/*
Theme Name: AIM Theme - Divi child
Theme URI: 
Description: Child of Divi.
Author: <a href="http://www.elegantthemes.com">Elegant Themes</a>
Author URI: 
Template: Divi
Version: 3.19.5
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 17 Jan 2019 18:47:28 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/


:root {
	--aimgroup-color: #2197d6;
	--marketplace-color: #963484;
	--automotive-color: #DF320F;
	--real-estate-color: #4CAD55;
	--recruitment-color: #EDAE49;
	--facebook-watch-color: #3b5998;
	--insiders-color: #636363;
	--aim-orange: #ff9900;
	--aim-grey: #595959;
}

a:hover {
	color: #363636;
}
ul#menu-content-menu li.menu-item a:hover {
	color: #363636 !important;
}
.container {
	width: 99.9%;
}

header#main-header {
	box-shadow: none !important;
}

ul.bottom-nav {
	float: left !important;
	width: 45%;
	padding: 0 !important;
}
#footer-info {
	float: right !important;
}

.widget {
	margin-bottom: 30px;
}

span.mobile_menu_bar:before {
    color: #2197d6 !important;
}

.wc-memberships-restriction-message {
	border: 1px solid #d2d2d2 !important;
	line-height: 1.2 !important;
	margin-top: 15px;
}

.wp-caption-text {
	font-size: 12px !important;
}

/* AJAX Load More button hide when done -------- */
.alm-load-more-btn.done{
   display: none;
}

/* ------------------------- */
/* Top Menu ---------------- */
/* ------------------------- */

#top-header .container {
	padding-top: .18em;
}
#et-secondary-menu {
	padding-right: 15px !important;
}

#et-secondary-menu .et-cart-info { 
	display: none !important; 
	}

#et-info, #et-secondary-menu>ul>li a{
	padding: .75em;
}
#et-secondary-menu .subscribeMenu.menu-item a{
	background-color: var(--aimgroup-color);
	color: #fff;
	border-radius: 3px;
	padding-top: .68em !important;
	padding-bottom: .6em !important;
}
#et-secondary-menu .subscribeMenu.menu-item.current-menu-item a {
	color: #fff !important;
}
#et-secondary-nav li.current-menu-item a{
	color: var(--aimgroup-color) !important;
}


/* ------------------------- */
/* Main Menu --------------- */
/* ------------------------- */

#et-top-navigation {
	padding-right: 15px !important;
}

.et_header_style_left #et-top-navigation nav>ul {
	padding-bottom: 10px;
}
.et_header_style_left #et-top-navigation nav>ul>li {
	border-right: 1px solid #d2d2d2;
	padding-right: 20px;
	padding-left: 20px;
	max-height: 62px !important;
	
}
.et_header_style_left #et-top-navigation nav>ul>li:last-child {
	border-right: 0px !important;
	padding-right: 15px;
	margin-right: 0px;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
	line-height: 1.7;
	padding-top: 10px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.et_header_style_left #et-top-navigation nav>ul>li>a:hover {
	color: #0084c7;
}
.et_header_style_left #et-top-navigation nav>ul>li>a:before {
	background-color: rgba(0, 0, 0, 0) !important;
}

/* ------------------------- */
/* Custom Search ----------- */
/* ------------------------- */

.customSearch {
	display: inline-block;
	border: 1px solid #ddd;
	position: relative;
	padding: 0px;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;

}

.customSearch input#s {
	padding: .715em;
	margin: 0;
	font-size: 14px;
	line-height: normal !important;
	border: none;
	color: #666;
	-webkit-appearance: none;
	background: 0 0;
	display: inline-block;
	padding-right: 83px;
	width: 100%;
	height: auto;
	min-height: 0;
	border: 0px !important;
}
.customSearch #searchsubmit{
	min-height: 100% !important;
	background-color: #DDD;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	right: 0;
	outline: 0;
	display: inline-block;
	padding: 10px 12px;
	border: 0;
	margin: 0px !important;
	border-style: solid;
	border-radius: 3px;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
}

/* ------------------------- */
/* SIDEBAR STYLES  --------- */
/* ------------------------- */

.et_right_sidebar #main-content .container:before {
	display: none !important;
}

#sidebar .widget-title {
	font-weight: bold;
	/*border-bottom: 1px solid var(--aimgroup-color); */
	margin-bottom: 15px;
}

.widget_post_views_counter_list_widget ul li {
	border-bottom: 1px solid #d2d2d2;
	padding-top: 20px;
	padding-bottom: 20px;
}

.widget_post_views_counter_list_widget ul li, .widget_post_views_counter_list_widget ul li a{
	line-height: 1.2em !important;
}


/* ------------------------- */
/* FLIP CARD HORIZONTAL ---- */
/*
 .flip_panel {
     margin: 0 auto;
     height: 200px;
     position: relative;
     display: block;
     transform-style: preserve-3d;
     width: 100%;
}
 .flip_panel .front, .flip_panel .back {
     height: inherit;
     width: inherit;
     position: absolute;
     top: 0;
     text-align: center;
     
}
 .flip_panel .front {
     z-index: 99;
     -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -webkit-transition: all .55s ease-in-out;
     -moz-transition: all .55s ease-in-out;
     -ms-transition: all .55s ease-in-out;
     -o-transition: all .55s ease-in-out;
     transition: all .55s ease-in-out;
     
}
 .flip_panel .back {
     z-index: 1000;
     -webkit-transform: rotateY(-180deg);
     -moz-transform: rotateY(-180deg);
     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     -webkit-transition: all .55s ease-in-out;
     -moz-transition: all .55s ease-in-out;
     -ms-transition: all .55s ease-in-out;
     -o-transition: all .55s ease-in-out;
     transition: all .55s ease-in-out;
}
 .flip_panel.flip .front {
     z-index: 99;
     -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
}
 .flip_panel.flip .back {
     z-index: 100;
     -webkit-transform: rotateX(0deg) rotateY(0deg);
     -moz-transform: rotateX(0deg) rotateY(0deg);
}
/*** Flip Card Front box ****/
/*
 .flip_box_front {
   width: 100%;
   min-height: 200px;
   margin: 0 auto;
   padding: 25px 15px;
	border: none;
	background-color: rgba(22,66,91,.7);
}
 .flip_box_front h3.flip_title, .flip_box_front p.text_flip_card {
	color: #fff !important;
}
.flip_box_front i{
	color: #0084c7;
}
*/
/*** Flip Card Back box ****/
/*
 .flip_box_back {
   background-color: #fafafa;
   width: 100%;
   min-height: 200px;
   margin: 0 auto;
   padding: 35px 15px 20px 15px;
   border: none;
   background-color: rgba(255,153,0,1);
}
.flip_box_back h3.flip_title {
}

.flip_box_back p.text_flip_card {
  color: #fff !important;
}
*/
/*** Button Learn More ****/
/*
 .flip_button {
   display: inline-block;
   margin: 8% auto 0;
   padding: .5em 1.2em;
   cursor: pointer;
   font-size: 16px;
   background: #0084c7;
}
*/
/*** Button Learn More color Text ****/
/*
.flip_button a {
   color: #fff ;
}
/*** Title Flip Card ****/
/*
 .flip_title {
   margin: 0 auto;
   text-align: center;
   line-height: 1em;
   font-size: 1.15em ;
   display: block;
   font-weight: bold;
}
 .flip_icon {
   display: inline-block;
   font-size: 3em;
   margin: 0 auto 7% auto;
   border: 3px solid #ddd;
   text-align: center;
   padding: 26px;
   border-radius: 50%;
}
 .text_flip_card {
   padding: 0 7%;
   font-size: 15px !important;
   line-height: 1.3 !important;
}
*/

/* ------------------------- */
/* Quote Boxes ------------- */
/* ------------------------- */
.quotes .et_pb_widget.xmq_wgt.mng_sch.amr_widget {
	width: 100% !important;
	height: 100%;
}

div#xmq_wgt_qte-3 {
	position: relative;
	background-color: rgba(0,0,0,0) !important;
	padding: 30px 12% !important; 
	font-size: 12pt; 
	line-height: 1.5; 
	text-align: center; 
	color: ##666666 !important;
	margin-right: 0px;
}
div#xmq_wgt_qte-3{
	background-image: url('/wp-content/uploads/2019/01/quotes-blue-20.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

/*div#xmq_wgt_qte-3:before, div#xmq_wgt_qte-3:after {
	position: absolute;
	top: 0px;
	border-top: 1px solid #0084c7;
	border-bottom: 1px solid #0084c7;
	width: 18px !important;
	height: 100%;
}
div#xmq_wgt_qte-3:before {
	content: "";
	left: 30px;
	border-left: 1px solid #0084c7;
}
div#xmq_wgt_qte-3:after {
	content: "";
	right: 30px;
	border-right: 1px solid #0084c7;
}*/
#xmq_wgt_qte-3 > i {color: ##666666;}
#xmq_wgt_qte-3 > span {color: #ededed;}

/* ------------------------- */
/* HOME MAIN SLIDER -------- */
/* ------------------------- */

#main-slider {
	height: 100%;
}
#main-slider .et_pb_slides, #main-slider .et_pb_slide, #main-slider .et_pb_container, #main-slider .et_pb_slider_container_inner {
	height: 100%;
}
#main-slider .et_pb_slide {
}


/* ------------------------- */
/* HOME LOGO SLIDER -------- */
/* ------------------------- */

#home-slider div.logoslide.slick-slide img{
	height: 100px;
	max-height: 100px;
}
#home-slider div.logoslide.slick-slide {
	/*border-right: 1px solid #d2d2d2;*/
}

/* ------------------------- */
/* Post Styles ------------- */
/* ------------------------- */

article p, article p span { 
	line-height: 1.8;
	font-size: 16px !important;
}

.wc-memberships-restriction-message {
	border: 1px solid #d2d2d2 !important;
}

article .wp-caption p.wp-caption-text {
	line-height: 1.3 !important;
	margin-top: 6px;
}
#ajax-load-more ul.alm-ajax li .wp-post-image {
	display: none !important;
}	
#ajax-load-more ul.alm-ajax li {
	padding-left: 0px !important;
}

div.widget.widget_categories {
	margin-bottom: 0px !important;
}

ul li.current-cat a {
	font-weight: bold !important;
	color: #595959 !important;
}

/* ------------------------- */
/* RELATED POSTS ----------- */
/* ------------------------- */

.bib__tile--1 .bib__link, .bib__tile--2 .bib__link, .bib__tile--3 .bib__link, .bib__tile--4 .bib__link, .bib__tile--5 .bib__link, .bib__tile--6 .bib__link, .bib__tile--7 .bib__link, .bib__tile--8 .bib__link {
    background-image: none;
	background-color: #404040;
}
.widget_bibblio_recent_posts {
	margin-top: 30px;
}


/* ------------------------- */
/* Author Pages ------------ */
/* ------------------------- */

ul.author_post li {
	line-height: 1.3 !important;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-left: 2px solid #000;
	padding-left: 15px;
	margin-left: 0px;
}

/* ------------------------- */
/* Woocommerce ------------- */
/* ------------------------- */

nav.woocommerce-MyAccount-navigation ul{
	list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
}

/* ------------------------- */
/* FORM styles ------------- */
/* ------------------------- */

select {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px 16px 10px;
	border: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
	
p.et_pb_contact_field {
	padding-left: 0px;
}	
.et_pb_contact_field[data-type=select]:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: 3px;
	border: 6px solid;
	border-color: #666 transparent transparent transparent;
	content: "";
	transform: translateY(-50%);
	pointer-events: none;	
}

.mepr-unauthorized-excerpt{
	margin-bottom: 35px;
}

.mepr-login-form-wrap .mp-form-label {
	display: none;
}


/*** LABEL STYLING ***/
label.gfield_label, label.gfield_label_before_complex  {
	display: none !important;
}	

/*** FIELD STYLING ***/
input[type=text],
textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #585858 !important;
 padding: 15px !important;
}

/*** SELECT STYLING ***/

.ginput_container.ginput_container_select select, .ginput_card_expiration_container.ginput_card_field select{
  box-sizing: border-box;
  width: 100%;
  padding: 16px 20px 16px 10px;
  border: 0;
  border-radius: 0;
  color: #999;
  background-color: #eee;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.ginput_container.ginput_container_select select:after, , .ginput_card_expiration_container.ginput_card_field select:after{
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: 3px;
  border: 6px solid;
  border-color: #666 transparent transparent transparent;
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
}

/*** BUTTON STYLING ***/
.gform_wrapper .gform_footer input.button, .mp-form-submit input.mepr-submit, .gform_button.button {
 float: right;
 background-color: #ff9900;
 border: 0px;
 font-size: 22px;
 color: #fff;
 padding: 12px 23px;
 border-radius: 5px;
 letter-spacing: 2px;
 cursor: pointer;
}
.et_pb_button {
	border-radius: 3px !important;
}

/*** BUTTON HOVER STYLING ***/
.gform_wrapper .gform_footer input.button:hover, .mp-form-submit input.mepr-submit:hover,  .gform_button.button:hover {
   opacity: .6;
}

.et_pb_button.buy {
 background-color: #ff9900;
}

#wp-submit {
	color: #fff;
	background-color: #2197d6;
	margin: 8px auto 0;
	cursor: pointer;
	font-size: 20px;
	font-weight: 500;
	box-shadow: none !important;
	border: 0px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px 20px;
	line-height: 1.7em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
#wp-submit:hover { 
	opacity: .6;
	padding: 6px 20px !important; 
}


/* ------------------------- */
/* Memberpress ------------- */
/* Unauthorized Message ---- */
/* ------------------------- */

.mepr-unauthorized-message, .mepr-login-form-wrap {
	margin-bottom: 30px;
}

.mepr-unauthorized-excerpt{
	position: relative;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}
.mepr-unauthorized-excerpt:before{
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 82%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 82%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 82%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	content: '';
	display: block;
	height: 90%;
	width: 100%;
	position: absolute;
	top: 10%;
	left: 0px;
}

.mepr-login-form-wrap .mepr-form:before {
	content: 'Already a client? Log in now.';
	position: relative;
}

@media (min-width: 980px) {
	.mepr-unauthorized-message, .mepr-login-form-wrap {
		float: left;
		width: 46%;
		max-width: 46%;
	}
	.mepr-unauthorized-message {
		margin-right: 7%;
	}

}


/* ------------------------- */
/* MISC Styles ------------- */
/* ------------------------- */
.colorBlack a{
	color: #000 !important;
}
.colorBlack a:hover{
	color: #949494 !important;
}

.colorWhite a{
	color: #fff !important;
}
.form-submit input.submit {
	color: #fff;
}

.centerText {
	text-align: center !important;
}

centerMargin {
	margin: auto !important;
}

.fixLineHight, .fixLineHight p, .fixLineHight span, .fixLineHight a {
	line-height: 1.3 !important;
}


/* ------------------------- */
/* FOOTER Styles ----------- */
/* ------------------------- */


.footer-widget ul.menu {
	margin-bottom: 20px;
}

div.menu-primary-menu-container {
	border-bottom: 1px dashed #848484;
	margin-bottom: 15px;
}

div.menu-footer-widget-menu-2-container {
	border-bottom: 1px dashed #848484;
	margin-bottom: 15px;
}

div.fwidget.et_pb_widget {
	width: 60%;
	float: none !important;
}
.footer-widget:nth-child(1) div.fwidget.et_pb_widget {
	margin: auto !important;

}
.footer-widget:nth-child(3) div.fwidget.et_pb_widget {
	margin: auto !important;
}
div.fwidget.et_pb_widget i {
	margin: 15px;
}
div.fwidget.et_pb_widget a:hover {
	opacity: .6;
	cursor: pointer;
}

div.fwidget.et_pb_widget ul.menu li:before  {
	display: none !important;
}


/* ------------------------- */
/* REPORTS STYLES ---------- */
/* ------------------------- */

.columnReport {
	width: 100%; 
  float: left;
  margin-bottom: 6%;
}

.columnReport .et_pb_image_wrap img{
  max-height: 380px;
}

.reportShadow .et_pb_main_blurb_image {
	border: 1px solid #dddddd !important;
}
.reportShadow .et_pb_main_blurb_image .et_pb_image_wrap {
	box-shadow: 0px 12px 18px -6px rgba(0,0,0,0.3) !important;
}

.et_pb_blurb_container {
	min-height: 10px !important;
}
.columnReport h5.et_pb_module_header {
	padding-bottom: 0px !important;
}
body.search .pagination, body.blog .pagination, body.category .pagination{
	display: none;
}

/* ------------------------- */
/* RESPONSIVE -------------- */
/* ------------------------- */


@media screen and (min-width: 447px) and (max-width: 980px) {
/* REPORTS STYLES */
  .columnReport {
    width: 47.25% !important;
    margin-right: 1.5% !important;
    margin-left: 1.5% !important;
    
  }
}


@media (max-width: 980px) {
/* REPORTS STYLES */
	.hideMobile {
		display: none !important;
	}
	#main-content .container {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
		position: fixed;
	}
	.footer-widget:nth-child(2) div.fwidget.et_pb_widget {
		margin: auto !important;
	}
}

@media (min-width: 981px) {

/* REPORTS STYLES */
 .columnReport {
    width: 22.75% !important; 
    margin-right: 1.1% !important;
    margin-left: 1.1% !important;
    }
  .et_pb_blurb_container {
    min-height: 72px;
  }
	

	/* ------------------------- */
	/* FOOTER Styles ----------- */
	/* ------------------------- */
	#footer-widgets {
		align-items: stretch;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	.footer-widget {
		border-right: 1px solid #f1f1f1;
		width: 33.333% !important;
		margin-right: 0 !important;
	}
	.footer-widget:last-child {
		border-right: none !important;
	}
	.footer-widget:nth-child(2) {
		justify-content: center;
		flex-direction: column;
		text-align: center;
		align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.showMobile {
		display: none !important;
	}

	
}

@media screen and (min-width: 1179px) {
	.et_pb_row {
		min-width: 1180px !important;
	}
}
@media screen and (min-width: 995px) {

	ul#top-menu {
		align-items: stretch;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}

	ul#top-menu li {
		align-items: center;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
}