/* small main navigation changes  :*/

#site-navigation h3{
   background-color: #AF2B2B;
  color:#fbe9d8;
}
.main-small-navigation #menu-top li a:link  {
  background-color: #fbe9d8;
}
.main-small-navigation #menu-top li a:hover{
  background-color: #AF2B2B;
}

#menu-item-637{
	background-color: #fbe9d8;  
}
.main-small-navigation li {
  background: #fbe9d8;
}

/* width of inner-wrap depending on the size of the screen:*/

@media screen and (max-width: 1920px){
      .inner-wrap {
 	width:820px;
 
     }    
}        

@media screen and (max-width: 1078px){
      .inner-wrap {
        width:820px;  
     }    
}

@media screen and (max-width: 768px){
      .inner-wrap {
 		width:820px;
           
     }    
}
        
        @media only screen and (max-width: 420px) {
   #page {
   	width: 97%;
   }
   .inner-wrap {
   	width: 95%;
    }
    .header-image{
            display:none;
            
    }
}


/* change the color for heading 5  :*/
h5{
  color:#0E4441;
}

/* maipillations with text box  :*/

/* color of the body  :*/
body {
	background: 0;
  color:black;
}

ul.menunav-menu li{
  background-color:F7D4B2;
}
ul.sub-menu li{
  background-color:#fbe9d8;
}
form.wpcf7-form input, form.wpcf7-form textarea{
  background-color:#fbe9d8;
}
input.wpcf7-form-control.wpcf7-submit{
  background-color:#AF2B2B;
}

#header-text-nav-wrap{
  padding-bottom:0px;
}


/* change the font size of the top menu  :*/
#menu-top li a {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
	/* line-height: 17px; */
  	color:black;
}
#menu-top .sub-menu li a {line-height: 17px;}
/* page manipulations  :*/
#page {
/* background-image: url(http://www.joebisz.com/wp-content/uploads/2015/05/bookshelf_background-01.png);*/
  	background-size: 100%;
    background-repeat: y-repeat;
  	max-width: 1268px;
	margin: 0 auto;
    background-color: 0;
	box-shadow: 0;
 	border: 0;
	border-width: 0;
   background-color:#ff0000;
}

/* remove title box from all the pages  :*/
.page .header-post-title-container {
    display: none;
}

/* remove the background color  :*/
#page {
	max-width: 1268px;
	margin: 0 auto;
 background: none !important;
	box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
}


#header-meta {
	background-color: #F8F8F8;
	border-bottom: 0px solid #EAEAEA;
}
#header-text-nav-container {
	border-bottom: 0px solid #EAEAEA;
}
.header-image {
	margin-bottom: 0;
	border-bottom: 0px solid #EAEAEA;
	width: 100%;
}
.main-navigation ul li ul {
	position: absolute;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
	border-top: 0px solid #0FBE7C;

}
.header-post-title-container {
	border-bottom: 0px solid #EAEAEA;
	padding: 20px 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}
/* Enter Your Custom CSS Here */
