/*!
 Theme Name:   Adri Ajdethemes - Child
 Theme URI:    https://ajdethemes.com/adri
 Description:  Adri Ajdethemes Child Theme
 Author:       AjdeThemes
 Author URI:   https://ajdethemes.com
 Template:     adri-ajdethemes
 Version:      1.0.2
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  adri-ajdethemes
 */


 /* 
  * ADD YOUR THEME CUSTOMIZATION STYLES BELLOW
  -----------------------------------------------*/
@media (min-width: 1200px){
	.secondary-menu{
		background: #666666 !important;
	}
}


footer.site-footer {
    background: #666 !important;
	color:#eeeeee !important;
	/* For Google Chrome(v 4-9) and Safari (v 4-5) */
	background-image: -webkit-gradient(linear, bottom, top, color-stop(0%, #007bff), color-stop(100%, #666666)) !important;
	/* For Chrome (v 10-25) and Safari(v 5.1-6)  */
	background-image: -webkit-linear-gradient(0deg, #007bff 0%, #666666 100%) !important;
	/* For Firefox(v 3.6-15)  */
	background-image: -moz-linear-gradient(0deg, #007bff 0%, #666666 100%) !important;
	/* For Opera(v 11.5) */
	background-image: -o-linear-gradient(0deg, #007bff 0%, #666666 100%) !important;
	/* For IE 10+ */
	background-image: -ms-linear-gradient(0deg, #007bff 0%, #666666 100%) !important;
    /* For Modern browsers */
	background-image: linear-gradient(0deg, #007bff 0%, #666666 100%) !important;
}

footer.site-footer h6, footer.site-footer .widget-title, footer.site-footer span{
	color:#eeeeee !important;
}

footer.site-footer ul {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

footer.site-footer .widget_text a, .footer-bottom-content ul.menu li {
	    color: #f0c700;
}
footer.site-footer .widget_text a:hover, footer.site-footer a:hover {
	    color: #f0c700;
		font-weight:bold;
}

.wpcf7-form-control-wrap.acceptance-312{
    display: initial !important;
}

.elementor-7157 .elementor-element.elementor-element-94ed29c .form-group {
    background: transparent !important;
}
.wpcf7-list-item{
	margin: 0px !important;
}

.brand .site-title {
    font-size: 5rem !important;
}

/* SEARCH MODAL */ 
.search-modal {
    background: rgba(102, 102, 102, 0.80);
}

.ft-frame-icon .ft-title, .ft-description {
    color: #131515 !important;
}

.site-header-nav .main-menu .menu .sub-menu, .site-header-nav .main-menu .menu .mega-sub-menu, .site-header-nav .main-menu .max-mega-menu .sub-menu, .site-header-nav .main-menu .max-mega-menu .mega-sub-menu {
	background:#666666 !important;
}


.brand .site-title {
    font-family: Arial !important;
}

.widget_categories > ul .children li{
	font-size: 1.1rem;
}

.wpcf7-form-control-wrap {
    display: inline !important;
}

.acceptance-191{
	margin-right: 4px;
}
.logo {
    width: 200px !important;
    padding: 5px 0 5px 0 !important; 
}

@media (max-width: 600px){
	body.logged-in.admin-bar .nav-trans, body.logged-in.admin-bar .nav-sticky.active, body.logged-in.admin-bar .secondary-menu + header.site-header-nav.nav-trans {
		top: 0 !important;
	}
}