/*
Theme Name: Westsiders
Theme URI: https://westsiders.net
Author: Westsiders
Author URI: https://westsiders.net
Description: Westsiders – a great business website.
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: industrio6

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
---------------------------------------------------*/



.author-box .img-box{
    width: 120px;
}
.single-blog-page-content .author-box .text-box h3 a{
    margin: 0;
    font-size: 22px;
    color: #242C33;
    font-weight: 600;
    font-family: 'Heebo';
    line-height: 1em;
    margin-bottom: 10px;
}
.comment-form-box{
    margin-top: 50px;
}
.sidebar .widget_categories ul li a {
    display: block;
    color: #6A6A6A;
    font-size: 15px;
    font-family: 'Hind';
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar .widget_categories ul li a:hover{
    color: #E61E0F;
}
.sidebar .widget_categories ul li + li {
    border-top: 1px solid #e1e1e1;
    padding-top: 14px;
    margin-top: 14px;
}
.sidebar .wp-tag-cloud li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    margin-top: 10px;
}
.sidebar .wp-tag-cloud li a {
    display: block;
    padding:8px 10px;
    background: #F8F8FA;
    color: #757D7F;
    border: 1px solid #F2F2F1;
    font-size: 12px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 13px!important;
}
.sidebar .wp-tag-cloud li a:hover{
    color: #fff;
    background: #051829;
    border-color: #051829;
}
.sidebar .wp-tag-cloud{
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px;
}
.sidebar .widget_news .single-posts .img-box {
    width: 76px;
}
.sidebar .widget_news .single-posts .img-box, .sidebar .widget_news .single-posts .text-box {
    display: table-cell;
    vertical-align: middle;
}
.sidebar .widget_news .single-posts .img-box > img {
    width: 100%;
    border-radius: 10px;
}
.sidebar .widget_news .single-posts .text-box {
    padding-left: 20px;
}
.sidebar .widget_news .single-posts .text-box h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.25em;
    width: 85%;
    margin-bottom: 8px;
}
.sidebar .widget_news .single-posts .text-box h3 a {
    color: #051829;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar .widget_news .single-posts .text-box span {
    color: #BEBFC0;
    font-family: 'Hind';
    font-size: 14px;
    line-height: 1em;
    display: block;
}
.sidebar .widget_news .single-posts .text-box span i {
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}
.sidebar .widget_news .single-posts + .single-posts {
    margin-top: 40px;
}
.sidebar .mc-form input.wpcf7-submit{
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 45px;
    background: #051829;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
    left: auto;
    text-align: center;
    padding-left: 7px;
    color: #E61E0F;
}
.sidebar .mc-form input.wpcf7-submit:hover{
    color: #fff;
    background: #E61E0F;
}
.wpcf7-form-control-wrap {
    position: initial;
}
p.comment-form-cookies-consent{
    display: none;
}
.single__comment .comments-avatar {
    float: left;
    margin-right: 30px;
}
.comment-text {
    overflow: hidden;
}
.comments-avatar img,
.author-box .img-box img{
    border-radius: 50%;
}
h3.comments-title{
    margin-top: 50px;
    margin-bottom: 40px;
}
.comment-text .avatar-name {
    overflow: hidden;
}
.comment-text .avatar-name h6 {
    font-size: 20px;
    margin-bottom: 7px;
    font-weight: 600;
}
.comment-text .avatar-name span {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 2px;
    color: #333333;
}
.comment-text .comment-reply-link {
    float: right;
    display: inline-block;
    border: 2px solid #051829;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    margin-top: -23px;
    color: #051829;
}
.comment-text .comment-reply-link:hover{
    color: #fff;
    background: #051829;
}
.single__comment {
    margin-bottom: 35px;
}
.comment-text p{
    letter-spacing: 0.6px;
}
.single-blog-style-one .text-box p {
    color: #333333;
    font-size: 15px;
}
.single-blog-page-content .share-tag-box .share-box span{
    color: #333333;
}
.single-blog-style-one .text-box h3{
    font-size: 28px;
    font-family: inherit;
}
.sidebar .title-box h3{
    font-family: inherit;
}
.single-blog-page-content .author-box .text-box p{
    color: #333333;
    font-family: inherit;
    font-size: 15px;
}
p.form-submit input.submit{
    width: 100%;
    height: 45px;
    background: #E61E0F;
    color: #151E37;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: none;
    outline: none;
    margin-top: 10px;
    cursor: pointer;
}
p.form-submit input.submit:hover{
    background: #232C33;
    color: #E61E0F;
}
p.form-submit{
    width: 100%;
    padding: 0 15px;
}
h3.comment-reply-title:after ,
h3.comments-title:after{
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #E61E0F;
    margin-top: 10px;
}
h3.comment-reply-title{
    margin-bottom: 20px;
}
div.wpcf7-response-output{
    margin:10px 0;
}
ul.pagination{
    margin-top: 50px;
    text-align: center;
    justify-content: center;
}
ul.pagination li {
    display: inline-block;
    vertical-align: middle;
}
ul.pagination li a {
    display: block;
    background: #E0E3E8;
    color: #051829;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    padding: 5px 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
ul.pagination li a:hover {
    color: #051829;
    background: #E61E0F;
}
ul.pagination li span.current{
    display: block;
    color: #051829;
    background: #E61E0F;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    padding: 5px 15px;
}
ul.pagination li + li {
    margin-left: 6px;
}
.sidebar .widget_news .single-posts .text-box span {
    color: #656565;
}
p.logged-in-as{
    padding: 0 15px;
}
p.logged-in-as a{
    color: #333333;
}
p.logged-in-as a:hover{
    color: #E61E0F;
}
.search-custom form input{
    width: 100%;
    padding: 12px;
    margin-top: 10px;
}
.search-custom h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}
.search-custom form button {
    border: none;
    color: #fff;
    font-size: 20px;
    height: 46px;
    position: relative;
    width: 46px;
    cursor: pointer;
    float: right;
    background: #E61E0F;
    margin-top: -46px;
    padding: 0;
    letter-spacing: 0;
}
.search-custom form button:hover{
    background: #fff;
    color: #E61E0F;
    border:1px solid #E61E0F;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0px!important;
}
.service-sidebar .single-sidebar ul.service-lists li.active a{
    border-color: #E61E0F;
    background: #E61E0F;
    color: #fff;
}
.service-sidebar .single-sidebar ul.service-lists li a:hover {
    border-color: #E61E0F;
    background: #E61E0F;
    color: #fff;
}
.project-single-page .single-project-content ul.list-items li{
    margin-bottom: 20px;
}
.mt-30{
    margin-top: 30px;
}
form.wpcf7-form br{
    display: none;
}
.faq-contact-wrapper.sec-pad .contact-form span input {
    margin-top: 15px;
}
.contact-form input.thm-btn{
    background: #E61E0F;  
}
.contact-form input.thm-btn:hover{
   background: #151e37; 
}
.call-to-action-two .bootstrap-select:not(.input-group-btn){
    display: block;
}
.call-to-action-two .cta-two-form input.thm-btn {
    margin-top: 31px;
    height: auto;
}
.call-to-action-two .cta-two-form input.thm-btn:hover {
    color: #051829;
    background: #fff;
}
.call-to-action-two div.wpcf7-response-output{
    color: #fff;
}
.contact-page .contact-form input, .contact-page .contact-form textarea {
    background: #EBEEF0;
    height: 38px;
    padding-left: 15px;
    margin: 0;
    display: block;
    margin-bottom: 35px;
}
.contact-page .contact-form textarea {
    height: 200px;
}
.contact-page .contact-form input.wpcf7-submit{
    height: auto;
    background: #E61E0F;
    font-size: 16px;
    margin-bottom: 0;
}
.contact-page .contact-form input.wpcf7-submit:hover{
    background: #151e37;
}
.contact-page span.wpcf7-not-valid-tip{
    margin-top: -20px;
}
.error-area{
    height: 796px;
}
.error-inner{
    padding: 250px 0;
}
h1.error-title{
    font-size: 100px;
    color: #fff;
    font-weight: 600;
}
h2.error-text{
    font-size: 40px;
    color: #fff;
    margin-bottom: 35px;
}
.header-navigation ul.navigation-box > li.active>a{
    color: #E61E0F;
}
.single-blog-style-one .meta-info a{
    color: #fff;
}
.single-blog-style-one .meta-info {
    background: #151e37;
}
.single-blog-style-one .meta-info a:hover {
    color: #E61E0F;
}
.footer-bottom p{
    color: #fff;
}
.about-style-two .about-content a.thm-btn,
.about-style-one .about-content a.thm-btn{
    font-weight: 600;
}
.service-sidebar .single-sidebar.brochures a:hover {
    color: #fff;
    background: #151E37;
}
.service-sidebar .single-sidebar.brochures a:hover i {
    color: #fff;
}
.service-sidebar .single-sidebar ul.service-lists li a{
    font-weight: 500;
    color: #666666;
    border: 2px solid #EEEEEE;
}
.single-project-style-one .img-box .overlay .box .content h3 {
    color: #fff;
}
.header-style-two .header-navigation .right-side-box a.thm-btn{
    color: #fff;
}
.thm-btn{
    color: #fff;
}
.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4{
    color: #fff;
}
.testi-carousel-wrapper .owl-nav [class*=owl-] {
    color: #fff;
}
.feature-style-one .single-feature-style-one .icon-box .inner-box i{
  color: #fff;
}
.single-blog-style-one .img-box:hover .overlay ,
.single-project-style-one .img-box:hover .overlay,
.single-service-style-two .img-box:hover .overlay{
    opacity: 0.7;
}
.footer-widget ul li a{
	line-height: 12px;
}