/* Widget Css */
.widget
{
    margin-bottom: 40px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    padding: 35px 40px 35px;
    background: #f6f6f6;
}
h5.widget-title.mb-3
{
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 0;
}
.blog-left-side>div
{
    margin-bottom: 30px;
}
.blog-left-side>div:last-child
{
    margin-bottom: 0;
}
.blog-left-side h2
{
    margin-bottom: 10px;
    font-size: 24px;
    margin: 0 0 10px;
}
.blog-left-side a
{
    color: #575f66;
}
.blog-left-side .content
{
    padding: 0;
}
.blog-left-side .push-bottom-large
{
    margin-bottom: 0;
}
.blog-left-side>div:last-child
{
    margin-bottom: 0;
}
.blog-left-side>aside:last-child
{
    margin-bottom: 0!important;
}
.blog-left-side .sub-menu li a:hover, .blog-left-side .nav .children li a:hover
{
    background: transparent;
    color: #ff5e14;
}/* Instagram */
.sb_instagram_header
{
    display: none;
}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a
{
    background: #062a4d;
    border-radius: 0;
}
#sb_instagram #sbi_load .sbi_load_btn:hover
{
    background: #ff5e14;
}
#sb_instagram .sbi_follow_btn a:focus, #sb_instagram .sbi_follow_btn a:hover
{
    outline: 0;
    box-shadow: inset 0 0 10px 20px #ff5e14;
}/* Widget Search */
.search
{
    position: relative;
}
.wp-block-search__input
{
    padding: 12px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #ddd;
    text-decoration: unset!important;
    background: #fff;
    outline: 0;
}
.wp-block-search__button
{
    margin-left: .625em;
    word-break: normal;
    background: #00bdd3;
    color: #fff;
    font-weight: 500;
    border: 0;
    padding: 0 15px;
}
.search input
{
    background: #fff none repeat scroll 0 0;
    height: 54px;
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    color: #575f66;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
}
.search input::-ms-input-placeholder, .search input::-webkit-placeholder, .search input::-moz-placeholder
{
    color: #858585;
    font-size: 14px;
}
.search button
{
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #575f66;
    font-size: 18px;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 53px;
}
.search input[type="text"]
{
    padding-left: 10px;
}/* widget list */
.blog-left-side .widget h4
{
    display: block;
    margin-bottom: 20px;
}
.blog-left-side .widget h4.widget-title
{
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}
.blog-left-side .widget ul
{
    list-style: none;
}
.blog-left-side .widget ul li
{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 6px 0;
    position: relative;
}
.blog-left-side .widget ul.children
{
    margin-top: 5px;
    padding-left: 10px;
}
.blog-left-side .widget ul li
{
    position: relative;
    border-bottom: 1px solid #f6f6f6;
}
.blog-left-side .widget ul ul
{
    padding-left: 10px;
    margin-top: 10px;
}
.blog-left-side .widget ul li:last-child
{
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.blog-left-side .widget ul li a
{
    color: #575f66;
    font-weight: 400;
}
.blog-left-side .widget ul li a:hover
{
    color: #00bdd3;
}
.widget ul.children
{
    margin-top: 5px;
    padding-left: 10px;
}
.blog-left-side .cat-item a
{
    display: inline-block;
}
.blog-left-side .cat-item
{
    display: block;
    border-radius: 6px;
    margin: 5px 0;
}/* widget select */
.blog-left-side .widget select
{
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    padding-left: 13px;
    outline: 0;
}
.widget .screen-reader-text
{
    display: none;
}
.textwidget select
{
    width: 100%;
}/* Widgets Calander css */
#wp-calendar
{
    width: 100%;
}
#wp-calendar caption
{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: center;
}
#wp-calendar
{
    font-size: 13px;
}
#wp-calendar
{
    border: 0 solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
    color: #333;
}
table#wp-calendar td
{
    border: 1px solid #e5e5e5;
    color: #444;
    padding: 5px 6px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}
#wp-calendar th, #wp-calendar td
{
    padding: 8px;
}
table#wp-calendar th
{
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 6px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}
table#wp-calendar td#today
{
    color: #fff;
    background-color: #00bcd5;
}
table#wp-calendar td#today a
{
    color: #fff;
}/* Widgets tags */
.tagcloud a
{
    color: #575f66;
    display: inline-block;
    font-size: 15px!important;
    margin: 0 0 12px 0;
    padding: 3px 13px;
    text-align: center;
    text-transform: capitalize;
    background: #f4f4f4;
    border: none;
    line-height: 1.4;
    border: 1px solid #ddd;
}
.widget_categories ul li:hover:before, .widget_archive ul li:hover:before, .widget_categories ul li a:hover, .widget_archive ul li a:hover, .r-post-content h3:hover, .r-post-content h3 a:hover
{
    color: #ff5e14;
}
.tagcloud a:hover
{
    background: #ff5e14;
    border-color: transparent;
    color: #fff;
}
.wp-block-archives li a, .wp-block-categories li a
{
    color: #707070;
}
.wp-block-archives select
{
    height: 40px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.single-blog-content .wp-block-latest-comments
{
    padding-left: 0;
}
.recent-post-text span i
{
    color: #f8f9fe;
    margin-right: 5px;
    font-size: 14px;
}
.blog-left-side .widget.widget_text .wp-caption
{
    margin-bottom: 0;
}/* Footer Widgets */
.footer-middle .widget
{
    margin-bottom: 30px;
    box-shadow: none;
    padding: 0;
    background: transparent;
}
.footer-middle .widget p
{
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}/* .footer-middle {
    padding: 50px 0 34px !important;
} */
.footer-bottom
{
    border-top: 1px solid transparent!important;
}
.footer-middle .widget ul li
{
    display: block;
    margin-bottom: 0!important;
    padding: 5px 0!important;
}/* Recent Post */
.recent-post-item
{
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 2px;
}
.recent-post-image
{
    float: left;
    overflow: hidden;
    margin-right: 15px;
    height: 80px;
    width: 80px;
}
.recent-post-image img
{
    border-radius: 4px;
}
.recent-post-image a
{
    display: inline-block;
    margin-top: 0;
}
.recent-post-text h4
{
    overflow: hidden;
    margin: 0;
}
.blog-left-side .widget .recent-post-text h4
{
    margin-bottom: 0;
    margin-top: -5px;
    line-height: 18px;
}
.recent-post-text h4 a
{
    color: #8e939f;
    font-size: 17px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-weight: 500;
    line-height: 1.3;
    display: block;
}
.recent-post-text h4 a:hover
{
    color: #ff5e14;
}
.recent-post-item:last-child
{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.recent-post-text .rcomment i
{
    margin-right: 5px;
}
.recent-post-text .rcomment
{
    text-transform: capitalize;
    font-size: 13px;
    color: #9e9e9e;
}
.widget .mc4wp-form-fields .solid-btn
{
    width: 38%;
}
.widget .mc4wp-form-fields
{
    position: relative;
    width: 100%;
    margin: auto;
}
.resent-post .recent-post-text h4 a
{
    color: #fff;
    font-family: 'Fira Sans';
    font-weight: 500;
    transition: .5s;
    line-height: 24px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
}/*start Subscribe section*/
.contact-boxes input[type="email"]
{
    background: #f7f4f4;
}
input[type="email"]
{
    margin-bottom: 0;
    outline: 0;
    position: relative;
    height: 50px;
    width: 80%;
    border: 1px solid rgba(19,17,37,.1);
    padding: 0 15px 0;
    background: #131720;
    border-radius: 5px;
    color: #fff;
}
input[type="submit"]
{
    background: #00bcd5;
    position: absolute;
    top: 0;
    right: 35px;
    height: 50px;
    border: inherit;
    border-radius: 0 5px 5px 0;
    color: #e9f7fa;
    padding: 0 10px 0;
}
.size-sajano input[type="email"]::placeholder
{
    color: #fff!important;
}
.mc4wp-form-fields p
{
    margin: 0;
}
input[type="email"]::placeholder
{
    font-size: 16px;
    color: #232323!important;
}
p.mailchimp-form button
{
    transition: all .4s ease 0s;
    border: medium none;
    border-radius: 0;
    color: #232323;
    font-weight: 500;
    text-align: center;
    padding: 13px 19px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    z-index: 1;
}
p.mailchimp-form button:hover
{
    background: #ff5e14;
    color: #fff;
}
.footer-icon i:hover
{
    border-radius: 50%;
}
.footer-title h4
{
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 0 0 18px;
}
.footer-title h4::before
{
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 50px;
    background: #00bcd5;
}
li.elementor-icon-list-item a span
{
    transition: .5s;
    position: relative;
    z-index: 1;
}
li.elementor-icon-list-item a span::before
{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    background: #00bcd5;
    transition: .5s;
}
li.elementor-icon-list-item a span:hover::before
{
    width: 100%;
}
li.elementor-icon-list-item a span:hover
{
    color: #00bcd5!important;
}
.jogajog li.elementor-icon-list-item span i
{
    display: inline-block;
    color: #fff!important;
    height: 40px;
    width: 10px!important;
    line-height: 30px;
    background: #21252e;
    text-align: center!important;
    padding: 5px 26px 0 13px;
    border-radius: 5px;
    transition: .9s;
    margin-right: 5px;
}
.jogajog li:hover.elementor-icon-list-item span i
{
    background: #00bcd5;
    border-radius: 50%;
}
.jogajog li:hover.elementor-icon-list-item span
{
    color: #00bcd5!important;
}/*form_two*/
.form_two input[type="email"]
{
    background: rgba(255,255,255,.10196078431372549);
    color: #fff;
    border-radius: 5px;
}
.form_two p.mailchimp-form button
{
    border-radius: 0 5px 5px 0;
}
.form_two input[type="email"]::placeholder
{
    color: #a8a8b3!important;
}/*start footer section*/
.footer-middle table#wp-calendar th
{
    border: 1px solid #fff;
    color: #fff;
}
.footer-middle table#wp-calendar td
{
    border: 1px solid #e5e5e5;
    color: #fff;
}
.footer-middle #wp-calendar caption
{
    font-size: 15px;
    color: #fff;
}
.footer-middle .wp-calendar-nav-prev a
{
    color: #fff;
}
.footer-bottom-content-copy
{
    text-align: right;
}
.footer-bottom-content-copy p
{
    color: #fff;
    margin: 0;
}
.footer-bottom-content-copy span
{
    color: #e9ba04;
}
.rpwwt-post-title
{
    font-family: 'Clash Display',sans-serif;
}
.blog-left-side .widget .rpwwt-widget ul li a
{
    color: #232323;
    font-weight: 500;
    color: #101010;
    text-decoration: none;
    transition: .3s;
}
.blog-left-side .widget .rpwwt-widget ul li a:hover
{
    color: #ff5e14;
}