/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.d-flex {
    display: flex;
}

.posters_carousel .slick-arrow {
    display: none!important;
}

span.menu-text {
    font-size: 3.5rem;
    text-transform: uppercase;
    line-height: 0;
}

header > .fusion-row {
    max-width: 1430px!important;
}

header .fusion-menu a {
    max-height: 45px;
}

header a:hover {
    opacity: 0.5;
    cursor:pointer;
}

header .logo {
    position:relative;
    overflow:visible;
}
.home header .logo::before, .current-menu-item a::before, .current_page_item a::before {
    width: 60px;
    height: 60px;
    content: "";
    background: url(/img/xddd.svg);
    position: absolute;
    right: -27px;
    bottom: -44px;
}

.current-menu-item a, .current_page_item a {
    position:relative;
}

.current-menu-item a::before, .current_page_item a::before {
    right:unset;
    left:-27px;
}

article {
    transition:filter 0.15s ease-in
}

article:hover {
    filter: saturate(0);
}

.single-post main#main {
    padding-top: 0;
    padding-bottom: 0;
}

.main-article-image {
    max-width: 660px;
}

.main-article-image img {
    border-radius: 25px;
}

.main-article-content {
    max-width: 820px;
    margin: 0 auto!important;
    font-size: 1.25rem!important;
}

.xerox-tunes-box {
    background: #3a176b;
    padding: 1.5rem;
    border-radius: 25px;
    align-items: center;
    line-height: 1.3em;
}


.xerox-tunes-box .thumb {
    flex-basis: 33%;
    width: 33%;
    margin-right: 2.5rem;
    height: auto;
}
.xerox-title-img {
    max-width: 18rem;
    margin-bottom: 0.5rem;
}
h2.tunes-title::before {
    content: "";
    background: white;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -2rem;
    bottom: -1rem;
}
h2.tunes-title {
    font-size: 2.5rem;
    position: relative;
    max-width: max-content;
}

.related-post-article, .posters_carousel { 
    position:relative;
}

.related-post-article::before, .related-post-article::after, .posters_carousel::before, .posters_carousel::after {
    content: "";
    background: linear-gradient(90deg, rgb(35 31 31) 12%, rgba(26,17,8,0) 100%);
    position: absolute;
    width: 400px;
    height: 100%;
    left: 0px;
    top: 0;
    z-index: 9;
}

.related-post-article::after {
    background: linear-gradient(-90deg, rgb(35 31 31) 12%, rgba(26,17,8,0) 100%);
    left:unset;
    right:0;
}
.fusion-posts-container .fusion-post-wrapper, .blog-article .fusion-post-card-image{
    border-radius: 25px;
    overflow:hidden
}

.about-icons {
    height: 100%;
    display: flex;
    align-items: center;
}
 
.hidden-gallery {
    display: none;
}

form .fusion-fullwidth {
    padding: 0;
}

.fusion-form-field {
    margin: 0.75rem 0!important;
}

textarea, input.fusion-form-input {
    background: transparent!important;;
    border: solid 1px white!important;;
}

input.fusion-form-input {
    border-radius: 50px!important;
    height: auto!important;
    padding: 0.5rem 1rem!important;
    text-transform: uppercase;
    max-width: 280px;
    margin-right: 1.25rem;
}

textarea::placeholder, input.fusion-form-input::placeholder {
    opacity: 0.25;
    text-transform: uppercase;
}

form .d-flex {
    justify-content: space-between;
}

.fusion-form-submit-field {
    max-width: max-content;
}

.fusion-form-submit-field button {
    padding-left: 2.25rem!important;
    padding-right: 2.25rem!important;
}

.contact-me-title h2 {
    font-size: 1.75rem!important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-social-block {
    margin: 1rem 0;
    display: flex;
}

.footer-social-block a {
    min-width: 6rem;
    padding: 0.5rem;
    border: solid 1px white;
    border-radius: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    cursor:pointer;
}

.footer-social-block img {
    max-height: 2.5rem;
}

.subscribe-form-wrap {
    max-width: 730px;
    margin: 0 auto;
    position: relative
}

.subscribe-form-wrap input[type="email"] {
    border-radius: 255px;
    background: none;
    border: solid 1px white;
}

.subscribe-form-wrap input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    height: 3rem;
    border-radius: 0 25px 25px 0;
    color: black;
    padding: 0 2rem;
    text-transform: uppercase;
    font-size: 1rem;
}

.subscribe-form-wrap input[type="email"]::placeholder {
    text-transform: uppercase;
}

.subscribe-form-wrap p {
    font-size: 0.65rem;
    padding: 0.5rem 1rem;
}

.subscribe-form-wrap h2 {
    font-size: 1.75rem;
    text-align: right;
    margin-right: 2rem;
}


@media (max-width:712px) {
.related-post-article::before, .related-post-article::after, .posters_carousel::before, .posters_carousel::after
{
    display: none;
}}
@media (max-width:712px) {
    .fusion-posts-container {
        display: grid!important;
        grid-template-columns: 1fr 1fr!important;
    }

    header .fusion-menu a span {
        font-size: 2.75rem!important;
    }

    .footer-social-block img {
        max-height: 2rem;
    }

    .footer-social-block a {
        width: 5rem;
        padding: 0.25rem;
        height: 5rem;

    }
}
