
#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;
}

.postImg {
    overflow: hidden;
}

#recentEventsCont a.iconPost img {
    transform: scale(1);
    -webkit-transition: transform 400ms ease 0s;
    -moz-transition: transform 400ms ease 0s;
    -o-transition: transform 400ms ease 0s;
    transition: transform 400ms ease 0s;
}

#recentEventsCont a.iconPost:hover img,
#recentEventsCont a.iconPost:focus img,
#recentEventsCont a.iconPost:active img {
    transform: scale(1.1);
}

.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;
    background-image: url(../images/mountain-top-illustration.png), url(../images/forest-illustration.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
}

    main #recentEventsCont,
    main #upcomingEventsCont {
        min-width: 50%;
        padding-bottom: 4rem;
    }



.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.25rem;
    color: #1e2b40;
    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: #1e2b40;
    }

    a.iconPost:hover,
    a.iconPost:focus,
    a.iconPost:active,
    a.iconPost:hover p,
    a.iconPost:focus p,
    a.iconPost:active p {
        color: #7B2E26;
    }





    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;
    }



#upcomingEventsCont a.iconPost {
    border-bottom: 1px solid rgb(212,215,217);
}

    #upcomingEventsCont a.iconPost:last-of-type {
        border-bottom: none;
    }

a.iconPost p {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    font-style: normal;
    text-transform: uppercase;
    color: #7a6d4c;
    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;
    letter-spacing: 1px;
    padding-right: 0.5rem;
}

a.iconPost span {
    text-transform: capitalize;
    padding-left: 0.5rem;
    font-size: 1rem;
    border-left: 1px solid #1e2b40;
    font-weight: 400;
}

a.iconPost time:before {
    content: "\f017";
    color: #c98f00;
    margin-left: 0;
    margin-right: 0.4rem;
    font-family: 'Font Awesome 5 Pro';
}

#recentEventsCont a.iconPost img {
    border: 1px solid rgb(168,168,158);
}



#recentEventsCont a.iconPost {
    padding: 1rem 0;
}

#upcomingEventsCont a.iconPost {
     padding: 2rem 5rem 2rem 3rem;
}

    #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: 3.0rem;
        color: #7B2E26;
    }


    #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: #7a6d4c;
        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;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        position: absolute;
        text-align: center;
        padding: 0;
    }

        #upcomingEventsCont a.iconPost p:before {
            content: "\f324";
            display: block;
            color: rgb(122,109,76);
            font-size: 1rem;
        }

    #upcomingEventsCont a.iconPost:hover p,
    #upcomingEventsCont a.iconPost:focus p,
    #upcomingEventsCont a.iconPost:active p {
        color: #7B2E26;
    }


#recentEventsCont .bottomLinks a:last-of-type:after, #upcomingEventsCont .bottomLinks a:last-of-type:after {
    content: "\f324";
    font-weight: 900;
    color: #c98f00;
    font-size: 0.8rem;
    position: absolute;
    right: -1.2rem;
    top: 50%;
    transform: translateY(-50%);
}

#recentEventsCont a.iconPost .postCont,
#upcomingEventsCont a.iconPost .postCont {
    padding-left: 1rem !important;
}

#upcomingEventsCont a.iconPost .postCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: unset;
}


.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;
        position: relative;
        font: normal 700 1rem 'Roboto', sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
    }


/****************************************************************
--------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/footer-bg.jpg) center center no-repeat;
    text-align: center;
    background-size: cover;
}

    .mainDcity .cityContent {
        padding: 4.5rem 4rem;
    }
    .mainDcity .cityContent  .container{
        padding: 0;
    }

        .mainDcity .cityContent h3 {
            font-family: 'Leander',sans-serif;
            font-style: normal;
            font-weight: normal;
            font-size: 2.8rem;
            color: rgb(255,255,255);
            text-transform: uppercase;
            margin: 0 auto 1rem;
            padding: 0 0 0.5rem 0;
            display: inline-block;
            text-shadow: 1px 1px 2px black;
        }

        .mainDcity .cityContent h4 {
            font-family: "Libre Baskerville", serif;
            font-style: normal;
            font-weight: 400;
            font-size: 1.5rem;
            color: rgb(255,255,255);
            letter-spacing: 5px;
            padding-bottom: 3rem;
            border-bottom: 2px dashed #ffffff7a;
            margin: 0;
            line-height: 1.7;
            text-shadow: 1px 1px 2px black;
        }

            .mainDcity .cityContent h4 span {
                display: block;
            }

        .mainDcity .cityContent p {
            font-size: 1.1rem;
            letter-spacing: 2px;
            color: #ffffff;
            font-weight: 400;
            font-family: "Roboto";
            text-align: center;
            max-width: 1300px;
            margin: 0 auto;
            padding-top: 3rem;
            text-shadow: 1px 1px 2px black;
        }
/****************************************************************
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;
    }


    a.iconPost, a.iconPost:link {
        padding: 2rem;
    }

        a.iconPost i {
            font-size: 1.5rem;
        }
}

@media only screen and (max-width:1600px) {
    .postImg {
        margin-right: 0 !important;
    }





    main {
        padding: 2.5rem 4rem 2rem 4rem;
    }

        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 4rem 1rem 4rem;
    }

        main .container h3 {
            font-size: 1.250rem;
        }

            main .container h3 span {
                font-size: 2rem;
            }

    #upcomingEventsCont a.iconPost p {
        font-size: 0.8rem;
    }


    a.iconPost time, a.iconPost time span {
        font-size: 0.85rem;
    }

    #recentEventsCont a.iconPost p {
        font-size: 0.85rem;
    }


    #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;
    }

    .mainDcity .cityContent {
        padding: 2.5rem 4rem;
    }

        .mainDcity .cityContent h3 {
            font-size: 2rem;
            margin: 0 auto;
        }

        .mainDcity .cityContent h4 {
            font-size: 1.2rem;
            padding-bottom: 2rem;
        }

        .mainDcity .cityContent p {
            padding-top: 2rem;
            font-size: 0.9rem;
        }


}

@media only screen and (max-width:1080px) {
    a.iconPost, a.iconPost:link {
        padding: 1rem;
    }
}

@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%;
    }

    main #upcomingEventsCont {
        margin-top: 4rem;
    }
}

@media only screen and (max-width:850px) {
    main .col-sm {
        flex-basis: auto;
    }



    .bottomLinks {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding-left: 0;
        padding-right: 0;
        margin-top: 2rem;
    }

    .empty i {
        font-size: 3rem;
    }

    main #recentEventsCont, main #upcomingEventsCont {
        padding-bottom: unset;
    }

    .empty p {
        font-size: 0.75rem;
    }

    a.iconPost i {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width:800px) {
}

@media only screen and (max-width:785px) {


    .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:767px) {



    main {
        padding: 2.5rem 2rem 1rem 2rem;
    }
    .mainDcity .cityContent {
        padding: 2.5rem 2rem;
    }
}

@media only screen and (max-width:680px) {

    main .container h3 span {
        font-size: 1.6rem;
    }
}

@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 h4 {
        font-size: 1.1rem;
        line-height: 1.4;
        letter-spacing: 2px;
    }

    .mainDcity .cityContent p {
        font-size: 0.8rem;
    }
}

@media only screen and (max-width:480px) {
    a.iconPost time,
    a.iconPost time span,
    a.iconPost span {
        font-size: 0.7rem;
    }

    a.iconPost,
    a.iconPost:link {
        font-size: 0.9rem;
    }

    #upcomingEventsCont a.iconPost i {
        font-size: 2.4rem;
    }

    #upcomingEventsCont a.iconPost {
        padding: 1.2rem 4rem 1.2rem 2rem;
    }

        #upcomingEventsCont a.iconPost p,
        #recentEventsCont a.iconPost p {
            font-size: 0.6rem;
        }
    .mainDcity .cityContent h3 {
    font-size:1.8rem;
    margin-bottom: 0.5rem;
    }
    .mainDcity .cityContent h4 {
        font-size: 0.9rem;
        line-height: 1.4;
        letter-spacing: 1px;
    }
    .mainDcity .cityContent p {
        font-size: 0.7rem;
        letter-spacing:1px;
    }
}
@media only screen and (max-width:410px) {
    .mainDcity .cityContent h3 {
        font-size:1.6rem;

        } 
        .mainDcity .cityContent h4 {
            font-size: 0.8rem;
            padding-bottom: 1.5rem;
        
         
        }
        .mainDcity .cityContent p {
            padding-top: 1.5rem;
            font-size: 0.7rem;
            letter-spacing: 0.5px;
        }

}
@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:#C98F00;
        }

        .bottomLinks a:first-of-type {
            margin-bottom: 0.1rem;
        }

        .bottomLinks a:last-of-type {
            float: none;
        }

        .bottomLinks a:before, .bottomLinks a:after {
            color: inherit;
        }

    a.iconPost {
        font-size: 0.75rem;
    }

    #recentEventsCont a.iconPost .postCont, #upcomingEventsCont a.iconPost .postCont {
        padding-left: 0.5rem !important;
    }

    #recentEventsCont .bottomLinks a:last-of-type:after, #upcomingEventsCont .bottomLinks a:last-of-type:after {
        display: none;
    }

    #upcomingEventsCont a.iconPost i {
        font-size: 2.2rem;
    }
}
