/*
	Theme Name: TwoFold Child Theme
	Theme URI: http://themeforest.net/user/fuelthemes
	Description: <strong>TwoFold Photography WordPress Theme by <a href="http://themeforest.net/user/fuelthemes?ref=fuelthemes">Fuel Themes</a></strong> – Update notifications available on Twitter and Themeforest <a href="http://twitter.com/anteksiler">Follow us on twitter</a> – <a href="http://themeforest.net/user/fuelthemes">Follow us on Themeforest</a>
	Version: 1.0.0
	Author: fuelthemes
	Template: twofold-wp
*/
/**/
@font-face {
  font-family: "AdviceQuotes";
  src: url("./fonts/AdviceQuotes.otf") format("opentype");
}
@font-face {
  font-family: "Mellanika";
  src: url("./fonts/Mellanika.ttf") format("opentype");
}
/* @font-face {
  font-family: "ChopinScript";
  src: url("./fonts/ChopinScript.otf") format("opentype");
} */
@font-face {
  font-family: "Darleston";
  src: url("./fonts/Darleston.otf") format("opentype");
}

.pace {
  background-color: #fff;
}
.pace:before {
  background-image: url("/wp-content/uploads/2022/06/304.gif");
  width: 100px;
  height: 100px;
}
#header {
  display: none;
}

span.quote {
  font-family: "Mellanika";
  font-size: 4.5em;
  line-height: 1em;
}

h1 {
  font-size: 2.5em;
  font-weight: 400;
}
.forminator-design--flat .forminator-button-submit, a.btn{
	border-radius: 5px !important;
}
.forminator-design--flat .forminator-button-submit:hover,a.btn:hover {
    background-color: #fff !important;
    color: black !important;
}
.forminator-design--flat .forminator-input{
	border-radius: 5px !important;
}
body p {
/*   font-family: "Darleston"; */
  font-size: 1em;
  color: #fff !important;
  font-weight: 500;
}

.text-container {
  background: #00000082;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin: 0 auto;
  padding: 10% 5% 15% 5%;
  text-align: center;
}


#footer .left-side {
  display: block !important;
  text-align: center;
  max-width: 100%;
  flex: 0 0 100%;
}

#footer .left-side p {
  margin-bottom: 0;
}

#arrowAnim {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
}
.swiper-slide:last-child #arrowAnim {
  display: none;
}
.arrowSliding {
  position: absolute;
  -webkit-animation: slide 4s linear infinite;
  animation: slide 4s linear infinite;
}
.arrow {
  width: 18px;
  height: 18px;
  border: 1.5px solid;
  border-color: #fff transparent transparent #fff;
  transform: rotate(-135deg);
}
.delay1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay2 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.delay3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
body.dark-theme:not(.logo-dark) .btn:not(.grey):not(.alt):not(.white){
	width:100%;
}
body.dark-theme:not(.logo-dark) .btn:not(.grey):not(.alt):not(.white):hover{
    border-color: #fff;
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(-8vh);
  }
  20% {
    opacity: 1;
    transform: translateY(-4vh);
  }
  80% {
    opacity: 1;
    transform: translateY(0vh);
  }
  100% {
    opacity: 0;
    transform: translateY(4vh);
  }
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(-8vh);
  }
  20% {
    opacity: 1;
    transform: translateY(-4vh);
  }
  80% {
    opacity: 1;
    transform: translateY(0vh);
  }
  100% {
    opacity: 0;
    transform: translateY(4vh);
  }
}

.playpause {
  position: absolute;
  top: 5%;
  right: 7%;
  z-index: 50;
  font-family: "fontawesome";
  font-size: 12px;
  color: #fff !important;
  font-style: normal;
}
.playpause i {
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 50%;
  font-style: normal !important;
}
.playpause i.fa-play {
  display: none;
}
.fa-pause:before,
.fa-play:before {
  font-style: normal;
}
