/*
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 */
/*menu styles*/
#top-bar-wrap,header.page-header{
	display:none;
}
.elementor-top-section.elementor-sticky.elementor-sticky--active .elementor-item.elementor-item-anchor {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
	font-size:20px !important;
}

.elementor-top-section.elementor-sticky.elementor-sticky--active .elementor-widget-theme-site-logo img  {
	height: 140px;
	width:auto;
}

/*main*/
.home #main #content-wrap{
	padding-top:0;
}
.elementor .elementor-text-editor a {
    color: #2486ff;
    text-decoration: underline;
}
.elementor .elementor-text-editor a:hover {
    color: #2486ff;
    text-decoration: none;
}

/*responsive*/
@media (max-width:1440px){
 .elementor-top-section .elementor-item.elementor-item-anchor {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
	font-size:20px !important;
  }
.elementor-top-section .elementor-widget-theme-site-logo img  {
	height: 180px;
	width:auto;
	margin-left:4em;
}

}