/* laundryka Customs wedget css */

/* widget follow us css */
.single-sid-wdg .wdg-follow-us {
    padding: 0;
    margin: 0;
}

.wdg-follow-us li {
    display: inline-block;
    margin: 0 5px;
}

.wdg-follow-us li a {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #1a2b3c;
    background: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    transition: .3s all;
    border: 1px solid #f1f1f1;
}

.wdg-follow-us li a:hover {
    color: #fff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

/* widget latest post area css */

.single-wdg-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}

.single-wdg-post:hover {
    border-color: #3233d6;
}

.single-wdg-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.wdg-post-img {
    min-width: 100px;
    height: auto;
}

.wdg-post-img a img {
    border-radius: 50%;
    border: 2px solid #3233d6;    
	width: 84px;
    height: 84px;
}

.wdg-post-content {
    padding-left: 12px;
}

.wdg-post-content h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #1a2b3c;
}

.single-wdg-post:hover .wdg-post-content h5 a {
    color: #3233d6;
}

.wdg-post-content span {
    margin-top: 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #777777;
}
/* footer wedget quick link  */
.footer-single-wedget .widget_nav_menu {}

.footer-single-wedget.widget_nav_menu .menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-single-wedget.widget_nav_menu .menu li {
    margin-bottom: 8px;
    padding-bottom: 7px;
}

.footer-single-wedget.widget_nav_menu .menu li a {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.footer-single-wedget.widget_nav_menu .menu li a:hover {
    color: #6ad0f6;
    margin-left: 4px;
    font-family: 'Poppins', sans-serif;
}
/* footer wedget custom html 1  */

.footer-single-wedget .custom-html-widget p {
    font-size: 15px;
    color: #fff;
}

.footer-single-wedget .custom-html-widget .footer-social {
    padding: 30px 0 0 0;
    margin: 25px 0 0 0;
    border-top: 1px solid #fff;
    list-style: none;
}

.footer-single-wedget .custom-html-widget .footer-social li {
    display: inline-block;
    margin: 0 25px 0 0;
}

.footer-single-wedget .custom-html-widget .footer-social li a {
    color: #fff;
    font-size: 16px;
}

.footer-single-wedget .custom-html-widget .footer-social li a:hover {
    color: #6ad0f6;
}

/* right wedget area css */
/* wedget search area css */
.single-sid-wdg {
    margin-bottom: 50px;
    border: 1px solid #f1f1f1;
    padding: 30px;
    transition: all .3s;
    background: #fff;
}

.single-sid-wdg:hover {
    border-color: #3233d6;
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}

.single-sid-wdg h3 {
    font-weight: 700;
    color: #353858;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-size: 24px;
    position: relative;
}

.single-sid-wdg h3:before {
    position: absolute;
    left: 0;
    content: '';
    bottom: -15px;
    width: 70px;
    height: 5px;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}


.single-sid-wdg h3:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: -13px;
    height: 1px;
    background: #f1f1f1;
    z-index: -1;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/* ################################## 

								sidebar left+right wedget default style css here 
								
								###################################*/

/* archives widget */

.single-sid-wdg.widget_archive {}

.single-sid-wdg.widget_archive ul {
    position: relative;
    margin-left: 20px;
}

.single-sid-wdg.widget_archive ul li {
    position: relative;
    list-style-type: disc;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-sid-wdg.widget_archive ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

.single-sid-wdg.widget_archive ul li a {
    display: block;
    color: #757575;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.single-sid-wdg.widget_archive ul li:hover,
.single-sid-wdg.widget_archive ul li:hover a {
    color: #02a0e7;
}

.single-sid-wdg.widget_archive select {
    position: relative;
    padding: 15px 50px 15px 15px;
    border: 1px solid #f7f7fa;
    background: #f7f7fa;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 62px;
    color: #25283a;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 320px;
    margin-bottom: 10px;
}

.single-sid-wdg.widget_archive option {}


/* calendar widget */
.widget_calendar {}

.single-sid-wdg.widget_calendar .calendar_wrap {}

.single-sid-wdg.widget_calendar table {
    width: 100%;
}

.single-sid-wdg.widget_calendar .calendar_wrap th {
    padding: 7px;
    font-size: 15px;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

.single-sid-wdg.widget_calendar .calendar_wrap td {
    padding: 7px;
    font-size: 15px;
    border: 1px solid #eee;
    color: #000;
    transition: all .3s;
    cursor: pointer;
}

.single-sid-wdg.widget_calendar .calendar_wrap td:hover {
    color: #fff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.single-sid-wdg.widget_calendar .calendar_wrap td#prev:hover a,
.single-sid-wdg.widget_calendar .calendar_wrap td#next:hover a {
    color: #fff;

}

#wp-calendar tr td {}

.single-sid-wdg.widget_calendar #wp-calendar caption {
    border: 1px solid #f0f0f0;
    padding-left: 10px;
    border-top: 0px;
}

.single-sid-wdg.widget_calendar #wp-calendar a {
    color: #000;
}

.single-sid-wdg.widget_calendar #wp-calendar #today {}

.single-sid-wdg.widget_calendar #wp-calendar #prev {}

.single-sid-wdg.widget_calendar #wp-calendar #next {}

.single-sid-wdg.widget_calendar #wp-calendar #next a {}

.single-sid-wdg.widget_calendar #wp-calendar #prev a {}


/* category widget */
.single-sid-wdg.widget_categories {}

.single-sid-wdg.widget_categories ul {
    position: relative;
    margin-left: 20px;
}

.single-sid-wdg.widget_categories ul li {
    position: relative;
    list-style-type: disc;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.single-sid-wdg.widget_categories ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

.single-sid-wdg.widget_categories ul li:hover,
.single-sid-wdg.widget_categories ul li:hover a {
    color: #02a0e7;
}

.single-sid-wdg.widget_categories ul ul.children {
    width: 100%;
}

.single-sid-wdg.widget_categories a {
    display: block;
    color: #757575;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
}

.single-sid-wdg.widget_categories select {}

.single-sid-wdg.widget_categories select#cat {
    position: relative;
    padding: 15px 50px 15px 15px;
    border: 1px solid #f7f7fa;
    background: #f7f7fa;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 62px;
    color: #25283a;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 320px;
}

.single-sid-wdg.widget_categories select.postform {}

.single-sid-wdg.widget_categories option {}

.single-sid-wdg.widget_categories .level-0 {}

.single-sid-wdg.widget_categories .level-1 {}

.single-sid-wdg.widget_categories .level-2 {}

.single-sid-wdg.widget_categories .level-3 {}

/* pages widget */
.single-sid-wdg.widget_pages {}

.single-sid-wdg.widget_pages ul {
    position: relative;
    margin-left: 20px;
}

.single-sid-wdg.widget_pages ul li {
    position: relative;
    list-style-type: disc;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.single-sid-wdg.widget_pages ul li:hover,
.single-sid-wdg.widget_pages ul li:hover a {
    color: #02a0e7;
}

.single-sid-wdg.widget_pages ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}

.single-sid-wdg.widget_pages ul li ul {
    width: 100%;
}

.single-sid-wdg.widget_pages ul li a {
    display: block;
    color: #757575;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
}

/* meta widget */
.single-sid-wdg.widget_meta {}

.single-sid-wdg.widget_meta ul {
    margin-left: 20px;
    list-style: circle;
}

.single-sid-wdg.widget_meta ul li {}

.single-sid-wdg.widget_meta ul li a {
    color: #757575;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.single-sid-wdg.widget_meta ul li:hover a {
    color: #02a0e7;
}

/* recent-comments widget */
.single-sid-wdg.widget_recent_comments .recentcomments {
    position: relative;
    padding-left: 80px;
    font-size: 16px;
    line-height: 28px;
    color: #282835;
    font-family: "Poppins", sans-serif;
    min-height: 60px;
    margin-bottom: 25px;
}

.single-sid-wdg.widget_recent_comments .recentcomments:before {
    content: "\f0e5";
    font-family: fontawesome;
    border: 1px solid #eee;
    text-align: center;
    line-height: 48px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #000;
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}

.single-sid-wdg.widget_recent_comments .recentcomments:hover:before {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    color: #fff;
}

.single-sid-wdg.widget_recent_comments #recentcomments {
    padding: 0px;
    list-style: none;
    margin-bottom: 0;
}

.single-sid-wdg.widget_recent_comments #recentcomments li {}

.single-sid-wdg.widget_recent_comments #recentcomments li a {
    color: #25283a;
}

.single-sid-wdg.widget_recent_comments #recentcomments li:hover a {
    color: #02a0e7;
}

.widget_recent_comments {}

/* recent-posts widget */

.single-sid-wdg.widget_recent_entries {}

.single-sid-wdg.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg.widget_recent_entries ul li {
    background: #f7f7fa;
    padding: 15px 30px;
}

.single-sid-wdg.widget_recent_entries ul li a {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #25283a;
}


/* rss widget */

.single-sid-wdg.widget_rss {}

.single-sid-wdg.widget_rss ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-sid-wdg.widget_rss ul li {
    background: #f7f7fa;
    padding: 15px;
    margin-bottom: 15px;
}

.single-sid-wdg.widget_rss ul li span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #999;
}

.single-sid-wdg.widget_rss ul li .rssSummary {
    margin: 10px auto;
    font-size: 16px;
}

.single-sid-wdg.widget_rss ul li cite {
    color: #999;
    font-weight: 500;
}

.single-sid-wdg.widget_rss ul li a.rsswidget {
    font-size: 15px;
    margin: 0 0 10px;
    font-weight: 600;
    color: #666;
    line-height: 1.3em;
}

/* search widget */
#searchform {}

.single-sid-wdg.widget_search form.wdg-search-form {
    position: relative;
}

.single-sid-wdg.widget_search form.wdg-search-form input {
    height: 57px;
    border-radius: 0;
    box-shadow: none;
    color: #1a2b3c;
    background: transparent;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.single-sid-wdg.widget_search form.wdg-search-form button.submit-btn {
    border: 1px solid #f1f1f1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left-color: #f7faff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

/* text widget */
.single-sid-wdg.widget_text .textwidget p {
    margin: 7px auto;
    font-size: 14px;
    line-height: 27px;
}

.single-sid-wdg.widget_text .textwidget p strong {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
}

.single-sid-wdg.widget_text .textwidget p img {
    margin: 10px auto;
}

.single-sid-wdg.widget_text form {}

.single-sid-wdg.widget_text form select {
    position: relative;
    padding: 15px 50px 15px 15px;
    border: 1px solid #f7f7fa;
    background: #f7f7fa;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 62px;
    color: #25283a;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 320px;
}

/* tag-cloud widget */
.widget_links {}

.widget_links li:after {}

.widget_links li:before {}

.single-sid-wdg.widget_tag_cloud {}

.single-sid-wdg.widget_tag_cloud a {
    font-size: 14px !important;
    line-height: 24px;
    color: #1a2b3c;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    transition: all .2s;
    text-transform: capitalize;
    border-radius: 20px;
    margin: 0px 5px 10px 0px;
}

.single-sid-wdg.widget_tag_cloud a:hover {
    color: #fff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.single-sid-wdg.widget_tag_cloud a:after {}

.single-sid-wdg.widget_tag_cloud a:before {}

/* Nav Menu widget */

.single-sid-wdg.widget_nav_menu {}

.single-sid-wdg.widget_nav_menu .menu-testing-menu-container {}

.single-sid-wdg.widget_nav_menu .menu-testing-menu-container ul:first-child {
    margin-left: 20px;
}

.single-sid-wdg.widget_nav_menu .menu-testing-menu-container ul {
    margin-left: 15px;
}

.single-sid-wdg.widget_nav_menu .menu-testing-menu-container ul li {
    position: relative;
    list-style-type: disc;
    color: #25283a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.single-sid-wdg.widget_nav_menu .menu-testing-menu-container ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d2d5d8;
}

.single-sid-wdg.widget_nav_menu .menu-testing-menu-container ul li a {
    display: block;
    color: #25283a;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
}

.single-sid-wdg.widget_nav_menu .menu-testing-menu-container ul li ul {
    width: 100%;
}


/* ################################## 

								footer wedget default style css here 
								
								###################################*/

.footer-single-wedget {}

.footer-single-wedget h3 {
    font-weight: 500;
    color: #fff;
    margin-bottom: 40px;
    text-transform: capitalize;
    font-size: 28px;
}

/* archives widget */

.footer-single-wedget.widget_archive {}

.footer-single-wedget.widget_archive ul {
    position: relative;
    margin-left: 20px;
}

.footer-single-wedget.widget_archive ul li {
    position: relative;
    list-style-type: disc;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-single-wedget.widget_archive ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

.footer-single-wedget.widget_archive ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-single-wedget.widget_archive select {
    position: relative;
    padding: 15px 50px 15px 15px;
    border: 1px solid #f7f7fa;
    background: #f7f7fa;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 62px;
    color: #25283a;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 320px;
    margin-bottom: 10px;
}

.footer-single-wedget.widget_archive option {}


/* calendar widget */
.widget_calendar {}

.footer-single-wedget.widget_calendar .calendar_wrap {}

.footer-single-wedget.widget_calendar table {
    width: 100%;
}

.footer-single-wedget.widget_calendar .calendar_wrap th {
    padding: 7px;
    font-size: 15px;
    border: 1px solid #eee;
    color: #fff;
}

.footer-single-wedget.widget_calendar .calendar_wrap td {
    padding: 7px;
    font-size: 15px;
    border: 1px solid #eee;
    color: #eee;
}

#wp-calendar tr td {}

.footer-single-wedget.widget_calendar #wp-calendar caption {
    border: 1px solid #f0f0f0;
    padding-left: 10px;
    border-top: 0px;
    color: #eee;
}

.footer-single-wedget.widget_calendar #wp-calendar a {
    color: #eee;
}

.footer-single-wedget.widget_calendar #wp-calendar #today {}

.footer-single-wedget.widget_calendar #wp-calendar #prev {}

.footer-single-wedget.widget_calendar #wp-calendar #next {}

.footer-single-wedget.widget_calendar #wp-calendar #next a {}

.footer-single-wedget.widget_calendar #wp-calendar #prev a {}


/* category widget */
.footer-single-wedget.widget_categories {}

.footer-single-wedget.widget_categories ul {
    position: relative;
    margin-left: 20px;
}

.footer-single-wedget.widget_categories ul li {
    position: relative;
    list-style-type: disc;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer-single-wedget.widget_categories ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eee;
}

.footer-single-wedget.widget_categories ul ul.children {
    width: 100%;
}

.footer-single-wedget.widget_categories a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
}

.footer-single-wedget.widget_categories select {
    position: relative;
    padding: 15px 50px 15px 15px;
    border: 1px solid #f7f7fa;
    background: #f7f7fa;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 62px;
    color: #25283a;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 320px;
    margin-bottom: 10px;
}

.footer-single-wedget.widget_categories select#cat {
    position: relative;
    padding: 15px 50px 15px 15px;
    border: 1px solid #f7f7fa;
    background: #f7f7fa;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 62px;
    color: #25283a;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 320px;
}

.footer-single-wedget.widget_categories select.postform {}

.footer-single-wedget.widget_categories option {}

.footer-single-wedget.widget_categories .level-0 {}

.footer-single-wedget.widget_categories .level-1 {}

.footer-single-wedget.widget_categories .level-2 {}

.footer-single-wedget.widget_categories .level-3 {}

/* pages widget */
.footer-single-wedget.widget_pages {}

.footer-single-wedget.widget_pages ul {
    position: relative;
    margin-left: 20px;
}

.footer-single-wedget.widget_pages ul li {
    position: relative;
    list-style-type: disc;
    color: #25283a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer-single-wedget.widget_pages ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eee;
}

.footer-single-wedget.widget_pages ul li ul {
    width: 100%;
}

.footer-single-wedget.widget_pages ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
}

/* meta widget */
.footer-single-wedget.widget_meta {}

.footer-single-wedget.widget_meta ul {
    margin-left: 20px;
    list-style: circle;
}

.footer-single-wedget.widget_meta ul li {
    color: #fff;
}

.footer-single-wedget.widget_meta ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

/* recent-comments widget */
.footer-single-wedget.widget_recent_comments .recentcomments {
    position: relative;
    padding-left: 80px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    min-height: 60px;
    margin-bottom: 25px;
}

.footer-single-wedget.widget_recent_comments .recentcomments:before {
    content: "\f0e5";
    font-family: fontawesome;
    border: 1px solid #eee;
    text-align: center;
    line-height: 48px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    -webkit-transition: background 0.3s linear, color 0.3s linear;
    transition: background 0.3s linear, color 0.3s linear;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 7px;
}

.footer-single-wedget.widget_recent_comments .recentcomments:hover:before {
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    color: #fff;
}

.footer-single-wedget.widget_recent_comments #recentcomments {
    padding: 0px;
    list-style: none;
    margin-bottom: 0;
}

.footer-single-wedget.widget_recent_comments #recentcomments li {}

.footer-single-wedget.widget_recent_comments #recentcomments li a {
    color: #fff;
}

.footer-single-wedget.widget_recent_comments #recentcomments li:hover a {
    color: #02a0e7;
}

.widget_recent_comments {}

/* recent-posts widget */

.footer-single-wedget.widget_recent_entries {}

.footer-single-wedget.widget_recent_entries ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-single-wedget.widget_recent_entries ul li {
    background: #f7f7fa;
    padding: 15px 30px;
}
.footer-single-wedget.widget_recent_entries ul li:hover a {
    color: #02a0e7;
}
.footer-single-wedget.widget_recent_entries ul li a {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #25283a;
	display: block;
}


/* rss widget */

.footer-single-wedget.widget_rss {}

.footer-single-wedget.widget_rss ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-single-wedget.widget_rss ul li {
    background: #f7f7fa;
    padding: 15px;
    margin-bottom: 15px;
}

.footer-single-wedget.widget_rss ul li span.rss-date {
    display: block;
    padding-bottom: 5px;
    font-size: 14px;
    color: #999;
}

.footer-single-wedget.widget_rss ul li .rssSummary {
    margin: 10px auto;
    font-size: 16px;
}

.footer-single-wedget.widget_rss ul li cite {
    color: #999;
    font-weight: 500;
}

.footer-single-wedget.widget_rss ul li a.rsswidget {
    font-size: 15px;
    margin: 0 0 10px;
    font-weight: 600;
    color: #666;
    line-height: 1.3em;
}

/* search widget */
#searchform {}

.footer-single-wedget.widget_search form.wdg-search-form {
    position: relative;
}

.footer-single-wedget.widget_search form.wdg-search-form input {
    height: 57px;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    background: transparent;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    text-transform: capitalize;
}

.footer-single-wedget.widget_search form.wdg-search-form input::placeholder {
    color: #fff;
}

.footer-single-wedget.widget_search form.wdg-search-form button.submit-btn {
    border: 1px solid #f1f1f1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 25px;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border-left-color: #f7faff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

/* text widget */
.footer-single-wedget.widget_text .textwidget p {
    margin: 7px auto;
    font-size: 14px;
    line-height: 27px;
    color: #fff;
}

.footer-single-wedget.widget_text .textwidget p strong {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
    color: #fff;
}

.footer-single-wedget.widget_text .textwidget p img {
    margin: 10px auto;
}

.footer-single-wedget.widget_text form {}

.footer-single-wedget.widget_text form select {
    position: relative;
    padding: 15px 50px 15px 15px;
    border: 1px solid #f7f7fa;
    background: #f7f7fa;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    height: 62px;
    color: #25283a;
    border-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    max-width: 320px;
}

/* tag-cloud widget */
.widget_links {}

.widget_links li:after {}

.widget_links li:before {}

.footer-single-wedget.widget_tag_cloud {}

.footer-single-wedget.widget_tag_cloud a {
    font-size: 14px !important;
    line-height: 24px;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #f1f1f1;
    display: inline-block;
    transition: all .2s;
    text-transform: capitalize;
    border-radius: 20px;
    margin: 0px 5px 10px 0px;
}

.footer-single-wedget.widget_tag_cloud a:hover {
    color: #fff;
    background-image: -moz-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -webkit-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
    background-image: -ms-linear-gradient(178deg, rgb(47, 50, 212) 0%, rgb(113, 66, 247) 100%);
}

.footer-single-wedget.widget_tag_cloud a:after {}

.footer-single-wedget.widget_tag_cloud a:before {}

/* Nav Menu widget */

.footer-single-wedget.widget_nav_menu {}

.footer-single-wedget.widget_nav_menu .menu-testing-menu-container {}

.footer-single-wedget.widget_nav_menu .menu-testing-menu-container ul:first-child {
    margin-left: 20px;
}

.footer-single-wedget.widget_nav_menu .menu-testing-menu-container ul {
    margin-left: 15px;
}

.footer-single-wedget.widget_nav_menu .menu-testing-menu-container ul li {
    position: relative;
    list-style-type: disc;
    color: #25283a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.footer-single-wedget.widget_nav_menu .menu-testing-menu-container ul li:after {
    content: '';
    position: absolute;
    left: -20px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d2d5d8;
}

.footer-single-wedget.widget_nav_menu .menu-testing-menu-container ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 10px;
}

.footer-single-wedget.widget_nav_menu .menu-testing-menu-container ul li ul {
    width: 100%;
}