/**
 * Theme Name: Thy Works
 * Template:   home-experts
	Author: the Thy Works team
	Author URI: https://thyworks.dk
 */
@font-face {
  font-family: logoFont; /* set name */
  src: url(inc/ThyWorksLogoFont.OTF); /* url of the font */
}
h1,h2,h3,h4,h5,h6{
	font-family:logoFont;
}
.page-grid{
	margin-bottom:0px;
}
.breadcrumb-wrapper .breadcrumb-text{
	display:inline-flex;
}
.profileIco{
	display:inline-flex;
	float:right;
}
.profileIco img{
	width: 10vw;
}
.breadcrumb-wrapper::before{
	    background: linear-gradient(269.94deg, rgba(0, 0, 0, 0) 34.08%, rgba(53, 76, 36, .3) 55.86%);
}
.site-author{
	display:none;
}
:root {
  --home-experts-primary-color: #e9edcafc;
  --home-experts-secondary-color: #017582;
  --home-experts-text-primary: #e9edcafc;
  --home-experts-text-secondary: #000;
  --home-experts-tertiary: #eaeaea;
  --home-experts-white-color: #3c4c24ff;
}
.site-header{
	background-color: #3c4c24ff;
}
.fpLogo{
	text-align:center;
}
.fpLogo figure{
	width:100%;
}
.sub-menu ul{
	background-color:black;
}
.menu-container{
	font-family:logoFont;
}
.breadcrumb-trail{
	font-family: logoFont;
}
.trail-item{
	color:#889063;
}
.breadcrumb-wrapper .breadcrumb-nav a{
	color:#889063;
}
.site-header .desktop-header .main-navigation #primary-menu>li.menu-item-has-children>ul,.site-header .desktop-header .main-navigation .menu>li.menu-item-has-children>ul,.site-header .desktop-header .main-navigation>ul>li.menu-item-has-children>ul {
	font-family:logoFont;
	background-color:#3c4c24ff;
	border-top: 2px solid white;
}
.sidebar .sidebar-body .main-navigation #primary-menu>li.menu-item-has-children ul li a,.sidebar .sidebar-body .main-navigation menu>li.menu-item-has-children ul li a,.sidebar .sidebar-body .main-navigation>ul>li.menu-item-has-children ul li a {
	color:#e9edcafc;
}
.shaker:hover{
	animation: customshake .5s ease-in-out;
}
@keyframes customshake{
	0%{transform:translatex(0)}
	20%{transform:translatex(-10px)}
	40%{transform:translatex(10px)}
	60%{transform:translatex(-10px)}
	80%{transform:translatex(10px)}
	100%{transform:translatex(0)}
}
a:hover{
	color:white;
}
.page-grid .site-main .content-wrap .entry-content a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--white);
}
.site-footer .main-footer .main-footer__wrapper .footer-group .widget .wp-block-social-links a {
	background-color:#3c4c24ff;
}
.logoFont{
	font-family: logoFont;
}
.breadcrumb-wrapper {
    padding: 10px 0;
    background-repeat: no-repeat;
    background-position: 100% center;
    position: relative;
    background-size: cover;
    background-color: var(--home-experts-primary-color)
}
.entry-content:not(.elementor-page) h4 {
        margin: 20px 0 5px 0;
    }
.site-footer .main-footer {
       padding:10px;
    }
.reverseBloks{
	flex-direction:column-reverse;
}
@media screen and (min-width: 767px) {
    .breadcrumb-wrapper {
        padding:15px 0
    }
	.entry-content:not(.elementor-page) h4 {
        margin: 20px 0 5px 0;
    }
	.site-footer .main-footer {
       padding:10px;
    }
	.reverseBloks{
	flex-direction:row;
	}
}

@media screen and (min-width: 1175px) {
    .breadcrumb-wrapper {
        padding: 20px 0;
    }
	.entry-content:not(.elementor-page) h4 {
        margin: 20px 0 5px 0;
    }
	.site-footer .main-footer {
       padding:10px;
    }
}
.fpWords{
	display:flex;
	flex-direction:column;
}
.fpWords p{
	flex-grow:1;
}
.sidebar{
	background:#3c4c24ff; 
}
.wpcf7-form input,.wpcf7-form select,.wpcf7-form textarea {
	color:black;
}
.wpcf7-form label {
    color: var(--home-experts-text-primary)
}
.wp-block-accordion-panel{
	transition: max-height 1s ease-out;
	overflow:hidden;
	max-height: 500px;
}
.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{
	display:block;
	max-height:0px;
	margin-block-start:0;
}