﻿/*
Put your custom CSS styles here, if you don't like to use "Theme Options > Advaced" panel.
! Don't forget that this file gets overrided on each theme update, so you need to keep a copy of it outside /salbii/ folder.
! Use '#global-container' before your seletor to override our styles
*/

#global-container .class-needed {
    /* your code here */
}


/*--------------MENU--------------------------*/
.top-bar-section .menu li.level0 {
    position: relative;
    margin-right: 50px;
    border-right: 1px solid #44525c;
}
.top-bar-section .menu li.level0:last-child {
 border-right:none;
}

.top-bar-section .menu li.level0::before {
    content: url(images/ico_castle.png);
    position: absolute;
    left: -45px;
    top: 2px;
}

.top-bar-section .menu li.level0:nth-child(2)::before {
    content: url(images/ico_calendar.png);
	position: absolute;
    left: -35px;
    top: +2px;
}

.top-bar-section .menu li.level0:nth-child(3)::before {
    content: url(images/ico_infos_visite.png);
	position: absolute;
    left: -25px;
    top: +12px;
}
.top-bar-section .menu li.level0:nth-child(5)::before {
    content: url(images/ico_contact.png);
	position: absolute;
    left: -27px;
    top: +10px;
}
.top-bar-section .menu li.level0:nth-child(4)::before {
    content: url(images/ico_outils.png);
	position: absolute;
    left: -37px;

}
.top-bar-section .menu li.level0:nth-child(6)::before {
    content: url(images/ico_calendar.png);
}

/*---------------menu left icon----------------------------*/


.menuiconmain{
    position: fixed;
    z-index: 11;
    width:110px;
    height:468px;
    background-color: #182d3c;
    border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        top:210px; 

}

.liiconmain{
    padding-top: 30px;
}
.liiconmain li{
    list-style: none;
    text-align: center;
    padding-bottom:20px;
}

.liiconmain div{
    text-align: center;
    padding-top:8px;
}



@media only screen and (max-width: 768px) {

.top-bar-with-logo .header-logo img {
    margin-top: -22px;
}
.top-bar-with-logo .header-logo img {
    width: 175px;
}
}



@media only screen and (max-width: 600px) {

.top-bar-with-logo .header-logo img {
    margin-top: 25px;
}

.top-bar-with-logo .header-logo img {
    width: 100px;
}
}

@media only screen and (max-width: 1380px) {

.site-footer__primary{
    padding-bottom: 100px;
}

.menuiconmain {
    left: auto;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 900;
    height:60px;
    top:auto;
}

.liiconmain{
    padding-top: 10px;
}
.liiconmain li{
    display: inline-block;
    width: 15%;
     padding-bottom:5px;
}

.liiconmain{
    text-align: center;
}

.liiconmain div{ 
    padding-top:2px;
}
.liiconmain img{
   height:20px;
}
.liiconmain a{
    font-size: 0.9em;
}
}


/*-------------------------weather -------------*/
.weather{
    background-repeat: no-repeat;
    background-image: url(http://castelnaud.com/site/wp-content/themes/castelnaud/images/bg1.jpg);
    background-size: 100%;
    min-height: 400px!important;

     display: flex;
  justify-content: center;
}

.weather *{
    text-align: center;
}

.weather .wpb_wrapper {
  align-self: center;
}

.weather .location_name{
    font-family: 'Kameron', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-weight: 100;
    color: #FFF;
    font-size: 2em!important;
   
    margin-bottom: 20px;

}

.weather .time_temperature{
    color:#cdae90;
    font-family: 'Kameron', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-weight: 100;
    
    font-size: 2em!important;
}
.horaires{
    background-repeat: no-repeat;
    background-image: url(http://castelnaud.com/site/wp-content/themes/castelnaud/images/bg2.jpg);
    background-size: 100%;
     min-height: 400px!important;
          display: flex;
  justify-content: center;
}

.horaires .wpb_wrapper {
  align-self: center;
}

.horaires *{
    text-align: center;
}

.horaires h2{
    font-family: 'Kameron', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-weight: 100;
    color: #FFF;
    font-size: 2em!important;
   
    margin-bottom: 20px;
    }

    .horaires .days, .horaires .iva_oc_close, .horaires .iva_oc_open{
        display: none!important;
    }

    .horaires .hours-row{
            color:#cdae90;
    font-family: 'Kameron', Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif;
    font-weight: 100;
    
    font-size: 2em!important;
    }

    .horaires .opening{
        margin-top: 20px;
    }
