/*
Theme Name: Divi Conference
Theme URI: https://divilife.com/downloads/divi-conference-child-theme
Version: 1.0
Description: Divi Conference is a child theme for Divi, designed for conferences, events, seminars, and more!
Author: Divi Life — Tim Strifler
Template: Divi
Author URI: https://divilife.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.custom-top-bar-section p, .custom-top-bar-section a {
	font-weight: 400;
}


/***CUSTOM HEADER STYLING start***/

.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li {
	margin-right: 12px; 
}

.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li:last-child {
	padding-right: 0;
}

.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li a { position: relative; }
.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li a:hover {
	opacity: 1;
}

.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li a:before {
	content: '';
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: -10px;
	background: #ffb666;
	transform: scaleX(0);
	transition: all 0.4s ease;
}

.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li.current-menu-item a:before,
.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li a:hover:before {
	transform: scaleX(1);
	transition: all 0.4s ease;
}

.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li.menu-CTA-item a:before {
	display: none;
}

@media only screen and (min-width: 981px) and (max-width: 1365px) {
	.custom-top-bar-section .et_pb_row, .custom-header-section .et_pb_row {
		width: 94%;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1199px) {
	.custom-header-section .et_pb_menu__logo-wrap {
		max-width: 200px;
	}
	.custom-header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li {
		padding: 0 8px;
	}
}

@media (max-width: 980px) {
	.custom-top-bar-section .et_pb_row, .custom-header-section .et_pb_row { 
		z-index: 999 !important;
	}
	
	.custom-top-bar-section .et_pb_row { display: flex; }
	
	.custom-top-bar-section .custom-top-bar-contact-col {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.custom-top-bar-section .custom-top-bar-search-col {
		width: 270px;
	}
	.custom-header-section .et_mobile_menu { top: 63px; }
	
	.et_mobile_menu li a { text-align: center; }
}

@media (max-width: 680px) {
	.custom-top-bar-section .custom-top-bar-search-col { display: none; }
	.custom-top-bar-section .custom-top-bar-contact-col {
		justify-content: center;
	}
	.custom-top-bar-section .et_pb_row, .custom-header-section .et_pb_row {
		width: 90%;
	}
}

/***CUSTOM FIXED HEADER start***/

@media (min-width: 981px) {
	header.et-l--header {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
	}
	.admin-bar header.et-l--header {
		top: 32px;
	}
	#main-content {
		padding-top: 143px;
	}
	
	header.et-l--header.slimmer-header {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	}
	
	.custom-header-section .et_pb_menu__logo img { 
		max-height: none; 
		transition: max-width 0.4s ease; 
	}
	
	.custom-header-section .et-menu-nav ul li a { transition: all 0.4s ease; }
	
	header.et-l--header.slimmer-header .custom-header-section .et_pb_menu__logo img {
		max-width: 250px;
		transition: max-width 0.4s ease;
	}
	
	header.et-l--header.slimmer-header .custom-header-section .et-menu-nav ul li a {
		padding: 4px 0;
		transition: all 0.4s ease;
	}
}
/***CUSTOM FIXED HEADER end***/

/***CTA IN MENU styling start***/

#menu-main-menu li.menu-CTA-item, #mobile_menu1 li.menu-CTA-item { align-items: center; }

#menu-main-menu li.menu-CTA-item a, #mobile_menu1 li.menu-CTA-item a {
	color: #FFF!important;
    background-color: #ffc17e;
    border-radius: 3px;
    padding: 16px 29px!important;
    text-transform: uppercase;  
}

@media (max-width: 980px) {
	#mobile_menu1 li.menu-CTA-item a {
		max-width: 240px;
		margin: 20px auto;
		text-align: center;
	}
}

/***CTA IN MENU styling end***/

/***Search Bar styling start***/

.custom-top-bar-search.et_pb_search_0_tb_header input.et_pb_searchsubmit, 
.et-db #et-boc .et-l .custom-top-bar-search.et_pb_search_0_tb_header input.et_pb_searchsubmit {
	background: transparent !important;
	border: none !important;
	z-index: 99;
}

.custom-search-icon {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
    padding: 0.6em 0;
	z-index: 98;
}

.custom-search-icon:after {
	content: '\55';
	font-family: 'ETmodules' !important;
	display: block;
}

/***Search Bar styling end***/

/***CUSTOM HEADER STYLING end***/


/***FOOTER ADDITIONAL STYLING start***/

@media(min-width: 981px) {
	.custom-footer-section .et_pb_row_4col .et_pb_column_1_4:nth-child(2) { width: 13%; }
	.custom-footer-section .et_pb_row_4col .et_pb_column_1_4:nth-child(3) { width: 28.75%; }
}

/***Recent Posts start***/
.footer-recent-posts article.et_pb_post {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 26px;
}

.footer-recent-posts article.et_pb_post .entry-featured-image-url {
	width: 80px;
	height: 80px;
	margin: 0 18px 0 0;
}
.footer-recent-posts article.et_pb_post .entry-featured-image-url img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.footer-recent-posts article.et_pb_post .entry-title {
	width: calc(100% - 98px);
	padding-bottom: 20px;
}

.footer-recent-posts article.et_pb_post .post-meta { 
	width: calc(100% - 98px);
	margin-left: 98px; 
	margin-top: -20px; 
}

.footer-recent-posts article.et_pb_post .post-meta span:before {
	content: '\e023';
	font-family: 'ETmodules';
	display: inline-block;
	color: #f8be7e;
	margin-right: 8px;
}

.footer-recent-posts article.et_pb_post .post-content { display: none; }

/***Recent Posts end***/


/***Email optin start***/

.footer-email-optin.et_pb_newsletter .et_pb_newsletter_fields > * { flex-basis: auto; }

.footer-email-optin.et_pb_newsletter .et_pb_contact_field_last { width: calc(100% - 46px); }

.footer-email-optin.et_pb_newsletter .et_pb_newsletter_fields #et_pb_signup_email {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer-email-optin.et_pb_newsletter .et_pb_newsletter_button {
	width: 46px;
	height: 47px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.footer-email-optin.et_pb_newsletter .et_pb_newsletter_button .et_pb_newsletter_button_text:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('https://diviconference.divilife.site/wp-content/uploads/2019/10/paperplane-icon.svg') center no-repeat;
	background-size: 24px;
}

/***Email optin end***/



@media only screen and (min-width: 681px) and (max-width: 980px) {
	.custom-footer-section .et_pb_row_4col .et_pb_column:nth-child(even) {
		padding-left: 20px;
	}
	.custom-footer-section .et_pb_row_4col .et_pb_column:nth-child(-n+2) {
		border-bottom: 2px solid;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}

@media (max-width: 680px) {
	.custom-footer-section .et_pb_row_4col .et_pb_column {
		width: 100%;
		margin-right: 0;
	}
	.custom-footer-section .et_pb_row_4col .et_pb_column:not(:last-child) {
		border-bottom: 2px solid;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
}

/***FOOTER ADDITIONAL STYLING end***/


/***HP STYLING start***/

/***Countdown Separator start***/

.counter-remove-separator .sep.section { display: none; }

.custom-divi-counter .et_pb_countdown_timer_container > .section:not(.sep) > p.value {
	margin-bottom: 10px;
}

.counter-remove-separator .et_pb_countdown_timer_container {
	display: flex;
	justify-content: space-between;
}

.counter-remove-separator .et_pb_countdown_timer_container > .section:not(.sep) { width: 22%; }

@media (max-width: 640px) {
	.custom-divi-counter .et_pb_countdown_timer_container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.custom-divi-counter .et_pb_countdown_timer_container > .section:not(.sep) {
		width: 45%;
		margin: 2.5%;
		max-width: 230px;
	}
}

/***Countdown Separator end***/

.force-fullwidth-image-blurb .et_pb_image_wrap img { width: 100%; }

/***Video section start***/

.full-height-video-vertically-aligned .et_pb_video_box,
.full-height-video-vertically-aligned .fluid-width-video-wrapper  {width: 100%; height: 100%; }


.video-custom-icon .et_pb_video_play:before {
	content: '\45';
}

/***Video section start***/

/***HP SPEAKER GRID start***/

.event-speakers-grid .project { position: relative; }

.event-speakers-grid .project .speaker-content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	padding: 4%;
	background: rgba(51, 51, 51, 0.7);
	opacity: 0;
	transform: scale(1.1);
	transition: all 0.4s ease;
}

.event-speakers-grid .project:hover .speaker-content-wrapper,
.event-speakers-grid .project a:hover + .speaker-content-wrapper,
.event-speakers-grid .project .speaker-content-wrapper:hover {
	opacity: 1;
	transform: scale(1);
	transition: all 0.4s ease;
}

.event-speakers-grid .project .et_portfolio_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-speakers-grid .project .post-meta { pointer-events: none; }

/***HP SPEAKER GRID end***/


/***BLOG GRID STYLING start***/

.et_pb_column .hp-blog-grid .column.size-1of1 { width: 100%; }

.hp-blog-grid .et_pb_post { 
	position: relative;
	overflow: hidden;
	padding: 0;
}

.hp-blog-grid .et_pb_post .et_pb_image_container,
.hp-blog-grid .et_pb_post .entry-featured-image-url {
	margin: 0;
}

.hp-blog-grid .et_pb_post .entry-featured-image-url { 
	max-height: 452px; 
	min-height: 452px;
}

.hp-blog-grid .et_pb_post .entry-featured-image-url img {
	object-fit: cover;
    width: 100%;
    height: 100%;
	min-height: 452px;
}

.hp-blog-grid .et_pb_post .custom-post-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
	box-sizing: border-box;
	padding: 8%;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.4s ease;
}

.hp-blog-grid .et_pb_post .custom-post-content-wrapper:hover {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.4s ease;
}

.hp-blog-grid .et_pb_post .custom-post-content-wrapper .post-meta:after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	margin: 10px 0 30px;
	background-color: #FFF;
}

.hp-blog-grid .et_pb_post .custom-post-content-wrapper .entry-title {
	max-height: 82px;
    overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 14px;
}

.hp-blog-grid .et_pb_post .custom-post-content-wrapper .post-content-inner {
	max-height: 140px;
	overflow: hidden;
}

/***BLOG GRID STYLING end***/

/***LOGO row column 5 fix stacking on tablet start***/

@media only screen and (min-width: 500px) and (max-width: 980px) {
	.logo-row-col5 {
		width: 100% !important;
		display: flex;
		flex-wrap: wrap;
	}
}

/***LOGO row column 5 fix stacking on tablet end***/

/***HP STYLING end***/


/***SPEAKER DETAILS Page start***/

.speaker-inner-image .et_pb_title_featured_container img {
	height: 100%;
	object-fit: cover;
}

/***SPEAKER DETAILS Page start***/


/***EVENT SCHEDULE DETAILS PAGE start***/

.single.single-mec-events {
	overflow-x: hidden;
}

.single.single-mec-events .mec-container { 
	padding: 0; 
	width: 80%;
	max-width: 1200px;
}

.single.single-mec-events .mec-wrap .row { margin: 0; }

.single.single-mec-events .row.mec-single-event {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 30px 0 0;
}

.single.single-mec-events .row.mec-single-event .col-md-8,
.single.single-mec-events .row.mec-single-event .col-md-4 {
	padding: 0;
}

.single.single-mec-events .et_pb_widget {
	display: none;
}

@media (min-width: 981px) {
	.single.single-mec-events .row.mec-single-event .col-md-8 { 
		padding-left: 40px; 
		width: 66.66%;
		float: none;
	}
	
	.single.single-mec-events .row.mec-single-event .col-md-4 {
		width: 33.33%;
		float: none;
	}
	
	.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img { 
		border-radius: 0; 
	}
}

@media (max-width: 980px) {
	.single.single-mec-events .row.mec-single-event { 
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column; 
		margin-top: 0;
	}
	.single.single-mec-events .row.mec-single-event .col-md-8,
	.single.single-mec-events .row.mec-single-event .col-md-4 {
		width: 100%;
	}
	
	.single.single-mec-events .mec-events-event-image { 
		width: 126%;
		margin-left: -13%;
	}
	
	.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img { 
		margin: 20px auto;
		float: none;
	}
}

.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 400px;
}
.mec-single-event .mec-speakers-details ul li .mec-speaker-avatar a span {
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.mec-single-event .mec-event-social li.mec-event-social-icon a {
	background-color: #ffc17e;
}

.single-mec-events .mec-wrap .mec-event-content { padding-top: 30px; padding-bottom: 0; }
.single-mec-events .mec-wrap .mec-single-title { margin-bottom: 10px; }

.single-mec-events .mec-related-event-content {background-color: #f9f9f9; }

/***EVENT SCHEDULE DETAILS PAGE end***/


/***BLOG PAGE STYLING start***/

.blog-page-blog-list .et_pb_post { clear: both; }

@media (min-width: 981px) {
	.blog-page-blog-list .et_pb_post .entry-featured-image-url {
		width: 40%;
		float: left;
		margin-bottom: 0;
	}
	.blog-page-blog-list .et_pb_post .entry-title, .blog-page-blog-list .et_pb_post .post-meta,
	.blog-page-blog-list .et_pb_post .post-content {
		width: 60%;
		float: left;
		clear: none;
		padding-left: 40px;
		max-width: 600px;
	}
}

.blog-page-blog-list .et_pb_post .post-meta { margin-bottom: 20px; }

.blog-page-blog-list .et_pb_post .post-meta .author a { color: #ffc17e; }

.blog-page-blog-list .et_pb_post .post-content .more-link {
	display: inline-block;
	margin: 20px 0;
	text-transform: capitalize;
}

.blog-page-blog-list .et_pb_post .post-content .more-link:after {
	content: '\24';
	font-family: ETmodules;
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	font-size: 26px;
	transform: translateY(1px);
}

/***SINGLE BLOG PAGE STYLING start***/

/***SINGLE Blog page start***/

.single-post #main-content .container:before { display: none; }

@media (min-width:981px) {
	.single-post #content-area #left-area { 
		width: 64.833%; 
		margin-right: 5.5%; 
		padding-right: 0;
	}
	.single-post #content-area #sidebar { width: 29.667%; padding-left: 0;}
}

.single-format-standard #left-area .et_pb_post .et_post_meta_wrapper {
	display: flex;
	flex-direction: column;
}

.single-format-standard #left-area .et_pb_post .et_post_meta_wrapper > img { 
	order: 1;
	margin-bottom: 20px;
}
.single-format-standard #left-area .et_pb_post .et_post_meta_wrapper .entry-title { 
	order: 2; 
	font-size: 35px !important;
}
.single-format-standard #left-area .et_pb_post .et_post_meta_wrapper .post-meta { order: 3; }

.single-format-standard #left-area .et_pb_post .entry-content h1 { font-size: 35px; }
.single-format-standard #left-area .et_pb_post .entry-content h2 { font-size: 30px; }
.single-format-standard #left-area .et_pb_post .entry-content h3 { font-size: 28px; }
.single-format-standard #left-area .et_pb_post .entry-content h4 { font-size: 24px; }
.single-format-standard #left-area .et_pb_post .entry-content h5 { font-size: 22px; }
.single-format-standard #left-area .et_pb_post .entry-content h6 { font-size: 20px; }

#reply-title { font-size: 30px !important; }

#commentform { display: flex; flex-wrap: wrap; }

#commentform textarea, #commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] {
	padding: 14px 18px;
    color: #5f677a;
    background-color: #FFF;
    font-size: 16px;
    border: 1px solid #373737;
	border-radius: 3px;
	width: 100%;
	max-width: 100%;
	height: 100%;
}

.comment-form-comment, .comment-form-url,.comment-form-author, .comment-form-email { 
	width: 100%; 
}

.comment-form-author input, .comment-form-email input, .comment-form-cookies-consent { width: 100%; }

@media (min-width: 768px) {
	.comment-form-author, .comment-form-email { width: 49%; }
	.comment-form-author { margin-right: 2%; }
}

#commentform .form-submit #submit, #commentform .form-submit #submit:hover {
	color: #FFF !important;
	background: #ffc17e !important; 
	padding: 14px 30px !important; 
	border: none;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
}

/***SINGLE Blog page end***/


/***SIDEBAR start***/

#sidebar .et_pb_widget {
    padding-bottom: 30px;
}

#sidebar .et_pb_widget.widget_search { padding-bottom: 0; }

#sidebar .et_pb_widget:not(:first-of-type):not(:last-of-type) { 
	border-bottom: 1px solid #373737; 
}

#sidebar .widgettitle { font-size: 22px !important; margin-bottom: 5px; }

#sidebar .widget_search input#s, #sidebar .widget_search input#searchsubmit {
    height: 50px !important;
    border: 1px solid #373737;
	padding: 10px 14px;
	border-radius: 3px;
    color: #373737;
	font-weight: 500;
}

#sidebar .widget_search input#searchsubmit::-webkit-input-placeholder { color: #373737; }

#sidebar .widget_search input#searchsubmit { opacity: 0; }

#sidebar .widget_search label.screen-reader-text {
	width: 70px;
	height: 100%;
	display: block;
    clip: unset;
    clip-path: unset;
	right: 0;
}

#sidebar .widget_search label.screen-reader-text:after {
	content: '\55';
	font-family: ETmodules;
	font-size: 18px;
	position: absolute;
	padding: 14px 20px 12px;
	text-align: center;
	transform: scaleX(-1);
	right: 0;
	font-weight: 900;
}


.recent-posts-widget-with-thumbnails .rpwwt-post-title {
	display: block;
	font-family: 'Frank Ruhl Libre', serif;
	font-size: 18px;
	line-height: 1.2em;
	color: #333;
	margin-bottom: 10px;
}
.recent-posts-widget-with-thumbnails .rpwwt-post-date { color: #666666; }

/***SIDEBAR end***/

/***SINGLE BLOG & SIDEBAR STYLING end***/