/*   
  Theme Name:        Mountania
  Theme URI:         https://fabric-lab.co/mountania/
  Description:       Blog & Personal Magazine Theme.
  Author:            unikwp
  Author URI:        https://themeforest.net/user/unikwp
  Version:           1.0
  Stable tag:        1.0
  Requires at least: 5.6
  Tested up to:      5.6
  License:           GNU General Public License v3 or later.
  License URI:       https://www.gnu.org/licenses/gpl-3.0.html
  Text Domain:       mountania
*/

@media (max-width: 784px) {
  .admin-bar header {
    padding-top: 46px;
  }
}

@media (max-width: 600px) {
  .admin-bar header.active {
    padding-top: 0;
  } 
}

.block-section.no-padding {
  padding-top: 0;
}


.wp-caption {
  width: auto;
  clear: both;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

figure.wp-caption {
  margin-top: 0;
}

figure.wp-caption img {
  margin-top: 0;
}

.wp-caption a {
  box-shadow: none;
}

.alignright {
  margin: 0px 0px 25px 25px;
  box-sizing: border-box;
  float: right !important;
  clear: both;
}

.alignleft {
  float: left;
  margin: 0px 25px 25px 0px;
  box-sizing: border-box;
}

.aligncenter {
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  box-sizing: border-box;
  display: inherit !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-caption img {
  margin-top: 15px;
}

.wp-caption p.wp-caption-text {
  padding: 0;
  font-size: 14px;
  margin-top: 0px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-block-gallery,
.wp-block-categories,
.wp-block-search,
.wp-block-calendar {
  margin-bottom: 35px;
}

.bypostauthor {
  background-color: #f3f1f1;
}

.gallery-caption {
  opacity: 0.7;
  margin-top: 10px;
}

.gallery-item {
  margin: 0 0 15px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-item a {
  box-shadow: none;
}

.gallery-item img {
  border: 0 !important;
}

.mc4wp-success,
.mc4wp-error {
  padding-top: 20px;
}

.wp-block-gallery {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.mc4wp-success p {
  font-size: 16px !important;
  color: #28a745!important;
}

.mc4wp-error p {
  font-size: 16px !important;
  color: red !important;
}

/* lazyload */

img[data-src] {
  opacity: 0;
  transition: opacity .4s ease-in-out;
  will-change: opacity;
}

/* appear animation */
img[data-src][src] {
  opacity: 1;
}

.elementor img {
  height: inherit;
}

.wp-block-image {
  clear: both;
}

.wp-block-image img {
  height: auto;
}

#filter {
  display: none;
}

.wp-block-gallery + .wp-block-image {
  margin-top: -15px;
}

.wp-block-image figcaption {
  display: block !important;
  margin-bottom: 0;
}

.wp-block-image .alignright {
  margin: 0 0 24px 24px;
}

figure.wp-block-image,
figure,
.wp-block-media-text .wp-block-media-text__media {
  margin-bottom: 24px;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-image .alignleft {
  margin: 0 25px 25px 0;
}

#sb_instagram {
  padding-bottom: 0 !important;
  background-color: rgba(255, 255, 255, 0.08);
}

#sb_instagram .sbi_photo img,
#sb_instagram .sbi_photo {
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
}

.mountania_loadmore {
	background-color: #000000;
	border-radius: 5px;
	display: block;
	text-align: center;
	font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  padding: 10px 40px;
  font-family: Cairo;
  color: #ffffff;
	cursor:pointer;
  padding: 10px 0;
  margin-top: 30px;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.mountania_loadmore:hover{
	background-color: #000000;
}

.infinite-box {
  display: none;
}

.negativeMarg {
  margin-top: -70px;
}

figure iframe {
  width: 100%;
  height: 400px;
}

#container > .slider-section.fullscreen-slider .custom-navigation {
  margin-top: -20px;
}

.mc4wp-form-fields input[type="email"] {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  outline: none;
  padding: 15px 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  line-height: 18px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.mc4wp-form-fields input[type="submit"] {
  float: right;
  border: none;
  outline: none;
  padding: 11px 16px;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  background-color: #000000;
  margin: -45px 5px 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.mc4wp-form-fields input[type="submit"]:hover {
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.contact-form-box p:empty {
  display: none;
}

.lang-item {
  display: inline;
  list-style: none;
}

.lang-item a {
  padding: 15px 6px 6px;
  line-height: 16px;
}

.lang-item.current-lang a {
  background-color: #000000;
}

.static-page {
  background-color: #f2f2f2;
  padding: 120px 0 60px;
}

@media (max-width: 991px) {
  .static-page {
    padding: 60px 0;
  }
}

@media (max-width: 768px) {
  .static-page {
    padding: 40px 0;
  }
}


select {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  outline: none;
  line-height: 30px;
  height: 52px;
  background-color: white;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18' height='18' viewBox='0 0 24 24'><path fill='currentColor' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 94% 56%;
  background-repeat: no-repeat;
  padding: 0 36px 0 14px;
}

.sidebar table caption,
.footer-widget table caption {
  padding-bottom: 0;
  margin-bottom: -20px;
  font-family: Cairo;
  color: #000
}

.wp-calendar-nav {
  margin-top: -25px;
}
.wp-calendar-nav a {
  color: #000000 !important;
}

.textwidget p strong {
  font-size: 22px;
  font-family: 'Bebas Neue';
  letter-spacing: 1px;
  font-weight: 400 !important;
}

.textwidget p img {
  margin: 5px 0 10px;
}

.textwidget p br {
  margin-bottom: 5px !important;
}

.sidebar-widget ul.children,
footer ul.children {
  margin-top: 10px;
}

.sidebar-widget ul li ul.sub-menu li,
footer ul li ul.sub-menu li {
    margin-bottom: 16px;
    letter-spacing: 0;
    position: relative;
    border: none;
    padding: 0;
}

.sidebar-widget ul li ul.sub-menu li:after,
footer ul li ul.sub-menu li:after {
  display: none;
}

.sidebar-widget ul li ul.sub-menu li:last-child,
footer ul li ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.widget_archive ul,
.widget_pages ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_rss ul,
.widget_nav_menu ul,
.widget_recent_comments ul {
  padding: 0;
  margin: 0; }
  .widget_pages ul li,
  .widget_meta ul li,
  .widget_recent_entries ul li,
  .widget_rss ul li,
  .widget_nav_menu ul li,
  .widget_recent_comments ul li {
    display: block;
    margin-bottom: 16px;
    letter-spacing: 0;
    position: relative;
    border: 1px solid #000000;
    padding: 8px 14px; }
    .widget_pages ul li:after,
    .widget_meta ul li:after,
    .widget_recent_entries ul li:after,
    .widget_rss ul li:after,
    .widget_nav_menu ul li:after,
    .widget_recent_comments ul li:after {
      content: '';
      position: absolute;
      border: 1px solid #000;
      top: -0px;
      left: -0px;
      right: 100%;
      transition: all 250ms;
      opacity: 0!important; }
    .widget_pages ul li:hover:after,
    .widget_meta ul li:hover:after,
    .widget_recent_entries ul li:hover:after,
    .widget_rss ul li:hover:after,
    .widget_nav_menu ul li:hover:after,
    .widget_recent_comments ul li:hover:after {
      right: 0;
      opacity: 1!important; }
    .widget_pages ul li a,
    .widget_meta ul li a,
    .widget_recent_entries ul li a,
    .widget_rss ul li a,
    .widget_nav_menu ul li a,
    .widget_recent_comments ul li a {
      color: #000000;
      font-size: 19px;
      font-family: 'Bebas Neue';
      letter-spacing: 1px;
      font-weight: 400;
      text-decoration: underline !important; }
      .widget_pages ul li a:before,
      .widget_meta ul li a:before,
      .widget_recent_entries ul li a:before,
      .widget_rss ul li a:before,
      .widget_nav_menu ul li a:before {
        content: '';
        display: inline-block;
        width: 14px;
        height: 14px;
        background-color: #000000;
        margin-right: 14px; }
    .widget_archive ul li a:hover,
    .widget_pages ul li a:hover,
    .widget_meta ul li a:hover,
    .widget_recent_entries ul li a:hover,
    .widget_rss ul li a:hover,
    .widget_nav_menu ul li a:hover,
    .widget_recent_comments ul li a:hover {
      color: #000000; }
  .widget_archive ul li:last-child,
  .widget_pages ul li:last-child,
  .widget_meta ul li:last-child,
  .widget_recent_entries ul li:last-child,
  .widget_rss ul li:last-child,
  .widget_recent_comments ul li:last-child {
    margin-bottom: 0; }

    .widget_pages ul.children {
      padding-left: 28px;
    }

    .widget_pages ul.children li {
      padding: 0;
      border: none !important;
    }

    .widget_pages ul.children li:after {
      display: none;
    }
  
.widget_archive ul li a {
  font-size: 16px;
  font-family: 'Cairo';
  text-decoration: underline !important;
  letter-spacing: 0;
}

.widget_archive ul li a:before {
    display: inline-block;
    margin-right: 14px;
    font-family: "Font Awesome 5 Free";
    content: "\f07c";
    display: inline-block;
    color: #000000 !important;
    vertical-align: middle;
    font-weight: 100;
    background: none !important;
}

.widget_archive ul li {
  display: block;
  padding: 5px 0;
  border: none !important;

}
    
    footer .widget_recent_comments ul li {
      padding-right: 40px;
      color: #c1c1c1;
    }
footer .widget_recent_comments ul li a {
  color: #ffffff; }
footer .widget_recent_comments ul li a:hover {
  color: #000000; }
footer .widget_recent_comments ul li:before {
  color: #000000;}


.widget_rss h3 a {
  color: #000000;
}
footer .widget_rss h3 a {
  color: #ffffff;
}

.widget_rss ul li span {
  display: block;
  margin: 5px 0;
  font-size: 14px;
}

.widget_rss ul li cite {
  font-size: 14px;
}

.widget_text img {
  max-width: 100% !important;
  height: auto;
}

.widget_nav_menu ul.sub-menu {
  padding-left: 10px;
  padding-top: 10px;
}

footer .widget_pages ul li,
footer .widget_meta ul li,
footer .widget_recent_entries ul li,
footer .widget_rss ul li,
footer .widget_nav_menu ul li,
footer .widget_categories ul li,
footer .widget_recent_comments ul li {
  border-color: #ffffff; }

  footer .widget_pages ul li:after,
  footer .widget_meta ul li:after,
  footer .widget_recent_entries ul li:after,
  footer .widget_rss ul li:after,
  footer .widget_nav_menu ul li:after,
  footer .widget_categories ul li:after,
  footer .widget_recent_comments ul li:after {
    border-color: #ffffff; }

footer .widget_archive ul li a,
footer .widget_pages ul li a,
footer .widget_meta ul li a,
footer .widget_recent_entries ul li a,
footer .widget_rss ul li a,
footer .widget_nav_menu ul li a,
footer .widget_categories ul li a,
footer .widget_recent_comments ul li li a {
  color: #ffffff;
  font-size: 19px;
  font-family: 'Bebas Neue';
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: underline !important; }
  footer .widget_archive ul li a:hover,
  footer .widget_pages ul li a:hover,
  footer .widget_meta ul li a:hover,
  footer .widget_recent_entries ul li a:hover,
  footer .widget_rss ul li a:hover,
  footer .widget_nav_menu ul li a:hover,
  footer .widget_categories ul li a:hover,
  footer .widget_recent_comments ul li a:hover {
    color: #fbff9a; }
footer .widget_pages ul li a:before,
footer .widget_meta ul li a:before,
footer .widget_recent_entries ul li a:before,
footer .widget_rss ul li a:before,
footer .widget_nav_menu ul li a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #ffffff !important;
  background-color: #ffffff !important;
  margin-right: 14px; }

  footer .widget_categories ul li a:before,
  footer .widget_archive ul li a:before {
    color: #ffffff !important; 
  }

  footer .widget_archive ul li,
  footer .widget_pages ul li,
  footer .widget_meta ul li,
  footer .widget_recent_entries ul li,
  footer .widget_rss ul li,
  footer .widget_nav_menu ul li,
  footer .widget_categories ul li {
    color: #c1c1c1; }

ul.page-numbers li span.current {
  color: #ffffff !important;
}


/* theme test unit style */

.wp-block-button {
  margin-bottom: 15px;
}

.wp-block-button a.wp-block-button__link {
  color: #ffffff;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
  color: #333333;
}

.wp-block-cover.has-background-dim p.wp-block-cover-text {
  color: #ffffff;
}

.wp-block-cover {
  margin-bottom: 15px;
}

.wp-block-cover.aligncenter {
  margin-left: 0;
}

.single-post-box .post-content blockquote.is-style-large p {
  font-size: 20px;
  line-height: 30px;
}

.has-medium-font-size {
  overflow: hidden;
}

.has-large-font-size {
  line-height: 36px;
}

.has-large-font-size + p {
  line-height: 50px;
}

.single-post-box h5,
.static-page h5 {
  font-size: 16px;
  color: #000000;
}

.single-post-box h6,
.static-page h6 {
  font-size: 15px;
  color: #000000;
}

ol, ul {
  padding-left: 22px;
}

.single-post-box ol li,
.single-post-box ul li {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  font-family: Cairo;
}

.wp-block-file a,
.wp-calendar-table td a,
ol li a,
dl dd a,
.static-page a {
  color: #000000;
}

.single-post-box ul.wp-block-archives,
.single-post-box ul.wp-block-latest-posts {
  padding: 0;
  margin: 0; }
  .single-post-box ul.wp-block-archives li,
  .single-post-box ul.wp-block-latest-posts li {
    display: block;
    margin-bottom: 16px; }
    .single-post-box ul.wp-block-archives li a,
    .single-post-box ul.wp-block-latest-posts li a {
      color: #000000;
      font-size: 20px;
      font-family: 'Bebas Neue';
      font-weight: 400;
      letter-spacing: 1px;
      text-decoration: underline !important; }
      .single-post-box ul.wp-block-archives li a:before,
      .single-post-box ul.wp-block-latest-posts li a:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #000000;
        margin-right: 10px; }
        .single-post-box ul.wp-block-archives li a:hover,
        .single-post-box ul.wp-block-latest-posts li a:hover {
      color: #000000; }

footer.wp-block-latest-comments__comment-meta {
  background-color: transparent !important;
}

footer.wp-block-latest-comments__comment-meta a {
  color: #000000;
  font-weight: 400;
  font-family: 'Bebas Neue';
  font-size: 19px;
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: 18px;
  line-height: 24px;
}

.wp-block-search input[type="search"],
.post-password-form input[type="password"] {
  margin: 0;
  padding: 10px 28px;
  border: 1px solid #f2f2f2;
  width: 100%;
  outline: none;
  color: #000000;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
  background: #fff;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -webkit-transition: all 0.2s ease-in-out !important;
}

.wp-block-search button[type="submit"],
.post-password-form input[type="submit"] {
  color: #fff;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
  padding: 10px 28px;
  background: #000000;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  border: none;
  outline: none;
}

.wp-block-tag-cloud a,
.wp-block-rss li a {
  color: #000000;
}

.wp-block-group.has-background {
  margin-bottom: 10px;
}

.wp-block-group.has-background .wp-block-group__inner-container {
  padding: 12px 15px;
}

.single-post-box img {
  height: auto;
  max-width: 100%;
}

.single-post-box img.aligncenter {
  margin: 0;
}

p.post-nav-links a,
p.post-nav-links span.current {
  display: inline-block;
  color: #000000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-family: 'Bebas Neue';
  background: transparent;
  border: 1px solid #000000;
  margin-left: 5px;
}

p.post-nav-links span.current,
p.post-nav-links a:hover {
  background-color: #fbff9a;
}

ul li a,
.single-post-box p a,
figcaption a {
  color: #000000;
}

figcaption {
  padding-top: 10px;
  font-style: italic;
}

.wp-block-media-text.alignfull {
  margin-bottom: 20px;
}

table {
  margin: 0 0 2.91667rem 0 !important;
  width: 100%;
  empty-cells: show;
  border-collapse: collapse !important;
  border-spacing: 0;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0 !important; }
table td,
table th {
  background-color: transparent;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  text-align: center !important;
  padding: 7px 9px;
  overflow: visible; }
table td:first-child,
table th:first-child {
  border-left-width: 0; }
table td a,
table th a {
  color: #333333; }
table td#today {
  background-color: #fbff9a;
  color: #000000; }
  table.wp-calendar-table thead th {
    background-color: #000000;
    color: #ffffff;
    border-color: #444444;
    border-top: 1px solid #000000;
  }
  table.wp-calendar-table thead th:first-child {
    border-left: 1px solid #000000;
  }
  table.wp-calendar-table thead th:last-child {
    border-right: 1px solid #000000;
  }
  table.wp-calendar-table td {
    text-align: center;
  }
  table.wp-calendar-table caption {
    font-size: 17px;
    font-family: 'Bebas Neue';
    color: #000000;
    margin-top: 7px;
  }
table thead {
  text-align: left;
  vertical-align: middle; }
table thead td,
table thead th {
  font-weight: 600;
  color: #333333; }

  .wp-block-calendar table th {
    text-align: center !important;
  }
footer table.wp-calendar-table {
  border-color: #444444 !important;
}
footer table.wp-calendar-table thead th {
  background-color: #ffffff;
  color: #000000;
  border-color: #e1e1e1;
  border-top: 1px solid #ffffff;
}
footer table.wp-calendar-table thead th:first-child {
  border-left: 1px solid #ffffff;
}
footer table.wp-calendar-table thead th:last-child {
  border-right: 1px solid #ffffff;
}
footer table.wp-calendar-table td {
  text-align: center;
  color: #ffffff;
  border-color: #444444;
}
footer table.wp-calendar-table caption {
  font-size: 17px;
  font-family: 'Bebas Neue';
  color: #ffffff;
  margin-top: 7px;
}
footer .wp-calendar-nav a {
  color: #e1e1e1 !important;
}
.comment-content {
  max-width: 630px;
}

.comment-content img {
  margin: 5px 0;
}

.single-post-box p a img.alignnone.size-large {
  width: 730px;
}

.single-post-box .post-content iframe {
  max-width: 100% !important;
}

section.page-banner-section h2,
.single-post-box h3,
.grid-post h4 a,
.single-banner-section h3 {
  max-width: 100%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.wp-block-cover.has-background-dim-60.has-background-dim p a {
  color: #ffffff;
}

figure.wp-caption.aligncenter {
  margin: 0 auto 15px;
}

.static-page img.aligncenter {
  display: block;
  margin: 0 auto 15px !important;
}

.static-page {
  overflow: hidden;
}

.static-page img.alignright,
.static-page .comments-form {
  clear: both !important;
  margin-top: 30px;
}

.static-page .comments-box {
  margin-top: 30px;
  margin-bottom: 0;
}

.navbar-light .navbar-brand,
.logo-brand {
  color: #ffffff !important;
  font-size: 32px;
  font-family: "Bebas Neue", sans-serif;
}

.comments-box p.no-comments {
  margin-top: 20px;
  font-size: 22px;
  letter-spacing: 1px;
  font-family: 'Bebas Neue';
}

footer .widget_rss ul li {
  color: #aaaaaa;
}

.post-nav-links {
  clear: both;
}

.sidebar-widget .archives-dropdown--1 {
  margin-bottom: 8px;
}

.iso-call.col2 .grid-post img {
  height: auto !important;
}

.single-post-box .post-content p {
  margin-bottom: 24px;
}