/*
Theme Name: EF WP Theme
Theme URI: http://empireflippers.com
Version: 1
Description: Empire Flippers Mobile Responsive and SEO Friendly Custom WordPress Theme Designed by Jon Myers & Developed by ILLUMEDIA OUTSOURCING
Author: ILLUMEDIA OUTSOURCING for Empire Flippers
Author URI: http://www.illumedia.net
*/

@import url('css/responsive.css');
@import url('css/normalize.css');
@import url('css/font-awesome.min.css');
@import url('css/jquery-ui.css');
@import url('css/c3.min.css');

@-ms-viewport{
	width: device-width;
}

@viewport{
	zoom: 1.0;
	width: device-width;
}

/**
 * Primary Page Element Styles
 */

body, .ui-widget {
	font-family: Lato, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
}

h1, .h1 {
	font-size: 45px;
	font-weight: 400;
	line-height: 54px;
}

p {
	font-weight: 300;
}

p strong, p b, li b, li strong {
	font-weight: 400;
}

input {
	outline: none;
}

.lnks {
	font-weight: 300;
}

.white-bg {
	background: #FFF;
}

#list-table_length {
	float: left;
	margin-bottom: 10px;
}

#list-table_filter {
	float: right;
	margin-bottom: 10px;
}

/**** COLOR HEXCODES ****/
/*
Blue: #3C79CB
Medium Gray: #747474
Dark Gray: #333333
Light Gray: #BEBEBE (used for input fields border)
Lighter Gray: #F8F8F8 (used for input fields background)
*/

/**** END OF COLOR HEXCODES ****/

a	{
	outline:none;
}

a:hover{
	color:#5E98DB;
}

/**** HEADINGS ****/

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

#contact-us #header a {
	color: #d4d4d4;
}

#contact-us #header a:hover {
	color: #fff;
}

#header.about-us h2{
	font-size:50px;
	position: absolute;
	bottom: 50px;
	padding-top: 0;
	margin-left: 22%;
	margin-right: 20%;
}

#header h3{
	font-weight: 300;
	font-size:27px;
	color:#FFF;
	padding-top:0;
	margin-bottom: 50px;
	margin-top:0;
}

#ef-valuation-tool-form h1{
	font-weight: 400;
	font-size:18px;
	color:#747474;
	font-weight:normal;
	padding-top:50px;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:0;
	text-align:center;
}

#resources-wrap h5{
	font-weight: 400;
	font-size:45px;
	color:#333333;
	padding-top:10px;
	margin-top:0;
	margin-bottom:0;
	padding-bottom:10px;
	text-align:center;
}

/**** END OF HEADINGS ****/

/**** HTML & BODY DECLARATIONS ****/
html, body{
	padding:0;
	margin:0;
	width:100%;
	background:#000;
	height:100%;

}

body{
	min-height: 100%;
	-webkit-text-size-adjust: none;
}
/**** END OF HTML & BODY DECLARATIONS ****/

/****  BUTTONS ****/
#blue, #load_more, #gform_submit_button_2, input[type="submit"], .gform_page_footer input[type="button"]{
	background:#3C79CB;
	font-weight: 300;
	color:#FFF;
	font-size:23px;
	border:none;
	width:200px;
	border-radius:3px;
	cursor:pointer;
	display:inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration:none;
}

#cancel-comment-reply-link{
	background:#3C79CB;
	font-weight: 100;
	color:#FFF !important;
	font-size:15px;
	border:none;
	width:130px;
	text-align:center;
	text-transform:uppercase;
	border-radius:15px;
	cursor:pointer;
	display:inline-block;
	padding-top:8px;
	padding-bottom:8px;
	text-decoration:none;
	position:absolute;
	margin-left:20px;
}

.blue-small{
	width:145px !important;
	font-size:15px !Important;
	margin-top:20px;
	padding-top:17px !important;
	padding-bottom:17px !important;
}

#blue:hover, #load_more:hover, #gform_submit_button_2:hover, #cancel-comment-reply-link:hover, input[type="submit"]:hover,  .gform_page_footer input[type="button"]:hover{
	background:#254A7A;
}

#white-button{
	background:#FFF;
	font-weight: 300;
	color:#377AC5;
	border:1px solid #377AC5 !important;
	font-size:20px;
	border:none;
	width:200px;
	border-radius:5px;
	cursor:pointer;
	display:inline-block;
	padding-top:16px;
	padding-bottom:16px;
	text-decoration:none;
}

#white-button:hover{
	background:#3C79CB;
	color:#FFF;
}

/****  END OF BUTTONS ****/



/****  HEADER ****/
#header{
	text-align:center;
	background-color:#000;
}

#errorpage #header{
	width:100%;
	height:850px;
	background:url(images/404ERROR.jpg) no-repeat center right;
	z-index:1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-size: cover !important;
}

/****  END OF HEADER ****/

/****  OPT-IN ****/

.ef-opt-in{
	display:block;
	text-align:center;
	width:650px;
	margin:auto;
}

#opt-in-name{
	background:#F8F8F8 url(images/icon-envelope.png) no-repeat;
	background-position:15px 18px;
	border:1px solid #BEBEBE;
	border-radius:5px;

	font-weight: 100;
	width:100%;
	height:55px;
	float:left;
	padding-left:60px;
	font-size:18px;
	color:#A2A2A2;
}

.moonrayUILockerMessage{
	text-align:center;

	font-size:21px;
	color:#3C79CB;
}

.optin-submit{
	float:left;
	margin-left:15px;
}

/**** END OF OPT-IN ****/

/**** FEATURED MARKETPLACE ****/
#featured-marketplace{
	background:#FFF;
	padding-top:80px;
	padding-bottom:80px;
	text-align:center;
	border-bottom:1px solid #D2D2D2;
}

#featured-marketplace #logo-mp {
	margin-bottom: 30px;
}

#featured-marketplace.relatedSitesForSale {
	padding-top: 0;
}

#featured-marketplace h2{

	font-weight: 100;
	font-size: 22px;
	color: #7B7B7B;
	margin-top:10px;
	font-weight:normal;
	line-height: 26px;
}
/**** END OF FEATURED MARKETPLACE ****/

/**** MARKETPLACE LISTING STUFF ****/

#list-table_wrapper{
	width:80%;
	margin:auto;
	color:#666;
}

#list-table_wrapper .current{
	background:transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background-color:#3C79CB !important;
	border-radius:5px !important;
}

.dataTables_wrapper .dataTables_filter input{
	border:1px solid #999 !important;
	border-radius:4px !important;
	padding:5px !important;

	font-weight: 100;
	font-size:14px !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate{

	font-weight: 100;
	color:#666 !important;
}

#list-table th{
	border:none;
}

#list-table{
	border:none !important;
}

/**** EBD MARKETPLACE LISTING STUFF ****/

/**** MARKETPLACE PAGE STUFF****/
#controls{
	display: block;
	padding-left: 10%;
	padding-right: 10%;
	margin: 0 auto;
	position: absolute;
	z-index: 10;
}

#controls .left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#controls .left ul li{
	float: left;
}

#controls .left ul a img{
	margin-right: 10px;
	margin-left: 5px;
}

#controls .right a{
	color: #9e9d9b;
	padding: 8px 10px;
	text-decoration: none;
	margin-left: 10px;
}

#controls .right a.active{
	border: 1px solid #d0d0d0;
	border-radius: 20px;
}

.left{
	float: left;
}

.right{
	float: right;
}

#opt-in.homemarketplace{
	background: #fbfbfb !important;
	padding: 75px 0;
}

#opt-in.homemarketplace h2 {
	font-weight: 400;
	margin-top: 0;
}

#resources-wrap{
	margin: 0 auto;
	padding-left: 8%;
	padding-right: 8%;
	background: #fff;
	padding-bottom: 100px;
	border-bottom: 1px solid #d9d9d9;
}

#resources-wrap a :hover{
	color:#F5A623;
}

#resources-wrap h5{
	padding-top: 100px;
	padding-bottom: 100px;
}

#resources-wrap .left,
#resources-wrap .right{
	width: 50%;
}

#resources-wrap .left .left,
#resources-wrap .left .right,
#resources-wrap .right .left,
#resources-wrap .right .right{
	width: auto !important;
}

#for-sellers .icn .left{
	width:45px !important;
}

#resources-wrap .icn,
#resources-wrap .lnks{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}

#resources-wrap .lnks{
	max-width: 85%;
}

#resources-wrap .lnks a{
	color: #7d7e80;
	margin-top: 10px;
	text-decoration: none;
	display: block;
}

#resources-wrap .lnks a:hover{
	color: #377bc6;
}

#resources-wrap h3{
	color: #377bc6;
	text-transform:uppercase;
	font-size: 20px;
	margin-top: 5px;
	font-weight: normal;
}

#resources-wrap hr{
	margin-top: 100px;
	padding-left: 8%;
	padding-right: 8%;
	border: 0;
	background: #d4d4d4;
	height: 1px;
}

#pic-view-button{
	width: 20px;
	height: 20px;
	display: block;
	background: url(images/pic-view-1.png) no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: -1px;
}

#pic-view-button:hover{
	background-position: 0px -21px;
}

#list-view-button{
	width: 21px;
	height: 21px;
	display: block;
	background: url(images/list-icon-1.png) no-repeat;
	background-position: 0px 0px;
}

#list-view-button:hover{
	background-position: 0px -23px;
}

#home-marketplace #featured-marketplace #load_more{
	height: 59px;
	margin-top:40px;
}

/**** END OF MARKETPLACE PAGE STUFF****/

/**** BLOG HOME SUTFF****/
#blue.blog{
	width:auto;
	border-radius:3px;
	padding: 10px 30px;
	margin-left: 50px;
}

#blue.blog:hover{
	color: #fff;
}

ul#categList,
ul#categList li ul{
	padding: 0;
	margin: 0;
	list-style: none;
	color: #9b9b9b;
	float: left;
	margin-top: 10px;
}

ul#categList li ul{
	margin-top: 0;
}

ul#categList li{
	margin-left: 10px;
	display: block;
}

ul#categList li ul{
	display: none;
	padding-top: 10px;
}

ul#categList li:hover ul{
	display: block;
	width: 200px;
	position: absolute;
	z-index: 10;
}

ul#categList li:hover ul li{
	background: #363636;
}

ul#categList li:hover ul li a{
	color: #9b9b9b;
	text-decoration: none;
	padding: 10px;
	display: block;
}

ul#categList li:hover ul li a:hover{
	background: #606060;
}

#sell-site-content {
	padding-top: 80px;
	padding-bottom: 20px;
	background: #fff;
}

.moonray-form-p2c9967f95{
	padding-bottom: 50px;
}

/**** END OF BLOG HOME SUTFF****/

/**** BLOG POST STUFF ****/

.wp-caption{
	float:none !important;
	margin:auto;
}

.related-posts h5,
center{
	display: block;
	max-width:780px !important;
	margin:auto;
	padding:20px 15px;
}

.home-blog-featured h2, .home-blog-featured h2 a{

	font-size: 60px !important;
	color: #fff !important;
	text-decoration:none;
	padding-top: 250px !important;
}

.home-blog-featured h3{
	font-size: 30px !important;
	color: #fff !important;
}

#blog-post-related-articles{
	padding-top: 10px;
	padding-bottom: 20px;
	background: #fff;
}

#share-post{
	max-width:780px;
	margin:auto;
}

#share-post a img{
	float: left;
	margin-right: 20px;
}

#blog-post-related {
	margin-top: 60px;
	margin-left: 15%;
	margin-right: 15%;
}

#blog-post-related h5{
	color: #bbbbbb;
	font-size: 14px;
}

#blog-post-related div #desc{
	float: right;
	width: 60%;
	padding: 0;
	border: 0;
}

#blog-post-related div p{

	font-weight: 300;
	color: #6c6c6c;
	line-height: 18px;
	font-size:14px;
}

#blog-post-related a img{
	float: left;
	margin-right: 20px;
}

#blog-post-related a h2{
	color: #333333;
	display: inline-block;
	margin: 0;

	font-weight: 700;
	font-size: 15px;
}

#blog-post-related a h2:hover{
	color:#3C79CB;
}

.related-posts{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}

.rel-post{
	width:305px;
	float:left;
	border-top: 1px solid #d9d9d9;
	padding-top:30px;
	padding-bottom: 30px;
}

#column-2{
	margin-left:25px;
}

#post-div{
	float:left;
	width:25px;
}

.st_twitter_custom{
	background: url(images/tw-1.png) no-repeat;
	background-position: 0px 0px;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor:pointer;
}

.st_twitter_custom:hover{
	background: url(images/tw-1.png) no-repeat;
	background-position: 0px -25px;
}

.st_facebook_custom{
	background: url(images/fb-1.png) no-repeat;
	background-position: 0px 0px;
	width: 24px;
	height: 24px;
	display: inline-block;
	cursor:pointer;
}

.st_facebook_custom:hover{
	background: url(images/fb-1.png) no-repeat;
	background-position: 0px -25px;
}
/**** END OF BLOG POST STUFF ****/

/**** COMMENTS ****/

#comments{
	padding-top: 70px;
	padding-bottom: 40px;
	width:100%;
	background: #fff;
}

.form-allowed-tags{
	display:none;
}

#comments-wrap{
	width:635px;
	margin:auto;
}

.comments-title{

	float: left;
	font-size: 30px;
	display: inline-block;
	padding-bottom: 10px;
	margin: 0;
}

#leavecomment{
	float: right;
	color: #323232;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top:5px;
	border-bottom: 1px solid #e9e7e7;
}

#leavecomment:hover{
	color:#3C79CB;
}

#commentform input[type="submit"]{
	font-size:18px !important;
}

.comment-list{
	margin: 0;
	padding: 0;
	list-style: none;
}

.fn{
	color: #2c2c2c;
	font-size: 18px;
	padding-left: 100px;
}

.comment-list li{
	border-bottom: 1px solid #ededed;
}

.comment-list li a{
	color:#3C79CB;
	text-decoration:none;
}

.children{
	padding-bottom:20px;
}

.children li{
	list-style:none;
	border:none;
}

.children li div{
	background-color:#ededed;
	list-style:none;
	padding-left:20px;
	margin-bottom:20px;
}

.children p{
	padding-left:120px !important;
}

.children .reply{
	padding-left:120px;
}

.comment-list .trackback, .comment-list .pingback, .comment-list article{
	margin-bottom: 50px;
	padding-top: 50px;
}

.comment-body{
	padding-top:20px;
	padding-bottom:20px;
	padding-right: 20px;
}

.comment-list p{
	padding-left:100px;

	line-height: 2;
	overflow:hidden;
	font-size: 18px;
}

.comment-author{
	position: relative;
	display: inline-block;
}

.comment-author .avatar{
	height: 80px;
	width: 80px;
	top: 2px;
	position: absolute;
	border-radius: 100%;
}

.comment-author cite{
	padding-left: 100px;

	color: #2c2c2c;
	font-size: 18px;
	font-style:normal;
	font-weight:bold;
	padding-top:10px;
	display:inline-block;
}

.commentmetadata{
	display: block;
}

.comment-list li .commentmetadata{
	padding-left:100px;
	padding-top:10px;
}

.commentmetadata a{
	text-decoration: none;
	color: #878787;
	font-size: 15px;
}

.children .commentmetadata a{
	padding-left:20px;
}

.logged-in-as a{
	color:#3C79CB;
	text-decoration:none;
}

.commentmetadata p{
	padding-left:100px;
}

.comment-content{
	padding-left: 100px;
	color: #515151;
	font-size: 16px;
	line-height: 26px;
}

.reply{
	padding-left: 100px;
}

.reply a{
	color: #393939;
	font-weight:600;
	text-decoration: none;
	border-radius:15px;
	padding:8px;
	margin-left:-7px;
}

.reply a:hover{
	background:#3C79CB;
	color:#FFF;
}

#respond h3{

	color: #323232;
	font-size: 30px;
}

.comment-form-email,
.comment-form-author{
	display: inline-block;
	width: 48%;
}

.comment-form-email{
	float: right;
}

.comment-form-author{
	float: left;
}

#commentform p input[type="text"],
#commentform p input[type="email"]{
	width: 100%;
	padding: 10px;
	color: #313131;
	border: 2px solid #f0f1f2;
	border-radius: 5px;
	font-size: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea#comment{
	box-sizing: border-box;
	width: 100%;
	min-height: 100px;
	border: 2px solid #f0f1f2;
	border-radius: 5px;
	padding: 10px;
	color: #6c6c6c;
	font-size: 16px;
}

.form-submit #submit {
	background:#FFF;
	font-weight: 300;
	color:#377AC5;
	border:1px solid #377AC5 !important;
	font-size:20px;
	border:none;
	width:200px;
	border-radius:5px;
	cursor:pointer;
	display:inline-block;
	padding-top:16px;
	padding-bottom:16px;
	text-decoration:none;
}

.form-submit #submit:hover{
	background:#3C79CB;
	color:#FFF;
}

#vote{
	display: inline-block;
	float: left;
	margin-right: 40px;
	padding-left: 100px;
}

#arrows{
	display: inline-block;
	margin-left: 20px;
	color: #e0e3e3;
}

#arrows button#up,
#arrows button#dwn{
	width: 19px;
	height: 19px;
	border: 0;
}

#arrows button#up:hover,
#arrows button#dwn:hover{
	cursor: pointer;
}

#arrows button#up{
	background: url(images/arrowVote.png) 0px 0px;
}

#arrows button#dwn{
	background: url(images/arrowVote.png) 0px 20px;
}

#chckbx{

	font-size: 16px;
	color: #727272;
}

#reply-title a{
	color:#3C79CB;
	text-decoration:none;
}
/**** END COMMENTS ****/

/**** ABOUT US ****/

#success-story-wrap.abt{
	background: #f6f7f9;
}

#success-story-wrap.abt h2{

	font-size: 60px;
	margin-bottom: 60px;
}

#success-story-wrap.abt #slider1 .viewport{
	min-height: 300px;
}

#success-story-wrap.abt #slider1 .overview li{
	width: 1050px;
}

#overviewImg img{
	margin-bottom: 40px;
}

#overviewImg{
	text-align: center;
	color: #636363;
}

#overviewText{
	display: inline-block;
	width: 70%;
	margin-left: 2%;
}

#overviewText h3{
	color: #696969;
	font-size: 36px;

	margin: 0;
	margin-top: 50px;
}

#overviewText p{
	margin: 0;
}

#flexiselDemo1{
}

.nbs-flexisel-container {
	max-width: 90%;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
	height:180px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width:150px;
	border-radius:100px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	display: inline-block;
}

.nbs-flexisel-nav-left {
	left: 10px;
	width: 60px;
	height: 60px;
	background: url(images/arrow-left.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 5px;
	width: 60px;
	height: 60px;
	background: url(images/arrow-right.png) no-repeat;
	background-position: 0px 0px;
}
/*** END ABOUT US ****/

/*** CONTACT US ****/

#contact-us-form li {
	padding: 0;
}

#contact-us-form input[type="text"],
#contact-us-form input[type="email"],
#contact-us-form textarea,
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper .chzn-container-active .chzn-choices,
.gform_wrapper .chzn-choices,
.gform_wrapper.gf_browser_chrome .ginput_complex select,
.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select{
	box-sizing: border-box;
	padding: 10px 10px;
	background: #f6f6f8;
	border: 1px solid #dbdbdb;
	color: #898989;
	width: 100%;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.gform_wrapper .chzn-container{
	margin-top: 9px;
}

.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password]{
	padding: 5px 0 5px;
}

#contact-us-form input[type="submit"]{
	font-size: 16px !important;
}

/*** END CONTACT US ****/

/**** STATS ****/
#stats{
	background:#FFF;
	padding-top:75px;
	padding-bottom:75px;
	text-align:center;
	border-bottom:1px solid #D2D2D2;
	width:100%;
}

#stats p {
	margin: 0;
}

#stats-wrapper{
	max-width:1160px;
	margin:auto;
}

.stats-col .stats-blue{

	font-size: 45px;
	color: #377AC5;
	line-height: 54px;
}

.stats-col .stats-gray{

	font-size: 18px;
	color: #7B7B7B;
	line-height: 22px;
}

.stats-col{
	box-sizing: border-box;
	width:25%;
	padding-left:15px;
	padding-right:15px;
	float:left;
}

/**** END OF STATS ****/

/**** SUCCESS STORIES ****/
#success-stories{
	width:100%;
	min-height:220px;
	padding-bottom:80px;
	background:url(images/Success-Stories.jpg)no-repeat center center;
	z-index:1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover !important;
}

#slider1{
	position:relative;
}

#success-stories h1{

	font-size: 45px;
	color: #FFFFFF;
	line-height: 54px;
	text-align:center;
	font-weight:normal;
	margin-top:0;
	padding-top:80px;
	padding-left: 10px;
	padding-right: 10px;
}

#success-stories p{

	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
	max-width:700px;
	margin:auto;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
}

#success-story-wrap{
	background:#FFF;
	padding-left:8%;
	padding-right:8%;
	padding-top:60px;
	padding-bottom:100px;
}

#home-marketplace #success-story-wrap {
	padding-top: 100px;
}

#success-story-items{
	width:100%;
}

#success-story{
	width:50%;
	float:left;
}

/**** END OF SUCCESS STORIES ****/

/**** LATEST ****/

.latest{
	width:100%;
	background: #333333;
	overflow: hidden;
}

.latest > div {
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.latest a {
	position: relative;
	box-sizing: border-box;
	color: #fff;
	display: block;
	width: 100%;
	padding: 25px;
	height: 424px;
}

.latest h2 {
	background: #FFFFFF;
	font-size: 18px;
	color: #3C79CB;
	line-height: 22px;
	margin:0;
	padding-left:25px;
	font-weight:normal;
	text-transform:uppercase;
	padding-bottom: 20px;
	padding-top: 20px;
}

.latest .overlay-black {
	background:#000;
	height:424px;
	width:100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index:4;
	display:block;
	opacity: 0.6;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

.latest a:hover .overlay-black {
	opacity: 0.2;
}

.latest h3 {
	position: absolute;
	bottom: 50px;
	font-size: 30px;
	z-index: 5;
	text-transform: uppercase;
}
.latest h3 {
	margin-right:10px !important;
}

@media screen and (max-width: 780px) {
	.latest > div {
		float: none;
		width: 100%;
	}

	.latest > div:last-child h2 {
		padding-top: 30px;
	}
	
	.content-block{
		padding: 40px 10px!important;
	}
	.tabcontents #forSellers .step img,
	.tabcontents #forBuyers .step img{
		float: none;
		clear: none;
		margin: 0 auto;
		padding: 0 20px 20px;
		display: block;
		
	}
	.tabcontents #forSellers .step.last img,
	.tabcontents #forBuyers .step.last img{
		margin: 70px auto 0;
		padding: 0;
	}
}

/**** SELL SITE ****/

.list-site{
	font-size: 17px !important;
	color: #fff !important;

	text-transform: none !important;
	text-align: center;
	margin: 0 auto;
	display: block !important;
}

#empire-process{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fbfbfb;
	text-align: center;
}

#empire-process h2,
#empire-process h3{
	font-size: 35px;
	font-weight: normal;
	margin: 0;
	margin-top: 8px;
}

#empire-process h5{
	font-size: 20px;
	font-weight: normal;
	color: #a2a2a2;
	margin: 0;
	margin-top: 8px;
}

#empire-process h2{
	color: #454545;
}

#empire-process h3{
	color: #377ac5;
}

#empire-process-step{
	max-width: 780px;
	margin: 50px auto 20px auto;
}

#empire-process-step img.left {
	margin-right: 40px;
}

#empire-process-step img.right {
	margin-left: 40px;
}

#empire-process-step div{
	padding: 40px 0;
}

#empire-process-title{
	color: #333333;
	font-size: 25px;
	font-weight: 700;
	text-align: left;
	margin: 0;
	margin-bottom: 5px;
}

#empire-process-desc{
	font-size: 18px;
	color: #454545;
	text-align: left;
	margin: 0;
	line-height: 30px;
}

#empire-process hr {
	border: 0;
	background: #dddddd;
	height: 1px;
	width: 80%;
}

#empire-process hr{
	border-bottom: 0;
}

#empire-process a#blue{
	margin-top: 60px;
}

#bottom-optin{
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 60px;
	padding-top: 20px;
	background: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
}

#bottom-optin h2, #bottom-optin h3 {
	font-weight: 300;
}

.faq-top-menu{
	width: 600px !important
}

/**** END SELL SITE ****/



/**** SELLER PROFILE ****/

#seller-profile-head {
	padding-top: 160px;
}

#seller-profile-head h3{
	display: inline-block;
	color: #363636;
	margin: 0;
}

#seller-profile-head p{
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	padding-top:5px;
	color: #747474;
}

#seller-profile-head h3{
	font-weight: normal;
	font-size: 28px;
}

.previouslistings.content-block {
	padding-top: 0;
}

.previouslistings h1 {
	margin: 0;
	font-size: 45px;
	color: #313131;
	line-height: 54px;
	font-weight:normal;
	text-align: center;
}

/**** END SELLER PROFILE ****/

/**** FOUNDERS ****/
#founders{
	background:#FFF;
	text-align:center;
	padding-top:100px;
	padding-bottom:120px;
}

#founders-wrap{
	width:650px;
	margin:auto;
}

.bwWrapper {
	position:relative;
	display:block;
	height:224px;
}

.founder-2{
	padding-top:20px;
	padding-bottom:20px;

	font-size: 18px;
	color: #494949;
	line-height: 22px;
	width:220px;
	text-align:center;
	float:right;
}

#photo-justin{
	width:220px;
	height:224px;
	cursor:pointer;
}

#photo-justin:hover{

}

#photo-joe{
	width:220px;
	height:224px;
	cursor:pointer;
}

#photo-joe:hover{

}

#founders h1{

	font-size: 23px;
	color: #ACACAC;
	line-height: 28px;
	font-weight:normal;
	margin:0;
	padding:0;
}

#founders h2{

	font-size: 45px;
	color: #313131;
	line-height: 54px;
	margin:0;
}

#founder{
	padding-top:20px;
	padding-bottom:20px;

	font-size: 18px;
	color: #494949;
	line-height: 22px;
	float:left;
	width:220px;
	text-align:center;
}

.founder-name{

	font-size: 26px;
	color: #636363;
	padding-top:20px;
	display:inline-block;
	line-height: 31px;
}

.social-media-icons a{
	margin-left:5px;
	margin-top:20px;
	margin-right:5px;
	width: 30px;
	height: 25px;
	background-image: url(images/socialMediaIcons.png);
	background-repeat: no-repeat;
	display:inline-block;
}

.twitter{
	background-position: 50% 0px;
}

.twitter:hover{
	background-position: 50% -26px;
}

.googleplus{
	background-position: 50% -104px;
}

.googleplus:hover{
	background-position: 50% -130px;
}

.social-media-icons a.facebook{
	background-position: 50% -156px;
	margin-left: 0;
	width: 20px;
}

.social-media-icons a.facebook:hover{
	background-position: 50% -182px;
}

.linkedin{
	background-position: 50% -52px;
}

.linkedin:hover{
	background-position: 50% -78px;
}

#meet-team{

	font-size: 18px;
	color: #636363;
	line-height: 22px;
	margin-top:40px;
	display:block;
	cursor:pointer;
	width:200px;
	border-radius:3px;
	cursor:pointer;
	display:inline-block;
	padding-top:16px;
	padding-bottom:16px;
	text-decoration:none;
}

#meet-team:hover{
	background:#3C79CB;
	color:#FFF;
	font-size:18px;
	border:none;
}
/**** END OF FOUNDERS ****/

/**** FOOTER ****/
#footer{
	width:100%;
	background:#FFF;
	padding-top:40px;
	padding-bottom:40px;
}

#footer-content{
	padding-left:10%;
	padding-right:10%;
}

#copyright{

	font-size: 14px;
	color: #928E8E;
	line-height: 17px;
	float:left;
}

#copyright a{
	color:#444444;
	text-decoration:none;
}

#footer-menu{
	float:right;
}

#footer-menu a{
	color: #928E8E;
	font-size:14px;
	text-decoration:none;
}

#footer-menu a:hover{
	color:#444444;
}

#footer-menu ul{
	padding:0;
	margin:0;
}

#footer-menu ul li{
	float:left;
	list-style:none;
	margin-left:50px;
}
/**** END OF FOOTER ****/

/*** EXTRA ***/
.ui-widget-content{
	width: 80% !important;
}

#listingAccordion .ui-state-default, #listingAccordion .ui-widget-content .ui-state-default, #listingAccordion .ui-widget-header .ui-state-default{
	width: auto !important;
	height: auto !important;
	border-radius: 0 !important;
	border: none;
	background: #363636;
	color: #fff !important;

}

#listingAccordion .ui-state-active,
#listingAccordion .ui-state-hover{
	background: transparent !important;
	color: #007CC6 !important;
}

#siteoverview .ui-widget-content{
	border: 0 !important;
	height: 100% !important;
	padding-left: 20px;
}

#siteoverview .ui-accordion .ui-accordion-header .ui-accordion-header-icon{
	left: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	border: 0;
}

#welcome-to-empire-flippers p{
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#home-HR{
	width: 100%;
	height: 1px;
	border: 0;
	background: #f1f1f1;
	margin-top: 75px;
	margin-bottom: 0;
}

#card-layout #blue{
	margin-bottom: 0px;
}

#home-blog-head #opt-in #mr-field-element-918815151788{
	padding-top: 15px;
	padding-bottom: 15px;
}

.gform_wrapper .chzn-container-multi .chzn-choices{
	background-color: #F6F6F8 !important;
	font-size: 11px;
	border: 1px solid #dbdbdb !important;
	background-image: none !important;
	width: 97% !important;
	padding-right: 12px !important;
}

#get-updates input[type="submit"]{
	padding-top: 12px;
	padding-bottom: 12px;
}

/*** END EXTRA ***/

/**** HOW IT WORKS ****/

.submit-your-website img.left{
	margin-right: 170px !important;
}

.submit-your-website div.left{
	margin-top: 40px;
}

#im-ready{
	text-align: center;
}

#im-ready hr{
	border: 0;
	height: 1px;
	background: #e9e9e9;
	margin-top: 0px;
	margin-bottom: 100px;
}

#im-ready h2{
	margin: 0;
	font-size: 40px;
	color: #494949;

}

#im-ready p{
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 30px;
	color: #636363;

}

#hr-breaker{
	border: 0;
	height: 1px;
	background: #e9e9e9;
	padding: 0;
	margin: 0;
}
/**** END OF HOW IT WORKS ****/

/**** OPTIN FORMS ****/

input.moonray-form-state-error{
	border:1px solid #900 !important;
}

.moonray-form-error-message {
	display:none !important;
}

.moonray-form-clearfix {
	overflow: hidden;
}

.moonray-form {
	margin: 0 auto !important;
	max-width: 700px !important;
}

.moonray-form form {
	text-align: center;
	line-height: 1;
}

.moonray-form form > *:not(.moonray-form-input-type-hidden) {
	display: inline-block;
}

.moonray-form-input-type-submit input {
	background: none repeat scroll 0 0 #3c79cb !important;
	border: medium none !important;
	border-radius: 3px !important;
	color: #fff !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-family: Lato,Helvetica,sans-serif !important;
	font-size: 23px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: 27px !important;
	padding: 15px 20px !important;
	position: relative;
	top: 0;
	text-decoration: none !important;
	width: 200px !important;
}

.moonray-form-input-type-submit {
	margin-left: 10px !important;
	padding: 0 !important;
	width: auto !important;
  float: left !important;
}

.moonray-form-input-type-email input {
	background: url(//empireflippers.com/wp-content/uploads/2015/05/icon-envelope.png) no-repeat scroll 15px 18px #f8f8f8;
	border: 1px solid #bebebe !important;
	border-radius: 5px !important;
	box-sizing: border-box;
	color: #a2a2a2 !important;
	font-family: Lato,Helvetica,sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	height: 59px !important;
	max-width: 430px !important;
	padding: 1px 1px 1px 60px !important;
	width: 100%;
}
.ussr .moonray-form-input-type-email input.moonray-form-input.moonray-form-state-active{
	background-image:url(//empireflippers.com/wp-content/uploads/2015/05/icon-envelope.png) !important;
	background-position:15px 18px !important;
}
.moonray-form-input-type-email label{ display:none !important;}
.moonray-form-input-type-email {
	margin: 0;
	padding: 0 !important;
	text-align: center !important;
	width: 430px !important;
        float:left;
}

.moonray-form-element-wrapper.moonray-form-input-type-hidden {
	padding: 0 !important;
}

.moonray-form-element-wrapper-contracted {
	display: none;
}

@media (max-width: 700px){
	.moonray-form-input-type-email {
		width: 300px !important;
	}
	#wpadminbar {
		position: fixed!important;
	}
	.content-block{
		padding: 80px 15px!important;
	}
}

@media (max-width: 560px){
	.moonray-form-input-type-email,
	.moonray-form-input-type-email input,
	.moonray-form-input-type-submit,
	.moonray-form-input-type-submit input {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 !important;
	}
	.nbs-flexisel-nav-right{
		right: -40px;
	}
	.nbs-flexisel-nav-left{
		left: 0;
	}
	li.testimonial .story-content{
		width: 90%;
	}
	.hs-form input[type=submit]{
		font-size: 20px !important;
	}
	.home.page .page-container{
		width: 101%;
	}
	#the-best {
		background-size: 100%!important;
	}
}

/**** TIMELINE ****/

#opt-in.timeline{
	border-top: 1px solid #d0d0d0;
}

#opt-in.timeline .moonray-form-label-pos-stacked{
	overflow: hidden;
	margin-bottom: 0;
}

.empire-story{
	background: #f6f7f9 !important;
}

.empire-story h2{
	color: #313131 !important;
}

#actual-timeline h6{
	font-size: 18px;
	color: #494949;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#taymline{
	background:url(images/TL-TIMELINE.jpg) top center repeat-y;
	width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	padding-bottom: 60px;
}

#taymline h6{
	background: #f6f7f9;
	padding: 10px;
	margin-top: 30px;
}

#taymline div.left,
#taymline div.right{
	width: 49.5%;
}

#taymline .left #tl-item{
	padding-right: 20px;
	background: url(images/TL-MARKER.png) right center no-repeat;
}

#taymline .right #tl-item{
	padding-left: 20px;
	background: url(images/TL-MARKER.png) left center no-repeat;
}

#taymline p{
	font-size: 20px;
	color: #838584;
	width: 60% !important;
}

#taymline p.left2{
	margin-top: 15px;
	margin-left: 30px;
}

/**** END TIMELINE ****/

/*** CATEGORIES ****/
.categListButt{
	border: none;
	background: none;
	color: #9b9b9b;
	line-height: 32px;
	margin-left: 20px;
}

.categListButt:hover{
	color: #d4d4d4;
}

#scrollMe{
	width: 40%;
	display: block;
	margin: 0 auto;
	height: 50%;
	overflow-y: scroll;
}

.jspVerticalBar{
	background: transparent !important;
}

.jspTrack{
	border-radius: 15px;
	background-color: rgba(255,255,255,.4) !important;
}

.jspDrag{
	background: #fff !important;
	border-radius: 10px;
	width: 60%;
	display: block;
	margin: 0 auto !important;
	margin-top: 5px;
	margin-bottom: 5px;
	opacity: 1;
}

/*** END CATEGORIES ****/

/*** BLOG HOME MASKING ***/

span#mask h3 {
	color:rgba(255,255,255,0.65) !important;
}

.overlay-black-header h2{
	color: #fff;
	padding-bottom: 200px;
	padding-top: 55%;
	size: 45px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#overlay-bg-header{
	z-index:1;
	position:absolute;
	background-size: cover !important;
	position: absolute;
	width: 100%;
	height: 850px;
	top: 0;
	bottom: 0;
	background-attachment: fixed !important;
}

/*** END BLOG HOME MASKING ***/

#default-page{
	background:#FFF;
	width:100%;
}

#general-page{
	background:#FFF;
	width:100%;
}

/*** 404 PAGE ***/

#default-page.error{
	padding-left: 30%;
	padding-right: 30%;
	background: #fff;
}

#errorpage #header h2{
	width: 60%;
	display: block;
	margin: 0 auto;
	padding-top: 250px;
}

/*** END 404 ***/

#we-got-site h3{
	text-align: left;
	margin-top: 20px;
	font-size: 24px;
	color: #067EC7;

}

#we-got-site h2{
	width: 50%;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

#default-page{
	width: 40%;

	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 16px;
	line-height: 24px;
}

#search-page #default-search{
	width:70%;

	margin: 0 auto;
	padding-top: 150px;
	padding-bottom: 150px;
	padding-left:15%;
	padding-right:15%;
	font-size: 16px;
	background:#FFF;
	line-height: 24px;
}

#default-page a{
	color: #067EC7;
	text-decoration: none;
}

#default-page h1{

	text-align: center;
	font-size: 40px;
	line-height: 45px;
	margin-top: 0;
}

#default-page a:hover{
	color: #04659e;
}

.gform_wrapper .percentbar_blue,
.gform_wrapper .gf_progressbar{
	background-image: none !important;
}

.gform_wrapper .chzn-container-multi .chzn-choices .search-choice{
	border: 0 !important;
	background: transparent !important;
}

a{
	color: #377BC6;
	text-decoration: none;
}

#category-page #blog-list{
	padding-bottom: 100px;
}

img.alignright {float:right; margin:0 0 1em 1em; padding-left:20px; padding-bottom:20px;}
img.alignleft {float:left; margin:0 1em 1em 0; padding-right:20px; padding-bottom:20px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; max-width:100%;}
.alignright {float:right;  }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto; }

.alignnone.size-full{
	width:100% !important;
}

#soldlisting{
	background:#D10606;
	color:#FFF;
	width: 100%;
	font-size:20px;
	border:none;
	border-radius:3px;
	cursor: auto !important;
	padding-top:15px;
	padding-bottom:15px;
	padding-left: 56px;
	padding-right: 56px;
	text-decoration:none;
	display: block;
	text-align: center;
}

#soldlisting:hover{
	cursor: none;
}

#pod_audio_1{
	width:100%;
	margin:auto;
}

#list-view select{
	background:transparent;
	border-radius:3px;
	border:1px solid #ccc;
}

/** AUTHOR PAGES **/

#author-box{
	margin-bottom:40px;
	border:1px solid	#E5E5E5;
	width:100%;
}

#author-photo img{
	border-radius:300px;
	display:inline-block;
	margin:auto;
}

#about-author{
	font-weight: 700;
	font-size: 2em;
	text-transform:uppercase;
	margin-top:20px;
	display:inline-block;
	text-align:center;
	width:100%;

}

#author-posts{
	font-weight: 700;
	font-size: 2em;
	text-transform:uppercase;
	margin-top:20px;
	display:inline-block;
	width:100%;
}

#author-box blockquote{
	width:auto !important;
}

.site-details p {
	color: #333;
	margin: 10px 0;
}

.site-details {
	color: #a3a3a3;
}

.site-details .label {
	color: #333;
}

.gform_wrapper #gform_fields_2.top_label li.gfield.gf_left_half,
.gform_wrapper #gform_fields_2.top_label li.gfield.gf_right_half {
	margin-bottom: 0px;
}

#list-table th.listing-status,
#list-table td.listing-status {
	display: none;
}

/** END OF AUTHOR PAGES**/

#underBuyIt .deposit {
	border: 1px solid #000;
	box-sizing: border-box;
	font-weight: 400;
	color: #000;
	width: 100%;
	font-size: 20px;
	border-radius: 3px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 56px;
	padding-right: 56px;
	text-decoration: none;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}

#underBuyIt .deposit:hover {
	border: 1px solid #9B9B9B;
	color: #9B9B9B;
}

/**
 * SAFE CSS BELOW HERE
 */

blockquote {
	border-left: 2px solid #3C79CB;
	color: #9e9e9e;
	left: -50px;
	line-height: 36px;
	margin-left: 0;
	font-size: 24px;
	font-weight: 300;
	padding-left: 10px;
	position: relative;
}

blockquote p{
	margin-left:0% !important;
	margin-right:0% !important;
}

img {
	height: auto;
}

.content-block li {
	font-weight: 300;
	list-style-image:url(images/list-img.png);
	padding-left: 10px;
}

.content-block form li {
	padding-left: 0;
}

.col-2 {
	box-sizing: border-box;
	width: 50%;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/**
 * Splash Header
 */

#header-container {
	background: #000;
}

.splash {
	background-image: url('images/splash-default.jpg');
	background-position: center top;
	background-size: cover;
	height: 650px;
	position: relative;
}

.splash #logo {
	background: url('images/Empire-Logo.png') no-repeat center;
	background-image: url('images/Empire-Logo.svg'), none;
	background-size: 200px 107px;
	position: relative;
	top: 50px;
	display:block;
	width: 200px;
	height: 107px;
	margin: 0 auto;
	z-index: 5;
}

.splash .content {
	bottom: 25%;
	box-sizing: border-box;
	padding: 0 20px;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.splash .scroll {
	background: url('images/scroll-down.png') no-repeat center;
	bottom: 50px;
	cursor: pointer;
	display: block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	position: absolute;
	width: 40px;
	z-index: 5;
}

.splash h2{
	font-family:Lato, sans-serif;
	color:#FFF;
	font-size: 44px;
	font-weight: 400;
	margin: 0 auto;
	padding: 0;
	max-width: 800px;
}

.splash a {
	color: #fff;
}

.splash .author-link a, .splash .latest-note {
	font-weight: 700;
	color: #007ac5;
	text-decoration: none;
	font-size: 24px;
	text-transform:uppercase;
	margin-bottom: 15px;
}

.splash .overlay {
	background:rgba(0, 0, 0, 0.4);
	height:100%;
	width:100%;
	position:absolute;
	z-index:1;
}

/**
 * New Headers
 */

.header--container {
	position: relative;
	overflow: hidden;
}

.header--container .header--content {
	color: #FFF;
	bottom: 0;
	position: absolute;
	text-align: center;
	padding-bottom: 70px;
	width: 100%;
}

/**
 * Primary Menu
 */

#navigation .site--title, .site--title:visited {
	display: block;
	position: relative;
	font-size: 18px;
	color: #EEEEEE;
	font-weight: 300;
	line-height: 18px;
	padding-bottom: 5px;
	overflow: hidden;
	float: left;
	width: 220px;
}

#navigation .site--title:hover, #navigation .site--title:active {
	color: #DEDEDE;
}

#navigation .site--title span {
	position: absolute;
	bottom: 5px;
	left: 75px;
}

#navigation {
	background-color: #292929;
	width: 100%;
	height: 60px;
	padding-top: 20px;
	position: fixed;
	z-index: 1000;
	transition: background-color 0.5s;
}

#navigation.active {
	background-color: #292929;
}

#navigation.inactive {
	background-color: transparent;
}

.admin-bar #navigation {
	top: 32px;
}

#navigation .container, #listing--nav .container, .listing--container .container {
	max-width: 1180px;
}

#top-menu{
	float:right;
}

#top-menu ul{
	padding:0;
	margin:0;
	float:left;
}

#top-menu ul li{
	float:left;
	margin-left:40px;
	list-style:None;
}

#top-menu a{

	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
	padding-top:10px;
	display:inline-block;
}

#menu-top-menu a:hover{
	color:#c1c1c1;
}

#menu-top-menu li {
	position: relative;
}

#menu-top-menu li .sub-menu {
	display: none;
	padding: 15px 0 0 0;
}

#menu-top-menu li:hover .sub-menu {
	display: block;
	left: -15px;
	top: 25px;
	position: absolute;
}

#menu-top-menu .sub-menu li {
	background: #363636;
	margin: 0;
	padding: 5px 15px;
	width: 150px;
}

#menu-top-menu .sub-menu li:last-child {
	padding-bottom: 15px;
}

#search-box{
	width:185px;
	height:35px;
	border-radius:4px;
	border:none;
	font-weight: 400;
	font-size: 16px;
	color: #9B9B9B;
	line-height: 22px;
	background:#FFF url(images/icon-search.png) no-repeat;
	background-position:10px 8px;
	padding-left:35px;
}

#navigation .cta {
	float: right;
	font-size: 16px;
	margin-left: 40px;
	padding: 10px 25px;
}

#navigation .search-container {
	margin-left: 60px;
	overflow: visible;
	position: relative;
}

#navigation .search-container .trigger {
	background: url(images/icon-search.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	z-index: 5;
}

#navigation .search-container .search-form {
	overflow: hidden;
	max-width: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: max-width 1.5s;
}

#navigation .search-container.active .search-form {
	max-width: 230px;
}

/**
 * Button Styles
 */

.button {
	border-radius: 5px;
}

.cta {
	background: #3C79CB !important;
	font-weight: 300;
	color: #FFF !important;
	font-size:23px;
	border:none !important;
	border-radius: 3px !important;
	cursor: pointer !important;
	display: inline-block;
	padding: 15px 25px;
	text-align: center;
	text-decoration: none !important;
}

.cta.hollow {
	background: transparent !important;
	border: 1px solid #2064B8 !important;
	color: #2064B8 !important;
}

.cta:hover {
	background: #254A7A !important;
	color: #FFF !important;
}

.cta.fixed {
	padding-left: 0;
	padding-right: 0;
	width: 200px;
}

.cta-placeholder {
	height: 53px;
}

.cta.white {
	background: transparent;
	color:#FFF;
	border: 1px solid #FFF;
}

.cta.white:hover{
	background: transparent;
	border-color: #c1c1c1;
	color: #c1c1c1;
}

.cta.grey.hollow {
	background: transparent !important;
	border: 1px solid #DEDCDC !important;
	color: #5D5D5D !important;
}

.cta.grey.hollow:hover {
	border-color: #5D5D5D !important;
}

/**
 * Container Styles
 */

.page-container {
	position: relative;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 780px;
	overflow: hidden;
}

.container.the-content {
	overflow: visible;
}

.content-block {
	clear: both;
	font-size: 18px;
	line-height: 1.8em;
	overflow: hidden;
	padding: 80px 15px;
}

section.content-block {
  padding: 80px 15px 0;
}
.content-block.first {
	padding-top: 160px;
}
.container-thin{
	font-weight: 300;
}

.content-block > :first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.content-block.border {
	border-bottom: 1px solid #D0D0D0;
	border-top: 1px solid #D0D0D0;
}

.content-block.border-b {
	border-bottom: 1px solid #D0D0D0;
}

.content-block.border-t {
	border-top: 1px solid #D0D0D0;
}

.content-breaker {
	background-color: #FFD89B;
	background-attachment: fixed;
	background-position: center center;
	background-size:cover;
	box-sizing: border-box;
	color: #FFFFFF;
	min-height:300px;
	margin: 100px -20px;
	padding: 100px 20px;
	text-align:center;
}

.content-block .content-breaker h2{
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	line-height: 63px;
}

.content-block .content-breaker h3{
	color: #ffffff;
	font-weight: 300;
	font-size: 30px;
	color: rgba(255,255,255,0.65);
	line-height: 32px;
}


/**
 * Heading Styles
 */

.content-block h2 {
	font-size: 30px;
	font-weight: normal;
	margin: 20px 0;
}

/**
 * Tabs Styles
 */

.tabs{
	line-height: 48px;
	list-style: none;
	margin: 0 0 80px 0;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.tabs li{
	display: inline-block;
}

.tabs a {
	font-size: 15px;
	text-transform:uppercase;
	color: #377bc6;
	padding: 15px 35px;
	text-decoration: none;
}

.tabs a:hover {
	background-color: #bfd3f0;
}

.tabs .selected a{
	color: #fff !important;
	background: #377bc6;
}

/**
 * Tabs (Marketplace)
 */

.marketplace .tabs li {
	margin-right: 15px;
}

.marketplace .tabs a {
	padding: 0;
}

/**
 * Text Styles
 */

#runin{
	font-size: 24px;
	color: #636363;
	margin-bottom: 20px;
}

.content-block a {
	font-weight: 400;
}

/**
 * Testimonials
 */

li.testimonial {
	list-style: none;
	list-style-image: none !important;
}

.story-content img {
	float: left;
	margin-right: 15px;
}

.story-text {
	font-size: 18px;
	color: #636363;
	padding-top:10px;
	line-height: 29px;
}

.story-text p{
	margin-top:15px;
	margin-right: 50px;
	font-weight: 300;
}

.story-name{
	font-size: 20px;
	font-weight: 400;
	color: #636363;
	line-height:20px;
}

/**
 * Opt-In Block
 */

.opt-in {
	text-align: center;
}

.opt-in .logo {
	margin-bottom: 40px;
}

.opt-in h4 {
	color:#747474;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	padding: 50px 0 10px 0;
	margin: 0;
}

.opt-in h5 {
	color: #333333;
	font-weight: 400;
	font-size: 45px;
	line-height: 55px;
	padding: 10px 0;
	margin: 0;
}

.opt-in h6 {
	font-weight: 400;
	font-size: 23px;
	line-height: 30px;
	color: #747474;
	padding: 10px 0 0 0;
	margin: 0 0 30px 0;
}

.opt-in p {
	font-size: 24px;
	line-height: 35px;
}

.opt-in p:first-child {
	margin-top: 0;
}

/**
 * Home Page
 */

.home .splash, .marketplace .splash {
	height: 590px;
}

.home .header--container {
	padding-bottom: 220px;
}

.home .header--container .header--content {
	border-bottom: 1px solid #D0D0D0;
}

.home .header--container h1 {
	font-size: 67px;
	letter-spacing: 1px;
}

.home .header--container h2 {
	font-weight: 300;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 0.7px;
	line-height: 28px;
}

.home .header--container .scroll {
	display: none;
}

.home--hero {
	margin: 60px auto 40px auto;
	width: 580px;
	position: relative;
}

.home--hero-image {
	position: relative;
}

.home--hero-image img {
	max-width: 100%;
}

.home--hero .title {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	opacity: 0.7;
	margin: 30px auto 30px auto;
	width: 260px;
	padding: 20px 0 0;
}

.home--hero .title p {
	margin: 0 -120px;
}

.home--hero .pointer {
	background: #F4B84B;
	height: 1px;
	position: relative;
	width: 100%;
}

.home--hero .pointer--container {
	position: absolute;
	top: 17px;
}

.home--hero .pointer--container.right {
	right: 0;
}

.home--hero .pointer--container.left {
	left: 0;
}

.home--hero .pointer:before {
	background: #F4B84B;
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 6px;
	position: absolute;
	top: -5px;
}

.home--hero .pointer--container.left .pointer:before {
	left: 0;
}

.home--hero .pointer--container.right .pointer:before {
	right: 0;
}

.home--hero-data {
	position: absolute;
}

.home--hero-data hr {
	border: 0;
	height: 1px;
	background: #FFF;
	opacity: 0.3;
}

.home--hero-data p {
	font-weight: 700;
	font-size: 28px;
	color: #F3F3F3;
	margin: 0;
}

.home--hero-data small {
	display: block;
	font-weight: 300;
	font-size: 16px;
	color: #F3F3F3;
	letter-spacing: 1.57px;
	text-transform: uppercase;
	opacity: 0.7;
}

.home--hero-data-1 {
	left: -150px;
	padding-right: 180px;
	top: 120px;
}

.home--hero-data-1 .pointer--container {
	width: 160px;
}

.home--hero-data-2 {
	right: -200px;
	padding-left: 150px;
	text-align: left;
	top: 100px;
}

.home--hero-data-2 .pointer--container {
	width: 130px;
}

.home--hero-data-3 {
	right: -150px;
	padding-left: 150px;
	text-align: left;
	top: 190px;
}

.home--hero-data-3 .pointer--container {
	width: 130px;
}

@media screen and (max-width: 767px) {
	.home .splash {
		height: 450px;
		width: 101%;
	}

	.home .header--container h2 {
		margin-bottom: 50px;
	}

	.home--hero {
		display: none;
	}

	.home .header--container {
		padding-bottom: 200px;
	}

	.home .header--content {
		box-sizing: border-box;
		padding-left: 30px;
		padding-right: 30px;
	}

	.home .header--container .scroll {
		display: block;
		background: url('images/marketplace-down.png') no-repeat center;
		width: 100px;
		height: 100px;
		margin: 0 auto 70px;
	}
        
  .moonray-form-input-type-email,
  .moonray-form-element-wrapper {
    float:none !important;
    margin:0 auto !important;
    
  }
  .moonray-form-input-type-email {
    width: 100% !important;
  }
  .moonray-form form > *:not(.moonray-form-input-type-hidden) {
      display: block !important;
  }
}

@media screen and (max-width: 1000px) {
	.home .splash {
		height: 550px;
	}

	.home .header--container h1 {
		font-size: 47px;
		letter-spacing: 0.7px;
		line-height: 56px;
	}

	.home .header--container h2 {
		font-size: 20px;
		letter-spacing: 0.64px;
		line-height: 28px;
	}

	.home--hero {
		max-width: 465px;
	}

	.home--hero-data p {
		font-size: 22px;
	}

	.home--hero-data p small {
		font-size: 12px;
	}

	.home--hero-data-1 {
		left: -100px;
		top: 93px;
		padding-right: 150px;
	}

	.home--hero-data-1 .pointer--container {
		top: 13px;
		width: 130px;
	}

	.home--hero-data-2 {
		right: -110px;
		top: 70px;
		padding-left: 150px;
		width: 80px;
	}

	.home--hero-data-2 .pointer--container {
		top: 13px;
		width: 130px;
	}

	.home--hero-data-3 {
		right: -110px;
		top: 150px;
		padding-left: 150px;
		width: 80px;
	}

	.home--hero-data-3 .pointer--container {
		top: 13px;
		width: 130px;
	}
}

@media screen and (min-width: 1186px) {
	.home--hero .title {
		text-align: left;
		width: 330px;
		position: absolute;
		left: -50%;
		margin: 0;
		padding-top: 10px
	}

	.home--hero .title p {
		margin: 0;
		width: 50%;
	}
}

@media screen and (max-width: 1185px) {
	.home .header--container h1 {
		margin-bottom: 20px;
	}

	.home .header--container h2 {
		margin-bottom: 15px;
	}

	.home--hero,
	.home--hero .title {
		margin-top: 15px;
	}
}

/**
 * Marketplace Page
 */


.card-layout{
	text-align:center;
	display:block;
	max-width: 1100px;
	margin: auto;
}

.card--sold{
	float: right;
}

.card--tab{
	color:#FFF;
	font-size:12px;
	position:absolute;
	width:330px;
	z-index:99;
	display:block;
}

.card--tab p {
	background: rgba(10, 10, 10, 0.8);
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:5px;
	width:100px;
	margin:auto;
}

.card {
	width:330px;
	height:480px;
	border-radius:5px;
	border:1px solid #C0BFBF;
	display:inline-block;
	vertical-align: middle;
	margin-left:15px;
	margin-right:15px;
	margin-top:40px;
}

.card--image {
	width:100%;
	height:220px;
	display:block;
	background-repeat:no-repeat;
	background-size: cover;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}

.card--title {
	border-bottom:1px solid #D4D4D4;
	padding:20px;
	overflow: hidden;
}

.card--title .niche{
	font-size: 20px;
	color: #333333;
	display:inline-block;
	line-height: 24px;
	max-width: 65%;
	text-overflow: ellipsis;
	white-space: nowrap;
	float:left;
	overflow: hidden;
}

.listing-price{

	font-size: 20px;
	color: #377AC5;
	line-height: 24px;
	float:right;
	display:inline-block;
}

.half-width{
	width:49%;
	padding-top:20px;
	padding-bottom:20px;
	display:inline-block;
}

.net-profit-monetization{
	background:#fbfbfb;
	display:inline-block;
	width:330px;
}

.half-width.left{
	border-right:1px solid #D4D4D4;
	float:left;
}

.half-width.right{
	float:left;
}

.view-listing{
	border-top:1px solid #D4D4D4;
	padding-top:25px;
}

.net-profit, .monetization{

	font-size: 15px;
	color: #8A8989;
	line-height: 25px;
}

.profit-item, .monetization-item{

	font-size: 20px;
	color: #3F3F3F;
	line-height: 24px;
}

.listings-more{
	margin-top:100px;
}

#load_more {
	margin-top: 40px;
}

.page-template-template-marketplace .header--container .header--content {
	padding-bottom: 0;
}

.marketplace--header-container {
	max-width: 1180px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.marketplace--header-content {
	width: 35%;
	position: absolute;
	bottom: 100px;
	right: 100px;
	text-align: left;
}

.marketplace--header-content h1 {
	font-weight: 400;
}

.marketplace--header-content h2 {
	background: url('images/marketplace-down.png') no-repeat left;
	cursor: pointer;
	font-weight: 100;
	font-size: 22px;
	color: #F7F7F7;
	line-height: 27px;
	padding-left: 80px;
}

.marketplace--intro {
	font-weight: 100;
	font-size: 18px;
	color: #F7F7F7;
	letter-spacing: 2px;
	line-height: 22px;
	padding-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.marketplace--hero {
	position: absolute;
	bottom: 0;
	left: 20px;
	min-width: 600px;
	width: 50%;
}

.marketplace--hero img {
	max-width: 100%;
	position: relative;
	z-index: 5;
}

.marketplace--hero .placard--container {
	bottom: 0;
	position: absolute;
	width: 28%;
	z-index: 1;
}

.marketplace--hero .placard--container-1 {
	height: 400px;
	left: 80px;
}

.marketplace--hero .placard--container-2 {
	height: 360px;
	left: 230px;
}

.marketplace--hero .placard--container-3 {
	height: 320px;
	left: 380px;
}

.marketplace--hero .placard--container:after {
	background: #FFF;
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	left: 50%;
}

.marketplace--hero .placard--container div {
	background: #FFF;
	border-radius: 5px;
	color: #394C6B;
	padding: 30px;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.4);
}

.marketplace--hero .placard--container-3 div {
	color: #F4B84B;
}

.marketplace--hero .placard--container small {
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	color: #394C6B;
	letter-spacing: 1.45px;
	line-height: 19px;
	margin-top: 5px;
}

@media screen and (max-width: 1200px) {
	.marketplace--hero .placard--container div {
		font-size: 18px;
		padding: 20px;
	}

	.marketplace--hero .placard--container small {
		font-size: 12px;
		margin-top: 2px;
	}
}

@media screen and (max-width: 1150px) {
	.marketplace--header-content h1 {
		font-size: 35px;
		line-height: 41px;
	}

	.marketplace--header-content h2 {
		font-size: 16px;
		line-height: 19px;
	}
}

@media screen and (max-width: 1100px) {
	.marketplace--hero .placard--container-1 {
		height: 400px;
		left: 0px;
	}

	.marketplace--hero .placard--container-2 {
		height: 360px;
		left: 140px;
	}

	.marketplace--hero .placard--container-3 {
		height: 320px;
		left: 280px;
	}

	.marketplace--header-content {
		bottom: 200px;
	}
}

@media screen and (max-width: 900px) {
	.marketplace--header-content {
		right: 20px;
	}

	.marketplace--hero .placard--container {
		width: 25%;
	}
}

@media screen and (max-width: 800px) {
	.marketplace--hero .placard--container-1 {
		height: 450px;
	}

	.marketplace--hero .placard--container-2 {
		height: 380px;
		left: 120px;
	}

	.marketplace--hero .placard--container-3 {
		height: 310px;
		left: 240px;
	}
  #taymline p {
    width: 80% !important;
  }
  #blog-post-related {
      margin: 0 30px !important;
  }
}

@media screen and (max-width: 767px) {
	.marketplace--header-container {
		bottom: 100px;
	}

	.marketplace--hero {
		display: none;
	}

	.marketplace--header-content {
		position: static;
		width: 100%;
	}

	.page-template-template-marketplace .splash {
		height: 500px;
	}
}

@media screen and (max-width:601px){
  #taymline{
    width: 90% !important;
  }
  #taymline p {
    width: 90% !important;
    font-size:16px !important;
  }
  .comment-body {
     padding-right: 0;
  }
  .comment-author .avatar {
    width: 65px !important;
    height:65px !important;
  }
  .comment-author cite,
  .comment-list li .commentmetadata,
  .comment-list p,
  .reply {
    padding-left:75px !important;
  }
  #respond h3 {
    font-size: 24px;
  }
  .moonray-form-input-type-email {
      width: 100% !important;
  }
  .children li div {
    padding-right: 20px !important;
  }
  .children .commentmetadata a,
  .children .comment-author {
      padding-left: 0;
  }
  
  #blog-post-related div #desc {
    width: 59% !important;
    margin-left: 1%;
  }
  .the-content iframe {
    width: 100% !important;
    max-width:500px;
    height: auto !important;
    min-height:200px;
  }
  .container {
    padding:0 10px !important;
  }
}

@media screen and (max-width:533px){
  #respond h3 {
    font-size: 20px;
  } 
	.content-block {
		padding: 40px 15px!important;
	}
}

@media screen and (max-width:480px){
  #respond h3 {
    font-size: 18px;
  }
	.content-block {
		padding: 25px 15px!important;
	}
}
.comment-form-comment {
  margin-bottom:0 !important;
}
@media screen and (max-width:375px){
  #commentform label {
    display:block !important;
  }
  .comment-form-email, .comment-form-author {
    width:100% !important;
    margin-top: 0;
  }
  .comment-form-comment {
  margin-bottom:15px !important;
}
  #cancel-comment-reply-link {
     font-size: 12px !important;
     position:relative !important;
     margin:20px 0 !important;
  }
  #commentform {
    clear:both;
  }
  #commentform p input[type="text"], #commentform p input[type="email"], #commentform textarea {
    width: 100% !important;
  }
  
}
#respond {
  margin-top:20px;
}

.marketplace--listing-table,
.marketplace--listing-controls,
.marketplace--tabs {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.marketplace--tabs {
	text-align: left;
	margin-bottom: -30px;
}

.marketplace--listing-controls {
	text-align: right;
	margin-bottom: 10px;
}

.marketplace--listing-controls input {
	border-radius: 5px;
	border: 1px solid #DFDFDF;
	padding: 10px 16px;
}

.marketplace--listing-table td,
.marketplace--listing-table th {
	text-align: left;
	position: relative;
}

.marketplace--listing-table td.financial,
.marketplace--listing-table th.financial {
	text-align: right;
}

.marketplace--listing-table td:last-child,
.marketplace--listing-table th:last-child {
	text-align: right;
}

.marketplace--listing-table th.financial.active,
.marketplace--listing-table th:last-child.active {
	padding-right: 25px;
}

.marketplace--listing-table td {
	border-top: 1px solid #DDDDDD;
}

.marketplace--listing-table tbody tr:hover td {
	background: #F0F0F0;
}

.marketplace--listing-table a {
	color: #333333;
	display: block;
	font-weight: 300;
}

.marketplace--listing-table td:first-child a {
	font-weight: 400;
	color: #377ac5;
}

.marketplace--listing-table a,
.marketplace--listing-table th {
	cursor: pointer;
	padding: 20px 10px;
}

.marketplace--listing-table .sold td:first-child a {
	color: #333333;
}

.marketplace--listing-table .sold td,
.marketplace--listing-table .sold:hover td {
	background: #858585;
	border-color: #606060;
}

.marketplace--listing-table .sold td:last-child a {
	color: #990000;
	font-weight: 600;
	text-transform: uppercase;
}

.marketplace--listing-table tfoot td {
	padding: 30px 10px 0;
}

.marketplace--listing-table tfoot a {
	color: #333333;
	font-weight: 300;
	border: 1px solid #DEDEDE;
	width: 100px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 5px;
}

.marketplace--listing-table tfoot a:hover {
	background: #DEDEDE;
}

.marketplace--listing-table tfoot tr:last-child a:first-child {
	float: left;
}

.marketplace--listing-table.first-page tfoot tr:last-child a:first-child {
	background-color: #FFFFFF;
	border-color: #DEDEDE;
	color: #DEDEDE;
	cursor: default;
}

.marketplace--listing-table.last-page tfoot tr:last-child a:last-child {
	background-color: #FFFFFF;
	border-color: #DEDEDE;
	color: #DEDEDE;
	cursor: default;
}

.marketplace--listing-table tfoot tr:last-child a:last-child {
	float: right;
}

.marketplace--tabs {
	line-height: 0;
}

.marketplace--tabs li {
	display: inline-block;
	float: none;
}

.marketplace--search-message {
	padding: 25px;
	margin: 20px auto;
	background: #007700;
	color: #FFFFFF;
}

.marketplace--listing-table .active:after {
	box-sizing: content-box;
	border: 10px solid #FFFFFF;
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	position: absolute;
	right: 0;
	top: 50%;
}

.marketplace--listing-table .active.asc:after {
	border-top: 10px solid #E5E5E5;
	margin-top: -5px;
}

.marketplace--listing-table .active.desc:after {
	border-bottom: 10px solid #E5E5E5;
	margin-top: -15px;
}

@-webkit-keyframes pulse {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.marketplace--loader .ctnr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.marketplace--loader .ldr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	width: 2.5em;
	height: 2.5em;
}

.marketplace--loader .ldr-blk {
	height: 35%;
	width: 35%;
	-webkit-animation: pulse 0.75s ease-in infinite alternate;
	animation: pulse 0.75s ease-in infinite alternate;
	background-color: #E4962F;
}

.marketplace--loader .an_delay {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

@media screen and (max-width: 850px) {
	.tab-hide {
		display: none;
	}
}

.hidden, [ng-cloak] {
	display: none;
}

/**
 * About Us Page
 */

.about-us .the-content h2 {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5em;
	margin-left: -15%;
	margin-top: 0;
	text-align: center;
	width: 130%;
}

.empire-story h2 {
	font-size: 40px;
	text-align: center;
}

/**
 * Blog/Podcasts Page
 */

.content-wider {
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.content-wider img {
	max-width: 100%;
}

.blog .splash h2,
.podcasts .splash h2 {
	font-weight: 700;
	text-transform: uppercase;
}

.blog .splash h3,
.podcasts .splash h3 {
	color: #767475;
	font-weight: 400;
}

.blog .post a,
.podcasts .post a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	color: #333333;
	text-decoration: none;
	margin: 0;
	line-height: 44px;
}

.blog .post a:hover,
.podcasts .post a:hover {
	color: #656565;
}

.blog .post,
.podcasts .post {
	color: #888888;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.blog .post .date,
.podcasts .post .date {
	font-weight: 300;
	color: #bbbbbb;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 18px;
	margin-top: 5px;
}

.blog .post .date a,
.podcasts .post .date a {
	font-weight: 300;
	font-size: 14px;
	text-decoration: underline;
	color: #c0c0c0;
	line-height: 18px;
}

.blog .post .date a:hover,
.podcasts .post .date a:hover {
	color:#007AC5;
}

.see-more {
	display: block;
	text-align: center;
	background:url(images/arrow-down-blog.png) no-repeat top center;
	padding-top:25px;
	color: #c0c0c0 !important;
	text-decoration: underline !important;
	margin-top: 40px;
	font-weight: 300;
}

.see-more:hover{
	background:url(images/arrow-down-blog-hover.png) no-repeat top center;
}

.see-more:hover{
	color:#007AC5 !important;
}


/**
 * Blog/Podcasts Single
 */

.single-podcast .the-content img,
.single-post .the-content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.single-podcast .meta a,
.single-post .meta a {
	text-transform: uppercase;
}

.single-podcast .date,
.single-post .date {
	color: #bdbdbd;
}

/**
 * Empire Process Block
 */

.empire-process {
	color: #454545;
}

.empire-process h2 {
	color: #454545;
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	margin: 0;
	text-align: center;
}

.empire-process h2 .sup {
	color: #a2a2a2;
	display: block;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.empire-process h2 .sub {
	color: #377ac5;
	display: block;
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	margin-top: 10px;
}

.empire-process .step {
	margin: 70px 0;
	overflow: hidden;
}

.empire-process .step img.left {
	margin-right: 50px;
}

.empire-process .step img.right {
	margin-left: 50px;
}

.empire-process .step.last {
	margin-bottom: 0px;
	text-align: center;
}

.empire-process .step.last h3 {
	color: #333333;
	font-size: 30px;
	margin-top: 8px;
	text-align: center;
}

/**
 * Sell Site Page
 */

#empire-formula{
	border-left: 5px solid #4a90e2;
	padding-left: 15px;
}

#formula-header{
	font-size: 16px;
	color: #a2a2a2;
	margin-bottom: 10px;
	display: block;
}

#formula{
	display: block;
	font-size: 22px;
	color: #377ac5;
	font-weight: 700;
}

/* Site to Sell CTA */

#site-to-sell {
	background:#363636;
	width:100%;
	padding-top:80px;
	padding-bottom:100px;
	text-align:center;
}

#site-to-sell h1 {
	font-size: 40px;
	font-weight:lighter;
	color: #FFFFFF;
	line-height: 55px;
	margin: 0;
}

#site-to-sell .button {
	background: #FFFFFF;
	display: block;
	width: 120px;
	padding: 20px 75px;
	margin: 20px auto;
	font-size: 18px;
	color: #363636;
	line-height: 22px;
}

#site-to-sell .button:hover {
	background: #dfdfdf;
}

#site-to-sell .footer-vt {
	color: #6D6D6D;
}

#site-to-sell .footer-vt:hover {
	color: #bbbbbb;
}

/**** END OF HAVE A SITE TO SELL ****/


/**** THE BEST AREA ****/

#the-best {
	background: url('images/illustrations/The_Best.png') no-repeat 50% 80px;
	padding-top: 450px!important;
}

.top-content .container {
	max-width: 1020px;
}

.top-content h3{
	color: #205BBD;
	font-size:20px;
	margin-top:5px;
	font-weight: normal;
}

.top-content a{
	color: #7d7e80;
	text-decoration: none;
	font-weight: 300;
}

.top-content a:hover{
	color:#377AC5;
}

.top-content .col-2 li, .top-content .col-2 ul {
	list-style: none;
	display: block;
	margin-left: 0;
	padding-left: 0;
}

/**** END OF THE BEST AREA ****/

/* Inline Comments */

.comments-and-form > a {
	float: right;
}

.comments-and-form .comment-author.vcard {
	position: relative;
}

.comments-and-form .comment-author.vcard img {
	top: 7px;
}

.comments-and-form .comment-author.vcard cite {
	padding-left: 40px;
}

.comments-and-form .form-submit #submit {
	background: #377AC5;
	color: #FFF;
	border: none;
	padding: 10px;
	font-size: 14px;
}

/* Mobile Menu */

nav.mobile {
	background: #333;
	display: none;
	overflow: hidden;
	position: fixed;
	height: 50px;
	z-index: 1000;
}

nav.mobile i.hamburger {
	display: inline-block;
	position: relative;
	top: 5px;
	width: 18px;
	margin-right: 5px;
}

nav.mobile i.hamburger span {
	background: #FFF;
	display: block;
	height: 3px;
	margin-bottom: 3px;
}

nav.mobile .trigger {
	background: url('images/mobile-crown.png') no-repeat;
	background-image: url('images/crown.svg'), none;
	background-size: 37px 24px;
	background-position: 20px 40%;
	color: #FFF;
	cursor: pointer;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 20px 0 65px;
}

nav.mobile .trigger .menu-text {
	text-transform: uppercase;
	font-weight: 300;
}

nav.mobile ul {
	border-top: 1px solid #1a1a1a;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

nav.mobile li {
	border-top: 1px solid #515151;
	border-bottom: 1px solid #1a1a1a;
	box-sizing: border-box;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

nav.mobile li:nth-child(3) {
	width: 100%;
}

nav.mobile li a {
	color: #dadada;
	display: block;
	padding: 20px;
}

.moonray-form label {
	display: none !important;
}
.moonray-form input {
	font-style: normal !important;
}
.moonray-form input[type="email"] {
	padding-left: 50px !important;
}
.moonray-form-element-wrapper {
	padding: 20px 0 !important;
}
.moonray-form input[type="submit"] {
	background-repeat: repeat !important;
	background-size: auto 100%;
	color: #fff !important;
}

/**
 * New Listings
 */

#listing--nav {
	position: fixed;
	top: 80px;
	height: 80px;
	background: #FFF;
	border-bottom: 1px solid #CFCCCC;
	width: 100%;
	z-index: 1500;
}

#listing--nav.mobile {
	transition: -webkit-transform 0.5s ease;
}

.admin-bar #listing--nav {
	top: 112px;
}

#listing--nav.m-up {
	-webkit-transform: translate3d(0, -50px, 0);
}

.listing--meta {
	float: left;
	line-height: 80px;
}

.listing--meta > * {
	float: left;
	margin-right: 55px;
}

.listing--meta > *:last-child {
	margin-right: 0;
}

.listing--niche, .listing--price {
	color: #292929;
}

.listing--niche {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 230px;
}

.listing--id {
	font-size: 15px;
	color: #6A6A6A;
}

.listing--id strong, .listing--container h2 {
	color: #434343;
}

.listing--price {
	font-size: 17px;
}

.listing--price strong {
	font-size: 20px;
	color: #0D65B8;
}

.listing--buttons {
	float: right;
	line-height: 80px;
}

.listing--buttons a {
	display: inline-block;
	margin-left: 20px;
	border: 1px solid;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0;
	width: 250px;
	border-radius: 5px;
	line-height: 1;
}

.listing--buttons .btn-buy {
	color: #5D5D5D;
	border-color: #DFDCDC;
}

.listing--buttons .btn-sold {
	background:#D10606;
	border: 0;
	color:#FFF;
	font-weight: 700;
	margin-top: 15px;
}

.listing--container {
	padding-top: 160px;
}

.listing--container .content-block {
	padding: 65px 0;
}

.listing--container h2 {
	margin-top: 0;
	font-weight: 700;
	font-size: 24px;
}

.listing--header {
	position: relative;
}

.listing--description {
	padding-right: 450px;
}

.listing--description p {
	color: #696F6F;
	font-weight: 400;
	font-size: 20px;
	line-height: 44px;
}

.listing--seeurl {
	position: absolute;
	right: 20px;
	top: 0;
	width: 300px;
	padding: 20px;
	background: #F7F7F7;
	font-size: 16px;
	line-height: 20px;
}

.listing--links {
	padding-top: 20px;
}

.listing--links > span {
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
}

.listing--documents > ul {
	margin: 0 0 40px 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.listing--documents li {
	width: 100px;
	font-size: 14px;
	line-height: 20px;
}

.listing--documents .trigger {
	background: #E5E5E5;
	color: #505050;
	cursor: pointer;
	display: block;
	font-size: 14px;
	margin-bottom: -1px;
	padding: 10px 15px;
}

.listing--documents .trigger span {
	display: block;
	color: #ABABAB;
	font-size: 60px;
	line-height: 44px;
	text-align: center;
}

.collapsible li {
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.collapsible li:nth-child(n + 8) {
	display: none;
}

.collapsible li.trigger-container {
	display: block;
}

.collapsible.active li:nth-child(n + 8) {
	display: block;
}

.collapsible.active li.trigger-container {
	display: none;
}

.listing--documents-all {
	font-size: 15px;
}

.listing--chart-section {
	background: #F9F9F9;
}

.listing--chart-section p {
	color: #777777;
	text-align: center;
	font-size: 14px;
	margin: 0;
}

.listing--chart-container {
	position: relative;
	width: 100%;
	height: 400px;
}

.listing--summary-stats > span {
	margin-right: 30px;
	font-weight: 300;
}

.listing--summary-stats span span {
	font-size: 24px;
	font-weight: 400;
}

.listing--summary-stats .revenue {
	color: #57B4FA;
}

.listing--summary-stats .profit {
	color: #5CB30D;
}

.listing--highlights > * {
	height: 80px;
	padding: 0 25px;
	line-height: 80px;
	margin: 0;
	font-size: 20px;
	color: #696969;
}

.listing--highlights h3 {
	background: #E7E7E7;
	color: #333;
	font-size: 24px;
}

.listing--highlights p {
	border-bottom: 1px solid #EFECEC;
}

.listing--highlights p.profit {
	background: #F9F9F9;
	border-bottom: none;
	font-weight: 400;
}

.listing--highlights p:last-child {
	border-bottom: none;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
}

.listing--hours {
	background: url('images/star.png') no-repeat left;
	padding-left: 30px;
	line-height: 80px;
	font-size: 14px;
}

.listing--sites > div {
	border: 1px solid #EFECEC;
	border-radius: 5px;
	box-sizing: border-box;
	background: #F9F9F9;
	float: left;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	padding: 25px 40px;
	width: calc(50% - 5px);
}

.listing--sites > div:nth-child(2n+1) {
	margin-right: 10px;
}

.listing--sites p {
	color: #747474;
	font-weight: 400;
}

.listing--sites p strong {
	color: #434343;
	font-weight: 400;
}

.listing--traffic {
	overflow: hidden;
}

.listing--traffic > div {
	float: left;
	font-size: 16px;
	width: calc(33% - 5px);
}

.listing--traffic span {
	display: block;
	line-height: 50px;
	padding: 0 35px;
	background: #F9F9F9;
}

.listing--traffic > div {
	margin-right: 10px;
}

.listing--traffic > div:last-child {
	margin-right: 0;
}

.listing--traffic ul {
	margin: 0;
	padding: 0;
}

.listing--traffic li {
	display: block;
	margin: 0;
	padding: 0 35px;
	line-height: 55px;
	border-bottom: 1px solid #E1DDDD;
}

.listing--content {
	padding-top: 40px;
}

.listing--content hr {
	margin: 40px 0;
	border: none;
	height: 1px;
	background: #EDEBEB;
}

.listing--opportunities ul {
	padding-left: 22px;
}

.listing--opportunities li {
	list-style-image: url('images/star.png') !important;
}

.listing--narrow .container .container {
	max-width: 780px;
	padding-left: 0;
	padding-right: 0;
}

.listing--certified, .listing--howtobuy {
	background: #F9F9F9;
	padding: 20px !important;
	margin-bottom: 20px;
}

.listing--certified h4 {
	background: url('./images/icon-certified.png') no-repeat left;
	line-height: 60px;
	padding-left: 70px;
	font-size: 1.17em;
}

.listing--howtobuy h4 {
	background: url('./images/icon-howtobuy.png') no-repeat left;
	line-height: 60px;
	padding-left: 60px;
	font-size: 1.17em;
}

.iframe--fw {
	height: 400px;
	padding: 0 !important;
	margin-bottom: 20px;
}

.iframe--fw iframe {
	width: 100% !important;
	height: 400px !important;
}

#deposit {
	padding: 15px;
}


.listing--deposit-methods, .listing--payment-methods {
	padding: 0;
	margin: 0 -15px;
	overflow: hidden;
}

.listing--payment-methods {
	max-width: 100%;
}

.listing--deposit-methods li, .listing--payment-methods li {

	box-sizing: border-box;
	display: block;
	float: left;
	width: 33.33%;
	margin: 0;
	padding: 15px 15px 0 15px;
}


.listing--payment-methods li {
	width: 50%;
}

.listing--deposit-methods a, .listing--payment-methods a {
	border: 1px solid #377BC6;
	border-radius: 5px;
	display: block;
	padding: 15px;
	text-align: center;
	font-size: 12px;
}

/**
 * Hubspot Form Stylesheet
 */

.hs-form {
	max-width: 780px;
	margin: 0 auto;
}

.hs-form input[type=email], .hs-form input[type=text], .hs-form input[type=password], .hs-form input[type=tel], .hs-form textarea {
	border: 1px solid #bebebe !important;
	/* border-radius: 5px !important; */
	box-sizing: border-box !important;
	color: #a2a2a2 !important;
	font-family: Lato,Helvetica,sans-serif !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	height: 59px !important;
	max-width: 430px !important;
	padding: 1px 1px 1px 10px;
	width: 100%;
}

.hs-form input[type=email] {
	background: url(//empireflippers.com/wp-content/uploads/2015/05/icon-envelope.png) no-repeat scroll 15px 18px #f8f8f8 !important;
}
.hs-form label span {
	font-size: 14px;
}


.box-header h2 {
	padding: 15px 5px;
	line-height: 28px;
}

.box-body {
	padding: 5px 5px;
}
.box-body .hs-popup label {
	text-align: left !important;
}
.box-body .hs-single .hs-submit {
	padding-left: 20px !important;
}
.box-body .hs-single .hs-submit .actions{
	padding: 0 !important;
}
.box-body .hs-single input[type='email'] {
	padding: 1px 1px 1px 60px !important;
	background: url(//empireflippers.com/wp-content/uploads/2015/05/icon-envelope.png) no-repeat scroll 15px 18px #f8f8f8 !important;
}

.hs-popup .input select {
	margin-top: 13px;
}
.hs-popup input[type=email], .hs-popup input[type=text], .hs-popup input[type=password], .hs-popup input[type=tel], .hs-popup textarea{
	height: 40px !important;
	border-radius: 1px !important;
	font-size: 16px;
}

.hs-popup textarea {
	height: 65px !important;
	width: 430px !important;
}

.hs-popup select {
	width: 430px !important;
}
.hs-popup input[type=email] {
	background: url(//empireflippers.com/wp-content/uploads/2015/05/icon-envelope.png) no-repeat scroll 7px 8px #f8f8f8 !important;
}
.hs-popup .hs_submit .actions{
	padding: 10px 0 !important;
	text-align: center;
}

.about-us .the-content .modal-dialog h2 {
	font-size: 20px;
	padding: 20px 0 0 20px;
	margin-left: -9%;
}

.hs-popup p {
	padding: 10px !important;
	font-size: 13px !important;
}

.hs-form input[type=email] {
	padding: 1px 1px 1px 50px !important;
}
.hs-form .hs-form-required {
	display: none;
}

.hs-form input[type=submit] {
	background: none repeat scroll 0 0 #3c79cb !important;
	border: medium none !important;
	border-radius: 3px !important;
	color: #fff !important;
	cursor: pointer !important;
	display: inline-block !important;
	font-family: Lato,Helvetica,sans-serif !important;
	font-size: 23px !important;
	font-style: normal !important;
	font-weight: 300 !important;
	line-height: 28px !important;
	padding: 15px 20px !important;
	position: relative;
	top: 2px;
	text-decoration: none !important;
	width: 200px !important;
}

.hs-popup input[type=submit] {
	margin-top: 10px;
}


.hs-single div:first-child {
	width: 430px !important;
	padding: 20px;
	float: left !important;
	margin: 0 auto;
}

.hs-single .hs_submit {
	padding: 7.5px !important;
	float: left !important;
}
.hs-button-left {
	padding: 0 28px !important;
}
.hs-button-left div:first-child {
	float: right !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}
.hs-button-left .hs_submit {
	float: left !important;
}
.hs-button-left .actions {
	padding-right: 0 !important;
}
.hs-single label{
	display: none !important;
}
.hs-single .input {
	margin-left: 0 !important;
}
.hs-single .actions {
	margin-top: 13px !important;
}
.modal-dialog hr {
	clear: both;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 0;
	border-top: 1px solid #aaa;
}

.modal-dialog .btn {
	background: #428bca;
	border: #357ebd solid 1px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 8px 15px;
	text-decoration: none;
	text-align: center;
	min-width: 60px;
	position: relative;
	transition: color .1s ease;
	/* top: 40em;*/
}
.modal-dialog .btn:hover {
	background: #357ebd;
}
.opt-in .modal-download .modal-header p {
	line-height: 7px;
}
.modal-download .hs-form input[type=submit] {
	width: 360px !important;
	margin: 0 auto !important;
	top: 15px;
}

.modal-download .hs-form input[type=email] {
	width: 430px !important;
	margin:0 auto !important;
}

.modal-download .modal-header p {
	padding: 7px !important;
}
.modal-download .modal-header {
	padding-top: 20px;
}
.modal-download .hs-form input[type=email], .modal-download .hs-form input[type=submit] {
	border-radius: 0 !important;
}
.modal-dialog .btn.btn-big {
	font-size: 18px;
	padding: 15px 20px;
	min-width: 100px;
}
.modal-dialog .btn-danger{
	background: #ff0000 !important;
	border: 1px solid #666;
}

.modal:before {
	content: "";
	display: none;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}

.modal:target:before {
	display: block;
}
.modal:target .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	top: 15%;
}

.modal-dialog {
	background: #fefefe;
	border: #333 solid 1px;
	border-radius: 5px;
	margin-left: -200px;
	position: fixed;
	left: 42%;
	top: -100%;
	z-index: 11;
	width: 660px;
	-webkit-transform: translate(0, -500%);
	-ms-transform: translate(0, -500%);
	transform: translate(0, -500%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal-body {
	padding: 20px;
}
.modal-footer {
	padding: 10px 20px;
}
.modal-header {
	border-bottom: #eee solid 1px;
}
.modal-footer {
	border-top: #eee solid 1px;
	text-align: right;
}

.modal-header {
	overflow: auto;
}

.modal-header h2 {
	max-width: 95%;
	float: left;
	font-size: 20px;
	padding-left: 20px;;
}

.modal-header .close-modal {
	width: 5%;
	font-size: 30px;
	float: right;
	cursor: pointer !important;
}

.popup-404 .modal-header h2 {
	font-weight: 700;
}

.popup-404 .hs-popup input[type="submit"] {
	background-color: rgb(255, 198, 0) !important;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.298039) 0px 2.93333339691162px 8.80000019073486px;
	width: 100% !important;
	max-width: 300pt !important;
}

@media (max-width: 1184px) {
  .header--container .header--content {
    bottom: -50px;
  }
  .home .header--container .header--content {
    bottom: 0px;
  }
	.recent-sale .banner-overlay{
		right: 5%!important;
	}
} 

.recent-sale {
	background: #F5F7F9;
	padding: 90px 0 30px 0;
	position: relative;
	border-bottom: 1px solid #D5DBE2;
}

.recent-sale .banner-overlay {
	background: url("images/sellyoursitecover.png") no-repeat;
	height: 450px;
	width: 405px;
	position: absolute;
	z-index: 9;
	right: 15%;
	top: -415px;
}

.recent-sale .container {
	z-index: 8;
	max-width: 1015px;
}

.recent-sale .part-item {
	width: 24%;
	padding: 0.5%;
	float: left;
	color: #605858;
	font-size: 13px;
}

.recent-sale .title {
	color: #CE1B1B;
	text-transform: uppercase;
	font-size: 13px;
}

.recent-sale .value {
	color: #4489D0;
	font-size: 22px;
}

.recent-sale .niche {
	font-size: 13px;
	text-transform: uppercase;
}

.acf-sell-with-us {
	padding-top: 0 !important;
}

.acf-sell-with-us .container, #FAQs .container {
	padding: 0;
	max-width: 1015px;
}

.acf-sell-with-us .repeater {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
	margin-bottom: 80px;
}

.acf-sell-with-us > :first-child {
	padding-top: 26px !important;
}

.acf-sell-with-us h2{
	border-top: 2px solid #609BEE;
	padding: 130px 0 50px 0;
	max-width: 380px;
	margin: 0 auto;
	text-align: center;
	color: #3E3838;
	font-size: 36px;
}

.repeater-item {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	padding: 70px 0 0 0;
}

.repeater-item .content p{
	margin: 0;
}

/* FAQs */
#FAQs h2 {
	margin: 0 auto;
	text-align: center;
	margin: 140px 0 65px 0;
}

#FAQs .description {
	font-style: italic;
	font-weight: 300;
}

#FAQs .repeater {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	columns: 2;
	-webkit-column-width: 300px;
	-moz-column-width: 300px;
	column-width: 300px;
}
#FAQs .repeater-item {
	padding-top: 40px;
}

.page-template-page-sellyoursite .bottom-opt-in {
	background-image: url('images/splash-default.jpg');
	background-position: center top;
	background-size: cover;
	position: relative;
	color: #FFFFFF;
	height: 350px;
	padding: 125px 0 0 0;
}

.page-template-page-sellyoursite .bottom-opt-in h2 {
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
}

.page-template-page-sellyoursite .bottom-opt-in a.listsite4 {
	color: #cccccc;
}

.page-template-page-sellyoursite .bottom-opt-in a.cta {
	background: #FFFFFF !important;
	color: #4F82DC !important;
	border-radius: 10px !important;
	margin-top: 60px;
}

.page-template-page-sellyoursite .fancybox-nav {
	display:none;
}

.cta-shadow {
	-webkit-box-shadow: -1px 10px 29px -8px rgba(0,0,0,0.3);
	-moz-box-shadow: -1px 10px 29px -8px rgba(0,0,0,0.3);
	box-shadow: -1px 10px 29px -8px rgba(0,0,0,0.3);
}

.page-template-page-sellyoursite .cta {
	border-radius: 10px !important;
	padding: 20px 50px;
	font-weight: 300;
	font-size: 25px;
}

.page-template-page-sellyoursite #success-story-wrap {
	background-image: url('images/splash-default.jpg') !important;
	background-position: center top !important;
	background-size: cover !important;
	padding-left:8%;
	padding-right:8%;
	padding-top: 90px;
	padding-bottom:100px;
}

.page-template-page-sellyoursite li.testimonial {
	list-style: none;
	list-style-image: none !important;
}

.page-template-page-sellyoursite .story-content {
	padding: 0 20px 0 2px;
}

.page-template-page-sellyoursite .story-content img {
	float: right;
	margin-right: 15px;
	width: 100%;
	position: relative;
	margin-top: 40px;
	margin-bottom: 10px;
	max-width:105px;
	border-radius:105px;

}

.page-template-page-sellyoursite .story-text {
	font-size: 18px;
	color: #fff;
	padding-top: 30px;
	line-height: 29px;
}

.page-template-page-sellyoursite .story-text p {
	margin-top:15px;
	margin-right: 50px;
	font-weight: 300;
}

.page-template-page-sellyoursite .nbs-flexisel-nav-left, .page-template-page-sellyoursite .nbs-flexisel-nav-right {
	top: 90px !important;
}

.page-template-page-sellyoursite .story-name {
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height:20px;
	padding-bottom: 20px;
}

.page-template-page-sellyoursite .header--content h2 {
	font-size: 80px;
	position: relative;
	padding-bottom: 40px;
	font-weight: 300;
}

.page-template-page-sellyoursite .header--content h2:after {
	content:"";
	background: #F9F9F9;
	position: absolute;
	height: 0px;
	width: 1px;
	left: 50%;
	bottom: 0;
	margin-left: -22.5px;
	opacity: 0.48;
	padding: 0 21px;
	border-bottom: 1px solid #F9F9F9;
}

.page-template-page-sellyoursite .header--content h3 {
	font-size: 28.67px;
	max-width: 387px;
	margin: 40px auto 0 auto;
}

.page-template-page-sellyoursite .header--content {
	max-width: 45%;
	left: 8%;
	bottom: 10% !important;
}

.page-template-page-sellyoursite .splash .scroll {
	left: 35%;
	background: url('images/marketplace-down.png') no-repeat left;
}

.page-template-page-sellyoursite section.process {
	background: #F5F7F9;
	margin-top: 100px;
	padding: 140px 0;
}

.page-template-page-sellyoursite .empire-process .step.last {
	margin-top: 100px;
}

.page-template-page-sellyoursite .alignnone.size-full{
	width: auto !important;
}

.popup-404 .popup-header h2 {
	text-align: center;
	margin: 40px 20px;
	line-height: 32px;
}

.popup-single label {
	display: none !important;
}

#TB_ajaxContent .popup-single .input {
	margin-left: 0;
	text-align: center;
}
@media screen and (max-width: 1220px) {
	.listing--buttons a {
		width: 200px;
	}

@media screen and (max-width: 1120px) {
	.listing--buttons a {
		width: 170px;
	}
}

@media screen and (max-width: 1060px) {
	.listing--buttons a {
		width: 120px;
	}

	.listing--buttons a span {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	#listing--nav {
		top: 50px;
	}

	.admin-bar #listing--nav {
		top: 82px;
	}

	.listing--container {
		padding-top: 130px;
	}
}

@media (max-width:999px){
  .header--container .header--content {
    bottom: 0;
    }
}

@media screen and (max-width: 1010px) {
	.page-template-page-sellyoursite .header--content h2 {
		font-size: 60px;
	}
}

@media screen and (max-width: 970px) {
	#listing--nav {
		height: 50px;
	}

	.listing--container {
		padding-top: 100px;
	}

	.listing--meta {
		line-height: 50px;
	}

	.listing--meta > * {
		margin-right: 25px;
	}

	.listing--niche {
		font-size: 16px;
		max-width: 200px;
		line-height: 50px;
	}

	.listing--price, .listing--price strong {
		font-size: 16px;
	}

	.listing--buttons {
		line-height: 50px;
	}

	.listing--buttons a {
		padding: 5px 0;
	}
}

@media screen and (max-width: 820px) {
	.listing--niche {
		max-width: 150px;
	}

	.listing--id span {
		display: none;
	}

	.listing--description {
		padding-right: 0;
	}

	.listing--seeurl {
		position: static;
		float: right;
		margin-left: 25px;
	}
	.recent-sale .banner-overlay {
		display: none;
	}
	.page-template-page-sellyoursite .header--content {
		max-width: 100%;
		left: 0;
	}
}
/*1902 newsletter*/
@media screen and (max-width: 774px) {
  .hs-single div:first-child {
   /*  width:415px !important; */
  }
  .hs-form .actions {
    padding:17px 0 18px !important;
  }
}

@media screen and (max-width: 767px) {
  .hs-single div:first-child {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100% !important;
       padding: 10px 0 0 !important;
  }
  .hs-single .hs_submit {
    float: none !important;
    clear:both;
  }
  .hs-single .hs_submit .actions {
    padding:0 !important;
    margin-top: 0 !important;
  }
  .moonray-form-element-wrapper {
      padding: 10px 0 0 !important;
  }
}

@media screen and (max-width: 710px) {
	.listing--niche {
		display: none;
	}

	.listing--summary-stats > span {
		display: block;
		font-size: 14px;
	}

	.listing--summary-stats span span {
		font-size: 18px;
	}

	.listing--sites > div {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
	}
        
	.listing--highlights > *:not(.iframe--fw) {
		height: 50px;
		line-height: 50px;
	}

	.listing--highlights h3, .listing--highlights p {
		font-size: 16px !important;
	}

	.listing--highlights p:last-child {
		font-size: 10px;
	}

	.listing--traffic > div {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	#blog-post-related{
		margin: 0 0 !important; 
	}
}
@media screen and (max-width:601px){
  .col-2 {
    clear:both;
    width:100%;
    float:left;
  }
}

@media screen and (max-width: 530px) {
	.listing--buttons a {
		margin-left: 5px;
		width: 65px;
		font-size: 11px;
	}

	.listing--meta > * {
		margin-right: 10px;
	}

	.listing--price span {
		display: none;
	}

	.listing--seeurl {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 40px;
		box-sizing: border-box;
	}

	.listing--description p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.listing--highlights h3, .listing--highlights p {
		font-size: 13px !important;
	}
	.listing--container .content-block {
		padding: 65px 15px;
	}
	.recent-sale .part-item {
		width: 99%;
		text-align: center;
		margin-top: 40px;
	}
}

@media screen and (max-width: 360px) {
	.nbs-flexisel-nav-right{
		right: -10px;
	}
}
@media screen and (max-width: 355px) {
  .card--image {
     background-position: center center;
  }
  .card,
  .card--tab,
  .net-profit-monetization {
    width: 300px;
  }
}

@media screen and (max-width: 320px) {
  .card,
  .card--tab,
  .net-profit-monetization {
    width: 285px;
  }
}

@media (min-width:0px){
  .page-template-page-valuationtool .content-block.vt-header {
      padding: 60px 10px 0;
  }
  .page-template-page-valuationtool section.content-block {
      padding: 100px 15px 0;
  }
  
  .vt-header .hs-single div:first-child {
    padding: 0 !important;
  }
  .page-template-page-valuationtool .vt-header h2 {
    text-align:center;
    font-size: 22px;
  }
  .page-template-page-valuationtool .vt-header input[type="submit"] {
    float:none;
  }
}
@media (min-width:768px){
  .page-template-page-valuationtool .content-block.vt-header {
      padding: 100px 20px 20px;
  }
  .page-template-page-valuationtool .vt-header h2 {
    margin-bottom:-15px;
  }
  .vt-header .hs-single div:first-child {
    padding: 20px 0 !important;
  }
  
  .page-template-page-valuationtool .vt-header h2 {
    text-align:left;
    font-size: 25px;
  }
  .page-template-page-valuationtool .vt-header input[type="submit"] {
    float:left;
  }
  .page-template-page-valuationtool .hs-form .actions {
    padding: 17px 0 18px !important;
  }
  .page-template-page-valuationtool .hs-single .hs_submit {
      float: left !important;
      padding: 7.5px 0 0 7.5px !important;
  }

}

@media (min-width:992px){
  .page-template-page-valuationtool .content-block.vt-header {
      padding: 135px 20px 20px;
  }
}