/*
Theme Name: ImEvent Child Theme
Theme URI: http: //ovatheme.com
Description: This is child theme of ImEvent
Author: Ovatheme
Author URI: http://ovatheme.com
Template: imevent
Version: 1.0
Text Domain:  imevent-child
*/
html {
  scroll-behavior: smooth;
}
.wide .header {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.header .header-wrapper {
  justify-content: space-between;
  @media(max-width: 575px){
        justify-content: center;
        flex-flow: column wrap;
        gap: 1rem;
  }
}
.header.fixed.h_relative.shrink{
    background-color: #ffffff99;
    backdrop-filter: blur(10px);
}
.header.shrink .header-wrapper .tfn{
  @media(max-width: 575px){
    & .cta-text {
        display: none;
    }
    & .phone {
        font-size: 2.2rem;
    }
    & .tty {
        display: none;
    }
  }
}

.header .header-wrapper .tfn {
    text-align: right;
    & *:not(.fa) {
        margin: 0;
        padding: 0;
        font-weight: 600;
        text-align: right;
        color: #444444;
    }
    & .cta-text {
        font-size: 1.3rem;
    }
    & .phone {  
        font-size: 2.9rem;
        color: #000000;
        & a {
            font-weight: 700;
            &:hover {
                color: #1e7eba;
            }
            & i {
                rotate: 120deg;
                color: inherit;
            }
        }
    }
    & .tty {
        font-size: 1.35rem;
    }
    @media(min-width: 992px){
        & *:not(.fa) {
            text-align: right;
            font-weight: 500;
        }
        & .cta-text {
            font-size: 2rem;
            display: inline;
        }
        & .phone {  
            font-weight: 700;
            display: inline-block;
        }
        & .tty {
            font-size: 2rem;
        }
    }
}
.header .header-wrapper .logo img {
  max-height:60px;
}
.header.shrink .header-wrapper .logo img {
  max-height:50px;
}
@media(min-width:992px){
    .home .header:not(.shrink) .header-wrapper {
        padding: 1rem 0 2rem 0;
        & .logo img {
            max-height: 80px; 
        }
    }
}
#mpg_menu {
    background-color: #2582bb;
    padding: 0;
    margin: .5rem 0 0;
    width: 100%;
}

#mega-menu-wrap-medisupps-menu #mega-menu-medisupps-menu > li.mega-menu-item:not(:has(.mega-sub-menu)) a.mega-menu-link:after {
    content: "\f347";
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 0 0 6px;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    top: auto;
}


.content-area {
  padding-left: 15px;
  padding-right: 15px;
}
h1.vc_custom_heading {
	font-family: Raleway;
	font-weight: 700;
	font-style: normal;
	padding: 30px 10px 40px;
}
h3.section-title {
	margin: 30px 0px 20px;
}
h3.vc_custom_heading {
	font-family: Raleway;
	font-weight: 700;
}
.wpb_text_column {
	margin: 20px auto !important;
}
ul {
	margin-bottom: 30px;
}
ul li {
	margin: 10px 30px;
}
.sf-menu a, .wide .header.shrink .sf-menu a, .boxednew .header.shrink .sf-menu a {
	font-weight: 400;
	font-size: 20px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-stretch: condensed;
}

.div-cell .container {
	padding:250px 0 100px 0;
}

/*===== ICONS BACK TO TOP =====*/

.to-top {
	background:#b4eb4b;
	color:#fff;
}

/*===== ICONS FA =====*/

.vc_row .section-title .fa-stack .crcle, .vc_row .section-title .fa-stack .wohex {
	background:#b4eb4b;
}

.vc_row.color .section-title .fa-stack .crcle, .vc_row.color .section-title .fa-stack .wohex  {
	background:#fff;
}

.color .section-title .fa-stack .fa {
	color:#b4eb4b;
}

/*===== POST TITLE =====*/

.post-header .post-title {
	color: #ff6600 !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 1em;
}

/*===== FOOTER =====*/

.footer .footer-meta {
	font-size: 14px;

}
@media (max-width: 991px) {
	.opened .menu-toggle {
		color: #075aa3 !important;
	}
	.navigation {
		background-color: #fff;
	}
}

@media (min-width: 1200px) {
  .content-area {
    padding:0;
  }
}

section#banner__01 {
    margin-bottom: 15px;
    & .container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: row wrap;
        column-gap: 10px;
        text-align: center;
        & .banner-image {
            order: 2;
            @media(min-width:768px){
                max-width: 60%;
            }
            @media(min-width:992px){
                order: 0;
                max-width: 47%;
                margin-right: -6rem;
                margin-top: 2rem;
            }
        }
        & .banner-text {
            &>:is(h1,h2,h3,h4) {
                font-weight: 700;
            }
            &>:is(h1,h2){
                color: #176300;
                font-size: 36px;
                margin-bottom: 0;
                @media(min-width:768px){
                    font-size: 4.4rem;
                }
            }
            &>h4{
                @media(min-width:768px) {
                    font-size: 2.8rem;
                }
            }
            & .cta {
                display: flex;
                gap: 10px;
                justify-content: center;
                align-items: center;
                flex-flow: column wrap;
                & .zipcode-input-group {
                    display: flex;
                    gap: 4px;
                    flex-flow: row wrap;
                    justify-content: center;
                }
                & .zipcode-input-group .advertisement {
                    font-size: 1.1rem;
                    color: #adadad;
                    margin-bottom: -2rem;
                    font-weight: 700;
                    width: 100%;
                }
                & div:is(.input-container,.btn-wrapper)>* {
                    width: 220px;
                    line-height: 38px;
                    text-align: center;
                    border-radius: 4px;
                    border: 1px solid gray;
                    font-weight: 700;
                    transition: .3s;
                }
                & .view-plans-btn {
                    background: #fa6200;
                    border: 1px solid #fa6200 !important;
                    color: white;
                    padding-left: 20px;
                    padding-right: 20px;
                    &:hover {
                        background: #e5630f;
                    }
                }
                @media(min-width:768px) {
                    flex-flow: row wrap;
                }
            }
            & .cta:has(.plan-types){
                @media(min-width:576px) {
                    /*border: 1px solid rgba(175, 174, 174, 0.603);*/
                    border-radius: 20px;
                    margin: auto;
                    max-width: 550px;
                    padding: 1rem 0;
                    background-color: #ffffff99;
                    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
                }
                
                & .plan-types {
                    text-align: left;
                    @media(min-width:768px) {
                        padding: 10px 20px;
                        border-right: 2px solid #6969691c;
                    }
                    & .plan-types-group-label {
                        margin-bottom: 1rem;
                    }
                    & p {
                        font-weight: 700;
                        color: #3e83ca;
                    }
                    & label {
                        font-weight: 500;
                        font-size: 1.5rem;
                        margin: 0;
                    }
                }
                & .radio-group>* {
                    cursor: pointer;
                }
                & .zipcode-input-group {
                    padding: 10px 20px;
                    flex-flow: column wrap;
                    gap: 10px;
                }
                & .view-plans-btn {
                    border-radius: 30px !important;
                }
            }
            & div:has(.five-star) {
                text-align: center;
                margin: 20px auto;
                & .five-star {
                    width: 100px;
                }
            }
            @media(min-width:992px){
                flex-grow: 2;
            }
        }
        @media(min-width:992px){
            flex-wrap: nowrap;
        }
    }
}
.home section#banner__01 {
    margin: 5rem auto;
    & .container {
        @media(min-width:992px){
            align-items: flex-end;
        }
    }
    & .banner-image {
        @media(min-width:992px){
            max-width: 55%;
            margin-right: -14rem;
        }
    }
    & .banner-text .cta:has(.plan-types){
        @media(min-width:576px) {
            padding: 4rem 0;
        }
    }
    
}
section#logos__01 {
    border-top: 8px solid #0b6f1e;
    margin: 15px auto;
    margin-top: 0;
    background: #f5f5f5;
    padding-top: 10px;
    padding-bottom:10px;

    & .container {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        gap: 5px;
        &  .logo {
            width: 18%;
            max-width: 130px;
            margin: 0 !important;
        }
        @media(min-width:768px){
            justify-content: space-between;
        }
    }
}