/**
Theme Name: Astra Child
Author: Hung Nguyen
Author URI: https://imhungcom
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/**
 * Start new design
 */
.featured-location figure{
	display: flex;
	align-items: center;
	justify-content: end;
}



/**
 * End New design
 * 
 */ 

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #000;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
button:focus,
a:focus {
	outline: none;
}
select {
	outline: none;
}
#masthead.sticky {
	display: block;
	position: fixed !important;
	width: 100%;
	background: rgba(255,255,255,.6);
}
#masthead {
    background: #FFF;
}

.single-post {
	background: #f8ebe1;
}
.ehf-header #masthead {
   max-height: 159px;
  
}

#colophon {
	background: #FFF;
}

.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
	margin: 0 auto;
}
.form-row {
	display: flex;
	column-gap: 2%;
	justify-content: center;
}

.form-row .form-field {
	flex: 0 0 49%;
}

.form-row.last-row {
	flex-direction: column;
}

.footer-form textarea {
	height: 120px;
}
.footer-form textarea,
.footer-form input[type="text"],
.footer-form input[type="email"] {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid;
    background: white;
	font-family: "Avenir Light", Sans-serif;
}

.footer-form textarea:hover,
.footer-form input[type="text"]:hover,
.footer-form input[type="email"]:hover { 
	background: #EEE;
}

.footer-form input[type="submit"] {
	background: #FFF;
	border: 0;
	color: #000;
	font-family: "Avenir Light", Sans-serif;
}
.left-sidebar {
    background: #FFF;
    color: #000;
    width: 75px;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
}

.left-sidebar .heading {
    transform: rotate(-90deg);
    display: flex;
    width: max-content;
    color: #000;
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: -70px;
    font-family: Arial;
}

.left-sidebar .social-links {
	position: absolute;
    bottom: 20px;
    margin: 0;
    list-style: none;
    left: 25px;
}

.left-sidebar .social-links  a {
	color: #000;
    font-size: 24px;
}
.left-sidebar .social-links  a:hover {
	color: #333;
}

#nav-box {
    width: 30px;
    height: 23px;
    justify-self: start;
    margin-left: 25px;
    align-self: start;
    margin-top: 35px;
    position: fixed;
    grid-area: 1 / 1 / 2 / 2;
    top: 0;
    pointer-events: auto;
    left: 0;
    z-index: 999;
}

#nav-box svg {
    max-width: 20px;
    height: 100%;
    color: #000;
    z-index: 1000;
}

.featured-collection .view-more {
	
	display:none;
}

.featured-collection:hover .view-more {
	height: auto;
	display: block;
}
.featured-collection .elementor-spacer-inner {
	transition: 1s;
}
.featured-collection:hover .elementor-spacer-inner {
	height: 10px;
	transition: 1s;
}

.wedding-moment-form .upload-feature {
	width: 280px;
    display: inline-block;
}


.career-form .upload-feature {
	width: 200px;
    display: inline-block;
}
.wedding-moment-form .file-list ,
.career-form .file-list {
	position: relative;
    display: block;
    padding-left: 15px;
	font-size: 14px;
}
.wedding-moment-form .file-list:before,
.career-form .file-list:before {
    content: "x";
    height: 16px;
    width: 16px;
    color: #000;
    background: #DDD;
    display: block;
    line-height: 12px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 1;
    cursor: pointer;
}
.career-form select,
.wedding-moment-form input[type="text"],
.wedding-moment-form input[type="number"],
.wedding-moment-form input[type="date"],
.career-form input[type="email"],
.career-form input[type="text"] {
    background: #e6deca;
	height: 41px;
    border: 2px solid #e6deca;
    border-radius: 40px;
	line-height: 27px;
	padding: 5px 15px;
	font-family: "Avenir Light", Sans-serif;
}

.wedding-moment-form input[type="text"]:hover,
.wedding-moment-form input[type="number"]:hover,
.wedding-moment-form input[type="date"]:hover,
.wedding-moment-form input[type="text"]:focus,
.wedding-moment-form input[type="number"]:focus,
.wedding-moment-form input[type="date"]:focus,
.career-form input[type="email"]:focus,
.career-form input[type="text"]:focus {
	border-color: #f5eee9;
	background: #f1e1d8;
}

.career-form select {
	padding: 2px 10px;
	border: 5px solid #e6deca;
	height: 41px;
	background:#e6deca;
	border-radius: 30px;
}
.career-form form {
	line-height: 1.5em;
}
.career-form .wpcf7-textarea {
	height: 120px;
	background: #e6deca;
    border: 2px solid #e6deca;
    border-radius: 40px;
	line-height: 27px;
	padding: 5px 15px;
	font-family: "Avenir Light", Sans-serif;
}

.career-form input[type="submit"] {
	border: 2px solid #000;
	color: #000;
	font-size: 14px;
	background: transparent;
	border-radius: 30px;
	float: right;
	margin-right: 10px;
	line-height: 24px;
	font-weight: 600;
	padding:8px 30px;
}

.wedding-moment-form form {
    
    font-size: 14px;
}

.wedding-moment-form .upload-feature .overlay:hover {
	background: #d2a179;
	color: #FFF;
}
.career-form .upload-feature .overlay:hover {
	background: #d2a179;
}
/*
.wedding-moment-form .file-board .wpcf7-form-control-wrap:after {
	content: "+";
    width: 16px;
    font-size: 28px;
    height: 16px;
    position: absolute;
    margin-top: -13px;
	font-weight: 600;
    margin-left: 8px;
	font-family: "Avenir Light", Sans-serif;
}*/

.wedding-moment-form  .button-primary {
	border: 2px solid #999;
	font-weight: 400;
	margin-left: 0;
    background: #fff;
    color: #999;
    display: inline-block;
    padding: 12px 30px !important;
	font-family: "Avenir Light", Sans-serif;
	font-size: 16px;
}
.wedding-moment-form  .button-primary:hover {
	background: #d2a179;
	color: #FFF;
}
.wedding-moment-form .upload-feature .overlay:after {
	content: "+";
    width: 16px;
    font-size: 28px;
    height: 16px;
    position: absolute;
    margin-top: -13px;
	font-weight: 600;
    margin-left: 8px;
	font-family: "Avenir Light", Sans-serif;
}
.career-form .upload-feature .overlay:after {
	    content: "+";
    width: 16px;
    font-size: 20px;
    height: 16px;
    position: absolute;
    margin-top: 0px;
    margin-left: 8px;
}

.wedding-moment-form .last-row {
	align-items: flex-end;
	justify-content: space-evenly;
	flex-direction: row;
}
.wedding-moment-form .last-row p {
	margin-bottom: 0;
}
.wedding-moment-form .upload-feature .overlay {
	border: 2px solid #999;
	font-weight: 400;
	margin-left: 15px;
    width: 260px;
    background: #fff;
    color: #999;
    display: inline-block;
    padding: 8px 20px;
	font-family: "Avenir Light", Sans-serif;
}
.career-form .upload-feature .overlay {
	font-weight: 600;
	margin-left: 0px;
    width: 170px;
    background: #9d795b;
    color: #FFF;
    display: inline-block;
    padding: 10px 15px;
	font-family: "Avenir Light", Sans-serif;
	font-size: 16px;

}
.wedding-moment-form a + .wpcf7-form-control-wrap {
	z-index: -1;
    margin-top: -48px;
	width: 0px;
	display: inline-block;
	height: 0px !important;
    overflow: hidden;
}

.wedding-moment-form  label,
.wedding-moment-form .wpcf7-list-item-label {
	font-family: "Avenir Light", Sans-serif;
}

.wedding-moment-form .wpcf7-list-item {
	display: block;
}

.career-form a + .wpcf7-form-control-wrap {
    z-index: -1;
    margin-top: -48px;
	width: 10px;
	display: inline-block;
	height: 10px !important;
    overflow: hidden;
}

.career-form input[type="submit"]:hover {
	border: 2px solid #111;
	background: #111;
	color: #FFF;
}

.wedding-moment-form textarea {
	height: 120px;
	border: 2px solid #999;
	background: #FFF;
	font-family: "Avenir Light", Sans-serif;
}

.wedding-moment-form input[type="submit"] {
    color: #000;
    transition: all 0.2s ease, visibility 0s;
    border-radius: 7px;
    border: 0px solid rgb(255, 248, 107);
    background: #E6DECA;
	font-family: "Avenir Light", Sans-serif;
	height: 42px;
}

.wedding-moment-form input[type="submit"]:hover {
	border-radius: 20px;
}
.wpcf7-list-item {
	margin-left: 0;
}


.wpcf7-list-item input[type="radio"] {
  display: none;
}

.wpcf7-list-item label {
  cursor: pointer;
  position: relative;
}

.wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #e6deca;
  border: 2px solid #e6deca;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: border-color 400ms ease;
}

.wpcf7-list-item .wpcf7-list-item-label:hover::before {
	background-color: #f6ebe4;
    border: 2px solid #f1dfd5;
}

.wpcf7-list-item-label {
	padding-left: 25px;
	position: relative;
}

.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #333;
  border: 2px solid #333;
  border-radius: 50%;
  top: 10px;
  left: 3px;
  transform: translateY(-50%) scale(0);
  transition: transform 400ms ease;
}

input[type="radio"]:checked + label::before {
  border-color: rgb(177, 39, 108);
}

input[type="radio"]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(0.55);
}

input.wpcf7-not-valid {
	border-color: red !important;
}

.swiper-slide-inner:before {
	display: block;
	content: " ";
	width: 0%;
	height: 100%;
	position: absolute;
	background: rgba(255,255,255,.2);
	transition: 2s;
}

a:hover .swiper-slide-inner:before {
	width: 100%;
}


.carousel_posts h3,
.lastest-news h3 {
	color: rgb(105, 81, 61);
	font-size: 18px;
	line-height: 28px;
	font-family: "Playfair Display", Sans-serif;
	border-bottom: 1px solid #EAEAEABF;
	margin-bottom: 20px;
	padding: 0px 0 10px;
}

.carousel_posts h3 a,
.lastest-news h3 a {
    height: 32px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(105, 81, 61);

}

.carousel_posts .swiper-slide > div {
	text-align: left;
}

.carousel_posts .cat-links a {
	color: rgb(157, 121, 91);
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Avenir Light", Sans-serif;
}

.carousel_posts figure a {
    display: block;
    height: 320px;
	margin-bottom: 10px;
}

.carousel_posts figure a img {
	min-height: 320px;
	object-fit: cover;
	object-position: center;
}

.social-share {
	display: flex;
	column-gap: 10px;
}
.featured-label .elementor-image-box-content {
	position: absolute;
    bottom: 0;
    text-align: center;
}
.featured-label h3 {
	min-width: 100px;
	display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    color: #FFF;
    font-weight: 600;
	background: rgba(255,255,255,.26);
}

.featured-label h3:hover {
	background: rgba(0,0,0,.26);
}

.blog-header {
    background: rgb(230, 222, 202);
    display: flex;
    justify-content: space-between;
	padding: 20px 30px;
	align-items: center;
}

.categories-list {
    display: flex;
    list-style: none;
    padding: 20px 0;
    margin: 0;
    column-gap: 25px;
}

.categories-list a {
    color: rgb(3, 3, 3);
	font-size: 14px;
}

.categories-list a:hover {
    color: rgb(210, 161, 121);
}

.search-bar .close-icon {
	z-index: 1;
	position: absolute;
	float: right;
	right: 0;
	bottom: 0px;
}

.search-form label {
	border-bottom: 1px solid rgb(3, 3, 3);
	display: block;
	align-items: flex-end;
	position: relative;
}

.form-hide label {
	border: 0;
}

.search-bar input.search-field {
	display: block;
	color: rgb(3, 3, 3);
	background: transparent;
	border: 0;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
.search-bar a,
.search-bar input:focus {
	outline: none;
}

.search-bar .form-hide input.search-field{
	width: 0;
	display: none;
}
.search-bar .form-hide .close-icon {
	display: none;
}
.search-bar .minnor-icon {
	padding-bottom: 0;
	height: 24px;
	position: absolute;
	left: -20px;
	bottom: 0;
}


.search-bar .form-hide .minnor-icon {
	bottom: -12px;
}

.blog-grid {
    padding: 40px 20px 40px;
    background: #f2ebdf;
	display: grid;
}

.blog-pagination {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 80px;
}

.blog-pagination a{
	padding: 10px 20px;
    line-height: 16px;
    font-size: 16px;
    display: block;
}

.blog-pagination .prev-link a {
	background: #787878;
	color: #FFF;
	margin-left: 10px;
	margin-right: 10px;
}

.blog-pagination .prev-link a:hover {
	background: #000;
}

.blog-pagination .next-link a {
	background: #f8852d;
	color: #FFF;
}

.blog-pagination .next-link a:hover {
	background: #000;
	color: #FFF;
}

.posts-list-container {
    display: flex;
    column-gap: 2%;
    row-gap: 20px;
    flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}


.posts-list-container .post-item {
    flex: 0 0 49%;
    background: #FFF;
	position: relative;
	bottom: 20px;
}

.posts-list-container .post-item .post-thumbnail img:hover {
	opacity: .8;
}

.avatar-image {
    width: 32px;
    height: 32px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.post-category {
    padding: 0 30px;
}

.post-category a {
    font-size: 14px;
    color: rgb(248, 133, 45);
	font-family: "Avenir Light", Sans-serif;
}
.post-item h3 {
	line-height: 32px;
	margin-bottom: 15px;
}

.post-item h3 a {
    font-size: 26px;
    color: rgb(3, 3, 3);
    font-weight: 700;
	font-family: "Avenir Light", Sans-serif;
}

.post-item h3 a:hover {
    color: rgb(157, 121, 91);
}

.blog-post-description {
    font-size: 16px;
    line-height: 1.5em;
	font-family: "Avenir Light", Sans-serif;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
.blog-post-description .read-more {
	display: none;
}
.blog-post-description .read-more a {
	color: rgb(248, 133, 45);
}

.blog-post-metadata {
    padding: 28px 30px 10px;
	display: flex;
	align-items: center;
	position: relative;
}
.post-item .blog-post-metadata .more-button {
	right: 25px;
	position: absolute;
	width: 20px;
	height: 20px;
}


.blog-post-metadata .more-button {
	position: absolute;
	right: 20px;
	width: 20px;
	height: 20px;
}

.blog-post-metadata .more-button:before {
	right: 10px;
	content: " ";
	position: absolute;
	width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: black;
    box-shadow: 0px 7px 0px black, 0px 14px 0px black;
}

.blog-post-metadata .more-button + div.addtoany_share {
	display: flex;
	font-size: 14px;
	
	align-items: center;
	padding: 10px;
	box-shadow: 1px 1px 10px #EEE;
	
	width: 120px;
}

.blog-post-metadata .more-button.active + div {
	display: flex !important;
	right: 20px;
	position: absolute;
	bottom: -10px;
	align-items: center;
	width: 120px;
    box-shadow: 1px 1px 5px #ccc;
}
.post-item .blog-post-metadata .more-button.active + div {
	right: 45px;
}
.blog-post-metadata .addtoany_share .a2a_svg {
	
	height: 20px;
	line-height: 20px;
}

.blog-post-metadata .addtoany_share .a2a_label {
	position: relative;
	clip-path: none;
	-webkit-clip-path: none;
	overflow: auto;
	color: #333;
	width: 100px !important;
	font-size: 14px;
	height: 20px;
	line-height: 16px;
	padding-left: 10px;
}

.blog-post-metadata .post-author-name {
	display: inline-flex;
	line-height: 16px;
	flex-direction: column;
	
}

.blog-post-metadata  .profile-name:hover {
	color: rgb(157, 121, 91);
}

.blog-post-metadata  .profile-name {
	color: rgb(3, 3, 3);
	font-size: 12px;
	line-height: 18px;
	font-family: "Avenir Light", Sans-serif;
}

.blog-post-metadata .profile-link {
	display: inline-flex;
	margin-right: 10px;
	flex-direction: row;
	column-gap: 5px;
	font-family: "Avenir Light", Sans-serif;
}
.author-badge {
	display: inline-block;
	font-family: "Avenir Light", Sans-serif;
}
.post-date {
	display: flex;
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	column-gap: 5px;
	font-size: 12px;
	font-family: "Avenir Light", Sans-serif;
}
.blog-post-content {
    padding: 0 30px 25px;
}

.post-stats {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
	font-size: 12px;
}
.post-stats .comments-stats ,
.post-stats .view-stats {
	margin-right: 15px;
	color: #333;
}

.post-stats .comments-stats:hover {
	color: rgb(248, 133, 45);
}

.heart-box a {
	-webkit-text-stroke: 1px red;
	color: #FFF;
	font-size: 19px;
}
.heart-box span {
	font-size: 16px;
padding: 0 5px 5px;
}
.heart-box a:hover {
	color: red;
}

.heart-box .css-1ukx6ls {
	flex-direction: row-reverse;
}
.heart-box {
	position: relative;
}
.heart-box button {
	background: transparent;
}

.heart {
	    background: url(assets/images/web_heart_animation.png);
	    background-position: left;
	    background-repeat: no-repeat;
	    height: 50px;
	    width: 50px;
	    cursor: pointer;
	    position: absolute;
	    top: -14px;
    	left: 5px;
        background-size:2900%
    }
    .heart:hover, .heart:focus{
    background-position: right;
	}

    @-webkit-keyframes heartBlast {
    0% {
	    background-position: left;
	}
	100% {
	    background-position: right;
	}
	}

	@keyframes heartBlast {
	    0% {
	    background-position: left;
	}
	100% {
	    background-position: right;
	}
	}

	.heartAnimation {
    display: inline-block;
    -webkit-animation-name: heartBlast;
    animation-name: heartBlast;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: steps(28);
    animation-timing-function: steps(28);
    background-position: right;
    }
    
    .likeCount{    margin-top: 0;
    margin-right: 20px;
    font-size: 14px;color: #333;}

.ast-related-posts-title {
	font-size: 18px;
    line-height: 29px;
}

.single-post .site-main #comments,
.single-post .site-main > article {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px;
	background: #FFF;
}

.single-post .site-main #comments #respond, 
.single-layout-1 {
	max-width: 100%;
	padding: 80px;
	border: 1px solid #EEE;
	
}

.single-layout-1 .entry-title {
	color: #030303;
	font-size: 28px;
	font-weight: 900;
	font-family: Arial;
	margin-top: 10px;
	margin-bottom: 25px;
}

.single-layout-1 .blog-post-metadata {
	padding: 0 0px 10px;
}

.single-layout-1 .blog-post-metadata .more-button {
	
	right: 0;
}

.single-layout-1 .blog-post-metadata .post-author-name {
	flex-direction: row;
}

.single-layout-1 .post-bottom {
	display: flex;
	justify-content: space-between;
}

.single-layout-1 .post-bottom .post-category {
	padding: 0;
}

.single-layout-1 .post-bottom .post-sharing {
	display: flex;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	column-gap: 25px;
}

.single-layout-1 .post-bottom {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
	border-top: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

.single-post .site-main .post-navigation {
	display: none;
}
.ast-separate-container .ast-single-related-posts-container {
	padding: 20px;
	max-width: 980px;
	margin: 0 auto;
}
.ast-related-posts-wrapper .ast-related-post {
	border: 1px solid #EAEAEA;
}

.ast-related-posts-wrapper .ast-related-post .entry-header {
	padding: 24px;
	margin: 0;
}

.ast-related-posts-wrapper .ast-related-post .entry-header h3 {
	font-size: 18px;
	font-family: Arial;
	line-height: 24px;
}

.ast-related-posts-wrapper .ast-related-post .entry-header h3 a {
	font-size: 18px;
	font-weight: 900;
	color: #333;
}
.ast-related-post-content .post-thumb-img-content {
	height: 240px;
}
.ast-related-post-content .post-thumb-img-content img {
	object-fit: cover;
	object-position: center;
	min-height: 100%;
}

.ast-separate-container .ast-article-post {
	padding: 0;
	flex: 0 0 49%;
}

.archive {
	background: #FFF;
}

.archive .ast-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 2%;
	padding: 40px 20px 60px;
	background: #f2ebdf;
	flex-direction: row;
	align-items: flex-start;
	position: relative;
}

.featured-design figcaption a {
    color: #FFF;
    font-weight: 600;
}
.designers-slides  figcaption a {
    color: #FFF;
    font-weight: 600;
}
/*
 * 	Dress Page
 */
.filters-row form {
	display: flex;
	flex-direction:column;
}
.filters-row form > div {
	flex: 0 0 100%;
}

.filters-row form select {
	width: 100%;
	border: 2px solid #9d795b;
	background: #FFF;
	border-radius: 0;
	height: 48px;
	line-height: 48px;
	padding: 8px;
}

.filters-row form select:hover,
.filters-row form select:focus {
	
	border: 2px solid #525252;
	background: #f2ebdf;
}
.filters-row form .btn-filters-reset {
	border: 2px solid #c7b3a3;
    background: #c7b3a3;
    color: #FFF;
    line-height: 32px;
    padding: 13px 40px;
}
.filters-nav,
.sorts-nav {
    margin: 10px auto
}
.filters-nav ul {
    list-style: none;
    margin: 0;
    display: flex;
    column-gap: 8px;
     row-gap: 8px;
    flex-wrap: wrap;
}

.filters-nav .btn-active-filter {
    background: rgba(0,0,0,0.2);
    transition: opacity 300ms;
    padding: 2px 30px 2px 15px;
    color: #000;
    cursor: pointer;
    position: relative;
}

.filters-nav .btn-clear-filter {
    display: none;
}

.filters-nav .btn-active-filter + .btn-clear-filter {
    display: inline-block;
    text-decoration: underline;
    transition: opacity 300ms;
    cursor: pointer;
    
}
.filters-nav .btn-active-filter + .btn-clear-filter a,
.filters-nav .btn-active-filter a {
    color: #000;
}

.filters-nav .btn-active-filter:after {
    content:"\002B";
        position: absolute;
        top: 0;
        right: 6px;
        color:#000;
        font-size:20px;
        transform: rotate(45deg);
}

.filters-nav .btn-active-filter:hover {
    background: rgba(0,0,0,0.5);
}

.box-title {
        font-size: 18px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    .filter-title {
        cursor: pointer;
        font-size:16px;
        padding-bottom: 15px;
        position: relative;
        
    }
    
    .checkbox {
        border: 1px solid #555;
        position: relative;
        width:15px;
        height: 15px;
        display: inline-block;
        margin-right:10px;
        transform: translateY(2px);
        overflow: hidden;
    }
    
    .checkbox input[type="checkbox"] {
        position: absolute;
        width: 0;
        height: 0;
        top:-4px;
    }
    
    .filter-title:before{
        content: "\002B";
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        right: 7px;
        color: #000;
        top: -2px;
        font-size: 20px;
        font-weight:100;
    }
    
    .filter-title.active:before {
        content: "";
        height: 1px;
        background: #000;
        top: 9px;
        width: 12px;
        text-align: right;
        right: 7px;
    }
    
    .filter-title + ul {
        list-style: none;
        padding: 0 0 15px;
        margin: 0;
        display: none;
    }
    .checkbox input[type="checkbox"]:checked + i:before {
        content:"\2713";
        position: absolute;
        top: 0;
        left: 2px;
        color:#000;
        font-size:10px;
        font-weight: 900;
        
    }
    .checkbox input[type="checkbox"]:checked + i{
        width: 12px;
        display: inline-block;
        height: 12px;
        line-height: 12px;
        position: absolute;
    
    }
    .filter-box {
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding-top: 15px;
    }
    
    .filter-title.active + ul {
        display: block;
    }
    
    .filter-title  ul li label {
        
    }

.dresses-grid {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin-left: 0;
    column-gap: 10px;
    row-gap: 20px;
}
.dresses-grid li {
	width: 31.3%;
}

.dresses-grid li.not-found {
    width: 100%;
    text-align: center;
}

.dresses-grid li h3{
	font-size: 16px;
	line-height: 32px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-top: 5px;
    font-family: Helvetica W01,Helvetica,Arial,sans-serif;
}

.dresses-grid li .eut-thumbnail {
	background-position: center center;
	background-size: cover;
	position: relative;
}

.dresses-grid li img {
	opacity: 1;
	transition: 1s;
	height: 460px;
    width: auto;
	min-width: 100%;
    object-fit: cover;
    object-position: center;
    box-shadow: none;
    border-radius: 0;
}

.dresses-grid li img.back-img {
	position: absolute;
	z-index: -1;
	left: 0;
    top: 0;
}

.dresses-grid li:hover img.front-img{
	opacity: 0;
	
}

.pagination {
	display: flex;
    margin: 0 auto;
    justify-content: center;
    column-gap: 15px;
    list-style: none;
}

.pagination a {
    min-width: 30px;
    display: block;
    text-align: center;
}

.ribbon-slideshow .swiper-slide {
	width: auto !important;
}

.ribbon-slideshow  .swiper-slide .swiper-slide-image
{
	    width: auto !important;
    max-height: 320px;
}

.ast-separate-container .ast-archive-description, .ast-separate-container .ast-author-box {
    padding: 25px;
}

.ast-archive-description .ast-archive-title {
  
    font-size: 18px;
}

.top-hero-slideshow .swiper-slide {
	width: auto !important;
}

.top-hero-slideshow .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100% !important;
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.blog-header .category {
	display: none;
}

.monsary-gallery .gallery {
    display:block !important;
    -webkit-columns: 3; /* Chrome, Safari, Opera */
   -moz-columns: 3; /* Firefox */
   columns: 3; /* Standard syntax */
}
.monsary-gallery .gallery-item {
    max-width:100% !important;
    width: 100% !important;
    margin-bottom: 15px !important;
    position: relative;
    overflow: hidden;
    padding: 0;
    
}

.monsary-gallery .gallery-item:hover .gallery-caption {
    opacity: 0;
    z-index:-1;
}

.monsary-gallery .gallery-item .gallery-caption {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: start;
    align-items: end;
    padding: 25px;
    color: #FFF;
    text-align: left !important;
    transition: opacity .4s ease;
}

.brides-grid #masonry-brides-effect {
    display: block;
    columns: 3;
    column-gap: 15px;
}

.brides-grid #masonry-brides-effect .post-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}


.brides-grid #masonry-brides-effect .post-item .post-thumbnail img {
    min-height: 240px;
    object-fit: cover;
    object-position: center;
}

.brides-grid .blog-post-description {
    border:0;
    max-height: 50px;
    overflow: hidden;
}

.brides-grid .blog-post-content {
	padding: 0 20px;
	position: absolute;
	width: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: end;
	text-align: left;
	height: 100%;
    background:rgba(0,0,0,0.25);
}

.brides-grid .post-item {
    min-height: 240px;
}

.brides-grid .post-item:hover .blog-post-content{
    opacity: 0;
    z-index: -1;
}

.brides-grid .blog-post-content .post-title {
    transition: opacity .4s ease;
    font-size: 24px;
    color:#FFF;
    line-height: 28px;
  margin-bottom: 10px;
  width:100%;
}
.brides-grid .blog-post-content .post-title a{
    font-size: 24px;
    color:#FFF;
}
.brides-grid .blog-post-description {
    transition: opacity .4s ease;
    font-size: 16px;
    width:100%;
    color:#FFF;
}

.show {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 40px;
  margin-top: -20px;
  margin-left: -75px;
  background: red;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  border: 0;
  border-bottom: 2px solid #c0392b;
  cursor: pointer;
}
.show:hover {
  background: #c0392b;
}
.show:active {
  transform: scale(0.9);
}
.close {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: #FFF;
  color: #000;
  cursor: pointer;
  border: 0;
  font-size: 40px;
}
.close:focus,
.close:hover {
    background: transparent;
    color: #000;
}


.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:#FFF;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
.modal#popup-detail-content {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-top: 0px;
  background: #fff;
  display: flex;
    padding: 60px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease-out;
  transform: translateY(45px);
  align-items: center;
}

.modal .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
    height: 100%;
}

.gallery-img {
    width: 64%;
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 94vh;
}

.gallery-img img {
    max-height: 90vh;
    object-fit: contain;
    object-position: center;
}

.gallery-content {
    width: 36%;
    height: 100%;
    overflow: auto;
}

.gallery-content .post_content {
    padding: 15px;
}

.gallery-content .post_content h1 {
    font-size: 24px;
}

.gallery-content .post_content h2 {
    font-size: 20px;
}
.gallery-content .post_content h3 {
    font-size: 18px;
}
.gallery-content .post_content img {
    display: none;
}

.active {
  visibility: visible;
  opacity: 1;
}
.active + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.slider {
  width: 100%;
  max-width: 1140px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.slides {
  position: relative;
  transition: all linear .2s;
  will-change: transform;
    transform: translateZ(0);
    width: 10000px;
}

.slide {
  float: left;
    transform: translateZ(0);
    width: 100%;
    padding: 30px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.slide img {
  width: 100%;
  display: block;
  height: 90vh;
  object-fit: contain;
  object-position: center;
      margin: 0 auto;
    text-align: center;
}


button.prev, button.next {
  position: absolute;
  top: 50%;
  z-index: 999;
  display: block;
  padding: 12px 3px;
  width: auto;
  height: auto;
  color: #fff;
  background: transparent;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
  transform: translatey(-50%);
}

button.prev:hover, button.next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

button.prev {
  border-radius: 0;
  left:0;
}

button.next {
  right: 0;
  border-radius: 0;
}

.search-results .ast-container {
    max-width: 100% !important;
    padding: 40px 60px;
}


@media screen and (max-width: 1024px){

	#nav-box {
		display: none;
	}
	
	.left-sidebar {
		display: none;
	}
	
	.filters-row form {
		flex-wrap: wrap;
    	justify-content: center;
		row-gap: 25px;
	}
	
	.filters-row form > div {
		flex: 0 0 30%;
    	text-align: center;
	}
	
	.dresses-grid li {
		width: 32.4%;
	}
	
	.dresses-grid li img {
		height: 400px;
	}
	
	.filters-row form .btn-filters-reset {
	
		line-height: 24px;
		display: inline-block;
		padding: 10px 40px;
		font-size: 18px;
		max-width: 180px;
	}

}

@media screen and (max-width: 767px){
	
	.ehf-header #masthead {
		max-height: 105px;
	}
	
	.featured-collection .view-more {
		height: auto;
		display: block;
	}
	
	.hide-layer-mob {
		display: none !important;
		visibility: hidden !important;
	}
	
	.filters-row form {
		row-gap: 15px;
		flex-wrap: wrap;
	}
	
	.filters-row form > div {
		flex: 0 0 48%;
		width: 48%;
	}
	.filters-row form select option {
		text-align: center;
	}
	.filters-row form select {

		width: 100%;
		text-align: center !important;
		text-align:-moz-center;
    text-align:-webkit-center;
		line-height: 48px !important;
		height: 48px;
		font-size: 18px;
		font-weight: 500;
		padding: 8px;
		display: inline-block;
		text-align-last: center;
	}
	.dresses-grid li {
		width: 50%;
		text-align: center;
		max-width: 290px;
    margin: 0 auto;
	}
	.dresses-grid + .pagination {
		flex-wrap: wrap;
	}
	
	.top-hero-slideshow .swiper-image-stretch .swiper-slide .swiper-slide-image {
		
		height: 318px;
	}
	
	
	.blog-header .blog-header__navigation {
		max-width: 320px;
	}
	.blog-header .category  {
		border: 0;
		background: #FFF;
		margin: 10px;
		border-radius: 0;
		width: 94%;
	}
	
	.blog-header .category:focus,
	.blog-header .category:active {
		outline: none;
	}
	
	.blog-header .menu-category {
		width: 100%;
		display: none;
		background: #FFF;
		padding: 8px 15px;
	}
	
	.blog-header .menu-category:after {
		content: "";
		height: 10px;
		width: 10px;
		position: absolute;
		right: 10px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		transform: rotate(45deg);
	}
	
	.blog-header .categories-list {
		display: none;
		list-style: none;
		padding: 5px 20px;
		margin: 0;
		column-gap: 25px;
		flex-wrap: wrap;
		flex-direction: column;
		z-index: 10;
		position: absolute;
		background: #FFF;
	}
	
	.single-post .site-main #comments #respond, .single-layout-1 {
	
		padding: 15px;
	}
	
	.single-layout-1 .entry-title {
		font-size: 20px;
	}
	.blog-header {
		padding: 5px 10px;
	}
	
    .blog-header .category {
    	display: block;
    }
    .monsary-gallery .gallery {
        -webkit-columns: 2; /* Chrome, Safari, Opera */
       -moz-columns: 2; /* Firefox */
       columns: 2; /* Standard syntax */
    }
	
}	

@media screen and (max-width: 480px){
	.filters-row form {
		
		flex-direction: column;
	}
	.top-hero-slideshow .swiper-image-stretch .swiper-slide .swiper-slide-image {
		height: 240px;
	}
	
	.filters-row form > div {
		flex: 0 0 100%;
		width: 90%;
	}
	.dresses-grid {
		display: flex;
		flex-direction: column;
		

	
	}
	.dresses-grid li {
		width: 100%;
		text-align: center;
		    max-width: 300px;
    margin: 0 auto;
	}
	
	.dresses-grid li img {
		width: 100%;
    height: 436px;
    max-width: 300px;

	}
	
	.carousel_posts .swiper-slide > div {
	
		padding: 0 10px;
	}
	
	.posts-list-container .post-item {
    	flex: 0 0 100%;
	
	}
	
	.blog-post-metadata {
		padding: 20px 15px 10px;
	}
	
	.post-category {
		padding: 0 15px;
	}
	
	.blog-post-content {
		padding: 0 15px 20px;
	}
	.post-item h3 a {
    	font-size: 21px;
    
	}
	.blog-header {
		padding: 0;
		flex-direction: column-reverse;
    	flex-wrap: wrap;
	}
	.form-row {
		flex-direction: column;
		row-gap: 20px;
	}
	.form-row .form-field {
		flex: 0 0 100%;
	}
	.wedding-moment-form .upload-feature {
		margin: 0 auto;
	}
	.wpcf7-spinner {
		margin: 0 auto;
	}
	.wedding-moment-form .last-row {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}
	.wedding-moment-form input[type="submit"] {
		    width: 132px;
		margin: 0px auto;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;

	}
	.blog-header .blog-header__navigation {
		max-width: 100%;
		width: 100%;
	}
	.blog-header .category {
		width: 100%;
		margin: 0;
		
	}
	
	.blog-header .search-bar {
		display: block;
		height: 48px;
		width: 100%;
		background: #000;
		font-family: "Avenir Light", Sans-serif;
		font-size: 14px;
	}
	.blog-header .search-bar:before {
		content: "BRIDES";
		width: auto;
		font-family: "Avenir Light", Sans-serif;
		font-size: 14px;
		line-height: 48px;
		color: #FFF;
		padding-left: 15px;
		letter-spacing: 2px;
	}
	
	.blog-header .search-bar .minnor-icon {
		right: auto;
		left: 15px;
		bottom: 5px;
	} 
	
	.blog-header .search-bar .form-hide .minnor-icon {
		bottom: 5px;
		right: 15px;
		z-index: 1;
		left: auto;
		color: #FFF;
	}
	.blog-header .search-bar form {
		position: relative;
	}
	.blog-header .search-bar .close-icon svg,
	.blog-header .search-bar .minnor-icon svg {
		fill: #FFF !important;
	}
	
	.search-form label {
		
		display: flex;
		align-items: flex-start;
		position: absolute;
		width: 100%;
		justify-content: center;
		bottom: 5px;
		color: #FFF;
	}
	
	.search-bar input.search-field {
		display: block;
		color: #FFF;
		width: 95%;
		background: #000;
		padding: 5px 25px;
		border-bottom: 1px solid #EEE;
	}
	
	.search-bar .close-icon {
		z-index: 1;
		position: absolute;
		float: right;
		right: 20px;
		bottom: 5px;
	}
	
	.blog-grid {
		padding: 20px 0px 40px;
		background: #FFF;
	}
	
	.posts-list-container {
		row-gap: 0;
	}
	
	.heart {
		left: -5px;
	}
	.likeCount {
		margin-right: 30px;
	}
	
	.career-form {
		max-width: 100%;
	}
	
	.career-form .upload-feature .overlay {
		width: 150px;
		font-size: 14px;
	}
	.wedding-moment-form .upload-feature .overlay {
		width: 240px;
		padding: 7px 30px 7px 10px;
		margin: 0;
	}
	
	.wedding-moment-form input[type="date"] {
		width: 100%;
		display: block;
		line-height: 41px;
	}
	
	.wedding-moment-form .upload-feature{
		width: 100%;
		text-align: center;
	}
	.career-form .upload-feature {
		width: 165px;
	
	}
	
	.career-form input[type="submit"] {
		padding: 7px 20px;
		margin-right: 0;
	}
	
	.wpcf7 form .wpcf7-response-output {
		margin: 0em 0em 1em;
	}
	
	.career-form select {
		min-height: 41px;
	}
	.monsary-gallery .gallery {
        -webkit-columns: 1; /* Chrome, Safari, Opera */
       -moz-columns: 1; /* Firefox */
       columns: 1; /* Standard syntax */
    }
	
}


	