/*
Theme Name: Snowcap adventures
Theme URI: 
Author: Arif Hassan Arif
Author URI: https://www.linkedin.com/feed/
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: 
Text Domain: adventureexplore
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* Whatsup icon css */
:root {
    --bs-srufous:#aa210f;
    --bs-swhite:#fff;
    --bs-sdark:#41403c;
    --bs-sorangebrown:#c5875e;
    --bs-sblack:#000;
    --bs-sgreen:green;
    --bs-overlyclr: #aa210fa8;
}
.whatsapp {
    position: fixed;
    bottom: 66px;
    right: 23px;
    font-size: 2rem;
    margin: 7px;
    z-index: 2;
}
.whatsapp .fa-whatsapp {
  background: #25D366;
  color: #fff;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 50%;
  padding-top: 4px;
  padding-bottom: 4px;
}
@keyframes beep-animation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* google translator css */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
  }
  body {
      top: 0px !important;
  }
  .goog-logo-link {
      display:none !important;
      font-size:0px !important;
  } 
      .goog-te-gadget img{
      display:none !important;
  }
  .goog-te-gadget{
      color: transparent !important;
      font-size:0px !important;
  }
  .VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
      display: none;
  }
  .VIpgJd-yAWNEb-L7lbkb {
    color: #240c0c00 !important;
    background-color: #ffffff00 !important;
    border: 1px solid #eeeeee00 !important;
    box-shadow: 0 4px 16px rgb(0 0 0 / 0%) !important;
    -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, .0) !important;
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 0%) !important;
    display: none !important;
}
iframe {
  height: 420px;
}
/* Custom wordpressform and rating */
.average-rating {
    margin-bottom: 9px;
}
.average-rating .dashicons.dashicons-star-filled {
    color: #8bc34a !important;
}
.reviewsec {
    text-align: justify;
    font-size: 14px;
}
/* End comment rating css */
/* owl carousel button enabled */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled
{
    display: block !important;
}
/* End owl carousel button enabled */
/* Read more and less css */
.comment-readmore a {
    margin-bottom: 12px;
    margin-left: 4px;
    text-decoration: underline;
    color: #fff;
    font-size: 13px !important;
}
.comment-readmore a:hover {
    color: #fff;
    text-shadow: 0px 0px 0px rgb(255 255 255), 1px 1px 1px #fff;
}
/* lazy loadig css */
/* appear animation */
img[data-src][src] {
opacity: 1;
}
img[data-src] {
opacity: 0;
transition: opacity .25s ease-in-out;
will-change: opacity;
}
.bkgrndlazy{
  background-image: none !important;
}
/* End Lazyloading css */
#datapostfetch a {
display: grid;
margin-top: 12px;
text-decoration: underline;
padding: 3px 0px 3px 6px;
color: var(--bs-sblack);
}
#datapostfetch a:hover {
color: var(--bs-srufous);
}
.modal-fullscreen {
    max-width: 28vw !important;
}
#datapostfetch h3 {
    font-size: 16px;
    margin-top: 12px;
}
.card {
  margin-top: 22%;
}
.featured-image {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 2.5rem;
    margin-top: 10%;
}

        
  