/*
 Theme Name:   Simple Farmdoc Theme
 Description:  Simple Farmdoc Child Theme
 Author:       Lee Bynum
 Template:     astra
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

/* PRE-HEADER */

 #top-bar {
 	color: #ffffff;
 	font-family: Raleway;
	font-size: 15px;	
 	height: 45px;
 	padding-bottom: 12px;
 	padding-top: 12px;
	margin-bottom: 5px;
 	text-transform: uppercase;
 	width: 100%;
 }

#top-bar .header-left {
	float: left;
	margin-right: .5em;
}

#top-bar .header-right {
	float: right;
	margin-left: 1em;
}

 #top-bar a {
 	color: #ffffff;
 	font-weight: bold;
 }

 #top-bar a.ext {
	text-transform: none;
}

 #top-bar a.skip-link {
 	color: #1668b5;
 }


#top-bar-iblock {
	width: 27px;
}

 @media (max-width: 850px ) {
 	 #top-bar {
 	 	height: auto;
 	 }

 	 #top-bar {
 	 	display: block;
 	 	margin-bottom: 0;
 	 	text-align: center;
 	 }

 	 #top-bar a {
 	 	float: none;
 	 }

 }



div#content {
    background-image: url(/wp-content/uploads/2019/09/MergedBackground-1.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    background-attachment: inherit;
}

body, .ast-separate-container {
    background-image: none;
	background-color: #13294b;
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    background-attachment: inherit;
}


.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
    color: #13294b;
}

div#primary {
	margin: 1.5em 0!important;
	padding: 0!important;
}

@media (min-width: 768px) {
	#colophon div.footer-adv-widget-1, #colophon div.footer-adv-widget-4 {
		width: 40%;
		margin: 0 5%;
	}

	#colophon div.footer-adv-widget-2, #colophon div.footer-adv-widget-3 {
		width: 5%;
	}
	
	#colophon div.footer-adv-widget-4 {
		text-align: right;
	}
	
}

@media (max-width: 767px) {
	#colophon div.footer-adv-widget-4 {
		text-align: center;
	}	
}



#colophon .widget, #colophon p {
	margin: .5em 0;
	padding: 0;
}

#colophon ul li:hover a, #colophon div:hover > a {
	color: #E84A27;
}

#colophon ul li a {
	display: inline-block;
	width: 100%;
}

#colophon div > a {
	display: inline-block;
	width: auto;
}

#colophone a {
	display: block;
}

#colophon address {
	float: left;
	margin: 0 calc(1 * 1rem);
	font-size: 16px;
}

.footer-adv-overlay {
    padding-top: 1em;
    padding-bottom: 1em;
}

.ast-footer-overlay {
    padding-top: 1em;
    padding-bottom: 1em;
}