/*
 Theme Name:   Divi Child
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Divi Child Theme
 Author:       Elegant Themes
 Author URI:   http://www.elegantthemes.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
 Tags:         responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  Divi-Child
*/


/* GLOBAL */

#page-container {
	padding-top: 0px !important;
}

#main-header,
#main-footer {
	display: none;
}

.flex-section {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.flex-section h4 {
	padding-bottom: 30px;
}

.link-underline {
	text-decoration: underline;
}

/* NAV */

/* FORMS */

/* HOME */

/* POPUPS */

#sg-popup-content-wrapper-41 .sgpb-popup-builder-content-41 {
	height: 100% !important;
}

.popup-video-container {
  position: relative;
	padding-bottom: 56.25%;
  height: 0;
}

.popup-video-container .video-iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* FOOTER */

/* MEDIA QUERIES */

@media screen and (max-width: 1024px) {
	.et_pb_gutters3 .et_pb_column_1_3, 
	.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
		width: 100%;
	}
}