/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.site-header {
	padding-bottom: 2em;
	padding-top: 3em;
}

.sidebar {
	padding-left: 20px;
	border-left: 1px #000000 solid;
}

.post {
	padding-bottom: 3em;
	border-bottom: 1px #000000 solid;
}

.site-main > article {
	margin-bottom: 4em;
}

.entry-title a {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.widget {
	margin-bottom: 2em;
}

#twitter_timeline-2 {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

#twitter_timeline-2 .widget-title {
	display: none;
}

.widget_recent_comments {
	display: none;
}

.cat-item-726 {
	display: none;
}
/* ------------------------------
   REMOVE ALL CAPS (Twenty Sixteen fix)
------------------------------ */
h1, h2, h3, h4, h5, h6,
.entry-title,
.widget-title,
.site-title,
.site-description,
.main-navigation a {
    text-transform: none !important;
    letter-spacing: normal;
}

/* ------------------------------
   OPTIONAL: Capitalize Words (nicer look)
   Use this instead if you want Title Case appearance
------------------------------ */
.entry-title,
.widget-title,
.main-navigation a {
    text-transform: capitalize;
}

/* ------------------------------
   CLEAN UP NAV SPACING (helps after removing caps)
------------------------------ */
.main-navigation a {
    letter-spacing: 0;
}
/* Sidebar title color (enhanced) */
.widget-title {
    color: #081d33;
    font-weight: 600;
}
/* Sidebar vertical line */
.sidebar {
    border-left: 0.25px solid #081d33;
}

/* Post divider line */
.post {
    border-bottom: 0.25px solid #081d33;
}

/* Article spacing divider */
.site-main > article {
    border-bottom: 0.25px solid #081d33;
}
/* ------------------------------
   GLOBAL DIVIDER LINE STYLE
------------------------------ */

/* Sidebar vertical line */
.sidebar {
    border-left: .50px solid rgba(8, 29, 51, 0.5);
}

/* Post / content divider lines */
.post {
    border-bottom: .50px solid rgba(8, 29, 51, 0.3);
}

/* Article spacing lines */
.site-main > article {
    border-bottom: .50px solid rgba(8, 29, 51, 0.3);
}

/* Horizontal rules (if used anywhere) */
hr {
    border: none;
    border-top: .50px solid rgba(8, 29, 51, 0.3);
}
/* ------------------------------
   SEARCH BAR STYLING
------------------------------ */

/* Search input field */
.search-form input[type="search"] {
    border: 1px solid #081d33;
    color: #081d33;
}

/* Search button */
.search-form button,
.search-submit {
    background-color: #081d33;
    border: 1px solid #081d33;
    color: #ffffff;
}

/* Search button hover */
.search-form button:hover,
.search-submit:hover {
    background-color: #061526;
    border-color: #061526;
}





