/*
 Theme Name: Johan Victor Attorneys Child Theme
 Theme URI: https://aquadzign.com/
 Description: A Child Theme for Divi
 Author: Aqua IT Consulting
 Author URI: https://aquadzign.com/
 Template: Divi
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom styles below */

#page-container .nav li ul {
    border-top: none;
}

/******************* OVERFLOW *******************/
#page-container { 
	overflow: hidden !important;
}

@media only screen and (max-width: 980px) {
	.logo_container {
		z-index: 9999;
	}
	
	body #page-container .et_menu_container,
	body #page-container .et-l--header .et_pb_row {
		width: calc(100% - 40px) !important;
	}
}

.et_pb_scroll_top.et-pb-icon {
    background: #7A003B !important;
    bottom: 50px !important;
    right: 10px !important;
    border-radius: 0px;
    padding: 10px;
    font-size: 25px;
    transition: all 0.3s ease-in-out; 
}

.et_pb_scroll_top.et-pb-icon:hover {
    transition: all 0.3s ease-in-out;
    opacity: 0.7 !important;
}

/******************* PRELOADER ANIMATION *******************/
.dipi_preloader_image {
	 animation: pulse_pre_loader 2s infinite;
	 max-width: 200px;
	 image-rendering: -webkit-optimize-contrast;
}

@keyframes pulse_pre_loader {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

/******************* MENU *******************/
#page-container #main-header {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#page-container #main-header.et-fixed-header {
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
	box-shadow: 0 0 7px rgba(0,0,0,0.1) !important;
}

/******************* BLURBS *******************/
.jva_home_blurbs .et_pb_blurb_container {
	padding: 0px 10px 20px 20px
}

.jva_expertise_blurbs .et_pb_blurb_container {
	padding: 0px 10px 0px 20px
}