@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Crimson+Text:400,600,700');
body {
    font-family: open sans,Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #535353;
    background-color: #f5f5f5;
}
body.home {background-color: #fff;}
h1, h2, h3, h4 {
font-family: 'Crimson Text', serif;
}
h2, h2 a, h2 a:hover, h2 a:focus {
}
/**********************************header*******************************/
.menu-b{box-shadow:none}
/********************************Menu******************************************/
nav ul {
    width: 100%;
}
nav li a {
font-family: crimson text,Helvetica,Arial,sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
font-size: 19px;
}

.fa.fa-times{color:#333}
/*********************************Home page***********************************/
.service_left .content h3{
font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #121232;
}
.big p{
font-size: 38px;
line-height: 44px;
font-weight: 400;
font-family: crimson text,Helvetica,Arial,sans-serif;
}
.service_top h3{    font-size: 20px;
    line-height: 27px;
    font-weight: 400;
    font-style: normal;
    margin: 10px 0!important;
}
.cube{webkit-transition: .25s cubic-bezier(.215,.61,.355,1);
    transition: .25s cubic-bezier(.215,.61,.355,1);}
.cube:hover{    box-shadow: 0 40px 120px -20px rgba(0,0,0,.6);
    z-index: 1;
    -webkit-backface-visibility: hidden;
}
/*****************************footer********************************/
footer{padding: 80px 0 60px;  color: #65657a;}
footer .footer-widget {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}
footer p{ padding-top: 20px;      font-size: 13px;
    line-height: 28px;  }
footer .copyright {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e7e5e5;
}
footer ul li{    display: inline-block;
    margin: 0 10px;
    position: relative;}
.custom-html-widget {    text-align: center;}
/********************************Page interne**********************/
.single .related {
    color: #000;
font-family: crimson text,Helvetica,Arial,sans-serif;
}
.thumb-cover {
border-bottom: 5px solid #b1a276;
position:relative;
}
.thumb-cover:hover:after {
    box-shadow: 0 0 0 5px #b1a276 inset;
}
.thumb-cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: box-shadow .2s ease-out,background-color .2s ease-out;
}
.sidebar{
padding: 20px 15px;
    border-radius: 3px;
    margin-bottom: 20px;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
}
.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;
}
.widget_sidebar .sidebar-widget:after, .widget_sidebar .sidebar-widget:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 0;
}
.widget_sidebar .sidebar-widget:before {
    width: 100%;
    border-bottom: 1px solid #ececec;
}
.widget_sidebar .sidebar-widget:after {
    width: 50px;
    border-bottom: 1px solid #b1a276;
}
.archive .readmore {
    padding: 9px 25px;
    font-size: 14px;
    font-family: poppins,Helvetica,Arial,sans-serif;
}
.text-center p{text-align:center!important}

.single .post-data{padding: 60px;
    background: #fff;
    -webkit-box-shadow: 0 15px 76px 0 rgba(0,0,0,.06);
    box-shadow: 0 15px 76px 0 rgba(0,0,0,.06);
    margin-bottom: 50px;}
.archive h2 {font-size: 25px;}
 .widget_sidebar p, .widget_sidebar a {
    font-size: 13px;
} 
.post-inloop {
    margin-bottom: 35px;
    padding: 30px 30px 15px;
    position: relative;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 10px -10px rgba(0,0,0,.15);
}
/********************************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;}
}
