/*
Theme Name: Samu Child Theme
Theme URI: https://shtheme.com/demosd/samu
Description: This is child theme of samu
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Version: 1.0
Text Domain: samu-child
Template: samu
*/

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



.logged-in .header-area .main-navbar-area.sticky-header{
    top: 32px;
}
ul.info-list li.tagcloud a{
    color: inherit;
}
ul.info-list li.tagcloud a:after{
    content: ",";
    margin-right: 5px;
}
ul.info-list li.tagcloud a:last-child:after{
    content: none;
}
.blockquote.blockquote > p:has( >i ){
    margin-top: 0 !important;
}
.comment-form-cookies-consent{
    display: none;
}
a.comment-reply-link{
    background-color: var(--px-theme);
    color: #fff !important;
    padding: 0px 15px;
    border-radius: 5px;
}
a.comment-reply-link:before{
    content: "\f122";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}
.lazy-container img{
    width: 100%;
}
.sidebar-widget-area .widget.widget_search .search-form {
  display: flex;
}
.sidebar-widget-area .widget.widget_search .search-form .search-input {
  display: block;
  width: 100%;
  line-height: initial;
  border: none;
  outline: 0;
  padding: 6px 5px 6px 15px;
  transition: 0.3s;
  border: 1px solid #dddddd;
  border-radius: 5px 0 0 5px;
  background: transparent;
}
.sidebar-widget-area .widget.widget_search .search-form .btn-search {
  text-align: center;
  padding: 10px 15px;
  color: #ffffff;
  background-color: var(--px-theme);
  font-size: 18px;
  font-weight: 600;
  box-shadow: none;
  border: 1px solid var(--px-theme);
  border-radius: 0 5px 5px 0;
}
.sidebar-widget-area .widget.widget_news .article-item{
    display: flex;
    align-items: center;
    flex-direction: row;
    align-items: stretch;
}
.sidebar-widget-area .widget.widget_news .article-item .image{
    flex: 0 0 25%;
    max-width: 25%;
    overflow: hidden;
    border-radius: 5px;
}
.sidebar-widget-area .widget.widget_news .article-item .image img{
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.sidebar-widget-area .widget.widget_news .article-item .content{
    flex: 0 0 75%;
    max-width: 75%;
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
}
.sidebar-widget-area .widget.widget_news .article-item .content h6{
    margin-bottom: 0;
}
.sidebar-widget-area .widget.widget_news .article-item .content .time{
    color: #55545b;
    font-size: 13px;
}
.sidebar-widget-area .widget.widget_categories ul{
    list-style: none;
    padding-left: 0;
}
.sidebar-widget-area .widget.widget_categories ul li{
    color: #55545b;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar-widget-area .widget.widget_categories ul li:last-child{
  margin: 0;
}
.sidebar-widget-area .widget.widget_categories ul li a{
    color: #55545b;
}
.sidebar-widget-area .widget.widget_categories ul li i{
    color: var(--px-theme);
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}
.sidebar-widget-area .widget.widget_categories ul li a:before{
    content: "\f07b";
    font-family: "Font Awesome 5 Pro";
    color: var(--px-theme);
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}
.sidebar-widget-area .widget.widget_tag_cloud{
    padding-bottom: 30px;
}
.sidebar-widget-area .widget.widget_tag_cloud a{
    font-size: 14px !important;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
    margin-bottom: 10px;
    display: inline-block;
}
html[theme=dark] input, html[theme=dark] textarea{
    color: #999999 !important;
}
ul.children{
    list-style: none;
}
.comment-list .name{
    text-transform: capitalize;
}
p.logged-in-as{
    margin-bottom: 10px;
}
.wpcf7-not-valid-tip{
    color: #55545b;
}
.wpcf7 form .wpcf7-response-output{
    border: 0;
    padding: 0;
}
.wpcf7-spinner{
    display: none;
}
.newsletter-area.newsletter-3 .newsletter-form{
    position: relative;
}
.newsletter-area.newsletter-3 .newsletter-form input[type="submit"]{
    border: 0;
    box-shadow: none;
    position: absolute;
    width: fit-content;
    right: 3px;
    top: 3px;
    height: 64px;
}
.newsletter-area.newsletter-3 .newsletter-form .input-group.btn-sub{
    border: 0;
    box-shadow: none;
    position: absolute;
    width: fit-content;
    right: 1px;
    top: 2px;
}
.newsletter-area.newsletter-3 .newsletter-form .input-group.btn-sub input{
    height: 64px;
}
.newsletter-area.newsletter-3 .newsletter-form .input-group .wpcf7-not-valid-tip{
    display: none;
}
.contact-area form .wpcf7-not-valid-tip{
    color: #55545b;
    margin-top: 10px;
}
.contact-area form .wpcf7-response-output{
    color: #fff;
}
.search-form{
    display: flex;
}
.search-form input{
    display: block;
    width: 100%;
    line-height: initial;
    outline: 0;
    padding: 6px 5px 6px 15px;
    transition: 0.3s;
    border: 1px solid #dddddd;
    border-radius: 5px 0 0 5px;
    background: transparent;
    border-right: 0;
}
.search-form button{
    text-align: center;
    padding: 10px 15px;
    color: #ffffff;
    background-color: var(--px-theme);
    font-size: 18px;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid var(--px-theme);
    border-radius: 0 5px 5px 0;
}
html[theme=dark] body{
    color: #fff;
}
html[theme=dark] input, html[theme=dark] textarea{
    color: #fff !important;
}
html[theme=dark] .banner-content p, html[theme=dark] p.text-white, html[theme=dark] .section-title p{
    color: #fff !important;
}
html[theme=dark] p, html[theme=dark] ::placeholder, html[theme=dark] .footer-area .copy-right-area, html[theme=dark] .pricing-area.pricing-4 .section-title p, html[theme=dark] .pricing-area.pricing-5 .section-title p, html[theme=dark] .mean-container .mean-nav ul li a, html[theme=dark] .footer-area .footer-widget .footer-links li a, html[theme=dark] .footer-area .footer-widget p, html[theme=dark] .faq-area .accordion-item .accordion-body p, html[theme=dark] .testimonial-area .slider-item .content .text, html[theme=dark] .pricing-area.pricing-2 .section-title p, html[theme=dark] .pricing-plan-area.pricing-plan-4 .item-single .label, html[theme=dark] .pricing-plan-area.pricing-plan-2 .tab-switch .text, html[theme=dark] .newsletter-area .newsletter-form .input-group, html[theme=dark] .sidebar-widget-area .widget.widget_categories ul li, html[theme=dark] .sidebar-widget-area .widget.widget_categories ul li a, html[theme=dark] .coming-soon-area .coming-soon-box #timer .count span, html[theme=dark] .sidebar-widget-area .widget.widget_tag_cloud a, html[theme=dark] .blog-details-area .item-single .content .blockquote p, html[theme=dark] .services-area.services-2 .item-single p, html[theme=dark] .sidebar-widget-area .widget.widget_news .article-item .content .time, html[theme=dark] .newsletter-area .newsletter-form .input-group ::placeholder{
    color: #fff;
}
html[theme=dark] .blog-area .item-single .content .info-list li{
    color: #fff;
}
html[theme=light] .blog-area .item-single .content .info-list li{
    color: #1b1919;
}
html[theme=dark] .pricing-plan-area .nav-tabs-navigation .nav .nav-link{
    color: #fff;
}
html[theme=dark] .page-title-area ul li.d-inline:not(.active){
    color: #999;
}
html[theme=dark] #contactForm .secondary-btn{
    color: var(--px-theme) !important;
}
.blog-details-area .item-single .content .info-list li{
    color: inherit;
}
.comment .comment-content{
    position: relative;
}
.comment .comment-content .comment-reply-link{
    position: absolute;
    top: 0;
    right: 0;
}
.comment-respond{
    position: relative;
}
.comment-respond a{
    text-transform: capitalize;
}
a#cancel-comment-reply-link{
    background-color: var(--px-theme);
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 5px;
}
a.comment-reply-link:before{
    content: none;
}
.logged-in.elementor-editor-active .header-area .main-navbar-area.sticky-header{
    top: 0;
}
.sponsor-slider div.slider-item > img{
    max-width: 220px;
    margin: auto;
    cursor: pointer;
}
.banner-6 form div.input-group:first-child{
    display: block;
    position: relative;
}
.banner-6 form div.input-group .wpcf7-not-valid-tip{
    display: none;
}
.banner-6 form div.input-group input[type='submit']{
    position: absolute;
    right: 5px;
    top: 5px;
}
.banner-6 form .wpcf7-response-output{
    color: #fff;
}
hr{
    background-color: currentColor !important;
}
hr.mb-30{
    margin-bottom: 30px !important;
}
.home-banner-area.banner-8 .bg-shape{
    width: 100%
}
.home-banner-area.banner-8 .bg-shape img{
    width: 100%
}
.home-banner-area.banner-9 .bg-shape{
    width: 100%;
}
.home-banner-area.banner-9 .bg-shape img{
    width: 100%;
}
.home-banner-area.banner-5 .bg-shape{
    width: 100%
}
.home-banner-area.banner-5 .bg-shape img{
    width: 100%;
}
.choose-area.choose-2 .bg-image img{
    width: 100%;
}




@media only screen and (max-width: 1199px){
    .header-area .main-navbar-area .main-responsive-nav .main-responsive-menu.mean-container .mean-nav .navbar-nav{
        max-height: 300px;
        height: unset;
    }
}
@media only screen and (max-width: 991.98px){
    .sidebar-widget-area{
        margin-top: 50px;
    }
    .logged-in .header-area .main-navbar-area.sticky-header{
        top: 0;
    }
    .logged-in .header-area .main-navbar-area.sticky-header.is-sticky{
        top: 32px;
    }
}
@media only screen and (max-width: 768px){
    .logged-in .header-area .main-navbar-area.sticky-header.is-sticky{
        top: 46px;
    }
}
@media only screen and (max-width: 767.98px){
    .logged-in .header-area .main-navbar-area.sticky-header.is-sticky{
        top: 0;
    }
}