/*
Theme Name: OceanWP Child (Polyverse)
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Work Sans 400 + 700 */


.display-none {
	display:none;
}

html {
  scroll-behavior: smooth;
}

html,body{ font-family:'Work Sans',system-ui,sans-serif; font-weight:400; overflow-x:hidden;}

b,strong{ font-weight:700; } /* body bold = Work Sans 700 */

h1,h2,h3,h4,h5,h6{
  font-family:'Oswald',sans-serif;
  font-weight:300;            /* regular H = Oswald 300 */
  font-synthesis:none;        /* no faux bold */
}

h1 b, h1 strong,
h2 b, h2 strong,
h3 b, h3 strong,
h4 b, h4 strong,
h5 b, h5 strong,
h6 b, h6 strong{ font-weight:600; }


#site-header-inner {
    max-width: 2200px;
    width: 90%;
}

@media only screen and (max-width: 959px) {
 .content-area,
 .content-left-sidebar .content-area {
  margin-bottom:0;
 }
	
}

.footer-subscribe{
  text-align: center;
}

.footer-subscribe h2{
  margin: 0;
}

.footer-subscribe input[type="text"], .footer-subscribe input[type="email"]{
  border: 1px solid white;
  border-radius: 40px 40px 40px 40px;
  caret-color: white;
  color: white;
  margin-bottom: 8px;
  margin-top: 4px;
}

.footer-subscribe input[type="text"]{
	width: 36%;
}

.footer-subscribe input[type="email"]{
	width: 62%;
}

.footer-subscribe input[type="submit"]{
  border: 0px;
  margin-top: 8px;
  margin-bottom: 6px;
  background-color: #d0d3dd;
  color: #292e38;
  border-radius: 40px 40px 40px 40px;
}

.footer-subscribe input[type="submit"]:hover{
  background-color: #31486b;
	color: white;

}

.elementor-heading-title a:hover{
	color:red;
}

#footer-widgets {
  background-image: linear-gradient(175deg, #1c1d26 0%, #07070c 100%);
}
.widget-title {
  border: none;
  padding: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.widget-oceanwp-social{
  text-align: center;
}

.pv-copyright
{
	font-size: 9px;
	color: #777c89;
}

.pv-address
{
	font-size: 9px;
	color: #777c89;
 
}

.srp-label {
	color: #bfc0c5;
}

.elementor-sticky.elementor-sticky--active .custom-header-nav {
  display: block;
}

.elementor-button-text.elementor-form-spinner {
    position: absolute;
    width: 30px;
    background: #0000008f;
    height: 30px;
    border-radius: 50%;
    padding: 8px;
}

.docs-cat-title img{
  max-height:64px
}

.srp-label {
    font-weight: normal;
}

a:focus {
    outline: 0px !important;
    outline: none !important;
}

.streak-btn .elementor-button{
  position: relative;
  overflow: hidden;
  display: inline-flex;
}

.streak-btn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 49.5%,
    rgba(255,255,255,0.5) 50%,
    transparent 70%,
    transparent 100%
  );
  animation: streak 7s infinite;
}

@keyframes streak {
  0% {
    transform: translateX(0%) skewX(25deg);
    opacity: 0;
  }
  1% {
    transform: translateX(0%) skewX(25deg);
    opacity: 1;
  }
  15% {
    transform: translateX(200%) skewX(25deg);
    opacity: 1;
  }
  100% {
    transform: translateX(200%) skewX(25deg);
    opacity: 1;
  }
}

.streak-btn:nth-child(1) .elementor-button::before { animation-delay: 0s; }
.streak-btn:nth-child(2) .elementor-button::before { animation-delay: 0.3s; }
.streak-btn:nth-child(3) .elementor-button::before { animation-delay: 0.6s; }
.streak-btn:nth-child(4) .elementor-button::before { animation-delay: 0.9s; }
.streak-btn:nth-child(5) .elementor-button::before { animation-delay: 1.2s; }
.streak-btn:nth-child(6) .elementor-button::before { animation-delay: 1.5s; }
.streak-btn:nth-child(7) .elementor-button::before { animation-delay: 1.8s; }
.streak-btn:nth-child(8) .elementor-button::before { animation-delay: 2.1s; }
.streak-btn:nth-child(9) .elementor-button::before { animation-delay: 2.4s; }
.streak-btn:nth-child(10) .elementor-button::before { animation-delay: 2.7s; }
.streak-btn:nth-child(11) .elementor-button::before { animation-delay: 3.0s; }
.streak-btn:nth-child(12) .elementor-button::before { animation-delay: 3.3s; }

.pv-sticky-price{
    font-family: Oswald;
    font-weight: 600;
    font-size: 18px;
}

