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

#header_main {
	margin-top: 20px;
}

/* Text logo styling */

#top .logo,
#top .logo a {  
  overflow: visible;
}

#top .logoo {
	background: none;
    display: block;
    align-items: center;
    padding: 15px;
}
#top .logo h1 {
	text-transform: uppercase;
}
#top .logo h1 a {
	text-decoration: none;
}
#top .logo h3 {
	text-align: right;
	color: #000;
}
#top .logo .subtext {
    font-size: 18px;
    color: #be0027;    
    position: absolute;
    width: 100%;
    left: 0;
    top: 25px;
}

/* Hide subtext on scroll */
#header.header-scrolled-full .subtext {
  display: none;
}

div .xlogo {
    float: none;
    position: relative;
    left: 0;
    z-index: 1;
}

hr.thickredline {
	border: solid #ec1c23;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
	border-width: 4px 0 0;
}

hr.thinblackline {
	border: solid #000;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
	border-width: 1px 0 0;
}