/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
#site-navigation-wrap .dropdown-menu>li>a{
	color:#000;
}

.dropdown-menu ul li a.menu-link:hover {
    background-color: #f2f2f2;
	color: rgb(255, 72, 0) !important;
}


/*jdev*/
#wrap{
		background: #000000;
	}
#main{
	background: #fff;
	min-height: calc(100vh - 270px);
	padding-bottom: 100px;
}
.elementor.elementor-1833.elementor-location-footer {
	padding: 20px 0;
	min-height:  200px;
}
.elementor-785 .elementor-element.elementor-element-c9c4fbf {
	padding-top: 22px !important;
	margin-top: 0 !important;
}

.elementor-posts-container a.elementor-post__thumbnail__link:focus {
	outline: none !important;
}

