/*
Theme Name: Ciubi
Theme URI:
Author: Ciubi
Author URI:
Description: Tema minimale. Contiene una sezione per il blog e per i servizi.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, one-column, flexible-width, custom-header, custom-menu, editor-style, featured-images, post-formats
Text Domain: ciubi
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/****************************************************** GENERALI **
******************************************************************/

#wpadminbar {
    z-index: 8888889;
}
.box svg{
    width: 100%;
    height: 100%;
}
*:focus,
*:active{
    outline: 0;
}
*{
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
strong{
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
button{
    font-family: 'Poppins', sans-serif;
}
.bgi{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
a{
    color: inherit;
    text-decoration: unset;
}
.box .container-max{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 2600px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.box .container{
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (min-width: 1200px) {
    .box .container{
        max-width: 1350px;
    }
}
@media (min-width: 1500px) {
    .box .container{
        max-width: 1450px;
    }
}
.box .row{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
input,
button{
    -webkit-appearance: none;
}

/****************************************************** COLONNE */
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 35px;
    margin: 0;
}
.box .col-row{
    flex-direction: row;
}
@media (min-width: 576px) {
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.box{
    height: 100%;
    padding-top: 50px;
}
@media (min-width: 568px) {
    .box{
        padding-top: 60px;
    }
}
@media (min-width: 992px) {
    .box{
        padding-top: 100px;
    }
}

.box,
.box-in {
    height: 100%;
    position: relative;
    z-index: 2;
    width: 100%;
}

.d-none{
    display: none !important;
}
.content {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #646464;
    letter-spacing: 0.03em;
}
.content p{
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin-bottom: 10px;
}
.content p:last-child{
    margin-bottom: 0;
}
.content h1{
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.content h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
.content h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}
.content a{
    color: #ee1313;
    text-decoration: underline;
    font-weight: 700;
}
.load-more-post{
    margin: 60px auto 40px;
    display: block;
    width: max-content;
    max-width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    box-shadow: 4px 15px 20px #ddd;
    padding: 10px 30px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
}
.load-more-post:hover{
    box-shadow: -4px -15px 20px #ddd;
}
.load-more-post:disabled{
    cursor: not-allowed;
    color: #ddd;
    border: 1px solid #ddd;
    box-shadow: none;
}
#conf-ajax-front{
    display: none;
}

.scroll-top{
    position: fixed;
    bottom: 60px;
    right: -200px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #795656;
    color: #ffffff;
    font-size: 27px;
    line-height: 27px;
    border-radius: 100%;
    z-index: 999999;
    cursor: pointer;
    transition: 0.5s;
}
.scroll-top.show{
    right: 15px;
}




/* box-header-home */
.box-header-home{
    padding: 0;
    opacity: 1;
    transition: 0.3s;
}
.box-header-home .container{
    height: 100vh;
}
.box-header-home .titolo{
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    width: 100%;
    text-align: center;
    color: #ee1313;
}
.box-header-home .logo{
    max-width: 100%;
    display: block;
    width: 360px;
    margin: 0 auto;
}
.box-header-home .colx{
    height: 100%;
    justify-content: center;
}
.box-header-home .motto{
    margin: 50px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    width: 100%;
    text-align: center;
}
.box-header-home #scrollmouse{
    position: relative;
    margin-top: 50px;
}

.box-header-home #scrollmouse a {
    padding-top: 60px;
}
.box-header-home #scrollmouse a span {
    position: absolute;
    top: 0;
    left: calc(50% + 18px);
    width: 36px;
    height: 60px;
    margin-left: -33px;
    border: 2px solid black;
    border-radius: 50px;
    box-sizing: border-box;
}
.box-header-home #scrollmouse a span::before {
    position: absolute;
    top: 20px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: black;
    border-radius: 100%;
    -webkit-animation: point 2s infinite;
    animation: point 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes point {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes point {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@media (max-width: 600px) {
    .box-header-home .logo{
        width: 170px;
    }
}


/* box-header */
.box-header{
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 4px 0 30px #ffebeb;
    height: auto;
    z-index: 999;
    background-color: #fff;
    opacity: 1;
    transition: 0.3s;
}
.home .box-header{
    opacity: 0;
}
.box-header .logo{
    width: 60px;
    min-width: 60px;
    height: auto;
    display: block;
    margin-right: 30px;
}
.box-header .logo img{
    width: 100%;
}
.box-header .blocco{
    display: flex;
    align-items: center;
}
.box-header .blocco .slogan{
    font-size: 12px;
    line-height: 15px;
    color: #646464;
    max-width: 600px;
    width: 100%;
}
@media (max-width: 600px) {
    .box-header .logo{
        margin-right: 10px;
    }
    .box-header .blocco .slogan{
        font-size: 10px;
        line-height: 12px;
    }
}
/* box-content-home */
.box-content-home .big-titolo{
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.box-content-home .col-post{
    margin: 0 -20px;
    width: calc(100% + 40px);
    display: flex;
    flex-wrap: wrap;
}
.box-content-home .col-post .s-post{
    margin: 30px 20px 0;
    width: calc(100% - 40px);
    display: flex;
    box-shadow: 4px 0 20px #ddd;
}
.box-content-home .col-post .s-post .info{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.box-content-home .col-post .s-post .img{
    position: relative;
    overflow: hidden;
    width: 70px;
    margin-right: 10px;
}
.box-content-home .col-post .s-post .img::before{
    content: '';
    padding-top: 100%;
    display: block;
}
.box-content-home .col-post .s-post img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: 0.3s;
}
.box-content-home .col-post .s-post:hover .img img{
    transform: scale(1.2);
}
.box-content-home .col-post .s-post .titolo{
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
}
.box-content-home .col-post .s-post .excerpt{
    margin-top: 10px;
}
.box-content-home .col-post .s-post .link{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
}
.box-content-home .col-post .s-post .link i{
    margin-left: 7px;
}
.box-content-home .col-post .s-post .read-more{
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
}
.category .box-content-home{
    padding-top: 150px;
}

@media (max-width: 767px) {
    .box-content-home .big-titolo{
        font-size: 35px;
        line-height: 40px;
    }
}
@media (max-width: 650px) {
    .box-content-home .col-post{
        margin: 0;
        width: 100%;
    }
    .box-content-home .col-post .s-post{
        width: 100%;
        margin: 30px 0 0;
    }
    .box-content-home .col-post .s-post .titolo{
        font-size: 20px;
        line-height: 25px;
    }
}

/* sidebar-blog */
.col-sidebar{
    border-left: 1px solid #000;
}
.sidebar-blog .wp-block-group__inner-container h3{
    margin-top: 30px;
    font-size: 30px;
    line-height: 35px;
}
.sidebar-blog .wp-block-group__inner-container .wp-block-categories{
    padding: 0 5px 0 25px;
    list-style-type: none;
    margin-top: 30px;
}
.sidebar-blog .wp-block-group__inner-container .wp-block-categories li{
    position: relative;
    margin-bottom: 15px;
}
.sidebar-blog .wp-block-group__inner-container .wp-block-categories li:last-child{
    margin-bottom: 0;
}
.sidebar-blog .wp-block-group__inner-container .wp-block-categories li::before{
    content: '\f02d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: -20px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
@media (max-width: 991px) {
    .col-sidebar{
        margin-top: 50px;
        border-left: 0;
    }
}
/* box-footer */
.box-footer{
    padding-top: 100px;
    margin-top: auto;
}
.box-footer .blocco{
    width: calc(100% + 14px);
    display: flex;
    align-items: center;
    margin: 0 -7px;
    justify-content: center;
    padding: 20px 0;
}
.box-footer .blocco .link{
    margin: 0 7px;
    position: relative;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
}
.box-footer .blocco .link::before{
    position: absolute;
    top: -5px;
    right: -9px;
    content: '|';
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
}
.box-footer .blocco .link.ult::before{
    content: unset;
}
.box-footer .blocco-follow{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.box-footer .blocco-follow a{
    margin: 0 7px;
    font-size: 18px;
    line-height: 18px;
}
.box-footer .blocco-follow a:last-child{
    margin-right: 0;
}
/* box-single-post */
.box-single-post{
    padding-top: 150px;
}
.box-single-post .big-titolo{
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 50px;
}
.box-single-post .data-post{
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}
.box-single-post .form-comments{
    margin-top: 60px;
}
.box-single-post .comments{
    margin-top: 60px;
}
.box-single-post .comment-reply-title{
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 15px;
}
.box-single-post .comment-notes,
.box-single-post .comment-form-comment,
.box-single-post .comment-form-author,
.box-single-post .comment-form-cookies-consent,
.box-single-post .form-submit,
.box-single-post .comment-form-email{
    width: 30%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.box-single-post .form-comments input,
.box-single-post .form-comments textarea{
    width: 100%;
    border: 1px solid #000;
    padding: 7px 15px;
    border-radius: 0;
}
.box-single-post .form-comments .submit{
    margin: 20px 0 40px;
    display: block;
    width: 100%;
    max-width: 100%;
    border: 1px solid #000;
    background-color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    box-shadow: 4px 15px 20px #ddd;
    padding: 7px 30px;
    cursor: pointer;
    opacity: 1;
    transition: 0.3s;
}
.box-single-post .comment-form-cookies-consent{
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
}
.box-single-post .comment-form-cookies-consent input{
    width: 15px;
    height: 15px;
    padding: 0;
    min-width: 15px;
    margin-right: 15px;
    cursor: pointer;
    background-color: #fff;
    transition: 0.3s;
}
.box-single-post .comment-form-cookies-consent input:checked{
    background-color: #ee1313;
    border-color: #ee1313;
}
.box-single-post .comment-form-cookies-consent label{
    cursor: pointer;
}
.box-single-post .comment-form-comment textarea{
    width: 100%;
}
.box-single-post .tit-all-commenti{
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 15px;
}
.box-single-post .all-comm{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.box-single-post .s-comm{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.box-single-post .s-comm .num{
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #ee1313;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-weight: 700;
}
.box-single-post .s-comm .utente{
    font-size: 15px;
    line-height: 15px;
    color: #9f9f9f;
    font-style: italic;
    margin-bottom: 10px;
    margin-top: 8px;
}
.box-single-post .share-us{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 60px;
    background-color: #ee1313;
    color: #ffffff;
    padding: 30px 15px;
    flex-wrap: wrap;
}
.box-single-post .share-us a{
    font-size: 30px;
    line-height: 30px;
    margin: 0 10px;
    color: #ffffff;
}
.box-single-post .share-us a:last-child{
    margin-right: 0;
}
@media (max-width: 1200px) {
    .box-single-post .comment-notes,
    .box-single-post .comment-form-comment,
    .box-single-post .comment-form-author,
    .box-single-post .comment-form-cookies-consent,
    .box-single-post .form-submit,
    .box-single-post .comment-form-email{
        width: 50%;
    }
}
@media (max-width: 991px) {
    .box-single-post .all-comm{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .box-single-post .big-titolo{
        font-size: 35px;
        line-height: 40px;
    }
    .box-single-post .comment-reply-title,
    .box-single-post .tit-all-commenti{
        font-size: 25px;
        line-height: 30px;
    }
    .box-single-post .comment-notes,
    .box-single-post .comment-form-comment,
    .box-single-post .comment-form-author,
    .box-single-post .comment-form-cookies-consent,
    .box-single-post .form-submit,
    .box-single-post .comment-form-email{
        width: 100%;
    }
}

@media (max-width: 600px) {
    .box-single-post .share-us span{
        width: 100%;
        text-align: center;
    }
    .box-single-post .share-us a{
        width: 50%;
        margin: 0;
        text-align: center;
        padding: 20px;
    }
}
