/*
Theme Name: Tundra (pipdig)
Theme URI: http://www.pipdig.co
Author: pipdig
Author URI: http://www.pipdig.co
Description: A WordPress Theme by pipdig.
Version: 2.6.2
Text Domain: pipdig-textdomain
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

html{overflow-x: hidden;}

body {
	color: #333;
	font-size: 14px;
	font-family: Raleway, Verdana, Arial, sans-serif;
	font-weight: 500;
	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: Montserrat, sans-serif;
	font-weight: 400 !important;
	letter-spacing: 1px;
	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:19px;
}
h3 {
	font-size:17px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:15px;
}
h6 {
	font-size:14px;
}
blockquote p {
	color: #828a8c;
	font-size: 16px;
	line-height: 1.6;
}
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;
}

/* 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: Montserrat , 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,
.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;
}
.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: fixed;
	top: 0;
	width: 100%;
	opacity: .94;
	z-index: 500;
}
.wpadminbar-nudge {
	min-height: 32px;
}

/* Header
   ========================================================================== */
.site-header {
	text-align: center;
	margin-top: 65px;
}
.site-header .container {
	padding-top: 30px;
	padding-bottom: 50px;
}

/* Logo
   ========================================================================== */
.pipdig-icon {
	width: 62px;
	height: 62px;
	margin: 0 auto 5px;
	text-align: center;
}
.pipdig-icon svg {
	max-width: 100%;
	height: auto;
}
.site-title {
	margin: 0;
	font-size: 50px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 6px;
	line-height: 1;
	color: #222;
}
.site-title img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.site-title a {
	color: #222;
}
.site-title a:hover,
.site-title a:focus {
	text-decoration: none;
}
.site-description {
	color: #555;
	font-family: Montserrat,sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1.5;
	margin: 10px auto 0;
	max-width: 75%;
	text-align: center;
	text-transform: uppercase;
}
#ad-area-1 {
	padding: 10px 0;
}
#ad-area-1 h3, #ad-area-2 h3 {
	display: none;
}
#ad-area-2 {
	padding: 20px 0;
}
/* Navigation
   ========================================================================== */
.stickybar{
position: fixed;
top: 0;
left: 0;
width: 100%;
background: white;
z-index:5000;
opacity:.94;
}
.sticky-nudge{margin-top:30px;}
.menu-toggle, .menu-bar ul li a {
	color: #fff;
	padding: 0 26px;
}
.menu-bar ul li > a:hover {
	color: #999;
}
@media only screen and (min-width: 720px) {
	.menu-bar > ul > li > a {
		font-size: 12px;
		font-weight: 400;
		font-family: Montserrat, sans-serif;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.menu-bar ul ul li a {
		padding: 10px 20px;
		color: #fff;
		font-size: 12px;
		font-family: Montserrat, sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.menu-bar ul ul li > a:hover, 
	.menu-bar ul ul li:hover > a {
		color: #999;
	}
	.menu-titlez{display:none;}
}

@media only screen and (max-width: 769px) {
.menu-toggle, .menu-bar ul li a {
	padding: 0 19px;
}
	#pipdig-top-slider, #pipdig-related-posts, .hide-back-to-top, #wpadminbar, .wpadminbar-nudge {
		display: none;
		opacity: 0;
		height: 0;
	}
}

@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: Montserrat, sans-serif;
		letter-spacing: 2px;
		text-transform: uppercase;
	}
	.menu-bar ul ul li a {
		font-size: 12px;
	}
	.site-title {
		font-size: 40px;
		font-size: 6vw;
		line-height: 1.2;
		letter-spacing: 3px;
	}
	.site-header .container {
		padding-bottom: 5px;
		padding-top: 20px;
	}
}

/* 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 {
}
@media only screen and (max-width: 719px) {
	.search-toggle,
	.search-expand {
		left: 15px;
		right: auto;
	}
}

/* ==========================================================================
   Main Area
   ========================================================================== */
.site-main .container {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media only screen and (max-width: 719px) {
	.site-main .container {
		padding-bottom: 0;
	}
}

/* Entries
   ========================================================================== */
.sticky {
}
.hentry {
	margin-bottom: 50px;
}

/* Entry Header */
.entry-header {
	margin: 0 0 15px;
}

.entry-header .entry-meta {
	background: url(img/bg-lines.png);
	height: 10px;
}

/* Entry Title */
.entry-title {
	margin: 15px 0 5px;
	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: 10px;
	letter-spacing:2px;
	text-transform: uppercase;
	font-family: Montserrat, sans-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;
}

.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: 20px;
}
.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: Montserrat , 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: Montserrat , 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: Montserrat, 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: Montserrat , 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: 20px;
	line-height: 1.2;
	background: #fff !important;
	color: #000 !important;
	text-align: left !important;
}

/* 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: Montserrat , 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;
}
.bypostauthor {
}
.show-author {display:none}
.date-bar {
height: 3px;
}
.date-bar-white-bg {
background: #fff;
padding: 2px 10px;
position: relative;
top: -3px;
}


/* 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;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
.widget {
	margin-bottom: 5px;
}
.widget-title {
	background: #111;
	color: #fff;
	font: 11px Montserrat,arial,sans-serif;
	letter-spacing: 3px;
	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}

.socialz {text-align:center;}
.socialz a {
color: #111111;
font-size: 25px;
margin: 0 8px;
-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 {
color: #999999;
}

.top-socialz {
    float: right;
	margin: 0 !important;
}
.top-socialz a {
    display: inline-block !important;
    font-size: 15px !important;
    margin: 0 7px;
    padding: 0 !important;
}

@media only screen and (max-width: 769px) {
	.site-sidebar {
		margin: 30px 0 0;
		padding: 0;
	}
	.site-sidebar .widget {
		margin: 0;
		padding: 20px 15px;
	}
	.site-sidebar .widget:last-child {
		padding-bottom: 30px;
	}
}

/* ==========================================================================
   Extra
   ========================================================================== */
.site-extra {
	font-size: 14px;
	line-height: 1.6;
}
.site-extra .container {
	padding-top: 40px;
	padding-bottom: 30px;
}
.site-extra .widget {
	text-align: center;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
	color: #fff;
	font:10px Montserrat, arial, sans-serif;
	letter-spacing: 2px;
	text-transform:uppercase;
	line-height: 1.5;
	background: #111;
}
.site-footer .container {
	padding: 15px 0;
}
.site-footer a {
	color: #fff;
}
.site-footer a:hover,
.site-footer a:focus {
	color: #999;
}
.site-credit {
	text-align: right;
}

.posted-on {
	background: #fff;
	padding: 0 10px;
	position: relative;
	top: -3px;
	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:17px;
font:400 13px Montserrat, sans-serif;
letter-spacing: 1px;
text-transform:uppercase;
}
.menu-titlez, .menu-titlez a {
color: #fff;
}
#fsb-social-bar{border:0 !important}

.commentz {float:right;font-size:11px;}

.sharez{letter-spacing:1px;font-family:Montserrat,sans-serif}
.addthis_toolbox a{display:inline-block!important;}
.addthis_toolbox {float:left; font-size:11px;}
.addthis_toolbox .fa {font-size:17px;margin:0 3px; 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 {float:none;margin-bottom:15px;}
.woocommerce .addthis_toolbox {float:none;margin-top:15px;}

#trendingz {
	margin-bottom: 40px;
	margin-top: -30px;
	padding-bottom: 0;
	padding-top: 0;
	text-align: center;
}
#trendingz ul {
	padding: 0;
}
#trendingz ul li {
	display: inline-block;
	width: 19%;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	vertical-align: top;
}
#trendingz img {
	max-width: 100%;
	height: auto;
}
.trending-thumb {
	display: block;
	height: 120px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 100%;
}
#trendingz 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;
}
#trendingz a:hover {
    opacity: .7;
}
#trendingz h5 {
    margin: 0 5px;
	font-size: 80%;
}

#trendingz h2 {
background: url(img/bg-lines.png);
display: block;
font-size: 14px;
height: 10px;
text-align: center;
margin: 0 20px 20px;
}
#trendingz h2 span {
background: #fff;
padding: 0 13px;
position: relative;
top: -3px;
}

.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 Montserrat,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;
margin: 25px 0 10px;
}
#pipdig-related-posts li {
width: 24%;
display: inline-block;
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
vertical-align: top;
height: 150px;
}
.pipdig-related-thumb {
height: 100px;
overflow: hidden;
}
.pipdig-related-title {
margin: 5px auto 0;
text-align: center !important;
width: 94%;
letter-spacing: 1px;
line-height: 14px;
}
.pipdig-related-title a {
font-size: 12px;
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}


.more-link {
color: #fff;
background: #111;
display: block;
font: 13px Montserrat, 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;
}
.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;}

@media only screen and (max-width: 960px) {
.footer-wrapz,#wpp-2{display:none;}
.site-footer .container{padding: 15px 0;}
}

.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;
}
#instagramz {text-align: center;padding-top: 30px}
#sbi_load{padding:0!important}
#sb_instagram{padding:0!important}



.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;}

@media only screen and (max-width: 719px) {
	.site-footer,
	.site-credit {
		text-align: center;
	}
	.addthis_toolbox .fa {
		margin: 0 3px;
	}
}








/* ==========================================================================
   Top slider
   ========================================================================== */
   
#pipdig-top-slider {
	margin-bottom:60px;
}
.bxslider {padding:0;}
.bxslider li {
list-style: none;
}
.top-slider-section {
	position: relative;
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 16% 30%;
}
.top-slider-overlay {
	background: #fff;
	background: rgba(255, 255, 255, .85);
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
}
.top-slider-overlay-inner {
	vertical-align: middle;
	display: table-cell;
}
.top-slider-section .post-header {
	margin-bottom: 0;
	padding: 0 20px;
}
.pipdig-slider-cats {
	display: block;
	margin-bottom: 15px;
	font: 11px Montserrat, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
}
.pipdig-slider-cats a {
	color: #666;
}
.top-slider-section .post-header h2 {
	margin-bottom: 14px;
	font-size: 24px;
}
.top-slider-section .post-header h2 a {
	color: #000;
}
.top-slider-section .read-more {
	font: 12px Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .9);
	display: inline-block;
	padding: 12px 26px;
	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;
}
.top-slider-section .read-more:hover {
	background: #333;
	color: #fff;
}



/*  Popular posts widget ---------- */

#pipdig-widget-popular-posts {
padding: 0;
margin: 0;
list-style: none;
}
#pipdig-widget-popular-posts li {
position: relative;
margin-bottom: 15px;
}
#pipdig-widget-popular-posts h4 {
font-size: 14px;
margin:0;
letter-spacing: 1px;
padding: 5px;
position: absolute;
bottom: 10%;
right: 0;
left: 0;
width: 100%;
background: #fff;
background: rgba(255, 2555, 255, .9);
}
#pipdig-widget-popular-posts a {
transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
}
#pipdig-widget-popular-posts a:hover {
opacity: .75;
}


/* Pinterest widget =================== */

.pinterest-widget ul {
list-style: none;
}
.pinterest-widget 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;
}
.pinterest-widget a:hover{
opacity:.7;
}
.pinterest-widget ul, .pinterest-widget-row, .pinterest-widget-row h4, .pinterest-widget-row p {
margin: 0;
padding: 0;
}
.pinterest-widget li {
border-top: none !important;
color: transparent;
float: left;
height: 150px;
overflow: hidden;
padding: 1%;
position: relative;
width: 48%;
z-index: 1;
}
.pinterest-widget-row {
padding: 3px;
}
.pinterest-widget-row.even {
/* float: right; */
}
.pinterest-widget-row h4 {
display: none;
}
.pinterest-widget-row div {
margin: 0.2em 0 0.4em 0;
}



/* grid layout -- */

.pipdig-grid-post {
list-style: none;
width: 48%;
float: left;
}
.pipdig-grid-post:nth-child(odd) {
margin: 0 2% 0 0;
}
.pipdig-grid-post:nth-child(even) {
margin: 0 0 0 2%;
}
.kensington-grid-post:nth-child(even) { /* For some reason the Kensington layout switches the odd/even count, so need to override */
margin: 0 2% 0 0;
}
.kensington-grid-post:nth-child(odd) {
margin: 0 0 0 2%;
}
.pipdig-grid-post .more-link {
margin-top: 0;
}
.grid-title {
font-size: 15px;
height: 18px;
line-height: 18px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.pipdig-grid-thumb-cutter {
height: 200px;
width: 100%;
overflow: hidden;
display: block;
}
.cutter-full-width {
height: 270px;
}
.attachment-pipdig-grid {
height: auto;
width: 100%;
}

@media only screen and (max-width: 990px) {
	#trendingz, #home-sliderz, .menu-bar .top-socialz {
		display: none;
	}
	.pipdig-grid-thumb-cutter {
		height: 260px;
	}
	.cutter-full-width {
		height: 230px;
	}
}
@media only screen and (max-width: 719px) {
	.pipdig-grid-post {
		width: 100%;
		float: none;
	}
	.pipdig-grid-post:nth-child(odd) {
		margin: 0;
	}
	.pipdig-grid-post:nth-child(even) {
		margin: 0;
	}
	.grid-title {
		font-size: 20px;
		height: auto;
		line-height: 1.4;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
	}
	.pipdig-grid-thumb-cutter {
		height: auto;
		width: auto;
		overflow: visible;
		display: inline;
	}
}

#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {border-radius:0;background:none;color:#000}

#p3_trending_bar .p3_trending_panel h4 {font-size: 11px;}
#p3_trending_bar h3 {background: url('img/bg-lines.png');color: #000; padding: 0;}
#p3_trending_bar h3 span {padding: 5px 15px; background: #fff;}