/**
Theme Name: DN Child
Author: Digital Nest
Author URI: https://digitalnest.gr/
Description: Digital Nest Child Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dn-child
Template: astra
*/

#anniversary-youtube-video {
    width: 781px;
    height: 400px;
}

/* Cookiebot Branding */

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important;
}

/* The entire dropdown menu */
.header-scroll .elementor-nav-menu--dropdown .elementor-nav-menu {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Style the dropdown but the last child */
.elementor-258 .elementor-element.elementor-element-faffe54 .elementor-nav-menu--dropdown li:not(:last-child){
	border-style: none;
}

/*
 * Fixes WPML & elementor buggy behaviour which "translates" the content to "f104"
 */

.eicon-chevron-left::before {
  content: "\f104";
}
.eicon-chevron-right::before {
  content: "\f105";
}

/*
 *  Fixes some chevrons not showing when elementor slider navigation classes are added via snippet
 */
[class*=eicon-] {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}