/*
Theme Name: Pearl & Caviar
Theme URI: https://www.ink.gr
Description:  Pearl & Caviar
Author: INK Design - What the f*** is branding
Author URI: https://www.ink.gr
Version: 1.0
*/

/*------------------------------------*\
	GENERAL
\*------------------------------------*/
@font-face {
    font-family: 'hgf';
    src:  url('assets/media/fonts/HGFTh.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'hgf';
    src:  url('assets/media/fonts/HGFLg.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'hgf';
    src:  url('assets/media/fonts/HGFBk.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'hgf';
    src:  url('assets/media/fonts/HGFBklt.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'hgf';
    src:  url('assets/media/fonts/HGFMd.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}



@font-face {
    font-family: 'hgf';
    src:  url('assets/media/fonts/HGFSb.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'hgf';
    src:  url('assets/media/fonts/HGFBd.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}




@font-face {
    font-family: 'hgf';
    src:  url('assets/media/fonts/HGFBdlt.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
}

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering:optimizeLegibility;
}
html {
	-webkit-tap-highlight-color: transparent;
}
body {
	background-color: white;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"],
input[type="search"] {
	font-size: inherit;
	line-height: inherit;
}
::-moz-selection {
	background-color: #04a4cc;
}
::selection {
	background-color: #04a4cc;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
body{
	line-height: 1.8;
}
a, a:focus, a:hover {
	text-decoration: none;
}
::-moz-selection, ::selection {
	text-shadow: none;
}

/*------------------------------------*\
	TYPOGRAPHY COLORS
\*------------------------------------*/
body, a{
	color: #000000;
}
::-moz-selection, ::selection {
	color: #FFFFFF;
}
.white{
	color: #FFFFFF;
}
a:focus, a:hover{
	color: #00AAC1;
}

/*------------------------------------*\
	TYPOGRAPHY FONTS
\*------------------------------------*/
body, h1, h2, h3, h4, h5, h6, p, li, span, a, div, span {
	font-family: "hgf", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, .wp-block-heading, h1, h2, h3, h4, h5, h6 {
    font-size:22px;
    font-weight: 600;
    margin-bottom:30px;
}
.main-header-widget-area a {
    color:#000;
}
p, li, td {
    font-size:16px;
    line-height: 1.8;
    font-weight: 200;
}
.wp-block-button__link {
    position: relative;
    padding: 0;
    background: transparent;
    color: black;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 200;
    margin-top:15px;
    margin-bottom:45px;
}



.wp-block-button__link:after {
    content: " +";
}

.wp-block-button__link:hover {
    color: black;
    text-decoration: underline;
}

.grid-container {
    max-width: 1280px;
}
@media screen and (min-width:1024px) {
    .primary-content .page-content {
        min-height: 810px;
    }
}
/*
.off-canvas-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.header {
    flex-basis: 270px;
    padding: 40px 20px 20px 60px;
}

.primary-content {
    flex-basis: calc(100% - 270px);
}
*/
.primary-content {
    position: relative;
    width: calc(100% - 270px);
    margin-left: 270px;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 270px;
    padding: 40px 20px 20px 60px;
}

.header .grid-x {
    margin-left: 0!important;
    margin-right: 0!important;
}

.main-header-container .grid-container, .main-header-container .grid-container .cell {
    padding: 0;
}

.logo {
    margin-bottom: 60px;
}

.top-bar, .top-bar ul {
    background: transparent;
    padding: 0;
}

.dropdown.menu>li>a {
    padding: 0;
    font-weight: 200;
    color: #000000;
}

.dropdown.menu>li {
    margin-bottom: 30px;
    display: block;
    font-size:14px;
}

.dropdown.menu>li>a:hover {
    font-weight:400;
}

.top-bar .dropdown.menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.slider-list .slick-track {
    width: 100% !important;
}

.slide-title {
    display: none;
}

.mobile-image-with-iframe {
    display: block!important;
}


article > div > .wp-block-columns {
    padding: 65px 0;
}

article > div > .wp-block-columns > .wp-block-column > .wp-block-columns, .main-archv {
    max-width: 1250px;
    margin-left:auto;
    margin-right:auto;
    padding:0;
}

.opp .wp-block-columns {
    flex-direction: row-reverse;
}

.header .is-stuck {
    top: 40px !important;
}

.margin-bottom-no, .margin-bottom-no .wp-block-heading {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}


.wp-block-image.absimg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.wp-block-column {
    position: relative;
}

.wp-block-gallery.slick-slider {
    position:relative;
    max-width:100%;
    display:block!important;
}

.wp-block-gallery.carousel.slick-slider .wp-block-image.slick-slide {
    display:block!important;
}

.wp-block-gallery.carousel.slick-slider .wp-block-image.slick-slide {
    max-width: 600px!important;
    width: auto !important;
    margin-left:10px!important;
    margin-right:10px!important;
}

#brands-carousel .wp-block-image img {
    width: auto !important;
}
#brands-carousel {
    position:absolute;
    display:block;
    max-width:100%;
    left:0;
    top:50%;
    transform:translateY(-50%);
    background: transparent !important;
    height: 100px;
    width: 100%;
}

.wp-block-gallery.slick-slider .slick-list {
    width: 100%!important;
}
footer.footer {
    padding: 60px 0;
}

.footer .menu a, .footer a {
    padding: 0;
    color: black;
}

.footer * {
    font-size: 13px;
    font-weight: 200;
}


.main-footer-third-column {
    text-align: right;
}

.footer .menu li {
    margin-left: 0;
    margin-right: 20px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .menu li:last-child {
    margin-right: 0px!important;
}

.footer p {
    margin-bottom: 0;
}

.footer .menu li.wpml-ls-item a span {
    font-weight: 700;
}

.main-header-widget-area .wp-block-heading {
    font-weight: 200;
}
.footer .menu li.wpml-ls-menu-item:not(.wpml-ls-last-item) {
    margin-right: 0;
    position: relative;
    padding-right: 10px;
}

.footer .menu li.wpml-ls-menu-item:not(.wpml-ls-last-item):after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    right: 4px;
    background: #000;
}


/*------------------------------------*\
	CONTACT
\*------------------------------------*/

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    border-width: 1px;
    border-color: rgb(168, 168, 168);
    border-style: solid;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    outline: none!important;
    font-size: 16px;
    font-weight: 200;
    padding: 30px 25px;
    margin-bottom: 20px;
}

textarea {
    max-height: 150px;
}

.contact-data-info a {
    color: #000;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.25;
}

.contact-data-info {
    margin-bottom: 20px;
}

.wpcf7 {
    margin-top: 40px;
}

span.noted {
    color: #454545;
    font-weight: 200;
    display: table;
    margin-top: 20px;
}

[type=button], [type=submit] {
    background: black;
    border: 0;
    color: white;
    padding: 20px 50px;
    font-size: 16px;
    font-weight: 200;
}

.no-gap {
    gap: 0;
    margin-bottom: 20px;
}

table.working-hours-list td {
    padding: 0;
}

table.working-hours-list, table.working-hours-list tbody, table.working-hours-list tr, table.working-hours-list td {
    border: 0!important;
    font-weight: 200;
    font-size: 16px;
}

table.working-hours-list {
    margin-bottom: 0;
    width: auto;
    margin-top: -2px;
}

td.working-day {
    padding-right: 8px!important;
}


.no-gap p {
    font-weight: 200;
    margin-bottom: 0;
}


.wp-block-separator.is-style-wide {
    max-width: 50%;
}

.wp-block-separator {
    border-width: 1px;
}




/*------------------------------------*\
	STOCKISTS
\*------------------------------------*/

.stockists-list .wp-block-table {
    position: relative;
}

.stockists-list .wp-block-table tbody tr:after {
    content: "";
    position: absolute;
    background: #dbdbdb;
    left: 0;
    width: 100%;
    bottom: .7rem;
    height: .1rem;
}

.stockists-list .wp-block-table, .stockists-list .wp-block-table table, .stockists-list .wp-block-table tbody tr td {
    border: 0!important;
}

.stockists-list .wp-block-table tbody tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: transparent;
    border: 0px!important;
}

.stockists-list .wp-block-table tbody tr td:last-child {
    flex-basis: 50px;
    text-align: left!important;
}

.stockists-list .wp-block-table tbody tr td {
    position: relative;
}

.stockists-list .wp-block-table tbody tr td:after {
    content: "";
    position: absolute;
    bottom: .6rem;
    left: 0;
    width: 100%;
    height: .2rem;
    background: #ffffff;
    z-index: 1;
}

.stockists-list .wp-block-table:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 3px solid white;
    border-bottom-width: 20px;
}

.stockists-list {
    margin-top: -12px!important;
    overflow-y: auto;
    scrollbar-color: #000 #f5f5f5;
    scrollbar-width: thin;
}


.stockists-list::-webkit-scrollbar {
  background: #acacac!important; 
  width: 4px!important;
}

.stockists-list::-webkit-scrollbar-track {
  background: #acacac!important; 
  width: 4px!important;
}
 
.stockists-list::-webkit-scrollbar-thumb {
  background: #000!important; 
  width: 4px!important;
}

.stockists-list::-webkit-scrollbar-thumb:hover {
  background: #000!important; 
  width: 4px!important;
}


.wp-block-gallery.brands .wp-block-image img {
    max-width: auto!important;
    width: auto!important;
    height: auto!important;
    display: table!important;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-gallery.brands .wp-block-image {
    padding: 20px 0!important;
}

.post-single .single-content h1.wp-block-heading {
    margin-bottom: 0;
}
.post-single .single-content h1.wp-block-heading + p {
    margin-bottom: 30px;
}
.post-single .single-content .wp-block-columns > .wp-block-column > .wp-block-columns {
    margin-bottom: 80px;
}

.post-single .single-content .wp-block-columns > .wp-block-column > .wp-block-columns:last-child {
    margin-bottom: 0;
}


.post-subtitle {
    margin-bottom: 0;
}

.loop-link .wp-block-button__link {
    margin-top: 0;
    margin-bottom: 30px;
}

.post-subtitle a {
    color: #000;
}

.post-subtitle a:hover {
    text-decoration: underline;
}

.main-archv .post-article {
    margin-bottom: 100px;
}


.pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.archive .pagination {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.contact-data.big-font.working-hours {
    padding-top: 2px;
}
.pagination::after, .pagination::before {
    display: none;
}

.pagination a {
    color: #000;
    padding-left: 0;
    padding-right: 0;
}

.pagination a:hover {
    text-decoration: underline;
    background: none;
}

.pagination span {
    opacity: 0.3;
}
.menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
b, strong, .stockists-list .wp-block-table tbody tr td:first-child {
    font-weight: 600;
} 
.stockists-list .wp-block-heading {
    margin-top: 30px;
    margin-bottom: 5px;
    padding: .5rem;
}
.page.page-id-173 .main-header-widget-area, .page.page-id-210 .main-header-widget-area {
    display: none;
}
.stockists-list .wp-block-heading:first-child {
    margin-top: 0;
}
.main-footer-second-column ul.menu {
    display: flex;
    justify-content: center;
}
.grecaptcha-badge {
    visibility: collapse;
}
.contact-data-info:has(>.phone-1) {
    margin-bottom: 0;
}

/**/
.mutevideo {
    display: block;
    bottom: 14em;
    left: 30px;
    position: absolute;
    z-index: 999999;
}

.mute-video {
    background: white;
    padding: 25px;
    border-radius: 50%;
    border: 1px solid black;
}

.mute-video::before {
    position: absolute;
    margin-top: -10px;
    margin-left: -8px;
}
.dashicons-controls-volumeoff::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background: black;
	transform: rotate(-45deg);
	margin-left: -10px;
}
/**/


@media screen and (max-width:1024px) {
    .primary-content {
        width:100%;
        margin-left:0;
        padding-left:15px;
        padding-right:15px;
    }
    .logo {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
    a.mobile-menu-link {
        padding: 2px 0;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        position: relative;
        color: white;
        font-size: 10px;
    }
    
    a.mobile-menu-link:before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
    }
    
    .position-left {
        width: 270px;
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        transform: translateX(-270px);
        background: white;
        padding: 40px 20px 20px 60px;
    }
    
    .position-right {
        width: 270px;
        -webkit-transform: translateX(270px);
        -ms-transform: translateX(270px);
        transform: translateX(270px);
        background: white;
        padding: 40px 20px 20px 60px;
    }
    
    .position-left ul.accordion.off-canvas-nav li, .position-right ul.accordion.off-canvas-nav li {
        margin-bottom: 30px;
        display: block;
        font-size: 14px;
    }
    
    .position-left ul.accordion.off-canvas-nav li a, .position-right ul.accordion.off-canvas-nav li a {
        padding: 0;
        font-weight: 200;
        color: #000000;
    }
    

    .main-footer-third-column {
        text-align: center;
    }
    article > div > .wp-block-columns {
        padding-top:0;
    }
    
    .main-header-widget-area .wp-block-spacer {
        height: 30px!important;
    }
    
    .logo, .logo * {
        max-height: 70px;
    }
    
        
    .main-footer .menu li:not(.wpml-ls-item) {
        flex-basis:100%;
        margin-top:30px;
    }
    
    .footer .grid-container {
        padding-left:0px;
        padding-right:0px;
    }
    .main-footer-third-column {
        margin-top:30px;
    }
    .main-footer .menu li.wpml-ls-item {
        margin-bottom: 10px;
    }
    
    .main-footer-third-column p {
        text-align:left;
    }
    
    .loop-link .wp-block-button__link {
        margin-top: -5px;
        margin-bottom: 20px;
    }
    
    .main-archv .post-article {
        margin-bottom: 50px;
    }
    .page-content .wp-block-spacer {
        max-height: 50px;
    }
    .slider-list {
        margin-bottom: 30px;
    }
    .no-mobile-gap {
        gap: 0;
    }
    #brands-carousel {
        height: 50px;
    }
    article > div > .wp-block-columns:last-child {
        padding-bottom: 0;
    }
    .page-content .has-text-align-center {
        text-align: left!important;
    }
    
    .page.page-id-173 h1.wp-block-heading, .page.page-id-210 h1.wp-block-heading {
        text-align: center!important;
    }
    .wp-block-separator.is-style-wide {
        max-width: 80%;
        margin-left: 0;
    }
    .margin-bottom-no, .margin-bottom-no .wp-block-heading {
        margin-bottom: 10px !important;
    }
    
    svg#closeMenu line {
        stroke: #000;
        stroke-width: 2px;
    }
    
    svg#closeMenu {
        width: 30px;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    
    
    .position-right {
        padding-top: 75px;
    }
    .grid-container.mobile-menu-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:640px) {
    .wp-block-gallery.carousel.slick-slider .wp-block-image.slick-slide {
        max-width:auto!important;
    }
    .bgslide {
        min-height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .bgslide * {
        opacity: 0;
    }
    .stockists-list .wp-block-heading, .stockists-list .wp-block-table td, .stockists-list .wp-block-table th {
        padding-left: 0;
        padding-right: 0;
    }
    .stockists-list .wp-block-table:after {
        border-width: 1px;
        border-bottom-width: 20px;
    }
    .wpcf7-submit {
        width: 100%;
    }
    
    .wpcf7-spinner {
        display: table;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: -35px;
    }
    .post-single .single-content .wp-block-columns > .wp-block-column > .wp-block-columns {
        margin-bottom: 2rem;
    }
    
    .homeSlider.homeVideo, .homeSlider.homeVideo video {
        height: auto;
        width: 100%;
    }    
    .slider-list-item.slick-slide {
        position: relative;
    }
    .mutevideo {
        bottom: 15px;
        left: 10px;
    }
    
    .mute-video {
        padding: 15px;
    }

}


@media screen and (min-width:783px) {
    .no-mobile-gap > .wp-block-column {
        position: relative;
    }
    
    .no-mobile-gap > .wp-block-column:after {
        content: "";
        border-right: 1px solid black;
        position: absolute;
        width: 2px;
        right: -1rem;
        top: 0;
        height: 100%;
    }
    
    
    .no-mobile-gap > .wp-block-column:last-child:after {
        display:none;
    }
}
@media screen and (max-width:1024px) and (min-width:783px) {
    
    .no-mobile-gap > .wp-block-column:after {
        right:0;
    }
    
    .no-mobile-gap > .wp-block-column {
        padding-right:10px;
        padding-left:10px
    }
    .no-mobile-gap > .wp-block-column:first-child {
        padding-right:10px;
        padding-left:0px
    }
    
    .no-mobile-gap > .wp-block-column:last-child {
        padding-left:10px;
        padding-right:0px;
    }
}
.spanlabel {
    display:none!important;
}

