/*
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 */

.display-none {
	display:none;
}
body {
	overflow-x:hidden;
}

#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
}