/******************************************************************
Theme Name:  Coast Studios Framework
Theme URI: http://www.coaststudios.com.au
Description: Coast Studio's Framework Theme - Built on Foundations 6 
Author: Coast Studios
Author URI: http://www.coaststudios.com.au
Version: 1.5
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass, Coast Studios, foundations 6
******************************************************************/



/*=============================================
=            Custom Overwrite CSS             =
==============================================*/

/* ONLY USE IF YOU DON'T KNOW HOW TO USE SASS/SCSS 
 OTHERWISE EDIT FILES IN SCSS FOLDER AND COMPILE */


 /* Example 

 header {
 	display: none;
 }

 */

 /* START ALL CUSTOM CSS BELOW THIS LINE */

.header {
    display: none !important;
}

#content .inner-content {
    padding: 0 !important;
}

.featured_testimonials, .footer .footer_menus {
    display: none;
}

.white {
color: #fff !important;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
top: 20% !important;
}

h1, h2 {
font-family: "bebas-neue",sans-serif;
font-style: normal;
font-weight: 400;
}

h2 {
    font-size: 4.5rem;
    line-height: 30px;
}

h3 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
}

body {
color: #616d77;
font-size: 15px;
font-family: "museo-sans-rounded",sans-serif;
font-style: normal;
font-weight: 300;
}

h4 {
font-family: "marydale",sans-serif;
font-style: normal;
font-weight: 700;
}

.footer .footer_bottom {
    background-color: #222;
}

.button {
border: solid 2px #616d77;
background-color: rgba(0,0,0,0);
color: #616d77;
padding: 17px 20px;
}

.button:hover {
background-color: #616d77;
}

.button:hover a {
color: #fff;
}

.button a {
color: #616d77;
}

.button h3 {
    font-size: 14px;
    letter-spacing: 1px;
}




@media(max-width:600px) {
.vc_icon_element.vc_icon_element-outer.vc_icon_element-align-left {
    text-align: left;
    display: none;
}
.wpb_content_element {
    margin-bottom: 20px;
}
.vc_empty_space {
    height: 20px;
}
.button {
    margin: 0 auto;
    width: 100%;
}
.white {
    color: #fff !important;
    height: 20px;
text-align: center;
}

.white.ult-vc-hide-row {
    height: auto;
}
}
.childbrands .wpb_single_image img {
    max-height: 130px;
    width: auto;
}
.vc_col-sm-4 {
    text-align: center;
}

.wpb_single_image.vc_align_left {
    text-align: center;
}

.footer .footer_bottom .copyright {
    text-align: center;
    color: #999;
}

.wpb_single_image.vc_align_center {
    text-align: center;
    margin-bottom: 20px;
}

.large-6 {
    text-align: center;
width: 100%;
}

.flex-video.widescreen {
    padding-bottom: 0 !important;
}