a,
p,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Jost', sans-serif !important;
}


.mrk-cielo {
    width: 100%;
    background-image: url(http://ilvangelosecondoelisa.dev.kubeitalia.it/wp-content/uploads/2021/06/cielo.jpg);
    background-attachment: fixed;
    background-color: #71bdef;
    background-blend-mode: multiply;
    text-align: center;
}

.footer-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1394eaa6;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
}

.general-banner .featured-content-holder .featured-content-meta span {
    border: 1px solid #fff;
    padding: 7px 20px;
    margin-bottom: 20px;
    background: #50a5dc8f;
}

.mrk-content {
    margin-top: 3%;
    margin-bottom: 3%;
}

.mrk-content h2 {
    color: #006fc5;
    margin-top: 3%;
    margin-bottom: 1%;
    font-weight: 600;
}

.mrk-content img {
    float: left;
    width: 505;
    margin: auto;
    margin-right: 10px;
    margin-bottom: 3px;
}

.featured-content-meta {
    margin-top: 5%;
}

.copyrights a {
    color: white;
}

.mrk-card a {
    opacity: 0.8;
    cursor: pointer;
    color: white
}

.mrk-card a:hover {
    opacity: 1;
}

.mrk-card-text {
    font-family: 'Jost', sans-serif;
    position: absolute;
    left: 19px;
    right: 20px;
    text-align: center;
    max-width: 550px;
    width: 70%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
    background: #000000a3;
    padding: 10px;
    border-radius: 10px;
}

.mrk-card-text h2 {
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    font-weight: bold;
}

.mrk-more {
    text-transform: uppercase;
    font-size: 8pt;
    margin-top: 5px;
}


/*---------------------------------- BLOG*/

.mrk-blog h2 a {
    font-family: 'Jost', sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    color: #4999d4;
}

.mrk-excerpt p {
    font-size: 11pt;
    color: gray;
}

.col-6 {
    width: 50%;
    float: left;
}

.mrk-date {
    font-size: 8pt;
    text-transform: uppercase;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 10pt;
}

.mrk-date a {
    color: gray;
}

.mrk-right {
    text-align: right;
}

.mrk-more-blog a {
    display: block;
    font-size: 11pt;
    width: 100%;
    background: red;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    text-align: right;
    font-weight: 600;
    color: white;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(174, 214, 246, 1) 35%, rgba(118, 181, 232, 1) 100%);
    margin-bottom: 3%;
}

.mrk-article {
    margin-bottom: 1%;
}
/*-----------------------------------SINGLE*/
.mrk-single{
    font-family: 'Jost', sans-serif;
}
.mrk-single h2{
    font-size: 3rem;
    font-weight: 500;
    color: #4999d4;
    margin-bottom: 3%;
    margin-top: 3%;
}
/*---------------------------------- SIDEBAR*/
.sidebar {
    border: 2px solid #77b6e9;
    border-radius: 21px;
}
.sidebar .sidebar-inner .widget {
    border: 1px solid white;
    margin-bottom: 40px;
}

.sidebar h2 {
    font-family: 'Jost', sans-serif;
    color: #76b5e8;
}

.firma {
    font-family: "Stalemate", cursive;
    font-size: 55pt;
}

.widget .widget-content .widget-title h2:after,
.comment-area-tile h4::after {
    content: "";
    display: inline-block;
    height: 0.7em;
    vertical-align: bottom;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 3px solid #76b5e8;
}

.sidebar .sidebar-inner .widget .widget-extra-info-holder {
    padding: inherit;
}

.widget-category .widget-extra-info-holder ul a {
    position: relative;
    color: #111;
    display: block;
    padding: 5px;
    padding-left: 10px;padding-right: 10px;
    border-bottom: 1px solid #e0e0e0;
    float: left;
    background: #77b6e9;
    margin: 5px;
    border-radius: 8px;
    color: white;
}

.widget-category .widget-extra-info-holder ul a:hover {
    font-weight: bold;
    color: white;
}

/*---------------------- PORTFOLIO*/
a.col-md-4.col-sm-12 {
    margin-bottom: 24px;
    margin-top: 5px;
}
.mrk-portfolio img{
    margin-bottom: 3%;
    margin-top: 3%;
}

.mrk-portfolio img{
    max-width: 91%;
}
/*---------------------- CONTATTI*/
.mrk-form input{
    border: 1px solid #368ad9;
    padding: 20px; 
    border-radius: 10px;
}
.mrk-form input[type=submit]{
    background-color: #368ad9;
    width: 100%;
    color: white;
        border-radius: 10px;
    
}

.mrk-form textarea{
    border: 1px solid #368ad9;
    padding: 20px;
        border-radius: 10px;
    
}
.mrk-round img{
    border-radius: 10px;
}
.mrk-round p{
    margin-top: 3%;
    font-size: 16pt;
    margin-bottom: 3%;
}
/*---------------------- FOOTER*/
.mrk-cat-foot li a {
    background: white;
    padding: 10px;
    border-radius: 10px;
    float: left;
    margin: 6px;
    font-weight: 700;
    color: #0d88de;
    font-size: 10pt;
}
.mrk-cat-foot li a:hover{
    background: #0d88de;
    color: white;
}
.mrk-bio-foot p{
    font-size: 16pt;
}
footer .footer-inner .footer-block .about-widget .widget-about-site-logo span {
    font-family: "Stalemate",cursive;
    font-size: 70px;
    padding-bottom: 30px;
    display: block;
}

@media (max-width: 768px){
   .mrk-bio-foot p{
    font-size: 16pt;
    text-align: center;
}
footer .footer-inner .footer-block .about-widget .widget-about-site-logo span {
    font-family: "Stalemate",cursive;
    font-size: 60px;
    padding-bottom: 30px;
    display: block;
    text-align: center;
}
 
}

footer{margin-top: 2%;}
nav.main-nav {
    margin-bottom: 2%;
}

.containers{
    width: 90%;
    margin: auto;
}
.swiper-container{
        margin: 0 auto;
    max-height: 270px;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    object-fit: cover;
}

/*
.featured-post-image {
    width: 452px;
    max-height: 270px;
    overflow: hidden;
}
*/








