/*
Theme Name: Eurodanse
Template: twentysixteen
Theme URI: http://www.elfratech.fr
Author: mc
Author URI: http://www.eurodanse.lu
*/

/* Navy blue (EU) 003399  /  */


/**
* LAYOUT
*/
body {
    background-color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
}
body:after,
body:before {
    display: none !important;
}

.site {
    margin: 0;
}

.site-inner {
    padding: 0 10px;
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
    margin-left: 2%;
    margin-right: 2%;
}

a {
    color: #003399;
}

img {
    max-width: 100%;
    height: auto;
}
.img{
    max-width: 100%!important;
}

/**
* HEADER
*/
.site-header {
    padding: 0 0 2.5em;
}
.site-title a {
    display: block;
    background: url('img/logo-eurodanse.png') left center no-repeat;
    background-size: contain;
    max-width: 600px;
    height: 110px;
    overflow: hidden;
    text-indent: 200%;
    white-space: nowrap;
}
.site-header-main {
    display: block;
}
.site-branding {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}
.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
    color: #003399;
}
/*.site-header-middle {
    width: 48%;
    padding: 0 1rem;
    text-align: center;
    display: none;
}
.site-header-right {
    vertical-align: middle;
    text-align: right;
    width: 25%;
    display: none;
}
.header-tel {
    display: block;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding: 0 0 0 42px;
    background: url('img/tel-ico-header.png') no-repeat 0 0 transparent;
    text-decoration: none;
    box-shadow: none !important;
    text-align: left;
}*/


/* Main navigation */
.site-header-menu {
    margin-top: 0;
    margin-bottom: 0;
}
.main-nav-wrapper {
    background-color: #003399;
}
.main-navigation {
    font-family: 'Open Sans', Arial, sans-serif;
}
.main-navigation a {
    color: #fff;
    padding: 0.875em;
    padding-left: 2.5em;
    background-position: top 50% left .75em;
    background-repeat: no-repeat;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
    color: #eee;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
    background-color: rgba(0, 0, 0, .2);
}
.menu-toggle {
    color: #fff;
}
.menu-toggle:hover,
.menu-toggle:focus {
    border-color: #fff;
    color: #fff;
}
.main-navigation ul ul a {
    color: #333;
}
.main-navigation ul ul a:hover {
    color: #003399;
}

/* Sticky header */
.has-sticked-header {
    margin-top: 50px;
}
.has-sticked-header .main-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000
}


/**
* MAIN
*/
.entry-title a:hover,
.entry-title a:focus,
.entry-footer a:hover,
.entry-footer a:focus {
    color: #003399;
}
.site-content {
    padding: 0;
}




/**
* FOOTER
*/
.site-footer {
    padding: 0;
    display: block;
    font-size: .825em;
    border-top: 2px solid #ccc;
}

.site-footer-contact {
    background-color: #ddd;
    padding: 20px 0;
    border-bottom: 2px solid #aaa;
}
.site-footer-contact h2 {
    margin-left: 10px;
}
.site-footer-contact__col {
    padding: 0 10px;
}

.footer-widget,
.footer-navigation {
    padding: 10px 0;
}
.footer-menu {
    list-style-type: none;
    margin: 0;
}
.footer-menu li {
    display: inline-block;
    vertical-align: middle;
}
.footer-menu li + li {
    margin-left: 1rem;
}



/**
* Responsive
*/
@media screen and (min-width: 44.375em) {
    .site-header-middle,
    .site-header-right {
        display: inline-block;
    }

    .no-sidebar .entry-header,
    .no-sidebar .entry-content,
    .no-sidebar .entry-summary,
    .no-sidebar .entry-footer,
    .no-sidebar .comments-area,
    .no-sidebar .image-navigation,
    .no-sidebar .post-navigation,
    .no-sidebar .pagination,
    .no-sidebar .page-header,
    .no-sidebar .page-content,
    .no-sidebar .content-bottom-widgets {
        margin-left: 5%;
        margin-right: 5%;
    }

    .quote-mobile {
        display: none;
    }

    /*.main-navigation li:last-child {
        margin-left: 5em;
    }*/

    .footer-widget {
        float: left;
        width: 40%;
    }

    .footer-navigation {
        float: right;
        width: 60%;
        text-align: right;
    }

    .site-footer-contact__col {
        float: left;
        width: 33.3333%;
    }
}

@media screen and (min-width: 56.875em) {
    .content-area {
        float: none;
        margin: 0 auto;
        width: 90%;
    }

    .site-footer-contact__col {
        width: 25%;
    }
}

@media screen and (max-width: 44.375em) {
    .site-title a {
        height: 80px;
    }
    .main-navigation ul ul a {
        color: #fff;
    }
    .main-navigation ul ul a:hover {
        color: #eee;
    }
    .dropdown-toggle {
        color: #fff;
    }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
        color: #fff;
    }
}

@media screen and (max-width: 320px) {
    .site-title a {
        height: 60px;
    }
}