/*
Theme Name: Santeh-ms
Theme URI: 
Author: Andrey
Author URI: 
Description: Santeh-ms Theme 2023
Version: 1
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
}
body{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
strong {
    
}
em {
    
}
iframe{
    margin-top: 20px;
}
blockquote {
    padding: 0 20px;
    margin: 20px 0;
    font-style: italic;
    border-left: 10px solid #222;
}
blockquote a{
    font-style: normal;
}
.wp-block-pullquote {
    padding: 0 !important;
    margin: 50px 0 !important;
}
.wp-block-pullquote blockquote {
    border-left: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 2px 0;
    padding: 10px;
}
.wp-block-pullquote cite {
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}
h1{
    
}
h2{
    margin: 40px;
}
h3{
    margin-top: 50px;
    font-size: 1em;
}
h4 {
    margin-top: 50px;
    font-weight: 400;
}
ul, ol{
    box-sizing: border-box;
    margin: 15px;
}
.content li{
    padding: 10px 5px;
}
table{
    border-bottom: 60px;
}
tbody{
}
tr:nth-child(2n) {
    background: #f7f7f7;
}
td:nth-child(1), th:nth-child(1) {
    /*text-align: right;*/
}
td, th {
    padding: 15px 10px;
    /*width: 50%;*/
}
p{
	margin: 20px 0;
    line-height: 25px;
}
hr{
    border-top: 1px solid #dcdcdc;
}
code {
    padding: 20px;
    margin: 20px 0;
    background: #222;
    color: #fff;
}
input{
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}
a{
    color: #222;
    font-weight: 700;
    text-decoration: underline;
    transition-duration: 0.4s;
    
}
.content a[target="_blank"]::after{
    content: "";
    height: 100%;
    position: relative;
    top: -4px;
    background: url(img/arrow-up-right-from-square-solid.svg) 100% 60% no-repeat;
    background-size: 12px;
    padding-right: 18px;
    text-decoration: none;
}
.wpd-comment-author a[target="_blank"]::after{
    display: none;
}
.content figcaption a{
    font-weight: 400;
}
.content figcaption a[target="_blank"]::after{
    content: "";
    height: 100%;
    position: relative;
    top: -4px;
    background: url(img/arrow-up-right-from-square-solid%20-white.svg) 100% 60% no-repeat;
    background-size: 8px;
    padding-right: 12px;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}


.container{
    
    
}

.header{
    width: 100%;
    height: 600px; /* 350px */
    background: url(img/head_1.jpg);
    background-size: cover;
    background-position: top;
}
.nav{
    height: 100%;
    background: #11111180;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    text-shadow: 1px 1px 2px black;
}
.nav ul{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    list-style: none;
    text-align: left;
    align-self: center;
    gap: 50px;
}
.nav ul li{
    margin: 2px;
}
.nav ul li a, .footer ul li a{
    color: #fff;
    font-size: 28px;
}
.content{
    padding: 10px;
}
.description{
    font-size: 20px;
}
.footer{
    padding: 50px;
    text-align: center;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer ul{
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 50px;
}
.footer .socials a{
    font-size: 30px;
}
.footer div{
    font-size: 14px;
}










@keyframes like{
    0%{
        transform: scale(1) rotate(0deg);
    }
    10%{
        transform: scale(1.25) rotate(-5deg);
    }
    40%{
        transform: scale(1) rotate(0deg);
    }
    55%{
        transform: scale(1.15) rotate(0deg);
    }
    100%{
        transform: scale(1) rotate(0deg);
    }
}


.title a{
    text-decoration: none;
    color: #333;
}

.title{
    margin-top: 0;
    transition: all .2s;
}
.row .title i{
    position: relative;
    top: 2px;
    opacity: 0;
    transition: all .2s;
}
.title span{
    transition: all .2s;
}
.title:hover{
/*    transform: translateX(10px);*/
}
.row .title:hover i{
    opacity: 1;
    transform: translateX(10px);
}
.logo a{
    display: block;
    font-family: 'Julius Sans One', sans-serif;
    align-self: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-decoration: none;
    color: #444;
    font-weight: 400;
}
.socials{
    backface-visibility: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.socials a{
    display: inline-block;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 10px;
    border-radius: 5%;
    font-size: 42px;
}
.about .socials{
    animation: appear-top 4s;
}
.socials a:hover{
    transform: rotate(12deg) scale(1.2);
}

img{
    max-width: 100%;
    height: auto;
    /*padding: 4px;*/
    /*border: 1px solid #ddd;*/
}

.post{
    display: flex;
    flex: 1 0;
    flex-direction: column;
}
.art{
    display: flex;
    flex: 
}
.attached{
    display: flex;
/*    flex: 1 0;*/
    align-items: stretch;
    margin-top: 25px;
}
.thumb{
    border-radius: 20px;
    transition: all .4s;
}
.post .thumb:hover{
    box-shadow: 10px 10px 20px rgb(0 0 0 / 5%);
}
.thumb img{
    /*filter: grayscale(1);*/
    border: 1px solid #ddd;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    background-position: center;
    transition: all .4s;
    height: 100%;
}
.thumb>a {
    display: block;
    width: 300px;
    height: 169px;
    transition: all 1s;
    border-radius: 20px 20px 0 0
}
.row .thumb{
    margin-right: 25px;
    position: relative;
    overflow: hidden;
}
.row .thumb a img {
    border-radius: 20px;
}

.file-size{
    text-align: center;
    margin-top: 50px;
    font-weight: 300;
    font-size: 12px;
}

figure a {
    /*border-radius: 10px !important;*/
}


.wp-post-image{
    margin: auto;
    display: inherit;
}
.aligncenter{
    display: block;
    margin: auto !important;
    text-align: center;
}
.alignleft {
	display: inline;
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.alignright {
	display: inline;
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}





/* Gallery */
.blueimp-gallery h3.title {
    display: none;
}
dl.gallery-item:hover {
    filter: brightness(115%);
}
.gallery-columns-6 dl.gallery-item{
    width: 16.666% !important;
}
.gallery-columns-3 dl.gallery-item{
    width: 33.333% !important;
}
.gallery-item img{
    border: 0 !important;
}

.page-full{
    width: 100%;
    margin-left: 25%;
    padding: 8px 8px 8px 8px;
    animation: appear 1.5s;
}
.page-full figcaption {
    font-weight: 200;
    letter-spacing: .5px;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 10px 0 !important;
}
.full-image figcaption {
    display: none !important;
}
figure {
    margin: 0 !important;
}
.page-full img{
    transition: all 9s linear;
}
.page-full a{
    overflow: hidden;
}
.page-full img:hover{
    transform: scale(1.1) rotate(-3deg);
}





figcaption, .blocks-gallery-caption {
    font-size: 12px !important;
    margin-top: 0 !important;
    padding: 5px 0 !important;
}
#baguetteBox-overlay .full-image figcaption{
    background-color: rgba(0, 0, 0, .35) !important;
    font-family: 'Montserrat' !important;
    font-weight: 300 !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    padding: 10px !important;
    line-height: inherit !important;
}
.wp-block-video {
    margin: 0 0 1em;
}
.wp-block-video video{
    display: block;
    width: 100%;
    /*max-width: 800px !important;*/
}
.page-full .wp-block-video video {
    max-width: 100% !important; 
    width: 100% !important;
    filter: grayscale(1);
    padding: 8px 0;
}





.ham{
    display: none;
    flex: 1 0;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #222;
    position: fixed;
    top: 0;
    right: 0;
    font-size: 35px;
    cursor: pointer;
    z-index: 10;
    background: rgb(0 0 0 / 10%);
    border-radius: 0 0 0 10px;
}
.navi-toggle{
    display: none;
}




figure{
    margin: 0 !important;
}

.wp-block-buttons{
    margin: 20px 0 0 !important;
}
.ctis-load-more button{
    padding: 15px 25px !important;
    background: #eee !important;
    border-radius: 100px !important;
    letter-spacing: 1px !important;
    transition: all .2s !important;
    box-shadow: 2px 2px 10px rgba(204, 204, 204, 0.5) !important;
}
.ctis-load-more button:hover{
    box-shadow: 2px 2px 10px rgba(204, 204, 204, .75) !important;
    transform: scale(1.05);
}


@keyframes appear{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes appear-media{
    0%{
        opacity: 0;
    }
    100%{
        opacity: .25;
    }
}
@keyframes appear-left{
    0%{
        opacity: 0;
        transform: translateX(7%);
    }
    20%{
        opacity: 0;
        transform: translateX(7%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes appear-right{
    0%{
        opacity: 0;
        transform: translateX(-3%);
    }
    40%{
        opacity: 0;
        transform: translateX(-3%);
    }
    100%{
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes appear-top{
    0%{
        opacity: 0;
        transform: translateY(25%);
    }
    40%{
        opacity: 0;
        transform: translateY(25%);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}



@media (max-width: 1860px){
    
}
@media (max-width: 1600px){
    
}
@media (max-width: 1200px){
    
}
@media (max-width: 980px){
    
}
@media (max-width: 640px){
    .nav ul{
        flex-direction: column;
        gap: 20px;
    }
    
}
@media (max-width: 420px){
    
}

