/*
Theme Name: Creative A Child theme
Description: Child theme for Creative Asset - Parent Theme
Version: 1.0.1
Author: Creative Asset
Template: creativea
*/

/*--------------------------------------------------------------
# Brand colours
CORE

# Fonts
- font-family:

--------------------------------------------------------------*/

body, p {
	font-family: chalet-london-sixty, sans-serif;
	line-height: 1.4em;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: chalet-london-sixty, sans-serif;
	line-height: 1.3em;
}

.alt h1, .alt h2, .alt h3, .alt h4, .alt h5, .alt h6, .alt p, .alt a {
	font-family: eurostile, sans-serif;
}

h1 {
    font-size: 50px;
    line-height: 1.4em;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

.bigger-text h4 {
    font-size: 20px;
}

.fixed {
	position: fixed;
}

.uppercase {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.bold {
	font-weight: 800;
}

.underline {
	border-bottom: 2px solid white;
}

.center {
	text-align: center;
}

.service-icon-title h6 {
	font-size: 14px;
}

.rotate {
     transform: rotate(-90deg);
}


/*--------------------------------------------------------------
# Main Menu & Header
--------------------------------------------------------------*/

.main-menu a {
	letter-spacing: 0.5px;
	font-size: 18px;
	transition: .3s;
	font-weight: 400;
}

.main-menu > li a {
	margin-left: 30px;
}

.main-menu .sub-menu {
	max-width: 300px !important;
}

.main-menu img,
.uabb-off-canvas-menu img,
#menu-main-menu-1 img {
	max-width: 30px;
}

.main-menu a:hover {
	font-weight: 800;
}

.main-menu .sub-menu a {
	font-size: 16px;
}

.uabb-has-submenu-container {
	border-radius: 20px !important;
}

.main-menu .ca-menu-btn a span {
	background: #00AC89;
	color: #fff;
	padding: 15px 25px;
	border-radius: 30px;
	position: relative; /* Don't change */
	min-width: 200px;
	display: inline-block; /* Don't change */
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden; /* Don't change */
}

/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/

.white, .white a, .white a:visited {
	color: white !important;
}

.black, .black a, .black a:visited {
	color: black !important;
}

.aqua, .aqua a, .aqua a:visited {
	color: #00AC89;
}

.blue, .blue a, .blue a:visited {
	color: #00A5CF;
}

.sand, .sand a, .sand a:visited {
	color: #DDDBCB;
}

.green, .green a, .green a:visited {
	color: #84C661;
}

.grey, .grey a, .grey a:visited {
	color: #b7b7b7;
}

.dark-blue, .dark-blue a, .dark-blue a:visited {
    color: #0A2E36;
}


/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

.logo img {
	width: 250px;
	object-fit: contain;
	opacity: 0.9;
}

.title-overlay > .fl-row-content-wrap::after {
	background: linear-gradient(180deg, rgba(5,0,0,0.70), rgba(5,0,0,0.60)), url("/wp-content/uploads/2019/10/mtg-energy-bg.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.service-icon img {
	height: 60px;
	object-fit: contain;
}

.mtg-icon img {
    height: 200px;
    object-fit: contain;
    opacity: 0.2;
    margin-bottom: -120px;
}

.quote-icon img {
    height: 30px;
    object-fit: contain;
}

/*----------------------------------------------------------------
# CIRCLE FILL BUTTON - remove all instances of ".circle-fill-btn"
----------------------------------------------------------------*/
.circle-fill-btn a, .circle-fill-btn span {
	font-weight: 800;
	letter-spacing: 2px;
}

.circle-fill-btn .ca-btn {
	background: #00AC89;
	color: #fff;
	padding: 15px 25px;
	border-radius: 30px;
	position: relative; /* Don't change */
	min-width: 200px;
	display: inline-block; /* Don't change */
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden; /* Don't change */
}

.circle-fill-btn .ca-btn span {
	position: relative; /* Don't change */
	z-index: 1; /* Don't change */
}

.circle-fill-btn .ca-btn:before {
	content: ''; /* Don't change */
	position: absolute; /* Don't change */
	left: 0; /* Don't change */
	top: 0; /* Don't change */
	height: 100%; /* Don't change */
	width: 0; /* Don't change */
	background: #000;
	opacity: 0;
	border-radius: inherit; /* Don't change */
	z-index: 0; /* Don't change */
	transition: width .7s, opacity .7s; /* Don't change */
}

.circle-fill-btn .ca-btn:hover:before {
	width: 100%; /* Don't change */
	opacity: .25;
	transition: width .7s, opacity .3s; /* Don't change */
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/

.uabb-info-list-link {
    transition: .3s;
}

.uabb-info-list-link:hover {
    border-bottom: 2px solid #00A098;
    padding-bottom: 10px !important;

}

.info-list h4 {
    font-size: 22px;
    color: #0A2E36;
    margin-bottom: 10px !important;
}

.info-list p {
    color: #8c8f91 !important;
}

.uabb-info-list-icon {
    padding-bottom: 10px !important;
}

.testimonials p {
    color: #c1c1c1;
    font-size: 22px;
}

.post-carousel h3 {
    font-size: 22px;
    margin-top: 20px !important;
}

.post-carousel .uabb-read-more-text,
.post-carousel .uabb-blog-posts-description,
.post-carousel .uabb-post-heading a {
    padding-left: 25px;
}

.uabb-blog-posts-shadow {
	border-radius: 20px !important;
}

.post-icon {
	height: 40px;
	object-fit: contain;
}

.sector-posts {
	transition: .3s;
}
.sector-posts h3 {
	font-size: 24px;
	color: #0A2E36;
}

.sector-posts .uabb-blog-posts-shadow:hover {
	background-color: #00AC89;
	border-radius: 20px;
}

.sector-posts .uabb-blog-posts-shadow:hover .uabb-post-heading {
	color: white !important;
}

.uabb-post-thumbnail img {
	border-radius: 20px 20px 0px 0px !important;
}

/*--------------------------------------------------------------
# Footer 
--------------------------------------------------------------*/

.footer-header h6 {
    font-size: 16px;
}

.footer-icon img {
    height: 80px;
    object-fit: contain;
}

.footer-menu a {
	font-size: 14px;
}

.footer-contact h6 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 800;
}

.top-column {
	z-index: 99;
	position: relative;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media only screen and (max-width : 1384px) {

	.main-menu a {
		letter-spacing: 0.2px;
		font-size: 16px;
		transition: .3s;
		font-weight: 400;
		margin-left: 5px;
	}


	.main-menu a:hover {
		font-weight: 800;
	}

	.main-menu .sub-menu a {
		font-size: 16px;
	}

	.uabb-has-submenu-container {
		border-radius: 20px !important;
	}
	.main-menu .ca-menu-btn a span {
		font-weight: 800;
		font-size: 15px;
		background: #00AC89;
		color: #fff;
		padding: 14px 15px 14px 15px;
		border-radius: 30px;
		position: relative; /* Don't change */
		min-width: 100px;
		display: inline-block; /* Don't change */
		text-align: center;
		vertical-align: middle;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-decoration: none;
		overflow: hidden; /* Don't change */
	}

}

/**Medium Devices**/

@media only screen and (max-width : 1100px) {

	h1 {
	    font-size: 40px;
	    line-height: 1.2em;
	}

	h2 {
	    font-size: 35px;
	}

	h3 {
	    font-size: 20px;
	}

	.bigger-text h4 {
	    font-size: 20px;
	}
	/**hiding long naming**/

	.cadesktop1 {
		display:none;
	}
	.cadesktop2 {
		display:none;
	}

	.main-menu a {
		letter-spacing: 0.2px;
		font-size: 15px;
		transition: .3s;
		font-weight: 400;
		margin-left: 0px;
	}

	.main-menu .ca-menu-btn a span {
		font-size: 12px;
		background: #00AC89;
		color: #fff;
		padding: 12px 15px 12px 15px;
		border-radius: 30px;
		position: relative; /* Don't change */
		min-width: 50px;
		display: inline-block; /* Don't change */
		text-align: center;
		vertical-align: middle;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-decoration: none;
		overflow: hidden; /* Don't change */
	}

}

/**Small Devices**/


@media only screen and (max-width : 768px) {

	h1 {
		font-size: 40px;
		line-height: 1.2em;
	}

	h2 {
	    font-size: 25px;
	}

	h3 {
	    font-size: 20px;
	}

	.bigger-text h4 {
	    font-size: 20px;
	}

	.ca-mobile-cta i {
	  font-size: 23px;
	  vertical-align: middle;
	  padding: 2px;
	  color: #00AC89;
	}

	#main-menu-mobile .ca-menu-btn a span {
	display:none;
	}

	#ca-mobile-header .ca-btn-mobile {
		font-size: 12px;
		background: #00AC89;
		color: #fff;
		padding: 12px 15px 12px 15px;
		border-radius: 30px;
		position: relative; /* Don't change */
		min-width: 100px;
		display: inline-block; /* Don't change */
		text-align: center;
		vertical-align: middle;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-decoration: none;
		overflow: hidden; /* Don't change */
		width: 100%;
	}


}

@media only screen and (max-width : 655px) {
	.fl-node-5f283cd1efc05 {
	    position: fixed;
	    width: 100%;
	    z-index: 100;
	    top: 0;
	}
}

@media only screen and (max-width : 450px) {



}