/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    https://wordpress.org/themes/twentysixteen/
 Description:  Twenty Sixteen Child Theme
 Author:       Sindit
 Author URI:   http://sindit.com
 Template:     twentysixteen
 Version:      4.9.4
*/






/* Remove page border */
  
.site {
    margin: 0 auto !important;
}
 
body:not(.custom-background-image):before,
    body:not(.custom-background-image):after {
    height: 0px !important;
}
 
.site-inner {
    overflow: hidden !important;
}


/* Adjust space in masthead */

#masthead {
padding-top: 0px !important;
padding-bottom: 5em !important;
}

.home #masthead {
	padding-bottom: 5em !important
}


/* Header image only on homepage */

.home .header-image {
   display: block;
}

.home .header-image {
    margin:  5px 0 0 0;
}

.page .header-image {
   display: none;
}

.single .header-image {
	display: none;
}

.archive .header-image {
    display: none;
}


/* adjust space between posts on overview pages  */

.home article {
margin-bottom: 80px !important;
}

.archive article {
margin-bottom: 80px !important;
}

/* Set color of title and title hover */

.site-title a {
color: #b23728 !important;
}
.site-title a:hover {
color: #000 !important;
}


/* No hyphenation in title */

.post-title, .entry-title {
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	word-wrap: normal; 			
}


/* hide author name  */

.author, .vcard {
	display:none;
}


/* Style blockquote */

blockquote {
    border: 0 solid #b23728;
	  border-left-width: 6px;
}


/* Style widgets */

.widget {
    border-top: 4px solid #b23728;
}

/* Adjust space between search field and top widget border */

#search-2 {
	padding-top: 33px;
}

/* style recent posts widget */

#recent-posts-2  {
font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/* style credit and copyright line */

.site-info {
	font-family: Montserrat, "Helvetica Neue", sans-serif;	
}


/* Remove comment links */

span.comments-link {
    display:none;
}


/* Button (hover) color  */

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #b23728;
}


/* contact form labels  */


div.wpcf7 label {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size:0.9em;
}