﻿/* Html */

.wp-caption {
    margin-bottom: 25px;
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
    background: #fcfcfc;
    max-width: 100%;
}

.wp-caption-text {
    font-size: 11px;
    color: #888;
    margin: 10px 0;
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 20px 20px;
}

.wp-caption > a > img {
    vertical-align: bottom;
}

/* Forms */
.btn-primary {
    background-color: #004E2A !important;
    border-color: #004E2A!important;
    color: #fff !important;
}

.text-primary, a.text-primary {
    color: #009A53 !important;
}

/*.tagline .word5, .tagline .word7 {
    color: #CCB77C;
}*/

/* Navigation */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #009A53!important;
}

.btn-primary:hover {
    background-color: #004E2A!important;
}

/* Helpers */
.primary-font {
    font-family: "jaf-bernina-sans-condensed", Verdana !important;
    font-weight: 300;
}

.secondary-font {
    font-family: "nimbus-sans",sans-serif !important;
}

.more a, .body a {
    color: #0AB90A!important;
}

a.more {
    color: #0AB90A!important;
}

#sidebar-map {
    font-size: 12px;
    font-weight: 200px;
    padding: 5px 0;
}

#sub-btn, #renew-btn, #sign-up {
    color: #ffffff !important;
}


@media only screen and (max-width : 992px) {
    #header .social-media {
        display: none;
    }
}


@media only screen and (max-width : 767px) {

    #footer .social-media {
        display: none;
    }
}