/* general */
a:hover {
  color: #05C5FF;
}

ul {
  list-style: square;
  margin-left: 30px;
}

/* header */
.main-header{
  margin: 20px 0 0 0;
}

.main-header .social:first-of-type i {
  float:right;
  padding: 20px 0 0 0;
  font-size: 50px;
  text-decoration: none;
}

.main-header .social {
  float: right;
  margin: 0 2px 0 2px;
}

a.social {
  text-decoration: none;
}

.social i {
  font-size: 30px;
}

.post-header span {
    text-transform: uppercase;
    font-weight: bold;
}

.post-header span:after{
    content: "|";
}

.post-header span:last-child:after {
    content: "";
}
/* pagination */

#pagination {
  margin: 20px 0 0 0;
  border-top: 3px solid #000;
  font-size: 20px;
}

#pagination .older_posts {
  float: left;
}

#pagination .newer_posts {
  float: right;
}

/* content */

.content article h2, .content article h3, .content article h4, .content article h5, .content article h6,
.content section h2, .content section h3, .content section h4, .content section h5, .content section h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
 }

.content h1 {
  font-size: 30px;
  font-weight: bold;
}

.content header {
  border-bottom: solid black 1px;
  border-top: solid black 1px;
}

.content header h1 {
  margin: 0 0 0 10px;
}

.content header {
  margin: 0 0 5px 0;
  font-size: 12px;
  text-align: center;
}

.content header h1 {
  margin: 0 0 0 0;
}

.content header .posted {
  font-size: 12;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px
}

/* tags */
.tags {
    margin-top: 20px;
    margin-bottom: 20px;
}

.tag {
    background: #eeeeee;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border:1px solid #d4d4d4;
    border-radius:4px;
    padding: 4px;
    margin-right: 2px;
}

.tag-search,
.flash-notice {
    padding:8px 35px 8px 14px;
    margin-bottom:18px;
    text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
    background-color:#eeeeee;
    border:1px solid #d4d4d4;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}

.label-size-1 {
    font-size: 80%;
    opacity: .8;
}

.label-size-2 {
    font-size: 90%;
    opacity: .9;
}
.label-size-3 {
    font-size: 100%;
}
.label-size-4 {
    font-size: 130%;
}
.label-size-5 {
    font-size: 160%;
}

/* sidebar */
.widget header {
  padding: 8px 35px 0 14px;
  margin: 10px 0 10px 0;
  text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
  background-color:#eeeeee;
  border:1px solid #d4d4d4;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

.widget header:first-child {
  margin-top: 0;
}

.widget header h1 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 4px;
}

/* footer */

.content article footer .social-tagline {
  margin-bottom: 10px;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 50px;
  color: #181818;
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
  display: block;
}

.monologue-social-sharing {
  padding: 0 0 0 0;
  border-top: solid black 1px;
}

#social-share {
  /*text-align: center;*/
  width: 100%;
}

#facebook, #twitter, #google-plus {
  display: inline;
  /*margin: 0 40px 0 40px;*/
  /*padding: 0 0 0 0;*/
}

/** archive css **/
.archive ul {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.archive ul li {
  padding: 0;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.archive ul.js-posts li {
  margin-bottom: 10px;
}

.archive .blog-year:before, .archive .blog-month:before {
  content: "+";
  padding-right: 5px;
}

.archive .blog-year.active:before, .archive .blog-month.active:before {
  content: "-";
}
/* this file is only here to be overridden */
.blog-content {
  font-family: 'Merriweather', "Helvetica", Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.blog-content .navbar, .blog-content .footer, .blog-content .terms, .blog-content .bottom-row {
  font-family: "Helvetica", Arial, Verdana, sans-serif;
}

.blog-content .follow-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.blog-content .sidebar a.social, .blog-content .sidebar a:visited.social,
.blog-content .post-header a.social, .blog-content .post-header a:visited.social {
  color: #fff;
  text-decoration: none;
  outline: 0;
  margin-left: 2px;
  vertical-align: middle;
}

.blog-content a, .blog-content a:visited {
/*  color: #333;
  text-decoration: underline;
  outline: 0;*/
}

.blog-content .sidebar, .blog-content .post-header {
  height: auto;
  /*padding: 20px;*/
  background-image: url(/assets/desk-7309d0877a1a50213b1926af581d28b789b9654b6f1c5331b7f85940d6535d19.jpg); 
  background-size: 1170px auto;
  background-position-x: center;
  margin: 30px auto 50px;
  font-size: 18px;
}

.blog-content .sidebar {
  margin-bottom: 20px;
}

.blog-content .post-header {
  background-image: none;
}

.blog-content .sidebar .sidebar-content, .blog-content .post-header .header-content {
  background-color: rgba(0,0,0,0.6);
  height: auto;
  padding: 20px;
  color: #fff;
}

.blog-content .post-header .header-content {
  background-color: #333;
}

/*.blog-content .sidebar ul {
	padding: 0px;
}
*/
.blog-content .sidebar h3 a, .blog-content .sidebar h3 a:visited {
	text-decoration: none;
  /*font-size: 28px;*/
  line-height: 34px;
  color: #fff;
}

.blog-content .sidebar h3 {
	margin-bottom: 20px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.blog-content .sidebar h3 .blog-title {
  font-size: 28px;
  letter-spacing: 3px;
  font-style: normal;
  font-family: 'Roboto';
  display: inline-block;
}

.blog-content .sidebar-title, .blog-content .header-top {
  font-style: italic;
  font-weight: bold;
  padding-bottom: 40px;
  padding-top: 10px;
}

.blog-content .header-top {
  padding-bottom: 10px;
}

.blog-content .header-top .follow-text {
  font-size: 16px;
}

.blog-content .sidebar-title hr {
  border: none;
  border-bottom: 2px solid white;
  width: 25%;
  height:0px;
  padding-top: 7px;
  margin: 0px;
}

.blog-content hr {
  color: #fff;
  margin-top: 15px;
}

.blog-content .sidebar h1, .blog-content .sidebar h1 a, .blog-content .post-header h1, .blog-content .post-header h1 a {
  margin: 15px 0px;
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  font-family: 'Roboto';
  text-decoration: none;
}

.blog-content .post-header h1, .blog-content .post-header h1 a {
  margin-bottom: 30px;
}

.blog-content .post-header span {
  text-transform: none;
}

.blog-content .sidebar .content {
  font-size: 24px;
  font-family: 'Merriweather',serif;
  color: #fff;
  font-weight: 400;
  padding-bottom: 30px;
}

/*.blog-content .sidebar header {
  max-width: 190px;
}*/

.blog-content .sidebar .post-details, .blog-content .post-header .post-details {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

.blog-content .sidebar .post-details .author, .blog-content .post-header .post-details .author {
  font-weight: bold;
}

.blog-content .page-content h1 {
	font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 0px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #333;
}

.blog-content .page-content h2 {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 0px;
  font-family: 'Roboto';
  font-weight: 700;
  color: #333;
}

.blog-content .page-content h1 a {
  font-size: 24px;
  font-family: 'Merriweather';
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  text-decoration: none;
}

.blog-content .page-content h2 a {
  font-size: 24px;
  font-family: 'Merriweather';
  font-weight: bold;
  color: #666;
  line-height: 1.5;
  text-decoration: none;
}

.blog-content .page-content h1 a:hover {
  color: #333;
}

.blog-content .page-content h2 a:hover {
  color: #333;
}

.blog-content .page-content .posts-list .content h2 {
  font-size: 20px;
  font-family: merriweather;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
}

.blog-content .page-content section header.post-header {
  padding-top: 30px;
}

.blog-content .page-content section:first-child header.post-header {
  padding-top: 0px;
}

.blog-content .page-content header.post-header {
  padding-bottom: 20px;
}

.blog-content .page-content section {
  border-bottom: 1px solid #ddd;
  padding: 25px 0px 30px;
}

.blog-content .page-content section a.button {
	padding: 8px;
  /*margin: 10px 0 10px 0;*/
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #eeeeee;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

.blog-content .page-content .content {
	padding-bottom: 10px;
}

.blog-content .page-content .content h3 {
  padding-bottom: 10px;
}

.blog-content #pagination {
  margin: 10px 0 0 0; 
  border-top: none;
  font-size: 16px; 
}

.blog-content .social-tagline {
	font-size: 16px;
}

.blog-content #social-share { 
  margin-top: 10px;
}

.blog-content .bottom-sidebar .sidebar {
	border-top: solid black 1px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog-content footer .navbar-bottom a, .blog-content footer .navbar-bottom a:visited {
  text-decoration: none;
}

.blog-content .terms a, .blog-content .terms a:visited {
	text-decoration: none;
}

.blog-content .terms a:hover, .blog-content .terms a:focus {
	text-decoration: underline;
}

.blog-content .page-content {
	padding-bottom: 30px;
  font-size:18px;
}

.blog-content .page-content .content p {
  line-height: 34px;
  margin-bottom: 16px;
}

.blog-content .page-content .content p span {
  font-size: 18px !important;
  font-family: 'Merriweather' !important;
  color: #333 !important;
}

.blog-content .sidebar .content p span {
  color: #fff !important;
  font-weight: 400 !important;
  font-family: 'Merriweather' !important;
  font-size: 24px !important;
}

.blog-content .page-content .content a span {
  font-size: 18px !important;
  font-family: 'Merriweather' !important;
}

.blog-content .page-content .content li span {
  font-size: 18px !important;
  font-family: 'Merriweather' !important;
}

.blog-content .page-content .content h3, .blog-content .page-content .content h2 {
  font-size: 36px;
  line-height: 1.2;
  margin: 16px 0px;
  font-family: 'Roboto';
  color: #333;
}

.blog-content .page-content .posts-list .post-footer {
  color: #999;
  font-style: italic;
}

.blog-content .page-content .posts-list .post-footer .author {
  font-weight: bold;
}

.blog-content .author-thumbnail {
  width: 38px;
  border-radius: 20px;
  margin-left: 4px;
  margin-right: 8px;
}

.blog-content .page-content .posts-list p {
  color: #666;
  margin-bottom: 0px;
}

.blog-content .page-content .posts-list h3 {
  font-size: 24px;
}

.blog-content .navbar-btn {
	text-decoration: none;
}

.blog-content .navbar-btn.btn-primary {
	color: #fff;
}

.blog-content .social i {
  font-size: 22px; 
  /*vertical-align: top;*/
  margin-left: 2px;
}

.blog-content .social i.fa-google-plus {
  font-size: 20px;
}

.blog-content .main-header {
	margin: 40px 0 0 0;
}

.blog-content ul {
  margin-left: 0px;
  padding-left: 25px;
  list-style-type: disc;
}

.blog-content ul li {
  margin-bottom: 20px;
  line-height: 30px;
}

.blog-content .sidebar-box {
  background-color: #666;
  color: #fff;
  margin-right: 30px;
  padding: 15px 10px;
  max-width: 330px;
}

.blog-content .sidebar-box ul {
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 30px;
}

.blog-content .sidebar-box ul li {
  margin-bottom: 0px;
}

.blog-content .sidebar-box ul li a {
  color: #fff;
  font-size: 16px;
}

.blog-content .sidebar-box h4 {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 20px;
}

/*@media (min-width: 1200px) {
  .container.content-container {
      width: 970px;
  }
}*/
/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.



*/
