/*
Theme Name: Infinite (pipdig)
Theme URI: https://www.pipdig.co
Author: pipdig
Author URI: https://www.pipdig.co
Description: A WordPress Theme by pipdig.
Version: 2.7.0
License: Copyright 2019
*/

html{overflow-x: hidden;}

body {
	color: #333;
	font-size: 14px;
	font-family: Georgia, serif;
	font-weight: 400;
	line-height: 1.7;
	background: #fff;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: Playfair Display SC, Georgia,serif;
	font-weight: 400 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6{text-align:left;letter-spacing:1px}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:15px;
}
h6 {
	font-size:14px;
}
blockquote {border-left: 5px solid #e8e8e8}
blockquote p {
	color: #787878;
	font-style: italic;
	font-size: 15px;
	line-height: 1.5;
}
blockquote cite {
	margin-top: 10px;
	display: block;
	color: #384750;
	font-size: 14px;
	font-weight: 400;
}
pre {
	background: #f7f7f7;
	border-radius: 0;
	border: 2px solid #e2e2e2;
}

/* Links */
a {
	text-decoration: none;
	color: #999;
	-webkit-transition: color .2s linear;
	   -moz-transition: color .2s linear;
		-ms-transition: color .2s linear;
		 -o-transition: color .2s linear;
			transition: color .2s linear;
}
a:hover,
a:focus {
	color: #000;
	outline: none;
	text-decoration: none;
}
.textalign-center {
text-align: center;
}

/* Forms
   ========================================================================== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
	font-size: 12px;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
select {
	
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
	border-color: #eee;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 45px;
	padding: 7px 17px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	font-family: Playfair Display SC, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 0;
	background: #111;
}
input[type="reset"] {
	color: #333;
	background: #eee;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #999;
	color: #fff;
}
input[type="reset"]:hover,
input[type="reset"]:focus {
	color: #333;
	background: #e5e5e5;
}

/* Media
   ========================================================================== */
img.alignleft,
.wp-caption.alignleft {
	margin: .5em 1.5em 1em 0;
}
img.alignright,
.wp-caption.alignright {
	margin: .5em 0 1em 1.5em;
}
img.aligncenter,
.wp-caption.aligncenter {
	margin: .5em auto;
}
.page-content img,
.entry-content img, .page-content img,
.entry-summary img,
.comment-content img,
.site-sidebar img {
	max-width: 100%;
	height: auto;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	border: none;
}
.wp-caption {
	max-width: 100%;
	margin-bottom: 1em;
	padding: .6em;
	background: #f9f9f9;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	color: #878787;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: .6em 0 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.entry-attachment .attachment {
	margin: 0 0 1.5em;
}
.attachment-thumbnail {
	border-color: #f7f7f7!important;
}



/* Search Forms
   ========================================================================== */
.search-form {
	position: relative;
}
.search-form .form-group {
	margin: 0;
}
.search-form .form-submit {
	top: 0;
	right: 0;
	position: absolute;
}
.search-form .fa-search {
	font-size: 18px;
	line-height: 1;
}

/* Layout
   ========================================================================== */
.container {
	max-width: 1070px;
	position: relative;
}

/* ==========================================================================
   Header
   ========================================================================== */

/* Top Bar
   ========================================================================== */
.site-top {
	background: #111;
	position: relative;
	width: 100%;
	z-index: 500;
}

/* Header
   ========================================================================== */
.site-header {
	text-align: center;
	padding-top: 15px;
}
.site-header .container {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* Logo
   ========================================================================== */
.site-title {
	margin: 0;
	font-size: 60px;
	font-family: Playfair Display SC, sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 1;
	color: #252525;
}
.site-title img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.site-title a {
	color: #252525;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}
.site-description {
	color: #888;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 10px auto 0;
	max-width: 75%;
	text-align: center;
}

/* Navigation
   ========================================================================== */
.stickybar{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index:5000;
opacity:.94;
box-shadow: 0 1px 5px rgba(5, 5, 5, 0.31);
}
.sticky-nudge{margin-top:38px;}
.menu-toggle,
.menu-bar ul li a {
	color: #fff;
	padding: 0 25px;
	transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;
}
.menu-bar ul li > a:hover {
		background-color: #eee;
		color: #111;
}

/* Search
   ========================================================================== */
.site-search {
}
.search-toggle {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	padding: 0 20px;
	cursor: pointer;
	color: #999;
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
	text-decoration: none;
	line-height: 50px;
	background: #111;
	z-index: 999;
}
.search-toggle:hover,
.search-toggle.active {
	background: rgba(0, 0, 0, .15);
}
.search-expand {
	position: absolute;
	top: 50px;
	right: 15px;
	width: 330px;
	display: none;
	background: #222;
	z-index: 999;
}
.search-expand-inner {
	padding: 15px;
	background: rgba(0, 0, 0, .15);
}
.site-search .search-form .search-submit {
}
.site-search .search-form .search-submit:hover,
.site-search .search-form .search-submit:focus {
}

/* ==========================================================================
   Main Area
   ========================================================================== */
.site-main .container {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* Entries
   ========================================================================== */
.sticky {
}
.hentry {
	margin-bottom: 50px;
}
.bypostauthor{}
/* Entry Header */
.entry-header {
	margin: 0 0 15px;
}

.entry-header .entry-meta {
    color: #999;
}

.entry-header .entry-meta a {
    color: #999;
}

/* Entry Title */
.entry-title {
	margin: 15px 0 8px;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2;
	text-transform:uppercase;
	text-align: center;
	letter-spacing:2px;
	-ms-word-wrap: break-word;
		word-wrap: break-word;
}
.entry-title a {
	color: #222;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #999;
	text-decoration: none;
}
.entry-title a:visited {
}

/* Entry Meta */
.entry-meta {
	color: #222;
	font-size: 11px;
	letter-spacing:2px;
	text-transform: uppercase;
	font-family: Times New Roman, serif;
	text-align: center;
}
.entry-meta a {
	color: #222;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #000;
	text-decoration: none;
}
.entry-meta a:visited {
}

/* Entry Footer */
.entry-footer {
	text-align:left;
	height: 36px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding-top: 7px;
}

.entry-footer a {
	color: #222;
}
.entry-footer a:hover {
	color: #999;
}

/* Entry Meta Icons */
.entry-meta .fa {
	margin-right: 5px;
	font-size: 11px;
	color:#555;
}
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .cat-links,
.entry-meta .tags-links,
.entry-meta .bookmark-link {
	margin-right: 15px;
}

/* Entry Thumbnail */
.entry-thumbnail {
}

/* Entry Content */
.entry-content {
	margin-bottom: 10px;
	text-align: justify;
}
.entry-summary {
	margin-bottom: 30px;
}
.entry-content ul li,
.entry-content ol li {
	margin-bottom: 5px;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-top: 5px;
}

/* Post Formats
   ========================================================================== */
.mejs-container {
	margin-bottom: 30px;
}

/* Search results/No posts
   ========================================================================== */
.page-header {
	margin: 16px 0 30px;
	border: none;
}
.page-title {
	margin: 0;
	padding: 0 0 10px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
.taxonomy-description {
	margin: 10px 0 0;
	font-size: 14px;
}
.taxonomy-description p:last-child {
	margin: 0;
}

.page-content .search-form {
	margin-bottom: 30px;
}

/* Page Links
   ========================================================================== */
.page-links {
	margin-bottom: 30px;
}
.page-links a {
	margin: 0 5px;
	padding: 12px 15px;
	display: inline-block;
	color: #222;
	font-size: 14px;
	font-weight: 400;
	font-family: Playfair Display SC, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1;
	background: #e2e2e2;
}
.page-links a:first-child {
	margin-left: 5px;
}
.page-links a:hover,
.page-links a:focus {
	color: #fff;
	background: #999;
}

/* Content Navigations
   ========================================================================== */
.site-main [class*="navigation"] {
}
.site-main [class*="navigation"] .nav-previous {
	width: 50%;
	float: left;
}
.site-main [class*="navigation"] .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}
.site-main [class*="navigation"] a {
	padding: 12px;
	display: inline-block;
	color: #111;
	font-size: 13px;
	font-weight: 400;
	font-family: Playfair Display SC, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.2;
	background: #fff;
	transition: background-color 0.32s ease-out;
	-o-transition: background-color 0.32s ease-out;
	-moz-transition: background-color 0.32s ease-out;
	-webkit-transition: background-color 0.32s ease-out;
}
.site-main [class*="navigation"] a:hover,
.site-main [class*="navigation"] a:focus {
	color: #333;
	background: #f2f2f2;
}

/* Single post navigation */
.site-main .post-navigation {
	margin: -30px 0 30px;
}
.site-main .post-navigation a {
	padding: 20px 30px;
	display: block;
	color: #999;
	font-size: 13px;
	font-weight: 400;
	font-family: Playfair Display SC, sans-sserif;
	letter-spacing: 1px;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.5;
	background: transparent;
}
.site-main .post-navigation a:hover,
.site-main .post-navigation a:focus {
	color: #111;
	background: transparent;
}
.site-main .post-navigation .meta-nav {
	display: block;
	margin-bottom: 5px;
	color: #222;
	font-size: 13px;
	font-weight: 400;
	font-family: Playfair Display SC, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	line-height: 1.2;
}

/* Comments navigation */
.site-main .comment-navigation {
	margin-bottom: 30px;
}
.site-main .comment-navigation a {
	padding: 15px;
	font-size: 12px;
}

/* Comments
   ========================================================================== */
.comments-area {
}
.comments-title {
	margin: 0 0 30px;
	font-size: 18px;
	line-height: 1.2;
}

/* Comment List */
.comment,
.pingback {
	padding: 20px 0;
	font-size: 14px;
	border-top: 1px solid #eee;
}
.comment-avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 0 0;
	display: block;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.comment-body {
}
.comment-meta {
	overflow: hidden;
	color: #444;
	font-size: 13px;
	font-family: Playfair Display SC, sans-serif;
	line-height: 1.5;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.comment-meta a {
	color: #333;
}
.comment-meta a:hover {
	color: #999;
}
.comment-meta a:hover,
.comment-meta a:focus {
	text-decoration: none;
}
.comment-meta .fa {
	margin-right: 5px;
	color: #c5c5c5;
	font-size: 12px;
}
.comment-author {
	display: block;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.comment-footer .edit-link {
	margin-right: 15px;
}
.comment-content {
	margin: 20px 0;
}
.comment-reply {
}
.comment-list {
	margin-top: -10px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ddd;
}
.comment ul.children {
	margin: 25px 0 -15px 55px;
	padding: 0;
	list-style: none;
}

/* Comment Form */
.comment .comment-respond {
	margin-top: 20px;
}
.comment-reply-title {
	margin: 0 0 20px;
	font-size: 18px;
	line-height: 1.2;
}
a#cancel-comment-reply-link {
	margin-left: 10px;
}
a#cancel-comment-reply-link:hover,
a#cancel-comment-reply-link:focus {
	text-decoration: none;
}
a#cancel-comment-reply-link:before {
	width: 1em;
	margin-right: 3px;
	display: inline-block!important;
	content: "\f00d";
	color: #666;
	font-size: 12px;
	font-family: FontAwesome;
	text-align: center;
}
.comment-form-url,
.comment-form-email,
.comment-form-author {
	max-width: 50%;
}
.comment-form-comment textarea.form-control {
	min-height: 150px;
}
.no-comments,
.logged-in-as,
.comment-notes,
.form-allowed-tags {
	font-size: 14px;
}
.form-allowed-tags code {
	margin: 5px 0 0;
	display: block;
	color: #999;
	white-space: normal;
	background: none;
}

/* Subscription - Jetpack */
.comment-subscription-form {
	margin: 0;
}
.comment-subscription-form label {
	margin-left: 5px;
	font-size: 12px;
	font-weight: 400;
	vertical-align: text-bottom;
}

.show-author {display:none}

.pipdig-post-sig {
	margin-top: 20px;
}
.pipdig-post-sig h6 {
	text-align: center;
	margin-bottom: 3px;
}
.pipdig-post-sig.socialz a {
	font-size: 20px;
	margin: 0 7px;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget {
	margin-bottom: 5px;
}
.widget-title {
	background: #111;
	color: #fff;
	font: 12px Playfair Display SC,arial,sans-serif;
	letter-spacing: 2px;
	margin-bottom: 10px;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
}
.widget-title a {
	color: #fff;
}
.widget img {
	max-width: 100%;
	height: auto;
}

/* Widget Lists
   ========================================================================== */
.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_rss ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_pages ul,
.widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_links ul li,
.widget_meta ul li,
.widget_rss ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
	padding: 5px 0;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_rss ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_pages ul li:last-child,
.widget_nav_menu ul li:last-child {
	padding-bottom: 0;
}

/* Widget Specific
   ========================================================================== */
/* Widget Select */
.widget select {
	width: 100%;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
}

/* Archives Widget */
.widget_archive select,
.widget_categories select {
	margin-top: 10px;
}

/* RSS Widget */
.widget_rss .rss-date {
	margin-bottom: 5px;
	display: block;
	color: #999;
	font-size: 12px;
}
.widget_rss li > cite {
	font-style: italic;
	font-weight: 400;
}

/* Calendar Widget */
.widget_calendar caption {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */
.site-sidebar {
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
	padding-right: 0;
}
.site-sidebar a {
}
.site-sidebar a:hover,
.site-sidebar a:focus {
}
.site-sidebar .widget {
	padding: 10px 20px;
}
.site-sidebar .widget:first-child{padding-top:0}

.site-sidebar .widget-title {
}

.socialz {text-align:center;}
.socialz a {
color: #111111;
font-size: 25px;
margin: 0 9px;
-webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out;transition: all 0.25s ease-out;
}
.socialz a:hover, #p3_social_sidebar a:hover {
color: #999999;
}

/* ==========================================================================
   Extra
   ========================================================================== */
.site-extra {
	font-size: 14px;
	line-height: 1.6;
}
.site-extra .container {
	padding-top: 40px;
	padding-bottom: 30px;
}
.site-extra a {
}
.site-extra a:hover,
.site-extra a:focus {
	color: #999;
}
.site-extra .widget {
	text-align: center;
	margin-bottom: 10px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
	color: #fff;
	font: 10px Montserrat, sans-serif;
	letter-spacing: 2px;
	text-transform:uppercase;
	background: #111;
}
.site-footer .container {
	padding: 15px 0;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #07c1b6;
}
.site-credit {
	text-align: right;
}

.posted-on {
	margin-right: 0 !important;
}

.byline,.comments-link,.posted-on .fa {
	display: none;
}

.comment-date {
	font: 10px arial,sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

label {
	font-weight: normal;
}
#subscribe-submit > input {
	height: 30px;
	padding: 5px;
}
#back-top{
background: transparent;
line-height: 100%;
display: inline-block;
position: fixed;
right: 40px;
bottom: 70px;
z-index: 10002;
}
#back-top .fa {font-size: 36px;}
#back-top a {
color: #000;
transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;
padding: 5px;
display: block;
}
#back-top a:hover{color: #ccc}
#back-top a:focus{color: #f7f7f7;}
.menu-titlez {
position:absolute;
top: 15px;
font: 13px Playfair Display SC, sans-serif;
letter-spacing: 1px;
text-transform:uppercase;
color:#fff;
}
#fsb-social-bar{border:0 !important}

.commentz {float:right;font: 13px Playfair Display SC, serif;letter-spacing:1px;}

.sharez{letter-spacing:1px;font-family:Playfair Display SC,sans-serif;position:relative;top:-1px;}
.addthis_toolbox a{display:inline-block!important;}
.addthis_toolbox {float:left; font-size:12px;}
.addthis_toolbox .fa {font-size:16px;margin:2px 5px 0; color:#222;transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
.addthis_toolbox .fa:hover{color:#aaa}
.single .addthis_toolbox, .woocommerce .addthis_toolbox  {float:none;margin-bottom:15px;}

.wpp-list {
list-style: outside none none;
padding: 0;
margin: 0;
}
.wpp-thumbnail{
margin: 0 0 3px !important;
float:none;
}
.wpp-post-title{
font:14px Playfair Display SC,sans-serif;
text-transform: uppercase;
letter-spacing:0;
}
.wpp-list li{margin-bottom:20px;}

.jp-relatedposts-post-img{max-width:100%;height:auto}

#pipdig-related-posts > ul {
padding: 0;
margin: 0;
text-align: center;
}
#pipdig-related-posts > h3 {
text-align: center;
}
#pipdig-related-posts li {
width: 24%;
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
vertical-align: top;
height: 170px;
}
.pipdig-related-thumb {
height: 100px;
overflow: hidden;
}
.pipdig-related-title {
margin: 0 auto;
text-align:center !important;
width: 94%;
line-height: 13px;
}
.pipdig-related-title a {font-size:13px;color: #333;}

.pipdig-related-thumb a {transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
.pipdig-related-thumb a:hover {opacity: .6}

.entry-summary a.more-link, a.more-link {
color: #fff;
background: #111;
display: block;
font: 13px Playfair Display SC, sans-serif;
font-weight: 400;
letter-spacing: 2px;
padding: 10px 0;
width:100%;
text-transform:uppercase;
margin:10px auto;
text-align: center;
font-size: 13px;
position: relative;
top:5px;
transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;
}
.entry-summary a.more-link:hover, a.more-link:hover {
color: #fff;
background: #ddd;
}

#subscribe-email input{text-align:center}
#jetpack_remote_comment{width:99% !important}

.footer-wrapz{width:100%;background:#111;color:#bbb;padding-top:10px;}

.widget-title label {margin:0;}

.instagram-pics {padding:0;}
.instagram-pics > li {
display: inline-block;
margin: 0;
padding: 1% 0;
width: 49%;
}
.instagram-pics > li:nth-child(odd) {
padding-right: 1%;
}
.instagram-pics > li:nth-child(even) {
padding-left: 1%;
}
.instagram-pics a:hover{
transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;
}
.instagram-pics a:hover{
opacity:.7;
}




.cycle-slideshow {z-index: 0;margin-bottom:60px;}
#slide-container {
height: 430px;
position: relative;
width: 100%;
overflow:hidden;
}
#slider {
height: 430px;
width: 100%;
overflow: hidden;
}
#slide-container img {
height: auto;
width: 100%;
}
.slide-desc {
background: #fff;
background: rgba(255, 255, 255, 0.7);
color: #111;
padding: 15px 0;
position: absolute;
text-align: center;
left:0;
bottom: 35px;
width:100%;
z-index: 8;
}
.slide-desc h2 {
font-size: 16px;
display: block;
margin: 0;
padding: 0;
color:#111;
letter-spacing:1px;
}
.crosscol .widget-content {
position: relative;
}
#slider ul, #slider li,
#slider2 ul, #slider2 li {
margin: 0;
padding: 0;
list-style: none;
}
#slider2 {
margin-top: 1em;
}
#slider li, #slider2 li {
width: 100%;
height: auto;
overflow: hidden;
}
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 11%; opacity: 0.2; filter: alpha(opacity=20); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozREY1MTZFMzA5MjA2ODExODIyQUFFMDY2RDlCRDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMzg5ODIzNjc0RUYxMUU0QjIyRUVFMDhENTZGOERCNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMzg5ODIzNTc0RUYxMUU0QjIyRUVFMDhENTZGOERCNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MkRCRDRCRUI3NEU0MTFBNDlFRUI0NjQ4MEE3MDE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNERjUxNkUzMDkyMDY4MTE4MjJBQUUwNjZEOUJEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+mqXCawAAAgBJREFUeNrEmb9LgkEYx18TBAURBEFwMCIwJMiQBglpkEAapEEapCFoqf9JaAiHaHJqaWpoCpqilsCgMIoiioqiur7V94GX8Mervnf3wgd8vTs/Hnfv3XPPG1BKOQavIKiDtvMjNkQQNNTf9WFKGgK7IgU1U9ImpW+g+ju8mqVhsOeSVqRMpzQC9il9AWV3uS5pFBxQ+gxK/+vokMbAIaWPoNipnt/SODii9AEUutX1U5oAx5TegXyv+n5Jk+CE0huQ69fGD2kKnFHaBlkv7UaVpsE5pZcg47XtKNIJ0KK0xXtHtzjDHir2OD3obwwjzXIsFcc2NcyfH7RBjrNWcRYnhx2qQSrn+XwqPq+JUSam14oFrkSKK1N81MfQS6Ui11zFNTjmx6LTr0KJu4vibhP1a4ntVVjmPqq4r0b83FC6FVQYMShGEGG/t89OX1Zd0iZjJke3uMYoUDEqDOkKjdw3ay5pg3Gwo1u8Ab4o3dItFfEM+KT0FIyZCPLlw6arx3VTPRbWXWO8bWqMhVWXfMfUrBZWwLvp51hYtrFyCUvg1fRaLSza2J2EBfBkej8W5m1EIMIcuDcdcwmz4NZ0lClMg2vTcbUwBa5MnySESXBh+uwkjNs4LVo9H1vNCFjNgVjN+ljNc1nN7FnNZVrN3lrNV1vN0Hd8JxGw9RbmW4ABABTwONDWKj7uAAAAAElFTkSuQmCC) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAA3CAYAAAAbk/pcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozREY1MTZFMzA5MjA2ODExODIyQUFFMDY2RDlCRDM4NSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQTE5NzI0NTc0RUUxMUU0OTNFN0YxNEUzODlDREI4MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQTE5NzI0NDc0RUUxMUU0OTNFN0YxNEUzODlDREI4MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU5MkRCRDRCRUI3NEU0MTFBNDlFRUI0NjQ4MEE3MDE1IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNERjUxNkUzMDkyMDY4MTE4MjJBQUUwNjZEOUJEMzg1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HM2p5gAAAe1JREFUeNrcmc0rRFEYxo/PEPmKDImkSBY+spBkgZKFLGQhOzb+EBt/g7KQhSw0C01pFpokyUcWIxajUaPRiESIcD0vj7rZe2459bt17+bXufec933Pe7M8z5t3ztWCWfDuVAPiN+97rIAc4BTYZconXwP5KrExAV4oDyvk/psxnzwCClViYwQ8UR4FRSqxMQgeKY+BEpXY6Af3lO+AUpXY6AV3lO+DCpXY6AY3lB+BKpXY6AAZyuOgRiU22kCa8lNQpxIbLSBFeQI0qMRGE0hSnuS9ROw40wTlKb4JidjxG59SnuYakIgdV3ec8gxXv0TsuK+PKL/hvpeIHSPaPuV3jHgSsWMs36H8nrFeInbMYjHKLbsNqcSO+TtK+TMYVYkdK5cI5VbRjKvEjjVbmPJXMKkS/8jXKLcqdloldqzTV3zyGZX4R75E+QeYs+dZX/a/H9kgDlrBB+hSzXjx94wV0mX1N84Dq+pVbVtpXb2PC8CGOnJZrN5Ux+pisOXLTsOqfLxN6QMYUOTjcrDnq0D6VDXXIaW3oEddZV6DTnVdfQXa1SeJS9CqPjtdgGb1afEcNKrPx2egXt0ROAEhdQ/kGFSruz4HoFLd59oFZf+2sxdILzOQ7m0g/erAOvSB/JPIxXFiAYTUf2E+BRgAgDrfTqv3J2QAAAAASUVORK5CYII=) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .8; filter: alpha(opacity=80); transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}

/* Social Footer -------------- */

.extra-footer-outer {
width: 100%;
}
.extra-footer-outer .container {
background: none;
}
.feed-footer-outer {
background: #eee;
}
.social-footer-outer {
background: #eee;
}
.social-footer {
font: 11px Montserrat, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}
.social-footer div {
text-align:center;
padding: 18px 0;
}
.social-footer, .social-footer a {
color: #000;
}
.social-footer .fa {
font-size: 14px;
}


@media only screen and (min-width: 720px) {
	.menu-bar > ul > li > a {
		font-size: 12px;
		font-weight: 400;
		font-family: Playfair Display SC, sans-serif;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.menu-bar ul ul li a {
		padding: 10px 20px;
		color: #222;
		font-size: 12px;
		font-family: Playfair Display SC, sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.menu-bar ul ul li > a:hover, 
	.menu-bar ul ul li:hover > a {
		background-color: #eee;
		color: #111;
	}
	.menu-titlez{display:none;}
}

@media only screen and (max-width: 769px) {
.menu-toggle, .menu-bar ul li a {
	padding: 0 19px;
}
	.site-sidebar {
		margin: 30px 0 0;
		padding: 0;
	}
	.site-sidebar .widget {
		margin: 0;
		padding: 20px 15px;
	}
	.site-sidebar .widget:last-child {
		padding-bottom: 30px;
	}
	#pipdig-related-posts, .hide-back-to-top {
		display: none;
	}
}

@media only screen and (max-width: 719px) {
	.menu-bar ul {

	}
	.menu-bar ul li {
		border-bottom: 0;
	}
	.menu-bar ul li a {
		font-size: 13px;
		line-height: 30px;
		font-family: Playfair Display SC, sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.menu-bar ul ul li a {
		font-size: 12px;
	}
	.site-title {
		font-size: 40px;
		font-size: 9vw;
		line-height: 1.2;
		letter-spacing:8px;
	}
	.site-header .container {
		padding-bottom: 5px;
		padding-top: 20px;
	}
	.site-footer,
	.site-credit {
		text-align: center;
	}
	.search-toggle,
	.search-expand {
		left: 15px;
		right: auto;
	}
	.addthis_toolbox .fa {
		margin: 0 3px;
	}
	.site-main .container {
		padding-bottom: 0;
	}
	.entry-meta .entry-comments, .show-comments {display:none}
	.site-description {display:none}
	.site-title{margin-bottom:20px}
}

@media only screen and (max-width: 990px) {
#trendingz, #home-sliderz {display:none}
}

.single .entry-footer {
	height: auto;
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {border-radius:0;background:none;color:#000}

.date-bar-white-bg > span::after {
	content: " / ";
}
.date-bar-white-bg > span:last-child::after {
	content: "";
}

/* p3 */
.top-socialz a {
background: none !important;
color: #fff !important;
}
#p3_instagram_header {
	margin-top: 0;
}