/*
Theme Name:  Divi Elegant Wellness And Spa Child Theme
Theme URI:   https://diviwellness.diviinfinite.com/
Description: Divi Elegant Wellness And Spa Child Theme is a clean, elegant theme. It is specially designed for creating business professional online shops. It is super for cosmetics, spa, massage, yoga, or any other categories with 5 homepages variation, 5 header and footer styles.
Version:     1.0
Author:      Divi Professional
Author URI:  http://divi-professional.com/
Template:    Divi
Text Domain: dws
*/

/*-------- Page Inner First Section --------*/
.wands_innersection_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul{
	margin: 0;
    padding: 0;
}

.wands_innersection_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li{
	list-style-type: none;
    display: inline-block;
    font-weight: 600;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
}

.wands_innersection_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description ul li:first-child:before{
	position: absolute;
    content: '/';
    top: 0;
    right: -14px;
    color: #fff;
}

/*-------- Home V1 --------*/


.wands_titlebefore .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header:before{
	content: "";
    position: absolute;
    left: -13px;
    top: -15px;
    background: var(--titlebefore);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: -1;
}

.wandshomev1_section2_column:hover .wandshomev1_section2_cta.et_pb_promo .et_pb_promo_description h2{
	color: var(--white) !important;
}

.wandshomev1_section2_column:hover .wandshomev1_section2_cta.et_pb_promo .et_pb_promo_description div{
	color: var(--white) !important;
}

body #page-container .et_pb_section .wandshomev1_section2_column:hover .wandshomev1_section2_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button{
	color: var(--white) !important;
	border-color: var(--white) !important;
}

.wandshomev1_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section3_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	-webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.wandshomev1_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 30px;
}

.wandshomev1_section6_person .et_pb_team_member_image img{
	width: 100% !important;
	max-width: 100% !important;
}

.wandshomev1_section6_person .et_pb_member_social_links li{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}

.wandshomev1_section6_person:hover .et_pb_member_social_links li{
	opacity: 1;
    visibility: visible;
}

.wandshomev1_section6_person .et_pb_member_social_links li a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section6_person .et_pb_member_social_links li a:hover{
	background-color: var(--pink);
}

.wandshomev1_section6_person .et_pb_member_social_links li:nth-child(1){
	position: relative;
    left: -20px;
}

.wandshomev1_section6_person:hover .et_pb_member_social_links li:nth-child(1){
	left: 0;
}

.wandshomev1_section6_person .et_pb_member_social_links li:nth-child(2){
	position: relative;
    bottom: -20px;
}

.wandshomev1_section6_person:hover .et_pb_member_social_links li:nth-child(2){
	bottom: 0;
}

.wandshomev1_section6_person .et_pb_member_social_links li:nth-child(3){
	position: relative;
    right: -20px;
}

.wandshomev1_section6_person:hover .et_pb_member_social_links li:nth-child(3){
	right: 0;
}

.wandshomev1_section7_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .wandshomev1_section7_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.wandshomev1_section7_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.wandshomev1_section7_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--pink);
    font-size: 30px;
}

.wandshomev1_section7_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--pink);
}

.wandshomev1_section7_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--pink);
}

.wandshomev1_section7_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.wandshomev1_section8_shop .product{
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section8_shop .product:hover{
	-webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
}

/* .wandshomev1_section8_shop .woocommerce ul.products li.product .onsale{
	left: auto !important;
    margin: 0 !important;
    right: 10px!important;
    border-radius: 0 !important;
}

.wandshomev1_section8_shop .woocommerce ul.products li.product .onsale:before{
	position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    border-left: 8px solid var(--red);
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
} */

.wandshomev1_section8_shop.et_pb_shop .woocommerce ul.products li.product h2:hover{
	color: var(--pink) !important;
	}
  
  .wandshomev1_section8_shop .product .button {
    font-size: 0;
    border-radius: 10px 0 10px 0;
    background: var(--white) !important;
    width: 60px;
    opacity: 0;
    height: 60px;
    border: 0 !important;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin: auto !important;
}

.wandshomev1_section8_shop ul.products li.product .button::before{
	position: absolute;
    content: '' !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--pink);
    border-radius: 10px 0 10px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section8_shop ul.products li.product .button:hover::before{
	border-radius: 0 10px 0 10px;
}
  
  .wandshomev1_section8_shop .product .button:hover{
    border-radius: 0 10px 0 10px;
  }
  
  .wandshomev1_section8_shop .product:hover .button{
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
  
  .wandshomev1_section8_shop ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 25px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--pink);
    line-height: 60px !important;
}
  
  .wandshomev1_section8_shop ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .wandshomev1_section8_shop ul.products li.product .added_to_cart {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: var(--pink);
    color: var(--white);
    padding: 10px;
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    z-index: 2;
}
  
  .wandshomev1_section8_shop ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .wandshomev1_section8_shop .page-numbers, .wandshomev1_section8_shop .page-numbers li {
    border: none !important;
}
  
  .wandshomev1_section8_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandshomev1_section8_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section8_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandshomev1_section8_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

.wandshomev1_section9_video .fluid-width-video-wrapper{
	padding: 20% 0 !important;
}

.wandshomev1_section9_video .et_pb_video_overlay .et_pb_video_play:after{
	content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@-webkit-keyframes pulse-border {
 0% {
  -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity:1
 }
 100% {
  -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity:0
 }
}
@keyframes pulse-border {
 0% {
  -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity:1
 }
 100% {
  -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity:0
 }
}

.wandshomev1_section10_blog .et_pb_post{
	padding: 0;
	display: flex;
    flex-direction: column;
	position: relative;
}

.wandshomev1_section10_blog .et_pb_post .et_pb_image_container{
	margin: 0;
    order: 1;
    margin-bottom: 10px;
}

.wandshomev1_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0;
	padding-top: 100%;
  display: block;
}

.wandshomev1_section10_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.wandshomev1_section10_blog .et_pb_post .post-content{
	order: 4;
}

.wandshomev1_section10_blog .et_pb_post .post-content .post-content-inner{
	padding-bottom: 15px;
}

.wandshomev1_section10_blog .et_pb_post .post-meta a{
	position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    background-color: var(--white);
    border-radius: 15px 0 15px 0;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
}

.wandshomev1_section10_blog .et_pb_post .entry-title a:hover{
	color: var(--pink) !important;
}

.wandshomev1_section10_blog .pagination a{
	display: inline-block;
    background-color: var(--pink) !important;
    padding: 15px 30px;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.wandshomev1_section10_blog .pagination a:before{
	position: absolute;
    content: '';
    width: 93%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section10_blog .pagination a:hover{
	border-radius: 0 20px 0 20px;
}

.wandshomev1_section10_blog .pagination a:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandshomev1_section11_blurb .et_pb_blurb_content .et_pb_blurb_container{
position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: var(--titlebefore);
    width: 150px;
    height: 150px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wandshomev1_section11_blurb:hover .et_pb_blurb_content .et_pb_blurb_container{
	opacity: 1;
    top: 50%;
    visibility: visible;
}

.wandshomev1_section11_blurb .et_pb_blurb_content .et_pb_blurb_container:before{
	position: absolute;
    content: '';
    width: 180px;
    height: 180px;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid var(--white);
    z-index: -1;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section11_blurb:hover .et_pb_blurb_content .et_pb_blurb_container:before{
	top: 50%;
}

.wandshomev1_section11_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.wandshomev1_section11_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	border-bottom: 1px solid var(--white);
	display: inline-block;
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section11_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover{
	letter-spacing: 1px;
}

.wandshomev1_section12_price ul{
	margin: 0;
    padding: 0;
}

.wandshomev1_section12_price ul li{
	list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 12px;
    font-weight: 600;
}

.wandshomev1_section12_price ul li:last-child{
	margin-bottom: 0px;
}

.wandshomev1_section12_price ul li:before{
	position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    left: 0;
    right: -220px;
    top: 12px;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px dashed var(--white);
}

.wandshomev1_section12_price ul li span{
	position: absolute;
    top: 0;
    right: 0;
}

@media only screen and (max-width: 981px){
	.wandshomev1_section10_blog .pagination .alignleft, .wandshomev1_section10_blog .pagination .alignright{
		float: unset;
    text-align: center;
	}
}

@media only screen and (max-width: 767px){
	.wandshomev1_section12_price ul li{
		text-align: center;
	}
	
	.wandshomev1_section12_price ul li:before{
		display: none;
	}
	
	.wandshomev1_section12_price ul li span {
    position: relative;
    top: unset;
    right: unset;
    display: block;
}
	
	.wandshomev1_section8_shop.et_pb_shop ul.products.columns-3 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Home V2 --------*/
body #page-container .et_pb_section .wandshomev2_section1_slider.et_pb_slider .et_pb_more_button.et_pb_button:before{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

body #page-container .et_pb_section .wandshomev2_section1_slider.et_pb_slider .et_pb_more_button.et_pb_button:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandshomev2_section1_slider.et_pb_slider .et-pb-arrow-prev{
	position: absolute;
    top: 50%;
    margin-top: -55px;
    width: 50px;
    height: 110px;
    font-size: 20px;
    color: rgba(250, 250, 250, 0.5);
    text-align: center;
    outline: none;
    opacity: 0;
    background-image: none;
    background-color: rgba(250, 250, 250, 0.2);
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
	left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.wandshomev2_section1_slider.et_pb_slider .et-pb-arrow-prev:hover{
	background-color: rgba(250, 250, 250, 0.3);
	color: var(--white);
}

.wandshomev2_section1_slider.et_pb_slider .et-pb-arrow-next{
	position: absolute;
    top: 50%;
    margin-top: -55px;
    width: 50px;
    height: 110px;
    font-size: 20px;
    color: rgba(250, 250, 250, 0.5);
    text-align: center;
    outline: none;
    opacity: 0;
    background-image: none;
    background-color: rgba(250, 250, 250, 0.2);
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
	right: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.wandshomev2_section1_slider.et_pb_slider .et-pb-arrow-next:hover{
	background-color: rgba(250, 250, 250, 0.3);
	color: var(--white);
}

.wandshomev2_section1_slider.et_pb_slider:hover .et-pb-arrow-prev, .wandshomev2_section1_slider.et_pb_slider:hover .et-pb-arrow-next{
	opacity: 1;
}

.wandshomev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding: 25px;
}

.wandshomev2_section2_image img{
	opacity: 0.4;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	-webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.wandshomev2_section2_image img:hover{
	opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.wandshomev2_section3_blurb.et_pb_blurb .et_pb_module_header a:hover{
	color: var(--pink) !important;
}

.et_pb_section div.et_pb_row .wandshomev2_section3_column.et_pb_column .et_pb_button_module_wrapper.et_pb_module{
	position: relative;
    display: flex !important;
    align-content: center;
    justify-content: center;
    height: 60px;
    line-height: 60px !important;
    overflow: hidden;
    z-index: 2;
    border-top: 1px solid rgba(50,50,50,0.08);
    -webkit-transition: color 200ms ease-in-out,border-top-color 300ms ease-in-out;
    transition: color 200ms ease-in-out,border-top-color 300ms ease-in-out;
}

.et_pb_section div.et_pb_row .wandshomev2_section3_column.et_pb_column .et_pb_button_module_wrapper.et_pb_module:before{
	position: absolute;
    content: ''!important;
    display: block!important;
    visibility: visible!important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: var(--pink);
    opacity: 1;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.et_pb_section div.et_pb_row .wandshomev2_section3_column.et_pb_column:hover .et_pb_button_module_wrapper.et_pb_module:before{
	-webkit-transform: translateY(0);
    transform: translateY(0);
}

body #page-container .et_pb_section .wandshomev2_section3_column.et_pb_column:hover .wandshomev2_section3_button.et_pb_button{
	color: var(--white) !important;
}

body #page-container .wandshomev2_section3_column.et_pb_column:hover .wandshomev2_section3_button.et_pb_button:after{
	color: var(--white) !important;
}

.wandshomev2_section3_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
	margin: 0 0 20px 0;
	display: block;
}

.wandshomev2_section5_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid rgba(50, 50, 50, 0.1);
}

.wandshomev2_section6_blurb.et_pb_blurb:hover .et-pb-icon{
	color: var(--white) !important;
}

.wandshomev2_section6_blurb.et_pb_blurb:hover .et_pb_module_header{
	color: var(--white) !important;
}

.wandshomev2_section6_blurb.et_pb_blurb:hover{
	color: var(--white) !important;
}

.wandshomev2_section7_price .et_pb_pricing_table .et_pb_button_wrapper{
	order: 4;
	padding: 0;
}

.wandshomev2_section7_price .et_pb_pricing_table ul.et_pb_pricing li{
	padding-left: 0;
	padding-bottom: 8px;
}

.wandshomev2_section7_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\4e";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--body);
    font-weight: 600;
}

.wandshomev2_section7_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing .et_pb_not_available span:before {
    content: "\4d";
    color: var(--body);
}

.wandshomev2_section7_price .et_pb_pricing_table .et_pb_pricing_table_button:before{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandshomev2_section7_price .et_pb_pricing_table .et_pb_pricing_table_button:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandshomev2_section7_price1 .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\4e";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--white) !important;
    font-weight: 600;
}

.wandshomev2_section7_price1 .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing .et_pb_not_available span:before{
	content: "\4d";
    color: var(--white) !important;
}

.wandshomev2_section7_price1 .et_pb_pricing_table .et_pb_pricing_table_button:before{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--pink);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandshomev2_section7_price1 .et_pb_pricing_table .et_pb_pricing_table_button:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandshomev2_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
	font-size: 15px;
	line-height: 1.8em;
	color: rgba(250, 250, 250, 0.6);
	padding-bottom: 20px;
}

.wandshomev2_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	color: var(--white)!important;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 15px;
    background-color: var(--pink);
	padding-top: 12px!important;
    padding-right: 30px!important;
    padding-bottom: 12px!important;
    padding-left: 30px!important;
	display: inline-block;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0!important;
}

.wandshomev2_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover{
	border-radius: 0 20px 0 20px!important;
}

.wandshomev2_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandshomev2_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandshomev2_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	max-height: 0;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform 400ms ease, max-height 400ms ease;
    transition: transform 400ms ease, max-height 400ms ease;
}

.wandshomev2_section8_column:hover .wandshomev2_section8_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	max-height: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform 300ms ease, max-height 800ms ease;
    transition: transform 300ms ease, max-height 800ms ease;
}

.wandshomev2_section8_column:hover .wandshomev2_section8_blurb1{
	-webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.wandshomev2_section9_person:hover .et_pb_member_social_links{
	opacity: 1 !important;
    -webkit-transform: translateY(0px);
    transform: translateY(0px) !important;
}

.wandshomev2_section9_person .et_pb_member_social_links li:last-child{
	margin: 0 !important;
}

.wandshomev2_section9_person .et_pb_team_member_image:before{
	opacity: 0;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(50, 50, 50, 0.75);
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.wandshomev2_section9_person:hover .et_pb_team_member_image:before{
	opacity: 0.4;
}

.wandshomev2_section10_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	position: relative;
}

.wandshomev2_section10_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:after{
	position: absolute;
    content: "";
    bottom: -2px;
    left: -2px;
    top: auto;
    width: 0;
    opacity: 0;
    height: 8px;
    background: var(--pink);
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.wandshomev2_section10_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover:after{
	opacity: 1;
    width: calc(100% + 4px);
}

.wandshomev2_section10_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    height: 45px;
    padding: 0 30px;
    overflow: hidden;
    background-color: var(--white);
    box-shadow: 0 7px 14px 0 rgb(50 50 50 / 5%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color 200ms ease-in-out;
    transition: background-color 200ms ease-in-out;
}

.wandshomev2_section10_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
	position: absolute;
    top: 0;
	left: 20px;
    right: 20px;
    margin: 0;
    font-size: 16px;
    color: var(--title);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
	line-height: 1.3;
}

.wandshomev2_section10_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
	font-size: 15px;
    color: var(--white);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
	line-height: 1.8;
}

.wandshomev2_section10_blurb1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	background-color: var(--pink);
}

.wandshomev2_section10_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
	padding-bottom: 0;
}

.wandshomev2_section10_blurb1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
	-webkit-transform: translateY(-45px);
    transform: translateY(-45px);
}

.wandshomev2_section10_blurb1:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
	-webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.wandshomev2_section10_blurb1 .et_pb_blurb_content .et_pb_main_blurb_image:before{
	position: absolute;
    content: '';
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 20px;
    background: rgba(50, 50, 50, 0.2);
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.wandshomev2_section10_blurb1:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
	opacity: 1;
}

.wandshomev2_section11_blog .et_pb_post{
	padding: 0;
	display: flex;
    flex-direction: column;
	position: relative;
    z-index: 2;
    background-color: var(--white);
    box-shadow: 0 5px 8px rgb(50 50 50 / 6%);
    -webkit-transition: box-shadow 100ms ease-in;
    transition: box-shadow 100ms ease-in;
}

.wandshomev2_section11_blog .et_pb_post .et_pb_image_container{
	margin: 0;
    order: 1;
	position: relative;
    display: block;
    overflow: hidden;
}

.wandshomev2_section11_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
}

.wandshomev2_section11_blog .et_pb_post .et_pb_image_container img{
	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.wandshomev2_section11_blog .et_pb_post:hover .et_pb_image_container img{
	-webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.wandshomev2_section11_blog .et_pb_post .wandshomev2_section11_blog_content{
	order: 3;
	padding: 30px;
}

.wandshomev2_section11_blog .et_pb_post .post-meta a {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-block;
    background-color: var(--white);
    border-radius: 15px 0 15px 0;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
	border-bottom: 3px solid var(--light-pink);
}

.wandshomev2_section11_blog .et_pb_post .wandshomev2_section11_blog_content .post-content .more-link{
    border-width: 0px!important;
    border-radius: 0px;
    background-color: var(--pink);
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 12px;
    padding-left: 40px;
	display: block!important;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0!important;
	text-align: center;
}

.wandshomev2_section11_blog .et_pb_post .wandshomev2_section11_blog_content .post-content .more-link:hover{
	border-radius: 0 20px 0 20px!important;
}

.wandshomev2_section11_blog .et_pb_post .wandshomev2_section11_blog_content .post-content .more-link:before{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandshomev2_section11_blog .et_pb_post .wandshomev2_section11_blog_content .post-content .more-link:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandshomev2_section11_blog .et_pb_post .wandshomev2_section11_blog_content .post-content .post-content-inner{
	padding-bottom: 20px;
}

.wandshomev2_section11_blog .pagination a {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 15px 30px;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.wandshomev2_section11_blog .pagination a:before {
    position: absolute;
    content: '';
    width: 93%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev2_section11_blog .pagination a:hover {
    border-radius: 0 20px 0 20px;
}

.wandshomev2_section11_blog .pagination a:hover:before {
    border-radius: 0 20px 0 20px;
}

.wandshomev2_section12_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:before{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandshomev2_section12_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:before{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 981px){
	.wandshomev2_section5_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px;
}
	
	.wandshomev2_section11_blog .pagination .alignleft, .wandshomev2_section11_blog .pagination .alignright {
    float: unset;
    text-align: center;
}
}

/*-------- Home V3 --------*/
.wandshomev3_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h3{
	line-height: 100px;
letter-spacing: 7px;
font-weight: 300;
font-size: 85px;
	color: var(--white);
}

.wandshomev3_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h6{
	line-height: 30px;
letter-spacing: 0px;
font-weight: 300;
font-size: 20px;
	color: var(--white);
}

body #page-container .et_pb_section .wandshomev3_section1_slider.et_pb_slider .et_pb_more_button.et_pb_button:before {
    position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

body #page-container .et_pb_section .wandshomev3_section1_slider.et_pb_slider .et_pb_more_button.et_pb_button:hover:before {
    border-radius: 0 20px 0 20px;
}

body #page-container .et_pb_section .wandshomev3_section1_slider.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev{
	opacity: 1 !important;
	font-size: 90px !important;
line-height: 1;
	left: 0;
	-webkit-transition: color .2s ease-out,left .2s ease-out,right .2s ease-out,padding .2s ease-out;
-ms-transition: color .2s ease-out,left .2s ease-out,right .2s ease-out,padding .2s ease-out;
transition: color .2s ease-out,left .2s ease-out,right .2s ease-out,padding .2s ease-out;
}

body #page-container .et_pb_section .wandshomev3_section1_slider.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next{
	opacity: 1 !important;
	font-size: 90px !important;
line-height: 1;
	right: 0;
	-webkit-transition: color .2s ease-out,left .2s ease-out,right .2s ease-out,padding .2s ease-out;
-ms-transition: color .2s ease-out,left .2s ease-out,right .2s ease-out,padding .2s ease-out;
transition: color .2s ease-out,left .2s ease-out,right .2s ease-out,padding .2s ease-out;
}

body #page-container .et_pb_section .wandshomev3_section1_slider.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-prev:hover{
	left: -10px;
}

body #page-container .et_pb_section .wandshomev3_section1_slider.et_pb_slider .et-pb-slider-arrows .et-pb-arrow-next:hover{
	right: -10px;
}

.wandshomev3_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.wandshomev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	position: absolute;
    top: 40px;
    bottom: 40px;
    left: 30px;
    right: 30px;
    padding: 40px;
    background: var(--titlebefore);
    margin: auto;
    border: 6px solid var(--white);
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wandshomev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container:hover{
	background: var(--pink);
}

.wandshomev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
	font-size: 30px;
	line-height: 35px;
	letter-spacing: .1em;
	font-weight: 500;
	color: var(--white);
}

.wandshomev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	position: relative;
    display: inline-block;
    vertical-align: middle;
}

.wandshomev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before{
	content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.wandshomev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover:before{
	width: calc(100% - 4px);
}

.wandshomev3_section3_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .wandshomev3_section3_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.wandshomev3_section3_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.wandshomev3_section3_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--pink);
    font-size: 30px;
}

.wandshomev3_section3_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--pink);
}

.wandshomev3_section3_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--pink);
}

.wandshomev3_section3_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.wandshomev3_section4_blog .et_pb_post{
	padding: 0 !important;
	display: flex;
    flex-direction: column;
}

.wandshomev3_section4_blog .et_pb_post .et_pb_image_container{
	margin: 0 0 30px !important;
	order: 1;
}

.wandshomev3_section4_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
	position: relative;
    display: inline-block;
}

.wandshomev3_section4_blog .et_pb_post .et_pb_image_container .entry-featured-image-url:before{
	content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    z-index: 1;
}

.wandshomev3_section4_blog .et_pb_post .et_pb_image_container .entry-featured-image-url:hover:before{
	background-color: rgba(0,0,0,.5);
}

.wandshomev3_section4_blog .et_pb_post .post-content .post-content-inner{
	margin: 0 0 15px !important;
}

.wandshomev3_section4_blog .et_pb_post .post-content{
	order: 4;
}

.wandshomev3_section4_blog .et_pb_post .more-link:before{
	content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: currentColor;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
}

.wandshomev3_section4_blog .et_pb_post .more-link:hover:before{
	width: 100%;
}

.wandshomev3_section4_blog .pagination a {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 15px 30px;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.wandshomev3_section4_blog .pagination a:before {
    position: absolute;
    content: '';
    width: 93%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev3_section4_blog .pagination a:hover {
    border-radius: 0 20px 0 20px;
}

.wandshomev3_section4_blog .pagination a:hover:before {
    border-radius: 0 20px 0 20px;
}

.wandshomev3_section5_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
	font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
	font-size: 32px;
    line-height: 1.313em;
    letter-spacing: .1em;
	padding: 0 !important;
}

.wandshomev3_section5_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
	margin: 19px 0;
	font-weight: 300;
    color: var(--white);
	font-size: 16px;
    line-height: 1.75em;
	padding: 0 !important;
}

.wandshomev3_section5_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	display: inline-block;
    margin: 13px 0 0;
	padding: 14px 42px;
    font-size: 12px;
	line-height: 2em;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
	color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}

.wandshomev3_section5_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover{
	-webkit-box-shadow: inset 0 0 0 1px var(--white)!important;
    box-shadow: inset 0 0 0 1px var(--white)!important;
}

.wandshomev3_section6_person .et_pb_team_member_description div{
	order: 3;
}

.wandshomev3_section6_person .et_pb_team_member_image img{
	width: 242px;
	height: 242px;
	object-fit: cover;
    object-position: center;
	border-radius: 50%;
}

.wandshomev3_section6_person .et_pb_member_social_links a{
	-webkit-text-stroke: 1px var(--light-pink);
}

.wandshomev3_section6_person .et_pb_member_social_links li:last-child{
	margin: 0 !important;
}

.wandshomev3_section7_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2px;
}

.wandshomev3_section8_cta .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandshomev3_section8_cta .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

.wandshomev3_section9_email .et_pb_newsletter_fields {
    position: relative;
}

.wandshomev3_section9_email .et_pb_newsletter_form p.et_pb_newsletter_field {
    padding-bottom: 0 !important;
}

.wandshomev3_section9_email .et_pb_newsletter_form .input {
    width: 100%;
    height: 64px;
}

.wandshomev3_section10_price .et_pb_pricing_table .et_pb_button_wrapper{
	padding: 22px 15px 55px;
}

.wandshomev3_section11_product .product .button {
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 0.6s;
    transition: all ease 0.6s;
    padding: 12px 25px !important;
    background-color: var(--light-pink);
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-box-shadow: 0 2px 1px 0.5px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 1px 0.5px rgb(0 0 0 / 5%);
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 80%;
    margin: 0 auto;
}

.wandshomev3_section11_product .product .button:hover, .wandshomev3_section11_product .product .added_to_cart:hover {
    background: var(--pink);
}

.wandshomev3_section11_product .product:hover .et_shop_image .button {
    opacity: 1;
    visibility: visible;
}

.wandshomev3_section11_product .product .added_to_cart:after, .wandshomev3_section11_product .product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 14px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
}

.wandshomev3_section11_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 16px;
    transform: none;
}

.wandshomev3_section11_product .product .added_to_cart {
    bottom: 15px;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    padding: 12px 25px !important;
    background-color: var(--light-pink);
    border-radius: 30px;
    text-transform: capitalize;
    -webkit-box-shadow: 0 2px 1px 0.5px rgb(0 0 0 / 5%);
    box-shadow: 0 2px 1px 0.5px rgb(0 0 0 / 5%);
    border: 0 !important;
    font-size: 14px;
    color: var(--white);
    line-height: 1;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 80%;
    margin: 0 auto;
    line-height: 1.7em !important;
}

.wandshomev3_section11_product .product .added_to_cart:after {
    content: '\4e' !important;
}

.wandshomev3_section11_product .page-numbers, .wandshomev3_section11_product .page-numbers li {
    border: none !important;
}

.wandshomev3_section11_product .page-numbers li .page-numbers:hover, .wandshomev3_section11_product .page-numbers li .page-numbers.current {
    background: var(--pink);
}

.wandshomev3_section11_product .page-numbers li .page-numbers {
    background-color: var(--light-pink);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}

.wandshomev3_section11_product .page-numbers li .page-numbers:hover:before, .wandshomev3_section11_product .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}

.wandshomev3_section11_product .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--light-pink);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width: 981px){
	.wandshomev3_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h3 {
    line-height: 50px;
    letter-spacing: 7px;
    font-weight: 300;
    font-size: 30px;
    color: var(--white);
}
	
	.wandshomev3_section5_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    font-size: 30px;
    line-height: 1.313em;
    letter-spacing: .1em;
    padding: 0 !important;
}
	
	.wandshomev3_section4_blog .pagination .alignleft, .wandshomev3_section4_blog .pagination .alignright{
		float: unset;
		text-align: center;
	}
}

@media only screen and (max-width: 767px){
	.wandshomev3_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h3 {
    line-height: 40px;
    letter-spacing: 7px;
    font-weight: 300;
    font-size: 24px;
    color: var(--white);
}
	
	.wandshomev3_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h6 {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 16px;
    color: var(--white);
}
	
	.wandshomev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: .1em;
    font-weight: 500;
    color: var(--white);
}
	
	.wandshomev3_section11_product.et_pb_shop ul.products.columns-4 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.wandshomev3_section5_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3 {
    font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    font-size: 24px;
    line-height: 1.313em;
    letter-spacing: .1em;
    padding: 0 !important;
}
}

/*-------- Home V4 --------*/
.wandshomev4_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandshomev4_section2_blurb .et_pb_module_header{
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandshomev4_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.wandshomev4_section2_blurb.et_pb_blurb:hover .et_pb_module_header{
	color: var(--white) !important;
}

.wandshomev4_section4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .pricing-title{
	margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wandshomev4_section4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .pricing-title h5{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
	line-height: 1.2;
	color: var(--title);
	padding-bottom: 0;
}

.wandshomev4_section4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .pricing-title h4{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
	line-height: 1.2;
	color: var(--pink);
	padding-bottom: 0;
}

.wandshomev4_section4_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h6{
	color: var(--body);
    font-weight: 400;
    line-height: 1.8;
    font-size: 18px;
	padding-bottom: 0;
}

.wandshomev4_section5_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandshomev4_section5_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

.wandshomev4_section6_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 60px;
    height: 60px;
    border-radius: 50%;
	object-fit: cover;
    object-position: center;
}

.wandshomev4_section6_column:hover .wandshomev4_section6_text:before{
	height: 100%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.wandshomev4_section6_column:hover .wandshomev4_section6_text:after{
	width: 100%;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.wandshomev4_section7_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.wandshomev4_section8_blog .et_pb_post {
	padding: 0;
}

.wandshomev4_section8_blog .et_pb_post .et_pb_image_container{
	margin: 0 !important;
    margin-bottom: 20px !important;
}

.wandshomev4_section8_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
}

.wandshomev4_section8_blog .et_pb_post .wandshomev4_section8_blog_categorytitle{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: space-between;
}

.wandshomev4_section8_blog .et_pb_post .wandshomev4_section8_blog_categorytitle .author{
	position: relative;
    font-size: 15px;
    line-height: 1.5em!important;
    color: var(--body) !important;
    display: flex;
    align-items: center;
}

.wandshomev4_section8_blog .et_pb_post .wandshomev4_section8_blog_categorytitle .author:before{
	content: "\e08a";
    font-family: ETmodules;
    display: block;
    margin-right: 5px;
}

.wandshomev4_section8_blog .et_pb_post .wandshomev4_section8_blog_categorytitle .category{
	position: relative;
    font-size: 15px;
    line-height: 1.5em!important;
    color: var(--body) !important;
    display: flex;
    align-items: center;
}

.wandshomev4_section8_blog .et_pb_post .wandshomev4_section8_blog_categorytitle .category:before{
	content: "\e07c";
    font-family: ETmodules;
    display: block;
    margin-right: 5px;
}

.wandshomev4_section8_blog .et_pb_post .entry-title a:hover{
	color: var(--pink) !important;
}

.wandshomev4_section8_blog .pagination a {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 15px 30px;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.wandshomev4_section8_blog .pagination a:before {
    position: absolute;
    content: '';
    width: 93%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev4_section8_blog .pagination a:hover {
    border-radius: 0 20px 0 20px;
}

.wandshomev4_section8_blog .pagination a:hover:before {
    border-radius: 0 20px 0 20px;
}

.wandshomev4_section9_product .product .button{
	display: none;
}

.wandshomev4_section9_product .woocommerce ul.products li.product .et_shop_image{
	overflow: hidden;
    position: relative;
	margin-bottom: 0;
}

.wandshomev4_section9_product .woocommerce ul.products li.product .et_shop_image:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: var(--pink);
}

.wandshomev4_section9_product .woocommerce ul.products li.product:hover .et_shop_image:before{
	opacity: 0.5;
}

.wandshomev4_section9_product .woocommerce ul.products li.product .et_shop_image img{
	margin-bottom: 0 !important;
}

.wandshomev4_section9_product .woocommerce ul.products li.product .wandshomev4_section9_product_starrating{
	position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 10px !important;
    right: -125px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: var(--white);
    padding-bottom: 5px !important;
}

.wandshomev4_section9_product .woocommerce ul.products li.product:hover .wandshomev4_section9_product_starrating{
	right: 0;
}

.wandshomev4_section9_product .woocommerce ul.products li.product  .star-rating{
	margin: 0 !important;
	font-size: 14px !important;
}

.wandshomev4_section9_product .page-numbers, .wandshomev4_section9_product .page-numbers li {
    border: none !important;
}
  
  .wandshomev4_section9_product .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandshomev4_section9_product .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev4_section9_product .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandshomev4_section9_product .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

.wandshomev4_section10_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	position: absolute;
    top: 0;
    z-index: -1;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
}

.wandshomev4_section10_column:hover .wandshomev4_section10_text:before{
	height: 100%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.wandshomev4_section10_column:hover .wandshomev4_section10_text:after{
	width: 100%;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.wandshomev4_section13_blurb .et_pb_blurb_content  .et_pb_blurb_container{
	position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    bottom: 35px;
    text-align: center;
}

.wandshomev4_section13_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h4{
	line-height: 1.4;
    font-size: 27px;
	font-weight: 500;
	color: var(--white) !important;
	padding-bottom: 5px;
}

.wandshomev4_section13_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h6{
	font-weight: 400;
    line-height: 1.8;
    font-size: 18px;
	color: var(--white) !important;
    opacity: 0.7;
	padding-bottom: 0;
}

.wandshomev4_section13_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(282.18deg, rgba(0, 0, 0, 0) 6.02%, #000000 118.19%);
    background-image: -o-linear-gradient(282.18deg, rgba(0, 0, 0, 0) 6.02%, #000000 118.19%);
    background-image: linear-gradient(167.82deg, rgba(0, 0, 0, 0) 6.02%, #000000 118.19%);
}

@media only screen and (max-width: 981px){
	.wandshomev4_section7_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
	
	.wandshomev4_section8_blog .pagination .alignleft, .wandshomev4_section8_blog .pagination .alignright{
		float: unset;
    text-align: center;
	}
}

@media only screen and (max-width: 767px){
	.wandshomev4_section9_product.et_pb_shop ul.products.columns-4 li.product{
		width: 100% !important;
		margin-right: 0 !important;
	}
	
	.wandshomev4_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .pricing-title {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}
	
	.wandshomev4_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .pricing-title h5 {
    padding-bottom: 10px;
}
	
	.wandshomev4_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .pricing-title h4 {
    padding-bottom: 10px;
}
}

/*-------- About Us V2 --------*/
.wandsaboutusv2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsaboutusv2_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	-webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.wandsaboutusv2_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 30px;
}

.wandsaboutusv2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container{
position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-color: var(--light-pink);
    width: 150px;
    height: 150px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wandsaboutusv2_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container{
	opacity: 1;
    top: 50%;
    visibility: visible;
}

.wandsaboutusv2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container:before{
	position: absolute;
    content: '';
    width: 180px;
    height: 180px;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid var(--white);
    z-index: -1;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsaboutusv2_section3_blurb:hover .et_pb_blurb_content .et_pb_blurb_container:before{
	top: 50%;
}

.wandsaboutusv2_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.wandsaboutusv2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	border-bottom: 1px solid var(--white);
	display: inline-block;
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsaboutusv2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover{
	letter-spacing: 1px;
}

.wandsaboutusv2_section5_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .wandsaboutusv2_section5_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.wandsaboutusv2_section5_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.wandsaboutusv2_section5_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--pink);
    font-size: 30px;
}

.wandsaboutusv2_section5_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--pink);
}

.wandsaboutusv2_section5_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--pink);
}

.wandsaboutusv2_section5_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.wandsaboutusv2_section6_person .et_pb_team_member_image img{
	width: 100% !important;
	max-width: 100% !important;
}

.wandsaboutusv2_section6_person .et_pb_member_social_links li{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}

.wandsaboutusv2_section6_person:hover .et_pb_member_social_links li{
	opacity: 1;
    visibility: visible;
}

.wandsaboutusv2_section6_person .et_pb_member_social_links li a{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--white);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsaboutusv2_section6_person .et_pb_member_social_links li a:hover{
	background-color: var(--pink);
}

.wandsaboutusv2_section6_person .et_pb_member_social_links li:nth-child(1){
	position: relative;
    left: -20px;
}

.wandsaboutusv2_section6_person:hover .et_pb_member_social_links li:nth-child(1){
	left: 0;
}

.wandsaboutusv2_section6_person .et_pb_member_social_links li:nth-child(2){
	position: relative;
    bottom: -20px;
}

.wandsaboutusv2_section6_person:hover .et_pb_member_social_links li:nth-child(2){
	bottom: 0;
}

.wandsaboutusv2_section6_person .et_pb_member_social_links li:nth-child(3){
	position: relative;
    right: -20px;
}

.wandsaboutusv2_section6_person:hover .et_pb_member_social_links li:nth-child(3){
	right: 0;
}

.wandsaboutusv2_section7_video .et_pb_video_play:after{
	content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.wandsaboutusv2_section7_video .fluid-width-video-wrapper{
	padding-top: 40% !important;
}

@media only screen and (max-width: 767px){
	.wandsaboutusv2_section7_video .fluid-width-video-wrapper {
    padding-top: 80% !important;
}
}

/*-------- About Us V3 --------*/
.wandsaboutusv3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 40px;
    margin-left: 40px;
    border-left: 1px solid rgba(50, 50, 50, 0.1);
}

.wandsaboutusv3_section3_cta .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandsaboutusv3_section3_cta .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

.wandsaboutusv3_section4_cta .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandsaboutusv3_section4_cta .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

.wandsaboutusv3_section5_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding: 35px 0px;
    border: 1px solid rgba(50, 50, 50, 0.1);
    -webkit-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
}

.wandsaboutusv3_section5_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	-webkit-transition: color 200ms ease-out;
    transition: color 200ms ease-out;
}

.wandsaboutusv3_section5_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.wandsaboutusv3_section6_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
	font-size: 15px;
	line-height: 1.8em;
	color: rgba(250, 250, 250, 0.6);
	padding-bottom: 20px;
}

.wandsaboutusv3_section6_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	color: var(--white)!important;
    border-width: 0px!important;
    border-radius: 0px;
    font-size: 15px;
    background-color: var(--pink);
	padding-top: 12px!important;
    padding-right: 30px!important;
    padding-bottom: 12px!important;
    padding-left: 30px!important;
	display: inline-block;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0!important;
}

.wandsaboutusv3_section6_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover{
	border-radius: 0 20px 0 20px!important;
}

.wandsaboutusv3_section6_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:before{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandsaboutusv3_section6_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsaboutusv3_section6_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	max-height: 0;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: transform 400ms ease, max-height 400ms ease;
    transition: transform 400ms ease, max-height 400ms ease;
}

.wandsaboutusv3_section6_column:hover .wandsaboutusv3_section6_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	max-height: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform 300ms ease, max-height 800ms ease;
    transition: transform 300ms ease, max-height 800ms ease;
}

.wandsaboutusv3_section6_column:hover .wandsaboutusv3_section6_blurb1{
	-webkit-transform: translateY(-12px);
    transform: translateY(-12px);
}

.wandsaboutusv3_section7_person:hover .et_pb_member_social_links{
	opacity: 1 !important;
    -webkit-transform: translateY(0px);
    transform: translateY(0px) !important;
}

.wandsaboutusv3_section7_person .et_pb_member_social_links li:last-child{
	margin: 0 !important;
}

.wandsaboutusv3_section7_person .et_pb_team_member_image:before{
	opacity: 0;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(50, 50, 50, 0.75);
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
}

.wandsaboutusv3_section7_person:hover .et_pb_team_member_image:before{
	opacity: 0.4;
}

@media only screen and (max-width: 981px){
	.wandsaboutusv3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 1px solid rgba(50, 50, 50, 0.1);
}
}

/*-------- Service V1 --------*/
.wandsservicev1_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: var(--pink);
}

.wandsservicev1_section2_column:hover .wandsservicev1_section2_blurb{
	-webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.wandsservicev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header a{
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandsservicev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header a:hover{
	color: var(--pink) !important;
}

.wandsservicev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description a{
	position: relative;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	display: flex;
    align-items: center;
    justify-content: center;
}

.wandsservicev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description a:hover{
	color: var(--title) !important;
}

.wandsservicev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description a:after{
	content: "\24";
	font-family: ETmodules;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandsservicev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description a:hover:after{
	margin-left: 10px;
}

.wandsservicev1_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandsservicev1_section4_blurb .et_pb_module_header{
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandsservicev1_section4_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.wandsservicev1_section4_blurb.et_pb_blurb:hover .et_pb_module_header{
	color: var(--white) !important;
}

/*-------- Service V2 --------*/
.wandsservicev2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    position: relative;
  }
  
  .wandsservicev2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before, .wandsservicev2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after{
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    transition: all 0.3s linear;
  }
  
  .wandsservicev2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-animation: blobbing-reverse 25s ease-in-out infinite both alternate;
    animation: blobbing-reverse 25s ease-in-out infinite both alternate;
  }
  
  .wandsservicev2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after{
    opacity: 1;
    -webkit-animation: blobbing 25s ease-in-out infinite both alternate;
    animation: blobbing 25s ease-in-out infinite both alternate;
    background-color: var(--pink-light);
  }
  
  .wandsservicev2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transition: all 0.3s linear;
  }
  
  .wandsservicev2_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }
  
  .wandsservicev2_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
    background-color: rgba(0,0,0,0);
  }
  
  .wandsservicev2_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:after{
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
  }

.wandsservicev2_section2_blurb.et_pb_blurb .et_pb_module_header a:hover{
	color: var(--pink) !important;
}
  
  @-webkit-keyframes blobbing-reverse {
    0%,
    100% {
      border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%; }

    7% {
      border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%; }

    14% {
      border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%; }

    21% {
      border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%; }

    28% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    35% {
      border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%; }

    42% {
      border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%; }

    49% {
      border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%; }

    56% {
      border-radius: 43% 67% 29% 71% / 43% 46% 54% 57%; }

    63% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    70% {
      border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%; }

    77% {
      border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%; }

    84% {
      border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%; }

    91% {
      border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%; }
  }
  
  @-webkit-keyframes blobbing {
    0%,
    100% {
      border-radius: 67% 33% 43% 57% / 27% 28% 72% 73%; }

    7% {
      border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%; }

    14% {
      border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%; }

    21% {
      border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%; }

    28% {
      border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%; }

    35% {
      border-radius: 33% 67% 29% 71% / 43% 46% 54% 57%; }

    42% {
      border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%; }

    49% {
      border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%; }

    56% {
      border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%; }

    63% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    70% {
      border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%; }

    77% {
      border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%; }

    84% {
      border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%; }

    91% {
      border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%; }
  }

.wandsservicev2_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 76px;
	max-width: 76px;
    height: 74px;
	object-fit: cover;
    object-position: center;
    border-radius: 10px!important;
}

.wandsservicev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
	display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: -8px;
}

.wandsservicev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5 a{
	color: var(--title);
    font-size: 18px;
}

.wandsservicev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5 a:hover{
	color: var(--pink);
}

.wandsservicev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5 span.border{
	flex: 1;
    margin: 0 7px 16px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.wandsservicev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5 span{
	font-size: 14px;
    color: var(--body);
    margin: 2px 22px 0 0;
}

.wandsservicev2_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
	color: var(--body);
}

.wandsservicev2_section5_gallery .et_pb_gallery_item:before{
    content: '\e09a';
    font-family: ETmodules;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: var(--white);
    font-size: 32px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all ease .4s;
}

.wandsservicev2_section5_gallery .et_pb_gallery_item:after{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1;
    opacity: 0;
    background: rgba(37,37,37,.26);
    visibility: hidden;
    transition: all ease .4s;
}

.wandsservicev2_section5_gallery .et_pb_gallery_item .et_pb_gallery_image img{
	width: 100%;
    -webkit-transition: all .3s ease-out;
    -mozi-transition: all .3s ease-out;
    transition: all .3s ease-out;
    overflow: hidden;
}

.wandsservicev2_section5_gallery .et_pb_gallery_item:hover:before{
	visibility: visible;
    opacity: 1;
    transition-delay: .4s;
}

.wandsservicev2_section5_gallery .et_pb_gallery_item:hover:after{
	height: 100%;
    opacity: 1;
    visibility: visible;
}

.wandsservicev2_section5_gallery .et_pb_gallery_item:hover .et_pb_gallery_image img{
	transform: scale(1.1) rotate(1.5deg);
    -moz-transform: scale(1.1) rotate(1.5deg);
    -webkit-transform: scale(1.1) rotate(1.5deg);
    -ms-transform: scale(1.1) rotate(1.5deg);
    -o-transform: scale(1.1) rotate(1.5deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

/*-------- Home V5 --------*/
.wandshomev5_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h3{
line-height: 90px;
letter-spacing: 0px;
font-weight: 400;
font-size: 60px;
padding: 0px;
	color: var(--white);
}

.wandshomev5_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h6{
font-style: italic;
line-height: 25px;
letter-spacing: 0px;
font-weight: 400;
font-size: 18px;
padding: 0px;
color: var(--white);
}

.wandshomev5_section1_slider .et_pb_slide .et_pb_slide_title{
	position: relative;
}

.wandshomev5_section1_slider .et_pb_slide .et_pb_slide_title:before{
	content: "";
position: absolute;
top: -85px;
background: #fff;
height: 65px;
width: 2px;
left: 50%;
transform: translateX(-50%);	
}

.wandshomev5_section1_slider .et_pb_slide .et_pb_button_wrapper:after{
	content: "";
position: absolute;
bottom: 85px;
background: #fff;
height: 65px;
width: 2px;
left: 50%;
transform: translateX(-50%);	
}

.wandshomev5_section1_slider .et-pb-arrow-prev{
	left: 22px !important;
opacity: 1 !important;
}

.wandshomev5_section1_slider .et-pb-arrow-next{
	right: 22px !important;
opacity: 1 !important;
}

body #page-container .et_pb_section .wandshomev5_section1_slider.et_pb_slider .et_pb_more_button.et_pb_button::after {
  position: absolute;
  content: '' !important;
  width: 95%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1px solid var(--white);
  border-radius: 20px 0 20px 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 1 !important;
  margin: 0 !important;
}

body #page-container .et_pb_section .wandshomev5_section1_slider.et_pb_slider .et_pb_more_button.et_pb_button:hover::after {
  border-radius: 0 20px 0 20px;
}

.wandshomev5_section3_blurb.et_pb_blurb .et_pb_module_header a:hover{
	color: var(--pink) !important;
}

.wandshomev5_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	transform: scale(1.01);
transition: all .7s ease;
}

.wandshomev5_section3_column:hover .wandshomev5_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	transform: scale(1.07) rotate(.5deg);
}

.wandshomev5_section3_column .wandshomev5_section3_button:hover:after{
	color: var(--pink) !important;
}

body #page-container .et_pb_section .wandshomev5_section3_column .wandshomev5_section3_button:hover{
	color: var(--pink) !important;
}

.wandshomev5_section6_person:hover .et_pb_member_social_links{
	opacity: 1 !important;
bottom: 25% !important;
}

.wandshomev5_section6_person .et_pb_member_social_links li{
	margin: 0 !important;
}

.wandshomev5_section6_person .et_pb_member_social_links li a{
	width: 33px;
height: 33px;
line-height: 33px;
}

.wandshomev5_section6_person .et_pb_member_social_links li a:hover{
	color: var(--pink) !important;
}

.wandshomev5_section6_person .et_pb_team_member_description:before{
	content: " ";
position: absolute;
height: 15px;
width: 15px;
border-radius: 50%;
transition: all .5s ease-in-out;
background-color: var(--pink);
	left: -10px;
top: -10px;
}

.wandshomev5_section6_person:hover .et_pb_team_member_description:before{
	left: -10px;
top: 96%;
}

.wandshomev5_section6_person .et_pb_team_member_description:after{
	content: " ";
position: absolute;
height: 15px;
width: 15px;
border-radius: 50%;
transition: all .5s ease-in-out;
background-color: var(--pink);
	right: -10px;
bottom: -10px;
}

.wandshomev5_section6_person:hover .et_pb_team_member_description:after{
	right: -10px;
bottom: 92%;
}

.wandshomev5_section7_cta .et_pb_button:after{
	position: absolute;
content: '' !important;
width: 95%;
height: 85%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
border: 1px solid #fff;
border-radius: 20px 0 20px 0;
-webkit-transition: .5s all ease;
transition: .5s all ease;
opacity: 1 !important;
margin: 0 !important;
}

.wandshomev5_section7_cta .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

.wandshomev5_section7_video .fluid-width-video-wrapper{
	padding-top: 70% !important;
}

.wandshomev5_section7_video .et_pb_video_overlay .et_pb_video_play:after{
	content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 50%;
background-color: var(--white);
width: 100px;
height: 100px;
opacity: .4;
z-index: -1;
}

.wandshomev5_section7_video .et_pb_video_overlay .et_pb_video_play:hover:after{
	-webkit-animation: prittyphoto 1.05s infinite;
-moz-animation: prittyphoto 1.05s infinite;
-ms-animation: prittyphoto 1.05s infinite;
-o-animation: prittyphoto 1.05s infinite;
animation: prittyphoto 1.05s infinite;
}

@-webkit-keyframes prittyphoto {
 100% {
  width:200%;
  height:200%;
  opacity:0
 }
}
@keyframes prittyphoto {
 100% {
  width:200%;
  height:200%;
  opacity:0
 }
}

.wandshomev5_section8_blog .et_pb_post{
	padding: 8px;
background-color: var(--white);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
	display: flex;
flex-direction: column;
}

.wandshomev5_section8_blog .et_pb_post .et_pb_image_container{
	margin: 0 !important;
	order: 1;
	position: relative;
	overflow: hidden;
}

.wandshomev5_section8_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
}

.wandshomev5_section8_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	transform: scale(1.01);
transition: all .7s ease;
}

.wandshomev5_section8_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	transform: scale(1.07) rotate(.5deg);
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content{
	padding: 25px 20px 20px 20px;
	order: 2;
display: flex;
flex-direction: column;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .entry-title{
	order: 2;
	padding-bottom: 0;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .entry-title a:hover{
	color: var(--pink) !important;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .post-meta{
	order: 1;
	margin: 0 0 7px 0;
font-size: 13px;
padding: 0 2px 1px 0;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .post-content{
	order: 3;
	padding-top: 18px;
padding-bottom: 0;
margin-top: 23px;
border-top: 1px solid #eaeff5;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .post-meta .published{
	position: relative;
	margin-right: 5px;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .post-meta .published:hover{
	color: var(--pink) !important;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .post-meta .published:before{
	content: "\e023";
	font-family: ETmodules;
	margin-right: 5px;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .post-meta a{
	position: relative;
	margin-left: 5px;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .post-meta a:hover{
	color: var(--pink) !important;
}

.wandshomev5_section8_blog .et_pb_post .wandshomev5_section8_blog_content .post-meta a:before{
	content: "\e018";
	font-family: ETmodules;
	margin-right: 5px;
}

.wandshomev5_section8_blog .pagination a {
  display: inline-block;
  background-color: var(--pink) !important;
  padding: 15px 30px;
  border: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 1;
  z-index: 1;
  position: relative;
  border-radius: 20px 0 20px 0;
}

.wandshomev5_section8_blog .pagination a::before {
  position: absolute;
  content: '';
  width: 93%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1px solid var(--white);
  border-radius: 20px 0 20px 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.wandshomev5_section8_blog .pagination a:hover {
  border-radius: 0 20px 0 20px;
}

.wandshomev5_section8_blog .pagination a:hover::before {
  border-radius: 0 20px 0 20px;
}

.wandshomev5_section10_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 218px;
	height: 218px;
	object-fit: cover;
	border-radius: 50%;
	border: 8px solid #fff;
	-webkit-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.wandshomev5_section10_blurb.et_pb_blurb .et_pb_module_header a:hover{
	color: var(--pink) !important;
}

.wandshomev5_section10_column:hover .wandshomev5_section10_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	border-color: var(--pink) !important;
}

.wandshomev5_section11_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .wandshomev5_section11_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.wandshomev5_section11_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.wandshomev5_section11_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--pink);
    font-size: 30px;
}

.wandshomev5_section11_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--pink);
}

.wandshomev5_section11_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--pink);
}

.wandshomev5_section11_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.wandshomev5_section12_gallery .et_pb_gallery_item .et_pb_gallery_image{
	position: relative;
}

.wandshomev5_section12_gallery .et_pb_gallery_item .et_pb_gallery_image:before{
	content: "";
	position: absolute;
top: 5px;
bottom: 5px;
left: 5px;
right: 5px;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
visibility: hidden;
background: var(--pink);
}

.wandshomev5_section12_gallery .et_pb_gallery_item:hover .et_pb_gallery_image:before{
	opacity: 0.7;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.wandshomev5_section12_gallery .et_pb_gallery_item .et_pb_gallery_image:after{
	content: "\e075";
	font-family: ETmodules;
	opacity: 0;
visibility: hidden;
	position: absolute;
top: 50%;
left: 50%;
color: var(--pink);
background: #fff;
width: 45px;
height: 45px;
border-radius: 50%;
text-align: center;
line-height: 45px;
font-size: 16px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

.wandshomev5_section12_gallery .et_pb_gallery_item:hover .et_pb_gallery_image:after{
	opacity: 1;
visibility: visible;
}

.wandshomev5_section13_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	background-color: var(--white);
border-radius: 50%;
height: 89px;
width: 89px;
-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
display: flex;
align-items: center;
justify-content: center;
}

.wandshomev5_section13_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	content: '';
left: -20px;
top: -20px;
position: absolute;
display: inline-block;
width: 125px;
height: 125px;
border: 2px dashed var(--body);
border-radius: 50%;
}

.wandshomev5_section13_column:hover .wandshomev5_section13_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	animation-name: processrotate;
animation-duration: 14s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: processrotate;
-webkit-animation-duration: 14s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: processrotate;
-moz-animation-duration: 14s;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: processrotate;
-ms-animation-duration: 14s;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-animation-name: processrotate;
-o-animation-duration: 14s;
-o-animation-iteration-count: infinite;
-o-animation-timing-function: linear;
	border-color: var(--pink);
}

@-webkit-keyframes processrotate {
 0% {
  -webkit-transform:rotate(0);
  opacity:1
 }
 50% {
  -webkit-transform:rotate(180deg);
  opacity:.7
 }
 100% {
  -webkit-transform:rotate(360deg);
  opacity:1
 }
}
@-moz-keyframes processrotate {
 0% {
  -moz-transform:rotate(0);
  opacity:1
 }
 50% {
  -moz-transform:rotate(180deg);
  opacity:.7
 }
 100% {
  -moz-transform:rotate(360deg);
  opacity:1
 }
}
@-o-keyframes processrotate {
 0% {
  -o-transform:rotate(0);
  opacity:1
 }
 50% {
  -o-transform:rotate(180deg);
  opacity:.7
 }
 100% {
  -o-transform:rotate(360deg);
  opacity:1
 }
}
@keyframes processrotate {
 0% {
  transform:rotate(0);
  opacity:1
 }
 50% {
  transform:rotate(180deg)
 }
 100% {
  transform:rotate(360deg);
  opacity:1
 }
}

.wandshomev5_section13_column:hover .wandshomev5_section13_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	background: var(--pink);
}

.wandshomev5_section13_column:hover .wandshomev5_section13_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header{
	color: var(--pink) !important;
}

.wandshomev5_section14_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 0;
}

@media only screen and (max-width: 981px){
	.wandshomev5_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h3 {
  line-height: 50px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 40px;
  padding: 0px;
    padding-bottom: 0px;
  color: var(--white);
  padding-bottom: 10px;
}
	
	.wandshomev5_section1_slider .et_pb_slide .et_pb_button_wrapper::after{
		display: none;
	}
	
	.wandshomev5_section14{
		padding-bottom: 50px !important;
	}
	
	.wandshomev5_section14_column1{
		display: block !important;
		height: 40vh !important;
	}
	
	.wandshomev5_section8_blog .pagination .alignleft, .wandshomev5_section8_blog .pagination .alignright{
		float: unset;
    text-align: center;
	}
}

@media only screen and (max-width: 767px){
	.wandshomev5_section1_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h3 {
  line-height: 35px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 24px;
  padding: 0px;
    padding-bottom: 0px;
  color: var(--white);
  padding-bottom: 10px;
}
	
	.wandshomev5_section14_column2{
		padding: 30px !important;
	}
}

/*-------- About Us V4 --------*/
.wandsaboutusv4_section3_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .wandsaboutusv4_section3_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.wandsaboutusv4_section3_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.wandsaboutusv4_section3_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--pink);
    font-size: 30px;
}

.wandsaboutusv4_section3_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--pink);
}

.wandsaboutusv4_section3_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--pink);
}

.wandsaboutusv4_section3_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

.wandsaboutusv4_section4_person:hover .et_pb_member_social_links{
	opacity: 1 !important;
bottom: 25% !important;
}

.wandsaboutusv4_section4_person .et_pb_member_social_links li{
	margin: 0 !important;
}

.wandsaboutusv4_section4_person .et_pb_member_social_links li a{
	width: 33px;
height: 33px;
line-height: 33px;
}

.wandsaboutusv4_section4_person .et_pb_member_social_links li a:hover{
	color: var(--pink) !important;
}

.wandsaboutusv4_section4_person .et_pb_team_member_description:before{
	content: " ";
position: absolute;
height: 15px;
width: 15px;
border-radius: 50%;
transition: all .5s ease-in-out;
background-color: var(--pink);
	left: -10px;
top: -10px;
}

.wandsaboutusv4_section4_person:hover .et_pb_team_member_description:before{
	left: -10px;
top: 96%;
}

.wandsaboutusv4_section4_person .et_pb_team_member_description:after{
	content: " ";
position: absolute;
height: 15px;
width: 15px;
border-radius: 50%;
transition: all .5s ease-in-out;
background-color: var(--pink);
	right: -10px;
bottom: -10px;
}

.wandsaboutusv4_section4_person:hover .et_pb_team_member_description:after{
	right: -10px;
bottom: 92%;
}

.wandsaboutusv4_section5_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header, .wandsaboutusv4_section5_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
	-webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: visible;
    opacity: 1;
}

.wandsaboutusv4_section5_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
	position: absolute;
    visibility: hidden;
    opacity: 0;
    border-top-color: var(--pink) !important;
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
    margin-left: -6px;
    margin-bottom: -24px;
    bottom: 0;
    left: 50%;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

/*-------- Service V3 --------*/
.wandsservicev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	display: flex;
    align-items: center;
}

.wandsservicev3_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	margin-left: 20px;
}

.wandsservicev3_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 218px;
	height: 218px;
	object-fit: cover;
	border-radius: 50%;
	border: 8px solid #fff;
	-webkit-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

.wandsservicev3_section3_blurb.et_pb_blurb .et_pb_module_header a:hover{
	color: var(--pink) !important;
}

.wandsservicev3_section3_column:hover .wandsservicev3_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	border-color: var(--pink) !important;
}

.wandsservicev3_section4_gallery .et_pb_gallery_item .et_pb_gallery_image{
	position: relative;
}

.wandsservicev3_section4_gallery .et_pb_gallery_item .et_pb_gallery_image:before{
	content: "";
	position: absolute;
top: 5px;
bottom: 5px;
left: 5px;
right: 5px;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
opacity: 0;
visibility: hidden;
background: var(--pink);
}

.wandsservicev3_section4_gallery .et_pb_gallery_item:hover .et_pb_gallery_image:before{
	opacity: 0.7;
visibility: visible;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.wandsservicev3_section4_gallery .et_pb_gallery_item .et_pb_gallery_image:after{
	content: "\e075";
	font-family: ETmodules;
	opacity: 0;
visibility: hidden;
	position: absolute;
top: 50%;
left: 50%;
color: var(--pink);
background: #fff;
width: 45px;
height: 45px;
border-radius: 50%;
text-align: center;
line-height: 45px;
font-size: 16px;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

.wandsservicev3_section4_gallery .et_pb_gallery_item:hover .et_pb_gallery_image:after{
	opacity: 1;
visibility: visible;
}

.wandsservicev3_section5_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header, .wandsservicev3_section5_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
	-webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: visible;
    opacity: 1;
}

.wandsservicev3_section5_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:after{
	position: absolute;
    visibility: hidden;
    opacity: 0;
    border-top-color: var(--pink) !important;
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
    margin-left: -6px;
    margin-bottom: -24px;
    bottom: 0;
    left: 50%;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

.wandsservicev3_section5_price .et_pb_pricing_table .wandsservicev3_section5_price_content{
    padding: 30px 30px;
    transition: all 0.5s ease;
    background-color: var(--pink-light);
  }
  
  .wandsservicev3_section5_price:hover .et_pb_pricing_table .wandsservicev3_section5_price_content{
    background-color: var(--white) !important;
  }
  
  .wandsservicev3_section5_price .et_pb_pricing_table .et_pb_button_wrapper{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    background-color: var(--pink-light);
  }

.wandsservicev3_section5_price .et_pb_pricing_table:hover .et_pb_button_wrapper{
	background-color: var(--white) !important;
}
  
  .wandsservicev3_section5_price .et_pb_pricing_table .wandsservicev3_section5_price_content .et_pb_pricing_content ul li{
    padding-top: 17px;
    border-bottom: 1px solid var(--price_border);
    padding-bottom: 17px;
  }
  
  .wandsservicev3_section5_price .et_pb_pricing_table .wandsservicev3_section5_price_content .et_pb_pricing_content ul li:last-child{
    padding-bottom: 10px;
    border-bottom: 0;
  }

/*-------- Service V4 --------*/
.wandsservicev4_section2 .et_pb_row{
	display: flex;
    align-items: center;
}

.wandsservicev4_section3_blurb.et_pb_blurb .et_pb_module_header a:hover{
	color: var(--pink) !important;
}

.wandsservicev4_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	transform: scale(1.01);
transition: all .7s ease;
}

.wandsservicev4_section3_column:hover .wandsservicev4_section3_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	transform: scale(1.07) rotate(.5deg);
}

.wandsservicev4_section3_column .wandsservicev4_section3_button:hover:after{
	color: var(--pink) !important;
}

body #page-container .et_pb_section .wandsservicev4_section3_column .wandsservicev4_section3_button:hover{
	color: var(--pink) !important;
}

.wandsservicev4_section5_cta .et_pb_button:after{
	position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

.wandsservicev4_section5_cta .et_pb_promo_description .et_pb_module_header:before{
	display: block;
margin-bottom: 0;
content: '';
position: absolute;
top: -14px;
left: 0;
width: 36px;
height: 2px;
background-color: #fff;
}

@media only screen and (max-width: 981px){
	.wandsservicev4_section5_cta .et_pb_promo_description .et_pb_module_header:before {
    display: block;
    margin-bottom: 0;
    content: '';
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 2px;
    background-color: #fff;
}
}

/*-------- Service Detail V1 --------*/
.wandsservicedetailv1_section2_column2_text ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.wandsservicedetailv1_section2_column2_text ul li{
	padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom-color: rgba(50, 50, 50, 0.08);
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid rgba(250, 250, 250, 0.08);
}

.wandsservicedetailv1_section2_column2_text ul li span.time{
	flex-shrink: 0;
    margin-left: 20px;
    text-align: right;
}

.wandsservicedetailv1_section2_column2_text ul li:last-child{
	padding: 0;
    margin: 0;
    border-bottom: none;
}

.wandsservicedetailv1_section2_column2_text ul li:last-child span.time{
	color: var(--pink) !important;
}

.wandsservicedetailv1_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	box-shadow: 0 1px 15px rgb(50 50 50 / 10%);
    background-color: var(--white);
	padding: 35px;
}

.wandsservicedetailv1_section2_column2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description span{
	padding-bottom: 20px;
    display: inline-block;
}

.wandsservicedetailv1_section2_column1_row5_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.wandsservicedetailv1_section2_column1_row5_blurb:hover .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header{
	color: var(--white) !important;
}

.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__name{
	margin-bottom: 0;
    margin-right: auto;
    padding-right: 15px;
	position: relative;
    font-size: 16px;
    font-weight: 700;
    color: var(--text);
    line-height: initial;
    z-index: 2;
    background-color: var(--white);
	line-height: 1.75;
}

.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__duration{
	margin-bottom: 0;
	padding: 1px 10px;
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
    border-radius: 2px;
    border: 1px solid #e0e0e0;
    background-color: var(--white);
	position: relative;
    z-index: 2;
	line-height: 1.75;
}

.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__duration:before{
	position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 15px;
    background-color: var(--white);
    left: -16px;
}

.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__price{
	padding-left: 20px;
	font-size: 17px;
    font-weight: 700;
    line-height: initial;
    color: var(--text);
    background-color: var(--white);
	position: relative;
    z-index: 2;
	line-height: 1.75;
}

.wandsservicedetailv1_section2_column1_row6_text .pricing__list__description{
	margin-top: 10px;
	font-weight: 400;
    font-size: 16px;
	line-height: 1.75;
    color: var(--body);
}

.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__label{
	margin-bottom: 0;
	flex-shrink: 0;
    padding: 2px 15px;
    font-size: 13px;
    font-weight: 700;
    color: var(--white);
    border-radius: 1px;
    z-index: 2;
	background-color: var(--pink);
	line-height: 1.75;
}

.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head:after{
	position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 7px;
    border-bottom: 2px dotted rgba(50, 50, 50, 0.15);
}

.wandsservicedetailv1_section2_column1_row6_text1 .pricing__list__name{
	padding: 0 15px;
}

@media only screen and (max-width: 767px){
	.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head{
		text-align: center;
    flex-direction: column;
    justify-content: center;
		padding: 0;
	}
	
	.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__name{
		position: relative;
    margin-bottom: 10px;
    line-height: initial;
    z-index: 2;
    padding: 0;
    margin-right: unset;
	}
	
	.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__duration{
		padding: 1px 10px;
    margin-bottom: 10px;
	}
	
	.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__price{
		padding: 0;
	}
	
	.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head:after{
		display: none;
	}
	
	.wandsservicedetailv1_section2_column1_row6_text .pricing__list__description{
		text-align: center;
	}
	
	.wandsservicedetailv1_section2_column1_row6_text .pricing__list__head .pricing__list__label{
		margin-bottom: 10px;
	}
}

/*-------- Service Detail V2 --------*/
.wandsservicedetailv2_section2_column1_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    display: inline-block;
    margin: 8px 24px 8px 10px;
  }
  
  .wandsservicedetailv2_section2_column1_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    content: "";
    height: calc(100% + 70px);
    width: 1px;
    background-color: var(--download_background);
    display: block;
    position: absolute;
    right: 0;
    top: -32px;
  }
  
  .wandsservicedetailv2_section2_column1_blurb .et_pb_blurb_content .et_pb_blurb_container{
    padding-left: 20px; 
  }
  
  .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
    display: block;
  }
  
  .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a.phone{
    margin-top: 15px;
  }
  
  .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a.mail{
    margin-top: 5px;
  }
  
  .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a.phone:before{
    content: "\e090" !important;
    font-family: ETmodules;
    color: var(--white);
    margin-right: 10px;
  }
  
  .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a.phone:hover:before{
    color: var(--golden) !important;
  }
  
  .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a.mail:before{
    content: "\e076" !important;
    font-family: ETmodules;
    color: var(--white);
    margin-right: 10px;
  }
  
  .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a.mail:hover:before{
    color: var(--pink) !important;
  }
  
  .wandsservicedetailv2_section2_column1_cta .et_pb_promo_description div h3{
    font-size: 30px;
  }
  
  .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{
    float: left;
    margin-right: 28px !important;
  }
  
  .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p{
    padding: 0;
  }
  
  .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content p{
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: var(--body);
    letter-spacing: 0px;
  }
  
  .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content ul{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding-top: 10px
  }
  
  .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content li{
    font-size: 14px;
    padding-left: 27px !important;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    color: var(--body);
  }
  
  .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content li:last-child{
    padding-bottom: 0px; 
  }
  
  .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content li:before{
    content: '\5e';
    font-family: ETmodules;
    margin-right: .5rem!important;
    color: var(--pink);
  }
  
   .wandsservicedetailv2_section2_column2_tab ul li a{
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px 20px !important;
    margin-bottom: 0px;
    width: auto;
    position: relative;
    z-index: 3;
    transition: all .5s;
  }
  
  .wandsservicedetailv2_section2_column2_tab ul li:last-child{
    margin-right: 0 !important;
  }
  
  .wandsservicedetailv2_section2_column2_tab ul li a:before{
    font-size: 40px;
    top: 23px;
    position: relative;
    left: -5px;
    font-family: ETmodules;
    content: "\e08a";
  }

  .wandsservicedetailv2_section2_column2_person .et_pb_team_member_image:before{
    content: " ";
    background-color: var(--body);
    left: 0;
    right: 0;
    top: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0.5s;
  }
  
  .wandsservicedetailv2_section2_column2_person:hover .et_pb_team_member_image:before{
    opacity: .85;
    top: 0px;
    transition-delay: 0s;
  }
  
  .wandsservicedetailv2_section2_column2_person .et_pb_team_member_image .et_pb_member_social_links li{
    position: absolute;
    display: block;
    vertical-align: middle;
    position: relative;
    opacity: 0;
    margin: 0;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
  }
  
  .wandsservicedetailv2_section2_column2_person:hover .et_pb_team_member_image .et_pb_member_social_links li{
    opacity: 1;
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  
  .wandsservicedetailv2_section2_column2_person .et_pb_team_member_image .et_pb_member_social_links li a{
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    border-radius: 100%;
    border: 1px solid transparent;
    text-align: center;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
  }
  
  @media only screen and (max-width: 981px){
    .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content li:before{
    content: '\5e';
    font-family: ETmodules;
    margin-right: .5rem!important;
    color: var(--pink);
    display: block;
  }
    
    .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content img{
      float: none;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
    }
    
    .wandsservicedetailv2_section2_column2_person .et_pb_team_member_image img{
      height: 500px !important;
    object-fit: cover;
    object-position: center;
    }
    
    .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content li{
      font-size: 14px;
    padding-left: 0!important;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    }
    
    .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a.phone:before {
    content: "\e090" !important;
    font-family: ETmodules;
    color: var(--white);
    margin-right: 10px;
    display: block;
}
    
    .wandsservicedetailv2_section2_column1_blurb1 .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a.mail:before {
    content: "\e076" !important;
    font-family: ETmodules;
    color: var(--white);
    margin-right: 10px;
    display: block;
}
	  
	  .wandsservicedetailv2_section2 .wandsservicedetailv2_section2_column1{
		  max-width: 400px !important;
    float: unset;
    margin: auto;
	  }
  }
  
  @media only screen and (max-width: 767px){
    .wandsservicedetailv2_section2_column2_tab ul li a:before{
      display: none;
    }
    
    .wandsservicedetailv2_section2_column2_tab ul li a{
      display: inline-block;
    cursor: pointer;
    padding: 20px !important;
    margin-bottom: 0px;
    width: auto;
    position: relative;
    z-index: 3;
    transition: all .5s;
    }
    
    .wandsservicedetailv2_section2_column2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content li{
      font-size: 14px;
    padding-left: 0!important;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    }
  }

/*-------- Project V1 --------*/
.wandsprojectv1_section2_portfolio .et_pb_portfolio_item .wandsprojectv1_section2_portfolio_content{
	position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wandsprojectv1_section2_portfolio .et_pb_portfolio_item{
	position: relative;
}

.wandsprojectv1_section2_portfolio .et_pb_portfolio_item .et_portfolio_image img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.wandsprojectv1_section2_portfolio .et_pb_portfolio_item:hover .wandsprojectv1_section2_portfolio_content .et_pb_module_header{
	opacity: 1;
    margin-left: 0 !important;
}

.wandsprojectv1_section2_portfolio .et_pb_portfolio_item:hover .wandsprojectv1_section2_portfolio_content .post-meta{
	opacity: 1;
    margin-left: 0;
	-webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.wandsprojectv1_section2_portfolio .et_pb_portfolio_filters li {
    margin-right: 10px;
}

.wandsprojectv1_section2_portfolio .et_pb_portfolio_filters li a {
    border: none;
    border-radius: 0px !important;
	padding: 15px 40px;
	background: var(--pink-light);
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.wandsprojectv1_section2_portfolio .et_pb_portfolio_filters li a:hover{
	background: var(--pink);
	color: var(--white) !important;
}

@media only screen and (max-width: 981px){
	.wandsprojectv1_section2_portfolio .et_pb_portfolio_filters .clearfix{
		display: flex;
    align-items: center;
    justify-content: center;
	}
	
	.wandsprojectv1_section2_portfolio .et_pb_portfolio_filters li a{
		padding: 15px 30px;
	}
}

@media only screen and (max-width: 767px){
	.wandsprojectv1_section2_portfolio .et_pb_portfolio_filters .clearfix{
		display: block;
	}
	
	.wandsprojectv1_section2_portfolio .et_pb_portfolio_filters li{
		width: 100%;
    text-align: center;
    margin: 0 !important;
	}
}

/*-------- Project V2 --------*/
.wandsprojectv2_section2_portfolio .et_pb_portfolio_filters li {
    margin-right: 0px;
}

.wandsprojectv2_section2_portfolio .et_pb_portfolio_filters li a {
    border: none;
    border-radius: 0px !important;
    padding: 0 15px;
    position: relative;
    background: transparent !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    overflow: visible;
}

.wandsprojectv2_section2_portfolio .et_pb_portfolio_filters li a:after{
	background-color: var(--pink);
    content: "";
    height: 100%;
    opacity: .2;
    position: absolute;
    right: -2px;
    top: 0;
    transform: skew(-20deg,-20deg);
    -moz-transform: skew(-20deg,-20deg);
    -webkit-transform: skew(-20deg,-20deg);
    -o-transform: skew(-20deg,-20deg);
    width: 2px;
}

.wandsprojectv2_section2_portfolio .et_pb_portfolio_filters li:last-child a:after{
	display: none;
}

@media only screen and (max-width: 767px){
	.wandsprojectv2_section2_portfolio .et_pb_portfolio_filters li{
		width: 100%;
		text-align: center;
	}
	
	.wandsprojectv2_section2_portfolio .et_pb_portfolio_filters li a{
		padding: 0 0 15px 0;
	}
	
	.wandsprojectv2_section2_portfolio .et_pb_portfolio_filters li:last-child a{
		padding: 0px;
	}
	
	.wandsprojectv2_section2_portfolio .et_pb_portfolio_filters li a:after{
		display: none;
	}
}

/*-------- Project V3 --------*/
.wandsprojectv3_section2_portfolio .et_pb_portfolio_item{
	position: relative;
}

.wandsprojectv3_section2_portfolio .et_pb_portfolio_item:before{
	content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(40,40,40,.4);
    opacity: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 1;
}

.wandsprojectv3_section2_portfolio .et_pb_portfolio_item:hover:before{
	opacity: 1;
}

.wandsprojectv3_section2_portfolio .et_pb_portfolio_item .wandsprojectv3_section2_portfolio_content{
	position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    margin: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
	-webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
}

.wandsprojectv3_section2_portfolio .et_pb_portfolio_item:hover .wandsprojectv3_section2_portfolio_content{
	opacity: 1;
    visibility: visible;
}

.wandsprojectv3_section2_portfolio .et_pb_portfolio_filters li {
    margin-right: 0px;
}

.wandsprojectv3_section2_portfolio .et_pb_portfolio_filters li a {
    border: none;
    border-radius: 0px !important;
    padding: 0 15px;
    position: relative;
    background: transparent !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    overflow: visible;
}

.wandsprojectv3_section2_portfolio .et_pb_portfolio_filters li a:hover{
	color: var(--pink) !important;
}

@media only screen and (max-width: 767px){
	.wandsprojectv3_section2_portfolio .et_pb_portfolio_filters li{
		width: 100% !important;
		text-align: center;
	}
	
	.wandsprojectv3_section2_portfolio .et_pb_portfolio_filters li a{
		padding: 0 0 15px 0 !important;
	}
	
	.wandsprojectv3_section2_portfolio .et_pb_portfolio_filters li:last-child a{
		padding: 0px !important;
	}	
}

/*-------- Blog V1 --------*/
.wandsblogv1_section2_blog .et_pb_post{
	padding: 0 !important;
    display: flex;
    flex-direction: column;
}

.wandsblogv1_section2_blog .et_pb_post .et_pb_image_container{
	margin: 0 !important;
    order: 1;
	overflow: hidden;
}

.wandsblogv1_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
}

.wandsblogv1_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	-ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
	transition: all .3s;
}

.wandsblogv1_section2_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	-ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content{
	order: 2;
    display: flex;
    flex-direction: column;
	margin: 0 20px;
    margin-top: -40px;
	background: var(--white);
    position: relative;
	padding: 30px;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .entry-title{
	order: 2;
	padding-bottom: 15px;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .entry-title a:hover{
	color: var(--pink) !important;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-meta{
	order: 1;
	margin-bottom: 10px;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-content{
	order: 3;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-content .post-content-inner{
	padding-bottom: 10px;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-meta .published {
    position: relative;
    margin-right: 5px;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-meta .published:hover {
    color: var(--pink) !important;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-meta .published:before {
    content: "\e023";
    font-family: ETmodules;
    margin-right: 5px;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-meta a {
    position: relative;
    margin-left: 5px;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-meta a:hover {
    color: var(--pink) !important;
}

.wandsblogv1_section2_blog .et_pb_post .wandsblogv1_section2_blog_content .post-meta a:before {
    content: "\e018";
    font-family: ETmodules;
    margin-right: 5px;
}

.wandsblogv1_section2_blog .pagination a {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 15px 30px;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.wandsblogv1_section2_blog .pagination a:hover {
    border-radius: 0 20px 0 20px;
}

.wandsblogv1_section2_blog .pagination a:hover::before {
    border-radius: 0 20px 0 20px;
}

.wandsblogv1_section2_blog .pagination a::before {
    position: absolute;
    content: '';
    width: 93%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

@media only screen and (max-width: 981px){
.wandsblogv1_section2_blog .pagination .alignleft, .wandsblogv1_section2_blog .pagination .alignright {
    float: unset;
    text-align: center;
}
}

/*-------- Blog V2 --------*/
.wandsblogv2_section2_blog .et_pb_post{
	padding: 0;
	position: relative;
    overflow: hidden;
    margin: 0 0 30px;
}

.wandsblogv2_section2_blog .et_pb_post:after{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(37,37,37,.6);
    visibility: visible;
}

.wandsblogv2_section2_blog .et_pb_post .et_pb_image_container{
	margin: 0 !important;
	order: 1;
}

.wandsblogv2_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
	padding-top: 100%;
  display: block;
}

.wandsblogv2_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
    height: auto;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;	
}

.wandsblogv2_section2_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.wandsblogv2_section2_blog .et_pb_post .wandsblogv2_section2_blog_content{
	order: 2;
    display: flex;
    flex-direction: column;
	position: absolute;
	padding: 32px 35px 27px;
    background: transparent;
    filter: none;
    bottom: 5px;
    z-index: 3;
    margin: 0;
	left: 0;
}

.wandsblogv2_section2_blog .et_pb_post .wandsblogv2_section2_blog_content .entry-title{
	order: 2;
	padding-bottom: 18px;
}

.wandsblogv2_section2_blog .et_pb_post .wandsblogv2_section2_blog_content .entry-title a:hover{
	color: var(--pink) !important;
}

.wandsblogv2_section2_blog .et_pb_post .wandsblogv2_section2_blog_content .post-meta{
	order: 1;
}

.wandsblogv2_section2_blog .et_pb_post .wandsblogv2_section2_blog_content .post-meta .published{
	background: var(--pink);
    height: 28px;
    padding: 0 10px;
    display: inline-block;
	margin-bottom: 17px;
}

.wandsblogv2_section2_blog .et_pb_post .wandsblogv2_section2_blog_content .post-content{
	order: 3;
}

.wandsblogv2_section2_blog .pagination a {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 15px 30px;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.wandsblogv2_section2_blog .pagination a:hover {
    border-radius: 0 20px 0 20px;
}

.wandsblogv2_section2_blog .pagination a:hover::before {
    border-radius: 0 20px 0 20px;
}

.wandsblogv2_section2_blog .pagination a::before {
    position: absolute;
    content: '';
    width: 93%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

@media only screen and (max-width: 981px){
.wandsblogv2_section2_blog .pagination .alignleft, .wandsblogv2_section2_blog .pagination .alignright {
    float: unset;
    text-align: center;
}
}

/*-------- Blog V3 --------*/
.wandsblogv3_section2_blog .et_pb_post{
	padding: 0;
}

.wandsblogv3_section2_blog .et_pb_post .et_pb_image_container{
	margin: 0 !important;
}

.wandsblogv3_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content{
	margin-top: 50px;
    background-color: var(--pink-light);
    padding: 45px;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	flex-direction: column;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wandsblogv3_section2_blog .et_pb_post:hover .wandsblogv3_section2_blog_content{
	background-color: var(--pink);
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .entry-title{
	order: 2;
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .entry-title a{
    margin-top: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	display: block;
}

.wandsblogv3_section2_blog .et_pb_post:hover .wandsblogv3_section2_blog_content .entry-title a{
	color: var(--white) !important;
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .content{
	order: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .post-content{
	order: 3;
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .content .datecontent span.date{
	width: 80px;
    height: 80px;
    border-radius: 2px;
    background-color: var(--pink);
    color: var(--white);
    font-size: 13px;
    text-align: center;
    padding: 17px 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: flex;
}

.wandsblogv3_section2_blog .et_pb_post:hover .wandsblogv3_section2_blog_content .content .datecontent span.date{
	background-color: var(--white);
    color: var(--pink);
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .content .cacategory{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 35px;
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .content .cacategory span.author{
	color: var(--title);
    font-weight: 700;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	font-size: 15px;
    line-height: 1.75;
	display: block;
}

.wandsblogv3_section2_blog .et_pb_post:hover .wandsblogv3_section2_blog_content .content .cacategory span.author{
	color: var(--white) !important;
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .content .cacategory .category span.blog-category{
	font-size: 15px;
    line-height: 1.75;
	color: var(--pink);
}

.wandsblogv3_section2_blog .et_pb_post:hover .wandsblogv3_section2_blog_content .content .cacategory .category span.blog-category{
	color: var(--white) !important;
}

.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content .post-content p{
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wandsblogv3_section2_blog .et_pb_post:hover .wandsblogv3_section2_blog_content .post-content p{
	color: var(--white) !important;
}

.wandsblogv3_section2_blog .pagination a {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 15px 30px;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.wandsblogv3_section2_blog .pagination a:hover {
    border-radius: 0 20px 0 20px;
}

.wandsblogv3_section2_blog .pagination a:hover::before {
    border-radius: 0 20px 0 20px;
}

.wandsblogv3_section2_blog .pagination a::before {
    position: absolute;
    content: '';
    width: 93%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

@media only screen and (max-width: 981px){
.wandsblogv3_section2_blog .pagination .alignleft, .wandsblogv3_section2_blog .pagination .alignright {
    float: unset;
    text-align: center;
}
	
	.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content{
		padding: 30px;
	}
}

@media only screen and (max-width: 767px){
	.wandsblogv3_section2_blog .et_pb_post .wandsblogv3_section2_blog_content{
		padding: 20px;
	}
}

/*-------- Blog V4 --------*/
.wandsblogv4_section2_blog .et_pb_post{
	padding: 8px;
background-color: var(--white);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: .5s;
-o-transition: .5s;
-moz-transition: .5s;
transition: .5s;
	display: flex;
flex-direction: column;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
-moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
box-shadow: 0 0 10px 0 rgba(43,52,59,.1);
}

.wandsblogv4_section2_blog .et_pb_post .et_pb_image_container{
	margin: 0 !important;
	order: 1;
	position: relative;
	overflow: hidden;
}

.wandsblogv4_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url{
	margin: 0 !important;
}

.wandsblogv4_section2_blog .et_pb_post .et_pb_image_container .entry-featured-image-url img{
	transform: scale(1.01);
transition: all .7s ease;
}

.wandsblogv4_section2_blog .et_pb_post:hover .et_pb_image_container .entry-featured-image-url img{
	transform: scale(1.07) rotate(.5deg);
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content{
	padding: 25px 20px 20px 20px;
	order: 2;
display: flex;
flex-direction: column;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .entry-title{
	order: 2;
	padding-bottom: 0;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .entry-title a:hover{
	color: var(--pink) !important;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .post-meta{
	order: 1;
	margin: 0 0 7px 0;
font-size: 13px;
padding: 0 2px 1px 0;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .post-content{
	order: 3;
	padding-top: 18px;
padding-bottom: 0;
margin-top: 23px;
border-top: 1px solid #eaeff5;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .post-meta .published{
	position: relative;
	margin-right: 5px;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .post-meta .published:hover{
	color: var(--pink) !important;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .post-meta .published:before{
	content: "\e023";
	font-family: ETmodules;
	margin-right: 5px;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .post-meta a{
	position: relative;
	margin-left: 5px;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .post-meta a:hover{
	color: var(--pink) !important;
}

.wandsblogv4_section2_blog .et_pb_post .wandsblogv4_section2_blog_content .post-meta a:before{
	content: "\e018";
	font-family: ETmodules;
	margin-right: 5px;
}

.wandsblogv4_section2_blog .pagination a {
  display: inline-block;
  background-color: var(--pink) !important;
  padding: 15px 30px;
  border: 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
  opacity: 1;
  z-index: 1;
  position: relative;
  border-radius: 20px 0 20px 0;
}

.wandsblogv4_section2_blog .pagination a::before {
  position: absolute;
  content: '';
  width: 93%;
  height: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1px solid var(--white);
  border-radius: 20px 0 20px 0;
  -webkit-transition: .5s all ease;
  transition: .5s all ease;
}

.wandsblogv4_section2_blog .pagination a:hover {
  border-radius: 0 20px 0 20px;
}

.wandsblogv4_section2_blog .pagination a:hover::before {
  border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 981px){
.wandsblogv4_section2_blog .pagination .alignleft, .wandsblogv4_section2_blog .pagination .alignright {
    float: unset;
    text-align: center;
}
}

/*-------- Blog List --------*/
.wandsbloglist_section2_blog .et_pb_post{
	display: flex;
    align-items: center;
	border: 1px solid rgba(0,0,0,.1);
}

.wandsbloglist_section2_blog .et_pb_post .entry-featured-image-url{
	margin-bottom: 0 !important;
    flex-basis: 50%;
	overflow: hidden;
}

.wandsbloglist_section2_blog .et_pb_post .entry-featured-image-url img{
	-moz-transition: all .7s ease;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.wandsbloglist_section2_blog .et_pb_post:hover .entry-featured-image-url img{
	-moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.wandsbloglist_section2_blog .et_pb_post .wandsbloglist_section2_blog_content{
	padding: 0 30px;
    flex-basis: 50%;
}

.wandsbloglist_section2_blog .et_pb_post .wandsbloglist_section2_blog_content .entry-title a:hover{
	color: var(--pink) !important;
}

.wandsbloglist_section2_blog .et_pb_post .wandsbloglist_section2_blog_content .wandsbloglist_section2_blog_authordate{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wandsbloglist_section2_blog .et_pb_post .wandsbloglist_section2_blog_content .wandsbloglist_section2_blog_authordate .author{
	color: var(--pink);
	position: relative;
}

.wandsbloglist_section2_blog .et_pb_post .wandsbloglist_section2_blog_content .wandsbloglist_section2_blog_authordate .author:before{
	content: "\e08a";
    font-family: ETmodules;
    margin-right: 5px;
}

.wandsbloglist_section2_blog .et_pb_post .wandsbloglist_section2_blog_content .wandsbloglist_section2_blog_authordate .date{
	color: var(--pink);
	position: relative;
}

.wandsbloglist_section2_blog .et_pb_post .wandsbloglist_section2_blog_content .wandsbloglist_section2_blog_authordate .date:before{
	content: "\e023";
    font-family: ETmodules;
    margin-right: 5px;
}

.wandsbloglist_section2_blog .pagination a:hover {
    border-radius: 0 20px 0 20px;
}

.wandsbloglist_section2_blog .pagination a {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 15px 30px;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
}

.wandsbloglist_section2_blog .pagination a:hover::before {
    border-radius: 0 20px 0 20px;
}

.wandsbloglist_section2_blog .pagination a::before {
    position: absolute;
    content: '';
    width: 93%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

@media only screen and (max-width: 981px){
.wandsbloglist_section2_blog .pagination .alignleft, .wandsbloglist_section2_blog .pagination .alignright {
    float: unset;
    text-align: center;
}
}

@media only screen and (max-width: 767px){
	.wandsbloglist_section2_blog .et_pb_post {
    display: block;
    align-items: unset;
    border: 1px solid rgba(0,0,0,.1);
}
	
	.wandsbloglist_section2_blog .et_pb_post .entry-featured-image-url {
    margin-bottom: 0 !important;
    flex-basis: unset;
    overflow: hidden;
}
	
	.wandsbloglist_section2_blog .et_pb_post .wandsbloglist_section2_blog_content {
    padding: 25px;
    flex-basis: unset;
}
}

/*-------- Contact Us V1 --------*/
.wandscontactusv1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container{
	padding: 35px 40px;
    border: 1px solid rgba(50, 50, 50, 0.1);
    -webkit-transition: border 200ms ease-in-out;
    transition: border 200ms ease-in-out;
}

.wandscontactusv1_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.wandscontactusv1_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image{
	background: var(--pink) !important;
}

.wandscontactusv1_section2_blurb:hover .et_pb_blurb_content  .et_pb_blurb_container{
	border-color: transparent;
	border-top: none;
}

.wandscontactusv1_section2_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandscontactusv1_section2_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 981px){
	.wandscontactusv1_section2_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
		float: unset;
    text-align: center;
		display: block;
	}
}

/*-------- Contact Us V2 --------*/
.wandscontactusv2_section2 .wandscontactusv2_section2_content{
	width: 1200px;
	background-color: var(--pink-light);
	margin-top: 10px !important;
margin-bottom: 0px !important;
padding-top: 48px !important;
padding-right: 70px !important;
padding-bottom: 0px !important;
padding-left: 70px !important;
	background-position: center center !important;
background-repeat: no-repeat !important;
	margin-right: auto;
margin-left: auto;
	z-index: unset;
	position: relative;
}

.wandscontactusv2_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandscontactusv2_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

.wandscontactusv2_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
		float: unset;
    text-align: center;
		display: block;
	}

@media only screen and (max-width: 981px){
	.wandscontactusv2_section2 .wandscontactusv2_section2_content{
		width: 100%;
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 767px){
	.wandscontactusv2_section2 .wandscontactusv2_section2_content{
		margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 25px !important;
    padding-right: 25px !important;
    padding-bottom: 0px !important;
    padding-left: 25px !important;
	}
}

/*-------- Contact Us V3 --------*/
.wandscontactusv3_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
    border-radius: 0 20px 0 20px;
}

.wandscontactusv3_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
    position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandscontactusv3_section2_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	float: unset;
}

@media only screen and (max-width: 981px){
	.wandscontactusv3_section2_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
		float: unset;
    text-align: center;
		display: block;
	}
}

/*-------- Contact Us V4 --------*/
.wandscontactusv4_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
	letter-spacing: -.01em;
    color: var(--title);
    font-size: 25px;
    line-height: 1.08em;
    font-weight: 500;
	padding-bottom: 20px;
}

.wandscontactusv4_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
	font-size: 14px;
    font-weight: 400;
	line-height: 1.8em;
	color: var(--body);
	padding-bottom: 0;
}

.wandscontactusv4_section3_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
    border-radius: 0 20px 0 20px;
}

.wandscontactusv4_section3_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
    position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandscontactusv4_section3_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	float: unset;
    text-align: left;
    display: block;
}

@media only screen and (max-width: 981px){
	.wandscontactusv4_section3_contact .et_pb_contact .et_pb_contact_form  .et_contact_bottom_container{
		float: unset;
    text-align: center;
		display: block;
	}
}

/*-------- Team V1 --------*/
.wandsteamv1_section2_person .et_pb_team_member_image{
	padding-top: 100%;
  display: block;
	position: relative;
    margin-bottom: 0px;
}

.wandsteamv1_section2_person .et_pb_team_member_image img{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    padding-bottom: 50px;
}

.wandsteamv1_section2_person .et_pb_team_member_description .et_pb_member_social_links li{
	margin: 5px 10px 0 0;
}

.wandsteamv1_section2_person .et_pb_team_member_description .et_pb_member_social_links li a{
	width: 35px;
    height: 35px;
    background: transparent;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid rgba(36, 36, 36, 0.15);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wandsteamv1_section2_person .et_pb_team_member_description .et_pb_member_social_links li a:hover{
	color: var(--white) !important;
    background: var(--pink) !important;
    border-color: var(--pink) !important;
}

.wandsteamv1_section2_person:hover .et_pb_team_member_description{
	-webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

/*-------- Team V2 --------*/
.wandsteamv2_section2_person .et_pb_team_member_image:after{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid var(--pink);
    opacity: 0;
    z-index: -1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: -webkit-transform .3s ease-out .15s,opacity .3s ease .15s;
    -moz-transition: -moz-transform .3s ease-out .15s,opacity .3s ease .15s;
    transition: transform .3s ease-out .15s,opacity .3s ease .15s;
}

.wandsteamv2_section2_person:hover .et_pb_team_member_image:after{
	opacity: 1;
    -webkit-transform: translate(10px,-10px);
    -moz-transform: translate(10px,-10px);
    transform: translate(10px,-10px);
}

.wandsteamv2_section2_person .et_pb_team_member_description .et_pb_member_position:after{
	content: '';
    width: 52px;
    height: 1px;
    background-color: var(--pink);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transition: width .4s ease;
    -moz-transition: width .4s ease;
    transition: width .4s ease;
}

/*-------- Team V3 --------*/
.wandsteamv3_section2_person .et_pb_team_member_description .et_pb_member_social_links li{
	margin-right: 8px;
}

.wandsteamv3_section2_person .et_pb_team_member_description .et_pb_member_social_links li:last-child{
	margin-right: 0px;
}

.wandsteamv3_section2_person .et_pb_team_member_description .et_pb_member_social_links li a{
	padding: 8px;
	display: inline-block;
    line-height: 0;
    text-align: center;
    background: transparent;
    border: 1px solid var(--pink);
	-webkit-transition: 0.5s;
    transition: 0.5s;
}

.wandsteamv3_section2_person .et_pb_team_member_description .et_pb_member_social_links li a:hover{
	background: var(--pink);
	color: var(--white) !important;
}

/*-------- Team Detail V1 --------*/
.wandsteamdetailv1_section2_text ul{
	margin: 0;
	list-style: none;
padding: 0;
}

.wandsteamdetailv1_section2_text ul li{
	position: relative;
font-size: 15px;
line-height: 24px;
display: block;
float: left;
padding: 8px 0 8px 0;
width: 100%;
}

.wandsteamdetailv1_section2_text ul li:last-child{
	padding: 8px 0 25px 0;
}

.wandsteamdetailv1_section2_text ul li .title{
	margin-right: 3px;
position: relative;
font-weight: 600;
font-size: 15px;
line-height: 20px;
	display: inline-block;
}

.wandsteamdetailv1_section2_text ul li .content{
	 display: inline-block;
	font-size: 15px;
line-height: 24px;
	color: var(--body);
}

.wandsteamdetailv1_section2_social li a:hover span, .wandsteamdetailv1_section2_social li a:hover span:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
    visibility: visible;
    opacity: 1;
}
.wandsteamdetailv1_section2_social li a span {
    z-index: 1000;
    padding: 8px;
    width: 120px;
    color: var(--white);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    margin-left: -60px;
    bottom: 100%;
    left: 50%;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
    display: block !important;
    background: var(--pink);
}

.wandsteamdetailv1_section2_social li a span:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    border-top-color: var(--pink) !important;
    z-index: 1001;
    border: 6px solid transparent;
    background: 0 0;
    content: "";
    margin-left: -6px;
    margin-bottom: -24px;
    bottom: 0;
    left: 50%;
    -webkit-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -moz-transition: opacity .2s ease-in-out,visibility .2s ease-in-out,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);
    transition: opacity .2s ease-in-out,visibility .2s ease-in-out,transform .2s cubic-bezier(.71,1.7,.77,1.24);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: none;
}

.wandsteamdetailv1_section3_bar .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 0;
  }

.wandsteamdetailv1_section3_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
    border-radius: 0 20px 0 20px;
}

.wandsteamdetailv1_section3_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
    position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandsteamdetailv1_section3_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	float: unset;
}

@media only screen and (max-width: 981px){
	.wandsteamdetailv1_section3_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	float: unset;
	text-align: center;
	display: block;
}
}

/*-------- Team Detail V2 --------*/
.wandsteamdetailv2_section2_social .et_pb_social_icon .icon:after{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    margin: auto;
    width: 0;
    height: 0;
    z-index: -1;
    content: '';
    background: var(--pink);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.wandsteamdetailv2_section2_social .et_pb_social_icon .icon:hover:after{
	width: 104%;
    height: 104%;
}

.wandsteamdetailv2_section2_bar .et_pb_counter_container .et_pb_counter_amount_number {
    position: absolute;
    top: -25px;
    right: 0;
    padding: 0;
  }

.wandsteamdetailv2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    position: relative;
  }
  
  .wandsteamdetailv2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before, .wandsteamdetailv2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after{
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    transition: all 0.3s linear;
  }
  
  .wandsteamdetailv2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-animation: blobbing-reverse 25s ease-in-out infinite both alternate;
    animation: blobbing-reverse 25s ease-in-out infinite both alternate;
  }
  
  .wandsteamdetailv2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:after{
    opacity: 1;
    -webkit-animation: blobbing 25s ease-in-out infinite both alternate;
    animation: blobbing 25s ease-in-out infinite both alternate;
    background-color: var(--pink-light);
  }
  
  .wandsteamdetailv2_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transition: all 0.3s linear;
  }
  
  .wandsteamdetailv2_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
  }
  
  .wandsteamdetailv2_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:before{
    background-color: rgba(0,0,0,0);
  }
  
  .wandsteamdetailv2_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image:after{
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
  }

.wandsteamdetailv2_section2_blurb.et_pb_blurb .et_pb_module_header a:hover{
	color: var(--pink) !important;
}
  
  @-webkit-keyframes blobbing-reverse {
    0%,
    100% {
      border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%; }

    7% {
      border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%; }

    14% {
      border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%; }

    21% {
      border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%; }

    28% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    35% {
      border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%; }

    42% {
      border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%; }

    49% {
      border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%; }

    56% {
      border-radius: 43% 67% 29% 71% / 43% 46% 54% 57%; }

    63% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    70% {
      border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%; }

    77% {
      border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%; }

    84% {
      border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%; }

    91% {
      border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%; }
  }
  
  @-webkit-keyframes blobbing {
    0%,
    100% {
      border-radius: 67% 33% 43% 57% / 27% 28% 72% 73%; }

    7% {
      border-radius: 30% 70% 57% 43% / 53% 38% 62% 47%; }

    14% {
      border-radius: 74% 26% 43% 57% / 51% 25% 75% 49%; }

    21% {
      border-radius: 49% 51% 72% 28% / 32% 36% 64% 68%; }

    28% {
      border-radius: 71% 29% 27% 73% / 52% 59% 41% 48%; }

    35% {
      border-radius: 33% 67% 29% 71% / 43% 46% 54% 57%; }

    42% {
      border-radius: 66% 34% 35% 65% / 68% 69% 31% 32%; }

    49% {
      border-radius: 44% 56% 67% 33% / 33% 46% 54% 67%; }

    56% {
      border-radius: 70% 30% 64% 36% / 43% 59% 41% 57%; }

    63% {
      border-radius: 25% 75% 62% 38% / 39% 60% 40% 61%; }

    70% {
      border-radius: 47% 53% 68% 32% / 70% 68% 32% 30%; }

    77% {
      border-radius: 71% 29% 42% 58% / 35% 67% 33% 65%; }

    84% {
      border-radius: 50% 50% 54% 46% / 69% 69% 31% 31%; }

    91% {
      border-radius: 73% 27% 62% 38% / 26% 36% 64% 74%; }
  }

/*-------- Pricing V1 --------*/
.wandspricev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .pricing-title{
	margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wandspricev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .pricing-title h5{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
	line-height: 1.2;
	color: var(--title);
	padding-bottom: 0;
}

.wandspricev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .pricing-title h4{
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
	line-height: 1.2;
	color: var(--pink);
	padding-bottom: 0;
}

.wandspricev1_section2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description h6{
	color: var(--body);
    font-weight: 400;
    line-height: 1.8;
    font-size: 18px;
	padding-bottom: 0;
}

.wandspricev1_section4_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\3d";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--body);
    font-weight: 600;
}

.wandspricev1_section4_price .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li{
	padding-left: 0;
	padding-right: 0;
}

.wandspricev1_section4_price .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandspricev1_section4_price .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

/*-------- Pricing V2 --------*/
.wandspricev2_section2_price .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 76px;
	max-width: 76px;
    height: 74px;
	object-fit: cover;
    object-position: center;
    border-radius: 10px!important;
}

.wandspricev2_section2_price .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5{
	display: flex;
    justify-content: space-between;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: -8px;
}

.wandspricev2_section2_price .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5 a{
	color: var(--title);
    font-size: 18px;
}

.wandspricev2_section2_price .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5 a:hover{
	color: var(--pink);
}

.wandspricev2_section2_price .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5 span.border{
	flex: 1;
    margin: 0 7px 16px 20px;
    border-bottom: 1px solid #e2e2e2;
}

.wandspricev2_section2_price .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h5 span{
	font-size: 14px;
    color: var(--body);
    margin: 2px 22px 0 0;
}

.wandspricev2_section2_price .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
	color: var(--body);
}

.wandspricev2_section3_pricing .et_pb_pricing_table .et_pb_pricing_content .et_pb_pricing li span:before {
    border-width: 0;
    content: "\4e";
    left: unset;
    position: relative;
    top: unset;
    border-radius: 0;
    font-family: 'ETmodules';
    margin-right: 10px;
    vertical-align: middle;
    color: var(--pink);
    font-weight: 600;
}

.wandspricev2_section3_pricing .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandspricev2_section3_pricing .et_pb_pricing_table .et_pb_button_wrapper .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

/*-------- Testimonial V1 --------*/
.wandstestimonialv1_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 60px;
    height: 60px;
    border-radius: 50%;
	object-fit: cover;
    object-position: center;
}

.wandstestimonialv1_section2_column:hover .wandstestimonialv1_section2_text:before{
	height: 100%;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.wandstestimonialv1_section2_column:hover .wandstestimonialv1_section2_text:after{
	width: 100%;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.wandstestimonialv1_section3_text .font-weight-bold{
	font-weight: 700!important;
}

.wandstestimonialv1_section3_text .font-weight-normal{
	color: var(--body) !important;
	font-weight: 400!important;
}

.wandstestimonialv1_section5_slider .et_pb_slide_image img{
	width: 90px;
	height: 90px;
	border-radius: 50%;
	margin-bottom: 15px;
    object-fit: cover;
    object-position: center;
}
  
  .wandstestimonialv1_section5_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content h5{
	padding-bottom: 20px;
	color: var(--body) !important;
}

.wandstestimonialv1_section5_slider .et_pb_slide .et_pb_slide_description .et_pb_slide_content p{
	font-size: 16px;
    font-weight: 500;
    line-height: 28px;
	color: var(--body);
}

.wandstestimonialv1_section5_slider .et_pb_slide .et_pb_slide_description:before{
	content: "\e06a";
    font-family: ETmodules;
    color: var(--pink);
    font-size: 30px;
}

.wandstestimonialv1_section5_slider .et-pb-controllers a.et-pb-active-control{
	background-color: transparent;
    width: 20px;
    height: 20px;
    transform: scale(1.2);
	border: 1px solid var(--pink);
}

.wandstestimonialv1_section5_slider .et-pb-controllers a{
	width: 7px;
    height: 7px;
    border-radius: 25px 25px 25px 25px;
    background-color: var(--pink);
}

.wandstestimonialv1_section5_slider .et_pb_slide .et_pb_container{
	height: auto !important;
}

/*-------- FAQ --------*/
.wandsfaq_section2_accordion.et_pb_accordion .et_pb_toggle.et_pb_toggle_open h5.et_pb_toggle_title{
	color: var(--white) !important;
	background: var(--pink) !important;
}

.wandsfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_content{
	background: var(--pink) !important;
	color: var(--white) !important;
}

.wandsfaq_section2_accordion .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before{
	content: "\33" !important;
	display: block !important;
	color: var(--white) !important;
	-webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandsfaq_section4_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
    border-radius: 0 20px 0 20px;
}

.wandsfaq_section4_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
    position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandsfaq_section4_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	float: unset;
}

@media only screen and (max-width: 981px){
	.wandsfaq_section4_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	float: unset;
		display: block;
		text-align: center;
}
}

/*-------- Testimonial V3 --------*/
.wandstestimonialv3_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner{
	order: 2;
    position: relative;
    z-index: 1;
}

.wandstestimonialv3_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner:after{
	content: "\7b";
    font-family: ETmodules;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 150px;
    z-index: -1;
    color: var(--pink-light);
}

.wandstestimonialv3_section2_testimonial .et_pb_testimonial_description .et_pb_testimonial_description_inner .et_pb_testimonial_content p{
	padding-bottom: 0 !important
}

/*-------- Gallery --------*/
.wandsgallery_section2_gallery .et_pb_gallery_item .et_pb_gallery_image{
	overflow: hidden;
    position: relative;
}

.wandsgallery_section2_gallery .et_pb_gallery_item .et_pb_gallery_image img{
	transition: all ease 0.4s;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
}

.wandsgallery_section2_gallery .et_pb_gallery_item:hover .et_pb_gallery_image img{
	-webkit-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.wandsgallery_section2_gallery .et_pb_gallery_item .et_pb_gallery_image:before{
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background-color: var(--light-pink);
    z-index: 1;
    transition: all ease 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
	opacity: 0.7;
}

.wandsgallery_section2_gallery .et_pb_gallery_item:hover .et_pb_gallery_image:before, .wandsgallery_section2_gallery .et_pb_gallery_item:hover .et_pb_gallery_image:after{
	-webkit-transform: scale(1);
    transform: scale(1);
}

.wandsgallery_section2_gallery .et_pb_gallery_item .et_pb_gallery_image:after{
	content: '';
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    width: 100%;
    height: 50%;
    background-color: var(--light-pink);
    z-index: 1;
    transition: all ease 0.4s;
    -webkit-transform: scale(0);
    transform: scale(0);
	opacity: 0.7;
}

.wandsgallery_section2_gallery .et_pb_gallery_item:before{
	content: "\4c";
    font-family: ETmodules;
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white);
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    position: absolute;
    left: auto;
    bottom: 25px;
    right: 25px;
    z-index: 3;
    padding: 5px 10px;
    border-radius: 100%;
}

.wandsgallery_section2_gallery .et_pb_gallery_item:hover:before{
	opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 0.3s;
}

/*-------- Event --------*/
.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image{
	position: relative;
    overflow: hidden;
	padding-top: 100%;
  display: block;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: -moz-linear-gradient(top, rgba(31,31,31,0) 0%,rgb(31, 31, 31) 100%);
    background: -webkit-linear-gradient(top, rgba(31,31,31,0) 0%,rgb(31, 31, 31) 100%);
    background: linear-gradient(to bottom, rgba(31,31,31,0) 0%,rgb(31, 31, 31) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017363a', endColorstr='#9917363a',GradientType=0 );
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
    -moz-transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
    -o-transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
    -ms-transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
    transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:hover img{
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	position: absolute;
    bottom: 15px;
    margin: 0 15px;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	padding-bottom: 5px;
    display: block;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content{
	display: flex;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content .event_time{
	font-size: 15px;
    color: #ffffff;
	position: relative;
	margin-right: 15px;
	display: flex;
    align-items: center;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content .event_place{
	font-size: 15px;
    color: #ffffff;
	position: relative;
	display: flex;
    align-items: center;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content .event_time:before{
	content: "\7d";
	font-family: ETmodules;
	margin-right: 5px;
}

.wandsevent_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content .event_place:before{
	content: "\e01d";
	font-family: ETmodules;
	margin-right: 5px;
}

/*-------- Event Detail --------*/
.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image{
	position: relative;
    overflow: hidden;
	padding-top: 100%;
  display: block;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: -moz-linear-gradient(top, rgba(31,31,31,0) 0%,rgb(31, 31, 31) 100%);
    background: -webkit-linear-gradient(top, rgba(31,31,31,0) 0%,rgb(31, 31, 31) 100%);
    background: linear-gradient(to bottom, rgba(31,31,31,0) 0%,rgb(31, 31, 31) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0017363a', endColorstr='#9917363a',GradientType=0 );
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
    -moz-transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
    -o-transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
    -ms-transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
    transition: all 1s cubic-bezier(.3,1,.35,1) 0s;
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image:hover img{
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	position: absolute;
    bottom: 15px;
    margin: 0 15px;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	padding-bottom: 5px;
    display: block;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content{
	display: flex;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content .event_time{
	font-size: 15px;
    color: #ffffff;
	position: relative;
	margin-right: 15px;
	display: flex;
    align-items: center;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content .event_place{
	font-size: 15px;
    color: #ffffff;
	position: relative;
	display: flex;
    align-items: center;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content .event_time:before{
	content: "\7d";
	font-family: ETmodules;
	margin-right: 5px;
}

.wandseventdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .event_content .event_place:before{
	content: "\e01d";
	font-family: ETmodules;
	margin-right: 5px;
}

/*-------- Careers --------*/
.wandscareers_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	height: 35px !important;
    object-fit: cover;
    object-position: center;
}

.wandscareers_section2_blurb .et_pb_blurb_content .et_pb_blurb_container{
	padding-left: 30px;
    margin-left: 30px;
	border-left: 1px solid rgba(50, 50, 50, 0.5);
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description{
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
	background-color: var(--pink-light);
}

.wandscareers_section3_blurb1 .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description{
	background-color: var(--white);
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description div{
	flex: 1;
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .title{
	margin: 0;
    flex-basis: 25%;
	color: var(--title);
    font-weight: 700;
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .title a{
	color: var(--title);
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .title a:hover{
	color: var(--pink);
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .location, .wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .label{
	font-size: 15px;
    font-weight: 700;
    color: var(--title);
	position: relative;
	display: flex;
	align-items: center;
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .button{
	margin-top: 0;
    text-align: right;
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .button a{
	font-size: 15px;
    font-weight: 700;
	color: var(--pink);
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .location:before{
	content: "\e0e3";
	font-family: ETmodules;
	color: var(--pink);
	margin-right: 10px;
}

.wandscareers_section3_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description .label:before{
	content: "\e06b";
	font-family: ETmodules;
	color: var(--pink);
	margin-right: 10px;
}

.wandscareers_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
	-webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

.wandscareers_section4_blurb:hover .et_pb_blurb_content .et_pb_module_header{
	color: var(--white) !important;
}

.wandscareers_section4_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.wandscareers_section4_blurb:hover .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p{
	color: var(--white) !important;
}

.wandscareers_section5_text .et_pb_text_inner{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.wandscareers_section5_text .et_pb_text_inner .list span{
	position: relative;
	display: flex;
	align-items: center;
}

.wandscareers_section5_text .et_pb_text_inner .list span:before{
	content: "\24";
	font-family: ETmodules;
	margin-right: 5px;
}

@media only screen and (max-width: 767px){
.wandscareers_section2_blurb .et_pb_blurb_content .et_pb_blurb_container {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 0px;
}
	
	.wandscareers_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    display: block;
    align-items: unset;
    justify-content: unset;
		padding: 20px;
}
	
	.wandscareers_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .title{
		padding-bottom: 10px;
	}
	
	.wandscareers_section3_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .button {
    margin-top: 10px;
    text-align: left;
}
	
	.wandscareers_section5_text .et_pb_text_inner {
    display: block;
    align-items: unset;
    justify-content: unset;
}
	
	.wandscareers_section5_text .et_pb_text_inner .list span {
    position: relative;
    display: block;
    align-items: unset;
}
	
	.wandscareers_section5_text .et_pb_text_inner .list span:before {
    content: "\24";
    font-family: ETmodules;
    margin-right: 5px;
    display: block;
}
}
	
/*-------- The Experience --------*/
.wandsexperience_section2_cta .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandsexperience_section2_cta .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

/*-------- Treatments --------*/
.wandstreatments_section3_text .discount_text{
	display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.6em;
    align-items: center;
    text-align: left;
	border-left: 1px solid;
    border-color: var(--white);
    padding-left: 20px;
    margin-left: 20px;
}

.wandstreatments_section3_text .et_pb_text_inner p{
	display: flex;
    justify-content: center;
    align-items: stretch;
}

.wandstreatments_section4_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	width: 100px;
    height: 90px;
    object-fit: cover;
    object-position: center;
}

.wandstreatments_section4_blurb .et_pb_blurb_content .et_pb_blurb_container{
	width: 100%;
}

.wandstreatments_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .description{
	display: flex;
    align-items: center;
    justify-content: space-between;
	border-bottom: 1px dashed var(--body);
	margin-bottom: 8px;
    padding-bottom: 8px;
}

.wandstreatments_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .description .price_text{
	color: var(--text);
    font-size: 18px;
    font-weight: 500;
	line-height: 1;
}

.wandstreatments_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .description .price{
	color: var(--pink);
    font-size: 18px;
    font-weight: 500;
	line-height: 1;
}

.wandstreatments_section4_blurb .et_pb_blurb_content .et_pb_blurb_container .price_description{
	color: var(--body);
    font-size: 15px;
    font-weight: 500;
	line-height: 1.8;
}

@media only screen and (max-width: 981px){
	.wandstreatments_section3_text .et_pb_text_inner p{
    display: block;
    justify-content: unset;
    align-items: unset;
    text-align: center;
}
	
	.wandstreatments_section3_text .discount_text{
    display: block;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 1.6em;
    align-items: center;
    text-align: center;
    border-left: 0;
    border-color: unset;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
}
}

@media only screen and (max-width: 767px){
	.wandstreatments_section4_blurb .et_pb_blurb_content .et_pb_blurb_container {
    width: 100%;
    display: inline-block;
	padding-left: 0;
}
}

/*-------- Gift Cards --------*/
.wandsgift_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
	font-weight: 500;
    text-transform: uppercase;
    color: var(--white);
    font-size: 127px;
    line-height: .96em;
    padding: 0 !important;
}

.wandsgift_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
	margin: 19px 0;
    font-weight: 300;
    color: var(--white);
    font-size: 32px;
    line-height: 1.313em;
    padding: 0 !important;
    letter-spacing: .15em;
}

.wandsgift_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	display: inline-block;
    margin: 13px 0 0;
	padding: 14px 42px;
    font-size: 12px;
	line-height: 2em;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
	color: var(--white);
    background-color: transparent;
    border: 1px solid var(--white);
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;
}

.wandsgift_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a:hover{
	-webkit-box-shadow: inset 0 0 0 1px var(--white)!important;
    box-shadow: inset 0 0 0 1px var(--white)!important;
}

.wandsgift_section3_column:hover .wandsgift_section3_cta.et_pb_promo .et_pb_promo_description h2{
	color: var(--white) !important;
}

.wandsgift_section3_column:hover .wandsgift_section3_cta.et_pb_promo .et_pb_promo_description div{
	color: var(--white) !important;
}

body #page-container .et_pb_section .wandsgift_section3_column:hover .wandsgift_section3_cta.et_pb_promo .et_pb_button_wrapper .et_pb_promo_button.et_pb_button{
	color: var(--white) !important;
	border-color: var(--white) !important;
}

@media only screen and (max-width: 767px){
	.wandsgift_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h3{
		font-size: 50px;
	}
	
	.wandsgift_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description h6{
		font-size: 24px;
	}
}

/*-------- Booking --------*/
.wandsbooking_section2_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandsbooking_section2_blurb .et_pb_module_header{
	-webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.wandsbooking_section2_blurb:hover .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon{
	color: var(--white) !important;
}

.wandsbooking_section2_blurb.et_pb_blurb:hover .et_pb_module_header{
	color: var(--white) !important;
}

.wandsbooking_section3_text ul{
	padding-bottom: 20px !important;
	padding-top: 20px !important;
	list-style: none;
    padding: 0;
    margin: 0;
}

.wandsbooking_section3_text ul li{
	list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(36, 36, 36, 0.15);
}

.wandsbooking_section3_text ul li span.date{
	width: 33%;
}

.wandsbooking_section4_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:hover:after {
    border-radius: 0 20px 0 20px;
}

.wandsbooking_section4_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container .et_pb_button:after {
    position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandsbooking_section4_contact .et_pb_contact .et_pb_contact_form .et_contact_bottom_container{
	float: unset;
    text-align: center;
    display: block;
}

/*-------- Discount Offers --------*/
.wandsoffer_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{
	opacity: 1;
}

.wandsoffer_blurb .et_pb_blurb_content .et_pb_blurb_container{
	position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 440px;
}

.wandsoffer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .checked-list{
	margin-bottom: 25px;
}

.wandsoffer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .checked-list ul{
	margin: 0;
    padding: 0;
    list-style-type: none;
}

.wandsoffer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .checked-list ul li{
	padding-left: 25px;
    margin-bottom: 3px;
	position: relative;
}

.wandsoffer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .checked-list ul li:before{
	content: "\4e";
    font-family: ETmodules;
    position: absolute;
    left: 0;
}

.wandsoffer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .checked-list ul li:last-child{
	margin-bottom: 0;
}

.wandsoffer_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .offers-price{
	font-size: 24px;
    font-weight: 500;
    color: var(--white);
    display: block;
}

@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@media only screen and (max-width: 767px){
	.wandsoffer_blurb .et_pb_blurb_content .et_pb_blurb_container{
		position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    max-width: 100%;
    width: 100%;
    padding: 30px;
    background-color: var(--pink);
	}
}

/*-------- Find Store --------*/
.wandsstore_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .find-salon-title{
	font-size: 30px;
	color: var(--title);
    text-transform: none;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 15px 0;
	padding-bottom: 0;
}

.wandsstore_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_module_header:before{
	content: "\e081";
    font-family: ETmodules;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.wandsstore_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description a{
	border: none;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 9999px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    vertical-align: middle;
	background-color: var(--pink);
}

@media only screen and (max-width: 767px){
	.wandsstore_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description .find-salon-title{
		font-size: 24px;
	}
}

/*-------- Price List V1 --------*/
.wandsplist_text ul{
	margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none;
}

.wandsplist_text ul li{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    transition: all ease 0.4s;
}

.wandsplist_text ul li .package, .wandsplist_text ul li .price{
	margin: 0;
    font-weight: 500;
	padding-bottom: 0;
}

.wandsplist_text ul li .border-middle{
	border: 1px dashed #bcbcbc;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    width: 100%;
    height: 1px;
    background-color: var(--white);
    margin: 3px 20px 0 25px;
    opacity: 0.6;
}

/*-------- Price List V2 --------*/
.wandsplistv2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description table{
	width: 100%;
    max-width: 100%;
    padding: 22px;
    margin-bottom: 0;
    text-align: left;
	border: 0;
}

.wandsplistv2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description table > tbody{
	vertical-align: inherit;
}

.wandsplistv2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description table tbody tr{
	border-color: inherit;
    border-style: solid;
    border-width: 0;
	background-color: transparent;
}

.wandsplistv2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description table > tbody > tr:nth-child(odd){
	background-color: var(--pink-light);
}

.wandsplistv2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description table tbody tr td{
	border: none;
    padding-left: 25px;
    padding-right: 25px;
}

.wandsplistv2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description table>:not(caption)>*>*{
	padding: 0.5rem;
    background-color: transparent;
}

.wandsplistv2_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_blurb_description table td:nth-child(even){
	text-align: right;
}

.wandsplistv2_image .et_pb_image_wrap img{
	-webkit-animation: border-transform 10s linear infinite alternate forwards;
    animation: border-transform 10s linear infinite alternate forwards;
    border-radius: 100%;
}

/*-------- Shop Grid V1 --------*/
.wandsshopv1_section2_shop .product{
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv1_section2_shop .product:hover{
	-webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
}

.wandsshopv1_section2_shop.et_pb_shop .woocommerce ul.products li.product h2:hover{
	color: var(--pink) !important;
	}
  
  .wandsshopv1_section2_shop .product .button {
    font-size: 0;
    border-radius: 10px 0 10px 0;
    background: var(--white) !important;
    width: 60px;
    opacity: 0;
    height: 60px;
    border: 0 !important;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin: auto !important;
}

.wandsshopv1_section2_shop ul.products li.product .button::before{
	position: absolute;
    content: '' !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--pink);
    border-radius: 10px 0 10px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv1_section2_shop ul.products li.product .button:hover::before{
	border-radius: 0 10px 0 10px;
}
  
  .wandsshopv1_section2_shop .product .button:hover{
    border-radius: 0 10px 0 10px;
  }
  
  .wandsshopv1_section2_shop .product:hover .button{
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
  
  .wandsshopv1_section2_shop ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 25px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--pink);
    line-height: 60px !important;
}
  
  .wandsshopv1_section2_shop ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .wandsshopv1_section2_shop ul.products li.product .added_to_cart {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: var(--pink);
    color: var(--white);
    padding: 10px;
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    z-index: 2;
}
  
  .wandsshopv1_section2_shop ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .wandsshopv1_section2_shop .page-numbers, .wandsshopv1_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv1_section2_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandsshopv1_section2_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv1_section2_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsshopv1_section2_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){	
	.wandsshopv1_section2_shop.et_pb_shop ul.products.columns-3 li.product, .et-db #et-boc .et-l .wandsshopv1_section2_shop.et_pb_shop ul.products.columns-3 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Shop Grid V2 --------*/
.wandsshopv2_section2_shop .product .et_shop_image{
	position: relative;
}

.wandsshopv2_section2_shop .product .et_shop_image:before{
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    opacity: 0;
    box-sizing: border-box;
    background-color: rgba(255,255,255,.4);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
	content: "";
}

.wandsshopv2_section2_shop .product:hover .et_shop_image:before{
	opacity: 1;
}

.wandsshopv2_section2_shop .product .wandsshopv2_section2_shop_content{
	display: flex;
    justify-content: space-between;
}

.wandsshopv2_section2_shop .product .wandsshopv2_section2_shop_content .wandsshopv2_section2_shop_titlestar{
	display: flex;
    flex-direction: column-reverse;
}

.wandsshopv2_section2_shop .product .button {
    top: 50%;
  	transform: translateY(-50%);
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    padding: 12px 25px !important;
    background-color: var(--pink) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 95%;
    margin: 0 auto !important;
  	z-index: 1;
}
  
  .wandsshopv2_section2_shop .product .button:hover{
    background-color: var(--white) !important;
	  color: var(--pink) !important;
  }
  
  .wandsshopv2_section2_shop .product:hover .et_shop_image .button {
    opacity: 1;
    visibility: visible;
}
  
  .wandsshopv2_section2_shop .product .added_to_cart:after, .wandsshopv2_section2_shop .product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
    color: var(--white) !important;
}

.wandsshopv2_section2_shop .product .added_to_cart:hover:after, .wandsshopv2_section2_shop .product .button:hover:after{
	color: var(--pink) !important;
}
  
  .wandsshopv2_section2_shop .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 15px;
    transform: none;
}

.wandsshopv2_section2_shop .product .button.ajax_add_to_cart.loading:hover:after{
	color: var(--pink) !important;
}
  
  .wandsshopv2_section2_shop .product .added_to_cart {
    bottom: 0%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    padding: 12px 25px !important;
    background-color: var(--pink) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    line-height: 1;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 95%;
    margin: 0 auto !important;
    line-height: 1.7em !important;
    z-index: 1;
}
  
  .wandsshopv2_section2_shop .product .added_to_cart:hover{
    background-color: var(--white) !important;
	  color: var(--pink) !important;
  }
  
  .wandsshopv2_section2_shop .product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .wandsshopv2_section2_shop .page-numbers, .wandsshopv2_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv2_section2_shop .page-numbers li .page-numbers:hover, .wandsshopv2_section2_shop .page-numbers li .page-numbers.current {
    background: var(--light-pink);
}
  
  .wandsshopv2_section2_shop .page-numbers li .page-numbers {
    background-color: var(--pink);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .wandsshopv2_section2_shop .page-numbers li .page-numbers:hover:before, .wandsshopv2_section2_shop .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
.wandsshopv2_section2_shop .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--pink);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 767px){
    .wandsshopv2_section2_shop.et_pb_shop ul.products.columns-4 li.product{
      width: 100%!important;
    	margin-right: 0%!important;
    }
    
    .et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Shop Grid V3 --------*/
.wandsshopv3_section2_shop.et_pb_shop .wandsshopv3_section2_shop_starrating{
	background: var(--pink);
    display: inline-block;
    padding: 10px 20px 3px 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.wandsshopv3_section2_shop.et_pb_shop .woocommerce ul.products li.product h2:hover{
	color: var(--pink) !important;
	}
  
  .wandsshopv3_section2_shop .product .button {
    font-size: 0;
    border-radius: 10px 0 10px 0;
    background: var(--white) !important;
    width: 60px;
    opacity: 0;
    height: 60px;
    border: 0 !important;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin: auto !important;
}

.wandsshopv3_section2_shop ul.products li.product .button::before{
	position: absolute;
    content: '' !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--pink);
    border-radius: 10px 0 10px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv3_section2_shop ul.products li.product .button:hover::before{
	border-radius: 0 10px 0 10px;
}
  
  .wandsshopv3_section2_shop .product .button:hover{
    border-radius: 0 10px 0 10px;
  }
  
  .wandsshopv3_section2_shop .product:hover .button{
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
  
  .wandsshopv3_section2_shop ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 25px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--pink);
    line-height: 60px !important;
}
  
  .wandsshopv3_section2_shop ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .wandsshopv3_section2_shop ul.products li.product .added_to_cart {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: var(--pink);
    color: var(--white);
    padding: 10px;
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    z-index: 2;
}
  
  .wandsshopv3_section2_shop ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .wandsshopv3_section2_shop .page-numbers, .wandsshopv3_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv3_section2_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandsshopv3_section2_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv3_section2_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsshopv3_section2_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){	
	.wandsshopv3_section2_shop.et_pb_shop ul.products.columns-3 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Shop Grid V4 --------*/
.wandsshopv4_section2_shop .product .wandsshopv4_section2_shop_content .wandsshopv4_section2_shop_price_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wandsshopv4_section2_shop .product .price {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.wandsshopv4_section2_shop .product .wandsshopv4_section2_shop_content .wandsshopv4_section2_shop_price_button .button, .wandsshopv4_section2_shop .product .wandsshopv4_section2_shop_content .wandsshopv4_section2_shop_price_button .added_to_cart {
    font-size: 14px;
    line-height: 1 !important;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--title);
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    margin: 0 !important;
    background: transparent !important;
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 1;
    text-transform: lowercase;
    opacity: 0;
    -webkit-transform: translate3d(-15%,-50%,0);
    -moz-transform: translate3d(-15%,-50%,0);
    transform: translate3d(-15%,-50%,0);
    -webkit-transition: all .4s cubic-bezier(.48,.19,.2,.86);
    -moz-transition: all .4s cubic-bezier(.48,.19,.2,.86);
    transition: all .4s cubic-bezier(.48,.19,.2,.86);
    width: fit-content;
    left: 0;
    right: 0;
    margin: auto !important;
    display: inline-block;
}

.wandsshopv4_section2_shop .product .wandsshopv4_section2_shop_content .wandsshopv4_section2_shop_price_button .button:after, .wandsshopv4_section2_shop .product .wandsshopv4_section2_shop_content .wandsshopv4_section2_shop_price_button .added_to_cart:after {
	opacity: 0;
}


.wandsshopv4_section2_shop .product:hover .wandsshopv4_section2_shop_content .wandsshopv4_section2_shop_price_button .button, .wandsshopv4_section2_shop .product:hover .wandsshopv4_section2_shop_content .wandsshopv4_section2_shop_price_button .added_to_cart {
  opacity: 1;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.wandsshopv4_section2_shop .product:hover .price {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.wandsshopv4_section2_shop ul.products li.product .button.ajax_add_to_cart.loading::after {
  content: "\e02d" !important;
  font-family: 'ETmodules' !important;
  color: var(--title) !important;
  display: block !important;
  opacity: 1;
  font-size: 15px;
  top: 0;
  position: absolute;
  right: -25px;
}

.wandsshopv4_section2_shop .product .wandsshopv4_section2_shop_content .wandsshopv4_section2_shop_price_button .added {
    opacity: 0 !important;
}

.wandsshopv4_section2_shop .page-numbers, .wandsshopv4_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv4_section2_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandsshopv4_section2_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv4_section2_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsshopv4_section2_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){	
	.wandsshopv4_section2_shop.et_pb_shop ul.products.columns-4 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Shop Grid V5 --------*/
.wandsshopv5_section2_shop .product .wandsshopv5_section2_shop_content .wandsshopv5_section2_shop_price_button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wandsshopv5_section2_shop .product .price {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.wandsshopv5_section2_shop .product .wandsshopv5_section2_shop_content .wandsshopv5_section2_shop_price_button .button, .wandsshopv5_section2_shop .product .wandsshopv5_section2_shop_content .wandsshopv5_section2_shop_price_button .added_to_cart {
    font-size: 14px;
	line-height: 1 !important;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	bottom: -15px;
	opacity: 0;
	padding-bottom: 2px !important;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	color: var(--title);
	border-bottom: 1px solid var(--title) !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
	border-radius: 0 !important;
	padding: 0 !important;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	margin: 0 !important;
	background: transparent !important;
}

.wandsshopv5_section2_shop .product .wandsshopv5_section2_shop_content .wandsshopv5_section2_shop_price_button .button:after, .wandsshopv5_section2_shop .product .wandsshopv5_section2_shop_content .wandsshopv5_section2_shop_price_button .added_to_cart:after {
	opacity: 0;
}


.wandsshopv5_section2_shop .product:hover .wandsshopv5_section2_shop_content .wandsshopv5_section2_shop_price_button .button, .wandsshopv5_section2_shop .product:hover .wandsshopv5_section2_shop_content .wandsshopv5_section2_shop_price_button .added_to_cart {
  opacity: 1;
	visibility: visible;
	bottom: 0px;
}

.wandsshopv5_section2_shop .product:hover .price {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

.wandsshopv5_section2_shop ul.products li.product .button.ajax_add_to_cart.loading::after {
  content: "\e02d" !important;
  font-family: 'ETmodules' !important;
  color: var(--title) !important;
  display: block !important;
  opacity: 1;
  font-size: 15px;
  top: 0;
  position: absolute;
  right: -25px;
}

.wandsshopv5_section2_shop .product .wandsshopv5_section2_shop_content .wandsshopv5_section2_shop_price_button .added {
    opacity: 0 !important;
}

.wandsshopv5_section2_shop .page-numbers, .wandsshopv5_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv5_section2_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandsshopv5_section2_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv5_section2_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsshopv5_section2_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){	
	.wandsshopv5_section2_shop.et_pb_shop ul.products.columns-4 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Shop Grid V6 --------*/
.wandsshopv6_section2_shop.et_pb_shop .woocommerce ul.products li.product{
	border: 1px solid #dedede;
}

.wandsshopv6_section2_shop.et_pb_shop .woocommerce ul.products li.product h2:hover{
	color: var(--pink) !important;
	}

.wandsshopv6_section2_shop.et_pb_shop .woocommerce ul.products li.product .et_shop_image{
	position: relative;
	overflow: hidden;
}

.wandsshopv6_section2_shop.et_pb_shop .woocommerce ul.products li.product .et_shop_image:before{
	width: 100%;
    height: 100%;
    background-color: var(--pink-light);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
	content: "";
	z-index: 1;
}

.wandsshopv6_section2_shop.et_pb_shop .woocommerce ul.products li.product:hover .et_shop_image:before{
	opacity: 0.5;
}

.wandsshopv6_section2_shop.et_pb_shop .woocommerce ul.products li.product .et_shop_image img{
	display: block;
    transition: all .8s ease-in-out;
    margin-bottom: 0 !important;
}

.wandsshopv6_section2_shop.et_pb_shop .woocommerce ul.products li.product:hover .et_shop_image img{
	transform: scale(1.2);
}
  
  .wandsshopv6_section2_shop .product .button {
    font-size: 0;
    border-radius: 10px 0 10px 0;
    background: var(--white) !important;
    width: 60px;
    opacity: 0;
    height: 60px;
    border: 0 !important;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin: auto !important;
	  z-index: 2;
}

.wandsshopv6_section2_shop.et_pb_shop .woocommerce ul.products li.product .wandsshopv6_section2_shop_content{
	padding: 25px;
}

.wandsshopv6_section2_shop ul.products li.product .button::before{
	position: absolute;
    content: '' !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--pink);
    border-radius: 10px 0 10px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv6_section2_shop ul.products li.product .button:hover::before{
	border-radius: 0 10px 0 10px;
}
  
  .wandsshopv6_section2_shop .product .button:hover{
    border-radius: 0 10px 0 10px;
  }
  
  .wandsshopv6_section2_shop .product:hover .button{
    opacity: 1;
    visibility: visible;
  }
  
  .wandsshopv6_section2_shop ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 25px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--pink);
    line-height: 60px !important;
}
  
  .wandsshopv6_section2_shop ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .wandsshopv6_section2_shop ul.products li.product .added_to_cart {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: var(--pink);
    color: var(--white);
    padding: 10px;
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    z-index: 2;
}
  
  .wandsshopv6_section2_shop ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .wandsshopv6_section2_shop .page-numbers, .wandsshopv6_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv6_section2_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandsshopv6_section2_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv6_section2_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsshopv6_section2_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){	
	.wandsshopv6_section2_shop.et_pb_shop ul.products.columns-3 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Shop Grid V7 --------*/
.wandsshopv7_section2_shop .product .et_shop_image{
	position: relative;
}

.wandsshopv7_section2_shop .product .button {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: background .6s, transform .4s, opacity .4s;
    padding: 12px 25px !important;
    background-color: var(--pink) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 100%;
    margin: 0 auto !important;
    z-index: 1;
    transform: translateY(-40%);
}
  
  .wandsshopv7_section2_shop .product .button:hover{
    background-color: var(--white) !important;
	  color: var(--pink) !important;
  }
  
  .wandsshopv7_section2_shop .product:hover .et_shop_image .button {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
  
  .wandsshopv7_section2_shop .product .added_to_cart:after, .wandsshopv7_section2_shop .product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
    color: var(--white) !important;
}

.wandsshopv7_section2_shop .product .added_to_cart:hover:after, .wandsshopv7_section2_shop .product .button:hover:after{
	color: var(--pink) !important;
}
  
  .wandsshopv7_section2_shop .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 15px;
    transform: none;
}

.wandsshopv7_section2_shop .product .button.ajax_add_to_cart.loading:hover:after{
	color: var(--pink) !important;
}
  
  .wandsshopv7_section2_shop .product .added_to_cart {
    top: 0%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    padding: 12px 25px !important;
    background-color: var(--pink) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    line-height: 1;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 100%;
    margin: 0 auto !important;
    line-height: 1.7em !important;
    z-index: 1;
}
  
  .wandsshopv7_section2_shop .product .added_to_cart:hover{
    background-color: var(--white) !important;
	  color: var(--pink) !important;
  }
  
  .wandsshopv7_section2_shop .product .added_to_cart:after {
    content: '\4e' !important;
}
  
  .wandsshopv7_section2_shop .page-numbers, .wandsshopv7_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv7_section2_shop .page-numbers li .page-numbers:hover, .wandsshopv7_section2_shop .page-numbers li .page-numbers.current {
    background: var(--light-pink);
}
  
  .wandsshopv7_section2_shop .page-numbers li .page-numbers {
    background-color: var(--pink);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .wandsshopv7_section2_shop .page-numbers li .page-numbers:hover:before, .wandsshopv7_section2_shop .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
.wandsshopv7_section2_shop .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--pink);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 767px){
    .wandsshopv7_section2_shop.et_pb_shop ul.products.columns-4 li.product{
      width: 100%!important;
    	margin-right: 0%!important;
    }
    
    .et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Shop Grid V8 --------*/
.wandsshopv8_section2_shop .product .et_shop_image{
	overflow: hidden;
}

.wandsshopv8_section2_shop .product .et_shop_image img{
	transition: all 0.5s ease;
}

.wandsshopv8_section2_shop .product:hover .et_shop_image img{
	transform: scale(1.2);
}

.wandsshopv8_section2_shop .product .wandsshopv8_section2_shop_content{
	display: flex;
    justify-content: space-between;
}

.wandsshopv8_section2_shop .product .wandsshopv8_section2_shop_content .wandsshopv8_section2_shop_titlestar{
	display: flex;
    flex-direction: column-reverse;
}

.wandsshopv8_section2_shop .product .button {
    top: 60%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding: 12px 25px !important;
    background-color: var(--pink) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 95%;
    margin: 0 auto !important;
    z-index: 1;
}
  
  .wandsshopv8_section2_shop .product .button:hover{
    background-color: var(--white) !important;
	  color: var(--pink) !important;
  }
  
  .wandsshopv8_section2_shop .product:hover .et_shop_image .button {
    opacity: 1;
    visibility: visible;
	top: 50%;
}
  
  .wandsshopv8_section2_shop .product .added_to_cart:after, .wandsshopv8_section2_shop .product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
    color: var(--white) !important;
}

.wandsshopv8_section2_shop .product .added_to_cart:hover:after, .wandsshopv8_section2_shop .product .button:hover:after{
	color: var(--pink) !important;
}
  
  .wandsshopv8_section2_shop .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 15px;
    transform: none;
}

.wandsshopv8_section2_shop .product .button.ajax_add_to_cart.loading:hover:after{
	color: var(--pink) !important;
}
  
  .wandsshopv8_section2_shop .product .added_to_cart {
    bottom: 0%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    padding: 12px 25px !important;
    background-color: var(--pink) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    line-height: 1;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 95%;
    margin: 0 auto !important;
    line-height: 1.7em !important;
    z-index: 1;
}
  
  .wandsshopv8_section2_shop .product .added_to_cart:hover{
    background-color: var(--white) !important;
	  color: var(--pink) !important;
  }
  
  .wandsshopv8_section2_shop .product .added_to_cart:after {
    content: '\4e' !important;
}
  
 .wandsshopv8_section2_shop .page-numbers, .wandsshopv8_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv8_section2_shop .page-numbers li .page-numbers:hover, .wandsshopv8_section2_shop .page-numbers li .page-numbers.current {
    background: var(--light-pink);
}
  
  .wandsshopv8_section2_shop .page-numbers li .page-numbers {
    background-color: var(--pink);
    height: 50px;
    z-index: 1;
    position: relative;
    width: 50px;
    display: block;
    text-align: center;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.3s ease 0.1s !important;
    clip-path: polygon(7% 15%, 0 0, 15% 7%, 85% 7%, 100% 0, 93% 15%, 93% 85%, 100% 100%, 85% 93%, 15% 93%, 0 100%, 7% 85%);
    font-size: 15px;
    line-height: 30px;
    color: var(--white) !important;
    margin-bottom: 10px !important;
}
  
  .wandsshopv8_section2_shop .page-numbers li .page-numbers:hover:before, .wandsshopv8_section2_shop .page-numbers li .page-numbers.current:before {
    opacity: 0;
    transform: scale(0);
}
  
.wandsshopv8_section2_shop .page-numbers li .page-numbers:before {
    content: '';
    background-color: var(--pink);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
  
  @media only screen and (max-width: 767px){
    .wandsshopv8_section2_shop.et_pb_shop ul.products.columns-4 li.product{
      width: 100%!important;
    	margin-right: 0%!important;
    }
    
    .et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Shop Grid V9 --------*/
.wandsshopv9_section2_shop.et_pb_shop .woocommerce ul.products li.product h2:hover{
	color: var(--pink) !important;
	}

.wandsshopv9_section2_shop.et_pb_shop .woocommerce ul.products li.product .et_shop_image{
	position: relative;
	overflow: hidden;
}

.wandsshopv9_section2_shop.et_pb_shop .woocommerce ul.products li.product .et_shop_image img{
	margin-bottom: 0 !important;
}

.wandsshopv9_section2_shop.et_pb_shop .woocommerce ul.products li.product .wandsshopv9_section2_shop_content{
	padding-top: 15px !important;
}
  
  .wandsshopv9_section2_shop .product .button {
    font-size: 0;
    border-radius: 10px 0 10px 0;
    background: var(--white) !important;
    width: 60px;
    opacity: 0;
    height: 60px;
    border: 0 !important;
    position: absolute;
    top: 150%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin: auto !important;
}

.wandsshopv9_section2_shop ul.products li.product .button::before{
	position: absolute;
    content: '' !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--pink);
    border-radius: 10px 0 10px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv9_section2_shop ul.products li.product .button:hover::before{
	border-radius: 0 10px 0 10px;
}
  
  .wandsshopv9_section2_shop .product .button:hover{
    border-radius: 0 10px 0 10px;
  }
  
  .wandsshopv9_section2_shop .product:hover .button{
    top: 80%;
    opacity: 1;
    visibility: visible;
  }
  
  .wandsshopv9_section2_shop ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 25px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--pink);
    line-height: 60px !important;
}
  
  .wandsshopv9_section2_shop ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .wandsshopv9_section2_shop ul.products li.product .added_to_cart {
    position: absolute;
    display: block;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: var(--pink);
    color: var(--white);
    padding: 10px;
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    z-index: 2;
}
  
  .wandsshopv9_section2_shop ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .wandsshopv9_section2_shop .page-numbers, .wandsshopv9_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsshopv9_section2_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandsshopv9_section2_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsshopv9_section2_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsshopv9_section2_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){	
	.wandsshopv9_section2_shop.et_pb_shop ul.products.columns-3 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Shop Left & Right Sidebar --------*/
.wandsproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li {
    color: var(--title);
    padding: 10px 0 10px;
    margin-bottom: 0;
}
  
  .wandsproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li:hover{
    color: var(--pink);
  }
  
  .wandsproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li a {
    color: var(--title) !important;
    position: relative;
}
  
  .wandsproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li a:hover{
    color: var(--pink) !important;
  }
  
  .wandsproduct_section2_sidebar .product_list_widget li a {
    color: var(--title) !important;
}
  
  .wandsproduct_section2_sidebar .widget_products li img {
    width: 65px !important;
}
  
  .wandsproduct_section2_sidebar .widget_products .star-rating span:before {
    color: var(--pink) !important;
}
  
  .wandsproduct_section2_sidebar .widget_shopping_cart img{
     width: 65px !important;
  }
  
  .wandsproduct_section2_sidebar .widget_shopping_cart li.woocommerce-mini-cart-item{
    padding-bottom: 20px;
  }
  
  .wandsproduct_section2_sidebar .woocommerce-mini-cart__buttons a{
    padding-top: 12px!important;
    padding-right: 40px!important;
    padding-bottom: 12px!important;
    padding-left: 40px!important;
    color: var(--white)!important;
    border-width: 0px!important;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif!important;
    background-color: var(--pink);
  }
  
  .wandsproduct_section2_sidebar .woocommerce-mini-cart__buttons a:hover{
    background-color: var(--title);
  }
  
  .wandsproduct_section2_sidebar .woocommerce-mini-cart__buttons a:after{
    display: none;
  }
  
  .wandsproduct_section2_sidebar .et_pb_widget h2{
    padding: 15px;
    background: var(--pink);
    margin-bottom: 30px;
  }

.wandsproduct_section2_sidebar .wc-block-product-categories {
    margin-bottom: 0;
}

.wandsproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li:last-child{
	padding-bottom: 0;
}

.wandsproduct_section2_sidebar .wc-block-product-categories-list--depth-0 li:first-child{
	padding-top: 0;
}

.wandsproduct_section2_product .woocommerce ul.products li.product{
	position: relative;
    overflow: hidden;
    padding-bottom: 20px;
    border: 1px solid #e2e8f0;
}

.wandsproduct_section2_product .product .et_shop_image{
	position: relative;
    margin-bottom: 18px;
    border-radius: 0;
    overflow: hidden;
}

.wandsproduct_section2_product .product .et_shop_image:before{
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.65);
    z-index: 1;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    height: 0;
}

.wandsproduct_section2_product .product:hover .et_shop_image:before{
	opacity: 1;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    height: 100%;
}

.wandsproduct_section2_product .woocommerce ul.products li.product a img{
	margin: 0 0 0px !important;
}


.wandsproduct_section2_product .product .button{
	background: var(--pink) !important;
    padding: 12px 25px !important;
    text-align: left;
    line-height: normal;
    border: none;
    border-radius: 3px 0;
    -webkit-border-radius: 3px 0px;
    -moz-border-radius: 3px 0px;
    position: absolute;
    top: 50%;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    box-shadow: 0 15px 25px rgb(0 0 0 / 8%);
    color: var(--white);
    border-radius: 0;
    margin: 0 auto !important;
    z-index: 9;
    display: inline-block;
    transform: translateY(-40%) translateX(-50%);
    border: 0px !important;
    opacity: 0;
	width: 95%;
	font-size: 14px;
}

.wandsproduct_section2_product .product .button:hover{
    background-color: var(--white) !important;
	  color: var(--pink) !important;
  }
  
  .wandsproduct_section2_product .product:hover .et_shop_image .button {
    opacity: 1;
    transform: translate(-50%);
    visibility: visible;
}
  
  .wandsproduct_section2_product .product .added_to_cart:after, .wandsproduct_section2_product .product .button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    content: '\e015' !important;
    font-size: 17px;
    font-family: ETmodules !important;
    margin-left: 0 !important;
    color: var(--white) !important;
}

.wandsproduct_section2_product .product .added_to_cart:hover:after, .wandsproduct_section2_product .product .button:hover:after{
	color: var(--pink) !important;
}
  
  .wandsproduct_section2_product .product .button.ajax_add_to_cart.loading:after {
    content: "\e02d" !important;
    color: var(--white) !important;
    font-family: ETmodules;
    right: 20px;
    margin: 0 !important;
    top: 15px;
    transform: none;
}

.wandsproduct_section2_product .product .button.ajax_add_to_cart.loading:hover:after{
	color: var(--pink) !important;
}
  
  .wandsproduct_section2_product .product .added_to_cart {
    bottom: 0%;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    padding: 12px 25px !important;
    background-color: var(--pink) !important;
    border-radius: 0px;
    text-transform: capitalize;
    border: 0 !important;
    font-size: 14px;
    color: var(--white) !important;
    line-height: 1;
    display: block;
    text-align: left;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    width: 95%;
    margin: 0 auto !important;
    line-height: 1.7em !important;
    z-index: 1;
}
  
  .wandsproduct_section2_product .product .added_to_cart:hover{
    background-color: var(--white) !important;
	  color: var(--pink) !important;
  }
  
  .wandsproduct_section2_product .product .added_to_cart:after {
    content: '\4e' !important;
}

.wandsproduct_section2_product .page-numbers, .wandsproduct_section2_product .page-numbers li {
    border: none !important;
}
  
  .wandsproduct_section2_product .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandsproduct_section2_product .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsproduct_section2_product .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsproduct_section2_product .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){	
	.wandsproduct_section2_product.et_pb_shop ul.products.columns-4 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
}

/*-------- Home V1 And V2 Header --------*/
.wandshomev1_section1_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header a{
	position: relative;
}

.wandshomev1_section1_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header a:before{
	position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--pink);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.wandshomev1_section1_blurb .et_pb_blurb_content  .et_pb_blurb_container .et_pb_module_header a:hover:before{
	width: 100%;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li{
	position: relative;
    padding: 15px 0;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a{
	padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
	position: relative;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a:before{
	position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a:hover:before, .wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a:focus:before,.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li.current-menu-ancestor>a:hover:before{
	width: 50%;
}

.wandshomev1_section2_menu .et-menu .menu-item-has-children>a:first-child:after{
	right: -18px;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul{
	padding: 0;
	-webkit-transition: .3s;
    transition: .3s;
	-webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
	border-top: 0;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul:before{
	position: absolute;
    content: '';
    width: 2px;
    height: 0;
    top: 0;
    left: 0;
    background-color: var(--pink);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li:hover ul:before,.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li:hover ul:after{
	height: 100%;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul:after{
	position: absolute;
    content: '';
    width: 2px;
    height: 0;
    bottom: 0;
    right: 0;
    background-color: var(--pink);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li{
	position: relative;
    padding: 0;
	border-bottom: 1px solid #f4f4f4;
	display: block;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li a{
	padding: 12px 15px;
	width: 100%;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li a:hover{
	background-color: transparent;
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li a:after{
	right: 20px !important;
	top: 50%;
	transform: translatey(-50%);
}

.wandshomev1_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li ul{
	top: 0;
}

  .wandshomev1_section2.et_pb_sticky{
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    border-bottom: 0 !important;
	background: var(--purple) !important;
  }
  
  @-webkit-keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
@keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}

/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
	font-weight: 500;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: var(--pink);
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}

.wandshomev1_section2_mobilemenu .et_pb_menu_inner_container .et_pb_menu__wrap .et_mobile_nav_menu .mobile_menu_bar {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    bottom: auto;
    right: 0px;
}

/*-------- Home V1 Footer --------*/
.wandshomev1footer_section2_text ul{
	margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.wandshomev1footer_section2_text li{
	list-style-type: none;
    display: block;
    margin-bottom: 10px;
}

.wandshomev1footer_section2_text li span{
	display: inline-block;
    font-weight: 600;
}

.wandshomev1footer_section2_text a{
	display: inline-block;
    position: relative;
}

.wandshomev1footer_section2_text a:before{
	position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.wandshomev1footer_section2_text a:hover:before{
	width: 100%;
}

.wandshomev1footer_section2_text li:last-child{
	margin-bottom: 0;
}

.wandshomev1footer_section2_timetext .et_pb_text_inner{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wandshomev1footer_section2_timetext .et_pb_text_inner div.left{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.wandshomev1footer_section2_timetext .et_pb_text_inner div.left ul, .wandshomev1footer_section2_timetext .et_pb_text_inner div.right ul{
	margin: 0;
    padding: 0;
}

.wandshomev1footer_section2_timetext .et_pb_text_inner div.left ul li{
	list-style-type: none;
    display: block;
    margin-bottom: 10px;
}

.wandshomev1footer_section2_timetext .et_pb_text_inner div.right{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
}

.wandshomev1footer_section2_timetext .et_pb_text_inner div.right ul li{
	list-style-type: none;
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.wandshomev1footer_section2_timetext .et_pb_text_inner div.right ul li:before{
	position: absolute;
    content: '';
    width: 5px;
    height: 1px;
    left: 0;
    right: 0;
    top: 12px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--white);
}

.wandshomev1footer_section2_timetext .et_pb_text_inner div.right ul li span{
	position: absolute;
    top: 0;
    right: 0;
}

/*-------- Home V2 Footer --------*/
.wandshomev2footer_section1_menu .et-menu-nav .et-menu {
    display: block !important;
}

.wandshomev2footer_section1_menu .et-menu-nav .et-menu li {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    position: relative;
    padding: 0;
}

.wandshomev2footer_section1_menu .et-menu-nav .et-menu li a {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    padding-bottom: 0 !important;
    display: inline-block;
}

.wandshomev2footer_section1_menu .et-menu-nav .et-menu li a:before{
	content: "\35";
    font-family: 'ETmodules';
    margin-right: 10px;
}

.wandshomev2footer_section1_text ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

.wandshomev2footer_section1_text ul li{
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.08);
}

.wandshomev2footer_section1_text ul li:last-child{
	padding: 0;
    margin: 0;
    border-bottom: none;
}

.wandshomev2footer_section1_text ul li span.time{
	flex-shrink: 0;
    margin-left: 20px;
    text-align: right;
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0.0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

@media only screen and (max-width: 981px){
.wandshomev2footer_section1_menu .et_pb_menu__wrap{
	justify-content: center;
}

.wandshomev2footer_section1_menu .et_pb_menu__menu{
	display: block;
}

.wandshomev2footer_section1_menu .mobile_menu_bar:before{
	display: none;
}
}

/*-------- Home V3 Header --------*/
.wandshomev3header_section1_text .et_pb_text_inner{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.wandshomev3header_section1_text a.instagram{
	display: inline-block;
    margin-right: 9px;
    padding-right: 7px;
    font-weight: 400;
    border-right: 1px solid var(--pink);
}

.wandshomev3header_section1_text a.facebook{
	display: inline-block;
	font-weight: 400;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li{
	position: relative;
    padding: 15px 0;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a{
	padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
	position: relative;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a:before{
	position: absolute;
    content: '';
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a:hover:before, .wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a:focus:before,.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li.current-menu-ancestor>a:hover:before{
	width: 100%;
}

.wandshomev3_section2_menu .et-menu .menu-item-has-children>a:first-child:after{
	right: -18px;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul{
	padding: 0;
	-webkit-transition: .3s;
    transition: .3s;
	-webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
	border-top: 0;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul:before{
	position: absolute;
    content: '';
    width: 2px;
    height: 0;
    top: 0;
    left: 0;
    background-color: var(--pink);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li:hover ul:before,.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li:hover ul:after{
	height: 100%;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul:after{
	position: absolute;
    content: '';
    width: 2px;
    height: 0;
    bottom: 0;
    right: 0;
    background-color: var(--pink);
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li{
	position: relative;
    padding: 0;
	border-bottom: 1px solid #f4f4f4;
	display: block;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li a{
	padding: 12px 15px;
	width: 100%;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li a:hover{
	background-color: transparent;
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li a:after{
	right: 20px !important;
	top: 50%;
	transform: translatey(-50%);
}

.wandshomev3_section2_menu.et_pb_menu .et_pb_menu__menu ul li ul li ul{
	top: 0;
}

  .wandshomev3_section2_menu.et_pb_sticky{
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 20%);
    -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
    border-bottom: 0 !important;
	background: var(--purple) !important;
  }
  
  @-webkit-keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}
@keyframes fadeInDown {
 from {
  opacity:0;
  -webkit-transform:translate3d(0,-100%,0);
  transform:translate3d(0,-100%,0)
 }
 to {
  opacity:1;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0)
 }
}

/*-------- Home V4 Header --------*/
.wandshomev4_section.et_pb_sticky{
	background: var(--white) !important;
}

.wandshomev4_section_menu.et_pb_menu .et_pb_menu__menu>nav>ul>li>a:before{
	display: none;
}

/*-------- Home V4 Footer --------*/
.wandshomev4footer_section_email p.et_pb_newsletter_field{
	padding-bottom: 0;
}

.wandshomev4footer_section_email .et_pb_newsletter_form .input{
	width: 68% !important;
}

.wandshomev4footer_section_email .et_pb_newsletter_button.et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wandshomev4footer_section_email .et_pb_newsletter_button.et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 981px){
	.wandshomev4footer_section_menu .et_pb_menu__menu{
		display: block;
	}
	
	.wandshomev4footer_section_menu .et_pb_menu__menu>nav>ul{
		justify-content: center;
	}
	
	.wandshomev4footer_section_menu .mobile_menu_bar:before{
		display: none;
	}
}

@media only screen and (max-width: 767px){
	.wandshomev4footer_section_email .et_pb_newsletter_form .input {
    width: 100% !important;
}
}

/*-------- Home V5 Footer --------*/
.wandshomev5footer_section_email .et_pb_newsletter_form .input{
	height: 60px;
}

.wandshomev5footer_section_email p.et_pb_newsletter_field{
	padding-bottom: 0 !important;
}

.wandshomev5footer_section2_blog .et_pb_post {
    background-color: transparent !important;
    padding: 0;
    position: relative;
    margin-bottom: 20px !important;
}

.wandshomev5footer_section2_blog .et_pb_post .et_pb_image_container {
    margin: 0 !important;
}

.wandshomev5footer_section2_blog .et_pb_post .entry-featured-image-url {
    float: left;
    margin-right: 20px;
    max-width: 80px;
	margin-bottom: 0 !important;
}

.wandshomev5footer_section2_blog .et_pb_post .entry-featured-image-url img {
    width: 100%;
    transition: all 500ms ease;
}

/*-------- 404 Page --------*/
.wands404_section_cta .et_pb_promo_description{
	padding-bottom: 40px;
}

.wands404_section_cta .et_pb_button:after{
	position: absolute;
    content: ''!important;
    width: 95%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1!important;
    margin: 0!important;
}

.wands404_section_cta .et_pb_button:hover:after{
	border-radius: 0 20px 0 20px;
}

@media only screen and (max-width: 767px){
	.wands404_section_cta .et_pb_promo_description{
	padding-bottom: 20px;
}
}

/*-------- Cart --------*/
.wands_cart .quantity{
    margin: auto;
  }
  
.wands_cart tr td{
  text-align:right;
  }
  
.wands_cart .wc-proceed-to-checkout{
  padding:0;
  }

/*-------- Checkout --------*/
.wands_checkout .woocommerce-billing-fields__field-wrapper{
    padding: 30px 25px;
  }
  
.wands_checkout #order_review_heading{
  	border: 1px solid rgba(0,0,0,.1);
    border-bottom: 0;
    padding: 25px;
  }  
  
  .wands_checkout thead tr th{
    padding: 22px 12px !important;
  }
  
  .wands_checkout .shop_table .product-name a{
    color: var(--pink);
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
  }

.wands_checkout .checkout .woocommerce-NoticeGroup .woocommerce-error{
    background: var(--pink);
  }

/*-------- My Account --------*/
.wands_myaccount .woocommerce-MyAccount-navigation ul li.is-active,.wands_myaccount .woocommerce-MyAccount-navigation ul li:hover{
  background: var(--pink);
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation ul li{
  list-style-type: none;
  padding: 5px 50px;
  margin: 0 0 5px;
  background: var(--pink);
  border-radius: 5px;
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation ul li.is-active a,.wands_myaccount .woocommerce-MyAccount-navigation ul li:hover a{
  color: var(--white);
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation ul li a{
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  display:block;
  position:relative;
  color: var(--white);
  }
  
.wands_myaccount .woocommerce-MyAccount-content{
  padding: 20px 30px;
  background: var(--grey);
  width:75% !important;
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation{
  width:22% !important;
  }
  
  .wands_myaccount .woocommerce-MyAccount-navigation ul li.is-active a:before{
    color: var(--white) !important;
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation ul li a:before{
  content: "\e038";
  position:absolute;
  left:-25px;
  font-family: ETmodules;
  font-size: 14px;
  margin-right:-10px;
  color: var(--white);
  }
  
  .wands_myaccount .woocommerce-MyAccount-navigation ul li:hover a:before{
    color: var(--white);
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
  content: "\e079";
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
  content: "\e092";
  }
  
.food_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
  content: "\e074";
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
  content: "\e08a";
  }
  
.wands_myaccount .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  content: "\e03c";
  }
  
.wands_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
  background:var(--pink) !important;
  line-height:2.5em;
  }
  
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
  border: 5px solid var(--pink) !important; /* you can add a border if you prefer */
	background-color: var(--white); /* this is the main background color for all forms */
  padding: 40px;
  } 
  
  .wands_myaccount .woocommerce form .form-row-wide{
    margin: 0 0 20px;
  }
  
  .woocommerce-account .wands_myaccount .woocommerce form .woocommerce-Input{
    background-color: var(--white);
    border: 2px solid var(--border);
  }
  
  .woocommerce-account .wands_myaccount .woocommerce .login .woocommerce-Input, .woocommerce-account .wands_myaccount .woocommerce .register .woocommerce-Input{
    background-color: var(--white);
    border: 2px solid var(--pink);
  }
  
.wands_myaccount .woocommerce button.button:after,.wands_myaccount .woocommerce-MyAccount-content .button:after{
  display:none !important;
  }  
  
.wands_myaccount .woocommerce button.button,.wands_myaccount .woocommerce-MyAccount-content .button{
  font-size: 16px !important;
  color:var(--white) !important;
  border:none !important;
  background:var(--title) !important;
  padding: 12px 40px !important;
  margin-top: 3px;
  }
  
.wands_myaccount .woocommerce button.button:hover,.wands_myaccount .woocommerce-MyAccount-content .button:hover{
  background:var(--pink) !important;
  }
  
  .food_myaccount{
    width: 90%;
		max-width: 1200px;
  }
  
  .wands_myaccount .woocommerce-MyAccount-content p a, .wands_myaccount .woocommerce-Address .title .edit {
    color: var(--pink);
}
  
  .wands_myaccount .login .woocommerce-LostPassword a{
    color: var(--title);
  }
  
  .wands_myaccount .woocommerce-orders-table .woocommerce-orders-table__cell a{
    color: var(--title);
  }

.wands_myaccount .download-product a{
    color: var(--title);
  }

.wands_myaccount .woocommerce-MyAccount-content .woocommerce-error{
    background: var(--pink);
  }

.wands_myaccount .woocommerce-MyAccount-content .woocommerce-message{
    background: var(--pink);
  }

.wands_myaccount .shop_table{
    text-align: center !important;
    border: 0 !important;
  }
  
  .food_myaccount .woocommerce-table .woocommerce-table__product-name a{
    color: var(--title);
  }
  
  .wands_myaccount form .show-password-input{
    top: 50%;
		transform: translateY(-50%);
		display: flex;
		align-content: center;
		justify-content: center;
  }
  
@media only screen and (max-width:981px){
  .wands_myaccount .woocommerce-MyAccount-navigation,.wands_myaccount .woocommerce-MyAccount-content{
    width:100% !important;
  }
	
	.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
		width:100% !important;
	}
  
	.wands_myaccount .woocommerce-MyAccount-navigation ul{
    padding:0;
  }
  
	.wands_myaccount .woocommerce-MyAccount-content{
    margin-top:50px;
  }
  
	.wands_myaccount .woocommerce-MyAccount-content table tr{
    margin-bottom:15px;
  }
  
  .wands_myaccount .u-column1.col-1, .food_myaccount .u-column2.col-2{
    width: 100% !important;
  }
  
  .woocommerce-account .wands_myaccount .woocommerce form.login{
    margin-bottom: 4em !important;
    margin-top: 1em !important;
  }
  
  .woocommerce-account .food_myaccount .woocommerce form.register{
    margin-top: 1em !important;
  }
}
@media only screen and (max-width:767px){
	.wands_myaccount .woocommerce-MyAccount-content{
    padding: 20px 20px;
  }
  
	.wands_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-info{
    line-height:1.5em;
    text-align:center;
  }
  
	.wands_myaccount .woocommerce-MyAccount-content .woocommerce-Message--info .button{
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-bottom:10px;
    float: none;
    display: block;
  }
  
	.wands_myaccount .woocommerce .woocommerce-MyAccount-content h3{
    font-size:20px;
  }
  
	.wands_myaccount .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .button{
    margin-top:10px;
    width:100%;
  }
  
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 5px solid var(--pink) !important; /* you can add a border if you prefer */
	background-color: var(--white); /* this is the main background color for all forms */
  padding: 15px;
}
	
	.woocommerce-account .wands_myaccount .woocommerce form.login, .woocommerce-account .food_myaccount .woocommerce form.register{
		padding: 20px !important;
	}
}

/*-------- Product Detail --------*/
.wandsproduct_section2_image .woocommerce-product-gallery .flex-control-nav li{
    margin-bottom: 20px !important;
  }
  
  .wandsproduct_section2_star .et_pb_module_inner .woocommerce-product-rating{
    margin-bottom: 5px !important;
  }
  
  .wandsproduct_section2_productandcart .group_table td {
    vertical-align: middle !important;
}
  
  .wandsproduct_section2_productandcart .product .woocommerce-grouped-product-list-item__label a {
    color: var(--pink) !important;
}
  
  .wandsproduct_section2_productandcart .product .woocommerce-grouped-product-list-item__price bdi {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    color: var(--title);
}
  
  .wandsproduct_section2_productandcart .et_pb_module_inner form.cart .variations td select {
    padding: 15px !important;
}
  
  .wandsproduct_section2_productandcart form.cart .variations td.value span:after {
    border: 6px solid;
    border-color: var(--title) transparent transparent;
    content: "";
    display: block;
    height: auto;
    margin-top: -26px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    width: 0;
    transform: unset;
}
  
  .wandsproduct_section2_productandcart .variations .reset_variations {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--title);
}
  
  .wandsproduct_section2_productandcart .single_variation_wrap .woocommerce-variation-description p {
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--body-color);
    font-size: 15px;
    line-height: 1.8em;
}
  
  .wandsproduct_section2_productandcart .single_variation_wrap .woocommerce-variation-price .price {
    margin-bottom: 10px;
    display: block;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    color: var(--title);
    font-size: 17px;
    line-height: 1.8em;
}
  
  .wandsproduct_section2_tab ul.et_pb_tabs_controls{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    background-color: transparent !important;
  }
  
  .wandsproduct_section2_tab ul.et_pb_tabs_controls:after{
    display: none;
  }

.wandsproduct_section2_tab ul.et_pb_tabs_controls li.description_tab, .wandsproduct_section2_tab ul.et_pb_tabs_controls li.additional_information_tab, .wandsproduct_section2_tab ul.et_pb_tabs_controls li.reviews_tab {
	padding: 0 0px!important;
	margin-right: 10px !important;
}

.wandsproduct_section2_tab ul.et_pb_tabs_controls li.et_pb_tab_active a, .wandsproduct_section2_tab ul.et_pb_tabs_controls li a:hover{
	border: none;
    background: var(--pink);
	color: var(--white) !important;
    box-shadow: -2px 4px 7px 0 rgb(226 225 225 / 79%);
}
  
  .wandsproduct_section2_tab ul.et_pb_tabs_controls li a{
    display: block;
    position: relative;
    padding: 15px 25px !important;
    background: var(--pink-light);
    border-radius: 50px;
	transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
  }
  
  .wandsproduct_section2_tab .et_pb_all_tabs{
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
  }
  
  .wandsproduct_section2_tab .et_pb_all_tabs .et_pb_tab .et_pb_tab_content h2{
    font-size: 20px;
    padding-bottom: 20px;
  }
  
  .wandsproduct_section2_tab .woocommerce-Reviews .star-rating span:before {
    color: var(--pink) !important;
}
  
  .wandsproduct_section2_tab .woocommerce-Reviews .comment-form .stars a:before {
    color: var(--pink) !important;
}
  
  .wandsproduct_section2_tab .woocommerce-Reviews .comment-form .comment-form-comment {
    border: 1px solid var(--title);
    padding: 0;
}
  
  .wandsproduct_section2_tab .woocommerce-Reviews .comment-form .comment-form-comment #comment {
    font-size: 15px !important;
    background-color: transparent;
    color: var(--title);
}
  
  .wandsproduct_section2_tab .woocommerce-Reviews .submit {
    background-color: var(--pink) !important;
    color: var(--white) !important;
    border: none !important;
    font-size: 15px !important;
    padding: 15px 30px !important;
}
  
  .wandsproduct_section2_tab .woocommerce-Reviews .submit:hover{
    background-color: var(--title) !important;
  }
  
  .wandsproduct_section2_text h2{
    padding-bottom: 0;
  }

.wandsproduct_section3_shop .product{
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsproduct_section3_shop .product:hover{
	-webkit-transform: translate(0,-10px);
    transform: translate(0,-10px);
}

.wandsproduct_section3_shop ul.products li.product a img{
	margin: 0 0 9px !important;
}

.wandsproduct_section3_shop.et_pb_shop .woocommerce ul.products li.product h2:hover{
	color: var(--pink) !important;
	}
  
  .wandsproduct_section3_shop .product .button {
    font-size: 0;
    border-radius: 10px 0 10px 0;
    background: var(--white) !important;
    width: 60px;
    opacity: 0;
    height: 60px;
    border: 0 !important;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    margin: auto !important;
}

.wandsproduct_section3_shop ul.products li.product .button::before{
	position: absolute;
    content: '' !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    margin: 0 !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--pink);
    border-radius: 10px 0 10px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsproduct_section3_shop ul.products li.product .button:hover::before{
	border-radius: 0 10px 0 10px;
}
  
  .wandsproduct_section3_shop .product .button:hover{
    border-radius: 0 10px 0 10px;
  }
  
  .wandsproduct_section3_shop .product:hover .button{
    top: 50%;
    opacity: 1;
    visibility: visible;
  }
  
  .wandsproduct_section3_shop ul.products li.product .button:after {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: 0 !important;
    text-align: center;
    margin: 0 auto !important;
    opacity: 1 !important;
    font-size: 25px;
    font-family: "ETmodules" !important;
    display: block;
    -webkit-transition: all, 0.2s, ease-in;
    -moz-transition: all, 0.2s, ease-in;
    -o-transition: all, 0.2s, ease-in;
    transition: all, 0.2s, ease-in;
    content: "\e015";
    color: var(--pink);
    line-height: 60px !important;
}
  
  .wandsproduct_section3_shop ul.products li.product .button.ajax_add_to_cart.loading:after {
    content: "\e02d";
}
  
  .wandsproduct_section3_shop ul.products li.product .added_to_cart {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
    background: var(--pink);
    color: var(--white);
    padding: 10px;
    width: 100%;
    margin: auto;
    font-size: 15px;
    font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
    z-index: 2;
}
  
  .wandsproduct_section3_shop ul.products li.product .button.added:after {
    content: "\4e" !important;
}
  
  .wandsproduct_section3_shop .page-numbers, .wandsshopv1_section2_shop .page-numbers li {
    border: none !important;
}
  
  .wandsproduct_section3_shop .page-numbers li .page-numbers {
    display: inline-block;
    background-color: var(--pink) !important;
    padding: 20px 30px;
    margin: 0 10px 10px 10px;
    font-weight: 600;
    border: 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    opacity: 1;
    z-index: 1;
    position: relative;
    border-radius: 20px 0 20px 0;
	color: var(--white) !important;
	font-size: 16px;
}

.wandsproduct_section3_shop .page-numbers li .page-numbers:before{
	position: absolute;
    content: '';
    width: 85%;
    height: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid var(--white);
    border-radius: 20px 0 20px 0;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
}

.wandsproduct_section3_shop .page-numbers li .page-numbers:hover:before{
	border-radius: 0 20px 0 20px;
}

.wandsproduct_section3_shop .page-numbers li .page-numbers:hover{
	border-radius: 0 20px 0 20px;
}
  
   @media only screen and (max-width: 981px){
    .wandsproduct_section2_tab .et_pb_all_tabs {
    max-width: 100%;
    padding: 0 15px;
    margin: 30px auto 0;
}
  }

  @media only screen and (max-width: 767px){ 
    .wandsproduct_section2_tab ul.et_pb_tabs_controls{
      list-style: none;
    padding: 0;
    display: block;
    justify-content: unset;
    margin: 0;
    background-color: transparent !important;
    }
    
    .wandsproduct_section2_tab ul.et_pb_tabs_controls li a {
    display: block;
    position: relative;
    padding: 20px 0 !important;
    text-align: center;
	margin-bottom: 10px;
}  
	  
	  .wandsproduct_section2_tab ul.et_pb_tabs_controls li:last-child{
		  border-bottom: 0 !important;
	  }
	  
	  .wandsproduct_section2_tab ul.et_pb_tabs_controls li:last-child a{
		  margin-bottom: 0 !important;
	  }
	  
	  .wandsproduct_section3_shop.et_pb_wc_related_products ul.products.columns-4 li.product{
		width: 100%!important;
    margin-right: 0%!important;
	}
	
	.et_pb_shop .woocommerce-result-count, .et_pb_shop .woocommerce-ordering {
    float: none;
    text-align: center;
}
  }

/*-------- Project Tag --------*/
.wandsprojectv1_section2_portfolio .et_pb_post .wandsprojectv1_section2_portfolio_content{
	position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wandsprojectv1_section2_portfolio .et_pb_post{
	position: relative;
}

.wandsprojectv1_section2_portfolio .et_pb_post .et_pb_image_container .entry-featured-image-url{
	padding-top: 100%;
  	display: block;
}

.wandsprojectv1_section2_portfolio .et_pb_post .et_pb_image_container img{
	position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.wandsprojectv1_section2_portfolio .et_pb_post:hover .wandsprojectv1_section2_portfolio_content .entry-title{
	opacity: 1;
    margin-left: 0 !important;
}

.wandsprojectv1_section2_portfolio .et_pb_post:hover .wandsprojectv1_section2_portfolio_content .post-meta{
	opacity: 1;
    margin-left: 0;
	-webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*-------- Blog Detail --------*/
.wandsblogdetail_section2_sidebar .wp-block-categories li{
    padding-left: 0px !important;
    display: block;
    position: relative;
  }
  
  .wandsblogdetail_section2_sidebar .wp-block-categories li,.wandsblogdetail_section2_sidebar .wp-block-latest-posts li{
    margin-bottom: 20px !important;
    position: relative;
  }
  
  .wandsblogdetail_section2_sidebar .wp-block-categories li a{
	display: block;
    background-color: var(--pink-light);
    color: var(--pink) !important;
    padding: 17px 25px !important;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
	transition: all ease 0.4s;
  }

.wandsblogdetail_section2_sidebar .wp-block-categories li a:hover{
	background-color: var(--pink);
    color: var(--white) !important;
}
  
  .wandsblogdetail_section2_sidebar .wp-block-categories li:last-child,.wandsblogdetail_section2_sidebar .wp-block-latest-posts li:last-child{
    border-bottom: 0;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  
  .wandsblogdetail_section2_sidebar .wp-block-categories li a,.wandsblogdetail_section2_sidebar .wp-block-latest-posts li a{
    color: var(--title) !important;
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  
  .wandsblogdetail_section2_sidebar .wp-block-latest-posts li a:hover{
    color: var(--pink) !important;
  }

.wandsblogdetail_section2_sidebar .wp-block-tag-cloud a{
  line-height: 1;
    padding: 15px 25px;
  	color: var(--pink) !important;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif !important;
  font-size: 13px !important;
  margin: 5px;
  border-radius: 0px !important;
  border: 1px solid var(--pink) !important;
  background: var(--white);
  -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  letter-spacing: 1px;
  }

  .wandsblogdetail_section2_sidebar .wp-block-tag-cloud a:hover{
    background-color: var(--pink);
    color: var(--white) !important;
  }
  
  .wandsblogdetail_section2_sidebar .et_pb_widget .wp-block-group h2{
    font-weight: 600;
    position: relative;
    display: block;
    padding-bottom: 20px;
  }
  
  .wandsblogdetail_section2_sidebar .wp-block-search__input{
    height: 50px !important;
    border: 1px solid #e4e4e4;
  }
  
  .wandsblogdetail_section2_sidebar .widget_search .wp-block-search__button {
    background-color: var(--white);
    color: var(--pink);
    border: 1px solid var(--pink);
    width: 75px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    height: 50px !important;
}
  
  .wandsblogdetail_section2_sidebar .et_pb_widget{
    position: relative;
    padding: 20px 20px;
    border: 1px solid #e4e4e4;
	background: var(--white) !important;
  }

.wandsblogdetail_section2_sidebar .et_pb_widget:before{
content: '';
    position: absolute;
    left: calc(var(--border-space) * -1);
    right: calc(var(--border-space) * -1);
    top: var(--border-space-top, 20px);
    bottom: calc(var(--border-space) * -1);
    border: inherit;
	 z-index: -1;
}
   
.wandsblogdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description{
	padding-left: 45px;
	position: relative;
}

.wandsblogdetail_section2_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description:before{
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    border-top: 2px solid;
    border-color: inherit;
}

.wandsblogdetail_section2_tag a{
	display: inline-block;
    border: none;
    padding: 10.5px 23px;
    margin-right: 5px;
    margin-bottom: 10px;
    background-color: var(--pink-light);
    border-radius: 9999px;
	transition: all ease 0.4s;
}

.wandsblogdetail_section2_tag a:hover{
	background-color: var(--pink);
}

.wandsblogdetail_section2_comment .comment-form{
	padding-bottom: 0 !important;
}

@media only screen and (max-width: 981px){
	.wandsblogdetail_section2_comment .logged-in-as{
		text-align: center;
	}
}


/* hamburger menu */
.et_divi_100_custom_hamburger_menu__icon {position: relative;display: block;width: 1.875rem;/*height: 1.875rem;*/box-sizing: border-box;cursor: pointer;padding: 0.25rem;clear: both;z-index:9999;}
.et_divi_100_custom_hamburger_menu__icon div{background:var(--white);width:100%;height:.125rem;margin:.25rem auto;border-radius:10px;-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);-webkit-transform:0;transform:0;-webkit-transform-origin:center;transform-origin:center;}
.et_divi_100_custom_hamburger_menu__icon div:before,.et_divi_100_custom_hamburger_menu__icon div:after{-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
/* Type 1 */
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child){width:0;margin-left:0;opacity:1;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S3DF;animation-name: T1S3DF;}
@-webkit-keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S3L;animation-name: T1S3L;}
@-webkit-keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S4DF;animation-name: T1S4DF;}
@-webkit-keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S4DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {width: 0;margin-right: 0;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {width: 0;margin-right: auto;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S4L;animation-name: T1S4L;}
@-webkit-keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S4L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;}
	20% {width: 100%;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {width: 0;margin-left: 0;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {width: 0;margin-left: auto;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T1S5DF;animation-name: T1S5DF;}
@-webkit-keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T1S5DF {
	0% {margin-right: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: top right;transform-origin: top right;}
	25% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(0.375rem) rotate(10deg);transform: translateY(0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
	90% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {-webkit-animation-name: T1S5DM;animation-name: T1S5DM;width: 0%;}
@-webkit-keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
@keyframes T1S5DM {
	0% {width: 100%;opacity: 1;}
	40% {width: 100%;}
	50% {width: 0%;opacity: 1;}
}
.et_divi_100_custom_hamburger_menu--type-1.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T1S5L;animation-name: T1S5L;}
@-webkit-keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T1S5L {
	0% {margin-left: 0;-webkit-transform: none;transform: none;-webkit-transform-origin: bottom left;transform-origin: bottom left;}
	25% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	30% {width: 100%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	40% {width: 0%;-webkit-transform: translateY(-0.375rem) rotate(10deg);transform: translateY(-0.375rem) rotate(10deg);}
	50% {width: 0%;-webkit-transform-origin: center;transform-origin: center;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);
	}
	90% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
/* Type 2 */
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background:0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before, .et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{content:'';display:block;background:var(--white);width:2px;min-width:2px;height:2px;border-radius:10px;margin:0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-2 .et_divi_100_custom_hamburger_menu__icon div:after, .et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after{width:100%;margin:0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-2.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {width: 0;min-width: 0;margin-left: 0;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T2S3DF;animation-name: T2S3DF;}
@-webkit-keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T2S3DF {
	0% {-webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none; }
	40% { -webkit-transform: translateY(0.375rem); transform: translateY(0.375rem);}
	80% { -webkit-transform: translateY(0.375rem) rotate(45deg); transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@-webkit-keyframes T2S3DFB {
	0% { width: 100%; -webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@-webkit-keyframes T2S3DMA {
	0% {width: 100%; -webkit-transform: none;transform: none;}
	20% { -webkit-transform: none; transform: none;}
}
@keyframes T2S3DMA {
	0% { width: 100%;-webkit-transform: none; transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T2S3DL;animation-name: T2S3DL;}
@-webkit-keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T2S3DL {
	0% {-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
	40% {-webkit-transform: translateY(-0.25rem);transform: translateY(-0.25rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {-webkit-animation-name: T2S3DFB;animation-name: T2S3DFB;}
@keyframes T2S3DFB {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-3.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {-webkit-animation-name: T2S3DMA;animation-name: T2S3DMA;}
@keyframes T2S3DMA {
	0% {width: 100%;-webkit-transform: none;transform: none;}
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {width: 0%;min-width: 0;margin: 0 auto;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {position: absolute;width: 100%;-webkit-transition: all 0.3s linear transform 0.3s 0.3s linear;transition: all 0.3s linear transform 0.3s 0.3s linear;-webkit-transform-origin: center;transform-origin: center;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {-webkit-transform: rotate(45deg);transform: rotate(45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-4.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {width: 100%;min-width: 0;opacity: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {position: relative;-webkit-animation-name: T2S5DF;animation-name: T2S5DF;-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
@-webkit-keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
@keyframes T2S5DF {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@-webkit-keyframes T2S5DFB {
	20% {width: 0%;}
}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child:after {right: 0;-webkit-animation-name: T2S5DFA;animation-name: T2S5DFA;}
@-webkit-keyframes T2S5DFA {
	20% {width: 0%;}
}
@keyframes T2S5DFA {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child), .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {position: relative;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {margin: 0 auto;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):before {display: none;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child):after {-webkit-animation-name: T2S5DL;animation-name: T2S5DL; width: 2px;}
@-webkit-keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
@keyframes T2S5DL {
	20% {-webkit-transform: 100%;transform: 100%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {position: relative;-webkit-animation-name: T2S5DL;animation-name: T2S5DL;-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
@keyframes T2S5DL {
	20% {-webkit-transform: none;transform: none;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {position: absolute;width: 0;}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:before {left: 0;-webkit-animation-name: T2S5DFB;animation-name: T2S5DFB;}
@keyframes T2S5DFB {
	20% {width: 0%;}
}
.et_divi_100_custom_hamburger_menu--type-2.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after, .et_divi_100_custom_hamburger_menu--style-5.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child:after {right: 0;-webkit-animation-name: T2S5DMA;animation-name: T2S5DMA;}
@-webkit-keyframes T2S5DMA {
	20% {width: 0%;}
}
@keyframes T2S5DMA {
	20% {width: 0%;}
}
/* Type 3 */
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:before {width: 100%;margin: 0 2px 0 0;}
.et_divi_100_custom_hamburger_menu--type-3 .et_divi_100_custom_hamburger_menu__icon div:after {width: 2px;margin: 0;}
/* Type 4 */
.et_divi_100_custom_hamburger_menu--type-4 .et_divi_100_custom_hamburger_menu__icon div {width: 2px;margin-right: auto;margin-left: auto;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S2DF;animation-name: T4S2DF;}
@-webkit-keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S2DF {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	40% {-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-2 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S2L;animation-name: T4S2L;}
@-webkit-keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S2L {
	0% {-webkit-transform: none;transform: none;}
	20% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	40% {-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S30.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S3 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {-webkit-animation-timing-function: linear;animation-timing-function: linear;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S3DF;animation-name: T4S3DF;}
@-webkit-keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
@keyframes T4S3DF {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(0.375rem);transform: translateY(0.375rem);}
	80% {-webkit-transform: translateY(0.375rem) rotate(45deg);transform: translateY(0.375rem) rotate(45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-3 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-animation-name: T4S3L;animation-name: T4S3L;}
@-webkit-keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
@keyframes T4S3L {
	0% {-webkit-transform: none;transform: none;}
	40% {width: 2px;-webkit-transform: translateY(-0.375rem);transform: translateY(-0.375rem);
	}
	80% {-webkit-transform: translateY(-0.375rem) rotate(-45deg);transform: translateY(-0.375rem) rotate(-45deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled {-webkit-animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);animation: T4S40.6s cubic-bezier(0.28, 0.55, 0.385, 1.65);}
@-webkit-keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes T4S4 {
	100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-4 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-animation-name: T4S4DF;animation-name: T4S4DF;}
@-webkit-keyframes T4S4DF {}
@keyframes T4S4DF {}.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:0.3s cubic-bezier(.28,.55,.385,1.65);transition:0.3s cubic-bezier(.28,.55,.385,1.65);-webkit-transition-timing-function:cubic-bezier(.28,.55,.385,1.65);transition-timing-function:cubic-bezier(.28,.55,.385,1.65);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 2px;-webkit-transform: none;transform: none;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(-4px);transform: translateY(-4px);}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {width: 100%;opacity: 1;}
.et_divi_100_custom_hamburger_menu--type-4.et_divi_100_custom_hamburger_menu--style-5 .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(4px);transform: translateY(4px);}
/* Toggled */
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div {width: 100%;-webkit-animation-duration: 0.6s;animation-duration: 0.6s;
	-webkit-animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);animation-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:after, .et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:before {width: 100%;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:first-child {-webkit-transform: translateY(0.375rem) rotate(45deg);
	transform: translateY(0.375rem) rotate(45deg);}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:not(:first-child):not(:last-child) {opacity: 0;}
.et_divi_100_custom_hamburger_menu__icon.et_divi_100_custom_hamburger_menu__icon--toggled div:last-child {-webkit-transform: translateY(-0.375rem) rotate(-45deg);
	transform: translateY(-0.375rem) rotate(-45deg);}
.et_divi_100_custom_hamburger_menu .mobile_menu_bar:before, .et_divi_100_custom_hamburger_menu .mobile_menu_bar:after {display: none;}




/*Back To Top Style*/
.et_divi_100_custom_back_to_top .et_pb_scroll_top {z-index: 9999999;position: fixed;right: 20px;bottom: 20px;background: #236e9c;width: 40px;height: 40px;box-shadow: 0 2px 4px rgba(108, 46, 185, 0.2);-webkit-transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, -webkit-transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease;transition: all 0.2s ease, transform 0.6s ease, -webkit-transform 0.6s ease;cursor: pointer;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top:before {display: none;}
.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-animation: none !important;animation: none !important;}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top, .et_divi_100_custom_back_to_top .et_pb_scroll_top.et-hidden {-webkit-transform: scale(0) rotate(0deg);transform: scale(0) rotate(0deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(360deg);transform: scale(1) rotate(360deg);}
	.et_divi_100_custom_back_to_top .et_pb_scroll_top .et-icon-arrow-up {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
	.et_divi_100_custom_back_to_top--style-1 .et_pb_scroll_top {border-radius: 100%;}
	.et_divi_100_custom_back_to_top--style-2 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top {border-radius: 4px;}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top.et-visible {-webkit-transform: scale(1) rotate(405deg);transform: scale(1) rotate(405deg);}
	.et_divi_100_custom_back_to_top--style-3 .et_pb_scroll_top .et-icon-arrow-up {-webkit-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top {right: 0;border-radius: 4px 0 0 4px;}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-4 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 0 0 4px;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: var(--white);font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1) translate(100%, 0);transform: scale(1) translate(100%, 0);}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-5 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top {right: 0;width: auto;border-radius: 4px 4px 0 0;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top:before {content: 'Back To Top';display: inline-block;color: var(--white);font-weight: 700;}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-hidden {right: 40px;bottom: 100px;-webkit-transform-origin: right top;transform-origin: right top;-webkit-transform: scale(1) translate(100%, 0) rotate(-90deg);transform: scale(1) translate(100%, 0) rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top.et-visible {-webkit-transform: rotate(-90deg);transform: rotate(-90deg);}
	.et_divi_100_custom_back_to_top--style-6 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top {right: 0;left: 0;bottom: 0;width: auto;padding: 0 20px;line-height: 40px;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top:before {content: 'Back To Top';display: block;color: var(--white);font-weight: 700;text-align: center;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top, .et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-hidden {-webkit-transform: scale(1);transform: scale(1);}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top.et-visible {-webkit-transform: none;transform: none;}
	.et_divi_100_custom_back_to_top--style-7 .et_pb_scroll_top .et-icon-arrow-up {display: none;}
	
/*****Pagination******/
.pagination-container{ margin-bottom:0px !important;}
.et_pb_row_custom_pagination{clear:both;text-align: left;}
.pagination-container{padding-top: 20px !important;margin-top:2em;margin-bottom:2em;}
.screen-reader-text{display: none;}
.navigation.dws_blogpagination .page-numbers{display: inline-block;border-right: 0;padding: 0em 1em;margin: 0 -1px;line-height: 2.6em;}
.navigation.dws_blogpagination .page-numbers.prev,.navigation.dws_blogpagination .page-numbers.next{padding: 0 .5em;}
.navigation.dws_blogpagination span.page-numbers {color:var(--white);border: 1px solid;border-color:var(--black) !important;font-weight: 600;}
.navigation.dws_blogpagination .page-numbers .et-pb-icon{font-size: 1.6em;vertical-align: middle;line-height: 1.5em;margin-top: -3px;}
.navigation.dws_blogpagination a.page-numbers:hover, .navigation.dws_blogpagination span.page-numbers {background-color: var(--black) !important;}
.navigation.dws_blogpagination a.page-numbers {color: var(--white) !important;background: var(--black);}
.navigation.dws_blogpagination a.page-numbers:hover {color: var(--white) !important; } 


/********** Mobile Menu Style1************/
 .et_divi_100_mm_m_style1 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
  
  /*change hamburger icon to x when mobile menu is open*/

.et_divi_100_mm_m_style1 #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_divi_100_mm_m_style1 .et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1 ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db.et_divi_100_mm_m_style1 #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1 ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_divi_100_mm_m_style1 .et_mobile_menu .menu-item-has-children>a,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1 #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et_divi_100_mm_m_style1.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color:  var(--black);
	background:  var(--white);
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

.et_divi_100_mm_m_style1 ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et_divi_100_mm_m_style1.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\4d';
}


/*adjust the position of the hamburger menu*/

.et_divi_100_mm_m_style1 .mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 5px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu,
.et_divi_100_mm_m_style1 .et_pb_menu .et_mobile_menu ul {
	background-color: var(--white) !important;
	border-radius: 10px;
}

/********** Mobile Menu Style2************/
 .et_divi_100_mm_m_style2{overflow-x: hidden;}
 .et_divi_100_mm_m_style2 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}
/*edit the Divi submenu*/
.et_divi_100_mm_m_style2 .et_pb_menu .nav li ul {
margin-top:20px!important;
} 

/*Mobile Menu*/
.et_divi_100_mm_m_style2 .et_mobile_menu{
Border-top:none;
display: block!important;
padding-top:100px!important;
padding-left: 0!important;
padding-right: 0!important;
z-index: 9998;
min-width:100vw;
min-height:100vh;
top:-15px !important;
left:-5vw !important;
position: absolute !important;
}

.et_divi_100_mm_m_style2 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: translateY(-110%);
-webkit-transform: translateY(-110%);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out!important;
visibility:hidden;
}

.et_divi_100_mm_m_style2 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style2 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style2.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform:translateY(-10px);
-webkit-transform: translateY(-10px);
transform-origin:top;
-webkit-transform-origin:top;
transition: .8s ease-in-out;
visibility:visible;
}

.et_divi_100_mm_m_style2 .et_mobile_menu li a{
text-align:center;
padding-left:0px!important;
background:transparent!important;
}
  

.et_divi_100_mm_m_style2 .et_mobile_menu li:not(:last-child) a{
/*border-bottom: 1px solid rgba(0,0,0,0.10)!important;*/
}

.et_divi_100_mm_m_style2 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: var(--white) !important;
font-weight: inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style2 .mobile_menu_bar{
/*top: 5px;
/*padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style2 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
color:var(--black);
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}

  
}
  
/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style2.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style2 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style2 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color:  var(--black);
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style2 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}
/********** Mobile Menu Style3************/
 .et_divi_100_mm_m_style3{overflow-x: hidden;}
.et_divi_100_mm_m_style3 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}


/*Mobile Menu*/
.et_divi_100_mm_m_style3 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left:0px!important;
padding-right:0px!important;
z-index: 9998 !important;
width: 80% !important;
min-width: 200px;
left: auto!important;
max-width: 350px;
right: -5vw;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

.et_divi_100_mm_m_style3 .mobile_nav.closed #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.closed .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out!important
}

.et_divi_100_mm_m_style3 .mobile_nav.opened #mobile_menu,
.et_divi_100_mm_m_style3 .mobile_nav.opened .et_mobile_menu,
.et_divi_100_mm_m_style3.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin: right;
-webkit-transform-origin: right;
transition: .8s ease-in-out;
}

.et_divi_100_mm_m_style3 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  
.et_divi_100_mm_m_style3 .et_mobile_menu li:not(:last-child) a{
/*border-bottom: 1px solid rgba(0,0,0,0.10)!important;*/
}

.et_divi_100_mm_m_style3 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color:var(--white)!important;
font-weight:inherit;
}
  
/*Mobile Menu Bar*/
.et_divi_100_mm_m_style3 .mobile_menu_bar{
/*top: 15px;
padding:0;
position: absolute;*/
right:-10px;
z-index: 10001;
}  

/*change Divi hamburger menu to X*/
.et_divi_100_mm_m_style3 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
  color:var(--black);
}

@media all and (min-width: 768px) and (max-width: 980px){
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  


/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
.et_divi_100_mm_m_style3.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
.et_divi_100_mm_m_style3 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
.et_divi_100_mm_m_style3 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: var(--black);
font-size: 16px;
font-family: ETmodules;
}
.et_divi_100_mm_m_style3 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}

/********** Mobile Menu Style4************/
 .et_divi_100_mm_m_style4{overflow-x: hidden;}
.et_divi_100_mm_m_style4 .et_pb_menu ul.et_mobile_menu {
    max-height: 80vh;
    overflow-y: auto;
}

  
/*Divi Mobile Menu*/
 .et_divi_100_mm_m_style4 .et_mobile_menu{
Border-top:none;
display: block!important;
min-height: 100vh;
padding-top:60px!important;
padding-left: 0px!important;
padding-right: 0px!important;
z-index: 9998 !important;
width: 80% !important;
min-width: 200px;
right: auto!important;
max-width: 350px;
left:-5vw !important;
top:-15px !important;
position: absolute !important;
box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-webkit-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
-moz-box-shadow: 2px 5px 28px -1px rgba(0,0,0,0.75) !important;
}

 .et_divi_100_mm_m_style4 .mobile_nav.closed #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.closed .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.closed .et_mobile_menu {
transform: rotateY(90deg);
-webkit-transform: rotateY(90deg);
transform-origin: left;
-webkit-transform-origin: left;
transition: .8s ease-in-out!important
}

 .et_divi_100_mm_m_style4 .mobile_nav.opened #mobile_menu,
 .et_divi_100_mm_m_style4 .mobile_nav.opened .et_mobile_menu,
 .et_divi_100_mm_m_style4.et-db #et-boc .et-l .mobile_nav.opened .et_mobile_menu {
transform: rotateY(0deg);
-webkit-transform: rotateY(0deg);
transform-origin:left;
-webkit-transform-origin:left;
transition: .8s ease-in-out;
}

 .et_divi_100_mm_m_style4 .et_mobile_menu li a{
text-align:left;
padding-left:20px!important;
background:transparent!important;
}
  

 .et_divi_100_mm_m_style4 .et_mobile_menu li:not(:last-child) a{
/*border-bottom: 1px solid rgba(0,0,0,0.10)!important;*/
}

 .et_divi_100_mm_m_style4 .mobile_nav .menu-item-has-children > a {
background: transparent!important;
color: var(--white)!important;
}
  
/*Mobile Menu Bar*/
 .et_divi_100_mm_m_style4 .mobile_menu_bar{
/*top: 15px;
padding:0;
right:-10px;
position:absolute;*/
right:-10px;
z-index:10001;
}  

/*change Divi hamburger menu to X*/
 .et_divi_100_mm_m_style4 .mobile_nav.opened .mobile_menu_bar:before {
content: '\4d';
}

@media all and (min-width: 768px) and (max-width: 980px){
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span{right:15px;}
}
  
  

/**** Divi Mobile Menu Collapse Effect ****/
/**** This hides the sub menu items on mobile ****/
 .et_divi_100_mm_m_style4.et-db #page-container .mobile_nav li ul.hide {
display: none !important;
}

/**** This adjusts the positioning and the background transparency of the parent menu item on mobile ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children {
position: relative;
}
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a {
background: transparent;
}

/**** This styles the icon and moves it to the right ****/
 .et_divi_100_mm_m_style4 #page-container .mobile_nav .menu-item-has-children > a + span {
position: absolute;
right: 0;
top: 0;
padding: 10px 20px;
font-size: 20px;
font-weight: 700;
cursor: pointer;
z-index: 3;
}

/**** Here you can swap out the actual icons ****/
 .et_divi_100_mm_m_style4 #page-container span.menu-closed:before {
content: "\4c";
display: block;
color: var(--black);
font-size: 16px;
font-family: ETmodules;
}
 .et_divi_100_mm_m_style4 #page-container span.menu-closed.menu-open:before {
content: "\4d";
}