/**
Theme Name: Astra Child
Author: Green Valley Digital
Author URI: https://www.greenvalleydigital.com.au/
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
*/

/* This is for the 'request a website quote online form' */
.form-black {
	color: black !important;
	font-size: 1.3em;
}

.form-words {
	color: black !important;
	font-size: 0.8em;
}

/* Services listed on case study pages */
.services {
	color: #a5a5a5 !important;
}

/* Text cta in the upper-footer */
.upper-footer-link {
	margin-top: -80px; 
	padding-top: -80px;
} 
  
.upper-footer-link a {
	color: #ffffff;
} 

.upper-footer-link a:hover {
	color: #d11e0c !important;
	text-decoration: underline !important;
}


.ast-footer-copyright a {
	color: #ffffff;
}

.ast-footer-copyright a:hover {
	color: #d11e0c !important;
	text-decoration: underline !important;
}

/*
@media only screen and (max-width: 600px) {
  .elementor-swiper-button .elementor-swiper-button-next {
    display: none !important;
  }
} */

/* Dropmenu on the home page 
.custom-select {
  min-width: 350px;
  position: relative;
}

.custom-select select {
  appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid #caced1;
  border-radius: 0.25rem;
  color: #000;
  cursor: pointer;
}

.custom-select::before,
.custom-select::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}


=============
Aesthetics 
=========================

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  display: grid;
  place-items: center;
}
*/

/* The "Login" nav menu button */
.login-nav-btn {
	padding-left: 70px;
}



@media (max-width: 1500px) {
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
    color: white !important;
    }
}

@media (max-width: 1500px) {
    .login-nav-btn {
	padding-left: 0px;
    }
}