/*
Theme Name: Glory Skincare Theme
Theme URI: https://gloryskincare.com
Description:  Theme for the gloryskincare.com website.
Author:       V
Author URI:   https://gloryskincare.com
Version:      1.3.0
Text Domain:  Glory Skincare Theme

*/


.back-to-top {
    color: #fff !important;
}

.inner-title.hover-reveal .social-icons a,.inner-title.hover-reveal .social-icons a i {
    color: #fff;
}

.counter {
    margin-bottom: 24px;
    margin-top: 0;
    padding: 0;
    font-weight: 300;
    color: #615c56;
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    display: block;
}

.image-bg .counter,.bg-dark .counter {
    color: #fff;
}


.present-wrapper {
    position: relative;
    display: inline-block;
}

.present-button {
    position: relative;
    display: inline-block;
    margin-left: auto;
    padding: 16px 16px;
    background-color: #753C54;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    animation: breathe 1.5s infinite;
}

.present-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    background-color: #753c547c;
    animation: pulse 1.5s infinite;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.present-button img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.present-container {
    position: absolute;
    top: 60px;
    right: 16px;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #753C54;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
    color: black;
}

.present-container img {
    width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: black;
    object-fit: cover;
}

.play-now-btn {
    background-color: #84435e;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    width: 60%;
    text-align: center;
}

.popup-title{
    font-size: 24px!important;
	font-weight: 700;
}
.cat-img-text{
    display: flex;
    align-items: center;
	width: 60%;
}

.play-now-btn-cat {
    background-color: #ffcead;
    color: #fff!important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
	border: 1px solid #ffcead;
}

.play-now-btn-cat:hover {
    background-color: #6480d4;
	border-color: #fff
}

.rating-stars-container {
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    margin-left: 15px;
	background: #fff;
	color: #000;
	line-height: 33px;

}

.rating-buttons-block {
	display: flex;
    width: 40%;
    justify-content: space-around;
    align-items: center;
}

.popup-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #6480d4;
    box-shadow: 0 -4px 6px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease-in-out;
    z-index: 1000;
	padding: 16px 0;
}

.popup-content {
    display: flex;
    align-items: center;
    gap: 48px;
    justify-content: space-between;
}

.popup-image-container {
    object-fit: cover;
    border-radius: 5px;
	background: #000;
	margin-right: 25px;
}

.popup-image-container img {
	border-radius: 8px;
    height: 96px;
    max-width: 140px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: auto;
}

.popup-text {
    text-align: left;
    text-transform: uppercase !important;

}

.popup-text p {
    margin: 5px 0 0;
    font-size: 14px;
    color: white !important;
}

.popup-close {
    background: none;
    border: none;
    font-size: 35px;
    color: white;
    cursor: pointer;
}

.popup-close:hover {
    color: black;
}

.popup-container.show {
    bottom: 0;
}

@media (max-width: 768px) {
	.popup-container{
		padding-left: 0px;
	}
	.popup-content {
		flex-direction: column;
		gap: 16px;
		align-items: center;
		text-align: center;
	}

	.popup-image-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.popup-text {
		text-align: left;
	}

	.popup-close {
		position: absolute;
		top: 0px;
		right: 10px;
		font-size: 40px;
		color: white;
	}

	.play-now-btn-cat {
		width: 100%;
		padding: 12px;
		font-size: 18px;
	}

	.rating-stars-container {
		margin-left: 0;
	}

	.popup-image {
		width: 140px;
		height: auto;
	}
	.popup-text p{
		font-size: 15px!important;
	}
	
	p.popup-title{
		font-size: 18px!important;
	}
}

.play-button {
  width: 100%;
  justify-content: center!important;
}

.play-now-btn {
  width: 80%;
}

.button-container {
  flex-direction: column;
}

.promo-block {
  flex-direction: column;
}

.promo-description {
  margin-top: 16px !important;
}


.promo-title{
	margin-top: 12px!important;
}

}
p{font-size: 16px!important}
li{font-size: 15px!important}

.rating {
	display: flex;
	flex-direction: column;
}

.rating-number {
  font-size: 18px;
  font-weight: bold;
}

.brand-rating span {
	display: block;
}

.brand-rating span:first-child {
	margin-bottom: 5px
}

.rating-stars {
  color: #ffbf00!important;
  font-size: 18px;
}

.play-button {
  flex-basis: 25%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.play-now-btn:hover {
  background-color: #633347;
}

.promo-block {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  align-items: center;
  margin-bottom: 24px;
}

.promo-logo-details {
  flex-basis: 25%;
  text-align: center;
}

.promo-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}

.promo-logo-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: black;
  height: 160px;
  width: 210px;
  object-fit: contain;

}

.promo-description-block {
  flex-basis: 75%;
  padding-left: 20px;
}

.promo-description {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.6;
}

.faq-section {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  margin-top: 20px;
}

.faq-title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question {
  	font-size: 18px;
  	font-weight: bold;
  	margin-bottom: 10px;
	color: #000;
}

.faq-link {
  color: #84435e;
  text-decoration: none;
  border-bottom: 2px dotted #84435e;
}

.faq-link:hover {
  text-decoration: underline;
}

.faq-answer {
  font-size: 16px;
  line-height: 1.6;
}

.faq-divider {
  border: none;
  border-top: 2px solid #84435e;
  margin: 20px 0;
  width: 100%;
}

.new-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.new-table th, .new-table td {
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
}

.new-table th {
  background-color: #000000;
  font-weight: bold;
  color:white;
  font-size:20px;
}

.new-table tbody tr:nth-child(even) {
  background-color: #84435e15;
}

.button-container {
    display: flex;
    justify-content: center;
}

.button-container a {
    text-decoration: none;
    padding: 10px 20px;
    margin: 5px;
    color: white;
    background-color: #84435e;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.button-container a:hover {
    background-color: #633347;
}

.banner {
   width: 100%;
   max-width: 100%;
   height: 950px;
   overflow: hidden;
   position: relative;
}

.banner img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
}


@media screen and (max-width: 1024px) {
   .banner {
       height: 700px;
   }
}


@media screen and (max-width: 767px) {
   .banner {
       height: 450px;
   }
}


@media screen and (max-width: 480px) {
   .banner {
       height: 300px;
   }
}

.author-links a{
	color: #84435e !important;
}

.author-links a:hover{
	color:#633347!important;
}
.present-button {
    position: relative;
	top: 0px;
    display: inline-block;
    padding: 16px 16px;
    background-color: #6480d4;
    border: none;
    border-radius: 10%;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
	animation: breathe 1.5s infinite;
	line-height: 1;
}

.present-button img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.present-button:hover {
    transform: scale(1.2);
}

.present-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left:50%;
    width: 100%;
    height: 100%;
    border-radius: 10%;
    background-color: #753c547c;
    animation: pulse 1.5s infinite;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}
@keyframes breathe {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.present-container {
    position: absolute;
	text-align: center;
    top: 60px;
    right: 16px;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    border: 2px solid #6480d4;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
	color:black;
}
.present-container img{
	width: 90%;
    border-radius: 10px;
    margin-bottom: 10px;
	background-color: black;
	object-fit: cover;
}

.present-wrapper{
	position: relative;
    display: inline-block;
	float: right;
}
.present-wrapper-mobile{
	display: none;
}

.footer-widget ul li:first-child {
	font-weight: 700;
	text-transform: uppercase;
}

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
	padding: 13px;
    background-color: #ffcead;
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:hover {
    background-color: #6480d4;
    transform: translateY(-3px);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.toc-block {
    margin: 30px 0;
    border: 1px solid #6480d4;
	background: #fff;
    border-radius: 20px;
    margin-bottom: 46px;
    padding: 32px;
}

.toc-block__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toc-block__title span {
    font-weight: bold;
	color: #6480d4;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.toc-block__title button {
	border: none;
    font-size: 16px;
    margin-right: 10px;
	margin-left: 10px;
    padding: 0 32px 0 0;
    text-transform: uppercase;
    transition: all .25s ease;
    background-color: inherit;
    cursor: pointer;
	color: #6480d4;
	background: url(./inc/img/arrow-blue2-down-yellow.svg) no-repeat 100%;
    background-size: contain;
}

.toc-block__title button:hover, .-toggle .toc-block__title button {
	background: url(./inc/img/arrow-blue3-yellow.svg) no-repeat 100%;
}

.toc-block__list {
    transition: all 0.3s ease;
	margin-top: 25px;
}

.toc-block__list ul {
    list-style: none;
    padding: 0;
    margin: 0;
	grid-column-gap: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.toc-block__list li {
	position: relative;
    margin: 0;
	margin-bottom: 14px;
	padding-left: 30px;
}

.toc-block__list li:before {
	display: inline-block;
    background: #84435e;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 20px;
	background: url(./inc/img/toc-icon-blue3.svg) no-repeat 50% !important;
    background-size: contain;
	
}

.toc-block__list a {
    color: #333;
    text-decoration: none;
}

.toc-block__list a:hover {
    color: #7b465d;
}

 .brands-section {
	margin: 40px 0;
}
        
.brands-heading {
	margin-bottom: 30px;
}
        
.brands-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
        
.brand-item {
	border: 2px solid #6480d4;
    border-radius: 10px;
    padding: 8px;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
        
.brand-number {
	background-color: #6480d4;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-right: 10px;

}
        
.brand-image {
 	background: #000;
    border-radius: .5rem;
    display: inline-block;
    display: flex;
    padding: 14px;
    place-content: center;
    place-items: center;
    width: 160px;
}
        
.brand-image img {
    max-width: 100%;
}
        
.brand-content {
    flex-basis: 25%;
    padding-left: 15px;
    text-align: center;
}

.brand-description {
	font-size: 16px;
	line-height: 125%;
}

.brand-description span {
	font-weight: 700;
	color: #edab48;
}
        
.brand-content .block-title {
    margin: 0 0 10px;
	font-size: 20px !important;
    font-weight: bold;
}

.brand-rating {
	flex-basis: 25%;
    background-color: #84435e13;
    padding: 4px;
    border-radius: 8px;
    text-align: center;
    margin-left: 15px;
	margin-right: 30px;
}

        
.brand-action {
 	flex-basis: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
}
        
.play-now-btn {
	width: 100%;
	display: inline-block;
	padding: 15px 25px;
    background: #6480d4;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
	border: none;
}
        
.play-now-btn:hover {
	color: #6480d4;
	background: #ffcead;
}

.brands-section .brand-item {
	padding: 30px;
}

.brands-section .brands-heading {
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-indent: 1%;
    font-size: 2.4em;
    padding-bottom: .15em;
    margin: 1.25em 0 .75em;
    border-bottom: 5px solid #dcdcdc;
    color: #333;
}

.brands-section .brand-features {
	text-align: left;
	margin-right: 25px;
	flex-basis: 30%;
}

.brands-section .brand-features ul li {
	position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    list-style: none;
	padding-left: 16px;
	margin-bottom: 8px;
}

.brands-section .brand-features ul li:before {
    background: url(./inc/img/li-green-icon.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    width: 16px;
}

.faq-item {
    text-align: left;
}

.author-links {
	display: flex; 
	align-items: center; 
	margin-top: 28px;
}

.author-links img {
	width: 150px; 
	height: 150px; 
	border-radius: 50%; 
	margin-right: 20px;
}

.author-links p {
	text-align: left;
	font-size: 16px
}

.author-links a {
	text-decoration: none;
}

.author-links .author-title {
	display: block;
	margin-bottom: 5px
}

.author-links a.author-social-link {
	display: block;
	font-style: normal;
    font-weight: 600;
	margin-bottom: 5px;
}

.author-links a.author-social-link:hover {
	text-decoration: underline;
}

.search-page-block {
	width: 100%;
    margin: 0px auto;
    height: 48vh;
    margin-top: 60px;
}

.search-page-block form {
	display: flex;
    width: 100%;
	align-items: center;
    justify-content: center;
}

.search-page-block #sitesearch {
	font-size: 16px;
    margin-right: 15px;
    padding: 20px 15px;
    width: 75%;
}


.search-page-block #sitesearchbtn {
	max-width: 150px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #84435e;
    border-color: #84435e;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid;
}

.author-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 60px;
    margin-top: 30px;
}

.author-photo {
    flex: 0 0 300px;
}

.author-photo img {
    width: 100%;
	max-width: 300px;
    border-radius: 8px;
    object-fit: cover;
}

.social-links {
    margin-top: 10px;
    text-align: center;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    color: #edab48;
    font-size: 16px;
}

.social-links a:hover {
	text-decoration: underline
}

.not-found.search-page-block {
	text-align: center;
}

.not-found.search-page-block form .field {
	font-size: 16px;
    margin-right: 15px;
    padding: 20px 15px;
    width: 75%;
}

.not-found.search-page-block form .submit {
	max-width: 150px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #84435e;
    border-color: #84435e;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid;
}

.not-found .entry-content p {
	text-align: center;
}

.pagination {
    text-align: center;
    padding: 30px 0;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.pagination ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    display: inline-block;
    margin: 0 5px;
}

.pagination ul li a,
.pagination ul li span {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.pagination ul li span.current {
    background-color: #753C54;
    color: white;
    border-color: #753C54;
}

.pagination ul li a:hover {
    background-color: #f5f5f5;
}

.pagination .prev,
.pagination .next {
    padding: 5px 15px;
}

.promo-block {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: #f9f9f9;
  align-items: center;
  margin-bottom: 24px;
}

.promo-logo-details {
  flex-basis: 25%;
  text-align: center;
}

.promo-title {
  font-size: 20px;
  margin: 0 0 10px;
  font-weight: bold;
}

.promo-logo-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: black;
  height: 160px;
  width: 210px;
  object-fit: contain;

}

.promo-description-block {
  flex-basis: 75%;
  padding-left: 20px;
}

.promo-description {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.6;
}

@media (max-width: 768px) {
	.brand-item {
		flex-direction: column;
		text-align: center;
       }
            
	.brand-number,
	.brand-image,
	.brand-content {
         margin: 0 0 15px;
		padding: 0;
       }
	.brand-rating {
		padding: 15px;
		margin-left: 0;
		margin-bottom: 20px;
		margin-right: 0;
	}
	
	.rating-buttons-block {
		width: 100%;
		flex-direction: column
	}
	
	.cat-img-text {
		width: 100%
	}
	
}

.faq-block {
	margin-top: 32px;
    margin-bottom: 32px;
}

.faq-block .faq-item {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: .5rem;
    padding: 1.25rem 1rem
}

.faq-block .faq-item:not(:last-child) {
    margin-bottom: 25px
}

.author-block {
    grid-gap: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: .5rem;
    display: grid;
    grid-template-columns: max-content 1fr;
    margin-bottom: 32px;
    padding: 1.25rem 1rem
}

.author-block .author-block__photo {
    display: inline-block
}

.author-block .author-block__photo img {
    border-radius: 50%;
    height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 140px
}

.author-block .author-block__title {
    border-bottom: 2px solid #3c3c3c;
    font-weight: 700;
    margin-bottom: 16px
}

.author-block .author-block__name {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.author-block .author-block__name a {
    color: #6480d4
}

.author-block .author-block__name a:hover {
    opacity: .86
}

.author-block .author-block__desc {

    margin-bottom: 16px;
    opacity: .8
}

.author-block .author-block__socials, .author-section .social-links {
    display: flex;
    gap: 14px;	
}

.author-section .social-links {
	margin-top: 25px;
	justify-content: center;
}

.author-block .author-block__socials .author-block__socials__link, .author-section .author-block__socials__link {
    background: #6480d4;
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    place-content: center;
    place-items: center;
    width: 32px
}

.author-block .author-block__socials .author-block__socials__link:hover, .author-section .author-block__socials__link:hover {
    opacity: .86
}

.author-block .author-block__socials .author-block__socials__link i, .author-section .author-block__socials__link i {
    display: inline-block;
    height: 18px;
    width: 18px
}

.author-block .author-block__socials .author-block__socials__link i.icon-fb, .author-section .author-block__socials__link i.icon-fb {
    background: url(./inc/img/soc-icon-fb.svg) no-repeat 50%;
    background-size: contain
}

.author-block .author-block__socials .author-block__socials__link i.icon-tw, .author-section .author-block__socials__link i.icon-tw {
    background: url(./inc/img/soc-icon-tw.svg) no-repeat 50%;
    background-size: 16px
}

.author-block .author-block__socials .author-block__socials__link i.icon-ln, .author-section .author-block__socials__link i.icon-ln {
    background: url(./inc/img/soc-icon-ln.svg) no-repeat 50%;
    background-size: contain
}


.author-page-block {
    margin-bottom: 32px
}

.top-blocks {
	margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 992px) { 
	.mimp-logo, .social_icons {
		display: none;
	}
	
	.top-blocks {
		justify-content: center
	}
	
	.rating-stars-container {
		display: none;
	}

}

@media (min-width: 768px) {
    .author-page-block {
        grid-gap:20px;
        display: grid;
        grid-template-columns: max-content 1fr
    }
	
	.post-list {
		grid-gap: 20px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	
}

.author-page-block .author-page-block__photo {
    display: inline-block
}

@media (max-width: 768px) {
    .author-page-block .author-page-block__photo {
        margin-bottom:20px
    }
	
	.container {
        width: 100%;
    }
	
	.author-page-block .author-page-block__photo img {
        height:160px;
        width: 160px
    }
	
	.post-list .post-list-item {
		margin-bottom: 25px
	}
	
	.author-section {
		flex-direction: column
	}
	
	.present-button {
    	top: -50px;
	}
	
}

.post-list .post-list-item {
    border: 1px solid #E8645A;
    border-radius: .5rem;
    padding: 2rem 1rem;
}

.post-list .post-list-item img {
	border-radius: 5px
}

.post-list .post-list-item a {
	display: block;
	text-decoration: none;
}

.post-list .post-list-item .inline-block {
	font-size: 18px;
	font-weight: 700;
}

a.read-more  {
	display: inline-block;
	width: 100%;
    padding: 15px 25px;
    background: #E8645A;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    transition: background-color 0.3s;
}

.description {
	margin-bottom: 25px
}

.pagination {
    margin: 30px 0;
    text-align: center;
}

.pagination ul.page-numbers {
	border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}

.pagination ul:hover {
	background: none;
}

.pagination ul.page-numbers li {
    margin: 0;
    padding: 0;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #d86c5f;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.pagination .page-numbers a:hover {
    background: #f5f5f5;
    color: #d86c5f;
    border-color: #d86c5f;
}

.pagination .page-numbers.current {
    background: #d86c5f;
    color: #fff;
    border-color: #d86c5f;
}

.pagination .next.page-numbers,
.pagination .prev.page-numbers {
    padding: 5px 15px;
}


@media (max-width: 480px) {
    .pagination .page-numbers {
        min-width: 35px;
        height: 35px;
        padding: 5px;
        font-size: 14px;
    }

    .pagination .next.page-numbers,
    .pagination .prev.page-numbers {
        padding: 5px 10px;
    }
	
	.container {
        width: 100%;
    }
}

.author-page-block .author-page-block__photo img {
    border-radius: .5rem;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 280px
}


.author-page-block .author-page-block__name {
    color: #743c54;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px
}

.author-page-block .author-page-block__desc {
    margin-bottom: 16px;
    opacity: .8
}

.author-page-block .post-entry a {
    color: #743c54
}

.author-page-block .post-entry a:hover {
    opacity: .86
}

.author-page-block .author-page-block__socials {
    display: flex;
    gap: 14px
}

.author-page-block .author-page-block__socials .author-page-block__socials__link {
    background: #f6f1f3;
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    place-content: center;
    place-items: center;
    width: 32px
}

.author-page-block .author-page-block__socials .author-page-block__socials__link:hover {
    opacity: .86
}

.author-page-block .author-page-block__socials .author-page-block__socials__link i {
    display: inline-block;
    height: 18px;
    width: 18px
}

img {
	max-width: 100%;
	height: auto;
}

.social_icons .social_icons_item.google-play img {
	max-width: 120px;
	width: 100%;
}

.social_icons .social_icons_item img {
	width: 49px;
	height: 78px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-bottom: 25px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}

.logo a img {
	max-width: 150px;
}

.mimp-logo a img {
	max-width: 250px;
}

.nav li a {
	padding: 25.5px 11px;
}

#page-header {
	margin-top: 25px;
}

.breadcrambs {
	margin-bottom: 25px;
}

.post-image-block, .date {
	margin-bottom: 25px
}

.wp-block-image {
	margin-bottom: 25px;
}

.author.breadcrambs {
	margin-top: 25px;
}

.ArticleToolbar, .ArticleNav {
	display: none;
}

@media screen and (min-width: 1008px) {
  .Article__Wrapper {
    max-width: 780px;
  }

  .Article__ImageWrapper {
    height: 250px;
  }

  .Article__ImageWrapper + .Article__Wrapper {
    margin-top: -20px;
  }
}

@media screen and (min-width: 1140px) {
  .Article__ImageWrapper {
    height: 350px;
  }
}

.footer-widget ul.menu {
	list-style: none;
	padding: 0;
}

.footer-widget ul.menu li {
	position: relative;
    display: block;
    margin-bottom: 12px;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    transition: all 0.2s ease-in-out;
}

.footer-widget ul.menu li:last-child {
    margin-bottom: 0 !important;
}

.footer-widget ul.menu li a {
	display: block;
    width: 100%;
    text-align: inherit;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
	line-height: 1.5;
	color: #fff;
	text-transform: none !important;
    font-family: Futura, sans-serif !important;
    font-weight: 400;
    letter-spacing: normal!important;
}

.footer-widget ul li a:hover {
	color: #fff1d0
}

.footer--root, .layout--main-content>*, .modal--root, .modal--window, .popup-modal-close {
    opacity: 1;
}

.yotpo .yotpo-pager, .yotpo-main-widget {
	display: none;
}

.AspectRatio > img, .no-js .AspectRatio > noscript img {
        height: auto;
        width: auto;
}

.Collapsible__Inner {
	visibility: visible;
}

.ProductMeta__ShareList {
	display: flex;
}

.CollectionToolbar__Item--layout {
	display: flex;
	justify-content: center;
}

.CollectionToolbar__LayoutSwitch {
	display: flex;
	justify-content: center;
}

.image--root img {
	opacity: 1;
	visibility: visible
}

.blog--filter--menu-item a {
        display: inline-block;
        padding: 0px;
    }

    .blog--filter--menu-item {
        display: block;
        display: inline-block;
        padding: 8px;
    }