/*
Theme Name: Признания в любви
Description: Сервис романтических признаний
Version: 1.0
Author: Romantic Collection
*/

/* Здесь будет подключаться основной CSS файл */
@import url('css/style.css');


/* Размеры для изображений признаний (57x57) */
.ind4-footer-box-2 .img-box-wrap img {
    width: 57px;
    height: 57px;
}

/* Размеры для изображений статей (74x65) */
.ind4-footer-box-4 .img-box-wrap img {
    width: 74px;
    height: 65px;
}
header .shadow-img {
	background-color: #fffdfd;
}
@media (max-width: 767px) {
    .main-innerpage {
        position: relative;
        margin-top: -120px;
        background-color: #fffdfd;
    }
}

.toggle-btn {
    position: relative;
    width: 30px;
    height: 25px;
    top: 0px;
    right: 0;
    cursor: pointer;
    transition-duration: 0.5s;
}

.toggle-btn .icon-left {
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    top: 10px;
    width: 30px;
    background-color: #fd735a;
    left: 0;
}

.toggle-btn .icon-left:before {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fd735a;
    content: "";
    top: -10px;
    left: 0;
}

.toggle-btn .icon-left:after {
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fd735a;
    content: "";
    top: 10px;
    left: 0;
}

.toggle-btn .icon-right {
    display: none;
}


.toggle-btn.open .icon-left {
    transition-duration: 0.5s;
    background: transparent;
}

.toggle-btn.open .icon-left:before {
    transform: rotateZ(45deg) scaleX(1) translate(7px, 7px);
}

.toggle-btn.open .icon-left:after {
    transform: rotateZ(-45deg) scaleX(1) translate(7px, -7px);
}


body.dark .toggle-btn .icon-left,
body.dark .toggle-btn .icon-left:before,
body.dark .toggle-btn .icon-left:after {
    background-color: #111111;
}

body.dark .toggle-btn.open .icon-left {
    background: transparent;
}


.mobToggle {
    gap: 10px;
    align-items: center;
}

button.js-toggle-dark-mode {
    background-color: #fd735a;
    padding: 6px;
    border-radius: 2px;
    font-size: 18px;
}

button.js-toggle-dark-mode .darkSunMode {
    color: #fff;
}

body.dark button.js-toggle-dark-mode {
    background-color: #111111;
}