/* 20200824090021 - v2 */
.gui,
.gui-block-linklist li a {
  color: #2c2e33;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #2c2e33;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #ce1417;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #ce1417;
  box-shadow: 0 0 2px #ce1417;
}

.gui-select.gui-focus .gui-handle {
  border-color: #ce1417;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #cccccc;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #2c2e33;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #f7f7f7;
  background-color: #fcfcfc;
}

.gui-block-option-block {
  border-color: #f7f7f7;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #e8e8e8;
}

.gui ul.gui-products li {
  border-color: #efefef;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #efefef;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #efefef;
}

.gui-block-content .gui-table {
  border-color: #f7f7f7;
}

.gui-table thead tr th {
  border-color: #e8e8e8;
  background-color: #fcfcfc;
}

.gui-table tbody tr td {
  border-color: #f7f7f7;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #ce1417;
  color: #ffffff;
  background-color: #ce1417;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #ce1417;
  color: #ffffff;
  background-color: #ce1417;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #a41012;
  border-color: #a41012;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #a41012;
  border-color: #a41012;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #cccccc;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #cccccc;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #cccccc;
}

/* custom */
#root > .gui-messages, #root > .messages {
  box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
}
/* RADIO + CB */
.gui-form .gui-radio label,
.gui-form .gui-checkbox label {
  position: relative;
  padding-left: 30px !important;
  padding-top: 4px;
}
.gui-form .gui-radio label:before,
.gui-form .gui-checkbox label:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #333;
}
#gui-block-payment-method .gui-block-subtitle:after {
  display: block;
  content: "Selecteer de gewenste betaalmethode. Let op, kiest u voor Bankoverschrijving, dan heeft dit invloed op de afleverdatum.";
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;  
  font-family: Museo, Arial, Helvetica, sans-serif;
  text-transform:none;
  letter-spacing:0;
}
.gui-form .gui-checkbox label:before {
  border-radius:0;
}
.gui-form .gui-radio input,
.gui-form .gui-checkbox input {
	display:none;
}
.gui-form .gui-radio input:checked ~ label:after {
  content: '';
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #000;
  display: block;
  position: absolute;
  border-radius: 100%;
}
.gui-form .gui-checkbox input:checked ~ label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #000;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
}
.gui-form .gui-field > label {
  height:unset !important;
}
.gui-payment-method-service > label {
  padding: 10px 20px;
  background: none;
  margin: 0;
  margin-bottom: 10px;
}
.gui-payment-method-service {
  padding: 5px 15px;
}
.gui-payment-method-service.gui-is-selected {
  border: 2px solid #3aaa34;
  border-radius: 4px;
  margin-bottom:10px;
	border-bottom-width: 2px !important;
}
/* .gui-payment-method-service.gui-is-selected:before {
  content: "\e91c";
  font-family: 'i' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 62px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 40px;
  color:#17a050;
} */
.gui-payment-method-service.gui-is-selected > label {
  background:none;
}
/* .gui-payment-method-service > label input {
	display:none;
} */
/* .gui-payment-methods .gui-payment-method-service > label {
  padding: 15px;
} */
/* end RADIO + CB */
.gallery-b .title {
  max-width: 220px !important;
}

.gui a.gui-button-large, .gui a.gui-button-small {
  border: none !important;
}

.link-a a {
  background: #2c2e33;
}
.module-d .submit > span {
  line-height: 30px;
}
.gui-cart-sum .gui-item.gui-big .gui-desc {
  width: 210px !important;
}
ul.actievoorwaarden {
  list-style: circle;
  max-width: 80%;
  display: block;
  margin: auto;
  font-size: 14px;
}
#featured-new p {
  color: #2c2e33;
}
.gui-number {
  background-color: transparent !important;
}
#featured-new p.link-a a {
  background: #3aaa35 !important;
}
.go-top {
	position: fixed;
	bottom: 2em;
	left: 2em;
	text-decoration: none !important;
	color: white;
	background-color: rgba(206, 5, 29, 0.8);
	font-size: 12px;
	padding: 10px;
	display: none;
	width: 40px;
  height: 40px;
  text-align: center;
}
.go-top:hover {
	background-color: #ce051d;
}
    #gui-form .valid-products .gui-confirm-buttons {
        display: none;
    }

    #gui-form #validCheckout {
        cursor: pointer;
    }

    #ui-datepicker-div {
        background-color: white;
        z-index: 9999 !important;
        border: 1px solid #ccc;
    }
    .ui-datepicker {
        width: 342px;
        padding: .2em .2em 0;
        display: none;
    }
    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }
    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }
    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }
    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }
    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }
    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }
    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }
    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }
    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0;
    }
    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }
    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }
    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }
    .ui-datepicker td {
        border: 0;
        padding: 0;
    }
    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none;
    }
    .ui-datepicker td a:hover {
        background-color:#3aaa35;
        color:#fff;
    }
    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left;
    }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }
    .ui-datepicker-multi .ui-datepicker-group {
        float: left;
    }
    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 50%;
    }
    .ui-datepicker-multi-3 .ui-datepicker-group {
        width: 33.3%;
    }
    .ui-datepicker-multi-4 .ui-datepicker-group {
        width: 25%;
    }
    .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 0;
    }
    .ui-datepicker-multi .ui-datepicker-buttonpane {
        clear: left;
    }
    .ui-datepicker-row-break {
        clear: both;
        width: 100%;
        font-size: 0;
    }

    /* RTL support */
    .ui-datepicker-rtl {
        direction: rtl;
    }
    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
        float: left;
    }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }
    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

    /* Icons */
    .ui-datepicker .ui-icon {
        display: block;
        overflow: hidden;
        background-repeat: no-repeat;
        left: .5em;
        top: .3em;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
    }
    .ui-datepicker .ui-datepicker-header {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background-color: #3aaa35;
        padding: 10px;
    }
    .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .ui-datepicker .ui-datepicker-calendar thead {
        border: none;
        color: #3aaa35;
    }
    .ui-datepicker td span, .ui-datepicker td a {
        color: #625a54;
        text-align: center;
    }

    .ui-datepicker td.ui-datepicker-today {
        background-color: #969696;
    }
    .ui-datepicker td.ui-datepicker-today span {
        color: #fff;
    }
    .ui-datepicker .ui-datepicker-other-month.ui-datepicker-unselectable {
        background-color: #e8e8e8;
    }
    .ui-datepicker td.ui-state-disabled:not(.ui-datepicker-today) span {
        color: #fff;
        background-color: #e8e8e8;
        cursor:not-allowed;
    }
    .ui-datepicker td.ui-state-disabled.ui-datepicker-today span {
        color: #ffffff;
    }
    
    
.gui-messages ul,

.gui-messages ul.gui-error {
  color: #ffffff !important;
  border-color: #ce1417 !important;
  background: #ce1417 !important;
}
.gui-messages ul.gui-success {
  color: #ffffff !important;
  border-color: #3aaa35 !important;
  background: #3aaa35 !important;
}
.gui-messages ul.gui-warning {
  color: #ffffff !important;
  border-color: #f5db03 !important;
  background: #f5db03 !important;
}
#featured-new.emblem article:before {
  display:none;
}  

@media only screen and (max-width: 47.5em) {
  #featured-new h1 { font-size: 32px; }
	/* GABRIEL HOMEPAGE USP FIX */
  .gallery-b.a:before { z-index:0; }
  /* GABRIEL HOMEPAGE USP FIX END */
}

.footer-pay-image {
  float:none;
  width:220px;
  display:block;
  position: absolute;
  top:18px;
}
@media screen and (max-width:992px) {
  #featured-new.emblem article:before { left: auto; right: 15px; top: 55px; margin: 0; }
  .footer-pay-text {display:block;}
  .footer-pay-image { width: 220px; display: block; position: relative; top: 0; left: 50%; transform: translate(-50%, 0); margin-bottom: 20px; }  
  .vergelijker-img { width:100% !important; }  
}
.gui-div-cart-coupons .gui-field .gui-right {
  position:relative !important;
}
.product-template .breadcrumbs span {
    display: inline-block;
    line-height: 21px;
  	color:#000;
    text-transform: uppercase;
    font-family: Cervo, Museo, Arial, Helvetica, sans-serif;
  padding: 28px 10px 28px 10px;
}
#gui-payment-ideal-bank {
    border-color: #000000 !important;
    color: #000000 !important;
}
.gui-blog-article h1 {
	font-size: 2.2375em;
  margin-bottom:10px;
}
.gui h2 {
    font-size: 1.4375em;
}
.gui-block-linklist li a {
  font-size:13px;
}
.gui-blog-article p {
  font-size: 17px;
  line-height: 25px;
}
.gui-blog-article header ul li {
    font-size: 14px;
}
.gui-blog .gui-page-title {
  font-size:45px;
  margin-bottom:25px;
  border-bottom:1px solid #ccc;
  padding:0;
}
.gui-blog-article header ul li {
  margin:0 5px 5px 0;
  border-right:none;
}
.gui-blog-article .link-a a {
  color: #fff !important;
}
.gui-blog-article .link-a a:hover {
  color: #fff !important;
}
.gui-input.gui-focus, .gui-text.gui-focus, .gui-select.gui-focus {
    border-color: #989898 !important;
    box-shadow: none !important;
}
#cart > form h2 span {
  position:relative;
  display:block;
}
#cart > form h2 span a {
  font-size: 14px;
  bottom:5px;
  right:0;
  position:absolute;
}
.gui-messages {
  position: fixed;
  top: 90px;
  right: 30px;
  width: 100%;
  z-index: 9999999;
  max-width: 300px;
  border-left: 0;
  box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
@media only screen and (max-height: 50em) {
  .notify-active #cart > form {
      top: 107px;
  }
}
@media only screen and (max-height: 50em) and (max-width: 87.5em) {
  .notify-active #cart > form {
      top: 107px;
  }
}
@media only screen and (max-width: 47.5em) {
  .notify-active #cart > form {
    top: 84px;
	}
  .gui-messages {
    top:0;
    right:10px;
  }
  #featured-new.hoe-werkt-kroon article {
    min-height:calc(100vh - 87px) !important;
    padding-top:30px;
  }
}
@media only screen and (max-height: 50em) and (max-width: 62.5em) {
  .notify-active #cart > form {
    top: 94px;
  }
}
@media (max-width: 47.5em) and (max-height: 50em) {
  .notify-active #cart > form {
    top: 84px;
  }
}
@media screen and (min-width:1400px) {
  #index-page #featured-new { height: 630px; overflow: hidden; }
}
#index-page #featured-new .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 15px;
    height: 15px;
    text-indent:unset;
    z-index: 9999;
}
@media screen and (min-width:1000px) {
  #index-page #featured-new .bx-wrapper .bx-next { right: 480px; }
  #index-page #featured-new .bx-wrapper .bx-prev { left: 40px; }
  #index-page #featured-new .bx-wrapper .bx-next:hover, #index-page #featured-new .bx-wrapper .bx-prev:hover, .bx-controls-direction:hover, #index-page #featured-new .bx-wrapper .bx-next, #index-page #featured-new .bx-wrapper .bx-prev, .bx-controls-direction { cursor: pointer; }
}
@media screen and (max-width:800px) {
  #index-page #featured-new .bx-wrapper .bx-next { right: 30px; }
  #index-page #featured-new .bx-wrapper .bx-prev { left: 30px; }
  #index-page #featured-new .bx-wrapper .bx-controls-direction a { bottom: 30px; top:unset; }
  .aside-socials.is-slider .bx-controls { display:none; }
}
.rich-snippet { padding:5px 0; font-size: 13px; border-top: 1px solid #e0e0e0; }

/* VIDEO UPDATE */
#featured-new article > figure video { object-fit: cover; }
.video-overlay:before { content: " "; z-index:1; width:100%; height:100%; position:absolute; left:0; right:0; top:0; bottom:0; background: rgba(0, 0, 0, 0.2); }
.fancybox-video { display: none; } 
.video-button a { font-family: Cervo, Museo, Arial, Helvetica, sans-serif; color: #fff; text-transform: uppercase; text-decoration:none; transition: all .2s ease-in-out; }
.video-button a svg { top: -3px; position: relative; margin-right:10px; transition: all .2s ease-in-out; }
.video-button:hover a { color: #ce9f58; }
.video-button:hover a { transform: scale(1.05); }
.video-button:hover svg path { fill: #ce9f58; transition: all .2s ease-in-out; }
/* END VIDEO UPDATE */

/* .mc-layout__bannerContent iframe { height: 100% !important; } */
.mc-banner { z-index: 9991 !important; }
.mc-banner iframe { min-height: 160px !important; max-height: 160px !important; }

#root #newsletter { padding: 30px 0; }
#root #newsletter:before { content: "" !important; display: block !important; position: absolute !important; left: 50% !important; top: 0 !important; bottom: 0 !important; z-index: -1 !important; width: 100vw !important; margin: 0 0 0 -50vw !important; background: #181919 !important; }
#root .form-newsletter h4 { font-family: Cervo, Museo, Arial, Helvetica, sans-serif; font-size: 28px; line-height: 1.33; text-transform: uppercase; }
#root .form-newsletter h4, #root .form-newsletter p, #root .form-newsletter .mc_embed_signup { width: 100%; text-align: center; }
#root .form-newsletter p { margin-bottom: 18px; }
.form-newsletter { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
#newsletter #mc_embed_signup { width: unset; margin-bottom: 25px; }
#newsletter #mc_embed_signup_scroll { display: flex; justify-content: center; align-items: center; flex-wrap: nowrap; }
#newsletter #mc_embed_signup_scroll label { display: none; }
.form-newsletter input.email { width: 410px; height: 62px; font-size: 1em; }
.form-newsletter #mc-embedded-subscribe { height: 62px; margin: 0; padding-top: 0; padding-bottom: 0; font-size: 18px; }
.form-newsletter span { display: block; width: 100%; text-align: center; font-size: 11px; }
.form-newsletter .mc-field-group { width: 100%; display: unset; margin: 0; }
#root .nieuwsbrief-h1 { margin: 30px 0 !important; }
.wsa-demobar { display: none !important; }
#notify { z-index: 9990; }

#root .nieuwsbrief-pagina p { margin-bottom: 18px; }
.nieuwsbrief-pagina input.email { width: 410px; height: 62px; font-size: 1em; margin-bottom: 18px; }
.nieuwsbrief-pagina #mc-embedded-subscribe { height: 62px; margin: 0; padding-top: 0; padding-bottom: 0; font-size: 18px; display: block; float: none; }
.nieuwsbrief-pagina #mc_embed_signup_scroll label { display: none; }

@media screen and (max-width:760px) {
  .form-newsletter input.email { font-size: 12px; height: 48px; width: unset; }
  .nieuwsbrief-pagina input.email { font-size: 12px; height: 48px; width: 100%; }
  .form-newsletter #mc-embedded-subscribe, .nieuwsbrief-pagina #mc-embedded-subscribe { font-size: 12px; height: 48px; min-width: 130px; }
  #root #newsletter { padding: 30px 15px; }
}


/* New menu */
/* iPhone only */ @supports (-webkit-touch-callout: none) { body { overflow: unset !important; } }
#nav.dropdown > ul:first-child > li:first-child { margin-right: 27px; }
#nav.dropdown > ul:first-child > li:first-child > a { background: none; color: #000; height: auto; text-indent: 0; width: auto; }
#nav.dropdown > ul:first-child > li:first-child > a::before, #nav.dropdown > ul:first-child > li:first-child > a::after { display: none; }
#nav.dropdown > ul:first-child > li:first-child > a:hover { color: #ce1417; }
#nav.dropdown > ul > li.sub > a::after { background: none; color: #000; content: "\e911"; display: inline-block !important; font-family: 'i'; font-size: 5px; height: auto; left: auto; margin-left: 10px; position: relative; transform: none; transition: 0.2s; vertical-align: middle; width: auto; }
#nav.dropdown > ul > li.sub:hover > a::after { color: #CE1417; left: auto; }
#nav.dropdown > ul > li.sub > ul { background: #fff; box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.05); display: none; min-width: 190px; padding: 0; position: absolute; top: 100%; }
#nav.dropdown > ul > li.sub:hover > ul { display: block; }
#nav.dropdown > ul > li.sub > ul > li { margin: 0; padding: 0 10px; transition: 0.2s; }
#nav.dropdown > ul > li.sub > ul > li > a { color: #000; display: block; font-weight: 600; padding: 6px 15px; }
#nav.dropdown > ul > li.sub > ul > li:not(:first-of-type) a { border-top: 1px solid #F5F5F5; }
#nav.dropdown > ul > li.sub > ul > li:hover { background: #FFFAFA; }
#nav.dropdown > ul > li.sub > ul > li:hover > a { color: #CE1417; text-decoration: none; }

.menu-active #shadow { background-color: #CE1417; }
#mobile > a.close { opacity: 1; }
#mobile > a.close::before { font-size: 19px; }
#mobile > .inner { display: flex; flex-direction: column; min-height: 100%; padding-bottom: 20px; padding-top: 10vh; top: 0; transform: none; }
#root #mobile ul > li > a { border-bottom: none; display: flex; font-family: 'Museo', Arial, Helvetica, sans-serif; font-size: 22px; font-weight: 600; justify-content: space-between; padding: 17px 25px; text-transform: none; }
#mobile ul > li.sub > span { position: absolute; right: 0; top: 0; }
#mobile ul > li.sub > span::after { align-items: center; color: #fff; content: "\e911"; display: flex; font-family: 'i'; font-size: 10px; height: 58px; justify-content: center; width: 58px; }
#mobile ul > li.sub.toggle > span { transform: rotate(180deg); }
#mobile ul > li.sub > ul { background: rgba(255,255,255,0.2); display: none; }
#mobile ul > li.sub.toggle > ul { display: block; }
#root #mobile ul > li.sub > ul > li > a { border-top: 1px solid rgb(245,245,245, 0.3); font-size: 18px; margin-left: 20px; margin-right: 20px; padding-left: 5px; padding-right: 5px; }
#root #mobile ul > li.sub > ul > li:last-of-type > a { border-bottom: 1px solid rgb(245,245,245, 0.3); }
#root #mobile ul.social-a { margin-top: auto; padding-left: 10px; text-align: left; }
