.tiny-class .sub_title {
  height: 15px !important;
}
.maddon-deals-slide .owl-theme .owl-nav [class*="owl-"],
.maddon-related_video .owl-theme .owl-nav [class*="owl-"],
.post_slider .owl-theme .owl-nav [class*="owl-"],
.instagram_mobile .owl-theme .owl-nav [class*="owl-"] {
  margin-top: -70px !important;
}
.maddon-articles.gallery-page .item-title,
.category-post > .site-content.gallery-page .item-title {
  font-size: 18px !important;
}

.maddon-articles.gallery-page .readmore,
.category-post > .site-content.gallery-page .readmore {
  margin-top: 0px !important;
}

.swiper-button-next {
  background: rgba(0, 0, 0, 0) url(../png/right-arrow-wb-2.png) no-repeat
    scroll 0 0 !important;
  height: 46px !important;
  width: 25px !important;
  position: absolute;
  z-index: 999;
}
.swiper-button-prev {
  background: rgba(0, 0, 0, 0) url(../png/left-arrow-wb-2.png) no-repeat scroll
    0 0 !important;
  height: 46px !important;
  width: 25px !important;
  position: absolute;
  z-index: 999;
}

.owl-carousel .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0) url(../png/right-arrow-wb-2.png) no-repeat
    scroll 0 0 !important;
  height: 49px;
  width: 28px;
  position: absolute;
  z-index: 9999;
}
.owl-carousel .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) url(../png/left-arrow-wb-2.png) no-repeat scroll
    0 0 !important;
  height: 49px;
  width: 28px;
  position: absolute;
  z-index: 9999;
}
.single .entry-content ul {
  -webkit-margin-before: -0.5em;
}
.owl-prev,
.owl-next {
  border: 1px solid white !important;
}
.widget-title-mo,
.maddon-plan,
.showvideo {
  display: none;
}

@media only screen and (min-width: 764px) {
  .maddon-weather {
    display: block !important;
  }
  .maddon-weather .col-md-2 {
    width: 15% !important;
  }
  /* 
	.maddon-weather .item-title a {
		font-size: 11px !important;
	} */
}
@media only screen and (min-width: 768px) {
  .maddon-weather {
    display: block !important;
  }

  .single-post .maddon-deals-slide .owl-theme .owl-nav [class*="owl-"] {
    top: 68% !important;
  }
  .single:not(.single-local_guide)
    .maddon-deals-slide
    .owl-theme
    .owl-nav
    .owl-prev,
  .page-two-column .maddon-deals-slide .owl-theme .owl-nav .owl-prev {
    left: 2px !important;
    /* left: -50px !important; */
    left: 0px !important;
  }
  .single:not(.single-local_guide)
    .maddon-deals-slide
    .owl-theme
    .owl-nav
    .owl-next,
  .page-two-column .maddon-deals-slide .owl-theme .owl-nav .owl-next {
    right: 2px !important;
    /* right: -50px !important; */
    right: 0px !important;
  }
  .maddon-deals-slide .owl-theme .owl-nav [class*="owl-"] {
    margin-top: 65px !important;
  }
  body:not(.home) .maddon-deals-slide .owl-theme .owl-nav [class*="owl-"] {
    margin-top: 0 !important;
    top: 71%;
  }
  .category .maddon-deals-slide .owl-theme .owl-nav [class*="owl-"] {
    margin-top: 0 !important;
    top: 71%;
  }
}
.maddon-related_video .owl-prev,
.maddon-related_video .owl-next {
  margin-top: -90px !important;
}
.maddon-related_show .owl-prev,
.maddon-related_show .owl-next {
  margin-top: -90px !important;
}

.gallery-template-default .header-title h2 {
  display: none !important;
}
.header_featured_img .header-title h2 {
  display: none !important;
}
.rev_slider_wrapper .tparrows {
  width: 100px;
  height: 80px;
}
.rev_slider_wrapper .tparrows.tp-leftarrow:before,
.rev_slider_wrapper .tparrows.tp-rightarrow:before {
  width: 26px;
  height: 46px;
}
.maddon-related_show.post_slider .item .link a {
  line-height: 24px;
  margin-top: 10px;
}

.maddon-related_show.post_slider .sub_title {
  font-size: 24px;
  line-height: 1.42857143;
  margin-bottom: -4px;
}
.name-link {
  color: rgb(0, 0, 0);
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  position: relative;
  text-shadow: none;
  padding: 10px 0px 0px;
  font-family: MyriadProSemibold;
}
.carousel_instagram .item-info .image:after {
  background: url(../png/insta-icon.png) no-repeat;
  content: " ";
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
}
.carousel_instagram .swiper-button-prev {
  background: none;
  position: absolute;
  top: 35%;
  margin-top: -50px;
  background: transparent;
  color: #000;
  font-size: 70px;
  left: -50px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: inherit;
  width: auto;
}
.carousel_instagram .swiper-button-next {
  background: none;
  position: absolute;
  top: 35%;
  margin-top: -50px;
  background: transparent;
  color: #000;
  font-size: 70px;
  right: -50px;
  margin: 5px;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
  height: inherit;
  width: auto;
}
.carousel_instagram-inner {
  position: relative;
}
.carousel_instagram-inner .carousel_instagram {
  position: static;
}

.single-gallery.single .entry-content ul {
  padding-left: 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.single-gallery.single .entry-content ul li {
  list-style: none;
  margin-bottom: 30px;
  margin-top: 15px;
  padding: 0 15px;
}

.category-post > .site-content .item {
  margin-bottom: 5px;
}
.category-post > .site-content .item-title {
  margin-top: 5px;
  display: block;
  font-size: 18px;
}
.category-post > .site-content .readmore a {
  top: -4px;
}
.maddon-pages .ytb_video .ytb_author {
  margin-bottom: 15px;
}
.maddon-pages .ytb_video .youtube {
  margin-bottom: 20px;
}

.is_sticky #mtpl_dyan_section-header {
  z-index: 99;
}
#cookie-agree {
  z-index: 999;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  width: 1000px;
  background-color: #fff;
  overflow: hidden;
}
.instagram-popup-left {
  overflow: hidden;
  /*border: 1px solid #fff;*/
  text-align: center;
  background: #000000;
  float: left;
  width: 70%;
}
.mfp-figure:after {
  display: none;
}
.instagram-popup-left img.mfp-img {
  max-height: 585px !important;
  height: 585px;
  width: 580px;
  padding: 0;
}
.instagram-popup-right {
  float: left;
  width: 30%;
  height: 582px;
  padding: 15px;
}
.mfp-bottom-bar {
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  cursor: auto;
}
.instagram-popup-right .instagram-profile-info {
  width: 100%;
  float: left;
}
.instagram-profile-info .instagram-profile-img {
  float: left;
  overflow: hidden;
  padding: 2px;
  height: 40px;
  width: 40px;
}
.instagram-profile-info .instagram-profile-img > img {
  height: auto;
  width: 100%;
}
.instagram-profile-info .instagram-profile-name {
  color: #000;
  float: left;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-top: 5px;
  width: 70%;
}
.instagram-profile-info .instagram-profile-link {
  float: left;
  padding-left: 5px;
  width: 70%;
}
.instagram-profile-info .instagram-profile-link > a {
  color: #000;
  font-size: 12px;
}
.instagram-popup-right .instagram-detail-info {
  float: left;
  margin-top: 10px;
  width: 100%;
  color: #333;
}
.instagram-popup-right .status-footer {
  border-top: 2px solid #eaeaea;
  border-color: #eaeaea;
  margin: 10px 0;
  line-height: 1.8em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
}
.instagram-popup-right .status-footer .status-footer-item .status-intent {
  float: right;
}
.mfp-wrap {
  overflow: hidden;
  font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
}
.instagram-popup-right .mfp-title {
  padding-right: 0;
}
.tourish_info_rightside.fixed,
.book_now_deal.fixed {
  z-index: 999;
}
.articles-instagram-inner .name-link a {
  padding: 5px 0px 5px;
  color: rgb(0, 0, 0);
}
.maddon-articles_instagram .item-info {
  position: relative;
  cursor: pointer;
  margin: 0 0 10px;
}
.single-live_in .header-description {
  display: none;
}
.gallery-page [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
}
.gallery-page .items.row {
  margin-right: -5px;
  margin-left: -5px;
}
.single-gallery.single .gallery-page [class*="col-"] {
  padding-right: 5.5px;
  padding-left: 5.5px;
  margin: 4px 0;
}
.single-gallery.single .gallery-page .row {
  margin-right: -5px;
  margin-left: -5px;
}
.related_post .item_title {
  margin-top: 9px;
  line-height: 18px;
}
/*
.content-video-single-page {
	margin-top: 0;
}*/
.category-post > .site-content.gallery-page .item-title {
  font-size: 18px;
}

.maddon-articles.gallery-page.video-page .item-title {
  font-size: 18px;
  margin-top: 5px;
  display: block;
}
.widget_nav_menu.footer-main-nav {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 13px;
}
h3.footer-logo-title {
  font-family: "MyriadProRegular";
  font-size: 16px;
}
.maddon-faq .item-title h4 {
  font-family: "MyriadProRegular";
}
.single-post .maddon-deals-slide .owl-theme .owl-nav [class*="owl-"] {
  top: 79.5%;
}
.single-post .maddon-deals-slide .owl-theme .owl-nav .owl-prev i,
.single-post .maddon-deals-slide .owl-theme .owl-nav .owl-next i {
  display: none;
}
.single-post .maddon-deals-slide .owl-theme .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) url(../png/left-arrow-wb-2.png) no-repeat scroll
    0 0;
  height: 49px;
  width: 28px;
}
.single-post .maddon-deals-slide .owl-theme .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0) url(../png/right-arrow-wb-2.png) no-repeat
    scroll 0 0;
  height: 49px;
  width: 28px;
}
.YT-vidoe-in-body {
  margin-top: 0;
  height: 0;
  margin-bottom: 11px;
  padding-bottom: 56.25%;
  position: relative;
}
.YT-vidoe-in-body iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* */
.cstm-calender .mounth-row {
  float: left;
  width: 100%;
  margin-top: 3%;
  margin-bottom: 0;
}

.cstm-calender div.row-2 {
  margin-bottom: 7%;
}

.cstm-calender .newboxes {
  display: none;
  padding: 5px;
  width: 100%;
  float: left;
  position: relative;
  top: 17%;
  margin-bottom: 5%;
  margin-top: -2%;
}

.cstm-calender .mounths {
  background-color: #000;
  padding: 5px;
  width: 15%;
  float: left;
  text-align: center;
}

.cstm-calender .active,
.cstm-calender .mounths {
  color: #fff;
}

.cstm-calender .active {
  background-color: #116ab6;
}

.cstm-calender .month-mid {
  margin-left: 3%;
  margin-right: 3%;
}

.cstm-calender .mounths p {
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 200;
  color: white;
}

.cstm-calender img.icon-a-down {
  width: 10px;
  display: inline-block;
}

.cstm-calender .img-responsive {
  max-width: 100%;
}
.single.single-video .entry-content ul li {
  list-style-type: disc;
  padding: 0;
  font-size: 16px;
}
/* fix 28.5 */
.maddon-faq .item-title h4:after {
  background: url(../jpg/collpase-icon.jpg) no-repeat scroll right top;
  content: "";
  height: 13px;
  margin-top: -6px;
  position: absolute;
  width: 25px;
  z-index: 0;
  right: 17px;
  top: 50%;
}
.maddon-faq .item.active .item-title h4:after {
  background: url(../png/collpase-expand-icon.png) no-repeat scroll right top;
  content: "";
}
.maddon-articles .item.expired,
.maddon-articles .item.expired .readmore a {
  cursor: default;
}
.button--wayra:hover:before {
  background-color: #ff0072;
}
/* fix 9.7 */
.maddon-deals-slide .widget-title,
.maddon-pages .widget-title,
.maddon-weather .widget-title,
h2.widgettitle,
.maddon-faq .widget-title {
  margin: 40px 0 8px;
  font-size: 33px;
}
.maddon-related_video .widget-title,
.post_slider .widget-title,
.maddon-coolinary_dictionary .widget-title {
  margin: 40px 0 8px;
  font-size: 33px;
}

@media only screen and (max-width: 768px) {
  .maddon-deals-slide .widget-title,
  .maddon-pages .widget-title,
  .maddon-weather .widget-title,
  h2.widgettitle,
  .maddon-faq .widget-title {
    margin: 20px 0 10px !important;
  }
}

.maddon-related_video .sub_title a {
  color: #000;
}
.content-video-single-page {
  margin-top: 30px;
}
.page_sub_title h2 {
  margin: 31px 0 20px;
  font-size: 33px;
}
.single-post .page_sub_title h2,
.single-video .page_sub_title h2,
.single-explore .page_sub_title h2,
.single-gallery .page_sub_title h2,
.single-activity .page_sub_title h2 {
  margin: 40px 0 10px;
  font-size: 25px;
}
.related_post .widget-title {
  margin: 40px 0 10px;
}
.category_sub_title h2 {
  margin: 40px 0 20px;
}
.maddon-related_show.post_slider .sub_title a,
.post_slider .sub_title a {
  color: #000;
}
a:hover {
  text-decoration: none;
}
.single-live_in .related_show.related_post img {
  width: 100%;
}
.single-video .related_video.related_post img {
  width: 100%;
}
.single-post .related_gallery.related_post img,
.single-gallery .related_gallery.related_post img {
  width: 100%;
}

.book_now_deal a img {
  margin: 0;
}
.single-video .related_post .item_title {
  margin-top: 16px;
  margin-bottom: 2px;
}
.hidden-play {
  display: none;
}
.hidden-play.active {
  display: flex;
}
/* */
@media only screen and (min-width: 681px) {
  .maddon-pages [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .maddon-pages .item-info {
    margin: 0 0 10px;
  }
  .maddon-pages .items.row {
    margin-right: -5px;
    margin-left: -5px;
  }
}
@media (max-width: 1520px) {
  header .nav-menu a {
    font-size: 18px;
  }
  .is_sticky header .nav-menu a {
    font-size: 16px;
  }
  header .nav-menu li {
    margin: 0 12px;
  }
}

@media only screen and (max-width: 1245px) {
  .carousel_instagram .swiper-button-prev {
    color: #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 50px;
    top: 46%;
    margin-top: -25px;
    left: 0;
    background: transparent url(../png/arrow_b.png) no-repeat scroll 0 0 !important;
  }
  .carousel_instagram .swiper-button-next {
    color: #000;
    border-radius: 0;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 50px;
    top: 46%;
    margin-top: -25px;
    right: 0;
    background: transparent url(../png/arrow_n.png) no-repeat scroll 0 0 !important;
  }
  .carousel_instagram .swiper-button-prev i,
  .carousel_instagram .swiper-button-next i {
    display: none;
  }
  .single-post .maddon-deals-slide .owl-theme .owl-nav [class*="owl-"] {
    top: 50%;
  }
  /* fix 28/5 */
  .content-video-single-page .video-section {
    padding: 0 15px;
  }
  body header .nav-menu li.current-menu-item:not(.no-active) > a {
    color: #e3186a !important;
  }
}

/* */
@media screen and (max-width: 1024px) {
  .maddon-articles.gallery-page .item-title,
  .category-post > .site-content.gallery-page .item-title {
    font-size: 18px !important;
  }
  .mfp-gallery .mfp-image-holder .mfp-figure {
    margin: 0 auto;
    width: 90%;
  }
  .instagram-popup-left {
    width: 100%;
  }

  .instagram-popup-right {
    width: 100%;
    height: inherit;
  }
  .instagram-popup-left img.mfp-img {
    height: auto !important;
    max-height: inherit !important;
    width: auto;
  }
  .mfp-wrap {
    margin: 0 auto;
    right: 0;
    margin-top: 25px;
    overflow: visible;
    outline: medium none;
    height: auto !important;
  }
  button.mfp-arrow {
    margin-top: 40% !important;
    z-index: 99999;
  }
}
/* */
@media only screen and (max-width: 767px) {
  /*
	.ytb_video.loop {
		display: none;
	}*/
  .insta-gallery-wrap .swiper-wrapper {
    height: auto !important;
  }
  /*
	.post_slider .item .link {
		line-height: 0;
	}*/
  .maddon-related_show.post_slider .item .link a {
    line-height: 20px;
  }

  .maddon-related_show.post_slider .sub_title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }

  .carousel_instagram .swiper-wrapper {
    height: auto !important;
  }
  .name-link {
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    position: absolute;
    text-shadow: none;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    left: 0;
    padding: 0;
  }
  .wuc-belief .ytb_video.loop {
    display: block;
  }
  /* */
  .single-gallery.single .entry-content ul li {
    margin-bottom: 15px;
    width: 50%;
  }

  /* */
  .maddon-articles_instagram .item-info {
    margin: 0 0 30px;
  }
  .maddon-articles_instagram.gallery-page .item-info {
    margin: 5px 0;
  }
  .articles-instagram-inner {
    width: 50%;
  }
  .maddon-faq .item-title h4 {
    font-size: 17px;
    white-space: normal;
  }
  .maddon-deals-slide .item-description .content {
    min-height: 100px !important;
    font-size: 19px;
    padding: 20px 10px;
  }
  .maddon-deals-slide .item-logo {
    position: relative;
    min-height: 150px;
  }
  .wuc-block {
    padding-bottom: 10px;
  }
  .maddon-deals-slide .item-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
  }
  .wuc-instagram.maddon-pages .item-info {
    margin: 1px 0 3px;
  }
  .wuc-instagram.maddon-pages .swiper-container-autoheight .swiper-slide {
    margin-top: 0 !important;
  }
  /* fix 28.5 */
  footer {
    padding: 0px 15px 20px;
  }
  .gallery-page .items.row {
    margin-right: -1.5px;
    margin-left: -1.5px;
  }
  .gallery-page [class*="col-"] {
    padding-right: 1.5px;
    padding-left: 1.5px;
  }
  .footer-main-nav li a {
    margin: 0 0px 0 0;
    padding-right: 2px;
    font-size: 12px;
  }
  .maddon-articles .readmore a {
    top: -9px;
  }
  .content-video-single-page .block.col-md-4 {
    margin-bottom: 20px;
  }
  .ytb_video .youtube {
    margin-bottom: 10px;
  }

  .maddon-articles.gallery-page.video-page .item-title {
    font-size: 15px !important;
    margin-bottom: 6px;
  }

  .single-gallery.single .gallery-page [class*="col-"] {
    padding-right: 3px;
    padding-left: 3px;
  }
  .category-post > .site-content.gallery-page .item-title {
    margin-bottom: 0;
  }
  /* */
  .maddon-related_video .sub_title,
  .post_slider .sub_title {
    top: 0;
    line-height: 16px;
  }
  .maddon-related_video .item .link a,
  .post_slider .item .link a {
    line-height: 20px;
    display: block;
    margin-bottom: 5px;
  }

  .tiny-class .sub_title {
    height: 16px !important;
  }
  .maddon-related_video .readmore a,
  .post_slider .readmore a {
    top: 0;
  }
  .item-info .item-image img {
    object-fit: cover;
  }
}
@media only screen and (max-width: 680px) {
  .image.mobile {
    margin: 0 !important;
  }

  .maddon-articles.gallery-page .readmore,
  .category-post > .site-content.gallery-page .readmore {
    margin-top: 0px !important;
  }
  .maddon-deals-slide .widget-title,
  .maddon-pages .widget-title,
  .maddon-related_video .widget-title,
  .post_slider .widget-title,
  .maddon-coolinary_dictionary .widget-title,
  h2.widgettitle {
    margin: 20px 0 10px;
    font-size: 22px;
  }
  .category-post .category_sub_title {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .page_sub_title h2 {
    /* font-size: 25px !important; */
    margin-top: 15px !important;
    font-size: 33px !important;
    margin-bottom: 15px;
  }
  .category_sub_title h2,
  .page_entry-title > a {
    font-size: 33px;
    margin-top: 20px;
  }
  .single .entry-title > a {
    font-size: 25px;
    margin-top: 0;
    margin: 0 15px 15px;
  }
  .single .content-video-single-page {
    margin-top: 0;
  }
  .maddon-deals-slide .item-price > span {
    padding-bottom: 0px;
    padding-top: 0;
    background: #f41570;
    font-size: 50px;
  }
  .maddon-deals-slide .item-title > h4 {
    padding-bottom: 0px;
    padding-top: 20px;
    background: #f41570;
    font-size: 24px;
  }
  h3.footer-logo-title {
    font-size: 14px;
  }

  .maddon-pages [class*="col-"]:last-child .item-info,
  .maddon-pages [class*="col-"]:nth-child(2) .item-info {
    margin-left: -14px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .maddon-pages [class*="col-"]:first-child .item-info,
  .maddon-pages [class*="col-"]:nth-child(3) .item-info {
    margin-right: -14px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .maddon-pages .item-info .link a {
    font-size: 14px;
  }
  .maddon-faq .widget-title {
    font-size: 22px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 599px) {
  .maddon-deals-slide .owl-theme .owl-nav .owl-next {
    right: 1px !important;
    width: 50px;
    background-position: right center !important;
  }
  .maddon-deals-slide .owl-theme .owl-nav .owl-prev {
    left: 1px !important;
    width: 50px;
    background-position: left center !important;
  }
}

@media only screen and (max-width: 575px) {
  .single-live_in .related_post .widget-title {
    margin: 40px 15px 10px;
  }
  .single-live_in .related_show.related_post .thumbnail {
    padding: 0 15px;
  }
  .single-video .related_post .widget-title {
    margin: 40px 15px 10px;
  }

  .single-post .related_gallery .widget-title {
    margin: 40px 15px 10px;
  }
  .single-post .related_gallery.related_post .thumbnail {
    padding: 0 15px;
  }
  .single-gallery .related_gallery .widget-title {
    margin: 40px 15px 10px;
  }
  .single-gallery .related_gallery.related_post .thumbnail {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .header_featured_img img {
    min-height: 160px;
  }
  .single-live_in .related_show.related_post .thumbnail {
    padding: 0;
  }
  .single-video .related_video.related_post .thumbnail {
    padding: 0;
  }
  .single-post .related_gallery.related_post .thumbnail {
    padding: 0;
  }
  .single-gallery .related_gallery.related_post .thumbnail {
    padding: 0;
  }
  .widget-title-mo,
  .maddon-plan .widget-title {
    margin: 0 0 10px;
    font-size: 22px;
    color: #010000;
    text-transform: uppercase;
    text-align: center;
    font-family: "MyriadProSemibold", sans-serif;
    line-height: normal;
    display: block;
    position: relative;
    z-index: 1;
  }
  .maddon-plan .widget-title {
    border-bottom: 3px solid #000000;
    margin: 20px 0 10px;
  }
  .maddon-plan {
    display: block;
  }
  .maddon-plan ul {
    letter-spacing: -0.3em;
    margin: 0 -2px;
  }
  .maddon-plan ul li {
    display: inline-block;
    letter-spacing: 0;
    width: 50%;
    vertical-align: top;
    padding: 1px 2px;
    margin: 0 0 2px;
  }
  .maddon-plan ul li a {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    background: #d7d7d7;
    height: 52px;
    padding: 0 20px;
  }
  .maddon-plan ul li a h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    flex: 1;
    padding-left: 12px;
    margin: 0;
  }
  .maddon-plan ul li p {
    display: none;
  }
  .showvideo {
    display: block;
    position: absolute;
    color: transparent !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .showvideo:after {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-image: url(../png/play-icon.png);
    background-repeat: no-repeat;
    width: 94px;
    height: 94px;
  }
  .fancybox-slide {
    padding: 15px 0 !important;
  }
}

@media only screen and (max-width: 479px) {
  .name-link {
    font-size: 16px;
  }
  .maddon-articles.gallery-page .item-title,
  .maddon-articles.gallery-page.video-page .item-title {
    font-size: 15px !important;
    margin-bottom: 0px;
    margin-top: 4px;
  }
  .maddon-articles.gallery-page.video-page .item-title {
    margin-bottom: 6px;
  }

  .header_featured_img .header-title {
    display: none !important;
  }
  .category-post > .site-content.gallery-page .item-title {
    font-size: 15px !important;
  }
  .single-post .page_sub_title h2,
  .single-gallery .page_sub_title h2 {
    margin-bottom: 10px !important;
  }
  .single-post header .header_inner,
  .single-gallery header .header_inner {
    padding-bottom: 0;
  }
  .category_sub_title h2 {
    margin-bottom: 10px;
  }
  .maddon-articles.gallery-page.show-articles .item-title {
    margin-bottom: 0;
  }
  .single-gallery .ytb_video .youtube {
    margin-bottom: 15px;
  }
  .single-video .page_sub_title h2 {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 375px) {
  .maddon-pages [class*="col-"]:last-child .item-info,
  .maddon-pages [class*="col-"]:nth-child(2) .item-info {
    margin-left: -13.5px;
  }
  .maddon-pages [class*="col-"]:first-child .item-info,
  .maddon-pages [class*="col-"]:nth-child(3) .item-info {
    margin-right: -13.5px;
  }
  .carousel_instagram .swiper-button-prev {
    top: 50%;
  }
  .carousel_instagram .swiper-button-next {
    top: 50%;
  }
  /*
	.single .maddon-deals-slide .owl-theme .owl-nav [class*=owl-] {
		transform: translateY(140%) !important;
		-webkit-transform: translateY(140%)!important;
		-ms-transform: translateY(140%)!important;
	}*/
  body .maddon-deals-slide.msc-prices .owl-nav [class*="owl-"] {
    transform: translateY(140%) !important;
    -webkit-transform: translateY(140%) !important;
    -ms-transform: translateY(140%) !important;
  }
}
@media only screen and (max-width: 320px) {
  .carousel_instagram .swiper-button-prev {
    top: 50%;
  }
  .carousel_instagram .swiper-button-next {
    top: 50%;
  }
}
.quick-linksc > .mtpl_widget-title a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  font-weight: 600;
}
.quick-links > .mtpl_widget-title {
  display: none;
}
.mt-social .item a {
  width: 31px !important;
}
/* .maddon-deals-slide .owl-theme .owl-nav .owl-prev{left: 0px !important;} */
/* .maddon-deals-slide .owl-theme .owl-nav .owl-next{right: 0px !important;} */
.page-id-997 .gallery .readmore {
  display: none;
}
.rpc-title a {
  color: #000;
  font-size: 20px;
  font-family: "MyriadProSemibold", sans-serif;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  white-space: pre;
  overflow: hidden;
  margin-top: 0px;
}
.car-caption {
  text-align: center;
}
.rpc-content a.readmore {
  color: #ff0167;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  display: block;
  top: -5px;
}
.rpc-content .readmore:after {
  content: "\f105";
  font-family: "fontawesome";
  transform: translateX(10px);
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  display: inline-block;
}
.slick-next {
  background: rgba(0, 0, 0, 0) url(../png/right-arrow-wb-2.png) no-repeat
    scroll 0 0 !important;
  height: 49px;
  width: 28px;
  position: absolute;
  z-index: 9999;
}
.slick-prev {
  background: rgba(0, 0, 0, 0) url(../png/left-arrow-wb-2.png) no-repeat scroll
    0 0 !important;
  height: 49px;
  width: 28px;
  position: absolute;
  z-index: 9999;
}
.wcp-carousel-main-wrap .slick-slider {
  margin-top: 6px;
}
.post_slider.thing {
  padding: 0px 4px;
}
.page-id-997 .maddon-articles.gallery-page .item-title {
  font-size: 18px !important;
  padding-bottom: 15px;
}
.thinstodo .mone_carousel_gallery .col-md-4 {
  max-width: 100%;
}
.thinstodo .mone_carousel_gallery .readmore a {
  font-size: 18px !important;
}
.thinstodo .mone_carousel_gallery .item-title {
  font-size: 20px !important;
}
.maddon-tel_aviv .link a {
  font-size: 18px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  font-weight: 600;
  white-space: pre;
  width: 100%;
  margin-top: 10px;
  color: #000;
  text-transform: uppercase;
}
/**/
#loader-wrapper {
  background: #fff;
  z-index: 99999999;
  width: 100%;
  height: 120%;
  position: fixed;
  margin-top: -100px;
  display: none;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: 16px solid #3498db;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.maddon-articles .items {
  text-align: center;
}
.maddon-articles .clicked {
  cursor: pointer;
}

.gallery-page [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 5px;
}
