/*
Theme Name: ScoopShell
Theme URI:  https://oceanwp.org/
Author:     Scoop communication
Author URI: https://www.scoopcommunication.com/
Template:   oceanwp
Version:    1.0
License:    GNU General Public License v2 or later
*/
html{font-size: 16px;}
body{font-size: 0.875rem;}
a {
  color: #d80039;
}

a:hover {
  color: #d80039;
}
.elementor-text-editor li a,
.elementor-text-editor p a{
    color: #d80039 !important;
}
.elementor-text-editor li a:hover,
.elementor-text-editor p a:hover {
    text-decoration: underline;
}
#main #content-wrap {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#site-header.stickMenu{
    background: #3B3B3B;
    -webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}
.eael-team-member-name {
    text-align: center !important;
    width: 100%;
}
.eael-team-member-position {
    text-align: center !important;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(images/Ripple.gif) center no-repeat #fff;
}
@media screen and (max-width: 767px){
	#jet-popup-2114{
		z-index: 99999 !important;
	}
	#jet-popup-2114 .jet-popup__container-inner{
	    padding-top: 2em;
	}
	#jet-popup-2114 .jet-popup__close-button{
	    transform: translateX(-20px) translateY(30px);
    	-webkit-transform: translateX(-20px) translateY(30px);
	}
}
/*WPforms*/
.wpforms-container form input {
    max-width: 100% !important;
}
.wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.wpforms-container .wpforms-field-select,
.wpforms-container .wpforms-field-text {
    width: 50% !important;
    padding: 0 10px !important;
    vertical-align: top;
    margin-bottom: .5em !important;
}

.wpforms-container .wpforms-field-textarea,
.wpforms-container .wpforms-field-radio {
    width: 100% !important;
    padding: 0 10px !important;
    vertical-align: top;
    margin-bottom: .5em !important;
}
@media screen and (max-width: 767px){
    .wpforms-container .wpforms-field-select,
    .wpforms-container .wpforms-field-textarea,
    .wpforms-container .wpforms-field-text,
    .wpforms-container .wpforms-field-radio {
        width: 100% !important;
    }
}