/******************************************************************
Theme Name: WP Curve Theme
Theme URI: http://wpcurve.com/
Description: Theme for WP Curve Website
Author: WP Curve
Author URI: http://wpcurve.com/
Version: 2.0

*
* ADD Other CSS to /css/custom.css
------------------------------------------------------------------ */

/*----------------------- MAIN WRAP --------------------------------- */

html, body {
	font-family: 'OpenSans', 'Arial', 'Helvetica';
	color: #181928;
	font-weight: 300;
	margin: 0;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	min-width: 320px;
	font-size: 16px;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #ff551a;
	transition: color ease-in 0.5s, text-decoration ease-in 0.5s;
}
a:focus {
	outline:thin dotted;
}
a:active, a:hover {
	outline:0;
	text-decoration: underline;
	color: #e84d17;
}

h1, .h1 {
	font-size:25px;
	line-height:40px;
}
h2, .h2 {
	font-size:19px;
	line-height:1.4em;
	margin-bottom:0.375em
}
h3, .h3 {
	font-size:16px;
}
.h3bold {
	font-size:16px;
	font-family: 'OpenSans','Arial';
	font-weight: 600;
}
.h3italiclight {
	font-size:16px;
	font-family: 'OpenSans','Arial';
	font-style: italic;
	color:#a9b8c4;
}
h4, .h4 {
	font-size:1.1em;
	font-weight:700
}
h5, .h5 {
	font-size:0.846em;
	line-height:2.09em;
	text-transform:uppercase;
	letter-spacing:2px;
}

.italic { font-family: 'OpenSans','Arial'; font-weight: 300; font-style: italic; }

.inner_container,
.main-content-margin,
#main-wrap-container {
	margin:0 auto;
	width:92%; /* default width */
	max-width: 960px;
}
#main-wrap {
	width: 100%;
	margin:0 auto;
}

.main-content-margin {
	position: relative;
	padding-bottom: 20px;
}

.clear, .clearfix-separator, .clearfix {
	clear: both;
}

/*----------------------- HEADER --------------------------------- */

#main-header.largebg {
	width: 100%; /* set width to main wrap default width */
	height:478px;
	padding:3%;
	background: url(images/banner.jpg) top left no-repeat;
}
#main-header.smallbg {
	width: 100%; /* set width to main wrap default width */
	height:auto;
	padding: 15px 0px 1px;
	background: none #fff;
}
#main-header .head-text {
	padding-top: 50px;
}

#header-menu {
	float: right;
	margin-top: 13px;
	margin-bottom: 8px;
}
#header-widget-menu {
	float: right;
	margin-top: -5px;
}
#header-menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#header-menu li {
	float: left;
	padding: 0px 15px;
	list-style: none;
}
#header-menu li a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	font-weight: 300;
}
#header-menu li a:hover {
	color: #555555;
}
.logo {
	float:left;
	/* width:15%; */
}

.logo img {
	max-width:100%;
	max-height: 40px;
}


/*----------------------- FOOTER --------------------------- */

#footer-wrap {
	width: 100%; /* set width to main wrap default width */
	color: #e4e4e4;
}

#footer {
	width: 100%; /* set width to main wrap default width */
	padding:2%; /* add padding by 8% of the total main wrap width */
	background-color: #171928; /* set BG */
	font-size:15px;
}
#footer p { color:#e4e4e4; font-size:15px; font-family: 'OpenSans','Arial'; }
	#footer p a { color:#e4e4e4; text-decoration:underline; }

#footer h3.footerwidgettitle { color: #e4e4e4; font-size:15px; font-family:'OpenSans','Arial'; font-weight: 600; margin-bottom:20px; text-transform: uppercase }
#footer .footerwidget ul { margin:0; padding:0; }
#footer .footerwidget ul li { list-style:none; color:#e4e4e4; margin-bottom:10px; font-size: 14px; font-weight: 300; }
#footer .footerwidget ul li a { list-style:none; color:#e4e4e4; margin-bottom:10px; }

#footer .footerwidget ul { margin:0; padding:0; }
#footer .footerwidget ul li { list-style:none; color:#e4e4e4; margin-bottom:10px; }
#footer .footerwidget ul li a { list-style:none; color:#e4e4e4; margin-bottom:10px; }

/*-- Form -- */
#footer input[type="text"], #footer input[type="email"], #footer text-area {
	font-size:100%;
	moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	
	padding:10px 25px;
	vertical-align:baseline;
	*vertical-align:middle;
	margin-right:10px;
	font-size:14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#footer .button { font-size:14px; padding:8px 12px; }

/*--- Footer Copyright */
#footer-copy {
	width: 100%; /* set width to main wrap default width */
	padding: 10px 20px 7px 45px; /* add padding by 8% of the total main wrap width */
	background-color: #050506; /* set BG */
	font-size:18px;
}
#footer-copy #footer-nav ul { margin:0; padding:0; }
#footer-copy #footer-nav ul li { list-style:none; color:#e4e4e4; float:left; display:inline; margin-right:20px; font-size:12px; }
#footer-copy #footer-nav ul li a { list-style:none; color:#e4e4e4; margin-bottom:10px; text-decoration:none; }

#footer .col-1, #footer .col-2, #footer .col-3, #footer .col-4 {
	float: left;
	width: 20%;
	min-height: 1px;
} 
#footer .col-4 {
	width: 31%;	
}
#footer .footerwidget {
	padding: 0px 10px;
	margin-bottom: 15px;
}
		
/* --- Footer Social Media Icons */
.footer-social-media {
	float:right;
	width:30%;
}
.footer-social-media span { float:left; margin-right:15px; padding-top:5px; font-size:12px; color:#fff; font-family:'OpenSans','Arial'; }
.footer-social-media ul { margin:0; padding:0; }
.footer-social-media ul li { list-style:none; float:left; display:inline; margin-right:10px; }
.footer-social-media ul li a { list-style:none; text-decoration:none; transition: opacity 0.5s; -webkit-transition: opacity 0.5s; }
.footer-social-media ul li a.fb { float:left; background: url(images/icons/wpcurve-sprites.png) -177px 0 no-repeat; width:32px; height:32px; }
.footer-social-media ul li a.twitter { float:left; background: url(images/icons/wpcurve-sprites.png) -297.9999694824219px 0 no-repeat; width:32px; height:32px; }
.footer-social-media ul li a.in { float:left; background: url(images/icons/wpcurve-sprites.png) -257.9999694824219px 0; no-repeat; width:32px; height:32px; }
.footer-social-media ul li a.gp { float:left; background: url(images/icons/wpcurve-sprites.png) -216.99996948242188px 0 no-repeat; width:32px; height:32px; }
.footer-social-media ul li a:hover{ opacity: 0.8; }

.combined-input {
	position: relative;
}
.combined-input .text {
	float: left;
	border-radius: 4px 0px 0px 4px !important;
	height: 40px;
	border: 1px solid transparent !important;
	margin: 0 !important;
	width: 80%;
	width: calc(100% - 40px);
	text-align: left;
	padding: 10px !important;
}
.combined-input .button {
	float: left;
	border-radius: 0px 4px 4px 0px;
	height: 40px;
	border: 1px solid #ff551a;
	margin: 0;
	width: 40px;
	cursor: pointer;
	position: relative;
	background: url(images/sprite-footer.png) -54px center no-repeat #ff551a;
	background-size: auto 16px;
}

.social-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
}
#social-footer  {
	padding-top: 20px;
}
#social-footer .social-icon { margin-left: 10px; }
.social-facebook {
	background: url(images/sprite-footer.png) -24px 0 no-repeat;
	background-size: auto 24px;
}
.social-twitter {
	background: url(images/sprite-footer.png) 0 0 no-repeat;
	background-size: auto 24px;
}
.social-google {
	background: url(images/social-google.png) 0 0 no-repeat;
}
.submit-button {
	padding: 4px 15px 6px;
	background-color: #ff551a;
	border-radius: 5px;
	border: 1px solid transparent;
	display: inline-block;
	color: #fff;
	border-top: 1px solid #ff551a;
	/*border-bottom: 1px solid #ff551a;*/
	border-bottom: 5px solid #E84D17;
	cursor: pointer;
	transition: background-color 0.5s ease;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-shadow: 0px 1px 2px rgba(5, 5, 5, 0.3);
}
.submit-button:hover {
	text-decoration: none;
	background-color: #e84d17;
	color: #fff;
}
#header-menu .menu-header, #header-menu #header-signup-button {
	float: left;
}
#header-menu #header-signup-button {
	margin-top: -7px;
	margin-left: 10px;
}
#header-menu #header-signup-button a {
	font-size: 16px;
	
}
#header-bg {
	position: relative; 
	width: 100%; 
	height: 445px;  
	background: url('images/bg_home_low.jpg') center bottom no-repeat #333; 
	background-size: 100% auto; 	
}
#header-bg .overlay {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: #171928; 
	opacity: 0.7;
	z-index: +1;
}
#header-bg .header-content {
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	z-index: +2;
	position: relative;
	color: #fff;
}

p.head {
	font-size: 16px;
}
strong {
	font-family: 'OpenSans', 'Arial';
	font-weight: 600;
}

.content-left {
	float: left;
	width: 70%;
	margin-right: 3.5%;	
}
.content-center {
	width: 70%;
	max-width: 750px;
	margin: 0 auto;
}
.blog.content-center {
	max-width: 600px;
}
.content-right {
	float: left;
	width: 26.5%;
	position: relative;
	padding-top: 13px;
}
#sidebar_hack {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 26.5%;
    height: 100%;
    background: none repeat scroll 0% 0% #ebf2f7;
    z-index: 0;
    display: none;
}
#main-content .posttitle a {
	color: #333;
	font-family: 'OpenSans','Arial';
	font-weight: 600;
	font-size: 23px;
}
#main-content .postmeta {
	font-size: 12px;
	margin-bottom: 5px;
}
.post-list .thumbnail-box {
	float: left; margin: 5px 10px 10px 0; 
}
.pagination {
	margin: 20px 0px;
	text-align: center;
}
.pagination .current,
.pagination a {
	display: inline-block;
	padding: 0px 10px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
#comment-area {
	margin-top: 30px;
}
#authorarea {
	margin: 30px 0px 10px;
}
#authorarea img.avatar {
	float: left;
	padding: 2px;
	border: 1px solid #c8c8c8;
	margin-right: 10px;
}
#authorarea h3 {
	font-family: 'OpenSans','Arial';
	font-weight: 600;
}
.column2 {
    margin: 0px 20px;
}

.content-right .sidebarwidget {
	position: relative;
	z-index: 1;
	margin: 10px 10px 20px;
}
.content-right .sidebartitle {
	font-family: 'OpenSans','Arial';
	font-weight: 300;
	font-size: 19px;
}
.content-right input {
	padding: 6px 10px;
	
}
.content-right #searchform {
	margin-bottom: 30px;
}
.content-right #searchform input {
	width: 100%;
}
#header-widget-menu input#search {
	max-width: 250px;
	padding: 6px 10px;
	margin-top: 9px;
	outline: none;
}

.fix_center.stripe_p {
    display: none;
}
.fix_center {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 98;
}
#stripe_popup {
    width: 800px;
    min-height: 440px;
    height: auto;
    left: -400px;
    top: -245px;
    position: absolute;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 5px 10px #8C8C8C;
    border-radius: 4px;
}
div[id*='leadplayer_video_element_-'],
div[data-leadplayer-active="true"] {
	clear: both;
	margin: 0 auto;
	padding: 20px 0px;
}

/* custom css */
.show-border {
	border:1px solid #cecece;
}

.aff-vid-wrap {
	overflow:hidden;
}

.affiliate-wrap {
	float:left;
	width:50%;
}

.affiliate-img-wrap {
	float:left;
	margin-right:2%;
	padding:18px 0;
}

.video-wrap {
	float:right;
	width:50%;
}

/* custom */
.row-fluid {
	margin-bottom:20px;
}

.span4 {
	width:30%;
	display:inline-block;
	vertical-align:top;
	margin-right:2%;
}

.dontshow {
	display:block;
	margin:0 auto 20px;
}

.text-content ol {
	list-style-type:decimal;
	padding-left: 25px;
}
.text-content ol li {
	margin-bottom: 10px;
	margin-left: 20px;
}

/* ------- Floating Social Bar ------- */

#fsb-social-bar {

border-bottom: none !important;
border-top: none !important;

}

/* media */
/* @media (min-width: 320px) and (max-width: 768px) {
	#mainContent {
		display: none;
	}
} */


.mobile-height iframe {
	height: 100%!important;
}

#comment-area #disqus_thread,
.content-left .type-post {
	max-width: 642px;
}
.single .content-left .type-post img {
	border: 1px solid #ccc;
}

.noborder {
	border: 0px solid!important;
}
.border {
	border: 1px solid #ccc!important;
}
.content-right #text-28 input {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.content-right #text-28 {
	padding: 10px 10px 20px!important;
}

.text-align-center {
	text-align: center;
}

img {
	/*image-rendering: -moz-crisp-edges;*/
	image-rendering: -webkit-optimize-contrast;
}

.signup-inline-box {
	border-top: 1px solid #ccc;
	padding: 20px 30px 11px;
}
.signup-inline-box .desc-cont {
	float: left;
	font-size: 18px;
}
.signup-inline-box .btn-cont {
	float: right;
}

.column-2 {
	width: 50%;
	float: left;
}
.column-3 {
	width: 33%;
	float: left;
}
.column-4 {
	width: 25%;
	float: left;
}
.column-5 {
	width: 20%;
	float: left;
}
.column-6 {
	width: 16%;
	float: left;
}

.button-large, .button-large:visited {
	display: inline-block;
	text-align:center;
	padding: 13px 30px;
	font-size: 22px;
	border-radius: 4px;
	background: #FF541A;
	background: url(images/btn.png) top right no-repeat #FF541A;
	background-image: none;
	
	text-shadow: 0px 1px 2px rgba(5, 5, 5, 0.3);
	border: 1px solid #e84d17;
	border-bottom: 5px solid #e84d17;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.5s, background-color 0.5s;
	-webkit-transition: background 0.5s, background-color 0.5s;
	cursor: pointer;
}
.button-large:hover, .button-large:visited:hover {
	text-decoration: none;
	color: #fff;
	background: #b3d738;
	background: url(images/btn.png) top right no-repeat #E84D17;
	background-image: none;
	transition: background 0.5s, background-color 0.5s;
	-webkit-transition: background 0.5s, background-color 0.5s;
}
.button-large:active {
	text-decoration: none;
	color: #fff!important;
	top: 1px;
	position: relative;
}
.button-large.grey, .button-large.grey:visited {
	background: #f7a68a;
	background: url(images/btn.png) top right no-repeat #f7a68a;

	border: 1px solid #f7a68a;
	color: #fff;
	border-bottom: 5px solid #e5987e;
	transition: background 0.5s, background-color 0.5s;
	-webkit-transition: background 0.5s, background-color 0.5s;
	background-image: none;
}
.button-large.grey:hover, .button-large.grey:visited:hover {
	background: #f15f2c;
	background: url(images/btn.png) top right no-repeat #f15f2c;
	background-image: none;

}
.main-desc {
	font-size: 16px;
	color: #525863;
	margin-bottom: 50px;
}


.circle-map {
	border-radius: 20px;
	background-color: #FF541A;
	width: 12px;
	height: 12px;
	transition: width linear 0.4s, height linear 0.4s, box-shadow linear 0.2s;
	outline: none !important;
	z-index: 2;
}
.circle-map:hover {
	transition: width linear 0.2s, height linear 0.2s;
	box-shadow: 0px 0px 6px #E84D17;
	background-color: #E84D17;
	width: 14px;
	height: 14px;
	margin-left: -1px;
	margin-top: -1px;
	outline: none;
}
.play-btn-link {
	background: url('images/play-btn.png') center center no-repeat;
	opacity: 0.7; 
	transition: opacity 0.2s linear;
}
.play-btn-link:hover {
	opacity: 1;	
}
.mobile-menu-area {
	float: right;
	display: none;
}
.mobile-menu-area .mobile-menu-link {
	background: url('images/menu-icon.png') 0 0 no-repeat; 
	display: block; 
	width: 35px; 
	height: 35px; 
	background-size: 35px auto;
	outline: none;
	margin-top: 6px;
	border-radius: 3px;
	overflow: hidden;
}
.mobile-menu-area .mobile-menu-link .mobile-menu-hover {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: url('images/menu-icon.png') 0 -35px no-repeat;
	background-size: 35px auto;
	transition: opacity 0.3s linear;
}
.mobile-menu-area .mobile-menu-link.clicked .mobile-menu-hover,
.mobile-menu-area .mobile-menu-link:active .mobile-menu-hover,
.mobile-menu-area .mobile-menu-link:hover .mobile-menu-hover {
	opacity: 1;
}
#mobile-menu-header {
	background-color: #ff551a;
	display: none;
}
#mobile-menu-header .menu-header {
	padding: 10px;
	margin: 0 auto;
	width: 100%;
}
#mobile-menu-header .menu-header .menu {
	margin: 0px;
}
#mobile-menu-header .menu-header .menu li {
	display: inline-block;
	padding: 0px 10px;
}
#mobile-menu-header .menu-header .menu li a {
	color: #fff;
	font-weight: 600;
}

.thumbnail-wide {
	display: block; width: 100%; height: 220px; 
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: 100% auto;
	border: 1px solid #e7e7e7;
}
.thumbnail-link img {
	border: 1px solid #e7e7e7;
}
.thumbnail-box.wide-thumb {
	width: 100%;
	float: none;
	margin: 0;
}
@media (max-width: 600px) {
	.circle-map {
		width: 15px;
		height: 15px;
	}
	.circle-map:hover {
		width: 15px;
		height: 15px;
		margin: 0px;
	}
	img {
		image-rendering: auto;
	}
}
@media (max-width: 420px) {
	.thumbnail-wide {
		background-size: auto 100%;
	}	
}