/*
Theme Name: MayaTheme Child
Template: MayaTheme
Version: 1.0
Description: A child theme for MayaTheme.
Author: Maya
Author URI: https://portalmaya.com/
*/

/* RED COLOR VERSION */ 
/* Hobo Std FONT */
/* 9px for colored topbar menu */ 
/* 8px for white-colored topbar menu */


/* *************************************** */
/* *************************************** */
/* *************************************** */
/* *************************************** */
/* *************************************** */


/* EXTRA FOR THIS SITE */

@media screen and (min-width: 1100px) {
#header,.top-bar {
height: 50px;
}
.menu-bar li ul {
margin: -8px 0px 0px -30px;
}
}

@media screen and (max-width: 815px) {
#header,.top-bar {
height: 50px;
}
.menu-bar li ul {
margin: -8px 0px 0px -30px;
}
}

@media screen and (min-width: 816px) and (max-width: 1100px) {
.main-navigation {
border-top: 1px dashed white;
}
}


/* SITE TITLE */ /* **************** UPDATE **************** */

.site-title {
font-family: 'Hobo Std', Arial, sans-serif;
font-size: 1.4rem;
padding: 10px 0px; /* default padding in main CSS is 10px 0px */
}

a {
color: #9A0000;
}

h1 {
color: #9A0000;
}

 /* SITE TITLE + NAVIGATION MENU */ 
 
.site-title a {
color: #FFF !important;
font-weight: 400;
}

.menu-bar li a {
color: #FFF !important;
}

/* SUBMENU */ /* **************** UPDATE **************** */

.menu-bar li ul li a {
color: #FFF !important;
background-color: #AE0909 !important;
border-top: white 1px solid;
}

.menu-bar li ul li a:hover {
background-color: #9A0000 !important;
}


/* SIDEBAR MENU - RESPONSIVE MENU */ 

@media (max-width: 815px) {
.menu-toggle {
color: #FFF !important;
}
}

.sidebar {
background-color: #630505 !important;
outline: 2px #FFFFFF24 solid !important;
}

.sidebar-menu li a {
color: white !important;
border-bottom: 1px dashed #FFFFFF4D !important;
}

.close-sidebar {
color: white !important;
}

 /* HEADER */

#header {
background-color: #9A0000 !important;
}

/* SLIDER + LISTING + CAROUSEL + TOPBAR + BREADCRUMBS ETC */ 

#hero-slider {
background-color: #AEAEAE !important;
}

.listing-title i {
color: #9A0000 !important;
}

.portfolio, .portfolio a {
color: #FFFFFF !important;
}

.carousel-slide {
background-color: #9A0000 !important;
}

.top-bar {
background-color: #9A0000 !important;
}

/* SEARCH BAR */

#search-bar {		
background: #440909;
}

.search-submit {
background-color: #9A0000;
}

/* BREADCRUMBS */

.breadcrumbs a {
color: #9A0000;
}

/* *** */

#title-wrapper {
background-color: #CCE0F2;
color: #1F6AA4;
}

/* FOOTER */ 

#footer {
background-color: #440909 !important;
color: #AA8B8F !important;
border-top: 40px solid #2B0505 !important;
}

.footer-title {
color: #AA8B8F !important;
border-bottom: 1px dashed #AA8B8F !important;
}

.bottom-bar {
background-color: #2B0505 !important;
color: #AA8B8F !important;
}

/* SCROLL TO TOP BUTTON */

#scrollToTop {
background-color: #8C0000; 
color: white;
}

#scrollToTop:hover {
background-color: #81121B; 
}

/* HOMEPAGE GRID TITLE */

.homepage-grid-title {
background-color: #9A0000 !important;
}

.homepage-grid-title a {
color: #FFFFFF !important;
}

/* NEWS HOMEPAGE CATEGORY TEXT-OVER */    

.category-name {
background-color: #960000;
color: #fff;
}

/* PAGINATION */ 

 .pagination-wrapper .page-numbers {
color: #0E3523 !important;
background-color: #62A481 !important;
}

.pagination-wrapper .page-numbers:hover {
color: #FFFFFF !important;	
background-color: #9A0000 !important;
}

.pagination-wrapper .current {
color: #FFFFFF !important;
background-color: #9A0000 !important;
}

.pagination-wrapper .prev, 
.pagination-wrapper .next {
color: #0E3523 !important;
background-color: #62A481 !important;
}

/* POST TAGS */ 	

.post-tags a { 
background: #9A0000 !important;
}

.post-tags a:hover { 
background-color: #440909 !important;
color: #FFFFFF !important;
}

/* CONTACT FORM */

.contact-form-container input[type="submit"] {
background-color: #005a87;
}

.contact-form-container input[type="submit"]:hover {
background-color: #005a87;
}

/* DON'T REMEMBER WHAT IS IT */

.post-title-overlay {
color: #0B9D36 !important;
}

.overlay-text {
color: #9A0000 !important;
}

/* SIDEBARS*/ 

.sidebar-left h3, .sidebar-right h3, 
.sidebar-left-2 h3, .sidebar-right-2 h3, 
.sidebar-big h3 {
background-color: #9A0000 !important;
}

.sidebar-left li a, .sidebar-right li a, 
.sidebar-left-2 li a, .sidebar-right-2 li a, 
.sidebar-big li a {
color: #9A0000;
}

/* BUTTONS - PLUGINS */ 

.say-thanks-container input[type="submit"] {
background-color: #0B9D36 !important; 
}

.say-thanks-container input[type="submit"]:hover {
background-color: #0B9D36 !important;
}