/** 
* 
* This file will govern the typography aspects of the theme.
*
**/

/* @import url("//fonts.googleapis.com/css?family=Lato:100,300,400,700"); */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");

body,
button,.button,input,
h1,h2,h3,h4,h5,h6,
nav ul.menu{
	font-family:"Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: 300;	
	}

h2.entry-title{font-size: 2.8rem;}

/* Font Smoothing */
.rev_slider, h1,h2,h3,h4,h5, .menu-item-title{
	-webkit-text-stroke: 0.2px; 
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	} 

	.rev_slider .small_light_white{font-weight: lighter !important;}

.entry-content hr {
    margin: 4rem 0 3.4rem;
	}

ul, ol, dl {
    margin: 0;
	}

#primary ul, #primary ol, #primary dl{
	margin: 0 0 2rem 2rem;
	}
	#primary ul{
		list-style: disc inside;
		}
	#primary ol{
		list-style: decimal inside;
		}
	#primary dl{
		list-style: none inside;
		margin: 0 0 0 0;
		}

#comments ul, #comments ol, #comments dl {
    margin: 0;
	}

/* BLOG PAGE TITLE */
.vc_separator {
    display: table;
}
.vc_separator h4 {
    display: table-cell;
    font-size: 100%;
    line-height: 1em;
    white-space: pre;
}
.vc_separator.vc_separator_align_center h4 {
    padding: 0 0.8em;
}
.vc_separator.vc_separator_align_left {
    margin-left: 0;
}
.vc_separator.vc_separator_align_left h4 {
    padding: 0 0.8em 0 0;
}
.vc_separator.vc_separator_align_left .vc_sep_holder {
    width: 100%;
}
.vc_separator.vc_separator_align_left .vc_sep_holder.vc_sep_holder_l {
    display: none;
}
.vc_separator.vc_separator_align_right {
    margin-right: 0;
}
.vc_separator.vc_separator_align_right h4 {
    margin: 0 !important;
    padding: 0 0 0 0.8em;
}
.vc_separator.vc_separator_align_right .vc_sep_holder {
    width: 100%;
}
.vc_separator.vc_separator_align_right .vc_sep_holder.vc_sep_holder_r {
    display: none;
}
.vc_separator .vc_sep_holder {
    display: table-cell;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.vc_separator .vc_sep_holder .vc_sep_line {
    border-top: 1px solid #EBEBEB;
    display: block;
    height: 1px;
    position: relative;
    top: 1px;
    width: 100%;
}
.vc_separator.vc_sep_double {
    height: 3px;
}
.vc_separator.vc_sep_double .vc_sep_line {
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    height: 3px;
}


/* WIDGETS */

#page .widget-title {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
	}


/* CONTENT MODS */
.template-blog .hentry {
    margin: 0 0 5.4rem;
	}

.entry-header {
    /*border-bottom: 1px solid #ddd;
    margin-bottom: 3rem; */
    padding-bottom: 0rem;
	}

.entry-footer {
    padding: 1rem;
    border: 1px solid #e2e2e2;
    margin-bottom: 3rem;
    background: #f3f3f3;
	}
	.entry-footer .clearfix {
	    border-bottom: 1px solid #e2e2e2;
	    display: block;
	    font-size: 1.3rem;
	    margin: 0 0 1rem;
	    padding: 0 0 1rem;
		}
		.entry-footer .clearfix:last-child{
			border-bottom: 0px;
			margin: 0 0 0;
			padding: 0 0 0;
			}
	#page .edit-link a, #page #submit, input[type="submit"], .button{color: white; text-transform: uppercase;font-weight: 600;}

#nav-below {
    border: 5px solid #EEEEEE;
    clear: both;
    display: block;
    font-weight: 600;
    margin: 2rem 0;
    padding: 2rem;
    text-transform: uppercase;
    min-height: 7.8rem;
	}
	.nav-next, .nav-previous{display: inline-block;}
	.nav-next {
    	text-align: right;
    	float: right;
		}
	.nav-previous {
    	text-align: left;
		}


/* COMMENTS */
.comments-link {
    display: inline-flex;
    margin-top: 0.4rem;
	}
.comments-link a, .comments-title, .comment-reply-title{
	display: inline-block;
	position: relative;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	background: #111;
	color: white;
	padding: 0.9rem;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 0.9;
	}
	#page .comments-link a{font-size: 1.3rem;}
	.comments-link a:before, .comments-title:before, .comment-reply-title:before {
		pointer-events: none;
		position: absolute;
		z-index: -1;
		content: '';
		border-style: solid;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-property: bottom;
		transition-property: bottom;
		left: -webkit-calc(50% - 10px);
		left: calc(50% - 10px);
		bottom: -10px;
		border-width: 10px 10px 0 10px;
		border-color: #111 transparent transparent transparent;
		}

#page .comments-title, #page .comment-reply-title {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 2.4rem;
    font-weight: 600;
    margin: 2rem 0 4rem;
    padding: 2rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	}

#page ol.comments-list {
    border: 0px solid #EEEEEE;
	}

#page ol.comments-list li {
    margin: 1rem 0 !important;
	}

#page .comments-list li article {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #EEEEEE;
	}
	#page .comments-list li:first-child article{
		border-top: 5px solid #eee;
		}
	#page .children {
    margin: -0.5rem 0;
	}
	#page .comments-list .children article{background: #f9f9f9; margin-top: -1.4rem;}

#page .comments-list .avatar {
    left: auto;
    position: absolute;
    right: 2rem;
    top: 2rem;
	}
	#page .comments-list .comment-author {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
	}
	.comment-metadata {
    bottom: 0;
    position: absolute;
    right: 1rem;
	}
	.comment-metadata a{
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	}
	#page .comment-metadata time, #page .comment-metadata a {
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 1rem;
    text-transform: uppercase;
	}

	#page .comments-list .children li {
	margin-bottom: -10px !important;
	}
	#page .comments-list .edit-link a{color: #888;}



/* FOOTER */

#section-footer{
	color: #999;
	font-size: 1.5rem;
	}



/* TAGS & CATS */

a[rel~="category"], a[rel~="category"]:hover, a[rel~="category"]:visited,
a[rel~="tag"], a[rel~="tag"]:hover, a[rel~="tag"]:visited{
	/* No rules yet */
	}

.tagcloud a, .tagcloud a:hover, .tagcloud a:visited {
    border-radius: 2px;
    padding: 0.6rem 0.8rem;
	}
	/* a[rel~="category"],
	a[rel~="tag"], */
	#page .tagcloud a {
	    color: #FFFFFF;
	    display: inline-block;
	    font-size: 1.25rem !important;
	    margin: 0 0.2rem 0.5rem 0;
	    text-transform: uppercase;
		}


/* BUTTONS */
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.1) !important;
	}