/*
Welcome to Custom CSS!
To learn how this works, see http://wp.me/PEmnE-Bt
*/

a {
	color: #e8554e;
	text-decoration: none;
}

.wp-caption-text {
	font-size: 8px;
	font-weight: 400;
	margin: 0;
	text-align: center;
}

a:hover, a:focus, a:active {
	color: #343E47;
}

.twitter hover {
	color: #a4307e;
}

.pull-right,
.pull-excerpt {
	float: right;
	margin: 1.2% 0 2% 5%;
	text-align: right;
	padding: 5px;
}

.pull-left {
	float: left;
	margin: 1.5% 5% 2% 0;
}

.pull-right,
.pull-excerpt {
	color: #343E47;
	font-family: "europa-1", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.4;
	width: 300px;
	padding: 0;
	border-top: solid 4px #a4307e;
	margin-top: 20px;
}

.pull-left {
	color: #343E47;
	font-family: "europa-1", "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.4;
	width: 300px;
	padding: 0;
	border-top: solid 0 #a4307e;
}

/* Author Box
------------------------------------------------------------ */
.author-box {
	border: 1px solid #424A55;
	background-color: #eee;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
	padding-top: 0;
}

/* Page Header
--------------------------------------------- */
.page_media_wrap {
	height: 500px;
	display: block;
	position: relative;
}

.media_container {
	margin: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}

.post_image_overlay {
	background: linear-gradient(to bottom,transparent 25%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e5e5e5',endColorstr='#36404c',GradientType=0);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 3;
	pointer-events: none;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
}

.post_image_cover {
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.entry-content-title.wrap {
	position: absolute;
	z-index: 2;
	text-align: center;
	margin: auto;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	height: 100%;
	display: table;
	bottom: 0;
}

.entry-content-header {
	display: table-cell;
	vertical-align: bottom;
	height: 100%;
	width: 100%;
}

.entry-content-header h1 {
	color: #fff;
	margin-bottom: 0;
	font-size: 4rem;
	line-height: 1.2;
	background: rgba(128,128,128,.3);
}

.page_wrap_meta {
	color: #fff;
	font-size: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 15px;
}

.page_wrap_meta .dashicons {
	font-size: 11px;
}

.page_wrap_meta a {
	color: #fff;
}


li.menu-item.custom-search form {
	margin-bottom: -5px;
	border: 0 solid #ccc;
	width: 200px;
	padding: 0;
	display: inline-block;
}

li.menu-item.custom-search .search-form input[type="search"] {
	width: 200px;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: #333;
}

li.menu-item.custom-search:hover {
	border-bottom: 0;
}

li.menu-item.custom-search .search-form input[type="submit"] {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

li.menu-item.social-icon {
	border-bottom: 0;
}

.site-footer {
	background-color: #343e47;
	color: #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 30px 0;
	text-align: center;
	text-transform: uppercase;
}


.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets {
	background-color: #343e47;
	clear: both;
	font-size: 16px;
	text-align: center;
}

.footer-widgets .wrap {
	padding-bottom: 0px;
	padding-top: 20px;
}

.footer-widgets {
	color: #ccc;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-widgets .widget-title {
	color: #ccc;
}

.footer-widgets .widget-title {
	color: #ccc;
	  font-size: 16px;
	border: 0px;
	text-align: center;
}

.widget_jetpack_display_posts_widget {
margin-top: 0px;
	padding-top: 0px;
	margin-top: -50px;
}

.widget_jetpack_display_posts_widget .widget-title {
	display: none;
	margin-top: 0px;
	padding-top: 0px;
}

/* Twitter Link
--------------------------------------------- */
.entry-meta .twitter {
	position: relative;
	margin-left: 5px;
}

.entry-meta .twitter:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	vertical-align: middle;
/*position: absolute;
	left: -23px;
	top: 2px;*/
	color: #00abf0;
	font-weight: 500;
}

.entry-content blockquote {
    border: solid 1px currentcolor;
    border-width: 0 1px;
    margin: 50px 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: 100%
}

.entry-content blockquote p {
    font-size: 21px;
    font-size:  1.313rem;
    font-style: italic;
}

.entry-content blockquote p {
	    position:relative;
    font-weight:normal;
    margin-bottom:0px;
}

.entry-content blockquote cite {
	font-style: normal;
	padding: 10px 0;
	display: block;
	font-size: 16px;
	font-size: 1rem;
}

.entry-content blockquote cite,
.entry-content blockquote cite a {
	color: #62707c;
}

.entry-content blockquote cite a:hover {
	color: #24cb83;
	border-color: currentColor;
}

.entry-title {
  margin-bottom: 10px;
	margin-top: 0px;
}
.entry-meta {
  margin-bottom: 0px;
}

.entry-header .subtitle {
    color: #343E47;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
	padding: 0px;
	text-transform: uppercase;
}

figcaption{ color: #555d66; font-size: 13px; text-align: center; }

.after-entry {
	margin-top: 10px;
margin-bottom: 10px;
}

.entry {
	margin-bottom: 20px;
	padding: 0;
}

.sidebar .widget {
	margin-bottom: 20px;
	padding: 0 0 20px;
}

.sidebar .widget-title {
	border-bottom: 1px solid #ccc;
    border-top: 0px solid #ccc;
border-left: 3px solid #e8554e;	
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0px;
padding: 0px;
padding-left: 6px;
    text-transform: uppercase;
	text-align: left;
	font-weight: 500;
}

.widget-title {
	border-bottom: 1px solid #ccc;
    border-top: 0px solid #ccc;
border-left: 3px solid #e8554e;	
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0px;
padding: 0px;
padding-left: 6px;
    text-transform: uppercase;
	text-align: left;
	font-weight: 500;
}

.creds {
	font-size: 10px;
}

.creds p {
	font-size: 10px;
}

.site-footer a {
color: #fff;
	font-size: 10px;
}

.site-footer p {
	font-size: 10px;
}