/*!
Theme Name: Marlin Child
Template: marlin
Theme URI: https://marlincommunications.com/
Author: Marlin Communications
Author URI: https://marlincommunications.com/
Description: Marlin Communications base theme
Version: 1.0.0
Requires PHP: 7.2
License: Proprietary
License URI: LICENSE
Text Domain: marlin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul{
	box-shadow: 0px 0 5px 2px #eae9e9;
}
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{
	padding: 15px 0;
}
.elementor-nav-menu .sub-arrow {
    border: solid black;
    margin-top: -14px !important;
    border-width: 0 2px 2px 0;
    display: inline-block !important;
    padding: 4px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 5px;
}

.menu-item-has-children .menu-item-has-children .sub-arrow{
	margin-top: -9px !important;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
}