/**
CUSTOM CSS FILE
 */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Play', sans-serif;
}
body {
    line-height: 1.7;
    color: #666666;
    font-size: 17px;
    font-family: 'Play', sans-serif!important;
    background-color: #fff;
}
.dpanel{
    height:242px;
}
.dpanel-cer{
    height:372px;
}
.dpanel-cm{
    height:322px;
}
.dpanel-footer{
    height:90px;
}
.panel-info .foo{
    height:242px;
}
.menuzord, .menuzord * {
    font-family: 'Play', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.menuzord-menu li .indicator {
    margin-left: 0px;
    display: none;
}
.menuzord-menu > li > a {
    border-radius: 5px;
    font-size: 16px;
}
.menuzord-menu ul.dropdown li a {
    font-size: 15px;
}
.day-block a:hover{
    background-color: #c17100;
}
.topic-title a{
    color: #c17100;
}
.topic-title a:hover{
    color: forestgreen;
}
.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 26px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
    text-align: center;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #2c7aca;
    padding: 20px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #448cd6;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {

    /*margin-top: 10px;*/
    /*font-weight: 500;*/
    /*font-size: 12px;*/
    /*padding: 3px 6px;*/
    /*border-radius: 4px;*/
    /*background-color: #f7c30d;*/
    /*color: #fff;*/
    /*word-wrap: break-word;*/
    line-height: 1;
    margin-top: 0px;
    font-weight: 400;
    font-size: 12px;
    padding: 0px 3px;
    border-radius: 0px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
    width: 160px;
    margin-left: -15px;
    border-bottom-color: #ffffff;
}
.calendar .days .day_num a:hover{
    color: #fff;
    background-color: #c17100!important;
}
.mfp-close-btn-in .mfp-close {
    color: red;
    font-size: 64px;
}
.calendar .days .day_num .event.green {
    background-color: #D61C4E;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}
.comments .comment_header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 10px;
    align-items: center;
}
.comments .comment_header .total {
    color: #777777;
    font-size: 14px;
}
.comments .comment_header .write_comment_btn {
    margin: 0;
}
.comments .write_comment_btn, .comments .write_comment button {
    display: inline-block;
    background-color: #565656;
    color: #fff;
    text-decoration: none;
    margin: 10px 0 0 0;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    border: 0;
}
.comments .write_comment_btn:hover, .comments .write_comment button:hover {
    background-color: #636363;
}
.comments .write_comment {
    display: none;
    padding: 20px 0 10px 0;
}
.comments .write_comment textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 150px;
    margin-top: 10px;
}
.comments .write_comment input {
    display: block;
    width: 250px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 10px;
}
.comments .write_comment button {
    cursor: pointer;
}
.comments .comment {
    padding-top: 10px;
}
.comments .comment .name {
    display: inline;
    padding: 0 5px 3px 0;
    margin: 0;
    font-size: 16px;
    color: #555555;
}
.comments .comment .date {
    color: #888888;
    font-size: 14px;
}
.comments .comment .content {
    padding: 5px 0 5px 0;
}
.comments .comment .reply_comment_btn {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    color: #888888;
}
.comments .comment .replies {
    padding-left: 30px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}
.custom-col-md-6{
    width: 49%;
}
.member-name a{
    color: #c17100;
}
.member-name a:hover{
    color: forestgreen;
    font-weight: bold;
}
.icon-box.icon-rounded-bordered i, .widget .line-bottom:after, .widget .line-bottom:after, .pager.theme-colored a {
    border: 1px solid #FFFFFF;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary{
    background-color: #c17100;
    border-color: #c17100;
}
.menuzord-brand {
    margin: 12px 30px 0 0;
}
.menuzord-menu {
    float: right;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #c17100;
    border-color: #c17100;
}
.member-block:hover{
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: box-shadow 0.4s ease-in-out;
}
.bg-theme-color-2 {
    background: #D61C4E !important;
}
.bg-theme-colored {
    background-color: #2e3192 !important;
}
.bg-theme-colored-darker2 {
    background-color: #635bc3 !important;
}
.causes .causes-details {
    border-bottom: none !important;
}
.widget.dark .list-border li {
    border-bottom: 1px dashed #2e3192;
}
.menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #635bc3 none repeat scroll 0 0;
    color: #fff;
}
.menuzord .menuzord-menu > li > a, .menuzord .menuzord-menu > li > a, .menuzord .menuzord-menu ul.dropdown li > a {
    margin-right: 2px;
}
.menuzord-brand img {
    max-height: 53px;
}
.menuzord .showhide {
    width: 60px;
    height: 46px;
    padding: 22px 0 0;
    display: none;
    float: right;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.metis .tp-bullet-title {
    position: absolute;
    bottom: 65px;
    display: none;
    left: 50%;
    background: #000;
    background: rgba(0,0,0,0.75);
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    transform-origin: 50% 100%;
    -webkit-transform: translateZ(0.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    white-space: nowrap;
}
.con-block{
    background-color: #f1f1f1;
}
.con-block:hover{
    background-color: #0a53be;
    color: #FFFFFF!important;
}
.con-block:hover h2{
    color: #FFFFFF!important;
}
.btn-mind:hover {
    color: #fff;
    background-color: #0a53be;
    border-color: #0a53be;
}
.bg-mindsight {
    background-color: #D61C4E !important;
    color: #0a0a0a!important;
}
.bg-mindsight a{
    color: #FFFFFF!important;
}
.bg-mindsight a:hover{
    color: #0a0a0a!important;
    font-weight: bold;
}
.bg-mindsight-light {
    background-color: #ffd164 !important;
    color: #0a0a0a!important;
}
.bg-mind{
    background-color: #635bc3;
}
.text-mind{
    color: #635bc3;
}
.btn-mindsight {
    color: #0a0a0a;
    background-color: #D61C4E;
    border-color: #D61C4E;
}
.btn-mindsight:hover {
    color: #0a0a0a;
    background-color: #c17100;
    border-color: #c17100;
}

.btn-mind {
    color: #fff;
    background-color: #635bc3;
    border-color: #635bc3;
}
.styled-icons li a{
    color: #fff!important;
}

.border-left-theme-color-2-4px {
    border-left: 4px solid #D61C4E !important;
}
.scrollToTop {
    background: #c17100;
}
.ver-mid{
    vertical-align: middle;
}
.border-left-theme-color-2-6px {
    border-left: 6px solid #c17100 !important;
}
.schedule-box .schedule-details {
    border-bottom: 2px solid #D61C4E;
}
