/*!
Theme Name: multivas
Theme URI: 
Author: mobeenraheem
Author URI: https://profiles.wordpress.org/mobeenraheem/
Description: Multivas is a simple blog theme created with Bootstrap.You can use this theme for a wide variety of blogs, including travel, food, lifestyle, photography, personal, sports, news, and more, as it is fully responsive and highly customizable.The theme is SEO friendly and appropriate for all types of blogging websites.
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: multivas
Tags: blog, photography, news, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, threaded-comments, grid-layout, one-column,two-columns, translation-ready
*/

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "DM Sans", sans-serif;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #212529;
  text-decoration: none;
  border-bottom: 0.5px solid #212529;
}

a:visited {
  color: #212529;
}

a:hover,
a:focus,
a:active {
  opacity: 0.8;
  color: #212529;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #212529;
  border-color: transparent;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1;
  padding: 0.81em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #424649;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border: transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #424649;
  outline: none;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#main-menu a.nav-link {
  color: #404040;
  text-transform: capitalize;
  font-size: 0.98em;
  font-weight: 400;
}

#main-menu a.nav-link.active {
  font-weight: 700;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #424649;
}

.nav-links .page-numbers {
  border: 1px solid #212529;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
  padding: 0.45em 0.75em;
}

.nav-links span.page-numbers.current {
  border: 2px solid #212529;
  font-weight: 600;
}

.nav-links span.post-page-numbers.current {
  font-weight: 600;
}

.nav-links {
  margin: 1em 0;
}

.nav-links .dots {
  margin: -0.2em;
}

.nav-links .next,
.nav-links .dots,
.nav-links .prev {
  border: none;
  font-weight: 500;
}

.post .readme i,
.nav-links .next,
.nav-links .prev {
  position: relative;
  text-align: center;
  vertical-align: middle !important;
  align-items: center;
}

.post .readme i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  content: "\f178";
}

.nav-links .next::before {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  content: "\f178";
}

.nav-links .prev::before {
  position: absolute;
  top: 50%;
  right: 91%;
  transform: translate(0, -50%);
  font-family: FontAwesome;
  content: "\f177";
}

.post .readme i {
  padding: 2px 15px 3px 2px;
}

.nav-links .next i {
  padding: 2px 15px 2px 2px;
}

.readme,
.comments-link,
.edit-link,
.cat-links a,
.tags-links a {
  font-weight: 500;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.widget {
  margin-bottom: 2.5em;
}

.entry-header a,
.entry-footer a,
.entry-summary a {
  border-bottom: none;
}
.sticky {
  border: 1px dotted #cecece;
}

.custom-margin {
  margin-bottom: 0;
}

.updated:not(.published) {
  display: none;
}

.entry-title a {
  font-family: "Montserrat", sans-serif;
  color: #212529;
}

h1.entry-title {
  font-size: 1.8em;
  font-weight: 600;
}

h2.entry-title a {
  font-size: 0.7em;
  font-weight: 600;
}

.entry-title a:hover {
  opacity: 0.8;
}

.page-title {
  font-size: 1.9em;
  font-weight: 600;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-summary,
.entry-content {
  font-size: 1em;
}

/* Comments
--------------------------------------------- */
.comment-meta a,
.reply a {
  border-bottom: 0;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comment-box {
  height: 12rem;
}

#comment,
#author,
#email,
#url {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.comment-form span.required {
  font-weight: 800;
}

.logged-in-as,
.comment-notes {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.logged-in-as a,
.comments-area h2.comments-title {
  font-weight: 500;
}

.comments-area h2.comments-title {
  font-size: 30px;
  margin: 0;
  margin-bottom: 0.5em;
}

.comments-area ol.comment-list {
  list-style: none;
  padding: 0;
}

.comments-area ol.comment-list:last-child {
  margin-bottom: 0;
}

.comments-area ol.comment-list .comment-author b.fn {
  margin-left: 7px;
  color: #212529;
  font-weight: 600;
}

.comments-area ol.comment-list .comment-author b.fn a {
  color: #212529;
}

.comments-area ol.comment-list .comment-author span.says {
  display: none;
}

.comments-area ol.comment-list .comment-author img {
  width: 40px;
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 2px;
  line-height: 1.42857143;
  background-color: #fff;
  border-radius: 0;
  margin-top: 15px;
}

.comments-area ol.comment-list .comment-metadata {
  position: relative;
  top: -20px;
  margin-left: 52px;
  margin-bottom: 14px;
}

.comments-area ol.comment-list .comment-metadata time {
  font-size: 14px;
  color: #212529;
}

.comments-area ol.comment-list .comment-content {
  margin-bottom: 27px;
  padding: 20px 20px;
  background: #f8f9fa;
  border-radius: 0px;
}

.comments-area ol.comment-list .reply {
  text-align: right;
  margin-top: 16px;
}

.comments-area ol.comment-list .reply a {
  box-shadow: none;
  padding: 3px 21px;
}

.comments-area ol.comment-list ol.children {
  padding: 0;
  list-style: none;
  margin-left: 56px;
}

.comments-area ol.comment-list .comment-metadata .edit-link {
  display: none;
}

.pingback .comment-body {
  margin-bottom: 27px;
  padding: 20px 20px;
}

.pingback {
  margin: 20px 0;
}

.pingback .comment-body a {
  color: #212529;
}
.pingback .comment-body a:hover,
.pingback .comment-body a:focus {
  color: #424649;
}

.pingback .comment-body a.comment-edit-link {
  color: #212529;
}

/* Widgets
--------------------------------------------- */

.widget > form,
.widget > ul,
.widget .wp-block-group__inner-container > ul,
.widget .wp-block-group__inner-container > ol,
.widget .textwidget,
.widget .menu-all-pages-flat-container,
.widget .tagcloud,
.widget .calendar_wrap,
.widget .menu {
  padding: 1.5rem;
  padding-bottom: 1.7rem;
}

.widget > select {
  margin: 1.5rem;
  margin-bottom: 1.7rem;
}

.widget h2,
.widget h3 {
  margin-bottom: 0;
}

.widget .widget-title,
.wp-block-group__inner-container h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1em;
  background-color: #212529;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.85;
}

.wp-block-group__inner-container h2 {
  padding: 0.5rem 1.5rem;
}

.widget ol,
.widget ul {
  list-style: none;
  margin: 0;
}

.widget > ul > li,
.widget ul.menu > li,
.widget .wp-block-group__inner-container > ul > li,
.widget .wp-block-group__inner-container > ol > li {
  border-bottom: 0.5px solid #edebeb;
  margin-bottom: 0.6em;
}

.widget .wp-block-latest-comments__comment-meta {
  line-height: 1.5rem;
}

.widget select {
  max-width: 100%;
}

.widget_recent_comments .comment-author-link,
.widget_archive li {
  font-weight: 600;
}

.widget_archive li a {
  font-weight: 400;
}

.widget_search {
  text-align: center;
}

.widget .search-field {
  width: 100%;
}

.widget button.wp-block-search__button:hover {
  background-color: #fff;
}

.widget .calendar_wrap table {
  margin-bottom: 0;
}

.widget .sub-menu {
  padding-left: 1rem;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.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;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Header 
--------------------------------------------- */
#masthead {
  border-bottom: 0.5px solid #edebeb;
}

#masthead a {
  border-bottom: none;
}
/* Logo */
.custom-logo {
  width: auto;
  height: 100px;
  margin-bottom: 1em;
}

.site-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3em;
}

.site-title a {
  color: #000;
}

/* Zoom Effect on Slider Image */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}

/* Slick slider */
.slide {
  position: relative;
}

.slider a {
  border-bottom: 0;
}

.slider .slide:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  content: "";
  z-index: 99;
}

.slider .slider-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.slider .slider-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  animation-duration: 3s;
  transition: all 1s ease;
}

.slide .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 3px solid #fff;
  z-index: 999;
}

.slide .slider-caption {
  text-align: center;
}

.slide .slider-caption h2 {
  font-size: 42px;
  margin: 10px 0;
  line-height: 59px;
  text-transform: capitalize;
}

.slide .slider-caption h2 a {
  color: #fff;
  font-weight: 600;
}

.slide a.btn.btn-dark:visited {
  color: #fff;
}
.slide .slider-caption .animated {
  transition: all 0.5s ease;
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

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

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border-radius: 50%;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 1px solid white;
  opacity: 0.25;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  color: #212529;
  background-color: white;
  opacity: 0.75;
}

.slick-next,
.slick-prev {
  height: 49px;
  width: 55px;
  font-size: 0;
  cursor: pointer;
  background: #212529;
  color: #fff;
  position: absolute;
  border-radius: 0;
  border: none;
  outline: 0;
  line-height: 73px;
  top: 42%;
  left: 0.5%;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  padding: 0;
  opacity: 0;
}

.slick-slider:hover .slick-next,
.slick-slider:hover .slick-prev {
  opacity: 1;
}

.slick-arrow {
  font-size: 0 !important;
  line-height: 48px !important;
}

.slick-prev:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f177";
  font-size: 30px;
  opacity: 0.75;
}

.slick-next:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  content: "\f178";
  font-size: 30px;
  opacity: 0.75;
}

button.slick-next.slick-arrow {
  right: 0.5%;
  left: auto;
}

/* Footer 
--------------------------------------------- */
.main-footer .copyrights a {
  border-bottom: 0;
}
.main-footer .social-follow {
  background-color: #333;
}

.main-footer .social-follow .btn-social {
  border-radius: 100%;
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1rem;
  justify-content: center;
  align-items: center;
}

.main-footer a.btn-social:visited {
  color: #fff;
}

.main-footer a.btn-social:hover,
.main-footer a.btn-social:focus,
.main-footer a.btn-social:active {
  color: #212529;
}

.main-footer .copyrights {
  background-color: #4e4e4e;
}
