@charset "utf-8";
/*--------------- basic styles start ---------*/
* {
	padding:0px;
	margin:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
ul, li, ol {
	list-style-type: none;
}
.clr, .d-block, .d-block:after, .d-block:before, .clr:after, .clr:before {
	clear: both;
	display: block;
	position: relative;
	width: 100%;
}
.d-block:after, .d-block:before, .clr:after, .clr:before {
	content: '';
}
.clr {
	height: 0;
}
p {
	margin: 0;
}
p + p {
	margin-top: 20px;
}
.et_pb_contact_form p + p {
	margin-top: 0;
}
p:empty {
	width: 0;
	height: 0;
	display: none;
}
select {
    outline: 0 none;
    background: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
   -moz-appearance: none;
   -webkit-appearance: none;
   cursor: pointer;
}
button {
    background: none;
    border: none;
    outline: none;
}
a {
    color: #3897f1;
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover, a:focus, a:active {
    outline: none;
    color: #3897f1;
    text-decoration: none;
}
a, a img {
	border: none;
}
img {
	max-width: 100%;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tar {
	text-align: right;
}
.taj {
	text-align: justify;
}
.fleft, .alignleft {
	float: left;
}
.fright, .alignright {
	float: right;
}
.d-center, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.d-inline {
	display: inline-block;
	vertical-align: top;
}
.entry-description .post-meta, .d-none, .hide, .displaynone, .single-post #comment-wrap, .et_right_sidebar #main-content .container::before, #footer-widgets .footer-widget li:before {
	display: none !important;
}
.vmid {
	vertical-align: middle !important;
}
.v_btm {
	vertical-align: bottom !important;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video_container iframe, .video_container object, .video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.widget_wysiwyg_widgets_widget {
	margin: 0 !important;
}
.widget_wysiwyg_widgets_widget .et_pb_section {
	padding: 0 !important;
}
.widget_wysiwyg_widgets_widget .et_pb_row {
	width: 100%;
}
.d-flex, .fd-flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	width: 100%;
}
.ai-c {
	-ms-align-items: center;
	align-items: center;
}
.ai-fs {
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.ai-fe {
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.ai-b {
	-ms-align-items: baseline;
	align-items: baseline;
}
.ai-s {
	-ms-align-items: stretch;
	align-items: stretch;
}
.jc-c {
	justify-content: center;
}
.jc-fs {
	justify-content: flex-start;
}
.jc-fe {
	justify-content: flex-end;
}
.jc-sb {
	justify-content: space-between;
}
.jc-sa {
	justify-content: space-around;
}
.fxd-r {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}
.fxd-rr {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fxd-c {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.fxd-cr {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.fxw-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fxw-wr {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}
.fxw-n {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.block1, .block2, .block3, .block4, .block5 {
	position: relative;
	width: 100%;
	padding: 3px;
}
.block1 {
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
}
.block2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	-o-flex: 2;
	flex: 2;
}
.block3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	-o-flex: 3;
	flex: 3;
}
.block4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	-o-flex: 4;
	flex: 4;
}
.block5 {
	-webkit-flex: 5;
	-moz-flex: 5;
	-ms-flex: 5;
	-o-flex: 5;
	flex: 5;
}
.ord1 {
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.ord2 {
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.ord3 {
	-webkit-order: 3;
	-moz-order: 3;
	-ms-order: 3;
	-o-order: 3;
	order: 3;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: currentColor;
	font-family: 'Roboto', sans-serif;
}
:-moz-placeholder {
	color: currentColor;
	font-family: 'Roboto', sans-serif;
}
::-moz-placeholder {
	color: currentColor;
	font-family: 'Roboto', sans-serif;
	opacity: 1;
}
:-ms-input-placeholder {
	color: currentColor;
	font-family: 'Roboto', sans-serif;
}
/*--------------- basic styles end ---------*/
body {
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #737373;
	line-height: 29px;
}
.w100p, .site, .site-inner, .site-header, .site-header-main, .site-content, .site-footer, .site-info {
	width: 100%;
}
.widget {
	margin: 15px 0px;
}
#page-container {
	padding-top: 0 !important;
}
.single-post #getFreeMarket {
    display: none;
}
#letsTalkBlock h2.et_pb_slide_title, #letsTalkBlock h2.et_pb_slide_title a {
	color: #fff;
}
.widgettitle  {
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	line-height: normal;
	text-align: center;
	display: block;
}
.dividerBlock {
	display: block;
	background-color: #e8e8e8;
    width: 150px;
    height: 7px;
    margin: 20px auto;
    margin-left: auto;
}
.subTitle {
	font-family: 'Roboto', sans-serif;;
	font-size: 18px;
	font-weight: 400;
	color: #bbb;
	text-align: center;
	display: block;
	clear: both;
	line-height: 30px;
}
#serviceList {
	text-align: center;
}
#serviceList .ti_icon, #serviceList .ti_icon a {
	display: block;
	clear: both;
	width: 100%;
}
#serviceList i {
	font-size: 55px;
	display: block;
	clear: both;
	margin: 0 auto;
	width: 100px;
	height: 100px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#serviceList .et_pb_text_inner span.icon-text {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: rgb(38, 38, 38);
	line-height: 32px;
	text-align: center;
}
#serviceList .et_pb_text_inner a:hover>i {
	font-size: 65px;
}
#serviceList .et_pb_text_inner a:hover span.icon-text {
	color: #3897f0 !important;
}
#letsTalkBlock .et_pb_slide_description, #letsTalkBlock .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding: 8% 0;
}
#letsTalkBlock .et_pb_slide_content, #letsTalkBlock .et_pb_slide_content p {
	font-family: Poppins, "Droid Serif", serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}
#letsTalkBlock .et_pb_button:hover, #letsTalkBlock .et_pb_module .et_pb_button:hover {
	background-color: #000;
}
p.et_pb_contact_field {
	margin-bottom: 1%;
}
#stayinloop .widgettitle, #stayinloop .subTitle, .et_pb_contact_right {
	color: #fff;
}
#stayinloop:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    display: block;
    top: 0;
    left: 0;
}
#stayinloop .et_pb_contact_submit {
	border: 1px solid #3897f0;
    background: #3897f0;
    color: #fff;
}
#stayinloop .et_pb_contact_submit:hover {
	background: #0f0f0f;
    border-color: #0f0f0f;
}
#getFreeMarket h3 {
	text-align: center;
}
#getFreeMarket .es-field-wrap {
	color: #fff;
}
#getFreeMarket .es_required_field {
	display: block;
    border: 1px solid #CCC;
    color: rgba(0,0,0,0.75);
    font-size: 14px;
    font-weight: normal;
    font-family: inherit;
    padding: 8px;
    height: 37px;
    width: 100%;
    margin-bottom: 15px;
    margin-top: -30px;
}
#getFreeMarket .es_subscription_form_submit {
	color: #FFFFFF;
	background-color: #ff0000;
	border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px 0;
    margin: 0;
}
#custom_html-3 .cntfrmcss p, #custom_html-3 .cntfrmcss p + p {
	margin: 0;
	padding: 0;
}
#custom_html-3 .cntfrmcss input, #custom_html-3 .cntfrmcss textarea {
	width: 100%;
	border-radius: 0;
	border: 1px solid rgba(223, 223, 223, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 7px 10px;
    width: 100%;
    display: block;
    font-size: 14px;
    margin: 0 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
}

#sidebar .widgettitle{
text-transform: inherit !important;
font-size: 32px;
letter-spacing: 0px;
color: #000;
margin-bottom: 10px;
font-family: 'Roboto', sans-serif;
font-weight: 600;
text-align: left;
}
.blog #main-content{
	margin-top: 104px;
}
.bolg #main-content .container{
    padding-top: 0px !important;
}
#ppc h2{
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	font-size: 100px;
	text-align: center;
	color: #fff;
}
.btmsce h3{
	line-height: 30px;
}
.btmsce h3 a{
	color: #3897f0;
}
.trackinglist ul li{
	margin-bottom: 20px;
	list-style-type: disc;
}
#serviceList{
	background-color: #f4f4f4;
}

.single-post .entry-title, .single-post .page-title{
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	text-align: center;
}
.prospectrow, .touchrow{
	position: relative;
	margin-left: 50px;
}
.prospectrow:before{
	content: "";
	background: url(https://moreprospectsnow.com/wp-content/themes/Divi-child/images/headset.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 40px;
	left: -53px;
	right: 0;
	bottom: 0;
}
.touchrow:after{
	content: "";
	background: url(https://moreprospectsnow.com/wp-content/themes/Divi-child/images/projecticon.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 39px;
	height: 39px;
	top: 0px;
	left: -53px;
	right: 0;
	bottom: 0;
}
.single-post #left-area h3 a{
	text-decoration: underline;
    color: #000;
    font-size: 30px;
}
.single-post #left-area h3{
	line-height: 34px;
}
.single-post #left-area h3 a:hover{
	color: #3897f0
}
.blog .entry-title a, .et_pb_post h2 a{
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 29px;
	display: block;
}
.blog .et_pb_post .entry-title{
	margin-bottom: 0px;
}
.single-post #sidebar ul li{
	border-bottom: 1px solid rgba(35,35,35,0.1);
margin-left: 0px;
padding-bottom: 13px;
}
#sidebar .et_pb_widget{
	margin-bottom: 50px;
}
.blog .et_pb_post {
    margin-bottom: 29px;
    border-bottom: none;
    padding-bottom: 27px;
    background: #EBEBEB;
    padding: 20px;
}
.single-post ol li{
	list-style-type:number;
	padding: 0px 0px 14px 36px;
}
.tag #main-content .container, .category #main-content .container{
    padding-top: 93px;
}
.tagcloud a{
	background: transparent;
	border-radius: 0px;
	padding: 4px 18px;
	border: solid 2px #ccc;	
	color: #333;
}
.tagcloud a:hover{
	background: transparent;
	border: solid 2px #333;	
}
.single-post #getFreeMarket{
	margin: 0px 50px;
}
.seotitle h1, .seotitle h2, .seotitle h3{
	font-family: Roboto, arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #737373;
	line-height: 29px;
	text-align: center;
}

.contactdetails p{
	color: #262626;
	font-size: 21px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.contactdetails a{
	font-size: 16px;
}
.contactdetails p b{
	font-size: 16px;
	font-weight: 400;
	color: #737373;
	line-height: 29px;
}
#left-area .post-meta {
    padding-bottom: 0px;
	font-size: 13px;
}
.blog .et_pb_post .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 39%;
    padding-right: 20px;
}
.error404 #main-content,.archive #main-content  {
	padding-top: 5%;
}

/* Staring sharpspring form styles  */
#form_89d2a2e6-1820-4236-82aa-fb8880ddb565 .form_fields #field_3297525762, #form_89d2a2e6-1820-4236-82aa-fb8880ddb565 .form_fields #field_3297526786, #form_89d2a2e6-1820-4236-82aa-fb8880ddb565 .form_fields #field_3297527810 {
    clear: none !important;
    width: 30%;
    float: left;
    margin-right: 2%;
    color: #fff !important;
}
#form_89d2a2e6-1820-4236-82aa-fb8880ddb565 .form_fields label {
    color: #fff !important;
    font-size: 17px;
}
#form_89d2a2e6-1820-4236-82aa-fb8880ddb565 .form_fields input {
    font-size: 16px !important;
}
#form_89d2a2e6-1820-4236-82aa-fb8880ddb565 .form_fields select {
    border: 1px solid #888;
    padding: 7px 5px;
    margin: 2px 0;
    width: 100%;
    font-size: 16px!important;
}
#form_89d2a2e6-1820-4236-82aa-fb8880ddb565 .ss-recaptcha {
    display:none!important;
}
#form_89d2a2e6-1820-4236-82aa-fb8880ddb565 {
    background-color: rgba(35,35,35,0.7);
    padding: 30px 20px 20px 40px;
}
/* Ending sharpspring form styles  */
.rlitve {
    position: relative;
    z-index: 2;
}
.icone img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
}
.socal-containar {
    text-align:center;
}
.icone img {
    background-color: #d1d1d1;
    border-color: #d1d1d1;
	border-radius: 75px;
}
.socal-containar a {
    color:#3897f0;
}
.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row_0.et_pb_row {
    width:100%;
}
.virginiaseocompany .ti_icon.size-medium i {
    font-size:55px;
}
.virginiaseocompany  .et_pb_text_inner {
    text-align:center;
}
.et_pb_post .et_post_meta_wrapper img {
    display:none;
}

.single-post .et_pb_row:first-child, .single-post .et_pb_section:first-child {
    padding-top:0px;
}
.single-post ul li{
list-style: none;
margin-left: 20px;
color: #000;
font-size: 20px;
margin-bottom: 10px;
}
#pstbtmlnkstyle p a {
    padding: 2px 32px;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    background: transparent;
    border: 2px solid rgba(35,35,35,0.1);
    font-size: 13px;
	color:#262626;
}
#pstbtmlnkstyle p a:focus, #pstbtmlnkstyle p a:hover{
    border-color: rgba(35,35,35,0.9); 
	color:#262626;
}
#contectuspg .half-column {
    float:left;
}
#contectuspg .half-column-right {
    width:50%;
}
#contectuspg .half-column-left {
    width:50%;
}
#contectuspg input[type=email], #contectuspg input[type=text], #contectuspg textarea {
    width:90%;
	padding: 12px 20px;    
	border: 1px solid #dfdfdf;
    background-color: #fff;
}
#contectuspg input[type=text].wpcf7-quiz {
    width:95%;
}
#contectuspg input[type="submit"] {
    border-radius: 50px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #3897f0;
    background: #3897f0;
    color: #fff;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
#contectuspg input[type="submit"]:hover, #contectuspg input[type="submit"]:focus {
    background-color:#000;
    color:#fff;
}
.et_pb_slide  {
    background-size: cover !important;
    background-repeat: no-repeat !important;
	z-index: 999;
}

.seo_blc .ti_icon.size-large .icon-text{
    font-size:45%;
}
.seo_list li{
    list-style: square;
    margin-left:20px;
    color:#999;
}

.list-items li{
    line-height: 39px;
    position: relative;
    padding-left: 60px;
    padding-bottom: 13px;
}
.list-items li:before{
    content: '';
    background: url(https://moreprospectsnow.com/wp-content/themes/Divi-child/images/tickicon.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 55px;
    height: 50px;
    left: 0;
}
body.page:not(.home) #content-area, .category #content-area{
    padding-top:2em;
    padding-bottom: 1em;
}
.et_pb_page_settings.et_pb_page_layout_settings {
    display: block !important;
}
#top-header, .hide {
	display: none;
}
#et-info-email:hover, #et-secondary-menu > ul > li > a:hover, #top-menu-nav > ul > li > a:hover, .et-social-icons a:hover {
	opacity: 1 !important;
}

.home #page-container {
	margin-top:0px !important;
}
.page-template-learningcenter .column .author-img {
	display: flex;
}
.page-template-learningcenter .column {
	margin-right: 3.5% !important;
}
.page-template-learningcenter .entry-title {
	margin-bottom: 0em;
}