/*
 Theme Name:     Divi Child
 Template:       Divi
 Author:         Xweb Devlopers
 Author URI:     www.xwebdevelopers.com
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/*------------Common-css-----------*/
body .et_pb_button.button-with-shadow {
    box-shadow: 0px 0px 0 5px rgba(178,31,32,0.4);
    border-color: transparent;
}
/*------------Common-css-----------*/

/*------------top-header-css-----------*/
.top-header .et_pb_row,.main-heder .et_pb_row {
    display: flex;
    align-items: center;
}
.top-header .et_pb_row{
    justify-content: space-between;
}
.call-col {
    display: flex;
    align-items: center;
} 
.top-header .et_pb_column .et_pb_blurb {
    margin-bottom: 0 !important;
}

.top-header .et_pb_column {
    margin-right: 0 !important;
}

.top-header .et_pb_row .et_pb_blurb .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.top-header .et_pb_row .et_pb_blurb h4.et_pb_module_header {
    padding-bottom: 0 !important;
}
.top-header .et_pb_row .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.all-course-col {
    display: flex;
    align-items: center;
}
.all-course-col .et_pb_button_module_wrapper {
    margin-bottom: 0 !important;
    margin-right: 15px;
}
/*------------top-header-css-----------*/


/*------------Main-header-css-----------*/
.main-heder .et-menu li li a {
    width: 100%;
    line-height: 1.2;
}
.main-heder ul.sub-menu {
    z-index: 1;
    border-top: 3px solid #b21f20 !important;
}
.main-heder .nav li ul{
    width: 380px;
}
.main-heder .nav li ul li{
    display: block;
}
.main-heder .et_pb_menu .et-menu>li {
    padding-left: 10px;
    padding-right: 10px;
}

/*------------Main-header-css-----------*/


/*------------Banner-css-----------*/
.home-banner .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 10% 8%;

}
.home-banner .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: text-top;
}

.home-banner h1.et_pb_slide_title {
    margin-bottom: 20px;
}
body #page-container .et_pb_slider .et_pb_slide_4.et_pb_slide .et_pb_more_button.et_pb_button:hover{
    background-color: #fff;
}

.home-banner .et-pb-controllers a.et-pb-active-control {
    width: 30px;
}
.home-banner .et-pb-controllers {
    bottom: 80px;
}
.home-banner{
    position: relative;
}
.home-banner .et_pb_slider .et_pb_button{
    box-shadow: 0px 0px 0 5px rgba(178,31,32,0.4);
    border-color: transparent;
}
.home-banner .et_pb_slider .et_pb_button:hover {
    background-color: #000 !important;
    color: #fff !important;
}
/*------------Banner-css-----------*/


/*------------Banner-bottm-box-css-----------*/

.banner-bottom-row .et_pb_blurb_description {
    height: 110px;
}

.banner-bottom-row .et_pb_column {
    width: calc(100% / 3) !important;
    margin-right: 0;
}

.home-banner .banner-bottom-row .et_pb_button {
    padding: 0 !important;
    border: none;
}
.home-banner .banner-bottom-row .et_pb_button:hover{
    color:#fff !important;
}

.banner-bottom-row .et_pb_button::after {
    margin-left: 0 !important;
    top: 50%;
    transform: translateY(-43%);
}
.banner-bottom-row {
    position: absolute;
    top: 91%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
/*------------Banner-bottm-box-css-----------*/


/*------------our-courses-css-----------*/

.our-courses {
    margin-top: 18%;
}

.smal-heading {
    margin-bottom: 0 !important;
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.smal-heading:before,.smal-heading:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 2px;
    background-color: #b21f20;
    left: -65px;
    top: 50%;
    transform: translateY(-50%);
}

.smal-heading:after {
    right: -65px;
    left: auto;
}

.main-title {
    margin-bottom: 0 !important;
}

.courses-box .et_pb_heading {
    margin-bottom: 0 !important;
}

.courses-row {
    display: flex;
    justify-content: space-between;
}

.courses-row .et_pb_column {
    width: calc(100% / 3 - 30px);
    margin-right: 0 !important;
    position: relative;
}

.courses-box a {
    color: #000;
}

.courses-btn::after {
    margin-left: 0 !important;
}
.courses-row .et_pb_column .courses-btn {
    border-radius: 0 !important;
    border: none;
    padding: 10px !important;
    padding-left: 30px !important;
    padding-right: 5rem !important;
    clip-path: polygon(0 0, 75% 0%, 100% 100%, 0% 100%);
}
.courses-row .et_pb_column .courses-btn:hover{
    background-color: #000 !important;
    color:#fff !important;
}
.courses-row .et_pb_column .et_pb_button_module_wrapper{
    position: absolute;
    left: 0;
    bottom: 0;

}
/*------------our-courses-css-----------*/

/*------------About-us-css-----------*/

.about-left .et_pb_image {
    margin-bottom: 0 !important;
}
/*.about-call{
    z-index: -1;
}*/

.about-call {
    padding: 23px;
}
.smal-heading.left-small:after {
    display: none;
}
.smal-heading.left-small {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin-left: 65px;
}
.about-img {
    max-width: 98%;
}
/*------------About-us-css-----------*/

/*------------Services-css-----------*/

.services-sec .main-title-row {
    align-items: center;
    display: flex;
}
.service-box-row .et_pb_column:nth-child(1), .service-box-row .et_pb_column:nth-child(3) {
    margin-right: 0;
    width: 25%;
}
 .service-box-row .et_pb_column:nth-child(3) {

    margin-left: 24px;
}
.service-box-row .et_pb_column:nth-child(2) {
    width: 25%;
    margin-right: 24px;
}
.service-box-row .et_pb_column:nth-child(4){
    width: 25%;
    margin-right: 0 !important;
}
.service-box-row .et_pb_blurb {
    margin-bottom: 0 !important;
    min-height: 355px;
}
.icon-box-service .et_pb_main_blurb_image span.et_pb_image_wrap:before {
    content: '';
    position: absolute;
    width: 116%;
    height: 116%;
    border: 2px solid #b21f20;
    z-index: 0;
    left: -10%;
    top: -9%;
}
.icon-box-service .et_pb_main_blurb_image span.et_pb_image_wrap {
    position: relative;
}
.icon-box-service .et_pb_main_blurb_image {
    margin-bottom: 20px;
    margin-left: 5%;
    margin-top: 5%;
}
/*.service-arrow {
    margin-top: -16px;
}*/
.service-arrow {
    position: absolute;
    right: 0;
    bottom: 0;
}
/*------------Services-css-----------*/

/*------------Vedio-sec-css-----------*/
.vedio-sec .et_pb_video_play{
    position: relative;
    width: 99px;
    height: 99px;
    background-color: #b21f20;
    border-radius: 50%;
    font-size: 2rem;
    text-align: center;
}

.vedio-sec .et_pb_video_play:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 10px solid #fff;
    border-radius: 50%;
}
.vedio-sec .et_pb_video_play:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.3); opacity:1; }
  100% { transform: scale(1.6); opacity:0; }
}
.vedio-sec {
    position: relative;
}
.vedio-sec:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: #b21f20;
    top: 50%;
    transform: translateY(-50%);
}
.vedio-sec .et_pb_row{
    display: flex;
    align-items: center;
}
.vedio-sec .et_pb_video_box .fluid-width-video-wrapper{
    padding-top: 100% !important;
}

/*------------Vedio-sec-css-----------*/

/*------------contact-form-sec-css-----------*/

.contact-form-row .et_pb_column {
    width: calc(100% / 2);
    margin-right: 0;
}
.contact-left{
    position: relative;
}

.contact-left:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 32px 48px 32px 0;
    border-color: transparent #fff transparent transparent;
    transform: rotate(0deg);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-form-row .et_pb_contact_form .et_pb_button,.contact-page-form .et_pb_contact_form .et_pb_button {
    box-shadow: 0px 0px 0 5px rgba(178,31,32,0.4);
    border-color: transparent;
    margin-top: 15px;
}
/*------------contact-form-sec-css-----------*/

/*------------process-css-----------*/
.hexa {
    width: 148px;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px !important;
}
.process-row {
    display: flex;
    justify-content: space-between;
    background-position: 51% 33%;
     background-size: 80% !important;
}

.process-box {
    margin-right: 0 !important;
    width: calc(100% / 4 - 30px);
}
.process-box .et_pb_heading {
    margin-bottom: 0 !important;
}

/*------------process-css-----------*/

/*------------testimonials-css-----------*/
.testi-footer h3 {
    background-color: #323332;
    padding: 5px;
    border-radius: 50%;
    width: 53px;
    text-align: center;
    margin-right: 20px;
}
img.five-star {
    margin-bottom: 30px;
    width: 20%;
}
.testimonials .et_pb_slide_content {
    text-shadow: none;
}
.testi-footer {
    display: flex;
    align-items: center;
    margin-top: 60px;
    border-top: 1px solid #121212;
    padding-top: 30px;
}
.testimonials .et-pb-arrow-prev:before{
        content: '';
}
.testimonials .et-pb-arrow-next:before{
        content: '';
}
.testimonials .et_pb_slide_description {
    padding-bottom: 0;
    padding-top: 20px;
}
.testimonials .et-pb-slider-arrows a,.testimonials .et_pb_slider:hover .et-pb-slider-arrows a {
    opacity: 1 !important;
    left: auto;
    top: auto;
    bottom: 0;
    right: 97px;
}
.testimonials .et-pb-slider-arrows a.et-pb-arrow-prev,.testimonials .et_pb_slider:hover .et-pb-arrow-prev {
    right: 158px !important;
}

p.testi-content {
    min-height: 100px;
}

/*------------testimonials-css-----------*/

/*------------location-css-----------*/
.lcation-box {
    width: calc(100% / 3 - 30px) !important;
    margin-right: 0  !important;
    
}
.lcation-box .et_pb_blurb {
    min-height: 200px;
}
.location-row {
    display: flex;
    justify-content: space-between;
}
/*------------location-css-----------*/

/*------------footer-css-----------*/

.footer ul.et-menu.nav.downwards {
    flex-direction: column;
}

.footer ul.et-menu.nav.downwards li {
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
    margin-left: 11px;
}

.footer ul.et-menu.nav.downwards li:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #b21f20;
    top: 29%;
    transform: translateY(-50%);
    left: 0;
}

.footer ul.et-menu.nav.downwards li a{
    font-size: 16px;
}

.footer ul.et-menu.nav.downwards li a:hover {
    color: #b21f20;
}

.footer .et_pb_row {
    display: flex;
    justify-content: space-between;
}
.footer .et_pb_row .et_pb_column {
    width: calc(100% / 4 - 30px) !important;
    margin-right: 0;
}
.footer-intro .et_pb_image {
    margin-bottom: 0 !important;
}
.footer h3.et_pb_module_header {
    padding-top: 15px;
}
.footer ul.et-menu.nav.downwards {
    list-style-type: square;
    list-style: square;
}
.contact-col h4.et_pb_module_header {
    display: none;
}
.contact-col .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.contact-col .et_pb_blurb_content {
    display: flex;
    align-items: center;
}
.footer .et_pb_social_media_follow li a.icon:hover {
    background-color: #000 !important;
}

/*------------footer-css-----------*/

/*------------about-page-css-----------*/

.contact-left .et_pb_text_inner a {
    color: #fff !important;
}

.contact-about .contact-left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


/*------------about-page-css-----------*/


/*------------location-page-css-----------*/

.location-page-row .et_pb_main_blurb_image {
    margin-bottom: 10px;
}
.location-page-row .et_pb_column:hover{
    background-color: #000;
}
/*------------location-page-css-----------*/

/*------------Services-page-css-----------*/
.services-page-sec {
    position: relative;
}

.services-page-sec:after,.services-page-sec-reverse:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: #f2f2f2;
    top: 0;
    right: 0;
}
.service-page-row {
    display: flex;
    align-items: center;
}

.service-right {
    width: 44% !important;
    margin-right: 0 !important;
    padding-left: 50px;
}
.service-left {
    margin-right: 0 !important;
    margin-left: 70px;
    width: 50% !important;
}

.services-page-sec-reverse:after {
    left: 0;
    width: 55%;
}

.services-page-sec-reverse .service-left {
    margin-right: 0 !important;
    margin-left: 70px;
    width: 50% !important;
}
.services-page-sec-reverse .service-right {
    width: 44% !important;
    margin-right: 0 !important;
    padding-left: 50px;
}
.contact-page-form .et_pb_column {
    width: calc(100% / 2) !important;
    margin: 0 !important;
}
/*-----------Blog page css-----------*/

.blog-main h2.entry-title {
    font-size: 18px;
	min-height: 66px;
}
.blog-main .post-content-inner {
    min-height: 195px;
}
div#left-area h1.entry-title {
    font-size: 35px;
}
div#sidebar .wp-block-latest-posts li {
    border-bottom: 1px solid #b51f20;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/*-----------Blog page css-----------*/

/*-----------Wocommerce pages css-----------*/

.woocommerce-page h1.entry-title.main_title {
    font-size: 40px;
}

.woocommerce h2 {
    font-size: 30px;
}

button.woocommerce-Button.button, .woocommerce-page button.woocommerce-button {
    box-shadow: 0px 0px 0 5px rgba(178,31,32,0.4);
    border-color: transparent;
    font-size: 18px !important;
    line-height: 1.4em !important;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #000;
}
.woocommerce-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*.woocommerce-page #main-content .container:before{
    display: none;
}
.woocommerce-page div#left-area {
    width: 100%;
    float: none;
    padding: 0 !important;
}
.woocommerce-page.et_right_sidebar #sidebar {
    display: none !important;
    width: 0;
}*/
 #main-content .container:before{
    display: none;
}
 div#left-area {
    width: 100%;
    float: none;
    padding: 0 !important;
}
.et_right_sidebar #sidebar {
    display: none !important;
    width: 0;
}
/*-----------My account page css-----------*/
.woocommerce-account .woocommerce-form-login__rememberme {
    margin-top: 7px;
}

p.woocommerce-LostPassword.lost_password {
    padding-top: 10px;
}
form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    margin-top: 15px;
}
form.woocommerce-EditAccountForm.edit-account {
    padding-bottom: 50px;
}
/*-----------My account page css-----------*/

/*-----------lost/reset-password page css-----------*/

form.woocommerce-ResetPassword.lost_reset_password {
    padding-bottom: 50px;
}
/*-----------lost/reset-password page css-----------*/

/*-----------edit account page css-----------*/

.woocommerce-edit-account .woocommerce button.woocommerce-Button.button {
    margin-top: 20px;
}

/*-----------edit account page css-----------*/

/*-----------cart page css-----------*/

/*-----------cart page css-----------*/

/*-----------checkout page css-----------*/


/*-----------checkout page css-----------*/


/*-----------tables css -----------*/
table th {
	background-color: #f8f8f8;
	color: #3C424F;
}
#content-area table th, #content-area table td {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
input, textarea, select {
	display: block;
	width: 100%;
	font-family: inherit;
	font-size: 1rem;
	height: 2.5rem;
	outline: none;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	box-shadow: none;
	padding: 0 12px;
}
.ee-ticket-selector-ticket-price-th {
	text-align: center;
	width: 25%;
}
.ee-ticket-selector-ticket-qty-th {
	text-align: center;
	width: 25%;
}
.ee-status-bg--DTU, .ee-status.event-active-status-DTU {
	background-color: #b51f20;
}
#ticket-selector-submit-692-btn {
	background: #b51f20;
	border-color: #b51f20;
	line-height: 10px !important;
}
#spco-go-to-step-payment_options-submit {
	background: #b51f20;
	color: #fff;
	cursor: pointer;
}
#spco-go-to-step-payment_options-submit:hover {
	background: #000;
}
#spco-go-to-step-payment_options-submit {
	background: #b51f20;
	color: #fff;
	cursor: pointer;
	height: 65px;
	line-height: 20px;
}
.spco-ticket-info-dv .spco-ticket-details .ee-ticket-details-name.item_l {
	width: 70%;
}
.spco-ticket-details .ee-ticket-details-qty.jst-rght, .spco-ticket-details .ee-ticket-details-price.jst-rght {
	text-align: center !important;
}
.spco-ticket-details .ee-ticket-details-qty.item_l.jst-rght, .spco-ticket-details .ee-ticket-details-price.item_c.jst-rght {
	text-align: center;
}
.espresso-table .a_register_link {
    background: #b51f20;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-family: 'Bree Serif';
    font-size: 16px;
}
.espresso-table .a_register_link:hover {
	background: #000;
}
.mainland-fillter-label {
	width: 20%;
}
.mainLandsearch {
	width: 80%;
	height: 56px;
	overflow: hidden;
	background-color: #e5e5e5;
	float: left;
	margin-top: -60px;
	margin-left: 20%;
	padding-left: 8px;
	background-position-x: right;
}
.mainLandsearch select {
	height: 56px;
	width: 100%;
	background: transparent;
	border: 0;
	border-radius: 0;
}
.category-filter {
	margin-bottom: 15px;
}
.single-espresso_events .espresso-venue-dv h4 {
	font-family: "Bree Serif";
	font-size: 22px;
}
.single-espresso_events .espresso-venue-dv {
	margin-top: 22px;
}
.single-espresso_events .espresso-venue-dv a {
	text-decoration: underline;
}
.single-espresso_events .small-text strong {
	font-size: 16px !important;
	padding-bottom: 72px !important;
}
.single-espresso_events .espresso-venue-dv p:not(.has-background):last-of-type {
	margin-bottom: 16px;
}
.single-espresso_events .container {
	background: #80808012;
	padding: 48px;
	margin-bottom: 50px;
	border: 1px solid #ddd;
}
.single-espresso_events .espresso_events .event-datetimes > .ee-event-datetimes-ul--small .ee-event-datetimes-li {
	width: 100%;
}
.page-id-652 #spco-go-to-step-finalize_registration-submit {
	background: #ce1927;
	color: #fff;
	cursor: pointer;
	padding: 18px;
	height: auto;
	font-size: 24px;
}
.page-id-652 #spco-go-to-step-finalize_registration-submit:hover, .page-id-652 #stripe-card-button:hover {
	background: #000;
}
.page-id-652 #stripe-card-button {
	background: green;
	color: #fff;
	padding: 18px;
	height: auto;
}
/*.category-filter {
	display: none;
}*/
.ticket-selector-submit-btn {
	height: auto;
}
.space-remainTicket {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	padding-top: 20px;
}

div#espresso-thank-you-page-overview-dv a.ee-button {
    background-color: #b51f20;
}

span.mobileView{
    display: none;
}
#espresso-notices {
    margin: 0 auto !important;
    left: auto;
    right: auto;
} 

#espresso-notices-error, #espresso-ajax-notices-error {
    border-color: hsl(0deg 71.03% 41.96%);
}

.reg-col {
    text-align: center !important;
}
.desktopViewDate {
    white-space: nowrap;
}
.hiring .et_pb_text_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}

.desktopViewDate li {
    text-align: center;
}

#content-area table .tckt-slctr-tbl-td-price.jst-rght {
    text-align: center;
}

#ee-single-page-checkout-dv select {
    width: 100%;
}

#ee-single-page-checkout-dv h2.spco-steps-big-hdr {
    margin-bottom: 20px !important;
}

#ee-single-page-checkout-dv input[type=radio]{
    display: inline;
} 

.spco-payment-method-btn-img {
    width: 100%;
}
#ee-single-page-checkout-dv .spco-payment-method-input-dv label{
    vertical-align: middle;
        min-height: 60px;
    border: 1px solid #ddd5d5;
    border-radius: 5px;
    line-height: 60px;
}

div#espresso-thank-you-page-overview-dv h2.section-heading.display-box-heading {
    font-size: 30px;
}

div#espresso-thank-you-page-ajax-transaction-dv h3 {
    font-size: 30px;
}
div#espresso-thank-you-page-overview-dv .ee-registration-details-dv h5 {
    font-size: 25px;
}
div#espresso-thank-you-page-overview-dv h3{
    font-size: 30px;
}
blockquote {
    border-color: #b51f20;
}
.why-choose-us .et_pb_row {
    display: flex;
    align-items: center;
}
.phase-box {
    justify-content: space-between;
}

.phase-box .et_pb_column {
    width: calc(100% / 4 - 20px) !important;
    margin-right: 0;
    border-bottom: 5px solid #b51f20;
}
.phase-box.row-2 .et_pb_column {
    width: calc(100% / 3 - 20px) !important;
}

.page-id-1731 .phase-box .et_pb_column {
    width: calc(100% / 3 - 20px) !important;
}

.page-id-1739 .phase-box .et_pb_column {
    width: calc(100% / 3 - 20px) !important;
}

.certification-row .et_pb_column_1_2 {
    width: 50% !important;
    margin-right: 20px;
}
.certification-row .et_pb_column_1_4 {
    width: 25%;
    margin-right: 20px;
}

.who-attend .et_pb_row {
    display: flex;
    align-items: center;
}

.who-attend .et_pb_row .et_pb_button:hover{
    background-color: #000;
    color: #fff;

}
.equivalency {
    display: flex;
    align-items: center;
}
.equivalency-cer-row .et_pb_column {
    width: calc(100% / 4 - 20px) !important;
    margin-right: 0;
}
.equivalency-cer-row {
    justify-content: space-between;
}
.centerText {
	text-align: center !important;
}

.contact-form-services select {
    padding: 0 !important;
}
.contact-form-services textarea{
    padding-left: 0 !important;
}
.contact-form-services input {
    padding-left: 0 !important;
}
.cta-servicepage .et_pb_button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.price_heading, .combo-class .et_pb_button_module_wrapper {
    display: inline-block;
    margin-bottom: 0px !important;
    margin-top: 10px;
}
.price_heading, .combo-class .et_pb_blurb_description {
    height: 55px;
}
.combo-class .et_pb_button_module_wrapper .combo-btn:hover {
    background-color: #fff;
}

.price_heading {
    width: 25%;
}
.price_heading h2.et_pb_module_header {
    color: #fff;
}
.combo-class .et_pb_button_module_wrapper {
    width: 70%;
    text-align: end;
}
.combo-courses .et_pb_row {
    display: flex;
    justify-content: space-between;
}
.combo-courses .et_pb_row .combo-class {
    width: calc(100% / 3 - 20px);
    position: relative;
    margin-right: 0 !important;
    padding: 15px;
    padding-bottom: 4px;
}
.combo-courses .et_pb_row .combo-class:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    background-color: #000;
    left: 0;
    bottom: 0;
    z-index: -1;
}
    .combo-class h4.et_pb_module_header {
    height: 50px;
}
/*---------responsive css start------------*/
@media (min-width:1280px) and (max-width:1500px) { 

.logo-col {
    width: 15% !important;
    margin-right: 0 !important;
}

.menu-col {
    width: 85% !important;
} 
  
.about-call {
    padding: 18px 7px;
}
.service-box-row .et_pb_blurb {
    margin-bottom: 0 !important;
    height: 395px;
}

.our-courses {
    margin-top: 24%;
}
.banner-bottom-row h4.et_pb_module_header {
    font-size: 24px;
}

}
@media (min-width:1200px) and (max-width:1500px) { 
    .combo-class h4.et_pb_module_header {
    height: 65px;
}
}
@media (max-width: 991px) {
.mobile_nav .mobile_menu_bar:before {
    color: #141827 !important;
}
.logo-col {
    margin-bottom: 0 !important;
}
.main-heder .et_pb_menu .et_mobile_menu {
    top: 163%;
    width: 100vw;
    /* max-width: 100%; */
    left: -50vw;
    border-top: 3px solid #b21f20;
}
}
@media (max-width: 767px) {
    .et_pb_row {
    width: 90% !important;
}
/*header*/
.top-header .et_pb_row {
    justify-content: space-between;
    flex-direction: column;
} 

.btn-col .et_pb_button_module_wrapper {
    text-align: center;
}

.top-header .et_pb_column .et_pb_blurb.call-module {
    margin-bottom: 10px !important;
}

.call-col {
    flex-direction: column;
}

.top-header .et_pb_row .et_pb_blurb .et_pb_blurb_content {
    justify-content: center;
}
.top-header .et_pb_column {
    margin-bottom: 12px !important;
}

.top-header .btn-col {
    margin-bottom: 0 !important;
}
.top-header .all-course-col {
    margin-bottom: 0 !important;
    justify-content: center;
}
.top-header .all-course-col .et_pb_button {
    font-size: 14px;
}
.top-header .all-course-col .et_pb_icon span.et-pb-icon {
    font-size: 30px;
}
/*header*/

/*banner*/
.home-banner .et-pb-controllers {
    bottom: 10px;
}

body .home-banner .et_pb_row {
    width: 100% !important;
}
body .home-banner .et_pb_slider .et_pb_slide .et_pb_slide_description h1.et_pb_slide_title {
    font-size: 30px !important;
}
.home-banner .et_pb_container {
    height: 332px !important;
}
.home-banner .et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 16% 8%;
}
.home-banner .et_pb_container p {
    line-height: 1.2;
}
.home-banner .et_pb_slider .et_pb_button {
    font-size: 14px;
}
.banner-bottom-row .et_pb_column {
    width: 100% !important;
    margin-bottom: 0;
}
.banner-bottom-row {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    z-index: unset;
    width: 100%;
}
.banner-bottom-row .et_pb_column .et_pb_main_blurb_image {
    margin-bottom: 10px;
    width: 25%;
}

.banner-bottom-row .et_pb_column h4.et_pb_module_header {
    font-size: 24px;
}
/*banner*/
.main-title h2.et_pb_module_header {
    font-size: 36px !important;
}

.description .et_pb_text_inner {
    line-height: 1.2;
}

.courses-box {
    margin-bottom: 30px !important;
}

.our-courses {
    margin-top: 0;
    padding-bottom: 0;
}
.courses-row {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-bottom: 0;
}

.about-left .about-call {
    width: 98%;
    bottom: -27px;
}
.about-right {
    margin-top: 30px;
}
.et_pb_section.about-sec {
    padding: 30px 0;
}
.smal-heading.left-small {
    text-align: center;
    max-width: max-content;
    width: max-content;
    margin: 0 auto;
}
.smal-heading:after {
    display: block !important;
}
 h2.et_pb_module_header {
    text-align: center !important;
}
.et_pb_module.description {
    text-align: center;
}
.about-left .about-call .et_pb_blurb_content{
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.about-call {
    padding: 15px;
}
.about-left .about-call .et_pb_blurb_content h6.et_pb_module_header {
    font-size: 22px;
}
.about-left .about-call .et_pb_blurb_content  .et_pb_blurb_description {
    font-size: 22px;
}
.about-left .about-call .et_pb_main_blurb_image {
    width: 45px;
    margin-bottom: 0;
}
body .et_pb_button.button-with-shadow {
    box-shadow: 0px 0px 0 5px rgba(178,31,32,0.4);
    border-color: transparent;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    width: max-content;
}
.services-sec .main-title-row {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.service-box-row .et_pb_column:nth-child(3) {
    margin-left: 0;
}
.service-box-row .et_pb_column {
    margin-bottom: 0 !important;
}
.service-box-row .et_pb_column:nth-child(2){
    margin-bottom: 30px !important;
}
.service-box-row .et_pb_blurb {
    min-height: 390px;
}

.servic-page-cta h3.et_pb_module_header {
    font-size: 30px;
}
.icon-box-service .et_pb_blurb_content, .icon-box-service .et_pb_blurb_content h4,.icon-box-service .et_pb_blurb_content .et_pb_blurb_description {
    text-align: center !important;
}
.vedio-sec .et_pb_row {
    flex-direction: column;
}
.vedio-sec:after {
    height: 119%;
    top: 100%;
}
.vedio-sec {
    padding: 0;
}
.vedio-sec .et_pb_video_play {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-23%);
}
.contact-left:after {
    transform: rotate(90deg);
    right: auto;
    top: 90%;
    /* transform: translateY(-50%); */
    left: 45%;
}
.contact-form-row .et_pb_column {
    margin-bottom: 0;
    padding: 30px;
}
.contact-left .et_pb_module_header {
    font-size: 26px !important;
    text-align: center;
}
.contact-right {
    padding: 0 !important;
}
.contact-form-row .et_pb_contact_form .et_contact_bottom_container, .contact-page-form .et_pb_contact_form .et_contact_bottom_container{
    justify-content: center;
    float: none;
}
.process-row {
    background-image: none !important;
}
.our-process {
    padding: 30px 0;
}
.our-process .main-title-row {
    padding-bottom: 0;
}
.testimonials {
    padding: 30px 0;
}
.testimonials .main-title-row {
    padding-bottom: 0;
}
img.five-star {
    margin-bottom: 0;
    width: 48%;
}
.testimonials .et_pb_column {
    margin-bottom: 0 !important;
}
.testimonials .et_pb_slide_description {
    padding: 0 !important;
}
.testimonials .et-pb-slider-arrows a, .testimonials .et_pb_slider:hover .et-pb-slider-arrows a {
    right: 18px;
    bottom: 27px;
}
.testimonials .et-pb-slider-arrows a.et-pb-arrow-prev, .testimonials .et_pb_slider:hover .et-pb-arrow-prev {
    right: 77px !important;
}
.testimonials .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content {
    font-size: 14px;
    text-align: center !important;
}
.testimonials .et_pb_slides .et_pb_container {
    height: 350px !important;
}
.testi-footer h3 {
    width: 48px;
    height: 48px;
    line-height: 36px;
}
.location-sec {
    padding: 30px 0;
}
.location-sec  .main-title-row {
    padding-bottom: 0;
}
.location-row {
    flex-direction: column;
}
.lcation-box {
    width: 100% !important;
}
.footer .et_pb_row {
    flex-direction: column;
}
.footer .et_pb_row .et_pb_column {
    width: 100% !important;
}
.footer-intro .et_pb_image {
    margin-bottom: 0 !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer-intro .et_pb_social_media_follow {
    text-align: center;
}
.footer h3.et_pb_module_header {
    text-align: center;
}
footer .et_pb_menu__menu {
    display: block !important;
}
footer .et_mobile_nav_menu {
    display: none !important;
}
footer .et_pb_menu__wrap {
    justify-content: center !important;
}
footer .et_pb_menu .et_pb_menu__wrap {
    justify-content: center !important;
}
.footer ul.et-menu.nav.downwards li {
    padding-left: 0px;
    margin-left: 0;
    justify-content: center;
    text-align: center;
}
.footer ul.et-menu.nav.downwards li:before{
    display: none;
}
footer .et_pb_heading {
    margin-bottom: 0 !important;
}
.contact-col .et_pb_blurb_content {
    justify-content: center;
}
.footer{
    padding: 30px 0 !important;
}
.copyright .et_pb_text_inner {
    font-size: 14px;
}
.Inner-banner {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.Inner-banner h1.entry-title {
    font-size: 30px;
}
.about-page-abt .about-left {
    height: 300px;
    margin-bottom: 10px;
}
.contact-about .contact-right {
    padding: 30px !important;
}
footer .et_pb_row {
    padding: 0;
}
.about-page-abt {
    padding: 20px 0;
}
.contact-left .et_pb_text_inner a {
    display: block;
    text-align: center;
}
.contact-left .et_pb_text_inner {
    text-align: center;
}
.service-page-row {
    flex-direction: column;
}
.service-right {
    width: 100% !important;
    padding-left: 0px;
}
.services-page-sec:after, .services-page-sec-reverse:after {
    width: 100%;
    height: 84%;
    top: auto;
    right: 0;
    bottom: 0;
}
.service-left {
    margin-right: 0 !important;
    margin-left: 0;
    width: 100% !important;
}
.our-service-title {
    padding: 0;
}
.services-page-sec {
    padding: 0;
}
.services-page-sec .et_pb_heading {
    margin-bottom: 0;
}
.our-service-title .main-title-row {
    padding-bottom: 0;
}
.services-page-sec-reverse .service-right {
    width: 104% !important;
    padding-left: 0px;
}
.service-page-row.reverse-row {
    flex-direction: column-reverse;
}
.services-page-sec-reverse .service-left {
    margin-right: 0 !important;
    margin-left: 0px;
    width: 100% !important;
    margin-bottom: 30px !important;
}
.services-page-sec-reverse {
    margin-top: 0 !important;
}
.service-page-row .et_pb_heading.et_pb_module {
    margin-bottom: 0;
}
.get_in_touch {
    padding: 0;
}
.get_in_touch .main-title-row {
    padding-bottom: 0;
}
.get_in_touch h6.et_pb_module_header {
    font-size: 24px;
}
.get_in_touch .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.get_in_touch .et_pb_main_blurb_image  span.et-pb-icon {
    font-size: 40px;
}
.contact-page-form .et_pb_row {
    display: flex;
    flex-direction: column;
}
.contact-page-form .et_pb_column {
    width: 100% !important;
}
.blank_col{
    height: 300px !important;
    display: block !important;
}
.privacy-policy {
    padding: 0;
}
.privacy-policy .main-title-row {
    padding-bottom: 0;
}
.text-center-align .et_pb_text_inner {
    text-align: center;
}
.woocommerce-info {
    flex-direction: column;
}
.woocommerce-info a.woocommerce-Button.wc-forward.button {
    margin-top: 15px;
}
div#left-area h1.entry-title {
    text-align: center;
        font-size: 23px;
}
.espresso_event_type-single-event h1.entry-title {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    text-align: left !important;
}
.woocommerce h2{
    text-align: center;
}
form.woocommerce-ResetPassword.lost_reset_password p:first-child {
    text-align: center;
}
.single-espresso_events .container {
    padding: 3rem 1rem;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    padding-top: 45px !important;
    padding-bottom: 0px !important;
}
.entry-content tr td {
    padding: 1rem 3px;
    font-size: 15px;
}
.entry-content .tckt-price--nowrap {
    display: block;
}
.single-espresso_events .espresso-venue-dv h4 {
    font-size: 18px;
}
.ee-gmap-align-center {
    margin-bottom: 0;
}
.espresso_events, .espresso_venues {
    margin-bottom: 1rem;
}
.espresso_events .event-datetimes > .ee-event-datetimes-ul {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
#content-area table td.tckt-slctr-tbl-td-name,#content-area table th:first-child {
    padding-left: 1rem;
    line-height: normal;
}
div#espresso-thank-you-page-overview-dv h3 {
    font-size: 25px;
    text-align: center;
}

.ee-registration-details-dv h5 {
    font-size: 20px;
}
.desktopViewDate {
    display: none;
}
span.mobileView {
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    display: inline;
}
.h2-mobile h2 {
    font-size: 30px;
}
.page-id-652 div#main-content .container{
    padding: 0 15px;
    width: 100%;
}
table.spco-ticket-details tbody td:first-child {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
}
table.spco-ticket-details tbody td:first-child span {
    font-weight: 500;
}

.spco-ticket-info-dv .spco-ticket-details .ee-ticket-details-name.item_l {
    width: 40%;
    text-align: center;
}
table.spco-ticket-details th.jst-rght, table.spco-ticket-details td.jst-rght {
    text-align: center !important;
    padding-left: 3px;
    padding-right: 3px;
}
.spco-step-dv .big-event-title-hdr {
    font-size: 24px;
    text-align: center;
}
#ee-single-page-checkout-dv select {
    width: 100%;
}
#new_state_micro_form {
    margin-block-start: -.25rem;
    margin-bottom: 0;
}
#new_state_micro_form .ee-form-add-new-state-lnk {
    margin-bottom: 8px;
}
.ee-reg-form-attendee-dv {
    margin-block-start: 20px;
    margin-block-end: 0;
}
.ee-reg-form-attendee-dv .ee-reg-form-qstn-grp-title {
    margin-bottom: 5px;
    font-size: 24px;
}
.spco-whats-next-buttons {
    padding: 0;
}
tr#event-cart-total-row td.event-header {
    text-align: center;
    line-height: 1.2;
}
table#spco-payment-info-table td.item_l span {
    font-weight: 500;
}
table#spco-payment-info-table td.item_l {
    font-weight: bold;
    line-height: 1.2;
}
table#spco-payment-info-table td {
    text-align: center;
}
h4#reg-page-totals-hdr {
    font-size: 26px;
    text-align: center;
}
h4#method-of-payment-hdr {
    margin: 0;
    font-size: 24px;
    text-align: center;
}
#ee-single-page-checkout-dv .spco-payment-method-input-dv label {
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 100%;
    text-align: center;
    min-height: 50px;
}
.page-id-652 #spco-go-to-step-finalize_registration-submit {
    padding: 13px;
    font-size: 20px;
}
#ee-single-page-checkout-dv h2.spco-steps-big-hdr {
    text-align: center;
}
.spco-payment-method-hdr {
    font-size: 24px;
    text-align: center;
}
.important-notice {
    font-weight: bold;
    color: hsl(359.59deg 70.33% 40.98%);
    font-size: 22px;
    text-align: center;
    margin: 0.5em 0 !important;
}
div#stripe-sandbox-panel p {
    text-align: center;
    line-height: 1.2;
}
.ee-attention {
    border: 4px solid #b51f20;
}
div#espresso-thank-you-page-overview-dv br {
    display: none;
}
.page-id-656 .container {
    padding-top: 25px !important;
    padding-bottom: 45px !important;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.tiny-text {
    font-size: 10px;
    letter-spacing: 0;
}
.tiny-text .dashicons {
    margin-inline-end: 0;
}
div#espresso-thank-you-page-overview-dv .ee-table td {
    text-align: center;
    /* vertical-align: middle; */
    line-height: normal;
}
.entry-content div#espresso-thank-you-page-overview-dv  thead th, .entry-content div#espresso-thank-you-page-overview-dv tr th {
    padding: 3px 1rem;
    text-align: center;
}
div#espresso-thank-you-page-overview-dv h2.section-heading.display-box-heading {
    font-size: 24px;
    text-align: center;
}
div#espresso-thank-you-page-ajax-transaction-dv {
    padding-top: 10px;
}
div#espresso-thank-you-page-overview-dv .ee-registration-details-dv h5 {
    text-align: center;
}
#spco-attendee_information-pg {
    text-align: center;
}
table.ee-table.ee-registrations-list td:first-child span.tiny-text {
    display: flex;
    align-items: center;
}
table.ee-table.ee-registrations-list td:first-child span {
    display: block;
}
.et_pb_section.faq-title {
    padding-top: 10px;
}
.faq-accordian
 .et_pb_row {
    padding: 0;
}
.faq-accordian {
    padding: 30px 0;
}
.faq-accordian h5.et_pb_toggle_title {
    font-size: 17px;
}
.banner-bottom-row .et_pb_blurb_description {
    height: auto;
}
body .inner-banner .et_pb_post_title_1 h2.entry-title {
    font-size: 27px !important;
}
.section-1-content h2 {
    font-size: 26px !important;
}
.why-choose-us .et_pb_row {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.why-choose-us .et_pb_row h2, .progrm-outine .et_pb_row h2 {
    font-size: 27px !important;
}
.phase-box {
    flex-direction: column;
}
.phase-box .et_pb_column {
    width: 100% !important;
    padding: 30px !important;
}
.progrm-outine .et_pb_row {
    padding-bottom: 0;
}
.about-course .et_pb_column.et-last-child {
    height: 300px;
}
.page-id-1697 .about-course .et_pb_column.et-last-child {
    height: auto;
}
.page-id-1703 .about-course .et_pb_column.et-last-child {
    height: auto;
}
.page-id-1682 .about-course .et_pb_column.et-last-child {
    height: auto;
}
.what-learn .et_pb_row {
    padding-bottom: 0;
}
.who-attend .et_pb_row {
    flex-direction: column;
}
.who-attend .et_pb_row .et_pb_column {
    margin-bottom: 0;
}
.who-attend .et_pb_row .et_pb_column.et-last-child .et_pb_button {
    font-size: 16px;
}
.who-attend .et_pb_row .et_pb_column.et-last-child .et_pb_heading {
    margin-bottom: 10px;
}
.certification-row .et_pb_column{
    width: 100% !important;
}
.equivalency{
    flex-direction: column;
}
.page-id-54 .certification-row {
    padding-bottom: 0;
}
.equivalency-cer-row .et_pb_column {
    width: 100% !important;
}
.equivalency-cer-row {
    flex-direction: column;
}
.phase-box.row-2 .et_pb_column {
    width: 100% !important;
}
.et_pb_row.phase-box.row-2 {
    padding-top: 30px !important;
}
.page-id-92 .equivalency-cer-row:last-child .et_pb_column:nth-child(2) {
    margin-bottom: 0;
}
.page-id-92 .equivalency-cer-row:last-child .et_pb_column:nth-child(3) {
    margin: 0;
    padding: 0;
}
.page-id-1731 .phase-box .et_pb_column {
    width: 100% !important;
}
/*.page-id-1731 .worksafe-certificate .et_pb_column:nth-child(3) {
    height: 300px;
}*/
.page-id-1739 .phase-box .et_pb_column {
   width: 100% !important;
}
.equivalency h2 {
    font-size: 30px;
}
.combo-courses .et_pb_row .combo-class {
    width: 100% !important;
}
.combo-courses .et_pb_row{
    flex-direction: column;
}
.combo-courses {
    padding: 0;
}	
.about-course .et_pb_column_empty {
    display: block !important;
    height: 300px;
    margin-bottom: 30px !important;
}
}
/*mobile reponsive*/
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #fff;
	background: #b21f20;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	/*bottom: 10px;*/
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}
.et_mobile_menu .menu-item-has-children .sub-menu{
display: none !important;
}

.pa-block{
display: block !important;
height: fit-content !important;
padding-top: 0 !important;
margin-top: 0 !important;
padding: 5% !important;
margin-bottom: 0 !important;
margin-top: 0 !important;
}

.et_mobile_menu .menu-item-has-children .pa-submenu{
display: block !important;
}

.opened .et_mobile_menu{
height: fit-content !important;
padding: 5% !important;
}


ul.et_mobile_menu li.menu-item-has-children .mobile-toggle, .et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle{
    	    text-align: right;
    	    width: 100%;
    }
/*tab button*/

.languageButtons .et_pb_tabs_controls {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
	list-style: none;
}
.languageButtons .et_pb_tabs_controls li {
	flex: 1 1 auto;
	text-align: center;
	padding: 20px;
}
.languageButtons .et_pb_tabs_controls li.et_pb_tab_active {
	background: #ca1a1c;
}
.languageButtons .et_pb_tabs_controls li.et_pb_tab_active a {
	color: #fff !important;
}
.languageButtons .et_pb_tabs_controls li a {
	text-transform: uppercase;
	font-size: 22px;
}
.languageButtons ul.et_pb_tabs_controls::after {
	border-top: 0px;
}
.languageButtons .et_pb_tab {
	padding: 24px 0px;
}
.langSet .gt_switcher.notranslate {
	position: relative;
	top: 25px;
	right: 12em;
}
.page-template-default #sidebar, .error404 #sidebar {
	display: none;
}
.page-id-2508 .desktopViewDate, .page-id-2515 .desktopViewDate, .page-id-2520 .desktopViewDate {
	display: none;
}
.postid-2506 .event-datetimes .ee-event-datetimes-li-date-name, .postid-2511 .event-datetimes .ee-event-datetimes-li-daterange, .postid-2513 .event-datetimes .ee-event-datetimes-li-timerange, .event-datetimes .ee-event-datetimes-li-venue {
	display: none !important;
}
.postid-2506 .event-datetimes br, .postid-2511 .event-datetimes br, .postid-2513 .event-datetimes br {
	display: none;
}
@media only screen and (max-width: 768px) {
    .languageButtons .et_pb_tabs_controls {
        flex-direction: column;
    }
    .languageButtons .et_pb_tabs_controls li {
        flex: none;
        width: 100%;
		padding: 5px;
    }
	.et_pb_tabs_controls li a {
		padding: 4px 4px;
	}
	.langSet .gt_switcher_wrapper {
		position: relative !important;
		/* top: 0 !important; */
		display: flex;
		margin: 0 auto;
		z-index: 999999 !important;
		left: 74%;
	}
	.mainland-fillter-label {
		width: 35%;
		font-size: 30px;
	}
	.mainLandsearch {
		width: 65%;
		margin-top: -60px;
		margin-left: 35%;
	}
	.page-id-4848 .section-1-content ul {
    text-align: left;
}
	
}
