@import url('defaults.css');

/*******************************************
:--- General ---:
*******************************************/

body {
	background: #fff;
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 2rem;
}

h1, div.page-title {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.25rem;
}

p {
	margin: 0 0 1.5rem;
}

a, a:active {
	color: var(--primary);
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none
}

.btn {
	border-radius: 0;
}

.txt-intro {
    font-size: 1.5rem;
}

/*******************************************
:--- Structure ---:
*******************************************/

section {
	padding: 80px 0;
}

@media (max-width: 992px) {
    section {
        padding: 40px 0;
    }
}

ul {
    margin: 0 0 1.5rem;
    padding-left: 2rem;
}

ul > li {
    list-style: disc;
	margin-bottom: 5px;
}

ul > li:last-of-type {
	margin-bottom: 0;
}

/*******************************************
:--- Alert ---:
*******************************************/

.alert-message a {
	color:#fff;
	font-weight: bold;
}

/*******************************************
:--- Header ---:
*******************************************/

header.site-header {
	position: relative;
}

header.site-header .site-logo {
	display: block;
	max-width: 250px;
}

header.site-header .site-logo img {
	width: 100%;
}

header a {
	color: #fff;
}

header a.btn-ghost {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
}

header a.btn-ghost:hover {
	color: var(--primary);
	background: #fff;
}

/*******************************************
:--- Webinar - Main Content ---:
*******************************************/

/* Webinar - Hero */

.page-template-page-webinar .hero-section {
    background-color: var(--primary);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

.page-template-page-webinar .hero-section > * {
    z-index: 3;
}

.page-template-page-webinar .hero-section:after {
    background: linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,0));
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 2;
}

.page-template-page-webinar .hero-content {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	min-height: 300px;
	z-index: 4;
}

.page-template-page-webinar .hero-content h1,
.page-template-page-webinar .hero-content .subhead {
	color: #fff;
}

@media (max-width: 1200px) {
    .page-template-page-webinar .hero-content {
        min-height: 350px;
    }
}

@media (max-width: 992px) {
    .page-template-page-webinar .hero-content {
        min-height: 250px;
    }
}

.page-template-page-webinar .hero-bg-image {
	display: flex;
	align-items: center;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
	z-index: 1 !important;
}

.hero-bg-image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Webinar - Details */

.page-template-page-webinar .details-section .details {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 60px;
}

.page-template-page-webinar .details-section .details > div {
	flex: 1 1 0;
}

.page-template-page-webinar .details-section .details .date-box {
	max-width: 100%;
}

.page-template-page-webinar .details-section .details .date-box:after {
	background: var(--primary);
    content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -30px;
}

.page-template-page-webinar .details-section .details .date-box .date {
	color: var(--primary);
    font-size: 70px;
    font-weight: bold;
	line-height: 1;
}

.page-template-page-webinar .details-section .details .date-box .day {
    font-size: 19px;
}

.page-template-page-webinar .details-section .details .other-details {
	font-size: 16px;
}

.page-template-page-webinar .details-section ul > li {
    list-style: none;
}

/* Webinar - Form */

.page-template-page-webinar .form-container {
	background: var(--primary);
	color: #FFF;
	padding: 40px 50px;
	margin-top: -180px;
    z-index: 5;
}

.page-template-page-webinar .form-container a {
	color: var(--primary);
}

.page-template-page-webinar .form-container a:hover,
.page-template-page-webinar .form-container a:focus,
.page-template-page-webinar .form-container a:active {
	text-decoration: none;
}

.page-template-page-webinar .field-required {
	color: red;
}

@media (max-width: 992px) {
    .page-template-page-webinar .form-container {
        margin-top: 40px;
    }
}

@media (max-width: 575px) {
    .page-template-page-webinar .form-container {
        padding: 30px;
    }
}

/* Webinar - Contact Fields */

.page-template-page-webinar .contact-fields {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	margin: 0 0 30px;
}

.page-template-page-webinar .contact-fields > div {
	flex: 1 1 0;
	width: 100%;
	min-width: 45%;
}

.page-template-page-webinar .contact-fields label {
	font-size: 14px;
	text-transform: uppercase;
}

.page-template-page-webinar .contact-fields input {
	border-radius: 0;
	border: none;
	padding: 10px 15px;
	width: 100%;
}

.page-template-page-webinar .contact-fields .iti {
	width: 100%;
}

.page-template-page-webinar .contact-fields .iti__country-list,
.page-template-page-webinar .contact-fields .iti__selected-dial-code{
	color: #000;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .page-template-page-webinar .contact-fields {
        gap: 15px;
    }
    .page-template-page-webinar .contact-fields > div {
        min-width: 100%;
    }
}

@media (max-width: 767px) {
    .page-template-page-webinar .contact-fields {
        gap: 15px;
    }
    .page-template-page-webinar .contact-fields > div {
        min-width: 100%;
    }
}

/* Webinar - Opt In Fields */

.page-template-page-webinar .opt-in-fields {
	margin: 0 0 30px;
}

.page-template-page-webinar .opt-in-fields a {
	color: var(--secondary);
}

.page-template-page-webinar .opt-in-fields > div fieldset {
    display: flex;
    align-items: flex-start;
    margin: 0 0 10px;
}

.page-template-page-webinar .opt-in-fields > div:last-of-type fieldset {
    margin: 0;
}

.page-template-page-webinar .opt-in-fields fieldset input[type=checkbox] {
	border: none;
	margin-top: 4px;
    width: auto;
	min-height: auto;
}

.page-template-page-webinar .opt-in-fields fieldset label {
    font-size: 12px;
	font-weight: 400;
    line-height: 1.4;
    margin: 0 0 0 10px;
}

/* Webinar - Submit Fields */

@media (min-width: 1400px) {
    .page-template-page-webinar .submit-fields {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;
    }
    
    .page-template-page-webinar .submit-fields > div {
        flex: 1 1 0;
        width: 100%;
        min-width: 45%;
    }
}

@media (max-width: 1400px) {
    .page-template-page-webinar ._button-wrapper {
        margin-top: 30px;
    }
}

.page-template-page-webinar button._submit {
    background-color: #0c6ffe;
    border: 1px solid #0c6ffe;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    padding: 26px 30px;
    transition: all 0.3s;
}

.page-template-page-webinar button._submit:hover,
.page-template-page-webinar button._submit:focus,
.page-template-page-webinar button._submit:active {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
	color: var(--primary-dark);
}

/* Webinar - Error Notifications */

.page-template-page-webinar ._error {
	color: red;
	font-size: 12px;
	position: absolute;
	text-transform: uppercase;
}

.page-template-page-webinar ._error-inner {
    color: red;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

/* Webinar - About */

.page-template-page-webinar .about-section {
    background-attachment: fixed;
    background-color: #f4f6f6;
    background-position: 300px 0;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    position: relative;
}

.page-template-page-webinar .about-content {
    padding: 80px 0;
}

.page-template-page-webinar .about-section:after {
    background: linear-gradient(90deg, #f4f6f6 50%, transparent 50%);
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}

.page-template-page-webinar .about-content {
    z-index: 2;
}

@media (max-width: 992px) {
    .page-template-page-webinar .about-section {
        background-attachment: inherit;
        background-size: contain;
        background-position: center -150px;
        padding-top: 250px;
    }

    .page-template-page-webinar .about-content {
        padding: 40px 0;
    }

    .page-template-page-webinar .about-section:after {
        background: #f4f6f6;
        top: auto;
        bottom: 0;
        left: 0;
        height: calc(100% - 250px);
    }
}

@media (max-width: 650px) {
    .page-template-page-webinar .about-section {
        background-position: center -150px;
        background-size: 125%;
    }
}

@media (max-width: 525px) {
    .page-template-page-webinar .about-section {
        background-position: center -50px;
    }
}

/* Webinar - Presenters */

.page-template-page-webinar .presenter-name {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page-template-page-webinar .presenter-title {
	border-bottom: 2px solid var(--primary);
	font-size: 15px;
	/* min-height: 67px; */
	padding: 0 0 20px 0;
}

.page-template-page-webinar .bio-container {
	font-size: 16px;
	max-height: 120px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	margin-bottom: 15px;
}

.page-template-page-webinar .btn-bio {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 10px 15px;
    transition: all 0.3s;
}

.page-template-page-webinar .btn-bio:hover {
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 992px) {
    .page-template-page-webinar .presenter-img {
        max-width: 200px;
    }

    .page-template-page-webinar .bio-container {
        max-height: 90px;
    }
}

/* Webinar - Register Button */

.page-template-page-webinar .register-button {
    background: #0066CC;
	border-radius: 0.375rem;
    padding: 14px 54px;
    color: #fff;
    text-shadow: 0px 1px 1px #2971a7;
    border: 1px solid #2971a7;
    font-size: 18px;
    font-weight:bold;
    transition: all 0.2s;
    margin-bottom: 12px;
}

.page-template-page-webinar .register-button:hover {
    background: #1c2b59;
}

.page-template-page-webinar .register-button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
}

/* Webinar - Popover */

.page-template-page-webinar .popover {
	background: var(--primary);
	color: #000;
	padding: 6px;
	text-align: center;
}

.page-template-page-webinar .popover-body {
	color: #000;
    padding: 10px;
}

.page-template-page-webinar .popover .arrow::after, 
.page-template-page-webinar .popover .arrow::before {
	border-bottom-color: var(--primary);
	border-top-color: var(--primary);
}

.page-template-page-webinar .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, 
.page-template-page-webinar .bs-popover-bottom>.popover-arrow::before, 
.page-template-page-webinar .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, 
.page-template-page-webinar .bs-popover-bottom>.popover-arrow::after {
	border-bottom-color: var(--primary);
}

/*******************************************
:--- Footer ---:
*******************************************/

footer.site-footer {
	padding: 2rem 0;
	font-size: 0.875rem;
}

footer.site-footer .site-logo {
	display: block;
	max-width: 325px;
}

footer.site-footer .site-logo img {
	width: 100%;
}

footer.site-footer p {
	margin-bottom: 0 !important;
}

footer.site-footer a {
	color: #fff;
}

footer.site-footer #menu-footer {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

footer.site-footer ul {
	padding-left: 0;
}

footer.site-footer ul > li {
	list-style-type: none;
}

footer.site-footer .social-links li {
	font-size: 1.4rem;
	margin-right: 1rem;
}

/*******************************************
:--- Media Queries ---:
*******************************************/

@media (min-width: 1440px) {
	.container {
		min-width: 1400px;
	}
}

@media (min-width: 1200px) {

}

@media (max-width: 1200px) {
	
}

@media (max-width: 992px) {
	
}
 
@media (max-width: 767px) { 

}

@media (max-width: 640px) { 
}

@media (max-width: 480px) { 

}

@media (max-width: 320px) { 

}