/*
 *	BLOG THEME CUSTOMIZATIONS
 */
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.cf {
  overflow: auto;
  zoom: 1;
}
.joinlfbtn {
  width: 350px;
  color: #000;
  background-color: #ffcd1a;
  text-align: center;
  vertical-align: middle;
  font-size: 23px;
  border: 2px solid #ffe68d;
  text-transform: capitalize;
  padding: 20px 30px;
  cursor: pointer;
  margin: 0 auto;
}
.joinlfbtn:hover,
.joinlfbtn:focus {
  background-color: #ffe68d;
  color: #000;
}
.yellow-button{
	text-align: center;
    border: none;
    margin-bottom: 10px;
    padding: 12px;
    color: #2b004a;
    background: #ffcd1a;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.yellow-button:hover, .yellow-button:active{
	background: #ffe68d;
}
.btn-orange {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 27px;
    height: 54px;
    line-height: 54px;
    min-width: 320px;
    padding: 0 15px;
    border: 0;
    background-color: #ffcd1a;
    color: #2b004a;
    font-family: inherit;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  /* IE6-9 */
}
.btn-orange:hover,
.btn-orange:active {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7834+0,cf6023+48 */
  background-color: #ffe68d;
}
.btn-orange-wrapper {
  text-align: center;
  margin-bottom: 15px;
}
.btn-orange-wrapper:last-child {
  margin-bottom: 0;
}
/*
 *	BLOG INDEX
 */
.blog-wrapper,
section#blog-primary {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.blog-wrapper h1,
section#blog-primary h1,
.blog-wrapper h2,
section#blog-primary h2,
.blog-wrapper h3,
section#blog-primary h3,
.blog-wrapper h4,
section#blog-primary h4,
.blog-wrapper h5,
section#blog-primary h5,
.blog-wrapper h6,
section#blog-primary h6 {
  font-weight: 700;
}
#content-wrapper section#blog-primary .page-header {
    padding: 0px 0px 20px 0px;
}
#content-wrapper section#blog-primary .page-header .page-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  color: #000;
}
#content-wrapper section#blog-primary .blog-row {
  overflow: auto;
  zoom: 1;
  margin: 0 -12px 0;
}
#content-wrapper section#blog-primary .blog-row:first-of-type {
  margin-top: 0;
}
#content-wrapper section#blog-primary .blog-row:last-child {
  margin-bottom: 0;
}
#content-wrapper section#blog-primary .blog-row article {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  float: none;
  padding: 0 12px;
  margin: 0 0 60px;
}
#content-wrapper section#blog-primary .blog-row article .main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#content-wrapper section#blog-primary .blog-row article .entry-thumbnail {
  margin-bottom: 15px;
}
#content-wrapper section#blog-primary .blog-row article .entry-thumbnail img {
  width: 100%;
  height: auto;
}
#content-wrapper section#blog-primary .blog-row article .entry-title {
  color: #292929;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  position: relative;
  margin: 0;
  z-index: 10;
}
#content-wrapper section#blog-primary .blog-row article .entry-title a,
#content-wrapper section#blog-primary .entry-footer .author a {
  margin: 0;
  text-decoration: none;
}
#content-wrapper section#blog-primary .blog-row article p {
  color: #3b3b3b;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}
#content-wrapper section#blog-primary .blog-row article .entry-footer {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.4;
}
#content-wrapper section#blog-primary .blog-row article .entry-footer .author {
  position: relative;
  z-index: 10;
}
#content-wrapper section#blog-primary .blog-row article .entry-footer .author a {
  color: #5b1091;
}
#content-wrapper section#blog-primary .blog-row article .entry-footer .date {
  font-size: 14px;
}
#content-wrapper section#blog-primary .blog-row.halfed article {
  width: 100%;
  float: none;
  padding: 0 12px;
}
/*
 * BLOG INDEX NAVIGATION
 */
.navigation.pagination {
  border: 0 !important;
  width: 100%;
}
.navigation.pagination .nav-links .page-numbers {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #292929;
  font-weight: 300;
  display: none;
}
.navigation.pagination .nav-links .page-numbers.current {
  display: inline-block;
  font-weight: 700;
}
.navigation.pagination .nav-links .page-numbers.prev,
.navigation.pagination .nav-links .page-numbers.next,
#single-blog-nav .previous a, #single-blog-nav .next a {
  display: inline-block;
  width: 350px;
  color: #2b004a;
  background-color: #DED7E7;
  text-align: center;
  vertical-align: middle;
  font-size: 23px;
  border: 2px solid #DED7E7;
  text-transform: capitalize;
  padding: 20px 30px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 20px;
  width: auto;
  padding: 10px 20px;
}
.navigation.pagination .nav-links .page-numbers.prev {
    float: left;
}
.navigation.pagination .nav-links .page-numbers.next {
    float: right;
}
.navigation.pagination .nav-links .page-numbers.prev:hover,
.navigation.pagination .nav-links .page-numbers.next:hover,
.navigation.pagination .nav-links .page-numbers.prev:focus,
.navigation.pagination .nav-links .page-numbers.next:focus,
#single-blog-nav .previous a:focus, #single-blog-nav .next a:focus {
  background-color: #ffe68d;
  color: #000;
}
.navigation.pagination .nav-links .page-numbers.prev:hover,
.navigation.pagination .nav-links .page-numbers.next:hover,
.navigation.pagination .nav-links .page-numbers.prev:active,
.navigation.pagination .nav-links .page-numbers.next:active,
#single-blog-nav .previous a:active, #single-blog-nav .next a:active {
  color: #000;
}
/*
 *	SINGLE BLOG
 */
.type-post .banner-image {
  margin: 0 0 30px;
}
.type-post .banner-image img {
  max-width: 550px;
  display: block;
  margin: 0 auto;
}
.type-post article.type-post {
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.type-post article.type-post .entry-header {
  margin-bottom: 30px;
}
.type-post article.type-post .entry-header h1 {
  margin: 15px 0;
  font-size: 30px;
  line-height: 1.04;
}
.type-post article.type-post .entry-header .author {
  font-size: 16px;
  line-height: 1.4;
}
.type-post article.type-post .entry-header .author a {
  color: #5b1091;
}
.type-post article.type-post .entry-header .date {
  font-size: 14px;
  line-height: 1.4;
}
.type-post article.type-post .entry-content {
  font-weight: 300;
  font-size: 21px;
  line-height: 1.58;
}
.type-post article.type-post .entry-content h1,
.type-post article.type-post .entry-content h2,
.type-post article.type-post .entry-content h3,
.type-post article.type-post .entry-content h4,
.type-post article.type-post .entry-content h5 {
  padding: 30px 0 0;
  margin: 0 0 30px;
}
.type-post article.type-post .entry-content p {
  margin-bottom: 15px;
}
.type-post article.type-post .entry-content a {
  color: #5b1091;
  text-decoration: underline;
}
.type-post article.type-post .entry-content ul,
.type-post article.type-post .entry-content ol {
  padding-left: 50px;
  margin-bottom: 15px;
}
.type-post article.type-post .entry-content blockquote {
  font-size: 25px;
  font-style: italic;
  line-height: 1.48;
  padding: 15px 0 15px 50px;
}
.type-post article.type-post .entry-content blockquote p:last-of-type {
  margin-bottom: 0;
}
.type-post article.type-post .entry-content blockquote.pullquote {
  font-size: 21px;
  line-height: 1.58;
  border-left: 3px solid rgba(0, 0, 0, 0.84);
  margin: 15px 0 15px 0px;
  padding: 0 0 0 20px;
}
.type-post article.type-post .entry-content blockquote.pullquote:before {
  display: none;
}
.type-post article.type-post .entry-content blockquote.pullquote:after {
  display: none;
}
.type-post #single-blog-nav {
  margin: 15px 0 50px;
}
.type-post #single-blog-nav #post-nav {
  overflow: auto;
  zoom: 1;
}
.type-post #single-blog-nav #post-nav .previous,
.type-post #single-blog-nav #post-nav .next {
  max-width: 400px;
}
.type-post #single-blog-nav #post-nav .previous a,
.type-post #single-blog-nav #post-nav .next a {
  width: 350px;
  color: #000;
  background-color: #ffcd1a;
  text-align: center;
  vertical-align: middle;
  font-size: 23px;
  border: 2px solid #ffe68d;
  text-transform: capitalize;
  padding: 20px 30px;
  cursor: pointer;
  margin: 0 auto;
  font-size: 20px;
  width: auto;
  padding: 10px 20px;
}
.type-post #single-blog-nav #post-nav .previous a:hover,
.type-post #single-blog-nav #post-nav .next a:hover,
.type-post #single-blog-nav #post-nav .previous a:focus,
.type-post #single-blog-nav #post-nav .next a:focus {
  background-color: #ffe68d;
  color: #000;
}
.type-post #single-blog-nav #post-nav .previous {
  float: left;
}
.type-post #single-blog-nav #post-nav .next {
  float: right;
}
@media (min-width: 600px) {
  /*
	 * BLOG INDEX NAVIGATION
	 */
  .navigation.pagination .nav-links .page-numbers {
    display: inline-block;
    padding: 0.5em 0.75em;
  }
}
@media (min-width: 768px) {
  /*
	 *	BLOG INDEX
	 */
  #content-wrapper section#blog-primary .blog-row article {
    width: 33.333%;
    float: left;
  }
  #content-wrapper section#blog-primary .blog-row article .entry-title {
    font-size: 22px;
  }
  #content-wrapper section#blog-primary .blog-row article p {
    font-size: 18px;
  }
  #content-wrapper section#blog-primary .blog-row article:nth-of-type(3n+1) {
    clear: left;
  }
  #content-wrapper section#blog-primary .blog-row article .entry-footer {
    font-size: 16px;
  }
  #content-wrapper section#blog-primary .blog-row article .entry-footer .date {
    font-size: 14px;
  }
  #content-wrapper section#blog-primary .blog-row.halfed article {
    width: 50%;
    float: left;
  }
  #content-wrapper section#blog-primary .blog-row.halfed article:nth-of-type(2n+1) {
    clear: left;
  }
  /*
	 *	SINGLE BLOG
	 */
  #content-wrapper .type-post .entry-header {
    margin: 40px 0 30px;
  }
  #content-wrapper .type-post .entry-header h1 {
    margin: 15px 0;
    font-size: 45px;
  }
  #content-wrapper .type-post .entry-header .author {
    font-size: 16px;
  }
  #content-wrapper .type-post .entry-header .date {
    font-size: 14px;
  }
  #content-wrapper .type-post .entry-content {
    font-size: 21px;
  }
  #content-wrapper .type-post .entry-content h1,
  #content-wrapper .type-post .entry-content h2,
  #content-wrapper .type-post .entry-content h3,
  #content-wrapper .type-post .entry-content h4,
  #content-wrapper .type-post .entry-content h5 {
    padding: 30px 0 0;
    margin: 0 0 30px;
  }
  #content-wrapper .type-post .entry-content p {
    margin-bottom: 15px;
  }
  #content-wrapper .type-post .entry-content ul,
  #content-wrapper .type-post .entry-content ol {
    padding-left: 50px;
    margin-bottom: 15px;
  }
  #content-wrapper .type-post .entry-content blockquote {
    font-size: 30px;
    padding: 15px 0 15px 50px;
  }
  #content-wrapper .type-post .entry-content blockquote.pullquote {
    font-size: 21px;
    margin: 15px 0 15px -23px;
    padding: 0 0 0 20px;
  }
  #content-wrapper .blog-wrapper .entry-content {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.58;
    width: 80%;
    float: right;
  }
  #content-wrapper .type-post .banner-image img {
    width: 100%;
    height: auto;
  }
  #content-wrapper .blog-wrapper .halfed .entry-content {
      width: 100%;
  }
}
@media (max-width: 767px) {
    .navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next,
    #single-blog-nav .previous a, #single-blog-nav .next a {
        font-size: 14px;
        padding: 10px 16px;
    }
    .navigation.pagination .nav-links .page-numbers {
        padding: 5px;
    }
    .blog-wrapper #share-sidebar {
        display: none;
        position: fixed;
        top: 150px;
        width: 150px;;
    }
}
@media (min-width: 1060px) {
  .blog-wrapper,
  section#blog-primary {
    padding: 0;
  }
}
/*
 *	UPDATES 4/9/18
 */
/*
 *	SINGLE BLOG
 */
 .type-post .content-wrapper #share-sidebar {
   display: none;
   text-align: center;
 }
 .type-post .content-wrapper #share-sidebar.fixed {
   display: block;
 }
 .type-post .content-wrapper #share-sidebar a {
   display: block;
   width: 35px;
   margin: 0 auto 5px;
 }
 .type-post .content-wrapper #share-sidebar a svg {
   width: 35px;
   height: 35px;
 }
 .type-post .content-wrapper #share-sidebar a svg .icon-twitter-path {
   fill: #00aced;
   stroke: none;
 }
 .type-post .content-wrapper #share-sidebar a svg .icon-facebook-path {
   fill: #3B5998;
   stroke: none;
   stroke-miterlimit: 10;
   stroke-width: 6.5px;
 }
 .type-post .content-wrapper #share-sidebar a svg .icon-linkedin-path {
   fill: #0077b5;
   stroke: none;
 }
 .type-post .content-wrapper #share-sidebar a:hover,
 .type-post .content-wrapper #share-sidebar a:active,
 .type-post .content-wrapper #share-sidebar a:focus {
   outline: none;
 }
 .type-post .content-wrapper #share-sidebar a:hover svg .icon-twitter-path,
 .type-post .content-wrapper #share-sidebar a:active svg .icon-twitter-path,
 .type-post .content-wrapper #share-sidebar a:focus svg .icon-twitter-path {
   fill: #5b1091;
   stroke: none;
 }
 .type-post .content-wrapper #share-sidebar a:hover svg .icon-facebook-path,
 .type-post .content-wrapper #share-sidebar a:active svg .icon-facebook-path,
 .type-post .content-wrapper #share-sidebar a:focus svg .icon-facebook-path {
   fill: #5b1091;
   stroke: none;
 }
 .type-post .content-wrapper #share-sidebar a:hover svg .icon-linkedin-path,
 .type-post .content-wrapper #share-sidebar a:active svg .icon-linkedin-path,
 .type-post .content-wrapper #share-sidebar a:focus svg .icon-linkedin-path {
   fill: #5b1091;
   stroke: none;
 }
/*
 *	NEXT/PREVIOUS/RELATED POSTS
 */
#more-posts-wrapper {
  margin: 15px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #292929;
}
#more-posts-wrapper > .section-title {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-size: 28px;
}
#more-posts-wrapper .more-posts {
  overflow: auto;
  zoom: 1;
  margin: 0 -12px 0;
}
#more-posts-wrapper .more-posts:first-of-type {
  margin-top: 0;
}
#more-posts-wrapper .more-posts:last-child {
  margin-bottom: 0;
}
#more-posts-wrapper .more-posts article.type-post {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  float: none;
  padding: 0 12px;
  margin: 0 0 60px;
}
#more-posts-wrapper .more-posts article.type-post .main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#more-posts-wrapper .more-posts article.type-post .entry-thumbnail {
  margin-bottom: 10px;
}
#more-posts-wrapper .more-posts article.type-post .entry-thumbnail img {
  width: 100%;
  height: auto;
}
#more-posts-wrapper .more-posts article.type-post .entry-header {
  margin: 0;
  padding: 0 0 10px;
}
#more-posts-wrapper .more-posts article.type-post .entry-header .entry-title {
  color: #292929;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 10;
}
#more-posts-wrapper .more-posts article.type-post .entry-header .entry-title a {
  margin: 0;
  text-decoration: none;
  color: #292929;
}
#more-posts-wrapper .more-posts article.type-post p {
  color: #757575;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}
#more-posts-wrapper .more-posts article.type-post .entry-footer {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  line-height: 1.4;
}
#more-posts-wrapper .more-posts article.type-post .entry-footer .author {
  position: relative;
  z-index: 10;
}
#more-posts-wrapper .more-posts article.type-post .entry-footer .author a {
  color: #5b1091;
  text-decoration: none;
}
#more-posts-wrapper .more-posts article.type-post .entry-footer .date {
  font-size: 14px;
}
#more-posts-wrapper .more-posts.halfed article {
  width: 100%;
  float: none;
  padding: 0 12px;
}
@media (max-width: 767px) {
  /*
	 *	SINGLE BLOG
	 */
  .type-post .content-wrapper #share-sidebar {
    display: none !important;
  }
}
@media (min-width: 767px) {
  /*
	 *	SINGLE BLOG
	 */
  .type-post .content-wrapper {
    overflow: auto;
    zoom: 1;
    position: relative;
  }
  .type-post .content-wrapper .entry-content {
    width: 80%;
    float: right;
  }
  .type-post .content-wrapper #share-sidebar {
    display: block;
    width: 150px;
  }
  .type-post .content-wrapper #share-sidebar.fixed {
    display: none;
    position: fixed;
    top: 150px;
    width: 150px;
  }
  /*
	 *	NEXT/PREVIOUS/RELATED POSTS
	 */
  #more-posts-wrapper .more-posts article.type-post {
    width: 33.333%;
    float: left;
  }
  #more-posts-wrapper .more-posts article.type-post .entry-header {
    margin: 0;
  }
  #more-posts-wrapper .more-posts article.type-post .entry-header .entry-title {
    font-size: 22px;
  }
  #more-posts-wrapper .more-posts article.type-post p {
    font-size: 18px;
  }
  #more-posts-wrapper .more-posts article.type-post p:last-of-type {
    margin-bottom: 10px;
  }
  #more-posts-wrapper .more-posts article.type-post:nth-of-type(3n+1) {
    clear: left;
  }
  #more-posts-wrapper .more-posts article.type-post .entry-footer {
    font-size: 16px;
  }
  #more-posts-wrapper .more-posts article.type-post .entry-footer .date {
    font-size: 14px;
  }
  #more-posts-wrapper .more-posts.halfed article {
    width: 50%;
    float: left;
  }
  #more-posts-wrapper .more-posts.halfed article:nth-of-type(2n+1) {
    clear: left;
  }
}
@media (min-width: 1100px) {
  /*
	 *	SINGLE BLOG
	 */
  .content-wrapper #share-sidebar {
    width: 200px;
  }
  .content-wrapper #share-sidebar.fixed {
    width: 200px;
  }
}
