/*
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");

header.fw-header .fw-header-main .fw-nav-wrap .fw-nav-menu .mega-menu {width:inherit;}

.boxShadow { box-shadow:  0px 4px 0px 4px rgba(227, 219, 219, 0.5); z-index:10; posative:relative;}
.fw-sidebar .fw-col-inner {background-color: #4a4a4a!important;}
/*.about-slider .content-about-slider h2.title-about-slider  {
    font-size: 1em;
    line-height: 51px;
    margin-bottom: 13px;
}
.about-slider .content-about-slider {
    padding: 68px 110px 90px 188px;
}*/
.myEmail {padding-left: -20px;}
.fw-special-subtitle {
    font-family: inherit!important;
	font-size:20px;
	padding-bottom:10px;
}

.fw-footer .fw-footer-widgets{background-color:#4a4a4a!important;}
.post {padding-top:40px!important;}

.post.thumbnail-right .post-thumbnail, .post.thumbnail-right .fw-ratio-container {
    float: none;
    margin-left: 0px;
   
}
.highlights .categories-slider2 .view-details span {display:none;}
.highlights .categories-slider2 p span {color:#ffffff!important;}

.newsArea .fw-row:nth-of-type(even) {background-color:#ffffff;}

.single-fw-portfolio .site-main .fw-main-row .fw-container {  
	box-shadow: none!important; 
}

.single-fw-portfolio .site-main .fw-main-row .fw-container .fw-container {padding-left: 0px; width:1080px;}

/**********************About slider - half the font size*****************************************/
.about-slider .content-about-slider .title-about-slider{font-size: 50px;line-height: 50px;}

@media (max-width: 1199px){
	.about-slider .content-about-slider .title-about-slider{font-size: 45px;line-height:45px}
}
@media (max-width: 991px){
	.about-slider .content-about-slider .title-about-slider{font-size: 35px;line-height: 35px}
}
@media (max-width: 767px){
	.about-slider .content-about-slider .title-about-slider{font-size: 20px;line-height: 20px;padding-bottom: 15px;margin-bottom: 15px}
}