/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
.header-menu  ul {
    display: inline-flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
	flex-flow: wrap;
}
.header-menu ul li a {
    padding: 10px 1.5em;
    border-radius: 5px;
}
.header-menu ul li a.home-btn {
    background: #E84224;
}
.header-menu ul li a.Speaker-btn,
.header-menu ul li a.agenda-btn {
    background: #E84224;
}
.header-menu ul li a.gallery-btn {
    background: #E84224;
}
.active-link {
    border: 1px solid #fff;
}
.et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 10px;
}
.pum-content.popmake-content {
    line-height: 1.7em;
    font-size: 14px;
}
/* Agenda */
.days {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.day-btn {
	padding: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3em;
	color: #fff;
	cursor: pointer;
}
.day-btn span {
    font-size: 11px;
    line-height: 1.3em;
    display: block;
}
.orange {
    background: #f26622;
}
.blue {
    background: #93351f;
}
.green {
    background: #f26622;
}
.red {
    background: #f26622;
}
.grey {
    background: #C1C0BF;
}
.day-menu .time {
    width: 100px !important;
	min-width: 100px !important;
    display: inline-block;
}
.day-menu > div {
    padding-bottom: 7px;
	display:flex;
}
.day-content {
    display: none;
}
.day-content.active {
    display: block;
}
.lubricant-home .et_pb_blurb_container {
    vertical-align: middle;
}
a.session-btn {
    display: inline-block;
    text-align: center;
    background: #e84224;
    color: #fff;
    padding: 10px 2em;
    border-radius: 5px;
    margin: 0 auto;
}
a.session-btn:hover{
	background:#93351f;
}
.btn-row .et_pb_text_inner {
    text-align: center;
    display: block;
}
/* table */
.schedule-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

.entry-content .schedule-table thead th {
    background: #e84224 !important;
    color: #fff !important;
}

.schedule-table th {
    padding: 12px 24px !important;
    text-align: left;
    font-size: 14px;
    text-transform: uppercase;
}

.schedule-table td {
    padding: 12px 24px !important;
    border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
    font-size: 14px;
	color: #000;
}

.schedule-table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.schedule-table .session {
    font-weight: bold;
    text-transform: uppercase;
    width: 25%;
}

.schedule-table .time {
    text-align: left;
    white-space: nowrap;
    width: 20%;
}

.schedule-table .highlight {
    background: #ffe9a5;
    color: #000;
    font-weight: bold;
    text-align: left;
}
.net{
	background:#99bf81 !important;
	color: #000;
    font-weight: bold;
    text-align: left;
}
.woman{
	background: #d5a6bd;
	color: #000;
    font-weight: bold;
    text-align: left;
}
/* New accordion */
.accordion-item {
	margin-bottom: 20px;
	padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #F4782B;
}
.accordion-header {
	cursor: pointer;
	border: none;
	width: 100%;
	text-align: left;
	font-size: 16px;
	background: transparent;
	position:relative;
	padding-bottom: 20px;
}
.accordion-panel {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	padding: 0 12px;
	background: transparent;
	color: #2b334e;
	font-size: 16px;
	line-height: 1.6em;
}
.accordion-panel p:last-child{
	padding-bottom:15px;
}
.acc-head {
    display: inline-flex;
    align-items: center;
    color: #2b334e;
}
.acc-head img {
    width: 50px;
    margin-right: 10px;
}
.acc-head .pro-name b {
    display: block;
    font-size: 21px;
    line-height: 1.4em;
}
/* Arrow */
.accordion-header::after {
    content: "+";
    font-size: 30px;
    font-weight: 600;
    color: #e84224;
    transition: transform .25s ease, content .25s ease;
    margin-left: 15px;
    flex-shrink: 0;
    line-height: 1;
	float: right;
    position: absolute;
    top: 0;
    right: 0;
}

/* Open state */
.accordion-header.active::after {
    content: "−";
}
/* Responsive */
@media (max-width: 768px) {
	.entry-content table.schedule-table:not(.variations){
		border:none;
	}
.schedule-table thead {
    display: none;
}
.schedule-table	td.speaker::before {
	content: "Speaker";
}
.schedule-table td.session::before {
    content: "Session";
}
.schedule-table td.topic-1::before {
    content: "Atlantic 1";
}
	.schedule-table td.topic-2::before {
    content: "Atlantic 2";
}
.schedule-table td.time::before {
    content: "Time";
    text-align: left;
}
.schedule-table .session {
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}
.schedule-table,
.schedule-table tbody,
.schedule-table tr,
.schedule-table td {
    display: block;
    width: 100%;
}
.schedule-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
	display: flex;
        flex-flow: wrap;
}
.schedule-table td {
    text-align: left;
    padding-left: 50% !important;
    position: relative;
}
.schedule-table .time{
	border:none;
	width: 100%;
}	td.topic-1 {
    order: 2;
}
td.topic-2 {
    order: 3;
}
td.time {
    order: 1;
}
	tr.row-sw {
    display: flex;
    flex-flow: column-reverse;
}
.schedule-table td::before {
    position: absolute;
    left: 15px;
    width: 45%;
    font-weight: bold;
}
.schedule-table .highlight {
    text-align: center;
    padding-left: 15px;
}
.schedule-table .highlight.time {
    text-align: left;
}

td.break {
    text-align: center;
    padding-left: 5%  !important;
}
}
/* Gallery */
.mfp-title {
    display: none;
}
.gallary_section .et_pb_gallery_items.et_post_gallery .et_pb_gallery_item {
    margin-bottom: 0px;
}
.gallery-bt {
    padding: 30px 8px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1.3em;
	border-radius: 10px;
}
.gallery-bt a {
    color: #fff;
}
.gallery-bt span {
    display: block;
    font-weight: 300;
    font-size: 14px;
    line-height: normal;
}
.gallery-days {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 2em;
		align-items: center;
	}
.gallery-bt.purple {
    background: #5a1d0f;
}
.page-id-272 .et_pb_section_1 {
    padding-bottom: 130px;
}
@media (max-width:767px){
	.pum-content.popmake-content {
		line-height: 1.5em;
		font-size: 12px;
	}
	.header-menu ul li a {
		font-size: calc(1vw + 7px);
	}
	.header-menu ul li {
		margin-bottom: 8px;
	}
	.et_pb_row {
		width: 90%;
		max-width: 90%;
	}
	.gallery-days {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2em;
		align-items: center;
	}
	.gallary_section .et_pb_gallery_items.et_post_gallery{
	   display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.lubricant-home {
		display: flex;
		width: 100%;
	}
	.lubricant-home .et_pb_column_2 {
		padding-left: 14px;
        width: 50% !important;
        padding-right: 10px;
	}
	.lubricant-home .et_pb_column_3 {
		width: 50% !important;
	}
	.et_pb_blurb_description {
		font-size: 12px;
		line-height: 1.3em;
	}
	.et_pb_blurb {
		margin-bottom: 10px !important;
	}
	.accordion-header::after{
		
	}
}
/* Conference */
.Conference {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}
.Conference .et_pb_column {
    margin-bottom: 0 !important;
}
.custom_form input[type=text], 
.custom_form input[type=tel],
.custom_form input[type=email],
.custom_form select{
    box-shadow: none;
    min-height: 45px;
}
.custom_form textarea{
	 box-shadow: none;
}
.custom_form textarea:focus,
.custom_form input[type=text]:focus, 
.custom_form input[type=tel]:focus,
.custom_form input[type=email]:focus,
.custom_form select:focus{
    outline:none;
    box-shadow:none;
}
.custom_form #gform_fields_1,
.custom_form #gform_fields_2,
.custom_form #gform_fields_3,
.custom_form #gform_fields_4{
    gap: 20px;
}
.custom_form input[type=submit] {
    background: #f26622 !important;
    padding: 14px 2em !important;
    border-radius: 5px !important;
}
.custom_form input[type=submit]:focus{
	outline:none !important;
	box-shadow:none !important;
	border:none !important;
}
.gform_confirmation_message {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.meeting .meeting-bt a {
    padding: 30px 8px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1.3em;
    border-radius: 10px;
    display: block;
    background: #542e91;
}
@media (min-width:480px) and (max-width:600px){
	.day-btn {
		padding:10px 1em;
	}
}
@media (max-width:540px){
	.header-menu ul{
		gap:11px !important;
	}
}
@media (min-width:768px){
	.gallary_section .et_pb_gallery_items.et_post_gallery .et_pb_gallery_item{
		margin-bottom:20px;
	}
}
@media (max-width:767px){
	.meeting .meeting-bt a{
		font-size: 24px;
	}
}
@media (min-width:981px){
	.gallary_section .et_pb_gallery_items.et_post_gallery{
	   display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 12px;
	}
	.gallary_section .et_pb_gallery_items.et_post_gallery .et_pb_gallery_item{
		width:auto;
	}
}