/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-sixteen-child/
 Description:  Twenty Sixteen Child Theme for BananaSwing
 Author:       Sebastien Carrouget
 Author URI:   http://france-hebergement-internet.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

/* .site-inner {
    background: url('http://bananaswing.fr/media/logo5.png') no-repeat top center !important;
 }
*/

.myslider a {
    text-decoration:none !important;
}

hr {
    background-color: #DD8533 !important;
}

.phplist .required {
    color: #F0981C !important;
}
.phplist input, .phplist textarea, .phplist select {
    margin: 5px 0 0 0px !important;
}
.phplist label {
    width: auto !important;
}

ul {
    list-style: none !important;
}

table, th, td {
    border: 1px solid #000 !important;
}

.entry-title {
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 40px;
    padding-bottom: 2px;
    font-weight: bolder;
    color: #F0981C;
    background: url('//bananaswing.fr/wp-content/uploads/yammi_banana_99225.png') no-repeat 10px;
    background-color: #333;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
}
.entry-title a {
    color: #e8541e; !important;
}

.entry-summary {
    display: none !important;
}

.entry-content {
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #CCC;
    border: #999 thin solid;
}

.entry-content blockquote, .entry-summary blockquote, .comment-content blockquote {
    margin-left: 0em !important;
}

#bana {
    border: 1px solid #F0981C;
    padding: 0.875em;
    background: white;
    width: 95%;
    margin: 0 auto;
}
#bana legend {
    background: #F0981C;
    padding: 0 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 700;
}

@media screen and (min-width: 56.875em) {
 .main-navigation .primary-menu > li {
    background-color: #f0981c !important;
    list-style-type: none !important;
    float: left !important;
    text-align: center !important;
    margin-right: 2px !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    text-transform: uppercase !important;
 }
 .main-navigation .primary-menu > li:hover {
    background-color:#fce60e !important;
    color:#e8531e !important;
    font-weight: 700 !important;
 }
 .main-navigation .current-menu-item > a,
 .main-navigation .current-menu-ancestor > a {
    font-weight: 700 !important;
    color:#e8531e !important;
    background-color:#fce60e !important;
    border-radius: 12px !important;
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
 }
}

.post-thumbnail img {
    display: block;
    margin: 0 auto !important;
}

@media screen and (min-width: 61.5625em) {
 .post-thumbnail {
    margin-bottom: 1.625em !important;
    text-align: -webkit-center !important;
 }
}

@media screen and (min-width: 61.5625em) {
 .site-header {
    padding: 1.25em 4.5455% !important;
 }
 .entry-title {
    font-size: 28px !important;
 }
 .widget {
    margin-bottom: 1.307692308em !important;
 }
 article:not(.type-page) .entry-content {
    width: 100% !important;
}
}


