/*
Theme Name: dt-the7-child
Version: 1.0
Description: A child theme of The7
Template: dt-the7
Author: Administrator
*/
@import url("../dt-the7/style.css");
/* Your awesome customization starts here */

#fancy-header.content-left .breadcrumbs, #fancy-header.content-right .breadcrumbs, #fancy-header.title-center .breadcrumbs {
    margin-bottom: 10px;
    display: none;
}

.main-nav .sub-nav > li > a .menu-text {
    font: 700 14px / 18px "Poppins", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
	  top:0;
	  height:100%;
    width:100%;
    position:absolute;
}

