/*
Theme Name: RENOR & Partners
Text Domain: simonerenzi.com
Version: 1.1
Requires at least: 4.7
Requires PHP: 7.0.1
Description: Il tema ufficiale di RENOR & Partners
Tags: tema RENOR & Partners, tema ufficiale RENOR & Partners
Author: Simone Renzi
Author URI: https://simonerenzi.com
License: Copyright Registered

Questo tema è stato registrato, la riproduzione è vietata
*/

* {
    scroll-behavior: smooth;
}

.pagination-wp {
    text-align: center !important;
}

#fixedpos {
    background-attachment: fixed !important;
    background-position: center center !important;
}

.page-numbers {
    border: 1px solid #999;
    padding: 5px 10px;
    border-radius: 30px;
    color: #666;
    animation: all 3s;
}

.page-numbers:hover {
    background-color: #f5557c;
    color: white;
}

.current {
    background-color: #f5557c;
    color: white;
}

.post-categories {
    display: inline;
}

.post-categories li {
    display: inline;
}

.hoverBorder {
    max-width: 420px;
}

#searchsubmit-sidebar {
    font-family: raleway;
    font-weight: 200;
    color: black;
}

.main-responsive {
    position: fixed;
    z-index: 99999999;
    padding: 20px;
    background-color: #ddd;
    border-radius: 5px;
}

.hide-menu {
    display: none;
}

.itemBody ul li {
    list-style-type: circle;
}

.itemBody ul {
    margin-left: 30px;
}

.widget_recent_entries ul li {
    padding-top: 15px;
    list-style-type: disc;
}

.youtube-responsive-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-responsive-container iframe,
.youtube-responsive-container object,
.youtube-responsive-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mashsb-box {
    padding-top: 70px;
}

.comment-form-wrapper {
    margin-top: 0px !important;
}

#author-bio-box h3 {
    font-size: 16px;
    font-weight: 600;
}

#author-bio-box {
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
}

#author-bio-box .bio-gravatar img {
    -moz-border-radius: 100px !important;
    -webkit-border-radius: 100px !important;
    background: #fff;
    border: 3px solid #4f8aff !important;
    margin-right: 15px;
    padding: 0px !important;
    border-radius: 100px !important;
}

.avatar .avatar-70 {
    width: 120px !important;
    height: 120px !important;
}

.bio-icon {
    display: inline-block !important;
}

.bio-description {
    text-align: justify;
}


/* Style the video: 100% width and height to cover the entire window */

#video-home {
    background-position: top;
    width: 100%;
    height: auto;
}


/* Add some content at the bottom of the video/page */

.content-video-home {
    position: absolute;
    top: 0;
    left: calc(100vw * 0.20);
    width: 100%;
    height: 100%;
    color: white;
    font-size: 3vw;
    font-weight: 800;
    line-height: normal;
}

.container-video {
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    /* height: calc(100vh * 0.95); */
}

.flex-container {
    display: flex;
    margin-top: calc(100vw * 0.15);
}

.image-resize {
    width: 100%;
}

div.slider-container {
    width: 800px;
    height: 600px;
    position: relative;
}

div.slider-image {
    height: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
}

@media screen and (max-width: 991px) {
    .flex-container {
        display: flex;
        margin-top: calc(100vw * 0.15);
    }
    .image-resize {
        width: 70%;
    }
    .content-video-home {
        position: absolute;
        top: 0;
        left: calc(100vw * 0.1);
        width: 100%;
        height: 100%;
        color: white;
        font-size: 3vw;
        font-weight: 800;
        line-height: normal;
    }
    div.slider-container {
        width: 320px;
        height: 240px;
        position: relative;
    }
    div.slider-image {
        width: 100%;
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        position: absolute;
        top: 0px;
        left: 0px;
    }
}

@media screen and (max-width: 770px) {
    .flex-container {
        display: flex;
        margin-top: calc(100vw * 0.3);
    }
    .image-resize {
        width: 70%;
    }
    .content-video-home {
        position: absolute;
        top: 0;
        left: calc(100vw * 0.1);
        width: 100%;
        height: 100%;
        color: white;
        font-size: 3vw;
        font-weight: 800;
        line-height: normal;
    }
}

@media screen and (max-width: 480px) {
    .flex-container {
        display: flex;
        margin-top: calc(100vw * 0.37);
    }
    .image-resize {
        width: 72%;
    }
    .content-video-home {
        position: absolute;
        top: 0;
        left: calc(100vw * 0.1);
        width: 100%;
        height: 100%;
        color: white;
        font-size: 3vw;
        font-weight: 800;
        line-height: normal;
    }
}

.flex-items {
    width: 400px;
    height: 200px;
    margin: auto;
}

#button-go-down {
    line-height: 14px;
    font-weight: 400;
    margin-top: 30px;
}

#godown {
    color: #EEB559;
    background-color: transparent;
    border: 1px solid #EEB559;
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 1.2vw;
}

@media screen and (max-width: 768px) {
    #button-go-down {
        line-height: 14px;
        font-weight: 400;
        margin-top: 30px;
    }
    #godown {
        font-size: 3.5vw;
    }
}

.kl-title-block {
    padding-top: 0;
    padding-bottom: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.photogallery-wrapper {
    padding-top: 35px;
}

strong {
    font-weight: 700;
}

.btn {
    color: #f5557c;
    background-color: transparent;
    border: 1px solid #f5557c;
    border-radius: 50px;
    padding: 10px 20px;
}

.btn:hover {
    background-color: #f5557c;
    color: white;
}

.shadow {
    background-color: #FBFBFB !important;
    box-shadow: #ddd 5px -1px 21px !important;
}

#video-chr {
    background-position: top;
    width: 100%;
    height: 100%;
}

.text-section {
    margin-top: 0;
    font-family: 'Raleway';
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 400;
    font-style: normal;
}

.services_box--modern .services_box__icon {
    float: left;
    width: 80px;
    line-height: 80px;
    box-shadow: inset 0 0 0 2px #f5557c;
    text-align: center;
    margin-right: 20px;
    vertical-align: middle;
    border-radius: 50%;
    height: 80px;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.services_box--modern .services_box__fonticon {
    color: #f5557c;
    font-size: 40px;
    line-height: 83px;
    -webkit-transition: color .2s ease-out .1s;
    transition: color .2s ease-out .1s;
}

.services_box--modern:hover .services_box__fonticon {
    color: #fff;
}

.services_box--modern:hover .services_box__icon {
    box-shadow: inset 0 0 0 40px #f5557c;
}

.services_box--modern .services_box__list {
    list-style: none;
    padding-left: 0;
}

.services_box--modern .services_box__list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.services_box--modern .services_box__list li:before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 9px;
    border-radius: 50%;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 2px #f5557c;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.grey {
    color: #535353;
}

.slideshow {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    z-index: 1;
}

.image-servizi {
    background-image: url(https://renor.it/wp-content/themes/renor/images/kallyas-huge-perspective-lq2.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    z-index: 999;
    height: 93%
}

.container-image-servizi {
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .image-servizi {
        height: 0;
    }
    .container-image-servizi {
        margin-top: 30px;
    }
    .display {
        height: 0px;
    }
    #fixedpos {
        background-attachment: scroll !important;
    }
}

.light-gray2 {
    padding-right: 15px;
}

.come-lavoriamo {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.margin-0 {
    margin-left: 0px;
}

.services_box--modern .services_box__list li:hover:before {
    box-shadow: 0 0 0 3px #F4A172;
}

.slider-width {
    min-width: 120px;
    max-width: 200px;
    padding: 20px 0px;
}

.pb-1 {
    padding-bottom: 20px;
}

@media screen and (max-width: 842px) {
    .breadcrumbs2 {
        display: none;
    }
    #ctabutton {
        display: none;
    }
}


/* Marketing Slider */

div.slider-before {
    width: 50%;
    background-image: url("./images/before.jpg");
    z-index: 2;
}

div.slider-after {
    width: 100%;
    background-image: url("./images/after.jpg");
    z-index: 1;
}

input.slider {
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
    position: absolute;
    margin: 0px;
    z-index: 3;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -webkit-transition: 0.25s all ease-in-out;
    z-index: 4;
}

input.slider::-moz-range-thumb {
    width: 6px;
    height: 600px;
    background-color: transparent;
    cursor: pointer;
}

input.slider::-webkit-slider-thumb {
    width: 6px;
    height: 530px;
    background-color: transparent;
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

div.slider-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-broder-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: transparent;
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    cursor: pointer;
    z-index: 3;
}

div.slider-button:before {
    color: #555;
    position: absolute;
    top: 3px;
    left: 0px;
}

div.slider-button:after {
    color: #555;
    position: absolute;
    top: 3px;
    right: 0px;
}

#page_wrapper>section>div>div>div.col-sm-12.col-md-12.col-lg-3 {
    position: sticky;
    top: 0px;
}