/*
Theme Name:     Divi Child
Description:    Divi child theme
Author:         Alta Vista
Template:       Divi
Author URL:     
Version     2.0.0


(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.procedure-group-term {
    border-bottom: #000000 solid 1px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight:900;
}

.procedure-loop {
    margin-bottom: 40px;
}


/* Events */
#vsel .vsel-content {
    padding: 15px;
    border: 1px solid #cccccc;
    border-radius: 30px;
    word-wrap: break-word;
    display: block !important;
    position: relative;
    overflow: hidden;
}

.vsel-image-info-right {
    margin: -25px -25px 0px -25px;
    float: none !important;
    display: block !important;
    width: auto !important;
    position: relative;
}

.vsel-content .vsel-image-right {
    width: 100%;
    float: none;
    display: block !important;
    position: relative;
    min-width: 100%;
    height: auto;
}
.vsel-meta-link{
    position: absolute;
    bottom:0;
    right: 15px;
    font-weight: 600;
}
.vsel-info{
    padding-bottom: 60px;
}
.vsel-info a {
    font-weight: 600;
}

.vsel-meta-left {
    width: 100% !important;
    margin-top: 20px;
}

.vsel-image {
    max-width: 100% !important;
}

.vsel-content {
    position: relative;
    transition: all 0.2s;
}

.vsel-content:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.vsel-content .vsel-meta>div {
    margin: 0px;
}

.vsel-content h3.vsel-meta-title {
    font-size: 1.4em;
}

.vsel-content .vsel-meta-date.vsel-meta-single-date::before {
    content: "\e023";
    margin-right: 5px;
    font-family: 'ETmodules';
}

.vsel-content .vsel-meta-time::before {
    content: "\7d";
    margin-right: 5px;
    font-family: 'ETmodules';
}

.vsel-content .vsel-meta-time.vsel-meta-all-day::before {
    content: "\7d";
    margin-right: 5px;
    font-family: 'ETmodules';
}

.vsel-content .vsel-meta-location::before {
    content: "\e081";
    margin-right: 5px;
    font-family: 'ETmodules';
}

.vsel-content .vsel-meta-date.vsel-meta-start-date::before {
    content: "\e023";
    margin-right: 5px;
    font-family: 'ETmodules';
}

.vsel-content .vsel-meta-date.vsel-meta-end-date::before {
    content: "\e023";
    margin-right: 5px;
    font-family: 'ETmodules';
}

.vsel-meta-link a {
    color: #ffffff;
    background-color: #13684b;
    padding: 6px 16px;
    margin-top: 10px;
    border-radius: 50px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.vsel-meta-link a:hover {
    color: #fff;
    background-color: #21B584;
    transition: all 0.3s ease-in-out;
}



@media (min-width: 891px) {
    .vsel-shortcode-upcoming-events {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 25px;
        row-gap: 20px;
    }
}


/* Ordinance */
.ordinance-loop{
    margin-bottom: 40px;
}
.ordinance-wrapper{
    position: relative;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    border: #ccc 1px solid;
    min-height: 190px;
    padding-top: 20px!important;
    padding-right: 20px!important;
    padding-bottom: 20px!important;
    padding-left: 20px!important;
}

.ordinance-title{
    color: #000000;
    font-family: 'Nata Sans', Helvetica,Arial,Lucida,sans-serif;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 900!important;
    font-size: 18px;
}
.ordinance-body{
    margin-bottom: 80px;
}
.ordinance-footer{
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
}
.ordinance-date{
    color: #cf3339;
    color:#777;
}
.ordinance-file{
    text-align: right;
    margin-top: 20px;
}
.ordinance-btn{
    color: #fff;
    border-width: 0px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 900;
    background-color: #cf3339;
    padding: 10px 20px;
	transition: all 0.3s ease-in-out;
}
.ordinance-btn:hover{
    background-color: #00205c;
}
.ordinance-btn::after {
    content: "\f019";
    font-family: 'FontAwesome';
}
@media (min-width: 981px){
    .ordinance-loop{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 3%;
        grid-row-gap: 15px;
    }
}
@media only screen and (max-width: 980px) {
  .ordinance-wrapper{
      margin-bottom:15px;
  }
}