#upcomingEventsCont a.iconPost time:before,
#recentEventsCont a.iconPost time span:after,
#upcomingEventsCont a.iconPost p:before {
    content: "\f10c";
    font-family: fontawesome;
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5rem;
}

#upcomingEventsCont a.iconPost p:before {
    content: "\f10c";
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-weight: bold;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5rem;
}

.postImg {
    padding-right: 1rem!important;
}

.bottomLinks a:before, .bottomLinks a:after {
    content: "\f10c";
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: inline-block;
    margin-left: 0.5rem;
}

main {
    padding: 4rem 0 4rem;
}

    main .col-sm {
        min-width: 50%;
        padding-bottom: 4rem;
    }

header.masterHeader {
    /* position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;    
    background: -moz-linear-gradient(to bottom, rgba(30,43,64,0.85) 70%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(30,43,64,0.85) 70%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(30,43,64,0.85) 70%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e2b4085', endColorstr='#00000000',GradientType=0 );
       */
}

.frmSearch {
    position: absolute;
    top: 39%;
    top: 300px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    z-index: 5;
}

main .container h3 {
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.875rem;
    color: rgb(122,109,76);
    padding-bottom: 1rem;
    text-transform: uppercase;
    /*border-bottom: 1px dashed rgb(122,109,76);*/
    background-image: linear-gradient(to right, rgba(122,109,76,0.9) 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 9px 1px;
    background-repeat: repeat-x;
}


    main .container h3 span {
        font-family: 'Leander',sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 2.813rem;
        color: rgb(5,28,72);
        line-height: 1;
        display: block;
    }

a.iconPost,
a.iconPost:link {
    position: relative;
    font-family: 'Libre Baskerville', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    color: rgb(30,43,64);
    display: block;
    padding: 2.3rem 1rem 2.3rem 2rem;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

    a.iconPost:visited {
        color: rgb(30,43,64);
    }
#recentEventsCont a.iconPost:visited p, 
#upcomingEventsCont a.iconPost:visited p {
    color: rgb(122,109,76)
}
a.iconPost:hover, 
#recentEventsCont a.iconPost:hover p, 
#upcomingEventsCont a.iconPost:hover p {
    color: rgb(201,143,0);
}

a.iconPost:active,
#recentEventsCont a.iconPost:active p,
#upcomingEventsCont a.iconPost:active p {
    color: rgb(201,143,0);
}

    a.iconPost h4 {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        color: inherit;
        margin-bottom: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: normal;
    }

#recentEventsCont a.iconPost h4 {
}

#upcomingEventsCont a.iconPost h4 {
    padding-top: 0.5rem;
}

#upcomingEventsCont a.iconPost {
    border-bottom: 1px solid rgb(212,215,217);
}

    #upcomingEventsCont a.iconPost:last-of-type {
        border-bottom: none;
    }

#recentEventsCont a.iconPost p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1.063rem;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(122,109,76);
    margin: 0;
    padding: 0.3rem 0 0;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

a.iconPost time {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-style: normal;
    text-transform: capitalize;
}

    a.iconPost time span {
        font-weight: 700;
        font-size: 0.875rem;
        display: inline-block;
        margin-right: 0.5rem;
        text-transform: uppercase;
        text-align: center;
    }

#upcomingEventsCont a.iconPost time:before {
    content: "\f017";
    margin-left: 0;
    margin-right: 0.5rem;
}

#recentEventsCont a.iconPost img {
    border: 1px solid rgb(168,168,158);
}

#recentEventsCont a.iconPost time span:after {
    content: "\f017";
    margin-left: 0.2rem;
}

#recentEventsCont a.iconPost {
    padding: 1rem 0;
}

#upcomingEventsCont a.iconPost i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.563rem;
    color: rgb(201,143,0);
}

#upcomingEventsCont a.iconPost span {
    position: relative;
    display: block;
    text-align: center;
}

#upcomingEventsCont a.iconPost p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    font-style: normal;
    text-transform: uppercase;
    color: rgb(30,43,64);
    margin: 0;
    display: block;
    -webkit-transition: color 300ms ease 0s;
    -moz-transition: color 300ms ease 0s;
    -o-transition: color 300ms ease 0s;
    transition: color 300ms ease 0s;
}

    #upcomingEventsCont a.iconPost p:before {
        content: "\f14d";
        position: relative;
        top: 0;
        display: block;
        color: rgb(122,109,76);
        font-size: 1.875rem;
    }


#recentEventsCont .bottomLinks a:first-of-type:before {
    content: "\f040";
}

#recentEventsCont .bottomLinks a:first-of-type:after {
    content: "";
}

#recentEventsCont .bottomLinks a:last-of-type:before {
    content: "\f0c5";
}

#recentEventsCont .bottomLinks a:last-of-type:after {
    content: "\f061";
    font-weight: 900;
}

#upcomingEventsCont .bottomLinks a:first-of-type:before {
    content: "\f271";
}

#upcomingEventsCont .bottomLinks a:first-of-type:after {
    content: "";
}

#upcomingEventsCont .bottomLinks a:last-of-type:before {
    content: "\f073";
}

#upcomingEventsCont .bottomLinks a:last-of-type:after {
    content: "\f061";
    font-weight: 900;
}

.empty i {
    font-size: 5rem;
    color: rgb(222,219,218);
    margin: 1rem 0;
}

.empty p a,
.empty p a:link {
    font-weight: 700;
}

.empty a,
.empty a:link,
.bottomLinks a,
.bottomLinks a:link {
    color: rgb(30,43,64);
    display: inline-block;
}

    .empty a:visited,
    .bottomLinks a:visited {
        color: rgb(30,43,64);
    }

    .empty a:hover,
    .bottomLinks a:hover {
        color: rgb(201,143,0);
    }

    .empty a:active,
    .bottomLinks a:active {
        color: rgb(201,143,0);
    }

    .empty a:focus,
    .bottomLinks a:focus {
        color: rgb(201,143,0);
    }

.bottomLinks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 1rem;
    margin-bottom: 0;
}

    .bottomLinks a,
    .bottomLinks a:link {
        float: left;
        font: normal 700 1rem 'Roboto', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

       /* .bottomLinks a:last-of-type {
            float: right;
        }*/

        .bottomLinks a:before {
            color: rgb(122, 109,76);
            margin-left: 0;
            margin-right: 0.5rem;
        }

        .bottomLinks a:after {
            color: rgb(122, 109,76);
            margin-left: 0.5rem;
            margin-right: 0;
        }

/****************************************************************
--------Highlights---------
****************************************************************/


ul.homeCol3,
ul.homeCol3 > li {
    list-style: none;
    margin: 0;
}

ul.homeCol3 {
    margin: 0;
    padding: 0;
}

.post {
    position: relative;
    /*left: 7%;*/
    width: 100%
}

main .post {
    margin: 2.5em 0;
}

ul.homeCol3 > li {
    position: relative;
    float: left;
    height: auto;
    min-height: 12em;
    margin-right: 1em;
    width: 32.4%;
}

    ul.homeCol3 > li:last-child {
        margin-right: 0;
    }

    ul.homeCol3 > li a {
        display: block;
    }

main .post h2 {
    font: normal 700 1.375em 'Roboto Slab', serif;
    text-transform: uppercase;
    margin: 1em 0 0;
    letter-spacing: 2px;
}

.post p {
    font: normal 700 1.063em 'Lato', sans-serif;
    color: rgb(0,35,65);
}

.post .post-1 h2 {
    color: rgb(35,156,123);
}

.post .post-2 h2 {
    color: rgb(0,73,134);
}

.post .post-3 h2 {
    color: rgb(0,148,218);
}

.post .post-1 figure {
    background: rgb(35,156,123);
    max-width: 416px;
}

.post .post-1 img {
    /* opacity: 1; */
    /* -webkit-transition: .3s ease-in-out; */
    /* transition: .3s ease-in-out; */
}

.post .post-2 figure {
    background: rgb(0,73,134);
    max-width: 416px;
}

.post .post-2 img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.post .post-3 figure {
    background: rgb(0,148,218);
    max-width: 416px;
}

.post .post-3 img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.post .post-1:hover img {
    opacity: 0.3;
}

.post .post-2:hover img {
    opacity: 0.3;
}

.post .post-3:hover img {
    opacity: 0.3;
}


/****************************************************************
--------End---------
****************************************************************/

.mainDcity {
    position: relative;
    background: url(../images/bg-city.jpg) center center no-repeat;
    text-align: center;
}

    .mainDcity .cityContent {
        padding: 8.5rem 0;
    }

        .mainDcity .cityContent h3 {
            font-family: 'Leander',sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 3.125rem;
            color: rgb(255,255,255);
            border-bottom: 1px dashed rgb(212,208,201);
            text-transform: uppercase;
            margin: 0 auto 1rem;
            padding: 0 0 0.5rem 0;
            display:inline-block;
        }

        .mainDcity .cityContent p {
            font-family: "Libre Baskerville", serif;
            font-style: normal;
            font-weight: 400;
            font-size: 2.5rem;
            color: rgb(255,255,255);
            letter-spacing: 5px;
        }

            .mainDcity .cityContent p span {
                display: block;
            }
/****************************************************************
MEDIA QUERY
****************************************************************/
@media only screen and (max-width: 1680px) {
    main .container h3 {
        font-size: 1.5rem;
    }
    main .container h3 span {
        font-size: 2.5rem;
    }

    .empty i {
        font-size: 4rem;
    }

    a.iconPost,
    a.iconPost:link,     
    .empty p {
        font-size: 1.250rem;
    }
        a.iconPost time,
        a.iconPost time span {
            font-size: 0.95rem;
        }
    .bottomLinks a,
    .bottomLinks a:link {
        font-size:0.95rem;
    }
    #recentEventsCont a.iconPost p {
        font-size: 0.95rem;
    }
    a.iconPost, a.iconPost:link {
        padding:2rem;
    }

            a.iconPost i {
                font-size: 1.5rem;
            }
    .mainDcity .cityContent h3{
        font-size:2.5rem;
    }
    .mainDcity .cityContent p {
        font-size:2rem;
    }
}
@media only screen and (max-width:1600px) {
    .postImg {
        padding-right: 0!important;
    }



    #recentEventsCont a.iconPost .postCont{
        padding-left: 1rem;
    }
    #upcomingEventsCont a.iconPost .postCont {
        padding-left: 1rem !important;
    }
    main {
        padding: 2.5rem 0 2rem;
    }
    main .col-sm {       
        padding-bottom: 2.5rem;
    }
}
@media only screen and (max-width:1330px) {
    .activePopupAlert .frmSearch {
        top: 22rem;
    }

    .frmSearch button[type="submit"] {
        right: 0.2rem;
    }

    a.iconPost, a.iconPost:link {
        padding: 1.5rem;
    }
    a.iconPost, a.iconPost:link, .empty p {
        font-size: 1rem;
    }
    main {
        padding: 2.5rem 0 1rem;
    }
    main .container h3 {
        font-size: 1.250rem;
    }
        main .container h3 span {
            font-size: 2rem;
        }
    #upcomingEventsCont a.iconPost p {
        font-size:0.8rem;
    }
    
    #upcomingEventsCont a.iconPost p::before {
        font-size: 1.5rem;
    }
    a.iconPost time, a.iconPost time span {
        font-size: 0.85rem;
    }
    #recentEventsCont a.iconPost p {
        font-size: 0.85rem;
    }
    #upcomingEventsCont a.iconPost p::before {
        font-size: 1.250rem;
    }
    #upcomingEventsCont a.iconPost p {
        font-size: 0.75rem;
    }
    #recentEventsCont a.iconPost {
        padding: 0.5rem 0;
    }
    .bottomLinks a, .bottomLinks a:link {
        font-size: 0.85rem;
    }
}


@media only screen and (max-width:1190px) {
    .frmSearch {
        top: 250px;
    }

    .activePopupAlert .frmSearch {
        top: 20rem;
    }
}
@media only screen and (max-width:1080px) {
    a.iconPost, a.iconPost:link {
        padding: 1rem;
    }
    .mainDcity .cityContent {
        padding: 5rem 0;
    }
    .mainDcity .cityContent h3 {
        font-size: 2rem;
    }

    .mainDcity .cityContent p {
        font-size: 1.5rem;
    }
}
@media only screen and (max-width:1024px) {
    main .container h3 {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width:1023px) {
    .frmSearch button[type="submit"] {
        right: 0.3rem;
    }
}

@media only screen and (max-width: 991px) {
    .container {
        max-width: 100%;
    }   
   
}

@media only screen and (max-width:850px) {
    main .col-sm {
        flex-basis: auto;
    }
    #recentEventsCont a.iconPost .postCont {
        padding-left: 0;
    }
    #upcomingEventsCont a.iconPost .postCont {
        padding-left: 0 !important;
    }
    #recentEventsCont {
        margin-bottom: 2rem;
    }

    main .col-sm {
        padding-bottom: 0;
    }

    .bottomLinks {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }

    .empty i {
        font-size: 3rem;
    }

    /*a.iconPost,
    a.iconPost:link,
    .bottomLinks a,
    .bottomLinks a:link,
    a.iconPost time,
    */
    .empty p {
        font-size: 0.75rem;
    }
        a.iconPost i {
            font-size: 1.1rem;
        }
}
@media only screen and (max-width:800px) {
    #recentEventsCont a.iconPost .postCont {
        padding-left: 1rem;
    }

    #upcomingEventsCont a.iconPost .postCont {
        padding-left: 1rem !important;
    }
}
@media only screen and (max-width:785px) {
    /*header.masterHeader {
        position: static !important;
    }*/

    .frmSearch {
        top: 220px;
    }

    .activePopupAlert .frmSearch {
        top: 240px;
    }

    .frmSearch input[type="search"] {
        font-size: 0.9rem;
    }

    .frmSearch button[type="submit"] {
        font-size: 1rem;
    }

    .frmSearch button[type="submit"] {
        right: 0.6rem;
    }
}
@media only screen and (max-width:768px) {
   
        .mainDcity .cityContent h3 {
            font-size: 1.5rem;
        }

        .mainDcity .cityContent p {
            font-size: 1rem;
        }
}
@media only screen and (max-width:680px) {
    main .container h3 {
        font-size: 1rem;
    }
}

@media only screen and (max-width:600px) {
    .frmSearch input[type="search"] {
        font-size: 0.8rem;
    }

    .frmSearch button[type="submit"] {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:580px) {
    .frmSearch {
        top: 190px;
    }

    .activePopupAlert .frmSearch {
        top: 230px;
    }
    

        .mainDcity .cityContent h3 {
            font-size: 1.250rem;
        }

        .mainDcity .cityContent p {
            font-size: 0.95rem;
        }
}

@media only screen and (max-width:400px) {
    .bottomLinks a,
    .bottomLinks a:link {
        float: none;
        max-width: 100%;
        font-size: 0.7rem;
        color: rgb(255,255,255);
        text-align: center;
        display: block;
        padding: 0.6rem 1.5rem;
        margin: auto;
        -webkit-border-radius: 0.5rem;
        -moz-border-radius: 0.5rem;
        border-radius: 0.5rem;
        -webkit-transition-property: background;
        -moz-transition-property: background;
        -o-transition-property: background;
        transition-property: background;
        background: rgb(123,46,38);
    }

        .bottomLinks a:visited {
            color: rgb(255,255,255);
        }

        .bottomLinks a:hover {
            background: rgb(252,176,64);
        }

        .bottomLinks a:first-of-type {
            margin-bottom: 0.1rem;
        }

        .bottomLinks a:last-of-type {
            float: none;
        }

        .bottomLinks a:before, .bottomLinks a:after{
            color: inherit;
        }


    .frmSearch {
        top: 170px;
    }

    .activePopupAlert .frmSearch {
        top: 200px;
    }
    a.iconPost, a.iconPost:link {
        padding: 1rem 0;
    }
    #recentEventsCont a.iconPost p {
        font-size: 0.8rem;
    }
    #upcomingEventsCont a.iconPost i {
        font-size:2rem;
    }
    a.iconPost, a.iconPost:link, .empty p {
        font-size: 0.9rem;
    }
    #upcomingEventsCont a.iconPost p {
        font-size: 0.7rem;
    }
    #upcomingEventsCont a.iconPost p::before {
        font-size: 0.9rem;
    }
    main .container h3 span {
        font-size: 1.5rem;
    }
}
