/*
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: open-sans, sans-serif;
    font-size: 17px;
    line-height: 1.7em;
    font-weight: 400;
    font-style: normal;
}

h1 {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height:1em;
    font-size: 75px;
    text-transform: uppercase;
}

#ca-smallerh1 h1 {
    font-size: 60px;
}

h2 {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    line-height: 1em;
    text-transform: uppercase;
}

#ca-smallerh2 h2 {
    font-family: open-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
}

#ca-biggerh2 h2 {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    font-style: normal;
}

h3 {
    font-family: montserrat, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 27px;
    line-height: 1.2em;
}

h4 {
    font-family: montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
}

h5 {
    font-family: open-sans, sans-serif;
    font-size: 22px;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
}

h6 {
    font-family: open-sans, sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.2em;
    font-weight: 400;
    font-style: normal;
}

.fixed {
    position: fixed;
}

.opensans h2,h3 {
    font-family: open-sans, sans-serif;
}

#ca-main-menu a {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size:20px;
    color:#fff;
    letter-spacing:2px;
    margin-left: 20px;
    text-transform: uppercase;
}

#ca-main-menu .sub-menu {
    width: 100%;
}

#ca-main-menu .sub-menu a{
    font-size: 19px;
    letter-spacing: 1px !important;
    line-height: 1.2em;
    padding: 15px 12px !important;
    margin-left: 0;
}

.ca-menu-btn {
	float: right;
}

.ca-menu-btn a {
	font-size: 24px !important;
    background-color: #000;
    padding: 12px 15px !important;
    text-transform: uppercase;
}

.ca-menu-btn a:hover {
    background-color: #09b9b0;
    padding: 13px 20px;
    text-transform: uppercase;
}

#menu-item-47 {
    background: #0AB9AF !important;
    margin-top: 0;
}


/* Triangle Images */

.ca-img-overlay {
	margin: -330px 0 0 -40px;
}

.ca-img-overay-r {
	margin: -330px -40px 0 0;
}


.ca-btn span {
    font-size: 20px;
    color:#fff;
    background-color:#000;
    padding:13px 16px;
    text-transform: uppercase;
}

.bebas {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing:2px;
    text-transform: uppercase;
}

h4 span{
    background-color:rgba(9,185,176,0.2);
    line-height: 2.45em;
    padding:5px 10px;
}

#ca-logo-gallery img {
    height:80px;
    filter: grayscale(100%);
    opacity: 0.4;
}

#ca-logo-gallery img:hover {
    filter: grayscale(0%);
    filter:blur(0px);
}


/* Footer */

#ca-footer-accreditations img {
    height:65px !important;
    width:auto !important;
    filter: grayscale(100%);
    opacity: 0.7;
}

#ca-footer-accreditations img:hover {
    filter: grayscale(0%);
    filter:blur(0px);
}

.ca-footer-menu a{
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size:20px;
    line-height:1.2em;
    color:#fff;
    letter-spacing:1px;
    text-transform: uppercase;
}



/*Case Studies single page*/

.ca-gallery img {
    height: 200px !important;
    object-fit: cover;
}


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

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

#ca-main-menu a {
    font-size: 19px;
    letter-spacing:2px;
    margin-left: 10px;
}

.ca-menu-btn a {
	font-size: 20px !important;
    padding: 12px 15px !important;
}

#menu-item-47 {
    margin-top: 3px;
}
}


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

.ca-header-text h5 {
	font-size: 16px !important;
}

#ca-main-menu .fl-module-content {
	margin-left: 2% !important;
}

#ca-main-menu a {
    font-size: 18px;
    letter-spacing:2px;
    margin-left: 10px;
}

.ca-menu-btn a {
	font-size: 18px !important;
    padding: 12px 15px !important;
}
}

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

#ca-main-menu a {
    font-size: 16px;
    letter-spacing:2px;
    margin-left: 10px;
}

.ca-menu-btn a {
	font-size: 16px !important;
    padding: 10px !important;
}

}

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

h1 {
    line-height: 1em;
    font-size: 75px;
}

#ca-smallerh1 h1 {
    font-size: 50px;
}

h2 {
    font-size: 50px;
    line-height: 1em;
}

#ca-smallerh2 h2 {
    font-size: 29px;
}

#ca-biggerh2 h2 {
    letter-spacing: 2px;
}

h3 {
    font-size: 27px;
    line-height: 1.2em;
}

h4 {
    font-size: 16px;
    line-height: 1.2em;
}

h5 {
    font-size: 22px;
    line-height: 1.2em;
}

h6 {
    font-size: 15px;
    line-height: 1.2em;
}

.ca-hero-heading h1 {
	font-size: 65px;
}

.ca-hero-sub h3 {
	font-size: 23px;
}

.ca-testimonial p {
	font-size: 35px !important;
}

/* Header */

.ca-header-text h5 {
	font-size: 14px !important;
}

.ca-header-btn a {
	padding: 10px 15px !important;
	border-left: 10px solid #09b9b0 !important;
}

/* Menu */

.uabb-creative-menu .uabb-menu-overlay .menu {
	margin-top: 0 !important;
}

#menu-main-menu a {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 1.8em;
    color: #fff;
    letter-spacing:2px;
    text-transform: uppercase;
}

.ca-menu-btn {
	float: none;
}

.ca-menu-btn a {
	font-size: 22px !important;
	margin-top: 20px;
}

#menu-main-menu .sub-menu a {
	line-height: 1.4em;
	color: #09b9b0 !important;
}

/* Triangle Images */

.ca-img-overlay {
	margin: -250px 0 0 -40px;
}

.ca-img-overay-r {
	margin: -250px -40px 0 0;
}


#ca-footer-col1 {
    width: 100% !important;
}

#ca-footer-col1 .fl-col-content {
   border-right: none;
}
}


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

body, p {
    font-size: 16px;
    line-height: 1.7em;
}

h1 {
    line-height: 1em;
    font-size: 55px;
}

#ca-smallerh1 h1 {
    font-size: 45px;
}

h2 {
    font-size: 42px;
    line-height: 1em;
}

#ca-smallerh2 h2 {
    font-size: 26px;
}

#ca-biggerh2 h2 {
    letter-spacing: 2px;
}

h3 {
    font-size: 24px;
    line-height: 1.2em;
}

h4 {
    font-size: 16px;
    line-height: 1.2em;
}

h5 {
    font-size: 20px;
    line-height: 1.2em;
}

h6 {
    font-size: 15px;
    line-height: 1.2em;
}

.ca-hero-heading h1 {
	font-size: 55px;
}

.ca-hero-sub h3 {
	font-size: 20px;
}

/* Triangle Images */

.ca-img-overlay {
	margin: -330px 0 0 -40px;
}

.ca-img-overay-r {
	margin: -330px -40px 0 0;
}

.ca-homepage-icons .uabb-info-list-item {
	width: 50% !important;
}


}


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


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

.ca-header-btn a {
	font-size: 14px !important;
	padding: 10px !important;
	border-left: 6px solid #09b9b0 !important;
}
}

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

.ca-hero-heading h1 {
	font-size: 45px;
}
}


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

}

