.justify-center{
justify-content:center;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    transform: none!important;
}

/* Disable outline in Tabs */
.su-tabs-nav span:focus {
  outline: none;
}
.iziToast-body .iziToast-texts .iziToast-message {
		 font-size: 13px !important;
	}

/* Disable outline in Spoilers */
.su-spoiler-title:focus {
  outline: none;
}
.banner .vc_single_image-wrapper.vc_box_border_grey {
  width: 100%
}

.banner img {
  width: 100%
}

.flash-offer-sticky-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #21A5F6;
  color: white;
  text-align: center;
  display: none;
  visibility: hidden;
}
.footer-munroad,
.footer-apply,
.footer-apply-app,
.footer-download-app,
.footer-apply-addburn,
.footer-reg-app,
.footer-reg-app2,
.footer-app-share {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #FF336B;
  color: white;
  text-align: center;
  display: none;
  visibility: hidden;
}

.flex-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.flex-list li {
  list-style: none;
}

.hidden {
  display: none;
}

.max-width-adj img {
  max-width: 300px;
  margin-top: 20px;
}

.hero-img {
  width: 40%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-page-hero-img {
  width: 40%;
  margin-top: 50px;
  margin-bottom: 50px !important;
}

.accordin-num-fix ol {
  margin-left: 20px;
}

ol.s-wide-li li {
  padding-top: 5px;
}

.q_accordion_holder.accordion div.accordion_content {
  padding: 0;
}

.q_accordion_holder .ui-accordion-header span.tab-title {
  width: 80%;
  color: #888;
  font-weight: 300;
  /*line-height: 25px;*/
}

.merchant-offer .q_accordion_holder .ui-accordion-header span.tab-title {
  line-height: 25px;
}

.merchant-offer .q_accordion_holder.accordion .ui-accordion-header {
  font-size: 14px;
}

.second-offer-hero {
  width: 100%;
  height: 300px;
  background: url(/wp-content/uploads/2018/07/thai-banner-3.jpg);
  background-size: cover;
  background-position: center center;
}

/**slider responsive**/
.left-upper-deco,
.right-lower-deco {
  display: none;
}

.slider-caption {
  display: flex;
  flex-direction: column;
  padding: 50px;
  /*box-shadow: 1px 2px 20px rgba(0,0,0,.06);*/
}

.slider-caption.has-bg {
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  box-shadow: 1px 1px 14px rgba(0, 0, 0, .03);
}

.slider-caption.center {
  display: flex;
  flex-direction: column;
}

.slider-caption.right {
  right: 20%;
  top: 0;
  bottom: 0;
}

.slider-caption .btn-left {
  margin: auto;
  margin-top: 10px;
  margin-left: 10px;
}

.slider-caption .btn-center {
  margin: auto !important;
}

.slider-caption .caption-pink {
  color: #eb005d;
  font-weight: 200;
  font-size: 0.6em;
  line-height: 50px;
}

.slider-caption .caption-large {
  color: #333333;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 100px;
}

.slider-caption .aavs-caption {
  width: 400px;
  height: auto;
  margin: auto;
}

.slider-caption .shaketoreward-caption {
  width: 540px;
  height: auto;
  margin: auto;
}

.iziToast-message .subject {
  font-size: 15px;
  color: #000;
  font-weight: 800;
  margin-bottom: 10px;
}

.iziToast-message .content, .iziToast-message p {
  font-size: 13px;
  color: #555;
  line-height: 14px;
  margin-bottom: 7px
}

/*responsive template*/
@media only screen and (max-width: 1170) {
  .second-offer-hero {
    height: 180px !important;
  }

  .slider-caption {
    padding: 40px;
  }

  .slider-caption .caption-pink {
    line-height: 30px;
  }

  .slider-caption .caption-large {
    line-height: 100px;
  }

  .slider-caption .aavs-caption {
    width: 190px;
  }

  .slider-caption .shaketoreward-caption {
    width: 450px;
  }
}

@media only screen and (max-width: 979px) {
  .slider-caption .shaketoreward-caption {
    width: 320px;
  }

  .slider-caption {
    padding: 20px;
  }

  .slider-caption .aavs-caption {
    width: 230px;
  }

  .slider-caption .caption-pink {
    line-height: 30px;
  }

  .slider-caption .caption-large {
    line-height: 75px;
  }

  .hero-img {
    width: 70%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .product-page-hero-img {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .iziToast-message .subject {
    font-size: 13px;
    color: #000;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .iziToast-message .content, .iziToast-message p {
    font-size: 12px;
    color: #555;
    margin-bottom: 5px
  }

  .title.with_image .image.responive img {
    object-fit: cover;
    height: 150px;
    padding-top: 95px;
  }
  .logged-in .title.with_image .image.responive img {
    object-fit: cover;
    height: 150px;
    padding-top: 50px;
  }

.banner img {
    object-fit: cover;
    height: 150px;
    padding-top: 95px;
  }
  .logged-in .banner img {
      object-fit: cover;
      height: 150px;
    }
 .banner .flexslider .slides img {
      object-fit: cover;
    height: 150px;
    padding-top: 95px;
  }
.logged-in  .banner .flexslider .slides img {
      object-fit: cover;
      height: 150px;
    }
  .second-offer-hero {
    height: 160px;
  }

  .slider-caption {
    padding: 30px;
  }

  .slider-caption .caption-pink,
  .caption-large {
    margin-bottom: 0px !important;
  }

  .slider-caption .aavs-caption {
    width: 180px;
  }

  .slider-caption .shaketoreward-caption {
    width: 170px;
  }

  .slider-caption .caption-pink {
    line-height: 20px;
  }

  .slider-caption .caption-large {
    line-height: 65px;
  }
}

@media only screen and (max-width: 639px) {
  .second-offer-hero {
    height: 130px;
  }

  .slider-caption {
    padding: 20px;
  }

  .slider-caption .caption-pink,
  .caption-large {
    margin-bottom: -5px !important;
  }

  .slider-caption .aavs-caption {
    width: 180px;
  }

  .slider-caption .shaketoreward-caption {
    width: 170px;
  }

  .slider-caption.has-bg {
    background: transparent;
  }

  .slider-caption a {
    display: none !important;
  }

  .slider-caption .caption-pink {
    line-height: 20px;
  }

  .slider-caption .caption-large {
    line-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .second-offer-hero {
    height: 100px;
  }

  .slider-caption {
    padding: 10px;
  }

  .slider-caption .caption-pink,
  .caption-large {
    margin-bottom: -5px !important;
  }

  .slider-caption a {
    display: none !important;
  }

  .slider-caption a i {
    display: none;
  }

  .slider-caption .aavs-caption {
    width: 170px;
    margin-bottom: 0px;
  }

  .slider-caption .shaketoreward-caption {
    width: 170px;
    margin-bottom: 0px;
  }

  .slider-caption .caption-pink {
    line-height: 18px;
  }

  .slider-caption .caption-large {
    line-height: 40px;
  }

  .hero-img {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 415px) {
  .second-offer-hero {
    height: 80px;
  }

  .slider-caption .aavs-caption {
    width: 150px;
    margin-bottom: 0px;
    "

  }
}

/*responsive template*/
.slides li a span {
  text-align: center;
  font-family: 'Roboto';
  color: #888;
  /*display:none;*/
}

/***qode carousel paging***/
.portfolio_slider .flex-control-paging li a,
.qode_carousels.gray .flex-control-paging li a {
  border-color: #808080;
}

.portfolio_slider .flex-control-paging li a.flex-active,
.qode_carousels.gray .flex-control-paging li a.flex-active {
  background-color: #eb005d;
}

/***qode carousel paging***/
/***qode carousel arrow***/
.qode-carousel-arrow.left {
  position: absolute;
  left: -30px;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 100;
}

.qode-carousel-arrow.right {
  position: absolute;
  right: -30px;
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 100;
}

.qode-carousel-arrow span {
  font-size: 20px;
  margin: auto;
  color: #808080;
}

/***qode carousel arrow***/
.fa-angle-down {
  display: none !important;
}

nav.mobile_menu ul li a,
nav.mobile_menu ul li h3,
nav.mobile_menu ul li ul li a,
nav.mobile_menu ul li.open_sub>a:first-child {
  border: 0px;
}

nav.mobile_menu ul li {
  border-bottom: 1px #cccccc solid;
  padding: 0px 20px 10px 20px;
}

nav.mobile_menu a.cardApplyHighlight {
  background-color: #ffffff !important;
}

nav.main_menu a.cardApplyHighlight {
  background-color: #eb005d !important;
}

.header_inner .container_inner #menu-header a span {
  display: inline;
  padding: 0px;
  border-bottom: 1px solid #000;
}

.header_inner .container_inner #menu-header a:hover {
  background-color: #fae359 !important;
}

@media only screen and (max-width: 420px) {
  nav.mobile_menu ul li {
    border-bottom: 1px #cccccc solid;
    padding: 0px !important;
  }

  nav.mobile_menu ul li a,
  nav.mobile_menu ul li h3 {
    padding: 0px 0px 2px !important;
  }

  nav.mobile_menu ul li a,
  nav.mobile_menu ul li h3,
  nav.mobile_menu ul li ul li a,
  nav.mobile_menu ul li.open_sub>a:first-child {
    border: 0px;
  }
}

@media only screen and (min-width: 1000px) {
  div.mobile_apply_button {
    display: none !important;
  }
}

@media only screen and (max-width: 1000px) {
  div.mobile_apply_button {
    display: table-cell;
    padding: 0px 10px;
  }

  nav.mobile_menu {
    margin-top: -34px
  }
}

@media only screen and (max-width: 420px) {
  header.dark {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 200;
    display: block;
  }
}

.q_logo img.sticky,
.q_logo img.dark,
.q_logo.animate_logo div.dark,
.q_logo.animate_logo div.sticky {
  height: 60px;
}

body.smooth_scroll {
  overflow-y: auto;
}

/* 

/***custom font***/
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);

.div--center {
  text-align: center !important;
}

.q_icon_with_title span.fa-stack.custom-font i:last-child {
  font-size: .9em;
}

/*

nav.main_menu > ul > li > a {
font-family: 'Roboto', Microsoft JhengHei,微軟正黑體,Tahoma,Arial,Helvetica,sans-serif;
font-size: 18px;
font-weight: normal;
}

*/
.dark nav.main_menu>ul>li>a {
  color: #000;
}

nav.main_menu>ul>li:hover>a span,
header.sticky nav.main_menu>ul>li:hover>a span {
  background: #fee330;
}

nav.main_menu>ul>li:hover>a {
  background: #fee330;
}

.dark nav.main_menu>ul>li:hover>a {
  color: #eb005d;
}

.header-bottom {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header i {
  margin: 10px 10px 10px 25px;
  font-size: 50px;
}

.q_accordion_holder.accordion .ui-accordion-header {
  font-size: 15px;
}

.q_accordion_holder.accordion.with_icon .ui-accordion-header span.tab-title {
  width: 50%;
  line-height: 50px;
  line-height: 50px;
}

.q_accordion_holder.with_icon .accordion_icon_mark {
  top: 33px;
}

.fa-2x {
  font-size: 1em !important;
  color: #eb005d;
}

p {
  line-height: 25px;
}

* {
  font-family: 'Roboto', Microsoft JhengHei, 微軟正黑體, Tahoma, Arial, Helvetica, sans-serif;
}

@media only screen and (max-width: 600px) {
  .q_logo a {
    height: 80px !important;
  }

  .textwidget {
    text-align: center;
  }

  .textwidget img {
    width: 50%;
  }

  .column2 .column_inner {
    min-height: initial !important;
  }
}

@media only screen and (max-width: 1000px) {
  .dark .mobile_menu_button span {
    color: #000;
  }
}

.fa-2x {
  color: #4267b2;
}

.image_holder {
  width: 250px;
  margin-right: 100px;
}

.image_holder img {
  width: 100%;
}

.arrow_holder {
  opacity: 0;
}

.fa-angle-right:before {
  content: "\f105";
  display: none;
}

.icon_title {
  color: #eb005e;
   !important
}

.col-half-offset {
  margin-left: 3.3% !important;
  margin-bottom: 30px !important;
}

.rebate-accordion div.accordion_content_inner {
  padding: 40px !important;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}

/***custom css***/
.carousel-control {
  width: 30%;
}

.column1.column_inner {
  min-height: 0px;
}

/*
@media only screen and (max-width: 420px){.q_logo a{height: 42px !important;}.header_bottom {padding: 0 15px;}}*/<style type="text/css">#share-buttons img {
  width: 35px;
  padding: 5px;
  border: 0;
  box-shadow: 0;
  display: inline;
}

img.mobile-hide-qr {
  visibility: visible;
}

#menuToggle {
  display: block;
  position: relative;
  top: 30px;
  left: -40px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  background: #666666;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:hover~span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 2px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:hover~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:hover~span:nth-last-child(2) {
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#floatmenu {
  position: fixed;
  width: 330px;
  left: -40px;
  padding: 134px 14px 14px 20px;
  top: 0;
  height: 100%;
  border-right: 1px solid #EEE;
  background: #FFFFFF;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#floatmenu i.fa-2x {
  font-size: 2em !important;
}

#floatmenu li {
  padding: 5px 0;
  font-size: 14px;
  clear: both;
  color: #000000;
  width: 90%;
}

#floatmenu li:hover {
  color: #eb005d;
}

#floatmenu li.line-over {
  border-top: 1px dashed #999;
  width: 90%;
  padding-top: 20px;
  margin-top: 10px;
}

#floatmenu li.line-bottom {
  border-top: 1px dashed #999;
  width: 63%;
  padding-bottom: 20px;
}

#floatmenu:hover {
  display: block;
  transform: scale(1.0, 1.0);
}
#floatmenu .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  margin-left: 10px;
  float: right;
}
#floatmenu .active:after {
  content: "\2212";
}
/*
 * And let's fade it in from the left
 */
#menuToggle input:hover~ul {
  transform: scale(1.0, 1.0);
  opacity: 0.9;
}

section.section {
  padding: 20px 0;
}

#mobileToggle, .mobile_menu_button {
  display: none
}
.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
ul.mobile-submenu {
    margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  html {
    /* For desktop */
    overflow: hidden;
  }

  body.mobilefloatmenu {
    overflow: hidden;
    height: 100%;
  }

  body.lock-scroll {
    overflow: hidden;
    position: fixed;
  }

  body.lock-scroll #wpadminbar {
    position: fixed;
  }

  #menuToggle {
    display: none
  }

  #mobileToggle {
    display: block;
    position: relative;
    top: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  #mobileToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
  }

  /*
 * Just a quick hamburger
 */
  #mobileToggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    position: relative;
    background: #666666;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
      opacity 0.55s ease;
  }

  #mobileToggle span:first-child {
    transform-origin: 0% 0%;
  }

  #mobileToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  /*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
  #mobileToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-1px, 2px);
    background: #ffffff;
  }

  /*
 * But let's hide the middle one.
 */
  #mobileToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  /*
 * Ohyeah and the last one should go the other direction
 */
  #mobileToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }

  /*
 * Make this absolute positioned
 * at the top left of the screen
 */
  #mobilefloatmenu {
    position: fixed;
    width: 101%;
    left: -40px;
    padding: 100px 14px 100px 40px;
    top: 0;
    height: 100vh;
	  max-height: 100%;
    border-right: 1px solid #EEE;
    background: #000000;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    overflow: scroll;
  }

  #mobilefloatmenu i.fa-2x {
    font-size: 2em !important;
    color: #fff;
  }

  #mobilefloatmenu li {
    padding: 5px 0;
    width: 90%;
    clear: both;
  }

  #mobilefloatmenu li a {
    color: #ffffff;
    font-size: 14px;
    display: block;
  }

  #mobilefloatmenu li:hover .submenu {
    display: block;
    max-height: 200px;
  }

  

  #mobilefloatmenu .accordion:after {
    content: '\002B';
    color: #FFF;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  #mobilefloatmenu .active:after {
    content: "\2212";
  }

  #mobilefloatmenu li:hover {
    color: #eb005d;
  }

  #mobilefloatmenu li.line-over {
    border-top: 1px dashed #999;
    width: 90%;
    padding-top: 10px;
    margin-top: 10px;
  }

  #mobilefloatmenu li.line-bottom {
    border-top: 1px dashed #999;
    width: 63%;
    padding-bottom: 20px;
  }

  #mobilefloatmenu:hover {
    display: block;
    transform: scale(1.0, 1.0);
  }

  /*
 * And let's fade it in from the left
 */
  #mobileToggle input:checked~ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
  }

  section.section {
    padding: 20px 0;
  }

  img.mobile-hide-qr {
    visibility: hidden !important;
  }

  .portfolio_slider .flex-control-nav, .qode_carousels .flex-control-nav {
    display: none;
  }


  #extra-mobilemenu li.line-after {
    border-bottom: 1px solid #999;
    width: 100%;
    margin-bottom: 11px
  }
}

#home-carousel .slides li a span:nth-child(2), #new-home-carousel .slides li a span:nth-child(2) {
  display: none;
}

#new-home-carousel img {
  width: 90%;
}

	@font-face {
  font-family: 'icomoon7';
  src:  url('/wp-content/themes/elision/fonts/icomoon7.eot?49ydqy');
  src:  url('/wp-content/themes/elision/fonts/icomoon7.eot?49ydqy#iefix') format('embedded-opentype'),
    url('/wp-content/themes/elision/fonts/icomoon7.ttf?49ydqy') format('truetype'),
    url('/wp-content/themes/elision/fonts/icomoon7.woff?49ydqy') format('woff'),
    url('/wp-content/themes/elision/fonts/icomoon7.svg?49ydqy#icomoon7') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon7' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icomoon_icon_cashback:before {
  content: "\e900";
}
.icon-icomoon_icon_cashout:before {
  content: "\e901";
}
.icon-icomoon_icon_instalment:before {
  content: "\e902";
}
.icon-icomoon_icon_karaoke:before {
  content: "\e903";
}
.icon-icomoon_icon_luckydraw:before {
  content: "\e904";
}
.icon-icomoon_icon_octopus:before {
  content: "\e905";
}
.icon-icomoon_icon_park:before {
  content: "\e906";
}
.icon-icomoon_icon_payment:before {
  content: "\e907";
}
.icon-icomoon_icon_plane:before {
  content: "\e908";
}
.icon-icomoon_icon_popcorn:before {
  content: "\e909";
}
.icon-icomoon_icon_rasielimit:before {
  content: "\e90a";
}
.icon-icomoon_icon_shoot:before {
  content: "\e90b";
}
.icon-icomoon_icon_unionpay:before {
  content: "\e90c";
}
.icon-icomoon_icon_estatement:before {
  content: "\e90d";
}
.overlay {
  position: relative;
  display: inline-block;
}



ul#extra-mobilemenu li {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  line-height: 26px
}

.q_logo.animate_logo div {
  z-index: 9999;
}

ol {
  margin-left: 20px;
}

ul {
  list-style-position: outside;
  margin-left: 40px;
}

sup {
  top: -.5em;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

@media only screen and (max-width: 1000px) {
  .dark .mobile_menu_button span {
    color: #666;
    font-size: 24px;
  }
}