/*
Theme Name: 	Naxos Child
Template: 		naxos
Author: 		AthenaStudio
Author URI: 	https://themeforest.net/user/athenastudio
Description: 	Naxos is a powerful responsive WordPress App landing page theme built with Bootstrap framework.
Version: 		2.1
License: 		GNU General Public License version 3.0
License URI: 	https://www.gnu.org/licenses/gpl-3.0.html
*/

.overlay {
	position:absolute;
	background-color: rgba(0, 47, 108, 0.25);
	width:100%;
	height:100%;
	left:0;
	top:0;
}
section.page h6, .blog-post h6, .comment h6 {
	margin-top: 1em !important;
	margin-bottom: 0.25em !important;
}
section.page ul {
    margin: 1.em 0;
}
.main-menu-area.fixed-top {
    position: absolute !important;
    top: 15px;
    padding: 0 20px;
}

section .container {
	position:relative;
	z-index:2;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer .footer-widgets {
    position: relative;
    clear: both;
    padding-top: 50px;
    padding-bottom: 0px;
}
.menu-bar {
    display: none;
}
footer .footer-copyright {
    position: relative;
    clear: both;
    border-top: 1px solid #50C878;
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-widgets .widget a {
  color: inheritF;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s;
}

.footer-widgets .widget a:hover {
  color: #FFFFFF !important;
}
footer p {
    color: #FFFFFF;
}