header a img#logo {
    max-height: 70%;
}

.instructors-block .et_pb_image a span img {
    width: 175px;
    height: 175px;
    object-fit: cover;
}
#lholsinger.instructors-block .et_pb_image a span img, #rwehrle.instructors-block .et_pb_image a span img {
    margin: 15px;
    width: 155px;
    height: 155px;
    box-shadow: 1px 5px 3px rgba(0,0,0,0.7);
}

/* Footer Starts--------- */

footer#main-footer {
    background-color: #ffffff;
    box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.1);
}


footer#main-footer .footer-widget h4.title {
    color: #000;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    transition: 0.3s all ease-in-out;
}

footer#main-footer .footer-widget ul li {
    position: relative;
    padding-left: 0;
    transition: 0.3s all ease-in-out;
}

footer#main-footer .footer-widget ul li:before {
    border: none;
    height: 2px;
    width: 0px;
    background-color: #faa23a;
    top: 11px;
    transition: 0.3s all ease-in-out;
}

footer#main-footer .footer-widget ul li a {
    color: #333;
    /* font-weight: 600; */
}

footer#main-footer .footer-widget h4.title:after {
    content: "";
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #faa23a;
    position: absolute;
    border-radius: 50rem;
    opacity: 0.7;
}

footer#main-footer .footer-widget .et_pb_widget {
    float: none;
}

footer#main-footer .footer-widget ul li:hover {
    padding-left: 15px;
}

footer#main-footer .footer-widget ul li:hover::before {
    width: 10px;
}

footer#main-footer .footer-widget ul li a:hover {
    color: #000;
}

footer#main-footer .footer-widget .et_pb_widget .textwidget {
    color: #333;
    /* font-weight: 600; */
}

footer#main-footer .footer-widget .et_pb_widget .textwidget a {
    color: #333;
    transition: 0.3s all ease-in-out;
}

footer#main-footer .footer-widget .et_pb_widget .textwidget a:hover {
    color: #faa23a;
}

footer#main-footer #footer-widgets {
    padding: 80px 0 10px;
}

footer#main-footer #footer-bottom {
    background-color: #faa23a;
    padding: 6px 0 5px;
}

footer#main-footer #footer-bottom > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer#main-footer #footer-bottom #footer-info {
    float: none;
    padding: 0;
    font-size: 12px;
    color: #000;
    line-height: normal;
}

footer#main-footer #footer-bottom .et-social-icons {
    float: none;
    order: 2;
    display: flex;
    margin-left: 20px;
}

footer#main-footer #footer-bottom .et-social-icons li {
    margin-left: 5px;
}
footer#main-footer #footer-bottom .et-social-icons .et-social-icon a {
    font-size: 14px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #faa23a;
}


@media (max-width: 1100px) {
    footer#main-footer .footer-widget h4.title {
        font-size: 16px;
    }
    footer#main-footer .footer-widget ul li a {}
}

@media (max-width: 980px) {
    footer#main-footer #footer-widgets {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    footer#main-footer #footer-widgets .footer-widget {
        margin-right: 0 !important;
        padding: 0 15px;
    }
    footer#main-footer #footer-widgets .footer-widget:nth-child(1) {
        width: 100% !important;
        text-align: center;
    }
    footer#main-footer #footer-widgets .footer-widget:nth-child(1) img {
        max-height: 120px;
        width: auto;
        transition: 0.3s all ease-in-out;
    }

    footer#main-footer #footer-widgets .footer-widget:nth-child(2), footer#main-footer #footer-widgets .footer-widget:nth-child(3), footer#main-footer #footer-widgets .footer-widget:nth-child(4) {
        width: 33.3333% !important;
    }

    footer#main-footer #footer-bottom > .container {
        flex-direction: column;
    }
    footer#main-footer #footer-bottom .et-social-icons {
        margin-left: 0;
        margin-bottom: 5px;
        margin-top: 5px;
        order: 1;
    }
    footer#main-footer #footer-bottom #footer-info {
        order: 2;
    }
}
@media (max-width: 767px) {
    
    footer#main-footer #footer-widgets .footer-widget:nth-child(2), footer#main-footer #footer-widgets .footer-widget:nth-child(3), footer#main-footer #footer-widgets .footer-widget:nth-child(4) {
        width: 100% !important;
    }
    footer#main-footer #footer-widgets .footer-widget:last-child {
        margin-bottom: 9.5%!important;
    }
}


/* Footer-Ends----------- */


.instructors-block-btn .et_pb_text_inner ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s all ease-in-out;
	justify-content: center;
}
.instructors-block-btn .et_pb_text_inner ul li {
    margin: 0 25px 25px 0;
    transition: 0.3s all ease-in-out;
}
.instructors-block-btn .et_pb_text_inner ul li a {
    font-size: 20px;
    white-space: nowrap;
    border: 2px solid #2ea3f2;
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-align: center;
    color: #2ea3f2;
    border-radius: 5px;
    transition: 0.3s all ease-in-out;
}

.instructors-block-btn .et_pb_text_inner ul li a:hover {
    background-color: #2ea3f2;
    color: #fff;
}
.privacy-policy-custom .et_pb_text_inner {
    font-size: 16px;
    line-height: 1.8;
}
.privacy-policy-custom .et_pb_text_inner h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}
.privacy-policy-custom .et_pb_text_inner ul {
    padding-left: 30px;
}
.privacy-policy-custom .et_pb_text_inner ul li {
    margin-top: 15px;
}

.terms-of-service-custom .et_pb_text_inner {
    font-size: 16px;
    line-height: 1.8;
}
.terms-of-service-custom .et_pb_text_inner ol li {
    margin-top: 15px;
}
.terms-of-service-custom .et_pb_text_inner ol li ul {
    padding-left: 30px;
}
.contact-details-custom {
    display: flex;
    flex-wrap: wrap;
}
.contact-details-custom .et_pb_column > div {
    height: 100%;
}

.sidebar-info {
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 140px;
}

.sidebar-info .title_sidebar {
    margin-bottom: 25px !important;
}

.sidebar-info .title_sidebar  h3 {
    font-weight: 600;
    font-size: 20px;
    background-color: #2ea3f2;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
}

.sidebar-info .address_sidebar,
.sidebar-info .mail_sidebar,
.sidebar-info .phone_sidebar,
.sidebar-info .time_sidebar {
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px !important;
    padding-right: 15px;
}


.sidebar-info .address_sidebar:before,
.sidebar-info .mail_sidebar:before,
.sidebar-info .phone_sidebar:before,
.sidebar-info .time_sidebar:before {
    content: "\f3c5";
    position: absolute;
    top: 2px;
    left: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    width: 25px;
    color: #2ea3f2;
}
.sidebar-info .address_sidebar:before {
    content: "\f3c5";
}
.sidebar-info .mail_sidebar:before {
    content: "\f0e0";
}
.sidebar-info .phone_sidebar:before {
    content: "\f10b";
}
.sidebar-info .time_sidebar:before {
    content: "\f017";
}

.sidebar-info .address_sidebar .et_pb_text_inner,
.sidebar-info .mail_sidebar .et_pb_text_inner,
.sidebar-info .phone_sidebar .et_pb_text_inner,
.sidebar-info .time_sidebar .et_pb_text_inner {
    font-size: 16px;
    line-height: normal;
}

.sidebar-info .address_sidebar a,
.sidebar-info .mail_sidebar a,
.sidebar-info .phone_sidebar a,
.sidebar-info .time_sidebar a {
    color: #000;
    transition: 0.3s all ease-in-out;
}
.sidebar-info .address_sidebar a:hover,
.sidebar-info .mail_sidebar a:hover,
.sidebar-info .phone_sidebar a:hover,
.sidebar-info .time_sidebar a:hover {
    color: #2ea3f2;
}
.host-a-class-custom .et_pb_text_inner {
    font-size: 16px;
    line-height: 1.8;
}
.host-a-class-custom .et_pb_text_inner h2 {
    text-align: left !important;
}

.host-a-class-custom .et_pb_text_inner ul {
    padding-left: 30px;
}
.host-a-class-custom .et_pb_text_inner ul li {
    margin-top: 15px;
}

.host-a-class-custom .et_pb_text_inner p {
    line-height: 32px;
}
.host-a-class-custom .et_pb_text_inner p a:hover {
    text-decoration: underline;
}

.blog-custom .et_pb_salvattore_content {
    display: flex;
}
.blog-custom .et_pb_salvattore_content .column {
    margin-bottom: 30px;
}
/*.blog-custom .et_pb_salvattore_content .column article {
    height: 100%;
    margin-bottom: 0 !important;
}*/
.blog-custom .et_pb_image_container img {
    padding: 20px;
    height: 218px;
    object-fit: cover;
}
.blog-custom h2.entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 10px;
}

@media (min-width: 981px) {
    .content-info-left {
        margin-right: 2.5% !important;
    }
    .sidebar-info {
        width: 23.8% ​!important;
    }
}
@media (max-width: 980px) {
    .blog-custom .et_pb_salvattore_content .column {
        margin-bottom: 30px !important;
    }
    .course-content-row {
        display: flex;
        flex-wrap: wrap;
    }

    .course-content-row .course-content-col1 {
        order: 2;
    }

    .course-content-row .course-content-col2 {
        order: 1;
        margin-bottom: 7.5% !important;
    }
}
@media (max-width: 971px) {
    .instructors-block-btn .et_pb_text_inner ul li {
        margin: 0 15px 15px 0;
    }
}

@media (max-width: 575px) {
    .instructors-block-btn .et_pb_text_inner ul {
        flex-direction: column;
    }
}



/* Blog-Page */

.blog-custom .post-content .post-content-inner p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-custom .post-content a.more-link {
    color: #000;
    background-color: #ffa53b;
    height: 38px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 600;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 12%);
    border: 2px solid transparent;
    transition: 0.3s all ease-in-out;
}

.blog-custom .post-content a.more-link:hover {
    background-color: #fff;
    border-color: #ffa53b;
    color: #000000;
}

.blog-right-sidebar .et_pb_widget_area_left {
    padding-right: 0;
    border-right: 0;
}

.blog-right-sidebar .et_pb_widget_area_left .widget_search input#searchsubmit,
#sidebar .widget_search input#searchsubmit {
    background-color: #ffa53b;
    border-color: #ffa53b;
    border-radius: 0;
    color: #000;
    font-weight: 600;
}

.blog-right-sidebar .et_pb_widget_area_left .widget_search input,
#sidebar .widget_search input {
    border-radius: 0 !important;
    border-color: #ffa53b !important;
    color: #000 !important;
}

.blog-right-sidebar .et_pb_widget_area_left {}

.blog-right-sidebar .et_pb_widget_area_left h4.widgettitle,
#sidebar h4.widgettitle {
    text-align: left;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    padding: 10px 0px 10px;
    display: block;
    /* background-color: #ffa53b; */
    color: #000;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffa53b;
}

.blog-right-sidebar .et_pb_widget_area_left .et_pb_widget,
#sidebar .et_pb_widget {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
}

/* .blog-right-sidebar .et_pb_widget_area_left .et_pb_widget.widget_recent_entries,
.blog-right-sidebar .et_pb_widget_area_left .et_pb_widget.widget_categories,
.blog-right-sidebar .et_pb_widget_area_left .et_pb_widget.widget_archive {
    box-shadow: 0px 35px 115px -25px rgba(0,0,0,0.15);
} */

.blog-right-sidebar .et_pb_widget_area_left  ul,
#sidebar ul {
    border-top: none;
}

.blog-right-sidebar .et_pb_widget_area_left ul li,
#sidebar ul li {
    padding: 10px 10px;
    border-left: 5px solid #ffa53b;
}

.blog-right-sidebar .et_pb_widget_area_left ul li:last-child,
#sidebar ul li:last-child {
    border-bottom: none;
}

.blog-right-sidebar .et_pb_widget_area_left ul li.active,
#sidebar ul li.active {
    border-left-color: #000;
}

.blog-right-sidebar .et_pb_widget_area_left ul li a,
#sidebar ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-right-sidebar .et_pb_widget_area_left ul li a:hover,
#sidebar ul li a:hover {
    color: #ffa53b;
}


@media (min-width: 981px) {
    body.single-post #main-content .container:before {
        background-color: transparent;
    }
}
ul#top-menu li.menu-profile {
	display:none;
}
body.logged-in ul#top-menu li.menu-profile {
	display:inline-block;
}