/*
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.*/



a:hover {
	color: #363636;
}
ul#menu-content-menu li.menu-item a:hover {
	color: #363636 !important;
}
.container {
	width: 99.9%;
}
div#top-header {
	z-index: 9;
}
header#main-header {
	box-shadow: none !important;
	z-index: 8;
}

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

.widget {
	margin-bottom: 30px;
}
.role-administrator .count {
	display: inline-block !important;
}
.count {
	display: none !important;
}
#top-header li.mega-menu.searchIcon .sub-menu {
	position: fixed;
	width: 100vw;
	background: transparent !important;
	padding: 3px !important;
}
#top-header li.mega-menu.searchIcon a:after {
	display: none !important;
}
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;
}
@media screen and (min-width: 981px) {
	#top-header {
		overflow: hidden;
	}
	
	#top-header #et-secondary-menu.closed li:not(.searchIcon):not(.searchMenu)  {
		opacity: 1;
		transition: opacity 1s;
		transition-delay: .7s;
	}
	#top-header #et-secondary-menu.open li:not(.searchIcon):not(.searchMenu) {
		opacity: 0;
		pointer-events:none;
	}
	#top-header #et-secondary-nav li:not(.searchIcon):not(.searchMenu) {
		pointer-events:auto;
	}
	#top-header .searchMenu {
		width: 1px;
		position: absolute;
		top: 2px;
		right: calc(3% + 18px);
		background-color: #363636;
		pointer-events: none;
		transition: width 1s;
	}
	#top-header .searchMenu.form_visible {
		width: 300px;
		pointer-events: auto;
	}
	#top-header .searchMenu >div.et_pb_search {
		border: 0px !important;
		margin-top: 0px;
	}
	#top-header .searchMenu .et_pb_searchform input[type="text"],
	#top-header .searchMenu .et_pb_searchform input[type="text"]::placeholder {
		color: #fff !important;
	}
	#top-header .searchMenu .et_pb_searchform input.et_pb_searchsubmit {
		display: none !important;
	}

	#et-top-navigation {
		padding-top: 0px !important;
		padding-left: 100px !important;
	}
	#et-secondary-menu>ul>li.menu-item>a {
		padding: 10px 6px !important;
	}
	#top-menu-nav #top-menu > li.menu-item {
		padding-bottom: 0px !important;
		vertical-align: middle;
	}
	#top-menu .menu-item-has-children>a:first-child {
		padding-right: 0px !important;
	}
	#top-menu .menu-item-has-children>a:first-child:after {
		position:relative !important;
		margin-left: 10px;
	}
	#top-menu-nav #top-menu > .menu-item > a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#top-menu-nav #top-menu .menu-item:last-child > ul.sub-menu {
		right: 0;
	}
	#top-menu-nav #top-menu li li {
		padding-left: 0px;
		padding-right: 0px;
	}
	#top-menu-nav #top-menu li li > a {
		width: 250px;
	}
	li.searchMenu .et_pb_searchform > div:after {
		display: none !important;
	}	
	.fadeMe {
		transition: all .3s;
	}
	.fadeMe.fadeOut {
		opacity: 0;
	}
	.fadeMe.fadeIn {
		opacity: 1;
	}
	#et-secondary-nav {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#et-secondary-nav li.searchMenu .et_pb_searchform > div:after {
		content: 'U';
		font-family: ETModules;
		font-size: 12px;
		color: #fff;
		position: absolute;
		right: 2px;
		top: 5px;
		pointer-events: none !important;
	}
	#et-secondary-nav li.searchIcon a,
	#et-secondary-menu>ul>li.menu-item.searchIcon>a{
		font-size: .01px !important;
		max-width: 20px;
		min-width: 20px;
		width: 20px;
		max-height: 15px;
		min-height: 15px;
		height: 15px;
		overflow: hidden;
		padding: 0px !important;
	}
	#et-secondary-nav li.searchIcon a:before {
		content: "U";
		display: inline-block;
		color: inherit;
		font-size: 11px;
		font-family: ETmodules;
		color: #fff;
		line-height: 11px;

	}
	#et-secondary-nav li.searchIcon.close_search a:before {
		content: "M";
		font-size: 16px;
		line-height: 11px;
	}
	#et-secondary-nav li.searchIcon.open_search>.sub-menu {
		display:none !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}
	#et-secondary-nav li.searchIcon.close_search>.sub-menu {
		display:block !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	header #top-menu li.current_page_item.yellowMenu {
		background: #edae49;
		color: #fff !important;
	}
	header #top-menu li.current_page_item.yellowMenu > a ,
	header.et-fixed-header #top-menu li.current_page_item.yellowMenu > a,
	header #top-menu li.current-menu-item.yellowMenu>a {
		color: #fff !important;
	}
} /* END RESPONSIVE */

@media screen and (max-width: 980px) {
	li.searchMenu, li.searchIcon  {
		display: none !important;
	}

}

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

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

.et_header_style_left #et-top-navigation nav>ul {
	padding-bottom: 0px;
}
.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;
}

/* ------------------------- */
/* MOBILE Menu ------------- */
/* ------------------------- */

/* HIDE DIVI MOBILE MENU */
#et_mobile_nav_menu {display: none !important;}
/* NEW SLIDE-IN MOBILE MENU */
#slideMenu {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 100001;
  top: 46px;
  left: 0;
  background-color: #ffffff;
  overflow-y: hidden;
  transition: 0.5s;
}
.admin-bar #slideMenu {
	top: 90px;
}

#slideMenu .overlay-content {
  position: relative;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: 22px;

}
#slideMenu a {
	padding: 8px;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.1;
	color: #818181;
	display: block;
	transition: 0.3s;
}

#slideMenu a:hover, #slideMenu a:focus {
  color: #f1f1f1;
}

#slideMenu .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

#slideMenu .mobileLogo {
	margin-bottom: 30px;
}
#slideMenu .menu-primary-menu-container {
	padding-bottom: 15px;
	border-bottom: 1px dashed #848484;
	margin-bottom: 15px;
}
#slideMenu .subscribeMenu.menu-item a{
	background-color: var(--aimgroup-color) !important;
	color: #fff !important;
	border-radius: 3px !important;
	padding-top: .68em !important;
	padding-bottom: .6em !important;
}
#slideMenu .subscribeMenu.menu-item.current-menu-item a {
	color: #fff !important;
}

@media screen and (max-height: 450px) {
  #slideMenu {overflow-y: auto;}
  #slideMenu a {font-size: 20px}
  #slideMenu .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
@media screen and (min-width: 992px) {
	#mobileSearch {
		display: none !important;
	}
	#mobileContact{
		display: none !important;
	}
}
@media screen and (max-width: 992px) {
	#deskContact, #et_top_search {
		display: none !important;
	}
	#mobileContact .mobile_menu_bar {
		width: 50px;
		height: 50px;
		margin: auto;
	}
	#mobileContact .mobile_menu_bar:before {
		font-size: 50px;
		color: #fff !important;
	}
	.container.et_menu_container {
		min-height: 100px;
	}
	header .logo_container {
		text-align:center;
	}
	#mobileContact .nav-icon {
	  margin: auto;
	  width: 40px;
	}

	#mobileContact .nav-icon:after, 
	#mobileContact .nav-icon:before, 
	#mobileContact .nav-icon div {
	  background-color: #fff;
	  border-radius: 3px;
	  content: '';
	  display: block;
	  height: 5px;
	  margin: 7px 0;
	  transition: all .6s ease-in-out;
	}
	.overlyActive #top-header {
		background-color: #fff;
	}
	.overlyActive #mobileContact .nav-icon:before {
	  transform: translateY(12px) rotate(135deg);
	  background-color: #818181;
	}

	.overlyActive #mobileContact .nav-icon:after {
	  transform: translateY(-12px) rotate(-135deg);
	  background-color: #818181;
	}

	.overlyActive #mobileContact .nav-icon div {
	  transform: scale(0);
	}
}

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

.et_pb_gutters4.et_pb_row .et_pb_column .et_pb_widget,  .et_pb_gutters3.et_pb_row .et_pb_column .et_pb_widget {
	margin-bottom: 30px !important;
}

.et_pb_widget_area .widgettitle {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}

.et_pb_widget_area .widget_categories ul li,
.et_pb_widget_area .widget_sub_categories ul li,
.et_pb_widget_area .widget_wpcategorieswidget ul li {
	margin-bottom: 3px;
	margin-left: 0px !important;
}
.et_pb_widget_area .widget_categories ul li > a,
.et_pb_widget_area .widget_sub_categories ul li > a,
.et_pb_widget_area .widget_wpcategorieswidget ul li > a {
	color: #0084c7;
	font-size: 15px;
}
.et_pb_widget_area .widget_categories ul li:hover > a,
.et_pb_widget_area .widget_sub_categories ul li:hover > a,
.et_pb_widget_area .widget_wpcategorieswidget ul li:hover > a{
	color: #595959 !important;
}
.et_pb_widget_area .widget_categories ul li.current-cat > a,
.et_pb_widget_area .widget_sub_categories ul li.current-cat > a,
.et_pb_widget_area .widget_wpcategorieswidget ul li.current-cat > a {
	color: #595959 !important;
	font-weight: bold;
}
.et_pb_widget_area .cat-have-child.open-m-menu ul.children,
.et_pb_widget_area .cat-have-child ul.children {
	display: block !important;
	background: rgba(255,255,255,0) !important;
}
.et_pb_widget_area li.cat-item.cat-have-child:after {
	display: none !important;
}

.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;
}

.et_pb_widget_area {
	
}


/* ------------------------- */
/* 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;*/
}

.logoCarousel img {
  filter: grayscale(100%);
}

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

article p, article p span { 
	line-height: 1.8;
}
.postContent img {
	display: block !important;
	float: none !important;
	margin: 35px auto;
}
.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;
}

/* RecIntel Lock Visibility */

body.mp-378261 article span.clientOnly:after,
body.mp-378261 .et_pb_title_meta_container > .category:last-child:after,
body.mp-399795 article span.clientOnly:after,
body.mp-399795 .et_pb_title_meta_container > .category:last-child:after {
	visibility: hidden;
}
body.mp-378261 article.tag-recintel span.clientOnly:after,
body.mp-378261.tag-recintel .et_pb_title_meta_container > .category:last-child:after,
body.mp-399795 article.tag-recintel span.clientOnly:after,
body.mp-399795 article.tag-recintel.tag-recintel6 span.clientOnly:after,
body.mp-399795.tag-recintel .et_pb_title_meta_container > .category:last-child:after,
body.mp-399795.tag-recintel.tag-recintel6 .et_pb_title_meta_container > .category:last-child:after {
	visibility: visible !important;
}

.articles .sticky .entry-title {
	font-weight: 700 !important;
}

@media (max-width: 767px) {
	.et_pb_post h2, .et_pb_portfolio_item h2, .et_pb_title_container h1 {
		font-size: 26px;
	}	
}

@media (max-width: 479px) {
	.et_pb_post h2, .et_pb_blog_grid h2 {
		padding-bottom: 0;
		font-size: 26px;
	}
}

/* ------------------------- */
/* 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 ------------- */
/* ------------------------- */

.hideQuestion {
	display: none;
}
select, 
.js-cm-form select,
.gform_wrapper select {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 20px 16px 10px !important;
	margin-bottom: 30px;
	border: 0;
	border-radius: 0;
	color: #999;
	background-color: #eee;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
.gform_wrapper .gfield_checkbox li label {
	font-size: 19px !important;
}

p.et_pb_contact_field {
	padding-left: 0px;
}	
.et_pb_contact_field[data-type=select]:after, 
.js-cm-form input[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;
}

.mp-form-row:not(.mepr_password) .mp-form-label {
}


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

/*** FIELD STYLING ***/
input[type=text],
textarea,
.js-cm-form input[type=text],
.js-cm-form input[type=email],
.js-cm-form input[type=tel],
.js-cm-form input[type=password],
.js-cm-form textarea {
 background: #eee;
 border: none;
 border-radius: 0;
 color: #585858 !important;
 padding: 15px !important;
}
.js-cm-form input[type=text],
.js-cm-form input[type=email],
.js-cm-form input[type=tel],
.js-cm-form input[type=password],
.js-cm-form textarea {
	width: 100%;
	margin-bottom: 15px;
	font-size: 19px;
}
.js-cm-form .checkboxLabel {
	margin-left: 6px;
}

/*** 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,
.js-cm-form 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,
.js-cm-form button {
	border-radius: 3px !important;
}
.js-cm-form button {
	width: 100% !important;
	float: none !important;
	margin-top: 25px;
}

/*** 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;
	font-weight: 700;
}

@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;
}

/* ------------------------- */
/* TOOL TIP ---------------- */
/* ------------------------- */

/*
.reports.category {
	position: relative;
	display: inline-block;
}

.reports.category .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #363636;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	top: -5px;
	left: 105%; 
	position: absolute;
	z-index: 1;
}
.reports.category:hover .tooltiptext {
	visibility: visible;
}
.reports.category .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 30%;
	right: 100%; 
	margin-top: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent #363636 transparent transparent;
}*/

/* ------------------------- */
/* 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;
}


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

footer .et_mobile_nav_menu {
	display: none !important;
}
footer .et_pb_menu .et_pb_menu__menu {
	display: block !important;
}
footer .footerColumns .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items:center;
}
footer .et_pb_social_media_follow li a.icon::before, footer .et_pb_social_media_follow li, footer .et_pb_social_media_follow li a.icon {
	width: 60px !important;
}
footer .footerMenu {
	width: 60%;
	padding-bottom: 15px;
}
footer .footerMenu * {
	width: 100%;
}
footer .footerMenu ul li {
	display: block;
}
footer .footerMenu.fM1, footer .footerMenu.fM2 {
	border-bottom: 1px dashed #848484;
	margin-bottom: 15px;
}
footer .footerMenu.fM2, footer .footerMenu.fM3 {
	padding-top: 15px;
}

@media screen and (max-width: 980px) {
	footer .footerColumns .et_pb_column {
		padding-bottom: 45px;
	}
	footer .footerColumns .et_pb_column:last-child {
		padding-bottom: 0px !important;
	}
}

/* ------------------------- */
/* 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;
	}
}

@media (min-width: 981px) {

	#main-header {
		overflow: hidden;
	}
	
/* REPORTS STYLES */
 .columnReport {
    width: 22.75% !important; 
    margin-right: 1.1% !important;
    margin-left: 1.1% !important;
    }
  .et_pb_blurb_container {
    min-height: 72px;
  }
	
ul li.current-cat a {
	font-weight: bold !important;
	color: #595959 !important;
} 

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

.rp4wp-related-posts {
	border-top: 1px solid #949494;
  margin-top: 50px;
  padding-top: 40px;
}
.widget_categories .cat-item-10615 {display: none;}  /* hide insider (people on the move) category */
	
div.asl_s.searchsettings form fieldset legend  {
	padding-left: 10px !important;
}
div.asl_m .probox .prosettings .innericon:before {
	position: absolute;
	content: "Categories";
	width: auto;
	font-size: 13px;
	right: 60px;
	top: -2px;
}
}
@media screen and (max-width: 980px) {
	div.asl_m .probox .prosettings .innericon:before {
		top: 3px;
	}
}
@media screen and (min-width: 981px){
	.et_top_search {display: none !important}
}

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

div.widget.trendingPosts {
	margin-bottom: 50px !important;
}

.gform_button.button{
	 background-color: #ff9900 !important;
}
.gform_button.button:hover {
	   opacity: .6 !important;
}

/* Remove phantom section ----------- */
#et-main-area > .et_pb_section {
	display: none !important;
}
/* Fix Line Height ----------- */
.fixLineHight, .fixLineHight p, .fixLineHight span, .fixLineHight a {
	line-height: 1.3 !important;
}

.rv_button.closed:after {content:"\33";}
.rv_button.opened:after{content:"\32";}

/* ---------------------- */
/* Category Boxes ------- */
/* ---------------------- */

body #page-container ul.newsInsight {
	list-style: none !important;
	margin-left: 0px;
	padding-left: 0px;
}
body #page-container ul.newsInsight li {
	border-left: 2px solid #000;
	margin-left: 0px;
}
body #page-container .homeTrend ul.newsInsight li a {
 	color: #fff !important; 
}
body #page-container ul.newsInsight li a {
 	color: #000 !important; 
	font-size: 14px;
}
body #page-container ul.newsInsight li a:hover {
 	color: #949494 !important; 
}

body #page-container ul.newsInsight.sticky {
	padding-bottom: 0px !important;
}
body #page-container ul.newsInsight.sticky a {
	font-weight: bold;
}
	
@media screen and (max-width: 980px) {
	body #page-container ul.newsInsight li {
		line-height: 1 !important;
		margin-bottom:25px !important;
	}
	.categoryBoxes .et_pb_code_inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	.categoryBoxes .et_pb_code_inner h4 {
		text-align: center;
	}
}
@media screen and (min-width: 981px) {
	body #page-container ul.newsInsight li {
		line-height: 1.3 !important;
		margin-bottom: 18px;
	}
}

/* ------------------------- */
/* Category Colors --------- */
/* ------------------------- */
a.automotive.category.color {
	color: var(--automotive-color) !important;
}
a.marketplaces.category.color {
	color: var(--marketplace-color) !important;
}
a.real-estate.category.color {
	color: var(--real-estate-color) !important;
}
a.recruitment.category.color,
a.hrtech.category.color{
	color: var(--recruitment-color) !important;
}
a.facebook.category.color {
	color: var(--facebook-watch-color) !important;
}
a.insiders.category.color {
	color: var(--insiders-color) !important;
}

@media (min-width: 479px) {	
	.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;
	}
}

/* --------------------- */
/* Custom Form --------- */
/* --------------------- */


body .et_pb_section .gform_wrapper.customForm_wrapper {
    margin: 0;
}

body .et_pb_section .gform_wrapper.customForm_wrapper ul {
    padding: 0 !important;
}
body .et_pb_section .gform_wrapper.customForm_wrapper li.heading h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #edae49;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    padding: 0 6px 0 0;
    position: relative;
}

body .et_pb_section .gform_wrapper.customForm_wrapper li.heading {
    position: relative;
    z-index: 1;
    margin: 0 0 20px;
}

body .et_pb_section .gform_wrapper.customForm_wrapper li.heading:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #edae49;
    left: 0;
    bottom: 12px;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfmc-row-1-col-1-of-2, body .et_pb_section .gform_wrapper.customForm_wrapper .gfmc-row-1-col-2-of-2 {
    width: calc(50% - 20px) !important;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfmc-row-1-col-1-of-2 {
    margin-right: 40px;
}

body .et_pb_section .gform_wrapper.customForm_wrapper li.pad {
    margin-top: 40px !important;
}

body .et_pb_section .gform_wrapper.customForm_wrapper {
    width: 100%;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input[type=radio] {
    display: none;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label {
    margin: 0;
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e7;
    padding: 15px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio>li {
    margin-bottom: 16px;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label h4 {
    font-size: 28px;
    font-weight: 700;
    padding-left: 34px;
    padding-bottom: 30px;
    color: #000;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label p {
    padding: 0;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label .price {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label .info {
	font-weight: 700;
	}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label .info strong {
    color: #000;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    border: 2px solid #e6e6e7;
    border-radius: 50%;
    top: 23px;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label:after {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    background: #ecae48;
    top: 23px;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.3s;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input:checked + label:after {transform: scale(.65);}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input:checked + label {
    background: #363636;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input:checked + label:before {
    border-color: #fff;
    background: #fff;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input:checked + label h4 {
    color: #fff;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input:checked + label .price,
body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input:checked + label .list li {
	color: #fff !important;
}
body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input:checked + label .info strong,
body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li input:checked + label .info {
    color: #fff;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label h4 strong {
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    background: #ecae48;
    line-height: 18px;
    padding: 6px 15px 5px;
    border-radius: 30px;
    margin-top: 6px;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .encription {
    margin-top: 40px;
    text-align: center;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .encription {
    color: #000;
    font-size: 25px;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .encription p {
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}

span#subscribe {
    display: block;
    background: #ecae48;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    padding: 14px;
    border-radius: 6px;
    transition: 0.3s;
    cursor: pointer;
}

body .et_pb_section .gform_wrapper.customForm_wrapper li.gfield_price .gfield_label {
    display: block !important;
}

body .et_pb_section .gform_wrapper.customForm_wrapper li.total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    width: calc(100% - 16px);
    color: #000;
    font-size: 22px;
    border-top: 1px solid #e6e6e7;
    border-bottom: 1px solid #e6e6e7;
    padding-bottom: 22px;
    margin-bottom: 35px;
}

body .et_pb_section .gform_wrapper.customForm_wrapper li.total span.ginput_total {
    color: #000;
    font-weight: 700;
}

body .et_pb_section .gform_wrapper.customForm_wrapper .gform_footer.top_label {
    opacity: 0;
    visibility: hidden;
}
body .et_pb_section .customForm_wrapper ul li.gfield {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

body .et_pb_section .customForm_wrapper input[type=text],
body .et_pb_section .customForm_wrapper input[type=tel],
body .et_pb_section .customForm_wrapper input[type=email],
body .et_pb_section .customForm_wrapper input[type=password],
body .et_pb_section .customForm_wrapper .StripeElement{
    background: transparent;
    border: 1px solid #e6e6e7;
    width: 100%;
    font-size: 16px !important;
	padding: 15px !important;
	margin-top: 0px !important;
	margin-bottom: 12px !important;
}
body .et_pb_section .gform_wrapper.customForm_wrapper li.heading.short:before {
    width: calc(100% - 16px);
}
body .et_pb_section .customForm_wrapper .ginput_container select {
    font-size: 16px !important;
    margin-bottom: 12px !important;
	padding: 15px !important;
}
body:not(.chrome) .et_pb_section .customForm_wrapper .ginput_container select {
	margin-top: 0 !important;
}
body.chrome .et_pb_section .customForm_wrapper .ginput_container select {
	margin-top: 2px !important;
}

@media only screen and (max-width: 767px) { 
	body .et_pb_section .gform_wrapper.customForm_wrapper .gfmc-row-1-col-1-of-2, body .et_pb_section .gform_wrapper.customForm_wrapper .gfmc-row-1-col-2-of-2 {
		width: 100% !important;
		margin-right: 0;
	}

	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label {
		padding: 10px;
	}

	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label h4 {
		padding-bottom: 18px;
		font-size: 22px;
	}

	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label:before {
		top: 12px;
	}

	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label:after {
		top: 12px;
	}

	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label h4 strong {
		font-size: 10px;
		margin-top: 5px;
		padding: 3px 8px;
	}

	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label .price {
		font-size: 16px;
	}

	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label .info {
		font-size: 14px;
		line-height: 20px;
	}
	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label .list {
		margin-top: 20px !important;
		list-style: none !important;
	}
	body .et_pb_section .gform_wrapper.customForm_wrapper .gfield_radio li label .list > li {
		list-style: none !important;
		margin-bottom: 8px !important;
	}
	body .et_pb_section .gform_wrapper.customForm_wrapper .encription p.policy {
		font-size: 14px;
	}
}