@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
body {
font-family: open sans,Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #646464;
}
h1, h2, h3, h4 {
font-family: 'Playfair Display', serif;
font-weight: 700;
}

/**********************************header*******************************/
.scrolling-down.main-menu {padding: 5px 0;}
.navbar-toggler {
    border: none;
}
.main-menu {box-shadow: none;}
/********************************Menu******************************************/
nav ul {
    width: 100%;
}
nav li a {
    font-family: playfair display,Helvetica,Arial,sans-serif;
    line-height: 30px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
font-size: 15px;
}
.overlay-nav li {
    margin-bottom: 1em;
}
/*********************************Home page***********************************/
.sow-headline-container p.sow-sub-headline{ font-weight: 600; letter-spacing: 2px;}
.cl-flipbox-front-title{text-align:left;}
.home h3.widget-title{     font-size: 17px;
    font-weight: 700;
    color: #181818;
    font-family: montserrat,Helvetica,Arial,sans-serif;}

.big p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: rgba(255,255,255,.5);
}
.service_right{float:right}
.service_right .content h3{
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    font-family: montserrat,Helvetica,Arial,sans-serif;
}
/*****************************footer********************************/
footer{padding: 70px 0 30px;  color: #333333;}
footer .footer-widget {
font-family: 'Playfair Display', sans-serif;
    color: #222223;
    margin-bottom: 1em;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}

footer .copyright {
    margin-top: 40px;
    padding-top: 20px;
    border-top: none;
    text-align: center;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li{     display: list-item;
    position: relative;
    width: 100%;
    text-align: left; margin-bottom: 10px;}
.custom-html-widget ul li span{color: #20c05c;}
footer .col-md-4:nth-child(2) .widget_footer{text-align: center;}
.border-footer{
    border-top-width: 15px;
    border-top-color: #161616;
    border-top-style: solid;
    margin-top: 60px;
}
/********************************Page interne**********************/
.subheader {padding: 300px 0 40px;}
.single .related {
    color: #000;
font-family: 'Playfair Display', sans-serif;
}
.thumb-cover {
margin-right: 30px;
    -webkit-box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
    box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
}
.znBoxShadow {
    -webkit-box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
    box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
}
.widget_sidebar:first-child{       background-color: #000000;
    padding: 25px 22px 10px;
    margin-top: -100px;}

.widget_sidebar .sidebar-widget {
    color: #050505;
    line-height: 1.4;
    margin: 10px 0 15px;
    padding-bottom: 20px;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
}
.sidebar:first-child .sidebar-widget {
margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #262626;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.text-center p{text-align:center!important}

.single .related{border-top: 1px solid #ececec;    padding-top: 20px;
    margin-top: 25px;}

.single .post-data{
    margin-bottom: 50px;
    padding: 20px 130px;
}

 .widget_sidebar p, .widget_sidebar a {
    font-size: 13px;
} 
.post-inloop {
    margin-bottom: 35px;
    padding: 30px 0;
    position: relative;
}
.archive .readmore{position:relative;overflow: hidden;
    padding: 9px 25px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
}
.archive .readmore::before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -o-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
    width: 50px;
}
.archive .readmore:hover:before {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(.19,1,.22,1);
    -o-transition: all 550ms cubic-bezier(.19,1,.22,1);
    transition: all 550ms cubic-bezier(.19,1,.22,1);
}
.single h2, .single h3, .single h4, .single h5, .single h6,.single .related {
    font-weight: 600;
    color: #121212;
}
/********************************responsive************************************/
@media only screen and (max-width: 900px) {
.home h1 {
    line-height: 32px !important;
    font-size: 27px !important;
}
.home h2 {
    line-height: 32px !important;
    font-size: 23px !important;
}
dl, ol, ul {padding-left: 0;}
.single .post-data { padding: 20px 30px;}
.navbar-collapse{background-color: rgba(0,0,0,.85);
padding: 15px;}
.scrolling-down .navbar-collapse{background-color: transparent;
padding: 0;}
}
