/*
Theme Name: Equestrian
Theme URI: http://demo.curlythemes.com/equestrian-v2/
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, fluid-layout, custom-background, custom-header, custom-menu, custom-colors, featured-images, full-width-template, theme-options, translation-ready, responsive-layout
Description: Equestrian is a premium WordPress theme dedicated to the equestrian industry.
Version: 3.0.3
License: GNU General Public License
License URI: license.txt
Text Domain: CURLYTHEME

*/

/**
 * Table of Contents:
 *
 * 1.0 - General
 * 2.0 - Header
 *   2.1 - Page Heading
 *   2.2 - Header 01
 *   2.3 - Header 02
 * 3.0 - Navigation
 * 4.0 - Footer
 * 5.0 - WordPress Classes
 * 6.0 - 404 Page
 * 7.0 - Widgets
 *   7.1 - Custom Recent Posts
 *   7.2 - Custom Search
 *   7.3 - Basic Search
 * 8.0 - Shortcodes (Moved to Curly Themes Extension Plugin)
 * 9.0 - Page Templates
 *   9.1 - Contact
 *   9.2 - Coming Soon
 * 10.0 - Blog
 * 11.0 - Sliders
 *    11.1 - Round About
 *    11.2 - Layer Slider
 * 12.0 - 3rd Party Integration
 *    12.1 - MailChimp
 *    12.2 - WPML
 *    12.3 - WooCommerce
 *    12.4 - BBPress
 *    12.5 - Contact Form 7
 *    12.6 - Google Search
 * 13.0 - Media Queries
 *    13.1 - Portrait tablet to landscape and desktop
 *    13.2 - Landscape phones and down
 *    13.3 - Retina
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 - General
 * -----------------------------------------------------------------------------
 */

html, body {
	height: 100%;
}
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;
}
.button{
	border: none;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
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"],
input[type="email"],
input[type="password"],
textarea,
textarea.form-control,
select,
.wp-editor-container{
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;		
}
.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"],
.button{
	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;
}

/*	Special Title */
.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;
}

/*	Photo Frame */
.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;
}



/**
 * 2.0 - Header
 * -----------------------------------------------------------------------------
 */
 
#header{
	width: 100%;
	color: #FFF;
	position: relative;
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: top center
}
#header-holder{
	background-color: rgba(0, 0, 0, .55);
	background-image: url(images/header/bg-header.png);
	padding: 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-texts{
	padding-top: 20px;
}
.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;
}

/**
 * 2.1 - Page Heading
 * -----------------------------------------------------------------------------
 */
 
.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;
}

/**
 * 2.2 - Header 01
 * -----------------------------------------------------------------------------
 */
 
#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;
}

/**
 * 2.3 - Header 02
 * -----------------------------------------------------------------------------
 */
 
#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;
}


/**
 * 3.0 - Navigation
 * -----------------------------------------------------------------------------
 */
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;
}
.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(images/header/bg-header.png);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
}


/**
 * 4.0 - 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 .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: -10px;
	right: 20px;
	width: 50px;
	height: 50px;
	line-height: 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;
}

/*	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%;
}

/**
 * 5.0 - 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);
}
.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;
}
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;
}

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	position: relative;
}
.gallery-item img{
	max-width: 100%;
	height: auto;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
	display: none;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 6.0 - 404 Page
 * -----------------------------------------------------------------------------
 */
#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;
}


/**
 * 7.0 - 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;
	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;
}

/**
 * 7.1 - 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);
}
.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;
}

/**
 * 7.2 - 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;
}

/**
 * 7.3 - Basic Search
 * -----------------------------------------------------------------------------
 */
.searchform label{
	display:  block;
}
.searchform input[type="text"]{
	line-height: inherit;
}

/**
 * 8.0 - Shortcodes
 * -----------------------------------------------------------------------------
 */
 
 /**
  * 8.1 - Icons
  * -----------------------------------------------------------------------------
  */
.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: content-box;
	border-style: solid;
	border-color: transparent;
	border-width: 1px;
}

/**
 * 9.0 - Pages
 * -----------------------------------------------------------------------------
 */
 
 /**
  * 9.1 - 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 *:last-child{
	margin-bottom: 0;
}
#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;
}
#contact-form .error{
	color: #B94A48;
}

/* Template #2 */
.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(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;
}

/* Template #3 */
.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;
}

/**
 * 9.2 - Coming Soon
 * -----------------------------------------------------------------------------
 */
 
.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;
}


/**
 * 10.0 - Blog
 * -----------------------------------------------------------------------------
 */
 
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);
}
.sticky{}
.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;
}
.social-box a{
	margin-left: 3px;
}
.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
}

/*	Search Results */
.search-results article{
	margin-bottom: 60px
}
.search-results article .post-title{
	margin-bottom: 20px
}


/**
 * 11.0 - Sliders
 * -----------------------------------------------------------------------------
 */

/**
 * 11.1 - 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;
}

/**
 * 11.2 - Layer Slider
 * -----------------------------------------------------------------------------
 */
.layer-slider-container{
	overflow: hidden;
	z-index:0;
	position:relative;
}


/**
 * 12.0 - 3rd Party Integration
 * -----------------------------------------------------------------------------
 */

/**
 * 12.1 - 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{
	margin: 0 !important;
	width: auto !important;
}
#mc_signup_submit:after{
	content: '\F0E0';
	font-family: 'FontAwesome';
}

/**
 * 12.2 - WPML
 * -----------------------------------------------------------------------------
 */
 
 .curly-lang-switcher{
 	display: inline-block;
 	position: relative;
 	cursor: pointer;
 }
.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;
}

/**
 * 12.3 - WooCommerce
 * -----------------------------------------------------------------------------
 */
 
.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
	}
}


/**
 * 12.4 - BBPress
 * -----------------------------------------------------------------------------
 */

#bbpress-forums{
	overflow: visible;
} 
#bbpress-forums li.bbp-header{
	padding: 15px 0 15px 18px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#bbpress-forums .forum-titles li{
	font-weight: bold;
	border-top: none !important;
}
#bbpress-forums .bbp-forums li.bbp-body ul:last-child
#bbpress-forums .bbp-topics li.bbp-body ul:last-child{
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results{
	border: none;
	margin: 5px 0;
}
#bbpress-forums div.even, 
#bbpress-forums ul.even{
	background: transparent !important;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic{
	border-bottom: none;
	border-top: none;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic{
	padding: 12px 0 10px 18px;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{
	line-height: 1.4em;
}
#bbpress-forums .bbp-pagination-links,
#bbpress-forums .bbp-pagination-count{
	float: right;
}
#bbpress-forums fieldset.bbp-form legend{
	border-bottom: none;
	width: auto;
}
#bbpress-forums fieldset.bbp-form{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#bbpress-forums .bbp-topic-form{
	padding-top: 30px;
}
.bbp-forum-freshness{
	font-size: 0.9em;
}
.bbp-search-form{
	float: none !important;
	margin-bottom: 30px;
	position: relative;
}
.bbp-search-form::after{
	content: '\F002';
	font-family: 'FontAwesome';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 6px;
	z-index: 2;
}
.bbp-search-form input[type=text]{
	width: 100%;
	position: relative;
	z-index: 0;
	text-indent: 7px;
	min-height: 33px;
}
.bbp-form select{
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	padding: 4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 100%;
	display: block;
	height: 34px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #FFF;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;	
}
div.bbp-submit-wrapper{
	margin-bottom: 40px;
	float: none;
}
div.bbp-submit-wrapper button{
	margin-left: 20px;
}
#subscription-toggle,
#favorite-toggle{
	float: right;
}
.bbp-subscription-favorites{
	overflow: auto;
	clear: both;
	margin-bottom: 20px;
}
.bbp-pagination{
	margin: 0;
}
.bbp-reply-form{
	margin-top: 40px;
}
.bbp-pagination{
	display: block;
	float: none;
	overflow: auto;
	clear: both;
}
li.bbp-body div.hentry{
	padding: 0;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 40px;
}
li.bbp-body div.hentry:last-of-type{
	margin-bottom: 20px;
}
#bbpress-forums .bbp-replies li.bbp-body{
	border: none;
}

#bbpress-forums .bbp-replies div.odd,
#bbpress-forums .bbp-replies ul.odd,
#bbpress-forums .bbp-replies div.even,
#bbpress-forums .bbp-replies ul.even{
	background: transparent;
}
#bbpress-forums .bbp-replies .bbp-content{
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 20px 20px 0 20px;
}
#bbpress-forums div.bbp-forum-author .bbp-author-role, 
#bbpress-forums div.bbp-topic-author .bbp-author-role, 
#bbpress-forums div.bbp-reply-author .bbp-author-role,
.bbp-reply-post-date{
	font-style: normal;
	font-size: 0.9em;
}
.bbp-reply-post-date{
	padding: 10px 0 0;
	display: block;
	margin: 10px 0 0;
	float: none !important;
}

#bbpress-forums div.bbp-forum-author a.bbp-author-name, 
#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
#bbpress-forums div.bbp-reply-author a.bbp-author-name,
.bbp-reply-ip{
	margin-top: 10px;
	padding-top: 10px;
	display: block;
}
#bbpress-forums div.bbp-forum-content, 
#bbpress-forums div.bbp-topic-content, 
#bbpress-forums div.bbp-reply-content{
	margin-left: 150px;
}
#bbpress-forums div.bbp-forum-author, 
#bbpress-forums div.bbp-topic-author, 
#bbpress-forums div.bbp-reply-author{
	width: 130px;
}
span.bbp-admin-links a{
	font-size: 0.8em;
}
#bbpress-forums ul.bbp-replies{
	margin-bottom: 0;
}
#bbpress-forums #bbp-single-user-details{
	float: none;
	width: 100%;
}
#bbpress-forums #bbp-user-body{
	margin: 0;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar{
	float: left;
}
#bbpress-forums #bbp-single-user-details #bbp-user-navigation{
	float: left;
	margin-left: 30px;
}
#bbp-user-navigation li{
	float: left;
	width: 48%;
	margin-right: 2%;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar{
	width: 100px;
	height: 100px;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar{
	width: 100px;
}
#bbp-single-user-details{
	margin-bottom: 40px !important;
	padding-bottom: 20px;
}

/**
 * 12.5 - Contact Form 7
 * -----------------------------------------------------------------------------
 */
.wpcf7-not-valid{
	border-color: #B94A48 !important;
}
.wpcf7-not-valid-tip{
	color: #B94A48 !important;
	font-size: 0.9em !important;
	padding-top: 5px !important;
}
div.wpcf7-validation-errors{
	color: #C09853 !important;
	border-color: #FBEED5 !important;
	background: #FCF8E3 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	padding: 15px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
div.wpcf7-mail-sent-ok{
	color: #468847 !important;
	border-color: #D6E9C6 !important;
	background: #DFF0D8 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	padding: 15px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.wpcf7 *{
	outline: none !important;
}

/**
 * 12.6 - Google Search
 * -----------------------------------------------------------------------------
 */
#goog-wm-qt{
	width: auto;
}
#goog-wm-sb{
	height: 31px;
}

/**
 * 13.0 - Media Queries
 * -----------------------------------------------------------------------------
 */

/**
 * 13.1 - Portrait tablet to landscape and desktop
 * -----------------------------------------------------------------------------
 */
	
@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;
	}
}

/**
 * 13.2 - Landscape phones and down
 * -----------------------------------------------------------------------------
 */

@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;
	}
	#page-heading.header-01 .page-heading{ padding-top: 30px }
	#header.header-01 #header-holder{ border: none !important; padding: 40px 0 41px }
	#header.header-01.header-02 #header-holder{ padding: 10px 0 41px 0; }	
	#header.header-01.header-02 .container:first-of-type { margin-bottom: 0 }	
	div.bbp-submit-wrapper{
		text-align: left;
		float: none;
	}
	div.bbp-submit-wrapper button{
		margin: 10px 0 0 0;
		float: none;
		display: block;
		width: 100%;
	}
	#bbpress-forums div.bbp-forum-content, 
	#bbpress-forums div.bbp-topic-content, 
	#bbpress-forums div.bbp-reply-content{
		margin-left: 0;
	}
	#bbpress-forums div.bbp-forum-author, 
	#bbpress-forums div.bbp-topic-author, 
	#bbpress-forums div.bbp-reply-author{
		width: 100%;
		margin-bottom: 20px;
	}
	#bbpress-forums .bbp-body div.bbp-reply-author{
		margin: -15px 10px 10px;
		min-height: 100px;
		padding-left: 80px;
		position: relative;
		text-align: left;
		width: 100%;
	}
	#bbpress-forums div.bbp-reply-author img.avatar{
		position: absolute;
		top: 15px;
		left: 0;
		width: 60px;
		height: auto;
	}
	#bbpress-forums div.bbp-forum-author a.bbp-author-name, 
	#bbpress-forums div.bbp-topic-author a.bbp-author-name, 
	#bbpress-forums div.bbp-reply-author a.bbp-author-name{
		margin: 0;
	}
}

/**
 * 13.3 - Retina
 * -----------------------------------------------------------------------------
 */
 
@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 }
}	