/*
Theme Name: Colorado Association of Realators
Theme URI:
Description: Custom child theme of Hudson Theme
Author: Akavit
Author URI: http://akavit.com/
Version: 1.0.0
Template: hudsonwp
*/

.text-white {
	color: #FFF;
}
.edgt_logo a {
    height: 49px !important;
}
.aux-bar {
	display: none;
}
nav.main_menu {
	z-index: 999;
}
.content .full_width {
	position: relative;
}
.page-template-blog-masonry .title.title_size_small h1,
.page-template-blog-masonry .title h1,
.page-template-blog-masonry .title h1 span {
	display: block;
}
.pre-footer {
	background-color: #FFF;
	padding-bottom: 45px;
	padding-top: 45px;
	text-align: center;
}
.header_top_bottom_holder .header_bottom {
	background: #FFF !important;
}
@media only screen and (min-width: 1001px){
	.sticky .edgt_logo img {
		opacity: 0;
	}
	.sticky .edgt_logo img.sticky {
		opacity: 1;
	}
	.edgt_logo a {
		height: 70px !important;
	}
	.sticky .edgt_logo a {
		height: 49px !important;
	}
	.sticky .aux-bar {
		display: none;
	}
	.aux-bar {
		background: #FFF;
		border-bottom: 1px solid #E7E7E7;
		display: block;
		padding-right: 35px;
		text-align: right;
	}
	.aux-bar ul li {
		display: inline-block;
	}
	.aux-bar li a {
		display: block;
		font-family: 'Open Sans';
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		padding: 5px 6px;
		text-transform: uppercase;
	}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}