/*
Theme Name:     Responsive Child
Description:    Child theme for the Responsive Theme
Author:         admin
Template:       responsive

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

@media screen and (max-width: 650px) {
   .js .main-nav {
     display: none;
   }
}

.navbar.resp {
  display: none;
}

/* ********************************* */
.AZborder1 {
border:solid 1px black;
border-radius: 4px;
/* border-top-style: dotted 10px red; */
}

/* to disable powered by 
.powered {
    display:none;
}   */

/*  used for overall page width  */
#container {
	/* org max-width: 1100px !important; */
	max-width: 1100px !important;
}

/*  hide header menu and top-level menus
.header {display:none;} 
#navmenu {display:none;}  */

/*
#logo,
.menu {
    display:none;
} */

.menu {
    display:none;
}

.entry-title {
    background: green;
}

.post-title.entry-title {
    background: #999999; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(153,153,153,0),rgba(153,153,153,.75)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(153,153,153,0),rgba(153,153,153,.75)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(153,153,153,0),rgba(153,153,153,.75)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(153,153,153,0), rgba(153,153,153,.75)); /*Standard*/
    border: 0px;
    border-radius: 4px;
}

/*  Feature box on WP home page */
#featured {
    background: #999999; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left,rgba(153,153,153,0),rgba(153,153,153,1)); /*Safari 5.1-6*/
    background: -o-linear-gradient(right,rgba(153,153,153,0),rgba(153,153,153,1)); /*Opera 11.1-12*/
    background: -moz-linear-gradient(right,rgba(153,153,153,0),rgba(153,153,153,1)); /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(153,153,153,0), rgba(153,153,153,1)); /*Standard*/
    border: 0px;
    padding-bottom: 0px;
}

.featured-title {
/*    margin: 0;
    padding-top: 25px;
    font-size: 40px;
    text-align: center;
    letter-spacing: -1px; */
    display: none; 
}

.featured-subtitle {
    padding: 0px 10px 0;
}

#featured-image {
    margin: 0px 0 0;
}

.alignnone {
    margin: 35px 20px 20px 0;
}

#featured p {
    padding: 0 0px;
}
/* ************** Feature box END ******************** */

#logo {
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.site-description {
    font-style: italic;
    font-size: 1.275em;
    margin-left: 12px;
    color: #6d6d6d;
}

.top-widget {
    padding: 12px 8px 0 0;
}

/* used to set width of gap from header and from footer */
#wrapper {
    margin: 10px auto;
}

h1 {
    margin-top: .05em;
    font-size: 1.725em;
}

.widget-title-home {
   display: none;
   /*  text-align: center;*/
}

.widget-title-home h3 {
    text-align: center;
}

.tagcloud, #widgets .textwidget {
    line-height: 1.5em;
  /*  text-align: justify; */
}

/* .call-to-action {
    display: none;
} */