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

/* General Styles */

p:last-child {
	margin-bottom:0 !important;
}

p:last-child + img {
	margin-top:20px;
}

ol, ul {
    margin-bottom: 0;
}

ol + p, ul + p, ol + h2, ul + h2, ol + h3, ul + h3, ol + h4, ul + h4, ol + h5, ul + h5, ol + h6, ul + h6  {
    margin-top: 1.6em;
}

.orange-blockquote blockquote {
	background-color:#fffcf8;
	padding: 1.7em;
	margin: 1.5em 0em 1.5em 0em;
	border-left: 5px solid #F7A645;
	
}

.blue-blockquote blockquote {
    border-left: 5px solid #262262;
	background-color:#f8faff;
	padding: 1.7em;
	margin: 1.5em 0em 1.5em 0em;
}

blockquote {
    margin: 1.5em 1em 1.5em 0em;
    padding: 0.8em 1.7em;
    font-size: 20px;
    border-left: 5px solid #262262;
	font-style: normal;
	font-weight:400;
}

ul li ul li {
    list-style-type: circle;
}

.dark-background-box-column h2, .dark-background-box-column h3, .dark-background-box-column h4, .dark-background-box-column h5 {
	color:#fff;
}

.dark-background-box-column a {
	color:#F7A645;
}

a:focus {
    outline: none !important;
}

/* Fancy Ordered List styles */

.fancy-ordered-list {
	font-size:21px;
}

.fancy-ordered-list ol  {
    list-style: none;
    counter-reset: item;
	margin: 0 0 0 2.8em !important;
	text-align: left;
	font-size:18px;
 }

.fancy-ordered-list ol li {
   	counter-increment: item;
   	margin-bottom: 20px;
	position:relative;
 }

.fancy-ordered-list ol li::before {
    content: counter(item);
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    font-weight: 500;
	 position: absolute;
  --size: 36px;
  left: calc(-1 * var(--size) - 15px);
  line-height:38px;
  width: var(--size);
  height: var(--size);
  top: -5px;
}

.fancy-ordered-list.orange ol li::before {
    background: rgb(247,166,69);
	background: linear-gradient(210deg, rgb(247, 166, 69) 0%, rgb(247, 148, 29) 100%);
    color: #fff;
}

.fancy-ordered-list.dark-blue ol li::before {
    background: #262262;
    color: #fff;
}

.fancy-ordered-list.blue ol li::before {
    background: #1C75BC;
    color: #fff;
}

.fancy-ordered-list.light-blue ol li::before {
    background: #529FD5;
    color: #fff;
}

/* Fancy Unordered List Styles */

.fancy-dot-point-list ul {
list-style: none;
text-align: left;
padding-left: 14px;
font-size:18px;
margin: 0 0 0 2.3em !important;
 }

.fancy-dot-point-list ul li {
	margin-bottom: 10px;
	position:relative;
 }

.fancy-dot-point-list ul li::before {
	content:"";
    text-align: center;
    margin-right: 17px;
	border-radius: 100%;
	display: inline-block;
	position: absolute;
  --size: 10px;
  left: calc(-1 * var(--size) - 33px);
  line-height:36px;
  width: var(--size);
  height: var(--size);
	top:7px;
}

.fancy-dot-point-list.orange ul li::before {
    background-color: #F7A645;
}

.fancy-dot-point-list.dark-blue ul li::before {
    background-color: #262262;
}

.fancy-dot-point-list.blue ul li::before {
    background-color: #1C75BC;
}

.fancy-dot-point-list.light-blue ul li::before {
    background-color: #529FD5;
}

/* Button Styles */

.button-white-border .elementor-button:hover {
	border-color:#F7A645 !important;
}

/* CTA Styles */

.dark-blue-cta-block p {
	font-size:20px;
	font-weight:600;
}

.dark-blue-cta-block a {
	color:#fff;
	text-decoration:underline;
}

.dark-blue-cta-block a:hover {
	color:#92e9ff;
}

.cta-bottom-tom-hero-column img {
	object-position: 80% center !important;
}

.cta-bottom-emily-hero-column img {
	object-position: 40% top !important;
}

/* Header Styles */

.uael-custom-offcanvas ul li ul li {
	list-style:none;
}
.header-call-us-today a:hover .style-svg .st0, .call-us-today-mobile a:hover .style-svg .st0 {
    fill: #F7A645;
	transition:all .2s linear;
}

.header-call-us-today a .style-svg .st0 {
    fill: #262262;
	transition:all .2s linear;
}

.mobile-menu-off-canvas .uael-offcanvas {
 background: rgb(20,43,113);
background: linear-gradient(210deg, rgba(20,43,113,1) 0%, rgba(38,34,98,1) 65%); 
}

.header-call-us-today .style-svg {
	width:30px;
	height:30px;
	margin-right:10px;
	position:absolute;
	top: -4px;
	left: -25px;
}

a:hover .style-svg .st0 {
    fill: #F7A645;
	transition:all .2s linear;
}

.call-us-today-mobile a {
	color:#fff;
}

.call-us-today-mobile .style-svg {
	width:28px;
	height:28px;
	margin-right:10px;
	position:absolute;
	top: -3px;
	left: -38px;
}

.call-us-today-mobile .style-svg .st0 {
    fill: #fff;
}

.call-us-today-mobile a:hover {
	color:#F7A645;
}

.building-icon-column.elementor-column:hover > svg, .floor-heating-icon-column.elementor-column:hover > svg {
	transition: fill 300ms ease-in-out;
}

.building-icon-column.elementor-column svg:hover, .building-icon-column.elementor-column svg:hover g path, .floor-heating-icon-column.elementor-column svg:hover, .floor-heating-icon-column.elementor-column svg:hover .st0, .electric-vehicle-icon-column.elementor-column svg:hover, .electric-vehicle-icon-column.elementor-column svg:hover .st0  {
	fill:#F7A645 !important;
}

.page-id-233 .building-icon-column.elementor-column svg, .page-id-233 .building-icon-column.elementor-column svg g path, .page-id-2111 .floor-heating-icon-column.elementor-column svg, .page-id-2111 .floor-heating-icon-column.elementor-column svg .st0, .page-id-2189 .electric-vehicle-icon-column.elementor-column svg, .page-id-2189 .electric-vehicle-icon-column.elementor-column svg .st0 {
	fill:#F7A645 !important;
}

.floor-heating-icon-column.elementor-column svg, .floor-heating-icon-column.elementor-column svg .st0, .electric-vehicle-icon-column.elementor-column svg .st0 { 
	fill:#3a3a3a !important;
}

.contact-blue-phone svg .st0 { 
	fill:#262262 !important;
}


#icons-cta-section a {
	text-decoration:none !important;
}

#icons-cta-section a:hover {
	color:#F7A645 !important;
}

#icons-cta-section .column > .elementor-widget-wrap {
transition: fill 300ms ease-in-out;
}

.header-column-second ul.elementor-nav-menu--dropdown a, .header-column-second ul.elementor-nav-menu--dropdown a:focus, .header-column-second ul.elementor-nav-menu--dropdown a:hover {
  border-left: 0px solid transparent;
}

/* About Page Styles */

.what-you-can-expect-list .uael-timeline-widget {
	border-bottom: 1px solid #eee;
}

/* Services Page Styles */

.single-service-list a {
	color:#fff;
}

.single-service-list a:hover {
	color:#F7A645;
}

/* Electrical Safety Reports Page Styles */

.electrical-reports-table-section .elementor-price-table__price {
	display:none !important;
}

.electrical-reports-table-section .elementor-price-table__features-list {
	padding-top:30px !important;
} 

.electrical-reports-table-section .elementor-price-table .elementor-price-table__header {
    padding: 20px 25px !important;
	line-height: 1.25 !important;
}

.elementor-price-table .elementor-price-table__subheading {
    font-size: 15px !important;
}

.electrical-reports-table-section .elementor-price-table .elementor-price-table__heading {
	margin-bottom:8px !important;
}

/* Blog Styles */

.dark-background-section .style-svg .cls-1 {
    fill: #fff;
}

.dark-background-section .style-svg {
	width:50px;
}

.uael-post__datebox {
	display:none;
}

.elementor-widget-uael-posts .uael-post__footer {
    margin-top: 0px;
}

/* Sidebar Styling */

.widget-title {
    margin-bottom: 0.2em;
}

.elementor-widget-sidebar #sb_instagram #sbi_images {
    margin-left: -10px;
}

.elementor-widget-sidebar .widget {
	margin-bottom:2.2em;
}

.contact-us-sidebar-widget a {
	color:#fff;
}

.contact-us-sidebar-widget a:hover {
	color:#F7A645;
}

.contact-us-sidebar-widget a:hover .st0 {
    fill: #F7A645 !important;
	transition:all .2s linear;
}

/* Search Box Styles */

input[type="search"] {
    padding: .3em 0.61em;
	margin-bottom:15px;
	margin-right:5px;
}

.search-submit.ast-search-submit {
	display:none;
}

.search-submit, .search .search-submit {
    padding: 10px 30px;
	border-radius: 3px;
	line-height: 1;
	border: 1px solid;
}

/*--Testimonial Styling--*/
.wpmtst-testimonial-content.testimonial-content:before {
    content: "";
    background-image: url(/wp-content/uploads/2021/11/5-Star-resize.png);
    width: 100%  !important;
	max-width: 215px !important;
	height: 55px !important;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.strong-view.wpmtst-default .wpmtst-testimonial-inner, .wpmtst-testimonial-field.testimonial-field.testimonial-name{
	text-align:center !important;
}

.strong-view.wpmtst-default .wpmtst-testimonial{
	border:none !important;
}

.strong-view.strong-view-id-2.wpmtst-default .wpmtst-testimonial-inner {
    border: 2px solid #eee !important;
    padding: 25px !important;
    border-radius: 12px !important;
}

@media (min-width:550px) and (max-width:767px) {	
	.header-column-first {
		width:40% !important;
	}
	.header-column-second {
		width:60% !important;
	}
	
	.call-us-today-mobile {
		display:none;
	}
}

.single-service-list li{
	padding-bottom:12px;
}

@media screen and (max-width: 1366px) {
.uael-post__header-filters {
	padding-bottom:5px !important;
}
}

@media screen and (min-width: 1024px) {
	.full-width-section-column .elementor-container{
		margin-right:0!important;
	}
	
	.middle-vertical-align-desktop-section .elementor-widget-wrap {
		align-content:center !important;
	}
} 

@media screen and (min-width: 1025px) and (max-width: 1366px) {
	.footer-third-column {
		width:30% !important;
	}
	
	.footer-fourth-column {
		width:20% !important;
			margin-left:20px;
	}
	
}

@media screen and (max-width: 1024px) {
	.strong-masonry.columns-3 .wpmtst-testimonial, .strong-masonry.columns-3 .grid-sizer{
		width:50%;
	}
	
	.about-home-banner-text-column > .elementor-widget-wrap {
	background-color: #262262 !important;
}
	
	.about-home-banner-text-column {
		width: 100% !important;
	}
	
.four-column-block-inner-section ul {
	margin-left:15px;
}
}

@media screen and (max-width:480px) {
	.reliable-dependability-heading br {
		display:none !important;
	}
	
	.home-intro-section br, .book-cta-section br {
		display:none;
	}
}


@media screen and (min-width: 1025px) and (max-width: 1601px) {
	.reliable-dependability-heading br {
		display:none !important;
	}
}

@media (min-width:767px) and (max-width:1024px) {
	.home-banner-text-column {
		width: 410px !important;
	}
	
		.home-banner-text-column.blue {
		width: 480px !important;
	}
}

@media screen and (max-width:767px) {
	.two-column-cta-section-image img {
		height:auto !important;
	}
	
	.footer-third-column br {
		display:none;
	}
	
	.what-you-can-expect-list .uael-timeline-widget .uael-events-inner-new {
    padding: 30px 15px;
}
	
		.about-home-banner-text-column.elementor-column {
	width:100% !important;
}
	
	.home-banner-text-column .elementor-widget-wrap {
		background-color:#fff !important;
	}
	
	.home-banner-text-column.blue .elementor-widget-wrap {
		background-color:  var( --e-global-color-astglobalcolor0 ) !important;
	}
	
	#icons-cta-section .elementor-column {
		width:50% !important;
		padding-bottom:30px;
}
	
	#icons-cta-section .elementor-column .elementor-widget-wrap {
		border-right:0px !important;
	}
	
	.two-column-list-section ul {
		margin-left:1em;
	}

}
	

@media (max-width:640px) {	
	.wpmtst-testimonial-content.testimonial-content:before {
		margin-bottom:10px;
	}
	
}


@media (min-width:550px) and (max-width:767px) {
	.top-lightbulb-section.elementor-element {
		padding-top:5px !important;
	}
	
	.home-banner-image-mobile {
		min-height:440px;
	}
	
	.blog-featured-image-section img {
		height:480px !important;
	}
}

@media (max-width:549px) {	
	.header-column-first {
		width:60% !important;
	}
	.header-column-second {
		width:40% !important;
	}
	
	.header-call-us-today {
		display:none;
	}
	
	.airconditioning-brands.elementor-element {
		padding-bottom:0px !important;
	}
	
	.airconditioning-brands .elementor-column {
		width:100% !important;
		margin-bottom:10px;
	}
	
	.airconditioning-brands h2 {
		margin-bottom:15px !important;
	}
	
	.mitsubishi-heavy-industries-logo {
		margin-top:0px!important;
	}
	
}

@media only screen and (max-width:350px) {
	.mobile-suburbs {
		display: none;
	}
	.desktop-suburbs.elementor-hidden-mobile {
		display: flex;
	}
	.desktop-suburbs.elementor-hidden-mobile .elementor-inner-column.elementor-element {
		width:100%;
	}	
}

/* Image with 'data' attribute is hidden */
img[data-lazy-src] {
/* we set the opacity to 0 */
   opacity: 0;
}
/* Image without 'data' attribute is (or becomes) visible */
img.lazyloaded {
/* prepare the future animation */
   -webkit-transition: opacity .5s linear 0.2s;
       -moz-transition: opacity .5s linear 0.2s;
                 transition: opacity .5s linear 0.2s;
/* we set the opacity to 1 to do the magic */
   opacity: 1;
}