/*!
Theme Name: Careex
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/
Description: Careex theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: careex
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: careex
Template Id: prod-21272
*/

.wpcf7-spinner {
	display: none;
}

.bbp-breadcrumb,
.sep-page .list-view article .date,
.sep-page .listing .search,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	display: none;
}

.sep-page .list-view article{
    background: transparent;
    border: 4px solid #44ac33;
}

.sep-page .list-view article .description {
    margin-left: 0px;
    text-align: center;
}

.sep-page .list-view article .description h3 {
       margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-right: 10px;
    line-height: 20px;
    padding-right: 10px;
    border-right: 2px solid #44ac33;
}

.sep-page .list-view article .description .time time {
    color: #44ac33;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.single-event-description {
    color: #44ac33;
    font-style: italic;
    margin-top: 20px;
}

.sep-page .list-view article .description a.btn-register {
    color: #fff;
    margin-top: 30px;
    border-radius: 10px;
    font-size: 13px;
    padding: 15px 22px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #44AC33 0%, #92C01F 100%);
}

.sep-page .list-view article .description a.btn-register:hover {
        background-color: transparent;
    background-image: linear-gradient(180deg, #92C01F 0%, #44AC33 100%);
}

a.btn-logout {
    background: #44AC33;
    color: #fff !important;
    border-radius: 20px;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 20px;
}

.sep-page .list-view article .description .desc-block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

a.my-portal-link {
    color: #44AC33;
    text-transform: uppercase;
    font-family: PT sans-serif;
    font-size: 20px;
    font-weight: 500;
}
a.my-portal-link small {
    font-size: 50%;
}

.info-logout {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#bbpress-forums div.bbp-search-form{
    margin-bottom:10px;
}

/*responsive*/
@media only screen and (max-width: 767px) {
  .sep-page .list-view article .description .desc-block {
    flex-direction: column;
  }
  .sep-page .list-view article .description h3 {
    margin-right: 0px;
    line-height: normal;
    padding-right: 0px;
    border-right: none;
}
.sep-page .list-view article .description .time time{
    font-size:14px;
}
}

@media only screen and (min-width: 768px) and (max-width: 995px) {

}