/*
	Theme Name: Necronomicon Providence 2015
	Theme URI: http://studioissa.com/?necronomicon
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Studio Issa
	Author URI: http://studioissa.com/
	Version: 3.1.1
 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Agency Pro Blue
		- Agency Pro Green
		- Agency Pro Orange
		- Agency Pro Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 680px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #111;
	color: #34332f;
	font-family: 'IM Fell English', serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
}

.jPanelMenu,
body {
	overflow-x: visible !important;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.agency-pro-home .featured-content img,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

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

.post-1025 a {
	color: #87774F;
}

a img {
	margin-bottom: -4px;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

#text-10 p {
	text-indent: 0;
}

.one-half p {
	text-indent: 0;
}

.page-id-1035 p {
	text-indent: 0;
}

p iframe,
.page-id-1038 p,
.footer-widgets-1 p,
.footer-widgets-2 p {
	text-indent: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #87774E;
}

blockquote {
	font-size: 18px;
	margin: 40px 40px 24px;
	text-transform: uppercase;
	text-indent: 30px;
}

blockquote::before {
	content: "\201C";
	display: none;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

blockquote::after {
	content: "\201D";
	display: none;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -50px;
}

blockquote.aligncenter::before {
	float: left;
	left: 0;
}

blockquote.aligncenter::after {
	float: right;
	left: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'IM Fell English', serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.agency-pro-home h1 {
	font-size: 30px;
}

.agency-pro-home h3 {
	font-size: 23px;
}

.sidebar h3 {
	font-size: 23px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-caption {
	margin: 0 0 10px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin-bottom: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #999;
	font-size: 14px;
	padding: 16px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #222;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'IM Fell English', serif;
	padding: 10px 20px;
	text-transform: uppercase;
	width: auto;
}

.button,
.entry-content .button {
	display: inline-block;
}

.agency-pro-home .button,
.agency-pro-home .entry-content .button {
	display: inline;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #d7c603;
	color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.header-full-width .site-container,
.site-container {
/*	padding-top: 50px;*/
}

.site-inner {
	margin: 0 auto;
	/*max-width: 1140px;*/
}

/*.wrap,*/
#envira-gallery-2.widget .widget-title {
	margin: 50px auto 60px;
	max-width: 1140px;
}

.content-sidebar-wrap {
	margin: 0 auto;
	max-width: 1440;
}

.content-sidebar .content {
	margin: 0;
}

.before-header .wrap,
.footer-widgets .wrap,
.site-header .wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding: 5% 0 0;
	margin-top: 60px;
}

.tribe-events-page-template .site-inner {
	padding: 5% 0;
}

.agency-pro-home .site-inner {
	padding: 0;
	/*max-width: 900px;*/
}

.agency-pro-home .site-inner .welcome-middle {
	padding: 0 0 5%;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar .content {
	margin: 0;
}

.content-sidebar .content {
	margin: 0 0 0 10%;
}

@media (min-width: 1420px) {

	 .content-sidebar .content {
		margin-left: 14%;
	}

}

@media (min-width: 1440px) {

	 .content-sidebar .content {
		margin-left: 12%;
	}

}

@media (min-width: 1450px) {

	 .content-sidebar .content {
		margin-left: 11%;
	}

}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}



/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

hr {
    background: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-hr.png) no-repeat center center;
    border: 0;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 20px;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.aligncenter {
	text-align: center;
}

.seventy {
	width: 70%;
	margin: 0 auto;
}

.thirty {
	width: 30%;
	margin: 0 auto;
}


.page-id-1038 .post-1038.entry {
	width: 100%;
}




@media only screen and (max-width: 768px) {
	.seventy {
		width: 100%;
		margin: 0 auto;
	}
}

.clear {
	clear: both;
}

.big {
	font-size: 40px;
}

h1.big {
	font-size: 35px;
}

h1.big .large {
    font-size: 50px;
}

h1.big .small {
    font-size: 25px;
    text-transform: lowercase;
}


.blue {
	color: #2F3962;
}

.uppercase {
	text-transform: uppercase;
}

.onehundred {
	width: 100%;
}

.justify {
	text-align: justify;
}

.twenty {
	font-size: 20px;
}

.darkblue {
	color: #2D3B48;
}

.gold {
	color: #baa600;
}

.darkorange {
	color: #3B3934;
}

.olive {
	color: #87774F;
}

.blue {
	color: #2D3752;
}

.yellow {
	color: #baa600;
}

.darkgreen {
	color: #544A31;
}

p.small {
	font-size: 14px;
}

#text-9 p.small {
	margin-bottom: 0;
}


#text-9 img.line {
	margin-bottom: 1px;
}

#text-8 {
	margin-top: 40px;
	padding-top: 40px;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

blockquote.aligncenter {
	margin-top: 50px;
}

a.alignnone img,
.alignnone img {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	color: #fff;
	font-family: 'IM Fell English', serif;
	font-size: 14px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.breadcrumb a {
	color: #fff;
}

.archive-description,
.author-box {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
}

.archive-description {
	padding: 40px 40px 24px;
}

.author-box {
	padding: 40px;
}

.author-box-title {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	color: #3B3934;
	font-size: 40px;
	line-height: 2;
	text-transform: uppercase;
	border: 3px black solid;
	text-align: center;
}
/*

.entry-title:after {
	text-align: left;
	font-size: 24px;
	line-height: 1.6;
	width: 200px;
	margin: 10px auto 20px;
	border-bottom: 3px solid #000;
	width: 25%;
	margin: 0 auto 10px;
	clear: both;
	padding: 0 0 0 15px;
	content: " ";
	float: left;
}*/

.entry-title a {
	color: #3B39342D3B48;
}

.widget-title {
	color: #999;
	font-size: 16px;
	margin-bottom: 16px;
	/*text-transform: uppercase;*/
}

.archive-title {
	font-size: 20px;
	margin-bottom: 24px;
}

/*
BBPress
---------------------------------------------------------------------------------------------------- */

.bbpress .bbp-login-form .bbp-submit-wrapper {
  text-align: right;
  clear: both;
  float: left;
}

.bbp_widget_login fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.forum .entry-title {

    font-size: 26px;
	line-height: 5.6;

}

.bbpress #bbpress-forums .bbp-forum-info .bbp-forum-content,
.bbpress #bbpress-forums p.bbp-topic-meta {
  font-size: 15px;
}

.forum-archive .entry-title a {

	color: #3B3934;
}

.forum .entry-header {
	height: 140px;
}

.bbpress #bbpress-forums #bbp-search-form #bbp_search {
	float: left;
	clear: left;
	width: 50%;
	margin: 0;
	margin-right: 10%;
}

#bbp_search_submit {

	width: 40%;
	padding: 16px;

}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font-size: 18px;
}

#bbpress-forums .bbp-search-form .bbp_search {

	width: 50%;

}

.bbpress #bbpress-forums {
	font-size: 20px;
}

.bbpress #bbpress-forums ul.bbp-lead-topic,
.bbpress #bbpress-forums ul.bbp-topics,
.bbpress #bbpress-forums ul.bbp-forums,
.bbpress #bbpress-forums ul.bbp-replies,
.bbpress #bbpress-forums ul.bbp-search-results {
  font-size: 18px;
}

.bbpress .bbp-breadcrumb {
	margin: 1em 0;
	width: 100%;
    font-size: 18px;
}

.bbpress #subscription-toggle {
	clear: both;
}

div.bbp-breadcrumb {
  float: left;
  clear: both;
}

#bbpress-forums div.bbp-search-form {
  float: none;
  width: 100%;
}

/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-left: 50px;
}

.widget li li {
    margin: 0;
    padding: 0 0 0 20px;
}


.widget ul.menu li {
	margin-left: 0;
}


.footer-widgets-2 .widget ul.menu li {
	margin-left: 0;
	width: 50%;
	float: left;
}
.footer-widgets-2 a:hover {
	color: #fff;
}


/* Featured Content
--------------------------------------------- */

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

.featured-content .entry-title {
	font-size: 26px;
	line-height: 1.1;
}

a.more-link {
	font-family: 'IM Fell English', serif;
	text-transform: uppercase;
}



#text-8 a.button {
	margin-bottom: 16px;
	background-color: #baa600;
	color: #fff;
	margin: 10px auto 20px;
	width: 100%;
	text-align: center;
	display: block;
}

#text-8 a.button:focus {
	border: 1px solid #ddd;
}

#text-8 a.button:hover {
	background-color: #fff;
	color: #222;
}

#text-8  p.small {
	margin-bottom: 15px;
}


.footer-widgets-3 .simple-social-icons ul li a,
.footer-widgets-3 .simple-social-icons ul li a:hover {
	background: none !important;
}


ul#menu-main-menu li#menu-item-1378 {
	display: none;
}

ul#jPanelMenu-menu li#menu-item-1378 {
	display: block;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget {
	color: #999;
}

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input:focus {
	border: 1px solid #ddd;
}

.enews-widget input[type="submit"] {
	background-color: #baa600;
	color: #2D3752;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 6px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	left: 0;
	min-height: 61px;
	top: 60;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 82px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 16px 0;
	width: 350px;
	top: -30px;
	position: relative;
}

.header-image .title-area {
	padding: 0;
}

.site-title {
	font-family: 'IM Fell English', serif;
	font-size: 28px;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.site-title a {
	color: #fff;
   	background-size: 350px 70px; !important;
}

.site-title a:hover {
	color: #d7c603;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
	text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
	float: left;
    min-height: 70px;
    background-size: cover;
    background-size: 50%;
    background-size: 350px 70px !important;

}

.header-full-width.header-image .site-title a {
	background-position: center !important;
	margin: 0;
}

/* Logo, hide text */

.header-image .site-header .wrap {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 70px;
	width: 100%;
}

article header {
	margin: 20px auto;
}


/* Before Header
--------------------------------------------- */
 
 .texture-bg {
	background-color: #222;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/leather-bg.jpg');
	height: 110px;
 }
 
.before-header {
	text-align: center;
	top: 0;
	width: 100%;
}

.admin-bar .before-header {
	top: 32px;
}

.before-header ul {
	text-align: right;
	float: right;
	display: inline-flex;
}

.before-header ul li a {
	border-top: 2px solid transparent;
	color: #fff;
	display: block;
	padding: 10px 14px 16px;
	position: relative;
	float: left;
	display: inline-block;
	font-size: 12px;
	font-family: 'IM Fell English', serif;
}

.menu-header-container a i {
	font-size: 1.4em;
}

.menu-header-container ul li {
	margin-top: 6px;
	margin-bottom: 0;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 720px;
}

.site-header .widget-area li {
	margin: 0;
	padding: 0;   
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: 'IM Fell English', serif;
	font-weight: 300;
	font-size: 12px;
	line-height: 1.5;
	width: 100%;
	text-align: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	text-transform: uppercase;
	font-family: 'IM Fell English', serif;
	font-weight: 300;
   
   }

.genesis-nav-menu a {
	border-top: 2px solid transparent;
	color: #fff;
	display: block;
	padding: 18px 14px 20px;
	position: relative;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .v .current-menu-item > a:hover {
	/*background-color: #282828;
	border-top: none;
	color: #d7c603;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/leather-bg.jpg');*/
	color: #d7c603;
	border-top: 1px solid #d7c603;
	-webkit-border-image: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png) 30 30 round;
	-o-border-image: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png) 30 30 round;
	border-image: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png) 30 30 round;
	border-bottom: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

.genesis-nav-menu .menu-item-2156 a:hover,
.genesis-nav-menu .current-menu-item.menu-item-2156 > a,
.genesis-nav-menu .v .current-menu-item.menu-item-2156 > a:hover {
	color: #d7c603;
	border-top: 1px solid #d7c603;
}

.genesis-nav-menu .menu-item-2156 a,
.genesis-nav-menu .current-menu-item.menu-item-2156 > a,
.genesis-nav-menu .v .current-menu-item.menu-item-2156 > a {
	color: #d7c603;
	border-top: 1px solid transparent;
}

ul#menu-header.menu {
	display: block;
	width: 278px;
}

article header {
	margin: 20px auto;
	background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/title-bg.png') scroll no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.entry-title {
	color: #3B3934;
	font-size: 40px;
	line-height: 3.5;
	text-transform: uppercase;
	border: none;
	text-align: center;
}

.ai1ec_event .entry-title {
	font-size: 25px;
	line-height: 2;
}

.bbpress.topic .entry-title {
    font-size: 25px;
	line-height: 60px;
    padding: 40px 0;
}

.bbpress.topic article header {
    height: 140px;
}

.before-header ul li a {
	text-align: right;
}

.menu-item-1790 {
	font-size: 16px;
}
.genesis-nav-menu .menu-item-1790 a {
	padding-top: 14px;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .current_page_parent a,
.genesis-nav-menu li.current-menu-parent a {
	color: #baa600;
}

.genesis-nav-menu li.current-menu-parent ul li a {
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 180px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #282828;
	border: 1px solid #eee;
	letter-spacing: 0;
	font-size: 12px;
	padding: 16px 20px;
	position: relative;
	width: 190px;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/leather-bg.jpg');
	-webkit-border-image: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png) 30 30 round;
	-o-border-image: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png) 30 30 round;
	border-image: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png) 30 30 round;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #333;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -50px 0 0 179px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .date {
	display: inline-block;
	padding: 18px 16px 20px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

.genesis-nav-menu .search input {
	font-size: 12px;
	padding: 12px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #383838;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	background: none;
	border: none;
	padding: 5px 20px;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #333;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: block;
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: #fff;
	margin-bottom: 80px;
	padding: 40px;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/Parchment-300.jpg');
}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
}

.agency-pro-home .content .textwidget {
	padding: 60px 60px;
	max-width: 100%;
}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 20px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .content .featured-content a:hover {
	color: #d7c603;
}

.agency-pro-home .content .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .content .featuredpost img.entry-image {
	margin: 0;
}

.home-top .wrap {
	color: #fff;
	font-family: 'IM Fell English', serif;
	padding: 15% 0;
	text-align: center;
}

.home-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.home-top .button {
	background-color: #fff;
	border-radius: 0;
	color: #333;
	text-transform: uppercase;
}

.home-top .widget .button:hover {
	background-color: #333;
	color: #fff;
}

.home-middle {
	padding: 10% 0 5%;
}

.home-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.home-middle .featuredpost img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.home-middle .featured-content.featuredpost {
	background: #333;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/Parchment-300.jpg');
}

.home-middle .featuredpost .entry {
	background-color: #333;
	color: #555;
}

.home-middle .featuredpost .entry {
	min-height: 380px;
}

.home-middle .featuredpost .entry-title a {
	color: #2F3962;
}

.home-bottom {
	padding: 5% 0 10%;
}

.home-bottom .featuredpost .entry {
	min-height: 320px;
}

.home-bottom .featuredpost .post:nth-of-type(3n+1),
.home-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.home-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.home-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}



/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.agency-pro-home .content .widget {
	background: #fff;
	margin-bottom: 80px;
	padding: 40px;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment.jpg');
}

.agency-pro-home .content .featured-content,
.agency-pro-home .content .widget_text {
	padding: 0;
	border-radius: 3px;
}

.agency-pro-home .content .textwidget {
	padding: 60px 60px;
	display: inline-block;
}

.agency-pro-home .content .featured-content .widget-title,
.agency-pro-home .content .widget_text .widget-title {
	color: #fff;
	text-align: center;
	margin: -40px 0 0;
	padding-bottom: 20px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:after,
.agency-pro-home .content .widget_text .widget-title:before {
	content: " ";
	display: inline-block;
	border-top: 2px solid #fff;
	padding-bottom: 4px;
	width: 15%;
}

.agency-pro-home .content .featured-content .widget-title::before,
.agency-pro-home .content .widget_text .widget-title:before {
	margin-right: 12px;
}

.agency-pro-home .content .featured-content .widget-title::after,
.agency-pro-home .content .widget_text .widget-title:after {
	margin-left: 12px;
}

.agency-pro-home .content .featured-content article ~ .widget-title {
	clear: both;
	color: #333333;
	margin: 0;
	padding: 20px 0;
}

.agency-pro-home .content .featured-content article ~ .widget-title:before,
.agency-pro-home .content .featured-content article ~ .widget-title:after {
	border-color: #333333;
}

.agency-pro-home .content .home-middle .featured-content article ~ .widget-title,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:before,
.agency-pro-home .content .home-middle .featured-content article ~ .widget-title:after {
	border-color: #fff;
	color: #fff;
}

.agency-pro-home .content .featured-content article ~ ul,
.agency-pro-home .content .featured-content .more-from-category {
	margin-bottom: 40px;
	padding: 0 10px;
	text-align: center;
}

.agency-pro-home .content .featured-content .entry {
	border-radius: 0;
	margin: 0;
	padding: 0;
	position: relative;
}

.agency-pro-home .content .featured-content .entry-image {
	display: block;
	margin-bottom: 0;
}

.agency-pro-home .content .featured-content .entry-header {
	padding: 40px 40px 0;
}

.agency-pro-home .content .featured-content .entry-content {
	padding: 0 40px;
}

.agency-pro-home .content .featured-content .entry-content p {
	margin-bottom: 40px;
}

.agency-pro-home .content .featured-content a:hover {
	color: #d7c603;
}

.agency-pro-home .content .featuredpost .entry {
	background: none;
	float: left;
	width: 33.33334%;
}

.agency-pro-home .content .featuredpost img.entry-image {
	margin: 0;
}

.welcome-top .wrap {
	color: #fff;
	font-family: 'IM Fell English', serif;
	padding: 6% 0;
	text-align: center;
}

.welcome-top .widget-title {
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.welcome-top .button {
	background-color: #fff;
	border-radius: 0;
	color: #333;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 5px 20px;
}

.welcome-top .widget .button:hover {
	background-color: #baa600;
	color: #fff;
}

.welcome-middle {
	padding: 10% 0 5%;
}

.welcome-middle .featuredpost img.entry-image {
	left: 0;
	position: absolute;
}

.welcome-middle .featuredpost img:hover {
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	  filter: alpha(opacity=10);
	  -moz-opacity: 0.1;
	  -khtml-opacity: 0.1;
	  opacity: 0.1;
}

.welcome-middle .featured-content.featuredpost {
	background: #333;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/Parchment-300.jpg');
}

.welcome-middle .featuredpost .entry {
	background-color: #333;
	color: #555;
}

.welcome-middle .featuredpost .entry {
	min-height: 380px;
}

.welcome-middle .featuredpost .entry-title a {
	color: #2F3962;
}

.welcome-bottom {
	padding: 5% 0 10%;
}

.welcome-bottom .featuredpost .entry {
	min-height: 320px;
}

.welcome-bottom .featuredpost .post:nth-of-type(3n+1),
.welcome-middle .featuredpost .post:nth-of-type(3n+1) {
	clear: left;
}

.welcome-bottom .featuredpost .entry:hover {
	background-color: #333;
	color: #fff;
}

.welcome-bottom .featuredpost .entry:hover .entry-title a {
	color: #fff;
}


#ticket_table tr td:nth-child(4) {
display: none;
}


/* Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px 40px 24px;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment.jpg');
}

#tribe-events-pg-template {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px 40px 24px;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment.jpg');
}

.page-id-1198 .content {
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment.jpg');
}

.page-id-1198 .entry {
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment.jpg');

}


.timely {
	-webkit-border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-brown.png') 30 30 round;
	-o-border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-brown.png') 30 30 round;
	border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-brown.png') 30 30 round;
	padding-top: 40px;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	font-family: 'IM Fell English', serif;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-title,
.entry-content .timely a,
.comment-content .timely a,
.site-footer .widget .timely a {
	color: #222;
}

.ai1ec-agenda-view .ai1ec-event .ai1ec-event-header:hover .ai1ec-event-toggle {
	color: #baa600;
}

.ai1ec-agenda-view .ai1ec-event:hover {
border-color: #baa600;
}

.ai1ec-agenda-widget-view .ai1ec-date,
.ai1ec-agenda-view .ai1ec-date {
	background: none;
}

.ai1ec-agenda-widget-view .ai1ec-month,
.ai1ec-agenda-view .ai1ec-month {
	background: #000;
}

.ai1ec-calendar-toolbar {
	padding: 0 8px;
	border: none;
}

.tribe-events-notices {
	display: none;
}

.nobg {
	background: none;
	background-image: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: square;
}

.blogger ul li {
	margin-bottom: 15px;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-content .search-form {
	width: 50%;
}

.entry-meta {
	color: #999;
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	margin: 0 -40px;
	padding: 32px 40px 8px;
}

.entry-comments-link::before {
	content: "\2B";
	font-weight: 700;
	margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
	display: block;
}

#text-16 a i {
	display: inline;
	color: white;
	margin-left: 12px;
}


/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	clear: both;
	font-family: 'IM Fell English', serif;
	font-size: 14px;
	margin: 40px 0;
	text-transform: uppercase;
}

.archive-pagination a {
	color: #fff;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #d7c603;
	color: #fff;
}

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 40px;
	padding: 0 40px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	border-left: 2px solid #f5f5f5;
}

.comment-header {
	color: #333;
	font-family: 'IM Fell English', serif;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

.comment-header  .comment-meta,
.comment-header  .comment-meta a {
	color: #999;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-reply-link {
	font-family: 'IM Fell English', serif;
	text-transform: uppercase;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #999;
}



.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #222;
	border-radius: 3px 0 0 3px;
	margin-bottom: 40px;
	padding: 40px;
}


@media only screen and (max-width: 1313px) {
	.sidebar .widget {
		background-color: #222;
		border-radius: 3px 0 0 3px;
		margin-bottom: 40px;
		padding: 40px;
	}
}

#soliloquy-container-1083,
#soliloquy-2 .widget-wrap {
		border-radius: 0 0 0 3px;
}

img#soliloquy-image-1193,
img#soliloquy-image-1086 {
border-radius: 0 0 0 3px;
}



.sidebar .enews-widget {
	background-color: #333;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}



.sidebar .widget ul.menu li a {
	color: #999;
}

.sidebar .widget ul.menu li a:hover {
	color: #baa600;
}

.sidebar .widget_nav_menu {
	background-color: #222;
	margin-bottom: 40px;
	border-radius: 3px 0 0 3px;
	padding-bottom: 40px;
}




.sidebar .widget_nav_menu .widget-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 32px;
	/*border-bottom: 1px solid #999;*/
	line-height: 1.6;
	width: 80%;
	margin: 0 auto 16px;
}

.sidebar .widget_nav_menu h4.widgettitle:after {
	border-bottom: 1px solid #999;
	width: 80%;
	content: " ";
	clear: both;
}

.sidebar #nav_menu-3.widget_nav_menu .widget-title {
	 color:#baa600;
}


#text-10.widget_text {
	background-color: #fff;
	color: #222;
}

#text-10.widget_text h1,
#text-9.widget_text h1 {
	font-size: 26px;
	text-align: center;
}

#text-9.widget_text h1.bigger {
	font-size: 34px;
	margin-top: 16px;
}

#text-9 .textwidget:after {
	/*border-bottom: 3px solid #baa600;
	line-height: 1;
	width: 200px;
	background-color: #baa600;
	margin: 20px auto 0;
	content: " ";
	display: block;*/
}

#text-9 {
	background-color: #fff;
}

.grey {
	color: #222;
}

#text-9 .textwidget:before {
	/*border-top: 3px solid #baa600;
	line-height: 1;
	width: 200px;
	background-color: #baa600;
	margin: 0 auto 20px;
	content: " ";
	display: block;*/
}

.white {
	color: #fff;
}

#text-10.widget_text h2,
#text-9.widget_text h2 {
	font-size: 20px;
	text-align: center;
}

#text-10.widget_text h3 {
	font-size: 18px;
	text-align: center;
}

div.line {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 3px solid #baa600;
	line-height: 1.6;
	width: 200px;
	margin: 10px auto 20px;
	background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	}

.line.black {
	border-bottom: 3px solid #000;
	width: 100%;
	margin: 5px auto;
	clear: both;
	padding: 10px 0 0 0;
	display: inline-block;
}

img.line.aligncenter {
	padding-top: 18px;
	display: inline-block;
}


a.capslock {
	text-transform: uppercase;
}

.speakersocial a i.fa {
	margin: 0 10px;
	font-size: 1.2em;
}

.speakersocial a:hover i.fa {
	color: #baa600;
}

.speakersocial a i.fa {
	color: #000;
}

.speakersocial.aligncenter {
	margin: 0 auto;
	clear: left;
}


.before-footer-widget {
	margin: 0 auto;
	clear: both;
}

#envira-gallery-wrap-2113 {
	max-width: 1100px;
	margin: 0 auto;
	clear: both;
}

.after-content-widget {
	float: left;
}

li.h-entry.tweet {
	width: 50%;
	float: left;
}

li.instafeed_widget_list_item {
	display: block;
	float: left;
	list-style-type: none; */
	margin-bottom: 0;
	margin-left: 0;
}


.before-footer-widget .envira-gallery {
	margin-bottom: 90px;
}

#envira-gallery-2 .widget-title,
#envira-gallery-3 .widget-title {
	color: #fff;
	font-size: 30px;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align: center;
	margin: 30px auto 60px;
	float: none;
	display: block;
	position: relative;
}

#envira-gallery-2 .widget-title:before,
#envira-gallery-3 .widget-title:before {
	content: " ";
	background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/flourish-left.png') no-repeat;
	width: 200px;
	height: 35px;
	position: absolute;
/* top: -20px; */
	left: 160px;
}

#envira-gallery-3 .widget-title:before { 
	left: 140px;
}

#envira-gallery-2 .widget-title:after,
#envira-gallery-3 .widget-title:after {
	content: " ";
	background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/flourish-right.png') no-repeat;
	width: 200px;
	height: 35px;
	position: absolute;
	/* top: -20px; */
	right: 110px;
}

#envira-gallery-3 .widget-title:after {
	right: 90px;
}

span.lastname {
	clear: left;
	font-size: 30px;
}

.envira-gallery-theme-captioned .envira-gallery-captioned-data {
	border: 0 solid #e7e7e8 !important;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/cardboard-bg-texture.jpg') !important;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

.envira-gallery-public .envira-gallery-item img {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.envira-gallery-theme-captioned .envira-gallery-captioned-overlay {
	background: #000 !important;
}

/*
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
   
	#envira-gallery-2 .widget-title:before {
	background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/flourish-left@2x.png') no-repeat;
	}

	#envira-gallery-2 .widget-title:after {    
		background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/flourish-right@2x.png') no-repeat;
	}

}*/

h1.relative {
	position: relative;
}

.page-template-welcome-page-php #text-13 .relative {
	bottom: -48px;
	font-size: 70px;
}


#text-13 .relative {
	bottom: -46px;
	font-size: 70px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	/*background-color: #fff;*/
	/*border-top: 1px solid #ececec;*/
	color: #fff;
	clear: both;
	padding: 60px 0 10px;
	background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/leather-bg.jpg') no-repeat bottom center scroll;
	background-position-y: bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	*/font-size: 16px;
}

.footer-widgets .wrap {
    -webkit-border-image:url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-white.png') 30 30 round; /* Safari 3.1-5 */
    -o-border-image:url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-white.png') 30 30 round; /* Opera 11-12.1 */
    border-image:url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-white.png') 30 30 round;
	padding-top: 40px;
	border-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	font-size: 18px;
	text-transform: uppercase;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
}

.footer-widgets-1,
.footer-widgets-3 {
	width: 350px;
}

.footer-widgets-2 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 40px;
}

.footer-widgets-1 #text-12 .textwidget {
	font-size: 16px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets-4 {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 40px;
	/* border-top: 1px solid grey; */
	margin-top: 2rem;
	position: relative;
	top: 10px;
	text-align: center;
	color: #fff;
	/*font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
	font-size: 10px;
	letter-spacing: 2px;
	padding: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

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

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

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets li {
	list-style-type: none;
	margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
	border: 1px solid #ddd;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.foot {
	background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/leather-bg.jpg') no-repeat center bottom scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.site-footer {
	/*background-color: #f5f5f5;*/
	color: #999;
	font-family: 'IM Fell English', serif;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 40px 0;
	text-align: center;
	text-transform: uppercase;
	/*background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/leather-bg.jpg') no-repeat center bottom scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.site-footer a {
	color: #999;
}

.site-footer a:hover {
	color: #333;
}

.site-footer p {
	margin-bottom: 0;
}

/*
Studio Issa
---------------------------------------------------------------------------------------------------- */

.nomargin {
	margin-bottom: 0;
}

.widget.soliloquy,
.sidebar .widget_image {
	padding: 0;
	padding-top: 20px;
	background-color: #baa600;
	color: #999;
}

.widget.soliloquy .widget-title,
.widget_image .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	text-align: center;
}


#soliloquy-3.widget.soliloquy {
	background: none;
	padding-top: 0;
}

#text-10 {
	padding-bottom: 20px;
}

#text-10 .line {
	margin: 15px auto 20px;
}

#soliloquy-2 {
	margin-bottom: 0;
}


.tiled-gallery-caption {
	
}

/*.post-1760.entry {
	border-radius: 3px;
	margin-bottom: 0;
	padding: 0;
	background: none;
}

.post-1760 .entry-header,
.post-1760 .sharedaddy {
	display: none;
}

.page-id-1760 .site-container {
	padding-top: 0;
}

.page-id-1760 {
	background: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/backgrounds/providence-athenaeum-1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}*/

/* Featured In
------------------------------------------------------------ */


.feature-in {
	border-top: 5px solid #888;
	border-bottom: 5px solid #888;
	margin-top: 3em;
	text-align: center;
	position: relative;
	clear: both;
	display: inline-block;
	max-width: 100%;
}

.feature-in p {
	font-size: .825em;
	text-align: center;
	/*  position: absolute;*/
	top: -10px;
	display: inline-block;
	width: 100%;
	margin: 0px auto;
	color: #7b7b7b;
}

.feature-in .backing {
	background-image: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment.jpg);
	display: inline-block;
	padding: 0 .625em;
	top: -.9em;
	position: relative;
}

.feature-in img {
	position: relative;
	top: -.6em;
}


/* Press Cover Stories
------------------------------------------------------------ */


.cover-in {
	border-top: 5px solid #888;
	border-bottom: 5px solid #888;
	margin-top: 3em;
	text-align: center;
	position: relative;
	clear: both;
	display: inline-block;
	max-width: 100%;
}

.cover-in p {
	font-size: .825em;
	text-align: center;
	/*  position: absolute;*/
	top: -10px;
	display: inline-block;
	width: 100%;
	margin: 0px auto;
	color: #7b7b7b;
}

.cover-in .backing {
	background-image: url(https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment.jpg);
	display: inline-block;
	padding: 0 .625em;
	top: -.9em;
	position: relative;
}

.cover-in img {
	position: relative;
	top: -.6em;
}


.page-id-1760 header,
.page-id-1760 .before-header {
	display: none;
}


.page-id-1760 .texture-bg,
.post-1760 {
	background: none;
	background-image: none;
}

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Agency Pro Blue
--------------------------------------------- */

.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .site-title a:hover,
.agency-pro-blue a,
.agency-pro-blue.agency-pro-home .featured-content a:hover {
	color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue .breadcrumb a,
.agency-pro-blue .genesis-nav-menu a,
.agency-pro-blue .home-top a:hover,
.agency-pro-blue .site-title a,
.agency-pro-blue a:hover.button,
.agency-pro-blue a.button {
	color: #fff;
}

.agency-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-blue .site-footer a {
	color: #999;
}

.agency-pro-blue .archive-pagination a,
.agency-pro-blue .entry-title a,
.agency-pro-blue .entry-title,
.agency-pro-blue .home-top a,
.agency-pro-blue .site-footer a:hover,
.agency-pro-blue a:hover {
	color: #333;
}

.agency-pro-blue .genesis-nav-menu a:hover,
.agency-pro-blue .genesis-nav-menu .current-menu-item > a,
.agency-pro-blue .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #0cc4c6;
}

.agency-pro-blue .archive-pagination li a:hover,
.agency-pro-blue .archive-pagination li.active a,
.agency-pro-blue a:hover.button,
.agency-pro-blue button:hover,
.agency-pro-blue input:hover[type="button"],
.agency-pro-blue input:hover[type="reset"],
.agency-pro-blue input:hover[type="submit"],
body.agency-pro-blue {
	background-color: #0cc4c6;
}

/* Agency Pro Green
--------------------------------------------- */

.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .site-title a:hover,
.agency-pro-green a,
.agency-pro-green.agency-pro-home .featured-content a:hover {
	color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green .breadcrumb a,
.agency-pro-green .genesis-nav-menu a,
.agency-pro-green .home-top a:hover,
.agency-pro-green .site-title a,
.agency-pro-green a:hover.button,
.agency-pro-green a.button {
	color: #fff;
}

.agency-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-green .site-footer a {
	color: #999;
}

.agency-pro-green .archive-pagination a,
.agency-pro-green .entry-title a,
.agency-pro-green .entry-title,
.agency-pro-green .home-top a,
.agency-pro-green .site-footer a:hover,
.agency-pro-green a:hover {
	color: #333;
}

.agency-pro-green .genesis-nav-menu a:hover,
.agency-pro-green .genesis-nav-menu .current-menu-item > a,
.agency-pro-green .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #36c38c;
}

.agency-pro-green .archive-pagination li a:hover,
.agency-pro-green .archive-pagination li.active a,
.agency-pro-green a:hover.button,
.agency-pro-green button:hover,
.agency-pro-green input:hover[type="button"],
.agency-pro-green input:hover[type="reset"],
.agency-pro-green input:hover[type="submit"],
body.agency-pro-green {
	background-color: #36c38c;
}

/* Agency Pro Orange
--------------------------------------------- */

.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .site-title a:hover,
.agency-pro-orange a,
.agency-pro-orange.agency-pro-home .featured-content a:hover  {
	color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange .breadcrumb a,
.agency-pro-orange .genesis-nav-menu a,
.agency-pro-orange .home-top a:hover,
.agency-pro-orange .site-title a,
.agency-pro-orange a:hover.button,
.agency-pro-orange a.button {
	color: #fff;
}

.agency-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-orange .site-footer a {
	color: #999;
}

.agency-pro-orange .archive-pagination a,
.agency-pro-orange .entry-title a,
.agency-pro-orange .entry-title,
.agency-pro-orange .home-top a,
.agency-pro-orange .site-footer a:hover,
.agency-pro-orange a:hover {
	color: #333;
}

.agency-pro-orange .genesis-nav-menu a:hover,
.agency-pro-orange .genesis-nav-menu .current-menu-item > a,
.agency-pro-orange .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #f07802;
}

.agency-pro-orange .archive-pagination li a:hover,
.agency-pro-orange .archive-pagination li.active a,
.agency-pro-orange a:hover.button,
.agency-pro-orange button:hover,
.agency-pro-orange input:hover[type="button"],
.agency-pro-orange input:hover[type="reset"],
.agency-pro-orange input:hover[type="submit"],
body.agency-pro-orange {
	background-color: #f07802;
}

/* Agency Pro Red
--------------------------------------------- */

.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover,
.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .site-title a:hover,
.agency-pro-red a,
.agency-pro-red.agency-pro-home .featured-content a:hover {
	color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red .breadcrumb a,
.agency-pro-red .genesis-nav-menu a,
.agency-pro-red .home-top a:hover,
.agency-pro-red .site-title a,
.agency-pro-red a:hover.button,
.agency-pro-red a.button {
	color: #fff;
}

.agency-pro-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.agency-pro-red .site-footer a {
	color: #999;
}

.agency-pro-red .archive-pagination a,
.agency-pro-red .entry-title a,
.agency-pro-red .entry-title,
.agency-pro-red .home-top a,
.agency-pro-red .site-footer a:hover,
.agency-pro-red a:hover {
	color: #333;
}

.agency-pro-red .genesis-nav-menu a:hover,
.agency-pro-red .genesis-nav-menu .current-menu-item > a,
.agency-pro-red .genesis-nav-menu .v .current-menu-item > a:hover {
	border-color: #de3233;
}

.agency-pro-red .archive-pagination li a:hover,
.agency-pro-red .archive-pagination li.active a,
.agency-pro-red a:hover.button,
.agency-pro-red button:hover,
.agency-pro-red input:hover[type="button"],
.agency-pro-red input:hover[type="reset"],
.agency-pro-red input:hover[type="submit"],
body.agency-pro-red {
	background-color: #de3233;
}


/****************************************************************
    Pinterest-like Masonry layout for Posts page and Archives
****************************************************************/
 
 
body.masonry-page {
background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/Parchment-300.jpg');
}
 
.content.masonry {
	width: 900px;
}

.content-sidebar .content.masonry {
	margin-left: 40px;
}
 
.masonry-page .content .entry {
	padding: 0 20px 20px;
	border-radius: 0;
	width: 43%;
	overflow: hidden;
}
 
.masonry-page .content .one-half,
.masonry-page .content .one-third,
.masonry-page .content .one-fourth,
.masonry-page .content .one-sixth {
	margin-left: 0;
}
 
.masonry-page .content .title-content {
	padding: 4%;
}
 
.masonry-page .content .entry-title {
	font-size: 1rem;
	line-height: 1.2;
	padding: 20px 0;
}
 
.masonry-page .content .entry-content a {
	border-bottom: none;
}
 
.masonry-page .content .entry-content p {
	margin-bottom: 0;
	text-align: left;
	font-size: 13px;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
 
.masonry-page .content .entry-content p.entry-permalink {
	padding-left: 2rem;
	padding-right: 2rem;
}
 
.masonry-page .content .entry-content a.more-link {
	font-size: .8rem;
}
 
.masonry-page .content .entry-footer {
	padding: 2px 4%;
	border-top: 1px dashed #F5F5F5;
}
 
.masonry-page .content .entry-footer .entry-meta {
	margin: 0;
	padding: 0 0 1rem 0;
	border-top: none;
}
 
.masonry-page .content .entry-pagination {
	padding-left: 2rem;
	padding-right: 2rem;
}
 
.masonry-page p {
	text-indent: 0;
}

.masonry-page .site-inner {
	float: none;
	margin-left: 0;
}

.masonry-page .entry-title {
	-webkit-border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png') 30 30 round;
	-o-border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png') 30 30 round;
	border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft.png') 30 30 round;
	padding-top: 20px 0;
}
 
 
/*Image hover*/
.masonry-page .content img.post-image {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)"; /* IE 8 */
    filter: alpha(opacity=100); /* IE 4, 5, 6 and 7 */
    zoom:1 /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
	width: 100%;
}
.masonry-page .content img.post-image:hover {
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 4, 5, 6 and 7 */
    zoom:1; /* so the element "hasLayout" or, to trigger "hasLayout" set a width or height */
}
 
/*Comment this out if infinite scrolling is NOT being used*/
.masonry-page .archive-pagination {
	display: none;
}
 
/* Infinite Scroll loader */
#infscr-loading {
	text-align: center;
	z-index: 100;
	position: fixed;
	left: 45%;
	bottom: 40px;
	width: 200px;
	padding: 10px;
	background: #000;
	opacity: 0.8;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
 
 
.widget li.recentcomments {
	margin-left: 0;
}

.blog .content-sidebar-wrap .sidebar .widget .entry {
	background: none;
	background-color: #fff;
}

.blog .content-sidebar-wrap .sidebar .widget {
	background-color: #fff;
}

.blog .content-sidebar-wrap .sidebar .featured-content .entry {
	margin-bottom: 0;
	padding: 0;
}

.blog .entry {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px 40px 24px;
	background-image: none;
}
 
#archives-3.widget li {
	margin-left:0;
}

.widget_recent_comments li {
	font-size: 14px;
	margin-left:0;
}

 
 
/*Media Queries*/
 
@media only screen and (max-width: 1023px) {
	body.masonry-page {
		background: #F5F5F5;
	}
}
 
/*For .site-inner width of 1140px, 4-columns*/
@media only screen and (max-width: 768px) {
	.masonry-page .content .entry {
		width: 325px;
	}
}
/*For .site-inner width of 1140px, 3-columns*/
@media only screen and (max-width: 768px) {
	.masonry-page .content .entry {
		width: 690px;
	}
}
 
@media only screen and (max-width: 480px) {
	.masonry-page .content .entry {
		width: 430px;
	}
}
 
@media only screen and (max-width: 320px) {
	.masonry-page .content .entry {
		width: 287px;
	}
}

h1.white a i.fa {
	color: white;
	font-size: 60px;
	position: relative;
	top: -4px;
	margin-left: 23px;
}

h1.white a i.fa.fa-twitter {
	top: -1px;
}

.ri-grid {
	margin: 0 auto 0 !important;
}

.ri-grid ul li:nth-child(7):after{
	content: "\f16d" !important;
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	font-size: 2em;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	color: #336189;
	z-index: 2;
	position: absolute;
	float: right;
	right: 10px;
	text-shadow: 2px 2px 0px #F0F0F0;
	bottom: 0;
}

.ri-grid ul li:nth-child(7) a {
	z-index: 2;
}

.post-1292 p {
	text-indent: 0;
}

.page-id-1292 iframe #wall .twine-item.promo {
	display: none !important;
}

/* Responsive Menu
--------------------------------------------- */
#responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: 10px;
}

#responsive-menu-icon::before {
  color: #333;
  content: "\f333";
  font: normal 24px/1 'dashicons';
  margin: 0 auto;
  display: none;
}


a#mobileNavOpen.fa-bars {
	top: -34px;
	font-size: 200%;
	position: absolute;
	right: 50px;
	float: right;
	z-index: 99;
	display: none;
}

#jPanelMenu-menu {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	z-index: -1;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	border-left: 2px rgba(11, 11, 63, 0.11) solid;
	background-color: white;
}

.jPanelMenu-panel {
	background: none !important;
}

#jPanelMenu-menu > li,
#jPanelMenu-menu > li > ul > li {
	border-bottom: 2px rgba(11, 11, 63, 0.11) solid;
}


#jPanelMenu-menu .menu-item {
	text-indent: 10px;
	list-style-type: none;
}

#jPanelMenu-menu .menu-item .sub-menu li {
	text-indent: 25px;
}

#jPanelMenu-menu li a {
	color: #34332f;
	text-transform: uppercase;
}

#jPanelMenu-menu li .sub-menu li a {
	color: #baa600;
	text-transform: none;
}


.post-type-archive-product .content {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 40px 40px 24px;
	background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment.jpg');
}

.post-type-archive-product .content .product {
	background: none;
}

.woocommerce .products a.button,
.woocommerce .products button.button,
.woocommerce .products input.button,
.woocommerce .products #respond input#submit,
.woocommerce .products #content input.button,
.woocommerce-page .products a.button,
.woocommerce-page .products button.button,
.woocommerce-page .products input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button {
	color: #000;
	text-shadow: none;
	border: 1px solid #334d1a;
	background: #fff;
	text-transform: capitalize;
	font-size: 15px;
}

.woocommerce .products a.button:hover,
.woocommerce .products button.button:hover,
.woocommerce .products input.button:hover,
.woocommerce .products #respond input#submit:hover,
.woocommerce .products #content input.button:hover,
.woocommerce-page .products a.button:hover,
.woocommerce-page .products button.button:hover,
.woocommerce-page .products input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover {
	color: #fff;
	text-shadow: none;
	border: 1px solid #334d1a;
	background: #000;
	text-transform: capitalize;
}

.woocommerce .content .product ins span.amount,
.woocommerce .content ul.products li.product .price,
.woocommerce-page .content ul.products li.product .price {
	color: #333;
	text-decoration: none;
}



	.mobileshow {
		display: none;
		font-size: 20px;
		text-indent: 0;
	}
	.footer-widgets-4 .mobileshow.aligncenter i.fa{
		margin: 0 1em;
	}

.signature {
	float: right;
	width: 400px;
}


.woocommerce .woocommerce-info {
	display: none;
}

.woocommerce .page-title {
	display: none;

}

.woocommerce.woocommerce-page #text-8 a.button {
	margin-bottom: 16px;
	background: #baa600;
	color: #555;
	margin: 10px auto 20px;
	width: 100%;
	text-align: center;
	display: block;
	text-shadow: none;
	border: none;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'IM Fell English', serif;
	padding: 10px 20px;
	text-transform: uppercase;
}





/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1409px) {
	.footer-widgets-4 {
		padding: 0 5% 10px;
	}
	
}

@media only screen and (max-width: 1387px) {
	.title-area {
		width: 350px;
	}
	
}


@media only screen and (max-width: 1380px) {
	.site-inner {
		max-width: none;
	}
	
	.wrap {
		max-width: 1100px;
	}
	
	.welcome-top .wrap {
		margin: 0 auto;
	}
	
	.site-header .widget-area {
		float: right;
		text-align: right;
		width: 720px;
	}
	
	.genesis-nav-menu a {
		border-top: 2px solid transparent;
		color: #fff;
		display: block;
		padding: 18px 14px 20px;
		position: relative;
	}
	
	.footer-widgets-1, .footer-widgets-3 {
		width: 350px;
	}
	
	.footer-widgets-2 {
		width: 350px;
	}

}

@media only screen and (max-width: 1380px) {
	.footer-widgets-4 {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1290px) {
	.content {
		float: right;
		width: 720px;
	}
}

@media only screen and (max-width: 1260px) {

	.wrap {
		max-width: 980px;
	}

	.site-inner {
		max-width: none;
	}

	.content {
		width: 700px;
	}
	
	.sidebar {
		width: 300px;
	}
	
	.site-header .widget-area {
		float: right;
		text-align: right;
		width: 720px;
	}

	
	.genesis-nav-menu a {
	/*	border-top: 2px solid transparent;*/
		color: #fff;
		display: block;
		padding: 18px 12px 20px;
		position: relative;
		font-size: 12px;
	}
	
	.genesis-nav-menu {
		font-size: 14px;
	}
	
	.footer-widgets-1, .footer-widgets-3 {
		width: 340px;
	}
	
	.footer-widgets-2 {
		width: 340px;
	}
	
	.content-sidebar .content {
		margin: 0 0 0 5%;
	}
}


@media only screen and (max-width: 1219px) {
	.content {
		width: 700px;
	}
}

@media only screen and (max-width: 1225px) {
	.footer-widgets .wrap {
		border-top: 0;
	}
}

@media only screen and (max-width: 1190px) {
	.before-header.widget-area .wrap,
	.header-image .site-header .wrap {
		padding: 0 5%;
	}
}

@media only screen and (max-width: 1180px) {

	.wrap {
		max-width: 960px;
	}

	.site-inner {
		max-width: none;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		/*width: 620px;*/
	}
	
	.site-header .widget-area {
		width: 600px;
	}
	
	.genesis-nav-menu a {
		color: #fff;
		display: block;
		padding: 13px 10px 20px;
		position: relative;
	}
	.genesis-nav-menu {
		font-size: 13px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}
	
	.agency-pro-home .content .home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	.agency-pro-home .content .home-bottom .featuredpost .entry {
		min-height: 360px;
	}
	
	.footer-widgets .wrap {
		padding: 40px 5% 0;
	}
	
	.footer-widgets-4 {
		padding: 0 0 10px;
	}

}

@media only screen and (max-width: 1178px) {
	.site-header .widget-area {
		width: 650px;
	}
}

@media only screen and (max-width: 1177px) {
	
	.content-sidebar-wrap {
		overflow: visible;
	}
	
	.content-sidebar .content {
		margin: 0;
	}
}

@media only screen and (max-width: 1082px) {
	.content-sidebar .content {
		margin: 0;
	}
}

@media only screen and (max-width: 1079px) {
	.content {
		width: 680px;
	}
}

@media only screen and (max-width: 1070px) {
	.site-inner {
		max-width: none;
	}
	
	.wrap {
		max-width: 880px;
	}
	
	.footer-widgets .wrap {
		max-width: 100%;
	}
    
    .calendar .icon-calendar:before {
    font-size: 1.2em;
    }
    
    .genesis-nav-menu a {
        padding: 13px 8px 20px;
        font-size: 11px;
    }
    
    .site-header .widget-area {
        width: 544px;
    }
	
	.footer-widgets {
		60px 5% 10px;
	}	
}


@media only screen and (max-width: 1051px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 30%;
	}
}


@media only screen and (max-width: 1023px) {



	a#mobileNavOpen.fa-bars {
		right: 20px;
		top: 35px;
		display: block;
	}

	#nav_menu-2,
	#nav_menu-3,
	#nav_menu-4,
	#text-10,
	#text-9,
	#text-16,
	#soliloquy-2,
	#simple-social-icons-2 {
		display: none;
	}
	
	.agency-pro-home .site-inner .welcome-middle {
		padding: 0;
	}
	
	.agency-pro-home .content .widget {
		margin-bottom: 40px;
	}
	
	#envira-gallery-2 .widget-title:before,
	#envira-gallery-3 .widget-title:before {
		left: 40px;
	}
	
	#envira-gallery-2 .widget-title:after,
	#envira-gallery-3 .widget-title:after {
		right: 0;
	}
	
	.before-footer-widget .envira-gallery {
		margin-bottom: 20px;
	}
	

	.footer-widgets-4 .alignleft,
	.footer-widgets-4 .alignright {
		float: none;
		text-align: center;
	}
	
	.wrap,
	#text-8 {
		max-width: 760px;
		margin: 0 auto;
	}
	

	.entry {
		max-width: 760px;
		margin: 0 auto 50px;
	}
	
	.content-sidebar-wrap {
		margin: 0 auto;
		padding: 0 10%;
	}
	
	a#mobileNavOpen.fa-bars {
		right: 7%;
	}
	
	#envira-gallery-2 {
		padding: 50px 5% 0;
	}
	
	.site-inner {
		max-width: none;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	
	
	
	.sidebar .widget {
		border-radius: 3px;
	}


	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 47%;
	}
	
	.mobileshow {
		display: block;
	}
	
	.footer-widgets-1 {
		float: right;
	}
	
	.footer-widgets-2 {
		float: left;
	}
	
	.site-container {
		padding-top: 50px;
	}
/* Home page */
	.page-id-1114 .site-container {
		padding-top: 0;
	}

	.header-image .site-title a {
		background-position: center !important;
		margin: 0 0 6px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto ;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

	.site-footer {
		padding: 24px 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	.home-bottom .featured-content .post:nth-of-type(3n+1),
	.home-middle .featured-content .post:nth-of-type(3n+1) {
	  clear: none;
	}
	
	.home-bottom .featured-content .post:nth-of-type(2n+1),
	.home-middle .featured-content .post:nth-of-type(2n+1) {
	  clear: left;
	}
	
	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 50%;
	}
	
	.genesis-nav-menu a {
		padding: 10px 12px 12px;
	}
	
	.genesis-nav-menu .sub-menu .sub-menu {
		margin-top: -42px;
	}
	
	.genesis-nav-menu .sub-menu a {
		padding: 12px;
	}
	
	.agency-pro-home h1.big,
	h1 {
		font-size: 26px;
	}
	
	.agency-pro-home h2 {
		font-size: 26px;
	}
	
	.agency-pro-home h3 {
		font-size: 17px;
	}
	
	.twenty li {
		font-size: 17px;
	}
	
	
}


@media only screen and (max-width: 994px) {

	#envira-gallery-2 .widget-title:before, 
	#envira-gallery-3 .widget-title:before,
	#envira-gallery-2 .widget-title:after, 
	#envira-gallery-3 .widget-title:after {
		display: none;;
	}


}

@media only screen and (max-width: 927px) {

	h1.white a i.fa {
		font-size: 40px;
		top: -4px;
	}
}



@media only screen and (max-width: 888px) {
	.welcome-top .widget-title {
		font-size: 40px;
	}
}


@media only screen and (max-width: 888px) {
	#text-13 h1.aligncenter.white {
		padding: 0 5%;
		font-size: 60px;
		bottom: -44px;
	}
	
	h1.white a i.fa {
		font-size: 40px;
		top: -2px;
	}
	
	h1.white a i.fa.twitter {
		font-size: 40px;
		top: 0;
	}
}

@media only screen and (max-width: 818px) {
	#text-13 h1.aligncenter.white {
		padding: 0 5%;
		font-size: 50px;
		bottom: -41px;
	}
}



@media only screen and (max-width: 800px) {

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.agency-pro-home .wrap {
		max-width: 620px;
	}
	
	.footer-widgets .wrap {
		padding: 40px 0 0;
		max-width: 100%;
	}
	
	.agency-pro-home .content .home-middle .featuredpost .entry {
		min-height: 320px;
	}
	
	.entry-title {
		font-size: 30px;
	}
	
	.site-inner {
		padding: 5% 0 0;
	}
	
	.speakersocial.aligncenter {
		margin: 0 auto;
		clear: left;
		text-align: left;
	}
	
}

@media only screen and (max-width:782px) {

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }
}


@media only screen and (max-width:786px) {
	  a#mobileNavOpen.fa-bars {
		right: 7%;
	}
}

@media only screen and (max-width:710px) {
	#text-13 h1.aligncenter.white {
		padding: 0 5%;
		font-size: 40px;
		bottom: -37px;
	}
	
	.texture-bg,
	.footer-widgets {
		background: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/leather-mobile-tile.jpg') repeat center scroll;
	}
}

@media only screen and (max-width: 680px) {
	
	.header-full-width .site-container,
	.site-container {
		padding: 50px;
	}
	
	.texture-bg {
		height: 85px;
	}
	
	a#mobileNavOpen.fa-bars {
		font-size: 150%;
		top: 30px;
	}
	
	
		
	a#mobileNavOpen.fa-bars:hover {
		color: #baa600
	}

	
	 .site-container {
		padding: 30px 0 0;
	}

	.site-header {
		position: static;
	}

	.wrap {
		width: 80%;
	}
	
	.footer-widgets .wrap {
		width: 90%;
	}
	
	.agency-pro-home .content .wrap {
		max-width: 100%;
		width: 100%;
	}

	.agency-pro-home .content .textwidget {
		padding: 60px 5%;
		display: inline-block;
	}

	.agency-pro-home .content .featuredpost .entry {
		min-height: 380px;
		width: 100%;
	}
	
	.agency-pro-home .content .featured-content .entry-header {
		clear: both;
	}
	
	.home-top .widget-title {
		font-size: 48px;
	}
	
	.nav-secondary .genesis-nav-menu a {
		font-size: 12px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		line-height: 1;
		padding: 18px 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu a,
	.genesis-nav-menu.responsive-menu .sub-menu a:hover,
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover {
		background: none;
		color: #fff;
	}

	.enews-widget input[type="submit"] {
		font-size: 12px
	}

	.signature {
		float: right;
		width: 90%;
	}
	
	.widget li {
		margin-left: 15px;
	}
	
	#text-11 {
		margin-bottom: 0;
	}
	
	.agency-pro-home .button,
	.agency-pro-home .entry-content .button {
		text-align: center;
		margin: 0 auto;
		display: table;
	}


	.header-image .site-title a {
		float: left;
		min-height: 80px;
		width: 100%;
	}
	
	.header-image .site-header .wrap {
		padding: 0 0 0 5%;
		width: 90%
	}

	.entry-title {
		font-size: 18px;
	}
	
	.page-id-790 .entry-title {
		font-size: 18px;
		line-height: 1.2;
	}

}

@media only screen and (max-width: 660px) {
	html {
		margin-top: 0 !important;
	}
}
@media only screen and (max-width: 653px) {
	.footer-widgets-3 {
		width: 100%;
	}
	
}

@media only screen and (max-width: 605px) {
	
	.before-footer-widget {
		margin: 0 auto;
		clear: both;
		padding-top: 40px;
	}
	
	#text-13 h1.aligncenter.white {
	padding: 0 5%;
	font-size: 34px;
	bottom: -34px;
	}
	
	h1.white a i.fa {
		font-size: 24px;
		top: -2px;
	}
}

@media only screen and (max-width: 594px) {
	#grid_widget-2 {
		display: none;
	}
	

}


@media only screen and (max-width: 581px) {
	.header-image .site-title a {
		background-size: contain !important;
		width: 80%;
	}

	a#mobileNavOpen.fa-bars {
		font-size: 150%;
		top: 30px;
	}
}


@media only screen and (max-width: 526px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

}



@media only screen and (max-width: 480px) {
	
	.home-middle .featuredpost img.entry-image {
		position: relative;
	}
	
	.home-middle .featuredpost .entry img:hover {
		  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		  filter: alpha(opacity=90);
		  -moz-opacity: 0.9;
		  -khtml-opacity: 0.9;
		  opacity: 0.9;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.site-inner {
		padding: 5%;
		margin-top: 0;
	}
	.content-sidebar-wrap {
		margin: 0 auto;
		padding: 0;
	}
	
	.entry {
		max-width: 760px;
		margin: 0 auto 0;
	}
	.before-footer-widget{
		display: none;
	}
	
	#text-8 {
		background-color: white;
		margin: 40px 0;
	}
	
	#text-8 a.button:hover {
		background-color: #222;
		color: #fff;
	}
	
	#text-8 .line.aligncenter {
		display:none;
	}
	
	#text-8 .widget-wrap {
		-webkit-border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-brown.png') 30 30 round;
		-o-border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-brown.png') 30 30 round;
		border-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/line-lovecraft-brown.png') 30 30 round;
		padding-top: 20px;
	}
	
	p {
		text-indent: 0;
	}


}





@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
    .agency-pro-home .content .widget {
		background-image: url('https://necronomicon-providence.com/wp-content/themes/necronomicon-providence-2015/images/parchment@2x.jpg');
	}

    .header-image .site-title a {
		float: left;
		background-size: cover;
		background: url(https://necronomicon-providence.com/wp-content/uploads/2018/08/necronomicon-providence-2019-logo.png) no-repeat center/cover;
		background-image: url(https://necronomicon-providence.com/wp-content/uploads/2018/08/necronomicon-providence-2019-logo.png);
		background-size: 50%;
    	background-size: 350px 70px; !important;
    	background-repeat: no-repeat;
	}
    
}