/*
Theme Name: Theway
Theme URI: 
Author: Shtheme
Author URI: 
Description: In 2023, 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: theway

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

p.comment-form-cookies-consent{
    display: none;
}
span.ajax-loader{
    display: none!important;
}
div.wpcf7-response-output{
    color: #e0e0e0;
    margin:10px 0;
}
.search-custom form input{
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #d1d1d1;
    color: #111;
}
.search-custom form button{
    border: 1px solid #d35400;
    color: #fff;
    font-size: 16px;
    height: 44px;
    position: relative;
    width: 44px;
    cursor: pointer;
    float: right;
    background: #d35400;
    margin-top: -54px;
    padding: 0;
    letter-spacing: 0;
}
.search-custom form button:hover{
    background: #fff;
    color: #d35400;
}
.search-custom h4{
    font-weight: 600;
    font-size: 16px;
    color: #020e28;
    text-align: left;
    text-transform: capitalize;
}

#gallery-2{
    display: none;
}


#facts .container div.four:last-child .facts-line{
    display: none;
}

.wpcf7-form br{
    display: none;
}

.wpcf7-form label{
    color: #fff;
}

.wpcf7-form span input,
.wpcf7-form textarea{
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.3);
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
}

.wpcf7-form span input:focus,
.wpcf7-form span textarea:focus{
    outline: none !important;
    border-color: rgba(255,255,255,.6);
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.wpcf7-form span input:focus-visible,
.wpcf7-form span textarea:focus-visible{
    outline: none;
}

.wpcf7-form .wpcf7-submit{
    width: 100%;
    height: 40px;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    background: rgba(0,0,0,.4);
    text-transform: uppercase;
}

.wpcf7-form .wpcf7-submit:hover{
    color: #fff;
    background: rgba(0,0,0,.6);
}

.blog-post .video-wrap iframe{
    height: 335px;
}

.eight .blog-post .video-wrap iframe{
    height: 220px;
}

.blog-post.home .video-wrap iframe{
    height: auto;
}

iframe.video-wrap{
    height: 440px;
}

@media(max-width: 767px){
iframe.video-wrap{
    height: 240px;
}
}

.tags{
    margin-top: 20px; 
    margin-left: 20px;
}

.tags a{
    color: #827b7d;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-right: 5px;
    height: 30px;
    background: rgba(220,220,220,.4);
    text-align: center;
    line-height: 30px;
    font-size: 10px;
    text-transform: uppercase;
}

.tags a:hover{
    background: rgba(220,220,220,.7);
    color: #000;
}

.widget_categories li{
    margin-bottom: 10px;
    border-bottom: 1px dotted #827b7d;
    padding-bottom: 10px;
}

.widget_categories li:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget_categories li a{
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;

}

.widget_categories li a:hover{
    color: #d35400;
}

.widget_tag_cloud li{
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    margin-right: 5px;
    height: 30px;
    background: rgba(220,220,220,.4);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    cursor: pointer;
}

.widget_tag_cloud li a{
    color: #000;
    font-weight: 500;
    font-size: 10px!important;
    line-height: 30px;
}

.widget_tag_cloud li:hover{
    background: #d35400;
}

.widget_tag_cloud li:hover a{
    color: #fff;
}

.recent a{
    color: #000;
}

.comments-area,
.comment-respond{
    margin-top: 50px;
}

a.comment-reply-link{
    color: #fff;
}

#blog-single .comment-respond input, 
#blog-single  .comment-respond textarea{
    color: #827b7d;
    border-bottom: 1px solid rgba(60,60,60,.3);
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
    margin-bottom: 10px;
    font: 13px/22px 'Open Sans', sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(0,0,0,0);
}

#blog-single .comment-respond textarea:focus, #blog-single .comment-respond input:focus {
    outline: none !important;
    border-color: rgba(60,60,60,.6);
    box-shadow: 0 0 10px rgb(0 0 0 / 40%);
}

.post-down h6 span{
    opacity: 1;
    font-size: 70%;
}

p.logged-in-as{
    margin-top: 15px;
}

.error-section{
    height: 100vh;
}

.error-section .container .sixteen.columns{
    padding: 40% 0;
}

.error-section h1{
    color: #fff;
    font-size: 80px;
    margin-bottom: 25px;
}

.error-section .top-subtext{
    color: #fff;
    margin-bottom: 30px;
    font-size: 24px;
}

.error-section a.go-back{
    padding: 10px 20px;
    background: #d35400;
    display: inline-block;
    color: #fff;
}

.error-section a.go-back:hover{
    background: #d35400;
}

.gallery-size-thumbnail{
    display: none;
}

.slidecontent h1{
    margin-top: 50px;
}

#sync2 .item img{
    height: 44px;
}

.photostack-img{
    width: auto;
    padding: 40px;
}

.photostack figure img{
    padding: 0;
}

.elementor-lightbox{
    display: none!important;
}

#blog-reg .sidebar .sb-search-input{
    height: 60px;
    padding: 10px 15px;
        font: 13px/22px 'Open Sans', sans-serif;
}