/*
Theme Name: radiate-enfant
Description: Sauvegarde WelcomeInStrasbourg
Author: That is rock and roll
Author URI: https://webdesignart.fr
Template: radiate 
Version: 1.2.6
*/

#head
    {
        
    display: flex;
    justify-content: space-around;
    }

#welcome
    {
        font-family: 'Caveat',cursive;
    /*font-family: 'Tangerine', serif;*/

    font-size: 1em;
        align-items: center;
        display: flex;
    }

.WellCome   
    {
    font-family: 'Caveat', cursive;

        /*font-family: 'Tangerine', serif;*/
    }


p
    {
        text-align: justify;
    }

.table
    {
        text-align: center;
        vertical-align: middle;
    }


#presentation
    {
        text-align: center;
    }

#infos
    {
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

#cathedral
    {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

#cathedralInfos
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

#Kammerzell
    {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

#KammerzellInfos
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

.tablepress-id-6 .column-2 

    { 
        vertical-align: middle;
        text-align: left;
    }

.img_header
    {
        width: 64px;
        height: 64px;

    }

.entry-header
    {
        display: flex;
        /*height: 32px;*/
    }

    img {
    /*height: auto;*/
    /* Make sure images are scaled correctly. */

    max-width: 100%;
    /* Adhere to container width. */
}

.site-info p
    {
        text-align: center;
    }

.monFooter
    {
        font-size: 1.5em;
    }

#content 
    {
        background-image: url('https://images.webdesignart.fr/Strasbourg/background1.jpg');
        background-repeat: no-repeat;
        background-position: top center;
        background-attachment: fixed;
    }

.header-wrap 
    {
        border-bottom: 1px solid #E1E4E6;
        position: fixed;
        top: 0;
        width: 100%;
        margin: 0 auto;
        z-index: 999999;
        background-color: rgba(255,255,255,0.9);
        
    }

.site-header .menu-toggle::before 
    {
        content: '\f419';
        display: inline-block;
        font: normal 17px/1 'Genericons';
        vertical-align: top;
        padding-top: 8px;
    }

.tablepress-id-6 .column-2 .WellCome 
    {
        font-size: 1.3em;
    }

.blog .entry-header img
    {
        display:none
    }

.blog .entry-header
    {
        display: initial
    }

/*.blog .entry-title 
    {
        font-size: 2.2rem;
    }  */  

.single-post .entry-header 
    {
        display: initial;
    }

#parallax-bg 
    {
        background-size: contain;
        
    }

   

.blog .img-title::before 
    {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px ;
        background: url(https://images.webdesignart.fr/Strasbourg/logo.jpg);
        background-size: 100%;
        margin-right: 5px;

    }

.single-post .entry-title 
    {
        font-size: 2.2rem;
    }

.single-post .img-title::before 
    {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background: url(https://images.webdesignart.fr/Strasbourg/logo.jpg);
        background-size: 100%;
        margin-right: 5px;
        /*margin-left: -37px;*/
    }


@media screen and (max-width: 272px){
    .site-header .menu-toggle
        {
            display: flex;
            width: 200px;
            justify-content: flex-end;
        }
    
    .main-small-navigation li
        {
            left: 158px;
        }

    #parallax-bg 
    {
        background-size: initial;
    }    
}
@media screen and (min-width: 406px) and (max-width: 601px){

    .main-small-navigation ul
        {
            margin-left:60px;
        }

    #parallax-bg 
        {
            background-size: initial;
        }    
}

@media screen and (min-width: 391px) and (max-width: 599px){

    .main-navigation 
        {
            /* margin: 10px 25px 0 0; */
            margin: 1rem 2.5rem 0 0;
            clear: right;
        }

    .site-header .menu-toggle 
        {
            position: relative;
            left: -10px;
            top: 0;
        }

    #parallax-bg 
        {
            background-size: initial;
        }    
}

@media only screen and (max-width: 600px) {
   

    .header-wrap 
        {
            position: fixed;
            background-color: rgba(255,255,255,1);
            height: 54px;
        }
    
    .img_header
        {

            width: 32px;
            height: 32px;
        }

    .site-header .menu-toggle 
        {
            margin-top: -54px;
            position: relative;
            left: -7px;
            top: -2px;
        }

    .header-search-icon::before 
        {
            font: normal 25px/1 'Genericons';
        }

   /* #parallax-bg
    	{
    		display: none;
    	}*/
    .tablepress img
        {
            display: none;
        }

    input[type="text"], input[type="email"] 
        {
            width: 234px;
        } 

    .menu-718 select 
        {
            width: 242px;
        }

    #parallax-bg 
        {
            background-size: initial;
        }

    .blog .entry-title 
        {
            font-size: 2.2rem;
        } 


}

@media screen and (max-width: 768px) {
    
    .site-branding 
        {
            margin-left: 0;
            max-width: 100%;
        }

    #parallax-bg 
        {
            background-size: initial;
        }
}