@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticalight';
    src: url('../fonts/helvlight_regular-webfont.woff2') format('woff2'),
         url('../fonts/helvlight_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'league_spartanregular';
    src: url('../fonts/leaguespartan-bold-webfont.woff2') format('woff2'),
         url('../fonts/leaguespartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'helveticaregular', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.65;
	color: #000;
	overflow-x: hidden;
	background: #fff;
	position: relative;
}

h1,h2,h3,h4,h5,h6,
.section-title{
	font-family: 'helveticabold', sans-serif;
	color: #3b3b3b;
	margin: 0 0 10px 0;
	line-height: 1.25;
	text-transform: capitalize;
	clear: none; /* to normalize the undscore style.css that clears heading tag*/
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em{
	font-weight: 300;
	font-style: normal;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong{
	font-family: 'helveticabold', sans-serif;
	font-weight: 400;
}

b, strong {
    font-weight: 900;
}

h1:first-of-type{
	font-size: 24px;
}

h2{
	font-size: 21px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 14px;
}

a, a:link, a:visited{
	color: #3b3b3b;
	text-decoration: none;
	outline: none;
}

::selection {
    color: #fff;
    background: #222222;
}
::-moz-selection {
    color: #fff;
    background: #222222;
}

.thumbnail{
	background-color: none !important;
	background-color: transparent !important;
	margin: 0;
	border: 0;
	padding: 0;
	border-radius: 0;
}
.thumbnail img{
	width: 100%;
}

.thumbnail a:hover > img{
	opacity: 0.8;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition all 0.5s ease-out;
}

/* Header 1.0
===============================*/

.site-header-1-0{
	position: relative;
}

.site-header-1-0 .site-header-bg{
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
}
.site-header-1-0 .site-header-bg img{
    width:100%;
}
.site-header-1-0 .site-header-bg::after{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	position: absolute;
	content: '';
}

.site-header-1-0 .site-branding{
	display: flex;           /* establish flex container */
    flex-direction: column;  /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;     /* center items horizontally, in this case */
	text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
}
.site-header-1-0 .site-branding h1{
	font-family: 'league_spartanregular';
	font-size: 40px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	line-height: 1;
}
.site-header-1-0 .site-branding p{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
    line-height: 1;
}

.site-header-1-0 .container-main-navigation{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 1000;
}
.site-header-1-0 .main-navigation{
    background: #fff;
    border-radius: 2px;
    padding: 28px 0px 28px 35px;
}
.site-header-1-0 .main-navigation .nav-menu{
    margin: 0 auto;
    display: table;
}
.main-navigation ul li{
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 28px;
}

.main-navigation ul li ul{
    padding-top:10px;
}
.main-navigation ul li ul li {
    padding: 5px 28px;
    border-bottom: 1px solid #ddd;
}

/* Hambuger Menu
===============================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container-main-navigation label{
    z-index: 100;
}
label .menu {
    position: absolute;
    left: 45px;
    top: 29px;
    z-index: 100;
    width: 18px;
    height: 18px;
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
label .hamburger {
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 2px;
    background: #000;
    display: block;
    -webkit-transform-origin: center;
          transform-origin: center;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
label .hamburger:after, label .hamburger:before {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
}
label .hamburger:before {
    top: -6px;
}
label .hamburger:after {
    bottom: -6px;
}
label input {
    display: none;
}
label input:checked + .menu {
    -webkit-box-shadow: 0 0 0 200vw #fff, 0 0 0 200vh #fff;
          box-shadow: 0 0 0 200vw #fff, 0 0 0 200vh #fff;
    border-radius: 0;
    background: #fff;
}
label input:checked + .menu .hamburger {
    -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
label input:checked + .menu .hamburger:after {
    -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
    bottom: 0;
}
label input:checked + .menu .hamburger:before {
    -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
    top: 0;
}
label input:checked + .menu + ul {
    opacity: 1;
}
label ul {
    z-index: 200;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.25s 0s ease-in-out;
    transition: 0.25s 0s ease-in-out;
    font-size: 24px;
    text-align: center;
}
label a {
    margin-bottom: 1em;
    display: block;
    color: #000;
    text-decoration: none;
}

/* Search: Menu
===============================*/

.hdr-search{
    position: absolute;
    top: 22px;
    right: 44px;
    background: #eff2f5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.hdr-search a{
    display: flex;           /* establish flex container */
    flex-direction: column;  /* make main axis vertical */
    justify-content: center; /* center items vertically, in this case */
    align-items: center;     /* center items horizontally, in this case OPTION: flex-end, stretch, */
	text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
}

.hdr-search .ti-search{
    font-size: 14px;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 101;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
    height: auto;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px 14px 17px;
	font-size: 25px;
    line-height: 1;
}


/* Header Post
===============================*/

.header-post article{
    float: left;
    position: relative;
    height: 190px;
    overflow: hidden;
    margin: 0;
}
.header-post article .entry-header{
    display: flex;           /* establish flex container */
    flex-direction: column-reverse;  /* make main axis vertical */
    align-items: flex-end;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		top: 0;
        width: 100%;
}
.header-post .entry-header::after{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
}
.header-post article .entry-header h2{
    z-index: 10;
    padding: 0 15px 15px 15px;
    margin: 0;
    font-size: 14px;
    font-family: 'helveticaregular';
    line-height: 20px;
}
.header-post article h2 a{
    color: #fff;
}
.header-post img.full-height{
    height:100%;
}
/* Header Post 1.0
===============================*/

.header-post-1-0 article{
    width: 20%;
}

/* Site Content 1.0
===============================*/

.site-content{
    margin: 65px 0 0 0;
}

figure{
    position: relative;
}

.site-content-1-0 figure{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    margin: 0 0 12px 0;
}
.site-content-1-0 figure img{
    border-radius: 3px;
    width: 100%;
    height: auto;
}

.site-content-1-0 .cat-links{
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.site-content-1-0 .cat-links a{
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 15px;
    font-family: 'helveticaregular';
}

.site-content-1-0  .entry-meta{
    margin-bottom: 12px;
}

.content-area{
    margin-bottom: 30px;
}

/*entry meta
===============================*/

.entry-meta{
    line-height: 1;
}
.entry-meta span{
    margin-right: 15px;
    display: inline-block;
}
.entry-meta span:last-child{
    margin-right: 0;
}
.entry-meta a{
    color: #7f7f7f;
}
.entry-meta span::before{
    position: relative;
	bottom: -2px;
	left: 0;
	font-family: 'themify';
    font-size: 16px;
	margin-right: 10px;
	color: #000;
}
.entry-meta .posted-on::before{
	content: '\e6b6';
}
.entry-meta .comments-link::before{
	content: "\e644";
}
.entry-meta .byline::before{
	content: "\e602";
}

/* Titles Customize
===============================*/

h2.entry-title{
    font-size: 16px;
}

/* Form: Form Styling, Contact Form 7 Styling
===============================*/

.wpcf7 select, .wpcf7 textarea, .wpcf7 input[type="text"], .wpcf7 input[type="password"], .wpcf7 input[type="datetime"], .wpcf7 input[type="datetime-local"], .wpcf7 input[type="date"], .wpcf7 input[type="month"], .wpcf7 input[type="time"], .wpcf7 input[type="week"], .wpcf7 input[type="number"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="color"] {
    width: 100%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #a3a3a3;
    display: inline-block;
    font-size: 13px;
    height: 48px;
    line-height: normal;
    margin-bottom: 9px;
    padding: 10px;
}

.wpcf7 textarea{
	height: 100px;
}

.wpcf7-form button, .wpcf7-form input[type="button"], .wpcf7-form input[type="reset"], .wpcf7-form input[type="submit"] {
    background: hsl(2, 88%, 63%);
    border: 2px solid hsl(2, 88%, 63%);
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}
.wpcf7-form [type="submit"] {
    padding: 0.72em 5.686em;
	font-size: 0.9em;
	text-transform: capitalize;
	font-weight: 500;
	margin-top: 1em;
}

button, input[type="button"], input[type="reset"], input[type="submit"]{
    color: #fff;
    border: 0;
    border-radius: 0;
    height: 48px;
    font-size: 13px;

    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    display: inline-block;

    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
    border: 0;
    background: #333;
}


/*search
-------------*/

.search-form{
    position: relative;
    top:50%;
}
.search-form label{
    width: 100%;
    margin: 0;
}
.search-form input.search-field{
    width: 100%;
    margin: 0;
}
.search-form .search-submit{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
}
.search-form .search-submit::before{
    position: relative;
    bottom: -2px;
    left: 0;
    font-family: 'themify';
    content: '\e6b6';
    font-size: 16px;
    margin-right: 10px;
    color: #fff;

}

/*contact form 7 error diplay
------------------------------*/

.wpcf7 span.wpcf7-not-valid-tip{
	background: #F2544E;
	background:none;
	color: #F2544E;
	display: inline-block;
	font-size: 80%;
	padding: 0 5px 0 5px;
}

.wpcf7 div.wpcf7-response-output{
	margin-left: 0px;
}

.wpcf7 div.wpcf7-validation-errors {
    background:hsl(2, 87%, 63%);
	border: 0;
	color: #fff;
	font-size: 80%;
	clear: both;
	padding: 0;
	text-indent: 20px;
	float: left;
	width: 100%;
}
.wpcf7 div.wpcf7-validation-errors p::after{
}

.wpcf7  div.wpcf7-mail-sent-ok{
	background: hsl(102, 75%, 32%);
	border: 0;
	color: #fff;
	font-size: 80%;
	clear: both;
	padding: 0;
	text-indent: 20px;
	float: left;
	width: 100%;
}


/*Widget
===============================*/

/* Widget: sidebar
----------------------*/

.widget{
    margin: 0 0 45px 0;
    overflow: hidden;
}

.widget-title{
    font-size: 18px;
    border: 1px solid #e5e5e5;
    line-height: 1;
    padding: 15px 20px;
}

ol, ul{
    margin: 0;
    padding: 0;
    list-style: none inside;
}

.widget-area ul li{
    position: relative;
    padding-left: 20px;
}
.widget-area ul li:before{
    font-family: 'themify';
    font-size: 6px;
	content: "\e724";
    color: #999999;
	position: absolute;
	top: 20px;
	left: 0;
}

.widget-area ol li, .widget-area ul li{
    border-bottom: 1px dotted;
    border-color: #cccccc;
    line-height: 1.25;
    padding: 15px 0 15px 22px;
}

/* calendar widget
-------------------------*/

#wp-calendar {
    width:100%;
    font-size:12px;
    font-weight:300;
    border-collapse:separate;
    border-spacing:8px;
}

#wp-calendar
    caption {
    display:none;
}

#wp-calendar tbody
td {
    margin-bottom:10px;
    text-align:center;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -ms-border-radius:2px;
    -o-border-radius:2px;
    border-radius:2px;
    border:1px solid #f4f4f4;
    padding:6px;
}

#wp-calendar tbody td:hover {
    border-color:#e2e2e2;
}

#wp-calendar tbody
td.pad {
    border:0;
}

#wp-calendar tbody
td#today {
    color:#47C2DC;
    border-color:#47C2DC;
}

#wp-calendar tfoot td#prev a,#wp-calendar tfoot td#next
a {
    color:#888;
    font-size:12px;
    font-weight:400;
    position:relative;
    text-transform:uppercase;
    bottom:-9px;
    margin-bottom:1px;
}

#wp-calendar tfoot
td#prev {
    text-align:left;
}

#wp-calendar tfoot
td#next {
    text-align:right;
}

#wp-calendar thead
th {
    font-size:13px;
    font-weight:400;
    color:#888;
    text-align:center;
    padding-bottom:10px;
}

#wp-calendar tbody td
a,#wp-calendar tfoot td#prev a:hover,#wp-calendar tfoot td#next a:hover {
    color:#47C2DC;
}


/* Widget: Tag
----------------------*/

.widget_tag_cloud a {
    display: inline-block;
    float: none;
    margin: 0 5px 5px 0;
    padding: 7px 12px;
    -webkit-border-radius: 6px;
    border-radius: 3px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 13px !important;
    line-height: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}


/* Widget: footer
----------------------*/

footer #wp-calendar tbody {
    color: #aaa;
}

/* RELATED
===============================*/

/* Related 1.0
===============================*/

.heading h2{
    margin-bottom: 35px;
}

.heading-rightsep span{
    display: inline-block;
    position: relative;
}
.heading-rightsep span:after{
    content: "";
    position: absolute;
    height: 2px;
    border-bottom: 2px solid #ccc;
    border-top: 1px solid white;
    top: 12px;
    width: 44px;
    left: 100%;
    margin-left: 20px;
}

/* no-gutters Class Rules */

.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters [class*='col-'],
.row.no-gutters [class*='col-']{
  padding-right: 0;
  padding-left: 0;
}
.middle-blog{
padding: 5px;
}
.related-1-0{
    position: relative;
    margin: 0 0 40px 0;
}
.related-1-0::after{
	background: #13181e;
	content: '';
	position: absolute;
	top: 108px;
	left: 0;
	width: 100%;
	height: 340px;
}
.related-1-0 .container{
    position: relative;
    z-index: 10;
}

.related-1-0 figure img{
    border-radius: 0;
}

.related-1-0 .hentry{
    background: #fff;
    overflow: hidden;
}
.related-1-0 [class|="col"]:first-child .hentry{
    border-radius: 3px 0 0 3px;
}
.related-1-0 [class|="col"]:last-child .hentry{
    border-radius: 0 3px 3px 0;
}

.related-1-0 .entry-header{
    padding: 0 20px 20px 20px;
}

.related-1-0 .entry-footer{
    padding: 0 20px 20px 20px;
}


/* Site Content 1.0 - Content Area 2.0: List View
===============================*/

.site-content-1-0 .content-area-2-0 .cat-links{
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0 0 15px 0;
    display: block;
}
.site-content-1-0 .content-area-2-0 .entry-header{
    margin-top: 15px;
}


/* FOOTER
===============================*/

/* Footer 1.0
---------------*/

.site-footer-1-0{
    background: #1f1f1f;
}

.site-footer-1-0 .widget{
    width: 33.33%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.site-footer-1-0 .widget{
    margin-top: 60px;
    margin-bottom: 55px;
}

.site-footer-1-0 hr{
    border-top: 1px solid #2a2a2a;
    margin: 0;
}

.site-footer-1-0 .site-info [class|="col"]{
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-footer-1-0  .powered{
    text-align: right;
}

.site-footer-1-0 .social{
    text-align: center;
}
.site-footer-1-0 .social i::before{
    margin-right: 60px;
}

/*Footer Common Classes
-------------------------*/

.site-footer .widget-title{
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    padding: 0;
    margin-bottom: 23px;
}
.site-footer .widget-area ul li{
    padding: 12px 0 12px 22px;
}
.site-footer .widget-area ul li::before{
    top: 15px;
}

/*footer dark
----------------*/

.site-footer-dark .widget-title{
    color: #fff;
}
.site-footer-dark .widget-area ul li{
    border-color: #525252;
}
.site-footer-dark .widget-area ul li a{
    color: #fff;
}

.site-footer-dark .site-info, .site-footer-dark .site-info a{
    color: #a9a9a9;
}

.site-footer-dark .social i::before{
    color: #7c7c7c;
}

/*social*/

.social i::before{
    position: relative;
    top: -2px;
    left: 0;
    font-family: 'themify';
    font-size: 14px;
    font-style: normal;
}
.social a:last-child i::before{
    margin-right: 0;
}
.social i.facebook::before{
    content: "\e741";
}
.social i.twitter::before{
    content: "\e74b";
}
.social i.dribble::before{
    content: "\e743";
}
.social i.linkedin::before{
    content: "\e735";
}

/* HOVER EFFECTS
===============================*/
.hdr-search:hover{
    background: #555;
}
.hdr-search:hover a{
    color: #fff;
}

.site-content-1-0 .cat-links a:hover{
    background: #333;
}

a:hover{
    color: #777;
}

.header-post .entry-header:hover::after{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

/* Archive
===============================*/

.page-header{
    margin: 0 0 35px 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
    line-height: 1;
}
.page-header h1{
    margin: 0;
}

.page-content, .entry-content, .entry-summary {
    margin: 15px 0 0;
}

.entry-footer{
    margin: 5px 0 0 0;
}

/*tags
----------*/
.tags-links{

}
.tags-links a{
    color: #7f7f7f;
}

/* Single
===============================*/

.single .site-content-1-0 .content-area-2-0 .entry-header{
    margin: 0 0 25px 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
.single .site-content-1-0 .content-area-2-0 .entry-header h1{
    margin-bottom: 5px;
}
.single .site-content-1-0 .content-area-2-0 .entry-meta{
    margin-bottom: 15px;
}

blockquote {
    background: #ededed;
    border: 0;
    font-family: 'helveticabold';
    font-size: 14px;
    color: #;
    margin: 0;
    padding: 28px 22px 28px 68px;
    position: relative;
    margin: 0 0 10px 0;
}
blockquote::before {
    content: '“';
    position: absolute;
    top: 10px;
    left: 22px;
    color: #c3c3c3;
    font-size: 60px;
    font-family: Georgia;
}

/*image and caption
----------------------------------*/

.single .site-content-1-0 figure{
    margin-bottom: 15px;
}

.site-content-1-0 figure.wp-caption{
    box-shadow: none;
}

.alignleft {
    margin-right: 20px;
    margin-bottom: 10px;
}
.alignright {
    margin-left: 20px;
    margin-bottom: 10px;
}

.wp-caption-text, .wp-caption-dd{
    text-align: left;
    margin: 6px 0 26px 0;
    margin-bottom: 26px;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    color: #9b9999;
}

/*nav links
-------------------------*/

.nav-links{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px dashed rgba(28,28,28,.07);
	overflow: hidden;
}
span.page-numbers
{
    padding:11px;
}
a.page-numbers {
    padding: 10px;
    border: 1px solid #ddd;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next{
	position: relative;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition all 0.5s ease-out;
}

.comment-navigation .nav-previous::before, .posts-navigation .nav-previous::before, .post-navigation .nav-previous::before,
.comment-navigation .nav-next::before, .posts-navigation .nav-next::before, .post-navigation .nav-next::before{
	position: relative;
	bottom: 0;
	left: 0;
	margin-right: 16px;
	color: #999999;
	display: block;
	letter-spacing: 2px;
	font-size: 11px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.comment-navigation .nav-previous::before, .posts-navigation .nav-previous::before, .post-navigation .nav-previous::before{
	content: '← Previous Article';
}
.comment-navigation .nav-next::before, .posts-navigation .nav-next::before, .post-navigation .nav-next::before{
	content: 'Next Article →';
}

/* COMMENT
-------------------------*/

.comments-title{
	margin-bottom: 30px;
	position: relative;
    font-family: 'helveticaregular';
}
.comments-title::before{
	content: '\f075 ';
	position: relative;
	bottom: 0;
	left: 0;
	font-family: 'FontAwesome';
	margin-right: 6px;
}
.comment-author {
    display: block;
	margin-bottom: 3px;
}
.comment-author img {
    display: block;
    float: left;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 0;
    width: 60px !important;
    border-radius: 50%;
}
.comment-list li{
	position: relative;
}
.comment-list footer{
	background: none;
	color: #555;
	padding: 0;
	margin: 0;
}
.comment-metadata{
	font-size: 11px;
}
.comment-list footer a:link, .comment-list footer a:visited{
	color: #aaa;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition all 0.5s ease-out;
}
.comment-list footer a:hover{
	color: #555;
}
.comment-content {
    display: block;
    margin-top: 3px;
    margin-bottom: 10px;
    margin-left: 80px;
}
.comment-body {
    position: relative;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px dashed rgba(28,28,28,.07);
}

.reply a.comment-reply-link {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0 12px;
    border-radius: 20px;
    background-color: #282828;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    line-height: 20px;
	transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition all 0.5s ease-out;
}

form p {
    margin-bottom: 1.5em;
}

/* HELPER CLASS
===============================*/

.mb-25{
	margin-bottom: 25px;
}

.mb-35{
	margin-bottom: 35px;
}

.mb-45{
	margin-bottom: 45px;
}

.mb-60{
	margin-bottom: 60px;
}

.mb-75{
	margin-bottom: 75px;
}

.mb-90{
	margin-bottom: 90px;
}

.nomb{
	margin-bottom: 0;
}

.pb-35{
	padding-bottom: 35px;
}
