@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap');

body, p {
    font: 500 14px/1.5em Arial, sans-serif;
    color: #555555;
	font-family: 'Quicksand', sans-serif !important;
}

p {
	font-weight: 500;
	font-size: 16px;
    font-family: 'Quicksand', sans-serif !important;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	 font-family: 'Quicksand', sans-serif !important;
	color: #000;
}

p.small {
	font-size: 13px;
	line-height: 21px;
}

h3 {
	font-weight: 400;
	font-size: 28px;
	line-height: 1.5em;
}

h1 {
    font-size: 39px;
    line-height: 39px;
}

a:hover {
	text-decoration: none;
}
.pb-20 {
	padding-bottom: 20px;
}

.pb-50 {
	padding-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.p-30-0, .section.p-30-0 {
	padding: 30px 0;
}

.fs-42 {
	font-size: 42px;
}
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px;
    font-weight: normal;

}

.dropdown-toggle::after {
	display: none;
}

.navbar-dark .navbar-nav .nav-link:hover {
    background: #ffe900 !important;
    color: #000!important;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  max-height: 400px;
  opacity: 1;
}
.dropdown>.dropdown-menu {
  margin: 0;
  transition: all 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

ul.dropdown-menu {
    background: #2d2d2d;
}

a.dropdown-item {
    background: #2d2d2d none repeat scroll 0 0 !important;
    color: #ffffff;
    text-align: center;
    padding: 0px;
}

a.dropdown-item:hover {
	color: #ffed00;
}

ul.dropdown-menu {
    border-radius: 0;
}

ul.dropdown-menu li {
    padding: 10px 11px;
}

.dropdown:hover>.dropdown-menu {
    max-height: 700px;
    width: 280px;
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 0) !important;
}

#full-width-page-wrapper {
	padding: 0px;
}

.container-fluid {
	padding: 0px;
}

ul.slick-dots {
    bottom: 10px;
}

.slick-dots li button:before {
    font-size: 10px;
}
.home-slider {
    margin-bottom: -30px;
}

.extend {
	width: 100vw;
	  position: relative;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
}

.divider-dash {
	border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #ffed00;
    width: 100%;
	display: block;
}

.slider-divider-inner {
	padding-top: 10px;
	padding-bottom: 10px;
}

.slider-divider {
	padding: 10px 0px 10px 0px;
	background-color: #2d2d2d;
	position: relative;
}

.slider-divider:after, .arrow-bottom:after {
	z-index: 10;
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 20px #2d2d2d;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.arrow-top:before {
	z-index: 10;
    content:'';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 20px #2d2d2d;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.section {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    
}

.section-yellow {
	background: #ffde00;
    background: radial-gradient(#ffec00, #ffd000);
    padding: 100px 0px;

}

.section-yellow p {
	font-weight: 600;
}
.section a {
	color: #3366ff;
}

.section-yellow a {
	font-style: italic;
	font-weight: bold;
	color: #3366ff;
}

.section-yellow a:hover {
	text-decoration: none;
}

hr.half {
    width: 50%;
    left: 0;
    margin-left: 0px;
	border-top: 1px solid black;
}

hr.half-float {
	 width: 50%;
	border-top: 1px solid black;
}

.section-dark {
    background: #2d2d2d;
    color: white;
    padding: 100px 0px;
}

.section-yellow-linear {
	background-color: transparent;
    background-image: linear-gradient(180deg, #ffed00 0%, #fcd200 100%);

}

.section-dark p {
    color: white;
}

.section-dark h3 {
    color: #ffde00;
}

.button-yellow {
	font-family: 'Quicksand', sans-serif !important;
	background-color: #f9e814;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 7px solid #090909;
	margin: 45px 0 0;
	color: #232323 !important;
	font-size: 18px;
	padding: 15px 80px;
	font-weight: normal;
}

.button-yellow:hover {
    background: white;
    text-decoration: none;
}

.no-padding {
	padding: 0px;
}

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

.vertical-align-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
	.vertical-align-middle {
		position: relative;
		padding: 20px 0px;
	}
}

.section-margin-bottom-minus-16 {
    margin-bottom: -16px;
}

p.no-margin {
	margin-bottom: 0px;
}

.image-stack {
	width: auto;
	height: 50%;
}

.button-black-round {
	fill: #ffed00;
    color: #ffed00 !important;
    background-color: #2d2d2d;
    padding: 20px 20px 20px 20px;
	border-radius: 5px;
    font-style: normal !important;
}

.section-padding-small {
	padding: 50px 0px;
}

.section-bg-image {
	background-size: cover;
	background-position: center center;
}

.section-overlay {
    background-color: #ffed00;
    opacity: 0.85;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.service-list div {
    padding: 0;
}

.service-list div div {
    padding: 15px 10px;
    background: #2d2d2d;
    color: white;
    text-align: center;
}

.service-list div:hover div {
    background: black;
    color: #ffdf00;
	text-decoration:none;
}

.service-list div img {
    width: 100%;
}

.open-quote {
    font-size: 24px;
    left: 12px;
    position: absolute;
}

.open-quote::before {
    content: "\f10d" !important;
    font-family: fontawesome !important;
}

.close-quote {
    font-size: 24px;
    right: 12px;
    position: absolute;
}

.close-quote::after {
    content: "\f10e" !important;
    font-family: fontawesome !important;
}

p.quote {
    padding: 0px 30px;
	font-size: 18px !important;
    font-style: italic;
    font-family: 'Quicksand', sans-serif !important;
	font-weight: 100;
}

p.quote-author {
    text-align: right;
    font-weight: bold;
}

p.quote-author:before {
	content: '- ';
}

.btn.btn-yellow {
	fill: #2d2d2d;
    color: #2d2d2d;
    background-color: #ffed00;
    padding: 20px 20px 20px 20px;
	font-weight: bold;
}

.section-minimal-padding {
	padding: 50px;
}

.pb-30 {
	padding-bottom: 30px;
}

.box-rounded-grey {
	background: #2d2d2d;
	color: #ffed00;
	padding: 30px;
	border-radius: 10px;
}

.box-rounded-grey hr.half {
	border-color: #ffed00;    
	left: 25%;
    position: relative;
    margin-bottom: 20px;
}

.box-rounded-grey p, .box-rounded-grey h1 {
	color: #ffed00;
}

.image-maximise img {
	width: 100%;
}

.social-icons-home a {
	color: #000;
}

.social-icons-home br {
    display: none;
}

#wrapper-footer {
	border-top: 9px solid #424242;
    background-color: #2d2d2d !important;
}

#wrapper-footer h1{
 	color: #868686;
	font-size: 35px;
    font-family: 'Quicksand', sans-serif !important;
	padding-bottom: 20px;
}

#wrapper-footer p{
 	color: #fff;
	font-size: 14px;
    font-family: 'Quicksand', sans-serif !important;
	font-weight: 100
}

ul.footer-store-locator-list {
	clear: both;
    list-style-position: inside;
    list-style-type: disc;
	left: -40px;
    position: relative;
}

ul.footer-store-locator-list li {
	float: left;
    width: 50%;
    list-style: none;
}

.go_to_top, a.go_to_top, a.go_to_top:link, a.go_to_top:visited {
    padding: 4px 7px 7px 6px;
    background: #868686;
    display: inline-block;
    color: #000;
    border-radius: 2px;
    margin-top: -4px;
	position: absolute;
    right: 0;
    top: 0;
}

ul.footer-store-locator-list li:before {
	content: "●";
    color: rgb(249, 232, 20);
    padding-right: 5px;
    vertical-align: bottom;
    line-height: 33px;
}

ul.footer-store-locator-list li a{
	color: #ffffff;
    line-height: 33px;
    font-family: 'Quicksand', sans-serif !important;
}

.footer {
	border-top: 1px solid #404040;
    border-bottom: 0px solid;
    border-left: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
	padding: 30px;
	margin-top: 10px;
}

.service-header-bg {
	background-image: url('/wp-content/uploads/2019/09/Bridal-banner.jpg');
	background-size: cover;
	
	min-height: 400px;
}

.service-intro-text {
	padding: 0px 40px;
	min-height: 400px;
}

.service-intro-inner {
	background-color: rgba(249, 232, 20, 0.9);
    border-top: 20px solid #756d2b;
    padding: 38px 51px 30px;
    text-align: center;
	margin-top: 20px;
	bottom: 0;
    font-size: 14px;
    position: absolute;
}

.service-intro-inner p {
	
	font-size: 14px;
}

.service-title {
	font-family: 'Quicksand', sans-serif !important;
    text-align: center;
	font-size: 2.2em;
    
}

.service-title-inner {
	color: #f9e814;
	background-color: rgba(111, 108, 103, 0.7);
    border-bottom: 12px solid #495057;
	padding: 60px 0px;
}

.service-title-inner p {
	font-size: 28px;
	color: #f9e814;
}

.wrapper.service-header-bg {
	padding: 0px;
}

.service-details h1 {
	font-size: 30px;
    color: #f9e814;
    font-family: 'Quicksand', sans-serif !important;
    padding: 30px 0 10px;
    text-align: center;
    line-height: 35px;
	font-weight: 100;
}

.service-details p, .service-details {
	font-size: 15px;
	font-weight: 100;
}

p {
	font-size: 15px;
}

.service-details p strong {
	font-weight: bold;
}

.service-details ul {
	list-style: none;
}

.service-details ul li {
	float: left;
    width: 50%;
    list-style: none;
	margin-top: 10px;
}

.service-details ul li:before {
	content: "●";
    color: #f9e814;
    padding-right: 10px;
    vertical-align: bottom;
    line-height: 23px;
}

.service-cta h1 {
	margin: 0px;
    color: #2d2d2d;
    font-family: 'Quicksand', sans-serif !important;
    text-align: center;
    padding: 70px 0px !important;
    font-size: 35px;
    line-height: 45px;
}

.dropdown.active {
    background: #ffed00;
}

ul li strong {
	font-weight: bold;
}

.section-dark h1 {
	color: #f9e814;
    font-family: 'Quicksand', sans-serif !important;
}

.section-dark input, .section-dark textarea {
    color: #000 !important;
    font-weight: 600 !important;
}
.section-dark input,.section-dark textarea {
    font-family: 'Quicksand', sans-serif !important;
    font-size: 16px !important;
}
.section-dark input, .section-dark textarea {
    padding: 5px;
    background: #fff;
    border-color: #efefef;
    border-width: 2px;
    border-style: solid;
    margin-bottom: 10px;
    border-radius: 3px !important;
    font-size: 1em;
    color: #666;
    font-family: inherit;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 0px 40px;
    background: #ffed00;
    border-radius: 0px !important;
    text-transform: uppercase;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
}

.section-map iframe {
	width: 100% !important;
}

.white {
	color: white !important;
}

.yellow {
	color: #ffed00 !important;
}

.thin {
	font-weight: 100 !important;
}

.mt-120 {
	margin-top: 120px;
}

h1.black-back {
    padding: 40px 0px;
    background: black;
}

.section-dark .service-list div div {
    padding: 30px 10px;
    background: #eee;
    color: black;
    text-align: center;
    font-size: 16px;
}
.section-dark .service-list div div:hover {
    padding: 30px 10px;
    background: #ffed00;
    color: black;
    text-align: center;
    font-size: 16px;
}

.post-content {
	padding: 120px 100px;
	background: #ffed00;
	color: black;
}

.post-image {
	background-size: cover;
	    background-position: center;
}

.post-title {
	text-align: center;
	font-weight: bold;
}

.post-content-dark {
	background: #2d2d2d;
}

.post-content-dark .post-title {
	color: #428bca;
}

.post-content-dark p {
	color: white;
}

.post-content-dark .understrap-read-more-link{
	background: #ffed00;
	color: #000;
}

.understrap-read-more-link:hover {
    background: #fff;
    color: #000;
}

.understrap-read-more-link{
    border-radius: 0px;
    background: #2d2d2d none repeat scroll 0 0;
    text-align: center;
    border-bottom: 7px solid #3e3a05;
    width: 300px;
    color: #f2dd43;
    font-family: 'Quicksand', sans-serif !important;
}

.entry-meta {
	display: none;
}

.store-contact-details p {
	font-size: 14px;
}

.section-no-padding {
	padding: 0px;
}
.store-information {
	max-width: 600px !important;
	margin: 0 auto;
	padding: 50px 40px;
}

.store-information p, .store-information div {
	margin-bottom: 10px;
}

.store-information br {
    line-height: 2.5;
}

.slider-images .slide img {
	width: 100%;
}

.store-slider {
	position: relative;
}

.store_img {
	background-position: center;
	background-size: cover;
}

.store-title {
    position: absolute;
    top: 40%;
    font-size: 32px;
    width: 100%;
    background: #0000005c;
    padding: 24px;
    text-align: center;
    color: #ffed00;
}

@media screen and (max-width: 767px) {
	.mobile-text-center {
		text-align: center;
	}
}

.elementor-shape-fill {
    fill: #ffed00;
}

.elementor-shape-fill-dark {
    fill: #2d2d2d;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.elementor-shape[data-negative=false].elementor-shape-bottom, .elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.elementor-shape-bottom {
    bottom: -1px;
}

.elementor-shape.elementor-shape-top {
    top: 0;
    z-index: 10;
}

.section-zero-padding {
	padding: 0px;
}


.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.background-overlay-black {
    width: 100%;
    height: 100%;
    background: black;
    z-index: 0;
    position: absolute;
    top: 0;
    opacity: 0.4;
}

.franchise-opportunities-header {
	height: 462px;
}

ul.franchise li {
    padding: 5px 0px;
    font-weight: 600;
}

ul.franchise {
    padding-left: 30px;
    color: black;
}

h1.yellow-back {
    background: #feec00;
    color: black;
}
.pb-60 {
	padding-bottom: 60px;
}

.pt-50 {
	padding-top: 50px;
}

.section-very-minimal-padding {
    padding: 10px;
}

h2.thick {
    font-size: 5em;
    font-weight: bold;
}

p.emphasis {
    font-weight: bold;
    font-size: 1.3em;
}

p.yellow i.fa.fa-star {
    padding-left: 5px;
    font-size: 1.4em;
}

.section-very-minimal-padding {
	padding: 10px;
}

.section-padding {
    padding: 100px 0px;
}

hr.dashed {
	border-top: 1px dashed #000;
}

.form-row {
    margin-bottom: 20px;
}

.franchise-form p {
    font-weight: bold;
    margin-bottom: 5px !important;
}

input#wpsl-search-btn {
    background: #f9e813;
    border: none;
    padding: 6px 60px;
    height: 35px;
}

input#wpsl-search-input {
    height: 36px;
    border: 1px solid #ccc;
    width: 460px;
    /* max-width: 60%; */
}

.wpsl-input div label {
    display: none !important;
}

.wpsl-input {
    margin-right: -6px !important;
}

.wpsl-search.wpsl-clearfix.wpsl-no-filters {
    background: white;
}

ul.storelocations li {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

ul.storelocations {
    padding-left: 0px;
}

ul.storelocations li a {
    color: black;
    font-style: inherit;
    font-weight: 100;
    font-size: 1.15em;
}

#wpsl-stores ul {
    background: #212529;
}

#wpsl-stores ul a {color: #0087ff;}

#wpsl-stores ul {
    color: white;
    padding: 20px;
}

.wpsl-store-location p span {
    color: #ccc;
    font-size: 0.9em;
}

.wpsl-direction-wrap a.wpsl-directions {
    background: #ffed00;
    width: 100%;
    padding: 7px 10px;
    color: #000 !important;
    text-align: center;
}

.store-contact-list {
	background-color: #f9e814 !important;
    color: #2d2d2d;
    height: 58px;
    margin: 15px 0 0;
    width: 390px;
    border: none;
    font-family: 'Quicksand', sans-serif !important;
    font-size: 20px;
    padding-left: 20px;
	
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(https://zipyard.co.uk/wp-content/uploads/2015/10/arrow-down-b.png) no-repeat right 17px center;
    left: -5px !important;
	width: 100%;
    margin-bottom: 30px;
}

.shouldanimate {
	visibility: hidden;
}

.shouldanimate.hasAnimated {
	visibility: visible;
}

@media screen and (max-width: 844px) {
	.navbar-dark .navbar-toggler-icon:before {
		color: black;
		content: '\f0c9';
		font-family: "Font Awesome 5 Free";
		    font-weight: bold;
	}

	span.navbar-toggler-icon {
		background: none;
	}

	ul#main-menu li a {
		padding: 25px 20px !important;
	}
	
	.dropdown:hover>.dropdown-menu {
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    transform: translate(0%, 0) !important;
    text-align: left !important;
}

a.dropdown-item {
    text-align: left;
}
	
	.dropdown:hover>.dropdown-menu {
    display: none;
}

.dropdown.open>.dropdown-menu {display: block;}
.dropdown>.dropdown-menu {display: none;}
}

