/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body #header {
    margin-bottom: -145px;
}
body .header-bottom {
 margin-top: -25px;
    z-index: 999;

}
body.blog .page-row-1 .row-heading h1 {
    font-size: 42px!important;
}

.blog .page-row-1 .row-heading h1 {
    color: #d82624;
}
body .single .page-row-1 .row-heading h1 {
    font-size: 42px!important;
}
body .page-wrapper {
    padding: 0;
}
body .page-row-1 .row-heading h1 {
    font-size: 48px!important;
    color: #d82624;
}
.row-heading h1 {
    font-weight: 600;
    font-size: 32px;
    font-family: "roboto slab";
	text-transform: uppercase;
	margin-bottom: 7px;
}


.image-icon,.icon-image{
    display: none !important;
}
/*---------------------------------------*/
.row-1 .ch3 {
    font-family: "roboto slab";
    font-size: 28px;
    color: #e8e8e8;
    text-transform: uppercase;
    letter-spacing: 1.7px;
}
.ch3{
    font-size: 1.25em;
    color: #555;
    margin-bottom: .5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
    font-weight: bold;
}
.ch4 {
    font-size: 1.125em;
    color: #555;
    margin-bottom: .5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
    font-weight: bold;
}


.ch5 {
    font-size: 1em;
    color: #555;
    margin-bottom: .5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
    font-weight: bold;
}


.ch6 {
    letter-spacing: .05em;
    line-height: 1.05;
    text-transform: uppercase;
    font-size: .85em;
    opacity: .8;
    color: #555;
    margin-bottom: .5em;
    margin-top: 0;
    text-rendering: optimizeSpeed;
    width: 100%;
}

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

@media screen and (max-width: 480px) {
body .row-1 .ch1 {
    font-size: 32px;
    line-height: 38px;
}
body .row-1 .ch3 {
    font-size: 18px;
    line-height: 21px;
}

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}