/*
Theme Name: North Shore Brazilian Jiu Jitsu
Theme URI: http://www.northshorebjj.uk
Author: Majik Websites
Author URI: https://www.majik-websites.co.uk
Version: 1.0
*/
/*--------Start - WordPress Core--------*/
.single-product .header-space{ margin: 0 0 30px;}
.woocommerce div.product form.cart .variations select{border: 1px solid #000;}
.woocommerce div.product form.cart .variations th{text-align:left;}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}
.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 30px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 30px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.clear {
    clear: both;
}
.gallery img{border:5px solid #fff!important;}
/*--------End - WordPress Core--------*/

/*--------Start - Wesbite Styles--------*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #231f20;
    font-family: Verdana, sans-serif;
}
p {
    margin: 0 0 15px;
}
a {
    text-decoration: none;
    color: #3d9dff;
}
a:focus{color: #231f20; outline: none;}

a:hover {
    color: #231f20;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
hr {
    width: 80%;
    margin: 20px 10%;
    clear: both;
}
img {
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    color: #231f20;
    font-weight: 700;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    
   color: #231f20;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #231f20;
}
h1 {font-size:  34px; line-height: 38px; margin:  0 0 20px;      
}
.ays-pb-modal h2 {font-size:  34px!important; line-height: 38px!important;  
font-family: Verdana, sans-serif!important; font-weight:800!important;}

.home h2 {    
 font-size: 20px; line-height:  26px; margin:  0px 0 30px; color: #231f20;
}

h2 {    
 font-size: 28px; line-height:  34px; margin:  30px 0 10px; color: #3d9dff;
}
.post-holder h2 {margin-top: 0px;
}
h2 a:hover {color: #3d9dff;
}

h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
}

h3 a {color: #231f20;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #3d9dff;
}
h5 {
  font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;

      color: #231f20;
}

h5 a { 
         color: #231f20;
}
h6 {

    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
}


.centered {
    text-align: center;
}
blockquote {
    float: left;
    width: 100%;
    clear: both;
    padding: 10px 40px;
    margin: 10px 0 20px;
    font-size:  20px; 
    line-height:  26px;
    color: #fff;
    background: #3d9dff url(images/overlay.png) repeat 0 0;
    font-style: italic;
    position: relative;
    font-weight: 700;
}
blockquote:before {position: absolute; top: 20px; left: 25px; font-size: 18px; font-family:'FontAwesome';
}
blockquote p {
    margin: 15px 0;
    padding:  0 0px; 
}
hr {
    width: 100%;
    border: none;
    height: 1px;
    display: block;
    background: #231f20;
    margin: 30px 0;
}
hr.clear {
    background: none;
}
.wrapper {
    width: 1064px;
    margin: 0px auto;
    padding: 0;
}
.no-margin {
margin: 0px!important;}
#header {
     -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
color: #fff;
width: 100%;
float: left;
clear: both;
padding: 10px 0;
position: fixed;
z-index: 999;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
background:#231f20 url(images/overlay.png) repeat 0 0;
	top:0px; left:0px;
}
.header-space {
width: 100%;
float: left;
display: block;
height:  125px;
}
.top-icons {
float: right;
margin: 0 0 28px 0px;
}
.top-icons ul {
margin: 0px;
padding: 0;
list-style: none;
float: left;
display: block;
}
.top-icons ul li {
float: left;
display: inline-block;
margin: 0;
color: #fff;
font-weight: 400;
}
.top-icons ul li  {    line-height: 28px;
font-size: 18px;
padding:  0 0 0 10px;
	margin: 13px 0 0 10px;
	border-left:1px solid #fff;
}
.top-icons ul li.phone-item{border:none;}
.top-icons ul li.book-btn{margin:0px; border:none;}

.book-btn a {
margin-left: 20px;}
.top-icons ul li a {color:#fff;}
.book-btn a, input[type="submit"], input[type="button"], button, .button {

color: #fff;
background: #3d9dff url(images/overlay.png) repeat 0 0;
padding: 15px;
font-size: 16px;
line-height: 20px;
color: #FFF;
text-transform: uppercase;
display: block;
margin: 0 0 0 0px;
border: none;
font-family: Verdana, sans-serif;
cursor: pointer;
font-weight: 700;
}
#place_order, .checkout-button, .cart .button, .woocommerce ul.products li.product .button{

color: #fff!important;
background: #3d9dff url(images/overlay.png) repeat 0 0!important;
padding: 15px!important;
font-size: 16px!important;
line-height: 20px!important;
color: #FFF!important;
text-transform: uppercase!important;
display: inline-block!important;
margin: 0 0 0 0px!important;
border: none!important;
font-family: Verdana, sans-serif!important;
cursor: pointer!important;
font-weight: 700!important;
width:auto!important;
border-radius:0px!important;
}
.checkout-button{display:block!important;}
.woocommerce .quantity .qty{background:#f2f2f2!important;
    float: left!important;
  clear: none!important;
  display: inline-block!important;
  padding: 14px 5px!important;
  width: 60px!important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}


.details-widget .button {
margin: 0px; width: auto; float: left; clear: both;
}

.book-btn a:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover {
background: #fff url(images/overlay.png) repeat 0 0;
color: #3d9dff;
}
#place_order:hover, .checkout-button:hover, .cart .button:hover, .woocommerce ul.products li.product .button:hover {
background: #fff url(images/overlay.png) repeat 0 0!important;
color: #3d9dff!important;
}
.nf-form-content input[type="submit"], .nf-form-content input[type="button"]{
margin: 10px 0 0;  
color: #fff;
background: #3d9dff url(images/overlay.png) repeat 0 0;}
.nf-form-content input[type="submit"]:hover, .nf-form-content input[type="button"]:hover{
background: #fff url(images/overlay.png) repeat 0 0;
color: #3d9dff;}
.nf-form-content a{color:#fff; text-decoration:underline;}


.details-widget .button:hover {
background: #231f20; color: #fff;}
.logo-holder {
width: 100%;
float: left;
clear: both;
margin: 0 0 20px;
}
.logo {
display: inline-block;
height: 105px;
padding: 1px 0;
width: auto;
float: left;
margin-top: 0px;
}
.logo img {
display: block;
height: 100%!important;
width: auto;
}
.tag-line h1 {
font-size: 28px;
line-height: 28px;
text-transform: none;
}
.nav-row {
background: #fff;
width: 100%;
float: left;
margin: 20px 0 0;
}
#nav {text-transform: uppercase;
float: right;
padding: 0;
position: relative;
width: auto!important;
margin: 0;
font-size: 15px;
line-height: 20px;
font-weight: 600;
clear: right;
max-width: 100%!important;
}
#nav ul {
clear: both;
list-style: none;
margin: 0;
padding: 0;
display: inline-block;
text-align: center;
}
#nav ul li {
display: inline-block;
margin: 0 0 0 20px;
padding: 0;
position: relative;
}
#nav ul li a {
display: block;
margin: 0;
padding: 0 0 2px 0;
text-decoration: none;
color: #fff;

}
#nav ul li.current-menu-item > a,
#nav ul li.current-page-ancestor > a,
#nav li:hover a {border-bottom:  2px solid #fff; padding: 0px;
}

#nav ul.sub-menu li.current-menu-item > a {
    background: #3d9dff url(images/overlay.png) repeat 0 0;
border: none!Important;}

#nav ul li.current-menu-item li a {
text-decoration: none;
}
#nav li:hover .sub-menu {
display: block;
position: absolute;
top: 18px;
}
#nav li ul.sub-menu {
left: 0;
padding: 19px 0 0px;
position: absolute;
top: -9999px;
width: auto!important;
z-index: 9999;
font-size: 14px;
line-height: 22px;
text-align: left;
text-transform: none;
}
#nav ul.sub-menu li,
#nav ul.sub-menu li:first-child {
clear: both;
display: block;
margin: 0px;
width: 100%;
padding: 0;
font-size: 16px;
line-height: 24px;
background:  #231f20 url(images/overlay.png) repeat 0 0;
}
#nav ul.sub-menu li:last-child {
padding-bottom: 3px;}
#nav ul.sub-menu a,
#nav ul.sub-menu li:first-child a {
display: block;
white-space: nowrap;
margin: 0;
padding: 5px 20px!important;
text-decoration: none;
width: auto;
border: none;
color: #fff;
}

#nav ul.sub-menu li:hover {
background: #3d9dff url(images/overlay.png) repeat 0 0;
}

#nav ul.sub-menu li:hover a{
    color: #fff!important;
}
.content-holder {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
}
.top-border {
    padding: 0px;
}
.main-img {
    float: left;
    overflow: hidden;
    width: 100%;
    clear: both;
    margin: 0px;
}
.main-img img {         -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
}
.main-img .wrapper{
position:relative; 
}
.main-img .register{ font-weight: 700;
position:absolute; right:20px; top: 0px; text-align:right;
}
.main-img .register .left-text{display:block; padding: 20px; font-size:34px; line-height: 42px; color:#fff; float:left; background:rgba(0,96,152,0.9);}
.main-img .register .right-text{display:block; padding: 20px; font-size:34px; line-height: 42px; color: #231f20; float:left; background:rgba(242,242,242,0.9);}
.main-img .register span{display:block;}

.main-img .register:hover .left-text{ background:rgba(0,96,152,1);}
.main-img .register:hover .right-text{ background:rgba(242,242,242,1);}

.home-slider {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}


.home-panel {
    border: none;
    box-sizing: border-box;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    overflow: auto;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.logo-holder {
    display: table;
    height: 100%;
    width: 100%;
}
.slide-next, .slide-prev {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -15px 0 0;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 999;
}
.slide-next {
    right: 20px;
}
.slide-prev {
    left: 20px;
}
.cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.main-logo {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
.main-logo img {
    display: inline-block;
    height: auto;
    max-width: 480px;
    width: auto;
}

.metaslider {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%!important;
}
.main-img img {
    width: 100%;
    height: auto;
    display: block;
}

.main-img.single-col {margin-top:30px;
}
.center-align {
    text-align: center;
}

.content-section.main-article { margin: 60px 0 0;
}

.quote {background: url(images/quote-bg.jpg) no-repeat 0 50% ;
        background-size:cover;
}

.quote .text-content {padding: 0 40px; position: relative; margin:  80px 0;
               
                   font-size:  34px; line-height: 40px;                  
}

.quote .text-content p {margin: 0px;
}

.open-quote {background: url(images/open-quote.png) no-repeat 0 0; position: absolute; width:  28px; height:22px; display: block; left: 0px; top: 0px;
             
}
.close-quote {background: url(images/close-quote.png) no-repeat 0 0; position: absolute; width:  28px; height:22px; display: block; right: 0px; bottom:  10px;
            
}
.main-article span {   font-size:  24px; line-height:  28px; margin:  30px 0 0; display: block;
}

.main-article .text-content {
    width: 100%;
    margin: 0;
    padding: 0;
}
.text-content {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}
.content-section {
    margin: 40px 0 0px;
    width: 100%;
    float: left;
    clear: both;
}
.content-section.blog-img {
    margin-top: 150px;
}
.content-section.blog-img img {
    width: 100%;
    height: auto;
    display: block;
}
.content-section.main-img {
    margin: 0px;
}
.four-col,
.three-col,
.two-col,
.twin-col {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}
.single-col {
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}
.page-content .single-col img{max-width:100%; height:auto;}

.col {
    float: left;
    margin: 0;
    padding: 0 15px;
}
.four-col .col {
    width: 25%;
}
.three-col .col {
    width: 33.333%;
}
.three-col .twin {
    width: 66.666%;
}
.two-col .col, .four-col .twin {
    width: 50%;
}
.four-col .col.triple {
width: 75%;}




.row-holder, .row-col {float: left; display: block; width: 100%;
}

.row-col {margin: 30px 0 0; float:left; width: 100%; padding-top:  30px; border-top: 1px solid #3d9dff;
}
.row-col:first-child { padding: 0px!important; border: none!important;}
.row-col:last-child {margin-bottom:  30px;}

.row-col .img-block {width: 33.333%; padding-right: 15px; float: left;
}
.row-col .text-block {width: 66.666%; padding-left: 15px; float: left;
}
.row-col .text-block.full-width {width: 100%;
}

.row-col .img-block img {width: 100%; height: auto; display: block;
                              -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
}

.row-col .text-block h3 {margin:  0 0 20px;
}
.row-col .text-block h3 a:hover {color: #3d9dff;
}


.col .thumb-img {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px;
    position: relative;
}
.thumb-img img {
    width: 100%;
    height: auto;
    display: block;
}
.services-col img {
    display: inline-block;
    width: auto;
    height: auto;
}

.services-col h1 {margin:20px 0 30px;
}
.services-col i,
.side-list i {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 10px;
    color: #3C3C3B;
}
.widget.services-col .col {
    position: relative;
    padding: 20px 0 0px;
    margin: 10px 0 0px;
}
.widget.services-col .col:first-child {
    border: none;
    padding-top: 0px;
    margin-top: 0px;
}
.widget.services-col i {
    position: absolute;
    left: 0;
    top: 25px;
}
.widget.side-list i {
    position: absolute;
    left: 0;
    top: 0px;
}
.widget.services-col .col:first-child i {
    top: 5px;
}
.widget-title {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
.read-more {
margin: 0px 0 0;
padding: 15px;
color: #fff;
display: inline-block;
float: none;
position: relative;
line-height: 20px;
font-size: 16px;
background: #3d9dff url(images/overlay.png) repeat 0 0;
text-transform: uppercase;
font-weight:700;
}
.read-more.margin{margin:20px 0 0;}
.read-more:hover {
color: #fff;
background: #231f20 url(images/overlay.png) repeat 0 0;
}
.post-holder .read-more, .page-content .read-more {background: #231f20 url(images/overlay.png) repeat 0 0;
}
.post-holder .read-more:hover, .page-content .read-more:hover {background: #3d9dff url(images/overlay.png) repeat 0 0;
}
.light-bg {
    padding: 20px 0;
}
body::-webkit-input-placeholder {
    color: #000;
}
body:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    opacity: 1;
}
body::-moz-placeholder {
    /* Firefox 19+ */ 
    color: #000;
    opacity: 1;
}
body:-ms-input-placeholder {
    color: #000;
}

#footer {
     -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
    color: #fff;
    float: left;
    width: 100%;
    padding: 20px 0 0;
    margin: 0px 0 0;
    position: relative;
    background: #231f20 url(images/overlay.png) repeat 0 0;
    font-size: 14px;   
}
#footer ul {
    margin: 0px 0px 20px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
    clear: both;
}
#footer ul li {
    float: left;
    display: block;
    width: 100%;
    margin: 0px;
}
#footer .social li { font-size: 30px; line-height:32px;
	display:inline-block; width:auto; float:none; margin: 0 10px 0 0;
}
#footer ul li a {
    margin: 0px;
    display: inline-block;
}
#footer a {
     color: #D9E7F0;
}
#footer a:hover,
#footer a:hover i {
    color: #fff;
}
.quick-links form {margin: 10px 0 0;
}
#footer h3 {
    font-size: 18px; line-height:  20px;
    color: #fff;
    padding-top: 0px;
    margin: 0 0 5px; 
}
#footer .logo {
    margin: 0 0 30px!important;
}
#footer .citb {
    float: left;
    clear: both;
    margin: 20px 0 0px;
}
#footer .text-content {
    margin-top: 20px;
}
input[type=number],
input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea,
select, #searchform-box .ftb_w_arr input[type="text"], #searchform-box .ftb_w_dep input[type="text"], #searchform-box .ftb_thin_wrap input[type="text"]{
    border: none;
    padding: 8px;
    width: 100%;
    margin: 0 0 10px!important;
    color: #231f20;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
    background: #fff;
      font-family: Verdana, sans-serif;
}
.label-above .nf-field-label {
margin:  0 0 3px!important;}
.nf-field-element textarea {
    height: 120px!important;
}
body.fts-powered-by-text-popup a.fts-powered-by-text {
display: none!important;}
#subForm {
    width: 100%;
    float: left;
}
.nf-form-fields-required {
    font-style: italic;
    font-size: 14px;
    margin: 0 0 5px;
}
.nf-field-container,
#ninja_forms_required_items {
    margin: 0px!important;
}
.nf-field-label label {
font-weight: normal!Important;}
.nf-input-limit{display:none!important;}
.checkbox-wrap{position:relative;}
.checkbox-wrap input[type=checkbox]{position:absolute; top:5px; left:0px;}
.label-right .nf-field-label{padding-left: 10px!important;}
.comp-terms{font-size: 14px; line-height: 16px;}
.end-footer {
    font-size: 12px;
        background: #231f20 url(images/overlay.png) repeat 0 0;
    padding: 10px 0;
    width: 100%;
    float: left;
    width: 100%;
    margin: 40px 0 0;
    line-height: 18px;
   border-top:  2px solid #fff; 
}
.end-footer .majik {float: right;
}
.sidebar-layout {
    width: 100%;
    float: left;
    clear: both;
    text-align: left;
}
.sidebar-layout .article-content {
    width: 66.666%;
    float: left;
    margin: 0 0 30px;
    padding: 0px;
}
.article-content img{max-width:100%; height:auto;}
.dog-content .article-content {padding: 0px;
}
.sidebar {
    width: 33.33%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin:  0 0 30px;
}
.post-details {
    padding: 10px 0 0;
    font-size: 14px;
    line-height: 16px;
    float: left;
    clear: both;
    width: 100%;
    color: #231f20;
    border-top: 1px solid #231f20;
    margin: 0 0 40px;
}
.testimonial-grid .col {
    width: 100%!important;
    margin: 0 0 30px;
    padding: 20px 20%;
    background: #E6E6E6;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.testimonial-grid .inner-col {
    position: relative;
    z-index: 10;

}
.index-grid .inner-col:hover .link {
    background: #000;
}
.home-grid {
    padding: 0px; margin:  0px;
}
.grid-holder {
padding:40px 0 65px  }
.home-grid .thumb-img {
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
}
.home-grid .col {
    padding: 0 15px;
    position: relative;

}
.home-grid .col .inside-col {      -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
display: block; width:  100%; height: 100%; position: relative; float: left; }
.home-grid .text-content {
    display: block;
    height: 100%;
    position: absolute;
    transition: opacity 0.6s ease-in-out 0s;
    width: 100%;
    color: #fff;
 
}
.home-grid .fade {
    background: rgba(22, 59, 81, 0.6);
    display: table;
    height: 100%;
    padding: 0;
    transition: all 0.3s ease 0s;
    width: 100%;   padding: 20px;
}
.home-grid .fade:hover {
    background: rgba(22, 59, 81, 0.8);
}


.home-grid .fade h3, .home-grid .fade h4 {
    color: #fff;
    margin: 0 0 30px;
    padding: 0 20px;
    font-size: 30px; font-weight:  500;
}

.home-grid .fade a {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
    color: #fff;
}
.pagination .wp-pagenavi {
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
}
.post-holder {
    float: left;
    clear: both;
    width: 100%;
}
.post {
    float: left;
    clear: both;
    width: 100%;
    padding: 30px 0 0;
    margin: 0 0 30px;
    border-top: 1px solid #3d9dff;
}
.post-holder .post:first-child {
   margin-top:10px;
}
.post .thumb-img img {
    display: block;
    width: 100%;
    height: auto;
}
.post .thumb-img {
    width: 35%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0px;
}
.post .text {
    width: 65%;
    float: left;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.post.full .text {
    width: 100%;
    padding: 0px;
}
.arrow-up {
    background: url('images/arrow-up.png') no-repeat 0 0;
    width: 49px;
    display: block;
    height: 24px;
    position: absolute;
    top: -23px;
    left: 50%;
    margin: 0 0 0 -25px;
}
.rmm-toggled-controls {
    display: none!important;
}
.rmm-toggled-controls {
    cursor: pointer;
}
#nav ul {
    width: 100%!important;
    float: left;
}
.ninja-forms-cont {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
    float: left;
    margin: 0 0 20px;
    padding: 20px;
    width: 100%;
    background: #DBD9D6;
    border: 1px solid #555759;
    color: #555759;
}
.field-wrap,
#ninja_forms_required_items {
    margin: 0px!important;
}
.ninja-forms-required-items {
    display: none;
}
.ninja-forms-field p {
    margin: 0 0 20px;
}
.pagination {
    clear: both;
    margin: 0;
    width: 100%;
}
.pagination .pages {
    display: none;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi .current {
    border: none;
    color: #535453;
    display: inline-block;
    margin: 0 0 0 10px;
    line-height: 20px;
    padding: 10px 0;
    width: 40px;
    height: 40px;
    border: none;
    background: #E6E6E6;
}
.pagination .wp-pagenavi .current {
    background: #444549;
    color: #fff;
}
.pagination .wp-pagenavi a:hover {
    background: #3C3C3B;
    color: #fff;
}
.pagination .wp-pagenavi a.nextpostslink,
.pagination .wp-pagenavi a.previouspostslink {
    display: none;
}
.wp-caption-text {
    display: none;
}
/*--------End - Wesbite Styles--------*/

.twin-col {
    margin: 0px;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    -webkit-column-gap: 20px;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 20px;
    /* Firefox */
    column-gap: 20px;
}
.iframe-wrap {
    height: 0;
    margin: 0 0 20px;
    overflow: hidden;
    padding-bottom: 65.25%;
    padding-top: 30px;
    position: relative;
}
.iframe-wrap iframe {
    height: 100% !important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100% !important;
}
.map-wrap {
    width: 100%;
    float: left;
    width: 100%;
    padding: 0 10px;
}
.map-wrap.map-height{padding: 0px;}
.inside.map-wrap, .home .map-wrap {padding: 0px;
}

.map-wrap iframe {
    width: 100%;
    display: block;
     pointer-events: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin: 0 0 20px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.table-container, .table-wrap {
    max-width: 100%;
    overflow-x: auto;
    margin: 0 0 20px;
}
.table-container table,
.table-wrap table {
    border-collapse: collapse;
    margin: 0 0 20px;
    text-align: left;
    width: 100%;
}
.table-container table th {
    background: #fff;
    border: 1px solid #231f20;
    color: #231f20;
    font-size: 16px;
    font-weight: normal;
    padding: 10px;
    vertical-align: top;
}
.table-container table th {
    border-right: 1px solid #231f20;
	color:#fff;
	background:#231f20 url(images/overlay.png) repeat 0 0;
	text-align:center;
}
.table-container table th:last-child {
    border-right: 1px solid #231f20;
}
.table-container table td, .table-wrap table td {
    vertical-align: top;
    background: #fff;
    border: 1px solid #231f20;
    color: #231f20;
    padding: 10px 10px;
	text-align:center;
}
.table-wrap table td {text-align:left;}
.table-container table td:first-child {background:#3d9dff url(images/overlay.png) repeat 0 0; color:#fff; text-align:left;}
.table-container table th:first-child{text-align:left;}

.table-container table td.white{background: none; font-weight:bold; color:#000;}
.table-container table td.green{background: #548235; color:#fff; font-weight:bold;}
.table-container table td.l-blue{background: #8ea9db; color: #fff; font-weight:bold;}
.table-container table td.d-blue{background:#305496; color: #fff; font-weight:bold; }
.table-container table td.orange{background: #c65911; color:#fff; font-weight:bold;}
.table-container table td.yellow{background:#bf8f00; color: #fff; font-weight:bold;}

.widget {
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    margin: 0 0 30px;
}
.widget h3, .widget h5 {color: #231f20;
}
.widget .thumb-img {
    margin: 0px;
}
.widget .col {
    width: 100%;
    padding: 0px;
}
.side-list {
    padding: 30px 0 0px;
    margin: 0px 0 30px;
        background: #F2F2F2;
    padding: 20px!important;
}

.side-list .post-list li {
    width: 100%;
    float: left;
    clear: both;
    display: block;
    padding: 0;
}
.side-list .post-list li a {
    display: block;
    font-size: 18px;
    color: #231f20;
}
.side-list .post-list li a:hover {
    color: #231f20;
}
.widget ul {
    width: 100%;
    clear: both;
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.widget ul li {
    margin: 5px 0;
}
.thumb-img {
    width: 25%;
    float: left;
}
.thumb-img img {
    width: 100%;
    height: auto;
    display: block;
}
.two-col .thumb-img img {
         -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
}
.widget .text {
    width: 100%;
    float: left;

}
.widget .text em {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 3px;
    display: block;
    font-style: normal;
}
.widget .full .text {
    width: 100%;
    padding: 0px;
}

.fts-jal-fb-header,
.fts-jal-fb-user-thumb,
.fts-jal-fb-user-name,
#footer .fts-powered-by-text,
.fts-jal-fb-post-time {
    display: none!important;
}
.fts-twitter-div a {
    color: #231f20!important;
}
.fts-twitter-div a:hover {
    color: #231f20!important;
}
#footer .fts-jal-single-fb-post,
#footer .fts-jal-fb-message,
.fts-tweeter-wrap .tweeter-info,
.tweeter-info .right,
.fts-twitter-text {
    padding: 0px!important;
}
.feed-row {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    margin: 20px 0 0;
    padding: 0px;
}
.feed-row.top {
    padding: 0 0 20px;
    border-bottom: 1px solid #fff;
    margin: 0px;
}
.social-col {
    position: relative;
}

.blog-section h4 
{
     font-size: 24px;
      color: #231f20;
    line-height: 28px;    padding:  0px;
    margin: 0 0 10px;
}

.social-col .icon {
    background: #231f20;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 38px;
    line-height: 28px;
    padding: 7px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 38px;
    z-index: 0;
}
.social-col h4 a {
display: block;
    padding: 6px 0 4px 46px;
    position: relative;
    z-index: 1;
    font-size: 18px;
}
.social-col h4:hover a {color: #231f20;
}
.blog-col h4 {font-size:  24px; padding: 5px 0;
}
.feed-content {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 0;
    overflow-y: auto;
    padding: 0 20px 0 0;
}
.tweeter-info .fts-right {
    font-size: 16px!important;
    line-height: 24px!important;
}
.feed-content .fts-jal-single-fb-post {
    padding: 0px!important;
    margin-bottom: 15px!important;
}
#footer .fts-jal-single-fb-post,
.fts-tweeter-wrap .tweeter-info {
    border: none!Important;
}
.fts-twitter-image,
.widget .fts-twitter-image,
.fts-twitter-full-name,
.fts-twitter-at-name,
.fts-tweeter-wrap br,
.fts-tweeter-wrap .time,
.fts-tweeter-wrap .tweeter-info img,
.fts-twitter-full-width .uppercase,
.right .uppercase {
    display: none!important;
}
.fts-jal-fb-link-wrap,
.fts-jal-fb-vid-wrap,
.fts-powered-by-text {
    display: none!important;
}
.fts-twitter-reply-wrap a {
    color: #fff!important;
    float: right!important;
    margin: 0 0 0 20px!important
}
.fts-tweet-reply-left {
    float: right!important;
    margin: 0px!Important;
}
.fts-jal-fb-group-display,
.fts-twitter-div {
    overflow: hidden!important;
}
.fts-jal-fb-header a,
.fts-jal-single-fb-post a {
    margin-bottom: 15px!important;
}
.fts-twitter-reply-wrap {
    margin: 15px 0 0!important;
}
.fts-jal-fb-message {
    padding-top: 0px!important;
}
.fts-jal-fb-header a,
.fts-jal-single-fb-post a {
    text-align: left!important;
}
.fts-jal-fb-header a:hover,
.fts-jal-single-fb-post a:hover {
    color: #231f20!important;
}
.fts-jal-fb-see-more {
  
    font-size: 16px!important;
}
.link {
    display: block;
    margin: 30px 0 0;
    color: #3C3C3B;
    font-size: 16px;
}
.link:hover {
    color: #444549;
}
.slick-prev, .slick-next { width: 30px; line-height:30px; font-size: 30px; height: 30px;  cursor: pointer; margin-top: -15px!IMPORTANT;
}
.slick-prev:before, .slick-next:before {  line-height:30px; font-size: 30px; height: 30px;   font-family:'FontAwesome';  opacity: 1;   color: #fff!important;                                
}
.slick-prev:before {content: '\f0a8';
}
.slick-next:before {content: '\f0a9';
}
.blog-section {
    padding: 0;
}
.blog-section .inside-col {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
}
.blog-section .text-content {
    margin: 10px 0 0;
}
.blog-section .col .thumb-img {
    margin: 0px;
}
.page-content {
    margin: 30px 0 20px;
}
.content-pad {
    padding: 0 20px;
}
#footer .membership {
    width: 100%;
    float: left;
    clear: both;
    margin: 30px 0 0;
    padding: 0;
}
#footer .membership li {
    float: left;
    margin: 0 10px 0 0;
    display: inline-block;
    width: auto;
}
#footer .membership li a {
    display: block;
}
#footer .membership li a img {
    display: block;
    height: 50px;
    width: auto;
}
.tweeter-info .fts-right {
    padding: 0px!important;
}
.nf-form-cont, .booking-widget {
background: #231f20; color: #fff; padding: 20px;}

.nf-form-cont h3, .booking-widget h3 {
color: #fff;}
.carousel .col, listed-dogs .col {position: relative; top:0px; left: 0px;
}
.carousel .col:hover .inner-wrap, .listed-dogs .col:hover .inner-wrap {display: table; 
}
.hover-wrap { top: 0px; left: 0px;
    width: 100%; height: 100%; position: absolute; display: block;
}
.hover-wrap .inner-wrap{ width: 100%; text-align: center;  display:none; height: 100%; display:block; background: rgba(2,63,133,0.7);
}
.hover-wrap .title {display: table-cell; vertical-align: middle;
}

.hover-wrap .title h3 {color: #fff;
}
.paw {display: block; background: url(images/paw.png) no-repeat 0 0;
              width:  382px; height: 400px; position: absolute; left: 0px; bottom: -80px;
              z-index: -1;
}
.paw-holder {position: relative;
}
.carousel {position: relative;
}
.slick-list { overflow: hidden;
}
.slide-show .slide img{width:  100%; height: auto; display: block;
}
.slide-show .slick-next{right: 10px;}
.slide-show .slick-prev{left: 10px;}
.slide-show.slick-slider {margin:  0px; 
}
.slider-nav {padding: 0 12px 0 15px; margin:  0 0 10px!important; float: left; width: 100%;
}
.slider-nav .slide {cursor: pointer;
padding: 0 3px 0 0; width: 20%!important;}
.slider-nav .slick-track {width: 100%!important;
}
.details-widget {
 padding: 20px!important; color: #231f20;}

.details-widget ul {
list-style: disc; padding:  0 0 0 20px;}
.details-widget h5 {font-size: 18px; margin:  20px 0 5px; line-height:  24px;
}
.rehome-panel{background: #e6eef7;}
.status {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: block;
    padding: 10px 0;
    background: #231f20;
    color: #fff;
    z-index:100;
    text-align: center;
}
.status.res {
background: #3C3C3B;}
.team-member {float: left; width:  100%; clear: both; padding: 20px 20px 5px; background: #E6EEF7; margin:  0 0 20px;
}
.team-member .thumb-img { width:  30%; float: left; margin:  0 0 15px;
}
.team-member .text-content{ width:  70%; float:left; padding: 0 0 0 30px; clear: none;}
.team-member .text-content.full-width {width: 100%; padding: 0px;
}
table.donate-table  { width:  100%; margin:  0 0 30px; float: left;   border: none;
}
table.donate-table h5 { color: #fff;
}
table.donate-table.half {width:  50%; padding: 0 15px 0px 0;
}
table.donate-table.half.right {padding: 0 0 0px 15px;
}
 .donate-table th, .donate-table td {
    background-color: #231f20;
    border: none;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}
table.donate-table.full td {padding: 10px 50px;
}
.featured-img {
width:  100%; float: left; clear: both; margin: 0 0 10px;}

.featured-img img {display: block; width: 100%; height: auto;
}
.widget .read-more {
margin: 0px;}
.post-item { margin-top:  20px; padding-top: 20px; float: left; width:  100%; border-top:  1px solid #231f20;
}
.post-item:first-child { margin-top:  0px; padding: 0px; border: none;
}
.gallery-holder-out {
    float: left; padding: 0 15px;
    width: 100%;
}
.gallery-holder-in {float: left; width:  100%; position: relative; margin:  0 0 3px;
}
.listed-dogs .col .thumb-img {margin-bottom: 30px;
}
.social li a .facebook {width: 16px; height:  32px; display: block; background: url(images/social-sprite.png) no-repeat 0 0;
}
.social li a:hover .facebook {background-position: 0 -43px;
}
.social li a .twitter{width: 33px; height:  32px; display: block; background: url(images/social-sprite.png) no-repeat -25px 0;
}
.social li a:hover .twitter {background-position: -25px -43px;
}
.social li a .instagram {width: 33px; height:  32px; display: block; background: url(images/social-sprite.png) no-repeat -72px 0;
}
.social li a:hover .instagram {background-position: -72px -43px;
}
.social li a .trip-advisor {width: 35px; height:  32px; display: block; background: url(images/social-sprite.png) no-repeat -210px 0;
}
.social li a:hover .trip-advisor {background-position: -210px -43px;
}
.facebook-circle {width: 38px; height:  37px; display: block; background: url(images/social-sprite.png) no-repeat -117px 0;
}
.social-col h4:hover .facebook-circle {background-position: -117px -43px;
}
.twitter-circle{width: 37px; height:  37px; display: block; background: url(images/social-sprite.png) no-repeat -165px 0;
}
.social-col h4:hover .twitter-circle {background-position: -165px -43px;
}


.accred {
    margin: 0px;
}
.accred .single-col {
  text-align: justify;
position:relative;
  line-height: 0;
  font-size: 0.1px; padding: 20px;}

.accred img { height:  98px;
  display: inline-block;
}

.accred .single-col:after {
  content: "";
  width: 100%;
  display: inline-block;
}
#check_in_select, #check_out_select, #checkInDisplay {display: none;
}
#check_in_date, #check_out_date {position: absolute; left:0px; top: 0px; text-indent: -9999px; border:none;
}
.field-wrap { width: 100%;
 display:  block; position: relative;}

#checkInDisplay, .cin-box, #stayLength, .duration-box {
box-sizing: border-box!important; -moz-box-sizing: border-box!important; -webkit-box-sizing: border-box!important;}

#searchform-box {  color:#fff;
float: right; position: absolute; padding: 0 0 0 360px;  width: 100%; top: 0px; left: 0px;}
#searchform-box input {color: #231f20!important; line-height:20px!important; padding: 5px!important; height:auto!important; box-sizing:border-box!important; -webkit-box-sizing:border-box!important; -moz-box-sizing:border-box!important;}

#searchform-box .ftb_w_cin_t, #searchform-box .ftb_w_cout_t{color:#fff; float:left; padding:0px; width:auto; font-size: 16px; line-height:20px; font-weight:bold; margin: 0 0 3px;   font-weight: normal;}


#search-form {float: left;width:100%;
}


.ftb_w_search{padding:0px!important;}


#searchform-box br{display:inline!important;}
.ui-datepicker-trigger{display:none!important;}



#searchform-box .ftb_widget{width:100%!important; border:none; background:none; padding:0px;}
#searchform-box .ftb_w_arr, #searchform-box .ftb_w_dep{width:30%!important; float:left; clear:none; display:inline-block; padding: 0 20px 0 0; margin:0px; box-sizing:border-box!important; -webkit-box-sizing:border-box!important; -moz-box-sizing:border-box!important;}
#searchform-box .ftb_widget{min-height:0px;}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
  ::-webkit-scrollbar-track {
    background-color: rgba(57,57,57, .6);
    border-radius: 8px;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}
.scroll-menu{float:left; width: 100%;}
.wpml-ls-item-en {background: url(images/flags.png) no-repeat 0 0; width: 38px; height: 23px; display: block; float: left; margin:  0 10px!important;                
}
.wpml-ls-item-de {background: url(images/flags.png) no-repeat -50px 0; width: 36px; height: 23px; display: block; float: left;               
}
.wpml-ls img{display: none!important;
}
.wpml-ls-legacy-list-horizontal {
float: left; padding: 4px 0 0!Important; border: none!important}
.wpml-ls a {
width: 100%; height: 100%; display: block;}
#home-top {background: url('images/.png') no-repeat 50% 100%;
           background-size: cover; padding:  50px 0;
}
#home-top .wrapper{max-width:  900px; width: 80%; margin: 0 auto; float:none;}
#home-top .single-col { text-align: center;
}



.sales-section {background: #e6e6e6 url(images/overlay.png) repeat 0 0; padding: 40px 0 65px; margin: 0;
                -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
}
.sales-section .inside-col {
	width:100%;
    background: #fff;
    padding: 25px 25px 50px;
    float: left;
    position: relative;
    text-align: center;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
}
.sales-section .content-section {margin: 0px;
}
.sales-section p {margin: 0px 0 0;
}
.home-grid .read-more, .sales-section .read-more {background: #231f20 url(images/overlay.png) repeat 0 0; text-align:center; display: inline-block; float: none;
}
.btn-holder{ text-align: center; width: 100%;
margin:0; position: absolute; bottom:  -75px; left: 0; }
.home-grid .btn-holder {
bottom: -25px;}
.home-grid .read-more:hover, .sales-section .read-more:hover {background: #3d9dff url(images/overlay.png) repeat 0 0;
}
.sales-section h5 {margin:  5px 0 10px; line-height:  23px;
}
.banner-section img {display: block; width:  100%; height: auto;
}
.simple-img img {margin-top: 44px; float: right;
}


.booking-bar {   -webkit-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
-moz-box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);
box-shadow: 0px 0px 3px 1px rgba(102,102,102,0.75);width:  100%; float: left; clear: both; padding: 20px 0px 10px;  background: #3d9dff url(images/overlay.png) repeat 0 0; color: #fff; margin:  0px; text-align: center;
}
.booking-bar .read-more {float: none; display: inline-block; margin: 0px 0 0 40px; position: relative; background: #231f20 url(images/overlay.png) repeat 0 0; top:  -5px;
}
.booking-bar .read-more:hover {background: #fff url(images/overlay.png) repeat 0 0; color: #231f20;
}
.booking-bar h3 {color: #fff; margin: 0px; padding: 0; font-size: 26px; line-height: 30px;
}
.booking-bar h3 span {
margin-top:  5px;}
.metaslider .flexslider {
margin: 0px!important;}

.sales-section img{max-width:100px;display:inline-block;}
.banner-section {overflow:hidden;}
.col .img-icon {
    padding: 0 20%;
}


ul.program_list_detailed{ list-style:none; padding:25px 0 25px 0; margin:0 0 0 0; color:#FFFFFF; float:left; clear:both; width:100%;}
ul.program_list_detailed span{ display:block; float:left; width:11.5%; padding:0 0 0 1%;}
ul.program_list_detailed li{ background-color:#0f1014; padding:10px 0;float:left; clear:both; display:block;width:100%;}
ul.program_list_detailed li:first-child{moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;-khtml-border-top-left-radius:10px;border-top-left-radius:10px;
-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-khtml-border-top-right-radius:10px;border-top-right-radius:10px; padding-top:15px; font-weight:bold; font-size:13px;}
ul.program_list_detailed li:last-child{moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;-khtml-border-bottom-left-radius:10px;border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;-khtml-border-bottom-right-radius:10px;border-bottom-right-radius:10px; padding-bottom:15px;}
ul.program_list_detailed li.even{ border-bottom:1px #ff7577 solid;}
ul.program_list_detailed li a{ color:#FFFFFF; font-weight:bold;}

ul.program_list_detailed_half{ list-style:none; padding:0px 0 25px 0; margin:0 0 0 0; color:#FFFFFF; float:left; clear:both; width:100%;}
ul.program_list_detailed_half span{ display:block; float:left; width:23%; padding:0 0 0 2%;}
ul.program_list_detailed_half li{ background-color:#0f1014; padding:10px 0;float:left; clear:both; display:block;width:100%;}
ul.program_list_detailed_half li:first-child{moz-border-radius-topleft:10px;-webkit-border-top-left-radius:10px;-khtml-border-top-left-radius:10px;border-top-left-radius:10px;
-moz-border-radius-topright:10px;-webkit-border-top-right-radius:10px;-khtml-border-top-right-radius:10px;border-top-right-radius:10px; padding-top:15px; font-weight:bold; font-size:13px;}
ul.program_list_detailed_half li:last-child{moz-border-radius-bottomleft:10px;-webkit-border-bottom-left-radius:10px;-khtml-border-bottom-left-radius:10px;border-bottom-left-radius:10px;
-moz-border-radius-bottomright:10px;-webkit-border-bottom-right-radius:10px;-khtml-border-bottom-right-radius:10px;border-bottom-right-radius:10px; padding-bottom:15px;}
ul.program_list_detailed_half li.even{border-bottom:1px #ff7577 solid;}
ul.program_list_detailed_half li a{ color:#FFFFFF; font-weight:bold;}





.woocommerce div.product span.price, .woocommerce div.product p.price,.woocommerce ul.products li.product .price{color:#6f594e!important;}
.woocommerce-page .wc-bookings-date-picker .ui-datepicker td.bookable a{background: #6f594e!important;}
.woocommerce-page .wc-bookings-booking-form .block-picker li:nth-child(2n) a:focus, .woocommerce-page .wc-bookings-booking-form .block-picker li:nth-child(2n) a:hover, .woocommerce-page .wc-bookings-booking-form .block-picker li:nth-child(2n+1) a:focus, .woocommerce-page .wc-bookings-booking-form .block-picker li:nth-child(2n+1) a:hover, .woocommerce-page .wc-bookings-booking-form .block-picker li a.selected{background: #6f594e!important;}
.woocommerce-page .wc-bookings-date-picker .ui-datepicker td.partial_booked a:before {border-top-color:#fff!important;}
 .wc-bookings-date-picker .ui-datepicker td.partial_booked a:after {border-bottom-color:#fff!important;}
.woocommerce-page .wc-bookings-booking-form{border:none; padding: 0px; margin: 20px 0;}
.woocommerce-page .wc-bookings-booking-form .wc-bookings-booking-cost{margin:0px;}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 14px 15px!important;
    width: 200px;
	margin: 0 20px 0 0 !important;}
div.qnty {
    float: left;
	padding: 10px 10px 10px 0;}
.cart .qty {
	padding:9px!important;
	border:1px solid #6f594e !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{padding:10px; line-height:20px!important; border: 1px solid #53565a;}
.cart_totals .shop_table.shop_table_responsive td, .cart_totals .shop_table.shop_table_responsive th{text-align:right!important;}
.select2-container--default .select2-selection--single{border: 1px solid #53565a!important; border-radius:0px!important; padding:7px!important;height:40px!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:40px!important;}
.woocommerce table.shop_table{background:#fff; border-radius:0px;}
.cart .button{float:right!important;}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:after  {display:none!important;}
.woocommerce div.product .stock{color: #6f594e!important;}
.woocommerce ul.order_details, .woocommerce address {

    background: #fff;
    padding: 10px;
}
.woocommerce #review_form #respond textarea{border: 1px solid #6f594e;}
.woocommerce ul.order_details li strong {
  
    font-weight: normal;
    color: #6f594e;
}
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-account .woocommerce-MyAccount-content{background:#fff; padding:20px!important;}
.woocommerce div.product .woocommerce-tabs ul.tabs{margin:0px!important;}
.login-dash{margin: 0 15px 0 0;}
.checkout a{ text-decoration:underline;}
.page-content.shop-content{padding: 0 20px;}
.side-gallery {
float: left; width:  100%; clear: both; padding: 0px; margin: 0px;}
.side-gallery li{ float: left; padding: 0px; list-style: none; margin:  0 0 20px; 
}
.side-gallery li img {
display: block; float: left; width: 100%; height:  auto;}
