/**
Theme Name: Astra Child
Author: Minimal Chaos
Author URI: https://minimalchaosweb.com/
Description: A custom WordPress theme built using the Astra theme framework
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
*/



/*
 * Common Classes
 */
.button-above a.fl-button {
	z-index: 1;
	position: relative;
}

.fl-builder-content .fl-button i {
	margin-right: 2px;
}

.services-list ul {
	margin-left: 20px;
}

.services-list ul li {
	margin-bottom: 15px;
}



/*
 * Setting max width of website
 */
body {
	max-width: 1920px;
    margin: 0 auto;
    background-color: #f8f8f8 !important;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, .12);
}

#content {
	background-color: #fff !important;
}

/*
 * Nav
 */

.ast-header-break-point .main-navigation ul .menu-item .menu-link {
	border-color: #444;
}





@media only screen and (min-width: 1025px) {
	.menu-item.mobile {
		display: none;
	}
	
	.main-navigation ul ul li a {
		color: #000 !important;
		font-weight: 500;
	}

	.main-navigation ul ul li a:hover,
	.main-navigation ul ul li a:focus {
		background: #f2f2f2 !important;
	}
}



/*
 * Above footer CTA area
 */
.above-footer-cta-box {
	z-index: 1;
}


/*
 * Services Boxes
 */

.corporate-photography-services-heading h2.fl-heading {
	background: #fff;
	display: inline-block;
	padding: 20px 30px !important;
}

.services-boxes  a {
	text-decoration: none !important;
	transition: all .2s ease-in-out;
	
}

.services-boxes  a * {
	transition: all .2s ease-in-out;
}

.services-boxes .fl-module-heading h3.fl-heading {
	background: rgba(0,0,0, .66);
	padding: 10px 20px !important;
	
}

.services-boxes a:hover img {
	opacity: .33;
}


.services-boxes a:hover .fl-module-heading h3.fl-heading {
	
}

.services-boxes a.fl-module-box:hover h3.fl-heading {
	transform: translateY(-30%);
	background: transparent;	
}

.services-boxes a.fl-module-box:hover h3.fl-heading span {
	color: #e5b368 !important;
}

/*
 * FooGallery Carousel
 */

/* Making images smaller on mobile screens */
@media only screen and (max-width: 767px) {
	.square .fg-carousel-inner img {
		width: 300px !important;
		height: 300px !important;
	}
	
	.three-two .fg-carousel-inner img {
		width: 300px !important;
		height: 200px !important;
	}
	
	.two-three .fg-carousel-inner img {
		width: 200px !important;
		height: 300px !important;
	}
}


/*
 * FAQs
 */
.faq .fl-accordion-button a {
	text-decoration: none !important;
}

.faq .fl-accordion-content p:last-of-type {
	margin-bottom: 0 !important;
}


/*
 * Above footer CTA row
 */
@media only screen and (max-width:1024px) {
	.above-footer-cta-row .fl-row-content-wrap {
		background: #fff;
	}
}

/*
 * Quick Quote Form
 */
.quick-quote label {
	color: #fff !important;
}

.quick-quote .gfield_required,
.quick-quote_wrapper .gfield_required {
	color: #fff !important;
}

.quick-quote_wrapper .gform_required_legend {
	color: #fff !important;
	font-size: .8em;
}

.quick-quote input[type="submit"] {
	background: #8b6732 !important;
}

.quick-quote input[type="submit"]:hover,
.quick-quote input[type="submit"]:focus {
	background: #a37838 !important;
}



/*
 * Footer
 */
.footer-terms a {
	color: #000;
	text-decoration: underline;
}

.footer-terms a:hover,
.footer-terms a:focus,
.footer-terms a:active {
	color: #8b6731;
}