/*
Theme Name: Industrio 7
Theme URI: http://shtheme.org/demosd/industrio7
Author: shtheme
Author URI: https://themeforest.net/user/shtheme
Description: In 2020, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: industrio7
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.
*/

/* ========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
---------------------------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    font-style: normal;
}

a,button {
    color: #091395;
}

p {
    line-height: 24px;
    margin-bottom: 15px;
}

body.single-post {
    overflow: inherit;
}

blockquote {
    background: #152136;
    padding: 30px 35px;
    padding-left: 90px;
    position: relative;
    font-size: 14px;
    padding-right: 50px;
    margin-top: 45px;
    margin-bottom: 45px;
    z-index: 1;
}

blockquote p {
    color: #99a7c0;
    line-height: 1.7;
}

.avatar-img img {
    border-radius: 50%;
    border: 5px solid #fff;
}

a[rel="author"] {
    text-transform: capitalize; 
}

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

.comment__form input[type="submit"] {
    margin-top: 15px;
}

h3.comment-reply-title {
    margin-bottom: 35px;
    text-transform: capitalize;
}

.comment__wrap-title h2 {
    font-size: 26px;
    margin-bottom: 0;
}

a.comment-reply-link {
    float: right;
    display: inline-block;
    border: 2px solid #f4f4ff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: -23px;
    color: #6e6e6e;
    font-weight: 600;
}

a.comment-reply-link:hover {
    border-color: #c81912;
    background: #c81912;
    color: #ffffff;
}

.comments-avatar img {
    border-radius: 50%;
}

.logged-in-as {
    margin-bottom: 25px;
}

.logged-in-as a {
    color: #252525;
    margin-bottom: 10px;
}

.avatar__wrap {
    margin-top: 50px;
}

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

.widget_search {
    border: none;
    padding: 0px;
}

.widget_categories {
    padding: 35px 25px 35px 25px;
    border: 2px solid #f5f8fa;
    overflow: hidden;
    margin-bottom: 40px;
}

.widget_categories h3.widget-title {
    font-size: 24px;
    text-align: center;
}

.widget_categories ul li.cat-item {
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}

.widget_categories ul li.cat-item:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.widget_categories ul li.cat-item a {
    font-size: 15px;
    font-weight: 500;
}

.widget_categories ul li.cat-item:hover a {
    color: #c81912;
}

.widget_text {
    padding: 0px;
    border: none;
}

.widget_tag_cloud ul.wp-tag-cloud li {
    display: inline-block;
    margin: 5px 3px;
}

.widget_tag_cloud ul.wp-tag-cloud li a {
    display: block;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    padding: 9px 20px!important;
    margin: 0px;
}

.widget_tag_cloud ul.wp-tag-cloud li:hover a {
    background: #c81912;
    border-color: #c81912;
    color: #ffffff;
}

.widget_tag_cloud h3 {
    font-size: 24px;
    text-align: center;
}

.bsingle__content .meta-info ul li a {
    color: #333;
}

.pagination li span {
    border: none;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    background: transparent linear-gradient(90deg, #C81912 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 15px #EB3449A6;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: #f64b3c;
}

.details__content div.gallery {
    display: none;
}

.blog-details-wrap .bsingle__post-thumb.video-p .video-i {
    height: 80px;
    width: 80px;
    display: inline-block;
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    background: #fff;
    color: #c81912;
}

.project-detail .single-widget .project-info.clearfix {
    background: none;
    padding: 10px;
}

.project-detail .single-widget {
    overflow: inherit;
}

section#blog .single-post a[rel="author"] {
    color: inherit;
}

.admin-bar .second-header {
    margin-bottom: 0px;
}

.admin-bar .menu-area {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .menu-area::before {
        top: inherit;
    }

    .sticky-menu::before {
        top: 0;
    }
}

@media (max-width: 768px) {
    .logged-in .menu-area::before {
        top: 46px;
    }

    .logged-in .sticky-menu.menu-area::before {
        top: 0px;
    }

    .single-post .blog-content .b-meta .row > div {
        padding-left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .menu-area::before {
        top: 46px;
    }

    .logged-in .menu-area::before {
        top: 107px;
    }

    .sticky-menu::before {
        top: 0;
    }

    .logged-in .sticky-menu::before {
        top: -3px;
    }
}

@media (max-width: 600px) {
    .logged-in .sticky-menu {
        top: 0px;
    }
}


.main-menu  > nav > ul > li.active > a {
    color: #fff;
}

.contact-form.newslater input {
    height: 47px;
}

.contact-form.newslater input[type="submit"] {
    position: relative;
    font-family: "Font Awesome 5 Duotone";
    font-weight: 900;
    border-radius: 0px 10px 10px 0px!important;
    width: 18%!important;
    padding: 16px 15px!important;
}

.contact-form.newslater .form-group > span.your-email + br {
    display: none;
}

.footer-social {
    padding-top: 25px;
}

.footer-social > br {
    display: none;
}

.footer-widget .footer-link .f-contact ul li > br {
    display: none;
}

.search-custom form.search-form input[type="search"] {
    background: #f5f8fa;
    border: none;
    width: 40%;
    padding: 18px 30px;
}

.search-custom form.search-form button[type="submit"] {
    top: 0;
    margin-left: -2px;
    border: none;
    background: #c81912;
    padding: 18px 23px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

.search-custom h4 {
    line-height: 32px;
    margin-bottom: 25px;
}

.error-area {
    background-position: inherit;
    background-size: inherit;
    height: 95vh;
    align-items: center;
}

.error-area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #fff;
    opacity: 0.94;
}

.error-inner .error-title {
    font-size: 190px;
    line-height: 240px;
    font-weight: 600;
    color: #333;
}

.error-inner .error-text {
    font-size: 45px;
    font-weight: 600;
    color: #333;
}

.error-inner p {
    max-width: 600px;
    font-size: 19px;
    margin: 35px auto 30px;
    font-weight: 500;
    color: #333;
}

@media (max-width: 767px) {
    .error-area {
        height: 91vh;
    }
    .error-inner .error-title {
        font-size: 110px;
        line-height: 120px;
    }

    .error-inner .error-text {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .error-inner p {
        max-width: 545px;
        margin: 20px auto 30px;
    }
    .meta-info {
       margin: 0px;
    }
    
    .mean-container a.meanmenu-reveal {
        top: -10px
    }

    .admin-bar .menu-area {
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {

    .mean-container .mean-bar {
        top: 10px;
    }

    .menu-area::before {
        height: 99px;
    }

    .sticky-menu.menu-area::before {
        height: 96px;
    }

    .sticky-menu .mean-container a.meanmenu-reveal {
        top: -15px;
    }

    .logged-in .menu-area::before {
        height: 84px;
    }

    .logged-in .mean-container a.meanmenu-reveal {
        top: -3px;
    }

    .logged-in .mean-container .mean-bar {
        top: 10px;
    }

    .logged-in .sticky-menu.menu-area::before {
        top: 12px;
    }

    .logged-in .sticky-menu .mean-container a.meanmenu-reveal {
        top: -10px;
    }
}


@media (max-width: 500px) {

    .menu-area::before {
        height: 75px;
    }

    .mean-container a.meanmenu-reveal {
        top: -5px;
    }

    .sticky-menu.menu-area::before {
        height: 96px;
    }

    .logged-in .sticky-menu.menu-area::before {
        height: 86px;
        top: 0px;
    }

    .logged-in .menu-area::before {
        top: 29px;
    }

    .logged-in .mean-container .mean-bar {
        top: 0px;
    }

    .mean-container a.meanmenu-reveal {
        top: 0px;
    }
}

@media (max-width: 400px) {

    .menu-area::before {
        height: 69px;
    }

    .logged-in .mean-container a.meanmenu-reveal {
        top: 0px;
    }

    .logged-in .menu-area::before {
        top: 23px;
    }

    .logged-in .sticky-menu .mean-container a.meanmenu-reveal {
        top: -10px;
    }

}

.cs-btn-one.btn-md {
    color: #fff;
    font-size: 14px;
    padding: 18px 56px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    background: #c81912 !important;
}

.contact-form .slider-btn span.ajax-loader {
    display: none; 
}

.meta__info ul li a {
    color: #333;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #333;
}

.footer-social a, .copyright-text p,
.footer-link ul li a, .f-contact span {
    color: #fff;
}

.call-area p {
    opacity: 1;
}

.project-detail .lower-content p {
    color: #333;
    font-size: 14px;
    line-height: 24px;
}

.project-detail .lower-content .list-style-one li,
.project-detail .project-info li p {
    color: #333;
}

.details__content blockquote {
    border-left: 5px solid #c81912;
    padding-left: 40px;
}

blockquote p {
    color: #fff;
}

.widget_categories ul li.cat-item a,
.widget-social a {
    color: #333;
}

.widget__post ul li {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.widget__post ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.widget__post ul li h6 {
    padding-top: 5px;
}

.widget-title {
    margin-bottom: 30px;
}

.recent_widget .widget-title {
    margin-bottom: 40px;
}

.comment-text .avatar-name h6 {
    text-transform: capitalize;
}

.inner-blog {
    background: #f0f4ff;
}

.blog-content .meta__info ul li, .bsingle__content .meta-info ul li {
    font-weight: 600;
    font-size: 15px;
}

.blog-content .meta__info i, .bsingle__content .meta-info i {
    padding-right: 5px;
}

.blog-content .meta__info, .bsingle__content .meta-info ul {
    margin-bottom: 15px;
}

.details__content blockquote p {
    font-weight: 500!important;
    font-size: 15px;
    line-height: 1.5;
}

.details__content blockquote footer {
    text-transform: uppercase;
}

.post__share ul li a {
    color: #333;
}

.comment__form {
    padding: 0px;
    background: inherit;
}

.comment__form .comment-field textarea, .comment__form .comment-field input {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ccc;
}

.comment__form .comment-field textarea::placeholder, .comment__form .comment-field input::placeholder {
    color: #333;
}

.widget {
    padding: 0px;
    overflow: inherit;
    border: none;
    margin-bottom: 0px;
}

aside > .widget {
    background: white;
    border: none;
    background-color: rgb(255, 255, 255);
    border-top: 4px solid #c81912;
    margin-bottom: 40px;
    padding: 30px;
}

.bsingle__content {
    padding: 40px;
    padding-bottom: 60px;
    background: #fff;
}

.logged-in .offcanvas-menu {
    padding-top: 62px;
}

.menu-area .menu-tigger {
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    float: none;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
}
.footer-social {
    padding-top: 28px!important;
}
.widget-social a{
	border: 1px solid #9999;
}

.blog-content .slider-btn .ss-btn {
    color: #c81912;
}

.blog-content .slider-btn .ss-btn:hover {
    color: #252525;
}

.slider-bg5::before {
    opacity: 0;
}

.slider-active .slick-dots {
    right: 22%;
    left: inherit;
}


@media (max-width: 991px) {
   .cta-area.cta-bg {
        background-position: inherit;
    } 

    .call-area .number {
        font-size: 26px;
    }
}

.project-detail .two-column .text-column ul.list-style-one li {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
}

.testimonial-active2 {
    text-align: center;
}

.testimonial-active2 .testi-author img {
    float: none;
    margin-top: -20px;
    margin-bottom: 0px;
    display: inline-block;
}

.testimonial-active2 .ta-info {
    float: none;
    display: inline-block;
    text-align: left;
}

.com-icon {
    margin-bottom: 30px;
    margin-top: 20px;
    position: unset;
    text-align: center;
}

.com-icon img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.slider-nav .slick-list.draggable {
    display: none;
}

.white-color {
    color: #fff!important;
}

.slider-content > span::before {
    content: "";
    background: #fff;
    height: 3px;
    float: left;
    width: 60px;
    margin-top: 10px;
    margin-right: 15px;
}

.slider-content > span {
    letter-spacing: 4.5px;
}

.s-slider-content p {
    padding-right: 0px;
}

.cta-bg .social a {
    font-size: 18px;
}

.single-testimonial p {
    padding: 0 30px;
    margin-bottom: 30px;
    line-height: 24px;
    margin-top: 0;
}

.testimonial-active2 .slick-arrow {
    top: -240px;
}

.testimonial-active2 .slick-arrow:hover {
    color: #fff;
}

.service-detail .content-box p, .service-detail .prod-tabs .tabs-content .tab .content p {
    font-size: 14px;
    color: #212529;
}

div.single-widget#text-5 {
    padding: 0px;
}

.two-column div.image-column p {
    display: none;
}

.project-detail .text-column {
    margin-bottom: 0px;
}

.project-detail .info-column #text-4 .inner-column {
    margin-top: 0px;
    background: #fff;
    padding: 30px;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    border: none;
}

.project-detail .info-column #text-4 .inner-column p {
    margin-bottom: 15px;
    line-height: 24px;
}

.project-detail .info-column #text-4 .inner-column ul.project-info li > p {
    font-size: 14px;
    margin-top: 2px;
}

.project-detail .info-column #text-4 .inner-column ul.project-info li > p:nth-child(3) {
    display: none;
}
.footer-social {
    padding-top: 20px!important;
}
#contact-form4 input.wpcf7-form-control{
	margin-bottom:20px;
}
.project-detail .lower-content .list-style-one li {
    margin-bottom: 10px;
}

.list-style-one li {
    position: relative;
    font-weight: 400;
    padding-left: 25px;
}

@media (max-width: 769px) and (min-width: 600px ) {
   .project.pt-120 {
        background-size: cover !important;
    }

    .testimonial-area .testimonial-active2 {
        width: 96%;
        margin: auto;
        float: none;
    }

    .single-counter .line {
        height: 20px;
    }

    .counter small {
        top: 0px;
    }
}


.team-area-content {
    padding: 100px 0;
}

.team-area-content span {
    margin-top: 10px;
    margin-bottom: 15px;
    color: #c81912;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

.team-area-content .social a i.fab {
    font-size: 12px;
    color: #F64B3C;
    margin: 0 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fddbd9;
    border-radius: 50%;
    line-height: 30px;
}

.team-area-content .social br {
    display: none;
}

.team-area-content .team-img-box {
    background: #fff;
    transform: translateY(0);
    padding: 30px 20px;
    transition: .3s;
    box-shadow: 3px 4px 15px #00000026;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-team:hover .team-info h4 a {
    color: #C81912;
}

@media (min-width: 576px) and (max-width: 767px) {
    .footer-bg .footer-top .container {
        max-width: 665px;
    }
}

.elementor .single-brand img {
    height: 40px;
    display: inline-block;
}