/* 
 Theme Name:   Icestone Desserts
 Theme URI:    
 Description:  
 Author:       web@thedesignbank.co.uk
 Author URI:   http://icestone-desserts.thedb.uk
 Template:     wp-bootstrap-4
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* Global Styles */
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #DDB371;
}
::selection {
  color: white;
  background: #DDB371;
}
:root {
	font-size: 20px;
	--red: #da2c4d;
	--yellow: #f8ab37;
	--green: #2ecc71;
	--white: #ffffff;
	--grey-light: #f2f7f9;
	--grey: #ecedf3;
	--black: #080808;
	--black-blue: #1f2029;
	--black-blue-light: #353746;
	--black-blue-light-2: #404255;
	--black-blue-light-3: #4b4d64;
	--black-light: #424455;
	--gold: #DDB371;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 60px; /* height of sticky header */
}
html,body { overflow-x: hidden; } 
/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
@font-face { 
font-family: DM-Reg; 
src: url(/fonts/DMSerifDisplay-Regular.ttf); 
}

@font-face { 
font-family: DM-Italic; 
src: url(/fonts/DMSerifDisplay-Italic.ttf);
}
.container {
    max-width: 1360px !important;
}
h1 {
	font-family: 'DM-Reg';
	font-size: 64px;
}
h2 {
	font-family: 'DM-Reg';
	font-size: 64px;
	margin-bottom: 25px;
}
h4 {
	font-family: 'DM-Reg';
	font-size: 30px;
}
	
p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 35px;
}
.big-text {
	font-size: 111px;
}
.bold li, .bold {
	font-weight: 600;
	font-size: 20px;
}
.outline-text {
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    font-size: 122px;
}
.white {
	color: white;
}
.lg {
	background: #FAFAFA;
}
.padding-y-top {
	padding-top: 45px;
}
.padding-y-btm {
	padding-bottom: 45px;
}
.padding-top-large {
	padding-top: 90px;
}
.padding-btm-large {
	padding-bottom: 90px;
}
.about-p-large {
	padding-top: 250px;
	padding-bottom: 250px;
}
.pt-home {
	padding-top: 80px;
}
.pt-s { 
	padding-top: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.pl-map {
	padding-left: 100px;
}
a.contact-a {
    color: black;
    transition: 2s;
}
a.contact-a:hover {
    color: #ddb371;
    text-decoration: none;
}
a.db-link {
    color: black;
    transition: 1s;
}
a.db-link:hover {
    color: #ff5104;
}
/* Home Caption Styles */
.caption-home {
    justify-content: center;
    display: flex;
    position: relative;
    top: 30%;
}
.caption-home-bottom {
    justify-content: center;
    display: flex;
    position: relative;
    top: 60%;
}
.caption-home h2 {
	position: absolute;
	z-index: 2;
	color: white;
}
.caption-home-bottom p {
	position: absolute;
	z-index: 2;
	color: white;
}
.icons-home {
	position: absolute;
	z-index: 2;
}
.icons-home a {
    padding-left: 10px;
}
/*Button Styles */
a.btn {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: #333;
    border: 1px solid #333;
    text-align: center;
    position: relative;
    border-radius: 0;
    line-height: inherit; 
    transition: all .35s;
    margin-top: 25px;
    padding: 10px 35px;
}
.btn span{
  position: relative;
  z-index: 2;
}
.btn:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #D3AE6F;
  transition: all .75s;
}
.btn:hover{
  color: black;
}
.btn:hover:after{
  width: 100%;
}
.white-btn {
	width: 200px;
	border-color: white !important;
	color: white !important;
}
a.link-id {
    color: white !important;
}
a.mapa-id {
    color: #444444 !important;
}


/* Map Popups */
.paoc-padding-20 {
    padding: 0 !important;
}
.paoc-close-popup {
    background-color:#DDB371 !important;
}
.map-btn {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white !important;
    border: 1px solid white !important;
    text-align: center;
    position: relative;
    border-radius: 0 !important;
    line-height: inherit; 
    transition: all .35s;
    padding: 10px 35px !important;
    background: transparent !important;
    width: 200px;
	margin-top: 25px;
}
.map-btn span{
  position: relative;
  z-index: 2;
}
.map-btn:after{
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #D3AE6F;
  transition: all .75s;
}
.map-btn:hover{
  color: black;
}
.map-btn:hover:after{
  width: 100%;
}
.paoc-popup-button.paoc-popup-btn.map-btn:hover {
    background: #D3AE6F !important;
}
/* Image Styles */
section.stores-bg {
    background: url(/wp-content/uploads/2022/06/icestone-home-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 1200px;
	background-position: center;

}
section.about-bg {
    background: url(/wp-content/uploads/2022/06/about-background.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position-x: 64%;
}
.img-left {
	margin-left: -90px;
	margin-top: 90px;
}
.img-right {
	margin-left: 90px;
	margin-top: 90px;
}
lottie-player#spin-a {
    position: absolute;
}
img.gold-position {
    margin-top: -150px;
}
.down-bar {
	position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    overflow: hidden;
    animation: bounce2 4s ease infinite;
    z-index: 10;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-15px);}
	60% {transform: translateY(-8px);}
}
/* Carousel Styles */
.l-r-icons {
	padding-top: 35px;
}
.b-break {
    border-top: 1px solid #CBCBCB;
    padding-top: 20px;
    padding-bottom: 20px;
}
.b-bottom {
    border-bottom: 1px solid #CBCBCB;
}
/* Position Styles */
.center-x {
	display: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 100%);
}
.center-y {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.center-text-home {
	display: grid;
    justify-content: center;
    position: absolute;
}
.space-items {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.center-footer {
	display: flex;
    align-items: center;
}
.h-1100 {
	height: 1100px;
}
.h-1200 {
	height: 1200px;
}
.h-950 {
	height: 950px;
}
ul.menu-products {
    padding-left: 0;
    list-style: none;
    font-family: 'Poppins';
    margin-bottom: 0px;
    line-height: 55px;
}
ul.menu-products li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CBCBCB;
    transition: 1s;
}
/* Footer Styles */
.f-pl {
	padding-left: 20px;
}
/* Scroll Top Menu */
/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\21E7';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--black);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\21E7';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--black), var(--black));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--black);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}
/* Header Styles */
nav#site-navigation {
    position: relative;
    z-index: 50;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cp-w-100 {
	width: 100%;
}

.cp-white {
	color: white!important;
}

.cp-black {
	color: black!important;
	transition: 2s;
	text-decoration: none !important;
}
a.cp-black:hover {
    color: #D2AE6E !important;
}
@media (max-width: 1700px) {
.pl-map {
    padding-left: 25px;
}
}
@media (min-width: 1441px) {
.caption-home h2 {
	font-size: 80px;
}
.pt-home {
	padding-top: 90px;
}
}
@media (max-width: 1440px) {
.img-left {
	margin-left: auto !important;
}
.img-right {
	margin-left: auto;
}
.ta-bg {
	min-height: 1000px;
    object-fit: cover;
}
.pl-map {
	padding-left: 20px;
}
}
@media (max-width: 1124px) {
.caption-home-bottom {
	display: none !important;
}
}
@media (max-width: 992px) {
.hide-ipad {
	display: none;
}
h2 {
    font-size: 50px;
}
p {
    font-size: 14px;
}
.padding-top-large {
	padding-top: 45px;
}
.padding-btm-large {
	padding-bottom: 45px;
}
img.down-bar {
    display: none;
}
.pt-home {
    padding-top: 60px;
}
}
@media (max-width: 767px) {
lottie-player#spin-a {
    display: none;
}
.big-text {
    font-size: 60px;
}
.outline-text {
    font-size: 60px;
}
.ta-bg {
    min-height: 600px;
}
.padding-top-large {
	padding-top: 25px;
}
.padding-btm-large {
	padding-bottom: 25px;
}
.center-footer {
    justify-content: center;
}
.hide-small {
	display: none;
}
.center-mob {
    text-align: center;
}
}
@media (min-width: 576px) {
.vid-mob {
	display: none;
}
}
@media (max-width: 575px) {
.pt-mob {
	padding-top: 20px;
}
.site-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
p {
    line-height: 30px;
}
h1 {
    font-size: 40px;
}
  h2 {
    font-size: 30px;
}
.pt-home {
    padding-top: 45px;
}
.caption-home {
    top: 35%;
}
.vid-desk {
	display: none;
}
.caption-home-bottom {
    display: flex!important;
    align-items: center;
}
}
@media (max-width: 456px) {
.ml-20 {
  margin-left: 0px;
  margin-top: 15px;
}
}