/*------------------------------------------------------------------

Plugin: EventCal | WordPress Event Management Plugin
Version: 1.0.0
Date Created: 01/04/2018
Author: RequireOnce
Licence: Codecanyon Licence 

-------------------------------------------------------------------*/


/*-----------------------------------------------------------------
[Global]

Body font: 14px Poppins , sans-serif;
Color : #333 (Light dark);
Paragraph : 13px / Poppins, sans-serif / #808080;

------------------------------------------------------------------*/
.main-header .navbar-collapse.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
a[href^="#"]:hover {
    text-decoration: none;
}
.fleft{
    float: left;
}
.fright{
    float: right;
}
.text-center{
    text-align: center;
}
.textarea-sm{
    height: 100px;
}
.bg-dupain{
    background: #60a3bc;
    color: #fff;
}
.bg-green{
    background: #78e08f;
    color: #fff;
}
.ec-button-group a{
    padding: 10px 15px;
    text-decoration: none;
    transition: all 0.4s ease;
    color: #fff !important;
}
.ec-button-group a:hover{
    text-decoration: none;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.07);
}
.ec-button-group a:first-child{
    border-radius: 30px 0 0 30px;
    padding-left: 25px;
}
.ec-button-group a:last-child{
    border-radius: 0 30px 30px 0;
    padding-right: 25px;
}
.ec-text-label{
    padding: 0px 17px;
    font-size: 13px !important;
    line-height: 33px;
    border-radius: 50px;    
    display: inline-block;
    margin-top: 15px;
}
.ec-text-label-absolute-right{
    position: absolute;
    right: 40px;
    bottom: 30px;
}
.ec-text-label-absolute-left{
    position: absolute;
    left: 40px;
    bottom: 30px;
}
.ec-text-green-label{
    background: #3ae374;
    color: #fff;
}
.ec-text-blue-label{
    background: #706fd3;
    color: #fff;
}
.ec-text-purple-label{
    background: #ffaf40;
    color: #fff;
}
.ec-row.xs-gutter{
    margin-left: 0px;
    margin-right: 0px;
}
.ec-row.xs-gutter [class*='col-']{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.ec-nav-pills{
    margin-left: 0;
}
.ec-nav-pills li{
    list-style: none;
}
.ec-nav-pills li a{}
.ec-nav-pills li a:hover{}
.ec-nav-pills li a.active:hover{}
.ec-nav-pills li.active a:hover{}
.event-ends-date{
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0px;
}
.ec-container p{
    padding-bottom: 0;
}
/*-------------------- Minimal design ------------------*/
.smart-event-box-1.eventcal-minimal {
    min-height: auto;
    background: #fff;
    color: #666;
    padding: 5px 24px;
    border-radius: 4px;
    margin-bottom: 12px;
    box-shadow: 0 10px 30px #f0f0f0;
    position: relative;
}

.smart-event-box-1.eventcal-minimal .smart-event-title h3 {
    font-weight: 600;
    font-size: 18px;
    color: #666;
    margin: 12px 0 !important;
    line-height: 21px;
    min-height: auto;
}

.smart-event-box-1.eventcal-minimal .smart-event-timer {
    margin: 10px 0;
}

.smart-event-box-1.eventcal-minimal .smart-event-timer .smart-event-date {
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 3px 10px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    background-color: rgba(255,255,255, 0.7);
}

.smart-event-box-1.eventcal-minimal .smart-event-timer .smart-event-date span:first-child {
    font-size: 23px;
    font-weight: 800;
    line-height: 40px;
    width: auto;
    display: inline-block;
    float: left;
}

.smart-event-box-1.eventcal-minimal .smart-event-timer .smart-event-date span:last-child {
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    font-size: 14.5px;
    line-height: 22px;
    float: left;
    margin-top: 12px;
}

.smart-event-box-1.eventcal-minimal .smart-event-timer .smart-event-timespan {
    background: rgba(255, 255, 255, 0.4);
    padding: 8px 14px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* text-align: center; */
}
.smart-event-speakers p{
    font-size: 15px;
    margin: 20px 0;
}
.smart-event-speakers img{
    margin-bottom: 0px !important;
}
.smart-event-location{
    align-items: center;
}
.smart-event-box-1.eventcal-minimal .smart-event-timer .smart-event-speakers {
    margin-top: 12px;
}

.smart-event-box-1.eventcal-minimal .smart-event-timer .smart-event-speakers p {
    font-weight: 800;
    font-size: 13px;
    text-transform: capitalize;
    margin-top: 0;
}

.smart-event-box-1.eventcal-minimal .smart-event-timer .smart-event-speakers img:first-child {
    margin-left: 8px;
    vertical-align: top;
}

.smart-event-box-1.eventcal-minimal .smart-event-timer .smart-event-speakers img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    margin-left: -12px;
    border: 2px solid #fff;
    margin-bottom: 0px !important;
}

.smart-event-box-1.eventcal-minimal .smart-event-location {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.smart-event-box-1.eventcal-minimal .smart-event-location p {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-right: 10px;
    margin: 0;
    line-height: 19px;
    padding-bottom: 0;
}

.smart-event-box-1.eventcal-minimal .smart-event-location i {
    vertical-align: bottom;
    background: #fff;
    color: #000;
    padding: 7px;
    display: inline-table;
    border-radius: 30px;
    font-size: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.smart-event-box-1.eventcal-minimal .smart-event-background {}

.smart-event-box-1.eventcal-minimal .smart-event-details-link {
    margin-bottom: 11px;
    height: 20px;
}

.smart-event-box-1.eventcal-minimal .smart-event-details-link a {
    display: inline-block;
    color: #888 !important;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    background: transparent !important;
    position: relative;
    margin-top: 45px;
    line-height: 16px;
    /* margin-bottom: -83px; */
}

.smart-event-box-1.eventcal-minimal .smart-event-details-link a:hover {
    text-decoration: none !important;
    box-shadow: none !important;
}
/*--------------- Event Box 1 -----------------*/

.smart-event-box-1 {
    min-height: 380px;
    background: #fff;
    color: #666;
    padding: 18px 30px;
    border-radius: 4px;
    margin-bottom: 25px !important;
    box-shadow: 0 10px 30px #f0f0f0;
    position: relative;
}

.smart-event-box-1 .smart-event-title h3 {
    font-weight: 600;
    font-size: 20px;
    color: #666;
    margin: 12px 0 !important;
    line-height: 26px;
    min-height: 50px;
}

.smart-event-box-1 .smart-event-timer {
    margin: 25px 0;
}

.smart-event-box-1 .smart-event-timer .smart-event-date {
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 20px 14px;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    background-color: rgba(255,255,255, 0.7);
}

.smart-event-box-1 .smart-event-timer .smart-event-date span:first-child {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    width: 100%;
}

.smart-event-box-1 .smart-event-timer .smart-event-date span:last-child {
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    font-size: 16.5px;
    line-height: 22px;
}

.smart-event-box-1 .smart-event-timer .smart-event-timespan {
    background: rgba(255, 255, 255, 0.4);
    padding: 8px 14px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    /* text-align: center; */
}
.smart-event-speakers p{
    font-size: 15px;
    margin: 20px 0;
}
.smart-event-speakers img{
    margin-bottom: 0px !important;
}
.smart-event-location{
    align-items: center;
}
.smart-event-box-1 .smart-event-timer .smart-event-speakers {
    margin-top: 12px;
}

.smart-event-box-1 .smart-event-timer .smart-event-speakers p {
    font-weight: 800;
    font-size: 13px;
    text-transform: capitalize;
    margin-top: 0;
}

.smart-event-box-1 .smart-event-timer .smart-event-speakers img:first-child {
    margin-left: 8px;
    vertical-align: top;
}

.smart-event-box-1 .smart-event-timer .smart-event-speakers img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    margin-left: -12px;
    border: 2px solid #fff;
    margin-bottom: 0px !important;
}

.smart-event-box-1 .smart-event-location {
    display: flex;
    align-items: center;
}

.smart-event-box-1 .smart-event-location p {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-right: 10px;
    margin: 0;
    line-height: 19px;
    padding-bottom: 0;
}

.smart-event-box-1 .smart-event-location i {
    vertical-align: bottom;
    background: #fff;
    color: #000;
    padding: 7px;
    display: inline-table;
    border-radius: 30px;
    font-size: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.smart-event-box-1 .smart-event-background {}

.smart-event-box-1 .smart-event-details-link {
    margin-bottom: 11px;
}

.smart-event-box-1 .smart-event-details-link a {
    color: #888 !important;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    background: transparent !important;
    position: absolute;
    bottom: 33px;
    line-height: 16px;
}

.smart-event-box-1 .smart-event-details-link a:hover {
    text-decoration: none !important;
    box-shadow: none !important;
}
/*------------------ End Event Box 1 ---------------*/
/*-------------------- Event Box 2 ---------------*/
.smart-event-box-2 {
    color: #fff;
    padding: 18px 30px;
    border-radius: 4px;
    position: relative;
    background-position: right;
}


.smart-event-box-2 .smart-event-title h3 {
    font-weight: 600;
}

.smart-event-box-2 .smart-event-timer {
    margin: 25px 0;
}

.smart-event-box-2 .smart-event-timer .smart-event-date {
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    padding: 13px;
    text-align: center;
    border-radius: 4px;
}

.smart-event-box-2 .smart-event-timer .smart-event-date span:first-child {
    font-size: 36px;
    font-weight: 800;
    line-height: 30px;
}

.smart-event-box-2 .smart-event-timer .smart-event-date span:last-child {
    text-transform: capitalize;
    font-weight: 600;
}

.smart-event-box-2 .smart-event-timer .smart-event-timespan {
    background: rgba(255, 255, 255, 0.4);
    padding: 9px 14px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.smart-event-box-2 .smart-event-timer .smart-event-speakers {
    margin-top: 12px;
}

.smart-event-box-2 .smart-event-timer .smart-event-speakers p {
    font-weight: 800;
    font-size: 13px;
    text-transform: capitalize;
}

.smart-event-box-2 .smart-event-timer .smart-event-speakers img:first-child {
    margin-left: 8px;
}

.smart-event-box-2 .smart-event-timer .smart-event-speakers img {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    margin-left: -12px;
    border: 2px solid #fff;
}

.smart-event-box-2 .smart-event-location {
    display: flex;
}

.smart-event-box-2 .smart-event-location p {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding-right: 10px;
}

.smart-event-box-2 .smart-event-location i {
    vertical-align: bottom;
    background: #fff;
    color: #000;
    padding: 7px;
    display: inline-table;
    border-radius: 30px;
    font-size: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.smart-event-box-2 .smart-event-background {}

.smart-event-box-2 .smart-event-details-link {
    margin-bottom: 11px;
}

.smart-event-box-2 .smart-event-details-link a {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 13px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.smart-event-box-2 .smart-event-details-link a:hover {
    text-decoration: none;
}
/*-------------------- End Event Box 2 ---------------*/
/*-------------------- Start Event Box 3 ---------------*/
.smart-event-box-3{
    background: green;
    color:  #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    position:  relative;
    overflow: hidden;
}
.smart-event-box-3 .smart-event-main-content{
    padding: 32px;
}
.smart-event-box-3 .smart-event-box-img{
    perspective: 800px;
    height: 100%;
    min-height: 315px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.smart-event-box-3 .smart-event-box-img img{
}
.smart-event-box-3 .smart-event-timer{
    position:  absolute;
    top: 15px;
    left: 30px;
    padding:  10px;
    margin:  10px;
    background: #008000;
    color: #fff;
    font-weight:  800;
    text-transform:  capitalize;
    border-radius: 3px;
    text-align: center;
}
.smart-event-box-3 .smart-event-timer span:first-child{
    display:  block;
    font-size:  30px;
    line-height: 30px;
}
.smart-event-box-3 .smart-event-timer span:last-child{}
.smart-event-box-3 .smart-event-timespan{
    position: relative;
    right: 0;
    bottom: 0px;
    background: #fff;
    color: #777;
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 4px;
    font-weight: 600;
    width: inherit;
    display: inline-block;
}
.smart-event-content h4{
    font-size: 22px;
    margin-bottom: 25px;
    color: #fff !important;
    line-height: 23px;
    letter-spacing: 0px;
}
.smart-event-box-3 .smart-event-content{}
.smart-event-box-3 .smart-event-location{
    display:  flex;
    margin: 20px 0;
}
.smart-event-box-3 .smart-event-location i{
    background:  #fff;
    display:  inline-table;
    color:  #000;
    font-size: 18px;
    padding: 8px;
    border-radius:  30px;
    margin-right:  10px;
    margin-top:  1px;
}
.smart-event-box-3 .smart-event-location p{
    margin-bottom: 0px;
    line-height: 17px;
    font-size: 13px;
    margin-top: 0;
    padding-bottom: 0px;
}
.smart-event-box-3 .smart-event-speakers img{
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px;
    margin-left:  -12px;
    border: 2px solid #fff;
    margin-bottom:  0 !important;
    vertical-align: middle;
}
.smart-event-box-3 .smart-event-speakers img:first-child{
    margin-left:10px;
    /* margin-bottom:  0 !important; */
}
.smart-event-box-3 .smart-event-details-link{}
.smart-event-box-3 .smart-event-details-link a{
    color: #fff;
    font-weight:  800;
    letter-spacing:  1px;
    text-transform:  uppercase;
    font-size:  12px;
    border-bottom:  1px solid #fff;
    padding-bottom: 3px;
}
.smart-event-box-3 .smart-event-details-link a:hover{
    text-decoration: none;
}
.smart-event-box-3 .ec-text-label-absolute-left {
    position: absolute;
    bottom: 21px;
    border-radius: 4px;
}
/*-------------------- End Event Box 3 ---------------*/
/*------------------- Start Event Box 4 ---------------*/
.smart-event-box-4{
    /* color:  #fff; */
    margin: 10px 0;
    overflow: hidden;
    box-shadow: 0 5px 15px #f1f1f1;
}
.smart-event-box-4 .smart-event-speakers img{
    width:  25px !important;
    height:  25px  !important;
    border-radius: 30px;
    margin-top:  15px;
    margin-bottom: -15px;
    border: 2px solid #fff;
}
.smart-event-box-4 .smart-event-timer{
    height:  100%;
    padding:  40px 20px;
    text-align:  center;
     color:  #fff; 
}

.smart-event-box-4 .smart-event-timer span:first-child{
    display:  block;
    font-size:  40px;
    font-weight: 800;
    line-height: 53px;
}
.smart-event-box-4 .smart-event-timer span:last-child{
    text-transform:  uppercase;
    font-size: 11px;
    font-weight:  600;
    line-height: 10px;
}
.smart-event-box-4 .smart-event-main-content{
    padding: 40px;
    line-height: 24px;
    min-height: 290px;
}
.smart-event-box-4 .smart-event-content h5{
    font-size: 20px !important;
    margin: 10px 0 0 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 0 !important;
    font-weight: 400 !important;
}
.smart-event-box-4 .smart-event-added-content{
    /* display:  flex; */
    /* margin-top: 12px; */
    align-items: center;
}
.smart-event-box-4 .smart-event-location{
    /* display: flex; */
    align-items:  center;
}
.smart-event-box-4 .smart-event-location i{
    margin-top:  2px;
    background:  #fff;
    display:  inline-table;
    margin-right: 9px;
    padding:  9px;
    border-radius:  5px;
    box-shadow:  0 3px 31px #ddd;
    color: #888;
    font-weight:  bold;
}
.smart-event-box-4 .smart-event-location p{
    font-size:  12px;
    font-weight:  600;
    color:  #666;
    margin-top: 3px;
    margin-right: 20px;
    line-height:  18px;
    margin-bottom:  0;
    width: 100%;
    padding-bottom: 0px;
}
.smart-event-box-4 .smart-event-timespan{
    font-size: 11px;
    letter-spacing:  0.5px;
    font-weight: 700;
    color:  #777;
}
.smart-event-box-4 .smart-event-details-link{
    /* position: absolute; */
    /* right: 20px; */
}
.smart-event-box-4 .smart-event-details-link a{
    color: #fff !important;
    background: #007bff;
    padding: 5px 21px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 600;
    float: right;
    margin-top: 13px;
}
.smart-event-box-4 .smart-event-details-link a:hover{
    text-decoration: none;
}
/*-------------------- End Event Box 4 ---------------*/
/*-------------------- Start Event Box 5 ---------------*/
.smart-event-box-5{
    color: #555;
    border-radius: 4px;
    margin-bottom: 20px !important;
    box-shadow: 0 0px 20px #f1f1f1;
}
.smart-event-box-5 .smart-event-main-content{
    padding: 32px;
    min-height: 280px;
    position: relative;
}
.smart-event-box-5 .smart-event-main-content h4{
    margin: 0 !important;
    color: #555 !important;
}
.smart-event-box-5 .smart-event-box-img{
    perspective: 800px;
    height: 100%;
    min-height: 250px;
    background-size: cover !important; 
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
}
.smart-event-box-5 .smart-event-box-img img{
}
.smart-event-box-5 .smart-event-timer{
    position:  absolute;
    top: 9px;
    left: 16px;
    padding: 17px;
    margin:  10px;
    background: #008000;
    color: #666;
    font-weight:  800;
    text-transform:  capitalize;
    border-radius: 3px;
    text-align: center;
}
.smart-event-box-5 .smart-event-timer span:first-child{
    display:  block;
    font-size: 23px;
    line-height: 30px;
}
.smart-event-box-5 .smart-event-timer span:last-child{}
.smart-event-box-5 .smart-event-timespan{
    position: absolute;
    left: 27px;
    bottom: 20px;
    background: #fff;
    color: #444;
    font-size: 11px;
    padding: 9px 18px;
    border-radius: 3px;
    font-weight: 400;
    line-height: 18px;
}
.smart-event-box-5 .smart-event-content{}
.smart-event-box-5 .smart-event-location{
    display:  flex;
    margin: 20px 0;
}
.smart-event-box-5 .smart-event-location i{
    background:  #fff;
    display:  inline-table;
    color:  #000;
    font-size: 18px;
    padding: 8px;
    border-radius:  30px;
    margin-right:  10px;
    margin-top:  1px;
    box-shadow: 0 3px 10px #ddd;
}
.smart-event-box-5 .smart-event-speakers{

}
.smart-event-box-5 .smart-event-speakers p{
    text-transform: capitalize;
    font-weight: 700;
}
.smart-event-box-5 .smart-event-speakers img{
    width:  35px !important;
    height:  35px !important;
    border-radius: 30px;
    margin-left:  -12px;
    border: 2px solid #fff;
    vertical-align: middle;
}
.smart-event-box-5 .smart-event-speakers img:first-child{
    margin-left:10px
}
.smart-event-box-5 .smart-event-speakers p{
    font-size: 13px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}
.smart-event-speakers span{
    width: 32px;
    height: 32px;
    border-radius: 30px;
    background: #f1f1f1;
    font-size: 12px;
    color: #555;
    padding: 8px 0 9px 8px;
    font-weight: 700;
    margin-left: -11px;
    display: inline-flex;
    vertical-align: middle;
    line-height: 17px;
    text-align: center;
    margin-top: -27px;
}
.smart-event-box-5 .smart-event-details-link{
    left: 30px;
}
.smart-event-box-5 .smart-event-details-link a{
    color: #fff !important;
    font-weight:  800;
    letter-spacing:  1px;
    text-transform: capitalize;
    font-size:  12px;
    /* border-bottom:  1px solid #fff; */
    padding-bottom: 3px;
}
.smart-event-box-5 .smart-event-details-link a:hover{
    text-decoration: none;
}
/*-------------------- Ends Event Box 5 ---------------*/
/*-------------------- Starts Event Box 6 ---------------*/
.smart-event-box-6{
    margin-bottom: 25px !important;
    background-size: cover !important;
}
.smart-event-box-6 .smart-event-timer{
    background:  rgba(0,0,0,0.5);
    color:  #fff;
    padding: 17px;
    float: right;
    text-align:  center;
    margin: 20px;
    border-radius:  4px;
}
.smart-event-box-6 .smart-event-timer span:first-child{
    display:  block;
    font-weight:800;
    font-size:35px;
    line-height:25px;
}
.smart-event-box-6 .smart-event-timer span:last-child{
    text-transform:  capitalize;
    font-weight:  600;
    line-height: 34px;
    display: block;
}
.smart-event-box-6 .smart-event-timespan{
    font-size: 12px;
    float: right;
    font-weight: 600;
    margin-top: 7px;
}
.smart-event-box-6 .smart-event-main-content{
    background: #007bffd1;
    color:  #fff;
    padding: 32px;
    width: 60%;
    margin: 20px;
    display: inline-block;
    border-radius: 3px;
    min-height: 275px;
    position: relative;
}
.smart-event-box-6 .smart-event-main-content .ec-text-label{
    
background: #fff;
    
color: #777;
    
bottom: 25px;
    
right: 30px;
}
.smart-event-box-6 .smart-event-main-content .smart-event-content h4{
    margin: 0 !important;
    color: #fff !important;
    font-size: 21px;
    margin-bottom: 25px;
    line-height: 28px;
}
.smart-event-box-6 .smart-event-content{}
.smart-event-location{
    display:  flex;
    margin: 20px 0;
    align-items: center;
}
.smart-event-location p{
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 15px;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.smart-event-box-6 .smart-event-location i {
    display: inline-table;
    background:  #ffff;
    color: #777;
    padding:  7px;
    border-radius:  2px;
    font-weight:  600;
    margin-right: 8px;
}
.smart-event-box-6 .smart-event-location p{
    font-size:  13px;
    line-height: 18px;
    padding-bottom: 0;
    padding-left: 8px;
}
.smart-event-box-6 .smart-event-speakers img:first-child{
    margin-left: 5px;
}
.smart-event-box-6 .smart-event-speakers p{
    font-size: 13px;
    font-weight: 600;
}
.smart-event-box-6 .smart-event-speakers{

}
.smart-event-box-6 .smart-event-speakers img{
    width:  35px !important;
    height:  35px !important;
    border-radius:  50%;
    margin-left:  -13px;
    border: 2px solid #fff;
    vertical-align: middle;
}
.smart-event-box-6 .smart-event-details-link{}
.smart-event-box-6 .smart-event-details-link a{
    color:  #fff !important;
    font-weight:  800;
    letter-spacing:  1px;
    text-transform:  uppercase;
    font-size:  12.5px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    position: absolute;
    bottom: 30px;
    line-height: 15px;
}
.smart-event-box-6 .smart-event-details-link a:hover{
    text-decoration:  none;
}
/*-------------------- Ends Event Box 6 ---------------*/
/*-------------------- EventCal Single ---------------*/
.spinner,
.spinner-container {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    position: absolute;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
    top: 20%;
    left: 49%;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}
.smart-event-close{
    position: fixed;
    right: 25px;
    top: 25px;
    background: #fff;
    z-index: 9;
    font-size: 35px;
    cursor: pointer;
}

.smart-event-overlay{
    position:  fixed;
    top: 0;
    overflow-x: hidden;
    background: rgba(0,0,0,0.7); 
    z-index: 9999999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s all ease;
}
.smart-event-overlay-2{
    position: fixed;
    top: 0;
    overflow-x: hidden;
    background: rgba(0,0,0,0.7);
    z-index: 9999999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s all ease;
}
.smart-event-single-info{
    min-height: 300px;
    position: relative;
}
.smart-event-overlay.open{
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.smart-event-overlay-open{
    overflow: hidden;
}
.smart-event-single-total-content{
    margin: 30px auto;
    overflow-y: auto;
    width: 76%;
    position: relative;
    background: #fff;
}
.smart-event-single-total-content.evecal-individual-single{
    width: 100%;
    margin: 0 auto;
}
.smart-event-single-hero{
    position:  relative;
}
.smart-event-single-hero h1{
    font-weight: 700;
    font-size: 38px;
    color: #666;
    padding: 20px 15px 10px 25px;
    width: 88%;
    margin-top: 0;
    margin-bottom: 0px;
}
.smart-event-single-featured-image{
    height: 450px;
    position: relative;
    background: #f1f1f1;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.smart-event-single-title{
    position:  absolute;
    bottom:  0;
    background: #fff;
    left: 1.5%;
    display: flex;
    width: 81.5%;
}
.smart-event-single-date{
    background:  #f0f0f0;
    padding: 21px;
    text-align:  center;
}
.evecal-individual-single .smart-event-single-date{
    background: transparent;
}
.smart-event-single-info{
    display:  flex;
    margin: 0 0 0 15px;
}
.smart-event-single-tabbed-info .tab-content > .tab-pane {
    display: none;
}
.smart-event-single-tabbed-info .tab-content > .tab-pane.active {
    display: block;
}
.fade.show{
    opacity: 1;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.show {
    display: block !important;
}
#eventcal-tab-content{
    padding: 55px 20px 30px 10px;
}
#eventcal-tab-content .tab-content{
    padding: 0;
}
#eventcal-tab-content p{
    font-size: 17px;
    line-height: 27px;
}
#eventcal-tab-content h5{
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 500;
}
.smart-event-single-tabbed-info{
    width: 78%;
}
.about-event{
    padding: 0px 0 20px 0;
}
ul#eventcal-tab{
    box-shadow: 0 13px 20px #f0f0f0;
    border-bottom: none;
    padding: 8.5px 15px 8.5px 10px !important;
    margin: 0;
    text-align: left !important;
    min-height: 54px;
    height: 54px;
    position: relative;
}
ul#eventcal-tab li{
    list-style: none;
    display: inline-block;
}
ul#eventcal-tab li a{
    padding: 10px 23px;
    border: none;
    color: #777;
    line-height: 16px;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 0px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
ul#eventcal-tab li a:hover{
    text-decoration: none;
}
ul#eventcal-tab li a:focus{
    background: transparent;
}
#interested-tab{
    background: #ED4C67;
    color: #fff !important;
    border-radius: 40px !important;
    margin-left: 3px;
}
ul#eventcal-tab li a.active#interested-tab{
    background: #ED4C67 !important;
    color: #fff !important;
}
ul#eventcal-tab li a.active{
    color: #555;
    border-bottom: none;
    background: #f1f1f1;
    border-radius:  30px;
    /* padding: 10px 23px; */
}
.fade.show{
    opacity: 1;
}
.smart-event-single-event-info{
    width: 31.1%;
    display: inline-table;
    margin-top: 0px;
}
.smart-event-single-event-info h5{
    background: #f0f0f0;
    margin-bottom: 0px;
    line-height: 34px;
    padding: 10px 16px;
    margin-top: 0;
}
.smart-event-single-date span:first-child{
    display:  block;
    font-size: 53px;
    line-height:  62px;
    font-weight:  800;
    width: 72px;
}
.smart-event-single-date span:last-child{
    text-transform:  capitalize;
    font-size: 29px;
    font-weight: 600;
    line-height: 18px;
}
.smart-event-grey-featured-box{
    background:  #f0f0f0;
    padding: 25px;
    margin: 2px 0;
}
.smart-event-grey-featured-box h6{
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}
.smart-event-grey-featured-box p{
    margin-bottom:  0;
    line-height: 21px;
    font-weight:  normal;
    font-size: 15px;
    margin-top: 5px;
    padding-bottom: 0;
}
#event-map{
    height: 250px;
    width: 100%;
}
table.smart-event-sidebar-info-table{
    border:none;
    width:  100%;
}
table.smart-event-sidebar-info-table tbody{}
table.smart-event-sidebar-info-table tbody tr{}
table.smart-event-sidebar-info-table tbody tr th{
    width:50%;
    padding: 15px 20px;
}
table.smart-event-sidebar-info-table tbody tr td{
    border:none;
}
table.smart-event-sidebar-info-table tr th h6{
    margin-bottom: 0;
    margin-top: 0;
    font-size:  16px;
    font-weight:  bold;
}
table.smart-event-sidebar-info-table tr td p{
    margin: 8px;
    font-size: 14px;
    padding: 0;
}
table.smart-event-sidebar-info-table{
    padding: 15px;
}
table.smart-event-sidebar-info-table tr th,
table.smart-event-sidebar-info-table tr td{
    padding: 0;
    border-bottom: none;
}
.smart-event-sponsors{
    align-items: center;
    display: flex;
}
.smart-event-sponsors img{
    width: 130px;
    margin: 0 25px 0 0;
}
/*--- Inherited Tabs -----------*/
#smart-event-day-schedule{
    background:  #f0f0f0;
    margin: 0px 0 20px;
    display: flex;
}
#smart-event-day-schedule li{list-style: none;}
#smart-event-day-schedule li a{
    padding: 10px 20px;
    color: #000;
    text-transform: uppercase;
    font-weight:  600;
    letter-spacing:  1px;
    font-size: 14px;
    transition: all 0.4s ease;
    display: inline-block;
}
#smart-event-day-schedule li a.active,
#smart-event-day-schedule li a.active:hover{
    background:  #444;
    border-radius: 0;
    color:  #fff;
}
#smart-event-day-schedule li a:hover{
    background: #ddd;
    border-radius: 0px;
}

/*----- Schedule Table -----*/
ul.evecal-schedule-list-items{
    margin-left: 0;
    list-style: none;
    padding-left: 0
}
ul.evecal-schedule-list-items li{
    padding: 20px;
    margin-bottom: 5px;
    border-left: 3px solid rgba(247, 37, 86, 0.7490196078431373);
    width: 50%;
    display: inline-block;
    background: rgba(241, 241, 241, 0.38);
}
ul.evecal-schedule-list-items li h4{
    margin:0;
}
/*---- single event speaker -----*/
#eventcal-tab-content .smart-event-speakers{
    margin-bottom: 20px;
}
#eventcal-tab-content .smart-event-speakers img{
    border-radius: 3px;
    max-width: 100%;
}
#eventcal-tab-content .smart-event-speaker-img{
    margin-bottom: 5px;
    position: relative;
}
#eventcal-tab-content .smart-event-speakers h5.speaker-name{
    margin-bottom: 0px;
}
#eventcal-tab-content .smart-event-speakers p.speaker-title{
    font-size: 13px; 
    margin-bottom: 5px;
    margin-top: 0px;
}
#eventcal-tab-content .smart-event-speakers p.speaker-session{
    font-size: 13px;
    position: absolute;
    bottom:  0px;
    left:  0;
    background: rgba(0,0,0,0.5);
    color:  #fff;
    font-weight:  600;
    padding:  3px 13px;
    border-radius: 0 5px 5px 0;
}
#eventcal-tab-content .smart-event-speakers .speakers-socials{
    margin: 15px 0 30px;
}
#eventcal-tab-content .smart-event-speakers .speakers-socials a{
    margin-right: 5px;
    width:  30px;
}
#eventcal-tab-content .smart-event-speakers .speakers-socials a:hover{
    text-decoration: none;
}
#eventcal-tab-content .smart-event-speakers .speakers-socials a:hover i{
    color: #fff;
    background: #666;
}
#eventcal-tab-content .smart-event-speakers .speakers-socials a i{
    font-style:  normal;
    color:  #555;
    padding: 10px;
    background:  #fff;
    box-shadow: 0 0 40px rgba(0,0,0,0.06);
    font-size:  13px;
    border-radius: 3px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
}

/*----- Event Social Share -----------*/
.smart-event-share-this{
    text-align: center;
    margin-top: 25px;
}
.smart-event-share-this h6{
    font-size: 16px;
    margin-bottom: 15px;
}
.smart-event-share-this a{
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding: 8px 0 2px 0px;
    border-radius: 0px;
    border-radius: 50px;
}
.smart-event-share-this a:hover{
    color: #fff;
    text-decoration: none;
}
.smart-event-share-this a.facebook{
    background: #4965a0;
}
.smart-event-share-this a.twitter{
    background:  #2BBCEB;
}
.smart-event-share-this a.google-plus{
    background: #E0351F;
}
.smart-event-share-this a i{
    font-style:  normal;
    color: #fff;
}
/*-------------------- Ends EventCal Single ---------------*/

.sm-gutter>[class*='col-'] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.sm-gutter.ec-row {
    margin-left: -5px;
    margin-right: -5px;
}
.no-gutter>[class*='col-'] {
    padding-right: 0px;
    padding-left: 0px;
}

.no-gutter.ec-row {
    margin-left: 0px;
    margin-right: 0px;
}
/*--------- Pagination -----------*/
.ec-pagi button{
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    padding: 5px 12px;
    margin: 0 2px;
    border-radius: 2px;
    cursor: pointer;
}
.ec-pagi button:focus{
    outline: none;
}
.ec-pagi button.jplist-selected{
    background: #ddd;
}
.jplist-holder{
    display: inline-block;
}
.jplist-holder button{}
.ec-pagi-select{
    height: 36px;
    padding: 0 10px;
    margin-right: 10px;
    border: 1px solid #ddd;
    width: 125px;
}
/*---------------- ResponsiveNess -----------*/
@media screen and (max-width: 480px){
    .smart-event-single-total-content{
        width:100%;
        left:0;
        margin:0 auto;
    }
    .smart-event-single-featured-image{
        height:250px;
    }
    .smart-event-single-hero h1{
        font-size:26px;
    }
    .smart-event-single-title {
        position: relative;
        bottom: 0;
        background:rgba(255,255,255,0.8);
        left: 0;
        display: flex;
        width: 100%;
    }
    .smart-event-single-info {
        display: block;
        margin: 0;
    }
    .smart-event-single-tabbed-info {
        width: 100%;
    }
    #eventcal-tab-content {
        padding: 20px;
    }
    .smart-event-single-event-info {
        width: 100%;
        display: inline-table;
    }
    .smart-event-box-6 .smart-event-main-content{
        width: 87%;
    }
    .smart-event-box-4 .smart-event-main-content{
        padding: 20px;
    }
    /*.smart-event-box-4 .smart-event-timer{
        padding: 25px 12px 0;
    }*/
    .smart-event-box-4 .smart-event-timer span:first-child{
        font-size: 30px;
        line-height: 34px;
    }
    .smart-event-box-4 .smart-event-timer span:last-child{
        font-size: 19px;
    }
    .smart-event-box-5 .smart-event-main-content{
        padding: 20px;
    }
    .smart-event-box-5 .smart-event-timer{
        padding: 25px 12px 0;
    }
    .smart-event-box-5 .smart-event-timer span:first-child{
        font-size: 30px;
        line-height: 34px;
    }
    .smart-event-box-5 .smart-event-timer span:last-child{
        font-size: 19px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    .smart-event-single-total-content{
        width:100%;
        left:0;
        margin:0 auto;
    }
    .smart-event-single-featured-image{
        height:250px;
    }
    .smart-event-single-hero h1{
        font-size:26px;
    }
    .smart-event-single-title {
        position: absolute;
        bottom: 0;
        background:rgba(255,255,255,0.8);
        left: 2%;
        display: flex;
        width: 80%;
    }
    .smart-event-single-date {
        padding: 10px 22px;
    }
    .smart-event-single-date span:first-child {
        font-size: 40px;
        line-height: 56px;
    }
    .smart-event-single-date span:last-child {
        font-size: 24px;
        line-height: 9px;
    }
    .smart-event-single-info {
        display: block;
        margin: 0;
    }
    .smart-event-single-tabbed-info {
        width: 100%;
    }
    #eventcal-tab-content {
        padding: 20px;
    }
    .smart-event-single-event-info {
        width: 100%;
        display: inline-table;
    }
    .smart-event-box-6 .smart-event-main-content{
        width: 66%;
    }

}


@media screen and (min-width: 769px) and (max-width: 991px){
    .smart-event-single-total-content{
        width:100%;
        left:0;
        margin:0 auto;
    }
    .smart-event-single-title {
        left: 2.5%;
        width: 82.56%;
    }

    .smart-event-box-6 .smart-event-main-content{
        width: 60%;
    }
}
@media screen and (min-width: 992px) and (max-width: 1190px){
    .smart-event-single-total-content{
        width:90%;
        left:0;
        margin:0 auto;
    }
}
@media screen and (max-width: 959px){
    .row div[class*=ec-col-lg-] {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding: 0px 10px 0px 10px !important;
    }
}
@media screen and (max-width: 575px){
    .row .ec-col-xs-5 {
        width: 40%;
    }
    .row .ec-col-xs-7 {
        width: 60%;
    }
    .ec-filter-month-name {
        font-size: 14px !important;
        margin-top: 10px !important;
        margin-left: 0px;
    }
    .ec-filter-by-this{
        float: none !important;
        text-align: center;
    }
}
/*
-------------- Samrt Event Weekly View ----------------
*/

table.evecal-weekly-view{
    background: #fff;
}
table.evecal-weekly-view thead{}
table.evecal-weekly-view tr{
    background:  #fff;
    box-shadow: 0 0px 62px rgba(240, 240, 240, 0.58);
}
table.evecal-weekly-view td{
    padding: 20px;
    text-align: center;
    border-bottom: none;
    cursor:  pointer;
    vertical-align: middle;
}
table.evecal-weekly-view td span.weekly-date{
    font-size: 28px;
}
.evecal-weekly-post-container{
    min-height: 200px;
    position: relative;
    margin-top: 20px;
}
.weekly-date-month{
    margin-top: -7px;
    margin-bottom: 0;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
}
.no-events.text-center{
    text-align: center;
}
td.weekly-date-shuffle.active{
    background: #f0f0f0;
}

/*--------- Monthly Calendar ---------*/
/* calendar */
.eventcal-calendar{
    position: relative;
    transition: opacity 0.4s ease;
}

.eventcal-calendar.waiting{
    opacity: 0.3;
}
table.calendar{
    border-left: 1px solid #f1f1f1;
}
tr.calendar-row {  }
td.calendar-day { 
    height: 100px;
    position: relative;
} 
div.calendar-day { height:80px; }
td.calendar-day:hover{ 
    background:#eceff5; 
}
td.calendar-day-np  {
    background: #f1f1f1;
    min-height:80px;
} 
* html div.calendar-day-np { 
    height:80px; 
}
td.calendar-day-head {
    background: #f0f0f0;
    font-weight:bold;
    text-align:center;
    width:120px;
    padding: 19px 0;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.calendar-control .next-month,
.calendar-control .prev-month{
    padding: 5px 20px;
    background: #f1f1f1;
    font-size: 12px;
    margin-bottom: 9px;
    margin-left: 5px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 2px;
}
.calendar-control .month-name{
    font-size: 28.5px;
}
div.day-number{ 
    padding: 5px;
    color: #000;
    font-weight: bold;
    width: 30%;
    text-align: center;
    font-size: 18px;
}
td.calendar-day, td.calendar-day-np {
    width:120px;
    padding:5px;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
span.evecal-event-count{
    float: right;
    background: #009688;
    padding: 9px 0;
    font-size: 13px;
    line-height: 14px;
    border-radius: 20px;
    font-weight: 600;
    position: absolute;
    top: 24%;
    right: 10%;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
}
.evecal-mc-posts-link-popup{
    position: absolute;
    background: #ffffff;
    top: 100%;
    padding: 15px 20px;
    width: 300px;
    z-index: 9;
    left: -50%;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    display: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    border-radius: 3px;
}
.calendar-day:hover .evecal-mc-posts-link-popup{
    display: block;
}
.evecal-mc-posts-link-popup a{
    display: block;
}
/*
-------------------- EventCal Filter -----------------
*/
.ec-filter-console{
    margin: 10px 0 40px;
}
.ec-search-console{
    position:  relative;
    margin-top: 10px;
}
.ec-ajax-search input#ec-search-key{
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    height: 45px;
    padding:  11px 22px;
    border: 2px solid #f0f0f0;
    border-radius: 2px;
    background-color: #fcfcfc;
    color: #4d4d4d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    outline: 0;
    width: 100%;
    -webkit-transition: background-color, 0.5s;
    -moz-transition: background-color, 0.5s;
    -ms-transition: background-color, 0.5s;
    -o-transition: background-color, 0.5s;
    transition: background-color, 0.5s;
    background-color: white;
}
body[data-form-submit="regular"] .ec-ajax-search .ec-search-console .ec-filter-search-submit,
body .ec-ajax-search .ec-search-console .ec-filter-search-submit{
    position: absolute;
    background: #555 !important;
    color: #fff !important;
    margin: 0;
    padding: 10px !important;
    width: 120px !important;
    height: 100%;
    top: 0;
    right: 1px;
    line-height: 25px;
    border: none;
}
.ec-ajax-search input[type="submit"]:hover,
.ec-ajax-search input[type="submit"]:focus{
    position: absolute;
    background: #555 !important;
    color: #fff !important;
}
.event-contents.waiting{
    max-height: 200px;
    min-height: 200px;
}
.ec-dropdown-filter{
    margin: 12px 10px 0px 0;
    padding: 6px 15px;
    border: 1px solid #ddd !important;
    border-radius: 3px;
    box-shadow: none !important;
    margin-bottom: 12px !important;
    height: 40px;
}
.ec-dropdown-filter:focus{
    border: 2px solid #f0f0f0;
}
.ec-filter-month-name{
    font-size: 16px !important;
    margin-top: 10px;
    border: 1px solid #ddd;
    padding: 8px;
    height: 45px;
    border-radius: 2px;
    text-align: center;
    line-height: 26px !important;
}
.ec-filter-months{
    margin: 0 !important;
    width: auto;
    height: 45px;
    border-radius: 0;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
    margin: 0 5px !important;
    padding: 0 9px;
}
.ec-filter-by-months{
    display:  flex;
    margin-bottom: 0;
    padding: 10px 0px 0px 0;
    border-radius:  3px;
    position: relative;
}
.ec-filter-by-months input[type='radio']{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 20%;
}
.ec-filter-by-months input[type='radio'] + label{
    flex: auto;
    margin:  0;
    padding: 10px 20px;
    background:  #f0f0f0;
    text-align: center;
    border-radius:  3px;
    font-size: 13px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    height: 45px;
}

label {}
.ec-filter-by-months input[type='radio'] + label:hover{
    cursor: pointer;
    background: #82ccdd;
    color: #fff;
    line-height: 28px !important;
}
.ec-filter-by-months input[type='radio']:checked + label{
    background: #60a3bc;
    color: #fff;

}
a.ec-month-filter-nextprev{
    background: #fff;
    font-size: 30px;
    line-height: 0;
    padding: 5px 0px 5px;
    margin-top: 0px;
    border-radius: 2px;
    border: none !important;
    margin: 0px;
    height: 45px;
}
a.ec-month-filter-nextprev i{
    padding: 33% 11%;
    height: 45px;
    color: #555;
    font-size: 20px;
    font-weight: 800;
}
a.ec-month-filter-nextprev:hover,
a.ec-month-filter-nextprev:focus{
    border-bottom: none !important;
    text-decoration: none !important;
}
.ec-filter-by-this{
    display: inline-block;
    padding: 0;
    margin-right: -5px;
    float: right;
}
.ec-filter-by-this input[type=radio] + label{
    padding: 10px 20px;
    margin-right: 5px;
    cursor: pointer;
    background: #d2d2d2;
    color: #fff;
    line-height: 28px !important;
}
/*--- frontendupload styling ----*/
.ec-frontend-upload-content{
    background: rgba(241, 241, 241, 0.3215686274509804);
    padding: 30px;
}
#ec-cover-img-holder{}
#ec-cover-img-holder + img{
    max-height: 150px;
}
.ec-button-special{
    text-decoration: none !important;
    padding: 5px 17px;
    display: inline-block;
    line-height: 20px;
    color: #555 !important;
    border-radius: 30px;
    border: 2px solid #999;
    margin-top: 10px;
}
.ec-button-special:hover{
    color: #fff !important;
    background: #999;
    cursor: pointer;
}
.ec-button-gi.done{
    background: #4bcffa;
    color: #fff !important;
    border:2px solid #4bcffa;
}
.ec-button-gi.waiting{
    background: #ffd32a;
    color: #fff !important;
    border:2px solid #ffd32a;
}
.ec-login-console{
    background:rgba(221, 221, 221, 0.17);
    padding: 15px;
    border-radius:5px;
    margin-top:10px;
}
.ec-reg-console{
    background:rgba(221, 221, 221, 0.17);
    padding: 15px;
    border-radius:5px;
    margin-top:10px;
}
.ec-form-elems{
    margin-bottom:10px !important; 
    border-radius:30px !important;
    border: 2px solid #ddd !important;
    background: #f9f9f952 !important;
    height:40px !important;
}
body[data-button-style*="slightly_rounded"] .ec-login-form input[type=submit],
body .ec-login-form input[type=submit]{
    border-radius:30px !important;
    padding: 10px 20px !important;
    line-height: 20px !important;
    background: #999 !important;
    color: #fff !important;
    margin-top: 10px;
}
body[data-button-style*="slightly_rounded"] .ec-reg-form input[type=submit],
body .ec-reg-form input[type=submit]{
    border-radius:30px !important;
    padding: 10px 20px !important;
    line-height: 20px !important;
    background: #999 !important;
    color: #fff !important;
    margin-top: 10px;
}
.ec-login-reg-switch{
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    cursor: pointer;
}
.ec-login-notice p,
.ec-register-notice p{
    font-size: 12px !important;
    line-height: 20px !important;
    margin-bottom: 14px;
    display: inline-block;
    padding-bottom: 1px;
}
.ec-gi-persons{
    overflow: hidden;
    position:relative;
    margin-bottom: 20px;
}
.ec-gi-persons{
    overflow: hidden;
    position:relative;
    margin-bottom: 20px;
}
.ec-gi-persons span{
    color: #fff;
    position:absolute;
    z-index: 9;
    right: -2px;
    bottom: 3px;
    padding: 0px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display:inline-block;
    vertical-align:top;
    font-size: 11px;
    font-weight: 1000;
    text-transform:capitalize;
    text-align: center;
    margin-right: 2px;
    line-height: 20px;
    /* font-weight: 1000; */
}
.ec-gi-person-single{
    display:inline-block;
    position:relative;
    margin-right: 5px;
}
.ec-gi-person-single img{
    border-radius: 50%;
    margin-right: 5px
}
.ec-repeatable-fields{
    padding:20px;
    margin-top:15px;
    border:1px solid #ddd;
}
.ec-repeatable-fieldset{
    padding:20px;
    background:#fff;
    margin-bottom:10px;
}