/* Genearl
================================================== */
.mlg_site-design-1 {
  background-color: #fafafa
}
/*.mlg_site-design-1 .mlg_main-header {
  margin-bottom: 4rem;
}*/

.mlg_site-design-1 .mlg_main-header + .mlg_container {
  margin-top: 4rem;
}


/* Logo
================================================== */
.mlg_site-design-1 .mlg_site-logo-container {
  font-size: 0;
  padding: 2.1rem 0;
  text-align: center;
}
.mlg_site-design-1 .mlg_site-logo-container .mlg_site-logo {
  display: inline-block;
}
.mlg_site-design-1 .mlg_site-logo-container .mlg_site-logo[data-type="image"] {
  max-width: 248px;
}


/* Main Menu
================================================== */
.mlg_site-design-1 .mlg_main-menu-container {
  position: relative;
  width: 100%;
  padding: 0;
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.mlg_mh-desktop .mlg_mh-items {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.mlg_mh-desktop .mlg_mh-items a {
  color: rgba(0,0,0,.87);
}
.mlg_mh-desktop .mlg_mh-items a:hover {
  color: #eeb10b;
}
.mlg_mh-desktop .mlg_main-menu {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}
.mlg_site-design-1 .mlg_main-menu {
  text-align: center;
}
.mlg_site-design-1 .mlg_main-menu .mlg_mm-list {
  position: static;
}
.mlg_site-design-1 .mlg_main-menu > ul > li {
  padding: 0 1rem;
}
.mlg_site-design-1 .mlg_main-menu > ul > li:last-child {
  padding-right: 0;
}
.mlg_site-design-1 .mlg_main-menu > ul > li a {
  color: inherit;
  padding: 5px 12px;
  display: block;
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
.mlg_site-design-1 .mlg_main-menu > ul > li a i {
  margin-right: 10px;
}
.mlg_site-design-1 .mlg_main-menu > ul > li > a {
  font-family: Karla;
  font-weight: 700;
  letter-spacing: 0em;
  text-transform: none;
  font-size: 1rem;
  color: rgba(0,0,0,.87);
  margin: 0;
  padding: 1.4375rem 0;
}
.mlg_site-design-1 .mlg_main-menu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: inherit;
  margin-left: 10px;
  font-weight: inherit;
  display: inline-block;
}
.mlg_site-design-1 .mlg_main-menu .sub-menu a,
.mlg_site-design-1 .mlg_main-menu .sub-menu li {
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
.mlg_site-design-1 .mlg_main-menu > ul > li a:hover {
  color: #eeb10b;
  text-decoration: none;
}
.mlg_site-design-1 .mlg_main-menu li.menu-item-has-children:hover > a,
.mlg_site-design-1 .mlg_main-menu li.active > a,
.mlg_site-design-1 .mlg_main-menu li.current-menu-parent > a,
.mlg_site-design-1 .mlg_main-menu li.current-menu-ancestor > a,
.mlg_site-design-1 .mlg_main-menu li.current-menu-item > a {
  color: #eeb10b;
}
.mlg_site-design-1 .mlg_main-menu ul {
  position: relative;
  overflow: inherit;
  font-size: 0;
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mlg_site-design-1 .mlg_main-menu ul li a {
  text-decoration: none;
}
.mlg_site-design-1 .mlg_main-menu ul li { position: relative; display: inline-block; }
.mlg_site-design-1 .mlg_main-menu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: -8px;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 1rem 0 !important;
  z-index: 9999;
  -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);
  background-color: #222225;
}
.mlg_site-design-1 .mlg_main-menu > ul > li.menu-item-has-children > ul.sub-menu:before {
  content: "";
  position: absolute;
  left: 3rem;
  top: -1rem;
  width: 1rem;
  height: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,.02);
  z-index: 10;
  transform: translateY(1px);
  background-color: #222225;
  -webkit-clip-path: polygon(50% 50%,0% 100%,100% 100%);
  clip-path: polygon(50% 50%,0% 100%,100% 100%);
}
.mlg_site-design-1 .mlg_main-menu ul li:hover > ul.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_site-design-1 .mlg_main-menu ul li ul.sub-menu li {
  position: relative;
  margin: 0;
  display: block;
  float: none;
}
.mlg_site-design-1 .mlg_main-menu ul li ul.sub-menu li a {
  font-family: "Karla";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: block;
  text-transform: none;
  padding: .5rem 1.5rem;
  line-height: 22px;
  text-align: left;
  min-width: 12rem;
}
.mlg_site-design-1 .mlg_main-menu ul li ul.sub-menu li a:before {
  display: none;
}
.mlg_site-design-1 .mlg_main-menu ul li ul.sub-menu li a:hover,
.mlg_site-design-1 .mlg_main-menu ul li ul.sub-menu li.active > a {
  color: #eeb10b;
}
.mlg_site-design-1 .mlg_main-menu ul li ul.sub-menu li > ul.sub-menu {
  top: -1rem;
  left: 100%;
}
.mlg_site-design-1 .mlg_main-menu ul.sub-menu li:hover > a,
.mlg_site-design-1 .mlg_main-menu ul.sub-menu li.active > a,
.mlg_site-design-1 .mlg_main-menu ul.sub-menu li.current-menu-parent > a,
.mlg_site-design-1 .mlg_main-menu ul.sub-menu li.current-menu-ancestor > a,
.mlg_site-design-1 .mlg_main-menu ul.sub-menu li.current-menu-item > a {
  color: #eeb10b;
  /*background-color: #303745;*/
}
.mlg_site-design-1 .mlg_main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  float: right;
  font-size: inherit;
  line-height: inherit;
  margin-left: 5px;
  font-weight: inherit;
  display: inline-block;
}

/* Menu Lables */
.mlg_site-design-1 .mlg_mm-label-free > a,
.mlg_site-design-1 .mlg_mm-label-hot > a {
  position: relative;
}
.mlg_site-design-1 .mlg_mm-label-free > a:after,
.mlg_site-design-1 .mlg_mm-label-hot > a:after {
  content: "Free";
  display: inline-block;
  font-size: 8px;
  padding: 4px 5px;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 1px;
  transform: translateX(5px) translateY(-10px);
  background-color: #eeb10b;
}
.mlg_site-design-1 .mlg_mobile-menu .mlg_mm-label-free > a:after,
.mlg_site-design-1 .mlg_mobile-menu .mlg_mm-label-hot > a:after {
  position: relative;
  transform: translateX(10px);
}
.mlg_site-design-1 .mlg_mm-label-hot > a:after {
  content: "Hot";
}
.mlg_site-design-1 .mlg_mm-label-white > a:after {
  color: rgba(0,0,0,.87);
  background-color: #fff;
}

.mlg_featured-posts {
  padding-top: 2rem;
  padding-bottom: 2rem;
}


/* Widgets
================================================== */
.mlg_site-design-1 .mlg_sidebar .widget {
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
.mlg_site-design-1 .mlg_sidebar .widget_title,
.mlg_site-design-1 .mlg_d-sidebar .widget_title {
  font-family: Karla;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-transform: none;
  color: rgba(0,0,0,.87);
  overflow-wrap: break-word;
  margin-bottom: 1.25rem;
}


/* Footer
================================================== */
.mlg_main-footer {
  color: #666666;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f0ef;
}
.mlg_main-footer .mlg_mf-subfooter {
  color: #666666;
  background-color: transparent;
}
.mlg_main-footer .mlg_mf-subfooter .mlg_mf-sf-content {
  padding: 0;
  font-size: 0.875rem;
  color: inherit;
  line-height: 1.5;
}

.mlg_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}


/* Single
================================================== */
.mlg_post-single {
  background-color: #fff;
  margin-bottom: 2rem;
}
.mlg_post-single .mlg_p-image {}
.mlg_post-single .mlg_p-image a {
  display: block;
}
.mlg_post-single .mlg_p-image img {
  
}
.mlg_post-single .mlg_p-body {
  padding: 2.5rem;
}
.mlg_post-single .mlg_p-header {
  margin-bottom: 1.5rem;
}
.mlg_post-single .mlg_p-categories {
  font-family: Karla;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: .5rem;
}
.mlg_post-single .mlg_p-title {
  font-family: Karla;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25;
  text-transform: none;
  color: rgba(0,0,0,.87);
  font-size: 2.125rem;
  margin: 0;
}
.mlg_post-single .mlg_p-meta {
  font-size: 0.875rem;
  margin-top: 1.25rem;
  color: rgba(0,0,0,.38);
}
.mlg_post-single .mlg_p-meta .mlg_p-m-item {}
.mlg_post-single .mlg_p-meta .mlg_p-m-item:not(:last-child):after {
  content: "";
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  height: .25rem;
  width: .25rem;
  border-radius: 50%;
  opacity: .5;
  vertical-align: .1875em;
  background-color: currentColor;
}
.mlg_post-single .mlg_p-content {}
.mlg_post-single .mlg_p-content h3 {
  font-size: 1.5rem;
  margin-top: 1em;
  margin-bottom: .5em;
}
.mlg_post-single .mlg_p-content ul {
  list-style-type: disc;
}
.mlg_post-single .mlg_p-content ul,
.mlg_post-single .mlg_p-content ol {
  padding-left: 2.5rem;
  margin-bottom: 1.5rem;
}
.mlg_post-single .mlg_p-content ul li,
.mlg_post-single .mlg_p-content ol li {
  margin-bottom: .75rem;
}
.mlg_post-single .mlg_p-content blockquote {
  display: grid;
  border-left-width: 4px;
  border-left-style: solid;
  border-color: #eeb10b;
  padding: 0 0 0 1.5rem;
  color: rgba(0,0,0,.87);
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.mlg_post-single .mlg_p-content blockquote p:last-child {
  margin-bottom: 0 !important;
}
.mlg_post-single .mlg_p-content p {
  margin-bottom: 1.5rem;
}
.mlg_post-single .mlg_p-content p:first-child {
  font-size: 1.125rem;
}
.mlg_post-single .mlg_p-content > p:first-child:first-letter {
  float: left;
  font-weight: 400;
  font-size: 3.4em;
  line-height: .68;
  margin-top: .15em;
  margin-right: .15em;
  text-transform: uppercase;
  font-style: normal;
  color: rgba(0,0,0,.87);
}
/* Footer */
.mlg_post-single .mlg_p-footer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid rgba(0,0,0,.05);
}
.mlg_post-single .mlg_p-footer .mlg_p-comments-count-number {
  display: none;
}
.mlg_post-single .mlg_p-footer .mlg_p-comments-count {
  margin-right: .75rem;
}
.mlg_post-single .mlg_p-footer .mlg_p-comments-count,
.mlg_post-single .mlg_p-footer .mlg_p-views {
  display: inline-block;
  color: rgba(0,0,0,.87);
}
.mlg_post-single .mlg_p-footer .mlg_p-comments-count i.fa,
.mlg_post-single .mlg_p-footer .mlg_p-views i.fa {
  margin-right: .25rem;
}
.mlg_post-single .mlg_p-footer .mlg_p-comments-count a,
.mlg_post-single .mlg_p-footer .mlg_p-views a {
  color: inherit;
}
.mlg_post-single .mlg_p-footer .mlg_p-comments-count a:hover,
.mlg_post-single .mlg_p-footer .mlg_p-views a:hover {
  color: #eeb10b;
  text-decoration: none;
}

/* Social Networks */
.mlg_post-single .mlg_p-footer .mlg_p-share {
  text-align: right;
  margin-left: -.5rem;
  margin-right: -.5rem;
}
.mlg_post-single .mlg_p-footer .mlg_p-share .mlg_p-sh-label,
.mlg_post-single .mlg_p-footer .mlg_p-share .mlg_p-sh-item {
  display: inline-block;
  padding-left: .5rem;
  padding-right: .5rem;
}
.mlg_post-single .mlg_p-footer .mlg_p-share .mlg_p-sh-item a {
  font-size: 1rem;
  color: rgba(0,0,0,.87);
}
.mlg_post-single .mlg_p-footer .mlg_p-share .mlg_p-sh-item a:hover {
  color: #eeb10b;
  text-decoration: none;
}

/* Tags */
.mlg_post-single .mlg_p-tags {
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  margin-top: 1.5rem;
  margin-bottom: -.5rem;
}
.mlg_post-single .mlg_p-tags a {
  margin-right: .5rem;
  margin-bottom: .5rem;
}
.widget_tag_cloud .tagcloud .tag-cloud-link,
.mlg_post-single .mlg_p-tags a {
  background-color: #f3f3f3;
  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;
  font-size: .875em;
  padding: .4285714286em .8571428571em;
}
.widget_tag_cloud .tagcloud a.tag-cloud-link:hover,
.mlg_post-single .mlg_p-tags a:hover {
  opacity: .75;
  color: currentColor;
  text-decoration: none;
}

/* Author Bio */
.mlg_p-author-bio {
  display: flex;
  padding: 2.5rem;
  margin-bottom: 2rem;
  background-color: #fff;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.mlg_p-author-bio > * {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.mlg_p-author-bio .mlg_p-a-image {
  margin-right: 1.5rem;
}
.mlg_p-author-bio .mlg_p-a-image img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
.mlg_p-author-bio .mlg_p-a-content {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}
.mlg_p-author-bio .mlg_p-a-content h4 {
  font-size: 1.25rem;
  margin: 0 0 .75rem 0;
}
.mlg_p-author-bio .mlg_p-a-content h4 a {
  color: inherit !important;
}
.mlg_p-author-bio .mlg_p-a-content h4 a:hover {
  opacity: .75;
  text-decoration: none;
}
.mlg_p-author-bio .mlg_p-a-description p:last-child {
  margin-bottom: 0;
}

/* Post Navigation */
.mlg_p-navigation {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mlg_p-navigation .row,
.mlg_p-navigation .col-md-6 {
  display: flex;
}
.mlg_p-navigation .mlg_p-nav-prev {
  padding: 2rem;
  background-color: #fff;
}
.mlg_p-navigation .mlg_p-nav-next {
  text-align: right;
  padding: 2rem;
  background-color: #fff;
}
.mlg_p-navigation a span {
  font-family: Karla;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
.mlg_p-navigation a h5 {
  font-size: 1rem;
}

/* Related Posts */
.mlg_p-related {
  padding: 2rem;
  margin-top: 2rem;
  background-color: #fff;
}
.mlg_p-related .mlg_p-r-title {
  font-size: 1.25rem;
  margin: 0 0 1.5rem 0;
}
.mlg_p-related .mlg_carousel,
.mlg_p-related .mlg_post {
  margin-bottom: 0;
}
.mlg_p-related .mlg_post .mlg_p-image {
  margin-bottom: 1rem !important;
}
.mlg_p-related .mlg_post .mlg_p-title {
  font-size: 1.125rem !important;
}
.mlg_p-related .mlg_post .mlg_p-body {
  padding: 0 !important;
}

/* Comments */
.mlg_p-comments {
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background-color: #fff;
}
.mlg_p-comments .comment-reply-title {
  font-size: 1.25rem;
  margin: 0 0 .5rem 0;
}
.mlg_p-comments {}
.mlg_p-comments .comment-form-cookies-consent {
  margin-bottom: 1.5rem;
}
.mlg_p-comments .comment-form-cookies-consent input[type=checkbox] {
  margin: 0 .5rem 0 0;
  vertical-align: .0625em;
}
.mlg_p-comments .comment-form-cookies-consent label {
  margin-bottom: 0;
}




/* Widget: Social Media */
.mlg_social-media[data-type="widget"] {}
.mlg_social-media[data-type="widget"] .mlg_sm-items {
  font-size: 0;
  line-height: 0;
  padding: 0 !important;
  margin: 0 -0.75rem -0.75rem 0 !important;
}
.mlg_social-media[data-type="widget"] .mlg_sm-item {
  display: inline-block;
  margin-right: .75rem;
  margin-bottom: .75rem;
}
.mlg_social-media[data-type="widget"] .mlg_sm-item a {
  display: block;
  font-size: 1.125rem;
  text-align: center;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  color: rgba(0,0,0,.87);
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #f3f3f3;
}
.mlg_social-media[data-type="widget"] .mlg_sm-item a:hover {
  color: #eeb10b;
  opacity: 0.8;
}


/* Widget: Instagram */
.mlg_gallery[data-type="widget"] {

}
.mlg_gallery[data-type="widget"] .mlg_i-items {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  flex-wrap: wrap;
  grid-gap: 8px;
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.mlg_gallery[data-type="widget"] .mlg_i-item {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
.mlg_gallery[data-type="widget"] .mlg_i-item span {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
}
.mlg_gallery[data-type="widget"] .mlg_i-item img {
  display: none !important;
}
.mlg_gallery[data-type="widget"] .mlg_i-button {
  margin-top: 1.5rem;
}
.mlg_gallery[data-type="widget"] .mlg_i-button .fa {
  margin-right: .5rem;
}
.mlg_gallery[data-type="widget"] .mlg_i-button:hover {
  opacity: 0.8;
}


/* Gallery Footer */
.mlg_mf-gallery {
  position: relative;
  margin-bottom: 4rem;
}
.mlg_site-design-1 .mlg_mf-gallery {
  margin-top: -4rem;
}
.mlg_mf-gallery .mlg_carousel-container,
.mlg_mf-gallery .mlg_carousel {
  padding: 0 !important;
  margin: 0 !important;
}
.mlg_mf-gallery .mlg_carousel-item {
  padding: 0 !important;
  margin: 0 !important;
}
.mlg_mf-gallery .mlg_carousel-item span {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
}
.mlg_mf-gallery .mlg_carousel-item img {
  display: none !important;
}
.mlg_mf-gallery .mlg_gallery-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 20rem;
}
.mlg_mf-gallery .mlg_gallery-button .fa {
  margin-right: .5rem;
}
.mlg_mf-gallery .mlg_gallery-button:hover {
  opacity: 0.9;
}



/* Title Bar */
.mlg_title-bar {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  margin-top: -1px;
  margin-bottom: 4rem;
  text-align: center;
  background-color: #222222;
}
.mlg_title-bar .mlg_tb-title {
  font-size: 2.125rem;
  color: #fff;
  margin: 0 !important;
}
.mlg_title-bar .mlg_tb-subtitle {
  font-size: 0.875rem;
  margin-top: .75rem;
  color: #888888;
}
.mlg_title-bar .mlg_tb-subtitle p:last-child {
  margin-bottom: 0 !important;
}




/* ADS */


.mlg_ad[data-position^="post_text"] {
  padding: 0 !important;
}
.mlg_ad[data-position^="post_text"] p {
  margin-bottom: 0 !important;
}
.mlg_ad[data-position^="post_text"] a {
  display: inline-block;
  color: inherit;
}
.mlg_ad[data-position^="post_text"] a img {
  margin: 0;
}
.mlg_ad[data-position^="post_text"] a:hover {
  color: #eeb10b;
}
.mlg_ad:not([data-position^="post_text"]) {
  text-align: center;
  padding: 2.5rem 1rem;
}
.mlg_ad:not([data-position^="post_text"]) a,
.mlg_ad:not([data-position^="post_text"]) img {
  display: inline-block;
  /*font-size: 0;
  line-height: 0;*/
  margin: 0 !important;
}
.mlg_ad.mlg_a-has-img a {
  -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_ad.mlg_a-has-img a:hover {
  background-color: #000;
}
.mlg_ad.mlg_a-has-img a:hover img {
  opacity: 0.9;
}

.widget .mlg_ad {
  padding: 0 !important;
}

.mlg_content .mlg_ad:not([data-position^="post_text"]) {
  padding-top: 0 !important;
}

.mlg_post-single .mlg_ad[data-position="post_1"] {
  float: left;
  margin: 0 1.5rem 1.5rem 0 !important;
  padding: 0 !important;
}

.mlg_post-single .mlg_ad[data-position="post_2"] {
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
}

/*.mlg_post-single .mlg_ad[data-position="post_text"] a,
.mlg_post-single .mlg_ad[data-position="post_text"] a:hover {
  color: inherit;
}*/


/* Mobile Header */
.mlg_mh-mobile {
  display: none;
  z-index: 30;
  height: 64px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.mlg_mh-mobile .container {
  height: 100%;
}
.mlg_mh-mobile .mlg_mh-items {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.mlg_mh-mobile .mlg_mh-items a {
  color: rgba(0,0,0,.87);
}
.mlg_mh-mobile .mlg_mh-items a:hover {
  color: #eeb10b;
}
.mlg_mh-mobile .mlg_site-logo {
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}
.mlg_mh-mobile .mlg_site-logo img {
  width: auto;
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  display: inline;
}


/* Responsive */
@media( max-width: 768px ) {
  .mlg_featured-posts {
    padding-top: 0 !important;
  }
  /*.mlg_featured-posts .mlg_post.mlg_p-style-cover .mlg_p-image:before {
    padding-top: 92%;
  }*/

  .mlg_post.mlg_p-style-card {
    display: block;
  }
  .mlg_post.mlg_p-style-card .mlg_p-image {
    width: 100%;
    max-width: none;
  }
  .mlg_post.mlg_p-style-card .mlg_p-image:before {
    padding-top: 56.25%;
  }
  .mlg_site-design-1 .mlg_sidebar .widget {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mlg_ad {
    padding: 1.5rem 0;
  }
  .mlg_ad[data-position="header"] {
    padding: 1.5rem 1rem;
  }
  .mlg_ad[data-position="footer"] {
    padding: 0 1rem 1.5rem;
  }
  .mlg_pagination {
    margin: 1.5rem 0 0 0;
  }

  .mlg_post-single .mlg_p-body {
    padding: 1.5rem;
  }
  .mlg_post-single .mlg_p-title {
    font-size: 1.875rem;
  }


  .mlg_post-single .mlg_ad[data-position="post_1"] {
    text-align: center;
    float: none !important;
    margin: 0 0 1.5rem 0 !important;
    padding: 0 !important;
  }



  .mlg_title-bar {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .mlg_title-bar .mlg_tb-title {
    font-size: 1.875rem !important;
  }
}


/* Drawer */
.mlg_drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  visibility: hidden;
}
.mlg_drawer.mlg_d-open {
  visibility: visible;
}
.mlg_drawer .mlg_d-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.4);
}
.mlg_drawer .mlg_d-content {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  max-width: 300px;
  box-shadow: 0 12px 24px rgba(0,0,0,.04);
  background-color: #fff;
  transform: translateX(-100%);
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
body.admin-bar .mlg_drawer .mlg_d-content {
  height: calc(100% - 32px);
}
.mlg_drawer.mlg_d-open .mlg_d-content {
  transform: translateX(0);
}

/*@media screen and (max-width: 782px) {
  body.logged-in.admin-bar .mlg_drawer,
  body.logged-in.admin-bar .mlg_drawer .mlg_d-overlay,
  body.logged-in.admin-bar .mlg_drawer .mlg_d-content {
    top: 46px !important;
  }
}*/
.mlg_drawer .mlg_d-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 4rem;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,.05);  
}
.mlg_drawer .mlg_d-site-logo {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}
.mlg_drawer .mlg_d-site-logo a {
  display: inline-block;
}
.mlg_drawer .mlg_d-site-logo img {
  width: auto;
  height: 24px;
}
.mlg_drawer .mlg_drawer-close {
  color: rgba(0,0,0,.38);
}
.mlg_drawer .mlg_drawer-close svg {
  width: 10px;
  height: 10px;
  fill: rgba(0,0,0,.6);
}
.mlg_drawer .mlg_d-body {
  padding: 1.5rem;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100% - 7.5rem);
}
.mlg_drawer .mlg_d-main-menu {
  display: none;
}
.mlg_drawer .mlg_d-footer {
  padding: 1rem;
  height: 3.5rem;
  border-top: 1px solid rgba(0,0,0,.05);
}
.mlg_drawer .mlg_social-media {}
.mlg_drawer .mlg_social-media ul {
  display: -webkit-box;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mlg_drawer .mlg_social-media li {
  text-align: center;
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}
.mlg_drawer .mlg_social-media a {
  font-size: 1rem;
  color: rgba(0,0,0,.87);
}
.mlg_drawer .mlg_social-media a:hover {
  color: #eeb10b;
}



