/*
Theme Name: Customizr Pro Child
Theme URI: http://presscustomizr.com/extension/customizr-pro/
Template: customizr-pro
Author: Press Customizr
Author URI: http://presscustomizr.com/
Description: The pro version of the popular Customizr WordPress theme.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-menu,custom-colors,featured-images,full-width-template,theme-options,threaded-comments,translation-ready,sticky-post,post-formats,rtl-language-support,editor-style
Version: 1.2.37.1483560729
Updated: 2017-01-04 20:12:09

*/

/* Change the (black) body background */
body {
background:         none repeat scroll 0 0 #eee7d8; /* Change black */
color:              #753D1D;              /* Default Text Color */
padding-bottom:     0px;
}
 
.container[role="main"] {
background-color:  #eee7d8 ;               /* black */
}
 
/* Change the Header/Footer background */
header.tc-header, .navbar-wrapper, footer#footer .colophon   {
background-color:   #eee7d8;                /* black */
}
 
/* Fix the padding in the Slider */
.carousel {
background-color:   #DBA471;
margin-bottom:      0px;
}
/*  Adjust Navbar Box settings      */
.navbar .navbar-inner {
background-color:   #AB7147;
background-image:   linear-gradient(to bottom, #ffffff, #c9b187);
background-repeat:  repeat-x;
border:             1px solid #AB7147;
border-radius:      4px 4px 4px 4px;
box-shadow:         12 1px 4px rgba(0, 0, 0, 0.067);
min-height:         40px;
padding-left:       20px;
padding-right:      20px;
}
/* Adjust Menu (red) text color, (Garamond) font-family, (1.25em) font-size  */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
display:        inline;
color:          #361c15;                        
font-family:    Garamond;
font-size:      1.25em;
padding:        10px 10px;
text-shadow:	none;
}
 
/* Adjust Menu (white) text color   */
/* when mouse hovers over Menu item (hover)     */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
color:          #a3a093;                      
}
 
/* Adjust Menu (green) text color   */
/* when Menu item selected (active)            */
.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a {
color:          #77858d;
font-size:	1.25em;
font-weight:    none;                      
}
 
/* Adjust dropdown Menu items (blue) text color & (yellow) shading */
.dropdown-menu > li > a {
color:          #361c15;
background:     #ccc6ad;
}
 

/* Call to Action Button Colors */
.call-to-action a.button, #featured .read-more a {
background: #000000;
font-size: 18px;
padding: 15px;
}

.call-to-action a.button:hover, #featured .read-more a:hover {
background: #ffffff;
}


  
/* HEADER
    -------------------------------------------------- */

.tc-header {
  min-height: 45px;
  background: white;
  z-index: 200;
}

.entry-meta {
display: none;
}






