/*=====================================
=            Views General            =
=====================================*/
.view-wrapper {
    display: none;
}

.view-wrapper.active {
    display: flex;
}
/*=====  End of Views General  ======*/

/*======================================
=            Refinement Bar            =
======================================*/
.cvdo-module .refinement-bar [class*="col"] {
    color: #777;
    font-size: 18px;
    text-decoration: none;
    position: relative;
}
.cvdo-module .find-button,
.cvdo-module .refinement-fields [class*="col"] {
    border: 1px solid #ddd;
    border-top: none;
}
.cvdo-module .find-button {
    border-top: 1px solid #ddd;
}
.cvdo-module .find-button,
.cvdo-module .refinement-search {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 29px;
    text-align: left;
    transition: .3s background;
}
.cvdo-module [class*="col"].refinement-search {
    background-color: #FF9C2D;
    color: #fff;
    border-top: none;
    border-bottom: none;
    border-right: none;
    text-align: center;
}
.cvdo-module .refinement-search:hover,
.cvdo-module .refinement-search:focus {
    background-color: #ff9014;
}
.cvdo-module .refinement-bar [class*="col"]:not(.view-option) > i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    margin: auto;
    font-size: 18px;
    transition: .3s all;
    color: #ccc;
}
.cvdo-module .refinement-bar [class*="col"] > input,
.cvdo-module .refinement-bar [class*="col"] > select {
    border: none;
    padding: 15px 30px 15px 20px;
    color: inherit;
    height: 57px;
    width: 100%;
    transition: .3s padding;
}
.cvdo-module .refinement-bar [class*="col"] > input:focus,
.cvdo-module .refinement-bar [class*="col"] > select:focus {
    outline: none;
}
.cvdo-module .refinement-bar [class*="col"] > input:focus + i,
.cvdo-module .refinement-bar [class*="col"] > select:focus + i,
.cvdo-module .refinement-bar .find-button i.active {
    font-size: 24px;
    color: inherit;
}
.cvdo-module .refinement-bar .select-cat {
    font-weight: bold;
}
.cvdo-module .refinement-fields.show {
    display: flex !important;
}
.cvdo-module [class*="col"].view-select {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 8px 15px 5px 15px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}
.cvdo-module .view-option i {
    margin-right: 3px;
}
.cvdo-module .view-options {
    position: absolute;
    max-height: 31px;
    line-height: 31px;
    width: calc(100% + 2px);
    left: -1px;
    text-align: center;
    overflow: hidden;
    transition: .3s max-height;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    z-index: 99;
}
.cvdo-module .view-options.active {
    max-height: 100px;
    background: #fff;
}
.cvdo-module .view-options .view-option {
    font-size: 14px;
    order: 2;
}
.cvdo-module .view-option.active {
    order: 1;
}
.cvdo-module.breakpoint-min-690 .refinement-fields {
    display: flex !important;
}
.cvdo-module.breakpoint-min-690 .refinement-bar [class*="col"] {
    font-size: 14px;
}
.cvdo-module.breakpoint-min-690 .find-button,
.cvdo-module.breakpoint-min-690 .refinement-fields > [class*="col"] {
    border-left: none;
    border-top: 1px solid #ddd;
}
.cvdo-module.breakpoint-min-690 [class*="col"].find-button {
    background-color: #FF9C2D;
    color: #fff;
    border-top: none;
    border-bottom: none;
    border-right: none;
    text-align: center;
}
.cvdo-module.breakpoint-min-690 .find-button:hover,
.cvdo-module.breakpoint-min-690 .find-button:focus {
    background-color: #ff9014;
}
.cvdo-module.breakpoint-min-690 .find-button {
    order: 3;
}
.cvdo-module.breakpoint-min-690 .view-select {
    order: 1;
    margin-left: auto;
    height: 74px;
    width: 120px;
    text-align: right;
    padding-right: 10px !important;
}
.cvdo-module.breakpoint-min-690 .refinement-bar [class*="col"] {
    font-size: 16px;
}
.cvdo-module.breakpoint-min-690 .view-options,
.cvdo-module.breakpoint-min-690 [class*="col"].view-select {
    border: none;
    background: #fff;
}
.cvdo-module.breakpoint-min-690 .view-options {
    box-shadow: none;
    transition: .3s box-shadow;
    margin-top: 5px;
    padding: 5px 10px;
    width: 120px;
    text-align: right;
}
.cvdo-module.breakpoint-min-690 .view-options.active {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
}
.cvdo-module.breakpoint-min-690 .content-break {
    order: 2;
}
.cvdo-module.breakpoint-min-690 .refinement-bar > [class*="col"]:last-child {
    order: 4;
}
.cvdo-module.breakpoint-min-930 .refinement-bar [class*="col"] {
    font-size: 18px;
}
.cvdo-module.breakpoint-min-1110 .find-button,
.cvdo-module.breakpoint-min-1110 .refinement-search {
    padding-left: 60px;
    padding-right: 60px;
}
/*----------  Hide Select Dropdown Arrows  ----------*/
.cvdo-module .refinement-bar [class*="col"] > select {
    -moz-appearance: none;
    -webkit-appearance: none;
}
.cvdo-module .refinement-bar [class*="col"] > select::-ms-expand {
    display: none;
}
/*----------  Hide Select Dropdown Arrows  End ----------*/

/*----------  Remove 'View As'  ----------*/
.cvdo-module.breakpoint-min-690 .view-select > span {
    display: none;
}
.cvdo-module.breakpoint-min-690 .view-options {
    top: 0;
}
.cvdo-module.breakpoint-min-690 .view-options {
    margin-top: 0;
}
.cvdo-module.breakpoint-min-690 .view-select {
    height: 31px;
}
/*----------  Remove 'View As' End  ----------*/
/*=====  End of Refinement Bar  ======*/

/*==================================
=            Pagination            =
==================================*/
.cvdo-module .view-pagination {
    line-height: 60px;
    font-weight: 600;
}

.cvdo-module .view-pagination a {
    color: inherit;
    text-decoration: none;
}

.cvdo-module .view-pagination h2 {
    font-weight: 600;
}

.cvdo-module .view-pagination .row > [class*="col"]:nth-child(2) {
    order: 1;
}

.cvdo-module .view-pagination .row > [class*="col"]:first-child {
    order: 2;
}

.cvdo-module .view-pagination .row > [class*="col"]:last-child {
    order: 3;
}

.cvdo-module.breakpoint-min-690 .view-pagination .row > [class*="col"]:nth-child(2) {
    order: 2;
}

.cvdo-module.breakpoint-min-690 .view-pagination .row > [class*="col"]:first-child {
    order: 1;
}

.cvdo-module.breakpoint-min-690 .view-pagination .row > [class*="col"]:last-child {
    order: 3;
}


/*=====  End of Pagination  ======*/

/*=================================
=            Grid View            =
=================================*/
.cvdo-module .grid-view {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.cvdo-module .grid-view .grid-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}
.cvdo-module .grid-view .grid-item-inner {
    border: 1px solid #cdcdcd;
    height: 100%;
}
.cvdo-module .grid-view .grid-image-wrapper {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    perspective: 300px;
    border-bottom: 1px solid #cdcdcd;
}
.cvdo-module .grid-view .grid-image-wrapper:before {
    padding-top: 75%;
    display: block;
    content: " ";
}
.cvdo-module .grid-view .grid-image-wrapper > * {
    position: absolute;
}
.cvdo-module .grid-view .grid-image {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    object-position: 50% 50%;
    object-fit: cover;
    margin: 0;
}
.cvdo-module .grid-view .grid-image-hover-mask {
    opacity: 0;
    transition: .3s opacity;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.cvdo-module .grid-view .grid-item:hover .grid-image-hover-mask {
    z-index: 1;
    opacity: .3;
}
.cvdo-module .grid-view .grid-image-hover {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: calc(100% - 90px);
    left: 45px;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    opacity: 0;
    transition: .3s opacity;
    font-size: 24px;
    text-align: center;
}
.cvdo-module .grid-view .grid-image-with-caption .grid-image-hover {
    top: calc((100% - 60px) / 2);
}
.cvdo-module .grid-view .grid-item:hover .grid-image-hover {
    z-index: 2;
    opacity: 1;
}
.cvdo-module .grid-view .grid-image-caption {
    padding: 15px;
    background: rgba(0,0,0,.5);
    color: #fff;
    bottom: 0;
    left: 0;
    font-size: 20px;
    width: 100%;
}
.cvdo-module .grid-view .grid-side-banner {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 10px;
    background-color: #228CE0;
    color: #fff;
    font-size: 20px;
    transition: .3s all;
}
.cvdo-module .grid-view .grid-image-with-caption .grid-side-banner {
    top: calc((100% - 60px) / 2);
}
.cvdo-module .grid-view .grid-item:hover .grid-side-banner {
    transform: scaleX(1.5) rotateY(30deg) translateY(-50%);
    z-index: 3;
    right: 0;
}
.cvdo-module .grid-view .grid-side-banner-day {
    font-size: 36px;
    line-height: 1;
}
.cvdo-module .grid-view .grid-side-banner-year {
    font-size: 14px;
}
.cvdo-module .grid-view .grid-info {
    width: 100%;
    color: #333;
}
.cvdo-module .grid-view .grid-info > div {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.cvdo-module .grid-view .grid-info > div:empty {
    display: none;
}
.cvdo-module .grid-view .grid-info > div > i {
    font-size: 24px;
    position: absolute;
    left: 0;
    line-height: 36px;
    top: -6px;
    color: #73850F;
    width: 24px;
    text-align: center;
}
.cvdo-module.breakpoint-min-930 .grid-view .grid-image-wrapper {
    perspective: 130px;
}
.cvdo-module.breakpoint-min-690 .grid-view .grid-item:hover .grid-side-banner {
    right: -8px;
}
.cvdo-module.breakpoint-min-930 .grid-view .grid-item:hover .grid-side-banner {
    right: -12px;
}

/*=====  End of Grid View  ======*/

/*=========================================
=            Grid Isotope View            =
=========================================*/
.cvdo-module .isotope-refinement > div {
    padding: 5px 0;
    font-weight: 500;
    font-size: 14px !important;
    border-top: 3px solid transparent;
    margin-right: 15px;
    transition: .5s all;
    cursor: pointer;
}


.cvdo-module .isotope-refinement > div.active {
    border-top: 3px solid orange;
}

.cvdo-module .grid-isotope-view {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.cvdo-module .grid-isotope-view .grid-item {
    padding: 7.5px;
}

.cvdo-module .grid-isotope-view .grid-image-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.cvdo-module .grid-isotope-view .grid-image-wrapper:before {
    display: block;
    padding-top: 75%;
    content: " ";
}

.cvdo-module .grid-isotope-view .grid-image-wrapper img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    transition: .6s all;
    margin: 0;
}

.cvdo-module .grid-isotope-view .grid-item:hover .grid-image-wrapper img {
    transform: scale(1.1);
}

.cvdo-module .grid-isotope-view .grid-image-hover {
    z-index: -1;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0;
    transition: .6s all;
    padding: 0 15px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.cvdo-module .grid-isotope-view .grid-item:hover .grid-image-hover {
    z-index: 2;
    top: 50%;
    opacity: 1;
}

.cvdo-module .grid-isotope-view .grid-image-hover-mask {
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    transition: .6s opacity;
}

.cvdo-module .grid-isotope-view .grid-item:hover .grid-image-hover-mask {
    opacity: .2;
    z-index: 1;
}
/*=====  End of Grid Isotope View  ======*/

/*=================================
=            List View            =
=================================*/
.cvdo-module .list-view > [class*="col"] {
    text-decoration: none;
    margin-bottom: 10px;
}

.cvdo-module .list-view .list-date {
    padding: 0 15px 5px 15px;
    background-color: #FF9C2D;
    color: #fff;
    line-height: 1;
    width: 78px;
    text-align: center;
}

.cvdo-module .list-view .list-day {
    font-size: 36px;
    font-weight: 500;
}

.cvdo-module .list-view .list-month {
    font-size: 20px;
    font-size: 200;
}

.cvdo-module .list-view .list-info {
    padding: 6px 15px;
    color: #fff;
}

.cvdo-module .list-view .list-info a {
    color: inherit;
}

.cvdo-module .list-view .list-title {
    font-weight: 400;
}

.cvdo-module .list-view .list-sub-title {
    font-weight: 300;
}

.cvdo-module .list-view > [class*="col"]:nth-child(even) .list-info {
    background-color: #A3A3A3;
}

.cvdo-module .list-view > [class*="col"]:nth-child(odd) .list-info {
    background-color: #626262;
}
/*=====  End of List View  ======*/

/*=====================================
=            Calendar View            =
=====================================*/
.cvdo-module .fc .fc-day-header {
    background-color: #3788E3;
    color: #fff;
    border: none;
    border-right: 1px solid #2B9CDA;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.cvdo-module .fc .fc-day-header:last-child {
    border-right: none;
}

.cvdo-module .fc .fc-row .fc-day-top {
    background-color: #A5A5A5;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-color: #B8B8B8;
    font-size: 12px;
    font-weight: 700;
}

.cvdo-module .fc .fc-row .fc-day-top .fc-day-number {
    float: left;
}

.cvdo-module .fc .fc-row .fc-today.fc-day-top {
    background-color: #8CA40E;
}

.cvdo-module .fc .fc-row .fc-today {
    background-color: #fff;
}

.cvdo-module .fc .fc-event {
    background-color: #fff;
    border: none;
    text-align: center;
}

.cvdo-module .fc-row .fc-content-skeleton {
    padding-bottom: 0;
}

.cvdo-module .fc .fc-event.fc-day-grid-event {
    margin: 0 10px 0 10px !important;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.cvdo-module .fc .fc-event.fc-day-grid-event {
    color: rgb(64, 64, 64);
}

.cvdo-module .fc .fc-row {
    margin-top: -1px;
}

.cvdo-module .fc .fc-toolbar {
    line-height: 41px;
    margin-bottom: 0;
}

.cvdo-module .fc .fc-left > button,
.cvdo-module .fc .fc-right > button {
    border: none;
    background: #fff;
}

.cvdo-module .fc .fc-left .fc-icon-left-single-arrow:after {
    content: "<<";
    font-size: 1em;
}

.cvdo-module .fc .fc-right .fc-icon-right-single-arrow:after {
    content: ">>";
    font-size: 1em;
}


/*=====  End of Calendar View  ======*/

