/*
Theme Name: Equestrian
Theme URI: http://demo.curlythemes.com/equestrian
Author: Curly Themes
Author URI: http://www.curlythemes.com
Tags: red, blue, green, tan, light, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, custom-colors, featured-images, full-width-template, theme-options, translation-ready
Description: Equestrian is a premium WordPress theme dedicated to the equestrian industry.
Version: 1.2
License: GNU General Public License
License URI: license.txt
*/
/* General
================================================= */
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;
}
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^=”icon-“], a [class*=” icon-“]{
display: inline-block;
}
iframe{
border: none;
}
.carousel ul{
padding: 0;
margin-left: 0;
}
*[class^=”icon-“],
*[class*=” icon-“],
.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;
}
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{
border: none;
-webkit-box-shadow: none;
box-shadow: none;
line-height: 30px;
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 20px;
}
.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;
}
/* Header
================================================= */
#header{
width: 100%;
color: #FFF;
position: relative;
}
#header-holder{
background-color: rgba(0, 0, 0, .55);
background-image: url(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;
}
#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 nav{
width: 100%;
background: #C0392B;
position: relative;
z-index: 5;
}
nav 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 > 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: 160px;
text-align: left;
left: 0;
padding: 10px 20px;
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);
}
#navigation ul li:hover > ul{
display: block;
}
#navigation ul ul ul {
top: 0;
left: 100%;
margin-left: 20px;
}
#navigation li li{
display: block;
margin: 0;
}
#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 > ul > li.current-menu-item > a,
#navigation > ul > li.current_page_ancestor > a,
#navigation > ul > li.current_page_parent > a{
color: #E09C95;
}
#navigation > ul > li.current-menu-item > a:after,
#navigation > ul > li.current_page_ancestor > a:after,
#navigation > 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 ul{
margin: 0;
padding: 0;
list-style: none;
}
#nav-toggle{
display: block;
padding: 5px 0;
}
.dropdown-menu-sub-indicator > a::after{
content: ‘\F107’;
font-family: ‘FontAwesome’;
font-size: 15px;
margin: 0 0 0 7px;
}
.dropdown-menu-sub-indicator .dropdown-menu-sub-indicator > a::after{
content: ‘\F105’;
font-family: ‘FontAwesome’;
font-size: 15px;
margin: 0 0 0 7px;
float: right;
}
.page-heading{
text-align: left;
padding: 30px 0;
position: relative;
z-index: 0;
}
.page-heading h1{
margin: 0;
position: relative;
z-index: 0;
}
.page-heading .span12{
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;
}
.stickit{
position: fixed;
top: 0;
z-index: 9999;
}
.stickit #navigation > ul{
line-height: 20;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.stickit #navigation > ul > li a{
padding-top: 5px;
padding-bottom:5px;
font-size: 15px;
}
#menu-overlay{
position: fixed;
background-color: rgba(0, 0, 0, .55);
background-image: url(images/header/bg-header.png);
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 2;
display: none;
}
/* Footer
================================================= */
footer{
background: #0F0B06 url(images/footer/bg-footer.jpg) repeat-x top center;
}
footer::before{
content: ”;
width: 100%;
position: absolute;
z-index: 1;
height: 50px;
background: url(images/footer/grass.png) repeat-x top center;
}
footer h5{
margin-bottom: 30px;
}
footer .icon-boxed{
background-color: #0F0B06;
color: #FFF;
}
.pre-footer{
padding: 20px 0 60px;
}
.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;
}
/* Theme Features
================================================= */
.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;
}
/* WordPress Classes
================================================= */
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: 0px 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: 0px 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;
}
/* Widgets
================================================= */
.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;
}
.widget_rss li{
margin-bottom: 30px;
}
.widget_recent_entries li, .widget_recent_comments li{
margin-bottom: 10px;
}
/* Widgets – Custom Recent Posts
================================================= */
.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);
}
.sidebar-widget .recent-posts li{
float: none;
margin-bottom: 30px;
}
/* Widgets – Custom Search
================================================= */
#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;
}
/* Shortcodes
================================================= */
/* Shortcodes – Accordion
================================================= */
.accordion .accordion-toggle:after{
content: ‘\F078’;
font-family: ‘FontAwesome’;
float: right;
}
.accordion .accordion-toggle.open:after {
content: ‘\F068’;
}
.accordion-group,
.accordion-inner{
border-left: none;
border-right: none;
border-top: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.accordion-heading .accordion-toggle{
padding: 0 15px 0 0;
}
.accordion-inner{
padding: 9px 15px 9px 0;
}
.accordion h6{
margin-bottom: 10px;
}
/* Shortcodes – Action Boxes
================================================= */
.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;
}
/* Shortcodes – Lists
================================================= */
.list-none ul{
list-style: none;
}
.list-none li{
margin-bottom: 0.5em;
}
/* Shortcodes – Button
================================================= */
.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}
/* Shortcodes – Box
================================================= */
.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;
}
.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);
}
/* Shortcodes – Columns
================================================= */
.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 }
/* Shortcodes – Dividers
================================================= */
.divider { clear:both; color:none; height: 20px; background-position: center center; margin: 0 0 40px; background-repeat: no-repeat; border-bottom: none; }
/* Shortcodes – Box
================================================= */
.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;
}
/* Shortcodes – Tabs
================================================= */
.tabbable{
margin-bottom: 20px;
}
.nav-tabs>.active>a,
.nav-tabs>.active>a:hover,
.nav-tabs>.active>a:focus{
background-color: transparent;
}
.tabbable.tabs-below .tab-content{
margin-bottom: 20px;
}
/* Shortcodes – Marker
================================================= */
.label{
font-size: small;
}
/* Shortcodes – Dropcap
================================================= */
.dropcap{
font-size: 40px;
float: left;
line-height: 1em;
min-width: 30px;
font-weight: bold;
display: inline-block;
margin: 0 5px 0px 0;
}
/* Shortcodes – Person
================================================= */
.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;
}
/* Shortcodes – Icons
================================================= */
.icon-4x.icon-boxed{
min-height: 90px;
min-width: 90px;
text-align: center;
display: inline-block;
line-height: 90px;
vertical-align: middle;
}
.icon-3x.icon-boxed{
min-height: 70px;
min-width: 70px;
text-align: center;
display: inline-block;
line-height: 70px;
vertical-align: middle;
}
.icon-2x.icon-boxed{
min-height: 50px;
min-width: 50px;
text-align: center;
display: inline-block;
line-height: 50px;
vertical-align: middle;
}
.icon-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;
}
/* Shortcodes – Zoomify
================================================= */
.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;
}
/* Shortcodes – Testimonials
================================================= */
.testimonials blockquote{
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 20px;
border: none;
position: relative;
margin: 0;
font-size: 1em;
line-height: 1.4em;
}
.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;
}
/* Shortcodes – Map Maker
================================================= */
.map-container{
position: relative;
z-index: 1;
}
#map_controls{
list-style: none;
position: absolute;
right: 30px;
bottom: 30px;
}
#map_controls li{
margin: 5px;
}
/* Shortcodes – Pricing Table
================================================= */
.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);
}
/* Shortcodes – Event Agenda
================================================= */
.event-agenda-event span{
font-size: 0.9em;
}
/* Custom Menu – Footer
================================================= */
.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%;
}
/* Pages – Contact
================================================= */
.map-holder{
position: relative;
margin-bottom: 50px;
}
.map-holder:after{
content: ‘ ‘;
background: url(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;
}
#contact-info ul,
#contact-info-below ul{
margin: 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;
}
/* Blog
================================================= */
article.post{
margin: 0 0 80px 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{
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;
}
#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;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input{
width: 96% !important;
padding: 3% 2%!important;
margin: 0 !important;
}
#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: 10px 0;
font-size: 25px;
text-align: center
}
.nav-links-next{
margin-left:40px
}
/* Search Results
================================================= */
.search-results article{
margin-bottom: 60px
}
.search-results article .post-title{
margin-bottom: 20px
}
/* Sliders
================================================= */
/* Sliders – Round About
================================================= */
.roundabout-slider{
width: 65% !important;
height: 460px;
list-style: none;
padding: 0;
margin: 0 auto;
z-index: 1;
position: relative;
background: transparent url(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; /* Firefox 3.6 */
-webkit-background-clip: border; /* Safari 4? Chrome 6? */
background-clip: border-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
-moz-background-clip: padding; /* Firefox 3.6 */
-webkit-background-clip: padding; /* Safari 4? Chrome 6? */
background-clip: padding-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
-moz-background-clip: content; /* Firefox 3.6 */
-webkit-background-clip: content; /* Safari 4? Chrome 6? */
background-clip: content-box; /* Firefox 4, Safari 5, Opera 10, IE 9 */
}
.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;
}
/* Sliders – Layer Slider
================================================= */
.layer-slider-container{
overflow: hidden;
z-index:-1;
position:relative;
}
/* 3rd Party Integration
================================================= */
/* Mailchimp
================================================= */
#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:after{
content: ‘\F0E0’;
font-family: ‘FontAwesome’;
}
/* WPML
================================================= */
.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;
}