/*
 Theme Name:     Nayma Child Theme
 Template:       nayma
 Version:        2.0.4
*/
 
@import url("../nayma/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

img {
 opacity: 1.0;
 transition: opacity 1s ease-in-out;
 -moz-transition: opacity 1s ease-in-out;
 -webkit-transition: opacity 1s ease-in-out;
 }
 a:hover img {
 opacity: .7;
 transition: opacity .35s ease-in-out;
 -moz-transition: opacity .35s ease-in-out;
 -webkit-transition: opacity .35s ease-in-out;
 }

.image-logo a img {
height: 60px;
padding-top: 10px;
padding-bottom: 10px;
}

.topper-notice {
position: relative;
width: 100%;
padding: 12px 7% 12px 7%;
font-size: 90%;
}

.page-header {
   display: none;
}


.site-header-type4 .site-branding {
float: none;
margin-bottom: 10px;
text-align: center;
}

.page-template-template-full-width-php .content-area {
width: 100%;
padding: 4% 4%;
}

.content-area {
float: left;
width: 65%;
padding-left: 4%;
padding-top: 4%;
}

.woocommerce-page .woo-content-area {
float: left;
width: 65% !important;
padding-left: 4%;
padding-top: 4%;
}

.widget-area {
float: right;
width: 20%;
padding: 4% 4%;
background-color: #d6e7ee;
}

.site-header-type4 .bottom-header nav .menu > li:hover > a {
background: none;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff
}

.site-header-type4 .bottom-header nav ul.menu > li.current_page_item > a, .site-header-type4 .bottom-header nav ul.menu > li.current-menu-item > a {
background: none;
border-top: 2px solid #fff;
border-bottom: 2px solid #fff;
padding-top: 6px;
padding-bottom: 6px;
color: #fff;
}

.site-header-type4 .bottom-header nav {
width: 100%;
height: 45px;
padding: 10px 0 10px 0;
text-align: center;
}

.page-content {
padding-bottom: 0px;
}

.site-main {
padding-bottom: 0px;
}

li a, p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
color: #0e78a0;
}

li a:hover, p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
color: #505050;
}

.content-area {
    overflow: hidden;
}

.widget-area {
    margin-bottom: -20000px;
    padding-bottom: 20010px;
}