/*
Theme Name: Jiffy
Theme URI: http://www.webstart.com.pl
Author: Marek Ściubidło
Author URI: https://sciubidlo.pl/
Description: Jiffy Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: jiffy
Text Domain: jiffy


*/
/*

#jiffymap {
	background: url(/wp-content/themes/jiffy/assets/img/map.png);
	min-height: 519px !important;
    margin-left: -100px !important;
    margin-top: 80px !important;
    width: 100% !important;
}*/
body {
    font-family: "Playfair Display";
    font-weight: 300;
}
element.style {
    color: #f9423a;
    font-family: Playfair;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
}
#togglernav{display:none;}


.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .05s ease;
       -o-transition: height .05s ease;
          transition: height .05s ease;
}

#logo img {max-width:120%;}
.jf-flags {    position: absolute;   right: 0;    top: 0;     z-index: 10000;}
.jiffy-menu{display:flex;justify-content:center;align-content:center;}
.jiffy-menu .navbar {display:flex;justify-content:center;align-content:center;}
.primary-menu { display: flex; justify-content: space-around;}
.primary-menu > li { padding: 0.5em 1em;    font-size: 1.25rem; text-transform: uppercase;}
.primary-menu > li > a { color: #1d1e1f;  white-space: nowrap;}
.primary-menu > li > a:hover, .primary-menu > li > a:focus, 
.primary-menu > li.current-menu-parent > a:hover, .primary-menu > li.current-menu-parent > a:focus { color: #1d1e1f; border-bottom: 2px solid #f9423a; text-decoration:none; white-space: nowrap;}
.primary-menu > li.active > a,
.primary-menu > li.current-menu-parent > a {color:#f9423a; border-bottom: 2px solid #f9423a;}
.primary-menu > li ul li.active a{color:#f9423a; }


.lang-item a span{display:none;}

#backtop{ position: fixed;
    bottom: 2%;
    right: 2%;
    background: #F44336;
    width: 3em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-content: center; }
#backtop a{ color: #fff; font-size: 2em;     line-height: 1.4em; display:flex;}
#backtop a img {transform:          rotate(270deg); -ms-transform:      rotate(270deg);-moz-transform:     rotate(270deg);-webkit-transform:  rotate(270deg);-o-transform:       rotate(270deg);}

@media (max-width: 767px) {
    #togglernav{display:block;}
    .jiffy-menu .navbar-desktop{display:none;}
    
    
	#header #togglernav a {
		font-size: 1.2rem;
		color: #545453;
	}

	#header #togglernav .dropdown-menu{
			top:auto;
			left:auto;
			float:none;
			position: inherit;
			margin: 0.5rem -0.5rem;
			font-size: 0.8rem;
	}
    #header #togglernav {
        padding-right: 0;
        position: absolute;
        right: 25px;
        top: 60px;
    }
    #header #logo {
        margin: 20px 0;
    }
    
    
}
@media screen and (max-width: 766px) {
    #menu-footer-menu{padding:0 0 25px 0;text-align:Center;}
    #menu-footer-menu>li{width:100%;} 
} 