/*
Theme Name: Cat Meffan
Author: pipdig
Author URI: https://www.pipdig.co
Description: Custom pipdig theme for Cat Meffan
Version: 999
License: Copyright 2018
*/

*, *:before, *:after {
  box-sizing: border-box;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Montserrat', Arial, sans-serif;
}

.page-id-6192 .pd-entry-title {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 14px;
}
.pd-entry-title {
	text-align: center;
}

.pd-pos-rel {
	position: relative;
}

.pd-thumb-img {
	height: 250px;
}

.pd-thumb-img-big {
	height: 500px;
}

.pd-theme-like-container {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding: 10px 15px;
}

.pd-theme-like-btn {
	font-size: 20px;
	pointer-events: all;
}

.pd-theme-like-btn:hover,
.pd-theme-like-btn.liked {
	color: #c19e88;
}


.pd-section {
	margin: 40px 0;
}

#ig_sec {
	margin-top: 75px;
}

.pd-cover-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.pd-cover-img-filler {
	visibility: hidden;
	opacity: 0;
	width: 100%;
}

#comments {
	max-width: 1060px;
	margin: 0 auto;
}

.pd-section-post-with-info-image {
	height: 250px;
	max-width: 100%;
}

.pd-section-post-with-info-content {
	padding: 30px 1em;
	background-color: #f7f4ef;
	margin-top: 20px;
}

.pd-excerpt {
	padding: 0 15px;
}

.pd-section-post-side-by-side-post-image {
	height: 250px;
	width: 100%;
}

#mobile-menu-btn-wrap {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 10;
}

.pd-col-p {
	padding: 0.5em 0.5em;
}

.pd-col-p-t {
	padding-top: 2.5em;
}

.pd-col-p-b {
	padding-bottom: 2.5em;
}

.pd-section-p-tb {
	padding-top: 2.5em;
	padding-bottom: 2.5em;
}

.pd-section-p-lr {
	padding-left: 2.5em;
	padding-right: 2.5em;
}

.pd-txt-align-center {
	text-align: center;
}

.pd-txt-align-right {
	text-align: right;
}

.pd-txt-trans-uppercase {
	text-transform: uppercase;
}

.pd-txt-letter-spacing-1 {
	letter-spacing: 1px;
}

.pd-txt-letter-spacing-2 {
	letter-spacing: 2px;
}

.pd-txt-letter-spacing-3 {
	letter-spacing: 3px;
}

.pd-txt-letter-spacing-4 {
	letter-spacing: 4px;
}

.pd-txt-letter-spacing-none {
	letter-spacing: 0;
}

.pd-txt-weight-bold {
	font-weight: bold;
}

.pd-txt-font-weight-400 {
	font-weight: 400;
}

.pd-txt-font-weight-500 {
	font-weight: 500;
}

.pd-txt-font-weight-600 {
	font-weight: 600;
}

.pd-rotated-text-container {
	position: relative;
	height: 100%;
}

.pd-rotate-text-left {
	transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);

	transform-origin: top left;
	-moz-transform-origin: top left;
	-webkit-transform-origin: top left;
}

.pd-rotated-text {
	text-align: center;
	height: auto;
	line-height: 30px;
	width: 360px;
	position: absolute;
	bottom: -30px;
}

.pd-nav-underlay {
	height: 500px;
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
	/* margin-top: -100px; */
}

.pd-flat-list {
	margin: 0;
	padding: 0;
	list-style: none;
}


.pd-flat-list li {
	display: inline-block;
}

.pd-nav-underlay-bg {
	height: 100%;
}

.pd-nav-underlay-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	height: 100%;
}

ul.pd-list-style-none {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pd-p-t-1 {
	padding-top: 1em;
}

.pd-image-shape {
	visibility: hidden;
	opacity: 0;
	width: 100%;
	height: auto;
}

.pd-container {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}

.pd-entry-content {
	text-align: justify;
	margin-bottom: 40px;
}
.pd-entry-content a {
	color: #c19e88;
}

.pd-entry-content img {
	max-width: 100%;
	height: auto;
}

.pipdig-no-beaver {
	max-width: 970px;
	margin-left: auto;
	margin-right: auto;
}

.pd-theme-search-bar {
	border: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 3px;
	color: #000;
	outline-width: 0;
	position: relative;
	width: 100%;
}

.pd-theme-search-bar::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#000;
}
.pd-theme-search-bar:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:	#000;
   opacity:  1;
}
.pd-theme-search-bar::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:	#000;
   opacity:  1;
}
.pd-theme-search-bar:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:	#000;
}
.pd-theme-search-bar::-ms-input-placeholder { /* Microsoft Edge */
   color:	#000;
}

.pd-theme-search-bar::placeholder { /* Most modern browsers support this now. */
   color:	#000;
}

@media only screen and (max-width: 767px) {
	.pd-col-p {
		padding-bottom: 20px;
		padding-left: 0;
		padding-right: 0;
	}

	.pd-section>h2 {
		text-align: center;
	}

	.pd-section-p-lr {
		padding-left: 0;
		padding-right: 0;
	}

	.pd-section-p-tb {
		padding-top: 0.3em;
		padding-bottom: 0.3em;
	}

	.pd-section-title {
		margin: .6em auto;
	}

	.pd-section-post-with-info-content {
		margin-top: 0;
	}

	.pd-rotated-text {
		height: auto;
		line-height: initial;
		width: auto;
		position: relative;
		bottom: unset;
	}

	.pd-rotate-text-left {
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
}

@media only screen and (max-width: 567px) {
	.pd-nav-underlay-content h2 {
		font-size: 2em;
		line-height: 1.1;
	}

	.pd-section-post-with-info-content {
		background: none;
		padding: 0;
	}

	.pd-section {
		margin: 1em 0;
	}
	
	#ig_sec {
		margin-top: 1.5em;
	}

	.pd-container {
		padding: 10px 20px;
	}

	.pd-nav-underlay {
		height: 380px;
	}
}

html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 0.95em;
	line-height: 1.5;
}

.pure-g {
	letter-spacing: 0;
}

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

.pd-entry-content h2 {
	font-size: 21px;
	letter-spacing: 1px;
}
.pd-entry-content h3 {
	font-size: 18px;
	letter-spacing: 1px;
}

body {
	background-color: white;
	overflow-x: hidden;
}

#sidenav .pipdig {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
}

#pd-theme-header-img {
	width: 200px;
}

.pd-theme-mobile-header {
	text-align: center;
}
.pd-theme-mobile-header img {
	margin: 0 auto;
	width: 200px;
	max-width: 100%;
}

.pd-sidenav {
	position: fixed;
	width: 300px;
	height: 100%;
	z-index: 999;
	background-color: #fff;
	padding: 1em;
	font-size: 1em;
	transition: 0.3s;
	left: 0;
}

.pd-sidenav.closed {
	transform: translateX(-100%);
}

.pd-sidenav-list-container {
	margin-top: 10px;
	padding-left: 30px;
}

.pd-sidenav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pd-sidenav-list li {
	margin: 1.1em 0;
}

.pd-sidenav-list li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 1px;
}

.pd-sidenav-madeby {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
}

.pd-sidenav-search {
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	box-sizing: border-box;
	max-width: 100%;
}

.pd-sidenav-list .pd-sidenav-separator {
	width: 120px;
	height: 1px;
	border-bottom: 1px solid #111;
}

.pd-nav-close {
	font-size: 1.3em;
	text-decoration: none;
}

.pd-theme-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.pd-theme-secondary-nav li {
	display: inline-block;
	padding: 20px 20px;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 500;
}

ul.pd-theme-footer-nav-list li {
	display: inline-block;
	padding: 0 14px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 95px;
}

.pd-theme-img-text-banner {
	position: absolute;
	bottom: 10%;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.pd-theme-img-text-banner .content {
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	height: 50px;
}

.pd-theme-textbox {
	width: 100%;
	border: 1px solid #111;
	padding: 10px;
	text-align: center;
	letter-spacing: 2px;
	box-sizing: border-box;
}

.pd-theme-button {
	width: 100%;
	line-height: 2.7;
	background: #fff;
	border: 1px solid #111;
	letter-spacing: 2px;
	box-sizing: border-box;
	text-transform: uppercase;
}
.pd-theme-button:hover {
	background: #111;
	color: #fff;
}

#cat_random_button_wrap {
	text-align: center;
	margin-bottom: 30px;
}
#cat_random_button {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #c19e88;
	color: #000;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
#cat_random_button:hover {
	background: #c19e88;
	border-color: #c19e88;
	color: #fff;
}

.pipdig_btn {
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #c19e88;
	color: #000;
	-moz-transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; transition: all 0.25s ease-out;
}
.pipdig_btn:hover {
	background: #c19e88;
	border-color: #c19e88;
	color: #fff;
}

.pd-theme-button-2 {
	text-align: center;
}
.pd-theme-button-2 a {
	display: inline-block;
	margin: 0 4px;
	padding: 5px 10px;
	background: #c3a28c;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
.pd-theme-button-2 a:hover {
	background: #999;
}


.pd-theme-sub-video {
	width: 100%;
	/* height: 600px; Does this need a height set? */
}

.pd-thmee-map-btn {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1;
	padding: 7px;
	width: 100px;
	margin: 0 5px;
	border: 1px solid #111;
	cursor: pointer;
	display: inline-block;
}
.pd-thmee-map-btn:hover {
	background: #111;
	color: #fff;
}

.pd-theme-header-link {
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 140px;
	letter-spacing: 1px;
	display: inline-block;
}

.menu_itemz {
	text-align: center;
	font-family: 'Montserrat', Arial, sans-serif;
}
.menu_itemz > div {
	padding: 0 20px;
}
.menu_itemz-item {
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}
.menu_itemz-item a:hover {
	color: #c19e88;
}
#menu_itemz-logo {
	position: relative;
	width: 240px;
}
#menu_itemz-logo img {
	position: absolute;
	top: -75px;
	left: 30px;
	/*
	left: 50%;
	transform: translateX(-50%);
	*/
}

.pd-theme-header-nav-social {
	line-height: 140px;
	text-align: right;
	padding-left: 10px;
}

.pd-theme-header-nav-social li {
	margin: 0 5px;
}

.pd-theme-outline {
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.pd-theme-outline-top-left {
	border-left: 1px solid #111;
	border-top: 1px solid #111;
}

.pd-theme-outline-top-right {
	border-right: 1px solid #111;
	border-top: 1px solid #111;
}

.pd-theme-outline-bottom-left {
	border-left: 1px solid #111;
	border-bottom: 1px solid #111;
}

.pd-theme-outline-bottom-right {
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
}

.pd-theme-outline-bottom {
	border-bottom: 1px solid #111;
}

.pd-theme-grid-post-title {
	font-size: 16px;
}

.pd-theme-floaty-text {
	position: absolute;
	font-size: 12px;
	font-weight: 500;
	background: #fff;
	padding-left: 10px;
	display: inline-block;
	z-index: 2;
}

.pd-theme-section-heading {
	margin-bottom: 5px;
}

.pd-theme-footer {
	padding: 1em 0;
}

.pd-theme-footer-madeby {
	text-align: right;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 95px;
	margin-right: 5px;
}

.stp-outer {
	max-width:100% !important;
	width:100% !important;
}

.pd-theme-mobile-nav {
	padding: 1em;
	display: none;
}

.pd-theme-mobile-nav-toggle {
	font-size: 22px;
}

.pd-theme-mobile-nav-name {
	font-size: 1.3em;
}

.pd-theme-padding-15 {
	padding: 15px;
}

ul.pd-theme-footer-nav-social li {
	padding: 0 9px;
}

.pd-theme-post-title {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.pd-theme-post-title h1 {
	background: #fff;
	font-size: 2.1em;
	letter-spacing: 3px;
	padding: 30px 10px;
	margin: 0;
}

.pd-theme-yt-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 125px;
	color: #000;
	opacity: 0.4;
	transition: 250ms;
}

.pd-theme-video-section-title {
	text-align: center;
	border-top: 1px solid #c19e88;
}
.pd-theme-video-section-title h3 {
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 0;
}

#pdThemeSearchOverlay {
	z-index: 5;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255,255,255,0.95);
	transition: 400ms;
	pointer-events: none;
	opacity: 0;
}

#pdThemeSearchOverlay.open {
	pointer-events: all;
	opacity: 1;
}

#pdThemeSearchClose {
	position: absolute;
	right: 0;
	font-size: 40px;
	color: #111;
	transform: translateX(-100%);
	margin-right: 50px;
	margin-top: 50px;
}

#pdThemeSearchInner {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
}

#pdThemeSearchBar {
	border: 1px solid #111;
	padding: 20px;
	background: none;
	font-size: 25px;
	width: 100%;
	box-sizing: border-box;
	text-transform: uppercase;
	text-align: center;
}

#pdThemeSearchBar::after {
	content: "\f09a";
	position: absolute;
}

#pdThemeSearchBarIcon {
	position: absolute;
}

a:hover .pd-theme-yt-btn {
	opacity: 0.2;
}

#homepage-container {
	margin-top: -100px;
	padding: 0 30px;
	background: #fff;
}

.heading-with-line {
	margin: 60px 0;
}

.heading-with-line h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: 5px;
	padding-top: 20px;
}

.image-mosaic-img-top,
.image-mosaic-img-right {
	background-size: cover;
	background-position: center;
}

.image-mosaic-img-top {
	height: 600px;
	width: 90%;
}

.image-mosaic-img-right {
	height: 600px;
	position: relative;
	/* right: 0; */
	float: right;
	top: -150px;
	width: 500px;
	height: 700px;
	border: 12px solid #fff;
}

.image-mosaic-content {
	position: absolute;
	width: 540px;
	height: auto;
	padding: 30px;
	padding-top: 80px;
	background-color: #fff;
}

.image-mosaic-content h1,
.image-mosaic-content h2,
.image-mosaic-content h3,
.image-mosaic-content h4 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 80px;
}

.image-mosaic-content h1:after,
.image-mosaic-content h2:after,
.image-mosaic-content h3:after,
.image-mosaic-content h4:after {
	content: '';
	width: 70px;
	border-bottom: 1px solid #111;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 50px;
}

.image-mosaic-shopr-img-top,
.image-mosaic-shopr-img-right {
	background-size: cover;
	background-position: center;
}

.image-mosaic-shopr-img-top {
	height: 400px;
	width: 600px;
	right: 0;
	top: 0;
	position: absolute;
	border: 12px solid #fff;
}

.image-mosaic-shopr-img-right {
	height: 700px;
	position: relative;
	top: 100px;
	width: 500px;
	height: 500px;
	border: 12px solid #fff;
}

.image-mosaic-shopr-content {
	position: relative;
	width: 400px;
	height: 80px;
	background-color: #fff;
	float: right;
}

.image-mosaic-shopr-content h1,
.image-mosaic-shopr-content h2,
.image-mosaic-shopr-content h3,
.image-mosaic-shopr-content h4 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 80px;
}

.image-mosaic-shopr-content h1:after,
.image-mosaic-shopr-content h2:after,
.image-mosaic-shopr-content h3:after,
.image-mosaic-shopr-content h4:after {
	content: '';
	width: 70px;
	border-bottom: 1px solid #111;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 50px;
}

.image-mosaic-shopr-content {
	letter-spacing: 2px;
}

.image-mosaic-shopr {
	position: relative;
}

/* BEAVER BUILDER */
.two-col {
	columns: 2;
}

.floaty-heading {
	margin-top: -55px;
}

.post-text-w-heading h2 {
	text-align: center;
	font-size: 3em;
	color: #111;
	margin-bottom: 0.3em;
}

.post-text-w-heading .post-text-w-heading-content {
	padding: 1em;
	color: #333;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.image-left-text-right {
	position: relative;
}

.image-left-text-right .image-left-text-right-body h1,
.image-left-text-right .image-left-text-right-body h2,
.image-left-text-right .image-left-text-right-body h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 5px;
}

.image-left-text-right .image-left-text-right-body h1::after,
.image-left-text-right .image-left-text-right-body h2::after,
.image-left-text-right .image-left-text-right-body h3::after {
	content: '';
	width: 80px;
	border-bottom: 3px solid #111;
	/* bottom: 0; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100px;
}

.image-left-text-right .image-left-text-right-image {
	width: 650px;
	height: 750px;
	background-position: center;
	background-size: cover;
}

.image-left-text-right .image-left-text-right-body {
	position: absolute;
	right: 0;
	margin-top: 160px;
	padding: 30px;
	width: 450px;
	background-color: white;
	z-index: 1;
}

.image-right-text-left {
	position: relative;
}

.image-right-text-left .image-right-text-left-image {
	width: 650px;
	height: 750px;
	background-position: center;
	background-size: cover;
	float: right;
}

.image-right-text-left .image-right-text-left-body {
	position: absolute;
	margin-top: 200px;
	padding: 30px;
	width: 450px;
	background-color: white;
	z-index: 1;
}

.side-by-side-images .side-by-side-images-image {
	height: 270px;
	margin: 5px;
	background-position: center;
	background-size: cover;
}

.side-by-side-images .side-by-side-images-content {
	margin-top: -40px;
	margin-right: -30px;
	padding: 1em;
	background-color: white;
	font-size: 1.25em;
	font-family: 'Georgia', Courier, monospace;
	color: #333;
}

.image-with-heading .image-with-heading-image {
	height: 1000px;
	background-position: center;
	background-size: cover;
	position: relative;
}

.image-with-heading .image-with-heading-caption {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	padding: 1em;
	font-size: 2.7em;
	color: #111;
	font-weight: bold;
}


.image-with-heading h2 {
	font-size: 2.7em;
	color: #111;
	font-weight: bold;
	position: relative;
	z-index: 1;
	margin-left: .5em;
}

.floaty-heading-down {
	margin-bottom: -20px;
}

.coloured-text-row {
	padding: 30px 50px;
	border: 1px solid #111;
}

.coloured-text-row h2 {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0;
	text-align: center;
	letter-spacing: 5px;
}

.coloured-text-row .coloured-text-row-line {
	width: 200px;
	height: 3px;
	background-color: #111;
	margin: 30px auto;
}

.coloured-text-row .coloured-text-row-body {
	columns: 2;
	column-gap: 50px;
	margin-top: 20px;
}

.coloured-text-row .coloured-text-row-body p:first-child {
	margin: 0;
	padding: 0;
}

.text-with-2-images .text-with-2-images-image-big {
	height: 730px;
	background-size: cover;
	background-position: center;
}

.text-with-2-images .text-with-2-images-image-small {
	height: 450px;
	background-size: cover;
	background-position: center;
	width: 680px;
	margin-top: -150px;
}

.text-with-2-images h2 {
	color: #111;
	margin-top: 2.8em;
	font-family: Georgia, serif;
	font-size: 2.4em;
	font-style: italic;
	margin-bottom: 0.5em;
}

.text-with-2-images .text-with-2-images-underline {
	width: 100px;
	margin: 0 auto;
	position: relative;
	height: 4px;
}

.text-with-2-images .text-with-2-images-body {
	font-size: 1.25em;
	color: #333;
	padding-right: 0.5em;
}

.image-with-caption {
	position: relative;
	height: 1200px;
	background-size: cover;
	background-position: center;
}

.image-with-caption-text {
	position: absolute;
	bottom: 130px;
	right: 0;
	font-size: 2.5em !important;
	padding: 10px;
	padding-right: 35px;
	padding-left: 100px;
	background-color: #fff;
	letter-spacing: 5px;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Montserrat', Arial, sans-serif;
}

.location-box-top h2 {
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 4px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 5px;
}

.location-box-top span.fa {
	font-size: 1.1em;
}

.location-box-top {
	margin-bottom: 30px;
	text-align: center;
}

.location-box {
	padding: 30px;
	background-color: #f3f8fd;
	border: 1px solid #111;
}


/** Underlats from SH */
.underlay {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	top: 0;
}

.underlay-shape {
	position: absolute;
	width: 200%;
	height: 130px;
	background-color: #c19e89;
	top: 370px;
	left: -130px;

	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
}

.underlay-containerized {
	position: absolute;
	width: 100%;
	z-index: -1;
}

.underlay-shape-containerized {
	position: absolute;
	width: 200vw;
	height: 130px;
	background-color: #c19e89;
	margin-top: 100px;

	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);

	margin-left: -100vw;
}

.underlay-shape-straight {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
}

.underlay-shape-tilted-right {
	transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);

	margin-top: 400px;
}

.underlay-shape-tilted-left {
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);

	/* margin-top: 100px; */
}

.pd-theme-footer-logo img {
	width: 120px;
}

.pd-theme-footer-nav-social {
	line-height: 95px;
}

/* rewardStyle */
.bo-garden {
	left: 200px;
}

/* Instagram ********************/
.p3_instagram_post {
	width: 14.28%;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	line-height: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-moz-transition: all 0.2s ease-out;-webkit-transition:all 0.2s ease-out;transition:all 0.2s ease-out;
	border: 5px solid #fff;
}
.p3_instagram_post img {
	width: 100% !important;
	height: auto;
}
.p3_instagram_post .p3_instagram_likes {
	font: 500 11px 'Montserrat', Arial, sans-serif;
	letter-spacing: 1px;
	color: #000;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
.p3_instagram_post .p3_instagram_comments {
	color: #fff;
	position: absolute;
	bottom: 5%;
	left: 5%
}
.p3_instagram_post_overlay {
	background: rgba(255,255,255,.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
	line-height: 1;
}

.p3_instagram_post:hover .p3_instagram_post_overlay {
	opacity: 1;
}




#pd-theme-blog-cats {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -3em;
}
#pd-theme-blog-cats a {
	display: inline-block;
	margin: 0 4px;
	padding: 5px 10px;
	background: #c3a28c;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
#pd-theme-blog-cats a:hover, #pd-theme-blog-cats a.active {
	background: #999;
}


.p_col_50 {
	width: 50%;
	float: left;
}
#p_newsletter_overlay {
	z-index: 9999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:rgba(255,255,255,0.95);
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.25s ease; -webkit-transition: all 0.25s ease; transition: all 0.25s ease;
}
#p_newsletter_overlay.p_newsletter_overlay_show {
	opacity: 1;
	visibility: visible;
	z-index: 999999;
}
#p_newsletter_wrap {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	max-width: 100%;
	line-height: 0;
	background: #fff;
	/*border: 1px solid #444;*/
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.08);
	box-shadow:0 0 10px rgba(0,0,0,0.08);
	padding: 0;
}
#p_newsletter_close {
	position: absolute;
	right: -13px;
	top: 2px;
	font-size: 50px;
	cursor: pointer;
	-moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#p_newsletter_close:hover {
	color: #ccc;
}
#p_newsletter_right {
	padding: 22px;
	line-height: 1.1;
	text-align: center;
}
#p_newsletter_logo {
	width: 200px;
	margin: 20px auto;
}
.p_newsletter_title {
	font: 15px Proxima Nova Bd;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#p_newsletter_right p {
	font-size: 14px;
	line-height: 1.5;
}
#p_newsletter_right input {
	border: 1px solid #111;
	background: none;
	color: #000;
	text-align: center;
	width: 100%;
	padding: 5px 0;
}

#p_newsletter_photo {
	max-width: 100%;
}

.cat-menu-left-align .pd-theme-header-link {
	text-align: left;
}


.pd-show-mobile {
	display: none;
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	padding: 0;
}

.video_grid_item {
	margin-bottom: 30px;
}

#ss_header {
	text-align: center;
}
#ss_header img {
	max-width: 100%;
	width: 500px;
}



.order-again, .woocommerce-account .subscription_details .button.resubscribe {
	display: none;
}


.cat_vid_main_tag_overlay {
	position: absolute;
	top: 15px;
	left: 0;
	background: #fff;
	padding: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
}

.cat_class_tags {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cat_class_tags li {
	display: inline-block;
	padding: 5px 15px;
	margin: 3px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.cat_class_tags li a {
	display: block;
}
.cat_class_tags_sub {
	display: none;
}
.cat_class_tags_selected_item {
	background: #c3a28c;
	color: #fff;
}
.cat_class_tags_selected_item a {
	color: #fff;
}
#cat_class_tags-mobile {
	display: none;
	margin-bottom: 25px;
}
#cat_class_tags-mobile select {
	width: 90%;
	text-align: center;
	padding: 7px 0;
}

@media only screen and (max-width: 767px) {
	#cat_class_tags {
		display: none;
	}
	#cat_class_tags-mobile {
		display: block;
	}
}




/* 1200, lg, md, sm */
@media only screen and (max-width: 1199px) {
	.pd-theme-outline {
		display: none;
	}

	.pd-theme-floaty-text {
		display: initial;
		left: 50% !important;
		transform: translateX(-50%);
		right: unset !important;
	}
}

/* lg, md, sm */
@media only screen and (max-width: 1023px) {
	.pd-theme-header {
		display: none;
	}

	.pd-theme-mobile-nav {
		display: block;
	}

	ul.pd-theme-footer-nav-list:not(.pd-theme-footer-nav-social) {
		text-align: center;
	}

	ul.pd-theme-footer-nav-list:not(.pd-theme-footer-nav-social) li {
		display: block;
		padding: 5px 0;
		margin: 0;
		line-height: 1.5em;
	}

	.pd-theme-footer-madeby {
		text-align: center;
		line-height: initial;
	}

	.pd-theme-footer-logo {
		padding-top: 20px;
		text-align: center;
	}

	.pd-col-p-md {
		padding: 0.5em;
	}

	.image-mosaic-shopr-img-right {
		top: unset;
		width: unset;
		height: 500px;
		border: none;
		margin-bottom: 20px;
	}

	.image-mosaic-shopr-img-top {
		position: relative;
		top: unset;
		right: unset;
		height: 500px;
		width: unset;
		border: none;
		margin-bottom: 20px;
	}

	.image-mosaic-shopr-content {
		width: unset;
		float: unset;

	}

	.coloured-text-row-body {
		columns: 1 !important;
	}

	.coloured-text-row {
		padding: 30px !important;
	}

	.image-left-text-right .image-left-text-right-image {
		width: unset;
		height: 400px;
	}

	.image-left-text-right .image-left-text-right-body {
		width: unset;
		right: unset;
		padding: 0;
	}

	.image-left-text-right .image-left-text-right-body h1::after,
	.image-left-text-right .image-left-text-right-body h2::after,
	.image-left-text-right .image-left-text-right-body h3::after {
		display: none;
	}

	.image-mosaic-img-top {
		width: unset;
		height: 400px;
		margin-bottom: 20px;
	}

	.image-mosaic-img-right {
		float: unset;
		top: unset;
		right: unset;
		width: unset;
		height: 400px;
		border: none;
		margin-bottom: 20px;
	}

	.image-mosaic-content {
		position: relative;
		width: unset;
		padding: 0;
	}

	.image-mosaic-content h1,
	.image-mosaic-content h2,
	.image-mosaic-content h3,
	.image-mosaic-content h4 {
		margin-bottom: 20px;
	}

	.image-mosaic-content h1::after,
	.image-mosaic-content h2::after,
	.image-mosaic-content h3::after,
	.image-mosaic-content h4::after {
		display: none;
	}
}

/* md, sm */
@media only screen and (max-width: 767px) {
	.pd-theme-sub-video {
		height: 300px;
	}

	.image-right-text-left .image-right-text-left-image {
		width: 100%;
		height: 500px;
		float: none;
	}

	.image-right-text-left .image-right-text-left-body {
		position: relative;
		margin-bottom: 1em;
		margin-top: 0;
		width: auto;
	}

	.image-left-text-right .image-left-text-right-body {
		position: relative;
		margin-top: 0em;
		margin-bottom: 1em;
	}

	.image-left-text-right .image-left-text-right-image {
		width: 100%;
		height: 500px;
	}
	
	/* rewardStyle */
	.bo-garden {
		left: auto;
	}
	
	.pd-entry-title {
		margin-top: 0;
	}
	
	.p3_instagram_post {
		width: 50%;
	}
	
	.pd-show-mobile {
		display: block;
	}
	.pd-hide-mobile {
		display: none;
	}
	
	.p_col_50 {
		width: 100%;
		float: none;
	}
	#p_newsletter_photo {
		display: none;
	}
	.pd-theme-video-section-title h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	#pdThemeSearchOverlay {
		display: none;
	}
	
}

/* sm only */
@media only screen and (max-width: 567px) {
	.pd-theme-floaty-text:not(.pd-theme-floaty-text-no-sm) {
		bottom: 10px !important;
	}

	.pd-theme-padding-15 {
		padding: 0;
	}
	
	h1, h2, h3, h4, h5, h6 {
		text-align: center;
	}
	
	.pd-theme-post-title h1 {
		font-size: 1.5em;
		letter-spacing: 2px;
	}
	
	.pd-theme-footer {
		border-top: 1px solid #111;
	}
	#pd-theme-blog-cats {
		margin-bottom: 0;
	}
	#pd-theme-blog-cats a {
		display: block;
		margin: 2px 0;
	}
}