/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful 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: astra-child
Template: astra
*/

/* Sticky Header */
.site-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

/* Responsive Header Fix - Start */

/* Remove filter from logo */
.ast-theme-transparent-header .site-logo-img img {
  filter: none;
}

/* Reduce column gaps */
#ast-mobile-header .ast-builder-grid-row {
  grid-column-gap: 0px;
}

/* Add padding to the toggle menu */
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle {
  padding: 0.5em 12px 0.5em 8px;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

/* Remove focus ring when clicked on the menu icon */
.ast-mobile-header-wrap .ast-button-wrap .menu-toggle:focus {
  outline: none;
  border: none;
}

.ast-menu-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: transparent;
}

.ast-menu-toggle:focus {
  outline: none;
  border: none;
}



/* Make the logo grow the full width */
.ast-mobile-header-wrap .ast-builder-layout-element[data-section="title_tagline"] {
  flex-grow: 1;
}

/* Responsive Header Fix - End */

.sub-menu {
	width: max-content !important;
}

ul.sub-menu li.menu-item {
	font-weight: 400;
  line-height: 0.6;
}

ul.main-header-menu li .menu-link:hover {
	color: #0400FF !important;
}

.ukdeed-custom-footer {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.ukdeed-custom-footer-text {
    text-align: center;
}

.ukdeed-custom-footer-copyright {
    text-align: center;
}

/*"Apply Now" button CSS - Start */
.ukdeed-custom-dropdown {
  position: relative;
  display: inline-block;
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: 400;
}

.ukdeed-dropdown-button {
  background-color: #155dfc;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px;
  padding: 14px 20px;
}

.ukdeed-dropdown-button:hover,
.ukdeed-dropdown-button:focus {
  background-color: #155dfc;
  color: white;
}

.ukdeed-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f4f9fd;
  min-width: max-content;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  border-top: 1px solid white;
}

.ukdeed-custom-dropdown:hover .ukdeed-dropdown-content {
  display: block;
}

.ukdeed-dropdown-content a {
  color: black;
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-size: 13px;
}

.ukdeed-dropdown-content a:hover {
  background-color: #155dfc;
  color: white;
}

.ukdeed-arrow {
  margin-left: 0px;
}

@media screen and (max-width: 390px) {
  .ukdeed-dropdown-button {
    font-size: 10px;
    padding: 12px 5px;
  }

  .ast-mobile-header-wrap .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    padding: 3px;
  }
}

@media screen and (min-width: 376px) and (max-width: 410px) {
  .ukdeed-dropdown-button {
    font-size: 10px;
    padding: 12px 8px;
  }

  .ast-mobile-header-wrap .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    padding: 6px;
  }
}

@media screen and (min-width: 411px) {
  .ukdeed-dropdown-button {
    font-size: 10px;
    padding: 12px 10px;
  }

  .ast-mobile-header-wrap .header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    padding: 6px;
  }

  /* Add padding to the toggle menu */
  .ast-mobile-header-wrap .ast-button-wrap .menu-toggle {
    padding: 0.5em;
  }
}
/*"Apply Now" button CSS - End */

.site-footer-section .widget_nav_menu .menu-link {
    color: #A3A5A9 !important;
}

.site-footer-section .widget_nav_menu .menu-link:hover {
    color: #FFFFFF !important;
}

@media screen and (min-width: 1024px) {
	.ukdeed-custom-footer {
		flex-direction: row;
	}
}

@media screen and (min-width: 411px) and (max-width: 969px){
  .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .menu-link {
    padding: 0 5px;
  }
}

@media screen and (min-width: 920.1px) and (max-width: 921.9px) {
  .ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar {
    background: white !important;
  }

  .ast-header-break-point .ast-has-mobile-header-logo .custom-logo-link {
    display: block !important
  }
}

@media screen and (min-width: 379px) and (max-width: 410px) {
  .ukdeed-dropdown-content a {
    padding: 5px 7px;
  }
}

@media screen and (min-width: 411px) and (max-width: 921px) {
  .ukdeed-dropdown-content a {
    padding: 5px 8px;
  }
}

@media screen and (min-width: 922px) {
  .ukdeed-dropdown-content a {
    padding: 10px;
  }
}
