/*
	Theme Name: 	Baskerville Child Theme	
	Theme URI: 
	Description: 	A Baskerville Child Theme
	Template:		baskerville
	Version 		1.0.0
	
*/

/* -------------------------------------------*/
/*    *ROOT*      */
/*------------------------------------------- *
:root{
	--keramikos-blue: #4593b4;
}



/*_________________________________________________________________________________________________________________________*/
/*														*HEADER THINGS*													   */
/*_________________________________________________________________________________________________________________________*/

.featured-media a, .featured-media img, .featured-media iframe {
    margin: auto;
}

.header .logo img {
	height: 120px;
	max-height: 120px;
    image-rendering: auto;
}

.header .cover {
	background-image: url("https://keramikost.sg-host.com/wp-content/uploads/Background-Landscape-squish.jpg");
    background-color: white;
}
.header-search-block {
	z-index: 5000;
}

.header {
    padding: 30px 0;
}

/*_________________________________________________________________________________________________________________________*/
/*														*NAVIGATION THINGS*												   */
/*_________________________________________________________________________________________________________________________*/

.main-menu > li:before {
    content: "|";
}

.main-menu {
    font-family: raleway;
}

/*_________________________________________________________________________________________________________________________*/
/*														*HOMEPAGE THINGS*												   */
/*_________________________________________________________________________________________________________________________*/

body.single .content.center {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
}

.ten-padding {
	padding: 10px;
}

h3 {
	font-size: 1.17em;
}

.row .one-fourth { width: 21.25%; margin-left: 5%; float: left; }

.hentry, .post {
	border-radius: 0;
}

.featured-media:hover ~ a.featured, a.featured:hover, a.featured:active, a.featured:focus {
    color: #13c4a5;
	text-decoration: underline;
}

.featured-media.home-page {
    border: 2px solid #eee;
	margin: auto;
    max-width: 360px;
}

/* --- front page 2023 things --*/
.background-image-garden{
    background-image: url('https://keramikos.co.uk/wp-content/uploads/front-page/images/bg1-garden-cambridge-grey-v7.webp');
}

.background-image-garden-v2{
	background-image: url('https://keramikos.co.uk/wp-content/uploads/front-page/images/bg2-cambridge-mug-garden-widescreen-c5.webp');
	background-position: right center;
}

.background-image-eco{
    background-image: url('https://keramikos.co.uk/wp-content/uploads/front-page/images/bg2-wind-turbines-and-universal-eco.webp');
}

.background-image-kitchen{
    background-image: url('https://keramikos.co.uk/wp-content/uploads/bg3-kitchen-kent-bone-china-mug.webp');
}

.parallax{
    /* parallax scrolling effect */
	background-color:transparent;
    background-attachment: fixed;
    background-position: top;
    background-repeat:no-repeat;
    background-size:cover;
}

.fpcentered-grid{
    display:grid;
    place-items: center;
    align-content: center;
    margin-left: 0;
    margin-right:0;
    width:100%;
}

.fp-dark-bg{
	background: #313131;
}

.fp-black-bg{
	background: black;
}

.fpheading1-div{
	margin-top:200px;
	margin-bottom: auto;
	height:550px;
	width:100%;
    text-align:center;
}

.fpmain-logo{
	margin:35px 0;
	width: 40%;
}

.fpheadline-backing-partial{
	width:44%; height:45%; 
	margin-top:-25px;
	background-image:linear-gradient(to right, rgba(0,0,0,0.1) 10%,rgba(0,0,0,0.75));
	-webkit-backdrop-filter: blur(12px) brightness(1.25) saturate(0.75);
}

.fpheadline-backing-partial img{
	height:160px; 
	float:right; 
	margin-top: 30px; 
	margin-right: 50px;
}

.headline-backing-div{
    background-image:linear-gradient(to right, rgba(0,0,0,0.1),rgba(0,0,0,0.75),rgba(0,0,0,0.1));
    -webkit-backdrop-filter: blur(2px) brightness(1.25) saturate(0.75);
    width: 100%;
    z-index: 1;
}

.height400px{
    height:400px;
}

.height500px{
    height:500px;
}

/* show/hide*/
.fphidden{
    opacity:0;
    filter:blur(10px);
    transition: all 2s;
}

.fpshow{
    opacity: 1;
    filter:blur(0);
}

/*--leading supplier section--*/
.fpleading-supplier{
	color:white;
}

.fpleading-supplier h1{
	margin-top: 40px;
	text-align: center;
}

.fpleading-supplier p{
	max-width: 65%;
	margin-top: 20px;
}

.fpleading-supplier-image{
    width: 360px;
	height:200px;
    transition: all 1s ease-in-out;
}

.fpleading-supplier-image:hover{
    transform:scale(110%);
    filter:brightness(120%);
}

.fpleading-supplier-image-wrapper{
    display: inline-block;
    overflow:hidden;
    border-radius: 5px;
    border: 1px solid white;
	height:200px;
}

.fpleading-supplier-category-text-wrapper{
	text-align: left;
	color: lightgray;
	font-size: 120%;
	margin-bottom: 5%;
	margin-top: 20px;
}

/*--eco products --*/

.fpeco-div{
	height: 900px;
}

.fpeco-div .headline-backing-div{
	margin: 15% 0;
}

.fpeco-product-image{
    height:300px;
    width: 300px;
    border-radius: 1rem;
}

.fpeco-back-image-small{
	height: 90px;
	width: 90px;
	margin-left: 95px;
}

.fpeco-card-wrapper{
	min-height:320px; 
	width:320px; 
	margin:0 auto;
}

.fpeco-card{
    height:300px;
    width: 300px;
    background:none;
    position: relative;
}

.fpeco-card-side{
    border-radius: 1rem;
    transition: all 1s ease-in-out;
    backface-visibility: hidden;
    height: 300px;
    width: 300px;
    position:absolute;
    top:0;
    left:0;
}

.fpeco-card-side.back{
    transform: rotateY(-180deg);
    background-color: white;
    color:black;
}

.fpeco-card-side.front{
    color:white;
}

.fpeco-card:hover .fpeco-card-side.front{
    transform: rotateY(180deg);
}

.fpeco-card:hover .fpeco-card-side.back{
    transform:rotateY(0deg);
}

.fpeco-card-front-title-block{
    height: 100%;
    width:30px;
    padding-right: 3px;
    border-radius: 1rem 0 0 1rem;
    background-color: #4593b4;
    position: absolute;
    top:0;
    left:0;
    text-align:center;
    writing-mode: tb-rl;
	overflow: hidden;
}

.fpeco-card-back-title-block{
    padding-top:8px;
    height:30px;
    border-radius:1rem 0.95rem 0 0;
    text-align:center;
    background-color: #4593b4;
    color:white;
    font-weight:bold;
    font-size:medium;
}

.fpeco-card-product-description{
    height:240px;
    padding: 10px 14px 0 10px;
    font-weight: lighter;
    font-size:medium;
}

.fpeco-card-back-learn-more-wrapper{
    bottom: 0;
    height: 30px;
    background-color: #4593b4;
    text-align:center;
    border-radius: 0 0 1rem 1rem;
    padding-top: 5px;
    font-weight: bolder;
    color:white;
	border: 1px solid #4593b4;
}

.learn-more{
    color:black;
}

/*-- featured products --*/
.fpfeatured-product-description-wrapper{
	height:240px;
	max-height:240px;
	margin: 2px;
	padding: 4px;
	overflow:hidden;
}

.fpfeatured-product-description-wrapper p{
	height: 100%;
	display: inline;
	line-height: 13px;
	font-size: 12px;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
}

.fpfeatured-product-image-wrapper{
	height:300px;
    width: 300px;
	padding-left: 25px;
    border-radius: 1rem;
	border: 1px solid #4593b4;
	vertical-align: middle;
	text-align: center;
	background: white;
}

.fpfeatured-product-image{
	height: 270px;
	width: 270px;
	margin: 20px auto;
}

/* -- animated background --*/

@keyframes fpanim-background-move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.fp-anim-background {
    position: relative;
    width: 100%;
    /*height: 120vh;*/
    top: 0;
    left: 0;
    background: #313131;
    overflow: hidden;
    z-index: 100;
    text-align:center;
}

.fp-anim-background span {
    width: 1vmin;
    height: 1vmin;
	background-color: rgba(31,31,31,0.2);
    border-radius: 1vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: fpanim-background-move;
    animation-duration: 45;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
}


.fp-anim-background span:nth-child(0) {
    color: white;
    top: 33%;
    left: 48%;
    animation-duration: 36s;
    animation-delay: -25s;
    transform-origin: 25vw -23vh;
    box-shadow: -2vmin 0 0.30075227993729214vmin currentColor;
    z-index:999;
}
.fp-anim-background span:nth-child(1) {
    color: #4593b4;
    top: 33%;
    left: 59%;
    animation-duration: 9s;
    animation-delay: -47s;
    transform-origin: 21vw 19vh;
    box-shadow: 2vmin 0 0.82154019437197vmin currentColor;
}
.fp-anim-background span:nth-child(2) {
    color: #4593b4;
    top: 76%;
    left: 74%;
    animation-duration: 32s;
    animation-delay: -33s;
    transform-origin: -5vw -7vh;
    box-shadow: -2vmin 0 0.7321415254866928vmin currentColor;
}
.fp-anim-background span:nth-child(3) {
    color: white;
    top: 99%;
    left: 70%;
    animation-duration: 45s;
    animation-delay: -42s;
    transform-origin: 13vw 7vh;
    box-shadow: -2vmin 0 0.7302530279291053vmin currentColor;
}
.fp-anim-background span:nth-child(4) {
    color: #4593b4;
    top: 56%;
    left: 39%;
    animation-duration: 16s;
    animation-delay: -40s;
    transform-origin: 5vw -23vh;
    box-shadow: -2vmin 0 1.1199519937383198vmin currentColor;
}
.fp-anim-background span:nth-child(5) {
    color: limegreen;
    top: 39%;
    left: 46%;
    animation-duration: 20s;
    animation-delay: -40s;
    transform-origin: 15vw 21vh;
    box-shadow: -2vmin 0 0.8489012390911943vmin currentColor;
}
.fp-anim-background span:nth-child(6) {
    color: #4593b4;
    top: 28%;
    left: 64%;
    animation-duration: 47s;
    animation-delay: -3s;
    transform-origin: 5vw 22vh;
    box-shadow: -2vmin 0 0.8526587397193939vmin currentColor;
}
.fp-anim-background span:nth-child(7) {
    color: white;
    top: 89%;
    left: 42%;
    animation-duration: 25s;
    animation-delay: -6s;
    transform-origin: -8vw -19vh;
    box-shadow: 2vmin 0 0.45043486128023vmin currentColor;
}
.fp-anim-background span:nth-child(8) {
    color: #4593b4;
    top: 84%;
    left: 96%;
    animation-duration: 37s;
    animation-delay: -36s;
    transform-origin: -13vw -19vh;
    box-shadow: -2vmin 0 0.38013052976270756vmin currentColor;
}
.fp-anim-background span:nth-child(9) {
    color: turquoise;
    top: 90%;
    left: 86%;
    animation-duration: 23s;
    animation-delay: -34s;
    transform-origin: 1vw 17vh;
    box-shadow: 2vmin 0 0.6484669692840026vmin currentColor;
}
.fp-anim-background span:nth-child(10) {
    color: whitesmoke;
    top: 15%;
    left: 41%;
    animation-duration: 18s;
    animation-delay: -41s;
    transform-origin: 4vw 8vh;
    box-shadow: 2vmin 0 0.3386941141982547vmin currentColor;
}
.fp-anim-background span:nth-child(11) {
    color: #4593b4;
    top: 70%;
    left: 23%;
    animation-duration: 32s;
    animation-delay: -9s;
    transform-origin: 15vw -13vh;
    box-shadow: 2vmin 0 0.7995217410845132vmin currentColor;
}
.fp-anim-background span:nth-child(12) {
    color: #4593b4;
    top: 98%;
    left: 12%;
    animation-duration: 20s;
    animation-delay: -1s;
    transform-origin: 10vw -15vh;
    box-shadow: -2vmin 0 1.249508665604568vmin currentColor;
}
.fp-anim-background span:nth-child(13) {
    color: yellow;
    top: 67%;
    left: 15%;
    animation-duration: 52s;
    animation-delay: -49s;
    transform-origin: 13vw 10vh;
    box-shadow: -2vmin 0 1.1146251770665274vmin currentColor;
}
.fp-anim-background span:nth-child(14) {
    color: #4593b4;
    top: 35%;
    left: 37%;
    animation-duration: 45s;
    animation-delay: -25s;
    transform-origin: 22vw -18vh;
    box-shadow: -2vmin 0 1.24921572945564vmin currentColor;
}
/* -- end of animated background -- */

/* --- end of front page 2023 things --- */

@media (min-width:1600px){
	#widescreen {
		display: block;
		visibility: visible;
	}
	#widescreen-hide{
		display: none;
		visibility: hidden;
	}
}

@media (min-width: 1100px) {
	#widescreen{
		display: none;
		visibility: hidden;
	}
	#tablet {
		display: none;
		visibility: hidden;
	}
	#desktop {
		display: block;
		visibility: visible;
	}
}

@media (max-width:1200px){
	
	.fpeco-div{
		height: 1100px;
	}
	
	.fpeco-product-image{
		height:200px;
		width: 200px;
	}
	
	.fpeco-back-image-small{
		display: none;
	}
	
	.fpeco-card-wrapper{
		min-height:220px; 
		width:220px; 
		margin:0 auto;
	}

	.fpeco-card{
		height:200px;
		width: 200px;
		background:none;
		position: relative;
	}

	.fpeco-card-side{
    	height: 200px;
    	width: 200px;
	}

	.fpeco-card-product-description{
		height:140px;
		padding: 10px 14px 0 10px;
		font-weight: lighter;
		font-size: small;
	}
	
	.fpfeatured-product-description-wrapper{
		height: 140px;
		width: 200px;
	}
	
	.fpfeatured-product-image-wrapper{
		height: 200px;
		width: 200px;
	}
	
	.fpfeatured-product-image{
		height: 150px;
		width: 150px;
		margin-left: -10px;
	}
}

@media (max-width: 1100px) {
	#tablet {
		display: block;
		visibility: visible;
	}
	#desktop {
		display: none;
		visibility: hidden;
	}

/*--front page 2023 TABLET MODE  ---*/
	
	.background-image-garden-v2{
		background-image: url('https://keramikos.co.uk/wp-content/uploads/front-page/images/bg2-cambridge-mug-garden-tablet-c.webp');
	}
	
	.fpheadline-backing-partial{
		width:45%; 
		height:40%; 
		/*margin-top:-25px;*/
	}
	
	.fpheadline-backing-partial img{
		height: 95px; 
		float:right; 
		margin-top: 50px; 
		margin-right: 20px;
	}
	
	.fpheading1-div{
		margin-top: 100px;
		margin-bottom: auto;
		height:420px;
	}	
	
	.fpmain-logo{
		margin:25px 0;
		width: 50%;
	}
	
	.fpleading-supplier-category-text-wrapper{
		width: 50%;
		margin: 0 auto 15px;
		text-align: justify;
	}
	
/*--end of front page 2023 TABLET MODE  ---*/
}

@media (max-width: 700px) {
	#tablet {
		display: none;
		visibility: hidden;
	}
	#mobile {
		display: block;
		visibility: visible;
	}
/*--front page 2023 MOBILE MODE  ---*/
	.fpmain-logo{
		margin: 10px 0;
		width: 80%;
	}
	
	.fpleading-supplier p {
		max-width: 90%;
	}
	
	.fpleading-supplier-category-text-wrapper{
		width: 100%;	
	}

/*--end of front page 2023 MOBILE MODE  ---*/	
}

@media (min-width: 700px) {
	#mobile {
		display: none;
		visibility: hidden;
	}
}
/*_________________________________________________________________________________________________________________________*/
/*														*SLIDER THINGS*													   */
/*_________________________________________________________________________________________________________________________*/

.metaslider .caption {
    padding: 10px 10px;
    word-wrap: break-word;
    font-size: larger;
    font-family: raleway;
    font-weight: bold;
    text-align: center;
}


/*_________________________________________________________________________________________________________________________*/
/*														*MAIN BODY THINGS*												   */
/*_________________________________________________________________________________________________________________________*/

h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 2%;
	font-family: raleway, sans-serif;
	letter-spacing: 1px;
}

h2.post-title a {
	font-size: 10px !important;	
}


.list > li {
	line-height: 200% !important;
}

p {
	line-height: normal;
	font-family: quicksand;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4 {
    margin: 50px 0 30px;
    font-family: 'Raleway', sans-serif;
}
h3 {
	font-family: raleway, sans-serif;
	letter-spacing: 1px;
}

h3.centered {
	font-weight: bold;
	margin-bottom: 5%;
	text-align: center;
}

p.why-use {
	color: #999;
	font-size: 120%;
	margin-bottom: 5%;
	margin-top: 5%;
}

h4.meet-the-team {
    margin: 0;
    text-align: center;
    padding: 10%;
    background-color: #262626;
    color: #fff;
	font-size: inherit;
}

.green-background {
	display: block;
	text-align: center;
	background-color: #4593b4;
	padding: 10px;
	color: #fff !important;
}

.staff-job > p {
    color: #ffffff !important;
    background-color: #262626;
    padding: 10px;
    text-align: center;
}

h2.post-title.mug {
    font-size: large;
    margin-top: 0;
    margin: 0.5em auto;
}

.featured-media.staff-photo {
	background-color: #eee;
}

a.link-button, a.link-button-white {
	text-align: center;
	margin: auto;
	padding: 10px 20px;
	border: 2px solid #4593b4;
	display: block;
	max-width: 300px;
    max-width: max-content;
	border-radius: 25px;
	font-weight: bold;
}

a.link-button:hover, a.link-button:focus, a.link-button:active {
    border: 2px solid #262626;
    color: #262626;
	text-decoration: none !important;
}

a.link-button-white:hover, a.link-button-white:focus, a.link-button-white:active {
    border: 2px solid #fff;
    color: #fff;
	text-decoration: none !important;
} 
p {
	text-align: justify;
}

.post-content {
	padding-top: 5% !important;
}

.post-content label {
    font-family: 'quicksand', sans-serif;
}

body {
	font-family: 'quicksand', 'sans-serif';
}

body a {
	color: #4593b4;
}

.single .post-title {
	font-family: 'raleway', 'sans-serif';
	font-weight: bold;
}

.post-header .post-title {
    font-family: 'raleway', sans-serif;
    text-align: center;
}

.post-content hr {
    width: 100%;
    margin: 1em auto;
}

.single .post-title {
	font-size: 1.8em;
}

.post-header {
	padding: 5% 10%;
}

.ebmq {
	width: 67.5%;
}

.page-title h3 {
    font-family: 'quicksand', sans-serif;
	font-weight: bold;
}

.page-title h5 {
	font-family: raleway, sans-serif;
	font-size: 1.3em;
}

hr {
    height: 5px;
    background: #EEE;
    margin: 1em auto;
    border: 0;
	width: 100%;
}

a.cross {
    margin-left: 15px;
    color: red;
}

a.cross:hover {
    color: #4593b4;
}

.alm-btn-wrap .alm-load-more-btn {
	background-color: #4593b4 !important;
}
/*_________________________________________________________________________________________________________________________*/
/*														*PRODUCT THINGS*												   */
/*_________________________________________________________________________________________________________________________*/

.product-image {
	width: 49%;
	display: inline-block;
}

.featured-media a img {
image-rendering: -webkit-optimize-contrast;
}

.product-content {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 5% 5% 5% 0!important;
}


.post-content table tbody > tr:nth-child(odd) > td {
    background: #f1f1f1;
}

.product-tags {
	padding: 0 10% 5% 10%;
	text-align: justify;
}

.fifty {
	width: 50% !important;
}
@media (max-width: 600px) {
	.fifty {
		width: 100% !important;
		padding: 0;
		margin-top: 25px;
	}
	.fifty:first-child { margin-top: 0; }
}

.product-page-description {
	position: absolute;
    top: 0;
	width: 40%;
}

.product-page-description.right {
    right: 5%;
}

.product-page-description.left {
    Left: 5%;
}

.product-page-description  h3, .product-page-description p {
	color: white !important;
    font-family: quicksand !important;
}

.product-page-image:hover > img {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.link-button.ppage {
	color: #fff;
	border: 2px solid #fff;
}

.product-page-image:hover a.link-button.ppage {
	color: #4593b4;
	border: 2px solid #4593b4;
}

.product-page-image > img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-page-image {
    position: relative;
}

div.one-third img {
	image-rendering: auto !important;
}

div.one-fourth img {
	image-rendering: auto !important;
}

.corner-ribbon-square {
    width: 80px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    top: -5px;
    right: -26px;
    z-index: 780;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    background: #4593b4;
    font-family: oswald;
}



.corner-ribbon-square.product-page {
    width: 130px;
    line-height: 40px;
    top: -9px;
    padding-top: 25px;
    right: -42px;
    font-size: 30px;
}

.logo-button, .blank-button {
	display: inline-block;
	margin-top: 0 !important;
	width: 48%;
}

.logo-button {
	background-color: #303031 !important;
}

.logo-button:hover {
	background-color: #bbbbbb !important;
}

.blank-button {
	background-color: #888888 !important;
}

.blank-button:hover {
	background-color: #bbbbbb !important;
}

.extra-text a:hover {
	text-decoration: underline;
}

@media(max-width: 320px){
	.logo-button, .blank-button{
		width: 100%;
		display: block;
	}
}
/*_________________________________________________________________________________________________________________________*/
/*														*FOOTER THINGS*													   */
/*_________________________________________________________________________________________________________________________*/
.widget-title {
    font-family: 'raleway', sans-serif;
}

.credits p {
    font-family: 'quicksand', sans-serif;
}

/*_________________________________________________________________________________________________________________________*/
/*														*MEDIA QUERY THINGS*											   */
/*_________________________________________________________________________________________________________________________*/


@media (max-width: 1000px) {
	.ebmq { width: 100%; float: none; }
}

@media (max-width: 1200px) {
	.ten-padding {
		width: 100% !important;
		display: block !important;
		margin: 0 !important;
		float: none !important;
	}
	hr.separate-tablet {
		display: block !important;
		margin-top: 2%;
	}
}

@media (max-width: 1200px) {
	.product-content, .product-image {
    	width: 90%;
		margin: auto;
		float: none;
		clear: both;
		display: block;
	}
	.product-content {
		padding: 5% 0% 5% 0!important;
	}
	.product-tags {
    	padding: 0;
	}
	img.attachment-post-image.size-post-image.wp-post-image {
		max-height: 400px;
		width: auto;
	}
	.corner-ribbon-square {
		top: -4px;
		right: -19px;
		font-size: 15px;
		line-height: 20px;
		width: 60px;
	}
}

@media (max-width: 1040px){
	.corner-ribbon-square {
		top: -5px;
    	right: -26px;
		font-size: 18px;
		line-height: 30px;
		width: 80px;
	}
}

.post-nav-older {
	float: right !important;
}

.post-nav-newer {
	float: left !important;
}

@media (max-width: 600px){
	.corner-ribbon-square.product-page {
    	width: 80px;
    	line-height: 26px;
    	top: -16px;
    	padding-top: 25px;
    	right: -30px;
    	font-size: 16px;
	}
	
	.header .logo img {
		max-width: 90%;
		max-height:80px;
	}
}

@media (max-width: 400px){
	h2.post-title a {
    	font-size: 12px !important;
	}
	
	.header .logo img {
		max-width: 90%;
	}
}

@media (max-width: 300px){
	h2.post-title a {
    	font-size: 10px !important;
	}
}

@media (max-width: 800px){
	.corner-ribbon-square.product-page {
		width: 110px;
    	line-height: 35px;
    	top: -16px;
    	padding-top: 25px;
    	right: -40px;
    	font-size: 20px;
	}
}

/*_________________________________________________________________________________________________________________________*/
/*													    	*WIDGET THINGS*												   */
/*_________________________________________________________________________________________________________________________*/



.wrapper .searchform .s:focus, .footer .searchform .s:focus {
    background-color: #FFF;
}

.widget-content ul li:before {
	content: "-";
}

.searchwp-live-search-results {
	z-index: 99999 !important;
	min-height: 53px;
	background-color: #4593b4;
	color: #fff;
}

.searchwp-live-search-result a {
	color: #fff;
}


.searchwp-live-search-result a:hover {
	color: #fff;
	text-decoration: underline;
}

.searchwp-live-search-no-min-chars:after {
    content: "Continue Typing..." !important;
    padding: 2em !important;
}

.searchwp-live-search-no-min-chars .spinner {
    opacity: 0;
}

span.colour-option a:hover {
    text-decoration: underline;
}

/*_________________________________________________________________________________________________________________________*/
/*													    	*CONTACT THINGS*											   */
/*_________________________________________________________________________________________________________________________*/


.post-content hr {
    width: 100% !important;
    height: 5px !important;
    background: #EEE !important;
    margin: 2em auto !important;
    border: 0 !important;
}

.post-content .highlight {
	display: block;
}

.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    max-height: 34px;
}

.caldera-grid a:focus, .caldera-grid a:hover {
	color: #13c4a5;
}


/*_________________________________________________________________________________________________________________________*/
/*														*CUSTOM PAGE THINGS*											   */
/*_________________________________________________________________________________________________________________________*/

.sixty-percent {
	width: 59%;
	display: inline-block;
}

.fourty-percent {
	width: 40%;
	display: inline-block;
}

.fifty-percent {
	width: 49.5%;
	display: inline-block;
}

@media (max-width: 900px) {
	.fifty-percent {
		width: 90%;
		margin: auto;
		display: block;
		padding: 0 !important;
	}
	.hide-at-900 {
		display: none;
		visibility: hidden;
	}
}

@media (min-width: 900px) {
	.show-at-900 {
		visibility: hidden;
		display: none;
	}
}


@media (max-width: 1200px) {
	.show-at-1200 {
		display: block;
		visibility: visible;
	}
}

@media (min-width: 1200px) {
	.show-at-1200 {
		display: none;
		visibility: hidden;
	}
}

@media (max-width: 800px) {
	.sixty-percent {
		width: 90%;
		display: block;
		margin: auto;
		padding: 0 !important;
	}
	.fourty-percent {
		width: 90%;
		display: block;
		margin: auto;
	}
	.hide-at-800 {
		display: none;
		visibility: hidden;
	}
	.show-at-800 {
		visibility: visible;
		display: block;
	}
	h1.post-title {
		font-size: 1.2em !important;
	}
}

@media (min-width: 800px) {
	.show-at-800 {
		visibility: hidden;
		display: none;
	}
}

.swatch {
	width: 25px;
	height: 25px;
	border-radius: 100%;
	display: inline-block;
	cursor: pointer;
	margin-right: 2px;
}

.swatches {
	margin-top: 2%;
}

.bottle-label {
	margin-bottom: 1%;
}

.button {
	padding: 10px 20px;
	background-color: #4593b4;
	color: #fff;
	text-align: center;
	margin-top: 5% !important;
    border-radius: 3px;
}

.button:hover, .button:focus, .button:active {
	background-color: #bbbbbb;
	color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #4593b4;
}

::-webkit-scrollbar-track {
    background: #303031;
}


/*AJAX Loadmore template over-rides*/
.archive-nav a {
	font-size: 0.9em;
	padding: 16px 20px;
	//background: #2B3542;
	background: white;
	border-radius: 3px;
	color: #fff;
}

.archive-nav a:hover {
	//background: #13C4A5;
	//color: #fff;
	color: #4593b4;
	background: white;
}


/*----------------------------------*/