.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
} .lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
} .lightbox .lb-image {
display: block;
height: auto;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.lb-image{
max-width: inherit;
} .lightbox a img {
border: none;
} .lb-outerContainer {
position: relative;
background-color: white;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
} .lb-outerContainer:after {
content: "";
display: table;
clear: both;
} .lb-container {
padding: 4px;
} .lb-loader {
position: absolute;
top: 43%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
} .lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
} .lb-container > .nav {
left: 0;
} .lb-nav a {
outline: none;
} .lb-prev, .lb-next {
width: 49%;
height: 100%;
cursor: pointer; display: block;
position: relative;
} .lb-prev {
left: 0;
float: left;
} .lb-prev:hover:after {
content: '\F104';
font-family: 'FontAwesome';
text-shadow: 0px 0px 3px #000000;
color: #fff;
font-size: 64px;
position: absolute;
top: 50%;
left: 10px;
} .lb-next {
right: 0;
float: right;
} .lb-next:hover:after {
content: '\F105';
font-family: 'FontAwesome';
text-shadow: 0px 0px 3px #000000;
color: #fff;
font-size: 64px;
position: absolute;
top: 50%;
right: 10px;
} .lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
} .lb-dataContainer:after {
content: "";
display: table;
clear: both;
} .lb-data {
padding: 0 4px;
color: #bbbbbb;
} .lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
} .lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
} .lb-data .lb-number {
display: none !important;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
} .lb-data .lb-close:after {
display: block;
float: right;
content: '\F00D';
font-family: 'FontAwesome';
margin-top: 10px;
font-size: 24px;
color: #fff;
outline: none;
cursor: pointer;
} .lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}.wl-slider-ios { position: relative;
width: 100%;
height: 0; padding: 0 0 39% 0;
}
.iosSlider {
width: 100%; height: 1500px;
}
.iosSlider .slider {
width: 100%;
height: 100%;
}
.iosSlider .slider .item {
float: left;
width: 100%;
}
.iosSlider .slider .item img {
width: 100%;
height: auto;
}
.wl-slider-ios-container{
display: block;
width: 100%;
height: auto;
}
.iosSlider .slider .item .text1 {
position: absolute;
bottom: 0;
right: -100%;
opacity: 0;
margin-bottom: 8em;
}
.iosSlider .slider .item .text1 h3{
padding: .2em .5em;
white-space: nowrap;
margin: 0;
}
.iosSlider .slider .item .text2 {
position: absolute;
bottom: 0;
right: -100%;
opacity: 0;
margin-bottom: 5em;
}
.iosSlider .slider .item .text2 h4 {
padding: .2em 1em;
white-space: nowrap;
margin: 0;
}
.iosSlider .next, .iosSlider .prev{
display: block;
background-repeat: no-repeat;
background-size: 100%;
width: 30px;
height: 50px;
position: absolute;
z-index: 3;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
opacity: 0.5;
filter: alpha(opacity=50);
}
.iosSlider .next{
background-image: url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/comp/arrows-next-small.png);
}
.iosSlider .prev{
background-image: url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/comp/arrows-prev-small.png);
}
.iosSlider .next:hover, .iosSlider .prev:hover{
opacity: 1;
filter: alpha(opacity=100);
}
.iosSlider .next{
background-position: 0 0;
right: -150px;
}
.iosSlider .next:hover:after, .iosSlider .prev:hover:after{
content: attr(title);
padding: 2px 6px;
color: #fff;
position: absolute;
white-space: nowrap; 
z-index: 20px;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px;  
border-radius: 3px;  
-moz-box-shadow: 0px 0px 4px #222;  
-webkit-box-shadow: 0px 0px 4px #222;  
box-shadow: 0px 0px 4px #222; 
background: rgba(0,0,0, .6);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
font-size: .8em;
font-weight: bold;
text-transform: uppercase;
top: 30%;
}
.iosSlider .next:hover:after{
right: 40px;
}
.iosSlider .prev:hover:after{
left: 40px;
}
.iosSlider .prev{
left: -150px;
}
.iosSlider:hover .next{
right: 50px;
}
.iosSlider:hover .prev{
left: 50px;
}body{
padding: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}	
a,
a:visited,
a.btn-link,
a.btn-link:visited{
color: #c0392b;
text-decoration: none;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
outline: none !important;
}
a:hover,
a.btn-link:hover{
color: #1a1e11;
text-decoration: none;
}
body, ul, li, p, input, textarea, select{ font-size: 14px; line-height: 21px;}
h1{ font-size: 36px; line-height: 44px; }
h2{ font-size: 36px; line-height: 44px; }
h3{ font-size: 24px; line-height: 29px; }
h4{ font-size: 18px; line-height: 25px; }
h5{ font-size: 15px; line-height: 22px; text-transform: uppercase; }
h6{ font-size: 15px; line-height: 22px; }
a [class^="fa-"], a [class*=" fa-"]{
display: inline-block;
text-decoration: none;
}
iframe{
border: none;
}
.carousel ul{
padding: 0;
margin-left: 0;
}
*[class^="fa-"],
*[class*=" fa-"],
.row-fluid{
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
-ms-transition: all 200ms ease-in;
-o-transition: all 200ms ease-in;
transition: all 200ms ease-in;
text-decoration: none;
}
nav, nav ul, nav li{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
-webkit-backface-visibility: hidden;
}
article header{
text-align: left;
}
.btn-link{
text-decoration: none !important;
display: inline-block;
}
input[type="text"],
textarea,
textarea.form-control{
border: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
padding: 4px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.page-content > .row{
padding: 40px 0;
}
.page-content > .row.extra-padding{
padding: 60px 0;
}
.page-content > .row.less-padding{
padding: 20px 0;
}
.page-content > .row.none-padding{
padding: 0;
}
.btn,
input[type="button"],
input[type="submit"]{
font-weight: bold;
padding-left: 30px;
padding-right: 30px;
}
.btn-link{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 4px 30px;
font-size: 14px;
line-height: 20px;
text-transform: capitalize;
}
h1, h2{
margin-bottom: 30px;
}
h3, h4, h5, h6{
margin-bottom: 20px;
}
p, ul, .video, .action-box h3, .photo-frame{
margin-bottom: 30px;
}
.bar span{
text-shadow: none;
}
.video{
padding: 0 !important;
}
.progress-danger.progress-striped .bar{
background-color: #c0392b;
}
.no-wrap{
white-space: nowrap;
} #header{
width: 100%;
color: #FFF;
position: relative;
}
#header-holder{
background-color: rgba(0, 0, 0, .55);
background-image: url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/header/bg-header.png);
padding: 20px 0 0;
width: 100%;
height: 100%;
position: relative;
}	
#header .logo{
margin: 55px 0 65px;
position: relative;
z-index: 3;
}
#header .logo a{
color: #FFF;
}
.logo-retina{
display: none;
}
.logo-retina,
.logo-nonretina{
max-width: 100%;
}
#header{
text-align: center;
}
.header-info{
font-size: 13px;
letter-spacing: 3px;
text-transform: uppercase;
}
header h1 small{
display: block;
text-transform: uppercase;
font-size: 0.25em;
letter-spacing: 3px;
padding: 10px 0 0;
}
header #navigation{
width: 100%;
background: #C0392B;
position: relative;
z-index: 5;
}
#navigation li a{
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
line-height: 24px;
}
#navigation ul{
font-size: 0;
margin: 0;
padding: 0;
-webkit-transition: color 200ms ease-in;
-moz-transition: color 200ms ease-in;
-ms-transition: color 200ms ease-in;
-o-transition: color 200ms ease-in;
transition: color 200ms ease-in;
}
#navigation li{
display: inline-block;
margin: 0 40px 0 0;
position: relative;
}
#navigation > div > ul > li:last-child{
margin: 0;
}
#navigation a{
padding: 12px 0;
display: block;
text-decoration: none !important;
color: #FFF;
}
#navigation ul ul{
position: absolute;
min-width: 220px;
text-align: left;
left: 0;
padding: 10px 0;
z-index: 1;
display: none;
-webkit-box-shadow:  0px 20px 30px -10px rgba(0, 0, 0, 0.5);
box-shadow:  0px 20px 30px -10px rgba(0, 0, 0, 0.5);
box-sizing: border-box !important;
}
#navigation ul li:hover > ul{
display: block;
}
#navigation ul ul ul {
top: 0;
left: 100%;
margin-top: -10px;
}
#navigation li li{
display: block;
width: 100%;
margin: 0;
padding-left: 20px;
padding-right: 20px;
}
#navigation li li a{
padding: 7px 0;
text-transform: capitalize;
font-weight: normal;
}
#navigation ul ul li:first-child > a{
border-top: none;
}
#navigation ul ul li:last-child > a{
border-bottom: none;
}
#navigation > div > ul > li.current-menu-item > a,
#navigation > div > ul > li.current_page_ancestor > a,
#navigation > div > ul > li.current_page_parent > a{
color:  #E09C95;
}
#navigation > div > ul > li.current-menu-item > a:after,
#navigation > div > ul > li.current_page_ancestor > a:after,
#navigation > div > ul > li.current_page_parent > a:after{
color: #C0392B;
font-family:'FontAwesome';
content: '\F0D7';
font-size:35px !important;
width:20px;
height:12px;
position: absolute;
top:100%;
left:50%;
margin:-12px 0 0 -10px;
z-index: 200;
}
.nav-click{
width: 50px;
text-align: center;
font-size: 30px;
position: absolute;
height: 100%;
right: 0;
line-height: 44px;
cursor: pointer;
}
#nav-toggle{
display: block;
padding: 10px 0;
font-size: 18px;
cursor: pointer;
}
.menu-parent-item > a::after{
content: '\F107';
font-family: 'FontAwesome';
font-size: 15px;
margin: 0 0 0 7px;
}
.menu-parent-item .menu-parent-item > a::after{
content: '\F105';
font-family: 'FontAwesome';
font-size: 15px;
margin: 0 0 0 7px;
float: right;
}
.page-heading{
text-align: left;
padding-top: 30px;
padding-bottom: 30px;
position: relative;
z-index: 0;
}
.page-heading h1{
margin: 0;
}
.page-heading .col-lg-12{
position: relative;
}
.theme-bc{
margin: 15px 0 0 0;
position: relative;
z-index: 0;
}
.theme-bc li{
display: inline-block;
}
.theme-bc a:hover{
color: #FFF;
}
.stuck{
position: fixed !important;
top: 0;
z-index: 9999;
bottom: inherit !important;
}
.stuck#navigation > div > ul{
line-height: 20;
}
.stuck#navigation > div > ul > li  a{
padding-top: 5px;
padding-bottom:5px;
font-size: 15px;
}
.stuck#navigation > div > ul > li > ul > li a{
line-height: 2em;
}
#menu-overlay{
position: fixed;
background-color: rgba(0, 0, 0, .55);
background-image: url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/header/bg-header.png);
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 2;
display: none;
} #header.header-01  #navigation{
background: none;
}
#header.header-01 #navigation > div > ul > li.current-menu-item > a:after, 
#header.header-01 #navigation > div > ul > li.current_page_ancestor > a:after, 
#header.header-01 #navigation > div > ul > li.current_page_parent > a:after{
display: none;
}
#header.header-01 #navigation > div > ul > li{
margin-right: 0px;
margin-left: 20px;
}
#header.header-01 #header-holder{
padding: 10px 0;
}
#header.header-01 nav#navigation > div > ul > li:first-child{
margin-left: 0;
}
#header.header-01 nav#navigation > div > ul > li > a{
padding: 0;
line-height: 40px;
}
#header.header-01 .table-row{
display: table-row;
table-layout: fixed;
width: 100%;
}
#header.header-01 div.table-cell{
display: table-cell;
float: none;
padding-left: 0;
padding-right: 0;
}
#header.header-01 #header-holder > .container{
display: table;
width: 100%;
}
#header.header-01 .logo{
margin: 0;
}
#header.header-01 .stuck{
left: 0;
text-align: center;
}
#header.header-01 nav#navigation.stuck > div > ul > li a{
font-size: 14px !important;
} #header.header-01.header-02 #header-holder{
padding: 20px 0;
}
#header.header-01 .header-text-row{
padding: 0 0 10px;
margin-bottom: 20px;
}
#header.header-01 hr{
margin: 10px 0 0;
} footer{
background: #0F0B06 url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/footer/bg-footer.jpg) repeat-x top center;
}
footer::before{
content: '';
width: 100%;
position: absolute;
z-index: 1;
height: 50px;
background: url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/footer/grass.png) repeat-x top center;
}	
footer h5{
margin-bottom: 30px;
}
footer .fa-boxed{
background-color: #0F0B06;
color: #FFF;
}
.pre-footer{
padding: 20px 0 60px;
overflow: hidden;
}
.pre-footer h4{
margin-bottom: 30px;
}
#back-top{
position: fixed;
bottom: 20px;
right: 20px;
width: 50px;
height: 50px;
line-height: 30px;
font-size: 50px;
text-align: center;
display: none;
z-index: 3;
}
#back-top a{
display: block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#back-top a i{
margin-top: -5px;
}
.absolute-footer .col-lg-2{
text-align: center;
}
.logo-footer{
height: auto;
max-width: 100%;
display: inline-block;
margin-bottom: 20px;
} .special-title{
position: relative;
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 10px;
}	
.special-title:after{
content: '';
width: 70px;
height: 0px;
border-top-style: solid;
border-top-width: 4px;
position: absolute;
left: 0;
bottom: -2px;
}
.special-title[style="text-align: center;"]:after,
.special-title[style="text-align:center;"]:after{
left: 50%;
margin-left: -35px;
} img[class*="wp-image"],
img[class^="wp-image"],
.featured-image,
.avatar,
.zoom-picture,
.attachment-thumbnail,
.video,
.recent-posts time{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
border: 5px solid #fff;
-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.avatar{
border: 2px solid #FFF;
}
img[class*="wp-image"],
img[class^="wp-image"]{
border-style: solid;
border-color: #fff;
border-top-width: 5px;
border-left-width: 5px;
border-right-width: 5px;
border-bottom-width: 5px;
position: relative;
z-index: 1;
}
body .gallery-item .gallery-icon img.attachment-thumbnail{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-sizing: border-box;
border: 5px solid #fff !important;
-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.photo-frame{
position: relative;
}
.photo-frame:before {
content: "";
height: 100%; width: 100%;
background: #eff4de;
border: 5px solid #fff;  
position: absolute;
z-index: -1;
top: 0px;
left: -10px;
-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transform: rotate(-2deg);
-moz-transform: rotate(-2deg);
-o-transform: rotate(-2deg);
-ms-transform: rotate(-2deg);
transform: rotate(-2deg);
box-sizing: border-box;
}
.photo-frame:after {
content: "";
height: 100%; width: 100%;
background: #768590;
border: 5px solid #fff;
position: absolute;
z-index: -1;
top: 3px;
left: 0px;
-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;		
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
box-sizing: border-box;
}
.size-large:after{
content: attr(title);
}
.alignright{
float: right;
margin: 0 0 20px 20px;
}
.alignleft{
float: left;
margin: 0 20px 20px 0;
}
.aligncenter{
margin: 0 auto;
}
.wp-caption{
padding: 5px;
margin-bottom: 20px;
max-width: 100%;
}
.wp-caption-text{
font-size: 0.9em !important;
margin-top: 5px;
margin-bottom: 0px;
}
.sticky{}
embed, iframe{
max-width: 100%;
}
.gallery-caption{
text-align: center;
}
.bypostauthor .comment div{
background: rgba(0, 0, 0, .01);
}
table{
width: 100%;
text-align: left;
margin-bottom: 30px;
}
article table thead{
font-weight: 700;
}
article table td, article table th{
padding: 3px;
line-height: 24px;
}
article table th{
font-size: 1.2em;
}
article table tfoot td{
border-bottom: none;
font-weight: bold;
}
article table caption{
text-align: left;
margin: 0 0 30px;
padding: 0 20px;
filter: alpha(opacity=50);
opacity: 0.5;
}
article table caption:hover{
filter: alpha(opacity=100);
opacity: 1;
}
.gallery-item{
margin-top: 0px !important;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
max-width: 100%;
height: auto;
} #goog-wm ul,
#goog-wm li{
margin: 0;
padding: 0;
list-style: none;
}
#goog-wm form{
display: inline-block;
}
#goog-wm form input[type="text"]{
margin: 10px;
} .sidebar-widget, .widget{
margin-bottom: 60px;
}	
.sidebar-widget h5{
margin-bottom: 30px;
}
.widget_search input{
margin-bottom: 0;
}
.widget_rss ul, .widget_recent_entries ul, .widget_recent_comments ul{
list-style: none;
margin: 0;
padding: 0;
}
.widget_rss li,
.widget_recent_entries li,
.widget_recent_comments li{
margin: 5px 0;
padding: 5px 0;
}
.custom-search-form input:after{
content: '\F002';
}
.widget_rss li:before,
.widget_recent_entries li:before,
.widget_recent_comments li:before{
content: '\F0DA';
font-family: 'FontAwesome';
line-height: 1em;
margin: 0 5px 0 0;
} .recent-posts{
margin: 0;
padding: 0;
overflow: hidden;
}
.recent-posts li{
float: left;
display: block;
}
.recent-posts h6{
margin-top: 0;
margin-bottom: 10px;
}
.recent-posts h6 + span{
margin-top: -5px;
display: block;
}
.pre-footer .recent-posts li{
width: 47.5%;
margin-right: 5%;
margin-bottom: 20px;
}
.pre-footer .recent-posts li.recent-news-even{
margin-right: 0;
}
.recent-posts img{
border: 3px solid #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.recent-posts time{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 70px;
height: 70px;
padding: 8px 0 0 0;
display: block;
text-align: center;
box-sizing: border-box;
font-weight: normal;
}
.recent-posts time em{
display: block;
font-style: normal;
text-transform: uppercase;
font-size: 16px;
font-weight:bold;
}
.recent-posts time span{
font-size: 32px;
letter-spacing: -2px;
}
.recent-posts .flip-container{
margin-right: 30px;
}
.sidebar-widget .recent-posts li{
float: none;
margin-bottom: 30px;
} #custom-search-form{
position: relative;
margin: 0;
}	
#custom-search-form input{
position: relative;
z-index: 1;
text-indent: 7px;
min-height: 33px;
}	
#custom-search-form:after{
content: '\F002';
font-family: 'FontAwesome';
position: absolute;
right: 10px;
top: 7px;
z-index: 2;
} .searchform label{
display:  block;
}
.searchform input[type="text"]{
line-height: inherit;
}  .panel{
background: transparent;
margin: 0 !important;
}
.panel .accordion-toggle{
display: block;
}
.panel .accordion-toggle:before{
content: '\F106';
font-family: 'FontAwesome';
float: left;
margin-right: 7px;
}
.panel .accordion-toggle.collapsed:before{
content: '\F107' !important;
}
.panel-group,
.panel-body,
.panel{
border-left: none;
border-right: none;
border-top: none;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-heading {
padding: 0 15px 0 0;
}
.panel-body{
padding: 9px 15px 9px 0;
border: none !important;
}
.panel h6{
margin-bottom: 10px;
}
.panel-group{
margin-bottom: 20px;
} .carousel{
margin-bottom: 20px;
}
.carousel-control{
width: 40px;
height: 40px;
line-height: 35px;
font-size: 45px;
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
border-radius: 300px;
display: none;
}
.carousel:hover .carousel-control{
display: block;
} .action-box{
padding: 20px;
margin: 0 0 20px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.action-box h3{
margin-top: 0;
line-height: 1em;
}	
.action-box .btn:first-child{
float: right;
} .list-none ul{
list-style: none;
}	
.list-none li{
margin-bottom: 0.5em;
}
*[class*='list-'] ul{list-style: none; padding: 0 0 0 20px }
*[class*='list-'] li:before{
font-family: 'FontAwesome';
font-size: 10px;
line-height: 1em;
margin: 0 10px 0 0;
}
.list-bullets li:before{ content: '\F111' }
.list-circle li:before{ content: '\F10C' }
.list-square li:before{ content: '\F0C8' }
.list-crosslist	li:before{ content: '\F00D' }
.list-checklist	li:before{ content: '\F00C'}
.list-default-list li:before{ content: '\F0DA' } .btn,
input[type="button"],
input[type="submit"]{
border: none;
text-shadow: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.btn.btn-red{ color: #FFF; background: #e74c3c }
.btn.btn-red:hover{ color: #FFF; background: #c0392b }
.btn.btn-green{color: #FFF; background: #2ecc71 }
.btn.btn-green:hover{ color: #FFF; background: #27ae60 }
.btn.btn-blue{ color: #FFF; background: #3498db }
.btn.btn-blue:hover{color: #FFF; background: #2980b9}
.btn.btn-violet{color: #FFF;background: #9b59b6}
.btn.btn-violet:hover{color: #FFF;background: #8e44ad}
.btn.btn-navy{color: #FFF;background: #2c3e50}
.btn.btn-navy:hover{color: #FFF;background: #34495e}
.btn.btn-gray{color: #FFF;background: #bdc3c7}
.btn.btn-gray:hover{color: #FFF;background: #95a5a6} .toggle-box h6{
cursor: pointer;
margin-bottom: 5px;
}
.toggle-box{
margin-bottom: 20px;
} .clients-carousel {
position: relative;
overflow: hidden;
margin-bottom: 30px;
}
.clients-carousel	 ul {
margin:0;
padding:0;
list-style:none;
height:auto;
}
.caroufredsel_wrapper{
margin: 0 30px;
}
.clients-carousel	ul li {
float: left;
text-align: center;
margin: 0;
padding:  0 5px;
}
.clients-carousel ul a{
padding:  1px;
display: block;
overflow: hidden;
}
.clients-carousel	img{
-webkit-transition: opacity 160ms ease-in-out;
-moz-transition: opacity 160ms ease-in-out;
-ms-transition: opacity 160ms ease-in-out;
-o-transition: opacity 160ms ease-in-out;
transition: opacity 160ms ease-in-out;
-webkit-backface-visibility: hidden;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
transform: rotate(0);
position: relative;
opacity: 0.4; 
filter:alpha(opacity=40);
}
.clients-carousel	img:hover{
opacity: 1; 
filter:alpha(opacity=100);
}
.clients-carousel .next:after,
.clients-carousel .prev:after{
opacity: 0;
-webkit-transition: opacity 160ms ease-in-out;
-moz-transition: opacity 160ms ease-in-out;
-ms-transition: opacity 160ms ease-in-out;
-o-transition: opacity 160ms ease-in-out;
transition: opacity 160ms ease-in-out;
}
.clients-carousel .controls{
text-align: right;
padding-top: 5px;
}
.clients-carousel .next:after {
content: '\F138';
font-family: 'FontAwesome';
font-size: 24px;
}
.clients-carousel .prev:after{
content: '\F137';
font-family: 'FontAwesome';
font-size: 24px;
}
.clients-carousel:hover .next:after,
.clients-carousel:hover .prev:after{
opacity: 100; 
filter:alpha(opacity=100);
} .content-column 			{ float:left; margin-right:3.22555%; margin-bottom: 40px }
.content-column.half		{ width: 48.387224% }
.content-column.one-three	{ width: 31.182966% }
.content-column.one-four	{ width: 22.580837% }
.content-column.two-three	{ width: 65.591482% }
.content-column.two-four	{ width: 48.387226% }
.content-column.three-four	{ width: 74.193611% }
.content-column.last		{ margin-right: 0 !important }
.clear						{ clear:both } .divider					{ clear:both; color:none; height: 20px; background-position: center center; margin: 0 0 40px; background-repeat: no-repeat; border-bottom: none; } .well{
padding: 35px 0 0 0;
border: none;
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
} .tabs-container{
margin-bottom: 20px;
}
.nav-tabs{
border: none !important;
}
.nav-tabs a{
border: none !important;
}
.nav-tabs .active>a, 
.nav-tabs .active>a:hover, 
.nav-tabs .active>a:focus{
background-color: transparent;
}
.tab-content{
padding: 20px 0;
margin-top: -2px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
border: none;
} .label{
font-size: small;
} .dropcap{
font-size: 40px;
float: left;
line-height: 1em;
min-width: 30px;
font-weight: bold;
display: inline-block;
margin: 0 5px 0px 0;
} .person .pull-left:first-child{
margin: 0 20px 20px 0;
width: 90px;
height: 90px;
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
border-radius: 300px;
}
.person p:first-child img{
-webkit-border-radius: 300px;
-moz-border-radius: 300px;
border-radius: 300px;
width: 160px;
height: 160px;
}
.person h5{
margin: 30px 0 0;
} .fa-5x.fa-boxed{
height: 110px;
width: 110px;
text-align: center;
display:  inline-block;
line-height: 110px;
vertical-align: middle;
}	
.fa-4x.fa-boxed{
height: 90px;
width: 90px;
text-align: center;
display:  inline-block;
line-height: 90px;
vertical-align: middle;
}
.fa-3x.fa-boxed{
min-height: 70px;
min-width: 70px;
text-align: center;
display:  inline-block;
line-height: 70px;
vertical-align: middle;
}
.fa-2x.fa-boxed{
min-height: 50px;
min-width: 50px;
text-align: center;
display:  inline-block;
line-height: 50px;
vertical-align: middle;
}
.fa-boxed{
min-height: 30px;
min-width: 30px;
text-align: center;
display:  inline-block;
line-height: 30px;
vertical-align: middle;
-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
box-sizing: border-box;
} .zoom-picture:after{
content: '\F002';
font-family: 'FontAwesome';
text-shadow: 0px 0px 3px #000000;
color: #fff;
font-size: 18px;
position: absolute;
top: 10px;
right: 10px;
} .blockquote{
border:none;
padding: 0 0 0 70px;
}
.blockquote:before{
content: '\F10D';
font-family: 'FontAwesome';
font-size: 48px;
line-height: 48px;
float: left;
margin-left: -70px;
display: inline-block;
position: absolute;
} .testimonials{
margin-bottom: 20px;
}
.testimonials blockquote{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 20px 20px 20px 60px;
border: none;
position: relative;
margin: 0;
font-size: 1em;
line-height: 1.4em;
}
.testimonials blockquote:before{
content: '\F10D';
font-family: 'FontAwesome';
font-size: 26px;
line-height: 26px;
margin-left: -40px;
display: inline-block;
position: absolute;
}
.testimonials blockquote:after{
content: '\F0D7';
font-family: 'FontAwesome';
font-size: 44px;
position: absolute;
top: 100%;
margin-top: -10px;
left: 40px;
}
.testimonials cite{
padding: 15px 0 10px 47px;
display: block;
font-weight: normal;
}
.testimonials cite:before{
content: '\2014';
margin-right: 10px
}
.testimonials blockquote i{
font-size: 30px;
}
.testimonials blockquote i:after,
.testimonials blockquote i:before{
margin: 0 10px 10px 0;
} .map-container{
position: relative;
z-index: 1;
}
#map_controls{
list-style: none;
position: absolute;
right: 30px;
bottom: 30px;
}
#map_controls li{
margin: 5px;
} .wl-pricing-table			{text-align:center; margin-bottom: 60px; overflow: hidden;
}
.wl-pricing-table .pricing-footer a{
margin: 0;
}
.wl-pricing-table.light{
padding: 30px 0;
}
.wl-pricing-table.light .content-column{
margin: 0;
padding: 30px;
box-sizing: border-box;
}
.wl-pricing-table.light .half{
width: 50%;
}
.wl-pricing-table.light .one-three{
width: 33.33333%;
}
.wl-pricing-table.light .one-four{
width: 25%;
}
.wl-pricing-table.light .pricing-header{
position: relative;
margin-bottom: 10px;
}
.wl-pricing-table .pricing-header h3{
margin: 0px 0 10px;
}
.wl-pricing-table h4{
position: relative;
overflow: hidden;
margin: 0;
padding: 0;
line-height: 1em;
}	
.wl-pricing-table h4 *{
position: relative;
font-weight: bold;
font-size: 42px !important;
line-height: 50px;
display: inline-block !important;
padding: 0;
margin: 0;
letter-spacing: -1px;
}
.wl-pricing-table h4 *:after,
.wl-pricing-table h4 *:before{
margin: 0px 15px;
position: absolute;
top: 50%;
content: '';
width: 200em;
height: 0px;
display: block;
}
.wl-pricing-table h4 *:before{
right: 100%;
}
.wl-pricing-table h4 *:after{
left: 100%;
}
.wl-pricing-table .pricing-header em{
font-style: normal;
text-transform: uppercase;
opacity: 0.8;
font-weight: normal;
}
.wl-pricing-table.light span{
display: block;
padding: 2px 0;
margin-bottom: 10px;
}
.wl-pricing-table.light .pricing-footer{
padding: 30px 0 0;
}
.wl-pricing-table.light .highlight-column{
padding: 50px 30px;
margin-top: -20px;
position: relative;
z-index: 2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wl-pricing-table.light .content-column:first-child{
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.wl-pricing-table.light .content-column:last-child{
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
.wl-pricing-table.light .highlight-column:first-child, .wl-pricing-table.light .highlight-column:last-child{
-webkit-box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    inset 0px 0px 20px rgba(0, 0, 0, 0.3);
box-shadow:         inset 0px 0px 20px rgba(0, 0, 0, 0.3);
} .event-agenda{
margin-bottom: 20px;
}
.event-agenda-event span{
font-size: 0.9em;
}
.event-agenda .toggle-box{
margin-bottom: 0;
}
.event-agenda .row.event-agenda-day:hover{
background: transparent
}
.event-agenda p{ margin-bottom: 0 }
.event-agenda *[class*="col-"]{ padding: 8px 5px }
.event-agenda .event-agenda-day span{
margin-top:25px
}
.event-agenda h3{ margin-bottom: 10px }
.event-agenda h6{ margin: 0 0 0}
.event-agenda h6 + div.in{ margin: 0 0 0 } .footer-widget.widget_nav_menu ul{
list-style: none;
margin: 0;
padding: 0;
overflow: auto;
}
.footer-widget.widget_nav_menu ul li{
float: left;
width: 50%;
} .map-holder{
position: relative;
margin-bottom: 50px;
}
.map-holder:after{
content: ' ';
background: url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/comp/shadow-02.png) no-repeat top center;
background-size: cover;
position: absolute;
left: 0;
height: 50px;
width: 100%;
top: 100%;
}
#contact-info{
position: absolute;
padding: 50px;
box-sizing: border-box;
z-index: 2;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
#contact-info:before{
content: '\F0D9';
font-family: 'FontAwesome';
font-size: 120px;
color: #fff;
position: absolute;
right: 100%;
margin-right: -5px;
}
#contact-info img,
#contact-info-below img{
border: none;
border-bottom: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
#contact-info ul,
#contact-info-below ul{
margin: 0;
padding: 0;
}
#contact-info-below{
background: #fff;
padding: 20px 20px;
}
#contact-info-below img{
display: none;
}
#recaptcha_image{
width: 100% !important;
padding: 10px 0;
text-align: center;
box-sizing: border-box;
background: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
height: auto !important;
margin: 20px 0;
}
#recaptcha_image img{
display: inline-block !important;
}
#recaptcha_response_field{
box-sizing: border-box;
width: 100%;
}
#contact-form p{
margin-bottom: 10px;
} .page-template-page-templatescontact-2-php .map-holder{
margin-bottom: 0;
}
.page-template-page-templatescontact-2-php .pre-footer{
display: none;
}
.page-template-page-templatescontact-2-php .map-holder:after{
content: none;
}
.page-template-page-templatescontact-2-php .map-holder:before{
content: ' ';
background: url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/comp/shadow-02.png) no-repeat top center;
background-size: cover;
position: absolute;
left: 0;
height: 50px;
width: 100%;
top: 0;
z-index: 2;
} .page-template-page-templatescontact-3-php .map-holder:after{
content: none;
}
.page-template-page-templatescontact-3-php .photo-frame .map-holder{
border: 5px solid #fff;  
-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
} .curly-counter{
margin-bottom: 20px;
}
#counter > div{
display: inline-block;
padding-right: 6%;
width: 20.5%;
max-width: 100px;
box-sizing: content-box;
}
#counter > div:last-child{
padding-right: 0;
}
.countdown_descr{
display: block;
border-top-style: solid;
border-top-width: 1px;
padding-top: 7px;
}
.countdown_amount{
font-size: 44px;
font-weight: bold;
padding-bottom: 7px;
display: block;
line-height: 44px;
height: auto;
} article.post{
margin: 0 0 60px 0
}	
.post-calendar-date{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 13px 0;
display: block;
text-align: center;
box-sizing: border-box;
margin: 10px 0;
font-weight: normal;
-webkit-box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
box-shadow:  1px 1px 5px 0px rgba(0, 0, 0, 0.25);
}
.post-calendar-date span{
font-size: 32px;
letter-spacing: -2px;
}
.post-calendar-date em{
display: block;
font-style: normal;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
}	
h2.post-title,
h1.post-title{
margin-top: 0;
}
.featured-image{
margin: 20px 0 40px;
}
.meta-data{
text-transform: capitalize;
margin-bottom: 20px;
font-weight: normal;
}
.by-author{
text-transform: none;
}
.continue-reading{
margin-top: 20px;
font-weight: bold;
}
.blog-sort{
padding: 8px 0;
}
.blog-sort h6{
margin: 0;
}
.blog-sort a{
text-decoration: none;
}
#filters{
list-style: none;
margin: 0;
}
#filters li{
display: inline-block;
margin-left: 40px;
text-transform: capitalize;
}
#filters a:before{
font-family: "FontAwesome";
content: '\F10C';
margin-right: 10px;
}
#filters a.active:before{
content: '\F111';
}
.nav-links i{
margin: 0 5px;
}
.tag-list i{
margin: 0 5px 0 10px;
}
.social-box{
overflow: hidden;
padding: 15px 20px;
}
.social-box p{
margin: 0;
line-height: 30px;
}
.single .entry-content{
margin-bottom: 80px;
}
.about-author{
padding-top: 20px;
padding-bottom: 40px;
margin-top:  80px;
margin-bottom:  60px;
}
.about-author .avatar-holder{
margin-top: 10px;
}
.comment-list,
.comment-list .children{
list-style: none;
margin-left: 40px;
}
.comment-list{
margin: 40px 0 0 0;
}
.comment-author{
display: block;
margin-bottom: 10px;
line-height: 40px;
overflow: hidden;
}
article.comment{
margin: 20px 0;
}
section.comment{
text-align: right;
}
.comment div{
clear: both;
margin: 10px 0;
padding: 0 20px;
text-align: left;
}
.comment div *{
margin-top:  10px;
margin-bottom:  10px;
}
.edit-link{
margin-left: 20px;
}
cite.fn{
font-size: 18px;
font-weight: bold;
}
.comment-author img{
float: left;
margin-right: 10px;
}
.comment-meta{
line-height: 40px;
}
.comment-body .reply a:after{
font-family: 'FontAwesome';
content: '\F064';
font-size: 12px;
margin-left: 10px;
}
.comment-form-author, .comment-form-email, .comment-form-url{
float: left;
margin-right:3.22555%;
width: 31.182966%;
}
.comment-form-url{margin:0}
.comment-form-textarea{
width: 96%;
padding: 2%;
margin: 0;
}
#commentform{
width: 100%;
}
.comment-form-content{
clear: both;
width: 100%;
}
#commentform input[type="submit"]{
padding: 5px 30px;
margin: 5px 0;
font-weight: bold;
}
.label-format{
display: block !important;
margin-bottom: 10px;
padding: 3px 0;
font-size: 18px;
text-align: center
}
.nav-links-next{
margin-left:40px
} .page-template-page-templates-coming-soon-php header,
.page-template-page-templates-coming-soon-php footer,
.page-template-page-templates-coming-soon-php .pre-footer{
display: none;
}
.page-template-page-templates-coming-soon-php #menu-overlay{
display: block;
} .search-results article{
margin-bottom: 60px
}
.search-results article .post-title{
margin-bottom: 20px
}  .roundabout-slider{
width: 65% !important;
height: 460px;
list-style: none;
padding: 0;
margin: 0 auto;
z-index: 1;
position: relative;
background: transparent url(//www.cabanhaoca.com.br/wp-content/themes/equestrian/images/comp/shadow.png) no-repeat bottom center; 
padding-bottom: 30px; background-size: 100%;
}
.roundabout-slider li{
height: 360px;
width: 480px;
background-color: #ccc;
text-align: center;
cursor: pointer;
-webkit-box-shadow: 0 12px 10px -8px rgba(0,0,0, .8);
-moz-box-shadow: 	0 12px 10px -8px rgba(0,0,0, .8);
box-shadow: 		0 12px 10px -8px rgba(0,0,0, .8);
border: 8px solid rgba(0,0,0,0.65);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
overflow: hidden;
-moz-background-clip: border; -webkit-background-clip: border; background-clip: border-box; -moz-background-clip: padding; -webkit-background-clip: padding; background-clip: padding-box; -moz-background-clip: content; -webkit-background-clip: content; background-clip: content-box; }
.roundabout-slider .title-container{
position: absolute;
bottom: -30px;
z-index: 2;
text-align: center;
width: 100%;
-webkit-transition: all 100ms ease-in;
-moz-transition: all 100ms ease-in;
-ms-transition: all 100ms ease-in;
-o-transition: all 100ms ease-in;
transition: all 100ms ease-in;
}
.roundabout-slider li.roundabout-in-focus:hover .title-container{
bottom: 30px;
}
.title-container span{
color: #fff;
background: rgba(0,0,0, 0.7);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
border-radius: 4px;
display: inline-block;
padding: 5px 20px;
font-weight: bold;
} .layer-slider-container{
overflow: hidden;
z-index:0;
position:relative;
}  #mc_message{
padding-top: 0;
}
.mc_merge_var label{
display:  none;
}
#mc_mv_EMAIL{
box-sizing: border-box;
width: 100%;
min-height: 33px;
}
.mc_signup_submit{
text-align: left;
}
#mc_signup_submit{
margin: 0 !important;
width: auto !important;
}
#mc_signup_submit:after{
content: '\F0E0';
font-family: 'FontAwesome';
} .curly-lang-switcher ul{
list-style: none;
margin: 0 0 0 20px;
padding: 3px 0 0px 0;
position: absolute;
text-align: left;
display: none;
}
.curly-lang-switcher li{
display: block;
font-size: 13px;
}
.curly-lang-switcher a{
display: block;
}
.curly-lang-switcher:hover ul{
display: block;
}
.curly-lang-switcher a:hover{
color: #fff;
} .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count,
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
margin-bottom: 40px !important;
}
.woocommerce .woocommerce-tabs li:before,
.woocommerce .woocommerce-tabs li:after{
display: none;
}
.woocommerce-tabs{
padding: 40px 0;
}
.woocommerce-tabs .tabs{
padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li{
margin: 0 10px 0 0 !important;
border-bottom: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.woocommerce .comment > div{
border: none;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar,
.woocommerce-page #reviews #comments ol.commentlist li img.avatar{
width: 50px !important;
}
.woocommerce .comment .star-rating *{
margin: 0;
}
.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product{
width: inherit !important;
}
.woocommerce span.onsale, .woocommerce-page span.onsale{
text-shadow: none;
box-shadow: none;
box-sizing: content-box;
}
.woocommerce #content div.product form.cart .variations td, .woocommerce div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td{
padding-bottom: 5px;
line-height: 30px;
}
.variation_label{
padding-right: 20px;
}
.product_meta > span{
display: block;
}
.thumbnails > a{
margin-bottom: 3.8%;
}
.woocommerce #content .quantity input.qty, .woocommerce .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-page .quantity input.qty{
height: 32px;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}
.woocommerce #content .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page #content .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus{
outline: none;
height: 16px;
}
.woocommerce #content div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity{
margin-right: 10px;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-error:before, .woocommerce-page .woocommerce-info:before, .woocommerce-page .woocommerce-message:before{
height: auto;
}
.woocommerce #content table.cart input, .woocommerce table.cart input, .woocommerce-page #content table.cart input, .woocommerce-page table.cart input{
line-height: inherit;
}
.alert.alert-success .button{
float: right;
border: none !important;
background: none !important;
box-shadow: none !important;
text-shadow: none !important;
padding: 0;
margin: 0;
line-height: 21px;
color: #468847;
}
.woocommerce table.shop_table td.actions, .woocommerce-page table.shop_table td.actions{
padding-top: 20px;
padding-bottom: 20px;
}
.cart_totals th{
font-size: 14px;
}
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating{
float: right;
}
.woocommerce .btn.add_to_cart_button{
display: block;
margin-top: 20px;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price{
font-size: 16px;
}
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3{
margin-bottom: 10px;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
@media (max-width: 767px) {
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
width: 48% !important
}
.woocommerce ul.products li.product:nth-child(even),
.woocommerce-page ul.products li.product:nth-child(even){
margin-right: 0 !important
}
}  @media (min-width: 768px) and (max-width: 979px) {
.post-calendar-date span{
font-size: 24px;
}
.post-calendar-date em{
font-size: 14px;
}
aside .flip-container{
display: none;
}
aside.pre-footer .flip-container{
display: block;
}
} @media (max-width: 767px) {
.mobile-padding{
padding-left:20px;
padding-right:20px;
}
header .menu{
display: none;
}
header#header{
position: inherit;
}
header #navigation{ position: absolute }
#navigation > div > ul > li{
display: block;
text-align: left;
margin: 0 !important;
}
#navigation ul li{ position: relative }
#navigation li li{ padding-left: 0px; padding-right: 0px }
#navigation a{ 
padding: 10px 20px; 
}
#navigation ul ul,
#navigation ul li:hover > ul{
display: none;
position: static;
border: none !important;
margin: 0 !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0;
}
#navigation ul ul li{
margin: 0;
}
#navigation ul ul a,
#navigation ul ul li:last-child > a{
padding: 10px 20px !important;
}
.menu-parent-item > a::after,
.menu-parent-item .menu-parent-item > a::after{
content: '';
display: none;
}
#navigation > div > ul > li.current-menu-item > a::after,
#navigation > div > ul > li.current_page_ancestor > a::after,
#navigation > div > ul > li.current_page_parent > a::after{
content: '';
display: none;
}
.footer-widget{ margin-bottom:30px }
.absolute-footer{ text-align: center }
.pre-footer .recent-posts li{
width: 100%;
margin-right: 0;
}
.page-heading{ text-align: center; padding-top: 70px }
.page-heading h1{ float: none }
.action-box .btn-large:first-child{
display: none;
}
.event-agenda .event-agenda-day time{
margin-top:0
}
.event-agenda-event.row span{ display: block }
.event-agenda .event-agenda-day h3{
margin-bottom: 0
}
.content-column{
margin-right: 0;
width: 100% !important;
float: none;
overflow: hidden;
clear: both;
}
.about-author{ text-align: center; }
.wl-pricing-table.light .highlight-column{
margin: 0
}
.header-info{
float: none;
text-align: center;
margin: 5px auto;
}
.theme-bc{ padding: 0 }
a,
a:visited,
a.btn-link,
a.btn-link:visited,
*[class^="fa-"],
*[class*=" fa-"],
.row-fluid{
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
#header.header-01 .table-cell{
text-align: center !important;
display: block !important;
}
#header.header-01 #navigation{
text-align: center !important;
left: 0;
}
#header.header-01 #navigation > div > ul {
padding: 20px;
}
} @media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) { 
.logo-nonretina{ display: none }
.logo-retina{ display: block; margin-left: auto; margin-right: auto }
}