/*---------------------------------------------------------------------------------

 Theme Name:   Divi-Child-Exeplore
 Theme URI:    https://exeplore.com/
 Description:  A Divi Child theme created by exeplore web design.
 Author:       EXEPLORE, LLC
 Author URI:   https://exeplore.com/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
.topbar-left{
    display:flex;
} 
.header-main .et_pb_menu{
    margin:0 !important
}
.et_pb_menu .et_mobile_menu {
    padding: 0 !important;
    top: calc(100% + 10px) !important;
    width: calc(100% + 20px) !important;
    margin-left: -15px;
}
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d' !important;
}
.mobile_menu_bar:before {
	transition: all .4s ease;
	transform: rotate(0deg);
	display: block;
}
.mobile_nav.opened .mobile_menu_bar::before {
	transition: all .4s ease;
	transform: rotate(90deg);
	display: block;
}
.et_mobile_menu .sub-menu,
.et_mobile_menu li li {
    padding-left: 0 !important;
}
.et_mobile_menu li li a{
    padding-left:7% !important
}
@keyframes background_animation {
    from {
        background-size: 100%;
    }

    to {
        background-size: 110%;
    }
}
.et-pb-star:before {
    font-family: ETmodules;
    content: attr(data-icon);
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-style: unset !important; 
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.service-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    gap: 20px;
}
.service-card-thumb img {
    width: 100%;
    border-radius: 0.5rem;
    height: 200px;
    object-fit: cover;
}
.service-card {
    background: #fff;
    border-bottom: 3px solid #ed5530;
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 15px;
    padding-bottom: 25px;
}

.service-cards h3 {
    color: #000;
    font-family: 'Open Sans';
    margin: 10px 0px;
}
.service-cards p {
    color: #aaaaaa;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 20px;
}

.service-cards a:after {
    content: "\f0a9";
    font-weight: 900;
    font-family: 'FontAwesome';
    margin-left: 8px;
}
.service-card-body a {
    display: block;
    position: relative;
    transition: all .3s ease;
}
.service-card-body a:hover {
    transform:scale(1.2);
}
.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 15px 25px;
    color: #fff !important;
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    transition: all .3s ease;
}
.btn-dark{
    background-color: #111;
}
.btn-main{
    background-color: #ed5530;
}
.btn-dark:hover{
    background-color: #bd3a1a;
}
.btn-main:hover{
    background-color: #bd3a1a;
}
div#heading_bg {
    width: fit-content;
    background: #ed5530;
    color: #fff !important;
    padding: 8px 25px 0px;
    text-align: center;
    border-radius: 0.5rem;
    margin: 0;
    position: absolute;
    left: 0;
    margin-top: -13%;
}
#service_form .et_contact_bottom_container {
    float: left;
}
div#rows {
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 10px 15px!important;
}
div#rows .et_pb_column {
    display: grid;
    grid-template-columns: 10% 80%;
    grid-column-gap: 30px;
    align-items: center;
}
div#rows .et_pb_module.et_pb_heading {
    grid-column: 1/-1;
    margin: 0 !important;
    left: 16%;
}
div#img_border {
    position: relative;
    padding-right: 25px;
}
div#img_border::after {
    content: '';
    height: 80%;
    width: 100%;
    border: 3px solid #ed5530;
    border-radius: 0.5rem;
    position: absolute;
    top: 11%;
    right: -25px;
    z-index: -999;
}
#img_border2{
    position: relative;
}
#img_border2::before{
    content: '';
    height: 80%;
    width: 100%;
    border: 3px solid #ed5530;
    border-radius: 0.5rem;
    position: absolute;
    top: 11%;
    left: -20px;
    z-index: -999;
}

span.et_pb_image_wrap img {
    object-fit: cover;
}
ul.services-menu {
    list-style: none;
    padding: 0;
}
ul.services-menu li {
    margin: 10px 0px;
}
ul.services-menu li a{
    position: relative;
    color: #000 !important;
    font-weight: 400;
    display: block;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 7px 15px;
    border-radius: 5px;
    background: #fff;
}
.services-menu li a:hover,
.services-menu li.active a{
    background-color: #ed5530;
    color: white !important;
}
ul.services-menu li a::before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-right: 10px;
}
span.et-pb-icon {
    padding-left: 2px;
}
footer .et_pb_text_inner a {
    position: relative;
}
footer .et_pb_text_inner a:before {
    content: '\f054';
    font-family: 'FontAwesome';
    font-weight: 600;
    color: #ed5530;
    margin-right: 5px;
}
.inline-blurb .et_pb_blurb_content{
    display: flex;
    align-items: center;
}
.inline-blurb .et_pb_main_blurb_image{
    margin:0 10px 0 0 !important
}
.inline-blurb .et_pb_module_header{
    padding-bottom:1px !important;
}

div#all_services a.et_pb_button {
    width: 100%;
}
div#all_services a.et_pb_button:hover {
    border-radius: 8px !important;
}
.icon-box .et_pb_main_blurb_image{
    vertical-align: middle;
}
.icon-title .et_pb_image_wrap .et-waypoint,
.icon-box .et_pb_image_wrap .et-waypoint{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.icon-box .et_pb_module_header{
    padding-bottom: 5px;
}
.icon-title .et_pb_module_header{
    padding-bottom:0;
}
.icon-title .et_pb_blurb_content{
    display: flex;
    align-items: center;
}
.icon-title .et_pb_main_blurb_image{
    margin: 0 15px 0 0;
}
.testimonial-stars i {
    color: #ffc107;
    margin: 0px 5px;
    font-style: normal;
}
.testimonial-footer {
    display: grid;
    grid-template-columns: 14% calc(70% - 30px) 16%;
    align-items: center;
    gap: 15px;
    padding-top: 30px;
}
.testimonial-image img {
    width: 100%;
    border-radius: 100%;
}
.testimonial-body {
    font-weight: 400;
}
.testimonial-name {
    font-weight: 400;
}
.testimonial-role {
    color: #aaaaaa;
    font-weight: lighter;
}
.testimonial-quote i:before {
    content: "\f10e";
    font-weight: 900;
    font-family: 'FontAwesome';
    color: #ed5530;
    font-size: 35px;
    font-style: normal;
}
.testimonial-quote i:before {
    position: relative;
}
.breadcrumbs {
    color: #ed5530;
}
.breadcrumbs a {
    color: #fff !important;
}

a.more-link {
    background: #ed5530;
    color: #fff;
    padding: 15px 25px;
    border-radius: 6px;
    text-transform: capitalize!important;
    display: inline-block;
}
a.more-link:hover{
    background-color: #bd3a1a;
}
.post-content-inner p {
    margin-bottom: 20px;
}
.featurebox-btn{
    line-height:1 !important
}
.featurebox-btn:before{
    width: 50px;
    height: 50px;
    align-items: center;
    display: flex !important;
    justify-content: center;
    border-radius: 100%;
    margin-left: -65px!important;
}
a#first_section_icons::before {
    background: #ed5530;
}
a#first_section_icons2::before {
    background: #CD5A91;
}
a#first_section_icons3::before {
    background: #bd3a1a;
}
a#expert_nurses::before {
    background: #ed5530;
    padding: 3px 15px;
    border-radius: 100%;
    margin-left: -65px!important;
    margin-top: -25px;
}
a#trusted_quality::before {
    background: #CD5A91;
    padding: 5px 15px;
    border-radius: 100%;
    margin-left: -65px!important;
    margin-top: -25px;
}
a#world_class::before {
    background: #bd3a1a;
    padding: 5px 15px;
    border-radius: 100%;
    margin-left: -65px!important;
    margin-top: -25px;
}
a#trusted_quality {
    width: 100%;
}
a#world_class {
    width: 100%;
}
.et_contact_bottom_container{
    margin-top:0
}
.et_pb_contact_submit,
.et_pb_contact_form {
    margin-left: 0
}
p.et_pb_contact_field {
    padding: 0 0 0 0;
    margin-bottom: 15px;
}
.video-modal-btn a{
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.video-modal-btn a::after,
.video-modal-btn a::before {
    opacity: 0.2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    color: rgb(238, 238, 238);
    border: 4px solid currentColor;
    border-radius: 50%;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.65, 0, .34, 1);
    z-index: 0;
}

.video-modal-btn a::after {
    animation-delay: 0.5s;
    animation-duration: 3s;
}

.video-modal-btn a::before {
    animation-delay: 0.2s;
    animation-duration: 3s;
}

@keyframes ripple {
    from {
        opacity: 0.7;
        transform: scale3d(1, 1, 1);
        transform-origin: center;
        border-width: 1px;
    }

    to {
        opacity: 0;
        transform: scale3d(1.5, 1.5, 1.5);
        transform-origin: center;
        border-width: 10px;
    }
}
/*-- Events --*/
.all-events-list .et_pb_widget{
    width:100% !important;
    margin: 0 !important;
}
.all-events-list .em-list-widget li,
.all-events-list .em-list-widget ul{
    list-style-type: none !important;
    margin:0 !important;
}
.all-events-list .em-list-widget ul li{
    margin:0 0 10px 0 !important;
}
.all-events-list .widgettitle{
	display:none !important
}
.event-box{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.single-event  .em.em-item.em-item-single .em-item-meta>section section {
    margin-bottom: 20px;
}
.single-event .em-view-container div,
.single-event .em-view-container p,
.single-event .em-view-container a,
.single-event .em-view-container span,
.single-event .em-view-container strong,
.single-event .em-view-container li,
.event-box *{
    font-family: 'Open Sans',sans-serif !important;
}
.event-box-left{
    background: #d95934;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-family: inherit;
    width: 150px;
}
.event-box-left .day{
    font-size: 46px;
    margin-top: 10px;
}
.event-box-right{
    background: #f0f0f0;
    padding: 20px;
    width: calc(100% - 160px);
}
.event-box h3.event-title{
    margin: 0 !important;
}
.event-box h3.event-title a{
    color: rgba(0, 0, 0, 0.65) !important;
    font-size: 26px;
    font-weight: bold;
}
.event-box .event-schedule{
    margin-bottom: 5px;
}
.em-event-add-to-calendar-content{
    width:auto !important
}

/*------------------- MEDIA QUERY --------------------*/
@media only screen and (min-width: 981px){
    .header-main .et_pb_column{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .et_pb_slide {
        animation-name: background_animation;
        animation-duration: 10s; 
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .header-main .et_pb_menu{
        width: 100%;
    }
    .header-main .et_pb_menu__menu{
        margin:0 auto
    }
    .header-main .et_pb_button {
        white-space: nowrap;
    }
}
@media only screen and (min-width: 1024px){
    .footer-col-1 {
        width: 31% !important;
    }
    .footer-col-2 {
        width: 11% !important;
    }
    .footer-col-3 {
        width: 11% !important;
    }
    .footer-col-4 {
        width: 30% !important;
    }
    div#heart-col1 {
        width: 35%;
    }
    div#heart-col2 {
        width: 65%;
    }
    .et_pb_button_module_wrapper.et_pb_button_1_tb_footer_wrapper.et_pb_module,.et_pb_button_module_wrapper.et_pb_button_2_tb_footer_wrapper.et_pb_module {
        display: inline;
    }
    .blog-grid .et_pb_salvattore_content{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap:20px;
    }
    .column {
        width:100% !important;
        margin:0 !important
    }
}

@media only screen and (max-width: 980px){
    .topbar-left{
        margin-bottom:15px !important;
        justify-content: center;
    }
    .et_pb_slide {
        background-size:cover !important;
    }
}
@media only screen and (max-width: 992px){
    .service-cards {
        grid-template-columns: 1fr;
    }
    div#rows .et_pb_column{
        grid-column-gap: 60px;
    }
    div#counter {
        padding: 15px 0px !important;
    }
    div#section_structures {
        margin-top: -25px!important;
    }
}
@media only screen and (max-width: 600px){
    div#rows {
        padding-right: 40px !important;
    }
    div#img_border::after {
        right: -10px;
    }
    #img_border2::before {
        left: -10px;
    }
}
@media (max-width: 575px){
    .event-box-left {
        width: 70px;
        padding: 15px;
        font-size: 14px;
    }
    .event-box-left .day {
        font-size: 32px;
        margin-top: 8px;
    }
    .event-box-right{
        width: calc(100% - 80px);
        padding: 15px;
    }
    .event-box h3.event-title a {
        font-size: 22px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 430px){
    div#heading_bg {
        margin-top: -35%;
    }
    div#rows .et_pb_module.et_pb_heading {
        left: 25%;
    }
    div#btn1 {
        margin-right: 160px;
    }
    a#btn2 {
        margin-left: 127px;
        margin-top: -30px;
    }
}
