/*

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

*/

/*.logo img {
    height: 90px;
    width: 960px;
}*/

.avia-testimonial-wrapper {
    margin: 10px 0;
}

.tribe-events-list-widget .tribe-events-list-widget-events {
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

.tribe-events-list-widget .tribe-event-title {
	font-size: 15px;
    margin-bottom: 4px;
    margin-bottom: .25rem;
    margin-top: 5px;
}

.single-product div.product .product_meta {
    display: none;
}

.main_color .tribe-events-calendar th {
	background-color: #006EB3;
	border-color: #2D80B9;
}

.datepicker {
	z-index: 999 !important;
}

.tribe-events-page-template .title_container {
	display: none;
}

.titletext {
	font-family: 'Oswald';
	text-transform: uppercase;
	font-size: 50px;
	display:block;
	padding-top: 10px;
}

@media only screen and (max-width: 479px)  {
.titletext {
	font-size: 20px;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px)  {
.titletext {
	font-size: 30px;
}
}



.caption_framed .slideshow_caption .avia-caption-content p {
    background: #000;
    filter: alpha(opacity=80);
    background-color: rgba(11, 108, 176, 0.7);
	background-color: rgba(0, 37, 105, 0.5);
}





