/*
Theme Name: Talent Daily
Author: 13crown
Author URI: http://www.13crown.com
Description: A custom theme built for Talent Daily.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: talentdaily
*/
/*
html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; } /* =14px *
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px *
*/
* {
  outline: none; }

html,
body {
  font-size: 62.5%; }

h1,
h3 {
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif; }
h1.page-title {
	font-weight: 500;
	color: #D88787;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 0;
	border-bottom: #FDD9D9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

h2 {
	font-family: "Whitney A", "Whitney B", Sans-serif;
	margin-top: 20px;
	color: #515C69;
}
h4 {
	font-family: "Whitney A", "Whitney B", Sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 1.4rem;
	text-transform: uppercase;
	margin-top: 2.4rem;
	color: #4B7694;
	border-bottom: solid;
	border-width: 2px;
	border-color: #FDD9D9;
}
h5 {
	font-family: "Mercury SSm SC A", "Mercury SSm SC B", "Georgia", Serif;
	font-size: 2rem;
	font-weight: 500;
	color: #456284;
}
h6 {
	font-family: 'Whitney A', 'Whitney B', sans-serif;
	font-size: 1.8rem;
	color: #6982A0;
	line-height: 2.3rem;
	margin-bottom: 1rem;
}

h6 b {
	font-size: 2.1rem;
	line-height: 1.8rem;
}

h7 {
	font-family: 'Whitney A', 'Whitney B', sans-serif;
	font-size: 1.8rem;
	color: #5d7593;
	line-height: 2.3rem;
	padding-bottom: .4rem;
	letter-spacing: .01rem;
	border-bottom: solid;
	border-width: 2px;
	border-color: #FDD9D9;
}

h7 b {
	font-size: 2.1rem;
	line-height: 1.8rem;
}

p[style] {
  overflow: visible !important; }

p {
  line-height: 1.6;
  margin-bottom: 1.45rem;
  overflow: visible !important; }

p,
span,
ul,
li {
  font-family: "Mercury SSm A", "Mercury SSm B", "Georgia", Serif;
  font-size: 16px;
  font-size: 1.6rem; }

.header-padding {
  height: 110px;
  float: left; }

.header {
  padding-top: 13px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  z-index: 61; }
  .header .logo {
    margin:0px auto;
    max-width: 200px;
	padding-top: 3px; }
	.header #ceb-logo img {
		width:140px;
		float:left;
		padding-bottom: 15px;
		padding-top: 8px;
	}
  .header .nav {
    float: right;
	padding-top: 10px;  }
    .header .nav ul {
      padding-top: 0px;
	  z-index:99; }
      .header .nav ul li {
        display: inline-block;
        position: relative;
        float: left;
        margin-right: 20px;
        font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #304c60;
        font-size: 2.2rem;
		cursor: pointer;}
        .header .nav ul li a {
          color: #0e406b;
          font-size: 2.2rem; }
      .header .nav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 12px 0;
        margin: 0; }
        .header .nav ul ul li {
          background: #dad9de;
          min-width: 160px;
          padding: 10px 20px; }
          .header .nav ul ul li a {
            font-size: 14px;
            font-size: 1.8rem; }
  .header .hamburger {
    display: none; }
  .header .social {
    float: right;
    display: inline-block;
	padding-top: 10px;  }
    .header .social a {
	  margin-right:20px }
    .header .social i {
      padding-top: 5px;
      font-size: 20px;
	  color: #304c60; }
    .header .social img {
      width: 80px;
	  /*height:23px;*/
      margin-left: 20px;
      margin-top: 5px;
      float: right; }
    .header .social form {
      display: inline-block;
      position: relative; }
      .header .social form input[type=text] {
        visibility: hidden;
        background: none;
        border: 2px solid #ffffff;
        padding: 4px;
        margin-top: 3px;
        margin-left: 6px;
        float: left;
        width: 0px;
        height: 25px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .header .social form input[type=submit] {
        position: absolute;
        top: 6px;
        right: 0;
        background: none;
        text-indent: -9999px;
        border: none;
        width: 20px;
        height: 20px;
        z-index: 100;
        display: none;
        cursor: pointer; }
      .header .social form i {
        margin-left: 0px !important;
        z-index: 90;
		cursor:pointer; }
      .header .social form.open input[type=text] {
        visibility: visible;
        border: 2px solid #304c60;
        width: 150px;
        margin-right: 20px;
        margin-left: 14px;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      .header .social form.open input[type=submit] {
        display: block; }
.header .border-top {
	border-bottom: 1px solid #304C60;
	display: block;
	float: left;
	width: 100%;
}
.header .border-bottom {
	display: none;
	float: left;
	width: 100%;
}

.hero {
  background-repeat: no-repeat;
  width: 100%;
  margin-bottom: 4px;
}

.entry-content {
margin-top: .7rem;
}

.type-post {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #FDD9D9;
  margin-bottom: 30px; }
  
.type-post ol {
margin-left: 3.5rem;
margin-bottom: 1.5rem;
}

.type-post ul {
margin-left: 3.5rem;
margin-bottom: 1.5rem;
}

.type-post li {
margin-bottom: .5rem;
}
  .type-post .loading-spacer {
    display: none !important; }
  .type-post .entry-header {
    padding-bottom: 20px; }
  .type-post .entry-title {
font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", sans-serif;
color: #27567c;
font-size: 2.9rem;
line-height: 1.1;
margin-bottom: .5rem;
font-weight: 800;
}
  .type-post .entry-meta {
    font-family: "Mercury SSm SC A", "Mercury SSm SC B", "Georgia", Serif;
    color: #777; }
  .type-post .entry-meta > span {
      float: left;
	  font-family: "Mercury SSm SC A", "Mercury SSm SC B", "Georgia", Serif; }
	  .type-post .entry-meta .author {
    font-family: "Mercury SSm SC A", "Mercury SSm SC B", "Georgia", Serif;
    color: #3581B1;
    line-height: 2.4rem;
    font-size: 1.6rem;
}
	  .type-post .entry-meta .author a {
    color: #3581B1;
    font-size: 1.6rem;
}
	  .type-post .entry-meta .post_on {
	font-family: 'Whitney A', 'Whitney B', sans-serif;
	font-size: 1.3rem;
	text-transform: uppercase;
	color: #B3B3B3;
	margin-bottom:  .5rem;  
	  }
	  
	  .type-post .entry-meta .post_on a {
	color: #B3B3B3;
	  }
	  
	.tags .categories {
	color: #bdbdbd;
	text-transform: uppercase;
    margin-top: 0;
    font-size: 1.5rem;
    font-family: 'Whitney A', 'Whitney B', sans-serif;
    line-height: 1.9rem;
    font-weight: 600;
    margin-bottom: .5rem;
}
	
	.tags .categories a {
	color: #91A0B1;
}

	  .tags .categories a:hover {
	color: #D28686;
}
		.tags .entry-sep {
	color:#D4B1B1;
	font-size: 1.5rem;
    font-family: 'Whitney A', 'Whitney B', sans-serif;
	font-weight: 600;
		}	
		
   .type-post .entry-content img {
    margin-top: 0px;
    margin-bottom: 4px;
	width:100% !important;}
	
	.type-post .entry-content figure {
	width:100% !important;
	margin-left:0 !important;}
	.type-post p {
    font-size: 1.6rem;
    font-family: "Mercury SSm A", "Mercury SSm B", "Georgia", Serif;
    font-weight: 400; }
  .type-post p a {
    text-decoration: none;
    color: #3581B1;
}
	.type-post p a:hover {
    text-decoration: underline;
    color: #0097D0; }
	.type-post p strong {
      font-weight: 700; }
	.type-post blockquote {
	background: none;
	border-left: solid;
	border-color: #E9EFF3;
	padding: 5px 17px 0 21px;
	margin: 5px 35px 20px 20px;
	display: block;
	float: left;
}
    .type-post blockquote p {
      color: #333333; }
  .type-post .more-link:before {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
  }
  .type-post .more-link {
    background: #E0A8A8;
    color: #ffffff;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 12px;
    display: block;
    font-size: 2rem;
    float: left;
    margin-top: 10px;}
	.type-post a.more-link:hover {
    background: #b87575;
    color: #ffffff;
	text-decoration:none;}
    .type-post .categories li {
      display: block;
      float: right;
      margin-left: 10px; }
	  .type-post .categories li a {
        text-transform: uppercase;
        font-size: 1.6rem;
        font-family: "Mercury SSm SC A", "Mercury SSm SC B", "Georgia", Serif;
        color: #777;}
.type-post .essb_links {
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 10px;
}
    .type-post .essb_links a {
      padding: 5px 8px 6px !important; }
.tags {
	float:left;
    text-transform: uppercase;
	color: #91A0B1;
	margin-top: 0;
	font-size: 1.5rem;
	font-family: 'Whitney A', 'Whitney B', sans-serif;
	line-height: 1.9rem;
	font-weight: 600;
	margin-bottom: .4rem;
}
.tags a {
	color: #7397B7;
}

.tags a:hover {
	color: #D28686;
}
.sidebar {
  padding-top: 0px; }
  .sidebar aside {
    width: 100%;
    float: left; }
  .sidebar .widget .widget-title {
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    width: 100%;
    padding-bottom: 2px;
    color: #0a3f6b;
    border-bottom: #0a3f6b;
    border-bottom-width: 9px;
    border-bottom-style: solid;
}
.sidebar .widget .widget-list {
    padding: 7px 0 30px;
    float: left;
    width: 100%;
}
    .sidebar .widget .widget-list li {
    display: block;
    position: relative;
    width: 100%;
    float: left;
    background: #dad9de;
    padding: 10px 15px;
    margin-bottom: 12px;
    min-height: 100px;
    background-position: center center !important;
    background-size: cover !important;
}

aside#featured_post_widget-2 {
    margin-top: 0px;
}

aside#text-4 a {
    text-align: center;
    font-family: "Whitney A", "Whitney B", Sans-serif;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5rem;
    margin-bottom: 1.2rem;
}

aside#text-4 {
    margin-top: 12px;
    border-width: 2px;
    margin-top: 12px;
    background-color: #0a3f6b;
}

aside#text-2 {
    margin-bottom: 42px;
    margin-top: 10px;
}
      .sidebar .widget .widget-list li span.title {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 12px;
    font-size: 2rem;
    line-height: 1.1;
    font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Oswald", Sans-serif;
    font-weight: 600;
    color: #ffffff;
    z-index: 50;
}
      .sidebar .widget .widget-list li span.back {
        background: url(images/sb-gradient.png);
        background-repeat: repeat-x;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 40; }
      .sidebar .widget .widget-list li a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 60; }
		
/*Mobile Sidebar */
.widget .widget-title {
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    width: 100%;
    padding-bottom: 2px;
    color: #0a3f6b;
    border-bottom: #0a3f6b;
    border-bottom-width: 9px;
    border-bottom-style: solid;
	}
  .widget .widget-list {
    padding: 15px 0 30px;
    float: left;
    width: 100%; }
    .widget .widget-list li {
      display: block;
      position: relative;
      width: 100%;
      float: left;
      background: #dad9de;
      padding: 10px 15px;
      margin-bottom: 20px;
      min-height: 100px;
      background-position: center center !important;
      background-size: cover !important; }
      .widget .widget-list li span.title {
        position: absolute;
        left: 10px;
        bottom: 12px;
        font-size: 2rem;
        line-height: 1.1;
        font-family: "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Oswald", Sans-serif;
    font-weight: 600;
        color: #ffffff;
        z-index: 50;
		padding-right:10px;
	 }
      .widget .widget-list li span.back {
        background: url(images/sb-gradient.png);
        background-repeat: repeat-x;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 40; }
      .widget .widget-list li a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 60; }

.mfp-close {
  color: #333 !important;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace; }

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 2em 3em;
  width: auto;
  margin: 20px auto;
  max-width: 600px; }

#infinite-footer {
  display: none; }

#inifiniteLoader {
  position: fixed;
  z-index: 501;
  bottom: 15px;
  right: 10px;
  display: none; }
  
.talent-daily-load-page {
    background: #304c60;
    color: #ffffff;
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif;
    text-transform: uppercase;
    text-decoration: none;
	text-align:center;
    padding: 20px;
    display: block;
    font-size: 3rem;
    margin-top: 10px;
	margin-bottom:30px;
	font-weight:500;
	clear:both;}
	
a.talent-daily-load-page:hover {
    background: #082337;
    color: #ffffff;
	text-decoration:none;}
	
.type-page h1.entry-title {
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", Sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    margin-top: 0;
    color: #27567c;
}

#footer{
  z-index: 500;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 40px;
  background: white;
  visibility: hidden;
  transition: all 0.5s ease;
  background-color:#efefef;
}

#footer img {
	float:right;
}

.show-footer #footer{
  visibility: visible;
}

.mobile #footer{
  position: unset;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
}

#footer ul.menu{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer ul.menu:after{
  content: "";
  visibility: hidden;
  clear: both;
  display: block;
}

#footer ul.menu li{
  float: left;
  margin-right: 2em;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif;
  font-weight: 400;
}

.mobile #footer ul.menu li{
  float: left;
  margin-right: 2em;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif;
  font-weight: 400;
}

.mobile #footer ul.menu{
	width:100%;
}

body{
  padding-bottom: 60px;
}

.talent-daily-featured-image-caption, .wp-caption-text {
	font-family: 'Whitney A', 'Whitney B', sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 1.1rem;
color: #CCC;
margin-bottom: 8px;
line-height: 1.3rem;
text-align: right;
}

.talent-daily-featured-image-caption a, .wp-caption-text a {
	color: #C5C5C5;
}

.talent-daily-featured-image-caption a:hover, .wp-caption-text a:hover {
color: #316C9A;
}

.page-title .result {
    font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif;
    font-size: 2.75rem;
	font-style:italic;
}

#search-input-wrapper{
  display: inline;
  position: absolute;
}

.tag-bullet {
	font-size:1.1rem;
	color: #bdbdbd;
}

#author-box {
	background:#f5f5f5;
	padding:10px 10px 5px 10px;
	margin-bottom:20px;
	border-top: #FDD9D9 2px solid;
}

#author-box p {
	color:#333;
	font-size:1.5rem;
}

#author-box .photo {
	float:left !important;
	margin:0px 15px 10px 0px;
}

.author-social img {
	margin:-7px 0px 0px 10px;
}


  .header .social form input[type=text] {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
  }

  #searchform{
    position: static;
  }

 #search-input-wrapper{
   z-index: -1;
 }


 .open #search-input-wrapper{
   position: absolute;
   display: inline;
   min-width: 100%;
   bottom: -50px;
   text-align: center;
   left: 0;
   height: 50px;
   padding: 0 10px;
   box-sizing: border-box;
   background: #fff;
 }

 #s{
   float: none;
   padding: 3px;
   width: 20%;
   margin: 0.5em 0;
   box-sizing: border-box;
   border-width: 2px;
   position:absolute;
   top:33px;
   right:20px;
   background:#fff;
 }
 
 ul.sub-menu li.menu-item a {
    color: #fff !important;
}
ul.sub-menu li.menu-item a:hover {
	color: #CBECF9 !important;
}

@media screen and (min-width: 851px) {
  .header .nav ul li:hover > ul {
    display: block; 
  }
  .hero{
    background-size: contain !important;
    background-position: unset !important;
    background-attachment: unset !important;
  }

}
@media screen and (max-width: 850px) {
.hero{
    background-size: contain;
    background-position: unset;
    background-attachment: unset;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 5px 20px;
    margin-right: 0 !important;
    background: #ffffff;
	z-index:1; }
    .nav ul {
      margin: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .nav ul li {
        margin: 0 !important;
        padding: 5px 0 !important;
        display: block;
        width: 100%;
		text-align:right;}
        .nav ul li a {
          margin: 0 -20px;
          padding: 0px 20px; }
        .nav ul li ul {
          display: none;
          position: relative !important;
          padding: 0;
          top: auto;
          right: auto;
          bottom: auto;
          left: auto;
          width: 100%; }
          .nav ul li ul li {
            width: 100%;
            padding: 10px 15px !important; }
 .header .logo {
    margin:0px auto;
    max-width: 150px;
	padding-top: 3px; }
	.header #ceb-logo img {
		width:105px;
		float:left;
		padding-bottom: 15px; 
	}
  .hamburger {
    display: block !important;
    float: right; }

  .social .social-media {
    display: none; }

  .home .sidebar {
    display: none; }

  .content .medium-8-12 {
    width: 100%; }

  .sidebar {
    width: 100%;}
	
.type-post .essb_links {
    margin-top: 25px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.tags {
	float:left;
	margin-top:0px;
}

#footer img {
	float: inherit;
	margin-top:5px;
}

 #s{
   width: 35%;
   top:56px;
 }

}

@media screen and (max-width: 420px) {
.header-padding {
  height: 60px;
  float: left; }
  
  .header .social form input[type=text] {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
  }
  
  .hero {
	  margin-top:30px;
  }

  #searchform{
    position: static;
  }

 #search-input-wrapper{
   z-index: 99;
 }


 .open #search-input-wrapper{
   position: absolute;
   display: inline;
   min-width: 100%;
   bottom: 0px;
   text-align: center;
   left: 0;
   height: 50px;
   padding: 0 10px;
   box-sizing: border-box;
   background: none;
 }

 .social .hamburger{
    z-index: 1000;
    position: relative;
 }

 #s{
   float: none;
   padding: 3px;
   width: 90%;
   margin: 0;
   box-sizing: border-box;
   border-width: 1px;
 }
 
 .type-post {
    margin-top: 30px;
}

.header .logo {
   max-width: 100px;
   margin-top:0px;
   z-index:1;
   padding-top:1px;}
   
	.header #ceb-logo img {
		max-width: 70px;
		padding-bottom:10px;
	}
	
.header .social img {
    width: 80px;
	height:auto;
	margin-top:3px;
}
.header .social {
    padding-top: 0px;
}
.header .social form {
      display: inline-block;
      position: relative;
	  z-index:999;}
      .header .social form.open input[type=text] {
        width: 110px;
		background-color:#fff;
		height:27px;}
.column,
.columns {
position: relative;
padding-left: 20px;
padding-right: 20px;
float: left; }

.type-post blockquote {
padding: 5px 5px 0 21px;
margin: 5px 10px 20px 20px;
}

}

.sharedaddy ul li a{
  border-radius: 0!important;
}

.type-post blockquote-ia {
	background: none;
	border-left: solid;
	border-color: #f3f2e9;
	padding: 5px 17px 0 21px;
	margin: 5px 35px 20px 20px;
	display: block;
	float: left;
}

.type-post blockquote-ib {
	background: none;
	border-left: solid;
	border-color: #F3E9E9;
	padding: 5px 17px 0 21px;
	margin: 5px 35px 20px 20px;
	display: block;
	float: left;
}

.type-page ol {
	margin-left: 3.5rem;
	margin-bottom: 1.5rem;
}

.type-page ul {
	margin-left: 3.5rem;
	margin-bottom: 1.5rem;
}

.type-page li {
	margin-bottom: .5rem;
}

/*POST VIDEO (css for fluid video)*/
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

article#post-44 h1.entry-title {
	font-family: "Whitney A", "Whitney B", Sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	margin-bottom: 1.4rem;
	text-transform: uppercase;
	margin-top: 0;
	color: #4B7694;
	border-bottom: solid;
	border-width: 2px;
	border-color: #FDD9D9;
}

.taxonomy-description {
	font-family: "Whitney A", "Whitney B", Sans-serif;
	color: #988D8D;
	line-height: 1.9rem;
	font-size: 1.7rem;
	width: 100%;
	margin-bottom: 2.5rem;
	padding-bottom: 0;
	border-bottom: #FDD9D9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.taxonomy-description p {
	font-family: "Whitney A", "Whitney B", Sans-serif;
	color: #ADAFB1;
	line-height: 1.9rem;
	font-size: 1.7rem;
	padding-bottom: .5rem;
}

a:hover, a:focus {
	color: #316C9A;
	text-transform: underline;
}

blockquote,
blockquote p {
	color: #333333;
}

span.vcard {
	font-weight: 500;
	color: #D88787;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif;
	text-transform: uppercase;
	width: 100%;
	display: inline;
	font-size: 2.75rem;
	margin: 0 0 20px;
	padding-bottom: 0;
	padding-left: 0;
	border: none;
}

aside#trending_post_widget-2 {
	margin-top: 50px;
}

.row {
	max-width: 1000px;
}
/* RE-STYLE READ-MORE BUTTON */
.type-post .more-link {
	background: #E0A8A8;
	color: #ffffff;
	font-family: "Gotham Cond SSm A", "Gotham Cond SSm B", "Oswald", Sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	padding: 2px 8px;
	display: block;
	font-size: 2rem;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	border-radius: 5px;
}

.type-post a.more-link:hover {
	background: #E29393;
	color: #ffffff;
	text-decoration: none;
}

/*RE-STYLE NAV MENU DROP-DOWN - THIS PROB NOT BE THE CLEANEST WAY TO CODE THIS*/
.header .nav ul ul {
	line-height: 1.9rem;
}

.header .nav ul ul li {
	background: #296FB7;
	min-width: 180px;
	padding: 7px 10px;
}

li.cat-item a {
	color: #fff !important;
}

li.cat-item a:hover {
	text-transform: underline;
}	
}

/*END OF DEFINITE TWEAKS*/
/* TAG STYLING TWEAKS I MADE TO GET CLOSE TO MOCKUP - USE IF NEEDED */
/* POST TITLE/META TWEAKS I MADE TO GET CLOSE TO MOCKUP - USE IF NEEDED */
.type-post .entry-meta .categories a {
	color: #8E8E8E;
	font-family: "Mercury SSm SC A", "Mercury SSm SC B", "Georgia", Serif;
	text-transform: uppercase;
}

.type-post .entry-meta > span {
	color: #8E8E8E;
}

/* STYLE LEGAL SIDEBAR WIDGET (Temporary) */
aside#text-4 {
	margin-top: 12px;
	border-top: solid;
	border-color: #FDD9D9;
	border-width: 2px;
}

aside#text-4 {
	margin-top: 12px;
}

aside#text-4 p {
	text-align: center;
	font-family: "Whitney A", "Whitney B", Sans-serif;
	color: #4B7694;
	font-size: 1.4rem;
	line-height: 1.5rem;
	margin-bottom: 1.2rem;
}

aside#text-4 a img {
	margin-top: .5rem;
}

aside#text-2 {
	margin-top: 56px;
}

/* TURN OFF FOOTER - TEMPORARY */
#footer {
	display: none;
}

/*SIDEBAR SANDBOX*/
aside#text-5 a {
	font-family: "Whitney A", "Whitney B", Sans-serif;
	font-size: 2rem;
	margin-top: 1rem;
	margin-bottom: .3rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #4B7694;
}

aside#text-5 p {
	margin-bottom: .3rem;
	width: 100%;
	padding-bottom: 2px;
	border-bottom: #FDD9D9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-align: left;
}