/*
Theme Name: twentytwentyone child
Theme URI: #
Author: Chirag
Author #
Description: 
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: twentytwentyone
Tags: e-commerce, one-column, two-columns, three-columns, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, right-sidebar, custom-background, wide-blocks


*/


button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 16px;
    margin-top: 8px;
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
    color: #707070;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border-color: #ff6666;
    padding: 12px 24px;
    margin-top: 4px;
    text-align: center;
    font-weight: 700;
    background: 0 0;
    border: 3px solid #f66;
}
textarea.wpcf7-form-control.wpcf7-textarea
{
    width: 100%;
    padding: 16px;
    margin-top: 8px;
    border: 1px solid #e5e5e5;
    background: #f2f2f2;
    color: #707070;
}
.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {display:none;}

.page-header {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 1;
}
.page-header-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .50;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.page-header .container {
    max-width: 1480px;
}
.page-header__inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 190px 0 171px;
    z-index: 15;
}
.page-header__inner h2 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: 600;
}
.thm-breadcrumb {
    position: absolute;
    left: 0;
    bottom: 33px;
    z-index: 2;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #9fa0a3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #9fa0a3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-page {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

.blog-details__tags span {
    color: var(--treck-black);
    font-size: 20px;
    margin-right: 6px;
    font-weight: 600;
}
.blog-details__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0 30px;
    margin-top: 51px;
    border-top: 1px solid #e3dbd8;
}
.blog-details__bottom p {
    margin: 0;
}
.blog-details__tags span {
    color: #000;
    font-size: 20px;
    margin-right: 6px;
    font-weight: 600;
}
.blog-details__tags a {
    position: relative;
    color: #727272;
    font-size: 12px;
    background-color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    display: inline-block;
    padding: 4px 20px 4px;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-details__social-list a {
    position: relative;
    height: 43px;
    width: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #000;
    font-size: 14px;
    border: 1px solid #e3dbd8;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}
.fab, .far {
    font-weight: 400;
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-twitter:before {
    content: "\f099";
}
.blog-details__social-list a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #e20935;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: all;
    transition-property: all;
    opacity: 1;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scalex(0);
    transform: scalex(0);
    z-index: -1;
}
.sidebar__post {
    position: relative;
    display: block;
    margin-top: 42px;
    margin-bottom: 37px;
    z-index: 1;
}
.sidebar__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 17px;
}
.sidebar__post-list {
    margin: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.sidebar__post-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-bottom: 1px solid #e3dbd8;
    padding-bottom: 15px;
    margin-bottom: 14px;
}
.sidebar__post-image {
    margin-right: 20px;
}
.sidebar__post-image>img {
    width: 70px;
}
.sidebar__post-content {
    position: relative;
    top: -1px;
}
.sidebar__post-content h3 {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 9px;
}
.sidebar__post-content h3 a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post-content-meta {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 23px;
    color: #727272;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.sidebar__post-content-meta i {
    color: #e20935;
    font-size: 14px;
    padding-right: 4px;
}
.sidebar__category {
    position: relative;
    display: block;
}
.sidebar__category .sidebar__title {
    margin-bottom: 7px;
}
.sidebar__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 17px;
}
.sidebar__category-list {
    position: relative;
    display: block;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.sidebar__category-list li {
    position: relative;
    display: block;
}
.sidebar__category-list li a {
    position: relative;
    display: block;
    font-size: 16px;
    color: gray;
    border-bottom: 1px solid #727272;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sidebar__category-list li a span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    color: gray;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.fa-caret-right:before {
    content: "\f0da";
}
.sidebar__tags {
    position: relative;
    display: block;
    margin-top: 42px;
    margin-bottom: 42px;
    z-index: 1;
}
.sidebar__tags .sidebar__title {
    margin-bottom: 23px;
}
.sidebar__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    
}
.sidebar__tags-list {
    margin-top: -10px;
    margin-left: -7px;
}
.sidebar__tags-list a {
    font-size: 12px;
    color: gray;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    display: inline-block;
    padding: 10px 10px;
    margin-left: 7px;
    font-weight: 600;
    padding-top: 10px;
}
.blog-details__social-list a+a {
    margin-left: 10px;
}
.blog-details__social-list a:hover {
    color: #fff;
    border: 1px solid #e20935;
    background-color: red;
}
a, a:hover, a:focus, a:visited {
    text-decoration: none;
}


.elementor-538 .elementor-element.elementor-element-3d95fbc > .elementor-element-populated {
    margin: 0px 30px 0px 0px;
    --e-column-margin-right: 30px;
    --e-column-margin-left: 0px;
}
.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex;
}
.elementor-538 .elementor-element.elementor-element-f3660b5 > .elementor-container > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap {
    align-content: center;
    align-items: center;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}
.blog-details__pagenation {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f2edeb;
    padding: 30px 30px 30px;
    margin-bottom: 53px;
}
.blog-details__pagenation-left {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-details__pagenation-left:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -19px;
    width: 1px;
    background-color: #e3dbd8;
}
.blog-details__pagenation-left-img {
    position: relative;
    display: block;
    width: 90px;
}
.blog-details__pagenation-left-img img {
    width: 100%;
}
.blog-details__pagenation-left-content {
    margin-left: 20px;
}
.blog-details__pagenation-left-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
}
.blog-details__pagenation-left-title a {
    color: #000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__pagenation-left-date {
    font-size: 13px;
    font-weight: 500;
}
.blog-details__pagenation-left-date i {
    font-size: 15px;
    color: #e20935;
    padding-right: 4px;
}
.blog-details__pagenation-right {
    position: relative;
    display: flex;
    align-items: center;
}
.blog-details__pagenation-right-content {
    position: relative;
    display: block;
    text-align: right;
}
.blog-details__pagenation-right-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
}
.blog-details__pagenation-right-title a {
    color: #16171a;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-details__pagenation-right-date {
    font-size: 13px;
    font-weight: 500;
}
.blog-details__pagenation-right-date i {
    font-size: 15px;
    color: #e20935;
    padding-right: 4px;
}
.blog-details__pagenation-right-img {
    position: relative;
    display: block;
    width: 90px;
    margin-left: 20px;
}
.blog-details__pagenation-right-img img {
    width: 100%;
}
footer.comment-meta {
    margin-top: 0px;
    padding-top: 0px;
}
.sidebar__search {
    padding-top: 50px;
}
button#searchsubmit {
    padding: 5px;
    color: black;
}
input#s {
    padding: 5px;
}
article.blog-item.blog-item-2col-grid.blog-item-3col-grid {
    padding: 10px;
    border: 1px solid gray;
    margin: 10px;
    border-radius: 10px;
}

article.blog-item.blog-item-2col-grid.blog-item-3col-grid{
position:relative;
    -webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3), 3px 3px 10px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3), 3px 3px 10px rgba(0, 0, 0, 0.1) inset;
            box-shadow:3px 3px 5px rgba(0, 0, 0, 0.3), 3px 3px 10px rgba(0, 0, 0, 0.1) inset;
}

article.blog-item.blog-item-2col-grid.blog-item-3col-grid:hover{
position:relative;
    -webkit-box-shadow:5px 5px 8px rgba(0, 0, 0, 0.3), 5px 5px 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:5px 5px 8px rgba(0, 0, 0, 0.3), 5px 5px 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:5px 5px 8px rgba(0, 0, 0, 0.3), 5px 5px 40px rgba(0, 0, 0, 0.1) inset;
}
