/*
Theme Name: Sway Child
Template: sway
Theme URI: https://www.swaytheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

/* Menu */

.dropdown-menu li a {
    font-weight: 400 !important;
    line-height: 34px !important;
}

.footer-socials-bar {
    display: none !important;
}

#footer .widget-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.cb-container .cb-wrapper {
  padding: 30px 12px !important;
} 

/* Cookieyes */

@media (max-width: 767px) {
  .cky-revisit-bottom-left {
    bottom: 60px !important;
    left: 15px !important; /* opțional, ajustezi dacă vrei și distanța de margine stângă */
  }
}

@media (max-width: 767px) {

    .cb-container .cb-wrapper {
        padding: 5px !important;
        margin-bottom: 10px !important;
    }
}

/* Back to top button */

@media (max-width: 767px) {

    .back-to-top {
         bottom: 60px !important;
    }

}


/* Quick contact on mobile devices */	

#mobile-shortcuts {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#mobile-shortcuts ul {
	list-style: none !important;
	margin-bottom: 0;
	margin-left: 0 !important;
	padding: 0 !important;
}

#mobile-shortcuts ul li {
	list-style: none !important;
}

#mobile-shortcuts ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#mobile-shortcuts ul li {
	float: left;
	width: 50%;
	padding: 0;
	box-sizing: border-box;
}

#mobile-shortcuts ul li a {
	display: block;
	text-align: center;
	padding: 10px;
	color: #ffffff;
	font-weight: 700 !important;
}

#mobile-shortcuts ul li a i {}

#mobile-shortcuts-phone { background-color: #39364E; }

#mobile-shortcuts-whatsapp { background-color: #25D366; }

@media (min-width: 768px) {
	
	#mobile-shortcuts { display: none; }
	
}

@media (max-width: 767px) {
	
	body {
		padding-bottom: 48px !important;
	}
	
}