/*
Theme Name: Spi
Description: Child theme for Avada theme
Author: 6uves.com
Author URI: https://www.6uves.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
.fs-8 {
    font-size: 0.8rem;
    display: inline-block;
    line-height: normal;
}
.fs-9 {
    font-size: 0.9rem;
    display: inline-block;
    line-height: normal;
}
.fs-10 {
    font-size: 1rem;
    display: inline-block;
    line-height: normal;
}
.fs-12 {
    font-size: 1.2rem;
    display: inline-block;
    line-height: normal;
}
.text-center {
    text-align: center;
}
.text-white {
    color: var(--awb-color1);
    font-family: "Roboto";
    display: inline-block;
}
.text-or {
    color: var(--awb-color4);
    font-family: "Roboto";
    display: inline-block;
}
.link:link, .link:active, .link:hover,
.tel:link, .tel:active, .tel:hover {
    color: inherit;
}
.fusion-widget-area .fusion-row {
    max-width: 1140px !important;
}
.map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.fusion-form input:not(:placeholder-shown),
.fusion-form input:focus,
.fusion-form textarea:focus {
        background-color: rgba(255,255,255,0.6);
}
.fusion-form-292 input[type="email"] {
    color: var(--awb-color1);
}
::placeholder { 
    color: var(--awb-color1);
    opacity: 1; /* Firefox */
}

.page-id-41 .fusion-portfolio,
.home .fusion-portfolio {
    margin-bottom: 10px;
}
.project-description > h3 {
    display: none;
}
.single-navigation {
    border:0;
}
.single-navigation a {
    font-size: 1rem;
}

/*SINGLLE POST*/
.fusion-post-slideshow.flexslider:not(.tfs-slider) {
    width: 65.9574%;
    float: left;
}
.type-post .fusion-post-title-meta-wrap,
.type-post .post-content {
    width: 31.9149%;
    float: right;
}

@media only screen and (max-width: 800px) {

    .fusion-post-slideshow.flexslider {
        width: 100%!important;
    }
    .type-post .fusion-post-title-meta-wrap,
    .type-post .post-content {
        width: 100%!important;
    }

}
