@import url('../twentyfifteen/style.css');
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
/*

Theme Name: tessart
Description: Less file for the Child theme of twentyfifteen
Author: ejcromwell.co.uk
Version: 0.0.1
Template: twentyfifteen

*/
/*

CONTENTS:

1.1 elements - A collection of mixins
1.2 variables
1.3 fonts
1.4 owl
1.5 contact form

------------------

1.1 header
1.2 main
1.2 pages
1.3 posts
1.4 sidebar
1.5 footer


---------------

Large Screen styling

3.1 main
3.2 pages
3.3 posts
3.4 sidebar
3.5 footer

 */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.cloud_texture {
  background: #333333;
  background: #333333 url('http://www.tessart.co.uk/wp-content/uploads/2016/12/cloud_texture.png');
}
/*

backgrounds

 */
/*

FONTS

 */
h2,
h3,
h4 {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  text-transform: capitalize;
}
h2 a,
h3 a,
h4 a {
  color: rgba(255, 255, 255, 0.8);
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #ffffff;
}
h1 {
  font-size: 64px;
  font-size: 4.2vw;
  font-weight: 100;
}
h2 {
  font-size: 32px;
  margin: 0 0 20px 0;
}
h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
}
h4 {
  font-size: 24px;
}
p {
  font-size: 18px;
}

a{
  border-bottom: none;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
}
a:hover{
  border-bottom: none;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.light-font {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.8);
}
#top-slider {
  margin: 0 0 20px 0;
}
#top-slider .owl-controls {
  width: 100%;
  z-index: 1;
}
#top-slider .owl-controls:nth-child(2) {
 /*background: red;*/
 opacity: .99;
}
#top-slider .owl-controls .owl-prev,
#top-slider .owl-controls .owl-next {
  display: none;

}
#top-slider .owl-controls .owl-prev:hover,
#top-slider .owl-controls .owl-next:hover {
  display: none;

}
#top-slider .owl-controls .owl-prev {
  border-right: none;
  text-align: left;
  left: 0;
}
#top-slider .owl-controls .owl-next {
  text-align: right;
  right: 0;
}
#top-slider .owl-controls .owl-pagination {
  float: left;
  margin: -30px 0 0 0;
  height: 20px;
  color: rgba(255, 255, 255, 0.5);
}
#top-slider .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
#top-slider .owl-controls .owl-pagination .owl-page span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 12px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  background: rgba(255, 255, 255, 0.5);
}
#top-slider .owl-controls .owl-pagination .active span {
  background-color: #b5c7e5;
  opacity: 0.99;
}
#top-slider .item {
  background-repeat: no-repeat;
  max-height: 250px;
}
#top-slider .item::after {
  content: '';
  display: block;
  position: relative;
  border: 5px solid rgba(255, 255, 255, 0.25);
  min-height: 200px;
  min-width: 100%;
}
#top-slider .item a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  width: 100%;
  border-bottom: none;
}
#top-slider .item a .img-caption {
  position: absolute;
  height: 150px;
  right: 0;
  bottom: 0;
  margin: 0px 0 0 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 0 0px 0 10px;
  text-align: right;
  height: 80px;
  z-index: 1001;
}
#top-slider .item a .img-caption p {
  text-align: left;
  padding: 0;
  margin: 0;
}
#top-slider .item a .img-caption p:nth-child(2) {
  font-size: 14px;
}
#top-slider .item a img {
  opacity: 0.0;
}
/*

Styling for the conctact form

 */
.contact-info {
  width: 100%;
  float: left;
}
.contact-form {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
}
#ninja_forms_form_9_cont {
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.02);
  padding: 0px 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
#ninja_forms_form_9_cont label {
  display: none;
}
#ninja_forms_form_9_cont input[type="text"] {
  background: rgba(255, 255, 255, 0.9);
  font-family: 'droid sans', arial, sans-serif;
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
#ninja_forms_form_9_cont input[type="text"]:focus {
  background-color: #ffffff;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#ninja_forms_form_9_cont input[type="submit"] {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
  font-family: 'droid sans', arial, sans-serif;
  font-weight: 100;
  width: 100%;
  font-size: 18px;
  padding: 10px 0 10px 0;
  margin: -10px 0 0 0;
}
#ninja_forms_form_9_cont input[type="submit"]:hover {
  background: #b5c7e5;
  color: rgba(0, 0, 0, 0.9);
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#ninja_forms_form_9_cont textarea {
  font-family: 'droid sans', arial, sans-serif;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.5s 0.2s ease-out;
  -moz-transition: 0.5s 0.2s ease-out;
  -o-transition: 0.5s 0.2s ease-out;
  transition: 0.5s 0.2s ease-out;
}
#ninja_forms_form_9_cont textarea:focus {
  background: #ffffff;
  -webkit-transition: 0.3s 0.2s ease-out;
  -moz-transition: 0.3s 0.2s ease-out;
  -o-transition: 0.3s 0.2s ease-out;
  transition: 0.3s 0.2s ease-out;
}
#ninja_forms_form_9_cont .ninja-forms-all-fields-wrap .ninja-forms-required-items {
  display: none;
}
#ninja_forms_form_9_cont .ninja-forms-all-fields-wrap .ninja-forms-required-items p{
  text-align: center;
  color:#b5c7e5;
  padding: 50px 0;
}

#ninja_forms_form_9_cont .ninja-forms-all-fields-wrap #ninja-forms-fiel_7_div_wrap {

}

.ninja-forms-field-error {
  color:rgb(203, 77, 77) !important;
}

.ninja-forms-success-msg p{
  color: #98C574;
  text-align: center;
  padding: 5px;
  margin: 0;
}
body {
  background: #333333;
  background: #333333 url('http://www.tessart.co.uk/wp-content/uploads/2016/12/cloud_texture.png');
  font-family: 'Droid Sans', sans-serif;
  font-weight: 100;
}
body::before {
  background: #333333;
  background: #333333 url('http://www.tessart.co.uk/wp-content/uploads/2016/12/cloud_texture.png');
}
.hentry {
  padding: 3.6923% 3.6923%;
  margin: 3.3333%;
}
.hentry .entry-content {
  margin: 0;
  padding: 0;
}
.entry-content {
  font-size: 18px;
}
.entry-content p {
  font-size: 18px;
}
.entry-content a{
  border-bottom: none;
}
.entry-content a:hover{
  color: #ffffff;
}
.pagination {
  font-family: 'droid sans', arial, sans-serif;
  color: #cccccc;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  background: none;
}
.pagination a {
  font-weight: 100;
  background: none;
}
.pagination .current {
  font-weight: 100;
}
.pagination .next,
.pagination .prev {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: none;
}
.pagination .next:hover,
.pagination .prev:hover {
  background: none;
}
.pagination .next:hover::before,
.pagination .prev:hover::before {
  background: none;
  color: #ffffff;
  font-size: 50px;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.pagination .next::before,
.pagination .prev::before {
  content: "\f432";
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.pagination .prev {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background: none;
}
.pagination .prev::before {
  content: "\f432";
  color: rgba(255, 255, 255, 0.8);
}
.sidebar-footer {
  display: none;
}
/*

Styling for the homepage

*/
article.half-size a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-bottom: none;
}
article.half-size a:hover {
  color: #ffffff;
}
/*

Artwork gallery styling

 */
.gallery-item .gallery-icon {
  margin: 0 auto;
  width: 100%;
}
.gallery-item .gallery-icon img {
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.gallery-item figcaption {
  display: none;
}
/*

Styling for the Teaching page

*/
.google-map {
  height: 250px;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0 0 0px 0;
}

.google-info-box {
  color: rgba(0, 0, 0, 0.8);

}
  .google-info-box h4 a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }

.google-info-box h4 a:hover{
  color:#000;
}

  .google-info-box p {
    font-color:rgba(0, 0, 0, 0.8);
    font-size: 10px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
/*

Styling for the news page

*/
article .entry-content p {
  margin: 0 0px 10px 0px;
  text-align: justify;
  padding: 0px 0px 0 0px;
}
article .post_img_container {
  width: 100%;
  position: relative;
  display: inline-block;
}
article .post_img {
  position: relative;
  margin: 5px auto;
  display: table;
}

body.blog article .post_img{
    pointer-events: none;
}

article .post_img:after {
  content: '';
  display: inline-block;
  position: absolute;
  border: 5px solid rgba(255, 255, 255, 0.25);
  height: 100%;
  width: 100%;
  pointer-events: none;
  margin: 0 0px 0 0%;
}
article .post_img a {
  width: 0;
  height: 0;
}
article .post_img img {
  padding: 0 0 0 20px;
  display: inline-block;
  margin: 0;
  padding: 0;
}
/*

Styling for individual blog post

*/
.post-navigation {
  background: none;
  box-shadow: none;
  padding: 3.33%;
  margin: 0;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  background: none !important;
  background-image: none !important;
  border: none !important;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  background: none;
  padding: 0px;
  margin: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-weight: 100;
  float: left;
  width: 45%;
}
.post-navigation .nav-previous a span,
.post-navigation .nav-next a span {
  text-transform: capitalize;
  font-family: 'droid sans';
  color: rgba(255, 255, 255, 0.8) !important;
}
.post-navigation .nav-previous a span:focus,
.post-navigation .nav-next a span:focus {
  box-shadow: none;
}
.post-navigation .nav-previous a span:hover,
.post-navigation .nav-next a span:hover {
  color: #ffffff !important;
}
.post-navigation .nav-next a {
  float: right;
  text-align: right;
}
.site-main .has-post-thumbnail {
  padding: 3.6923% 3.6923%;
}
.site-main article {
  background: rgba(0, 0, 0, 0);
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 20px;
  box-shadow: none;
  padding: 0 0 40px 0;
}
.site-main article:before,
.site-main article:after {
  content: '';
  height: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.site-main article header {
  padding: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  margin: 0 0 20px 0;
}
.site-main article header h2 {
  font-size: 32px;
  margin: 0 0 0px 0;
}
.site-main article header h3 {
  float: left;
  padding: 0;
  font-size: 28px;
  margin: 0 0 0px 0;
}
.site-main article header .post-date {
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  margin: 0px 0 0px 1px;
  padding: 0px 0 0 0;
  clear: both;
}
.site-main article footer {
  padding: 0;
  margin: 20px 0 0 0;
  clear: both;
}
.site-main article .entry-content p {
  text-align: justify;
}
.site-main article footer {
  background: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  color: #cccccc;
  color: rgba(255, 255, 255, 0.8);
}
.site-main article footer a {
  color: inherit;
  font-size: 14px;
}
.site-main article.half-size .entry-header {
  width: 100%;
}
.site-main article.half-size .entry-content {
  width: 100%;
}



/*

LESS styling for small screens

*/
.sidebar .site-header {
  margin: 0px;
  padding: 0px 0 5px 0;
  background: url(http://www.tessart.co.uk/wp-content/themes/tessart/images/sidebar_background_cloud.png);
  background-repeat: repeat;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.sidebar .site-header .site-image {
  // background: url(http://www.tessart.co.uk/wp-content/themes/tessart/images/logo_8pt_thick_gray.png) no-repeat 50% 50%;
  height: 130px;
}
.sidebar .site-header .site-branding {
  width: 100%;
  padding: 0;
}
.sidebar .site-header .site-branding h1 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 28px;
}
.sidebar .site-header .site-branding button.toggled-on:before {
  box-shadow: none;
  margin: -7px auto 0;
  padding: none;
}
.sidebar .site-header h1 {
  text-align: center;
  margin: 5px 0px 0 -30px;
}
.sidebar .site-header h1 a {
  color: #666666;
}
.sidebar .site-header h1 p {
  color: #666666;
}
.sidebar .secondary {
  background: #cccccc;
  background: rgba(0, 0, 0, 0.1);
}
.sidebar .main-navigation ul li a {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.6);
}
.sidebar .main-navigation ul li a:hover {
  color: #ffffff;
  text-shadow: none;
}
.sidebar .main-navigation ul li.current-menu-item > a {
  color: rgba(255, 255, 255, 0.9);
}
.sidebar .main-navigation ul li.current-menu-item ul li a {
  color: #666666;
  font-size: 14px;
}
.sidebar .main-navigation ul .current-menu-item ul li a:hover {
  color: #ffffff;
}
.sidebar .main-navigation button.dropdown-toggle {
  color: #666666;
  box-shadow: none;
  border: none;
}
.sidebar .main-navigation button.dropdown-toggle:hover {
  background: none;
}
.sidebar .main-navigation button.dropdown-toggle:after {
  color: rgba(255, 255, 255, 0.6);
  border: none;
  line-height: 32px;
  font-size: 32px;
  color: #666666;
}


.sidebar .main-navigation ul li .sub-menu a {
  font-size: 14px;
  /*color: #666666;*/
}

.sidebar .main-navigation ul li .sub-menu li.current-menu-item {
  font-size: 14px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
}

.sidebar .secondary-toggle {
  height: 28px;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  margin: -120px 10px 0px 0;
  left: 10px;
  left: 3%;
  width: 60px;
  width: 20%;
  color: transparent;
}
.sidebar .secondary-toggle::before {
  content: 'Menu';
  color: #666666;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.8rem;
  width: 100%;
  font-family: 'droid sans', sans-serif;
  font-weight: 100;
  text-align: center;
  margin: -5px auto 0;
  text-decoration: none;
  background: none;
  border: none;
  background-image: none;
}
.sidebar .secondary-toggle:hover {
  background: rgba(255, 255, 255, 0.2);
  border: none;
}
.sidebar .secondary-toggle:hover:before {
  color: rgba(0, 0, 0, 0.8);
}
.sidebar .toggled-on::before {
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}
.site-footer {
  background: rgba(0, 0, 0, 0.2);
  color: #cccccc;
  color: rgba(255, 255, 255, 0.8);
  padding: 3.333% 1% 1px 2%;
}
.site-footer nav {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.site-footer nav ul li a {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer nav ul li .dropdown-toggle::after {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .site-info {
  margin: 10px 0 0 0;
  padding: 0;
}
.site-footer .site-info p {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.site-footer .site-info a {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .site-info a:hover {
  text-decoration: none;
  border-bottom: none;
  color: #ffffff;
}

article.error-message p a:hover{
  color:#fff;
}

/*
LESS files for medium screens
*/
@media only screen and (min-width: 620px) {
  .pagination {
    position: absolute;
    margin: 0;
    padding: 0px;
    width: 100%;
  }
  /*

LESS styling for medium screens

*/
  .sidebar .site-header .site-branding .site-description {
    display: none;
  }
  .sidebar .secondary {
    width: 100%;
    margin: 0;
    padding: 20px;
  }
  .sidebar .main-navigation ul li a {
    font-size: 24px;
  }
  .sidebar .secondary-toggle {
    height: 40px;
  }
  .sidebar .secondary-toggle::before {
    font-size: 25px;
    line-height: 50px;
  }


.sidebar .main-navigation ul li .sub-menu a {
  font-size: 18px;
  /*color: #666666;*/
}

.sidebar .main-navigation ul li .sub-menu li.current-menu-item {
  font-size: 18px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
}

.sidebar .main-navigation button.dropdown-toggle::after {
    font-size: 50px;
    line-height: 50px;

}
  /*

Styling for the medium sized slideshow

*/
  #top-slider .owl-controls .owl-prev,
  #top-slider .owl-controls .owl-next {
    display: none;
    font-size: 18px;
    width: 10%;
  }
  #top-slider .owl-controls .owl-prev:hover,
  #top-slider .owl-controls .owl-next:hover {
    display: none;
    padding: 20% 10px 0 10px;
  }
  #top-slider .owl-controls .owl-prev {
    padding: 20% 0 0 10px;
  }
  #top-slider .owl-controls .owl-next {
    padding: 20% 10px 0 0px;
  }
  #top-slider .owl-controls .owl-pagination {
    float: right;
    margin: -40px 5px 0 0;
  }
  #top-slider .item {
    max-height: 300px;
    background-size: cover;
  }
  #top-slider .item::after {
    min-height: 300px;
    border: 10px solid rgba(255, 255, 255, 0.25);
  }
  #top-slider .item a {
    height: 300px;
  }
  #top-slider .item a .img-caption {
    height: 60px;
  }

  #top-slider .item a .img-caption p {

    margin: 14px 0 0 0;
  }

/*

Styling for the medium sized indivdual pages

*/
/*

Styling for the artwork page

*/
  /*

Gallery sub page stying

*/
  .gallery-sub .has-post-thumbnail {
    padding: 0;
  }
  .site-footer {
    width: 100%;
    padding: 20px;
    margin: 0;
  }



}
/*

LESS files for large screens

*/
@media only screen and (min-width: 967px) {
  /*

Styling for all the individual pages

*/
  /*

Styling for the home-page

*/
  .homepage .hentry {
    margin-top: 0;
  }
  .homepage .half-size.left .entry-content,
  .homepage .half-size.right .entry-content {
    text-align: justify;
  }
  .homepage .half-size.left .entry-content a,
  .homepage .half-size.right .entry-content a {
    color: rgba(255, 255, 255, 0.8);
    border-bottom: none;
  }
  .homepage .half-size.left .entry-content a:hover,
  .homepage .half-size.right .entry-content a:hover {
    color: #ffffff;
  }
  /*

Artwork gallery styling

 */
  .gallery-item .gallery-icon {
    width: 150px;
  }
  .gallery-item .gallery-icon::after {
    display: inline-block;
    position: absolute;
    content: '';
    border: 5px solid rgba(255, 255, 255, 0.25);
    height: 150px;
    width: 150px;
    padding: 0;
    margin: -150px -75px;
    pointer-events: none;
  }
  .gallery-item .gallery-icon img {
    border: none;
  }
  /*

Gallery sub page stying

*/
  /*

Styling for the news page

 */
  article .post_img_container {
    width: 350px;
    float: right;
    margin: 0 0 0 20px;
  }
  article .post_img {
    float: right;
    display: inline-block;
    margin: 5px;
  }
  /*

Styling for the contact page

 */
  .contact-info {
    padding: 0 50px 0 0 !important;
  }
  .contact-info p {
    text-align: justify;
    padding: 0 0 10px 0;
  }
  /*

 Styling for the Teaching page

*/
  .entry-content .google-map {
    margin: 10px 20px 0 20px;
    width: 438px;
    height: 227px;
  }
  .google-info-box {
    color: rgba(0, 0, 0, 0.8);
    width: 200px;
    height: 95px;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  .google-info-box h4 {
    padding: 0 0% 0 0;
    margin: 0;
  }
  .google-info-box h4 a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    border-bottom: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .google-info-box p {
    font-color:rgba(0, 0, 0, 0.8);
    font-size: 10px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }
  /*

Sytling for individual blog posts

 */
  /*
less file for the main body of the sites for desktop sites
 */
  body::before {
    background: #333333;
    background: #333333 url('http://www.tessart.co.uk/wp-content/uploads/2016/12/cloud_texture.png');
  }
  #page {
    max-width: none;
  }

  .content-area .site-main {
    padding: 0;
  }
  .pagination {
    padding: 0px 0 0 0;
    background-image: none;
    position: relative;
  }
  .nav-links {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0);
  }
  .nav-links p {
    color: #ffffff;
  }
  .nav-links span {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .nav-links a {
    box-shadow: none;
    border: none;
  }
  .nav-links .page-numbers {
    color: rgba(255, 255, 255, 0.6);
  }
  /*
less file for the sidebar for desktop sites
 */
  .sidebar {
    background: url(http://www.tessart.co.uk/wp-content/themes/tessart/images/sidebar_background_cloud.png);
    min-height: 100%;
    min-height: 100vh;
    margin-left: 25px;
    margin-left: 1.5%;
    max-width: 28%;
    position: relative;
    box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.2);
  }
  .sidebar .site-header {
    box-shadow: none;
  }
  .sidebar .site-header .site-image {
    background: url(http://www.tessart.co.uk/wp-content/themes/tessart/images/logo_grey.png) no-repeat 50% 50%;
    width: 100%;
    height: 250px;
  }
  .sidebar .site-header .site-branding {
    box-shadow: none;
  }
  .sidebar .site-header .site-branding h1.site-title {
    font-size: 60px;
    font-size: 4.2vw;
    margin: 0 0 5% 0;
  }
  .sidebar .site-header .site-branding p {
    text-align: center;
    font-size: 2vw;
    margin: 0 0 0 0px;
  }
  .sidebar .site-header .site-branding .site-description {
    display: block;
  }
  .sidebar .site-header .site-branding p.site-description{
    font-size: 1.8vw;
  }
  .sidebar .secondary {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    background: none;
  }
  .sidebar .main-navigation {
    width: 100%;
    padding: 0 5% 0 5%;
    margin: 5% 0 0 0;
    margin: 5vh 0 0 0;
  }
  .sidebar .main-navigation ul {
    border-top: none;
    border-bottom: none;
  }
  .sidebar .main-navigation ul li {
    color: #666666;
    border-top: none;
    border-bottom: none;
    line-height: 0;
    margin: 15px 0 0px 0;
  }
  .sidebar .main-navigation ul li a {
    color: #666666;
    font-size: 28px;
  }

  .sidebar .main-navigation ul li .sub-menu a{
    font-size: 24px;
  }

  .sidebar .main-navigation ul li.current-menu-item ul li a {
    /*color: #666666;*/
    font-size: 24px;
  }

  .sidebar .main-navigation ul li .sub-menu li.current-menu-item a {
    color: rgba(255, 255, 255, 0.9);
  }
  .sidebar .main-navigation button:focus {
    border: none;
  }
  .sidebar .main-navigation button.dropdown-toggle {
    top: 0;
    height: 25px;
    width: 25px;
    background: rgba(0, 0, 0, 0);
    border: none;
  }
  .sidebar .main-navigation button.dropdown-toggle:focus {
    border: none;
    outline: none;
  }
  .sidebar .main-navigation button.dropdown-toggle::after {
    line-height: 25px;
    font-size: 28px;
    text-align: left;
    padding: 0% 0px 0 0%;
    color: #666666;
  }
  .sidebar .sidebar-footer {
    display: block;
    position: relative;
    float: left;
    bottom: 0;
    width: 100%;
  }
  .sidebar .widget-area {
    width: 100%;
    pointer-events: none;
  }
  .sidebar .widget_search {
    margin: 40px 0 0 0;
    padding: 0 20px 50px 20px;
  }
  .sidebar #recent-posts-3 {
    display: none;
  }
  .sidebar .textwidget {
    padding: 25% 0% 0 5%;
  }
  .sidebar .widget_text {
    padding: 0% 5% 0 0px;
    position: relative;
    float: left;
    clear: both;
    margin: 0 0 15px 0;
  }
  .sidebar .widget_text p {
    font-size: 14px;
    margin: 15px 0 0 0;
  }
  .sidebar .widget_text a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    border: none;
    pointer-events: auto;
  }
  .sidebar .widget_text a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  /*

less file for post styling on desktop sites

 */
  .site-main article .hentry {
    text-align: left;
  }
  .site-main article .hentry p {
    text-align: left;
  }
  .site-main article header .post-date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: rgba(255, 255, 255, 0.8);
    margin: 0px 0 0px 1px;
    padding: 0px 0 0 0;
  }
  .site-footer {
    display: none;
  }
  #top-slider .owl-controls .owl-prev,
  #top-slider .owl-controls .owl-next {
    display: block;
    position: absolute;
    top: 0%;
    width: 8%;
    height: 100%;
    float: left;
    color: rgba(255, 255, 255, 0);
    border-top: none;
    text-align: center;
    z-index: 1;
    -webkit-transition: background 0.4s ease 0s;
    -moz-transition: background 0.4s ease 0s;
    -o-transition: background 0.4s ease 0s;
    transition: background 0.4s ease 0s;
    -webkit-transition: color 0.4s ease 0s;
    -moz-transition: color 0.4s ease 0s;
    -o-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
  }
  #top-slider .owl-controls .owl-prev:hover,
  #top-slider .owl-controls .owl-next:hover {
    display: block;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: background 0.4 ease 0s;
    -moz-transition: background 0.4 ease 0s;
    -o-transition: background 0.4 ease 0s;
    transition: background 0.4 ease 0s;
    z-index: 1;
    position: absolute;
    padding: 20% 10px 0 10px;
  }
  #top-slider .owl-controls .owl-pagination {
    margin: -50px 8% 0 0;
    float: right;
  }
  #top-slider .item {
    max-height: 400px;
  }
  #top-slider .item::after {
    min-height: 400px;
  }
  #top-slider .item a {
    height: 400px;
  }
  #top-slider .item a .img-caption {
    height: 70px;
  }
  #top-slider .item a .img-caption p {
    margin: 12px 0 0 8%;
    font-size:24px;

  }
  #top-slider .item a img {
    opacity: 0.0;
  }
  /*

Styling for the conctact form for desktop screens

 */
  .contact-info {
    width: 50%;
    float: left;
  }
  .contact-form {
    width: 50%;
    float: left;
    margin: 20px 0 0 0;
  }

}

.jp-carousel-wrap * {
  margin-top: -5px;
}



