/*
Theme Name: DisheroApp
Theme URI: https://www.colabdigital.co.uk
Author: Colab Digital
Author URI: https://www.colabdigital.co.uk
Description: Bespoke WordPress theme designed and developed by Colab Digital Limited, Birmingham, UK.  
Version: 25.0.0 (Nova)
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style-position:inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------
---------------------------------------------------------
		SITE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

body {
	color:#171729;
	font-size:14px;
	font-family: 'Figtree', sans-serif;
	font-weight: 400;
	padding: 2vw!important;
}
input {
-webkit-appearance: none;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
}
.wrapperNarrow {
	max-width:700px;
	margin:0 auto;
}
.wrapperContainerWhite {
	background-color:var(--wp--preset--color--white);
	padding-bottom: 100px;
	border-radius: 0 0 25px 25px;
}
p {
	font-size:16px;
	line-height: 1.4;
}
a:hover {
    transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
}
blockquote {
	margin:40px 0;
	padding:0;
}
blockquote p {
	font-size: 20px;
	color: var(--wp--preset--color--stone);
}
blockquote p:before {
    content: "\f10d";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	color: var(--wp--preset--color--blue);
	padding-right: 10px;
}
blockquote p:after {
    content: "\f10e";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
	color: var(--wp--preset--color--blue);
	padding-left: 10px;
}
hr {
	height: 3px;
	border:none!important;
    margin-top: 30px;
    margin-bottom: 30px;
}
.search-results hr {
    margin-top: 25px;
    margin-bottom: 25px;
}
a img {
    transition: all .2s ease-in-out!important;
}
a img:hover {
    transform: scale(1.1)!important;
}
.mobileShow {
	display: none;
}
iframe {
    width: 100%;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CUSTOM BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

/* GENERAL */

.alignwide {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: calc(calc(100vw - 1200px)/2)!important;
	padding-right: calc(calc(100vw - 1200px)/2)!important;
}
.alignfull {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
}
.pushMe {
    margin-left: auto!important;
    margin-right: auto!important;
}
.smallPrint {
	font-size: 10px;
}
.roundCorner {
    border-radius: 6px;
    overflow: hidden;
}
.gap20 {
	gap:20px!important;
}
.gap30 {
	gap:30px!important;
}
.gap40 {
	gap:50px!important;
}
.gap50 {
	gap:50px!important;
}

/* WP GALLERY BLOCK */

.wp-block-gallery {
    margin: 20px 0!important;
}
.wp-block-gallery .wp-block-image {
    padding: 0 30px!important;
    align-items: center!important;
	margin: 0!important;
}
.wp-block-gallery .wp-block-image img {
	max-width: 90%!important;
	max-height: 50%!important;
}

/* WP COVER BLOCK */

.wp-block-cover,
.wp-block-cover-image {
	min-height: inherit!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
}

/* WP MEDIA + TEXT BLOCK */

.wp-block-media-text {
    height: 100%;
}

/* WP COLUMNS BLOCK */

.wp-block-columns {
	margin-bottom: 0!important;
	gap: 40px; 
}
.wp-block-columns.noColMargin {
	gap: 0!important;
}

/* WP COLUMNS BLOCK + COLAB OVERFLOW */

.wp-block-columns.colabOverflowHalf,
.wp-block-columns.colabOverflowQuarter {
	width:  100vw!important;
	margin-left:  calc(50% - 50vw)!important;
	padding-left: 0!important;
	padding-right: 0!important;
    overflow: auto!important;
    overflow-y: hidden!important;
    padding-top: 30px!important;
    padding-bottom: 30px!important;
	left: 0;
}
.wp-block-columns.colabOverflowHalf .wp-block-column {
	min-width: 550px!important;
}
.wp-block-columns.colabOverflowQuarter .wp-block-column {
	min-width: 300px!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:first-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:first-child {
	margin-left: calc(calc(100vw - 1200px)/2)!important;
}
.wp-block-columns.colabOverflowHalf .wp-block-column:last-child,
.wp-block-columns.colabOverflowQuarter .wp-block-column:last-child {
	margin-right: calc(calc(100vw - 1200px) /2)!important;
}

/* ///// TRACK SCROLLER ///// */

/* width */
.contentFullWidth ::-webkit-scrollbar {
    height: 16px;
}
/* Track */
.contentFullWidth ::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
	opacity: 0.5;
    border-radius: 8px;
    margin-left: calc(calc(100vw - 1200px) /2);
    margin-right: calc(calc(100vw - 1200px) /2);
}
/* Handle */
.contentFullWidth ::-webkit-scrollbar-thumb {
    background: var(--wp--preset--color--blue);
    border-radius: 8px;
}
/* Handle on hover */
.contentFullWidth ::-webkit-scrollbar-thumb:hover {
    background: var(--wp--preset--color--blue);
}

/* WP CODE BLOCK */

.wp-block-code {
	font-family: 'Courier New', monospace;
	background-color: var(--wp--preset--color--charcoal);
	color: var(--wp--preset--color--white);
	border-radius: 10px;
	margin: 20px 0;
	padding: 20px;
}

/* WP DETAILS BLOCK */

details.wp-block-details summary {
	font-weight: 700!important;
	padding: 10px 0;
	font-size: 16px;
}
details.wp-block-details summary::marker {
	font-size: 0px!important;
}
details.wp-block-details summary::after {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	padding-left: 10px;
	color: var(--wp--preset--color--blue);
}
details.wp-block-details[open] summary::after {
	content: "\f106";
}

/* WP BUTTONS */

a.wp-block-button__link,
a.wp-block-button__link.no-border-radius,
.af-submit button,
ul.slides li a {
    transition: all .2s ease-in-out!important;
}
a.wp-block-button__link:hover,
.af-submit button:hover,
ul.slides li a:hover {
    transform: scale(1.03)!important;
}

/* Custom Button Sizes */

.wp-block-buttons.largeBT .wp-block-button {
	display: flex;
	flex-shrink: 0;
}
.wp-block-buttons.largeBT .wp-block-button a {
	padding: 16px 35px!important;
    font-size: 20px!important;
}
.wp-block-buttons.smallBT .wp-block-button {
	display: flex;
	flex-shrink: 0;
}
.wp-block-buttons.smallBT .wp-block-button a {
	padding: 11px 20px!important;
    font-size: 10px!important;
}

/* ------------------------------------------------------
---------------------------------------------------------
		HEADER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.notificationBar {
    background-color:var(--wp--preset--color--stone);
    text-align: center;
    padding: 10px 5%;
}
a .notificationBar:hover {
    background-color:var(--wp--preset--color--blue);
}
.notificationBar p,
.notificationBar p a {
    color:var(--wp--preset--color--white);
    font-weight: bold;
    margin: 0;
}
header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 25px 25px 0 0;
}
header .logo {
    width: 175px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    aspect-ratio: 1 / 1;
    position: absolute;
    bottom: -50px;
    left: 50px;
	box-shadow: 0 0 0 5px #fff, 10px 10px 15px rgba(0 0 0 / 25%);
}
.logo img {
	width:100%;
	height:auto;
}
.headerRight {
	display: flex;
	gap:35px;
	align-items: center;
}
.headerRight i {
	font-size: 28px;
	color:var(--wp--preset--color--blue);
}
.headerRight p {
    clear: both;
    margin: 0;
}
.mobileNavTel,
.mobileNavEmail {
	display:none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		PAGINATION STYLES
---------------------------------------------------------
--------------------------------------------------------- */	
	
ul.page-numbers {
	margin: 20px 0 10px;
	width: 100%;
	padding: 0;
	font-size: 12px;
	line-height: normal;
	text-align: center;
}
ul.page-numbers li {
	margin:0;
	list-style-type:none;
	display: inline-block;
}
ul.page-numbers a, span.page-numbers.current {
    display: flex;
    margin: 2px 5px 2px 0;
    text-decoration: none;
    color:var(--wp--preset--color--white);
    border-radius: 50%;
    height: 30px;
    justify-content: center;
    width: 30px;
    align-items: center;
}
ul.page-numbers a {
	background-color:var(--wp--preset--color--stone);
}
ul.page-numbers a:hover,
span.page-numbers.current {	
	color:var(--wp--preset--color--white);
	background-color:var(--wp--preset--color--blue);
}

/* ------------------------------------------------------
---------------------------------------------------------
		TABS BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.tab {
	display:flex;
	gap:20px;
	justify-content:center;
}
.tab button {
	color: var(--wp--preset--color--blue);
	background:transparent;
	font-family: 'Montserrat',sans-serif;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	border: 2px solid var(--wp--preset--color--blue);
	border-radius:8px;
	outline: none;
	cursor: pointer;
	padding: 14px 25px;
	transition: 0.3s;
}
.tab button:hover,
.tab button.active {
	background-color:var(--wp--preset--color--blue);
	color:var(--wp--preset--color--white);
}
.tab button.active:after {
  content:none;
}
.tabcontent {
  display: none;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FA ICON BLOCK STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.faIconBlock {
	display: block;
}
.faIconBlock.small-fa-icon {
	font-size: 24px
}
.faIconBlock.medium-fa-icon {
	font-size: 50px
}
.faIconBlock.large-fa-icon {
	font-size: 90px
}

/* ------------------------------------------------------
---------------------------------------------------------
		COLLAPSIBLE STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.collapsibleContainer {
    margin: 30px 0;
}
.collapsibleGroup {
	margin-bottom: 10px;
	box-shadow: inset 0 0 0 2px var(--wp--preset--color--blue);
	border-radius: 8px;
	overflow: hidden;
}
.collapsible {
    background-color: transparent;
	font-family: 'Montserrat',sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    position: relative;
	color: var(--wp--preset--color--blue);
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    padding: 25px 70px 25px 5%;
}
.collapsible:hover,
.collapsible.active {
    transition: all .2s ease-in-out!important;
    background-color:var(--wp--preset--color--blue);
	color: var(--wp--preset--color--white);
}
.collapsible:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    content: '\f078';
    font-size: 18px;
    margin-left: 5px;
    margin-top: 3px;
    position: absolute;
    right: 5%;
    top: 25px;
}
.active:after {
    content: "\f077";
}
.collcontent {
    padding: 0 5%;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

/* ------------------------------------------------------
---------------------------------------------------------
		CONTENT STYLES
---------------------------------------------------------
--------------------------------------------------------- */

.contentFullWidth {
	width:100%;
    display: inline-block;
}
.wysiwyg {
    position: relative;
}
.wysiwyg ul,
.wysiwyg ol {
	list-style-type: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
.wysiwyg ul li,
.wysiwyg ol li {
	padding-left: 30px;
	margin-bottom: 15px;
	position: relative;
    font-weight: 700;
    font-size: 16px;
	line-height: 1.6;
}
.wysiwyg ul li:before,
.wysiwyg ol li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0em;
}
.wysiwyg ul li:before {
    content: "\f105";
	color: var(--wp--preset--color--blue);
}
.wysiwyg ol li:before {
    content: "\f00c";
	color: var(--wp--preset--color--blue);
}
.wysiwyg ul li ul.children {
    margin-top: 15px;
}

/* ------------------------------------------------------
---------------------------------------------------------
		FOOTER STYLES
---------------------------------------------------------
--------------------------------------------------------- */

footer {
	padding:50px 0;
}
footer .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer a {
}
footer a:hover {
}
footer .logo {
    width: 150px;
}
.footerMenu ul {
	padding:14px 0;
	display: flex;
	flex-direction: column;
}
.footerMenu ul li {
	list-style: none;
	font-size:16px;
	line-height: 1.6;
}
.footerMenu ul li a {
	display: block;
	font-weight:700;
	text-decoration:none;
}

@media only screen and (max-width : 1200px) {

header {
	height: 100px;
}
header .logo {
	width: 100px;
	bottom: -50px;
	left: 30px;
	box-shadow: 0 0 0 3px #fff, 5px 5px 10px rgba(0 0 0 / 25%);
}
footer .logo {
    width: 100px;
}

}