/*
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
*/



/*Add your own styles here:*/

.boxed#top { box-shadow: 0 0 5px 3px #dddddd; }

.logo img { display: none !important; }

.logo .subtext {
    font-size: 30px;
    position: relative;
    top: 30px;
	font-family: 'Playfair Display', serif;
	color:#24678d;
}

.logo .tagline {
    font-size: 16px;
	font-family: 'open sans', 'HelveticaNeue', 'Helvetica Neue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;
	color:#8d8d8d;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-top:15px;
}

.logo > a {
    text-decoration: none;
}

.logo a {
line-height: 20px;
}

.responsive #top .logo {
    display: block;
    height: 120px !important;
		width: 100%;
    text-align: center;
}

.responsive .logo a {
    display: block
}

#top #header .av-main-nav > li.current-menu-item  > a .avia-menu-text{
	color:#24678d;
}


/* make color sections full width */
/* Color section container width */
#av_section_1.avia-section.fullsize .container {
  width: 100% !important;
  min-width: 100%;
  padding: 0;
  margin: 0;
}

.content, .sidebar {
 padding-top: 0px;
	 }


@media only screen and (max-width: 767px) {
.responsive #top .logo {

    width: 80%;
    text-align: center;
}
}