/*
Theme Name: Industrio 3
Theme URI: http://shtheme.com/demosd/industrio
Author: Shtheme
Author URI: http://shtheme.com
Description: In 2017, 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: industrio

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.
*/

.part-meta li a{
    text-transform: capitalize;
}
.blog-details .blog-details-area .blog-details-control .tag-nd-social .tag a{
    background: #f4f7fc;
    color: #444444;
    border: 1px solid #f4f7fc;
    padding: 8px 16px;
    border-radius: 50px;
    margin-right: 6px;
    font-size: 15px;
    transition: all 0.3s ease-in;
    display: inline-block;
    font-family: "Poppins", sans-serif;
}
.blog-details .blog-details-area .blog-details-control .tag-nd-social .tag a:hover{
    background: #fb4f00;
    color: #fff;
}
.reply-button a{
    color: #fff;
}
.blog-details .blog-details-area .blog-details-control .blog-comment-box form input.submit{
    background: #fb4f00;
    height: 50px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    border: 1px solid #fb4f00;
    cursor: pointer;
    transition: all 0.3s ease-in;
    padding: 0 30px;
    border-radius: 50px;
    margin-top: 30px;
    box-shadow: 2.911px 13.694px 27px 0px rgba(249, 29, 45, 0.59);
    width: auto;
}
.blog-details .blog-details-area .blog-details-control .blog-comment-box form input.submit:hover{
    background: transparent;
    color: #fb4f00;
}
.widget_news .sidebar-title,
.widget_text .sidebar-title{
    display: none;
}
.sidebar .single-widget.widget_archive ul li,
.sidebar .single-widget.widget_categories ul li {
    border-top: 1px solid #ececf0;
    padding: 14px 0 15px;
}
.sidebar .single-widget.widget_archive ul li:first-child,
.sidebar .single-widget.widget_categories ul li:first-child{
    border-top: none;
    padding-top: 0;
}
.sidebar .single-widget.widget_categories ul li a {
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease-in;
    position: relative;
}
.sidebar .single-widget.widget_archive ul li a {
    color: #222222;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease-in;
    position: relative;
}
.sidebar .single-widget.widget_archive ul li a:after,
.sidebar .single-widget.widget_categories ul li a:after{
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    background: #fb4f00;
    transition: all 0.5s ease-in;
    opacity: 0;
    border-radius: 50%;
}
.sidebar .single-widget.widget_archive ul li a:hover,
.sidebar .single-widget.widget_categories ul li a:hover{
    padding-left: 30px;
    color: #fb4f00;
}
.sidebar .single-widget.popular-categories ul li a:hover:after {
    opacity: 1;
}
.wp-tag-cloud li a{
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
    margin-bottom: 5px;
    margin-right: 1px;
    border: 1px solid #ececf0;
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: 16px!important;
}
.sidebar .single-widget .wp-tag-cloud li a:hover {
    background: #fb4f00;
    color: #fff;
}
.wp-tag-cloud li{
    display: inline-block;
}
.widget_text .single-feed p{
    display: none;
}
.sidebar .single-widget .newsletter form input.wpcf7-submit{
    height: 60px;
    border: 2px solid #fb4f00;
    width: 100%;
    color: #fff;
    background: #fb4f00;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    padding: 0;
}
.sidebar .single-widget .newsletter form input.wpcf7-submit:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #222222;
    z-index: -1;
    transition: all 0.3s ease-in;
}
div.wpcf7 .ajax-loader{
    display: none;
}
.sidebar .single-widget .newsletter form input.wpcf7-submit:hover:after {
    width: 100%;
}
.sidebar .single-widget .newsletter form input.wpcf7-submit:hover{
    background-color: #222222;
}
div.wpcf7-response-output{
    color: #fff;
    margin: 10px 0 0 0 ;
}
body.logged-in .blog-details .blog-details-area .blog-details-control .blog-comment-box form textarea{
    margin-bottom: 0;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 0!important;
}
.multi-section-1 .quote-form form .submit-button{
    margin-bottom: 0;
}
.sidebar .single-widget .subject-list ul li a{
    display: block;
}
.map button.gm-ui-hover-effect,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after{
    display: none!important;
}
.contact .contact-form form input.wpcf7-submit{
    outline: none;
    background: #fb4f00;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 10px;
    border: 2px solid #fb4f00;
    position: relative;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}
.contact .contact-form form p,
.contact-form p{
    margin-bottom: 0;
}
.contact .contact-form form input.wpcf7-submit:hover {
    background-color: black;
}
.contact .contact-form form span.wpcf7-not-valid-tip{
    margin-bottom: 15px;
}
.contact-form br{
    display: none;
}
.contact-section .contact-form form input.wpcf7-submit{
    color: #fff;
    background: #fb4f00;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    width: 180px;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 30px;
    box-shadow: 0px 3px 10px 0px rgba(251, 79, 0, 0.3);
    border: 1px solid #fb4f00;
    margin-bottom: 0;
    padding: 0;
}
.contact-section .contact-form form input.wpcf7-submit:hover {
    color: #222222;
    background: transparent;
    border-color: #222222;
}
.contact-section .contact-form div.wpcf7-response-output{
    color: #222222;
}
.contact-section .contact-form span.wpcf7-not-valid-tip{
    margin-bottom: 15px;
}
.gallery-area p{
    margin-bottom: 0;
}
.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: 1px solid #fb4f00;
}
.header .mainmenu .navbar .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item{
    border:none;
}
a.search-btn.side-manubar-button{
    margin: 0 0 0 20px;
    background: transparent;
    color: #222222;
    font-size: 35px;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 50%;
}
div.collapse.navbar-collapse>li.nav-item,
nav.navbar.navbar-expand-lg>li.nav-item{
    list-style: none;
}
@media only screen and (max-width: 575px) and (min-width: 480px){
.header .mainmenu .navbar .nav-item .search-btn {
    position: initial;
    transform: none;
    display: none;
}
}
.sidebar .single-widget .subject-list ul li a{
    padding: 0;
}
.multi-section-1 .quote-form form .submit-button:hover{
    background-color: black;
}

 .serach-header {
   float:right;

   z-index:1;
}

 .serach-header .searchd {
    background: transparent;
    line-height: 50px;
    height: 50px;
    border: 0;
}
 .serach-header .searchd i {
    color: #29abff;
    font-size: 16px;
    border: 0 !important;
}
.searchd{
        background: transparent;
    float: left;
    border: 0;
    color:#fb4f00;
}
.serach-header .searchbox form{
    position:absolute;
    top:45%;
        display: inline-block;
            margin-left: -125px;
}
.search_wrap button{
    cursor:pointer;
}
.search_wrap button:focus{
    outline:none;
}
 .serach-header .searchbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.86);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}
 .serach-header .searchbox .close {
    background-color: transparent;
    box-shadow: none;
    color: #fb4f00;
    font-size: 40px;
    font-weight: bold;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 20px;
    top: 15px;
    text-shadow: none;
}
 .serach-header .searchbox form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #fb4f00;
    float:left;
    font-size: 28px;
    font-weight: lighter;
    left: 0;
     right: 0;
    margin: 0px auto;
    outline: medium none;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 30px;
    width: calc(100% - 50px);
    line-height: 60px;
}
 .serach-header .searchbox form button {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    width:50px;
    float:left;
    transform: translate(0%, -55%);
    background: transparent;
    color: #fb4f00;
    border: 0;
    font-size: 20px;
    cursor:pointer;
        margin-top: 38px;
    margin-left: -38px;
}
.serach-header .searchbox form button:focus{
    outline:none;
}

 .serach-header .searchbox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
        text-align: center;
}
.serach-header .searchbox form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.39);
}
.serach-header .searchbox form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.39);
}
.serach-header .searchbox form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.39);
}
.serach-header .searchbox form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.39);
}
.header.header-homepage .search-button button {
    height: 100%;
    color: #fff;
    background: #fb4f00;
    font-size: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 100%;
}
.header.header-homepage .search-button button:after {
    position: absolute;
    content: '';
    left: -33px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fb4f00;
    z-index: -1;
    -webkit-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    transform: skewX(-21deg);
}
.blog-post-pagination {
    margin:0 auto;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.blog-post-pagination ul li span.current {
    color: #fff;
    background: #fb4f00;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 50%;
    border: 2px solid #fb4f00;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.pagination>li:first-child>span {
    margin-right: 5px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
}
.blog-post-pagination ul li a {
    margin-left: 5px;
    color: #262626!important;
    background-color: transparent!important;
    border: 2px solid #CCCBCB!important;
    margin-right: 5px;
}
.pagination>li a {
    border-radius: 50%!important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
}
.blog-post-pagination ul li a:hover {
    border-color: #fb4f00!important;
    color: #fff!important;
    background: #fb4f00!important;
}
.blog-post-pagination a {
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
    line-height: 38px;
    color: #262626;
    font-weight: 600;
    font-size: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #CCCBCB;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
@media (min-width: 768px){
.header .mainmenu .navbar .navbar-nav .nav-item.active .nav-link,
.header.header-style-3 .container-for-reponsive .mainmenu .navbar .navbar-nav .nav-item.active .nav-link {
    background: transparent;
    color: #fb4f00;
}
}
h3#reply-title{
    font-size: 22px;
    color: #222222;
    font-weight: 600;
    position: relative;
    font-family: "Poppins", sans-serif;
}
a#cancel-comment-reply-link{
    border: 1px solid #fb4f00;
    color: #fff;
    background: #fb4f00;
    font-size: 15px;
    position: absolute;
    right: 0px;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px 10px;
}
a#cancel-comment-reply-link:hover{
    background: #222222;
    border-color: #222222;
}
a:hover{
    color: #fb4f00;
}