/*
Theme Name: Creapicture
Theme URI:
Author: Virtuel Design
Author URI: https://virtueldesign.be
Description: A simple theme for blogger, tripper and others person who like to travel accros the world. This theme is fully responsive deisgn.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog,one-column, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: creapicture
*/

/*General*/
* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
body {
    font-family: serif;
    font-size: 16px;
    width: 100%;
    height: 100%;
}
h1, h2, h3{
    max-width: 100%;
    word-wrap: break-word;
}
#bars, #croix{
    margin-left: 20px;
    margin-top: 10px;
    display: none;
}
.bar{
    height: 2px;
    margin-bottom: 5px;
    width: 20px;
    border-radius: 25px;
    background-color: #fff;
}
.site-content img{
    background-color: #fff;
}
.site-content{
    max-width: 100%;
    height: auto;
    background-color: #fff;
}
.social{
    float: right;
}
#hamburger-content{
    display: inline-block;
}
.page img{
    max-width: 100%;
    height: auto;
    max-height: 650px;
}
.page h2{
    padding-top: 30px;
}
.sidebar{
    float: right;
    padding-left: 30px;
    padding-right: 20px;
    border-left: #9a9a9a 1px solid;
}
.sidebar li{
    list-style: none;
}
/*Navigation*/

.nav{
    background-color: #212121;
    height: auto;
    min-height: 60px;
    z-index: 1000;
}
/*Site Title*/

.site-title{
    text-align: center;
    height: 120px;
    background-color: #fff;
}
#site-title{
    margin-bottom: 15px;
    text-decoration: none;
}
/*index*/

.index{
    margin: 0px 10px;
}
.index img{
    max-width: 100%;
    height: auto;
    max-height: 650px;
}
.padding{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}
.thumbnail{
    border: none;
    max-width: 100%;
    height: auto;
    max-height: 650px;
    padding: 0px 0px;
    border-radius: 0px;
}
.page{
    margin-bottom: 10px;
}
.page-nav{
    clear: both;
}
.border{
    background-color: rgb(142, 142, 142);
    max-width: 750px;
    height: 3px;
    margin: 30px auto;
    opacity: 0.6;
    clear: both;
}

/*footer*/

.infos{
    background-color: #303030;
    color: #fff;
}
.copyright{
    background-color: #212121;
    color: #fff;
    text-align: center;
    height: 50px;
    padding-top: 15px;
}

/*class de wordpress*/

.wp-caption{
    max-width: 100%;
    height: auto;
}
ul.menu{
    margin-bottom: 0px;
}
.social .menu li a{
    font-size: 10px;
    padding-left: 5px;
}
.menu li{
    list-style: none;
    text-align: center;
    padding: 20px 5px;
    display: inline-block;
}
.menu li a{
    text-decoration: none;
    text-align: center;
    color: #fff;
}
.menu li:hover{
    background-color: grey;
}
.sub-menu{
    background-color: #212121;
    position: absolute;
    margin-top: 15px;
    margin-left: -10px;
    z-index: 100;
    display: none;
}
.sub-menu li{
    padding: 5px 10px;
    display: block;
}
.sub-menu li:hover{
    background-color: grey; 
}
.more, .wpcf7-submit{
    background-color: #212121;
    width: 200px;
    height: 50px;
    margin: 15px auto;
    padding: 12px 60px;
    border-radius: 25px;
    text-align: center;
}
.more:hover, .wpcf7-submit:hover{
    background-color: red;
}
.more-link, .wpcf7-submit{
    color: #fff;
    text-align: center;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
    border-radius: 25px;
    margin-top: 10px;
}
.more-link:hover{
    color: #fff;
}
.custom-logo{
    width: 60px;
    height: 60px;
    margin-left: 15px;
}
.wp-caption-text{
    font-style: italic;
}
.sticky{
    border-bottom: 1px solid red;
}
.screen-reader-text{
    
}
.gallery-caption{
    
}
.bypostauthor{
    
}
.alignright{
    text-align: right;
    margin-right: 0px;
    float: right;
    padding: 10px 10px;
    display: block;
}
.alignleft{
    text-align: left;
    margin-left: 0px;
    float: left;
    padding: 10px 10px;
}
.aligncenter{
    text-align: center;
    padding: 10px 10px;
    margin-left: auto;
    margin-right: auto;
}
ol.comment-list{
    list-style: none;
    background-color: #C1C1C1;
    padding: 20px;
}
ol.comment-list li{
    margin-top: 20px;
}
ol.children li{
    margin: 10px 0;
}
.screen-reader-text{
    display: none;
}
.search-field{
    width: 100%;
    margin-top: 20px;
    padding: 7px;
}
.search-submit{
    width: 42px;
    height: 42px;
    background-color: #a61206;
    text-indent: -9999px;
    background-image: url('assets/images/search.png');
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    cursor: pointer;
}
ol.children {
    margin-left: 20px;
    margin-top: 15px;
    background-color: #fff;
    list-style: none;
    padding: 10px;
}
#sidebar li{
    list-style: none;
    padding-left: 20px;
}
#sidebar li a{
    text-decoration: none;
    cursor: pointer;
    color: black;
}
#sidebar li a:hover{
    color: #a61206;
}
.navigation-article{
    clear: both;
}
.navigation-article a{
    text-decoration: none;
    cursor: pointer;
    color: black;
}
.navigation-article a:hover{
    color: #a61206;
}
.comment-respond form label{
    width: 200px;
    text-align: right;
    display: inline-block;
    padding-right: 20px;
    font-weight: bold;
}
.comment-respond form input, .comment-respond form textarea{
    padding: 10px;
    width: calc(100% - 220px);
}
.comment-respond form input[type="submit"]{
    margin: 0 auto;
    display: inline-block;
    border: none;
    width: auto;
    background-color: #a61206;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 10px;
}
.form-submit{
    text-align: center;
}
.retrait{
    padding-left: 15px;
}
.position{
    margin: 30px auto;
    text-align: center;
}
/*media query*/
@media screen and (min-width: 992px){
    #bars {
        display: none;;
    }
}
@media screen and (max-width: 992px)
{
    .sidebar{
        display: none;
    }
    #bars,#croix {
        display: block;
        position: relative;
        top: 10px;
    }
    #hamburger-content{
        display: none;
    }
    .navigation-menu{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 150px;
        height: cover;
        z-index: 1000;
        background-color: #212121;
        margin-top: 60px;
    }
    .menu li{
        display: block;
        text-align: center;
    }
    .social .menu li{
        display: inline-block;
    }
    .sub-menu{
        background-color: #212121;
        position: relative;
        margin-top: -28px;
        left: 155px;
        z-index: 1000;
        display: none;
    }
    .sub-menu li{
        padding: 10px 10px;
        display: block;
    }
    #bar1{
        transform-origin: center;
        transform: rotate(45deg);
        position: relative;
        top: 7px;
    }
    #bar2{
        display: none;
    }
    .displaynone{
        display: none!important;
    }
    .display{
        display: block;
    }
    #bar3{
        transform-origin: center;
        transform: rotate(-45deg);
        position: relative;
        top: 0px;
    }
}
