/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

#masthead {
	background: black;
}

.archive-grid .hentry {
	height: auto;
	min-height: auto;
}

/*make menu color white | RG 2059766-zd */
.main-navigation ul:not(.sub-menu):not(.children)>li {
	color: white;
}

/*make menu button and search icon white on mobile | SC/RG 2059766-zd */
.mobile-menu-button, .header-search-button {
	color: #fff;
}	

/* Add a border around the search box | RG-2059766-zn */
#search-container .search-field {
	border: 2px solid black;
	padding: 12px;
}

#search-container button.submit {
	right: 190px;
}

/* Resize the logo | RG-2059766-zn */
#masthead .custom-logo {
	max-width: 1000px;
}


/* add a background color to the widgets and set the content color to white */
#secondary *, #secondary a, #secondary .widget .widget-title {
	color: white;
}

#secondary {
	background: black;
}


/*Sets your subscribe button background*/
#subscribe-submit button, #subscribe-submit button:hover{
background:#5adeff}

/*Removes white along edge of widgets*/
.active-sidebar.blog .site-content{
   background:black;
}

/*Sets spacing between widgets*/
#secondary p, .widget{
   margin-bottom: 10px;
}



/*Set min height for titles to fix grid display issues*/
.archive-grid h2.entry-title {
    min-height: 50px;
}


/* Remove left border from secondary widget area | 2083900-zen ac */
#secondary {
    border-left: 0;
    margin-left: 0;
}
/* Change right border of .site-main to black | 2083900-zen ac */
.hfeed.active-sidebar:not(.left-sidebar) .site-main {
    border-right-color: #000;
}

/*Reduce the padding above the masthead on desktop|KG-2094614-zen*/
@media screen and (min-width:792px){
    #masthead{
        padding: 0;
    }
    html {
        margin-top: 0 !important;
    }
}

/*Font Color Of Post Navigation -#2142176- zd*/
.site-content .posts-navigation a {
color: #000;
}

/* Reduce space between widgets on mobile - 2142176-zen */
@media only screen and (max-width: 900px) {
#secondary .widget {
  padding-bottom: 5px;
}
}

/* Make widgets full width on mobile | 2142176-hc */
@media screen and (max-width: 768px) {
    #page #secondary {
        padding-left: 35px;
        padding-right: 35px;
    }
}

/* match width of follow button to email input | TT-2142176-zen */
#subscribe-submit button, #subscribe-submit button:hover {
    width: 95%;
}

/* turns social media icons to white */
.menu-social-links-container {
    color: #fff;
}

#colophon .jetpack-social-navigation a {
    color: #fff;
}
/*Change input for Follow Blog widget input field zen-2142176 by ERM*/
#subscribe-field-blog_subscription-4 {
   color: #000000;
}

