/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Sixteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
body {
    background-color: #b4b4b4 !important;
    color: #787878 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}


.site-inner {
	max-width: none;
}
/* removing author tags by GARY */
.entry-date { display: none; }
.meta-sep {
display:none;
}

.vcard{
display:none;
}

.author{
display:none;
}
/* end of removing author tags by GARY */
/*to get rid of the sidebar on posts by GARY*/

.post .entry-footer {display:none;}

.post .entry-content {min-width:100%;} 
/* END of to get rid of the sidebar on posts by GARY*/

.site-content,
.site-footer,
.site-header-main {
	max-width: 1320px;
	margin: 0 auto;
}

@media screen and (min-width: 44.375em) {
	.site {
	    margin: 0;
	}
	
	body:not(.custom-background-image):before, body:not(.custom-background-image):after {
		height: 0;
	}
}

.site-header {
  background-size: cover !important; 
  min-height: 200px;
  margin-bottom: 20px;
  padding:20px 0;
}

.site-title{
	text-align: center; padding:20px 0;
	font-family: "Roboto Slab",serif;
    font-size: 30px;
    color: #787878;
}

.site-title a {color: #787878 !important;}

.site-branding{margin:0;}
.site-description{display:none;}
.entry-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 28px;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #1a1a1a;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #007acc;
}

.entry-utility {
   display: none;
 }
table, td, fieldset {border:0 !important;}
.btn{background:#5BB75B !important;}

input#contactname, input#email{width:48% !important; margin-bottom: 10px;}

.entry-content, .entry-summary {
    font-size: 20px !important;
}

.custom-title{font-size:40px !important; text-align: center;}

.content-top{border-bottom:1px solid #d1d1d1; padding:10px 0 0px; margin-bottom: 20px;}

.bottom-content{border-bottom:1px solid #d1d1d1;
         border-top:1px solid #d1d1d1; 
	      padding:10px 0 40px !important; margin-bottom: 40px;}

.menu-toggle{display: none;}

/* GARY ADJUST the next/previous*/
.post-navigation a {
padding: 12px !important;
}
.post-navigation * {
font-size: 17px !important;

}
/* END GARY ADJUST the next/previous*/
/*optin form */

#wpgyan-widget{width:100%;}

#optin {
	
	margin: 20px auto;
	overflow: hidden;
	padding: 20px;
}

#optin h1 {
	
	padding-bottom: 10px;
	color: rgba(255, 255, 255, 0.8);
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

#optin h2 {
	padding:0 0 10px !important;
	margin:0 0 10px;
	color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}

#optin form {
	overflow: hidden;
	max-width:690px;
	margin:0 auto;
}

#optin p {
	color: #000 !important;
	font-size: 17px;
	line-height: 24px;
	padding-bottom: 5px;
	text-align: center;
}

#optin input {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	font-size: 14px;
	margin: 0 20px 10px 0;
	padding: 10px !important;
	width: 30% !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 10px;
	
}

#optin input.name {
	background: #fff;
	padding-left: 15px;
}

#optin input.email {
	background: #fff;
	padding-left: 15px;
}

#optin input[type="submit"] {
	background: #5bb75b;
	border: 1px solid #5bb75b;
	color: #fff;
	cursor: pointer;
	font-size: 15px !important;
	font-weight: 300 !important;
	padding: 11px 0 !important;
	float: left;
	text-transform: none !important;
}

/*optin-bottom*/

#optin2 form {
	overflow: hidden;
	max-width:690px;
	margin:0 auto;
}

#optin2 h2 {
	padding:0 0 10px !important;
	margin:0 0 10px !important;
	
    font-size: 16px;
    font-weight: 700;
    padding: 30px 0 0;
    text-align: center !important;
   
	}

#optin2 input {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	font-size: 14px;
	margin: 0 20px 10px 0;
	padding: 10px !important;
	width: 30% !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 10px;
	
}

#optin2 input.name {
	background: #fff;
	padding-left: 15px;
}

#optin2 input.email {
	background: #fff;
	padding-left: 15px;
}

#optin2 input[type="submit"] {
	background: #5bb75b;
	border: 1px solid #5bb75b;
	color: #fff;
	cursor: pointer;
	font-size: 15px !important;
	font-weight: 300 !important;
	padding: 11px 0 !important;
	float: left;
	text-transform: none !important;
}

#optin3 input {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	font-size: 14px;
	margin: 0 20px 10px 0;
	padding: 10px !important;
	width: 100% !important;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-right: 10px;
	
}

/* sidebar style*/

.sidebar{background:#F5F5F5; padding:15px; border:2px solid #000000;
	font-size: 16px !important;
}
.widget{border:0 !important; font-size: 16px !important;}

.bottom-content .textwidget ul{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding: 15px 0;
}


@media screen and (max-width: 768px){
	#optin input{width:100% !important;}
	#optin2 input{width:100% !important;}

	input#contactname, input#email {
    margin-bottom: 10px;
    width: 100% !important;
}


}
