@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900');
body {
font-family: "Poppins", Arial, Tahoma, sans-serif;
   font-size: 15px;
    line-height: 27px;
    font-weight: 300;
   color: #242424;
    background-color: #ffffff;
}
h1, h2, h3, h4 {
font-family: "Merriweather", Arial, Tahoma, sans-serif;
font-weight: 700;
}

/**********************************header*******************************/
.main{ padding-top: 70px;}
.scrolling-down.main-menu {padding: 5px 0;}
.navbar-toggler {
    border: none;
}
.main-menu {padding: 5px 0;}
/********************************Menu******************************************/
nav li a {
font-family: "Poppins", Arial, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
}
.overlay-nav li {
    margin-bottom: 1em;
}
/*********************************Home page***********************************/
.rectoFlip,.versoFlip{border-radius: 10px;}
.txtVerso{padding:50px;}
.sow-testimonials .sow-testimonial-text{
background: rgba(0,0,0,0.02)!important;
    padding: 30px 40px 30px!important;
    text-align: center;
}
.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: 130%;
    line-height: 140%;}
.serviceB .service_top{    text-align: left;}
.serviceB .service_top .content h3{    font-size: 20px;    margin: 10px 0!important;
    line-height: 30px;}
p.big {
color: #ee6b38;
    font-size: 16px;
    font-family: Merriweather;
    font-weight: 400;
}

.cl-review-quote-text{    background: rgba(0,0,0,0.02);
    padding: 30px 40px 30px;}
.cl-review.layout_centered .cl-review-author-avatar {
    width: 85px!important;
    height: 85px!important;
}
/*****************************footer********************************/
footer{padding: 70px 0;  color: #242424;}
footer .footer-widget {
font-family: 'Merriweather', 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: 1px solid #e7e5e536;
}
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;}
/********************************Page interne**********************/
.subheader {
padding: 100px 0 100px; background-size: auto; margin-bottom: 0; }
.single .related {
    color: #000;
font-family: 'Merriweather', 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:first-child .sidebar-widget {
margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 1px solid #262626;
    color: #fff!important;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
.widget_sidebar .sidebar-widget {
    color: #050505!important;
  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:60px;
}

 .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 .subheader{background-position: center!important;}
/********************************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 .related {padding: 30px 30px 40px;}
.single .blog-post-content {padding: 30px 30px 30px;}
}
