/* 
Theme Name: Storefront Child 
Version: 1.0 
Description: Child theme for Storefront. 
Author: Woo
Author URI: http://woocommerce.com 
Template: storefront 
*/  

@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
.after-header {
    /*background-image: linear-gradient(0deg, #9ea7aa 0%, #34515e 100%);*/
    background:#708090;
    background-color: #003366;
    margin-top: 0px;
    text-align: center;
    /*padding-top: 120px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    position:relative;
    line-height: 1;
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#masthead.header--sticky {
    position: relative;
}
#masthead .after-mobile-infos {
}
#masthead.header--sticky-active {
    position: fixed;
}
#masthead.header--sticky-active .after-header {
    display: none;
}
.after-header.after-mobile {
    display: none;
}
@media (max-width: 782px) {
.after-header.after-mobile {
    padding-bottom: 25px !important;
    display: block;
    padding-top: 0 !important;
    clear: both;
    display: block;
    width: 100%;
}
}
.not-mobile .after-mobile-contact {
}

.after-mobile-contact {
    color: white;
    font-family:"Gilda Display", sans-serif;
    color: white;
}
.after-mobile-contact > span {
    color: #cdd6da;
}
.after-mobile-contact a {
    color: #cdd6da;
    font-family:"Gilda Display", sans-serif;
    font-weight: normal;
}
.after-phone {

}
.after-mobile-contact {
    display: flex;
  justify-content: space-between;

    padding: 0 10px;
}
.after-mobile-infos > span {
    margin: 0 15px;
}
.after-email {


}

.header--style-3 {
    height: auto !important;
    /*line-height: 100px;*/
}

.single-news article {
  max-width: 962px;
  width: 98%;
  margin: 0 auto;
  padding-top: 100px;
}
 
.col-full {
    position: relative;
}