/**
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
*/

.pr-5 {
	padding-right: 2rem !important;
}
.pl-5 {
	padding-left: 2rem !important;
}

.d-flex {
  display:flex; 
}

.justify-content-center {
	justify-content: center;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Header Background Color */
.main-header-bar {
	background: #c6f2ff;
}

/* Menu Style */
.main-navigation {
    font-weight: normal;
    text-transform: none;
	line-height: 2.0 !important;
}

/* Menu Style OLD version 04 Jun 2025
.main-navigation {
    font-weight: normal;
    text-transform: none;
	font-size: 1.1em;
	padding-top: 10px;
	line-height: 2.0 !important;
} 									*/


/* drop down height for desktop */
.main-header-bar .main-header-bar-navigation .sub-menu { line-height: 0.9 !important;
}  


/* HC: header drop down space */
@media only screen and (max-width: 600px) {
.main-header-bar .main-header-bar-navigation .sub-menu { line-height: 2.0 !important;
}
}

/* newly added to align vertically in the middle 

@supports (-webkit-touch-callout:none) {
.main-header-menu .menu-link, .main-header-menu {
    text-decoration: none;
    line-height: 20px;
	height: 20px;
}
} */


/* Heading color */
h2, h4 {
  color: #00abdc !important;
}

/* Change on 16-Nov 2025 from color #00abdc */
h3 {color: #236b7f !important;
}

h1 {
	color: #004e64 !important;
}

/* 08-Jun-2025: Change the h1 header colour to the same as h1 - dark green to  reduce too many header color at the start of the page */

/* Header size */
h1 { 
	font-size: 160% !important;
}
/* 08-Jun 2025: Original font-size: 1505 */

/* Change on 21-Mar 2026 from font size x-large line-height: 1.2em */
h2 { 
	font-size: 145% !important;
line-height: 150% !important}


/* Change on 16-Nov 2025 from fonr-size Large */
h3 { 
	font-size: 125% !important;
line-height: 140% !important}

/* Tab adjustments */
.elementor-tab-title {
	line-height: 1.25rem !important;
}

/* footer padding */
.footer-adv-overlay {
	 padding: 2rem 1rem;
}
.ast-footer-overlay {
	padding: 2rem 1rem;
}

/* phone no color forced to black */

.preppy {
  color: #000000 !important;
  font-weight: 400;
} 

/* Footer colour  phone no for iOS */
.phone a, .phone a:link, .phone a:visited, .phone a:hover, .phone a:active, .phone a:focus {
  text-decoration: none;
  color: inherit;
} 

a[href^=tel] {
   text-decoration:none;
   color: #004e64;
}

.ppdpa {
  color: #000000 !important;
  font-weight: 300;
}

/* Sehedule A Visit */
.boxed {
	border:2px solid;
  border-color:#FFFFFF;
	background-color:#335555;
	color: #330066;
	padding-top: 4px;
	text-align: center;
	vertical-align: middle;
	font-size: 15pt;
	height: 42px;
	width : 180px;
	position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 20px;
	}

/* Experience It */

.book {
	border:2px solid;
  border-color:#FFFFFF;
	background-color:#FF0000;
	color: #FFFFFF;
	text-align: center;
	font-size: 15pt;
	height: 42px;
	width : 180px;
	position: relative;
	Left: 80px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 20px;
	}


.select {
	border:2px solid;
  border-color:#335555;
	background-color:000000;
	color: #FF00EE;
	text-align: center;
	font-size: 15pt;
	height: 42px;
	width : 300px;
	position: relative;
	Left: 80px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 20px;
	}



/*
.aboutus {
	border:2px solid;
  border-color:#000000;
	position: relative;
	vertical-align: middle;
  display: table-cell;
	text-align: center;
	font-size: 12pt;
	width: 160px;
  height: 36px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 20px;
}
*/

/*
 inherit
.entry-content a {
color: blue; 
} */