/* ===================================================================================

* Theme Name: Roxce Child
* Theme URI: https://www.themepure.net/wp/roxce/
* Author: theme_pure
* Author URI: https://themeforest.net/user/theme_pure/portfolio
* Description: Roxce - Painting Services Company WordPress Theme
* Version: 1.0.0
* Template: roxce
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
/*Start Global*/
:root {
    --shadow-block: 0px 0px 20px 5px rgb(13, 37, 181, 0.07);
    --color-title: #000000;
    --color-body: #000000;
    --transition: all 0.5s ease-in-out;
    --radius-box: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: "Playfair Display", sans-serif;
    font-weight: 600;
}

span.title-hayet {
    font-size: 30px;
}

p {
    font-size: 18px;
}

.mean-container .mean-nav ul li a:hover {
    color: #ff7d5a !important;
}

body,
p {
    font-family: Montserrat;
}

.main-menu ul li a {
    font-size: 16px;
}

.logo {
    padding: 10px 0;
}

.sidebar__logo img {
    width: 70px !important;
}

.testimonial__item-green .testimonial__thumb::after {
    background: #ff7d5a;
}

@media (min-width: 1200px) {
    #header-sticky .col-xl-6 {
        width: 66.6666666667% !important;
    }

    #header-sticky .col-xl-4 {
        flex: 0 0 auto;
        width: 16.6666666667% !important;
    }
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #000;
    font-weight: 500;
}

.contact__input input,
.contact__input textarea {
    width: 100%;
    background: #fff;
    outline: none;
    border: 1px solid rgb(231 230 230);
    font-size: 15px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
    border-radius: var(--radius-box);
    padding: 25px 15px;
}

.contact__input input::placeholder,
.contact__input textarea::placeholder {
    color: #000;
    font-size: 15px;
}

.contact__input input {
    height: 60px;
    padding-right: 60px;
    padding: 0 15px;
}

.r-btn.r-btn-white {
    background-color: #ff7d5a;
    color: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.video__play-btn {
    width: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
}

#header-sticky {
    position: relative;
}

#header-sticky:after {
    content: '';
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #FF7D5A 0, #A7C6C1 75%, #FF7D5A 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation-name: rainbow;
    animation-name: rainbow;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes rainbow {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 100vw 0;
    }

}

.contact__item.green-bg-2 .contact__icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #a7c6c1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__item.green-bg-2 .contact__icon svg {
    width: 35px;
    height: 35px;

}

.green-bg-2 {
    background: #0a4c48;
    border-radius: var(--radius-box);
}

.page__title-area {
    background-position: center center;
}

.contact__icon i {
    color: #000;
}


.w-img img {
    max-height: 450px;
    object-fit: cover;
}

.featured-artworks .w-img img {
    height: 300px;
}

.blog__thumb-2.w-img.fix img {
    height: 300px;
}

.gallery-img .w-img img {
    height: 400px;
}

.progress-wrap svg.progress-circle path {
    stroke: #ff7d5a;
}

.progress-wrap::after {
    color: #FF7D5A;
}

.gallery-art .gallery-item {
    padding: 0px;
    display: block;
    width: 100%;
    max-width: 100% !important;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.gallery-art .gallery {
    display: grid;
    gap: 15px;
}

.gallery-art .gallery-item img {
    position: absolute;
    object-fit: cover;
    height: 500px;
    transition: all 0.5s ease-in-out;
}

.gallery-art .gallery-item:hover img {
    transform: scale(1.1);
}

.work-forms .text-field {
    color: #000;
    text-align: left;
    letter-spacing: 2px;
    border: 1px #000;
    border-bottom-style: solid;
    width: 100%;
    margin-bottom: 15px;
    font-family: Matter, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    padding: 8px 12px;
    height: 60px;
}

.work-forms .wpcf7-submit {
    letter-spacing: 1px;
    background-color: #000;
    width: 100%;
    font-size: 14px;
    color: #fff;
    transition: all 0.6s ease-in-out;
}

.work-forms .wpcf7-submit:hover {
    background-color: #ff7d5a;
    border-color: #ff7d5a;
}

.r-btn-yellow {
    background: #ff7d5a;
    color: #fff;
}

section.services__details-area.pt-130.pb-130 {
    padding: 30px 0;
}

.services__widget {
    padding: 20px;
}

.section-collectors .bdevs-el-title a {
    pointer-events: none;
    cursor: context-menu;
}

.postbox__meta span:not(:first-child) {
    display: none;
}

.portfolio__details-info {
    display: none !important;
}

.sidebar__social ul li a {
    background: #ff7d5a !important;
}

.portfolio__item-2 h3.portfolio__title.bdevs-el-title:hover a {
    color: #ff7d5a !important;

}


@media (min-width: 767px) {

    .gallery-art .gallery {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    }

    .postbox__thumb img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .page__title-area {
        padding: 80px 0;
    }

    span.title-hayet {
        font-size: 20px;
    }

    .gallery-art .gallery-item img {
        height: 100%;
        position: relative;
        padding-right: 0 !important;

    }

    .elementor-widget-video .elementor-wrapper video {
        height: 300px;
        width: 100%;
    }

    .gallery-art .gallery-item {
        height: auto;
    }
}

@media (max-width: 575px) {
    .sidebar__close {
        top: 35px;
    }
}