/*
Theme Name:   Regionalni
Template:     zox-news
Version:      1.0.0
Text Domain:  regionalni
*/

/* GRID */
.width--20
{
  width: 20%;
}
.width--25
{
  width: 25%;
}
.width--33
{
  width: 33%;
}
.width--48
{
  width: 48%;
}
.width--50
{
  width: 50%;
}
.width--67
{
  width: 67%;
}
.width--75
{
  width: 75%;
}
.width--80
{
  width: 80%;
}
.width--100
{
  width: 100%;
}

@media only screen and (min-width: 768px)
{
  .width--tablet-25
  {
    width: 25%;
  }
  .width--tablet-30
  {
    width: 30%;
  }
  .width--tablet-33
  {
    width: 33%;
  }
  .width--tablet-40
  {
    width: 40%;
  }
  .width--tablet-48
  {
    width: 48%;
  }
  .width--tablet-50
  {
    width: 50%;
  }
  .width--tablet-60
  {
    width: 60%;
  }
  .width--tablet-67
  {
    width: 67%;
  }
  .width--tablet-75
  {
    width: 75%;
  }
  .width--tablet-80
  {
    width: 80%;
  }
  .width--tablet-100
  {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px)
{
  .width--desktop-25
  {
    width: 25%;
  }
  .width--desktop-48
  {
    width: 48%;
  }
  .width--desktop-50
  {
    width: 50%;
  }
  .width--desktop-75
  {
    width: 75%;
  }
  .width--desktop-100
  {
    width: 100%;
  }
}
/* GALLERY WIDTH OVERRIDE

.post__gallery_gallery {
    width: 100% !important;
}*/


/* FLEX */
.flex--horizontal
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex--vertical
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
}

.space--between
{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.space--between-vertical
{
  -webkit-align-content: space-between;
  align-content: space-between;
}

.space--around
{
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align--vertical-center
{
  align-items: center;
}

.flex--position-left
{
  align-items: flex-start;
}
.flex--position-center
{
  align-items: center;
}
.flex--position-right
{
  align-items: flex-end;
}

.inner--spacing
{
  padding: 20px;
}

/* FONTS */
.mvp-feat1-feat-text h2,
h1.mvp-post-title,
.mvp-feat2-top-text h2,
.mvp-feat3-main-text h2,
#mvp-content-main blockquote p,
.mvp-post-add-main blockquote p
{
  font-family: 'Roboto';
}

.mvp-feat1-sub-text h2,
.mvp-feat1-pop-text h2,
.mvp-feat1-list-text h2,
.mvp-widget-feat1-top-text h2,
.mvp-widget-feat1-bot-text h2,
.mvp-widget-dark-feat-text h2,
.mvp-widget-dark-sub-text h2,
.mvp-widget-feat2-left-text h2,
.mvp-widget-feat2-right-text h2,
.mvp-blog-story-text h2,
.mvp-flex-story-text h2,
.mvp-vid-wide-more-text p,
.mvp-prev-next-text p,
.mvp-related-text,
.mvp-post-more-text p,
h2.mvp-authors-latest a,
.mvp-feat2-bot-text h2,
.mvp-feat3-sub-text h2,
.mvp-feat3-main-text h2,
.mvp-feat4-main-text h2,
.mvp-feat5-text h2,
.mvp-feat5-mid-main-text h2,
.mvp-feat5-small-main-text h2,
.mvp-feat5-mid-sub-text h2,
#mvp-feat6-text h2,
.alp-related-posts-wrapper,
.alp-related-post,
.post-title
{
  font-size: 16px !important;
  font-weight: 500 !important;
}

.mvp-feat1-feat-text h2.mvp-stand-title
{
	font-weight: 700;
}

/* HEADER */
#mvp-main-head-wrap
{
  position: fixed;
  z-index: 999;
  top: 0px
}

.logo--height-30
{
  height: 30px;
  width: auto;
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
nav.mvp-fly-nav-menu
{
  max-height: 100% !important;
}

/* HOME */
#mvp_home_feat1_widget-4
{
    background: #d3d3d3;
    padding-top: 40px;
    padding-bottom: 60px;
}

.mvp-feat1-feat-text p
{
  display: none;
}

/* Slick slider - theme */
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://regional2.testing000.com/wp-content/themes/zox-child/icons/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 20px);
    z-index: 999999;

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    background: #e42d2d;
    border: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: #F16363 !important;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 20px;
}
[dir='rtl'] .slick-prev
{
    right: 20px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 20px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 20px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* HEADER */
/* Change logo section background color nad social links background color */
#mvp-main-nav-top
{
    background: #0a0a0a;
    padding: 15px 0;
}
.mvp-nav-soc-wrap span
{
  background: #555555 !important;
}
.mvp-nav-soc-wrap span:hover
{
  background: #e42d2d !important;
}

/* Change mobile menu icon */
body #mvp-nav-top-wrap .mvp-fly-but-wrap span
{
  background: #ffffff !important;
}

/* Change mobile search icon */
.mvp-nav-top-right .mvp-nav-search-but,
span.mvp-fly-soc-head, .mvp-soc-mob-right i
{
  color: #ffffff !important;
}

/* Change menu font size  */
#mvp-nav-bot-wrap span.mvp-nav-search-but,
#mvp-nav-bot-wrap .mvp-nav-menu ul li a
{
  font-size: 16px;
}

/* Change category text color on widgets */
body .category-link
{
	color: #ffffff !important;
}

body .mvp-widget-dark-feat-img
{
  background: #ffffff !important;
}

/* Home - widget titles */
.mvp-widget-home-title a
{
  color: #ffffff;
}

.mvp-widget-home-title a:hover
{
  color: #ffffff;
  text-decoration: underline;
}

/* Home - lines between posts */
@media screen and (max-width: 479px)
{
  .mvp-feat1-right-wrap,
  .mvp-widget-feat2-side,
  #mvp-side-wrap,
  #mvp-home-widget-wrap .mvp-flex-side-wrap
  {
    border: none !important;
    padding-top: 0px !important;
    margin: 0 !important;
  }
}

/* Post - Gallery open */
.post__gallery_open
{
  position: absolute;
  bottom: 5%;
  right: 2%;
  text-align: right;
  z-index: 99;
  box-sizing: border-box;
}

.post__gallery_open a
{
  display: block;
  width: 120px;
  height: 120px;
}

.post__gallery_open svg
{
  display: block;
  width: 120px;
  height: 120px;
}

/* Post - Gallery */
.post__gallery_modal
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  max-width: 100vw;
  overflow: visible;
  height: 100vh;
  z-index: 999999;
  background: rgba(0,0,0,0.98);
  box-sizing: border-box;
  display: none;
}

.post__gallery_modal .post__gallery_modal_header
{
  display: inline-flex;
  position: fixed;
  top: 20px;
  right: 20px;
  left: auto;
  box-sizing: border-box;
  z-index: 99;
}
.post__gallery_modal #post__gallery_modal_close
{
  color: white;
  padding: 10px;
  background: #e42d2d;
  z-index:9999999;
}
.post__gallery_modal #post__gallery_modal_close svg
{
  width: 20px;
  height: 20px;
}

.post__gallery_modal .post__gallery_gallery
{
  height: auto;
  max-height: 100%;
  background: #333333;
}

@media screen and (min-width: 768px)
{
  .post__gallery_modal .post__gallery_gallery
  {
    height: 100vh;
    background: #333333;
  }
}

.slick-track
{
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

.slick-slide
{
  max-height: 100vh !important;
}

.post__gallery_gallery_item
{

  box-sizing: border-box;
}
.post__gallery_gallery_items
{

}
.post__gallery_modal .post__gallery_gallery_items img
{
  margin: 0 auto;
  display: block;
  max-height: 100vh;
  width: auto;
}
.post__gallery_modal .post__gallery_gallery_items img.slider--image-landscape
{
}
.post__gallery_modal .post__gallery_gallery_items img.slider--image-portrait
{
}
.post__gallery_modal .post__gallery_ad
{
  background: #222222;
  color: white;
  justify-content: center;
  align-items: center;
}
.post__gallery_modal .post__gallery_ad img
{
  display: block;
}

/* Related post */
.post__inpost_related
{
  margin-bottom: 20px;

}
#mvp-related-inpost
{
  border-bottom: 1px solid #555555;
  margin-bottom: 20px;
  margin-top: 20px;
}

#mvp_flex_widget-8 .mvp-main-box
{
  width: 100%;
}
#mvp_flex_widget-8 .mvp-main-box .mvp-widget-flex-wrap
{
  column-count: 1;
}
@media screen and (min-width: 768px) {
  #mvp_flex_widget-8 .mvp-main-box .mvp-widget-flex-wrap
  {
    column-count: 3;
  }
}

#mvp_flex_widget-8 .mvp-main-box .mvp-widget-flex-wrap h2
{
  font-size: 16px !important;
}
#mvp_flex_widget-8 .mvp-flex-story
{
  margin: 0 !important;
}
#mvp_flex_widget-8 .mvp-flex-story-text p
{
  display: none;
}
#mvp_flex_widget-8 .mvp-widget-flex-wrap
{
  margin-bottom: 40px;
}
#mvp_flex_widget-8 .mvp-flex-story-img img
{
  width: 100%;
  height: auto;
}
#mvp_flex_widget-8 .mvp-cat-date-wrap
{
  display: none;
}

/* Related posts */
.mvp-post-add-link
{
  z-index: 9;
}

/* Ads */
.ad--featured-title,
.ad--featured-sidebar-title,
.ad--category-sidebar-title
{
  display: none !important
}

.ad--featured-ad,
.ad--featured-sidebar-ad,
.ad--category-sidebar-ad
{
  text-align: center;
}

.ad--featured-sidebar-ad
{
  min-height: 320px !important;
}

/* Sidebar - promo članci */
#mvp_flex_widget-5,
#mvp_flex_widget-6,
#mvp_flex_widget-7
{
  padding: 10px;
  background: #d3d3d3;
  box-sizing: border-box;
}

/* Sidebar - online izdanje */
#media_image-2 img,
#media_image-3 img,
#media_image-4 img,
#media_image-5 img,
#media_image-6 img,
#media_image-7 img,
#media_image-8 img,
#media_image-9 img,
#media_image-10 img
{
  width: 100%;
}

/* Pages - contact forms */
.contact input:not([type='checkbox']),
.contact textarea
{
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #000000;
  font-family: 'Roboto';
  font-size: 16px;
  color: #000000;
}

.contact input:focus,
.contact textarea:focus
{
  outline: none !important;
}

.contact input[type=submit]
{
  margin-top: 10px;
  font-family: Roboto;
  font-size: 16px;
  text-transform: uppercase;
  background: #e42d2d;
  color: #ffffff;
  border: none;
}

/* GDPR */
#moove_gdpr_cookie_info_bar,
#moove_gdpr_save_popup_settings_button,
.moove_gdpr_cookie_modal_open
{
  z-index: 9999 !important;
}

.ad--desktop
{
  display: none;
  margin: 0 auto;
}

@media screen and (min-width:768px)
{
  .ad--mobile
  {
    display: none;
	margin: 0 auto;
  }
  .ad--desktop
  {
    display: block;
	margin: 0 auto;
  }
}

.mvp-feat1-list-buts::before
{
  content: '';
  background: #555;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  height: 1px;
  z-index: 0;
}

.monadplug-native-main-wrapper
{
	padding: 1px 40px 1px 20px !important;
}
