/*

Theme Name: Salient Child Theme

Description: This is a custom child theme for Salient

Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266

Author: ThemeNectar

Author URI:  https://themeforest.net/user/themenectar

Template: salient

Version: 1.0

*/
@import "asset/fonts/stylesheet.css";
@import "asset/fonts/icomoon/style.css";
body {
	font-family: 'Gilroy',sans-serif;
    font-weight: normal;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
a {
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.text-center {
	text-align: center;
}
.row .col h3, .row .col h4 {
    margin-bottom: revert;
}
.font-gilroy-bold, .font-bold, .font-bold p, .font-bold a, a.font-bold, .font-bold span, .font-bold strong {
	font-family: 'Gilroy',sans-serif;
    font-weight: bold;
}
.font-gilroy-semi, .font-semi, .font-semi p, .font-semi a, a.font-semi, .font-semi span, .font-semi strong {
	font-family: 'Gilroy',sans-serif;
    font-weight: 600;
}
.font-gilroy-medium, .font-medium, .font-medium p, .font-medium a, a.font-medium, .font-medium span, .font-medium strong {
	font-family: 'Gilroy',sans-serif;
    font-weight: 500;
}
.font-gilroy-normal, .font-normal, .font-normal p, .font-normal a, a.font-normal, .font-normal span, .font-normal strong {
	font-family: 'Gilroy',sans-serif;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gilroy',sans-serif;
    font-weight: bold;
}
.color-black, .color-black p, .color-black a, .color-black span, .color-black strong {
    color: #000;
}
.color-gray, .color-gray p, .color-gray a, .color-gray span, .color-gray strong {
    color: #272727;
}
.color-white, .color-white p, .color-white a, .color-white span, .color-white strong {
    color: #fff;
}
.color-blue, .color-blue p, .color-blue a, .color-blue span, .color-blue strong {
    color: #1E97D4;
}
.color-sky, .color-sky p, .color-sky a, .color-sky span, .color-sky strong {
    color: #27BFE6;
}
.color-green, .color-green p, .color-green a, .color-green span, .color-green strong {
    color: #407F46;
}

.font-60, .font-60 p, .font-60 a, a.font-60, .font-60 span, .font-60 strong {
	font-size: 60px;
	line-height: 70px;
}
.font-50, .font-50 p, .font-50 a, a.font-50, .font-50 span, .font-50 strong {
	font-size: 50px;
	line-height: 60px;
}
.font-46, .font-46 p, .font-46 a, a.font-46, .font-46 span, .font-46 strong {
	font-size: 46px;
	line-height: 60px;
}
.font-42, .font-42 p, .font-42 a, a.font-42, .font-42 span, .font-42 strong {
	font-size: 42px;
	line-height: 50px;
}
.font-40, .font-40 p, .font-40 a, a.font-40, .font-40 span, .font-40 strong {
	font-size: 40px;
	line-height: 48px;
}
.font-24, .font-24 p, .font-24 a, a.font-24, .font-24 span, .font-24 strong {
	font-size: 24px;
	line-height: 28px;
}
.font-20, .font-20 p, .font-20 a, a.font-20, .font-20 span, .font-20 strong {
	font-size: 20px;
	line-height: 26px;
}
.font-18, .font-18 p, .font-18 a, a.font-18, .font-18 span, .font-18 strong {
	font-size: 18px;
	line-height: 24px;
}
.font-16, .font-16 p, .font-16 a, a.font-16, .font-16 span, .font-16 strong {
	font-size: 16px;
	line-height: 24px;
}
.font-14, .font-14 p, .font-14 a, a.font-14, .font-14 span, .font-14 strong {
	font-size: 14px;
	line-height: 16px;
}
.font-letter-spacing-5 {
	letter-spacing: 3px;
}
.text-uppercase {
	text-transform: uppercase;
}

.padding-top-60 {
	padding-top: 60px!important;
}
.padding-top-80 {
	padding-top: 80px !important;
}
.padding-top-120 {
	padding-top: 120px!important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-bottom-30 {
	padding-bottom: 30px !important;
}
.padding-bottom-40 {
	padding-bottom: 40px !important;
}
.padding-bottom-50 {
	padding-bottom: 50px !important;
}
.padding-bottom-60 {
	padding-bottom: 60px !important;
}
.padding-bottom-80 {
	padding-bottom: 80px !important;
}
.padding-bottom-120 {
	padding-bottom: 120px !important;
}
.padding-bottom-200 {
	padding-bottom: 200px !important;
}


.margin-top-30 {
	margin-top: 30px;
}



.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}

.padding-left-15 {
	padding-left: 15px!important;
}
.padding-left-150 {
	padding-left: 150px!important;
}
.padding-right-150 {
	padding-right: 150px!important;
}

.btn-yellow-color-blue {
    background: #FBC412;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 18px;
    color: #14496b;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-yellow-color-black, .nectar-button.btn-yellow-color-black {
    color: #272727;
    background: #FBC412;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 18px;
	box-shadow: none;
	-webkit-box-shadow: none;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.btn-yellow-color-black:hover {
    background-color: #EF402D !important;
    color: #fff !important;	
}
.nectar-button.large {
    padding-top: 15px;
    padding-bottom: 15px;
}


.container-wrap, .project-title {
    background-color: #fff;
}

#footer-outer #copyright {
    display: none;
}
#footer-outer #footer-widgets .widget h4 {
    font-size: 32px;
    font-family: 'Gilroy',sans-serif;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 40px;
}
.textwidget .social li {
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
}
#footer-outer #footer-widgets .col ul li a i {
    color: #fff;
}
#footer-outer #footer-widgets .col ul li a:hover i {
    color: #c7212f;
}
#footer-outer #footer-widgets #text-3 {
    text-align: right;
}
#footer-outer #footer-widgets .col .copyright-custom {
    color: #fff;
	padding-bottom: 0px;
	font-size: 12px;
}
.menu-copyright-footer li a {
    position: relative;
}
.menu-copyright-footer li a:before {
    content: "";
    position: absolute;
    left: -8px;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #fff;
}
#footer-outer .menu-copyright-footer li {
	list-style: none;
}
#footer-outer .menu-copyright-footer li a {
    color: #fff!important;
	font-size: 12px;
}
#footer-outer .menu-copyright-footer li a:hover {
    color: #c7212f!important;
}
#footer-outer .textwidget .btn-donate-us-footer {
    border: 1px solid #FBC412;
    font-size: 18px;
    color: #FBC412!important;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top: 30px;
}
#footer-outer .textwidget .btn-donate-us-footer:hover {
	background-color: #FBC412;
	color: #fff!important;
}
#footer-outer .row {
    padding-top: 80px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    font-family: 'Gilroy',sans-serif;
    color: #000;
}
#header-outer[data-lhe="default"] #top nav > ul > li.signup-menu-class > a {
    color: #1E97D4;
}
#header-outer[data-lhe="default"] #top nav > ul > li.signup-menu-class > a:before {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    content: "";
    background: #1E97D4;
    border-radius: 50%;
}
#header-outer[data-lhe="default"] #top nav > ul > li.signup-menu-class:hover > a:before {
    background: #c7212f;
}
#header-outer[data-lhe="default"] #top nav > ul > li.login-menu-class > a {
    color: #4CA146;
}
#header-outer[data-lhe="default"] #top nav > ul > li.login-menu-class > a:before {
    position: absolute;
    left: 6px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    content: "";
    background: #4CA146;
    border-radius: 50%;
}
#header-outer[data-lhe="default"] #top nav > ul > li.login-menu-class:hover > a:before {
    background: #c7212f;
}
.heading-border-left:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 5%;
    height: 90%;
    width: 10px;
    background: #ef402d;
}
.heading-border-left {
    padding-left: 30px;
    position: relative;
}
.bg-dots-heading {
    background-image: url(img/bg-dots.png);
    background-repeat: no-repeat;
    background-position: 15px top;
}

.detail-image-challanges-cate {
    display: none;
}
.image-challanges-cate {
    width: 100px;
    height: 100px;
    display: inline-block;
}
.image-challanges-cate {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.count-challanges-post-in-cate {
    width: 100%;
    margin-bottom: 70px;
    padding-top: 30px;
}
.detail-link-im-challanges-cate {
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    padding: 30px 15px;
    height: 100%;
    position: absolute;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-end;
    width: 100%;
    top: 0px;
    left: 0px;
}
.detail-link-im-challanges-cate * {
    z-index: 9;
    position: relative;
}
.count-challanges-post-in-cate {
    opacity: 0;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.detail-link-im-challanges-cate:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.detail-link-im-challanges-cate:hover:before {
    opacity: 0.6;
}
.item-all-poffolio-category-challange .detail-link-im-challanges-cate:before {
    opacity: 0.8;
}
.item-all-poffolio-category-challange .detail-link-im-challanges-cate:hover:before {
    opacity: 0.8;
}
.item-all-poffolio-category-challange .detail-link-im-challanges-cate {
    align-content: center;
}
.item-all-poffolio-category-challange .count-challanges-post-in-cate {
    margin-bottom: 0px;
    padding: 15px;
    opacity: 1;
}
.detail-link-im-challanges-cate:hover .count-challanges-post-in-cate {
    opacity: 1;
}
.number-count-challanges {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: block;
    margin-bottom: 0px;
    line-height: 1.2em;
}
.txt-count-challanges {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}
.item-colum-poffolio-category-challange {
    position: relative;
}
.main-img-poffolio-category-challange {
    width: 100%;
    background-color: #8f1838;
    display: block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    transition: transform .3s ease,opacity .3s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
    overflow: hidden;
}
.main-img-poffolio-category-challange:before {
	display: block;
    content: "";
    width: 100%;
    padding-top: 176%;
    background: 0 0!important;
    box-shadow: none!important;
}


.content-item-colum-grid-challange .detail-img-item-colum-grid-challange {
    display: none;
}
.img-item-colum-grid-challange {
    width: 100%;
    background-color: #8f1838;
    display: block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition: transform .3s ease,opacity .3s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.img-item-colum-grid-challange:before {
	display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
    background: 0 0!important;
    box-shadow: none!important;
}
.slogan-challange {
	display: block;
    position: absolute;
    bottom: 15px;
    width: calc(100% - 30px);
    left: 15px;
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    z-index: 9;
}
.slogan-challange i {
    margin-right: 8px;
}
.item-colum-grid-challange {
    margin-top: 22px;
    margin-bottom: 22px;
}
.content-item-colum-grid-challange {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.info-item-colum-grid-challange {
	padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
    align-content: space-between;
}
.info-item-colum-grid-challange .title-post-grid-challange a {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.info-item-colum-grid-challange .title-post-grid-challange {
    margin-bottom: 30px;
    line-height: 24px;
    width: 100%;
}
.content-item-colum-grid-challange:hover .slogan-challange {
	bottom: 45px;
}
.slogan-challange:before {
    content: "";
    background: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 0.9;
    z-index: -1;
}

.meta-detail-info-colum-grid-challange p {
    padding-bottom: 0px;
}
.detail-info-colum-grid-challange {
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.value-meta-detail-info-colum-grid-challange {
    color: #14496b;
    font-weight: 600;
    font-size: 14px;
    width: calc(100% - 20px);
}
.meta-detail-info-colum-grid-challange p i {
    font-size: 15px;
    font-weight: 600;
    width: 19px;
    text-align: left;
}

.content-item-colum-grid-challange:hover .info-item-colum-grid-challange .title-post-grid-challange a {
    color: #EF402D;
}
.content-item-colum-grid-challange:hover {
    box-shadow: 3px 5px 20px rgba(0,0,0,0.3);
}
.content-item-colum-grid-challange:hover .info-item-colum-grid-challange .btn-yellow-color-black {
    background: #59ba47;
    color: #fff;
}


.nav-slider-custom .prev-slider-custom {
    margin-right: 30px;
}
.nav-slider-custom .detail-nav-slider-custom {
    cursor: pointer;
}
.nav-slider-custom .detail-nav-slider-custom:hover i:before {
	color: #c7212f;
}
.nav-slider-custom .detail-nav-slider-custom i {
    font-size: 22px;
}
.left-heading-shortcode-slider-told-stories {
    padding-left: calc(33% - 290px)!important;
}
.main-grid-post-column-slider-custom {
    overflow: hidden;
}
.main-grid-post-column-slider-custom .slick-list {
	margin-left: -160px;
}


.content-item-colum-slider-post .detail-img-item-colum-post-slider {
    display: none;
}
.content-item-colum-slider-post .img-item-colum-post-slider:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 120%;
    background: 0 0!important;
    box-shadow: none!important;
}
.content-item-colum-slider-post .img-item-colum-post-slider {
    width: 100%;
    background-color: #8f1838;
    display: block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition: transform .3s ease,opacity .3s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
    overflow: hidden;
}
.content-item-colum-slider-post .title-post-post-slider a {
    color: #000;
}
.content-item-colum-slider-post .title-post-post-slider {
    font-size: 28px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.content-item-colum-slider-post .detail-info-colum-post-slider {
    height: 0px;
    overflow: hidden;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.content-item-colum-slider-post:hover .detail-info-colum-post-slider {
    height: auto;
    overflow: unset;
}
.content-item-colum-slider-post {
	padding-left: 15px;
    padding-right: 15px;
	padding-top: 120px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.content-item-colum-slider-post:hover {
	padding-top: 80px;
}
.detail-info-colum-post-slider .link-readmore-red i {
    margin-left: 15px;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.content-item-colum-slider-post:hover .desc-detail-info-colum-post-slider .link-readmore-red i {
    margin-left: 25px;
}
.detail-info-colum-post-slider .link-readmore-red {
    text-transform: uppercase;
    font-size: 16px;
    color: #C7212F;
    font-weight: 600;
}

.desc-detail-info-colum-post-slider {
    margin-bottom: 15px;
}

.client-list-icon .clients.carousel >div {
    display: flex;
    align-items: center;
    align-content: center;
    height: 100%;
}
.client-list-icon .clients.carousel >div img {
    margin-bottom: 0px;
}




.top-testimonial-blockquote {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
}
.prev-quotes-slider-testimonial img {
    display: none;
}
.prev-quotes-slider-testimonial {
    width: 40px;
    display: block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition: transform .3s ease,opacity .3s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
    overflow: hidden;
    position: relative;
    margin-left: 3px;
}
.prev-quotes-slider-testimonial:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
    background: 0 0!important;
    box-shadow: none!important;
}
.author-testimonial-blockquote {
	width: calc(100% - 43px);
    display: flex;
    align-items: center;
    padding-left: 20px;
    flex-wrap: wrap;
}
.avtart-author-testimonial {
    width: 100px;
}
.testimonial_item_carousel .author-testimonial-blockquote .name-author-testimonial {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #272727;
}
.testimonial_item_carousel .author-testimonial-blockquote .name-author-testimonial {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #272727;
}
.testimonial_item_carousel .address_testimonial {
    font-size: 16px;
    font-style: italic;
    color: #272727;
}
.detail-sc-blockquote blockquote {
    color: #272727;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: 'Gilroy',sans-serif;
	margin-bottom: 0px;
}
.wpb_wrapper .testimonial_carousel_custom {
    margin-bottom: 35px;
}
.main-testimonial_carousel_custom {
	background-image: url('img/next.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto;
}
.main-testimonial_carousel_custom .footer-client-info {
    padding-bottom: 10px;
}
.testimonial_item_carousel .avtart-author-testimonial img {
    margin-bottom: 0px;
}

.home #header-outer[data-box-shadow="large"] {
    box-shadow: none;
	-webkit-box-shadow: none;
}
.home #header-outer[data-box-shadow="large"].small-nav {
	-webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
}
#header-outer[data-box-shadow="large"].small-nav {
    -webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
    box-shadow: 0 3px 45px rgba(0,0,0,0.15);
}


.banner-top-right-bg .row-bg.using-image {
    background-size: 50%;
}
.z-index-999 {
	z-index: 999;
}
.form-filter .shortby-action-top-filter .dropdown-select .shortby-option-click li {
	list-style: none;
    text-align: left;
    padding: 5px 15px;
    cursor: pointer;
}
.form-filter .shortby-option-click .name-list-cate-filter {
    font-size: 14px;
    text-align: left;
    padding: 20px 15px;
    padding-bottom: 5px;
}
.form-filter .shortby-action-top-filter .dropdown-select .shortby-option-click {
	padding: 0;
    border: none;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 35px;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0 4px 6px 0 rgba(186, 198, 216, 0.5);
    -webkit-box-shadow: 0 4px 6px 0 rgba(186, 198, 216, 0.5);
    -moz-box-shadow: 0px;
    margin-bottom: 0px;
    transform-origin: top;
    transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    opacity: 0;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
    margin: 0px;
	min-width: 390px;
    list-style: none;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: normal;
	padding-bottom: 10px;
	border-top: 1px solid #e3e3e3;
}
.form-filter .shortby-action-top-filter .dropdown-select .shortby-option-click.show-dropdown-select {
    visibility: visible;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    opacity: 1;
}
.form-filter .shortby-action-top-filter .dropdown-select .shortby-option-click li.active {
    color: #1E97D4;
}
.form-filter .shortby-action-top-filter .dropdown-select .shortby-option-click li:hover {
    color: #1E97D4;
}
.form-filter {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    max-width: 390px;
    flex-wrap: wrap;
    position: relative;
    height: 50px;
    margin-top: 45px;
    margin-bottom: 45px;
}
.form-filter .uk-search-input {
    padding-left: 60px;
    padding-right: 85px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    min-height: 50px;
}
.form-filter .uk-search-input:focus {
    background: none!important;
}
.form-filter #searchsubmit {
	position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    background-color: #D8F2FF;
    border-radius: 12px;
    color: #1E97D4;
    font-size: 14px;
    font-weight: 600;
    padding: 16px!important;
}
.form-filter #searchsubmit:hover, .form-filter #searchsubmit:focus {
    background-color: #59ba47;
    color: #fff;
}
.form-filter .shortby-select-click img {
	margin-bottom: 0px;
    width: 18px;
}
.form-filter .shortby-select-click {
    padding-bottom: 0px;
    cursor: pointer;
}
.shortby-action-top-filter {
    border-right: 2px solid #FAD3D3;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    height: 100%;
}
.form-filter .dropdown-select-default {
    position: absolute;
    left: 0px;
    height: 24px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    top: 13px;
}

.list-post-full-challange {
	max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	padding: 40px 60px;
    position: relative;
}
.list-post-full-challange:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-image: url(img/dots-orange.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left top;
	z-index: -1;
}
.list-post-full-challange:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 100%;
    background-image: url(img/dots-orange.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
    z-index: -1;
}

.shortcode-doing-challenge-user {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.shortcode-doing-challenge-user:hover {
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}
.shortcode-doing-challenge-user:hover .img-item-list-post-full-challange {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.shortcode-doing-challenge-user:hover .title-list-post-full-challange a {
	color: #EF402D;
}
.content-item-colum-grid-challange:hover .action-detail-info-colum-grid-challange a {
	background-color: #EF402D;
	color: #fff;
}
.action-detail-info-colum-grid-challange a:hover {
	background-color: #EF402D;
	color: #fff;
}
.img-item-list-post-full-challange img {
	display: none;
}
.img-item-list-post-full-challange {
    width: 100%;
    background-color: #fff;
    display: block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition: transform .3s ease,opacity .3s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.img-item-list-post-full-challange:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
    background: 0 0!important;
    box-shadow: none!important;
    -moz-transition: 0.3s;
}
.list-post-full-challange .shortcode-doing-challenge-user .img-list-post-full-challange {
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    border-radius: 6px;
}
.list-post-full-challange .shortcode-doing-challenge-user .content-list-post-full-challange {
    padding-left: 25px;
    padding-right: 10px;
}
.info-item-list-post-full-challange .title-list-post-full-challange {
    margin-bottom: 15px;
}
.title-list-post-full-challange a {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}
.list-post-full-challange .shortcode-doing-challenge-user .content-list-post-full-challange {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-item-list-post-full-challange {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
	flex-wrap: wrap;
}
.info-item-list-post-full-challange .detail-info-list-post-full-challange {
	flex: 1 0 auto;
}
.left-content-list-post-full-challange {
    width: calc(100% - 130px);
    height: 100%;
}
.right-content-list-post-full-challange {
	width: 130px;
    height: 100%;
    display: flex;
}
.action-item-colum-post-list {
	width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: right;
}
.btn-action-item-colum-post-list {
    flex-shrink: 0;
}
.rest-date-item-colum-post-list {
    flex-grow: 1;
    padding-top: 10px;
    padding-right: 10px;
}

.full-bar-process-challange {
    width: 142px;
    background: #C0D1DA;
    border-radius: 30px;
    position: relative;
	height: 9px;
}
.number-percent-process-challange {
    color: #272727;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.complete-bar-process-challange {
    background: #27BFE6;
    height: 9px;
    border-radius: 30px;
	position: absolute;
    left: 0px;
    top: 0px;
}
.value-rest-date-item-colum-post-list {
    font-size: 14px;
    color: #14496B;
    font-weight: 600;
}
.rest-date-item-colum-post-list i {
    font-size: 14px;
    line-height: 15px;
}

.btn-action-item-colum-post-list a {
    padding: 10px 15px;
    display: block;
    text-align: center;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.status-doing .btn-action-item-colum-post-list a {
    background: #4CA146;
}
.status-doing .btn-action-item-colum-post-list a:hover {
    background: #EF402D;
}
.status-done .btn-action-item-colum-post-list a {
    background: #F89D2A;
    font-size: 14px;
    padding: 7px 10px;
}
.status-done .btn-action-item-colum-post-list a:hover {
    background: #EF402D;
}

.only-show-loged {
	display: none;
}
.logged-in .only-show-loged {
	display: block;
}
.txt-rotate-left {
    position: fixed;
    left: -100px;
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    display: block;
    z-index: 99;
    top: calc(50% - 12px);
}
.txt-rotate-left a {
    font-size: 16px;
    letter-spacing: 6px;
    font-weight: 500;
    text-transform: uppercase;
	color: #000;
}
.txt-rotate-left a:hover {
	color: #c7212f;
}


body #gform_wrapper_4 li.sdgcate ul.gfield_checkbox li input {
    display: none!important;
}
body #gform_wrapper_4 li.sdgcate ul.gfield_checkbox{
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
}
body #gform_wrapper_4 li.sdgcate ul.gfield_checkbox li {
    list-style: none;
	display: inline-block;
    width: 16.66666667%;
    padding: 7px!important;
    margin: 0px;
}
body #gform_wrapper_4 li.sdgcate ul.gfield_checkbox li label img {
    width: 100%!important;
    margin-bottom: 0px;
    height: 143px;
}
body #gform_wrapper_4 li.sdgcate ul.gfield_checkbox li label {
    width: 100%;
    display: block;
    margin: 0px;
    max-width: 100%;
    position: relative;
    line-height: 0;
}
body #gform_wrapper_4 li.sdgcate ul.gfield_checkbox li label:before {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    bottom: 0px;
    background: rgba(0,0,0,0.7);
    z-index: -1;
    content: "";
	opacity: 0;
}
body #gform_wrapper_4 li.sdgcate ul.gfield_checkbox li input[type=checkbox]:checked + label img {
    border: 1px solid #fff;
}
body #gform_wrapper_4 li.sdgcate ul.gfield_checkbox li input[type=checkbox]:checked + label:before {
    z-index: 1;
	opacity: 1;
}
.maxwidth-600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.maxwidth-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.max-width-900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.max-width-900 .list-post-full-challange {
	padding: 0px;
}
.list-post-full-challange-no-bg .list-post-full-challange:before, .list-post-full-challange-no-bg .list-post-full-challange:after {
	display: none;
}
.list-post-full-challange-no-bg .shortcode-doing-challenge-user {
    margin-bottom: 25px;
}
.wpb_row .row-bg-wrap .row-bg-overlay {
    opacity: 1!important;
}
.form-default {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}
.form-default #searchsubmit {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    border-radius: 12px;
    background: #27BFE6;
    font-weight: 600;
}
.form-default .uk-search-input {
    height: 50px;
    padding-left: 21px;
    padding-right: 110px;
	font-style: italic;
}
.img-item-list-post-full-friends {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    margin-bottom: 30px;
}
.detail-img-list-post-full-friends {
    display: none;
}
.img-item-list-post-full-friends:before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    position: absolute;
    left: -1px;
    top: -10px;
    background-image: url('img/bg-avatar-2.png');
    background-position: initial;
    background-repeat: no-repeat;
}
.title-post-grid-friends {
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 10px;
}
.count-challanges-user {
    margin-bottom: 10px;
}
.content-item-colum-grid-friends {
    padding: 30px 12px;
    border-radius: 20px;
    box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #fff;
	transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
}
.content-item-colum-grid-friends:hover {
    box-shadow: 0px 9px 25px rgba(0, 0, 0, 0.2);
}
.modal-result-ajax-liaison .content-item-colum-grid-friends {
    box-shadow: none;
    border-radius: 0px;
}
.main-list-post-full-friends {
    margin-top: 30px;
    margin-bottom: 30px;
}
.text-large-friend-banner {
    letter-spacing: 20px;
}

.paginate-default ul.page-numbers {
    margin: 100px 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.paginate-default ul.page-numbers li {
    list-style: none;
    margin-left: 13px;
    margin-right: 13px;
}
.paginate-default .page-numbers li .page-numbers {
    font-size: 16px;
    font-weight: 600;
	color: #272727;
}
.paginate-default .page-numbers li .page-numbers.current {
	color: #E5233D;
}
body:not(.home) {
	background-image: url(img/bg-list-changlle.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
#header-space {
    background-color: transparent !important;
}
body #header-outer, body[data-header-color="dark"] #header-outer {
    background-color: transparent !important;
}
.container-wrap, .project-title {
    background-color: transparent !important;
}
#header-outer[data-box-shadow="large"] {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#header-outer.small-nav:not([data-format="left-header"]) {
    background-color: #fff!important;
}
body #gform_wrapper_4.gform_wrapper .top_label .gfield_label {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
}
#gform_wrapper_4.gform_wrapper .gfield_required {
    color: #fff;
    margin-left: 4px;
}
body #gform_wrapper_4.gform_wrapper .top_label div.ginput_container_text input,
body #gform_wrapper_4.gform_wrapper .top_label div.ginput_container_number input, body #gform_wrapper_4.gform_wrapper .top_label input.medium.datepicker {
	color: #fff;
    border: 1px solid #F0D0D0;
    background: transparent;
    min-height: 80px;
    border-radius: 10px;
    padding: 15px;
}
body #gform_wrapper_4.gform_wrapper .top_label input.medium.datepicker {
	width: 100%;
}
body #gform_wrapper_4.gform_wrapper .top_label div.ginput_container_textarea .textarea {
	color: #fff;
    border: 1px solid #F0D0D0;
    background: transparent;
    min-height: 145px;
    border-radius: 10px;
    padding: 15px;
}
body #gform_wrapper_4.gform_wrapper .top_label select.large {
	color: #fff;
    border: 1px solid #F0D0D0;
    background: transparent;
    min-height: 80px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: none;
}
body #gform_wrapper_4.gform_wrapper .top_label select option {
    padding: 7px;
    color: #272727;
}
body #gform_wrapper_4.gform_wrapper ul.gfield_radio li label {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
body #gform_wrapper_4.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin-right: 100px;
}
body #gform_wrapper_4.gform_wrapper ul.gfield_radio li input[type=radio] {
    width: 28px!important;
    height: 28px;
    border: 1px solid #fff;
    display: inline-block;
    background: transparent!important;
    margin-right: 15px;
}
body #gform_wrapper_4.gform_wrapper ul.gfield_radio li input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #EF402D;
}
body #gform_wrapper_4.gform_wrapper .instruction {
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
}
body[data-form-submit="regular"] .container-wrap #gform_wrapper_4.gform_wrapper input[type=submit] {
    padding: 10px 22px!important;
    background-color: #FBC412;
    color: #14496B;
    border-radius: 8px;
}
body[data-form-submit="regular"] .container-wrap #gform_wrapper_4.gform_wrapper input[type=submit]:hover {
    background-color: #1E97D4;
    color: #fff;
}
#gform_wrapper_4.gform_wrapper .gform_footer {
    text-align: right;
}

body #gform_wrapper_4.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    color: #fff;
}
body #gform_wrapper_4.gform_wrapper div.validation_error {
    color: #fff;
}






body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-right: 0px;
    padding-top: 0px;
    color: #272727;
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    margin-bottom: 0px!important;
    border: none;
    padding-bottom: 0px;
    padding-top: 0px;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: none;
    border: none;
}

body .gform_wrapper .gfield_error .gfield_label {
    color: #767676;
}

body .gform_wrapper div.validation_error {
    background: none;
    border: none;
    margin-bottom: 0;
    padding: 0;
    clear: both;
}
body .gform_wrapper.form_register_section_wrapper div.validation_error {
    text-align: left;
}
.gform_confirmation_wrapper .gform_confirmation_message {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.gform_confirmation_wrapper#gform_confirmation_wrapper_7 .gform_confirmation_message {
    text-align: left;
}
.all-ajax-friend-category-challange .image-friend-challanges-cate {
	width: 100%;
}
.gform_wrapper#gform_wrapper_8 .top_label .ginput_container_fileupload input.medium {
    width: 100%;
}
body.logged-in #header-outer #top > .container > .row nav >ul > li.menu-logined .sub-menu > li:hover > a {
    color: #fff!important;
}
.gform_confirmation_wrapper#gform_confirmation_wrapper_8 .gform_confirmation_message {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}
.single.single-challange .container-wrap {
	padding-top: 0px;
}
.single.single-challange .container-wrap.bottom-single-challange {
    padding-top: 0px;
    padding-bottom: 80px;
    background-color: #fff!important;
}
.single.single-challange .middle-single-challange {
    background: #fff!important;
    padding-top: 80px;
    padding-bottom: 80px;
}
/*
.bottom-single-challange {
    background-image: url(img/line-roun-user.png);
    background-repeat: no-repeat;
    background-size: auto;
}
*/
.left-top-header-single-challange {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.detail-img-single-challange {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
	position: relative;
}
.detail-img-single-challange:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
    -moz-transition: 0.3s;
}
.link-detail-img-single-challange {
	display: none;
}
.nectar_video_lightbox.play_button_with_text.btn-video-single-challange {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0px;
    margin-left: -26px;
    margin-top: -26px;
    z-index: 2;
}
.have-viedo-single:after {
    content: "";
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.btn-video-single-challange.nectar_video_lightbox path {
    fill: #aaa;
}
body .nectar_video_lightbox.play_button_with_text.btn-video-single-challange[data-color="default-accent-color"]:not([data-style="small"]) .play > .inner-wrap:before {
    background: #fff!important;
}

.full-width {
	width: 100%;
}
.main-box-meta-header-single-challange {
    padding: 23px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
	text-align: center;
}
.box-meta-header-single-challange {
    display: flex;
    align-content: center;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
.item-box-meta-header-single-challange {
    padding: 15px;
    min-width: 33.33%;
}
.icon-box-meta-header-single-challange i {
    font-size: 22px;
}
.value-box-meta-header-single-challange {
    margin-top: 10px;
    margin-bottom: 10px;
}


.button-header-single-challange {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}
.btn-share-single-challange {
    position: relative;
}
.btn-share-single-challange .nectar-social {
    position: relative;
    right: auto;
    bottom: auto;
    height: 50px;
    width: auto;
}
.btn-share-single-challange .nectar-social >a {
    height: auto;
    width: auto;
    line-height: inherit;
    text-align: center;
    display: flex;
    position: relative;
    bottom: auto;
    left: auto;
    z-index: 10;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
    font-size: 18px;
    color: black;
}
.btn-share-single-challange .nectar-social >a i {
    margin-right: 10px;
}
.button-header-single-challange .nectar-love .love-text {
    display: inline-block;
    margin-left: 7px;
    font-size: 18px;
    color: #000;
}
.button-header-single-challange .nectar-love {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
body .button-header-single-challange .nectar-love-wrap .total_loves {
    display: none;
}
body .button-header-single-challange .nectar-love-wrap i[class^="icon-"] {
    color: #000;
}
.btn-share-single-challange .nectar-social:hover {
    height: auto;
}
.btn-share-single-challange .nectar-social .nectar-social-inner {
    position: relative;
    height: auto;
    width: auto;
    bottom: 20px;
    left: calc(50% - 25px);
    z-index: 1;
    text-align: center;
}
.btn-share-single-challange .nectar-social >a:before, .btn-share-single-challange .nectar-social >a:after {
	display: none;
}
.btn-join-single-challange a {
    background-color: #FBC412;
    padding: 10px 30px;
    border-radius: 8px;
    color: #14496B;
    font-size: 18px;
    font-weight: 600;
}
.btn-join-single-challange a:hover {
    background-color: #C7212F;
    color: #fff;
}

body .button-header-single-challange .nectar-love-wrap .loved i[class^="icon-"] {
    color: #C7212F;
}
body .button-header-single-challange .nectar-love-wrap .loved .love-text {
    color: #C7212F;
}
.top-header-single-challange {
    margin-bottom: 60px;
}
.single .post-content .content-inner h2 {
	font-family: 'Gilroy',sans-serif;
    font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}
.single .post-content .content-inner li {
    margin-bottom: 15px;
}



.list-tag-social-challange-single a {
    color: #fff;
    font-size: 16px;
    font-family: 'Gilroy',sans-serif;
    font-weight: 600;
    background-color: #27BFE6;
    padding: 8px 12px;
    margin-right: 10px;
    border-radius: 8px;
    display: inline-block;
    margin-bottom: 10px;
}
.list-tag-social-challange-single a:hover {
	background-color: #C7212F;
}


.user-list-single-challange {
    padding: 80px 0;
    background-color: #DFF3EE;
    margin-bottom: 60px;
}
.user-list-single-challange:before {
    content: "";
    right: 100%;
    top: 0px;
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: block;
    visibility: visible;
}
.user-list-single-challange:after {
    content: "";
    left: 100%;
    top: 0px;
    position: absolute;
    width: 1000%;
    height: 100%;
    background: #DFF3EE;
    z-index: -1;
    display: block;
    visibility: visible;
}
.title-section-user-list-single-challange {
    padding-right: 220px;
    margin-bottom: 40px;
}
.list-nav-slick .nav-slider-slick {
    cursor: pointer;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.name-user-accept-challange {
    margin-top: 15px;
}
.list-nav-slick .nav-slider-slick i {
	font-size: 22px;
}
.list-nav-slick .nav-slider-slick i:before {
    color: #4CA146;
}
.list-nav-slick .nav-slider-slick:hover {
    background: #4CA146;
}
.list-nav-slick .nav-slider-slick:hover i:before {
    color: #fff;
}
.list-nav-slick li {
	list-style: none;
    text-align: center;
    width: 100%;
    z-index: 10;
}
.list-nav-slick {
    margin: 0px;
    width: 235px;
    height: 100%;
    align-content: center;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9;
}
.list-nav-slick:before {
    position: absolute;
    background: #DFF3EE;
    z-index: 9;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.detail_main_user_challange_carousel_custom {
    max-width: calc(100% - 235px);
}
.main_user_challange_carousel_custom {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}
.img-user_item_carousel_challange .link-img-user_item_carousel_challange {
    display: none;
}
.img-user_item_carousel_challange:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 110%;
    -moz-transition: 0.3s;
}
.img-user_item_carousel_challange {
	background-size: cover;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    border-radius: 4px;
    background-position: center;
}
.user_challange_carousel_custom {
    margin-left: -15px;
    margin-right: -15px;
}
.user_challange_carousel_custom .item {
    padding: 15px;
}
.user_challange_carousel_custom .slick-list {
	overflow: visible;
}



.comments-section-custom .comment-list .comment .comment-body {
    padding: 0px;
	box-shadow: none;
    -webkit-box-shadow: none;
}
.comments-section-custom .comment-list .comment-meta {
    display: none;
}
.comments-section-custom .comment-list .comment-author {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 15px;
}
.comments-section-custom .comment-list .comment >div img.avatar {
    position: relative;
    top: auto;
    left: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.comments-section-custom .comment-list .comment >div cite.fn {
    font-size: 24px;
    color: #272727;
    font-family: 'Gilroy',sans-serif;
    font-weight: bold;
}
.comments-section-custom h3#comments {
    font-size: 28px;
    color: #272727;
    font-family: 'Gilroy',sans-serif;
    font-weight: bold;
    margin-bottom: 60px;
}
body.original .comments-section-custom .comment-list .comment-body:before {
	display: none;
}
.comments-section-custom .comment-list .comment-author span.says {
    display: none;
}
.comments-section-custom .comment-list .reply {
    right: 0px;
}

.main-sidebar-filter-challange {
    padding: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-top: 22px;
    box-shadow: 1px 6px 13px 0px rgba(0,0,0,0.16);
}
.main-sidebar-filter-challange .form-default {
    border-radius: 8px;
    border: 1px solid #F0DDDD;
}
.main-sidebar-filter-challange .form-default .uk-search-input {
    height: 35px;
    padding-left: 10px;
    padding-right: 50px;
    font-style: normal;
    background: none;
}
.main-sidebar-filter-challange .form-default #searchsubmit {
    right: 0px;
    top: 0px;
    border-radius: 8px;
    width: 35px;
    padding: 0px!important;
    line-height: 35px;
}

.title-widget-sidebar {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Gilroy',sans-serif;
    margin-bottom: 10px;
}
.sortby-filter-challange {
    margin-top: 25px;
    margin-bottom: 25px;
}
.main-sidebar-filter-challange select {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #F0DDDD;
    border-radius: 8px;
    height: 37px;
    padding: 7px;
    color: #14496B;
    font-family: 'Gilroy',sans-serif;
    font-weight: 500;
	cursor: pointer;
}
.category-filter-challange {
    margin-top: 25px;
}
.list-category-challange-filter label {
	display: flex;
    font-size: 16px;
    color: #272727;
    margin-bottom: 15px;
    width: 100%;
    align-self: start;
    align-items: start;
	cursor: pointer;
    line-height: 22px;
}
.list-category-challange-filter label span {
    font-size: 16px;
    color: #272727;
    line-height: 22px;
}
.list-category-challange-filter label .checkbox-custom {
    background: #E8EDEF;
    border: none;
    margin: 0px;
    margin-right: 10px;
    min-width: 16px;
    height: 16px;
    margin-top: 4px;
}
.list-category-challange-filter input:checked ~ span {
	color: #272727;
	font-weight: 600;
}


.tab-detail-form-accep .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.tab-detail-form-accep .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.tab-detail-form-accep .tab-content>.tab-pane {
    display: none;
}
.tab-detail-form-accep .tab-content>.active {
    display: block;
}
.tab-detail-form-accept .nav-tabs li a {
    font-family: 'Gilroy',sans-serif;
    color: #000;
    font-size: 18px;
	padding: 5px 15px;
    border-bottom: 2px solid #C5CFD5;
}
.tab-detail-form-accept .nav-tabs li.active a {
	color: #1E97D4;
	border-color: #1E97D4;
	font-weight: 600;
}
.tab-detail-form-accept .nav-tabs {
    margin: 0px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.tab-detail-form-accept .nav-tabs li {
    list-style: none;
    display: inline-flex;
}

.max-width-post-challange {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.box-meta-header-single-accept {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
.item-box-meta-header-single-accept {
    padding: 15px;
    width: 33.33%;
    display: inline-flex;
}
.main-box-meta-header-single-accept {
    padding: 25px;
    background: #fff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: 100%;
}
.icon-box-meta-header-single-accept i {
	font-size: 30px;
    margin-right: 20px;
    margin-top: 6px;
}
.right-box-meta-header-single-accept {
    max-width: calc(100% - 50px);
}
.right-box-meta-header-single-accept .input-date-accept {
	background: none;
    padding: 0px;
    cursor: pointer;
}
.right-box-meta-header-single-accept .input-date-accept:focus {
	background: none!important;
    padding: 0px;
    cursor: pointer;
	outline: none;
}
.right-box-meta-header-single-accept label {
    margin-bottom: 2px;
    display: block;
}
.right-box-meta-header-single-accept .full-bar-process-challange {
    background: #E9E6E6;
}
.right-box-meta-header-single-accept .complete-bar-process-challange {
    background: #59BA47;
}
.name-box-meta-header-single-accept {
    display: block;
    margin-bottom: 10px;
}
.right-box-meta-header-single-accept .number-percent-process-challange {
    text-align: right;
}

.main-doing-accept-single {
    padding: 10%;
}
.modal-result-ajax .main-doing-accept-single {
    padding: 0;
}
.modal-result-ajax .description-day-doing-accept-single {
    margin-bottom: 0;
    margin-top: 5px;
}
.modal-result-ajax .list-main-doing-accept-single >li {
    padding-bottom: 30px;
}
.modal-result-ajax .heading-day-doing-accept-single {
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
}
.list-main-doing-accept-single >li {
    list-style: none;
	padding-left: 77px;
	padding-bottom: 70px;
    position: relative;
}
.list-main-doing-accept-single {
    margin: 0px;
}
.list-main-doing-accept-single >li:before {
	content: "\e92c";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 42px;
    height: 42px;
    background: #27BFE6;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 42px;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
	font-size: 24px;
}
.item-day-doing-accept-single:after {
    content: "";
    border-left: 1px dashed #27BFE6;
    height: 100%;
    width: 0px;
    position: absolute;
    top: 0px;
    left: 20px;
    z-index: -1;
}
.item-day-doing-accept-single:last-child:after {
	display: none;
}
.description-day-doing-accept-single {
    margin-bottom: 30px;
    margin-top: 15px;
}
.heading-day-doing-accept-single {
    text-align: center;
    color: #14496B;
    margin-bottom: 70px;
}
.blue-detail-form-accept {
    background: #1E97D4;
    border-radius: 8px;
    margin-top: 100px;
    padding: 60px;
}

body .blue-detail-form-accept .gform_wrapper .top_label .gfield_label {
    font-family: 'Gilroy',sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    text-transform: capitalize;
}
.blue-detail-form-accept .gform_wrapper textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
    border: 1px solid #AED3E8;
    border-radius: 10px;
    background: none!important;
    padding: 15px;
    color: #fff;
}
.blue-detail-form-accept .gform_wrapper input[type=text] {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    padding: 6px 8px;
    line-height: 1.5;
    resize: none;
    border: 1px solid #AED3E8;
    border-radius: 10px;
    background: none!important;
	padding: 15px!important;
    color: #fff!important;
}
.blue-detail-form-accept .gform_wrapper input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.blue-detail-form-accept .gform_wrapper input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.blue-detail-form-accept .gform_wrapper input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.blue-detail-form-accept .gform_wrapper input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.heading-form-accept-single {
    margin-bottom: 40px;
}
.blue-detail-form-accept .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
	margin-top: 30px;
}
body[data-form-submit="regular"] .container-wrap .blue-detail-form-accept input[type=submit] {
    background: #FBC412;
    padding: 10px 30px!important;
    border-radius: 8px;
    color: #14496B;
    font-size: 18px;
}
.blue-detail-form-accept .gform_wrapper .gfield_required {
    color: #fff;
}
.blue-detail-form-accept .gform_wrapper .top_label .gform_drop_instructions {
	color: #fff;
}
.blue-detail-form-accept .gform_wrapper .top_label input.button.gform_button_select_files {
    background: #59ba47;
    color: #F9F1ED;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Gilroy',sans-serif;
    padding: 11px 30px!important;
    border-radius: 6px;
}
body .blue-detail-form-accept .gform_wrapper .top_label strong {
    color: #fff;
    font-weight: normal;
    font-family: 'Gilroy',sans-serif;
}
.blue-detail-form-accept .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    padding-top: 60px;
    padding-bottom: 60px;
}
.loading-animation {
    margin-top: 22px;
    text-align: center;
    display: none;
}



.gform_confirmation_wrapper .gform_confirmation_message_4.gform_confirmation_message {
    color: #fff;
}

.gform_confirmation_wrapper .gform_confirmation_message_3.gform_confirmation_message {
    color: #000;
}
.img-doing-day-accept-single {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-left: -2.5px;
    margin-right: -2.5px;
	width: calc(100% + 5px);
}
.img-doing-day-accept-single .item-image-day-accept-single {
    margin: 5px;
    width: calc(33.33% - 10px);
}
.item-image-day-accept-single img {
    display: none;
}
.img-doing-day-accept-single .item-image-day-accept-single {
    background-color: #fff;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition: transform .3s ease,opacity .3s;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
    overflow: hidden;
    position: relative;
}
.img-doing-day-accept-single .item-image-day-accept-single:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 70%;
    background: 0 0!important;
    box-shadow: none!important;
    -moz-transition: 0.3s;
}
.list-image-challanges-grid .portfolio-items .col.span_3 {
    width: 16.666667%;
    position: relative!important;
    left: auto!important;
    top: auto!important;
	transform: none!important;
}
.list-image-challanges-grid .portfolio-items .col.span_3 img {
    height: 90px;
}
.list-image-challanges-grid .portfolio-items .col.span_3 .work-item {
    border-radius: 6px;
}
.img-item-list-post-full-friends-grid .detail-img-list-post-full-friends-grid {
    display: none;
}
.main-img-item-list-post-full-friends-grid {
	display: block;
    margin-bottom: 80px;
}
.img-item-list-post-full-friends-grid {
	position: relative;
    width: 140px;
    display: block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    transition: transform .3s ease,opacity .3s;
    transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
	transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
.main-img-item-list-post-full-friends-grid:hover .img-item-list-post-full-friends-grid {
	transform: scale(1.05);
}
.main-img-item-list-post-full-friends-grid:hover .title-friend-friends-grid {
	color: #c7212f;
}
.img-item-list-post-full-friends-grid:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
    background: 0 0 !important;
    box-shadow: none !important;
}
.paginate-default-friends.paginate-default ul.page-numbers {
    margin-top: 0px;
}
.img-bg-line-bg .row-bg.using-image {
    background-size: contain;
    background-repeat-x: repeat!important;
}
.img-bg-line-bg {
    height: 40px;
}
.heading-underline-white:after {
    content: "";
    background: #fff;
    width: 115px;
    height: 5px;
    position: relative;
    display: block;
    margin-top: 20px;
}

.main-friend-category-challange {
	flex-direction: unset!important;
    align-items: center;
    justify-content: flex-start;
    margin-left: -7px;
}
.detail-link-img-friend-challanges-cate .detail-image-friend-challanges-cate {
    margin-bottom: 0px!important;
}
.detail-link-img-friend-challanges-cate {
    margin: 7px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}
.image-friend-challanges-cate {
    overflow: hidden;
    position: relative;
}
.image-friend-challanges-cate:before {
    content: "";
    opacity: 0.7;
    height: 100%;
    width: 100.2%;
    top: 0;
    left: 0;
    background-color: #000;
    position: absolute;
    z-index: 2;
    transition: all 0.4s cubic-bezier(.15,.75,.5,1) 0s;
    -webkit-transition: all 0.4s cubic-bezier(.15,.75,.5,1) 0s;
}
.detail-link-img-friend-challanges-cate:hover .image-friend-challanges-cate:before {
    opacity: 0;
}
.active-cate .image-friend-challanges-cate:before {
    opacity: 0;
}
.detail-link-img-friend-challanges-cate:hover {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);
}
.detail-link-img-friend-challanges-cate.active-cate {
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 1);
}
.jquery-modal {
	z-index: 9999990;
    background-color: rgba(39,39,39,0.3);
}
.modal-result-ajax-liaison {
    box-shadow: none;
    border-radius: 32px;
    max-width: 730px;
}
.info-liaison-detail {
	flex: 1 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.info-liaison-detail .desc-liaison p {
    padding-bottom: 10px;
}
.info-liaison-detail .desc-liaison {
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: unset;
}
.main-btn-readmore-description-liaison {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
}
.name-liaison, .address-liaison {
    display: block;
    width: 100%;
}
.list-catego-challange-liaison {
    width: 100%;
}
.modal-result-ajax {
    box-shadow: none;
    border-radius: 32px;
    max-width: 730px;
}
.jquery-modal .main-doing-accept-single .close-modal {
    top: 20px;
    right: 35px;
    width: 40px;
    height: 40px;
	background-image: url('img/close-popup.png');
}
#message.error {
    display: none;
}
.loading-animation img {
    display: inline-block!important;
}
.img-radius-20 {
    border-radius: 20px;
}
.form_connect_section_wrapper.gform_wrapper .ginput_container_email input.large {
    padding: 15px 25px!important;
    padding-right: 105px!important;
    background: #fff;
    border-radius: 18px;
    line-height: 30px;
    margin: 0px!important;
    border: 1px solid transparent;
}
.form_connect_section_wrapper.gform_wrapper .gform_footer {
    position: absolute;
    right: 8px;
    top: 8px;
    margin: 0px;
    padding: 0px;
    width: auto;
}
.form_connect_section_wrapper.gform_wrapper .gform_footer input[type=submit] {
    background-color: #E02982;
    border-radius: 10px;
    margin: 0px;
    height: 46px;
    line-height: 16px;
}
.form_connect_section_wrapper.gform_wrapper {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px;
}
.form_connect_section_wrapper.gform_wrapper {
    position: relative;
}
.form_connect_section_wrapper.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}
body .nectar-button.btn-donate {
    font-size: 18px;
    border-radius: 35px;
    height: 65px;
    padding: 18px 45px;
	margin-bottom: 0px;
}
#result-ajax-filter-liaison .content-item-colum-grid-friends {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.email-liaison {
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
	text-transform: uppercase;
}
.btn-readmore-description-liaison {
    background-color: #27BFE6;
    color: #fff!important;
    padding: 8px 16px;
    border-radius: 10px;
    display: inline-block;
}
.btn-readmore-description-liaison:hover {
    background-color: #c7202f;
}
.color-sky:hover {
    color: #c7202f;
}
.list-catego-challange-liaison {
    margin-top: 10px;
    margin-bottom: 2px;
    display: block;
}
.list-catego-challange-liaison .image-challanges-cate {
    width: 32px;
    height: 32px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 6px;
}
.img-item-list-post-full-friends:before {
    content: "";
    width: calc(100% + 20px);
    height: calc(100% + 40px);
    position: absolute;
    left: -1px;
    top: -10px;
    background-image: url(img/line-flag.png);
    background-position: initial;
    background-repeat: no-repeat;
}
.main-flag-country-liaison {
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -15px;
}
.fam-flag-icon {
    width: 30px;
    height: 30px;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
}
.detail-filter-liaison {
    display: flex;
    width: auto;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-left: -10px;
    margin-right: -10px;
}
.btn-filter-liaison span {
	background-color: #27BFE6;
    padding: 23px 45px;
    display: block;
    border-radius: 16px;
    cursor: pointer;
}
.btn-filter-liaison span:hover {
	background-color: #c7212f;
}
.item-detail-filter-liaison {
	width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}
.item-detail-filter-liaison select {
    color: #272727;
    padding: 12px 25px;
    border: 1px solid #000000;
    border-radius: 16px;
    font-size: 24px;
    min-height: 70px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url(img/br_down.webp);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 28px;
    cursor: pointer;
    line-height: 30px;
    padding-right: 45px;
}
.all-ajax-friend-category-challange .id-cate-challange .detail-image-friend-challanges-cate {
    visibility: hidden;
}
.all-ajax-friend-category-challange .id-cate-challange {
	background: rgba(199,33,47, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-all-ajax-friend-category-challange {
    position: absolute;
    display: flex;
    height: 100%;
    top: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
}
body .form_connect_section_wrapper.gform_wrapper div.validation_error {
    display: none;
}
.single-post #page-header-bg[data-alignment-v="middle"] .span_6 .inner-wrap > a {
    display: none;
}
.masonry.material .masonry-blog-item .meta-category, .masonry-blog-item .article-content-wrap .meta-category {
    display: none;
}
html body .vc_row-fluid > .span_12 > .wpb_column:not([class*="offset-"]).content-register-center {
    margin: 60px auto;
}
.form_register_section_wrapper.gform_wrapper li input {
    padding: 13px!important;
    line-height: 26px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
}
body .form_register_section_wrapper .ginput_container_password button {
    top: 50%;
	cursor: pointer;
    margin-top: -10px;
}
.ginput_container_password button .dashicons-visibility {
    margin-top: -5px;
}
body[data-form-submit="regular"] .container-wrap .form_register_section_wrapper input[type=submit] {
    border-radius: 6px;
}

body #header-outer #top > .container > .row nav >ul > li.menu-logined {
	display: none;
}
body.logged-in #header-outer #top > .container > .row nav >ul > li.menu-logined {
	display: flex;
}
body.logged-in #header-outer #top > .container > .row nav >ul > li.menu-logined a {
	color: #c7212f!important;
}
body.logged-in #header-outer #top > .container > .row nav >ul > li.signup-menu-class {
	display: none;
}
body.logged-in #header-outer #top > .container > .row nav >ul > li.login-menu-class {
	display: none;
}
#result-ajax-search-your-challange .list-post-full-challange:before, #result-ajax-search-your-challange .list-post-full-challange:after {
    display: none;
}
.user_challange_carousel_custom .slick-track {
    margin-left: 0;
}
#user_challange_loadmore .item {
    float: left;
    width: 20%;
    display: none;
}
.main_user_challange_carousel_custom .list-nav-slick {
    opacity: 0;
}
.user_challange_carousel_custom {
	overflow: hidden;
}
#loadMore {
    color:green;
    cursor:pointer;
}
#loadMore:hover {
    color:black;
}
#showLess {
    color:red;
    cursor:pointer;
    display:none;
}
#showLess:hover {
    color:black;
}
.btn-close-single-challange {
    background-color: #FBC412;
    padding: 10px 30px;
    border-radius: 8px;
    color: #14496B;
    font-size: 18px;
    font-weight: 600;
}
.btn-filter-liaison {
    display: none;
}
.hide-desktop {
	display: none!important;
}
.image-friend-challanges-cate:after {
    position: relative;
    content: "";
    padding-top: 100%;
    width: 100%;
    display: block;
}
.detail-link-img-friend-challanges-cate .detail-image-friend-challanges-cate {
    display: none;
}
.image-friend-challanges-cate {
    background-repeat: no-repeat;
    background-size: cover;
}
.main-form-login {
    padding-left: 1%;
    padding-right: 1%;
}
body.logged-in #header-outer #top > .container > .row nav >ul > li.menu-logined ul li.menu-logined.current_page_item a {
    color: #fff!important;
}
body .blue-detail-form-accept .gform_wrapper .gfield li a, body .blue-detail-form-accept .gform_wrapper .gfield li {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox] {
    margin-top: 4px!important;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper.form_connect_section_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: calc(100% - 0px)!important;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	.top-header-single-challange {
		flex-direction: column-reverse;
	}
	.right-top-header-single-challange {
		margin-bottom: 30px;
	}
	.detail-img-single-challange:before {
		padding-top: 50%;
	}
	.detail-img-single-challange {
		background-position: center;
	}
	
	
}

@media only screen and (min-width: 1000px) and (max-width: 1360px) {
	.font-60, .font-60 p, .font-60 a, a.font-60, .font-60 span, .font-60 strong {
		font-size: 40px;
		line-height: 1.2em;
	}
	.font-50, .font-50 p, .font-50 a, a.font-50, .font-50 span, .font-50 strong {
		font-size: 36px;
		line-height: 1.2em;
	}
	.font-46, .font-46 p, .font-46 a, a.font-46, .font-46 span, .font-46 strong {
		font-size: 34px;
		line-height: 1.2em;
	}
	.font-42, .font-42 p, .font-42 a, a.font-42, .font-42 span, .font-42 strong {
		font-size: 32px;
		line-height: 1.2em;
	}
	.font-40, .font-40 p, .font-40 a, a.font-40, .font-40 span, .font-40 strong {
		font-size: 32px;
		line-height: 1.2em;
	}
	.wpb_wrapper h2.vc_custom_heading.font-20 {
		font-size: 20px!important;
		line-height: 1.3em!important;
	}
	.font-letter-spacing-5 {
		letter-spacing: 2px;
	}
	
	.padding-top-60 {
		padding-top: 40px !important;
	}
	.padding-top-80 {
		padding-top: 60px !important;
	}
	.padding-top-120 {
		padding-top: 60px!important;
	}
	
	
	.padding-bottom-60 {
		padding-bottom: 40px !important;
	}
	.padding-bottom-80 {
		padding-bottom: 60px !important;
	}
	.padding-bottom-120 {
		padding-bottom: 60px !important;
	}
	.padding-bottom-200 {
		padding-bottom: 60px !important;
	}
	
	
	
	.padding-left-150 {
		padding-left: 60px!important;
	}
	.padding-right-150 {
		padding-right: 60px!important;
	}
	
	.single.single-challange .container-wrap {
		padding-top: 40px;
	}
	.list-tag-social-challange-single {
		width: 100%;
	}
	.full-bar-process-challange {
		width: 100%;
	}
	.right-box-meta-header-single-accept {
		width: calc(100% - 50px);
	}
	.heading-form-accept-single {
		margin-bottom: 15px;
	}
	.blue-detail-form-accept {
		margin-top: 60px;
		padding: 30px;
	}
	.main-doing-accept-single {
		padding: 0;
		padding-top: 60px;
	}
	.linksosial-day-doing-accept-single {
		margin-top: 15px;
	}
	.list-main-doing-accept-single >li {
		padding-bottom: 30px;
	}
	.description-day-doing-accept-single p:last-child {
		padding-bottom: 0px;
	}
	.description-day-doing-accept-single {
		margin-bottom: 0;
	}
	.content-item-colum-grid-challange {
		box-shadow: 1px 6px 13px 0px rgba(0,0,0,0.16);
	}
	.list-category-challange-filter label span {
		font-size: 14px;
		line-height: 1.3em;
	}
	.category-filter-challange {
		margin-top: 15px;
	}
	.sortby-filter-challange {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.main-sidebar-filter-challange {
		padding: 15px;
	}
	.main-grid-post-column-slider-custom .slick-list {
		margin-left: 0;
	}
	.content-item-colum-slider-post .img-item-colum-post-slider:before {
		padding-top: 80%;
	}
	.heading-shortcode-slider-told-stories {
		padding-top: 120px!important;
	}
	body #header-outer[data-lhe="default"] #top nav > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 14px;
	}
	body #header-outer #top .sf-menu > .sf-with-ul > a {
		padding-right: 10px!important;
	}
	.item-colum-poffolio-category-challange {
		width: 16.66666667%;
	}
	.detail-link-im-challanges-cate {
		padding: 15px;
	}
	.info-item-colum-grid-challange .title-post-grid-challange {
		margin-bottom: 15px;
	}
	.info-item-colum-grid-challange .btn-yellow-color-blue {
		padding: 7px 15px;
	}
	.info-item-colum-grid-challange .title-post-grid-challange a {
		font-size: 20px;
	}
	.single.single-challange .middle-single-challange {
		display: none;
	}
	.main_user_challange_carousel_custom .list-nav-slick {
		display: none;
	}
	.detail_main_user_challange_carousel_custom {
		max-width: 100%;
		padding: 0 15px;
	}
	.user-list-single-challange {
		padding: 30px 0;
		margin-bottom: 0px;
	}
	.single.single-challange .container-wrap.bottom-single-challange {
		padding-bottom: 0px;
	}
	#footer-outer .row {
		padding: 30px 0;
	}
	#footer-outer #footer-widgets .widget h4 {
		margin-bottom: 20px;
	}
	.main-img-item-list-post-full-friends-grid {
		margin-bottom: 30px;
	}
	
	
	
	
	
	
}
@media only screen and (min-width: 1000px) and (max-width: 1175px) {
	.info-item-colum-grid-challange .btn-yellow-color-blue {
		display: block;
		margin-top: 10px;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1024px) {

	.item-colum-poffolio-category-challange {
		width: 33.33%;
	}
}
.toggle-sidebar {
    display: none;
	padding: 15px;
    background-color: #27bfe6;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
}
.toggle-sidebar i {
    margin-left: 5px;
    float: right;
    font-size: 28px;
}

@media only screen and (max-width: 999px) {
	.toggle-sidebar {
		display: block;
		margin-top: 30px;
	}
	.have-toggle-sidebar .main-sidebar-filter-challange {
		display: none;
	}
	.full-bar-process-challange {
		width: 100%;
	}
	.name-box-meta-header-single-accept {
		margin-bottom: 5px;
	}
	.icon-box-meta-header-single-accept i {
		font-size: 26px;
		margin-right: 10px;
	}
	.main-box-meta-header-single-accept {
		padding: 15px;
	}
	.info-item-list-post-full-challange .detail-info-list-post-full-challange {
		flex: inherit;
	}
	body.search-results .container-wrap, body[data-header-resize="1"].search-results .container-wrap {
		padding-top: 30px;
	}
	#result-ajax-search-your-challange .list-post-full-challange {
		padding-top: 0px;
	}
	.list-post-full-challange-no-bg .shortcode-doing-challenge-user {
		margin-bottom: 15px;
	}
	.desc-list-post-full-challange {
		font-size: 14px;
		line-height: 1.3em;
	}
	.form-default #searchsubmit {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.form-default .uk-search-input {
		padding-left: 15px;
		padding-right: 90px;
	}
	.container-wrap .gform_wrapper .gform_footer {
		padding: 10px 0 10px 0;
		margin: 0;
	}
	.container-wrap .gform_wrapper.form_connect_section_wrapper .gform_footer {
		padding: 0;
	}
	html body .vc_row-fluid > .span_12 > .wpb_column:not([class*="offset-"]).content-register-center {
		margin: 30px auto;
		margin-bottom: 0px;
	}
	body[data-form-submit="regular"] .container-wrap .gform_wrapper input[type=submit] {
		padding: 6px 15px!important;
	}
	.form_register_section_wrapper.gform_wrapper li input {
		padding: 5px 13px!important;
	}
	body #slide-out-widget-area li.menu-logined {
		display: none;
	}
	body.logged-in #slide-out-widget-area li.menu-logined {
		display: block;
	}
	body.logged-in #slide-out-widget-area li.signup-menu-class {
		display: none;
	}
	body.logged-in #slide-out-widget-area li.login-menu-class {
		display: none;
	}
	.nectar_icon_wrap[data-style="shadow-bg"] {
		margin-bottom: 0px!important;
	}
	.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon i {
		font-size: 20px!important;
		line-height: 26px!important;
		height: 26px!important;
		width: 26px!important;
	}
	.main-img-item-list-post-full-friends-grid {
		margin-bottom: 15px;
	}
	.shortcode-list-all-friends-grid {
		display: flex!important;
	}
	.main-friend-category-challange .ajax-friend-category-challange {
		width: 33.33%;
	}
	.main-friend-category-challange {
		display: flex!important;
	}
	.modal-result-ajax-liaison {
		border-radius: 12px;
		padding: 15px;
		width: 100%;
	}
	.content-item-colum-grid-friends {
		padding: 15px;
		border-radius: 12px;
		height: auto;
	}
	.main-list-post-full-friends {
		margin-top: 6px;
		margin-bottom: 30px;
	}
	.detail-filter-liaison {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.item-detail-filter-liaison {
		width: calc(50% - 15px);
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
	.item-detail-filter-liaison select {
		padding: 7px 15px;
		border-radius: 6px;
		font-size: 14px;
		min-height: 46px;
		background-position-x: 92%;
		background-position-y: 14px;
		line-height: 20px;
		padding-right: 30px;
	}
	.paginate-default ul.page-numbers li {
		margin-left: 7px;
		margin-right: 7px;
	}
	.list-category-challange-filter label .checkbox-custom {
		min-width: 14px;
		height: 14px;
		margin-top: 2px;
	}
	.list-category-challange-filter label {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.paginate-default ul.page-numbers {
		margin: 15px 0px;
	}
	.list-category-challange-filter label span {
		font-size: 14px;
		line-height: 1.3em;
	}
	.main-sidebar-filter-challange .title-widget-sidebar {
		font-size: 16px;
	}
	.sortby-filter-challange {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.main-sidebar-filter-challange {
		padding: 15px;
		border-radius: 6px;
		margin-top: 15px;
	}
	.content-item-colum-slider-post .img-item-colum-post-slider:before {
		padding-top: 100%;
	}
	.value-meta-detail-info-colum-grid-challange {
		font-size: 12px;
	}
	.meta-detail-info-colum-grid-challange p i {
		font-size: 12px;
		width: 14px;
	}
	.item-colum-grid-challange {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.content-item-colum-grid-challange {
		box-shadow: 1px 6px 13px 0px rgba(0,0,0,0.16);
	}
	.main-sidebar-filter-challange .form-default {
		max-width: 100%;
	}
	.vc_col-xs-4:not([data-t-w-inherits="small_desktop"]).left-sidebar-filter-challange {
		width: 100%;
	}
	.left-sidebar-filter-challange {
		width: 100%;
	}
	.content-large-sidebar-list {
		width: 100%;
	}
	.content-item-colum-slider-post:hover {
		padding-top: 45px;
	}
	.info-item-list-post-full-challange .title-list-post-full-challange {
		margin-bottom: 10px;
	}
	.value-rest-date-item-colum-post-list {
		font-size: 12px;
		margin-left: 5px;
	}
	.rest-date-item-colum-post-list i {
		line-height: 12px;
	}
	.list-post-full-challange .rest-date-item-colum-post-list {
		padding-top: 0px;
		padding-right: 10px;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: flex-end;
	}
	.list-post-full-challange .action-item-colum-post-list {
		flex-direction: unset;
		text-align: center;
		justify-content: space-between;
		margin-top: 0px;
		height: 100%;
		align-items: self-end;
		align-content: space-between;
		flex-direction: unset;
		text-align: center;
		justify-content: space-between;
		margin-top: 0px;
		padding-left: 0px;
		padding-bottom: 15px;
	}
	.list-post-full-challange .left-content-list-post-full-challange {
		padding-right: 15px;
	}
	.list-post-full-challange .btn-action-item-colum-post-list {
		width: 100%;
	}
	.list-post-full-challange .full-bar-process-challange {
		width: 100%;
	}
	
	.list-post-full-challange .shortcode-doing-challenge-user .content-list-post-full-challange {
		padding-left: 0px;
		padding-right: 0;
	}
	
	#slide-out-widget-area .inner .off-canvas-menu-container li a {
		font-size: 16px;
		line-height: 1.3em;
		font-family: 'Gilroy',sans-serif;
		font-weight: normal;
	}
	.admin-bar #slide-out-widget-area.slide-out-from-right {
		padding: 30px;
	}
	#footer-outer .menu-copyright-footer li a {
		margin-left: 8px;
	}
	#footer-outer #footer-widgets .widget h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#footer-outer .widget {
		margin-bottom: 15px;
	}
	#footer-outer #footer-widgets #text-3 {
		text-align: left;
	}
	#footer-outer .row {
		padding: 30px 0;
	}
	.container-wrap, .project-title {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.content-item-colum-slider-post {
		padding-top: 15px;
	}
	.main-grid-post-column-slider-custom .slick-list {
		margin-left: 0;
		height: auto!important;
	}
	.main-grid-post-column-slider-custom {
		width: 100%;
	}
	.heading-shortcode-slider-told-stories br {
		display: none;
	}
	
	.left-heading-shortcode-slider-told-stories {
		padding-left: 0px!important;
		width: 100%;
		text-align: center;
	}
	.wpb_wrapper .testimonial_carousel_custom {
		margin-bottom: 15px;
	}
	.nav-slider-custom .prev-slider-custom {
		margin-right: 15px;
	}
	.testimonial_carousel_custom .slick-list {
		height: auto!important;
	}
	.detail-sc-blockquote blockquote {
		font-size: 14px;
		line-height: 1.3em;
	}
	.top-testimonial-blockquote {
		margin-bottom: 5px;
	}
	.author-testimonial-blockquote {
		padding-left: 10px;
	}
	.center-img-mb .img-with-aniamtion-wrap {
		text-align: center;
	}
	.center-img-mb .img-with-aniamtion-wrap img {
		display: inline-block;
	}
	.heading-underline-white:after {
		margin-top: 10px;
	}
	.slogan-challange {
		bottom: 10px;
		width: calc(100% - 20px);
		left: 10px;
		border-radius: 6px;
		padding: 7px;
		font-size: 12px;
		line-height: 14px;
	}
	.slogan-challange:before {
		border-radius: 6px;
	}
	.action-detail-info-colum-grid-challange a {
		display: inline-block;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		padding: 7px 25px;
		font-size: 14px;
	}
	.action-detail-info-colum-grid-challange {
		text-align: center;
	}
	.right-detail-info-colum-grid-challange {
		width: 100%;
	}
	.info-item-colum-grid-challange .title-post-grid-challange {
		margin-bottom: 10px;
		line-height: initial;
		font-size: 16px;
	}
	.info-item-colum-grid-challange .title-post-grid-challange a {
		font-size: 16px;
	}
	.main-grid-post-column-custom {
		display: flex!important;
		margin-left: -7.5px!important;
		margin-right: -7.5px!important;
	}
	.main-grid-post-column-custom .item-colum-grid-challange {
		width: 50%;
		padding: 0 7.5px!important;
	}
	.item-all-poffolio-category-challange .count-challanges-post-in-cate {
		padding: 0;
	}
	
	.count-challanges-post-in-cate {
		margin-bottom: 30px;
	}
	.detail-link-im-challanges-cate {
		padding: 15px;
	}
	.main-poffolio-category-challange {
		display: flex!important;
	}
	.list-post-full-challange {
		padding: 30px 0;
	}
	.content-search-top-home .heading-top-home {
		padding-right: 60px;
	}
	.content-search-top-home .nectar_video_lightbox.play_button_with_text {
		padding: 0;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.content-search-top-home .nectar_video_lightbox.play_button_with_text .link-text {
		display: none;
	}
	.banner-top-right-bg {
		min-height: auto!important;
	}
	.banner-top-right-bg .span_12 {
		min-height: auto!important;
	}
	.banner-top-right-bg .content-search-top-home {
		position: relative;
	}
	.img-mobile-show.hide-desktop {
		padding-bottom: 90px!important;
		margin-top: 30px!important;
	}
	.form-filter {
		max-width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
		position: absolute;
		bottom: 0px;
		z-index: 1;
	}
	.banner-top-right-bg .row-bg.using-image {
		background: transparent!important;
	}
	.img-mobile-show {
		display: block!important;
	}
	.txt-rotate-left {
		display: none;
	}
	#header-outer[data-box-shadow="large"] {
		-webkit-box-shadow: 0 3px 45px rgba(0,0,0,0.15);
		box-shadow: 0 3px 45px rgba(0,0,0,0.15);
		background: #fff!important;
	}
	
	
	.hidden-br-mb br {
		display: none;
	}
	p {
		padding-bottom: 1em;
	}
	.font-60, .font-60 p, .font-60 a, a.font-60, .font-60 span, .font-60 strong {
		font-size: 36px;
		line-height: 1.2em;
	}
	.font-50, .font-50 p, .font-50 a, a.font-50, .font-50 span, .font-50 strong {
		font-size: 32px;
		line-height: 1.2em;
	}
	.font-46, .font-46 p, .font-46 a, a.font-46, .font-46 span, .font-46 strong {
		font-size: 30px;
		line-height: 1.2em;
	}
	.font-42, .font-42 p, .font-42 a, a.font-42, .font-42 span, .font-42 strong {
		font-size: 28px;
		line-height: 1.2em;
	}
	.font-40, .font-40 p, .font-40 a, a.font-40, .font-40 span, .font-40 strong {
		font-size: 28px;
		line-height: 1.2em;
	}
	.font-24, .font-24 p, .font-24 a, a.font-24, .font-24 span, .font-24 strong {
		font-size: 18px;
		line-height: 1.3em;
	}
	.wpb_wrapper h2.vc_custom_heading.font-20 {
		font-size: 16.25px!important;
		line-height: 1.3em!important;
	}
	.font-20, .font-20 p, .font-20 a, a.font-20, .font-20 span, .font-20 strong {
		font-size: 16px;
		line-height: 1.3em;
	}
	.font-18, .font-18 p, .font-18 a, a.font-18, .font-18 span, .font-18 strong {
		font-size: 16px;
		line-height: 1.3em;
	}
	.font-16, .font-16 p, .font-16 a, a.font-16, .font-16 span, .font-16 strong {
		font-size: 14px;
		line-height: 1.3em;
	}
	.font-letter-spacing-5 {
		letter-spacing: 1px;
	}
	.padding-top-60 {
		padding-top: 30px!important;
	}
	.padding-top-80 {
		padding-top: 30px !important;
	}
	.padding-top-120 {
		padding-top: 45px!important;
	}
	.no-padding-top-mb {
		padding-top: 0px !important;
	}
	.padding-top-30-mb {
		padding-top: 30px!important;
	}
	
	
	.padding-bottom-20 {
		padding-bottom: 7px !important;
	}
	.padding-bottom-30 {
		padding-bottom: 15px !important;
	}
	.padding-bottom-40 {
		padding-bottom: 15px !important;
	}
	.padding-bottom-50 {
		padding-bottom: 20px !important;
	}
	.padding-bottom-60 {
		padding-bottom: 30px !important;
	}
	.padding-bottom-80 {
		padding-bottom: 30px !important;
	}
	.padding-bottom-120 {
		padding-bottom: 45px !important;
	}
	.padding-bottom-200 {
		padding-bottom: 45px !important;
	}
	.no-padding-bottom-mb {
		padding-bottom: 0px !important;
	}

	.margin-top-30 {
		margin-top: 15px;
	}



	.margin-bottom-20 {
		margin-bottom: 7px;
	}
	.margin-bottom-30 {
		margin-bottom: 15px;
	}
	.margin-bottom-50 {
		margin-bottom: 20px;
	}
	.margin-bottom-60 {
		margin-bottom: 30px;
	}
	.margin-bottom-15-mb {
		margin-bottom: 15px!important;
	}
	.no-margin-bottom-mb {
		margin-bottom: 0px!important;
	}

	.padding-left-15 {
		padding-left: 5px!important;
	}
	.padding-left-150 {
		padding-left: 45px!important;
	}
	.padding-right-150 {
		padding-right: 45px!important;
	}
	.heading-shortcode-slider-told-stories {
		padding: 15px !important;
		padding-top: 30px!important;
	}
	.list-post-full-challange .shortcode-doing-challenge-user .img-list-post-full-challange {
		padding-right: 15px;
	}
	.list-post-full-challange .right-content-list-post-full-challange {
		width: 130px;
		height: 100%;
		align-items: self-end;
		justify-content: space-between;
		align-content: space-between;
	}
	.shortcode-doing-challenge-user {
		padding: 15px;
	}
	.img-item-list-post-full-challange {
		height: 100%;
	}
	.single.single-challange .container-wrap {
		padding-top: 30px;
	}
	.title-heading-single-challange {
		text-transform: capitalize;
		margin-top: 15px;
		width: 100%;
	}
	.button-header-single-challange {
		margin-top: 15px;
	}
	.btn-join-single-challange a {
		padding: 10px 15px;
		font-size: 14px;
	}
	.btn-share-single-challange .nectar-social >a {
		margin-left: 15px;
		margin-right: 15px;
		font-size: 16px;
	}
	.btn-share-single-challange .nectar-social >a i {
		margin-right: 5px;
	}
	.list-tag-social-challange-single a {
		font-size: 14px;
		padding: 6px 10px;
	}
	.top-header-single-challange {
		flex-direction: column-reverse;
	}
	.detail-img-single-challange {
		background-position: center;
	}
	.detail-img-single-challange:before {
		padding-top: 50%;
	}
	.single.single-challange .middle-single-challange {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.top-header-single-challange {
		margin-bottom: 0px;
	}
	.main_user_challange_carousel_custom .list-nav-slick {
		display: none;
	}
	.user-list-single-challange:before {
		background: #DFF3EE;
	}
	.user-list-single-challange {
		padding: 30px 0;
		margin-bottom: 0;
		padding-bottom: 0px;
	}
	.detail_main_user_challange_carousel_custom {
		max-width: 100%;
	}
	.title-section-user-list-single-challange {
		padding-right: 0;
		margin-bottom: 15px;
	}
	#user_challange_loadmore .item {
		width: 50%;
	}
	.modal-result-ajax {
		border-radius: 12px;
		padding: 15px;
	}
	.modal-result-ajax .heading-day-doing-accept-single {
		margin-bottom: 15px;
		margin-top: 0;
		padding-left: 0px;
		padding-right: 30px;
		font-size: 18px;
	}
	.jquery-modal .main-doing-accept-single .close-modal {
		top: 22px;
		right: 25px;
		width: 20px;
		height: 20px;
	}
	.list-main-doing-accept-single >li {
		padding-left: 50px;
		padding-bottom: 5px;
	}
	.modal-result-ajax .list-main-doing-accept-single >li {
		padding-bottom: 5px;
	}
	.list-main-doing-accept-single >li:before {
		width: 36px;
		height: 36px;
		line-height: 36px;
		font-size: 18px;
	}
	body .comment-wrap {
		padding: 30px 0;
		padding-bottom: 0px;
	}
	.comment-form .row {
		padding-bottom: 0px;
	}
	.single.single-challange .container-wrap.bottom-single-challange {
		padding-bottom: 15px;
	}
	#showLess {
		margin-bottom: 10px;
	}
	#loadMore {
		margin-bottom: 10px;
	}
	.box-meta-header-single-challange {
		margin-left: -7.5px;
		margin-right: -7.5px;
		min-width: calc(100% + 15px);
	}
	.item-box-meta-header-single-challange {
		padding: 7.5px;
	}
	.main-box-meta-header-single-challange {
		padding: 15px;
	}
	.value-box-meta-header-single-challange {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.single-accept .title-heading-single-challange {
		font-size: 24px;
	}
	.tab-detail-form-accept .nav-tabs {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.tab-detail-form-accept .nav-tabs li a {
		padding: 5px 10px;
		font-size: 14px;
	}
	.blue-detail-form-accept {
		border-radius: 6px;
		margin-top: 15px;
		padding: 15px;
	}
	.heading-form-accept-single {
		margin-bottom: 15px;
		font-size: 24px;
		line-height: 1.2em;
	}
	.description-day-doing-accept-single {
		margin-bottom: 5px;
		margin-top: 0;
	}
	.main-doing-accept-single {
		padding: 15px 0;
	}
	.description-day-doing-accept-single p:last-child {
		padding-bottom: 0px;
	}
	.heading-day-doing-accept-single {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.linksosial-day-doing-accept-single {
		margin: 0px;
	}
	
	
	
}
@media only screen and (max-width: 768px) {
	.list-post-full-challange .left-content-list-post-full-challange {
		padding-right: 0px;
	}
	.list-post-full-challange .btn-action-item-colum-post-list {
		width: auto;
	}
	.list-post-full-challange .shortcode-doing-challenge-user .img-list-post-full-challange {
		padding-right: 0;
	}
	.list-post-full-challange .action-item-colum-post-list {
		flex-direction: unset;
		text-align: center;
		justify-content: space-between;
		margin-top: 15px;
		padding-left: 0px;
		align-items: center;
	padding-bottom: 0px;
	}
	.list-post-full-challange .rest-date-item-colum-post-list {
		justify-content: start;
	}
	.list-post-full-challange .right-content-list-post-full-challange {
		width: 100%;
		height: auto;
		align-items: center;
		justify-content: space-between;
		align-content: center;
	}
	.list-post-full-challange .left-content-list-post-full-challange {
		width: 100%;
		height: auto;
	}
	.list-post-full-challange .img-list-post-full-challange {
		width: 100%;
	}
	.shortcode-doing-challenge-user {
		padding: 15px;
		border-radius: 6px;
	}
	.list-post-full-challange .content-list-post-full-challange {
		width: 100%;
		padding: 0px;
		margin-top: 15px;
	}
}
@media only screen and (max-width: 480px) {
	.right-box-meta-header-single-accept .full-bar-process-challange {
		width: 100%;
	}
	.name-box-meta-header-single-accept {
		margin-bottom: 3px;
	}
	.right-box-meta-header-single-accept {
		width: calc(100% - 40px);
	}
	.icon-box-meta-header-single-accept i {
		font-size: 26px;
		margin-right: 10px;
		margin-top: 0px;
	}
	.main-box-meta-header-single-accept {
		padding: 15px;
	}
	.item-box-meta-header-single-accept {
		width: 100%;
		display: flex;
	}
	.box-meta-header-single-accept {
		margin-left: 0;
		margin-right: 0;
	}
	.item-box-meta-header-single-challange {
		padding: 15px 0;
	}
	.box-meta-header-single-challange {
		display: block;
		min-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

}