/*
 Theme Name:   Enfold Child
 Description:  Child Theme for Enfold Theme
 Author:	   Gravit
 Template:     enfold
 Version:      1.0.0
*/

/* Hide Captions on Thumbnails */
.thumbnail-caption {
    display: none!important;
}

/* Phone Info Header */
.phone-info {
	color: #ffffff!important;
	font-size: 18px!important;
}

.phone-info a {
	color: #ffffff!important;
	text-decoration:none;
	font-weight:600;
}

.phone-info a:hover {
	font-weight:800!important;
}

.contactbtn a {
	color: #fafafa!important;
	background-color: #22272d!important;
	border-radius: 50px!important;
		-webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-color: transparent;
    border-width: 2px!important;
    border-style: solid;
    box-shadow: rgba(0,0,0,.25) 0 3px 11px 0;
	line-height: 0.5em!important;
	padding-top: 15px!important;
	padding-bottom: 15px!important;
}

.contactbtn a:hover {
	color: #22272d!important;
	background-color: #fafafa!important;
}

h1, h2 {
	text-transform: none!important;
}

/* Opening Hours */
.weekday li {
	text-indent: 0px;
	border-bottom: 1px;
	border-color: grey;
}

.opening-hours ul li {
	list-style: none!important;
}

.opening-hours ul li span.right {
	float: right!important;
}

/* Top Header Border */
#header_main {
	border-bottom-width: 0px!important;
	-webkit-box-shadow: 0px 6px 5px -1px rgba(148,148,148,1);
	-moz-box-shadow: 0px 6px 5px -1px rgba(148,148,148,1);
	box-shadow: 0px 6px 5px -1px rgba(148,148,148,1);
}

/* Menu */


.avia-menu-text:hover {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:3px solid #000!important;
	border-top: 3px solid #000!important;
}

.avia-menu-text:active {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:3px solid #000!important;
	border-top: 3px solid #000!important;
}

.avia-menu-fx { display: none !important; }
