/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --main-color: #eae8f4;
    --title-post-color: #ff8082;
    --dark-color: #000000;
    --light-color: #ffffff;
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.gap {
    padding: 30px 0;
}

.post-item {
    background: var(--light-color);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.5);
}

.post-item img {
    border: 0 !important;
}

.post-item:hover {
    transform: scale(1.02);
	transition: all 0.5s ease-out;
}

.post-item .title {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    padding: 15px 0;
}

.post-item .title a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.post-item .title .text-t {
    color: var(--title-post-color);
}

.post-item .title .view {
    color: var(--dark-color);
    font-size: 15px;
}

.title-web {
    letter-spacing: -1px;
    color: var(--light-color);
	text-shadow: 0 1px 0 #171C61, 0 2px 0 #171C61, 0 3px 0 #171C61, 0 4px 0 #171C61, 0 5px 0 #171C61;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #8590c5;
    font-weight: 800;
    font-size: 3.5rem;
}

.bcr {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 8px;
	margin-bottom: 10px;
}

.bcr .bcr-item {
    margin: 0;
}

.bcr .bcr-item a {
    color: var(--title-post-color);
}

.bcr .bcr-item a:hover {
    text-decoration: underline;
}

.bcr .bcr-item.cr {
    font-weight: bold;
}

.f-image .wrapper-thumbnail {
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    border: 2px solid var(--dark-color);
    box-shadow: -10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}

.f-image .caption {
    font-weight: 700;
    font-style: italic;
    margin-top: 10px;
}

.title-web-2 {
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -.0415625em;
    line-height: 1.25;
    font-size: 25px;
}

.description img:not(.attachment-post-thumbnail) {
    border-radius: 20px;
    border: 2px solid var(--dark-color);
	transition: all 0.2s ease-in-out;
}

.description img:not(.attachment-post-thumbnail):hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(249, 183, 197,0.75);
	-moz-box-shadow: 0px 0px 15px 0px rgba(249, 183, 197,0.75);
	box-shadow: 0px 0px 15px 0px rgba(249, 183, 197,0.75);
}

.description {
    margin-top: 50px;
    background: var(--light-color);
    padding: 30px;
    border-radius: 20px;
}

.paginate-cus {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.paginate-cus button {
    color: #171C61 !important;
    background-color: #FFA8A9;
    width: 40px;
    height: 40px;
    min-width: unset;
    border-radius: 99%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.paginate-cus .dividers {
    font-weight: 700;
}

.loading-post-ajax {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp {
    width: 32px;
    height: 32px;
    clear: both;
    margin: 20px auto;
}

.sp-wave {
    border-radius: 50%;
    position: relative;
    opacity: 1;
}

.sp-wave:before,
.sp-wave:after {
    content: "";
    border: 2px #000 solid;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
}

.sp-wave:before {
    transform: scale(1, 1);
    opacity: 1;
    -webkit-animation: spWaveBe 0.6s infinite linear;
    animation: spWaveBe 0.6s infinite linear;
}

.sp-wave:after {
    transform: scale(0, 0);
    opacity: 0;
    -webkit-animation: spWaveAf 0.6s infinite linear;
    animation: spWaveAf 0.6s infinite linear;
}

@-webkit-keyframes spWaveAf {
    from {
        -webkit-transform: scale(0.5, 0.5);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes spWaveAf {
    from {
        transform: scale(0.5, 0.5);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

@-webkit-keyframes spWaveBe {
    from {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

@keyframes spWaveBe {
    from {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

.menu-footer .ux-menu-link__link {
    color: var(--main-color);
    font-weight: 700;
    justify-content: center;
}

.menu-footer .ux-menu-link__link:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.title-footer {
    font-feature-settings: "lnum";
    font-variant-numeric: lining-nums;
    font-weight: 700;
    letter-spacing: -.0415625em;
    line-height: 1.25;
}

.social-page a.icon{
    background: var(--main-color);
    border-color: var(--main-color);
    margin-right: 5px;
}

.social-page a.icon i {
    color: var(--dark-color);
}
.author {
	padding-top: 30px;
}

.author .wrapper-author-top {
	border: 2px solid var(--dark-color);
	padding: 40px;
	border-radius: 10px;
	margin-bottom: 30px;
}

.author .avatar {
	text-align: center;
}

.author .avatar > img {
	width: 200px;
	height: auto;
}

.author .name {
	text-align: center;
	padding: 15px 0;
}

.author .name h1 {
	color: var(--title-post-color);
}

.wp-caption-text {
	color: var(--dark-color) !important;
}

.owner {
	display: flex;
	justify-content: center;
	gap: 15px;
	margin-bottom: 15px;
}

.description .gallery .gallery-icon{
	position: relative;
}

.btn-print {
	position: absolute;
	background: #de4949;
	color: white;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	top: 15px;
	left: 15px;
	display: none;
	transition: all .3s ease-in-out;
}

.btn-print:hover {
	background: red;
}

.description .gallery-item:hover .btn-print {
	display: block;
}

/* mobile */
@media (max-width: 549px) {

}

/*table*/
@media (max-width: 849px) {
    
}

/*desktop*/
@media (min-width: 850px) {
    
}