/*
Theme Name:   dt-the7-child
Theme URI:    https://wordpress.org/themes/dt-the7-child/
Description:  The7-child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     dt-the7
Version:      1.0.0
Text Domain:  dt-the7-child
*/

/* 29.02.26 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Myanmar-MN';
    src: url('https://www.myconciergemd.com/wp-content/uploads/fonts/MyanmarMN.eot');
    src: url('https://www.myconciergemd.com/wp-content/uploads/fonts/MyanmarMN.eot?#iefix') format('embedded-opentype'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/MyanmarMN.woff2') format('woff2'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/MyanmarMN.woff') format('woff'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/MyanmarMN.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gordita-Medium';
    src: url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Medium.eot');
    src: url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Medium.woff2') format('woff2'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Medium.woff') format('woff'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gordita-Regular';
    src: url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Regular.eot');
    src: url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Regular.woff2') format('woff2'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Regular.woff') format('woff'),
        url('https://www.myconciergemd.com/wp-content/uploads/fonts/Gordita-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
div#main {
    padding: 0 0;
}
/* header */
header.header-bar .branding img,
.masthead .ph-wrap.with-logo .logo-box img {
    max-width: 235px;
    box-sizing: border-box;
    object-fit: contain;
}
header.header-bar > ul li.menu-item::before, header.header-bar > ul li.menu-item::after,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item::before, .masthead .ph-wrap.with-logo ul.main-nav > li.menu-item::before,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item.last::after {
    display: none !important;
}
header.header-bar > ul li.menu-item a .menu-text,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item a .menu-text {
    color: #1B3C74 !important;
    font-size: 16px;
    font-family: 'Gordita-Medium' !important;
    font-weight: 500 !important;
}
header.header-bar > ul li.menu-item a:hover .menu-text,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item a:hover .menu-text {
    color: #009CF1 !important;
}
header.header-bar > ul#primary-menu,
.masthead .ph-wrap.with-logo ul.main-nav {
    flex-grow: unset !important;
}
header.header-bar > ul#primary-menu > li.menu-item > a,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item > a {
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}
header.header-bar > ul#primary-menu > li.menu-item > a .menu-text::after,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item > a .menu-text::after {
    width: 12px !important;
    height: 12px !important;
    mask-size: 12px !important;
    right: -7px !important;
    filter: invert(14%) sepia(71%) saturate(1973%) hue-rotate(204deg) brightness(95%) contrast(87%) !important;
}
header.header-bar > ul#primary-menu > li.menu-item > a:hover .menu-text::after,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item > a:hover .menu-text::after {
    filter: unset !important;
}
header.header-bar > ul#primary-menu > li.menu-item.last > a > i,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item.last > a > i {
    display: none;
}
header.header-bar > ul#primary-menu > li.menu-item.last > a .menu-text::after,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item.last > a .menu-text::after {
    display: none;
}
header.header-bar > ul#primary-menu > li.menu-item.last > a .menu-text,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item.last > a .menu-text {
    color: #fff !important;
    background-color: #009CF1 !important;
    border: 1px solid #009CF1;
    padding: 14px 20px;
    border-radius: 8px;
    transition: .2s linear all;
}
header.header-bar > ul#primary-menu > li.menu-item.last > a .menu-text:hover,
.masthead .ph-wrap.with-logo ul.main-nav > li.menu-item.last > a .menu-text:hover {
    background-color: transparent !important;
    color: #009CF1 !important;
}
.masthead .top-bar .top-bar-bg, #phantom .top-bar .top-bar-bg {
    background-color: #E6F6FF !important;
}
.masthead .top-bar {
    justify-content: flex-end !important;
    column-gap: 40px;
}
.masthead .top-bar .mini-widgets {
    flex: unset;
}
.masthead .top-bar span,
.masthead .top-bar span a {
    color: #032333 !important;
    font-family: 'Gordita-Regular' !important;
    font-weight: normal !important;
}
.masthead .top-bar span a {
    font-family: 'Gordita-Regular' !important;
    font-weight: normal !important;
}
.masthead .top-bar span a:hover {
    color: #009CF1 !important;
}
.masthead .top-bar span i {
    color: #009CF1 !important;
    position: relative;
    top: 1px;
}

/* footer */
.new-footer {
    display: block !important;
}
#footer {
    display: none !important;
}
.new-footer .container {
    max-width: 1180px;
    margin: 0 auto;
}
.new-footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-footer .col-3 {
    width: 25%;
}
.new-footer .col-6 {
    width: 50%;
}
.new-footer .footer-top {
    background-color: #EFF8FD;
    padding: 50px 0;
}
.new-footer .footer-bottom {
    background-color: #E4ECF0;
    padding: 7px 0;
}
.new-footer .footer-item a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: 'Gordita-Regular' !important;
    font-weight: normal !important;
    transition: .2s linear all;
}
.new-footer .footer-item a:hover {
    color: #009CF1;
}
.new-footer img {
    max-width: 100%;
}
.new-footer .footer-bottom .privacy-policy-link {
    text-align: right;
}
.new-footer .footer-bottom .footer-item p {
    font-size: 12px;
    font-family: 'Gordita-Regular' !important;
    font-weight: normal !important;
    margin: 0;
}
.new-footer .footer-bottom .footer-item a {
    font-size: 12px;
}
.new-footer .footer-item .footer-logo img,
.new-footer .footer-item .footer-yelp img,
.new-footer .footer-item .footer-abim img {
    width: 100%;
    height: auto;
}
.new-footer .footer-item .footer-logo {
    max-width: 220px;
    margin-bottom: 50px;
    position: relative;
    left: -10px;
}
.new-footer .footer-item .footer-yelp {
    max-width: 180px;
    margin-bottom: 20px;
}
.new-footer .footer-item .footer-abim {
    max-width: 230px;
}
.new-footer .footer-item .footer-item-title {
    margin: 0 0 15px;
    font-size: 16px;
    font-family: 'Gordita-Medium';
    font-weight: 500 !important;
}
.new-footer .footer-item .footer-item-ul-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.new-footer .footer-item .footer-item-ul-wrapper ul {
    width: 25%;
}
.new-footer .footer-item .footer-item-ul-wrapper ul li:not(:last-child),
.new-footer .footer-item .contact-links li:not(:last-child) {
    margin-bottom: 10px;
}
.new-footer .footer-item .contact-links li a {
    display: flex;
    justify-content: flex-start;
}
.new-footer .footer-item .contact-links li a i {
    color: #009CF1;
    margin-top: 7px;
    margin-right: 10px;
    min-width: 17px;
}
.new-footer .footer-item .social-links {
    display: flex;
    column-gap: 10px;
    margin-top: 30px;
}

.top-header .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
    background: #252525;
}

@media only screen and (max-width:1366px) {
	header.header-bar .branding img,
    .masthead .ph-wrap.with-logo .logo-box img {
        max-width: 220px;
    }
    header.header-bar > ul#primary-menu > li.menu-item > a,
    .masthead .ph-wrap.with-logo ul.main-nav > li.menu-item > a {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (max-width:1199px) {
	header.header-bar .branding img,
    .masthead .ph-wrap.with-logo .logo-box img {
        max-width: 210px;
    }
    header.header-bar > ul#primary-menu > li.menu-item > a,
    .masthead .ph-wrap.with-logo ul.main-nav > li.menu-item > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media only screen and (max-width:1024px) {
    header.header-bar .branding img,
    .masthead .ph-wrap.with-logo .logo-box img {
        max-width: 180px;
    }

}
@media only screen and (max-width:992px) {
	.mobile-header-bar .mobile-branding img {
        max-width: 200px;
    }

    .new-footer .footer-top {
        padding: 40px 0 0;
    }
    .new-footer .container {
        width: 92%;
    }
    .new-footer .col-3 {
        width: 100%;
    }
    .new-footer .col-6 {
        width: 100%;
    }

    .new-footer .footer-bottom .footer-item p,
    .new-footer .footer-bottom .privacy-policy-link {
        text-align: center;
    }
    .new-footer .footer-top .footer-item {
        margin-bottom: 40px;
    }
    .new-footer .footer-item .footer-item-ul-wrapper ul li:not(:last-child) {
        margin-bottom: 5px;
    }
}
@media only screen and (max-width:768px) {
	.new-footer .footer-item .footer-item-ul-wrapper ul {
        width: 50%;
        margin-bottom: 5px;
    }
    .new-footer .footer-item .footer-logo {
        max-width: 250px;
        margin-bottom: 30px;
    }
}