/* 
    Created on : 25 lug 2022, 11:21:57
    Author     : Davide Versace
*/

/*body{
    margin-top:20px;
}*/

/*.section {
        padding: 100px 0;
        position: relative;
    height: 500px;
    background: #f9f9ff;
}*/
.section{
    padding-top: 25px;
    padding-bottom: 60px;
    background: #f9f9ff;
    margin-bottom: 55px;
}
/*@media (min-width: 1200px){
    section .container {
        width: 1170px;
    }
}
@media (min-width: 992px){
    section .container {
        width: 970px;
    }
}

@media (min-width: 768px) {
    section .container {
        width: 750px;
    }
}

@media (min-width: 576px) {
    section .container {
        width: 750px;
    }
}*/



.section .section-title{
    margin-left: 20px;
}
.gray-bg {
    background-color: #ebf4fa;
}
/* Blog 
---------------------*/
.blog-grid {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 250px;
}
.blog-grid .blog-img {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.blog-grid .blog-img .date {
    position: absolute;
    background: #3a3973;
    color: #ffffff;
    padding: 8px 15px;
    left: 0;
    top: 10px;
    font-size: 14px;
}
.blog-grid .blog-info {
    box-shadow: 0 0 15px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    background: #ffffff;
    padding: 20px;
    /*    margin: -30px 20px 0;*/
    margin: 0px 15px 0px;
    position: relative;
    height: 100%;
}
.blog-grid .blog-info h5 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
    color: #3a3973;
}

.blog-grid .btn-bar .date {
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
}

.blog-grid .blog-info h5 a:hover {
    text-decoration: none;
}

.blog-grid .blog-info p {
    margin: 0;
}
.blog-grid .blog-info .btn-bar {
    margin-top: 20px;
    width: 100%;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #fe4f6c;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}

.px-btn-arrow:hover {
    text-decoration: none;
}


.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: -6px;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
