/* sideber css style */

/*======================== manhood WIDGET CSS =========================*/

/*blog list*/

.blog-list-area {
    background: #F6F6F6;
    padding: 100px 0 100px;
}

.dreamit-single-blog-box {
    margin-bottom: 40px;
    transition: .3s;
    background: #fff;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    border-radius: 7px;
}

.dreamit-single-blog-box:hover {
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
}

.dreamit-sigle-tmumb img {
    width: 100%;
}

.em-blog-content {
    padding: 26px 35px 13px;
}

.meta-blog {
    float: left;
    margin-right: 14px;
}

.meta-blog a {
    color: #616161;
    margin-right: 25px;
    transition: .3s;
    position: relative;
    font-weight: 400;
}

.meta-blog a:hover {
    color: #FFB74D;
}

.meta-blog-right a {
    position: relative;
    color: #616161;
    font-weight: 400;
    margin-left: 15px;
}

.meta-blog-right a:hover {
    color: #FFB74D;
}

.meta-blog-right a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 5px;
    margin: auto;
    left: -15px;
}

.blog-page-title h2 {
    font-size: 30px;
    margin: 11px 0 20px;
}

.blog-page-title a {
    font-weight: 600;
    color: #232323;
    transition: .3s;
    font-family: 'Oswald';
}

.blog-page-title h2 a:hover {
    color: #FFB74D;
}

.meta-blog1 {
    float: left;
    margin-right: 14px;
}

.meta-blog1 a {
    color: #616161;
    margin-right: 25px;
    transition: .3s;
    position: relative;
    font-weight: 500;
}

.meta-blog1 a:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background: #616161;
    top: 6px;
    right: -15px;
}

.meta-blog1 a:hover {
    color: #FFB74D;
}

.meta-blog span:hover {
    color: #FFB74D;
}

.blog-page-title1 h2 {
    font-size: 21px;
    margin: 37px 0 19px;
}

.blog-page-title1 h2 a {
    font-weight: 800;
    display: block;
}

.blog-page-title1 h2 a:hover {
    color: #FFB74D;
}

/*categories*/

.search {
    padding: 35px 30px 35px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 40px;
    background: #fff;
}

.search input {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding-left: 15px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #616161;
}

button.icons {
    background: transparent none repeat scroll 0 0;
    border: 0;
    font-size: 18px;
    color: #616161;
    padding: 1px 15px;
    position: absolute;
    right: 44px;
    top: 66px;
    transform: translateY(-50%);
    height: 100%;
    width: 53px;
}

.widget-sidebar-box {
    padding: 35px 30px 35px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    border-radius: 8px;
}

.widget-sidebar-title h2 {
    color: #232323;
    font-size: 21px;
    position: relative;
    display: block;
    margin: 0;
    font-family: 'Oswald';
    font-weight: 600;
}

.popular-post-box-inner {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 14px;
    padding-bottom: 16px;
}

.popular-post-thumb {
    margin-right: 25px;
}

.popular-post-content a {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    color: #232323;
    font-family: 'Oswald';
}

.popular-post-content span {
    display: block;
    color: #212529;
    font-size: 14px;
}

.widget-sidebar-box-two {
    padding: 35px 30px 30px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    border-radius: 8px;
}

.categories-content ul li {
    list-style: none;
    border-top: 1px solid #eaedff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.categories-content ul li a {
    color: #616161;
}

.Tags-Cloud-title a {
    display: inline-block;
    color: #616161;
    font-size: 15px;
    font-weight: 400;
    margin: 0 2px 8px 0;
    padding: 2px 10px;
    background: #fff;
    text-transform: capitalize;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.Tags-Cloud-title a:hover {
    background: #FFB74D;
    color: #fff;
}

.popular-post-content a:hover {
    color: #FFB74D;
}

.categories-content ul li a:hover {
    color: #FFB74D;
}

/* Calender*/

.calender-area {
    height: 435px;
    padding: 10px 0px 0;
    background: #fff;
    border-radius: 8px;
}

.celender-box {
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.10);
    padding: 13px 4px 8px 19px;
    color: #fff;
}

.sidebar-search {
    padding-top: 11px;
    padding-bottom: 13px;
}

.sidebar-search input:focus {
    border: 1px solid #f00;
}

.widget-title h2 {
    font-size: 25px;
    padding-left: 10px;
}

.curr-month {
    width: 96%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    padding-left: 25px;
    text-transform: capitalize;
    font-weight: normal;
    color: #565872;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 95%;
    margin: 0 auto 0;
    font-size: 14px;
    font-weight: 300;
    padding-left: 18px;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 50px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    color: #333;
    height: 40px;
}

element.style {
    background-color: #0B2653;
    color: rgb(255, 255, 255);
}

.tag-item .all-days ul li {
    font-weight: 600;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.all-date li.monthdate:hover {
    background-color: #FFB74D;
    color: #fff;
}

.widget-items p {
    margin-bottom: 0;
}

.element.style {
    background-color: inherit;
    color: rgb(255, 255, 255);
}

/*blog details*/

.techno-blog-socails {
    border-top: 1px solid #e6e6e6;
    margin-top: 40px;
    padding-bottom: 25px;
    padding-top: 35px;
}

.techno-socail-icon a i {
    display: inline-block;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 41px;
    margin: 0 4px 0 0px;
    border-radius: 5px;
    color: #565872;
    transition: .5s;
}

.techno-socail-icon a i:hover {
    background: #FFB74D;
    border: #FFB74D;
    color: #fff;
}

/*contact form*/

.widget-sidebar-title2 h2 {
    color: #232323;
    font-size: 21px;
    position: relative;
    display: block;
    margin: 0;
    font-family: 'Oswald';
    font-weight: 600;
    margin-bottom: 20px;
}

label {
    color: #616161;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.style-four .from-box input {
    float: right;
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 7px 20px;
    display: block;
    border-radius: 5px;
    width: 100%;
    color: #616161;
    margin-bottom: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.style-four .from-box textarea {
    height: 150px;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

label.label-color {
    color: #9DA4A8;
    padding-left: 10px;
}

.style-four .from-box input:focus {
    background: transparent;
    border: 3px solid #FFB74D !important;
    outline-color: none;
    box-shadow: none;
    border-radius: 5px;
}

.style-four .from-box textarea:focus {
    background: transparent;
    border: 3px solid #FFB74D !important;
    outline-color: none;
    box-shadow: none;
}

.contact-button2 button {
    display: inline-block;
    color: #fff;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 30px;
    background: linear-gradient(to right, #FFB74D 0%, #FFB74D 100%);
    border-radius: 5px;
    font-family: 'Oswald';
    border: 0;
    margin-top: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.contact-button2 button:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
}

.contact-button2 button:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    background: #19191b;
    color: #fff;
}

.contact-button2 button:hover {
    color: #fff;
}

/*contact now box*/

.contact-now-area {
    padding: 80px 0 70px;
}

.contact-now-form-box {
    background: #f7f7f7;
    padding: 30px 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 30px;
}

.contact-now-form-box-inner {
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: .5s;
}

.contact-now-form-icon i {
    display: inline-block;
    font-size: 35px;
    margin-top: 25px;
    color: #ff783c;
}

.contact-now-title {
    padding-bottom: 13px;
}

.contact-now-title h4 {
    font-size: 22px;
    font-family: 'Inter';
    font-weight: 700;
    padding-bottom: 8px;
}

.contact-now-title p {
    font-family: 'Inter';
    margin-bottom: 10px;
}

.contact-now-form-box-inner:hover {
    border: 2px solid #ff783c;
}

.widget-sidebar-title-2 h2 {
    font-size: 32px;
    font-weight: 600;
    font-family: 'Inter';
    padding-bottom: 13px;
}

.widget-sidebar-title-2 p {
    padding: 0 260px 20px;
}