/* Fix Header on Post Page */
.single-post #page-container {
  padding-top:60px !important;
}
/*Change Image URL here*/
.single-post #main-header {
  background:linear-gradient(
      rgba(0, 0, 0, 0.5), 
      rgba(0, 0, 0, 0.5)
  	), url(http://harivutukuru.org/wp-content/uploads/harivutukuru-org/sites/2544/hari-vutukuru-personal-header.jpg);
}
.single-post #main-header a {
  color: rgba(255, 255, 255, 0.6);
}
#sidebar h4 {
  letter-spacing:.1em;
  text-transform:uppercase;
  font-size:120%;
}
/*Align Posts Grid */
.et_pb_blog_1 article {
  margin-bottom:12%;
}
/* Remove Title Animation */
.et-pb-active-slide .et_pb_slide_description {
 -webkit-animation: none;
 -moz-animation: none;
 -o-animation: none;
 -ms-animation: none;
 animation: none;
}
/* Transparent Primary Menu */
#main-header {
  background-color:transparent;
  box-shadow:none;
  webkit-box-shadow:none;
}
#main-header.et-fixed-header {
  background-color:white;
  box-shadow:none !important;
  webkit-box-shadow:none !important;
}
#page-container {
  padding-top:0px !important;
}
/* Change Menu Item Color */
#main-header a {
  color: rgba(255, 255, 255, 0.6);
}
.et-fixed-header #et-top-navigation a, #top-menu li li a {
  color: rgba(0, 0, 0, 0.6);
}
#top-menu li li a {
  letter-spacing:0em;
  line-height:1.2;
}
.et-fixed-header #et-top-navigation #top-menu-nav #top-menu .current_page_item a {
  color:black;
}
#et-top-navigation #top-menu-nav #top-menu .current_page_item a {
  color:white;
}
.et_pb_slide_description {
  padding:0px;
}
/*Mobile Menu Fixes */
.mobile_menu_bar:before {
  color:white;
}
.et_mobile_menu {
  border-top:3px solid white;
}
/*Remove Search Icon */
#et_search_icon {
  display:none;
}
/* Menu Text Changes (Mostly Personal Preference TBH) */
#top-menu li a {
  text-transform:uppercase;
  letter-spacing:.2em;
}
/* Other Text Changes (Mostly Personal Preference TBH) */
.et_pb_text {
  font-size:110%;
  line-height:1.5em;
}
.et_pb_text h2 {
  letter-spacing:.1em;
  font-size:200%;
  text-transform:uppercase;
  margin: 0 10px;
  word-wrap:normal;
}
/*Remove Line For Post Pages */
.single .container::before {
  display:none;
}
/* Mobile-Adjusted Title */
@media only screen and (max-width:980px) {
  #mobile_menu.et_mobile_menu {
  background-color:rgba(0, 0, 0, 0.9) !important;
}
  .logo_container {
    display:none;
  }
  .et_pb_slide_description .et_pb_slide_title {
    font-weight:600!important;
  }
}
@media only screen and (min-width: 981px) {
	.blog-page .et_pb_posts .et_pb_post img,
	.blog-page .et_pb_posts .et_overlay {
		height: 180px !important;
		width: 335px;
		float: left;
		left: 0;
		margin-right: 25px;
	}
}
