@import url(ie-fix.css) all and (-ms-high-contrast: none);

/* Safari Hack */
@media not all and (min-resolution:.001dpcm) { @media {
    .header-widget-area .widget .widget-wrap .textwidget *:not(.fa){
        font-size: 12px !important;
    }
	
	.site-header .header-widget-area .widget .widget-wrap .textwidget .mid-wrap a{
			padding: 26px 5px 19px;
	}

	@media only screen and (max-width: 1280px){
		.site-header .header-widget-area .widget .widget-wrap .textwidget .mid-wrap a{
			padding: 22px 5px 15px;
		}
		
		.site-container .site-footer{
			height: 100px;
		}
		
		.site-footer .wrap .copy-right,
		.site-footer .wrap .rightfoot{
			float: none;
			text-align: center;
		}
		
		.site-footer .wrap .rightfoot{
			margin-top: 10px;
		}
	}
}}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000 !important;;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000 !important;;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000 !important;;
}
:focus{
    outline: none !important;
    color: inherit;
}

a,a:hover,
input,input:hover,
button,button:hover,
span,span:hover,
.fa,.fa:hover{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

body h1, body h2,
body h3, body h4,
body h5, body h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}

body p,
body .wpb_text_column p{
    font-size: 18px;
}

body a{
    color: #121951;
    font-weight: bold;
    text-decoration: none;
}

body a:hover{
    text-decoration: underline;
}

body .site-container{
    font-family: 'Open Sans', sans-serif;
    color: #121951;
}

.header-image .site-header .site-title > a{
    background: url(https://dev.hirschfeldcos.com/wp-content/uploads/2024/07/hirschfeld-management-logo-1.png) no-repeat left;
}

.text-center{
    text-align: center;
}

.contact-header{
    font-size: 25px;
    font-weight: 500;
}

.wpb_wrapper .contact-address{
    font-size: 22px;
}

.wpb_wrapper .contact-address .fa{
    padding-right: 10px;
}

.copy-right{
    float: left;
}

.rightfoot{
    float: right;
}

.entry-header .entry-title{
    text-align: center;
    margin: 20px 0;
}

.parallax-bg{
    min-height: 400px;
    display: flex;
    align-items: center;
}

.parallax-txt{
    background: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    color: #121951;
    padding: 10px;
}

.parallax-bg-txt{
    color: #121951;
}

.wpb_text_column{
    font-size: 15px;
}

.grid_title{
    background: rgba(255, 255, 255, 0.75);
}

.grid_title h4{
    font-weight: bold;
    padding: 5px;
}

.vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col{
    padding: 0 90px 20px;
}

.bg-text .wpb_wrapper p{
    font-weight: bold;
    font-size: 65px;
    color: #fff;
}

.bg-quote-text{
    font-size: 42px;
    color: #fff;
}

.quote-name{
    float: right;
}

.sep-line{
    margin-top: 35px;
}

.wpb_row.vc_row .block-txt.wpb_column.vc_column_container div.vc_column-inner,
.wpb_row.vc_row .bg-text.wpb_column.vc_column_container div.vc_column-inner,
.wpb_row.vc_row .bg-quote-text.wpb_column.vc_column_container div.vc_column-inner{
    padding: 150px;
}

.wpb_row.vc_row .parallax-bg-txt.wpb_column.vc_column_container div.vc_column-inner{
    padding: 40px 100px 20px;
    margin-bottom: 120px;
}

.site-header .wrap .nav-primary.menu-toggle,
.site-header .wrap .sub-menu-toggle{
    display: none;
}

.site-header .wrap button.nav-primary div{
    display: inline-block;
    margin-left: 10px;
}

.site-header .wrap .genesis-nav-menu .sub-menu a{
    color: #121951;
    font-weight: bold;
}

.hero-header{
    font-family: 'Cardo', serif;
    text-transform: uppercase;
    font-size: 42px;
}

.site-container .site-header{
    min-height: 0;
    background: #121951;
    border-bottom: none;
}

.site-container .site-header .wrap{
    padding: 10px 5px;
    max-width: 100%;
}

.site-container .site-header .wrap .title-area{
    display: inline-block;
    padding-left: 70px;
    width: 20%;
}

.site-header .wrap .widget-area{
    width: 39%;
}

.site-header .wrap .nav-primary{
    display: inline-block;
    border-bottom: none;
    padding: 10px 0;
    width: 80%;
    text-align: center;
}

.site-container .site-inner{
    padding-top: 0;
}

.site-container .site-footer{
    padding: 20px 0;
    border-top: none;
    background: #ececec;
}

.site-container .site-footer div{
    height: 16px;
    font-weight: bold;
}

.content .content-exec{
    padding: 20px;
    float: left;
}

.content .content-exec .exec-title{
    font-size: 18px;
    min-height: 45px;
}

.content .content-exec .exec-sep-line{
    border-bottom: 1px solid #121951;
    margin-bottom: 20px;
    width: 30%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.content .content-exec .entry-title{
    font-size: 30px;
}

.content .content-exec .entry-content{
    font-size: 14px;
}

.content .content-exec .link-wrap img{
    width: 200px;
    margin: 0;
    min-height: 300px;
}

a.link-wrap{
    color: #121951;
}

a.link-wrap:hover,
a.link-wrap:focus{
    text-decoration: none;
    outline: none;
}

a.link-wrap:hover .exec-sep-line,
a.link-wrap:focus .exec-sep-line{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.mg_box.mg_item_no_ol .img_wrap .overlays{
    display: block !important;
}

.overlays .cell_type span.mg_overlay_tit{
    color: #121951;
    font-family: 'Raleway', sans-serif;
}

.mgi_txt_under .mg_def_txt_under{
    color: #121951;
    font-weight: bold;
}

.mgi_txt_under .portfolio-btn{
    float: right;
    padding: 5px 5px;
    background: #121951;
    color: #fff;
    border-radius: 3px;
    margin-top: -2px;
}

.mgi_txt_under .portfolio-btn:hover{
    background: #fff;
    color: #121951;
    text-decoration: none;
}
#mg_lb_contents h1.mg_item_title {
    display: block;
	background: url(/wp-content/uploads/2019/11/hirschfeld_stripes2.png) no-repeat, #111951;
	background-position: right 50%;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 3rem;
    padding: 10px 30px;
	position: relative;
    top: -10px;
	margin: 0;
}
#mg_lb_wrap #mg_lb_contents{
    padding: 0;
}
#mg_lb_contents .mg_layout_full .mg_item_content {
	padding: 0;
}
#mg_lb_contents #mg_lb_inside_nav>*>i:before {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
#mg_lb_contents #mg_inside_close:before {
    color: #fff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
#mg_lb_contents .mg_lb_nav_inside span {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
#mg_lb_contents .mg_item_content .mg_item_text{
    padding: 20px 40px 0;
}
#mg_lb_contents .mg_item_content .mg_item_text p {
	font-size: 24px;
    margin-bottom: 20px;
	line-height: 34px;
}
#mg_lb_wrap #mg_lb_contents{
background-color: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.5);
}
.content-overlay .exec-wrap{
    max-width: 1280px;
    color: #121951;
    padding: 30px;
    margin: auto;
}

.content-overlay .exec-wrap .exec-info{
    border-right: 1px solid #121951;
    display: inline-block;
    float: left;
    width: 20%;
    padding-right: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
}

.content-overlay .exec-wrap .entry-content{
    display: inline-block;
    font-weight: bold;
    line-height: 25px;
    font-size: 15px;
    width: 75%;
}

.content-overlay .exec-wrap .exec-info .exec-name{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 25px;
}

.content-overlay .exec-wrap .exec-info .exec-title-overlay{
    line-height: 20px;
    font-weight: bold;
    color: #121951;
    text-transform: uppercase;
    margin-bottom: 20px;
	font-size: 16px;
}

.close-btn{
    background: #121951;
    padding: 4px 10px;
    margin-left: 20px;
    float: right;
    color: #fff;
}

.close-btn:hover,
.close-btn:focus{
    background: #fff;
}

.close-btn:hover .fa,
.close-btn:focus .fa{
    color: #121951;
}

.popup_background{
    transition: all 0.3s 0.3s;
}

.popup_wrapper, .popup_content{
    transition: all 0.3s ease-out;
}

.popup_wrapper{
    transform: translateX(0) translateY(-40%);
    font-family:  'Open Sans', sans-serif;
}

.popup_visible .popup_wrapper{
    transform: translateX(0) translateY(0);
}

.popup_wrapper .content-overlay{
    background: #fff;
    width: initial;
}

.genesis-nav-menu .menu-item{
    border-right: 1px solid #eee;
    text-transform: uppercase;
}

.genesis-nav-menu .menu-item:last-child,
.genesis-nav-menu .sub-menu .menu-item{
    border-right: none;
}

.genesis-nav-menu .menu-item a{
    padding: 10px 15px;
    margin-right: 5px;
    font-weight: 300;
    color: #fff;
}

.genesis-nav-menu.menu-primary a:hover,
.genesis-nav-menu.menu-primary a:focus,
.genesis-nav-menu.menu-primary .current-menu-item > a,
.genesis-nav-menu.menu-primary .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu.menu-primary .sub-menu .current-menu-item > a:focus{
    color: #fff;
    text-decoration: none;
}

.genesis-nav-menu .menu-item a:after{
    content: "\00a0";
    border-bottom: 2px #121951 solid;
    height: 1px;
    display: block;
    width: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.genesis-nav-menu.menu-primary a:hover:after{
    border-bottom: 2px #fff solid;
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.genesis-nav-menu .menu-item .sub-menu .menu-item a:hover{
    background: #121951;
    color: #fff;
}

.genesis-nav-menu .menu-item .sub-menu .menu-item a:after{
    content: "";
    border-bottom: none;
}

.menu-footer-menu-container .menu .menu-item a:after{
    content: "\00a0";
    border-bottom: 2px #ECECEC solid;
    height: 1px;
    display: block;
    width: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.menu-footer-menu-container .menu .menu-item a:hover:after{
    border-bottom: 2px #121951 solid;
    width: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.widget-area.header-widget-area{
    padding: 10px 0;
}

.header-widget-area .widget .widget-wrap .textwidget *{
    display: inline-block;
    background: #fff;
    color: #121951;
    font-size: 18px;
    text-decoration: none;
}

.header-widget-area .widget .widget-wrap .textwidget div{
    margin-right: -5px;
    padding: 0 5px;
}

.header-widget-area .widget .widget-wrap .textwidget div.end-wrap{
    vertical-align: top;
    line-height: 64px;
    height: 64px;
}

.header-widget-area .widget .widget-wrap .textwidget div.tel-wrap{
    /* padding: 7px 10px 19px 0; */
    height: 42px;
    line-height: 20px;
    margin: 0 10px;
    vertical-align: middle;
}

.header-widget-area .widget .widget-wrap .end-wrap .tel-wrap a{
    /*padding: 5px 5px 6px;
    line-height: 1.65;*/
    font-size: 12px;
    display: block;
}

.header-widget-area .widget .widget-wrap .end-wrap .tel-wrap a:hover,
.header-widget-area .widget .widget-wrap .textwidget .mid-wrap a:hover{
    text-decoration: underline;
}

.header-widget-area .widget .widget-wrap .textwidget .end-wrap .social-wrap{
    height: 52px;
    width: 52px;
    margin-right: 10px;
}

.fa-bordered{
    padding: 14px 17px;
    border-radius: 50px;
    border: 7px #121951 solid;
    font-size: 22px !important;
}

.header-widget-area .widget .widget-wrap .textwidget .fa-backed{
    border-radius: 40px;
    background: #121951;
    padding: 8px 10px;
    font-size: 25px;
    color: #fff;
}

.header-widget-area .widget .widget-wrap .textwidget .fa-backed:hover,
.header-widget-area .widget .widget-wrap .textwidget .fa-backed:focus{
    background: #fff;
    color: #121951;
}

.header-widget-area .widget .widget-wrap .textwidget .fa-twitter{
    border-radius: 30px;
    background: #888CA8;
    color: #fff;
    padding: 8px 10px;
    margin-right: 20px;
}

.header-widget-area .widget .widget-wrap .textwidget .fa-twitter:hover,
.header-widget-area .widget .widget-wrap .textwidget .fa-twitter:focus{
    background: #fff;
    color: #888CA8;
}

.header-widget-area .widget .widget-wrap .textwidget .first-fa{
    background: linear-gradient(90deg, #121951 50%, #fff 50%);
}

.header-widget-area .widget .widget-wrap .textwidget .mid-wrap a{
    padding: 19px 5px 17px;
    line-height: 1.6;
}

.hero-text{
    color: #121951;
    text-align: center;
    font-weight: bold;
}

.wpb_raw_code{
    height: 40px;
}

.content .entry{
    margin-bottom: 0;
}

.img-row .wpb_column .wpb_wrapper{
    margin: 0 auto;
}

.img-row .wpb_column .wpb_wrapper .vc_custom_heading{
    background: rgba(255, 255, 255, 0.75);
    padding: 10px 20px;
}

.site-inner .content .page .entry-content .vc_row .portfolio-content-wrap .vc_column-inner{
    padding: 75px 30px;
}

.page-id-17 .site-inner .content .page .entry-content .vc_row .portfolio-content-wrap .vc_column-inner{
    min-height: 440px;
}

.site-inner .content .page .entry-content .dark-bg .before-footer-img .vc_column-inner{
    padding-top: 0;
}

.portfolio-content-wrap p{
    margin: 0 0 10px 30px;
}

.img-row .wpb_column .vc_column-inner{
    min-height: 500px;
    display: flex;
    align-items: flex-end;
}

.dark-bg{
    color: #fff;
    text-align: center;
}

.entry-content .portfolio-data-wrapper .portfolio-data .vc_column-inner{
    padding: 0 0 30px;
}

.entry-content .portfolio-data-wrapper{
    margin: 0;
    min-height: 400px;
    display: none;
}

.mg_grid_wrap .mg_container .mg_box{
    cursor: pointer;
}

.portfolio-data-wrapper .portfolio-data .vc_custom_heading{
    margin-bottom: 0;
    padding: 10px 30px;
}

.portfolio-data-wrapper .portfolio-data .wpb_text_column{
    font-weight: bold;
    padding: 50px;
    text-align: center;
}

.footer-widgets .widget-area .widget{
    text-align: center;
}

.footer-widgets .widget-area .widget .widget-title{
    font-size: 30px;
}

.footer-widgets .widget-area #text-3 .textwidget{
    width: 80%;
    margin: auto;
}

.footer-widgets .footer-widgets-1{
    background: #0C143B;
    min-height: 100px;
    margin-bottom: 20px;
    color: #fff;
}

.footer-widgets .footer-widgets-3,
.footer-widgets .footer-widgets-4{
    min-height: 250px;
    margin: 30px 0;
    width: 50%;
}

.footer-widgets .footer-widgets-3{
    background: #e9ebff;
    float: left;
}

.footer-widgets .footer-widgets-4{
    background: #f0f1ff;
    float: right;
}

.fa-foot-wrap .fa{
    font-size: 120px;
    margin: 20px;
}

.foot-btn-wrap a{
    border: 2px #121951 solid;
    text-decoration: none;
    color: #121951;
    padding: 5px 40px;
}

.foot-btn-wrap a:hover{
    background: #121951;
    color: #fff;
    text-decoration: none;
}

.footerright .menu .menu-item{
    border-right: 1px #0C143B solid;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 20px;
}

.footerright .menu .menu-item:last-child{
    border-right: none;
}

.footerright .menu .menu-item a{
    color: #0C143B;
    text-decoration: none;
}

/* Custom Button CSS */
.btn-hirsch-wrap{
    margin: auto;
    text-transform: uppercase;
    height: 40px;
}

.btn-hirsch-wrap .btn-hirsch-light{
    border: 2px #fff solid;
    position: absolute;
    height: 40px;
    color: #fff;
}

.btn-hirsch-wrap .btn-hirsch-dark{
    border: 2px #0C143B solid;
    position: absolute;
    height: 40px;
    background: #0C143B;
    color: #fff;
}

.btn-hirsch-wrap .btn-hirsch-mix.hirsch-wrap-1,
.gform_wrapper .gform_footer .btn-hirsch-wrap .btn-hirsch-mix{
    background: rgba(255, 255, 255, 0.75);
}

.btn-hirsch-wrap .btn-hirsch-mix{
    border: 2px #0C143B solid;
    position: absolute;
    height: 40px;
    background: rgba(255, 255, 255, 0);
    color: #0C143B;
}

.btn-hirsch-wrap .btn-hirsch-light p,
.btn-hirsch-wrap .btn-hirsch-dark p,
.btn-hirsch-wrap .btn-hirsch-mix p{
    float: left;
    margin-bottom: 0;
}

.btn-hirsch-wrap .btn-hirsch-light p:first-child,
.btn-hirsch-wrap .btn-hirsch-dark p:first-child,
.btn-hirsch-wrap .btn-hirsch-mix p:first-child{
    padding: 5px 15px;
}

.btn-hirsch-wrap .btn-hirsch-light p:last-child,
.btn-hirsch-wrap .btn-hirsch-dark p:last-child,
.btn-hirsch-wrap .btn-hirsch-mix p:last-child{
    float: right;
}

.btn-hirsch-wrap .btn-hirsch-light:hover,
.btn-hirsch-wrap .btn-hirsch-light:focus{
    color: #0C143B;
    background: #fff;
}

.btn-hirsch-wrap .btn-hirsch-dark:hover,
.btn-hirsch-wrap .btn-hirsch-dark:focus{
    border-color: #fff;
    background: #fff;
    color: #0C143B;
}

.btn-hirsch-wrap .btn-hirsch-mix:hover,
.btn-hirsch-wrap .btn-hirsch-mix:focus,
.gform_wrapper .gform_footer .btn-hirsch-wrap .btn-hirsch-mix:hover,
.gform_wrapper .gform_footer .btn-hirsch-wrap .btn-hirsch-mix:focus{
    border-color: #0C143B;
    background: #0C143B;
    color: #fff;
}

.gform_footer .btn-hirsch-wrap .btn-hirsch-mix p:first-child{
    padding: 8px 15px;
    font-weight: normal;
}

    /*Gravity Forms Modernization Fixes */
.gform_body .gform_fields .gfield label{
    display: none;
}

.gform_wrapper .gform_footer button.btn-hirsch-mix{
    padding: 0;
}

.page-id-17 .site-container{
    background: #ECECEC;
}

.page-id-17 .site-container .footer-widgets{
    background: #fff;
}

.page-id-21 .wpb_wrapper .sep-line{
    margin: 10px 0;
}

.img-row .wpb_column a:hover,
.img-row .wpb_column a:active,
.img-row .wpb_column a:focus{
    text-decoration: none;
}

.img-row .wpb_column a .vc_custom_heading,
.img-row .wpb_column a .vc_custom_heading,
.img-row .wpb_column a .vc_custom_heading{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.img-row .wpb_column a:hover .vc_custom_heading,
.img-row .wpb_column a:active .vc_custom_heading,
.img-row .wpb_column a:focus .vc_custom_heading{
    color: #fff;
    background: rgba(18, 25, 81, .75);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gform_wrapper .gform_body ul.gform_fields li.gfield{
    padding-right: 0;
    margin-top: 0;
}

.vc_column-inner .wpb_wrapper .contact-line{
    margin-bottom: 20px;
}

.portfolio-data .vc_column-inner .wpb_wrapper .shop-top{
    margin-top: -30px;
    margin-bottom: 50px;
    text-align: left;
    font-size: 16px;
}

#mobile-undefined{
    display: none;
}

/* Start Media Queries */
@media only screen and (max-width: 1525px){
	.mgi_txt_under .portfolio-btn {    padding: 2px 5px;
    font-size: 15px;margin-top: 2px;}
	.mg_tu_attach .mgi_txt_under {    padding: 9px 7px;}
}

/* Laptop Size 1 */
@media only screen and (max-width: 1441px){
    .site-header .wrap .widget-area{
        width: 40%;
    }

    .site-header .wrap .nav-primary{
        width: 80%;
    }

    .genesis-nav-menu .menu-item{
        font-size: 14px;
    }

    .header-widget-area .widget .widget-wrap .textwidget *{
        font-size: 18px;
    }

    .fa-bordered{
        border: 3px #121951 solid;
    }

    .widget-area.header-widget-area{
        padding: 16px 0;
    }

    .header-widget-area .widget .widget-wrap .textwidget div.tel-wrap{
        /* padding: 3px 10px 15px 0; */
    }

    .header-widget-area .widget .widget-wrap .textwidget div.end-wrap{
        line-height: 56px;
        height: 56px;
    }

    .wpb_row.vc_row .block-txt.wpb_column.vc_column_container div.vc_column-inner,
    .wpb_row.vc_row .bg-text.wpb_column.vc_column_container div.vc_column-inner,
    .wpb_row.vc_row .bg-quote-text.wpb_column.vc_column_container div.vc_column-inner{
        padding: 100px;
    }

    .header-widget-area .widget .widget-wrap .textwidget .mid-wrap a{
        padding: 15px 5px 13px;
    }

    .hero-text{
        margin: 15px 25px;
    }
}

/* Large Horizontal Tablet */
@media only screen and (max-width: 1371px){

    .site-container .site-header .wrap .title-area{
        padding-left: 10px;
    }

    .header-widget-area .widget .widget-wrap .textwidget .fa-twitter{
        margin-right: 5px;
    }

    .header-widget-area .widget .widget-wrap .textwidget .mid-wrap a,
    .header-widget-area .widget .widget-wrap .end-wrap .tel-wrap a{
        font-weight: bold;
    }

    .header-widget-area .widget .widget-wrap .textwidget .mid-wrap a{
        padding: 18px 5px 14px;
    }

    .header-widget-area .widget .widget-wrap .textwidget *{
        font-size: 15px;
    }

    body h1{
        font-size: 34px;
    }

    .genesis-nav-menu .menu-item{
        font-size: 13px;
    }

    .widget-area.header-widget-area{
        padding: 10px 0;
    }

    .bg-text{
        font-size: 60px;
    }

    .bg-text .wpb_wrapper p{
        line-height: 150px;
    }

    .wpb_row.vc_row .parallax-bg-txt.wpb_column.vc_column_container div.vc_column-inner{
        padding: 40px 60px 20px;
    }

    .wpb_row.vc_row .block-txt.wpb_column.vc_column_container div.vc_column-inner,
    .wpb_row.vc_row .bg-text.wpb_column.vc_column_container div.vc_column-inner,
    .wpb_row.vc_row .bg-quote-text.wpb_column.vc_column_container div.vc_column-inner{
        padding: 80px;
    }

    .post-type-archive-executives .footerright .menu .menu-item{
        padding: 0 15px;
    }

    .portfolio-data .wpb_wrapper .wpb_text_column{
        padding: 40px 20px;
    }

    .portfolio-data .wpb_wrapper .wpb_text_column .wpb_wrapper p{
        font-size: 15px;
        margin-bottom: 15px;
    }

    .mg_box .mg_title_under{
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-header{
        font-size: 35px;
    }
}

/* Laptop Size 2 */
@media only screen and (max-width: 1281px){
    .content .content-exec .entry-title{
        font-size: 22px;
    }

    body p, body .wpb_text_column p{
        font-size: 15px;
    }

    .post-type-archive-executives .content .content-exec .exec-title{
        margin-top: 10px;
    }

    .post-type-archive-executives .content .content-exec .exec-sep-line{
        margin-bottom: 10px;
    }
	#mg_lb_contents h1.mg_item_title{
	    font-size: 28px;
	}
	#mg_lb_contents .mg_item_content .mg_item_text p {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 26px;
	}
    .hero-text{
        margin: 0;
    }
}

/* Tablet Size Horizontal */
@media only screen and (max-width: 1250px){
    .site-container .site-header .wrap .title-area{
        width: 28%;
    }


	.site-header .wrap button.nav-primary.menu-toggle{
        border: 1px #fff solid;
        display: inline-block;
        background: #121951;
        color: #fff;
        width: 22%;
    }

    .genesis-nav-menu .menu-item:hover > .sub-menu{
        margin-top: 40px;
    }

    .genesis-nav-menu .menu-item.menu-item-has-children a:first-child{
        float: left;
    }

    .site-header .wrap .sub-menu-toggle{
        display: inline-block;
        padding: 10px 15px;
        background: none;
        font-size: 13px;
        color: #fff;
    }

	.site-header .wrap nav.nav-primary{
        display: none;
        margin: auto;
        width: 100%;
        padding: 0;
    } 

    .site-container .site-header nav.nav-primary .wrap{
        padding: 0;
    }

    .site-header .wrap .widget-area{
        width: 50%;
    }

    .site-container .site-footer div{
        height: 14px;
        font-size: 14px;
    }

    .hero-header{
        font-size: 35px;
    }

    nav.nav-primary .genesis-nav-menu .menu-item .sub-menu .menu-item a{
        margin-bottom: -2px;
    }

    .wpb_row.vc_row .block-txt.wpb_column.vc_column_container div.vc_column-inner,
    .wpb_row.vc_row .bg-text.wpb_column.vc_column_container div.vc_column-inner,
    .wpb_row.vc_row .bg-quote-text.wpb_column.vc_column_container div.vc_column-inner{
        padding: 60px;
    }

    .content-exec .link-wrap img{
        width: 100%;
    }

    .content-overlay .exec-wrap{
        max-width: 980px;
    }

    .content-overlay .exec-wrap .exec-info{
        padding-right: 15px;
        margin-bottom: 25px;
        margin-right: 20px;
    }

    .content-overlay .exec-wrap .exec-info .exec-name{
        font-size: 30px;
        line-height: 35px;
    }

    .content-overlay .exec-wrap .exec-info .exec-title-overlay{
        font-size: 15px;
    }

    .content-overlay .exec-wrap .entry-content{
        font-size: 12px;
    }

    .bg-text .wpb_wrapper p{
        font-size: 60px;
    }

    .genesis-nav-menu .menu-item a:after,
    #menu-footer-menu .menu-item a:after{
        content: "";
        display: none !important;
    }

    .genesis-nav-menu.menu-primary a:hover:after,
    #menu-footer-menu a:hover:after{
        content: "";
        display: none !important;
    }
	.mgi_txt_under .portfolio-btn {
	display: none;
	}
}

/* Tablet Size Vertical */
@media only screen and (max-width: 880px){
    .footer-widgets .wrap{
        padding: 0;
    }
	
    .header-widget-area .widget .widget-wrap .textwidget *{
        font-size: 12px;
    }

    .site-container .site-header .wrap .title-area{
        padding: 5px 0 5px 10px;
        width: 18%;
    }

    .site-header .wrap button.nav-primary.menu-toggle{
        padding: 20px 0;
        border: none;
        float: right;
        width: 20%;
    }

    .site-header .wrap .widget-area{
        display: none;
    }

    .site-header .wrap .widget-area{
        width: 55%;
        padding: 17px 0;
    }

    .hero-header{
        font-size: 25px;
        font-weight: bold;
    }

    .header-image .site-header .site-title > a{
        background: url(../img/hirschfeldcos-logo-icon.png) no-repeat left;
    }

    .wpb_row.vc_row .parallax-bg-txt.wpb_column.vc_column_container div.vc_column-inner{
        padding: 20px 30px;
    }

    .wpb_row.vc_row .block-txt.wpb_column.vc_column_container div.vc_column-inner,
    .wpb_row.vc_row .bg-text.wpb_column.vc_column_container div.vc_column-inner,
    .wpb_row.vc_row .bg-quote-text.wpb_column.vc_column_container div.vc_column-inner{
        padding: 30px;
    }

    .wpb_row.vc_row .bg-text{
        min-height: 225px;
        font-size: 45px;
    }

    .site-container .site-footer div{
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    .content .content-exec .entry-title{
        font-size: 45px;
    }

    .content .content-exec .exec-title{
        font-size: 30px;
    }

    .content-overlay .exec-wrap{
        max-width: 720px;
    }

    .content-overlay .exec-wrap .exec-info .exec-name{
        font-size: 24px;
        line-height: 30px;
    }
    .content-overlay .exec-wrap .exec-info .exec-title-overlay{
        font-size: 12px;
    }

    .content-overlay .exec-wrap .entry-content{
        font-size: 10px;
    }

    .content .content-exec .link-wrap img{
        margin: 0 15%;
    }

    .post-type-archive-executives .footerright .menu .menu-item{
        padding: 0 8px;
    }

    .mg_box .mg_title_under{
        margin-top: -8px;
    }

    .mg_box .mg_title_under .mg_def_txt_under{
        font-size: 9px;
        line-height: 10px;
        color: rgba(255, 255, 255, 0);
    }

    .mg_box .mg_title_under .portfolio-btn{
        width: 100%;
        text-align: center;
        font-size: 9px;
        margin-top: -20px;
    }

    .bg-text .wpb_wrapper p{
        font-size: 30px;
        text-align: center;
        line-height: 70px;
    }
	
	.genesis-nav-menu .menu-item:hover > .sub-menu{
		margin-top: 0;
	}
	
	.vc_general #home_contact .vc_column-inner{
		margin-left: 0 !important;
	}
}

/* Phone Size Horizontal */
@media only screen and (max-width: 740px){
    .site-container .site-footer div{
        text-align: center;
        width: 100%;
    }

    .site-header .wrap button.nav-primary.menu-toggle div{
        display: none;
    }

    .site-container .site-footer div:first-child{
        margin-bottom: 15px;
    }

    .site-inner .content .page .entry-content .vc_row .portfolio-content-wrap .vc_column-inner{
        padding: 20px;
    }

    .wpb_row.vc_row .parallax-bg-txt.wpb_column.vc_column_container div.vc_column-inner{
        margin-bottom: 0;
    }

    .btn-hirsch-wrap .btn-hirsch-light p,
    .btn-hirsch-wrap .btn-hirsch-dark p,
    .btn-hirsch-wrap .btn-hirsch-mix p{
        font-size: 14px;
    }


    #text-6 .widget-wrap .textwidget img{
        width: 80%;
    }

    #building.vc_parallax .vc_parallax-inner,
    #management.vc_parallax .vc_parallax-inner{
        background-image: none !important;
    }
}

/* Phone Size Vertical */
@media only screen and (max-width: 550px){
    .site-container .site-header .wrap .title-area{
        width: 50%;
    }

    nav.nav-primary .genesis-nav-menu .menu-item{
        border-right: none;
        text-align: center;
        width: 100%;
    }

    .site-container .site-footer div:first-child{
        margin-bottom: 20px;
        font-size: 10px;
    }

    .footer-widgets .footer-widgets-3{
        margin-bottom: 0;
        width: 100%;
    }

    .footer-widgets .footer-widgets-4{
        margin-top: 0;
        width: 100%;
    }

    .footerright .menu .menu-item{
        padding: 5px 5px 0;
        font-size: 8px;
    }

    .genesis-nav-menu .menu-item a{
        float: left;
        width: 85%;
    }

    .genesis-nav-menu .menu-item .sub-menu{
        width: 97%;
    }

    nav.nav-primary .genesis-nav-menu .menu-item .sub-menu .menu-item a{
        width: 100%;
    }

    .site-header .wrap .sub-menu-toggle{
        width: 15%
    }

    .genesis-nav-menu .menu-item.menu-item-has-children a{
        width: 85%;
        margin-right: 0;
    }

    .wpb_row.vc_row .bg-text{
        font-size: 30px;
    }

    .content-overlay .exec-wrap{
        max-width: 400px;
    }

    .content-overlay .exec-wrap .exec-info{
        border-bottom: 1px solid #121951;
        border-right: none;
        padding-bottom: 20px;
        width: 100%;
    }

    .content-overlay .exec-wrap .entry-content{
        width: 100%;
    }

    .close-btn{
        margin-left: 5px;
        margin-bottom: 10px;
    }

    .content .content-exec .entry-title{
        font-size: 30px;
    }

    .content .content-exec .exec-title{
        font-size: 22px;
        min-height: 0;
    }

    .bg-text .wpb_wrapper p{
        line-height: 45px;
    }
}

/* Smaller Phone Fixes */
@media only screen and (max-width: 400px){
    .hero-header{
        font-size: 24px;
    }

    .wpb_row.vc_row .bg-text.wpb_column.vc_column_container div.vc_column-inner{
        padding: 20px;
    }

    .bg-text .wpb_wrapper p{
        font-size: 24px;
    }
	#mg_lb_contents h1.mg_item_title {
    font-size: 20px;
    font-weight: 500;
	padding: 10px 12px;
	}
	#mg_lb_contents .mg_item_content .mg_item_text p {
    font-size: 15px;
    margin-bottom: 7px;
    line-height: 20px;
	}
	#mg_lb_contents .mg_item_content .mg_item_text {
    padding: 0px 20px 0;
	}
	
}

@-moz-document url-prefix() {
    body .header-widget-area .widget .widget-wrap .textwidget .mid-wrap a{
        padding: 18px 5px 17px;
    }

    @media only screen and (max-width: 1371px){
        body .header-widget-area .widget .widget-wrap .textwidget .mid-wrap a{
            padding: 17.5px 5px 14px;
        }
    }
}
