/* 
Theme Name: domino child 
Description: domino child
Theme Author: Dan Lalatovic
Template: domino 
Version: 1.0.0 
Text Domain: domino-child 
*/


.training_location {
	word-break: break-all;
}

article .entry-date { display: none!important; }

body {
	color: #333;
}

.no_show {
	display: none!important;
}

/*  Post Fix Webp Thumbnail */

.type-post .post-thumb a img {
	width: 380px;
}

/* End of Post Fix */

/*header start*/

header#header {
	background: url(/wp-content/uploads/header-bg-pattern.png);
}

#header .navbar-brand-wpz {
	margin: 25px 25px 25px 0;
}

#header .custom-logo-link img {
	width: 245px;
}


#header .adv {
	margin-top: 25px
}

#header .main-navbar .navbar-nav a {
	padding: 15px 20px;
}

#navbar-main #menu-main-1 > li:hover {
	background-color: #000;
}

#navbar-main #menu-main-1 > li:hover a {
	color: white;	
}

#navbar-main #menu-main-1 .sub-menu li:hover a {
	color: #7BB538;
	opacity: 1;
}


.mm-menu.mm-theme-dark {
	background-color: black;
	color: white;
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical > .mm-panel{
	background: rgba(255, 255, 255, 0.15);
}

.mm-menu > .mm-panel {
	padding: 20px;
}

.mm-listview > li {
	padding: 0 20px;
}

.mm-menu.mm-theme-dark .mm-listview > li:after {
	border-color: rgba(255, 255, 255, 0.2);
}

.menu-item-has-children .mm-panel.mm-vertical {
	width: calc(100% + 40px);
    margin-left: -20px;
}

.menu-item-has-children .mm-listview > li {
	padding-left: 40px;
	margin-left: -15px
}



#menu-main-1 .menu-item-3062 .sub-menu {
	/*width: 700px;
	columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;*/
    max-height: 60vh;
    overflow-y:scroll;
}


.flickity-prev-next-button {
	z-index: 99;
}




/*header end*/









#site-metrics {
	background: url(/wp-content/uploads/header-bg-pattern.png);
	padding: 28px 0;
	margin-top: 65px;
}

#site-metrics .inner-wrap .column {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: center;

	font-size: 20px;
	font-style: italic;
	color: #6A6A6A;
}


#site-metrics .inner-wrap .column .fa,
#site-metrics .inner-wrap .column span {
	display: inline-block;
	vertical-align: middle;
}

#site-metrics .inner-wrap .column .fa {
	color: #B8B8B8;
	font-size: 30px;
	margin-right: 30px;
}

#site-metrics .inner-wrap .column span {
	line-height: 30px;
}

#site-metrics .inner-wrap .column span b {
	font-weight: normal;
}









/*sidebar start*/

#sidebar .widget.square-position {
	border: unset;
    padding: unset;
}

#sidebar .widget:last-child {
	margin-bottom: 150px;
}


#sidebar .widget.widget_new_issue_widget,
#sidebar .widget#custom_html-8,
#sidebar .widget#custom_html-9,
#sidebar .widget#custom_html-10,
#sidebar .widget.widget_nav_menu,
#sidebar .widget.borderless-widget {
	border: 0 !important;
	padding: 0 !important;
}

#sidebar .training_widget,
#sidebar .subscribe_widget {
	width: 100%;
	display: block;
	text-transform: uppercase;
	color: white;
	font-size: 20px;
	padding: 14px 20px;
	margin-bottom: 20px;
	transition-duration:0.2s!important;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#sidebar .training_widget span,
#sidebar .subscribe_widget span {
	display: inline-block;
	width: calc(100% - 25px);
	font-weight: normal;
}


#sidebar .training_widget.green.purchase span {
	width: calc(100% - 40px);
	font-weight: bold;
	text-align: center;
}

#sidebar .training_widget.red {background-color: #DE4E4E;}
#sidebar .training_widget.black {background-color: black;}
#sidebar .training_widget.green {background-color: #1e8570;}



#sidebar .subscribe_widget {
	text-transform: initial;
	background: black;
	transition-duration:0.2s!important;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#sidebar .subscribe_widget span {
	font-weight: 600;

}

#sidebar .training_widget:hover {
	color: white;
	transition-duration:0.2s!important;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

#sidebar .subscribe_widget:hover,
#sidebar .widget_new_issue_widget .new_issue:hover {
	background-color: #7BB538;
	color: white;
	transition-duration:0.2s!important;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.widget_new_issue_widget {
	text-align: center;
}

.widget_new_issue_widget .title {
	text-align: left;
}

.widget_new_issue_widget .headline {
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-family: "Roboto Slab";
	font-weight: 500;
	color: black;
	width: 100%;
	text-align: center;
	margin-top: 20px
}

.widget_new_issue_widget .description {
	display: block;
	max-width: 250px;
	margin: 0px auto;
	color: black;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}

.widget_new_issue_widget .new_issue {
	display: block;
	width: 180px;
	margin:20px auto;
	text-transform: uppercase;
	color: white;
	background-color: black;
	font-size: 16px;
	line-height: 45px;
	font-weight: 600;
	text-align: center;
	transition-duration:0.2s!important;
	transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}

.widget_new_issue_widget .past_issues {
	font-weight: 600;
	text-decoration: underline;
	font-size: 16px;
}

#sidebar .widget.widget_nav_menu a {
	color: black;
	font-size: 17px;
	font-weight: 600;
}

#sidebar .widget.widget_nav_menu a:hover,
.entry-content a {
	color: #7BB538;
}


#main  .square-position {
	margin-bottom: 40px;
}

.square-position,
.square-position,
.square-position,
.square-position,
.square-position .textwidget,
.square-position .textwidget,
.square-position .textwidget,
.square-position .textwidget  {
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}

.square-position img,
.square-position img,
.square-position img,
.square-position img {
	max-width: unset !important;
	width: 250px !important;
}


#sidebar .tabberlive {
	border: 1px solid #D9D9D9 !important;
}

#sidebar .widget .tabbernav li {
	width: 50%;
}

#sidebar .widget .tabbernav li a {
	width: 100%;
	font-family: "Roboto Slab";
	font-size: 20px;
	text-align: center;
	padding: 20px;
}


#sidebar .tabberlive .feature-posts-list .post-thumb,
#sidebar .tabberlive .feature-posts-list h3 {
	display: inline-block;
	vertical-align: top;
}

#sidebar .tabberlive .feature-posts-list h3 {
	width: calc(100% - 110px);
}

.widget .feature-posts-list li a,
.popular-news li a {
	font-family: "Roboto Slab";
	font-size: 17px;
	line-height: 24px;
}

.widget .feature-posts-list li a:hover,
.popular-news li a:hover {
	text-decoration: underline;
}

#sidebar .zoom-social-icons-list--with-canvas .socicon, 
#sidebar .zoom-social-icons-list--with-canvas .dashicons, 
#sidebar .zoom-social-icons-list--with-canvas .genericon, 
#sidebar .zoom-social-icons-list--with-canvas .academicons, 
#sidebar .zoom-social-icons-list--with-canvas .fa {
	background-color: unset !important;
	color: black;
}

#sidebar .widget-4 .textwidget {
	text-align: center;
}

#sidebar .widget-4 .textwidget a {
	display: block;
}

img.sidebar-website {
	max-height: 60px;
	margin-bottom: 40px;
	max-width: 165px !important;
}


.widget.upcoming-trainings-widget h3.title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #141114;
}

.widget.upcoming-trainings-widget .upcoming_single {
	margin-bottom: 20px;
}

.widget.upcoming-trainings-widget .upcoming_single a {
	font-family: "Roboto slab";
	font-weight: bold;
	font-size: 17px;
}

.widget.upcoming-trainings-widget .upcoming_single i {
	color: #7BB538;
}





/*sidebar end*/




/*single post start*/

.entry-content p {
	line-height: 30px;
	color: #333333;
}

/*single post end*/

.related_posts .post-grid span.date {
	display: none;
}

.related_posts h3 {
	border-top: 0;
	font-size: 16px;
	font-family: "Roboto slab";
	font-weight: 400;
}

.related_posts ul li a {
	font-family: "Roboto slab";
	font-size: 17px;
}

.related_posts ul li a:hover {
	text-decoration: underline;
}

.single div.sharedaddy h3.sd-title {
	font-family: "Roboto slab";
	font-size: 30px;
	border-top: 0;
}

.tags li {
	margin-bottom: 10px;
}

.tags a,
.tags a:after {
	background: black;
}

.tags a {
	font-family: "Roboto slab";
	font-size: 15px;
	font-weight: 600;
}

.single .post_author {
	background: black;
	color: white;
	border-radius: 5px;
	padding: 30px 40px;
}

.single .post_author a:hover {
	color: #7BB538;
}


.single .post_author .author-title,
.single .post_author .author-bio {
	font-family: "Roboto slab";
	font-size: 15px;
	color: white;
	font-size: 15px;
}



#related {
	margin-top: 60px;
}

#related h3 {
	font-family: "Roboto slab";
	font-size: 30px;
}

#related h5 {
	margin-bottom: 5px;
	margin-top: 15px;
}

#related h5 a {
	font-family: "Roboto slab";
	font-size: 17px;
	line-height: 24px;
	color: black;

}

#related h5 a:hover {
	color: #7BB538;
	text-decoration: underline;
}

#related .related-column {
	display: inline-block;
	vertical-align: top;
	width: calc( 96% / 3 );
}

.related-column:nth-of-type(2) {
	margin: 0 1%;
}

.post-area {
	border: none;
}

.post-inner {
	padding-bottom: 70px;
	border-bottom: 1px solid #eee;
}


/*footer start*/
footer {
	color: white !important;
}

footer .footer-widgets {
	padding-top: 60px;
}

.footer-widgets.widget-columns-4 .inner-wrap .column:nth-child(1),
.column-custom-footer div:not(.widget_text){
	width: 28%;
}

.footer-widgets.widget-columns-4 .column {
	width: 18%;
	margin-right: 5%;
}

.column-custom-footer div:not(.widget_text) {
	margin-right: 5%;
}

.column-custom-footer .textwidget.custom-html-widget {
	width: 100%;
	margin-right: 0;
}

.column-custom-footer .widget_text.widget {
	width: 67%;
	margin-right: 0;
}

.column-custom-footer .widget {
	display: inline-block;
	vertical-align: top;
}

img.footer-website {
	height: 40px;
	margin-right: 25px;
}



footer#colophon {
	padding-bottom: 110px;
}

footer img.logo-white {
	width: 170px;
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
}



footer .footer-widgets {
	border-bottom: none;
}

footer#colophon .widget h3.title {
	color: white;
	font-size: 15px;
	text-transform: uppercase;
}

footer .column-custom-footer .zoom-social_icons-list-span {
	font-size: 30px !important
}


footer #custom_html-2 p {
	font-size: 15px;
	line-height: 28px;
}


footer .menu li a {
	color: white;
	font-size: 15px;
	line-height: 30px;
}






footer .site-info {
	background-color: black;
	text-align: unset;
	padding: 0
}

footer p.copyright {
	color: white;
	text-align: left;
	width: 49%;
	display: inline-block;
	margin: 0;
}


footer .site-info .inner-wrap .widget {	
	width: 50%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

footer .site-info .inner-wrap .widget ul {
    margin: 0;	
}

footer #menu-copyright-menu {
	list-style: none;
    text-align: right;
}
footer #menu-copyright-menu li {
	display: inline-block;
	margin-left: 30px;

}

footer #menu-copyright-menu li a {
    color: white;
    font-weight: normal;    
    font-size: 13px;
    line-height: 100%;

}

footer .site-info .inner-wrap {
	border-top: 1px solid #535353;
	text-align: unset;
	padding: 20px 0;
	width: calc(100% - 40px);
}

/*footer end*/

.article_b {
	font-size: 0;
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    clear: both;
}

.article_b a {
	margin-bottom: 20px;
}

.sponsored_label {
	display: block;
	background-color: #9E9E9E;
	font-size: 13px;
	font-weight: 600;
	color: white;
	padding: 1px 15px;
	width: fit-content;
	width: -moz-fit-content;
	margin-bottom: 5px;
}


/*fixed banner start*/


#fixed-banner {
	/*display: none;*/
	background-color: white;
	width: 100%;
	position: fixed;
	bottom: 0;
	box-shadow: 0 -3px 6px rgba(0,0,0,0.16);
	z-index: 9999999;
	padding: 10px 0 0;
	bottom: -102px;
	transition: 0.5s;
}

#fixed-banner.show-banner {
	/*display: block;*/
	transition: 0.5s;
    bottom: 0;
    -webkit-animation: slide 0.5s forwards;
    /*-webkit-animation-delay: 2s;*/
    animation: slide 0.5s forwards;
    /*animation-delay: 2s;*/
} 

/*@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}*/


#fixed-banner img {
	display: block;
	margin: 0px auto;
}

.mm-opened #fixed-banner,
.mm-opened #fixed-banner img {
	display: none;
}


/*fixed banner end*/


/*typography start*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.archive-title {
	font-family: "Roboto Slab";
}

.single #post-24053 .entry-header {
	border-bottom: 4px solid #eee;
}

.archive-title {
	font-size: 50px;
	    border-bottom: 4px solid #eee;
}

.entry-content h4 {
	font-size: 20px;
}


.section-title,
.widget.wpzoom-featured-cat h3.title {
	font-family: "Open Sans";
	font-size: 15px;
	font-weight: 600;
}

body .featured-grid .post h3.entry-title,
.wpzoom-featured-cat .featured-grid-4.featured-style-style_text > div:first-child h3.entry-title,
.recent-posts .entry-title {
	font-family: "Roboto Slab";
	font-weight: bold;
	color: black;
    font-size: 30px;
    line-height: 39px;
}

.recent-posts .entry-title a {
	font-weight: bold !important;
}

.feat-cat_small_list li h3.entry-title,
.featured_category_2col .feat-cat_small_list h3.entry-title,
.wpzoom-featured-cat .featured-grid-4.featured-style-style_text > div h3.entry-title,
.slider_widgets .wpzoom-featured-cat .featured-grid-2 > div h3.entry-title {
	font-family: "Roboto Slab";
	font-weight: bold;
	color: black;
    font-size: 20px;
    line-height: 26px;
}

.slider_widgets .wpzoom-featured-cat .featured-grid-2 > div h3.entry-title {
	color: white;
}
/*typography end*/


/*home articles display start*/
.home .featured_area {
	background-color: unset;
	border-bottom: 0;
}

.wpzoom-featured-cat p {
	font-size: 15px;
	line-height: 26px;
}

.featured-style-style_text {
	border-bottom: 0;
	padding-bottom: 0;
}

.feat-cat_small_list .post-thumb,
.featured-grid-4.featured-style-style_text .right_col_posts .entry-meta{
	display: none;
}


#recent-posts .entry-author,
#recent-posts .comments-link,
.recent-posts .cat-links a:after,
.readmore_button a:after, 
.woocommerce #respond input#submit:after, 
.woocommerce a.button:after, 
.woocommerce button.button:not(.alt):after, 
.woocommerce input.button:after {
	display: none;
}



.recent-posts .post, .recent-posts .type-page {
	border-bottom: 0;
	margin-bottom: 30px;
}

.recent-posts .cat-links a {
	border-color: black;
	color: black;
	opacity: 1;
	border-radius: 0;
	white-space: nowrap;
}

.recent-posts .entry-content p {
	font-size: 15px;
	line-height: 30px;
}

span.entry-date {
	display: inline-block;
}

/*home articles display end*/





/*buttons*/
.readmore_button a, 
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button:not(.alt), 
.woocommerce input.button {
	background-color: black;
	color: white;
	border: 0;
	border-radius: 0;
	margin: 0;
	padding: 7px 30px;
}

/*hover colors*/
/*footer .menu li a:hover,*/
.entry-title a:hover {
	border-bottom: 1px solid #7BB538;
	transition-duration: 0.2s!important;
}


.readmore_button a:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:not(.alt):hover, 
.woocommerce input.button:hover {
	background-color: #7BB538;
	color: white !important
}

.recent-posts .cat-links a:hover {
	border-color: #7BB538;
	color: #7BB538;
}


footer .menu li a:hover,
#menu-copyright-menu li a:hover {
	color: #7BB538;	
}

.column-custom-footer .zoom-social_icons-list__item:hover .dashicons-facebook,
#sidebar .widget .zoom-social_icons-list__item:hover .genericon-facebook {
	color: #3b5998;
}

.column-custom-footer .zoom-social_icons-list__item:hover .socicon-instagram,
#sidebar .widget .zoom-social_icons-list__item:hover .socicon-instagram {
	color: #C13584;
}

.column-custom-footer .zoom-social_icons-list__item:hover .genericon-linkedin-alt,
#sidebar .widget .zoom-social_icons-list__item:hover .genericon-linkedin-alt {
	color: #0077b5;
}

.column-custom-footer .zoom-social_icons-list__item:hover .genericon-pinterest-alt,
#sidebar .widget .zoom-social_icons-list__item:hover .genericon-pinterest-alt {
	color: #c8232c;
}

.column-custom-footer .zoom-social_icons-list__item:hover .socicon-twitter,
#sidebar .widget .zoom-social_icons-list__item:hover .socicon-twitter {
	color: #1DA1F2;
}

.column-custom-footer .zoom-social_icons-list__item:hover .socicon-youtube,
#sidebar .widget .zoom-social_icons-list__item:hover .socicon-youtube {
	color: #c4302b;
}





/*media queries*/
@media screen and (max-width: 1199px) {
	/*header start*/

	#header .navbar-header {
		width: 40px;
	    height: 40px;
	    background: black;
	    border-radius: 50%;
	    margin-bottom: 15px;
	}

	#header .navbar-toggle .icon-bar {
		height: 3px;
		width: 22px;
	}

	#header .navbar-toggle .icon-bar + .icon-bar {
		margin-top: 4px;
	}

	#header .sb-search {
		margin: unset;
	}
	#header .navbar-toggle {
		width: 40px;
	    float: none;
	    margin: 0;
	    height: 40px;
	    padding-top: 11px;
	    padding-left: 9px;
	}

	/*header end*/
}



@media screen and (max-width: 1030px) {

	/*header start*/

	#header .navbar-brand-wpz {
		margin: 20px 0 20px 0;
	}

	/*header end*/


	#site-metrics .inner-wrap .column {
		width: 32%;
	}
	#site-metrics .inner-wrap .column .fa, 
	#site-metrics .inner-wrap .column span {
		display: block;
	}

	#site-metrics .inner-wrap .column .fa {
		margin-right: 0;
		margin-bottom: 15px;
	}

	#site-metrics .inner-wrap .column span {
		font-size: 14px;
		line-height: 140%;
	}

	#site-metrics .inner-wrap .column span b {
		font-weight: bold;
		display: block;
		font-size: 16px;
	}


	.theiaStickySidebar {
		margin: 0px auto;
	}



	/*footer start*/
	footer .site-info .inner-wrap {
		display:flex;
    	flex-direction: column;
	}


	footer p.copyright,
	footer #menu-copyright-menu,
	footer .site-info .inner-wrap .widget {
		width: 100%;
		text-align: center;
	}

	footer #menu-copyright-menu {
		order: 1;
		margin-bottom: 20px;
	}
	footer p.copyright {order: 2;}




	/*footer end*/

}


@media screen and (max-width: 768px) {

	/*header start*/

	#header .custom-logo-link img {
		width: 180px;
	}
	#header .navbar-brand-wpz, 
	#header .navbar-brand-wpz.left-align {
		text-align: left;
	}

	#header .navbar-brand-wpz {
		margin: 20px 0 15px 0;
	}

	#header .navbar-brand-wpz .tagline {
		font-size: 12px;
	}

	#header .adv {
		margin-top: 0;
	}

	/*header end*/
	



	/*footer start*/
	#colophon {
		overflow: hidden;
	}

	#colophon .footer-widgets.widget-columns-4 .inner-wrap .column:nth-child(2),
	#colophon .footer-widgets.widget-columns-4 .inner-wrap .column:nth-child(3) {
		width: 44% !important;
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	#colophon .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
		margin-left: 0;
		margin-right: 5%;
	}

	footer .column-custom-footer .widget,
	.column-custom-footer .widget_text.widget {
		width: 100%;
		margin-right: 0;
	}

	a.footer-website {
		display: block;
	    display: block;
	    margin-bottom: 30px;
	}

	img.footer-website {
	    margin-right: 0;
	}	

	footer #menu-copyright-menu {
		display: flex;
	    justify-content: space-between;		
	}

	footer #menu-copyright-menu li {
		margin-left: 0;		
	}

	footer #menu-copyright-menu li a {
		font-size: 13px;
	}

	footer .site-info .inner-wrap .widget {
		float: none;
	}
	/*footer end*/
}





@media screen and (max-width: 640px) {
	#slider .slides li h3 a {
		font-size: 18px;
		line-height: 24px;
		filter: drop-shadow(2px 4px 10px black);
	}

	body .featured-grid .post h3.entry-title, 
	.wpzoom-featured-cat .featured-grid-4.featured-style-style_text > div:first-child h3.entry-title, 
	.recent-posts .entry-title {
		font-size: 20px;
		line-height: 26px;
	}





	.related-column:nth-of-type(2) {
		margin: 0 0 0 2%;
	}

	#related .related-column {
		width: calc( 96% / 2 );
		margin-bottom: 30px;
	}

}




/*imported content fix start*/

hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

figure {
    display: table;
}
figure img {
    display: block;
    max-width: 100%;
    height:auto !important;
}
figcaption,
.entry-content .wp-caption-text, 
.gallery-caption {
    display: table-caption;
    caption-side: bottom;
    padding: 0 .5em .5em;
    margin-top: .75em;
    font-family: "Open sans";
    font-size: 15px;
    line-height: 24px;
    color: #8B8B8B;
    font-style: italic;
    text-align: center;
}
.entry-content .wp-caption-text, 
.gallery-caption {
	display: block;
}
.image-left,
figure.alignleft,
img.alignleft {
    float: left;
    padding: 0;
    margin: 0 1em .75em 0
}
.image-right,
figure.alignright,
img.alignright {
    float: right;
    padding: 0;
    margin: 0 0 .75em 1em
}
.image-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center
}
.image-center figure,
.image-center img {
    margin-left: auto;
    margin-right: auto
}

.entry-content ul:not(.wp-block-gallery), 
.entry-content ol {
	margin-left: 18px;
}

.entry-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
}

.entry-content table {
	width: unset;
}


#post-28194 table#standard:nth-of-type(1) tr {
	border-bottom: 1px solid #5f901a;
}

#post-28194 table#standard:nth-of-type(1) tr td:nth-child(1) {
	color: white;
}


#post-28194 table#standard tr td:nth-child(3) select {
	height: 43px;
	border: none;
}

.alert-info,
.alert-warning {
	margin-bottom: 30px;
}

.alert-info {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 20px;
}

.alert-warning {
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;    
    padding: 20px;
}

@media(max-width: 640px) {
	.image-left,
	figure.alignleft,
	img.alignleft,
	.image-right,
	figure.alignright,
	img.alignright {
		float: none;
	    padding: 0;
	    margin: 20px auto;
	}
}

/*imported content fix end*/






/*digital and past issues start*/
#post-24053 .related_posts,
#post-28194 .related_posts,
#post-24053 .entry-meta,
.single-post .category-about .related_posts,
.single-post .category-about .entry-meta,
.single-post .category-about .sd-sharing-enabled,
.single-post .category-about .entry-footer,
.single-post .category-subscribe .related_posts,
.single-post .category-subscribe .entry-meta,
.single-post .category-subscribe .sd-sharing-enabled,
.single-post .category-subscribe .entry-footer {
	display: none;
}


.digital_issues,
.past_issues {
	margin-bottom: 30px;
}




.digital_left,
.digital_right {
	display: inline-block;
	vertical-align: middle;
}

/*.digital_left{
	width: 30%;
}*/

.digital_right {
	padding: 20px 0 10px;
	width: 100%;
	text-align: center;
}

.digital_right a,
.past_right h3 {
	color: #7BB538;
	font-size: 18px;
	text-align: center;
}




#recent-posts .past_issues,
.entry-content .digital_issues {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

#recent-posts .past_issues:not(:nth-child(3n)),
.entry-content .digital_issues:not(:nth-child(3n)) {
	margin-right: 5%;
}

#recent-posts .past_issues img {
	width: 100%;
}

.past_right {
	padding: 20px 0 10px;
}





@media screen and (max-width: 640px) {
	.digital_right h3,
	.past_right h3 {
		font-size: 16px;
	}

	.past_right h3 {
		line-height: 20px;
	}

	#recent-posts  .past_issues,
	.entry-content .digital_issues {
		width: 48%;
	}

	#recent-posts  .past_issues:not(:nth-child(3n)),
	.entry-content .digital_issues:not(:nth-child(3n)) {
		margin-right: unset;
	}

	#recent-posts  .past_issues:not(:nth-child(2n)),
	.entry-content .digital_issues:not(:nth-child(2n)) {
		margin-right: 4%;
	}
}
/*digital and past issues end*/



/*contact forms start*/
.gform_wrapper input[type=submit] {
	font-family: "Roboto slab";
	font-size: 20px !important;
	font-weight: 500;
	padding-left: 25px;
	padding-right: 25px;
}

.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label {
	font-weight: 600 !important;
	margin-bottom: 0;
}

#gform_confirmation_message_1 a {
	background-color: #7BB538;
	width: 100%;
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    padding: 14px 20px;
    margin-bottom: 20px;
    transition-duration: 0.2s!important;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    text-align: center;
}

.gform_wrapper ul.gform_fields li.gfield select {
	padding: 6px 4px;
	border: 1px solid #e2e2e2;
}


ul.gfield_checkbox {
  padding: 0px;
}

.gfield_checkbox li {
  list-style: none;
  display: block;
  padding: 5px;
}

.gfield_checkbox li {
  position: relative;
  padding-left: 40px;
}
.gfield_checkbox li label:after {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 3px;
  z-index: 0;
  border-radius: 1.5px;
  border: 1.5px solid #333333;
}

.gform_wrapper ul.gfield_checkbox li label, 
.gform_wrapper ul.gfield_radio li label {
	font-size: 15px;
	line-height: 24px;
	padding-left: 20px;
}



.gfield_checkbox li label:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 15px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  left: 9px;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.gfield_checkbox input[type="checkbox"] {
  opacity: 0;
  outline: none;
  z-index: 100;
  width: 27px;
  height: 27px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
.gfield_checkbox input[type="checkbox"] + label {
  cursor: pointer;
}
.gfield_checkbox input[type="checkbox"]:checked + label:before,
.gfield_checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
  background-color: black;
}

.gfield_checkbox input[type="checkbox"]:checked + label:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: white;
	font-size: 11px;
    line-height: 11px;
}	

.gchoice_select_all, 
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, 
.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: normal !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper li.hidden_label input {
	margin-top: unset !important;
}

/*
input[type=radio] {
  display: none;
}

input[type=radio] label {
  position: relative;
  cursor: pointer;
}

input[type=radio] + label:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px 8px 0 8px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #888;
}

input[type=radio]:checked + label {
  position: relative;
}
input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 4px;
  width: 22px;
  height: 22px;
  border: 1px solid blue;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
input[type=radio]:checked + label:before {
  background-color: blue;
}

*/



.gfield_radio li {
  position: relative;
}

body .gform_wrapper .gfield_radio li label {
  margin: 2px 0 0 21px;
}


body .gform_wrapper ul li.gfield.optional .gfield_radio label::after {
  content: "";
  opacity: 1;
}

body .gform_wrapper .gfield_radio li input[type="radio"] {
  display: none;
}

ul.gfield_radio li[class^="gchoice"] label:before,
ul.gfield_radio li[class^="gchoice"] label:after {
  bottom: 0;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
}

ul.gfield_radio li[class^="gchoice"] label:after {
  content: "";
  background-color: #fff;
  border: solid 1px #3c3c3c;
  border-radius: 50%;
  display: inline-block;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  transition: left .25s, background-color .13s;
  width: 14px;
}



ul.gfield_radio li[class^="gchoice"]:checked label:after {
	background-color: black;
}

ul.gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  background: #000;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-weight: 700;
  left: 0px; /*.75px*/  text-align: center;
  top: 0px;
  z-index: 9;
}

#field_4_12 {
	margin-top: -20px !important;
}





#gform_wrapper_5 {
	max-width: 880px;
	background-color: #F6F6F6;
	margin: 0px auto;
	padding: 70px 20px 60px;
	position: relative;
}

#gform_5 {
	max-width: 520px;
	margin: 0px auto;
}


.form-back {
	position: absolute;
	top: 10px;
	left: 25px;
}

.form-back a {
	font-size: 15px;
	color: #7BB538 !important;	
}

.form-back a:hover {
	font-weight: normal !important;
}


.gf_readonly input {
	cursor: not-allowed;
	background-color: #EEEEEE;
}


@media only screen and (min-width: 641px) {
	#gform_wrapper_5.gform_wrapper .top_label input.medium, 
	#gform_wrapper_5.gform_wrapper .top_label select.medium {
    width: 100%;
	}

	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		width: calc(100% - 16px)!important;
	}
}




/*contact forms end*/










/*product guide styling start*/
/*company page start*/

/*.product_guide_pages .entry-info,*/
.product_guide_pages .entry-title {
	border-bottom: 2px solid #E2E2E2;
}

.type-page h1.entry-title,
.product_guide_pages h1.entry-title{
	font-family: "Roboto Slab";
	font-weight: 600;
	font-size: 40px;
	padding-bottom: 15px;
}

.type-page h1.entry-title {
	border-bottom: 2px solid #E2E2E2;
}

.left_half,
.right_half {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.company_info .left_half {
    display: flex;
    align-items: center;
}

.company_info,
.company_additional_links,
.company_description,
.company_product_list {
	margin-bottom: 30px;
}


.company_page .company_logo {
	width: 162px;
	height: 162px;
	border: 1px solid #F1EFEF;
	display: inline-block;
	margin-right: 30px;
	vertical-align: top;
	position: relative;
}

.company_page .company_logo img {
	width: 100%;
	max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px;
}


.company_page .company_basic {
	display: inline-block;
	vertical-align: top;
	width: 500px;
}

.company_page .company_basic .company_link  {
	margin-bottom: 20px;
}

.company_page h3,
.product_guide h3,
.event_page h3,
.event_info h4 {
	font-family: "Roboto Slab";
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

.company_page .company_basic .company_link a {
	font-family: "Open sans";
    color: black;
    font-size: 16px;
    font-weight: 600;
    transition-duration: 0.2s;
}

.company_page .company_basic .company_link a:hover {
	color: #7bb538;
}

.company_page .company_basic .company_link a i {
	transform: rotate(-45deg);
}

.company_page h3,
.product_guide h3 {
	margin-bottom: 25px;
}

.product_guide h3 {
	font-size: 24px;
	font-weight: 600;
}

.event-block,
.pg-content-block,
#product_guide_filters,
#training_guide_filters {
	margin-bottom: 40px;
}

a.all_categories {
	font-family: "Roboto slab";
	font-size: 17px;
	text-decoration: underline;
	font-weight: 600;
	display: table;
	margin-top: 20px;
}

.event_page h3,
.event_info h4 {
	font-weight: 600;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

/*.event_page h3 {
	margin-bottom: 0;
}*/

.event_info .column {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	font-size: 16px;
	font-weight: 600;
	font-family: "Open sans";
}

.event_info .column div {
	margin-bottom: 20px;
}

.event_info .column:nth-child(1) {
	margin-right: 9%;
}

.event_info .column h4 {
	margin-bottom: 15px;
}
.event_info .column span:not(.event_date_range) {
	font-family: "Roboto Slab";
	color: #8B8B8B;
	font-size: 14px;
	display: block;
	font-weight: normal;
}

.event_info .column span:not(.event_date_range):before {	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 15px;
	color: #7BB538;
	margin-right: 10px;
}

.event_info .column span.event_date_range:before {
	display: none;
}

.event_info .column .date span:before { content: '\f073'; }
.event_info .column .location span:before { content: '\f3c5'; margin-right: 13px; }
.event_info .column .location.web span:before {content: '\f0ac'!important;}
.event_info .column .phone span:before { content: '\f095'; }
.event_info .column .email span:before { content: '\f1fa'; }


.event_info .column a {
	text-decoration: underline;
}


.product_guide #product_guide_filters,
.product_guide #training_guide_filters {
	background-color: #F1EFEF;
	padding: 25px;
	position: relative;
}

/*#product_guide_filters .form_search_row {
	margin-bottom: 50px;
}
*/
#product_guide_filters .input_wrapper,
#training_guide_filters .input_wrapper {
	width: calc(100% - 155px);
    display: inline-block;
}

#product_guide_filters .filter_toggle,
#training_guide_filters .filter_toggle {
	width: 150px;
	display: inline-block;
	font-family: "Roboto slab";
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
}

#product_guide_filters .filter_toggle span,
#training_guide_filters .filter_toggle span  {
	margin: 0 10px 0 5px;
	width: 103px;
	display: inline-table;
}

#product_guide_filters .search_field,
#training_guide_filters .search_field {
	width: calc(100% - 155px);
	max-width: 550px;
	display: inline-block;
	height: 45px;
	line-height: 45px;
	border-radius: 23px 0 0 23px;
	border: none;
}

#product_guide_filters .search_icon,
#training_guide_filters .search_icon {
	background-color: white;
	width: 45px;
	height: 45px;
	border-radius: 0 23px 23px 0;
	display: inline-block;
	vertical-align: top;
	color: black;
	margin-left: -5px;
	padding: 8px 12px;
}







input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


#product_guide_filters h4,
#training_guide_filters h4 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
}

#product_guide_filters .type_of_project_row,
#training_guide_filters .type_of_project_row,
.date-location-row {
	margin-bottom: 40px;
}


.show_all_categories,
.clear_filters {
	font-family:"Roboto slab";
	font-size: 14px;
	text-decoration: underline;
}

.show_all_categories {
	margin-top: 20px;
	display: table;
	margin-bottom: 30px;
	cursor: pointer;
}

.filters_fixed {	
	position: absolute;
    bottom: 20px;
}

#product_guide_filters .collapsable .categories_row {
	height: 188px;
	overflow: hidden;
	margin-bottom: 100px;
}

#training_guide_filters .collapsable .categories_row {
	margin-bottom: 100px;
}

#product_guide_filters .collapsable .categories_row.expand_categories {
	height: auto;
}

.additional .form_done {
	display: inline-block;
	background-color: #141114;
	color: white;
	font-family:"Roboto slab";
	font-weight: 600;
	font-size: 20px;
	padding: 5px 26px;
}

.additional .form_done:hover {
	background-color: #7BB538;
	cursor: pointer;
}

.additional .clear_filters {
	margin-left: 20px;
	cursor: pointer;
}

.collapsable {
	display: none;
	margin-top: 0;
	height: 0;
}

.collapsable.filters-active {
	display: block;
	margin-top: 50px;
	height: auto;
}

.filter_toggle:not(.filters-active) .fa-chevron-down {
	transition: 0.3s;
	transform: rotate(0);
}

.filter_toggle.filters-active .fa-chevron-down {
	transform: rotate(-180deg);
	transition: 0.3s;
}



#training_guide_filters ul {
	list-style: none !important;
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}




.date-location-row .half-row {
	width: 47%;
	display: inline-block;
	vertical-align: top;
}

.date-location-row .half-row:nth-child(1) {
	margin-right: 5%;
}

.date_box {
	width: 140px;
	height: 50px;
	display: inline-block;
	background-color: white;
	border: 1px solid #e2e2e2;
}

.date_box:nth-of-type(1) {
	margin-right: 20px;
	margin-bottom: 20px;
}

.date_box label {
	background-color: white;
	font-size: 13px;
	color: #8B8B8B;
	padding-left: 10px;
	margin-bottom: 0;
	font-weight: 600;
}

.date_box input,
.date_box button {
	display: inline-block;
	border: none;
}

.date_box input {
	width: calc(100% - 25px);
	font-size: 13px;
	padding: 0 10px;
}

button.ui-datepicker-trigger {
	padding: 0 5px;
	font-size: 15px;
	background: white;
    color: black;
}

#states {
	width: 100%;
	max-width: 290px;
	font-size: 13px;
	padding: 11px;
}












.company_page .company_basic .company_green i {
	font-size: 17px;
    color: #91BD5E;
}

.company_product_list ul li i,
.all_categories li i {
	font-size: 14px;
	color: #91BD5E;
}


.company_page .left_half table {
	margin-bottom: 0;
}

.company_page .left_half tr {
	border: none;
}

.company_page .left_half td {
	padding: 0 0 7px 0;
}

.company_page .left_half tr td:nth-child(1) {
	width: 70px;
	font-family: "Roboto Slab";
	color: #8B8B8B;
	font-size: 14px;
	margin-bottom: 8px;
}


.company_page .company_logo,
.company_page .company_green,
.company_page .left_half .phone_row,
.company_page .left_half .address_row,
.company_page .left_half .social_row,
.company_page .left_half .social_row .company_social,
.company_page .left_half .social_row .social_link.facebook,
.company_page .left_half .social_row .social_link.twitter,
.company_page .left_half .social_row .social_link.pinterest,
.company_page .left_half .social_row .social_link.youtube,
.company_page .company_description,
.company_page .company_additional_links .buy_online,
.company_page .company_additional_links .buy_cd_store,
.company_page .company_additional_links .email,
.company_page .company_product_list,
.company_page .company_additional_links .related,
.company_page .company_additional_links .training,
.event_page .company_events {
	display: none;
}

.company_phone,
.company_address,
.company_email {
	font-family: "Open sans";
	color: black;
	font-size: 16px;
	font-weight: 600;
}


.company_phone i,
.company_address i,
.company_social i {
	color: black;
	font-size: 18px;
	font-weight: 600;
}

.company_social .social_link {
	margin-right: 10px;
}


.company_additional_links a {
	display: inline-block;
}

.company_additional_links a {
	margin-right: 25px;
}

.company_additional_links .buy_online {
	font-family: "Roboto Slab";
	font-weight: 600;
	text-transform: uppercase;
	color: white;
	background: black;
	padding: 20px 30px 20px 20px;
}

.company_additional_links .buy_online i,
.company_additional_links .buy_cd_store i {
	margin-right: 15px;
}

.company_additional_links .buy_cd_store {
	background: transparent;
	color: black;
	border: 1px solid;
	font-family: "Roboto Slab";
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 30px 20px 20px;
}



.company_additional_links .regular {
	font-family: "Roboto Slab";
	font-size: 14px;
	margin-bottom: 10px;
}

.company_additional_links .regular i {
	margin-right: 5px;
}




.company_description p {
	line-height: 30px;
	color: black
}


.company_product_list ul,
.product_guide ul,
.product_guide_pages .entry-content .all_categories {
	list-style: none !important;
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}

.topics_covered {
	list-style: none !important;
}

ul.all_categories {margin-left: 0 !important}

.product_guide_pages .entry-content ul li {
	list-style-type: none;
    list-style-position: unset;
    margin-bottom: 0;
}

.entry-content ul li a {
	color: #333333;
	font-weight: normal;
}

.entry-content ul li a:hover {
	color: #7BB538;
	/*font-weight: bold;*/
	text-decoration: underline;
}

.company_product_list ul .green_product:after {
	font-family: "Font Awesome 5 Free";
	content: '\f06c';
	font-weight: 900;
	color: #91BD5E;
	margin-left: 5px;
}




/* company listing*/
.company_listing {
	margin-top: 40px;
}
.company_listing tr {
	border-top: 1px solid #D9D9D9;
}

.company_listing tr:last-child {
	border-bottom: 1px solid #D9D9D9;
}

.company_listing td {	
	padding: 25px 0;
}


.company_listing .single_company {
	border-top: 1px solid #D9D9D9;
	padding: 25px 0;
}

.single_company a {
	color: #212425;
}

.single_company a:hover {
	color: #7BB538;
}

.company_listing .logo_listing,
.company_listing .info_listing,
.company_listing .more_listing {
	display: inline-block;
	vertical-align: middle;
}

.company_listing .info_listing {
	width: calc(100% - 250px);
}


.company_listing .logo_listing {
	width: 120px;
}

.company_listing .more_listing {
	width: 110px;
	text-align: center;
}

.company_listing .logo_listing span {
	display: block;
	border: 0px solid #E2E2E2;
	width: 100px;
	height: 100px;
	position: relative;
}

.company_listing .logo_listing img,
.event_company .company_logo img  {
	max-height: 100%;  
    max-width: 100%; 
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

.company_listing  .info_listing,
.company_listing .more_listing {
	font-family: "Roboto Slab";
	font-weight: 500;
	font-size: 16px;
	color: #626262;
}

.company_listing  .info_listing span {	
	font-weight: 600;
	font-size: 20px;
	display: block;
	color: #141114;
	margin-bottom: 10px;
}

.company_listing .more_listing a {
	font-weight: 600;
	font-size: 17px;
	text-decoration: underline;
}



.event_pages .event_info {
	background-color: #F6F6F6;
	padding: 20px;
}

.event_pages .company_logo,
.event_pages .company_more,
.event_pages .company_product_guide {
	display: inline-block;
	vertical-align: middle;
}


.event_company .company_logo {
	width: 100px;
	height: 100px;
	border: 1px solid #E2E2E2;
	position: relative;
	margin-right: 20px;
}

.event_company .company_more {
	width: calc(100% - 310px);
}


.event_company .company_more a {
	font-size: 16px;
	text-decoration: underline;
}

.event_company .company_more span {
	display: block;
}

.event_company .company_more span a {
	font-size: 20px;
	text-decoration: none;
	font-weight: 600;
}

.event_company .company_more span a i {
	transform: rotate(-45deg);
}



.event_company .company_product_guide {
	margin-left: 5px;
}

.event_company .company_product_guide a {
	background-color: #141114;
	color: white;
	text-transform: uppercase;
	font-family: "Roboto slab";
	font-weight: bold;
	font-size: 14px;
	padding: 20px 30px;
}

.event_company .company_product_guide a:hover {
	background-color: #7BB538;
}


.trainings_from_company div {
	vertical-align: top;
}

.company_page.training_profile .company_basic {
	width: 600px;
}

.trainings_from_company .event_row {
	border-top: 1px solid #D9D9D9;
	padding: 20px 0;
}

.event_page .trainings_from_company .event_row:nth-child(1) {
	border-top: none;
}

.trainings_from_company .event_row .event_link,
.trainings_from_company .event_row .event_company_location a {
	color: #212425
}

.trainings_from_company .event_row .event_company_location a {
	font-weight: 500;
}

.trainings_from_company .event_row .event_link:hover,
.trainings_from_company .event_row .event_company_location a:hover {
	color: #7BB538;
}

.trainings_from_company .event_date {
	width: 70px;
	display: inline-block;
	margin-right: 15px;
}

.trainings_from_company .event_place {
	display: inline-block;
}

.trainings_from_company .event_date .month {
	color: white;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	background-color: #7BB538;
	text-transform: uppercase;
	padding: 6px 0;
}

.trainings_from_company .event_date .day {
	font-size: 14px;
	text-align: center;
	background-color: #EEEEEE;
	padding: 8px 0;
}


.trainings_from_company .event_link {
	display: table;
}

.trainings_from_company .event_company_name,
.trainings_from_company .event_company_location {
	display: block;
	margin-left: 20px;
	position: relative;
	font-size: 14px;
	color: #333333
}

.trainings_from_company .event_company_name {
	margin-top: 10px;
	margin-bottom: 10px;
}


.trainings_from_company .event_company_name:before,
.trainings_from_company .event_company_location:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #7BB538;
	position: absolute;
    left: -20px;
}

.trainings_from_company .event_company_name:before {content: '\f1ad' }
.trainings_from_company .event_company_location:before {content: '\f3c5' }
.trainings_from_company .event_company_location.web:before {content: '\f0ac' }

.trainings_from_company .event_place i {
	color: #7BB538;
}

.trainings_from_company .event_place .event_link {
	font-family: "Roboto slab";
	font-size: 20px;
	font-weight: 600;
	text-decoration: underline;
}

.trainings_from_company .event_company_location a {
	text-decoration: underline;
	font-size: 14px;
}


.app_pagination {
	display: flex;
	flex-direction: row;
	justify-content: center;
	border-top: 1px solid #cecece;
    padding-top: 20px;
    padding-bottom: 20px;
}

.app_pagination span {
	border: 1px solid #9E9E9E;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	text-align: center;
	line-height: 40px;
}

.app_pagination .nav_current {
	font-family: "Roboto slab";
	font-size: 18px;
	color: white;
	background-color: #141114;
}

.app_pagination .nav_prev,
.app_pagination .nav_next {
	color: #C9C9C9;
	border: 1px solid #C9C9C9;
}

.app_pagination .nav_prev:hover,
.app_pagination .nav_next:hover {
	cursor: pointer;
	background: #141114;
	color: white;
}



.pg-bottom-banners {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 60px;
}








/*pricing_page*/
.pricing_green {
	padding:40px;
	border: 1px solid #7BB538;
	margin-bottom: 50px;
}

.pricing_green .green_image,
.pricing_green .green_description {
	display: inline-block;
	vertical-align: middle;
}

.pricing_green .green_image {
	width: 90px;
	margin-right: 40px;
}

.pricing_green .green_image i {
	color: #7BB538;
	font-size: 80px;
}


.pricing_green .green_description {
	width: calc(100% - 150px);
}

.pricing_green .green_description p {
	margin-bottom: 0;
}


.pricing_options {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.pricing_options .banner_options,
.pricing_options .training_options {
	padding: 35px 40px;
	align-self: stretch;/*
	display: inline-block;*/
	width: 48%;
}

.pricing_options .banner_options {
	border: 1px solid #DE4E4E;
	margin-right: 3%;
}

.pricing_options .training_options {
	border: 1px solid #141114;
}

.pricing_options h2 {
	padding-bottom: 30px;
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 0;
}


.pricing_options .options_item {
	border-bottom: 1px solid #D5D5D5;
	padding: 20px 0;
}

.banner_options .options_item:last-of-type,
.training_options .options_item:last-of-type  {
	margin-bottom: 40px !important;
}


.pricing_options .options_item .item_price,
.pricing_options .options_item .item_description {
	display: inline-block;
	vertical-align: middle;
}

.pricing_options .options_item .item_description {	
    width: calc(100% - 90px);
}

.pricing_options .options_item .item_price {
	width: 80px;
	text-align: right;
	font-size: 15px;
}

.pricing_options .options_item .item_description h5 {
	font-size: 17px;
	margin-bottom: 5px;
}

.pricing_options .options_item .item_description p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0;
}


#pricing_table {
	width: 100%;
}

#pricing_table .plan_name {
	color: white;
	font-family: "Roboto slab";
	font-weight: 500;
}

#pricing_table .plan_name.plan1 { background-color: #626262;}
#pricing_table .plan_name.plan2 { background-color: #0984E3;}
#pricing_table .plan_name.plan3 { background-color: #7BB538;}
#pricing_table .plan_name.plan4 { background-color: #E37D09;}
#pricing_table .plan_name.plan5 { background-color: #8C38B5;}



#pricing_table tr:nth-child(odd) {
	background-color: #F6F6F6;
}

#pricing_table tr td:not(:nth-child(1)) {
	text-align: center !important;
}

#pricing_table tr td b {
	display: block;
	text-align: center !important;
}












a.options_learn_more {
	background-color: #000000;
	color: white;
	font-family: 'Roboto slab';
	font-weight: 500;
	padding: 15px 25px;
	margin-top: 35px;
}

a.options_learn_more:hover {
	color: white;
	background-color: #7BB538;
}


@media screen and (max-width: 1230px) {
	.company_additional_links .buy_online,
	.company_additional_links .buy_cd_store {
		display: block;
		width: fit-content;
		width: -moz-fit-content;
		margin-bottom: 10px;
	}


	.pg-bottom-banners {
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	.pg-bottom-banners a {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 640px) {
	.left_half, 
	.right_half {
		display: block!important;
		width: 100%;
	}

	.company_page .company_basic {
		width: 90%!important;
	}

	.company_page .left_half table {
		margin-top: 30px;
	}

	.company_page .left_half td {
		word-break: break-word;

		vertical-align: top;
	}

	.company_page .left_half tr td:nth-child(1) {
		width: 70px;
	}

	.company_product_list ul,
	.product_guide_pages .entry-content .all_categories,
	.product_guide ul
	 {
		list-style: none;
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}

	.company_listing .info_listing span {
		font-size: 15px;
	}

	.company_listing .info_listing {
		font-size: 14px;
	}

	.event_info .column {
		width: 100%;
		display: block;
	}

	.event_pages .company_product_guide {
		display: block;
		margin-left: 0;
		margin-top: 30px;
	}

	.event_company .company_more {
		width: calc(100% - 125px);
	}

	#product_guide_filters .input_wrapper,
	#training_guide_filters .input_wrapper {
		width: 100%;
    	display: block;
    	margin-bottom: 10px;
	}

	#product_guide_filters .search_field,
	#training_guide_filters .search_field {
		width: calc(100% - 45px);
	}


	.pricing_options {
		flex-direction: column;
	}

	.pricing_options h2,
	.pricing_green h2 {
		font-size: 22px;
	}


	.pricing_options .banner_options, 
	.pricing_options .training_options {
		width: 100%;
		margin-right: 0;
		margin-bottom: 50px;
	}

	.pricing_green .green_image {
		display: block;
		margin: 0px auto 30px;
	}

	.pricing_green .green_description {
		width: 100%;
	}




}

/*company page end*/



/*product guide styling end*/


/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 1.5px;
  border: 1.5px solid #333333;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  color: white;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: white;
	font-size: 11px;
    line-height: 10px;
}

/* Style the checkmark/indicator */
/*.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}*/





#menu-main-1 ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

#menu-main-1 ::-webkit-scrollbar-track-piece  {
    background-color: #060608;
}

#menu-main-1 ::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #686869;
}



h3 .results_count {
	font-size: 16px !important;
	color: #9E9E9E !important;
}


.sitemap-list li {
	list-style: none !important;
}

@media screen and (max-width: 640px)  {
	#product_guide_filters .filter_toggle, 
	#training_guide_filters .filter_toggle {
		width: fit-content;
		width: -moz-fit-content;
		display: block;
		margin: 10px auto 0;
	}

	#product_guide_filters .filter_toggle span, 
	#training_guide_filters .filter_toggle span {
		width: auto;
	}

	.company_listing .single_company {
		padding: 15px 0;
	}

	.company_listing .more_listing {
		width: 90px;
	}

	.company_listing .more_listing a {
		font-size: 15px;
	}

	.company_listing .info_listing {
		width: calc(100% - 175px);
	}


	.company_listing .logo_listing {
	    width: 80px;
	}

	.company_listing .logo_listing span {
		width: 70px;
    	height: 70px;
	}

	.date-location-row .half-row {
		width: 100%;
	}

	.date-location-row .half-row:nth-child(1) {
		margin-right: 0;
	}

	#states {
		max-width: unset;
	}

	.date_box {
		width: calc(50% - 12px);
	}

	.date_box input {
		font-size: 11px;
	}

	#training_guide_filters ul {
	    -moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}

	.trainings_from_company .event_place {
	    width: calc(100% - 90px);
	}

	.article_b {
		flex-direction: column;
    	text-align: center;
	}


	.article_b a:nth-child(1) {
		margin-right: 10px;
	}
}

/* cookie popup */
#moove_gdpr_cookie_info_bar {
	z-index: 99999999999999999 !important;
	min-height: 50px !important
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
	position: unset !important;
	padding: 5px 40px !important;
}



#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, 
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
	font-weight: normal !important;
	font-size: 15px !important;
	font-family: "Open sans" !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a:hover {
	color: #7BB538 !important;
}


#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
	background-color: transparent !important;
    border: 2px solid white !important;
    border-radius: 5px !important;
    line-height: 15px !important;
    padding: 7px 20px !important;
    font-weight: normal !important;
    font-size: 15px !important;
	font-family: "Open sans" !important;
}

#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button:hover {
	background-color: #7BB538 !important;
	border-color: #7BB538 !important;
	color: white !important;
}


#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
	position: absolute;
    right: 0;
    top: 0;
    border: none !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn:hover {
	background-color: transparent !important;
}

@media (max-width: 767px) {
	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
		text-align: center !important;
	}

	#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
		padding-top: 10px !important;
	}
}

/*got more questions form*/
#gform_wrapper_6 {
	padding-top: 14px;
	border-top: 1px solid #eee;
}

#gform_wrapper_6.gform_wrapper h3.gform_title {
	font-size: 30px;
}

#gform_wrapper_6.gform_wrapper h2.gsection_title {
	font-family: "Open sans";
	font-size: 17px;
	font-weight: 600;
}

#gform_wrapper_6.gform_wrapper .gsection {
	border-bottom: none;
	margin-bottom: 0;
}

#gform_wrapper_6.gform_wrapper form#gform_6 .gform_body,
#gform_wrapper_6.gform_wrapper .gform_footer {
	max-width: 445px;
}


.entry-content .checked-list {
	list-style-type: none;
	margin-left: 0 !important;
}

.checked-list li {
	list-style: none !important;
	padding-left: 20px;
}

.checked-list li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:"\f00c";
	margin-left: -20px;
    width: 20px;
    display: inline-block;
    color: #7BB538;
}

.inline-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 50px 0;
}

.inline-buttons a {
	font-family: "Roboto slab";
	font-size: 20px;
	width: 100%;
	max-width: 360px; 
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.inline-buttons .black-button {
	background-color: #141114;  
    color: white !important;	
}

.inline-buttons .black-button:hover {
	background-color: #7BB538
}

.inline-buttons .white-button {
    color: black !important;	
    border: 1px solid #222;
}

.inline-buttons .white-button:hover {
	border-color: #7BB538;
	color: #7BB538 !important;
}

.inline-buttons span {
	text-transform: uppercase;
	font-style: italic;
	line-height: 60px;
	text-align: center;
}

@media(max-width: 840px) {
	.inline-buttons {
		flex-direction: column;
	}

	.inline-buttons a {
		max-width: unset;
	}
}

/* - Stephen copy this  */

.entry-content .checked-list {
	list-style-type: none;
	margin-left: 0 !important;
}

.checked-list li {
	list-style: none !important;
	padding-left: 20px;
}

.checked-list li:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content:"\f00c";
	margin-left: -20px;
    width: 20px;
    display: inline-block;
    color: #7BB538;
}

.inline-buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 50px;
}

.inline-buttons a {
	font-family: "Roboto slab";
	font-size: 20px;
	width: 100%;
	max-width: 360px; 
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.inline-buttons .black-button {
	background-color: #141114;  
    color: white !important;	
}

.inline-buttons .black-button:hover {
	background-color: #7BB538
}

.inline-buttons .white-button {
    color: black !important;	
    border: 1px solid #222;
}

.inline-buttons .white-button:hover {
	border-color: #7BB538;
	color: #7BB538 !important;
}

.inline-buttons span {
	text-transform: uppercase;
	font-style: italic;
	line-height: 60px;
	text-align: center;
}

@media(max-width: 840px) {
	.inline-buttons {
		flex-direction: column;
	}

	.inline-buttons a {
		max-width: unset;
	}
}


/*training form*/

#gform_wrapper_7 {
	max-width: 880px;
	background-color: #F6F6F6;
	margin: 0px auto;
	padding: 70px 20px 60px;
	position: relative;
}

#gform_7 {
	/*max-width: 520px;*/
	margin: 0px auto;
}


.form-back {
	position: absolute;
	top: 10px;
	left: 25px;
}

.form-back a {
	font-size: 15px;
	color: #7BB538 !important;	
}

.form-back a:hover {
	font-weight: normal !important;
}


.gf_readonly input {
	cursor: not-allowed;
	background-color: #EEEEEE;
}


#gform_wrapper_7.gform_wrapper span.gform_description {
	font-family: "Roboto Slab";
	font-weight: 600;
	font-size: 24px;
	text-align: center;

}

.gform_wrapper .top_label .special-label .gfield_label {
	width: 100%;
	text-align: center;
	font-family: "Roboto Slab";
	font-weight: 600;
	font-size: 20px;
}

#gform_wrapper_7 .gfield_description {
	text-align: center;
}

.inline-radio .gfield_radio li input[type=radio] {
    display:none;
}

#input_7_2 {
	text-align: center !important;
}

body #gform_wrapper_7 .gfield_radio li label {
	padding-left: 0;
	margin:0;
	width: 140px;
	height: 35px;
	line-height: 32px;
}

#gform_wrapper_7  ul.gfield_radio input[type="radio"]:checked + label:before,
#gform_wrapper_7  ul.gfield_radio li[class^="gchoice"] label:after,
#gform_wrapper_7  ul.gfield_radio li[class^="gchoice"] label:before {
	display: none;
}

.inline-radio .gfield_radio label {
    margin: 0px auto;
    float: none;
    background: white;
    color: #7BB538;
    font-family: "Roboto Slab";
    font-weight: 500!important;
    margin: 0;
    display: block;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #7BB538;
}

#gform_wrapper_7  ul.gfield_radio input[type="radio"]:checked + label,
.inline-radio .gfield_radio label:hover {
	background-color: #7BB538;
	color: white;
	font-weight: 500;
}


#features_included {
	border: 1px solid #E2E2E2;
	width: 100%;
	margin-bottom: 0px;
}

#features_included tr td:nth-child(2){
	border-left: 1px solid #E2E2E2;
}

#features_included tr:nth-child(even) {background: white}
#features_included tr:nth-child(odd) {background: #F6F6F6}

#features_included tr td:nth-child(2) {
	width: 30%;
	text-align: center;
}

#features_included .plan-name {
	height: 70px;
	line-height: 70px;
	background-color: #E2E2E2;
	font-family: "Roboto Slab";
	font-size: 16px;
	font-weight: bold;
}

#features_included .fa-check,
#features_included .no-of-categories {
	color: #7BB538;
	font-size: 20px;
}

#features_included .total-row {
	background-color: #E4F0D7 !important;
}

#features_included .total-row td:nth-child(1) {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

#features_included .total-row td:nth-child(2) {
	font-size: 13px;
	color: #626262;
}


.ginput_container_multiselect {
	text-align: center;
}

.plan-price {
	font-size: 24px;
	font-weight: bold;
}

.remove-spacing {
	margin-bottom: 0 !important
}

.radio-expand-form,
.radio-expand-form .ginput_container,
body .gform_wrapper ul li.field_description_below.radio-expand-form div.ginput_container_radio,
.gform_wrapper .radio-expand-form ul.gfield_radio {
	margin-top: 0 !important;
}

.radio-expand-form label {
	float: right;
    text-align: center;
    width: 30% !important;
    background: #7BB538;
    font-family: "Roboto slab";
    color: white;
    font-size: 20px !important;
    height: 53px !important;
    line-height: 53px !important;
}

.gform_wrapper .gsection {
	border: none !important;
	text-align: center;
}

.gform_wrapper ul.gform_fields li.gfield.center-inputs,
#gform_7 .gform_footer.top_label {
	max-width: 490px;
	margin: 10px auto 16px !important;
}

#gform_wrapper_7.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 490px!important;
}


@media only screen and (min-width: 641px) {
	#gform_wrapper_7.gform_wrapper .top_label input.medium, 
	#gform_wrapper_7.gform_wrapper .top_label select.medium {
    width: 100%;
    max-width: 490px;
	}

	.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
		width: calc(100% - 16px)!important;
	}

	.gform_wrapper ul.gform_fields li.gfield.gfield.gfield_html {
		padding-right: 0!important;
	}
}

#gform_submit_button_7 {
	width: 100% !important;
}

.gform_wrapper h2.gsection_title {
	font-size: 20px;
}


#order_summary {
	max-width: 490px;
    margin: 0px auto;
    width: 100%;
    background: white;
    border: 1px solid #E2E2E2;
}

#order_summary .summary-plan,
#order_summary .summary-count,
#order_summary .summary-total-row {
	font-weight: bold;
}


.benefits-container {
	max-width: 660px;
	margin: 60px auto;
}

.benefits-container h3 {
	text-align: center;
}

#order_summary tr td:nth-child(2) {
	text-align: right;
	font-weight: bold;
}

.summary_cat_names {
	font-size: 15px;
	font-style: italic;
}

.summary-total-row {
	background-color: #E4F0D7;
}

.pricingCalcNoteMob {
	display: none;
}

@media(max-width: 560px) {
	.pricingCalcNote {
		display: none;
	}
	.pricingCalcNoteMob {
		display: block;
	}
	#features_included .plan-name {
		height: 30px;
		line-height: 30px;
	}
}

/* Product Finder */

body.page-id-56941 .page-wrap .domino_boxed_layout #main .inner-wrap #sidebar .theiaStickySidebar .widget-5 {
	display: none;
}

#gform_wrapper_9 {
	background-color: #F6F6F6;
	margin: 0px auto;
	padding: 40px 20px 40px;
	position: relative;
}

#gform_9 {
	/*max-width: 520px;*/
	margin: 0px auto;
}

#gform_wrapper_9 #gform_9 .gform_body ul li {
	padding-right: 0px;
}

#gform_wrapper_9 #gform_9 .gform_body ul li div input,
#gform_wrapper_9 #gform_9 .gform_body ul li div select {
	width: 100%;
}

#gform_wrapper_9 #gform_9 .gform_footer.top_label {
    max-width: 490px;
    margin: 0px auto;
    width: 100%;
}

#gform_wrapper_9 #gform_9 .gform_footer.top_label .gform_button.button {
	width: 100%!important;
}

#gform_wrapper_9.gform_validation_error #gform_9 .gform_body ul li:not(:first-child) {
	max-width: 490px!important;
    margin: 0px auto!important;
    width: 100%!important;
}

#product_guide_features {
	border: 1px solid #E2E2E2;
	width: 100%;
	margin-bottom: 0px;
}

#product_guide_features tr td:nth-child(2),
#product_guide_features tr td:nth-child(3),
#product_guide_features tr td:nth-child(4),
#product_guide_features tr td:nth-child(5),
#product_guide_features tr td:nth-child(6) {
	border-left: 1px solid #E2E2E2;
}

#product_guide_features tr:nth-child(even) {
	background: white;
}

#product_guide_features tr:nth-child(odd) {
	background: #F6F6F6;
}

#product_guide_features tr td:nth-child(1) {
	width: 25%;
}

#product_guide_features tr td:nth-child(2),
#product_guide_features tr td:nth-child(3),
#product_guide_features tr td:nth-child(4),
#product_guide_features tr td:nth-child(5),
#product_guide_features tr td:nth-child(6) {
	width: 15%;
	text-align: center;
}

#product_basic,
.product_basic {
	background-color: #707070!important;
	color: #fff;
	border: none!important;
}

#product_basicplus,
.product_basicplus {
	background-color: #0984E3!important;
	color: #fff;
	border: none!important;
}

#product_select,
.product_select {
	background-color: #7BB538!important;
	color: #fff;
	border: none!important;
}

#product_selectplus,
.product_selectplus {
	background-color: #E37D09!important;
	color: #fff;
	border: none!important;
}

#product_premium,
.product_premium {
	background-color: #8C38B5!important;
	color: #fff;
	border: none!important;
}

#product_basic,
#product_basicplus,
#product_select,
#product_selectplus,
#product_premium {
	cursor: pointer;
}

#product_guide_features .plan-name {
	height: 45px;
	line-height: 45px;
	background-color: #E2E2E2;
	font-family: "Roboto Slab";
	font-size: 16px;
	font-weight: bold;
}

#product_guide_features .product-plan-price {
	margin-right: 35px;
	color: #141114;
	font-size: 24px;
	font-weight: bold;
} 

#product_guide_features .product-plan-price sup {
	font-weight: normal;
	font-size: 18px;
}

#product_guide_features .fa-check,
#product_guide_features .no-of-categories {
	color: #7BB538;
	font-size: 20px;
}

#product_guide_features .fa-close {
	color: #D5D5D5;
	font-size: 20px;
}

.product_guide_total-row {
    background-color: #E4F0D7 !important;
}

.product_guide_total-row td:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.product_anually {
	font-size: 13px;
	margin-top: -10px;
	display: block;
}

img.product_keyword {
	width: 20px;
	margin-left: 10px;
}

.product_show {
	display: block!important;
}

.product_hide {
	display: none!important;
}

#gform_submit_button_9 {
	display: none;
}

#product_order_summary {
	max-width: 490px;
    margin: 0px auto;
    width: 100%;
    background: white;
    border: 1px solid #E2E2E2;
}

#product_order_summary .product_summary_plan,
#product_order_summary .summary-total-row {
	font-weight: bold;
}

#product_order_summary tr td:nth-child(2) {
	text-align: right;
	font-weight: bold;
}

.product_plan_includes {
	font-size: 15px;
	font-style: italic;
}

.summary-total-row {
	background-color: #E4F0D7;
}

.product_plan_includes i {
	color: #7BB538;
    font-weight: 600;
}

.product_guide_promo {
	text-align: center;
    margin-bottom: 25px;
    background: #F6F6F6;
    padding: 20px;
    font-size: 20px;
    color: #141114;
}

.product_guide_promo i {
	color: #7BB538;
}

.product_keywords_promo {
	display: flex;
    align-items: center;
    border: 1px solid #8C38B5;
    margin-top: 40px;
    padding: 40px 60px 40px 60px;
}

.product_keywords_promo .keywords_img {
	width: 265px;
}

.product_keywords_promo .keywords_img img {
	width: 60px;
    text-align: center;
}

.product_keywords_promo .keywords_text h2 {
    margin-bottom: 5px;
}

.product_keywords_promo .keywords_text h2 sup {
	top: -0.3em;;
	font-size: 13px;
    background: #8C38B5;
    color: #fff;
    padding: 5px 10px 5px 10px;
}

.product_keywords_promo .keywords_text p {
	margin-bottom: 0px;
}

/* Footer FIX */

.footer-widgets.widget-columns-4 .column {
    width: 15%;
    margin-right: 2%;
}

.footer-widgets.widget-columns-2 .column:nth-child(2n+2), .footer-widgets.widget-columns-3 .column:nth-child(3n+3), .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
	width: 36%;
	display: flex;
}

.widget_nav_menu#nav_menu-8 {
	    margin-right: 25%;
}

/* 2021 Media Planner */

#field_10_7 {
	width: 50%;
}

#gform_10 .gform_footer {
    width: 50%!important;
    margin-right: 0px;
    padding-right: 0px;
}

/* Mentioned in Posts */

#mentioned_at {
    background: #EEEEEE;
    padding: 30px 20px;
}

#mentioned_at h2 {
	margin-bottom: 0px;
}

#mentioned_at small {
    font-size: 15px;
    font-style: italic;
    color: #8b8b8b;
}

#mentioned_at ul {
	margin-top: 20px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#mentioned_at ul li {
	list-style-type: none;
	display: flex;
}

#mentioned_at ul li img {
	margin-right: 10px;
    border: 1px solid #cecece;
}

#mentioned_at ul li a {
    font-family: "Roboto Slab";
    font-size: 17px;
    color: #222;
    font-weight: 600;
}

#mentioned_at ul li a:hover {
	text-decoration: none;
}

#mentioned_at ul li a small,
#mentioned_at ul li a small:hover {
	font-size: 15px;
    color: #444;
    font-style: normal;
    pointer-events: none;
    font-weight: normal!important;
    text-decoration: none;

}

#mentioned_at button {
	background: #1e8570;
    color: #fff;
    font-size: 20px;
    font-family: "Roboto Slab";
    border-radius: 0px;
    padding: 10px 26px;
}

/* Share on Social Fix 
.sharedaddy { display: none!important; }
*/

@media only screen and (max-width: 1024px) {
	#product_guide_features {
		table-layout: auto;
	}

	.footer-widgets.widget-columns-2 .column:nth-child(2n+2), .footer-widgets.widget-columns-3 .column:nth-child(3n+3), .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
		display: flex!important;
	}

	.widget_nav_menu#nav_menu-8 {
    	margin-right: 18%;
	}
}

@media only screen and (max-width: 768px) {
	#colophon .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
		display: flex!important;
		width: 42%!important;
		vertical-align: top;
		float: none;
	}

	.widget_nav_menu#nav_menu-8 {
    	margin-right: 72%;
	}

	#mentioned_at ul li img {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 540px) {
	.widget_nav_menu#nav_menu-8 {
	    margin-right: 60%;
	}

	#field_10_7 {
		width: 100%;
	}

	#gform_10 .gform_footer {
    	width: 100%!important; 
	}
	
	#related .related-column:nth-child(3) {
		display: none;
	}

}

@media only screen and (max-width: 414px) {
	.product_keywords_promo {
		display: grid;
	}

	.product_keywords_promo .keywords_img {
		width: 100%;
    	text-align: center;
    	margin-bottom: 30px;
	}

	#product_guide_features tbody tr td {
		padding: 5px;
	}

	#colophon .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
		display: flex!important;
		width: 100%!important;
	}

	.widget_nav_menu#nav_menu-8 {
    	margin-right: 16%;
	}
}

@media only screen and (max-width: 375px) {
	.product_keywords_promo {
		padding: 40px 30px 40px 30px;
	}

	.product_keywords_promo .keywords_text h2,
	.product_keywords_promo .keywords_text p {
		text-align: center;
	}

	#colophon .footer-widgets.widget-columns-4 .column:nth-child(4n+4) {
		display: flex!important;
		width: 100%!important;
	}

	.widget_nav_menu#nav_menu-8 {
    	margin-right: 13%;
	}
}




/* meg updates */