/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
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
Version: 3.0.34.1488078352
Updated: 2017-02-26 14:05:52

*/



/* Setting the breakpoint of the mobile menu */
@media only screen and ( max-width: 920px ) {
#top-menu-nav, #top-menu, #imageMenu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: block;}
}

@media only screen and ( min-width: 921px ) {
#top-menu-nav, #top-menu {display: none;}
#et_top_search {display: none;}
#et_mobile_nav_menu {display: none;}

.main_title {display:none;}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 920px) {
	/* Hide Logo On Mobile */
	.et_hide_mobile_logo #main-header .logo_container {
		display: none;
		opacity: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}

/* Responsive Styles Tablet And Below */
@media all and (max-width: 920px) {
	/* Page Containers */
	.et_pb_column {
		width: 100% !important;
	}

/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 920px) {
	/* Video Module */
	.et_pb_column_3_8 .et_pb_video_play,
	.et_pb_column_1_3 .et_pb_video_play,
	.et_pb_column_1_4 .et_pb_video_play {
		margin-top: -3rem;
		margin-left: -3rem;
		font-size: 6rem;
		line-height: 6rem;
	}
