/* homepagina*/
#takecareofyourfriends {width: 150%; margin-left: -33%; margin-top: -50%}

/* animations homepage to pawwss+*/
/* Smoothly expand the block */
#laatsteblokhomepage.expand {
    transition: all 1s ease;
    transform: scale(1.1); /* Adjust scale to your preference */
}

/* Apply blur and fade out effect to the content */
.fade-blur {
    animation: fadeBlur 1s forwards ease-in-out;
    will-change: opacity, filter;
}

/* Fade and blur animation */
@keyframes fadeBlur {
    0% {
        opacity: 1;
        filter: blur(0px);
    }
    50% {
        opacity: 0.5;
        filter: blur(5px);
    }
    100% {
        opacity: 0;
        filter: blur(10px); /* Adjust blur to your preference */
    }
}

/* Move up and fade animation for #headertop */
#headertop.move-up-and-fade {
    animation: moveUpAndFade 1s forwards ease-in-out;
    will-change: transform, opacity;
}

/* Move up and fade animation keyframes */
@keyframes moveUpAndFade {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-50px); /* Adjust to move up the desired amount */
    }
}


/* animations pawwss+ to pawwss*/

/* Shrink the block to the size of #laatsteblokhomepage */
#laatsteblokvolgendepagina.shrink {
    transition: all 1s ease;
    transform: scale(0.9); /* Adjust scale to match the size of #laatsteblokhomepage */
    height: 700px; /* Adjust to the desired smaller height */
    overflow: hidden; /* Ensure content doesn't overflow during shrink */
}

/* Apply blur and fade out effect to the content */
.blur-fade-out {
    animation: fadeBlur 1s forwards ease-in-out;
    will-change: opacity, filter;
}

/* Reuse the existing fade and blur animation */
@keyframes fadeBlur {
    0% {
        opacity: 1;
        filter: blur(0px);
    }
    50% {
        opacity: 0.5;
        filter: blur(5px);
    }
    100% {
        opacity: 0;
        filter: blur(10px); /* Adjust blur to your preference */
    }
}

/* Move up and fade animation for the header when returning home */
#headertop.move-up-and-fade-back {
    animation: moveUpAndFadeBack 1s forwards ease-in-out;
    will-change: transform, opacity;
}

/* Move up and fade animation keyframes for the reverse effect */
@keyframes moveUpAndFadeBack {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-50px); /* Adjust to move up the desired amount */
    }
}




/* all screens */
.woocommerce-store-notice.demo_store {display: none!important}

  .dashicons.dashicons-dashicons.dashicons-menu-alt {
    text-decoration: none;
    color: #1d1d1b !important;
    font-size: 28px !important;
		padding-right: 10px !important;}

/*footer*/
  #allfooter {
    margin-top: 0px;
    padding-top: 20px !important;
  }

/*below footer*/
	#ourpaws, #pawwssplus, #resources {     margin-bottom: -20px !important;}

.glassy {box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
background: rgba(70, 66, 100, 0.38);}

/* mobile everywhere */
/*needed everywhere*/
/*footer*/
/*Homepage - wecareabouttitle*/
@media only screen and (max-width: 586px) and (min-width: 300px) {
	
	/* animation grow button mobile */
.grow {
  transition: all 0.3s ease-in-out;
}

.grow:hover {
  transform: scale(1.15);
}
	
	#mobile-buttons { 
		position: sticky;
    bottom: 0;
    top: auto; 
    z-index: 1000; 
		display: block!important;
		width: 100%;
		margin: auto!important;
}
	
	a:link, a:visited, a:hover {
		text-decoration: none!important;
	}
	
    /*button find me a home hidden on mobile*/
   #transparentonscrollfirst, #transparentonscroll {
		 display: none;}
	
	
	
	
    /*header for mobile set tot none*/
  
  #nameheader {
		padding: 0px !important;}
    /*homepage - quote foto */
  
  #homepagequote {
    margin: 0px;
		padding-top: 10px !important;}
	
    /*homepage - quote from gianluca */
  #quotegianluca {
		margin-top: -55px;}
    /*header logo smaller*/
  
  .custom-logo-link {
		width: 90%;}
    /*Homepage - image hidden pawwssplus*/
  
  #takecareofyourfriends {
		display: none;}
    /*Homepage - wecareabouttitle*/
  
  #wecareabouttitle {
		margin-top: 80px !important;}
    /*homepage - three blocks middle */
  
  #blockonehomepage, #blocktwohomepage, #blockthreehomepage, #blockonehomepagetext, #blocktwohomepagetext, #blockthreehomepagetext {
		text-align: center !important;}
	
    /*homepage - text */
  
  #textmatchingpawsandpeople {
    padding-left: 10% !important;
    padding-right: 10% !important;
    margin-top: 60px !important;
		font-size: 55px !important;}
	
	
    /*homepage - slogan text */
  
  #slogantext {
    margin-left: 17% !important;
    margin-right: 17% !important;
		font-size: 18px !important;}
    /*homepage - spacer 1 */
  
  #spacer1 {
		height: 100px !important;}
    /*homepage - space */
  
  #spacer1 {
		height: 0px !important;}
    /*homepage - space 2*/
  
  #spacerunderwecareabout {
		height: 1px !important;}
    /*homepage - image */
  
  .wp-block-cover__image-background.wp-image-300 {
    height: 70% !important;
		margin-top: 15% !important;}
    /*homepage - spacer */
  
  #spacerabovehomepagequote {
		display: none !important;}
    /*homepage - laatsteblok */
  
  #laatsteblokhomepage {
		transition: all 1s ease;
    opacity: 1;
		margin-top: -50px;}
	
    /*homepage - laatsteblok */
 
  #laatsteblokvolgendepagina {
    padding-left: 30px !important;
    padding-right: 32px !important;
    padding-top: 40px !important;
		padding-bottom: 25px !important;}
	
    /*homepage - laatsteblok kolumn weg*/
  
  #columntakecareofyourfriendslastblock {
		display: none;}
	
	
    /* pawwsspluspage */
    /* 1st blok omhoog*/
  
  .page-id-665 #eersteblokpawwsspluspaginapawwssplus {
    margin-top: -148px !important;
    /* pawwsspluspage */
    /* logo left*/
  }
  .page-id-665 #pawwsspluspaginapawssplus {
    margin-left: -30px !important;
    width: 40%;
    /* pawwsspluspage */
    /* picture cat*/
  }
  .page-id-665 #columnonecatpawwssplus {
    display: none;
  }
	
	/* mobile match me with a pet page */
	
	#formidabeleinset {margin-top: 15%!important}
	
	/* cat option */
	.page-id-840 
#frm_radio_7-1, #frm_radio_8-1, #frm_radio_10-1, #frm_radio_12-1, #frm_radio_15-1, #frm_radio_13-1, #frm_radio_17-1, #frm_radio_16-1, #frm_radio_18-1  {
	max-width: 75%!important;
		margin-top: 1.5%;
	height: 35px!important;
	margin-left: 0%!important;

}
	
	/* dog option */
.page-id-840 
#frm_radio_7-0,#frm_radio_8-0, #frm_radio_10-0, #frm_radio_12-0, #frm_radio_15-0, #frm_radio_13-0, #frm_radio_17-0, #frm_radio_16-0, #frm_radio_18-0  {
	max-width: 75%!important;
	margin-bottom: 1.5%;
	height: 35px!important;
		margin-right: 0%!important;

	}}


@media only screen and (max-width: 960px) and (min-width: 587px) {
  /* above tablet main */
  /* homepage blocks expand */
  /* needed everywhere */  #wecareabouttitle {
		margin-top: 80px !important;}
			
			
    /*header for mobile set tot none*/

    /*homepage - laatsteblok */
  
	/* tablet everywhere */  #footer, #footerup, #ourpaws, #pawwssplus, #resources, #company {
		text-align: center !important;}
	
#transparentonscrollfirst {display:none}

		/* mobile match me with a pet page */
	/* formidable */

#formidabeleinset {margin-top: 10%!important}
	
	/* cat option */
.page-id-840 
#frm_radio_7-1, #frm_radio_8-1, #frm_radio_10-1, #frm_radio_12-1, #frm_radio_15-1, #frm_radio_13-1, #frm_radio_17-1, #frm_radio_16-1, #frm_radio_18-1  {
	max-width:75%!important;
		margin-top: 1.5%;
	height: 40px!important;
	margin-left: 0%!important;

}
	
	/* dog option */
.page-id-840 
#frm_radio_7-0,#frm_radio_8-0, #frm_radio_10-0, #frm_radio_12-0, #frm_radio_15-0, #frm_radio_13-0, #frm_radio_17-0, #frm_radio_16-0, #frm_radio_18-0  {
	max-width: 75%!important;
	margin-bottom: 1.5%;
	height: 40px!important;
		margin-right: 0%!important;
}
	
  #laatsteblokhomepage {
    margin-top: -40px;
    /*homepage - footer */
  }
  #footerup {
    text-align: center !important;
    /*homepage - quote from gianluca */
  }
  #quotegianluca {
    margin-top: -55px;
    /*homepage - quote foto */
  }
  #homepagequote {
		margin: 0px;}
    /*Homepage - image hidden pawwssplus*/
  
  #takecareofyourfriends {
		display: none;}
	
    /*homepage - three blocks middle */
 
  #blockonehomepage, #blocktwohomepage, #blockthreehomepage, #blockonehomepagetext, #blocktwohomepagetext, #blockthreehomepagetext {
		text-align: center !important;}
	
    /*header logo smaller*/
  
  .custom-logo-link {
		width: 90%;}
	
    /*homepage - text */
  
  #textmatchingpawsandpeople {
    padding-left: 15% !important;
    padding-right: 15% !important;
    margin-top: 80px !important;
		text-align: middle !important;}
	
    /*homepage - slogan text */
  
  #slogantext {
    margin-left: 25% !important;
    margin-right: 25% !important;
    font-size: 20px !important;
    /*homepage - space */
  }
  #spacer1 {
    height: 50px !important;
    /*homepage - space 2*/
  }
  #spacerunderwecareabout {
    height: 5px !important;
  }
  #3blocks {
    margin-bottom: 0px !important;
    /*homepage - laatsteblok kolumn weg*/
  }
  #columntakecareofyourfriendslastblock {
    display: none;
    /* pawwsspluspage */
    /* logo left*/
  }
  .page-id-665 #pawwsspluspaginapawssplus {
    margin-left: -50px !important;
    width: 30%;
    /* pawwsspluspage */
    /* picture cat*/
  }
  .page-id-665 #columnonecatpawwssplus {
    display: none;
  }
}





/* all all */


#menuiconone, #menuicontwo, #menuiconthree, #menuiconfour {font-size: 10px;
padding-top: 18px;
}


/*last block homepage*/
#laatsteblokvolgendepagina
{box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);}

#transparentonscroll {
  border: 0px solid #f4bdc4;
  border-radius: 35px;
  transition: 0.3s;
}

#transparentonscroll:hover {
  box-shadow: 8px 8px #f4bdc4;
  transition: 0.3s;
  /* animation */
}

#transparentonscrollfirst {
  border: 0px solid #f4bdc4;
  border-radius: 35px;
  transition: 0.3s;
}

#transparentonscrollfirst:hover {
  box-shadow: 8px -8px #11113c;
  transition: 0.3s;
  /* animation */
}

	#mobile-buttons { 
		position: sticky;
    bottom: 0;
    top: auto; 
    z-index: 1000; 
		display:none;
	
}


@keyframes pulseAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulseAnimationmore {
  /* homepage */
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


#rdndbuttonhomepage {
  border: 0px solid #f4bdc4;
  border-radius: 35px !important;
  transition: 0.3s !important;
}
#rdndbuttonhomepage:hover {
  box-shadow: 8px 8px #f4bdc4 !important;
  transition: 0.3s !important;
}
#rdndbuttonhomepage:hover + #laatsteblokhomepage {
  transform: scale(1.1) !important;
  transition: 0.3s !important;
  /* animatie volgende pagina naar pawwssplus */
}
#fstbuttonhomepage {
  border: 0px solid #f4bdc4;
  border-radius: 35px !important;
  transition: 0.3s !important;
}
#fstbuttonhomepage:hover {
  box-shadow: 8px 8px #fef4ee !important;
  transition: 0.3s !important;
  /*homepage - quote foto */
}
#homepagequote {
  margin: 0px;
  /* homepage foto nugget*/
}
#nuggetfotohomepage {
  /*homepage - grid (column animation grow) */
}
#blockonehomepage {
  transition: all 0.7s ease-in-out !important; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
#blockonehomepage:hover {
  transform: scale(1.03) !important;
  transition: 0.5s !important;
}
#blocktwohomepage {
  transition: all 0.7s ease-in-out;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
#blocktwohomepage:hover {
  transform: scale(1.03);
  transition: 0.5s !important;
}
#blockthreehomepage {
  transition: all 0.7s ease-in-out;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
#blockthreehomepage:hover {
  transform: scale(1.03);
  transition: 0.5s !important;
  /* homepage - cover up */
}
#catanddoghomepage {
  margin-top: -4% !important;
}

/* homepage - text glowing */
#textmatchingpawsandpeople {
  background-image: linear-gradient(-270deg, #fef4ee 0%, #f4bdc4 10%, #11113c 15%, #11113c 100%);
  margin-top: 50px;
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 7s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  /* homepage - 2nd button that is first */
  to {
    background-position: 200% center;
  }
}
#nrdbuttonhomepage {
  border: 0px solid #f4bdc4;
  border-radius: 35px !important;
  transition: 0.3s !important;
  animation: pulseAnimation 2.5s ease-in-out infinite;
  animation-play-state: running;
}
#nrdbuttonhomepage:hover {
  box-shadow: 8px 8px #fef4ee !important;
  transition: 0.3s !important;
  animation-play-state: paused;
}
#bndbuttonhomepage {
  border: 0px solid #f4bdc4;
  border-radius: 35px !important;
  transition: 0.3s !important;
  animation: pulseAnimation 2.5s ease-in-out infinite;
  animation-delay: 1.2s;
  animation-play-state: running;
}
#bndbuttonhomepage:hover {
  box-shadow: 8px -8px #11113c !important;
  transition: 0.3s !important;
  animation-play-state: paused;
  /* pawwsspluspage */
  /* 1st blok omhoog*/
}
.page-id-665 #eersteblokpawwsspluspaginapawwssplus {
  margin-top: -245px;
}
.page-id-665 #pawwsspluspaginapawssplus {
  margin-left: -50px;
}
.page-id-665 #catspawwsspluspaginaeerstfoto {
  margin-top: -70%;
  width: 120% !important;
  margin-left: -15%;
  /* pawwsspluspage */
  /* backhomebutton*/
}
#backhomebuttonpawwssplus {
  transition: all 0.8s ease-in-out;
}
#backhomebuttonpawwssplus:hover {
  transform: translateX(-10px) !important;
  -right: 10px !important;
  transition: 0.3s !important;
}


/* match me with a pet page */
/* formidable */

#formidabeleinset {padding-top: 5%!important}

/* dog option */
.page-id-840 
#frm_radio_7-0, #frm_radio_8-0, #frm_radio_10-0, #frm_radio_12-0, #frm_radio_15-0, #frm_radio_13-0, #frm_radio_17-0, #frm_radio_16-0, #frm_radio_18-0 {
  font-family: 'sora';
  font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.806), 25px);
  font-weight: 700;
  text-decoration: none;
  background-color: #FEF4EE;
  color: #11113C;
  padding: 10px 20px;
  border: none;
  border-radius: 5px; 
  cursor: pointer;
	border-radius: 30px;
	max-width: 44%;
	transition: 0.7s;
	margin-right: 1%;
	height: 45px;
}	
/* cat option */
.page-id-840 
#frm_radio_7-1, #frm_radio_8-1, #frm_radio_10-1, #frm_radio_12-1, #frm_radio_15-1, #frm_radio_13-1, #frm_radio_17-1, #frm_radio_16-1, #frm_radio_18-1 {
  font-family: 'sora';
  font-size:clamp(16.293px, 1.018rem + ((1vw - 3.2px) * 0.806), 25px);
  font-weight: 700;
  text-decoration: none;
  background-color: #11113C;
  color: #FEF4EE;
  padding: 10px 20px;
  border: none;
  border-radius: 5px; 
  cursor: pointer;
	border-radius: 30px;
	max-width: 44%;
	transition: 0.7s;
	margin-left: 1%;
	height: 45px;
}




/* animation question 1 */


#frm_radio_7-0:hover + #frm_radio_7-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_7-1:hover + #frm_radio_7-0 {
    opacity: 0!important;
    transition: 0.5s;
}

#frm_radio_8-0:hover + #frm_radio_8-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_8-1:hover + #frm_radio_8-0 {
    opacity: 0!important;
    transition: 0.5s;
}

#frm_radio_10-0:hover + #frm_radio_10-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_10-1:hover + #frm_radio_10-0 {
    opacity: 0!important;
    transition: 0.5s;
}

#frm_radio_12-0:hover + #frm_radio_12-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_12-1:hover + #frm_radio_12-0 {
    opacity: 0!important;
    transition: 0.5s;
}

#frm_radio_13-0:hover + #frm_radio_13-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_13-1:hover + #frm_radio_13-0 {
    opacity: 0!important;
    transition: 0.5s;
}

#frm_radio_15-0:hover + #frm_radio_15-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_15-1:hover + #frm_radio_15-0 {
    opacity: 0!important;
    transition: 0.5s;
}

#frm_radio_16-0:hover + #frm_radio_16-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_16-1:hover + #frm_radio_16-0 {
    opacity: 0!important;
    transition: 0.5s;
}

#frm_radio_17-0:hover + #frm_radio_17-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_17-1:hover + #frm_radio_17-0 {
    opacity: 0!important;
    transition: 0.5s;
}

#frm_radio_18-0:hover + #frm_radio_18-1 {
    opacity: 0;
    transition: 0.5s;
}

#frm_radio_18-1:hover + #frm_radio_18-0 {
    opacity: 0!important;
    transition: 0.5s;
}


/* title quesiton 1 */

.page-id-840 
#field_zg16b_label, #field_6yvhz_label, #field_7tfnv_label,
#field_97hy0_label,
#field_5upm4_label,
#field_6j3tf_label,
#field_68vfj_label,
#field_xzn09_label,
#field_m08tl_label{
	font-size: clamp(50.171px, 3.136rem + ((1vw - 3.2px) * 4.614), 100px);
	line-height:clamp(52.171px, 3.936rem + ((1vw - 3.2px) * 4.614), 100px);
	font-weight: bold; 
	color: #11113C; 
	font-family: "sora";
	margin-bottom: 50px;
	margin-top: 30px;
}

/* formsideslines removed 1 */

#form_ifuserhasnoaccountandwantstobuy fieldset {
    border: none;
}

/* hide required thingy */

.page-id-840 
.frm_required {display: none}
.frm__6532646043f1f {display: none}
.frm__6532658403040 {display: none}
.frm-chat-wrapper {display: none}
.frm__6532cedccb9ba {display: none}
	

/* page disccover pets */
/* background */
#laatsteblokvolgendepaginadiscoverpets {box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);}

/* login page*/
.um.um-login.um-1096.uimob500 {margin: 0px!important}

.um.um-login.um-logout.um-1096.uimob340 {margin: 0px!important;}

.um-form-field.valid {}

.gravatar.avatar.avatar-80.um-avatar.um-avatar-gravatar.wp-hovercard-attachment.grav-hashed {width: 200px!important}