/*
Theme Name: Redboa Child Theme
Theme URI: https://shtheme.com/demosd/redboa
Description: This is child theme of redboa
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain:  redboa-child
Template: redboa
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/




.blog .cont p, .post .cont p {
  color: #333;
}

.dark-blog .cont p {
  color: #999;
}

.dark-blog .post-img img {
  height: 305px;
}

.widget_categories ul li a, .side-bar .widget .recent a,
.side-bar .search form input, .side-bar .search form button {
  color: #333;
}

.post .comments .cont span, .post .add-comment .cont span, .comment-respond form#contact-form textarea, 
.comment-respond form#contact-form input {
  color: #333;
}

.comment-respond form#contact-form input[type="submit"] {
  color: #fff;
}
 
.comment-respond form#contact-form textarea {
  box-shadow: none;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-respond form > div.col-md-12,
.comment-respond form > div.col-md-6 {
  padding-left: 0px;
}

.comment-respond form > div.col-md-6 {
  display: inline-block;
  width: 49.7%;
}

.comment-respond form input[type="submit"] {
  font-family: 'Pirata One', cursive;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  padding: 12px 32px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  background: #991b1f;
}

.comment-respond form input[type="submit"] {
  font-family: 'Pirata One', cursive;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  padding: 12px 32px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  background: #991b1f;
  color: #fff;
  width: auto;
  margin-top: 10px;
}

.comment-respond form input[type="submit"]:hover {
    background: #000;
}

h3.comment-reply-title {
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  color: #000;
  font-weight: 400;
  font-family: 'Pirata One', cursive;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.logged-in h3.comment-reply-title {
  margin-bottom: 15px;
}

h3.comment-reply-title:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #991b1f;
  position: absolute;
  left: 0;
  bottom: 0;
}

p.logged-in-as {
  color: #000;
  margin: 20px 0;
  letter-spacing: 0.3px;
  font-size: 16px;
}

.side-bar h3.widget-title {
  font-size: 28px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #000;
  font-weight: 400;
  font-family: 'Pirata One', cursive;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.side-bar h3.widget-title:after {
  content: '';
  width: 60px;
  height: 2px;
  background: #991b1f;
  position: absolute;
  left: 0;
  bottom: 0;
}

.single-widget {
  width: 100%;
}

.widget_categories, .widget_tag_cloud {
  padding-left: 15px;
}

.widget_categories ul {
  margin-top: 15px;
}

.widget_categories ul li {
  margin-bottom: 10px;
}

.widget_categories ul li a:before {
  content: "\e724";
  font-size: 10px;
  margin-right: 10px;
  color: #991b1f;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

ul.wp-tag-cloud li {
  font-size: 14px;
  margin: 3px !important;
  padding: 5px 15px;
  background-color: #991b1f;
  color: #fff !important;
  float: left;
}

ul.wp-tag-cloud li:hover {
  background-color: #1b1b1b;
}

ul.wp-tag-cloud li a {
  font-size: 14px!important;
}

div.comments div.cont h6 a.url {
  text-transform: capitalize;
}

a.comment-reply-link {
  float: right;
  color: #000;
  font-size: 15px;
}

a.comment-reply-link:hover {
  color: #991b1f;
}

.single-widget.widget_search {
  margin-bottom: 0px;
}

.single-widget {
  margin-bottom: 50px;
}

.blog .item .post-img {
  max-width: 96%;
}

div.desc {
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #000;
  letter-spacing: 0.5px;
}

.blog .item {
  margin-bottom: 50px;
}

.blog .item .cont {
  padding-top: 20px;
}

a[rel="author"]:hover {
  color: #991b1f;
}

.distance {
  margin: 0 3px;
}

.blog .item .more {
  margin-top: 5px;
  font-size: 22px;
}

.redboa-pagination-wrap li a:hover {
  border: none;
}

.redboa-pagination-wrap li span {
  font-family: 'Pirata One', cursive;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  border-radius: 50%;
  opacity: 1;
  text-decoration: none;
  box-shadow: 0px 16px 28px 0px rgb(0 0 0 / 20%);
  background-color: #991b1f;
  color: #fff;
}

.white-text {
  color: #999!important;
}

.error-section {
    height: calc(80vh);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.error-page-content {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.error-page-content h1 {
    font-size: 10rem;
    font-weight: 600;
    line-height: 1.2em;
}

.error-page-content h2 {
    font-size: 45px;
    line-height: 1.5em;
}

.error-page-content div.text {
    font-size: 17px;
    line-height: 3rem;
    color: #333;
}

.error-page-content a.theme-btn {
  font-family: 'Pirata One', cursive;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 21px;
  padding: 12px 32px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  box-shadow: 0px 10px 30px rgb(0 0 0 / 10%);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  background: #991b1f;
  color: #fff;
  width: auto;
  margin-top: 20px;
}

.error-page-content a.theme-btn:hover {
    background: #000;
}
.search-custom {
    margin-bottom: 60px;
    padding-left: 15px;
}

.search-custom h4 {
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 36px;
  margin-bottom: 20px;
}

.search-custom form {
  position: relative;
  width: 80%;
}

.search-custom form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f6f6f6;
  color: #333;
}

.search-custom form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #999;
    border: 0;
    padding: 10px;
    cursor: pointer;
    -webkit-appearance: button;
  }

@media (min-width: 1200px) {
  .portfolio .gallery.full-width {
    height: 430px!important;
  }

  .portfolio .gallery.full-width > div.col-md-4:nth-child(4),
  .portfolio .gallery.full-width > div.col-md-4:nth-child(5),
  .portfolio .gallery.full-width > div.col-md-4:nth-child(6) {
    top: 215px!important;
  }

   .portfolio .gallery.full-width > div.col-md-4:nth-child(4) {
    left: 0px!important;
   }
}

@media (min-width: 1500px) {
  .portfolio .gallery.full-width {
    height: 460px!important;
  }

  .portfolio .gallery.full-width > div.col-md-4:nth-child(4),
  .portfolio .gallery.full-width > div.col-md-4:nth-child(5),
  .portfolio .gallery.full-width > div.col-md-4:nth-child(6) {
    top: 230px!important;
  }
}

.page-template-home-onepage-dark section#blog .cont p {
  color: #999!important;
}

.elementor-lightbox.dialog-lightbox-widget {
  display: none!important;
}
.wp-block-group h2.wp-block-heading {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.widget_block.widget_search label.wp-block-search__label {
    display: none;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}
.widget_block .wp-block-search .wp-block-search__input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f4f5f7;
    margin-bottom: 0;
    border-radius: 0px;
}
.widget_block .wp-block-group .wp-block-group__inner-container ul li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 28px;
}
.widget_block .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    color: #040b11;
    border: 0;
    cursor: pointer;
    font-size: 15px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment {
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}
.sidebar_widget.widget.widget_block.widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    margin: 0px 0px;
}
.sidebar__widget .wp-block-group__inner-container .wp-block-latest-comments {
    padding-left: 0rem;
}
.wp-block-group ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0px;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li a{
    color: inherit;
}
.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment a{
    color: inherit;
}