/*
Theme Name: OceanWP Child
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 */
body{background-color:linear-gradient(90deg,#66deba 0%,#4477cd 100%)!important;
}


#wpforms-submit-576{
padding: 10px 30px; 
 background:linear-gradient(to right,#fecb98,#fe8306);
color:#0C1F38;
	float:right;
}

#mc_embed_signup .button {
    font-size: 13px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: .03em;
    color: #fff;
    background-color: linear-gradient(90deg, #ffc107, #fd7e14) left; !important
    box-sizing: border-box;
    height: 32px;
    background: linear-gradient(90deg, #ffc107, #fd7e14) left;
    line-height: 32px;
    padding: 0 18px;
    display: inline-block;
    margin: 0;
    transition: all 0.23s ease-in-out 0s;
}

/*fond transparent email optin*/
.elementor-591 .elementor-element.elementor-element-de93528 > .elementor-widget-container {
    background-color: rgba(0,0,0,0) !important;
}

#menu-main-menu .search-toggle-li .icon-magnifier{
font-family: 'simple-line-icons'!important;
}

.elementor-240 .elementor-element.elementor-element-53bc1f6 > .elementor-widget-container {
    background-color: rgba(0,0,0,0)!important;
}
.elementor-widget .elementor-icon-list-item a:hover:before {
	content:'I';
	color:pink;
	font-size:20px;
	padding-right:3px;

	
}

body {
   overflow-x: hidden; 
}
.single nav.post-navigation{
	display: none;} 