/*---------------------------------------------------------------------------------

 Theme Name:   KZAA Radio - Divi Child Theme
 Theme URI:    https://kzaaradio.org
 Description:  Divi child theme for KZAA Radio
 Author:       M4 Interactive
 Author URI:   http://m4interactive.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

/*** COLORS
	Maroon: #a4204f;
***/

/*** NOTE ***/
/* USE THE DIVI OPTIONS CUSTOM CSS TO OVER-WRITE DIVI STYLES */

/** GENERAL **/
body {
    margin: auto;
    padding: 0px !important;
    box-sizing: border-box;
    height:  100vh;
    background: #fff;
    font-size: 1rem;
    font-family:  'Open Sans', helvetica, arial, sans-serif;
}
body.home {
    background: url('img/eastside-bg-blue.jpg') no-repeat;
    background-attachment: fixed;
}
body.et_cover_background {
    background-position: center !important;
}
.et_pb_row {
    max-width: 1000px;
    width: 85%;
}
h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', helvetica, arial, sans-serif;
}
h1 {
    font-size: 50px !important;
    font-weight: 600;
    text-transform: uppercase !important;
    color: #3e4057;
    margin-bottom: .5em;
}
h1.entry-title {
    font-size: 60px !important;
    color: #3e4057;
}
body.single-photo_gallery h1 {
	text-align: center;
}
h2 {
    font-size: 34px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-bottom: .3em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .6);
}
h2.underline:after {
	content: '';
	background: url('img/red-underline.png') center no-repeat;
	background-size: auto 90%;
	width: 100%;
	height: 12px;
	display: block;
}
h3 {
	margin-top: 0;
    font-size: 28px !important;
    color: #000;
    font-weight: 400;
    line-height: 1.3em;
}
h4 {
    font-weight: 700;
}
h5 {
	color: #000;
}
p {
	line-height: 1.3em;
}
p a {
	text-decoration: underline;
}
a {
	color: #fccd15;
}
p.no-margin {
	margin: 0 !important;
}

a.maroon-button {
	background: #a4204f;
	width: auto;
	height: auto;
	border-radius: 20px;
	padding: 5px 20px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .5);
}
a.maroon-button:hover {
	box-shadow: 0px 2px 2px rgba(164, 32, 79, .5);
}
a.maroon-button.video-button {
	padding-right: 40px;
	background: url('img/video-play-icon-sm.png') center no-repeat #4f2654;
	background-size: 18px auto;
	background-position: right 10px center;
}
body #page-container .et_pb_section .et_pb_button a, .et_pb_button {
	font-size: 18px !important;
}
@media all and (max-width: 980px) {
	#page-container {
		padding-top: 0px !important;
	}
}

/* TEXT STYLES */
.navy-blue-text { color:#00338d !important; }
.brite-blue-text { color:#0352e3 !important; }
.blue-text { color: #0065a1 !important; }
.red-text { color: #b71234 !important;}
.maroon-text { color:#b51056 !important; }
.purple-text { color:#4b08a1 !important; }
.gold-text { color:#c9a119 !important; }
.green-text { color:#5b8f22 !important; }
.teal-text { color:#32b0a4 !important; }
.orange-text { color:#fb4f14 !important; }

/* DIV ALIGNMENT */
.align-left {
	float: left;
}
.align-right {
	float: right;
}

img.circular {
	border-radius: 50%;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .6);
}

/* DIV BLOCK COLUMNS */
.half-column {
	display: block;
	width: 48.9%;
}
.clearfix {
	float: none;
	clear: both;
}

/* TEXT FLOW COLUMNS */
.two-columns {
	columns: 2 auto;
}
.three-columns {
	columns: 3 auto;
}

/* PAGE STYLES */
body:not(.home) #subpage-hero {
    padding: 96px 0px 0px !important;
}
body:not(.home) #subpage-hero .et_pb_row {
	padding: 0px !important;
}
#video-header {
	padding: 0px !important;
}


/** HEADER **/

#top-header {
	display: none !important;
}
header#main-header.et-fixed-header {
	opacity: 1;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
	-webkit-transition: all 1s !important;
	-moz-transition: all 1s !important;
	transition: all 1s !important;
}
header#main-header {
    text-align: center;
    padding: 0px 0px 20px;
    z-index: 999 !important;
    line-height: 1em !important;
    height: 160px;
	background: url('img/header-background-teal.png') center top repeat-x #3d9ca5;
    background-size: auto 100%;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .6) !important;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .6) !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .6) !important;
}
header#main-header.et-fixed-header {
	opacity: 1 !important;
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .6) !important;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .6) !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .6) !important;
}
.container.et_menu_container {
	width: 90%;
	max-width: none;
	margin: 0 auto;
	background: url('img/header-tower.png') center top no-repeat;
	background-size: auto 100%;
}

/** NAVIGATION **/
#et-top-navigation {
	float: none;
	width: 100%;
	padding: 0px !important;
}
#top-menu-nav {
	float: right;
	width: 100%;
	margin-top: 110px;
	margin-bottom: 0;
	padding-left: 0px;
	transition: .5s all ease;
}
#header_left {
	position: relative;
	float: left;
	width: 30%;
	height: auto;
	padding: 0;
	transition: .5s all ease;
}
header#main-header.et-fixed-header #header_left {
	width: 25%;
	padding: 0px 0 10px 0;
	transition: .5s all ease;
}
.et_header_style_left .logo_container {
	position: relative;
	width: 100%;
	max-width: 200px;
	float: left;
	padding: 0;
}

#header_right {
	position: relative;
	float: right;
	width: 70%;
	height: 160px;
	background: url('img/casa-de-la-raza-logo.png') right top no-repeat;
	background-size: auto 50%;
}


#et_top_search {
	display: none;
}
.et_search_outer {
	display: none !important;
}

ul#top-menu {
	margin-top: 12px;
	text-align: right;
	padding: 0;
	float: right;
	transition: .5s all ease;
}
header#main-header.et-fixed-header ul#top-menu {
	margin-top: 12px;
	transition: .5s all ease;
}
ul#top-menu li {
	padding: 0 20px 0 15px;
}
ul#top-menu a {
	color: #3e4057;
	text-transform: uppercase;
	padding-bottom: 0px !important;
	display: inline-block !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	transition: opacity 0.4s ease;
}
@media all and (max-width:1440px) {
	ul#top-menu a, ul#et-secondary-nav a {
		font-size: 1.2vw;
	}
}
ul#top-menu li a {
	vertical-align: middle;
}
ul#top-menu li a:hover {
	text-decoration: underline;
}
ul#top-menu li a:after {
	display: none;
}
#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child {
	padding-right: 0;
}
#et-top-navigation li.current-menu-item a { color: #000; }

#et-top-navigation li.menu-item-31.current-menu-parent > a, #et-top-navigation li.menu-item-31.current-menu-item > a, #et-top-navigation li.menu-item-31 > a:hover { color:#c9a119; }
#et-top-navigation li.menu-item-31 { border-right: 2px solid #c9a119; }

#et-top-navigation li.menu-item-11.current-menu-parent > a, #et-top-navigation li.menu-item-11.current-menu-item > a, #et-top-navigation li.menu-item-11 > a:hover { color:#0065a1; }
#et-top-navigation li.menu-item-11 { border-right: 2px solid #0065a1; }

#et-top-navigation li.menu-item-12.current-menu-parent > a, #et-top-navigation li.menu-item-12.current-menu-item > a, #et-top-navigation li.menu-item-12 > a:hover { color:#b71234; }
#et-top-navigation li.menu-item-12 { border-right: 2px solid #b71234; }

#et-top-navigation li.menu-item-13.current-menu-parent > a, #et-top-navigation li.menu-item-13.current-menu-item > a, #et-top-navigation li.menu-item-13 > a:hover { color:#5b8f22; }
#et-top-navigation li.menu-item-13 { border-right: 2px solid #5b8f22; }

#et-top-navigation li.menu-item-14.current-menu-parent > a, #et-top-navigation li.menu-item-14.current-menu-item > a, #et-top-navigation li.menu-item-14 > a:hover { color:#990099; }
#et-top-navigation li.menu-item-14 { border-right: 2px solid #990099; }

#et-top-navigation li.menu-item-32:after {
	position: absolute;
	top: 7px;
	display: inline-block;
	content: '';
	width: 15px;
	height: 20px;
	border-right: 2px solid #fb4f14;
}
#et-top-navigation li.menu-item-32 a {
	font-size: 0;
	display: inline-block;
	width: 33px;
	height: 35px;
	background: url('img/singers-btn-off.png') center no-repeat;
	transition: none;
}
#et-top-navigation li.menu-item-32 a:hover {
	background: url('img/singers-btn-over.gif') center no-repeat;
	transition: none;
	opacity: 1;
}
#et-top-navigation li.menu-item-1450 a {
	font-size: 0;
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url('img/search-btn.png') center no-repeat;
}
#et-top-navigation li.menu-item-1450 a:hover {
	background: url('img/search-btn-over.gif') center no-repeat;
}

ul#top-menu ul.sub-menu {
	position: absolute;
	z-index: 99;
	top: 20px;
	left: 0;
	padding: 0;
	border: 1px solid #eee;
	border-top: none;
	background-color: #fff !important;
}
ul#top-menu ul.sub-menu li {
	width: 100%;
	padding: 0;
}
ul#top-menu ul.sub-menu li a, ul#top-menu ul.sub-menu li.current-menu-item a {
	display: block !important;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	width: 100%;
	height: auto;
	padding: 10px 10px !important;
	text-align: left;
	text-decoration: none !important;
	text-transform: none;
}
ul#top-menu ul.sub-menu li a:hover {
	background-color: #efefef;
	opacity: 1;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
 
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
	#left-area {
	    width: 100%;
	    padding: 23px 0px 0px !important;
	    float: none !important;
	}
}

/* MAIN BODY */
body:not(.home) #et-main-area {
	margin-top: 20px;
}
body:not(.home) #main-content .et_pb_row_0.et_pb_row {
	padding: 0 !important;
}


/* HOME */
#home-featured h2 {
	line-height: 1.3em;
}
#home-testimonial .et_pb_column {
	width: 50%;
	margin: 0;
}
#home-testimonial h3 {
	font-size: 30px !important;
	font-weight: normal;
	margin-bottom: 1.5em;
}
#home-testimonial h4 {
	font-size: 25px;
	font-weight: normal;
}


/* SUBPAGES */
body:not(.home) .et_pb_section {
	padding-top: 0px;
}

body:not(.home) #header-image {
	margin-bottom: 80px;
}
body:not(.home) #header-image .et_pb_image .et_pb_image_wrap {
	width: 100%;
}
body:not(.home) #header-image .et_pb_image .et_pb_image_wrap img {
	width: 100%;
}


/* MAILCHIMP - NINJA FORMS */
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
	color: #000 !important;
}
.nf-field-label label {
	color: #000 !important;
}
.mailchimp-optin-wrap .nf-field-label label {
	display: none;
}
.mailchimp-optin-wrap .nf-field-element {
	position: relative;
}
.mailchimp-optin-wrap .nf-field-description {
	position: absolute;
	top: 47px;
	left: 25px;
	color: #000;
}
.nf-response-msg {
	padding: 5px 10px;
	background: #96ffa2;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
	color: #fff !important;
	background: #3d9ca5 !important;
	text-transform: uppercase;
	cursor: pointer;
}
.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
	opacity: .9;
}


/* SEARCH FORM */
form#searchform input#s {
	width: calc(100% - 150px);
	font-size: 18px;
	padding: 10px;
}
form#searchform input#searchsubmit {
	padding: 10px 30px;
	border-radius: 10px;
	border: none;
	background: #32b0a4;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

/* SEARCH RESULTS PAGE */
body.search-results .post-meta { display: none; }


/** FOOTER **/
#main-footer {
	background: #404661;
}
#main-footer .container {
    margin: 0 !important;
    max-width: 100vw !important;
    width: 100%;
}
#footer-header-widgets {
	display: flex;
    padding: 80px 6% 40px !important;
}
#footer-header-widgets .footer-header-widget {
	flex: 1 1 auto;
	width: 33%;
	margin: 0px !important;
	padding: 0px 5% 0px 0px;
}
#footer-header-widgets p, #footer-header-widgets a {
	color: #fff;
}
#footer-header-widgets a:hover {
	text-decoration: underline;
}
#footer-header-1 {
	text-align: left;
	position: relative;
}
#footer-header-2 {
	text-align: center;
}
#footer-header-3 {
	text-align: right;
	padding-right: 0;
	position: relative;
}
#footer-header-1 .widget_custom_html, #footer-header-3 .widget_custom_html {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footer-header-widgets i.fab {
	font-size: 28px;
	margin-right: 20px;
}

#footer-widgets {
    padding: 40px 6% 40px !important;
}
#footer-widgets .footer-widget {
	width: 20%;
	margin: 0px !important;
	padding: 0px 5% 0px 0px;
}
#footer-widgets .footer-widget:nth-child(1) {
	width: 22%;
}
#footer-widgets .footer-widget:nth-child(3) {
	width: 16%;
}
#footer-widgets .footer-widget:nth-child(4) {
	width: 22%;
}
#footer-widgets .footer-widget:nth-child(5) {
	padding-right: 0;
}
#footer-widgets .footer-widget p, #footer-widgets .footer-widget a {
	color: #ccc !important;
	font-size: 16px !important;
}
#footer-widgets .footer-widget li:before {
	display: none;
}
#footer-widgets .footer-widget a:hover {
	text-decoration: underline !important;
}
#main-footer .footer-widget h2 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
#main-footer .footer-widget h4 {
    font-family:  'Montserrat', helvetica, arial, sans-serif !important;
    color: #fff;
}
#footer-widgets .footer-widget:nth-child(1) img {
	width: 100%;
	max-width: 200px;
}
#footer-widgets .footer-widget li {
	padding: 0;
	margin-bottom: .25em;
	line-height: 1.3em;
}
#footer-widgets .footer-widget a i {
	display: inline-block;
	padding: 0 5px;
}
#footer-widgets .footer-widget a i.fab:before {
	font-size: 24px !important;
}
#footer-widgets .footer-widget a i.fab:hover {
	color: #3d9ca5 !important;
}
.footer-widget .fwidget {
	margin-bottom: 1em !important;
}
.footer-widget #nf-form-2-cont nf-field {
	float: left;
}
.footer-widget #nf-field-6-container input#nf-field-6 {
	background-color: transparent;
	color: #fff;
	font-weight: 600;
	border-right: none;
}
.footer-widget #nf-field-7-container.submit-container {
	width: 84px;
}
.footer-widget #nf-field-7-container.submit-container input#nf-field-7 {
	background: #a7302d;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	border: none;	
}

#footer-bottom {
	background: #000 !important;
	text-align: center;
}
#footer-info {
	display: block;
	float: none;
	text-align: center;
	color: #fff;
	padding: 0px;
	font-size: 14px;
	margin: 0px auto;
}
#footer-info a {
	color: #fff;
}
#footer-info a:hover {
	text-decoration: underline;
}

/* accordions */
.et_pb_toggle_close {
	background: #4f2654;
}
.et_pb_toggle_close h5 {
	color: #fff !important;
}


/* POPUP MAKER */
.pum-container {
	padding: 40px !important;
}
.pum-container p {
	font-size: 18px !important;
}


/*** MEDIA QUERIES ***/
/* 980 is when the mobile menu changes */
@media all and (max-width: 980px) {
	h1, h1.entry-title {
		font-size: 7vw !important;
	}
	body.home h2 {
		font-size: 36px;
	}
	img.alignleft, img.alignright {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	#main-content p, #main-content li {
		font-size: 18px;
	}
	
	header#main-header, .et_fixed_nav #main-header {
		position: relative;
		background: url('img/header-background-teal.png') center top repeat-x #3d9ca5;
		height: 120px;
	}
	
	#header_left {
		position: absolute;
		width: 100% !important;
		top: 10px;
		left: 0;
	}
	.et_header_style_left .logo_container {
		position: absolute;
		z-index: 999;
		width: 84%;
		max-width: 340px;
		padding: 0;
		top: 0px;
		margin-left: -20px;
		text-align: left;
	}
	span.logo_helper {
		height: 0;
	}
	.et_header_style_left .logo_container a {
		position: absolute;
		top: 0;
		left: 0;
	}
	.et_header_style_left .logo_container img {
		max-width: 60% !important;
		max-height: 160px !important;
	}
	
	#header_right {
		width: 100%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		background-size: auto 45%;
	}
	#header_right #header_top #donate_button a.donate {
		width: 75px;
		height: 50px;
		font-size: 12px;
		background-size: 100% auto;
		background-position-y: -12px;
		padding-top: 5px;
	}
	#header_right #header_top #donate_button a.donate:hover {
		background: url('img/donate-btn-ring.gif') center no-repeat;
		background-size: 100% auto;
		background-position-y: -15px;
	}
	#header_right #header_top #tagline {
		font-size: 10px;
		float: left;
		margin-top: 0;
	}
	
	
	/* mobile menu */
	/* from Divi collapsible menu tutorial */
	.et_mobile_menu .first-level > a {
		background-color: transparent;
		position: relative;
	}
	.et_mobile_menu .first-level > a:after {
		font-family: 'ETmodules';
		content: '\4c';
		font-weight: normal;
		position: absolute;
		font-size: 16px;
		top: 13px;
		right: 10px;
	}
	.et_mobile_menu .first-level > .icon-switch:after{
		content: '\4d';
	}
	.second-level {
		display: none;
	}
	.reveal-items {
		display: block;
	}

	/* KZAA Custom */
	#et_mobile_nav_menu {
	    float: none;
		width: 100%;
		margin-top: 40px;
		margin-right: 0;
		float: right;
		z-index: 9999;
		position: relative;
	}
	#et-top-navigation {
		text-align: right;
	}
	.et_header_style_left #et-top-navigation .mobile_menu_bar, .et_header_style_split #et-top-navigation .mobile_menu_bar {
		padding-bottom: 0px;
		padding-top: 20px;
		margin-right: 18px;
	}
	.mobile_menu_bar::before {
		color: #000 !important;
	    font-size: 40px;
	}
	.et_mobile_menu {
		top: 70px;
	    border-color: transparent  !important;
	    text-align: left !important;
	    background-color: #fff !important;
	    border-top: 1px solid #efefef !important;
	}
	.et_mobile_menu a:hover {
		text-decoration: underline;
	}
	.et_mobile_menu li a {
		text-align: left;
	    color: #000 !important;
	    font-size: 18px !important;
	    padding: 10px 20px;
	}
	.et_mobile_menu > li > a {
		font-weight: bold;
	}
	ul.sub-menu {
		opacity: 1;
		background-color: fff !important;
	}
	#et-top-navigation li.menu-item-32 a, #et-top-navigation li.menu-item-1450 a {
		background-position-x: 15px;
		padding-left: 60px;
		height: 40px;
	}
	#et-top-navigation li.menu-item-32:after, #et-top-navigation li.menu-item-1450:after {
		display: none;
	}
	
	#et-main-area {
		padding-top: 30px !important;
	}
	#home-hero-container {
		height: 300px !important;
	}
	#home-hero {
		height: 100% !important;
	}
	#home-hero .mejs-video {
		left: 0;
		margin: 0 !important;
		height: 300px !important;
	}
	#home-hero .mejs-video video {
		height: 100% !important;
		width: auto !important;
	}
	#home-featured .et_pb_column {
		max-width: 400px;
		margin: 0 auto 60px !important;
	}
	#home-featured .et_pb_text {
		min-height: unset;
	}
	#home-featured img {
		margin: 0 auto;
	}
	#home-featured h2 {
		font-size: 23px;
	}
	
	
	body.home .et_pb_section_3 .et_pb_row, body.home .et_pb_section_5 .et_pb_row, body.home .et_pb_section_7 .et_pb_row, 
	body.home .et_pb_section_9 .et_pb_row, body.home .et_pb_section_11 .et_pb_row, body.home .et_pb_section_13 .et_pb_row {
		padding: 40px 5% !important;
	}
	body.home .et_pb_section_13 .et_pb_row_14 {
		padding: 40px 5% 0px !important;
	}
	
	body:not(.home) #subpage-hero {
		padding-top: 144px !important;
	}
	body:not(.home) .et_pb_row_1 {
		padding-bottom: 0px;
	}
	body:not(.home) .et_pb_section {
		padding: 0px 5%;
		width: 100% !important;
	}
	#home-testimonial h3 {
		font-size: 24px !important;
	}
	#home-testimonial h4 {
		font-size: 18px !important;
	}
	#home-mission h2 {
		font-size: 30px;
	}
	
	#news-reviews h3 {
		font-size: 24px !important;
	}
	#support-bar {
		padding: 0 !important;
	}
	#support-bar .et_pb_row {
		padding: 40px 5% !important;
	}
	#support-bar h2 {
		font-size: 30px !important;
	}
	
	
	/* SUBPAGES */
	body:not(.home) #header-image {
		margin-bottom: 20px;
		padding: 0 !important;
	}
	body:not(.home) .et_pb_row {
		width: 100%;
	}
	.et_pb_column {
		width: 100%;
		float: none;
		clear: both;
	}
	
	
	/* Footer */
	#footer-header-widgets {
		flex-wrap: wrap;
		padding: 40px 5% 0 !important;
	}
	#footer-header-widgets .footer-header-widget {
		width: 100%;
		padding: 0 5% 40px;
	}
	#footer-header-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		order: 2;
	}
	#footer-header-2 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 1;
		order: 1;
	}
	#footer-header-3 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 3;
		order: 3;
	}
	#footer-header-3 .textwidget p {
		text-align: left !important;
	}
	#footer-header-widgets p, #footer-header-widgets a {
		font-size: 16px;
	}
	
	#footer-widgets {
		padding-bottom: 0 !important;
	}
	#footer-info {
		padding: 0 5% 40px;
		line-height: 1.3em;
	}
	
}

@media all and (max-width: 400px) {
	img.alignright {
		float: none;
		display: block;
		margin: 0 auto 1em;
	}
	#et-main-area {
		padding-top: 10px !important;
	}
	.two-columns, .three-columns {
		columns: 1 auto;
	}
}

@media all and (max-width: 550px) {
	figure.alignright {
		float: none !important;
		display: block !important;
		margin: 0 auto 1em !important;
	}
}

@media all and (min-width: 480px) and (max-width:980px) {
	
}

@media all and (min-width: 648px) and (max-width:980px) {
	#home-hero-container {
		height: 400px !important;
	}
	#home-hero .mejs-video {
		height: 400px !important;
	}
	
	#footer-header-widgets .footer-header-widget {
		width: 48.9%;
		padding: 0 5% 40px;
	}
	#footer-header-2 {
		width: 100% !important;
	}
	#footer-widgets .footer-widget {
		width: 48.9% !important;
		height: auto !important;
	}
}
@media all and (max-width: 500px) {
	h1, h1.entry-title {
		font-size: 9vw !important;
	}
}
