/* ---- Place your custom styles below ---- */

#header-social { display: block; margin-top: 0px; margin-left: 10px; padding-top: 30px; }

#nav li a { font-size: 12px; }

#nav ul li a { font-size: 12px; line-height: 16px;}
#nav ul li a:hover { color: #444!important; }

#nav { float: left; font-size: 12px; width: 100%; }

/* ------------------------------------------------------------------------- *
 *  Section: Page Title
/* ------------------------------------------------------------------------- */

#page-title h1,
#page-title h2 { font-size: 23px; font-weight: 600; line-height: 1.3em; }

/*  entry : title
/* ------------------------------------ */
.entry-title {  }
.blog .entry-title,
.single .entry-title,
.archive .entry-title,
.search .entry-title { font-size: 28px; line-height: 1.3em; font-weight: 600; letter-spacing: -0.5px; margin-right: 50px; }
.entry-heading { font-size: 28px; height: 30px; line-height: 30px; font-weight: 600; letter-spacing: -0.5px; margin-bottom: 50px; }

/*  responsive videos
/* ------------------------------------ */

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}