/*
Theme Name:     Construction Child
Theme URI:      http://wpdemo.thememodern.com/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         ThemeModern
Author URI:     http://thememodern.com/
Version:        1.0
Template:       construction
*/

@import url("../construction/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
body{
    font-size: 16px;  
    color: #333;  
}
#main-content { 
  padding: 5px 0; 
}
.single-post .post-content-single-wrap, .page .page-content, .page .site-content{
    font-size: 16px;  
    color: #333; 
    text-align: justify;    
}
.animsition,
.animsition-overlay { 
  opacity: 1 !important;
}
#main-nav > ul > li{
    padding: 0 8px;
}
.wprt-testimonials.style-2 .customer .inner{
    border: 1px solid #333;
}
.wprt-testimonials .customer .inner:after{
    border-color: transparent #333 transparent transparent;
}
#top-bar {
    font-size: 1em;
}
#top-bar .top-bar-content i.fa{
    color: #ffffff !important;
}
#site-header-inner {
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all ease .238s;
}
#site-header.is-sticky #site-header-inner {
    padding-top: 18px;
    padding-bottom: 18px;
}
#site-content {
  float: none;
  width: 100%;
}
#featured-title #breadcrumbs{
    width: 100%;
    text-align: left; 
}
#featured-title .featured-title-inner-wrap {
  padding: 10px 0; 
}
#featured-title #breadcrumbs a{
    color: #333 !important; 
}
.hentry .post-title{
    color: #660000;  
}
h1, h2, h3, h4, h5, h6{
    color: #660000; 
}
h2, h3, h4, h5, h6,
h2 b, h3 b, h4 b, h5 b, h6 b,
h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
    font-weight: normal !important;  
}
/*
.header-style-5 #site-header{
    background-color: #ffffff;
}
#top-bar {
    font-size: .928em;
    position: relative;
    z-index: 1;
    background: #ffbc13;
}
#site-header {
    position: relative;
    background-color: #fff;
}
.home.header-style-5 #top-bar {
    background-color: rgba(0,0,0,0.2);
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255,255,255,.1);
}
.home.header-style-5 #site-header.is-sticky {
    background-color: rgba(0,0,0,.8);
}
#site-header-inner {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100%;
    transition: all ease .238s;
}
#site-header.is-sticky #site-header-inner {
    padding-top: 18px;
    padding-bottom: 18px;
}*/
