/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/*MENU*/

#top-menu li {
    padding-bottom: 35px;
	padding-right: 0;
} 

#top-menu li a {
    padding: 10px !important;
} 

#top-menu li.current-menu-item>a {
    background: #337ab7;
    border-radius: 4px;
}


@media (max-width: 980px) {
	#top-menu, #top-menu-nav {
    	display: block;
	}
	#et_mobile_nav_menu {
    	display: none;
	}
	#main-header .container {
		width: 100%;
	}
	#main-header #et-top-navigation {
		padding-left: 0 !important;
		padding-right: 20px;
	}
}

@media (max-width: 400px) {
	#top-menu li a {
    	padding: 6px !important;
    	font-size: 13px;
	}
	#main-header #et-top-navigation {
		padding-right: 5px;
	}
}

/*FOOTER*/

#footer-bottom {
	padding: 0;
}

/*HOME*/

@media (min-width: 981px) {
	.et_pb_gutters2 .et_pb_column {
    	margin-right: 0 !important;
	}
	.et_pb_gutters2 .et_pb_column_1_2:first-child {
		width: 46%;
		padding-right: 10px;
	}
	.et_pb_gutters2 .et_pb_column_1_2:last-child {
		width: 54%;
	}
}

.page-template-page-template-blank {
	overflow: hidden;
}

#weather .et_pb_column_1_4.et_pb_column_inner:first-child {
	width: 60%;
}

#weather .et_pb_column_1_4.et_pb_column_inner:last-child {
	width: 40%;
}

#time { 
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	padding: 50px 0;
	text-transform: uppercase;
}

#date {
	padding: 87px 30px;
	display: inline-block;
	width: 100%;
}

#date .day {
	font-size: 200px;
    font-weight: bold;
    color: #000;
    line-height: .8em;
    display: block;
    float: left;
    width: 59%;
}

#date .month {
	font-size: 70px;
    font-weight: bold;
    color: #000;
    line-height: 1em;
    width: 41%;
    display: block;
    float: right;
	word-break: keep-all;
}

.awesome-weather-header {
	display: none;
}

.awe_wide.awe_with_icons .awesome-weather-current-temp {
	width: 100%;
	text-align: center;
	font-size: 80px;
	line-height: 1em;
	padding: 42px 0;
}

.awe_wide.awe_with_icons .awesome-weather-current-temp i {
	font-size: 70px;
}

.awe_wide.awe_with_icons .awesome-weather-current-temp sup {
	font-size: 35px;
}

.awe_wide .awesome-weather-forecast {
	display: none;
}

.et_pb_slide {
    padding: 0;
} 

.et_pb_slide_image, .et_pb_slide_video {
	width: 100%;
}

.et_pb_slider .et_pb_container {
	max-width: 100% !important;
	height: 864px !important;
}

.et_pb_column_1_2 #notices  .et_pb_slides p {
	padding-bottom: 0;
}

.et_pb_column_1_2 #notices .et_pb_slide_image {
	margin-top: 0 !important
}

.et_pb_column_1_2 #notices .et_pb_slide_description {
	padding: 0 !important;
	display: none;
}

.et_pb_column_1_2 #notices  .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: top;
}

.et_pb_slide_image img {
	max-height: none !important;
}

@media (max-width: 980px) {
	#weather {
		display: none
	}
	.et_pb_slides .et_pb_container {
		height: auto !important;
	}
	.et_pb_slider .et_pb_slide {
		margin-right: 0;
    	position: relative;
		display: block !important;
    	opacity: 1 !important;
	}
	.et_pb_slide_image {
		width: 100%;
		display: block!important;
		opacity: 1 !important;
	}
	.et_pb_slide_image img {
		max-height: 864px !important;
		height: auto;
		opacity: 1 !important;
		animation: none !important;
	}
	.et_pb_slide_image, .et_pb_slide .et_pb_slide_image img.active {
    	-webkit-animation-duration: 0s !important;
    	animation-duration: 0s !important;
		animation:none !important;
	}
	.et_pb_slide_description {
		padding:0 !important;
	}
}

/*SCREEN SAVER*/

#screen-saver .et_pb_slider .et_pb_container {
	height: 100vh !important;
}

#screen-saver .et_pb_slides .et_pb_slider_container_inner {
	vertical-align: top;
}

#screen-saver .et_pb_slide_description {
	padding: 0 !important;
	vertical-align: top;
}

.pum-close.popmake-close {
	display: none;
}

#screen-saver .et_pb_slide_description img {
	max-height: 90vh;
    width: auto;
}