/*
Theme Name: Exposure Child
Description: Child theme for the Exposure. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Version: 1.0
Author URI: http://themefuse.com/
Template: exposure-parent
Tags: translation-ready
*/

/*

PLEASE DO NOT EDIT THIS FILE!
CSS in this file will not be used by the theme

Instead edit the custom.less file that is located on your server in the /child-theme/styles-less/ folder. The custom.less file supports normal CSS declarations as well as .less variables (all the .less variables created by us for the theme can be found in the /parent-theme/styles-less/variables.less)

You can copy a style declaration rule from any of your less files and paste it in custom.less and it will override the original style. If you just want to add a quick css change please consider using the Quick CSS field built on the Theme Settings page > Styling tab.

*/

@import url("../exposure-parent/style.css");

.tficon-shevron-left,.tficon-shevron-right, #Layer_1,.carousel-indicators{display:none;}
h2.slider-title-after{line-height:0.9em;}

.fw-footer {border-top: 4px solid #96243A;   position: relative;}
.slider-title-after strong{font-weight:normal; font-size:0.6em;font-style:normal;}


header.fw-header .fw-header-main .fw-wrap-logo .fw-site-logo span {

    line-height: 1.5em;

}

     @media only screen and (max-width: 991px){

.fw-site-navigation {
    display: block;
}
.fw-header .mmenu-link {
    display: none;
}
.fw-section-height-md{
background-position:50% 50% !important;
background-size: cover !important;
}

}

 @media only screen and (max-width: 767px){

.fw-absolute-header .fw-header {
    top: 0px;
    left: 0px;
    right: 0px;
    position: relative;
    background-color: #17284d;
}
.fw-header-type-3 header.fw-header .fw-header-main .fw-wrap-logo {

    margin: 0px 0px 0px;
}
.fw-site-navigation {
    display: none;
}
.fw-header .mmenu-link {
    display: block;
}
}

@media only screen and (max-width: 767px){
.fw-section-height-md{
background-position:50% 50% !important;
background-size: cover !important;
}
}

@media only screen and (max-width: 479px){
.fw-section-height-md{
background-position:50% 50% !important;
background-size: cover !important;
}
}

img{
min-width:10px !important;
min-height:10px !important;

}

img.lazyautosizes{

display:none !important;
}