/*--

	Theme Name: theme48188

	Theme URI: http://template-help.com/

	Description: A theme for Wordpress 3.7.x + from Template-Help.com Collection

	Author: Template_Help.com

	Author URL: http://www.Template-Help.com/

	Template: CherryFramework

	Version: 3.0

	MotoPress Version: 1.0

--*/

@import url("main-style.css");


nav.nav.nav__primary.clearfix {
	text-align: center;
}
ul#topnav {
	float: none;
	display: inline-block;
	margin-top: 0px;
}
header.motopress-wrapper.header {
	padding: 5px 0px 0px 0px;
}
.hidden-phone {
	text-align: right;
	margin-top: 10px;
}
.header .logo img {
	width: 170px;
	margin-bottom: 5px;
}
.logo_tagline span {
	display: block;
	margin: 0px;
	font-size: 20px;
}
p.logo_tagline {
	margin: 0px;
}
.search-form.search-form__h.hidden-phone.clearfix {
	margin: 0px 0px 5px 0px;
}
.header .nav__primary .sf-menu > li > a {
/* padding: 3px 6px 6px 3px; */

}
p.logo_tagline {
	text-align: right;
}
.center-nav {
	background: #222;
	padding: 3px 0px 0px 0px;
}
.header .span8 {
	margin-top: 5px;
}
form#search-header input {
	padding: 8px !important;
	height: 30px !important;
	min-height: 20px;
	line-height: 12px;
}
.header-right {
	text-align: right;
	margin-top: 0px;
}
p.logo_tagline {
	margin-bottom: 10px;
}
.header .nav__primary .sf-menu > li > a {
	padding: 11px 40px 11px 40px;
	font-size: 16px;
}
.title-section {
	padding: 20px 0 0;
}
.debugHide {
	display: none;
}

@media only screen and (max-width: 767px) {
ul#topnav {
	display: none;
}
nav.nav.nav__primary.clearfix {
	margin: 0px;
}
.center-nav {
	padding: 10px;
}
.header-right {
	text-align: center;
}
p.logo_tagline {
	text-align: center;
}
p.logo_tagline span {
	font-size: 22px;
}
}
/*@media only screen and (max-width: 767px) and (min-width: 320px)*/


.flexslider .slides > li {
	position: relative;
	height: 420px;
}
.flex-caption-wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 2;
}
.flex-caption-wrapper .flex-caption {
	display: table-cell;
	vertical-align: middle;
	/*padding: 0px 300px 0px 20px;*/
	padding: 20px;
	font-size: 0px;
	vertical-align: top;
}
li.flex-active-slide {
}
.flex-caption .pWrap p span.captionTitle {
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}
.flexslider .slides img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.flex-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.flex-direction-nav {
	display: none;
}
.flexsliderWrap .flex-control-paging li a.flex-active {
	background: rgb(113, 167, 214);
}
.flexsliderWrap .flex-control-paging li a {
	background: rgba(255, 255, 255, 0.7);
	width: 12px;
	height: 12px;
}
.flexsliderWrap  .flex-control-paging li a:hover {
	background: rgb(113, 167, 214);
}
.flexsliderWrap  .flex-control-nav {
	bottom: 5px;
}
/*.flex-control-nav li {
    background: rgba(0,0,0,0.3);
    padding: 4px;
    border-radius: 50%;
}*/


.flexsliderWrap .flexslider {
	margin: 0px;
}
.flex-caption .pWrap p {
	padding: 20px;
	margin: 0px;
	font-size: 14px;
	background: rgba(39, 39, 39, 0.5);
	display: inline-block;
	vertical-align: bottom;
	box-sizing: border-box;
	position: relative;
	width: 800px;
}
.captionButton {
	width: 300px;
	display: block;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	bottom: -90px;
	right: -300px;
}
.captionButton a {
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	background: rgba(39, 39, 39, 0.5);
	border-radius: 5px;
	transition: all ease .3s;
	position: relative;
}
.captionButton a:hover {
	text-decoration: none;
	background: rgba(113, 167, 214, 1);
}
.flex-control-paging li a {
	/*box-shadow: 0px 0px 4px 4px rgba(88, 88, 88, 0.3);*/
	padding: 0px 10px;
}
.flexsliderWrap .flex-control-nav {
	padding: 9px 0px 0px 0px;
	background: rgba(0,0,0,.3);
	bottom: 0px;
}

@media only screen and (max-width: 1199px) {
.flex-caption .pWrap p {
	width: 700px;
}
.captionButton {
	width: 200px;
	right: -200px;
}
/*
	.flexslider .slides > li {
    	height: 300px;
	}
	

	.flex-caption .pWrap p span.captionTitle {
		font-size: 30px;
		line-height: 30px;
		display: block;
		margin-bottom: 10px;
		border-bottom: 1px solid #fff;
		padding-bottom: 10px;
	}
	
	span.captionText {
		font-size: 12px;
	}
	
	.captionButton a {
		padding: 5px 10px;
	}
	*/
	
}

@media only screen and (max-width: 979px) {
.flex-caption .pWrap p {
	width: 100%;
}
.captionButton {
	width: 100%;
	bottom: -70px;
	right: 0px;
}
/*
	.flex-caption .pWrap p span.captionTitle {
    	font-size: 20px;
    	line-height: 20px;
	}
	.captionButton a {
    	font-size: 14px;
	}
	*/
}

@media only screen and (max-width: 767px) {
.flex-caption-wrapper .flex-caption span, .flex-caption-wrapper .flex-caption p {
	text-align: center;
}
.flex-caption .pWrap p span.captionText, .flex-caption p {
	font-size: 13px;
	line-height: 15px;
}
.flex-caption .pWrap p span.captionTitle {
	font-size: 22px;
	line-height: 22px;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.flex-control-paging li a {
	padding: 0px 6px;
}
}

.logo_tagline span a {
	color:#71a7d6;
}
.logo_tagline span a:hover {
	color:#74beff;
	text-decoration:none;
}


/* Contact Form 7 Styles---------------------------------*/

#wpcf7-f5779-p5774-o1 {
	background: #f5f5f5;
	color: #000000;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}