/*
Theme Name: Impreza Child
Theme URI: http://impreza.us-themes.com/
Template: Impreza
Author: DesignVoodoo
Author URI: http://designvoodoo.com/
Description: Multi-Purpose WordPress Theme.

*/

/* temp sign-up page */
.logo_sign_up img {
	mix-blend-mode:multiply;
}


body {
	background-color: transparent !important;
	background-image: linear-gradient(90deg, rgba(195, 197, 244, 0.06) .1em, transparent .1em) !important;
  background-size: 0.5em !important;
}


body:not(.home) h1 {
font-weight: 600;
}


.page_tab {
	clip-path: circle(60px at center bottom);
	background-color: #FFF !important;
	background-image: linear-gradient(90deg, rgba(195, 197, 244, 0.06) .1em, transparent .1em);
	background-size: 0.5em;
	position:relative;
	bottom:11rem;
}

.page_tab2 {
	clip-path: circle(60px at center bottom);
	background-color: rgba(189,244,224,0.50) !important;
	position:relative;
}


/* Menu */

#page-header{
	margin: 2.5rem 0;
}

#menu-item-1395 a {
	padding-right: 0 !important;
}

.motto {
	font-size: 13px !important;
  background-image: linear-gradient(to left, #6e6bd2, #423cc8, #6e6bd2);
  background-repeat: no-repeat;
  background-size: 25px 2px;
  background-position: center bottom;
  padding: 0 0 0.3rem 0;
  margin: 0.5rem 0 1rem 3px;
  text-align: center;
}

.ush_menu_1 {
	text-transform: uppercase;
}

#menu-item-1395 .w-nav-title {
	color: #423cc8;
	padding: 0.5rem 1rem;
	border: 1px solid #423cc8;
	text-transform:none;
    background-image: linear-gradient(#423cc8, #423cc8);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: .5s;
}

#menu-item-1395 a:hover .w-nav-title {
	color: #FFF;
    background-size: 100% 100%;
}

ul.w-nav-list li:not(#menu-item-1395) a .w-nav-title {
	background-image: linear-gradient(#423cc8, #423cc8);
    background-repeat: no-repeat;
    background-size: 0 2px;
	background-position: left bottom;
    transition: .5s;
}
ul.w-nav-list li:not(#menu-item-1395) a:hover .w-nav-title {
    background-size: 100% 2px;
}

.top_menu {
	justify-content: space-between;
}


.nl_link {
  width: max-content;
  margin: 0 auto;
}

.nl_link h4 {
	  text-transform: uppercase !important;
}


/* homepage store section */

div.icon_grad a.w-iconbox-link div.w-iconbox-icon {
	background-image: linear-gradient(to bottom right, #3b3ee5 40%, #b1d8fb 60%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
	/*		background-size: 150% 150% !important;
	 		animation: shift 10s linear infinite; 
	*/
}

/*
div:nth-child(1).icon_grad a.w-iconbox-link div.w-iconbox-icon {
	animation-delay: 0.5s;
}

@keyframes shift {
    0% {background-position: 21% 20%;}
	5% {background-position: 99% 100%;}
	10% {background-position: 21% 20%;}
	100% {background-position: 41% 40%;}
  }
*/


.link_shadow {
	padding: 0.5rem 1rem;
	border-radius: 5px;
	box-shadow: 7px 7px 30px rgba(0, 7, 106, 0.09);
	background-color: #FFFFFF;
}

	h4.link_shadow {
	display: inline-block;
}


div.signup_box::before {
content: '';
  position: absolute;
  bottom: 0;
	left:0;
  width: 98%;
  height: 70%;
  z-index: -1;
  background: linear-gradient(169deg, transparent 41%,#C2D4F400 42%,#A0AABB 100%);
  transform:rotate(0.5deg);
  filter: blur(10px);
}

/* fix after impreza update flipped image order */
.w-gallery-list {
    direction: rtl;
}

.home_gallery img{
	clip-path: circle();
	border: 10px solid #cfd4ec;
	border-radius: 100%;
}

.home_gallery .w-gallery-item:nth-child(1) img{
	border: 30px solid transparent;
	z-index: 3;
	position: relative;
}

.home_gallery .w-gallery-item:nth-child(1)::before {
  background-image: linear-gradient(to bottom right, #cfd4ec 40%, #cde8cd 80%);
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  clip-path: circle();
	z-index:3;
}


/* .w-gallery.home_gallery::after */

.home_gallery .w-gallery-item:nth-child(3)::after {
  background-image: url('https://dev.designvoodoo.com/network/wordpress_dailyphd/wp-content/uploads/2024/07/page_edge-2.png');
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 75%;
  overflow: visible;
  content: '';
	width: 300%;
	height: 144%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.w-gallery-item-img img {
  background: transparent !important;
}

div.signup_box::after {
	content: '';
  position: absolute;
  bottom: 0;
	left:0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background:linear-gradient(135deg, #F1F2FF 81%,#F1F2FF 82%,#F1F2FF 82%,#FFF 100%);
	border-bottom-right-radius: 60px 5px;}

div.signup_box.homeimage::after {
	content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background:linear-gradient(135deg, #F1F2FF 81%,#F1F2FF 82%,#F1F2FF 82%,#FFF 100%);
	border-bottom-right-radius: 60px 5px;
mix-blend-mode: hue;}


div.signup_box {
	transform:rotate(-1deg);
  background-color: #FFF;
  border-bottom-right-radius: 60px 5px;
	position:relative;
	  z-index: 1;
	width: 180px;
  height: 122px;
}

.highlight {
display: inline-block;
  position: relative;
  z-index: 1;
	}


/* this is highlighter */
.highlight::after {
content: '';
  position: absolute;
  top: 20%;
  bottom: 0;
  padding: 2px 4px;
  width: 0%;
  left: -2px;
  right: 0;
  transform: rotate(-1deg);
  height: 54%;
/*  background-color: #FFE3EB; */
 background-color: #F3DAFD;
  z-index: -1;
}

.button_under {
	 animation: bounce 3s ease infinite;
}

@keyframes bounce {
    70% { transform:translateY(0%); }
    80% { transform:translateY(-20%); }
    90% { transform:translateY(0%); }
    95% { transform:translateY(-10%); }
    100% { transform:translateY(0); }
}


.button_under::after {
  background-image: url('https://dev.designvoodoo.com/network/wordpress_dailyphd/wp-content/uploads/2024/07/triangle_left-e1720487854352.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  content: '';
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0);
  right: 0;
  bottom: 0;
  overflow: visible;
  border-top: 1px solid #000;
}


/* home page sections */

.articles_wrapper .w-btn-wrapper {
	margin-left: auto;
}

/* Blog Posts */
.w-post-elm.post_navigation {
	flex-direction: column;
}
.post_navigation.layout_simple .post_navigation-item {
	width:100%;
}

.post_navigation.layout_sided .post_navigation-item-arrow {
  background: rgba(165, 176, 234, 0.44);
}


/* Pages */

.title_underline h1 {
	display:inline-block;
	position:relative;
}

.title_underline h1::after {
	content:'';
	position:absolute;
	width:100%;
	height: 2%;
  	bottom: 5px;
	left:0;
 background-image: linear-gradient(#423cc8, #423cc8);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: left bottom;
  transition: .5s;
  font-size: 2.6rem;
		/* animation-name: line; */
		animation-timing-function: ease-in;
	  	animation-duration: 1s;
		animation-iteration-count: 1;
	  animation-fill-mode: forwards;
	transform: skew(2deg,-1deg);
}

@keyframes line {
	0%   {background-size: 0 3px;}
	99% {background-size: 100% 3px;}
	100% {background-size: 100% 3px;}
}


body:not(.home) #page-content {
	position: relative;
	padding-bottom:6rem;
}


.title_row {
padding-top: 4rem !important;
  box-shadow: 1px -17px 37px -40px #8a7cce5e;
}

body:not(.home) .title_row::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  border-top: 1px solid #e0dff0;
	z-index:-1;
}

.home_top::after, #page-footer::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  border-top: 1px solid #e0dff0;
	z-index:-1;
}

body:not(.home) div.signup_box {
	transform: rotate(0deg);
}

body:not(.home) div.signup_box::after{
	border-top: 2px solid #ecedfb;
}

body:not(.home) div.signup_box::before{
	filter: blur(3px);
}


/* Store Page */
.w-tabs.style_default > .w-tabs-list {
  background: transparent !important;
}

/* Video Page */
.playlist_1 .epyt-gallery-list {
	padding-top: 2rem;
	margin: 2.5rem -8px 0 -8px;
}

.fluid-width-video-wrapper::before {
	  content: '';
  border-radius: 5px;
/*  box-shadow: 0px 0px 6px 2px rgba(87, 90, 134, 0.11); */
  background-color: #FFFFFF;
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  position: absolute;
  top: -1rem;
  right: 0;
  bottom: 0;
  left: -1rem;
}

.playlist_1 .epyt-gallery-list::before {
  content: 'PLAYLIST';
  text-align: right;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--color-alt-content-border) !important;
  border-right: 1px solid var(--color-alt-content-border) !important;
  padding-right: 1rem;
  box-sizing: border-box;
  color: var(--color-alt-content-border) !important;
  font-size: 16px;
  max-width: 834px;
  margin: 0 auto;
}


.icon_subhead .w-iconbox-icon {
  width: 100px !important;
  height: 100px !important;
  background-image: url('https://dev.designvoodoo.com/network/wordpress_dailyphd/wp-content/uploads/2024/02/square_line.jpg');
  background-size: contain;
	mix-blend-mode:multiply;
}

.icon_subhead {
	margin-bottom: -3rem;
}

.icon_subhead .w-iconbox-meta {
	display: flex;
	flex-direction: column;
	margin-top: 1rem;
}

.icon_subhead .w-iconbox-title {
	order: 2;
}

.icon_subhead .w-iconbox-text {
	order: 1;
}

section#newsletter{
	background-image: linear-gradient(to bottom, #dbe7ff33 30%, #cfd4ec70 60%);
}

/* Newsletter */

.signup_line::after {
content: '';
  background-image: url('https://dev.designvoodoo.com/network/wordpress_dailyphd/wp-content/uploads/2024/07/page_scribble_dot.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50%;
  width: 100%;
  height: 150%;
  position: absolute;
  bottom: 10px;
  left: 38%;
  transform: rotateY(180deg);
  overflow: visible;
	pointer-events:none;
}

.simple_nl_form .signup .tnp form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 620px;
  justify-content: center;
  gap: 1rem 0;
}

.signup .tnp form .tnp-privacy-field {
	order:5;
}

.simple_nl_form .tnp form input.tnp-name {
	border-radius: 0.3em 0 0 0.3em;
	width: 200px;
}
.simple_nl_form .tnp form input.tnp-surname {
	border-radius: 0 0.3em 0.3em 0;
	width: 200px;
	border-left-width: 0;
}

.simple_nl_form .signup .tnp:not(.active) .tnp-field-firstname {
	display:none;
}

.simple_nl_form .signup .tnp:not(.active) .tnp-field-surname {
	display:none;
}

.simple_nl_form .signup .tnp-field:not(.tnp-privacy-field) label {
	display:none;
}

.simple_nl_form .tnp-subscription input[type=email].tnp-email {
	width:auto;
	border-radius:0!important;
	border-right-width:0;
	border-left-width:3px;
	border-color: #696cfa !important;
	position:relative;
	padding-left:1.5rem;
	line-height: 28px;
	height:28px;
}

a.form_button {
font-size: 16px;
  line-height: 1.2 !important;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  border-radius: 0.3em;
  padding: 0.8em 1.8em;
  background: var(--color-content-primary);
  border-color: transparent;
	color: #ffffff !important;
	display: inline-block;}

a.form_button:hover {
background: var(--color-content-link-hover);
  border-color: transparent;
	color: #ffffff !important;
}

.box_border {
	padding: 1.5rem !important;
	border: 1px solid var(--color-content-border) !important;
	margin:2rem;
}

.simple_nl_form .tnp-subscription input[type=submit] {
	border-radius:0 0.3em 0.3em 0 !important;
	border-width: 1px !important;
}

.simple_nl_form .tnp-subscription input[type=email] {
  background-image: url('https://dev.designvoodoo.com/network/wordpress_dailyphd/wp-content/uploads/2024/02/triangle_left.png');
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.tnp-privacy-field {
	font-size: 15px;
}

.tnp-subscription input[type="submit"]:hover {
	box-shadow:none !important;
}

input:not([type="submit"]):focus {
box-shadow: 0px 0px 10px -2px #696cfa inset !important;
}

/* Contact */
#gform_1 span.name_first {
	padding-right: 0;
} 

#gform_wrapper_1 .gform_required_legend, #gform_1 .gfield_required {
	display:none;
}

#gform_1 .gfield_label {
	text-align: right;
	padding-right: 1em;
}

/* Footer */
#page-footer {
	background-color: #dbe7ff33;
	padding-bottom: 2rem;
	position:relative;
}
#menu-footer {
	font-weight:bold;
}


.w-menu.layout_hor .menu > li:not(:last-of-type)::after {
	content: '|';
	padding-left: 1rem;
	opacity: 0.3;
	font-weight: normal;
}

footer .website-logo-container svg{
	max-height:100px;
}

footer .website-logo-container svg path { 
    fill: #fff; stroke: #fff;
}


/* mobile menu */
.l-subheader .w-nav.ush_menu_1.type_mobile .w-nav-list.level_1 {
  padding-bottom: 1.5rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid #dbe7ff70;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  div.vc_column_container.home_gallery_col {
    margin: 0 0 20vw !important;
  }
}

@media screen and (max-width: 600px) {
	.l-subheader, .l-section {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	body:not(.home) div.signup_box {scale: 64%;}
	body:not(.home) div.signup_box h5 {font-size:1.7rem}
}


@media screen and (max-width: 600px) and (min-width: 500px) {
	.w-gallery.home_gallery {padding:0 3.5rem;}
}

