/* Table of Contents
---------------------- */

.entry-content ol li {
    list-style-type: decimal;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 30px;
}
  
.toc {
      border-bottom: 0;
}

.toc:hover {
      border-bottom: 1px solid #326891;
}


/* Picture List Header
---------------------- */

h4 {
    font-size: 2.4rem;
  	font-weight: 600;
  	margin-bottom: 1rem;
}

/* Post Images Align
---------------------- */

.large-image {
    width: 1000px;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -150px;
    max-width: 525px;
  }

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right:-150px;
    max-width: 525px;
  }

@media only screen and (max-width: 1023px) {

  a.alignleft, img.alignleft, .wp-caption.alignleft {
    margin: auto;
    float: none;
    max-width: 100%;
  	padding: 0;
  }
  
  a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: auto !important;
    float: none;
    max-width: 100% !important;
  	padding: 0;
  }
  
   }


  /* Featured Image Size
---------------------- */

.big-leader {
    max-height: 25vw;
}

@media only screen and (max-width: 1179px) {

    .big-leader {
        max-height: 35vw;
    }
}

@media only screen and (max-width: 1023px) {

    .big-leader {
        max-height: 50vw;
    }
}

@media only screen and (max-width: 780px) {

    .big-leader {
        max-height: 67vw;
    }
}

/* Active Link
--------------------------------------------- */
/* a:active {
    color: #4bc6df;
    border-color: #4bc6df;
}

/* Blockquote 1&amp;2
--------------------------------------------- */
blockquote {
    border-left: 3px solid #333;
    padding-left: 20px;
	margin: 0 0 0-23px;
    font-style: italic;
    color: #333;
}

blockquote::before {
  	display: none;
}

@media only screen and (max-width: 780px) {
  
blockquote {
  	padding-left: 17px;
    margin-left: -20px;
}
}

/* Entry Categories
--------------------------------------------- */
.entry-categories {
    font-family: arial, sans-serif;
    font-size: 1.7rem;
}

@media only screen and (max-width: 780px) {
 
.entry-categories {
	font-size: 1.5rem;
}

}

/* SubTitle
--------------------------------------------- */
span.entry-subtitle {
    display: block;
    font-size: 25px !important;
    margin-top: 10px;
    color: rgba(0,0,0,.44);
    font-weight: 400;
    letter-spacing: -0.015em;
}

.archive span.entry-subtitle {
      display: none;
}

@media only screen and (max-width: 780px) {
 
span.entry-subtitle {
	font-size: 21.5px !important;
}

}

/* Fixing Shit
--------------------------------------------- */
.content {
    max-width: 700px;
    margin: auto;
}

.sidebar {
  	display: none;
}

/* Drop Cap
--------------------------------------------- */

@media only screen and (max-width: 780px) {
  
.wpsdc-drop-cap {
	font-size: 5.1em !important;
    padding: 0.33em 0.1em 0 0 !important;
}

}

/* Click To Tweet
--------------------------------------------- */
a.bctt-ctt-btn {
  font-size: 16px; 
  text-transform: none;
  font-family: Arial, sans-serif !important;
  background: transparent url(http://blonlee.com/wp-content/plugins/better-click-to-tweet/assets/img/birdy.png) no-repeat right top 0px !important;
  color: #1CC6FF !important;
  padding: 0px 18px 0 0;
  float: none;
  display: inline;
}

.bctt-ctt-btn:hover {
  color: #1CC6FF !important;
  text-decoration: underline !important;
}

.bctt-ctt-text a {
  color: #333 !important;
  font-family: Arial,sans-serif !important;
  font-size: 19px;
  font-weight: 400 !important;
}

.bctt-ctt-text a:hover {
    color: #333 !important;
    text-decoration: underline !important;
}

.bctt-click-to-tweet {
  margin-bottom: 2.6rem;
  margin-top: 0em;
  cursor: pointer;
  border: 1px solid #e6ecf0;    
  background-color: #fff;
  border-radius: 0px;
  padding: 19px;
}

.bctt-click-to-tweet:hover {
  background-color: #f5f8fa;
}

@media only screen and (max-width: 780px) {
  .bctt-ctt-text a {
  font-size: 15.5px;
}
}


/* Short Code Note Box
--------------------------------------------- */
.su-note {
  border-color: #ccc !important;
}

.su-note-inner {
  border: none !important;
}

/* Paypal Button
--------------------------------------------- */
.paypal_btn {
    background-color: #4080ff !important;
    font-family: arial !important;
    padding: 3rem 4rem !important;
    border: 2px solid #4080ff !important;
  	font-size: 20px !important;
  	border-radius: 0px !important;
  	white-space: normal;
}
.paypal_btn:hover {
  	background: #fff !important;
    color: #4080ff !important;
  	transition: all 0.25s ease-in-out;
}

/* Archive Style
--------------------------------------------- */
.archive-day {
  float: left;
  width: 130px;
}
.archive-day-row {
  margin-bottom: 10px;
}
a.archive-link {
    display: block;
    margin-left: 130px;
    text-decoration: none;
  	border: none;
}
a.archive-link:hover {
    text-decoration: underline;
}

/* Bribe Header
--------------------------------------------- */
.af-header {
  font-size: 1.479512em !important;
}

/* Land Button
--------------------------------------------- */
.land_btn1 {
  background-color: #5dbb78 !important;
  font-size: 21.8555px !important;
  width: 80% !important;
  margin-top: 30px;
  margin-bottom: 80px;
  white-space: normal;
  line-height: 1.5;
}

.land_btn1:hover {
 background-color: #44a25e !important;
}




/* Menu Collaspe (Change Width)
--------------------------------------------- */
@media only screen and (max-width: 395px) {
  
	.site-header {
		padding-bottom: 10px;
		padding-bottom: 1rem;
	}

	.site-header .widget-area {
		width: 100%;
		margin-right: 0px;
}
	.title-area {
		padding-bottom: 6px;
		padding-bottom: 0.6rem;
		width: 100%;
		margin-left: 0px;
	}

	.minimum .site-tagline {
		margin-top: 200px;
		margin-top: 20rem;
	}

	.genesis-nav-menu a {
		padding: 20px 10px;
		padding: 2rem 1rem;
	}

	.site-footer .nav-secondary a {
		margin: 0 10px;
		margin: 0 1rem;
	}

	.responsive-menu {
		display: none;
	}

	#responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu .menu-item {
		display: block !important;

}
  
}