/*
 Theme Name: Pofo Child
 Theme URI: http://wpdemos.themezaa.com/pofo
 Description: Child theme for Pofo theme
 Version: 2.8
 Author: ThemeZaa
 Author URI: http://www.themezaa.com
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce, photography, portfolio
 License: Themeforest Split Licence
 License URI: http://themeforest.net/licenses
 Template: pofo
 Text Domain: pofo-child
*/
.cybersexual-template {
    background: url(/assets/redlight03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	height:100%;
}
.cybersexual-overlay {
    background: linear-gradient(to bottom left, rgb(61, 179, 162, 0.65), rgb(52, 163, 147, 0.65) 10%, rgb(43, 148, 133, 0.65) 20%, rgb(34, 118, 119, 0.65) 30%, rgb(24, 88, 104, 0.65) 40%, rgb(14, 58, 90, 0.65) 50%, rgb(5, 27, 76, 0.65) 60%, rgb(0, 0, 0, 0.65) 100%);
	/*background: linear-gradient(to bottom left, 
                                rgba(121, 221, 169, 0.65), 
                                rgba(109, 199, 156, 0.65) 10%, 
                                rgba(97, 176, 143, 0.65) 20%, 
                                rgba(85, 154, 130, 0.65) 30%, 
                                rgba(73, 132, 117, 0.65) 40%, 
                                rgba(61, 110, 104, 0.65) 50%, 
                                rgba(49, 88, 91, 0.65) 60%, 
                                rgba(37, 66, 78, 0.65) 70%, 
                                rgba(25, 44, 65, 0.65) 80%, 
                                rgba(13, 22, 52, 0.65) 90%, 
                                rgba(0, 0, 0, 0.65) 100%);*/
    height: 100%;
	height:100%;
}
.dnone-desktop{
	display:none;
}
header#header h1.logoc {
    font-family: "Bruce Forever Regular";
    font-size: 32px !important;
    color: #fff;
    text-align: center;
}
._csp_row {
    display: flex;
    margin: 0 -15px;
}
._csp_col {
    flex: 0 0 50%;
    padding: 0 15px;
}
div#h5vp442c5afd {
    border: 4px solid #79DDA9;
    border-radius: 20px;
    overflow: hidden;
}
main#cspmain {
    color: #fff;
}
.container-csp {
    max-width: 1600px;
    margin: auto;
    padding: 0 100px;
}
.connect-graphic-fg, .connect-graphic-icon {
	fill:#79DDA9;
}
.connect-graphic-bg {
	fill:rgba(121, 221, 169, .25);
}
.cybergraphicico {
    position: relative;
    max-width: 200px;
}
span.maintname {
    font-family: "Bruce Forever Regular";
    font-size: 32px !important;
    color: #fff;
    position: absolute;
    bottom: 35px;
    left: 40px;
}
._cspc-txt h2 {
    font-size: 25px;
    line-height: 40px;
    margin: 25px 0 20px;
    font-family: "Bruce Forever Regular";
}
span.maintname {
    font-family: "Bruce Forever Regular";
    font-size: 15px !important;
    color: #fff;
    position: absolute;
    bottom: 12px;
    left: 12px;
}
span.maintnameconnect {
    font-family: "Play", sans-serif;
    position: absolute;
    letter-spacing: 4px;
    left: 2px;
    color: #79DDA9;
}
._cspc-txt p {
    font-family: "Play", sans-serif;
    font-size: 18px;
    margin: 0;
    line-height: 28px;
}
main#cspmain {
    color: #fff;
    height: 100%;
    display: flex;
}
@keyframes flash {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
.maintnameconnect {
    animation: flash .5s infinite;
}
/*button*/
.button-49, .button-49:after {
    width: 210px;
    display: flex;
    height: 55px;
    gap: 10px;
    line-height: 78px;
    font-size: 15px;
    padding: 5px 15px;
    background: linear-gradient(-45deg, transparent 9%, #79DDA9 5%);
    border: 0;
    color: #000;
    letter-spacing: 2px;
    outline: transparent;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    align-items: center;
    border-radius: 3px;
    font-family: "Play", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
}
.button-49:after {
  --slice-0: inset(50% 50% 50% 50%);
  --slice-1: inset(80% -6px 0 0);
  --slice-2: inset(50% -6px 30% 0);
  --slice-3: inset(10% -6px 85% 0);
  --slice-4: inset(40% -6px 43% 0);
  --slice-5: inset(80% -6px 5% 0);  
  content: 'SUBSCRIBE NOW';
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent 3%, #00E6F6 3%, #00E6F6 5%, #FF013C 5%);
  text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #00E6F6;
  clip-path: var(--slice-0);
}
.button-49:hover:after {
  -webkit-animation: 1s glitch;
  animation: 1s glitch;
  animation-timing-function: steps(2, end);
}
@keyframes glitch {
  0% {
    clip-path: var(--slice-1);
    transform: translate(-20px, -10px);
  }
  10% {
    clip-path: var(--slice-3);
    transform: translate(10px, 10px);
  }
  20% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 10px);
  }
  30% {
    clip-path: var(--slice-3);
    transform: translate(0px, 5px);
  }
  40% {
    clip-path: var(--slice-2);
    transform: translate(-5px, 0px);
  }
  50% {
    clip-path: var(--slice-3);
    transform: translate(5px, 0px);
  }
  60% {
    clip-path: var(--slice-4);
    transform: translate(5px, 10px);
  }
  70% {
    clip-path: var(--slice-2);
    transform: translate(-10px, 10px);
  }
  80% {
    clip-path: var(--slice-5);
    transform: translate(20px, -10px);
  }
  90% {
    clip-path: var(--slice-1);
    transform: translate(-10px, 0px);
  }
  100% {
    clip-path: var(--slice-1);
    transform: translate(0);
  }
}
#subs {
	display:none;
}
.mh112 {
	min-height:197px;
}
@media (min-width:1367.1px) and (max-width:1490px) {
	._cspc-txt h2 {
		font-size: 22px;
        line-height: 40px;
	}
	._csp_row {
		align-items: center;
	}
}
@media (min-width:1200.1px) and (max-width:1367px) {
	.container-csp {
		max-width: 100%;
		padding: 0 50px;
	}
	._cspc-txt h2 {
		font-size: 28px;
		line-height: 42px;
		margin: 25px 0 20px;
	}
	.button-49, .button-49:after {
		width: 200px;
		height: 50px;
		font-size: 14px;
		padding: 5px 14px;
	}
	._csp_row {
		align-items: center;
	}
}
@media (min-width:1024.1px) and (max-width:1200px) {
	.container-csp {
		max-width: 100%;
		margin: auto;
		padding: 0 50px;
	}
	._cspc-txt h2 {
		font-size: 25px;
		line-height: 40px;
		margin: 20px 0 20px;
	}
	._cspc-txt p {
		font-size: 16px;
		margin: 0;
		line-height: 26px;
	}
	.button-49, .button-49:after {
		width: 200px;
		height: 50px;
		font-size: 14px;
		padding: 5px 15px;
	}
	._csp_row {
		align-items: center;
	}
}
@media (min-width:768.1px) and (max-width:1024px) {
	._csp_row {
		margin: 0;
		flex-direction: column;
	}
	._csp_col {
		flex: 1;
		padding: 0;
	}
	.container-csp {
		max-width: 100%;
		margin: auto;
		padding: 0 50px;
	}
	._cspc-txt {
		padding: 50px 0;
	}
	._cspc-vid {
		padding-bottom: 50px;
	}
	.cybersexual-template {
		height: auto;
	}
}
@media (max-width:768px) {
	main#cspmain {
		display:block;
	}
	div#h5vp442c5afd {
		border: 3px solid #79DDA9;
	}
	.cybersexual-template {
		height: auto;
		padding-bottom: 35px;
	}
	.container-csp {
		max-width: 100%;
		padding: 0 15px;
	}
	._csp_row {
		margin: 0;
		flex-direction: column;
	}
	._csp_col {
		flex: 1;
		padding: 0;
	}
	._cspc-txt {
		padding: 35px 0;
	}
	._cspc-txt h2 {
		font-size: 20px;
        line-height: 35px;
		margin: 20px 0 15px;
	}
	._cspc-txt p {
		font-size: 16px;
		margin: 0;
		line-height: 26px;
	}
	.button-49, .button-49:after {
		width: 210px;
		height: 48px;
		gap: 10px;
		font-size: 15px;
		padding: 5px 14px;
	}
	p.mh112 {
		min-height:160px;
	}
}
/*new30.7*/
.parasection {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.parasection.cspv3content1section {
    z-index: 1;
}
.parasection.cspv3content2section {
    position: relative;
    z-index: 1;
}
h1.cspv3title {
    font-family: "Space Armor";
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    margin: 0;
}
.cspv3content1section-inner .cybergraphicico {
    position: relative;
    max-width: 200px;
    margin: auto;
    margin-bottom: 15px;
}
h2.cspv3subtitle {
    max-width: 600px;
    margin: 10px auto 5px;
    font-size: 20px;
    line-height: 35px;
    font-family: "Bruce Forever Regular";
    color: #79dda9;
}
.cspv3content1section-inner p#mh112 {
    font-family: "Play", sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    color: #79dda9;
}
.cspv3content1section-inner {
    max-width: 760px;
    margin: auto;
    text-align: center;
}
.cspv3content1section-inner span#typed span {
    display: inline-block;
    color: #fff;
    margin-top: 15px;
}
.cspv3content1section-inner button#subs {
    margin-left: auto;
    margin-right: auto;
}
.parallax-background {
    background: url(/assets/redlight03.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cybersexual-overlay.blackchangedovrlay {
    background: rgba(0, 0, 0, .7);
}
.vtrail {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
.vtrail svg {
    max-width: 35px;
    max-height: 35px;
}
.vtrail span {
    font-family: "Play", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.cspv3content2section-inner {
    max-width: 1000px;
    padding-bottom: 15px;
}
@media (max-width:768px) {
	.cspv3content1section-inner {
		max-width: 100%;
	}
	h1.cspv3title {
		font-size: 20px;
		line-height: 30px;
	}
	h2.cspv3subtitle {
		max-width: 100%;
		margin: 10px auto 10px;
		font-size: 20px;
		line-height: 30px;
	}
	span.typed-cursor.typed-cursor--blink {
		display: none;
	}
	.cspv3content1section-inner span#typed span {
		margin-top: 15px;
	}
	button#subs {
		margin-top: 20px;
	}
	.vtrail svg {
		max-width: 20px;
		max-height: 20px;
	}
	.vtrail span {
		font-size: 12px;
	}
}
@media (max-width:398.9px) {
	h2.cspv3subtitle {
        font-size: 18px;
        line-height: 28px;
    }
}