/* 
 Theme Name: Aprobe
 Theme URI: https://aprobe.pl
 Author: Robert Marchliński
 Author URI: https://aprobe.pl 
 Description: Szablon testowy
 Version: 1.0 
 */

 @import url('https://fonts.googleapis.com/css2?family=Mukta&display=swap');

* {
    box-sizing: border-box;
    outline: none;
}

html {
    font-family: 'Mukta', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: auto;
    font-weight: 400;
    font-size: 15px;
    color: #475455;
}

b, strong {
  font-weight: 500;
}

body {
    margin: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    background-color: #fff;
    overflow-x: hidden;
}

.wp-login-lost-password {
    
}

.reg_email {
    display: none !important
}

.login #backtoblog a, .login #nav a {
    background: #FFF; padding: 5px 15px; display: inline-block;
    margin-bottom: 5px;
}


h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2em
}

h1 {
    font-size: 2.2rem;
}

h1.main-title {font-size: 2.2rem; border-bottom: 1px dotted #909f74; margin-bottom: 45px; padding: 10px 0;}

h2 {
    font-size: 1.9rem;
}

a {
    color: #3c4849;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.text-color1 {
    color: #37a6dd
}

.text-color2 {
    color: #34a356
}

.text-color3 {
    color: #edb931
}

.text-color4 {
    color: #cf422a
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}


/* Preset */


/* Helpers */

.text-center {
    text-align: center;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.d-flex {
    display: flex;
}

.d-block {
    display: block;
}

.f-right {
    float: right;
}

section .f-right {
    line-height: 2.2em;
}

.pl-10 {
    padding-left: 10px;
}

.pt-7 {
    padding-top: 7px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-45 {
    margin-bottom: 45px;
}

.graybg {
    background: #f7f7f7;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 0px;
}

.form-control,
.input-text,
.comment-form p input[type="text"],
.comment-form p input[type="email"],
.comment-form p input[type="url"],
.comment-form p textarea {
    border: 1px solid #d6d6d6;
    padding: 7px 15px;
    display: block;
    background: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    outline: none;
    width: 100%;
    font-size: 1rem;
}

.form-control:focus,
.input-text:focus,
.comment-form p input:focus {
    border: 1px solid #36a6dd;
    box-shadow: 0 0 15px rgba(54, 166, 221, .2);
}

input.wpcf7-form-control[type="submit"],
.form-submit input[type="submit"] {
    display: inline-block;
    background: #232151;
    color: #FFF;
    padding: 10px 30px;
    font-size: 1.2rem;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

input.wpcf7-form-control[type="submit"]:hover,
.form-submit input[type="submit"]:hover {
    background: #e3401d;
}


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.menu-toggle {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
}

@media (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
  .container {
      max-width: 100%;
  }
}

@media (max-width: 991px) {
    .menu-topmenu-container { transition: all 0.5s ease;  position: fixed; left: -300px;; top: 60px; width: 250px; height: calc(100vh - 60px); z-index: 44; background: #909f74; padding: 15px; }
    .menu-topmenu-container.menushow {left: 0;}
    .menu-topmenu-container ul, .menu-topmenu-container ul li { margin: 0; padding: 0; list-style: none;} .menu-topmenu-container ul li ul { display: none;}
    .menu-topmenu-container ul { padding-top: 30px;}
    .menu-topmenu-container ul li {
        padding: 5px 0;
        border-bottom: 1px solid #d6d6d6;
    } 
    .menu-topmenu-container ul li a {
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center; 
        padding: 5px 0;
        color: #FFF;
    }
    .admin-bar  .menu-topmenu-container {top: 92px}
    .emetop { width: 50%;}
     .emetop .top-ham, .emetop .top-left,  .emetop .top-ham, .emetop .top-right  { width: 33.33%}
     .emetop .top-right  { text-align: right;}
     .emetop .top-left #logo { float: none; margin: 0 auto; width: 60px;}
     .emetop .top-right .welcome {display: none;} 
     .emetop .top-right a { position: absolute; right: 12px; bottom: 8px; padding: 10px;}
     .menu-topmenu-container ul li.current-menu-item a {background: #e9eee0; color: #909f74;} 
   /*  .menu-topmenu-container ul {display: flex;}
    .menu-topmenu-container ul, .menu-topmenu-container ul li {margin: 0; padding: 0; list-style:none;}
    .menu-topmenu-container ul li {position: relative; left: 0; top: 0;}
    .menu-topmenu-container ul li a {  transition: all 0.5s ease; display: block; white-space: nowrap; padding: 0 15px; line-height: 60px; color: #e9eee0; font-size: 1.4rem; text-transform: uppercase; font-weight: 700; text-decoration: none;}
    .menu-topmenu-container ul li a:hover, .menu-topmenu-container ul li.current-menu-item a {background: #e9eee0; color: #909f74;} 
    .menu-topmenu-container ul li ul {display: none;} */
    
      
    }

@media (min-width: 992px) {
    .emetop .top-ham {display: none; }
.menu-topmenu-container {}
.menu-topmenu-container ul {display: flex;}
.menu-topmenu-container ul, .menu-topmenu-container ul li {margin: 0; padding: 0; list-style:none;}
.menu-topmenu-container ul li {position: relative; left: 0; top: 0;}
.menu-topmenu-container ul li a {  transition: all 0.5s ease; display: block; white-space: nowrap; padding: 0 15px; line-height: 60px; color: #e9eee0; font-size: 1.4rem; text-transform: uppercase; font-weight: 700; text-decoration: none;}
.menu-topmenu-container ul li a:hover, .menu-topmenu-container ul li.current-menu-item a {background: #e9eee0; color: #909f74;} 
.menu-topmenu-container ul li ul {display: none;}

  .container {
      max-width: 980px;
  }
}

@media (min-width: 1300px) {
  .container {
      max-width: 1270px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row .col-xs-6,
.row .col-xs-12,
.row .col-sm-2,
.row .col-sm-3,
.row .col-sm-4,
.row .col-sm-6,
.row .col-sm-8,
.row .col-sm-9,
.row .col-sm-10,
.row .col-sm-12,
.row .col-md-2,
.row .col-md-3,
.row .col-md-4,
.row .col-md-5,
.row .col-md-6,
.row .col-md-7,
.row .col-md-8,
.row .col-md-9,
.row .col-md-10 {
  padding-right: 15px;
  padding-left: 15px;
}

.row .col-xs-6 {
  width: 50%;
}

.row .col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .row .col-sm-2 {
      width: 16.66%;
  }
  .row .col-sm-3 {
      width: 25%;
  }
  .row .col-sm-4 {
      width: 33.3%;
  }
  .row .col-sm-6 {
      width: 50%;
  }
  .row .col-sm-8 {
      width: 66.6%;
  }
  .row .col-sm-9 {
      width: 75%;
  }
  .row .col-sm-10 {
      width: 83.3%;
  }
  .row .col-sm-12 {
      width: 100%;
  }
}

@media (min-width: 992px) {
  .row .col-md-2 {
      width: 16.6%;
  }
  .row .col-md-3 {
      width: 25%;
  }
  .row .col-md-4 {
      width: 33.3%;
  }
  .row .col-md-6 {
      width: 50%;
  }
  .row .col-md-8 {
      width: 66.6%;
  }
  .row .col-md-5 {
      width: 40%;
  }
  .row .col-md-7 {
      width: 60%;
  }
  .row .col-md-9 {
      width: 75%;
  }
  .row .col-md-10 {
      width: 83.3%;
  }
}

.nav-menu, .nav-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  padding: 4px 0;
}

.nav-menu li a {
  text-transform: uppercase;
}

.nav-menu li ul {
  padding:0;
  margin: 0;
}

.nav-menu li ul {
  padding-top: 5px;
  padding-bottom: 2px;
  padding-left: 10px;
  display:  none;
}

.nav-menu li ul li a {
  font-size: .9rem;
}

.nav-menu li.current-menu-item ul {
  display: block;
}

.logobox {
  padding-top:  20px;
  padding-bottom: 30px;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

.copy {
  padding: 30px;
  text-align: center;
}

#loginbox {
    width: 100%;
    height: 55vh;
    background: #909f74;
    padding: 10px 30px;
    overflow-y: auto;

}

#home-page {
    margin: 0;
    width: 100%;
    height: 45vh;
}

#logo img {display: block; height: 100%; width: auto;}

#site-content {padding-top: 60px; min-height: 100vh}

#loginbox header { display: flex; justify-content: center; align-items: center;}
#loginbox header h1 {color: #FFF; font-size: 1.1rem; font-weight: 600; margin: 0;}
#loginbox header h1 small {display: block; font-weight: 400; color: #e9eee0; }
#loginbox header #logo {display: block; margin: 0; margin-right: 10px; padding: 0; outline: none;} 
#loginbox header #logo img {display: block; max-height: 70px; width: auto; margin: 0 auto;}
#loginbox header #login-form { color: #FFF;}
#loginform label { display: none; }


.emetop {display: flex; width: 100%; justify-content: space-between; position:fixed; top: 0; left:0; background: #909f74; z-index: 888;}
.top-left #logo {float: left; display: block; height: 60px; width: auto; margin-right: 15px; }
.top-right { color: #FFF; font-size: 1.1rem; padding: 10px 10px 0 10px;}
.top-right a { margin-left: 15px; }

.ogl-box {
    border: 5px solid #e9eee0;
    margin-bottom: 30px;
}
.ogl-box .ogl-box-meta {
    background: #e9eee0;
    padding: 5px 30px;
    font-weight: 600;
    font-size: 1.2rem;
    color: #909f74;
}
.ogl-box .ogl-box-meta span {
    float: right; font-weight: 400;
}
.ogl-box .ogl-box-body {
    padding: 30px;
}

.home-gallerybox {
    border: 5px solid #e9eee0;
    padding: 10px;
    margin-bottom: 15px;
}
.home-gallerybox a {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}
.home-gallerybox a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.gallery-box {
    margin-bottom: 40px;
}

.gallery-box a {
    display: block;
}
.gallery-box a h2 {
    margin: 10px 0; padding: 0;
    color: #909f74;
    font-size: 1.6rem
}
.gallery-box a .fot {
    overflow: hidden;
    border: 5px solid #e9eee0;
}
.gallery-box a .fot img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .6s; 
}
.gallery-box a:hover .fot {
    box-shadow: 5px 5px 30px rgba(0,0,0,.1)
}
.gallery-box a:hover .fot img {
    transform: scale(1.1);
    opacity: .9;
}
.gallery-box a:hover h2 {
    color: #232151;
}

body.admin-bar .emetop {
    margin-top: 32px !important;
}

#galerie-menu, #galerie-menu li {
    margin: 0; padding: 0; list-style: none;
} 
#galerie-menu {
    margin-bottom: 30px;
    display: flex; flex-wrap: wrap;
}
#galerie-menu li { border: 5px solid #e9eee0;margin-right: 5px; border-radius: 5px; margin-bottom: 6px;}
#galerie-menu li a { display: block; padding: 10px; font-weight: bold; font-size: 1.5rem; color: #909f74; text-decoration: none; border-radius: 5px;}
#galerie-menu li.current-menu-item, #galerie-menu li:hover  {border: 5px solid #232151; background: #232151;}
#galerie-menu li.current-menu-item a, #galerie-menu li:hover a { color: #FFF;} 

.message {
    background: #f8fcf1;
    padding: 15px 30px;
    text-align: center;
    font-size: 1.4rem;
    color: #78865e;
    margin: 15px 0;
    border-radius: 5px;
}

.message-error {
    color: red;
    border: 5px solid red;
}

.widget_search {
    background: #e9eee0;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {padding: 0; border: none;}

.nav-links { display: flex; flex-wrap: wrap; padding-bottom: 30px; padding-top: 30px; width: 100%; border-top: 1px dotted #909f74; margin-top: 30px;}
.nav-links a, .nav-links span {
    display: inline-block;
    padding: 10px 15px;
    background: #f8fcf1;
    border: 5px solid #e9eee0;
    color: #78865e;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.nav-links span {
    border: 5px solid #232151;
    color: #232151;
    background: #FFF;
}

.contactowy {
    background: #e9eee0;
    padding: 30px;
    margin-bottom: 30px;
}
.contactowy h2 {
    color: #78865e; margin: 0 0 15px 0; padding: 0;
}

.search-box-result {
    border: 5px solid #e9eee0;
    padding: 15px;
    margin-bottom: 15px;
}
.search-box-result > a {
    display: flex;
}
.search-box-result > a .fot {
    width: 150px;
    margin-right: 30px;
}
.search-box-result > a .fot img { 
    display: block;
    width: 100%; height: auto;
}
.search-box-result > a div h2 {
    margin: 5px 0 5px 0;
}

.bg-khaki {
  background: #78865e;  
  color: #FFF;
}
.bg-khaki h1{ color: #e9eee0; }

.gallerywrap {
    padding: 5px 15px 30px 15px;
}

a.glightbox {display: block;}
a.glightbox img {display: block; width: 100%; height: auto;}

.gallerywrap .splide__arrow { width: 4em; height: 4em; background: #e9eee0; opacity: .9;}
.gallerywrap .splide__arrow svg path { fill: #78865e;}

.logged-in-as { display: none;}

.comment-list, .comment-list li {
    list-style: none;
}  

.comment-list li {
    border: 5px solid #e9eee0; padding: 15px; margin-bottom: 15px;
}
.comment-list li .comment-author img { display: none; }

.comment-respond {
    background: #e9eee0;
    padding: 30px;
    padding-left: 40px;
    margin-bottom: 30px;
}

.form-submit .submit {
    border: none;
    border-radius: 5px;
}
.galeriah1 { margin: 0; margin: 10px 0;}

@media (min-width: 768px) {
    #loginbox {
        width: 340px;
        height: 100vh;
        background: #909f74;
        position: fixed;
        left: 0; top: 0;
        padding: 30px;
        background-position: center;
        background-size: cover;
        
    }

    .gallerywrap {
        padding: 5px 30px 30px 30px;
    }
    
    #loginform label { display: block; padding: 0; color: #FFF; font-size: 1rem; margin-bottom: 5px;}
    #home-page {
        margin-left: 340px;
        width: calc(100% - 340px);
        height: 100vh;
        background-color: #EEE;
        background-size: cover;
        /* background-size: cover;
        background-size: auto 100%; */
        background-position: center;
        padding: 0;
        position: relative;
        left: 0; top: 0;
    }
    .home-box {
        position: absolute;
        left: 50%;
        top: 50%;
        background: rgba(255,255,255, .7);
        padding: 30px;
        transform: translate(-50%, -50%);
        max-width: 80%;
        box-shadow: 0 0 30px rgba(0,0,0, 0.05);

    }
}


#loginform input[type="text"], #loginform input[type="password"], .wpcf7-form-control, .wp-block-search__input {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #6b7855;
}
#loginform .button { width: 100%; }
.button {
    display: inline-block;
    background: #2e6da4;
    background: #e3401d;
    color: #FFF;
    text-align: center;
    font-size: 1.2rem;
    border: none;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.button:hover {
    background: #2e6da4;
    color: #FFF;
}

.button2, .button3 {
    display: inline-block;
    background: #232151;
    color: #FFF;
    text-align: center;
    font-size: 1rem;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
    border-radius: 5px;

}

.button2:hover {
    background: #e3401d;
  /*   background: #e3401d; */
    color: #FFF; 
}

.button3 {
    background: #e9eee0;;
    color: #78865e;
}

.button3:hover {
    background: green;
  /*   background: #e3401d; */
    color: #FFF; 
}

.wp-block-search__button {
    background: #78865e;
    color: #FFF;
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.wp-block-search__button:hover {
    opacity: .6;
}

.wp-polls {
    border: 5px solid #232151;
    padding: 15px;
}

#copy {
    display: inline;
    position: fixed;
    right:10px; bottom: 10px;
    font-size: 11px;
    opacity: .6;
}
a.aprobe {
    color: #e9eee0;
    font-size: .85rem;
}
#admincopy {
    background: #78865e;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .text-mobile-center {text-align: center;}

    .home-box {
      /*   position: absolute;
        left: 50%;
        top: 50%; */
        background: rgba(255,255,255, .7);
        padding: 15px;
        text-align: center;
        font-size: 1.1rem;
       /*  transform: translate(-50%, -50%); */
       /*  max-width: 80%;
        box-shadow: 0 0 30px rgba(0,0,0, 0.05); */

    }
    .home-box h3 { margin: 0; }
}

@media (min-width: 768px) {
   
    .gallerywrap {
        padding: 5px 60px 30px 60px;
    }

}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    top: 6px;
    left: 6px;
    -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;
    transform: scale(.7);
  }
  
  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #FFF;
    border-radius: 9px;
    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;
  }
  
  #nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon1 span:nth-child(2) {
    top: 18px;
  }
  
  #nav-icon1 span:nth-child(3) {
    top: 36px;
  }
  
  #nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  
  #nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  /* Icon 2 */
  
  #nav-icon2 {
  }
  
  #nav-icon2 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 50%;
    background: #FFF;
    opacity: 1;
    -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;
  }
  
  #nav-icon2 span:nth-child(even) {
    left: 50%;
    border-radius: 0 9px 9px 0;
  }
  
  #nav-icon2 span:nth-child(odd) {
    left:0px;
    border-radius: 9px 0 0 9px;
  }
  
  #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
    top: 0px;
  }
  
  #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
    top: 18px;
  }
  
  #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
    top: 36px;
  }
  
  #nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #nav-icon2.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  
  #nav-icon2.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  
  #nav-icon2.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  
  #nav-icon2.open span:nth-child(5) {
    left: 5px;
    top: 29px;
  }
  
  #nav-icon2.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
  }
  
  /* Icon 3 */
  
  #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  
  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 18px;
  }
  
  #nav-icon3 span:nth-child(4) {
    top: 36px;
  }
  
  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    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: 18px;
    width: 0%;
    left: 50%;
  }
  
  /* Icon 4 */
  
  #nav-icon4 {
  }
  
  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
  }
  
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
  }
 