/*
Theme Name: Dogri
Theme URI: https://dogri-1.000webhostapp.com
Author: Rohit Chauhan
Author URI: https://dogri-1.000webhostapp.com/
Description:  Dogri is a responsive blog theme made for personal bloggers and lifestyle bloggers. Its beautiful and minimalistic look gives this theme a perfectly stylized image whether you're a food-, fashion-, travel- or lifestyle blogger. Theme Everest is always invested in all forms of optimization and Dogri is no exception. In Dogri, you'll find a stylized and highly optimized theme with swift load times across the board without any loss of perfomance and responsiveness. All this is bundled with our built-in first-class SEO ( Search Engine Optimization ) which will help you get a head start on search engines like Google and Bing. Get ready to be noticed, with Dogri.
Version: 1.1
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, featured-image-header, footer-widgets, featured-images, theme-options, threaded-comments, translation-ready, blog, entertainment, news
Text Domain: dogri
*/

/* Media captions */
/* Accessibility */
/* Text meant only for screen readers. */
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

@font-face {
  font-family: 'Montserrat';
  font-style: sans-serif;
  font-weight: 400;
  src: url(./fonts/Montserrat/static/Montserrat-Regular.ttf) format('ttf');
}

@font-face {
  font-family: 'Teko';
  font-style: sans-serif;
  font-weight: 600;
  src: url(./fonts/Teko/Teko-SemiBold.ttf) format('ttf');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
body{
    background-color: #f9f9f9;
  }
nav{
    background-color: #ffffff;
    color: #000000;
  }

  nav .brand-logo {
    color: #000000;
  }

  nav ul a {
    color: #000000;
  }
  .sidenav-trigger i{
    color: #000000;
  }
  .carousel-slider{
    height: 550px;
  }
  .carousel .carousel-item > img {
    height: 550px;
    object-fit: cover;
  }

  .btn_color {
    background-color: transparent;
    background-image: linear-gradient(90deg,#24a3ff 0%,#2a4bfe 100%);
    border-radius: 50px;
  }
  h1,h2,h3,h4,h5,h6{
    font-family: Teko, sans-serif;
  }
  p{
    font-family: Montserrat, sans-serif;
  }
  .brand-logo{
    font-family: Teko, sans-serif;
  }
  .menu_li a{
    font-family: Montserrat, sans-serif;
    font-size: 16px !important;
  }
  .about_para {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .about_para a{
    font-family: Montserrat, sans-serif;
    font-size: 18px;
  }
  .about_para p{
    font-size: 16px;
    text-align: justify;
  }
  section{
    margin: -20px 0px;
  }
  .about{
    padding-top: 100px;
    padding-bottom: 80px;
    background-color: #ffffff;
  }
  .service {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bg_card{
    color: black;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
    z-index: 1;
  }
  .card-content{
    max-height: 100% !important;
  }
  .bg_card:before{
    background: linear-gradient(90deg,#24a3ff 0%,#2a4bfe 100%);
    content: "";
      width: 100%;
      height: 100%;
    top: 0;
      left: 0;
      position: absolute;
      z-index: -1;
      opacity: 0;
    transition: opacity 0.5s ease-out;
  }
  .bg_card:hover:before{
    opacity: 1;
  }
  .bg_card:active:before{
    opacity: 1;
  }
  .bg_card:hover{
    color: #fff;
    box-shadow: 6px 8px 35px 0px #24a3ff;
  }
  .bg_card:active{
    color: #fff;
    box-shadow: 6px 8px 35px 0px #24a3ff;
  }
  .bg_card i {
    color: #2a4bfe;
  }
  .bg_card:hover i{
    color: #fff;
  }
  .bg_card:active i{
    color: #fff;
  }
  .card-content .card-title{
    font-family: Teko, sans-serif;
    text-align: center;
  }
  .card-content p{
    font-family: Montserrat, sans-serif;
  }
  .service h3{
    text-align: center;
    padding-bottom: 30px;
    position: relative !important;
    font-family: Teko, sans-serif;
  }
  .service h3:after{
    position: absolute !important;
    content: '' !important;
    width: 70px !important;
    height: 3px !important;
    background: linear-gradient(90deg,#24a3ff 0%,#2a4bfe 100%);
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    box-shadow: 4px 4px 10px 1px #2a4bfe;
  }
  .blogs h3{
    text-align: center;
    padding-bottom: 30px;
    position: relative !important;
    font-family: Teko, sans-serif;
  }
  .blogs h3:after{
    position: absolute !important;
    content: '' !important;
    width: 70px !important;
    height: 3px !important;
    background: linear-gradient(90deg,#24a3ff 0%,#2a4bfe 100%);
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    box-shadow: 4px 4px 10px 1px #2a4bfe;
  }
  .about_para h3{
    padding-bottom: 30px;
    position: relative !important;
  }
  .about_para h3:after{
    position: absolute !important;
    content: '' !important;
    width: 70px !important;
    height: 3px !important;
    background: linear-gradient(90deg,#24a3ff 0%,#2a4bfe 100%);
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    box-shadow: 4px 4px 10px 1px #2a4bfe;
  }
  .page-footer {
    background-color: #fff;
    color: black;
  }
  .footer_pad{
    padding: 80px 0px;
  }
  .white-text{
    color: #000 !important;
  }
  .grey-text.text-lighten-4 {
    color: #000 !important;
  }
  .grey-text.text-lighten-3 {
    color: #000 !important;
  }
  .footer-copyright{
    color: #000 !important;
  }
  .img_sec{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
  }
  .post_color{
    color: #000;
  }
  .post_image .wp-post-image{
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .blog_section_title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .blog_section_title .page-title{
    padding-bottom: 30px;
    position: relative !important;
    font-family: Teko, sans-serif;
  }
  .blog_section_title .page-title:after{
    position: absolute !important;
    content: '' !important;
    width: 70px !important;
    height: 3px !important;
    background: linear-gradient(90deg,#24a3ff 0%,#2a4bfe 100%);
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    box-shadow: 4px 4px 10px 1px #2a4bfe;
  }
  .blog_scection_content{
    background-color: #fff;
    padding-top: 80px;
  }
  .nav-links a{
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
  }
  .nav-links{
    text-align: center
  }
  .pagination{
    box-shadow: none !important;
  }
  .nav-links .current{
    background: #2a4bfe;
    color: white;
    padding: 2px 5px;
    font-size: 20px;
}
.post_color p{
  text-align: center;
  font-size: 14px;
}
.post-image{
  text-align: center;
}
.post-image img{
  width: 90%;
  height: 500px;
  object-fit: cover;
}
.post-section-content{
  padding-top: 80px;
}
.post-title h1{
  text-align: center;
    padding-bottom: 30px;
    position: relative !important;
    font-family: Teko, sans-serif;
}
.post-title h1::after{
  position: absolute !important;
    content: '' !important;
    width: 70px !important;
    height: 3px !important;
    background: linear-gradient(90deg,#24a3ff 0%,#2a4bfe 100%);
    bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    box-shadow: 4px 4px 10px 1px #2a4bfe;
}
.comment-form textarea{
  background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}
.nav_archive{
  text-align: center;
}
.nav_archive a{
  color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
}
.nav_archive .current{
  background: #2a4bfe;
  color: white;
  padding: 2px 5px;
  font-size: 20px;
}
.form-submit .submit{
  background-color: transparent;
    background-image: linear-gradient(90deg,#24a3ff 0%,#2a4bfe 100%);
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    padding: 0 28px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
    border: none;
}
#wp-comment-cookies-consent{
  margin: 4px 0px;
  opacity: 1;
}
.comment-form-cookies-consent label{
  margin: 0px 22px;
  color: #000;
  font-size: 14px;
}
.blogs{
  padding-top: 80px;
    padding-bottom: 80px;
}
.comment-form-comment label{
  color: #000;
  font-size: 14px;
}
.comment-form-author label{
  color: #000;
  font-size: 14px;
}
.comment-form-email label{
  color: #000;
  font-size: 14px;
}
.comment-form-url label{
  color: #000;
  font-size: 14px;
}
.not_found{
  text-align: center;
  width: 100%;
}
.post-contents{
  background-color: #fff;
}
.dropdown-content li a{
  font-family: Montserrat, sans-serif;
    font-size: 16px !important;
    color: #000;  
}
@media (max-width: 320px){
  .carousel-slider {
    height: 182px !important;
  }
   .carousel .carousel-item > img {
    height: 182px !important;
  }
}
  @media (max-width: 426px){
    .carousel-slider {
    height: 250px !important;
  }
   .carousel .carousel-item > img {
    height: 250px !important;
  }
  .service {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about_para {
    align-items: center;
    padding-bottom: 50px;
  }
  .footer_pad {
    padding: 50px 0px;
  }
  .about_para h3:after{
    right: 0;
  }
  .img_sec{
    height: auto;
  }
  }
  @media (max-width: 482px) {
  .bypostauthor {
    display: block;
  }
  .aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .gallery-caption {
    display: block;
  }
  figcaption,
.wp-caption,
.wp-caption-text,
.wp-block-embed figcaption {
	color: currentColor;
	font-size: var(--global--font-size-xs);
	line-height: var(--global--line-height-body);
	margin-top: calc(0.5 * var(--global--spacing-unit));
	margin-bottom: var(--global--spacing-unit);
	text-align: center;
}

.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
	margin-bottom: 0;
}

figure.wp-caption a:focus img {
	outline-offset: 2px;
}
}
  @media (max-width: 768px){
    .carousel-slider {
    height: 432px;
  }
  .carousel .carousel-item > img {
    height: 432px;
    object-fit: cover;
     width: 100%;
  }
  .about_para {
    align-items: center;
}
.about_para h3:after {
    right: 0;
}
}