/*
 Theme Name:   CSS Mechanical
 Template:     Divi
*/

/* Image hover Start */
.header_cta {
    float: right;
    font-size: 1.5em;
    padding-bottom: 2%;
    color: #0019aa;
    font-weight: bold;
}
.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom: 35px !important;
}
.image-caption a {
    color: #fff !important;
}
.image-caption {
    background: gray;
    color: white;
    margin-top: -25%;
    font-size: 18px;
    position: absolute;
    width: 100%;
    height: 55px;
    text-align: center;
	padding-top: 15px;
}

.image-description {
  	background: rgba(0,0,0,0.5);
  	cursor: pointer;
  	height: 100%;
  	left: 0;
  	position: absolute;
  	top: 0;
  	width: 100%;
	text-align: center;
	font-size: 18px;
    padding-top: 60px;
  	opacity: 0 !important;
  	-webkit-transition: opacity 500ms;
  	-moz-transition: opacity 500ms;
  	-o-transition: opacity 500ms;
  	transition: opacity 500ms;
}

.image-description:hover {
  	opacity: 0.8 !important;
	background-color:white;
	color:black;
}

/* Image hover End*/

.et_pb_module.et-waypoint.et_pb_image.et_pb_animation_off.et_pb_image_3.et_always_center_on_mobile.et-animated {
   	margin-bottom: 0px;
}

@media(max-width:980px) {
#top-header { top: 59.5px !important; }
}
@media (max-width:589px) {
	.logo_container {
    position: relative !important;
    padding-top: 5%;
}
}