/*
Theme Name:   Fonds de dotation Kiraz
Description:  Thème crée pour le Fonds de Dotation Kiraz. Ce thème est basé sur le thème StoreFront
Author:       Benoît LY
Template:     storefront
Version:      1.0.0
Tested up to: 6.1.0
Requires PHP: 5.6.0
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Tags:         e-commerce, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
Text Domain:  fonds-dotation-kiraz
*/

/* Init */

:root {
    --kiraz-grey: #F6F6F6;
}

body {
    color: #000;
}

img {
    border-radius: 0;
}

h1 {
    letter-spacing: initial;
}

/* Fonts */

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('assets/fonts/NeueHaasDisplay-Bold.eot');
    src: url('assets/fonts/NeueHaasDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('assets/fonts/NeueHaasDisplay-Bold.woff') format('woff'),
        url('assets/fonts/NeueHaasDisplay-Bold.ttf') format('truetype'),
        url('assets/fonts/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('assets/fonts/NeueHaasDisplay-Light.eot');
    src: url('assets/fonts/NeueHaasDisplay-Light.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('assets/fonts/NeueHaasDisplay-Light.woff') format('woff'),
        url('assets/fonts/NeueHaasDisplay-Light.ttf') format('truetype'),
        url('assets/fonts/NeueHaasDisplay-Light.svg#NeueHaasDisplay-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('assets/fonts/NeueHaasDisplay-Roman.eot');
    src: url('assets/fonts/NeueHaasDisplay-Roman.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/NeueHaasDisplay-Roman.woff2') format('woff2'),
        url('assets/fonts/NeueHaasDisplay-Roman.woff') format('woff'),
        url('assets/fonts/NeueHaasDisplay-Roman.ttf') format('truetype'),
        url('assets/fonts/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body, button, input, textarea {
    font-family: 'Neue Haas Grotesk Display Pro';
}

/* Header */

.site-header {
    padding: 0;
    border: none;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin: 0;
}

#masthead .col-full {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#masthead .col-full::before,
#masthead .col-full::after {
    content: none;
}

.site-header .site-logo-anchor img, .site-header .site-logo-link img, .site-header .custom-logo-link img {
    height: 80px;
    max-width: 150px;
}

.woocommerce-active .site-header .main-navigation {
    width: fit-content;
    margin: 0;
}

@media (min-width: 768px) {
    .main-navigation ul.menu, .main-navigation ul.nav-menu {
        margin-right: -1em;
    }
}

.main-navigation ul.menu>li>a, .main-navigation ul.nav-menu>li>a {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0.4rem 0.5rem;
    margin: 0.4rem 0.5rem;
    box-sizing: border-box;
    border: 1px solid transparent;
    color: #000;
}

.main-navigation ul.menu>li>a:hover, .main-navigation ul.nav-menu>li>a:hover {
    border-color: #000;
    color: #000;
}

/* Icon 3 */

#nav-icon3 {
    width: 20px;
    height: 15px;
    position: relative;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 9999;
    display: block;
}

#nav-icon3 span {
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    z-index: 9999;
}

@media (min-width: 768px) {
    #nav-icon3 {
        display: none;
    }
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 6px;
}

#nav-icon3 span:nth-child(4) {
    top: 12px;
}

#nav-icon3.open span {
    background-color: #FFF;
}

#nav-icon3.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%;
}

/* Menu Mobile */

#mobile-menu {
    background-color: #000;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 100px 25px 50px;
    z-index: 9998;
    transform: translateX(100%);
    transition: transform 0.5s;
}

#mobile-menu.open {
    transform: translateX(0%);
}

#mobile-menu li {
    position: relative;
    padding: 5px 0;
}

#mobile-menu li a {
    color: #FFF;
}

#mobile-menu ul {
    margin: 0;
    list-style: none;
}

/* Footer */

.site-footer {
    background-color: var(--kiraz-grey);
    padding: 2rem 0;
}

.site-footer a:not(.button):not(.components-button),
.site-footer a {
    color: #000;
    font-weight: 300;
}

.kiraz-menu-footer {
    display: flex;
    flex-wrap: wrap;
}

.col-footer {
    width: 100%;
    text-align: center;
    padding: 1rem;
}

@media (min-width: 768px) {
    .col-footer {
        width: 25%;
        text-align: start;
    }

    .col-footer:first-child {
        margin-left: -1rem;
    }
    
    .col-footer:last-child {
        margin-right: 1rem;
    }
}

.col-footer ul {
    list-style: none;
    margin: 0;
}

.col-footer a {
    text-decoration: none;
}

.footer-logo img {
    max-height: 100px;
    margin: auto;
}

@media (min-width: 768px) {
    .footer-logo img {
        margin: 0;
    }
}

/* Page d'accueil */

.homepage-menu {
    display: flex;
    flex-wrap: wrap;
}

.homepage-menu-col {
    width: 100%;
    height: 175px;
    padding: 10px 0;
    background-clip: content-box;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
	background-position-y: center;
    filter: grayscale(100%);
    transition: ease-in-out 750ms;
}

.homepage-menu-col:hover {
    filter: grayscale(0%);
}

.homepage-menu-col:first-child {
    padding-top: 0;
	background-position-y: 30%;
}

.homepage-menu-col:nth-child(2) {
	background-position-y: 35%;
}

.homepage-menu-col:last-child {
    padding-bottom: 0;
	background-position-y: top;
}

.homepage-menu-col-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem 5rem;
}

.homepage-menu-title {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0;
}

.homepage-menu-subtitle {
    color: #FFF;
    font-size: 1rem;
    margin-bottom: 0;
}

.homepage-quote {
    padding: 40px 0;
}

.homepage-quote-text {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2rem;
    margin: 0;
}

.homepage-quote-author {
    font-weight: bold;
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 0;
}

@media (min-width: 768px) {
    .homepage-menu {
        position: relative;
        min-height: 55vh;
        width: 100vw;
        left: 50%;
        margin-left: -50vw;
    }

    .homepage-menu-col {
        width: 33.33%;
        height: initial;
        padding: 0 5px;
    }

    .homepage-menu-col:first-child {
        padding-left: 0;
    }

    .homepage-menu-col:last-child {
        padding-right: 0;
    }

    .homepage-menu-col-inner {
        justify-content: flex-start;
        padding: 5.235848em 2.617924em;
    }

    .homepage-menu-title {
        font-size: 2.6rem;
        margin-bottom: 0.4rem;
    }
    
    .homepage-menu-subtitle {
        font-size: 2rem;
    }

    .homepage-quote {
        min-height: calc(45vh - 140px);
        padding: 2.617924em 0;
    }

    .homepage-quote-text {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    
    .homepage-quote-author {
        font-size: 1rem;
        line-height: 1.8rem;
        margin: 0;
    }
}

/* L'artiste */

.artist-presentation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.artist-presentation-image {
    background-color: var(--kiraz-grey);
    width: 100%;
    height: 175px;
    margin-bottom: 50px;
}

.artist-presentation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% center;
}

.artist-presentation-title {
    font-weight: bold;
    line-height: 2.4rem;
    color: #000;
    margin-bottom: 0;
}

.artist-presentation-subtitle {
    color: #000;
    margin-bottom: 0.4rem;
}

.artist-presentation-dates {
    border: none;
    font-weight: bold;
    font-size: 0.8rem;
    color: #000;
    margin-bottom: 1.6rem;
    padding: 0;
}

.artist-presentation-body {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: justify;
    margin: 0;
}

@media (min-width: 768px) {
    .artist-presentation {
        height: calc(100vh - 140px);
        padding-bottom: 40px;
    }

    .artist-presentation-image {
        width: calc(40% - 20px);
        margin-right: 20px;
    }

    .artist-presentation-text {
        width: calc(60% - 20px);
        margin-left: 20px;
    }
}

/* L'artiste Rework */

.page-template-template-artist-rework .site {
    overflow-x: visible;
}

.artist-presentation-rework {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.artist-presentation-image-rework {
    width: 100%;
    height: 175px;
    margin-bottom: 30px;
}

.artist-presentation-image-rework img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% center;
}

@media (min-width: 768px) {

    .artist-presentation-image-rework {
        width: calc(40% - 15px);
        height: inherit;
        margin-right: 15px;
    }

    .artist-presentation-image-rework img {
        height: calc(100vh - 170px);
        position: sticky;
        top: 85px;
    }

    .artist-presentation-text-rework {
        width: calc(60% - 15px);
        margin-left: 15px;
    }
}

/* Fonds de dotation */

.fund-presentation {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fund-presentation-image {
    background-color: var(--kiraz-grey);
    width: 100%;
    height: 175px;
    margin-bottom: 50px;
}

.fund-presentation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40% center;
}

.fund-presentation-title {
    font-weight: bold;
    line-height: 2.4rem;
    color: #000;
    margin-bottom: 1.4rem;
}

.fund-presentation-subtitle {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #000;
}

.fund-presentation-body {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: justify;
}

.fund-presentation-cta {
    font-weight: bold;
    color: #000;
    width: fit-content;
    padding: 5px 7px;
    border: 1px solid #000;
    transition: ease-in-out 500ms;
}

.fund-presentation-cta:hover {
    background-color: #000;
    color: #FFF;
}

@media (min-width: 768px) {
    .fund-presentation {
        height: calc(100vh - 140px);
        padding-bottom: 40px;
    }

    .fund-presentation-image {
        width: calc(40% - 20px);
        margin-right: 20px;
    }

    .fund-presentation-text {
        width: calc(60% - 20px);
        margin-left: 20px;
    }
}

/* Œuvres - Général */
.work-general {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.work-general-headings {
    width: 100%;
    margin: 16px;
}

.work-general-headings * {
    margin: 0;
}

.work-general-title {
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 16px 0;
}

.work-general-desc {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.2rem;
}

.work-general-cta {
    font-weight: bold;
    color: #000;
    padding: 5px 7px;
    border: 1px solid #000;
    transition: ease-in-out 500ms;
}

.work-general-cta:hover {
    background-color: #000;
    color: #FFF;
}

.work-general-headings:has(+ .work-general-images:hover) .work-general-cta {
    background-color: #000;
    color: #FFF;
}

.work-general-cta-wrapper {
    width: 100%;
    margin: 16px 16px 64px;
}

.work-general-cta-desktop {
    display: none;
}

.work-general-images {
    width: 100%;
    margin: 16px;
    cursor: pointer;
}

.work-general-images-inner {
    margin: -16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.work-general .img-wrapper {
    width: calc(33.33% - 32px);
    margin: 16px;
}

.work-general .img-wrapper:nth-child(7),
.work-general .img-wrapper:nth-child(8) {
    display: none;
}

@media (min-width: 768px) {
    .work-general {
        display: flex;
        margin: 0 -16px;
    }
    
    .work-general-headings {
        width: calc(33.33% - 32px);
        margin: 16px;
    }
    
    .work-general-headings * {
        margin: 0;
    }
    
    .work-general-title {
        font-weight: 600;
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin: 16px 0;
    }
    
    .work-general-desc {
        font-weight: 300;
        font-size: 1rem;
        line-height: 1.2rem;
        margin-bottom: 32px;
    }
    
    .work-general-cta {
        font-weight: bold;
        color: #000;
        padding: 5px 7px;
        border: 1px solid #000;
        transition: ease-in-out 500ms;
    }
    
    .work-general-cta:hover {
        background-color: #000;
        color: #FFF;
    }

    .work-general-cta-desktop {
        display: initial;
    }

    .work-general-cta-mobile {
        display: none;
    }
    
    .work-general-images {
        width: calc(66.66% - 32px);
        margin: 16px;
    }
    
    .work-general-images-inner {
        margin: -16px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .work-general .img-wrapper {
        width: calc(25% - 32px);
        margin: 16px;
    }

    .work-general .img-wrapper:nth-child(7),
    .work-general .img-wrapper:nth-child(8) {
        display: block;
    }
}

/* Œuvres - Catégorie */
.work-category-headings {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    flex-direction: column;
}

.work-category-headings * {
    margin: 0;
}

.work-category-title {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2rem;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .work-category-headings {
        flex-direction: row;
    }

    .work-category-title {
        font-size: 2.5rem;
        line-height: 2.5rem;
        margin-right: 20px;
        margin-bottom: 0;
    }
}

.work-category-desc {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1rem;
}

#image-gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -16px;
}

.image {
    width: calc(33.33% - 32px);
    margin: 16px;
}

@media (min-width: 768px) {
    .image {
        width: calc(16.66% - 32px);
    }
}

.hidden-text {
    display: none;
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
}

.img-wrapper img {
    width: 100%;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 500ms ease-in;
    cursor: pointer;
}

.img-overlay:hover {
    opacity: 1;
}

.img-overlay svg {
    fill: #FFF;
    height: 1.5rem;
}

#overlay {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
}

@media (min-width: 768px) {
    #overlay {
        align-items: center;
    }
}

#frame {
    position: relative;
    height: calc(100% - 140px);
    width: 100%;
    padding: 3rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #C5C5C5;
    z-index: 999;
}

@media (min-width: 768px) {
    #frame {
        height: 670px;
        width: 730px;
        justify-content: center;
        align-items: center;
    }
}

#overlay .work-image {
    margin: 0;
    padding: 1.5rem;
    height: 75%;
    width: 100%;
    background-color: #FFF;
}

@media (min-width: 768px) {
    #overlay .work-image {
        padding: 2rem;
        height: 100%;
        width: 75%;
    }
}

#overlay img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#overlay .work-text {
    margin: 0;
    padding: 1.5rem 1.5rem 0;
    height: 25%;
    width: 100%;

}

@media (min-width: 768px) {
    #overlay .work-text {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
        width: 25%;
        height: 100%;
        padding: 0;
        padding-left: 3rem;
    }
	
	.work-title-container {
		height: 64px;
	}
	
	.work-newspaper-container {
		height: 64px;
	}
}

#work-title {
	display: none;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 400;
    color: #000;
}

#work-caption {
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
    color: #000;
    margin-bottom: 1rem;
}

#work-newspaper {
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: 1rem;
}

#work-copyright-number {
	display: none;
    margin: 0;
    font-size: 0.5rem;
    line-height: 0.6rem;
    font-weight: 300;
    margin-bottom: 0.6rem;
}

#work-date {
    margin: 0;
    font-size: 0.6rem;
    line-height: 0.6rem;
    font-weight: 400;
}

.work-text p {
    margin: 0;
}

.work-text .copyright,
.work-text .publi {
    font-size: 0.5rem;
    line-height: 0.6rem;
    font-weight: 300;
	float: right;
}

@media (min-width: 768px) {
    #work-title {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    #work-caption {
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 0;
    }

    #work-copyright-number {
        font-size: 0.9rem;
        line-height: 1rem;
        margin-bottom: 1rem;
    }

    #work-date {
        font-size: 1rem;
        line-height: 1rem;
    }

    .work-text .copyright,
    .work-text .publi {
        font-size: 0.9rem;
        line-height: 1rem;
		float: left;
    }
}

#exitButton {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    transform: translate(50%, -50%);
}

#prevButton,
#nextButton {
    position: absolute;
    top: 50%;
}

#prevButton {
    left: 1.5rem;
    transform: translate(-50%, -50%);
}

#nextButton {
    right: 1.5rem;
    transform: translate(50%, -50%);
}

.cls-1 {
    fill: none;
    stroke: #1d1d1b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: .6px;
}

.cls-2 {
    fill: none;
    stroke: #1d1d1b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: .3px;
}

#prevButton svg,
#nextButton svg,
#exitButton svg {
    display: block;
    height: 1.5rem;
    transition: opacity 0.8s;
}

#exitButton svg {
    height: 1rem;
}

@media (min-width:768px) {

    #prevButton svg,
    #nextButton svg,
    #exitButton svg {
        height: 1.5rem;
    }

    #exitButton svg {
        height: 1rem;
    }
}

#prevButton svg:hover,
#nextButton svg:hover,
#exitButton svg:hover {
    opacity: 0.5;
    cursor: pointer;
}


/* VH 2.0 */

@media (min-width: 768px) {
    .artist-presentation {
        height: fit-content;
        padding-bottom: 40px;
    }

    .artist-presentation-image {
        min-height: calc(100vh - 180px);
        width: calc(40% - 20px);
        margin-right: 20px;
        margin-bottom: 0;
    }

    .artist-presentation-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 180px);
        height: fit-content;
        width: calc(60% - 20px);
        margin-left: 20px;
    }
}

@media (min-width: 768px) {
    .fund-presentation {
        height: fit-content;
        padding-bottom: 40px;
    }

    .fund-presentation-image {
        min-height: calc(100vh - 180px);
        width: calc(40% - 20px);
        margin-right: 20px;
        margin-bottom: 0;
    }

    .fund-presentation-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: calc(100vh - 180px);
        height: fit-content;
        width: calc(60% - 20px);
        margin-left: 20px;
    }
}

/* Contact */
.contact-title {
    text-align: center;
    font-weight: bold;
    line-height: 2.4rem;
    color: #000;
    margin-bottom: 1.4rem;
}

.page-template-template-contact form {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-template-template-contact form > p {
    margin: 12px 16px;
    width: calc(100% - 32px);
    font-size: 1rem;
    line-height: 1.6rem;
}

.page-template-template-contact form > p label {
    font-weight: bold;
}

.page-template-template-contact form > p input {
    width: 100%;
    margin-top: 4px;
    padding: 5px 7px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #000;
    box-shadow: none;
    font-weight: 300;
}

.page-template-template-contact form > p:has([data-name="message"]) {
    width: calc(100% - 32px);
}

.page-template-template-contact form > p:has([data-name="message"]) textarea {
    min-width: 100%;
    max-width: 100%;
    min-height: 36px;
    margin-top: 4px;
    padding: 5px 7px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #000;
    box-shadow: none;
    font-weight: 300;
}

.page-template-template-contact form > p > input[type="submit"] {
    font-weight: bold;
    border: 1px solid #000;
    color: #000;
    background-color: #FFF;
    transition: ease-in-out 500ms;
}

.page-template-template-contact form > p > input[type="submit"]:hover {
    color: #FFF;
    background-color: #000;
}

@media (min-width: 768px) {
    .page-template-template-contact form > p {
        width: calc(50% - 32px);
    }
}

/* Background */

body {
    background-image: url(./assets/svg/kiraz_back.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    background-size: cover;
}

/* Language */

.main-navigation ul.menu>li.menu-item-has-children>a::after {
    content: url(./assets/svg/kiraz_left_arrow.svg);
    width: 8px;
    margin: 0;
    margin-left: 12px;
    line-height: 1rem;
    transform: rotate(-90deg);
}

.main-navigation ul.menu ul.sub-menu {
    width: 100%;
    background-color: transparent;
    top: 32.8px;
}

.main-navigation ul.menu ul li a {
    padding: 0.4rem 0.5rem;
    margin: 0.4rem 0.5rem;
    width: calc(100% - 1rem);
    background-color: var(--kiraz-grey);
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 300;
    color: #000;
    border: 1px solid var(--kiraz-grey);
}

.main-navigation ul.menu ul li a:hover {
    border: 1px solid #000;
    background-color: var(--kiraz-grey);
}