/*
  Theme Name: ASOMM
  Author: Milingona
  Author URI: https://milingona.co
  Description: ASOMM made espacially for Mr. Agron Sahiti.
  Version: 2.2
  Text Domain: asomm
  Domain Path: /languages
  Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-colors, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, sticky-post, translation-ready, full-width-template
  License: GNU General Public License v2 or later
  License URI: license/README_License.txt
*/

@charset "utf-8";

/* General */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

body {
  font-family: "Source Serif Pro", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #595959;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden !important;
}

:root {
  font-size: 16px;
}

::-moz-selection { color: #fff; background-color: #eeb10b; }
::selection { color: #fff; background-color: #eeb10b; }

a {
  color: #eeb10b;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover {
  color: #303745;
}

a.mlg_link-inverse {
  color: #303745;
}

a.mlg_link-inverse:hover {
  color: #eeb10b;
}

a:hover,
a:focus,
a:active { text-decoration: none; }

a:focus {
  outline: 0;
  box-shadow: none;
}

img {
  height: auto;
  max-width: 100%;
}

b,
dt,
strong {
  font-weight: 700;
}

.clear { display: block; clear: both; visibility: hidden; line-height: 0; height: 0; zoom: 1; }

.alert { border-radius: 0; }

.mfp-wrap {
  top: 0 !important;
  position: fixed !important;
  height: 100% !important;
  overflow-x: hidden;
  overflow-y: auto;
}
.mfp-iframe-holder .mfp-title {
  position: absolute;
  padding-top: 5px;
}

/* Headings */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: Karla;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-transform: none;
  color: rgba(0,0,0,.87);
  overflow-wrap: break-word;
}

/*h1, .h1 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
h2, .h2 {
  font-size: 28px;
  line-height: 32px;
}
h3, .h3 {
  font-size: 24px;
  line-height: 30px;
}
h4, .h4 {
  font-size: 20px;
  line-height: 24px;
}
h5, .h5 {
  font-size: 18px;
  line-height: 22px;
}
h6, .h6 {
  font-size: 14px;
  line-height: 16px;
}*/

/* Visual Composer */
.mlg_main-container .wpb_button,
.mlg_main-container .wpb_content_element,
.mlg_main-container ul.wpb_thumbnails-fluid > li {
  margin-bottom: 30px;
}
/* VC Front End Editor */
.vc_editor .vc_element[data-tag="vc_column"] .mlg_column,
.vc_editor .vc_element[data-tag="vc_column_inner"] .mlg_column-inner {
  width: 100%;
}

/* Parallax */
*[data-parallax] {
  position: relative;
  background-repeat: no-repeat !important;
  background-color: transparent;
  background-position: center 0;
  background-size: cover !important;
  background-attachment: fixed !important;
}

/* Main Content */
/*.mlg_main-container {
  overflow: hidden;
}*/
.mlg_main-header + .mlg_content-container {
  margin-top: 2.5rem;
}

.mlg_main-container .mlg_content .mlg_c-inner {
  padding: 2rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .mlg_content-container.mlg_with-sidebar .mlg_content:not([class*="col-md-push-"]) {
    padding-right: 35px;
  }
  .mlg_content-container.mlg_with-sidebar .mlg_content[class*="col-md-push-"] {
    padding-left: 35px;
  }
}
@media (max-width: 768px) {
  .mlg_container.mlg_with-sidebar .mlg_content {
    margin-bottom: 50px;
  }
}

/* Page Comments */
.mlg_container.mlg_no-sidebar:not(.mlg_c-type-fullwidth) .mlg_page-comments.container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.mlg_container.mlg_with-sidebar .mlg_page-comments {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mlg_page-comments {
  /*margin-bottom: 70px;*/
}

/* Animation */
*[data-animation] {
  visibility: hidden;
}
.mlg_with-animation {
  visibility: visible;
}

/* Header
================================================== */
.mlg_main-header {
  position: relative;
  z-index: 9;
}

/* Top Bar
================================================== */
.mlg_top-bar {
  font-size: 0.85rem;
  line-height: 1.5;
  color: rgba(0,0,0,0.87);
  padding: 1rem 0;
  background-color: #f4f0ef;
}
.mlg_top-bar a {
  color: inherit;
  display: inline-block;
}
.mlg_top-bar a:hover {
  color: #eeb10b;
}
.mlg_top-bar img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.mlg_top-bar img.iclflag {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.mlg_top-bar .mlg_tb-left,
.mlg_top-bar .mlg_tb-right {
  line-height: 24px;
}
.mlg_top-bar .mlg_tb-left {
  text-align: left;
}
.mlg_top-bar .mlg_tb-left > span {
  display: inline-block;
  margin: 0 10px;
  font-weight: normal;
}
.mlg_top-bar .mlg_tb-left > span:first-child {
  margin-left: 0;
}
.mlg_top-bar .mlg_tb-left > span:last-child {
  margin-right: 0;
}
.mlg_top-bar .mlg_tb-left > span .fa,
.mlg_top-bar .mlg_tb-right > span .fa {
  margin-right: 8px;
}
.mlg_top-bar .mlg_tb-right {
  text-align: right;
}

.mlg_landing-page .mlg_top-bar .mlg_drawer-open {
  display: none;
  font-size: 1rem;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mlg_landing-page .mlg_top-bar .mlg_drawer-open {
    display: block;
  }
  .mlg_landing-page .mlg_top-bar .mlg_tb-left {
    display: none;
  }
}

/* Tob Bar Menu */
.mlg_tb-menu-container {
  display: inline-block;
}
.mlg_tb-menu-container > ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
.mlg_top-bar .mlg_tb-right .mlg_tb-menu-container > ul {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.mlg_tb-menu-container > ul > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mlg_tb-menu-container > ul li a {
  font-family: "Karla";
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  text-transform: uppercase;
}
.mlg_tb-menu-container > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: 10px;
}
.mlg_tb-menu-container .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  text-align: left;
  width: 120px;
  margin: 8px 0 0 0;
  padding: 0;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0,0,0,0.13);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.17s ease-in-out;
  -moz-transition: all 0.17s ease-in-out;
  -o-transition: all 0.17s ease-in-out;
  transition: all 0.17s ease-in-out;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.mlg_tb-menu-container .sub-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 100%;
  height: 8px;
  background-color: transparent;
}
.mlg_tb-menu-container li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.mlg_tb-left .mlg_tb-menu-container > ul > li:first-child > .sub-menu {
  left: 0;
}
.mlg_tb-right .mlg_tb-menu-container .sub-menu {
  left: auto;
  right: 10px;
}
.mlg_tb-right .mlg_tb-menu-container > ul > li:last-child > .sub-menu {
  right: 0;
}
.mlg_tb-menu-container .sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin: 1px 0 0 1px;
  padding: 0;
}
.mlg_tb-right .mlg_tb-menu-container .sub-menu .sub-menu {
  left: auto;
  right: 100%;
  margin: 1px 1px 0 0;
}
.mlg_tb-menu-container .sub-menu li {
  display: block;
  padding: 0;
}
.mlg_tb-menu-container .sub-menu li a {
  display: block;
  color: #343434;
  padding: 5px 15px;
  border-top: 1px solid #f1f1f1;
  background-color: #fff;
}
.mlg_tb-menu-container .sub-menu li:first-child > a {
  border-top: none;
}
.mlg_tb-menu-container .sub-menu li a:hover {
  color: #eeb10b;
  background-color: #fcfcfc;
}

/* Social Icons : Top Bar */
.mlg_top-bar .mlg_social-media {}
.mlg_top-bar .mlg_sm-items {
  font-size: 0;
  line-height: 0;
  padding: 0 !important;
  margin: 0 -5px !important;
  list-style: none !important;
}
.mlg_top-bar .mlg_sm-item {
  display: inline-block;
  margin: 0 5px;
}
.mlg_top-bar .mlg_sm-item a {
  display: block;
  font-size: 1rem;
  color: inherit;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: transparent;
}
.mlg_top-bar .mlg_sm-item a:hover {
  color: #eeb10b;
}

/* Logo */
.mlg_site-logo {
  text-align: left;
  font-size: 0;
  line-height: 0;
}
.mlg_wc-with-basket-icon .mlg_site-logo {
  text-align: center;
}
.mlg_main-menu .mlg_site-logo {
  display: inline-block;
}
.mlg_site-logo a {
  display: inline-block;
}
.mlg_site-logo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.mlg_site-logo .mlg_sl-default {
  display: block;
  max-width: 100%;
}
.mlg_site-logo .mlg_sl-text,
.mlg_d-site-logo .mlg_sl-text {
  line-height: 1;
}
.mlg_d-site-logo .mlg_sl-text,
.mlg_mh-mobile .mlg_site-logo .mlg_sl-text {
  font-size: 1.65rem !important;
}


/* Mega Menu */
.mlg_main-menu .mlg_mega-menu {
  position: static;
}
.mlg_main-menu .mlg_mega-menu > a {
  position: relative;
}
.mlg_main-menu .mlg_mega-menu > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 200%;
  display: none;
}
.mlg_main-menu .mlg_mega-menu > a:hover:before {
  display: block;
}
.mlg_main-menu .mlg_mega-menu > ul.sub-menu {
  width: 100%;
  top: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-color: #fff;
  box-shadow: 0px 3px 39px 0px rgba(0,0,0,0.1);
}
.mlg_menu-affix.affix .mlg_main-menu .mlg_mega-menu > ul.sub-menu {
  width: calc(100% - 30px);
  left: 15px;
}
.mlg_main-menu .mlg_mega-menu ul.sub-menu {
  padding: 0 !important;
}
.mlg_main-menu .mlg_mega-menu > ul.sub-menu > li {
  float: left;
  padding: 25px 15px;
  border-right: 1px solid #ececec;
}
.mlg_main-menu .mlg_mega-menu > ul.sub-menu > li:not([class*="mlg_mm-item-col-"]) {
  width: 25%;
}
.mlg_main-menu .mlg_mega-menu > ul.sub-menu > li:last-child {
  border-right: none;
}
.mlg_main-menu .mlg_mega-menu > ul.sub-menu > li .sub-menu {
  position: static;
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  width: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  box-shadow: none;
}
.mlg_main-menu .mlg_mega-menu .sub-menu:before {
  display: none !important;
}
.mlg_main-menu .mlg_mega-menu > ul.sub-menu > li .sub-menu li {}
.mlg_main-menu .mlg_mega-menu > ul.sub-menu > li .sub-menu li a {
  padding: 5px 15px;
  margin: 0;
  -webkit-transition: color, opacity 0.3s ease-out !important;
  -moz-transition: color, opacity 0.3s ease-out !important;
  -o-transition: color, opacity 0.3s ease-out !important;
  transition: color, opacity 0.3s ease-out !important;
}
.mlg_main-menu .mlg_mega-menu > ul.sub-menu > li > a:after {
  display: none !important;   
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-title > a {
  position: relative !important;
  color: #303745 !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  padding: 5px 15px 7px !important;
  margin: 0 0 7px !important;
  text-transform: none !important;
  background-color: transparent !important;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-title > a:before {
  content: "";
  display: block !important;
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 20px;
  height: 2px;
  background-color: #ececec;
  opacity: 0;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-empty > a {
  visibility: hidden;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-hide > a {
  display: none !important;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-12 {
  width: 100%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-11 {
  width: 91.66666667%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-10 {
  width: 83.33333333%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-9 {
  width: 75%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-8 {
  width: 66.66666667%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-7 {
  width: 58.33333333%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-6 {
  width: 50%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-5 {
  width: 41.66666667%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-4 {
  width: 33.33333333%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-3 {
  width: 25%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-2 {
  width: 16.66666667%;
}
.mlg_main-menu .mlg_mega-menu .mlg_mm-item-col-1 {
  width: 8.33333333%;
}

/* Search Menu Item */
.mlg_search-menu-item {
  margin-left: 10px !important;
  border-left: 0 !important;
}
.mlg_search-menu-item a {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.mlg_search-menu-item a i {
  margin: 0 !important;
}

/* Fixed Menu */
.affix-top {
  position: relative;
}
.affix {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: rgba(255,255,255,0.95);
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}
/*.affix .mlg_site-logo .mlg_sl-default {
  display: none !important;
}
.affix .mlg_site-logo .mlg_sl-mobile {
  display: block !important;
}*/
.admin-bar .affix {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .affix {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar .affix {
    top: 0px;
  }
}
.mlg_menu-affix-height { display: none; }
.affix + .mlg_menu-affix-height { display: block; }

.affix .mlg_main-menu-container { top: 0; margin: 0 auto; padding-left: 15px !important; padding-right: 15px !important; }

/*.affix .mlg_main-menu-container .mlg_mm-top-full > ul > li:last-child > a { margin-right: 0; }*/

.affix .mlg_main-menu ul li ul.sub-menu { margin-top: 0; }
@media (min-width:768px) { .affix .mlg_main-menu-container { width:720px; } }
@media (min-width:992px) { .affix .mlg_main-menu-container { width:960px; } }
@media (min-width:1200px) { .affix .mlg_main-menu-container { width:1170px; } }
@media (min-width:1320px) { .affix .mlg_main-menu-container { width:1290px; } }

/* Mobile Menu */
.mlg_mobile-menu {
  margin: -0.75rem -1.5rem;
}
.mlg_mobile-menu.active {
  display: block;
}
.mlg_mobile-menu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mlg_mobile-menu ul li {
  display: block;
  margin: 0;
}
.mlg_mobile-menu ul li a {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  color: rgba(0,0,0,.6);
  padding: 0.75rem 1.5rem;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mlg_mobile-menu a:hover,
.mlg_mobile-menu ul li.current-menu-item > a {
  color: #eeb10b;
}
.mlg_mobile-menu > ul > li > a:hover,
.mlg_mobile-menu ul li.current-menu-item > a {
  -webkit-box-shadow: inset 4px 0 0 0 #eeb10b;
  -moz-box-shadow: inset 4px 0 0 0 #eeb10b;
  box-shadow: inset 4px 0 0 0 #eeb10b;
}
.mlg_mobile-menu ul li.menu-item-active > a {
  background-color: #f3f3f3;
}
.mlg_mobile-menu ul > .menu-item-has-children > ul.sub-menu {
  padding: .75rem 1.5rem;
}
.mlg_mobile-menu ul.sub-menu ul.sub-menu {
  padding: 1rem 0 0 1.5rem;
}
.mlg_mobile-menu ul.sub-menu li {
  display: block;
  margin-bottom: 1rem;
}
.mlg_mobile-menu ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.mlg_mobile-menu ul.sub-menu a {
  padding: 0;
  margin: 0;
}

/* Submenu Toggle */
.mlg_mobile-menu .menu-item-has-children {
  position: relative;
}
.mlg_mobile-menu .menu-item-has-children > .sub-menu {
  display: none;
}
.mlg_mobile-menu .menu-item-has-children.mlg_menu-item-active > .sub-menu {}
.mlg_mobile-menu .menu-item-has-children > a {
  position: relative;
}
.mlg_mobile-menu .menu-item-has-children > a:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 1.25rem;
  position: absolute;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  padding: 0 !important;
  line-height: 1rem;
  text-align: center;
  border: none !important;
  background: none !important;
  top: calc(50% - 0.5rem);
  color: inherit;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.mlg_mobile-menu > ul > .menu-item-has-children.mlg_menu-item-active > a {
  color: #eeb10b;
  -webkit-box-shadow: inset 4px 0 0 0 #eeb10b;
  -moz-box-shadow: inset 4px 0 0 0 #eeb10b;
  box-shadow: inset 4px 0 0 0 #eeb10b;
  background-color: #f3f3f3;
}
.mlg_mobile-menu .menu-item-has-children .menu-item-has-children.mlg_menu-item-active > a {
  color: #eeb10b;
}
.mlg_mobile-menu .menu-item-has-children .menu-item-has-children > a:before {
  right: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.mlg_mobile-menu .menu-item-has-children.mlg_menu-item-active > a:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.mlg_mobile-menu .menu-item-has-children .mlg_menu-item-active:hover,
.mlg_mobile-menu .menu-item-has-children .mlg_menu-item-active:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Custom Menu
================================================== */
.widget_nav_menu .menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget_nav_menu .menu > li {
  position: relative;
  display: block;
}
.widget_nav_menu .menu > li > a {
  display: inline-block;
  color: #595959;
  font-size: 16px;
  margin-bottom: 7px;
}
.widget_nav_menu .menu > li:last-child > a {
  margin-bottom: 0;
}
.widget_nav_menu ul li a:hover,
.widget_nav_menu ul li.current-menu-parent > a,
.widget_nav_menu ul li.current-menu-ancestor > a,
.widget_nav_menu ul li.current-menu-item > a {
  color: #eeb10b !important;
}

/* Sub Menus */
.widget_nav_menu ul.sub-menu {
  padding: 0;
}
.widget_nav_menu ul.sub-menu li {
  position: relative;
  display: block;
  margin: 0;
}
.widget_nav_menu ul.sub-menu li a {
  display: inline-block;
  color: #595959;
  padding-left: 10px;
  margin-bottom: 7px;
}
.widget_nav_menu ul.sub-menu li > ul.sub-menu > li > a {
  padding-left: 20px;
}
.widget_nav_menu ul.sub-menu li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 30px;
}

/* Cusotom Menu: Sidebar */
.mlg_container .widget_nav_menu .menu li {
  margin-bottom: 0;
}
.mlg_container .widget_nav_menu .menu li > a {
  display: block;
  position: relative;
  color: #595959;
  padding: 9px 16px 7px;
  margin-bottom: 5px;
  border: 1px solid #ececec;
}
.mlg_container .widget_nav_menu .menu li > a:before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 2px;
  background-color: #eeb10b;
}
.mlg_container .widget_nav_menu ul.sub-menu li a {
  padding-left: 26px;
}
.mlg_container .widget_nav_menu ul.sub-menu li > ul.sub-menu > li > a {
  padding-left: 36px;
}
.mlg_container .widget_nav_menu ul.sub-menu li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 46px;
}

/* display */
.mlg_d-b { display: block; }
.mlg_d-ib { display: inline-block; }
.mlg_d-t { display: table; }
.mlg_d-tr { display: table-row; }
.mlg_d-td { display: table-cell; }

/* General */
.transition-all {
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.transition-opacity {
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.mlg_overflow-hidden {
  overflow: hidden !important;
}

/* Preloader
================================================== */
#mlg_preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Countdown
================================================== */
.mlg_countdown {
  text-align: center;
  margin-bottom: 30px;
}
.mlg_countdown.mlg_c-alignment-left {
  text-align: left;
}
.mlg_countdown.mlg_c-alignment-left .countdown-section:first-child {
  margin-left: 0 !important;
}
.mlg_countdown.mlg_c-alignment-center {
  text-align: center;
}
.mlg_countdown.mlg_c-alignment-right {
  text-align: right;
}
.mlg_countdown.mlg_c-alignment-right .countdown-section:last-child {
  margin-right: 0 !important;
}
.mlg_countdown .countdown-row {
  clear: both;
  display: block;
  margin-bottom: -15px;
}
.mlg_countdown .countdown-section {
  display: inline-block;
  width: 130px;
  margin: 0 15px 15px;
  padding: 2em 0 2.1em;
  text-align: center;
  color: #303745;
  border: 1px solid #ececec;
  background-color: rgba(255,255,255,0.85);
}
.mlg_countdown .countdown-amount {
  display: block;
  font-size: 38px;
  line-height: 1;
}
.mlg_countdown .countdown-period {
  margin-top: 15px;
  font-size: 15px;
  color: #eeb10b;
  display: block;
  line-height: 1;
}

/* Medium size */
.mlg_countdown.mlg_c-size-medium .countdown-row {
  margin-bottom: -10px;
}
.mlg_countdown.mlg_c-size-medium .countdown-section {
  width: 100px;
  margin: 0 10px 10px;
  padding: 1.7em 0 1.8em;
}
.mlg_countdown.mlg_c-size-medium .countdown-amount {
  font-size: 28px;
}
.mlg_countdown.mlg_c-size-medium .countdown-period {
  font-size: 13px;
  margin-top: 10px;
}

/* Small size */
.mlg_countdown.mlg_c-size-small .countdown-row {
  margin-bottom: -4px;
}
.mlg_countdown.mlg_c-size-small .countdown-section {
  width: 65px;
  margin: 0 4px 4px;
  padding: 1em 0 1.1em;
}
.mlg_countdown.mlg_c-size-small .countdown-amount {
  font-size: 22px;
}
.mlg_countdown.mlg_c-size-small .countdown-period {
  font-size: 11px;
  margin-top: 6px;
  text-transform: none;
}

/* Widget Navigation
================================================== */
.mlg_widget-nav {
  margin: -20px 0;
}
.mlg_widget-nav li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
}
.mlg_widget-nav li:last-child {
  border-bottom: none;
}
.mlg_widget-nav a {
  display: block;
  padding: 10px 0;
  color: #343434;
}
.mlg_widget-nav li.active > a,
.mlg_widget-nav a:hover {
  color: #eeb10b;
}
.mlg_widget-nav a i {
  float: right;
  line-height: 20px;
}

/* Before / After
================================================== */
.mlg_before-after-wrapper {}
.mlg_before-after {
  margin-bottom: 30px;
}
.mlg_before-after .twentytwenty-handle {
  height: 42px;
  width: 42px;
  margin-left: -22px;
  margin-top: -22px;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #eeb10b;
}
.twentytwenty-up-arrow {
  margin-top: -16px;
}
.twentytwenty-down-arrow {
  margin-bottom: -16px;
}
/* horizontal */
.twentytwenty-horizontal .twentytwenty-after-label,
.twentytwenty-horizontal .twentytwenty-before-label {
  margin-top: 0;
  transform: translateY(-50%);
}
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-horizontal .twentytwenty-handle:before {
  width: 2px;
}
.twentytwenty-horizontal .twentytwenty-handle:before {
  margin-bottom: 25px;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
  margin-top: 25px;
}
.mlg_before-after .twentytwenty-after-label,
.mlg_before-after .twentytwenty-before-label {
  letter-spacing: normal !important;
}
.mlg_before-after .twentytwenty-before-label:empty,
.mlg_before-after .twentytwenty-after-label:empty {
  display: none !important;
}
/* vertical */
.twentytwenty-vertical .twentytwenty-after-label,
.twentytwenty-vertical .twentytwenty-before-label {
  margin-left: 0;
  transform: translateX(-50%);
}
.twentytwenty-vertical .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before {
  height: 2px;
  margin-top: -1px;
}
.twentytwenty-vertical .twentytwenty-handle:after {
  margin-right: 22px;
}
.twentytwenty-vertical .twentytwenty-handle:before {
  margin-left: 22px;
}

/* Form Controls
================================================== */
label {
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
}
.form-control {
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  color: #595959;
  height: 42px;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ececec;
  border-radius: 0px;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.form-control:focus {
  border-color: #303745;
  box-shadow: none;
}
textarea.form-control {
  padding: 12px !important;
  height: auto;
}
.form-control::-webkit-input-placeholder { color: #bbbbbb; }
.form-control:-moz-placeholder { color: #bbbbbb; }
.form-control::-moz-placeholder { color: #bbbbbb; }
.form-control:-ms-input-placeholder { color: #bbbbbb; }

/* WPCF7
================================================== */
.wpcf7-form:not(.mlg_cf7-frm) .wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit) {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  color: rgba(0,0,0,0.6);
  height: 40px;
  box-shadow: none;
  outline: 0;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 0px;
  background-image: none;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wpcf7-form:not(.mlg_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):focus {
  border-color: rgba(0,0,0,.15);
  color: rgba(0,0,0,.87);
  outline: 0;
}
.wpcf7-form:not(.mlg_cf7-frm) textarea.wpcf7-form-control {
  padding: 12px !important;
  height: auto !important;
}
.wpcf7-form:not(.mlg_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder { color: #bbbbbb; }
.wpcf7-form:not(.mlg_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):-moz-placeholder { color: #bbbbbb; }
.wpcf7-form:not(.mlg_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder { color: #bbbbbb; }
.wpcf7-form:not(.mlg_cf7-frm) .wpcf7-form-control:not(.wpcf7-submit):-ms-input-placeholder { color: #bbbbbb; }

/* submit button */
.wpcf7-form .wpcf7-submit:hover {
  opacity: 0.8;
}

/* ajax loader */
div.wpcf7 .ajax-loader {
  display: none;
  float: right;
  padding: 0;
  margin: 7px 0;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPScyOHB4JyBoZWlnaHQ9JzI4cHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2RkZCIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjNDQ0NDQ0IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTUwLjYgMTAwLjQ7MSAyNTA7MTUwLjYgMTAwLjQiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=);
}
div.wpcf7 .ajax-loader.is-active {
  display: inline-block;
}
div.wpcf7 .text-right > .ajax-loader {
  float: left;
}
div.wpcf7 .mlg_ajax-loader-in-btn {
  position: relative;
}
div.wpcf7 .mlg_ajax-loader-in-btn > .ajax-loader.is-active {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -14px;
}
div.wpcf7 .mlg_ajax-loader-in-btn > .ajax-loader.is-active + .wpcf7-submit {
  opacity: 0.3;
  color: transparent;
}
/* Notices */
.wpcf7 .form-control {
  margin-top: 0;
}
.wpcf7-not-valid {
  border-color: #a81010 !important;
}
span.wpcf7-not-valid-tip {
  margin-top: 5px;
  color: #a94442;
  font-size: 13px;
}
.wpcf7-response-output {
  cursor: pointer;
  font-size: 1rem;
  margin: 20px 0 0 0 !important;
  padding: 10px 15px !important;
  line-height: 1.5 !important;
}
div.wpcf7-validation-errors,
div.wpcf7-spam-blocked {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-width: 1px;
  border-color: #faebcc;
}
div.wpcf7-mail-sent-ng {
  color: #a94442;
  background-color: #f2dede;
  border-width: 1px;
  border-color: #ebccd1;
}
div.wpcf7-mail-sent-ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-width: 1px;
  border-color: #d6e9c6;
}
.wpcf7-not-valid-tip[role="alert"] {
  display: none !important;
}
/* checkbox */
.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  margin: 4px 5px 0 0;
  transform: translateY(-1px);
}

/* MailChimp Form
================================================== */
.mlg_mailchimp-form {
  margin-bottom: 30px;
}
.mlg_mailchimp-form .mlg_mcf-title {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 10px 0;
  color: inherit;
}
.mlg_mailchimp-form .mlg_mcf-description {
  color: inherit;
  margin-bottom: 25px;
}
.mlg_mailchimp-form .mlg_mcf-description p:last-child {
  margin-bottom: 0;
}

/* Style: Inverse*/
.mlg_mailchimp-form.mlg_mcf-style-inverse .form-control {
  border-color: #ececec;
  background-color: #f9f9f9;
}
.mlg_mailchimp-form.mlg_mcf-style-inverse .form-control:focus {
  background-color: #fff;
  border-color: #303745;
}
.mlg_mailchimp-form.mlg_mcf-style-inverse .form-control::-webkit-input-placeholder { color: #bbbbbb; }
.mlg_mailchimp-form.mlg_mcf-style-inverse .form-control:-moz-placeholder { color: #bbbbbb; }
.mlg_mailchimp-form.mlg_mcf-style-inverse .form-control::-moz-placeholder { color: #bbbbbb; }
.mlg_mailchimp-form.mlg_mcf-style-inverse .form-control:-ms-input-placeholder { color: #bbbbbb; }

/* Notices */
.mlg_mailchimp-form .mc4wp-response .mc4wp-alert {
  padding: 10px 15px;
  margin: 15px 0 0 0;
}
.mlg_mailchimp-form .mc4wp-response .mc4wp-alert p:last-child {
  margin-bottom: 0;
}
.mlg_mailchimp-form .mc4wp-response .mc4wp-error  {
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}
.mlg_mailchimp-form .mc4wp-response .mc4wp-success  {
  color: #3c763d;
  border: 1px solid #d6e9c6;
  background-color: #dff0d8;
}

/* Video Section
================================================== */
.mlg_video-section {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.mlg_video-section:before,
.mlg_video-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.mlg_video-section:before {
  background-color: rgba(0,0,0,0.3);
}
.mlg_video-section.mlg_vs-with-pattern:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXxvZSoAAAAAElFTkSuQmCC) repeat;
  opacity: 0.3;
}
.mlg_video-section * {
  position: relative;
  z-index: 3;
}
.mlg_video-section .mlg_vs-inner:not(.embed-responsive) .mlg_vs-player {
  width: 100%;
  height: 100%;
}
.mlg_video-section .mlg_vs-play { 
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 70px;
  height: 70px;
  color: #fff;
  margin-top: -35px;
  margin-left: -35px;
  text-decoration: none;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.mlg_video-section.mlg_vs-with-title .mlg_vs-play {
  margin-top: -65px;
} 
.mlg_video-section .mlg_vs-play:hover {
  opacity: 0.9;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.mlg_video-section .mlg_vs-play:focus,
.mlg_video-section .mlg_vs-play:active {
  outline: none;
}
.mlg_video-section .mlg_vs-play i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  margin-top: -16px;
  margin-left: -7px;
  z-index: 3;
  text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.mlg_video-section .mlg_vs-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 28px;
  text-align: center;
  margin: 0;
  padding: 25px 0;
  background-position: bottom;
  background-repeat: repeat-x;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
}

/* Color Overlay
================================================== */
.mlg_color-overlay {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0;
  margin: 0;
  color: #343434;
}
.mlg_color-overlay:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mlg_color-overlay > * {
  position: relative;
  z-index: 2;
}

/* Carousel
================================================== */
.mlg_carousel {
  opacity: 0;
  display: none;
  margin-bottom: 2rem;

  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.mlg_carousel-container {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mlg_row.mlg_r-layout-full .mlg_carousel-container {
  margin-left: 0;
  margin-right: 0;
}
.mlg_carousel .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mlg_carousel .owl-wrapper > .owl-item > .mlg_carousel-item {
  padding: 0 1rem;
}
.mlg_carousel.mlg_c-without-overflow .owl-wrapper-outer {
  overflow: visible !important;
}

/* pagination */
.mlg_carousel .owl-controls .owl-pagination {
  text-align: center;
  /*margin: 20px 0 10px;*/
  margin: 0 0 10px;
  line-height: 0;
}
.mlg_carousel .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 5px;
}
.mlg_carousel .owl-pagination .owl-page span {
  position: relative;
  display: block;
  width: 30px;
  height: 5px;
  background-color: #ececec;
}
.mlg_carousel .owl-pagination .owl-page span,
.mlg_carousel .owl-pagination .owl-page span:before {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mlg_carousel .owl-pagination .owl-page:not(.active) span:hover {
  opacity: 0.8;
}
.mlg_carousel .owl-pagination .owl-page.active span {
  background-color: #eeb10b;
}
/* numbers */
.mlg_carousel .owl-pagination .owl-page .owl-numbers {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #303745;
}
.mlg_carousel .owl-pagination .owl-page .owl-numbers:before {
  display: none !important;
}
.mlg_carousel .owl-pagination .owl-page.active .owl-numbers {
  color: #fff;
}
/* white color */
.mlg_carousel.mlg_c-pagination-white .owl-pagination .owl-page span:before,
.mlg_carousel.mlg_c-pagination-white .owl-pagination .owl-page.active span:before {
  background-color: #fff;
}
.mlg_carousel.mlg_c-pagination-white .owl-pagination .owl-page span,
.mlg_carousel.mlg_c-pagination-white .owl-pagination .owl-page.active span {
  border-color: #fff;
}
.mlg_carousel.mlg_c-pagination-white .owl-pagination .owl-page .owl-numbers {
  color: #fff;
}

/* navigation */
.mlg_carousel .owl-buttons .owl-prev,
.mlg_carousel .owl-buttons .owl-next {
  position: absolute;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  top: 50%;
  margin: -25px 0 0 0;
  font-size: 3rem;
  color: rgba(0,0,0,.87);
  text-align: center;
  background-color: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.mlg_carousel .owl-buttons .owl-prev:hover,
.mlg_carousel .owl-buttons .owl-next:hover {
  color: #eeb10b;
  background-color: transparent;
}
.mlg_carousel .owl-pagination + .owl-buttons .owl-prev,
.mlg_carousel .owl-pagination + .owl-buttons .owl-next {
  margin-top: -56px;
}
.mlg_carousel[data-options*='"paginationNumbers":true'] .owl-pagination + .owl-buttons .owl-prev,
.mlg_carousel[data-options*='"paginationNumbers":true'] .owl-pagination + .owl-buttons .owl-next {
  margin-top: -61px;
}
.mlg_carousel .owl-buttons .owl-prev {
  left: -3.5rem;
}
.mlg_carousel .owl-buttons .owl-next {
  right: -3.5rem;
}
.mlg_carousel .owl-buttons .owl-prev:hover,
.mlg_carousel .owl-buttons .owl-next:hover {
  opacity: 0.7;
}
.mlg_carousel:hover .owl-buttons .owl-prev,
.mlg_carousel:hover .owl-buttons .owl-next {
  opacity: 1;
}
/* extra class */
.mlg_c-pagination-top-right .owl-controls .owl-pagination {
  position: absolute;
  top: -50px;
  right: 10px;
  margin: 0;
}
/* custom navigations */
.mlg_c-custom-navigation {
  margin: 0 0 25px 20px !important;
}
.mlg_c-custom-navigation .mlg_button {
  font-size: 18px;
  padding: 7px 0 !important;
  background-color: transparent !important;
}

/* Image
================================================== */
.mlg_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* Buttons
================================================== */
.mlg_button-container {
  display: inline;
}
.mlg_button {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  cursor: pointer;
  font-family: Karla;
  font-weight: 700;
  display: inline-block;
  font-size: .875rem;
  text-align: center;
  color: rgba(0,0,0,.87);
  line-height: 1;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  border-radius: 0;
  max-width: 100%;
  letter-spacing: .05em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.mlg_button:hover,
.mlg_button:focus,
.mlg_button:active {
  box-shadow: none !important;
  outline: 0 !important;
}
/* Shape */
.mlg_button.mlg_b-shape-square {
  border-radius: 0 !important;
}
.mlg_button.mlg_b-shape-pill {
  border-radius: 25px !important;
}
.mlg_button.mlg_b-shape-round {
  border-radius: 2px !important;
}
/* Size */
.mlg_button.mlg_b-size-large {
  font-size: 18px;
  padding: 15px 40px;
}
.mlg_button.mlg_b-size-large[style] {
  padding: 13px 38px;
}
.mlg_button.mlg_b-size-normal {
  font-size: 16px;
  padding: 13px 30px;
}
.mlg_button.mlg_b-size-normal[style] {
  padding: 11px 28px;
}
.mlg_button.mlg_b-size-small {
  font-size: 14px;
  padding: 10px 20px;
}
.mlg_button.mlg_b-size-small[style] {
  padding: 8px 18px;
}
.mlg_button.mlg_b-size-mini {
  font-size: 12px;
  padding: 8px 10px;
}
.mlg_button.mlg_b-size-mini[style] {
  padding: 6px 8px;
}
/* Stretch */
.mlg_button.mlg_b-stretch {
  display: block;
  width: 100%;
}
/* Alignment */
.mlg_button-container.mlg_b-alignment-left {
  float: left;
  margin-right: 15px;
}
.mlg_button-container.mlg_b-alignment-right {
  float: right;
  margin-left: 15px;
}
.mlg_button-container.mlg_b-alignment-center {
  display: block;
  text-align: center;
}
/* Normal Color */
.mlg_button.mlg_b-normal-color-primary {
  color: #fff;
  border-color: #eeb10b;
  background-color: #eeb10b;
}
.mlg_button.mlg_b-normal-color-secondary {
  color: #fff;
  border-color: #303745;
  background-color: #303745;
}
.mlg_button.mlg_b-normal-color-black {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.mlg_button.mlg_b-normal-color-gray {
  color: #303745;
  border-color: #eee;
  background-color: #eee;
}
.mlg_button.mlg_b-normal-color-white {
  color: #303745;
  border-color: #fff;
  background-color: #fff;
}
/* Hover Color */
.mlg_button.mlg_b-hover-color-primary:hover {
  color: #fff !important;
  border-color: #eeb10b !important;
  background-color: #eeb10b !important;
}
.mlg_button.mlg_b-hover-color-secondary:hover {
  color: #fff !important;
  border-color: #303745 !important;
  background-color: #303745 !important;
}
.mlg_button.mlg_b-hover-color-black:hover {
  color: #fff !important;
  border-color: #000 !important;
  background-color: #000 !important;
}
.mlg_button.mlg_b-hover-color-gray:hover {
  color: #303745 !important;
  border-color: #eee !important;
  background-color: #eee !important;
}
.mlg_button.mlg_b-hover-color-white:hover {
  color: #303745 !important;
  border-color: #fff !important;
  background-color: #fff !important;
}
/* Icon */
.mlg_button.mlg_b-with-icon i {
  line-height: 0.8em;
}
.mlg_button.mlg_b-with-icon i[class*="mlg_fp-"] {
  transform: translateY(3px);
}
.mlg_button.mlg_b-with-icon i ~ span {
  margin-left: 15px;
}
.mlg_button.mlg_b-with-icon span ~ i {
  margin-left: 15px;
}
@media( max-width: 767px ) {
  .mlg_button-container.mlg_b-alignment-left:not(.mlg_c-custom-navigation),
  .mlg_button-container.mlg_b-alignment-right:not(.mlg_c-custom-navigation) {
    float: none;
    display: inline-block;
  }
}

/* Gallery Widget
================================================== */
.mlg_gallery-widget {
  position: relative;
  margin: 0 -5px -10px;
  font-size: 0;
}
.mlg_gallery-widget .mlg_gw-item {
  display: inline-block;
  width: calc(100% / 3);
  padding: 0 5px 10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.mlg_gallery-widget .mlg_gw-item .mlg_gw-image {
  display: inline-block;
  overflow: hidden;
  background-color: #eeb10b;
}
.mlg_gallery-widget .mlg_gw-item .mlg_gw-image img {
  display: inline-block;
  transform: translateZ(0px);

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mlg_gallery-widget .mlg_gw-item .mlg_gw-image:hover img {
  opacity: 0.7;
}

/* Image Slider
================================================== */
.mlg_image-slider {
  position: relative;
  margin-bottom: 30px;
}
.mlg_image-slider .mlg_is-item {
  position: relative;
}
.mlg_image-slider .mlg_is-item img {
  width: 100%;
  max-width: 100%;
}
.mlg_image-slider .mlg_is-item .mlg_is-i-figure {}
.mlg_image-slider .mlg_is-item .mlg_is-i-caption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 20px;
  color: #fff;
  background-color: rgba(254,184,36,0.9);
}
/* ratios */
.mlg_image-slider[data-ratio] .mlg_is-item .mlg_is-i-figure {
  position: relative;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mlg_image-slider[data-ratio] .mlg_is-item .mlg_is-i-figure img {
  display: none !important;
}
.mlg_image-slider[data-ratio="1:1"] .mlg_is-item .mlg_is-i-figure {
  padding-bottom: 100%;
}
.mlg_image-slider[data-ratio="2:1"] .mlg_is-item .mlg_is-i-figure {
  padding-bottom: 50%;
}
.mlg_image-slider[data-ratio="3:2"] .mlg_is-item .mlg_is-i-figure {
  padding-bottom: 66.67%;
}
.mlg_image-slider[data-ratio="3:4"] .mlg_is-item .mlg_is-i-figure {
  padding-bottom: 133.34%;
}
.mlg_image-slider[data-ratio="4:3"] .mlg_is-item .mlg_is-i-figure {
  padding-bottom: 75%;
}
.mlg_image-slider[data-ratio="16:9"] .mlg_is-item .mlg_is-i-figure {
  padding-bottom: 56.25%;
}
/* navigation */
.mlg_image-slider .owl-buttons .owl-prev,
.mlg_image-slider .owl-buttons .owl-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: 50%;
  margin: -25px 0 0 0 !important;
  font-size: 30px;
  color: #303745;
  opacity: 1;
  border-radius: 50%;
  border: none;
  box-shadow: 3px 2px 4px 0 rgba(0,0,0,0.11);
  background-color: rgba(255,255,255,0.9);
}
.mlg_image-slider .owl-buttons .owl-prev:hover,
.mlg_image-slider .owl-buttons .owl-next:hover {
  color: #eeb10b;
  border-color: #eeb10b;
  background-color: #fff;
}
.mlg_image-slider.mlg_is-with-captions .owl-buttons .owl-prev,
.mlg_image-slider.mlg_is-with-captions .owl-buttons .owl-next {
  transform: translateY(-54px);
}
.mlg_image-slider.mlg_is-with-captions.mlg_is-pagination-none .owl-buttons .owl-prev,
.mlg_image-slider.mlg_is-with-captions.mlg_is-pagination-none .owl-buttons .owl-next {
  transform: translateY(-27px);
}
.mlg_image-slider.mlg_is-without-captions .owl-buttons .owl-prev,
.mlg_image-slider.mlg_is-without-captions .owl-buttons .owl-next,
.mlg_image-slider.mlg_is-pagination-none .owl-buttons .owl-prev,
.mlg_image-slider.mlg_is-pagination-none .owl-buttons .owl-next {
  margin-top: -25px !important;
}
.mlg_image-slider.mlg_is-navigation-hover .owl-buttons .owl-prev,
.mlg_image-slider.mlg_is-navigation-hover .owl-buttons .owl-next {
  opacity: 0;
}
.mlg_image-slider.mlg_is-navigation-always .owl-buttons .owl-prev,
.mlg_image-slider.mlg_is-navigation-hover:hover .owl-buttons .owl-prev,
.mlg_image-slider.mlg_is-navigation-always .owl-buttons .owl-next,
.mlg_image-slider.mlg_is-navigation-hover:hover .owl-buttons .owl-next {
  opacity: 1;
}
.mlg_image-slider .owl-buttons .owl-prev i { margin-left: -2px; }
.mlg_image-slider .owl-buttons .owl-next i { margin-right: -2px; }
.mlg_image-slider.mlg_is-navigation-always .owl-buttons .owl-prev { left: 30px; }
.mlg_image-slider.mlg_is-navigation-always .owl-buttons .owl-next { right: 30px; }
.mlg_image-slider.mlg_is-navigation-hover .owl-buttons .owl-prev { left: 0; }
.mlg_image-slider.mlg_is-navigation-hover .owl-buttons .owl-next { right: 0; }
.mlg_image-slider.mlg_is-navigation-hover:hover .owl-buttons .owl-prev { left: 30px; }
.mlg_image-slider.mlg_is-navigation-hover:hover .owl-buttons .owl-next { right: 30px; }
/* pagination */
.mlg_image-slider .owl-controls .owl-pagination {
  margin: 0;
  padding: 25px 0;
  width: 100%;
  line-height: 0;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 15%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 15%,rgba(0,0,0,0.15) 35%,rgba(0,0,0,0.65) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 15%,rgba(0,0,0,0.15) 35%,rgba(0,0,0,0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mlg_image-slider.mlg_is-without-captions .owl-controls .owl-pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
  margin: 0;
}
.mlg_image-slider.mlg_is-pagination-hover .owl-controls .owl-pagination {
  opacity: 0;
}
.mlg_image-slider.mlg_is-pagination-always .owl-controls .owl-pagination,
.mlg_image-slider.mlg_is-pagination-hover:hover .owl-controls .owl-pagination {
  opacity: 1;
}
.mlg_image-slider .owl-controls .owl-pagination .owl-page {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.mlg_image-slider .owl-controls .owl-pagination .owl-page span {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: transparent;
}
.mlg_image-slider .owl-controls .owl-pagination .owl-page span:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #eeb10b;
  opacity: 0;
}
.mlg_image-slider .owl-controls .owl-pagination .owl-page.active span:before,
.mlg_image-slider .owl-controls .owl-pagination .owl-page:hover span:before {
  opacity: 1;
}
.mlg_image-slider .owl-controls .owl-pagination .owl-page.active span,
.mlg_image-slider .owl-controls .owl-pagination .owl-page:hover span {
  border-color: #eeb10b;
}

/* Post Pasword Form
================================================== */
form.post-password-form {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
form.post-password-form p:first-child {
  margin-bottom: 30px;
}
form.post-password-form input[name="post_password"] {
  display: inline-block;
  max-width: 320px;
  margin-bottom: 15px;
}
form.post-password-form input[type="submit"] {
  position: relative;
  margin-left: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

/* Magnific Popup
================================================== */
.mfp-figure .mfp-close,
.mfp-iframe-holder .mfp-close {
  display: none !important;
}
.mfp-close {
  right: 0 !important;
  top: 0 !important;
  text-align: right;
  padding-right: 6px;
  width: 72px !important;
  height: 72px !important;
  background-color: #505050 !important;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.mfp-close:hover {
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.admin-bar .mfp-close {
  top: 32px !important;
}
.mfp-close:before,
.mfp-close:after {
  position: absolute;
  content: ' ';
  height: 33px;
  width: 1px;
  background-color: #fff;
  top: 18px;
  left: 50%;
}
.mfp-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-arrow {
  height: 90px !important;
  background-color: #505050 !important;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.mfp-title {
  color: #ccc;
  font-size: 13px;
  line-height: 18px;
}
.mfp-title:empty + .mfp-counter {
  right: 50% !important;
  margin-right: -15px !important;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 30px !important;
  border-right: 21px solid #fff !important;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 21px solid #505050 !important;
  margin-left: 31px !important;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 21px solid #fff !important;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px !important;
  border-bottom-width: 21px !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px !important;
  margin-left: 36px;
  border: medium inset transparent;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 21px solid #505050 !important;
  margin-left: 34px !important;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 21px !important;
  border-bottom-width: 21px !important;
  top: 0 !important;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 24px !important;
  margin-left: 36px;
  border: medium inset transparent;
}
.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-img,
.mfp-zoom-in .mfp-iframe-scaler {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.mfp-zoom-in.mfp-ready.mfp-image-loaded .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-img,
.mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body .mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-img,
.mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.93) !important;
  -moz-transform: scale(0.93) !important;
  -o-transform: scale(0.93) !important;
  -ms-transform: scale(0.93) !important;
  transform: scale(0.93) !important;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-close,
.mfp-zoom-in .mfp-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-figure:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-ready .mfp-figure:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-figure:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -o-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
}
.mfp-figure:after,
.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
  box-shadow: 0 10px 70px 20px rgba(0,0,0,0.35) !important;
}
.mfp-zoom-in.mfp-ready .mfp-close,
.mfp-zoom-in.mfp-ready .mfp-arrow {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
.mfp-zoom-in.mfp-removing .mfp-close,
.mfp-zoom-in.mfp-removing .mfp-arrow {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-iframe-scaler {
  overflow: visible;
}
/* Inline Type */
.mlg_popup-inline-wrapper {
  position: relative;
  padding: 30px;
  width: auto;
  max-width: 600px;
  margin: 40px auto;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mlg_popup-inline-wrapper p:last-child {
  margin-bottom: 0 !important;
}
.mfp-zoom-in.mfp-removing .mlg_popup-inline-wrapper {
  opacity: 0;
}




/* Post Style: Default
================================================== */
.mlg_post.mlg_p-style-default {
  position: relative;
  margin-bottom: 2.5rem;
  background-color: #fff;
}
.mlg_r-flex .mlg_post.mlg_p-style-default {
  height: calc(100% - 2.5rem);
}
.mlg_post.mlg_p-style-default .mlg_p-image {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mlg_post.mlg_p-style-default .mlg_p-image a {
  display: block;
}
.mlg_post.mlg_p-style-default .mlg_p-image img {
  display: none !important;
}
.mlg_post.mlg_p-style-default .mlg_p-body {
  padding: 2rem;
  background-color: #fff;
}
.mlg_post.mlg_p-style-default .mlg_p-categories {
  margin-bottom: .5rem;
  line-height: 1.15;
}
.mlg_post.mlg_p-style-default .mlg_p-categories a {
  font-family: Karla;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0.5rem 0 0;
  color: #eeb10b;
}
.mlg_post.mlg_p-style-default .mlg_p-categories a:last-child {
  margin-right: 0 !important;
}
.mlg_post.mlg_p-style-default .mlg_p-categories a:hover {
  color: #eeb10b;
  text-decoration: underline;
}
.mlg_post.mlg_p-style-default .mlg_p-title {
  font-family: Karla;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  overflow-wrap: break-word;
  text-transform: none;
  margin: 0 !important;
}
.mlg_post.mlg_p-style-default .mlg_p-title a {
  color: rgba(0,0,0,.87);
}
/*.mlg_post.mlg_p-style-default .mlg_p-title a:hover {
  color: rgba(0,0,0,.87);
  opacity: 0.8;
}*/
.mlg_post.mlg_p-style-default .mlg_p-title a:hover {
  color: #eeb10b;
}
.mlg_post.mlg_p-style-default .mlg_p-meta {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.mlg_post.mlg_p-style-default .mlg_p-meta {
  color: rgba(0,0,0,.38);
}
.mlg_post.mlg_p-style-default .mlg_p-meta a {
  color: rgba(0,0,0,.87);
}
.mlg_post.mlg_p-style-default .mlg_p-meta a:hover {
  color: #eeb10b;
}
.mlg_post.mlg_p-style-default .mlg_p-meta .mlg_p-m-item .fa {
  margin-right: .25rem;
}
.mlg_post.mlg_p-style-default .mlg_p-meta .mlg_p-m-item:after {
  content: "";
  display: inline-block;
  height: .25rem;
  width: .25rem;
  border-radius: 100%;
  opacity: .5;
  vertical-align: .1875em;
  margin-left: .5rem;
  margin-right: .5rem;
  background-color: currentColor;
}
.mlg_post.mlg_p-style-default .mlg_p-meta .mlg_p-m-item:last-child:after {
  display: none;
}
.mlg_post.mlg_p-style-default .mlg_p-excerpt {
  margin-top: 1rem;
  color: rgba(0,0,0,.6);
}
.mlg_post.mlg_p-style-default .mlg_p-excerpt p:last-child {
  margin-bottom: 0;
}
.mlg_post.mlg_p-style-default .mlg_p-read-more {
  display: inline-block;
  font-family: Karla;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0,0,0,.87);
  margin-top: 1rem;
}
.mlg_post.mlg_p-style-default .mlg_p-read-more .fa {
  margin-left: .5rem;
  transform: translateY(1px);
}
.mlg_post.mlg_p-style-default .mlg_p-read-more:hover {
  color: #eeb10b;
}



/* Post Style: Cover
================================================== */
.mlg_post.mlg_p-style-cover {
  position: relative;
}
.mlg_post.mlg_p-style-cover.sticky {
  padding: 0;
  border: none;
  background-color: transparent;
}
.mlg_post.mlg_p-style-cover .mlg_p-image {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mlg_post.mlg_p-style-cover .mlg_p-image a {
  display: block;
}
.mlg_post.mlg_p-style-cover .mlg_p-image img {
  display: none !important;
}
.mlg_post.mlg_p-style-cover .mlg_p-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.1)));
  background: linear-gradient(0deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.1) 100%);
}
.mlg_post.mlg_p-style-cover .mlg_p-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem;
  z-index: 3;
}
.mlg_post.mlg_p-style-cover .mlg_p-categories {
  margin-bottom: .5rem;
  line-height: 1.15;
}
.mlg_post.mlg_p-style-cover .mlg_p-categories a {
  font-family: Karla;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0.5rem 0 0;
  color: #fff;
}
.mlg_post.mlg_p-style-cover .mlg_p-categories a:last-child {
  margin-right: 0 !important;
}
.mlg_post.mlg_p-style-cover .mlg_p-categories a:hover {
  color: #fff;
  text-decoration: underline;
}
.mlg_post.mlg_p-style-cover .mlg_p-title {
  font-family: Karla;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  overflow-wrap: break-word;
  text-transform: none;
  margin: 0 !important;
}
.mlg_post.mlg_p-style-cover .mlg_p-title a {
  color: #fff;
}
.mlg_post.mlg_p-style-cover .mlg_p-title a:hover {
  color: rgba(255,255,255,0.7);
}
.mlg_post.mlg_p-style-cover .mlg_p-meta {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.mlg_post.mlg_p-style-cover .mlg_p-meta {
  color: rgba(255,255,255,0.7);
}
.mlg_post.mlg_p-style-cover .mlg_p-meta a {
  color: #fff;
}
.mlg_post.mlg_p-style-cover .mlg_p-meta a:hover {
  color: #eeb10b;
}
.mlg_post.mlg_p-style-cover .mlg_p-meta .mlg_p-m-item .fa {
  margin-right: .25rem;
}
.mlg_post.mlg_p-style-cover .mlg_p-meta .mlg_p-m-item:after {
  content: "";
  display: inline-block;
  height: .25rem;
  width: .25rem;
  border-radius: 100%;
  opacity: .5;
  vertical-align: .1875em;
  margin-left: .5rem;
  margin-right: .5rem;
  background-color: currentColor;
}
.mlg_post.mlg_p-style-cover .mlg_p-meta .mlg_p-m-item:last-child:after {
  display: none;
}

/* Post Style: Card
================================================== */
.mlg_post.mlg_p-style-card {
  display: flex;
  position: relative;
  margin-bottom: 2.5rem;
  background-color: #fff;
}
.mlg_post.mlg_p-style-card .mlg_p-image {
  width: 50%;
  max-width: 20rem;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mlg_post.mlg_p-style-card .mlg_p-image:before {
  padding-top: 131%;
}
.mlg_post.mlg_p-style-card .mlg_p-image a {
  display: block;
}
.mlg_post.mlg_p-style-card .mlg_p-image img {
  display: none !important;
}
.mlg_post.mlg_p-style-card .mlg_p-body {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  padding: 2rem;
  background-color: #fff;
}
.mlg_post.mlg_p-style-card .mlg_p-categories {
  margin-bottom: .5rem;
  line-height: 1.15;
}
.mlg_post.mlg_p-style-card .mlg_p-categories a {
  font-family: Karla;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0.5rem 0 0;
  color: #eeb10b;
}
.mlg_post.mlg_p-style-card .mlg_p-categories a:last-child {
  margin-right: 0 !important;
}
.mlg_post.mlg_p-style-card .mlg_p-categories a:hover {
  color: #eeb10b;
  text-decoration: underline;
}
.mlg_post.mlg_p-style-card .mlg_p-title {
  font-family: Karla;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  overflow-wrap: break-word;
  text-transform: none;
  margin: 0 !important;
}
.mlg_post.mlg_p-style-card .mlg_p-title a {
  color: rgba(0,0,0,.87);
}
/*.mlg_post.mlg_p-style-card .mlg_p-title a:hover {
  color: rgba(0,0,0,.87);
  opacity: 0.8;
}*/
.mlg_post.mlg_p-style-card .mlg_p-title a:hover {
  color: #eeb10b;
}
.mlg_post.mlg_p-style-card .mlg_p-meta {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.mlg_post.mlg_p-style-card .mlg_p-meta {
  color: rgba(0,0,0,.38);
}
.mlg_post.mlg_p-style-card .mlg_p-meta a {
  color: rgba(0,0,0,.87);
}
.mlg_post.mlg_p-style-card .mlg_p-meta a:hover {
  color: #eeb10b;
}
.mlg_post.mlg_p-style-card .mlg_p-meta .mlg_p-m-item .fa {
  margin-right: .25rem;
}
.mlg_post.mlg_p-style-card .mlg_p-meta .mlg_p-m-item:after {
  content: "";
  display: inline-block;
  height: .25rem;
  width: .25rem;
  border-radius: 100%;
  opacity: .5;
  vertical-align: .1875em;
  margin-left: .5rem;
  margin-right: .5rem;
  background-color: currentColor;
}
.mlg_post.mlg_p-style-card .mlg_p-meta .mlg_p-m-item:last-child:after {
  display: none;
}
.mlg_post.mlg_p-style-card .mlg_p-excerpt {
  margin-top: 1rem;
  color: rgba(0,0,0,.6);
}
.mlg_post.mlg_p-style-card .mlg_p-excerpt p:last-child {
  margin-bottom: 0;
}
.mlg_post.mlg_p-style-card .mlg_p-read-more {
  display: inline-block;
  font-family: Karla;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(0,0,0,.87);
  margin-top: 1rem;
}
.mlg_post.mlg_p-style-card .mlg_p-read-more .fa {
  margin-left: .5rem;
  transform: translateY(1px);
}
.mlg_post.mlg_p-style-card .mlg_p-read-more:hover {
  color: #eeb10b;
}

/* Blog: Single Post Next Prev Links
================================================== */
.mlg_bp-next-prev-container {
  margin-bottom: 40px;
  color: #343434;
}
.mlg_bp-next-prev-container a {
  font-size: 15px;
  color: inherit;
}
.mlg_bp-next-prev-container a:hover {
  color: #eeb10b;
}
.mlg_bp-next-prev-container .mlg_bp-next-link i,
.mlg_bp-next-prev-container .mlg_bp-prev-link i {
  position: relative;
  color: #303745;
}
.mlg_bp-next-prev-container .mlg_bp-next-link {
  text-align: right;
}
.mlg_bp-next-prev-container .mlg_bp-next-link i {
  margin-left: 10px;
}
.mlg_bp-next-prev-container .mlg_bp-prev-link {
  text-align: left;
}
.mlg_bp-next-prev-container .mlg_bp-prev-link i {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .mlg_bp-next-prev-container .mlg_bp-next-link {
    text-align: left !important;
  }
}

/* Blog: Single Post
================================================== */
.mlg_blog-single-post {}
.mlg_blog-single-post .mlg_blog-post {
  padding: 0;
  border: none;
  margin-bottom: 45px;
}
.mlg_blog-single-post .mlg_blog-post .mlg_bp-image {
  margin: 0 0 35px 0;
}
.mlg_blog-single-post .mlg_blog-post .mlg_bp-meta {
  margin: 18px 0 22px 0;
}
.mlg_blog-single-post .mlg_bsp-content {
  margin: 0 0 70px;
}

/* Blog: Comments
================================================== */
.mlg_comments {
  font-weight: normal;
}
.mlg_comments .mlg_c-list {
  position: relative;
}
.mlg_comments ol.children {
  list-style: none;
  padding: 0 0 0 100px;
}
@media (max-width: 991px) {
  .mlg_comments ol.children {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .mlg_comments ol.children {
    padding-left: 25px;
  }
}
@media (max-width: 479px) {
  .mlg_comments ol.children {
    padding-left: 0;
  }
}
.mlg_comments .mlg_c-count,
.mlg_comments .mlg_c-text {
  font-size: 20px;
  line-height: 26px;
  color: #eeb10b;
  margin: 0 0 35px 0;
}
.mlg_comments .mlg_c-text {
  text-align: right;
}
.mlg_comments .mlg_c-article {
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.mlg_comments .mlg_c-article .comment-respond {
  clear: both;
}
.mlg_comments .mlg_c-a-avatar {
  float: left;
  margin-bottom: 35px;
}
.mlg_comments .mlg_c-a-container {
  position: relative;
  margin-left: 130px;
  margin-bottom: 35px;
}
.mlg_comments .mlg_c-a-header {
  margin-bottom: 15px;
}
.mlg_comments .mlg_c-a-author {
  font-size: 16px;
  color: #303745;
  margin: 0 0 5px 0;
}
.mlg_comments .mlg_c-a-author a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.mlg_comments .mlg_c-a-author a:hover {
  opacity: 0.8;
}
.mlg_comments .mlg_c-a-meta {
  line-height: normal;
}
.mlg_comments .mlg_c-a-m-item {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  color: #bbbbbb;
  margin: 0 0 5px 10px;
}
.mlg_comments .mlg_c-a-m-item a {
  color: inherit;
  text-decoration: none;
}
.mlg_comments .mlg_c-a-m-item a:hover {
  color: #eeb10b;
}
.mlg_comments .mlg_c-a-m-item i {
  margin-right: 5px;
}
.mlg_comments .mlg_c-a-m-item:first-child {
  margin-left: 0;
}
.mlg_comments .mlg_c-a-edit,
.mlg_comments .mlg_c-a-reply {
  position: absolute;
  top: 0;
  right: 0;
}
.mlg_comments .mlg_c-a-edit {
  right: 85px;
}
.mlg_comments .mlg_c-a-edit a,
.mlg_comments .mlg_c-a-reply a {
  display: block;
  width: 75px;
  color: #fff;
  text-align: center;
  padding: 9px 15px 6px;
  background-color: #eeb10b;
}
.mlg_comments .mlg_c-a-edit a {
  color: #303745;
  background-color: #ececec;
}
.mlg_comments .mlg_c-a-edit a:hover {
  color: #eeb10b !important;
  opacity: 0.8;
}
.mlg_comments .mlg_c-a-reply a:hover {
  color: #fff !important;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .mlg_comments .mlg_c-text {
    text-align: left;
  }
  .mlg_comments .comment .mlg_c-a-edit,
  .mlg_comments .comment .mlg_c-a-reply {
    position: static;
    margin-left: 0;
  }
  .mlg_comments .comment .mlg_c-a-edit a,
  .mlg_comments .comment .mlg_c-a-reply a {
    width: auto;
    color: #343434;
    padding: 0;
    background-color: transparent !important;
  }
  .mlg_comments .comment .mlg_c-a-edit a:hover,
  .mlg_comments .comment .mlg_c-a-reply a:hover {
    color: #595959 !important;
  }
  .mlg_comments .comment .mlg_c-a-edit + .mlg_c-a-reply {
    margin-left: 10px;
  }
}
.mlg_comments .mlg_c-a-content {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.mlg_comments .mlg_c-a-content .mlg_c-a-moderation {
  color: #eeb10b;
}
.mlg_comments .mlg_c-a-content p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0 0 5px 0;
}
.mlg_comments .mlg_c-a-content p:last-child {
  margin-bottom: 0;
}

/* Pingback & Trackback */
.mlg_comments li.pingback,
.mlg_comments li.trackback {
  position: relative;
  padding: 5px 0 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f1f1f1;
}
.mlg_comments li.pingback .mlg_c-a-edit,
.mlg_comments li.trackback .mlg_c-a-edit {
  right: 0;
  margin-bottom: 0;
}
.mlg_comments li.pingback p,
.mlg_comments li.trackback p {
  margin-bottom: 0;
}
.mlg_comments li.pingback .mlg_c-a-edit + p,
.mlg_comments li.trackback .mlg_c-a-edit + p {
  padding-right: 100px;
}

.comment-reply-title {}
.comment-reply-title small a {
  font-weight: 400;
  font-size: .875rem;
  margin-left: .25rem;
  color: inherit !important;
}
.comment-reply-title small a:hover {
  opacity: .75;
  text-decoration: none;
}

.mlg_no-comments {
  margin-bottom: 0;
}

/* Comments Form */
.comment-form .form-control {
  font-family: inherit;
  line-height: 1.5;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5rem;
  color: rgba(0,0,0,.6);
  border-radius: 0;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: none;
  outline: 0;
  border: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.comment-form .form-control:focus {
  border-color: #303745;
}
.comment-form textarea.form-control {
  padding: 12px !important;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.comment-form .form-control::-webkit-input-placeholder { color: #bbbbbb; }
.comment-form .form-control:-moz-placeholder { color: #bbbbbb; }
.comment-form .form-control::-moz-placeholder { color: #bbbbbb; }
.comment-form .form-control:-ms-input-placeholder { color: #bbbbbb; }

.comment-form .form-submit {
  margin: 10px 0 0;
}

/* Pagination
================================================== */
.mlg_pagination {
  margin: 1.5rem 0 4rem 0;
  text-align: center;
}
.mlg_pagination .mlg_p-list {
  font-size: 0;
  margin: 0;
}
.mlg_pagination .mlg_p-list li {
  display: inline-block;
  margin: 0 5px;
}
.mlg_pagination .mlg_p-list .page-numbers {
  font-family: Karla;
  font-size: .875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  color: rgba(0,0,0,.87);
  height: 2.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  min-width: 2.5rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.mlg_pagination .mlg_p-list a:hover {
  color: #eeb10b;
}
.mlg_pagination .mlg_p-list .current {
  color: #fff;
  margin-left: .5rem;
  margin-right: .5rem;
  pointer-events: none;
  background-color: #eeb10b;
}
.mlg_pagination .prev i {
  margin-right: .5rem;
}
.mlg_pagination .next i {
  margin-left: .5rem;
}

/* Recent Posts
================================================== */
.mlg_recent-posts {}
.mlg_recent-posts .mlg_rp-item {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.mlg_recent-posts .mlg_rp-item:last-child {
  margin-bottom: 0;
}
.mlg_recent-posts .mlg_rp-item .mlg_rp-img {
  float: left;
  width: 5rem;
  height: 5rem;
  margin: 0 1rem 0 0;
  background-color: #fafafa;
}
.mlg_recent-posts .mlg_rp-item .mlg_rp-img img {
  display: block;
}
.mlg_recent-posts .mlg_rp-item .mlg_rp-img ~ * {
  margin-left: 6rem;
}
.mlg_recent-posts .mlg_rp-item .mlg_rp-title {
  font-size: 1rem;
  margin: -2px 0 .25rem 0;
}
.mlg_recent-posts .mlg_rp-item .mlg_rp-title a {
  color: inherit;
  font-size: inherit;
}
.mlg_recent-posts .mlg_rp-item .mlg_rp-title a:hover {
  color: inherit;
  opacity: 0.8;
}
.mlg_recent-posts .mlg_rp-item .mlg_rp-date {
  font-size: 0.875rem;
  color: rgba(0,0,0,.38);
}

/* Social Networks
================================================== */
.mlg_social-networks {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.mlg_social-networks.mlg_sn-alignment-left {
  text-align: left;
}
.mlg_social-networks.mlg_sn-alignment-center {
  text-align: center;
}
.mlg_social-networks.mlg_sn-alignment-right {
  text-align: right;
}
.mlg_social-networks .mlg_social-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.mlg_social-networks .mlg_social-icon:last-child {
  margin-right: 0;
}
.mlg_social-networks .mlg_social-icon a {
  position: relative;
  z-index: 1;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #eeb10b;
}
.mlg_social-networks .mlg_social-icon a:hover {
  z-index: 2;
  color: #fff;
  background-color: #303745;
}
.mlg_social-networks .mlg_social-icon a:hover i {
  color: inherit !important;
}
.mlg_social-networks.mlg_sn-size-large .mlg_social-icon a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
}
.mlg_social-networks.mlg_sn-size-medium .mlg_social-icon a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
.mlg_social-networks.mlg_sn-size-small .mlg_social-icon a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
}

/* Error Page - 404
================================================== */
body.error404 .mlg_main-footer {
  margin-top: 0;
}
.mlg_error-page {
  text-align: center;
  margin: -10px 0 70px 0;
}
.mlg_error-page .mlg_ep-404 {
  font-family: "Rubik";
  font-size: 157px;
  font-weight: normal;
  color: #eeb10b;
  line-height: 1;
  margin: 0 auto 20px auto;
}
.mlg_error-page .mlg_ep-content {}
.mlg_error-page .mlg_ep-title {
  font-size: 28px;
  font-weight: normal;
  color: #303745;
  line-height: normal;
  margin: 0 0 15px 0;
}
.mlg_error-page .mlg_ep-desc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 40px;
}
.mlg_error-page .mlg_ep-btn {}

/* Widgets
================================================== */
/* General */
.widget {
  margin-bottom: 35px;
}
.widget_title,
.widgettitle {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #303745;
  line-height: 24px;
  margin: 35px 0 25px 0;
}
.widget_title a,
.widgettitle a {
  color: inherit;
}
.mlg_sidebar .widget {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 45px;
}
.mlg_sidebar .widget_title {
  padding-bottom: 0;
  margin: 0 0 25px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .mlg_sidebar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .mlg_sidebar .widget {
    float: left;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
  .mlg_sidebar .widget:nth-child(2n) {
    float: right;
  }
}

/* Social Icons */
.widget .mlg_social-icon {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.widget .mlg_social-icon:last-child {
  margin-right: 0;
}
.widget .mlg_social-icon a {
  position: relative;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #eeb10b;
}
.widget .mlg_social-icon a:hover {
  z-index: 2;
  color: #fff;
  background-color: #303745;
}
.widget .mlg_social-icon a:hover i {
  color: #fff !important;
}

/* Search Form */
.mlg_search-form {}
.mlg_search-form .mlg_sf-wrapper {
  position: relative;
}
.mlg_search-form .mlg_sf-wrapper .mlg_sf-input {
  display: block;
  height: 42px;
  padding-right: 38px !important;
  color: rgba(0,0,0,.6);
  border: 1px solid rgba(0,0,0,.1);
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.mlg_main-footer .mlg_search-form .mlg_sf-wrapper .mlg_sf-input {
  background-color: #fff;
}
.mlg_search-form .mlg_sf-wrapper .mlg_sf-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: rgba(0,0,0,.6);
  padding: 0;
  text-align: center;
  border: none;
  background-color: transparent;
}
.mlg_search-form .mlg_sf-wrapper .mlg_sf-submit:focus {
  box-shadow: none;
  outline: none;
}

/* Search Modal */
.mlg_search-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.9); 
}
.mlg_search-modal .mlg_sm-content {
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.mlg_search-modal .mlg_sm-close {
  position: absolute;
  top: -100px;
  left: 0;
  font-size: 17px;
  color: #fff;
}
.mlg_search-modal .mlg_sm-close:hover {
  color: #fff;
  opacity: 0.8;
}
.mlg_search-modal .mlg_search-form .mlg_sf-wrapper .mlg_sf-input {
  height: 54px;
  font-size: 16px;
  border: none;
  padding-left: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
}
.mlg_search-modal .mlg_search-form .mlg_sf-wrapper .mlg_sf-submit {
  height: 54px;
  line-height: 54px;
  font-size: 17px;
  text-align: right;
  color: #fff;
}

/* Inputs */
.widget .form-control,
.widget input[type="text"],
.widget input[type="search"] {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 16px;
  color: #595959;
  box-shadow: none;
  outline: 0;
  border: 1px solid #ececec;
  border-radius: 0px;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.widget .form-control:focus,
.widget input[type="text"]:focus,
.widget input[type="search"]:focus {
  border-color: #eeb10b;
}
.widget textarea.form-control,
.widget textarea {
  padding: 12px !important;
  height: auto;
}
.widget .form-control::-webkit-input-placeholder { color: #bbbbbb; }
.widget .form-control:-moz-placeholder { color: #bbbbbb; }
.widget .form-control::-moz-placeholder { color: #bbbbbb; }
.widget .form-control:-ms-input-placeholder { color: #bbbbbb; }

/* Latest Tweets
================================================== */
.mlg_latest-tweets .tweet_odd,
.mlg_latest-tweets .tweet_even {
}
.mlg_latest-tweets .tweet_avatar {
  display: none;
}
.mlg_latest-tweets ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.mlg_latest-tweets ul li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 15px 0;
}
.mlg_latest-tweets ul li:last-child {
  margin-bottom: 0;
}
.mlg_latest-tweets ul li:before {
  content: "\f099";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #eeb10b;
  position: absolute;
  left: 0;
  top: 5px;
}
.mlg_main-footer .mlg_latest-tweets a {
  color: #fff;
  opacity: 0.7;
}
.mlg_main-footer .mlg_latest-tweets a:hover {
  opacity: 1;
  color: #eeb10b;
}

/* Flickr photos
================================================== */
.mlg_flickr-photos {
  margin: 0 -5px -10px -5px;
}
.mlg_flickr-photos span {
  float: left;
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
.mlg_flickr-photos a,
.mlg_flickr-photos a img {
  display: block;
}
.mlg_flickr-photos a:hover {
  opacity: 0.7;
}

/* Default Wordpress Widgets
================================================== */
/* General */
.widget .screen-reader-text {
  display: none;
}
.widget.widget_text .textwidget img {
  max-width: 100%;
  height: auto;
}
.widget.widget_archive > ul,
.widget.widget_pages > ul,
.widget.widget_recent_comments > ul,
.widget.widget_recent_entries > ul,
.widget.widget_meta > ul,
.widget.widget_categories > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -7px !important;
}
.widget.widget_archive li,
.widget.widget_pages li,
.widget.widget_recent_comments li,
.widget.widget_recent_entries li,
.widget.widget_meta li,
.widget.widget_categories li {
  display: block;
  margin-bottom: 7px;
  overflow: hidden;
}
.widget.widget_archive li:last-child,
.widget.widget_pages li:last-child,
.widget.widget_recent_comments li:last-child,
.widget.widget_recent_entries li:last-child,
.widget.widget_meta li:last-child,
.widget.widget_categories li:last-child {
  margin-bottom: 0;
}
.widget.widget_archive li:last-child > a,
.widget.widget_pages li:last-child > a,
.widget.widget_recent_comments li:last-child > a,
.widget.widget_recent_entries li:last-child > a,
.widget.widget_meta li:last-child > a,
.widget.widget_categories li:last-child > a {
  margin-bottom: 0;
}
.widget.widget_archive li,
.widget.widget_categories li {
  text-align: right;
  margin-bottom: 0;
}
.widget.widget_archive li ul,
.widget.widget_categories li ul {
  clear: both;
  padding-left: 25px;
}
.widget.widget_archive li a,
.widget.widget_categories li a {
  clear: both;
  float: left;
  margin-bottom: 7px;
}
.widget.widget_archive li a,
.widget.widget_pages li a,
.widget.widget_recent_entries li a,
.widget.widget_meta li a,
.widget.widget_categories li a {
  color: inherit;
  margin-right: 6px;
}
.widget.widget_calendar table {
  margin-bottom: 0;
}
.mlg_sidebar .widget.widget_recent_comments li a {
  color: #303745;
}
.mlg_sidebar .widget.widget_recent_comments li a.url {
  color: #eeb10b;
}
.widget.widget_recent_comments li a {
  color: inherit;
  opacity: 0.7;
}
.widget.widget_archive li a:hover,
.widget.widget_pages li a:hover,
.widget.widget_recent_comments li a:hover,
.widget.widget_recent_entries li a:hover,
.widget.widget_meta li a:hover,
.widget.widget_categories li a:hover {
  color: #eeb10b;
}
.widget.widget_pages ul.children {
  margin-top: 11px;
  padding-left: 15px !important;
}

/* Tags Widget */
.widget.widget_tag_cloud .tagcloud {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}
.widget.widget_tag_cloud a {
  background-color: #f3f3f3;
  font-size: 0.875rem !important;
  font-weight: 500;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  color: inherit;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border-radius: 9999px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.4285714286em 0.8571428571em;
  margin: 0 0.5rem 0.5rem 0;
}
.widget.widget_tag_cloud a.active,
.widget.widget_tag_cloud a:hover {
  opacity: .75;
  color: currentColor;
  text-decoration: none;
}

/* RSS Widget */
.widget.widget_rss ul {
  padding-left: 0;
  list-style: none;
}
.widget.widget_rss .widget_title > a:first-child,
.widget.widget_rss .widgettitle > a:first-child {
  display: none;
}
.widget.widget_rss li {
  margin-bottom: 15px;
}
.widget.widget_rss li:last-child {
  margin-bottom: 0;
}
.widget.widget_rss li .rsswidget {
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
}
.mlg_main-footer .widget.widget_rss li .rsswidget {
  color: #fff;
}
.widget.widget_rss .rss-date {
  display: block;
  color: #303745;
  font-size: 13px;
  line-height: 1.4em;
  padding: 0px 0 5px 0;
}
.widget.widget_rss .rssSummary {
  color: inherit;
  opacity: 0.8;
}
.widget.widget_rss cite {
  display: block;
  font-size: 13px;
  color: inherit;
  margin-top: 5px;
  opacity: 0.9;
}

/* Highlight
================================================== */
.mlg_highlight {
  display: inline-block;
  color: #fff;
  padding: 0 5px;
  background-color: #eeb10b;
}

/* List with icon
================================================== */
.mlg_list-with-icon {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  text-align: left;
}
.mlg_list-with-icon li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.7em;
  line-height: 1.4;
}
.mlg_list-with-icon li:last-child {
  margin-bottom: 0;
}
.mlg_list-with-icon li a {
  display: inline-block;
  color: inherit;
  padding: 3px 0;
}
.mlg_list-with-icon li:first-child a {
  padding-top: 0;
}
.mlg_list-with-icon li a:hover {
  color: #eeb10b;
}
.mlg_list-with-icon li:before {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 0.9em;
  color: #eeb10b;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
}
.mlg_list-with-icon[data-color="primary"] li a:hover,
.mlg_list-with-icon[data-color="primary"] li:before {
  color: #eeb10b;
}
.mlg_list-with-icon[data-color="secondary"] li a:hover,
.mlg_list-with-icon[data-color="secondary"] li:before {
  color: #303745;
}
.mlg_list-with-icon[data-color="black"] li a:hover,
.mlg_list-with-icon[data-color="black"] li:before {
  color: #343434;
}
.mlg_list-with-icon[data-color="gray"] li a:hover,
.mlg_list-with-icon[data-color="gray"] li:before {
  color: #aaa;
}
.mlg_list-with-icon[data-color="white"] li a:hover,
.mlg_list-with-icon[data-color="white"] li:before {
  color: #fff;
}
.mlg_list-with-icon[data-font="ASOMM"] li:before {
  font-family: "ASOMM";
}
.mlg_list-with-icon[data-font="Milingona"] li:before {
  font-family: "Milingona";
}
.mlg_list-with-icon[data-font="FontAwesome"] li:before {
  font-family: "FontAwesome";
}
.mlg_list-with-icon[data-icon] li:before {
  content: attr(data-icon);
}

/* Footer
================================================== */
.mlg_main-footer {
  position: relative;
  color: #595959;
  background-color: #ececec;
}
.mlg_main-footer.mlg_mf-fullwidth .mlg_mf-widgets .container {
  width: auto !important;
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mlg_main-footer.mlg_mf-fullwidth [class^="mlg_mf-footer"] {
  padding-left: 70px;
  padding-right: 70px;
}
.mlg_main-footer [class^="mlg_mf-footer"] {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 748px) {
  .mlg_main-footer [class^="mlg_mf-footer"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.mlg_main-footer .widget_title,
.mlg_main-footer .widgettitle {
  margin-top: 50px;
}
.mlg_main-footer .mlg_mf-widgets {
  font-size: 14px;
  line-height: 1.55em;
}
.mlg_main-footer .widget {
  margin-bottom: 35px;
}
.mlg_main-footer .mlg_mf-subfooter {
  color: #fff;
  background-color: #303745;
}
.mlg_main-footer .mlg_mf-subfooter .container {
  padding-left: 0px;
  padding-right: 0px;
}
.mlg_main-footer .mlg_mf-subfooter .mlg_mf-sf-content {
  padding: 15px 0 13px 0;
  font-size: 14px;
  color: inherit;
  line-height: 32px;
}
@media (max-width: 767px) {
  .mlg_main-footer .mlg_mf-subfooter .mlg_mf-sf-content {
    text-align: center;
  }
}
.mlg_main-footer .mlg_mf-subfooter a {
  color: inherit;
  text-decoration: none;
}
.mlg_main-footer .mlg_mf-subfooter a:hover {
  color: #eeb10b;
}

/* Footer Widgets */
.mlg_main-footer .widget.widget_calendar table {
  margin-bottom: 0;
}

/* Footer Menu */
.mlg_footer-menu {
  margin-bottom: 1.5rem;
}
.mlg_footer-menu > ul {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.mlg_footer-menu > ul > li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.mlg_footer-menu > ul > li > a {
  font-family: Karla;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: .875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0,0,0,0.87);
}
.mlg_footer-menu > ul > li > a:hover {
  color: #eeb10b;
}

/* Back to top */
.mlg_back-to-top {
  position: fixed;
  z-index: 99;
  right: 1.5rem;
  bottom: 1rem;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  border-radius: 100%;
  background-color: #eeb10b;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.mlg_back-to-top:focus {
  color: #fff;
}
.mlg_back-to-top:hover {
  opacity: 0.8 !important;
  color: #fff;
}
.mlg_back-to-top.active {
  bottom: 1.5rem;
  opacity: 1;
}

/* Ratios
================================================== */
.mlg_ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.mlg_ratio:before {
  content: "";
  display: block;
}
.mlg_r-32by9:before {
  padding-top: 28.12%;
}
.mlg_r-21by9:before {
  padding-top: 42.86%;
}
.mlg_r-16by9:before {
  padding-top: 56.25%;
}
.mlg_r-4by3:before {
  padding-top: 75%;
}
.mlg_r-1by1:before {
  padding-top: 100%;
}
.mlg_r-1by2:before {
  padding-top: 200%;
}
.mlg_r-2by1:before {
  padding-top: 50%;
}
.mlg_r-2by3:before {
  padding-top: 150%;
}
.mlg_r-3by2:before {
  padding-top: 66.67%;
}
.mlg_r-3by4:before {
  padding-top: 133.34%;
}

/* Embed Responsive
================================================== */
.embed-responsive.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.embed-responsive.embed-responsive-2by1 {
  padding-bottom: 50%;
}
.embed-responsive.embed-responsive-3by2 {
  padding-bottom: 66.67%;
}
.embed-responsive.embed-responsive-3by4 {
  padding-bottom: 133.34%;
}

/* WordPress Generated Generics
================================================== */
.bypostauthor {
  background-color: #fff;
}
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
  max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
  height: auto;
  max-width: 100%;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
figure.wp-caption.alignleft,
img.alignleft {
  margin: 5px 20px 5px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
figure.wp-caption.alignright,
img.alignright {
  margin: 5px 0 5px 20px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 5px auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  color: #595959;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  padding-top: 15px !important;
  margin: 0 0 25px !important;
}
.wp-caption-text {
  clear: both;
  line-height: 22px;
}
div.wp-caption.alignright img[class*="wp-image-"] {
  float: right;
}
div.wp-caption.alignright .wp-caption-text {
  padding-left: 10px;
}
img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

/* Extra Classes
================================================== */
/* primary colors */
.mlg_primary-text-color { color: #eeb10b; }
.mlg_primary-border-color { border-color: #eeb10b; }
.mlg_primary-bg-color { background-color: #eeb10b; }

/* secondary colors */
.mlg_secondary-text-color { color: #303745; }
.mlg_secondary-border-color { border-color: #303745; }
.mlg_secondary-bg-color { background-color: #303745; }

/* black colors */
.mlg_black-text-color { color: #000; }
.mlg_black-border-color { border-color: #000; }
.mlg_black-bg-color { background-color: #000; }

/* white colors */
.mlg_white-text-color { color: #fff; }
.mlg_white-border-color { border-color: #fff; }
.mlg_white-bg-color { background-color: #fff; }

/* icons */
.mlg_with-icon { position: relative; padding-left: 28px; color: #595959; margin-bottom: 12px; }
.mlg_with-icon > i.fa { position: absolute; left: 0; top: 4px; color: #eeb10b; }

/* border */
.mlg_with-border { border: 1px solid #f1f1f1; }
.mlg_with-bg { background-color: #f9f9f9; }

/* lazy load */
.mlg_lazy-load {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAC0lEQVQYV2NgAAIAAAUAAarVyFEAAAAASUVORK5CYII=);
  -webkit-transition: background-image 0.4s ease-in-out;
  -moz-transition: background-image 0.4s ease-in-out;
  -ms-transition: background-image 0.4s ease-in-out;
  -o-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out;
}

/* zoom image */
.mlg_zoom-img {
  overflow: hidden;
}
.mlg_zoom-img img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mlg_zoom-img:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* shadow */
.mlg_with-shadow {
  box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  -moz-box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
  -webkit-box-shadow: 0 0 74px rgba(10, 10, 10,0.07);
}

/* arrows */
.mlg_arrow-down {
  position: relative;
}
.mlg_arrow-down:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  z-index: 1;
  border: 15px solid transparent;
  border-top-color: #eeb10b;
}
.mlg_arrow-down.mlg_secondary-bg-color:after {
  border-top-color: #303745;
}

/* text align */
@media (max-width: 991px) {
  .mlg_md-text-left { text-align: left !important; }
  .mlg_md-text-center { text-align: center !important; }
  .mlg_md-text-right { text-align: right !important; }
}
@media (max-width: 767px) {
  .mlg_sm-text-left { text-align: left !important; }
  .mlg_sm-text-center { text-align: center !important; }
  .mlg_sm-text-right { text-align: right !important; }
}
@media (max-width: 479px) {
  .mlg_xs-text-left { text-align: left !important; }
  .mlg_xs-text-center { text-align: center !important; }
  .mlg_xs-text-right { text-align: right !important; }
}

/* width */
.w-0 { width: 0%; }
.w-10 { width: 10%; }
.w-20 { width: 20%; }
.w-30 { width: 30%; }
.w-40 { width: 40%; }
.w-50 { width: 50%; }
.w-60 { width: 60%; }
.w-70 { width: 70%; }
.w-80 { width: 80%; }
.w-90 { width: 90%; }
.w-100 { width: 100%; }

/* positions */
.p-s { position: static; }
.p-f { position: fixed; }
.p-a { position: absolute; }
.p-r { position: relative; }

.t-0 { top: 0px; }
.t-1 { top: 1px; }
.t-2 { top: 2px; }
.t-3 { top: 3px; }
.t-4 { top: 4px; }
.t-5 { top: 5px; }
.t-6 { top: 6px; }
.t-7 { top: 7px; }
.t-8 { top: 8px; }
.t-9 { top: 9px; }
.t-10 { top: 10px; }
.t-15 { top: 10px; }
.t-20 { top: 20px; }
.t-30 { top: 30px; }
.t-40 { top: 40px; }
.t-50 { top: 50px; }
.t-60 { top: 60px; }
.t-70 { top: 70px; }
.t-80 { top: 80px; }
.t-90 { top: 90px; }
.t-100 { top: 100px; }

.r-0 { right: 0px; }
.r-1 { right: 1px; }
.r-2 { right: 2px; }
.r-3 { right: 3px; }
.r-4 { right: 4px; }
.r-5 { right: 5px; }
.r-6 { right: 6px; }
.r-7 { right: 7px; }
.r-8 { right: 8px; }
.r-9 { right: 9px; }
.r-10 { right: 10px; }
.r-15 { right: 10px; }
.r-20 { right: 20px; }
.r-30 { right: 30px; }
.r-40 { right: 40px; }
.r-50 { right: 50px; }
.r-60 { right: 60px; }
.r-70 { right: 70px; }
.r-80 { right: 80px; }
.r-90 { right: 90px; }
.r-100 { right: 100px; }

.b-0 { bottom: 0px; }
.b-1 { bottom: 1px; }
.b-2 { bottom: 2px; }
.b-3 { bottom: 3px; }
.b-4 { bottom: 4px; }
.b-5 { bottom: 5px; }
.b-6 { bottom: 6px; }
.b-7 { bottom: 7px; }
.b-8 { bottom: 8px; }
.b-9 { bottom: 9px; }
.b-10 { bottom: 10px; }
.b-15 { bottom: 10px; }
.b-20 { bottom: 20px; }
.b-30 { bottom: 30px; }
.b-40 { bottom: 40px; }
.b-50 { bottom: 50px; }
.b-60 { bottom: 60px; }
.b-70 { bottom: 70px; }
.b-80 { bottom: 80px; }
.b-90 { bottom: 90px; }
.b-100 { bottom: 100px; }

.l-0 { left: 0px; }
.l-1 { left: 1px; }
.l-2 { left: 2px; }
.l-3 { left: 3px; }
.l-4 { left: 4px; }
.l-5 { left: 5px; }
.l-6 { left: 6px; }
.l-7 { left: 7px; }
.l-8 { left: 8px; }
.l-9 { left: 9px; }
.l-10 { left: 10px; }
.l-15 { left: 10px; }
.l-20 { left: 20px; }
.l-30 { left: 30px; }
.l-40 { left: 40px; }
.l-50 { left: 50px; }
.l-60 { left: 60px; }
.l-70 { left: 70px; }
.l-80 { left: 80px; }
.l-90 { left: 90px; }
.l-100 { left: 100px; }

/* z-index */
.z-i-0 { z-index: 0; }

.z-i-1 { z-index: 1; }
.z-i-2 { z-index: 2; }
.z-i-3 { z-index: 3; }
.z-i-4 { z-index: 4; }
.z-i-5 { z-index: 5; }
.z-i-10 { z-index: 10; }

.-z-i-1 { z-index: -1; }
.-z-i-2 { z-index: -2; }
.-z-i-3 { z-index: -3; }
.-z-i-4 { z-index: -4; }
.-z-i-5 { z-index: -5; }

/* margin */
.no-margin { margin: 0 !important; }

.-m-t-1 { margin-top: -1px !important; }
.-m-t-2 { margin-top: -2px !important; }
.-m-t-3 { margin-top: -3px !important; }
.-m-t-4 { margin-top: -4px !important; }
.-m-t-5 { margin-top: -5px !important; }
.-m-t-6 { margin-top: -6px !important; }
.-m-t-7 { margin-top: -7px !important; }
.-m-t-8 { margin-top: -8px !important; }
.-m-t-9 { margin-top: -9px !important; }
.-m-t-10 { margin-top: -10px !important; }
.-m-t-11 { margin-top: -11px !important; }
.-m-t-12 { margin-top: -12px !important; }
.-m-t-13 { margin-top: -13px !important; }
.-m-t-14 { margin-top: -14px !important; }
.-m-t-15 { margin-top: -15px !important; }
.-m-t-16 { margin-top: -16px !important; }
.-m-t-20 { margin-top: -20px !important; }
.-m-t-25 { margin-top: -25px !important; }
.-m-t-30 { margin-top: -30px !important; }
.-m-t-35 { margin-top: -35px !important; }
.-m-t-40 { margin-top: -40px !important; }
.-m-t-45 { margin-top: -45px !important; }
.-m-t-50 { margin-top: -50px !important; }

.m-t-0 { margin-top: 0 !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-6 { margin-top: 6px !important; }
.m-t-7 { margin-top: 7px !important; }
.m-t-8 { margin-top: 8px !important; }
.m-t-9 { margin-top: 9px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-11 { margin-top: 11px !important; }
.m-t-12 { margin-top: 12px !important; }
.m-t-13 { margin-top: 13px !important; }
.m-t-14 { margin-top: 14px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-16 { margin-top: 16px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-t-45 { margin-top: 45px !important; }
.m-t-50 { margin-top: 50px !important; }
.m-t-55 { margin-top: 55px !important; }
.m-t-60 { margin-top: 60px !important; }
.m-t-65 { margin-top: 65px !important; }
.m-t-70 { margin-top: 70px !important; }
.m-t-80 { margin-top: 80px !important; }
.m-t-90 { margin-top: 90px !important; }
.m-t-100 { margin-top: 100px !important; }

.-m-r-1 { margin-right: -1px !important; }
.-m-r-2 { margin-right: -2px !important; }
.-m-r-3 { margin-right: -3px !important; }
.-m-r-4 { margin-right: -4px !important; }
.-m-r-5 { margin-right: -5px !important; }
.-m-r-6 { margin-right: -6px !important; }
.-m-r-7 { margin-right: -7px !important; }
.-m-r-8 { margin-right: -8px !important; }
.-m-r-9 { margin-right: -9px !important; }
.-m-r-10 { margin-right: -10px !important; }
.-m-r-11 { margin-right: -11px !important; }
.-m-r-12 { margin-right: -12px !important; }
.-m-r-13 { margin-right: -13px !important; }
.-m-r-14 { margin-right: -14px !important; }
.-m-r-15 { margin-right: -15px !important; }
.-m-r-16 { margin-right: -16px !important; }
.-m-r-20 { margin-right: -20px !important; }
.-m-r-25 { margin-right: -25px !important; }
.-m-r-30 { margin-right: -30px !important; }
.-m-r-35 { margin-right: -35px !important; }
.-m-r-40 { margin-right: -40px !important; }
.-m-r-45 { margin-right: -45px !important; }
.-m-r-50 { margin-right: -50px !important; }

.m-r-0 { margin-right: 0 !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-6 { margin-right: 6px !important; }
.m-r-7 { margin-right: 7px !important; }
.m-r-8 { margin-right: 8px !important; }
.m-r-9 { margin-right: 9px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-11 { margin-right: 11px !important; }
.m-r-12 { margin-right: 12px !important; }
.m-r-13 { margin-right: 13px !important; }
.m-r-14 { margin-right: 14px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-16 { margin-right: 16px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-r-45 { margin-right: 45px !important; }
.m-r-50 { margin-right: 50px !important; }
.m-r-55 { margin-right: 55px !important; }
.m-r-60 { margin-right: 60px !important; }
.m-r-65 { margin-right: 65px !important; }
.m-r-70 { margin-right: 70px !important; }
.m-r-80 { margin-right: 80px !important; }
.m-r-90 { margin-right: 90px !important; }
.m-r-100 { margin-right: 100px !important; }

.-m-b-1 { margin-bottom: -1px !important; }
.-m-b-2 { margin-bottom: -2px !important; }
.-m-b-3 { margin-bottom: -3px !important; }
.-m-b-4 { margin-bottom: -4px !important; }
.-m-b-5 { margin-bottom: -5px !important; }
.-m-b-6 { margin-bottom: -6px !important; }
.-m-b-7 { margin-bottom: -7px !important; }
.-m-b-8 { margin-bottom: -8px !important; }
.-m-b-9 { margin-bottom: -9px !important; }
.-m-b-10 { margin-bottom: -10px !important; }
.-m-b-11 { margin-bottom: -11px !important; }
.-m-b-12 { margin-bottom: -12px !important; }
.-m-b-13 { margin-bottom: -13px !important; }
.-m-b-14 { margin-bottom: -14px !important; }
.-m-b-15 { margin-bottom: -15px !important; }
.-m-b-16 { margin-bottom: -16px !important; }
.-m-b-20 { margin-bottom: -20px !important; }
.-m-b-25 { margin-bottom: -25px !important; }
.-m-b-30 { margin-bottom: -30px !important; }
.-m-b-35 { margin-bottom: -35px !important; }
.-m-b-40 { margin-bottom: -40px !important; }
.-m-b-45 { margin-bottom: -45px !important; }
.-m-b-50 { margin-bottom: -50px !important; }

.m-b-0 { margin-bottom: 0 !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-6 { margin-bottom: 6px !important; }
.m-b-7 { margin-bottom: 7px !important; }
.m-b-8 { margin-bottom: 8px !important; }
.m-b-9 { margin-bottom: 9px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-11 { margin-bottom: 11px !important; }
.m-b-12 { margin-bottom: 12px !important; }
.m-b-13 { margin-bottom: 13px !important; }
.m-b-14 { margin-bottom: 14px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-16 { margin-bottom: 16px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-45 { margin-bottom: 45px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-b-55 { margin-bottom: 55px !important; }
.m-b-60 { margin-bottom: 60px !important; }
.m-b-65 { margin-bottom: 65px !important; }
.m-b-70 { margin-bottom: 70px !important; }
.m-b-75 { margin-bottom: 75px !important; }
.m-b-80 { margin-bottom: 80px !important; }
.m-b-85 { margin-bottom: 85px !important; }
.m-b-90 { margin-bottom: 90px !important; }
.m-b-95 { margin-bottom: 95px !important; }
.m-b-100 { margin-bottom: 100px !important; }

.-m-l-1 { margin-left: -1px !important; }
.-m-l-2 { margin-left: -2px !important; }
.-m-l-3 { margin-left: -3px !important; }
.-m-l-4 { margin-left: -4px !important; }
.-m-l-5 { margin-left: -5px !important; }
.-m-l-6 { margin-left: -6px !important; }
.-m-l-7 { margin-left: -7px !important; }
.-m-l-8 { margin-left: -8px !important; }
.-m-l-9 { margin-left: -9px !important; }
.-m-l-10 { margin-left: -10px !important; }
.-m-l-11 { margin-left: -11px !important; }
.-m-l-12 { margin-left: -12px !important; }
.-m-l-13 { margin-left: -13px !important; }
.-m-l-14 { margin-left: -14px !important; }
.-m-l-15 { margin-left: -15px !important; }
.-m-l-20 { margin-left: -20px !important; }
.-m-l-25 { margin-left: -25px !important; }
.-m-l-30 { margin-left: -30px !important; }
.-m-l-35 { margin-left: -35px !important; }
.-m-l-40 { margin-left: -40px !important; }
.-m-l-45 { margin-left: -45px !important; }
.-m-l-50 { margin-left: -50px !important; }

.m-l-0 { margin-left: 0 !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-6 { margin-left: 6px !important; }
.m-l-7 { margin-left: 7px !important; }
.m-l-8 { margin-left: 8px !important; }
.m-l-9 { margin-left: 9px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-11 { margin-left: 11px !important; }
.m-l-12 { margin-left: 12px !important; }
.m-l-13 { margin-left: 13px !important; }
.m-l-14 { margin-left: 14px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.m-l-45 { margin-left: 45px !important; }
.m-l-50 { margin-left: 50px !important; }
.m-l-55 { margin-left: 55px !important; }
.m-l-60 { margin-left: 60px !important; }
.m-l-65 { margin-left: 65px !important; }
.m-l-70 { margin-left: 70px !important; }
.m-l-80 { margin-left: 80px !important; }
.m-l-90 { margin-left: 90px !important; }
.m-l-100 { margin-left: 100px !important; }

/* padding */
.no-padding { padding: 0 !important; }

.p-t-0 { padding-top: 0 !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-6 { padding-top: 6px !important; }
.p-t-7 { padding-top: 7px !important; }
.p-t-8 { padding-top: 8px !important; }
.p-t-9 { padding-top: 9px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-11 { padding-top: 11px !important; }
.p-t-12 { padding-top: 12px !important; }
.p-t-13 { padding-top: 13px !important; }
.p-t-14 { padding-top: 14px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-45 { padding-top: 45px !important; }
.p-t-50 { padding-top: 50px !important; }
.p-t-55 { padding-top: 55px !important; }
.p-t-60 { padding-top: 60px !important; }
.p-t-65 { padding-top: 65px !important; }
.p-t-70 { padding-top: 70px !important; }
.p-t-75 { padding-top: 75px !important; }
.p-t-80 { padding-top: 80px !important; }
.p-t-85 { padding-top: 85px !important; }
.p-t-90 { padding-top: 90px !important; }
.p-t-95 { padding-top: 95px !important; }
.p-t-100 { padding-top: 100px !important; }

.p-r-0 { padding-right: 0 !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-6 { padding-right: 6px !important; }
.p-r-7 { padding-right: 7px !important; }
.p-r-8 { padding-right: 8px !important; }
.p-r-9 { padding-right: 9px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-11 { padding-right: 11px !important; }
.p-r-12 { padding-right: 12px !important; }
.p-r-13 { padding-right: 13px !important; }
.p-r-14 { padding-right: 14px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-r-45 { padding-right: 45px !important; }
.p-r-50 { padding-right: 50px !important; }
.p-r-55 { padding-right: 55px !important; }
.p-r-60 { padding-right: 60px !important; }
.p-r-65 { padding-right: 65px !important; }
.p-r-70 { padding-right: 70px !important; }
.p-r-80 { padding-right: 80px !important; }
.p-r-90 { padding-right: 90px !important; }
.p-r-100 { padding-right: 100px !important; }

.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-6 { padding-bottom: 6px !important; }
.p-b-7 { padding-bottom: 7px !important; }
.p-b-8 { padding-bottom: 8px !important; }
.p-b-9 { padding-bottom: 9px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-11 { padding-bottom: 11px !important; }
.p-b-12 { padding-bottom: 12px !important; }
.p-b-13 { padding-bottom: 13px !important; }
.p-b-14 { padding-bottom: 14px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-b-45 { padding-bottom: 45px !important; }
.p-b-50 { padding-bottom: 50px !important; }
.p-b-55 { padding-bottom: 55px !important; }
.p-b-60 { padding-bottom: 60px !important; }
.p-b-65 { padding-bottom: 65px !important; }
.p-b-70 { padding-bottom: 70px !important; }
.p-b-75 { padding-bottom: 75px !important; }
.p-b-80 { padding-bottom: 80px !important; }
.p-b-85 { padding-bottom: 85px !important; }
.p-b-90 { padding-bottom: 90px !important; }
.p-b-95 { padding-bottom: 95px !important; }
.p-b-100 { padding-bottom: 100px !important; }

.p-l-0 { padding-left: 0 !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-6 { padding-left: 6px !important; }
.p-l-7 { padding-left: 7px !important; }
.p-l-8 { padding-left: 8px !important; }
.p-l-9 { padding-left: 9px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-11 { padding-left: 11px !important; }
.p-l-12 { padding-left: 12px !important; }
.p-l-13 { padding-left: 13px !important; }
.p-l-14 { padding-left: 14px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.p-l-45 { padding-left: 45px !important; }
.p-l-50 { padding-left: 50px !important; }
.p-l-55 { padding-left: 55px !important; }
.p-l-60 { padding-left: 60px !important; }
.p-l-65 { padding-left: 65px !important; }
.p-l-70 { padding-left: 70px !important; }
.p-l-80 { padding-left: 80px !important; }
.p-l-90 { padding-left: 90px !important; }
.p-l-100 { padding-left: 100px !important; }

@media (min-width:768px) {
  .--sm-p-r-0 { padding-right: 0px !important; }
  .--sm-p-r-1 { padding-right: 1px !important; }
  .--sm-p-r-2 { padding-right: 2px !important; }
  .--sm-p-r-3 { padding-right: 3px !important; }
  .--sm-p-r-4 { padding-right: 4px !important; }
  .--sm-p-r-5 { padding-right: 5px !important; }
  .--sm-p-r-6 { padding-right: 6px !important; }
  .--sm-p-r-7 { padding-right: 7px !important; }
  .--sm-p-r-8 { padding-right: 8px !important; }
  .--sm-p-r-9 { padding-right: 9px !important; }
  .--sm-p-r-10 { padding-right: 10px !important; }
  .--sm-p-r-11 { padding-right: 11px !important; }
  .--sm-p-r-12 { padding-right: 12px !important; }
  .--sm-p-r-13 { padding-right: 13px !important; }
  .--sm-p-r-14 { padding-right: 14px !important; }
  .--sm-p-r-15 { padding-right: 15px !important; }
  .--sm-p-r-20 { padding-right: 20px !important; }
  .--sm-p-r-25 { padding-right: 25px !important; }
  .--sm-p-r-30 { padding-right: 30px !important; }

  .--sm-p-l-0 { padding-left: 0 !important; }
  .--sm-p-l-1 { padding-left: 1px !important; }
  .--sm-p-l-2 { padding-left: 2px !important; }
  .--sm-p-l-3 { padding-left: 3px !important; }
  .--sm-p-l-4 { padding-left: 4px !important; }
  .--sm-p-l-5 { padding-left: 5px !important; }
  .--sm-p-l-6 { padding-left: 6px !important; }
  .--sm-p-l-7 { padding-left: 7px !important; }
  .--sm-p-l-8 { padding-left: 8px !important; }
  .--sm-p-l-9 { padding-left: 9px !important; }
  .--sm-p-l-10 { padding-left: 10px !important; }
  .--sm-p-l-11 { padding-left: 11px !important; }
  .--sm-p-l-12 { padding-left: 12px !important; }
  .--sm-p-l-13 { padding-left: 13px !important; }
  .--sm-p-l-14 { padding-left: 14px !important; }
  .--sm-p-l-15 { padding-left: 15px !important; }
  .--sm-p-l-20 { padding-left: 20px !important; }
  .--sm-p-l-25 { padding-left: 25px !important; }
  .--sm-p-l-30 { padding-left: 30px !important; }
}
@media (min-width:992px) {
  .--md-p-r-0 { padding-right: 0 !important; }
  .--md-p-r-1 { padding-right: 1px !important; }
  .--md-p-r-2 { padding-right: 2px !important; }
  .--md-p-r-3 { padding-right: 3px !important; }
  .--md-p-r-4 { padding-right: 4px !important; }
  .--md-p-r-5 { padding-right: 5px !important; }
  .--md-p-r-6 { padding-right: 6px !important; }
  .--md-p-r-7 { padding-right: 7px !important; }
  .--md-p-r-8 { padding-right: 8px !important; }
  .--md-p-r-9 { padding-right: 9px !important; }
  .--md-p-r-10 { padding-right: 10px !important; }
  .--md-p-r-11 { padding-right: 11px !important; }
  .--md-p-r-12 { padding-right: 12px !important; }
  .--md-p-r-13 { padding-right: 13px !important; }
  .--md-p-r-14 { padding-right: 14px !important; }
  .--md-p-r-15 { padding-right: 15px !important; }
  .--md-p-r-20 { padding-right: 20px !important; }
  .--md-p-r-25 { padding-right: 25px !important; }
  .--md-p-r-30 { padding-right: 30px !important; }
  .--md-p-r-35 { padding-right: 35px !important; }
  .--md-p-r-40 { padding-right: 40px !important; }
  .--md-p-r-45 { padding-right: 45px !important; }
  .--md-p-r-50 { padding-right: 50px !important; }
  .--md-p-r-55 { padding-right: 55px !important; }
  .--md-p-r-60 { padding-right: 60px !important; }
  .--md-p-r-65 { padding-right: 65px !important; }
  .--md-p-r-70 { padding-right: 70px !important; }
  .--md-p-r-75 { padding-right: 75px !important; }
  .--md-p-r-80 { padding-right: 80px !important; }
  .--md-p-r-85 { padding-right: 85px !important; }
  .--md-p-r-90 { padding-right: 90px !important; }
  .--md-p-r-95 { padding-right: 95px !important; }
  .--md-p-r-100 { padding-right: 100px !important; }

  .--md-p-l-0 { padding-left: 0 !important; }
  .--md-p-l-1 { padding-left: 1px !important; }
  .--md-p-l-2 { padding-left: 2px !important; }
  .--md-p-l-3 { padding-left: 3px !important; }
  .--md-p-l-4 { padding-left: 4px !important; }
  .--md-p-l-5 { padding-left: 5px !important; }
  .--md-p-l-6 { padding-left: 6px !important; }
  .--md-p-l-7 { padding-left: 7px !important; }
  .--md-p-l-8 { padding-left: 8px !important; }
  .--md-p-l-9 { padding-left: 9px !important; }
  .--md-p-l-10 { padding-left: 10px !important; }
  .--md-p-l-11 { padding-left: 11px !important; }
  .--md-p-l-12 { padding-left: 12px !important; }
  .--md-p-l-13 { padding-left: 13px !important; }
  .--md-p-l-14 { padding-left: 14px !important; }
  .--md-p-l-15 { padding-left: 15px !important; }
  .--md-p-l-20 { padding-left: 20px !important; }
  .--md-p-l-25 { padding-left: 25px !important; }
  .--md-p-l-30 { padding-left: 30px !important; }
  .--md-p-l-35 { padding-left: 35px !important; }
  .--md-p-l-40 { padding-left: 40px !important; }
  .--md-p-l-45 { padding-left: 45px !important; }
  .--md-p-l-50 { padding-left: 50px !important; }
  .--md-p-l-55 { padding-left: 55px !important; }
  .--md-p-l-60 { padding-left: 60px !important; }
  .--md-p-l-65 { padding-left: 65px !important; }
  .--md-p-l-70 { padding-left: 70px !important; }
  .--md-p-l-75 { padding-left: 75px !important; }
  .--md-p-l-80 { padding-left: 80px !important; }
  .--md-p-l-85 { padding-left: 85px !important; }
  .--md-p-l-90 { padding-left: 90px !important; }
  .--md-p-l-95 { padding-left: 95px !important; }
  .--md-p-l-100 { padding-left: 100px !important; }
}

/* font size */
.fs-0 { font-size: 0px !important; }
.fs-10 { font-size: 10px !important; }
.fs-11 { font-size: 11px !important; }
.fs-12 { font-size: 12px !important; }
.fs-13 { font-size: 13px !important; }
.fs-14 { font-size: 14px !important; }
.fs-15 { font-size: 15px !important; }
.fs-16 { font-size: 16px !important; }
.fs-17 { font-size: 17px !important; }
.fs-18 { font-size: 18px !important; }
.fs-19 { font-size: 19px !important; }
.fs-20 { font-size: 20px !important; }
.fs-21 { font-size: 21px !important; }
.fs-22 { font-size: 22px !important; }
.fs-23 { font-size: 23px !important; }
.fs-24 { font-size: 24px !important; }
.fs-25 { font-size: 25px !important; }
.fs-26 { font-size: 26px !important; }
.fs-27 { font-size: 27px !important; }
.fs-28 { font-size: 28px !important; }
.fs-29 { font-size: 29px !important; }
.fs-30 { font-size: 30px !important; }
.fs-31 { font-size: 31px !important; }
.fs-32 { font-size: 32px !important; }
.fs-33 { font-size: 33px !important; }
.fs-34 { font-size: 34px !important; }
.fs-35 { font-size: 35px !important; }
.fs-36 { font-size: 36px !important; }
.fs-37 { font-size: 37px !important; }
.fs-38 { font-size: 38px !important; }
.fs-39 { font-size: 39px !important; }
.fs-40 { font-size: 40px !important; }
.fs-41 { font-size: 41px !important; }
.fs-42 { font-size: 42px !important; }

/* line-height */
.lh-0 { line-height: 0 !important; }

/* borders */
.b-t-0 { border-top: 0 !important; }
.b-r-0 { border-right: 0 !important; }
.b-b-0 { border-bottom: 0 !important; }
.b-l-0 { border-left: 0 !important; }

/* Fix Bootsrap */
.mlg_r-flex {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.container,
[class*="col-"] {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* WP Blocks */
.wp-block-cover,
.wp-block-columns,
.wp-block-image {
  margin-bottom: 2.5rem;
}
.wp-block-columns .wp-block-column .wp-block-image:last-child {
  margin-bottom: 0 !important;
}
/*.mlg_landing-page .mlg_main-footer {
  margin-top: 2.5rem;
}*/

/* Page */
.mlg_page-image {
  margin-bottom: 2.5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mlg_page-image img {
  display: none !important;
}

/* Slider */
.mlg_slider {
  position: relative;
  margin-bottom: 2.5rem;
}
.mlg_slider .mlg_carousel {
  margin-bottom: 0 !important;
}
.mlg_slider .mlg_s-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mlg_slider .mlg_s-slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
}
.mlg_slider .mlg_s-slide .mlg_s-image {
  display: none !important;
}
.mlg_slider .mlg_s-slide .mlg_s-content {
  position: absolute;
  z-index: 3;
  left: 10%;
  top: 50%;
  width: 60%;
  transform: translateY(-50%);
}
.mlg_slider .mlg_s-slide .mlg_s-content .mlg_s-title {
  display: inline-block;
  margin: 0 !important;
  font-size: 2.2rem;
  line-height: 1.1;
  color: #fff !important;
  opacity: 0.95;
}
.mlg_slider .mlg_s-slide .mlg_s-content .mlg_s-description {
  margin-top: 2vw;
  font-size: 1.5rem;
  color: #fff !important;
  opacity: 0.85;
}
.mlg_slider .mlg_s-slide .mlg_s-content .mlg_s-description p {
  color: inherit;
  font-size: inherit;
}
.mlg_slider .mlg_s-slide .mlg_s-content .mlg_s-description p:last-child {
  margin-bottom: 0 !important;
}
.mlg_slider .mlg_carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 !important;
}
.mlg_slider .owl-pagination .owl-page span {
  margin-bottom: 0 !important;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
}
.mlg_slider .mlg_carousel .owl-pagination .owl-page.active span {
  background-color: #fff;
}
.mlg_slider .mlg_carousel .owl-buttons .owl-prev,
.mlg_slider .mlg_carousel .owl-buttons .owl-next {
  margin: 0 !important;
  color: #fff !important;
  transform: translateY(-50%);
}
.mlg_slider .mlg_carousel .owl-buttons .owl-prev {
  left: 2.5rem;
}
.mlg_slider .mlg_carousel .owl-buttons .owl-next {
  right: 2.5rem;
}