/**
* 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */
@import url("../edigit/responsive.css");

@media only screen and (min-width: 1201px) and (max-width: 1250px) {
.style-2 .static-wrapper .static-inner {  top: 22%;}	
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
.style-2 .static-wrapper .static-inner {  top: 20%;}	
.style-2.cms-banner-item .text1 { font-size: 20px; padding: 4px 0 10px;}
}
@media only screen and (max-width: 1024px) {
.site-footer .widget-title {
    border-bottom-color: #414141;
}
.site-footer .widget_media_gallery .widget-title, .site-footer .widget-title,
.site-footer .title-outer::before,.site-footer .toggled-off .title-outer::before
{ color:#fff;}
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
.style-2 .static-wrapper .static-inner { top: 16%;}
.style-2.cms-banner-item .text1 { font-size: 16px;}
.style-2.cms-banner-item .text2, .style-2.cms-banner-item .text3 {  font-size: 12px;}
}
@media only screen and (max-width: 767px) {
.header-search .header-toggle {  background: rgba(0, 0, 0, 0) url("images/megnor/sprite-wc.png") no-repeat scroll -1px -968px;}
.style-2.cms-banner-item .text1 {font-size: 20px; padding: 4px 0 10px;}
}
@media only screen and (max-width: 479px) {
.cms-banner-item .offer-tag { margin-bottom: 6px;}
.style-2.cms-banner-item .text1 {font-size: 16px; padding: 4px 0 10px;}
.style-2.cms-banner-item .text2, .style-2.cms-banner-item .text3 {  font-size: 12px;}
}


#block-2 h3.wp-block-heading ,
#block-3 h3.wp-block-heading{
    position: relative;
}

#block-2 h3.wp-block-heading:before ,
#block-3 h3.wp-block-heading:before{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 20px;
    color: #000;
    top: 0;
    bottom: 0;
    height: 14px;
    width: 14px;
    text-align: center;
    z-index: 9;
    line-height: 15px;
    margin: auto;
    color: #FFF;
}

#block-2 h3.wp-block-heading.open:before,
#block-3 h3.wp-block-heading.open:before {
    content: "\f106";
    line-height: 11px;
}

.footer-widget.open .widget_nav_menu {
    display: block;
}

@media (max-width: 1024px) {
    .footer-widget.open .widget_nav_menu {
        margin-bottom: 20px;
    }
}
