/*
Theme Name: pinkphoenixyoga 
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */


body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif !important;
	line-height: 28px !important;
  font-size: 15px !important;
	background-color: #fff !important;
  overflow-x:hidden;
  color: #2f3137 !important;

}

h1,h2,h3,h4,h5,h6, a, p, ul, li, ol {
  font-family: 'Poppins', sans-serif !important;
}

a {
  color: #ec5db2;
}

h1 {
  font-weight: 700 !important;
}

h2 {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 700 !important;
}

h3 {
  font-family: 'Poppins', sans-serif !important;
}

p {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  margin-bottom: 20px !important;
  line-height: 28px !important;
  color: #2f3137;
}

.site-header .menu li.menu-item {
  margin-right: 20px !important;
}

.site-header .menu li.menu-item a {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}


p.type-written {
  font-size: 2.5rem;
  padding: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #fff;
}

p.type-written span.typed-text {
  font-weight: normal;
  color: #ec5db2;
}

p.type-written span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  height: 35px;
  animation: blink 1s infinite;
}

p.type-written span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0%  { background-color: #fff; }
  49% { background-color: #fff; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #fff; }
}

.about-img {
  position: relative;
}

.video-play-button {
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 26px solid #ff3baa;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
}

.video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 200ms;
}

@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;
  }
}

.site-footer .footer-navigation-inner {
  margin-top: 20px;
}

.site-bottom-footer-wrap .site-footer-row-container-inner .footer-html-inner p {
  margin-bottom: 0 !important;
  color: #bbb;
}

.yoast-breadcrumbs {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.contact-form {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.09);
  -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.09);
  padding: 25px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  color: #000;
  font-size: 16px;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  padding: 10px 15px !important;
  height: inherit;
}

.contact-form textarea {
  height: 150px;
}

.contact-form input[type="submit"] {
  background: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.contact-form input[type="submit"]:hover,
.contact-form input[type="submit"]:focus {
  background: #8c825d;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.error404 {
    background-size: cover;
    height: 100vh;
  
}

.error404 .content-area h1 {
    font-size: 200px;
    line-height: 200px;
    font-weight: 200 !important; 
    color: #ccc;
}

.error404 .content-area .page-content {
max-width: 700px;
padding-bottom: 40px;
margin: 0 auto !important;
width:100%;
text-align: center;
}

.error404 .content-area .page-content a {
  background: #ff3baa;
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  text-decoration: none;
}

.error404 .content-area .page-content a:hover {
  background: #8c825d;
}

body.footer-on-bottom.error404 #inner-wrap {
    flex: inherit;
}

.site-footer {
position: relative;
}

.scroll-top {
position: fixed;
right: 32px;
text-align: center;
width: 42px;
z-index: 999;
bottom: 30px;
color: #fff;
cursor: pointer;
display: none;
font-size: 25px;
height: 42px;
-moz-opacity: .7;
border-radius: 50%;
transition: inherit;
-moz-transition: inherit;
-webkit-transition: inherit;
display:block;
bottom: 70px;

}



@media only screen and (max-width: 767px) {
  .error404 .content-area h1 {
    font-size: 120px;
    line-height: 120px;
  }

  .error404 .content-area .page-content h2 {
    font-size: 24px;
  }
}