/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* buttons */

#top .main_color .avia-color-theme-color {
	text-decoration: none;
	padding: 1em;
}

/*Add your own styles here:*/

.avia-button-wrap {
	padding-right: 2px;
}

#top #wrap_all .av-social-link-yelp:hover a{
    color:#fff; 
    background-color:#c21613; 
}

#top #wrap_all .av-social-link-tripadvisor:hover a{
    color:#fff;
    background-color:#589442;
}

.slideshow_align_caption { top: 10%; vertical-align: inherit; }


h1, h2 {
	margin-top: 0px;
}

#top .av_header_glassy.av_header_transparency .header_bg {
	background-color:#c3512f;
	opacity:.8;
}

#top .header_color.av_header_transparency, .header_color .main_menu .menu ul li:first-child {
	color:#fff;
}

.reservation_btns {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
    max-width: 450px;
}

#top #wrap_all .header_color.av_header_transparency, #top #wrap_all .header_color.av_header_transparency .phone-info.with_nav span, #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text, #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-subtext {
	color: #fff;
}
.notificationtop {
    text-align: center;
    color: white;
    background: darkred;
    line-height: 2.5em;
    font-weight: 900;
    font-size: 1.5em;
}

@media only screen and (min-device-width : 766px) and (max-device-width : 1024px) {
	.responsive .logo img {
		max-width:78%;
	}
}

@media only screen and (max-device-width : 640px) {
	.responsive .logo img {
		max-width:78%;
	}
	.notificationtop {
		line-height: 2em;
		font-size: 1em;
	}
}

.content {
	padding: 0 !important;
}