/* Logo padding*/
element.style {
    border-top-width: 25px;
    margin-top: 30px;
    padding-top: 0;
}

/* Graphic Stripe on Pages (not homepage)*/
.heading-area{background-color:none;
    background-image: url(/wp-content/uploads/2014/08/bandeau-2.jpg);
}
.heading-area .entry-title{color:#fff}

/* Font Size menu Fix */
.nav-primary li a {
    font-size: 17px;
}


.op-table td, .op-table th {
    border: medium none;
    color: #fff;
    padding-bottom: 5px;
    padding-right: 5px;
}


/* Social Icons Coloring */
li.social-link a {
    border: 3px solid #fff;
    background: #1D9CD7;
    border-radius: 100% 100% 100% 100%;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}



/* Heures D'ouverture Color */
aside h4.widget-title.widgettitle{color:#fff}
.op-table.op-overview-table{color:#999}
.op-overview-row.highlighted{color:#1D9CD7}
.op-status-label.open{color:red; background-image: none; padding-left:0px}
.op-overview-set.closed{color:#fff;}
aside .widget-wrap{color:#fff}

 .site-container .contact {
	background: #eee;
	margin: 0;
	position: relative;
	min-height: 400px;
}

 .site-container .contact iframe{min-height: 400px;}

/*bandeau sous les titres de pages, ajouter une image*/
.heading-area {
    background-image: url("/wp-content/uploads/2015/11/headerbg.jpg");
    background-size: cover;
}


.footer-widgets {
    background-image: url("/wp-content/uploads/2015/12/2015-12-10_11-48-25.png");
    background-size: cover;
}


/*ajustement espace entre widget reservation et mape google*/
.homepage_template .introduction:after, .homepage_template .latest-articles:after {
    background: none repeat scroll 0 0 #f64747;
    content: "";
    display: block;
    height: 9px;
    left: 50%;
    margin-left: -35px;
    margin-bottom:-155px;
    top: 0;
    width: 70px;
}

.genesis-nav-menu {padding-top: 13px;}

/*remove magnifing glass from mosais on mouse over*/
.thumb-overlay h5 i{display: none}


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

	.featured-area{width: 100%}
}

@media only screen and (max-width: 480px) {
.homepage_template .site-container .contact {
    min-height: 100%;
}
}
