@charset "utf-8";

/* CSS Document */
/*
Theme Name: Catholic Bulletin Program Church Website Template
Version: 1.0
Author: Surjith SM
Author URI: http://themeforest.net/user/surjithctly
*/
/******************  Table of Contents  *****************************/
/*

1. GLOBAL STYLES
2. NAVIGATION BAR
3. CAROUSEL
4. UPCOMING EVENT
5. FEATURE BLOCK
6. EVENT LIST
7. CAROUSEL
8. LATEST BLOG
9. LATEST SERMONS
10. IMAGE GALLERY
11. BIBLE QUOTES
12. SUBSCRIBE
13. FOOTER
14. SUB PAGES
15. BLOG
16. SHORTCODES
17. CONTACT US

If you having trouble in editing css, see documentation or please email me on support@surjithctly.in

*/
/*========== 1. GLOBAL STYLES ==============*/
body {
    font-family: 'Droid Serif', Arial, sans-serif;
    background: #FFF;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #857F79;
}

a {
    color: #2c2c2a;
    text-decoration: none;
}

a:hover, a:focus {
    color: #E95D00;
    text-decoration: none;
}

.link-reverse {
    color: #E95D00;
}

.link-reverse:hover, .link-reverse:focus {
    color: #CA5100;
}

strong, b {
    font-weight: 600;
}

p {
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 65px;
    line-height: 1;
    margin: 18px 0 45px;
    word-spacing: -5px;
}

h2 {
    font-size: 60px;
    margin: 15px 0;
    word-spacing: -3px;
}

h3 {
    font-size: 45px;
    margin: 15px 0;
    word-spacing: -3px;
}

h4 {
    font-size: 20px;
    margin: 10px 0;
}

h5 {
    font-size: 18px;
    margin: 20px 0 13px;
    color: #384047;
}

h6 {
    font-size: 16px;
    margin: 10px 0;
    color: #384047;
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width:767px) {
    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 25px;
    }
}

.caret {
    margin-top: -3px;
}

.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

td.label {
    color: #333;
}

.btn {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-giant {
    padding: 18px 30px;
    font-size: 32px;
    line-height: 1.33;
    border-radius: 5px;
}

.btn-lg, .btn-group-lg>.btn {
    padding: 14px 25px;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 4px;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 52px;
    border-radius: 3px;
}

.form-control {
    border-radius: 3px;
}

.form-control:focus {
    border-color: #BBB4A7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    border-radius: 3px;
}

.btn-primary {
    color: #483f34;
    background-color: #ffc55f;
    border-color: #e7ad47;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #483f34;
    background-color: #fdbf51;
    border-color: #e7ad47;
}

.well {
    background: #f9f1e6;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.highlight-bg {
    background: #f9f1e6;
    padding: 24px 0;
}

.has-margin-top {
    margin-top: 50px;
}

.has-margin-bottom {
    margin-bottom: 50px;
}

.has-margin-xs-top {
    margin-top: 10px;
}

.has-margin-xs-bottom {
    margin-bottom: 30px;
}

.has-margin-xs-right {
    margin-right: 20px;
}

.has-no-margin {
    margin: 0;
}

.has-padding {
    padding: 20px;
}

.has-padding-xs {
    padding: 10px;
}

.has-padding-vertical {
    padding: 20px 0;
}

.has-padding-bottom {
    padding-bottom: 20px;
}

.has-padding-xs-vertical {
    padding: 10px 0;
}

.has-padding-xs-bottom {
    padding-bottom: 10px;
}

.has-padding-xs-top {
    padding-top: 10px;
}

.has-border {
    border: 1px solid #eadeda;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.has-border-bottom {
    border-bottom: 1px solid #eadeda;
}

.section-title {
    text-align: center;
    color: #53504c;
    min-height: 40px;
    margin-bottom: 40px;
}

.section-title h4 {
    position: relative;
}

.section-title h4:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    width: 30px;
    height: 4px;
    background: #919191;
    margin-left: -15px;
}

.section-title.left-align {
    text-align: left;
}

.section-title.left-align h4:after {
    left: 0;
    margin-left: 0;
}

.well .section-title {
    margin-bottom: 20px;
}

.badge {
    color: #918677;
    background-color: #E7E0D7;
}

@media (min-width:768px) {
    .section-title.left-align-desktop {
        text-align: left;
    }

    .section-title.left-align-desktop h4:after {
        left: 0;
        margin-left: 0;
    }
}

/*========== 2. NAVIGATION BAR ==============*/
@media (min-width:768px) {
    .navbar-header {
        max-width: 160px;
    }

    .navbar-right .dropdown-menu {
        border: 0px !important;
    }
}

@media (max-width:768px) {
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        min-height: 100%;
        background: #FFF;
    }
}

@media (min-width:992px) {
    .navbar-header {
        max-width: 280px;
    }
}

.navbar-default {
    background-color: #FFF;
    /*IE Fix*/
    background-color: rgba(255, 255, 255, 0.7);
    border: 0;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Montserrat', Arial, sans-serif;
    text-transform: uppercase;
}

/*On scroll Transition*/
.navbar-brand, .navbar-brand img, .navbar, .navbar-nav, .nav>li>a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.navbar-brand {
    height: 85px;
}

.navbar-brand-off img {
    max-height: 100%;
}

.navbar {
    min-height: 85px;
}

.navbar-nav {
    margin: 25px 0;
}

.nav>li>a {
    padding: 7px 18px;
}

.navbar-default .navbar-nav>li>a {
    color: #2c2c2a;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:active {
    color: #E95D00;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #E95D00;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #483f34;
    background-color: #ffc55f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.navbar-toggle {
    margin-top: 17px;
}

/*== NAVBAR ON SCROLL ==*/
@media (min-width:992px) {
    .navbar-default.shrink {
        background-color: rgba(255, 255, 255, 1);
        border-bottom: solid 1px #F7F7F7;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
        -webkit-box-shadow: 0 2px 2px -1px rgba(0, 0, 0, .1);
    }

    .navbar.shrink {
        min-height: 50px;
    }

    .shrink .navbar-nav {
        margin: 20px 0;
    }

    .shrink .nav>li>a {
        padding: 7px 15px;
    }
}

@media (max-width:991px) {
    .navbar-brand {
        height: 70px;
    }

    .navbar {
        min-height: 50px;
    }

    .navbar-nav {
        margin: 17px 0;
    }

    .nav>li>a {
        padding: 7px 12px;
    }
}

@media (max-width:991px) {
    .navbar-default {
        background-color: rgba(255, 255, 255, 0.9);
    }
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu-left {
        left: 18px;
    }

    .navbar-right .active .dropdown-menu-left {
        left: 0;
    }
}

/*========== 3. CAROUSEL ==============*/
/* Carousel base class */
.carousel {
    height: 650px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    z-index: 10;
    top: 33%;
    bottom: 0;
}

@media (max-width:480px) {
    .carousel-caption {
        top: 25%;
    }
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 650px;
    background-color: #e2beae;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    top: 55%;
}

.slide-one {
    background: url(../images/church-mountain-bg.jpg) no-repeat;
    background-size: cover;
}

.slide-two {
    background: url(../images/church-man-sea.jpg) no-repeat;
    background-size: cover;
}

.slide-three {
    background: url(../images/church-man-hope.jpg) no-repeat;
    background-size: cover;
}

/*========== 4. UPCOMING EVENT ==============*/
.event-cta {
    text-align: center;
}

.event-cta p {
    font-size: 23px;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #393939;
}

.event-cta span {
    color: #9f978c;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

@media (min-width:992px) {
    .event-cta {
        text-align: left;
    }

    .ec-txt {
        float: left;
    }

    .event-cta p {
        margin-bottom: 0;
    }

    .event-cta .btn {
        float: right;
    }
}

.event-details .ed-title {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 5px;
}

.event-details .ed-content {
    line-height: 2;
    color: #53504c;
}

/*========== 5. FEATURE BLOCK ==============*/
@media (max-width:767px) {
    .feature-block {
        text-align: center;
    }

    .feature-block .img-responsive {
        margin: 0 auto;
    }
}

@media (max-width:991px) {
    .center-this {
        text-align: center;
    }

    .center-this .img-responsive {
        margin: 0 auto;
    }
}

/*========== 6. EVENT LIST ==============*/
.el-block {
    text-align: center;
}

.el-block h4 {
    position: relative;
    color: #53504c;
}

.el-block h4:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    width: 20px;
    height: 4px;
    background: #919191;
    margin-left: -10px;
}

.el-head {
    color: #53504c;
    font-size: 18px;
    margin: 20px 0 5px;
}

.el-cta {
    margin: 15px 0;
}

/*========== 7. CAROUSEL ==============*/
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*To move navigation buttons outside use these settings:*/
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav {
    display: none;
}

@media (min-width:1200px) {
    .owl-theme .owl-controls .owl-nav {
        display: block;
    }

    .owl-theme .owl-controls .owl-nav div {
        position: absolute;
    }

    .owl-theme .owl-controls .owl-nav .owl-prev {
        left: -10px;
        top: 55px;
    }

    .owl-theme .owl-controls .owl-nav .owl-next {
        right: -10px;
        top: 55px;
    }
}

.owl-theme .owl-controls .nav-arrow {
    width: 16px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    display: block;
}

.owl-theme .owl-controls .nav-arrow.left {
    background-position: 0 0;
}

.owl-theme .owl-controls .nav-arrow.right {
    background-position: 100% 0;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #DDCBAB;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #AC7F62
}

/*========== 8. LATEST BLOG ==============*/
.media-heading {
    color: #53504c;
}

.media-content {
    margin-bottom: 20px;
}

@media (max-width:767px) {
    .media-heading {
        margin-top: 20px;
    }

    .bulletin {
        text-align: center;
    }
}

/*========== 9. LATEST SERMONS ==============*/
.list-group {
    margin-bottom: 0;
}

.list-group-item {
    background: url(../images/play.png) no-repeat 0 15px transparent;
    border: 0;
    border-top: 1px solid #e7e1df;
    padding-left: 20px;
}

.list-group-item:first-child {
    border-top: 0;
}

a.list-group-item-text {
    color: #9E9E9E;
}

a.list-group-item:hover, a.list-group-item:focus {
    background-color: transparent;
}

/*========== 10. IMAGE GALLERY ==============*/
.img-gallery .fancybox img {
    margin: 0 auto;
    margin-bottom: 30px;
}

/*========== 11. BIBLE QUOTES ==============*/
.blockquote-centered {
    text-align: center;
    color: #393939;
    border: 0;
    line-height: 1.6;
    position: relative;
    cursor: hand;
}

@media (min-width:767px) {
    .blockquote-centered {
        padding: 0 50px;
        font-size: 26px;
    }
}

.blockquote-centered:before, .blockquote-centered:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
}

.blockquote-centered:before {
    background: url(../images/quote-1.png) no-repeat;
    left: 0;
    top: 0;
}

.blockquote-centered:after {
    background: url(../images/quote-2.png) no-repeat;
    right: 0;
    bottom: 0;
}

.blockquote-centered small {
    padding: 15px 0;
}

/*========== 12. SUBSCRIBE ==============*/
.susbcribe-head {
    margin: 0;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
}

.susbcribe-head span {
    color: #999085;
    font-weight: normal;
}

.ketchup-error {
    display: none !important;
}

@media (min-width:767px) {
    .subscribe-form .form-group {
        margin-bottom: 0;
    }

    .susbcribe-head {
        margin: 0;
        text-align: left;
    }

    .susbcribe-head span {
        display: block;
    }
}

/*========== 13. FOOTER ==============*/
footer {
    background: #53504c;
    color: #f9f1e6;
    padding-top: 5px;
}

footer h5 {
    color: #f9f1e6;
}

.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li {
    border-bottom: 1px solid #666462;
    padding: 5px;
}

footer p {
    color: #CCC0C0;
}

footer a {
    color: #CCC0C0;
}

footer a:hover, footer a:focus {
    color: #FFB483;
}

.copyright {
    background: #494743;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 35px;
}

.social-icons a {
    opacity: 0.5;
}

.social-icons a:hover, .social-icons a:focus {
    opacity: 0.8;
}

/*========== 14. SUB PAGES ==============*/
.subpage-head {
    background-color: #f9f1e6;
    padding-top: 80px;
    padding-bottom: 70px;
}

.subpage-head h3 {
    color: #53504c;
    text-transform: uppercase;
}

@media (min-width:992px) {
    .subpage-head {
        padding-top: 60px;
    }
}

/*========== 15. BLOG ==============*/
.pagination>li>a, .pagination>li>span {
    color: #483f34;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #917E68;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #fdbf51;
    border-color: #e7ad47;
    color: #483f34;
}

.vertical-links li {
    border-bottom: 1px solid #E6DDD4;
    padding: 8px 0;
}

.tag-cloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f7f3;
    font-size: 12px;
}

.comments-block>.media {
    border-bottom: 1px solid #eadeda;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.comments-block>.media .media {
    border-top: 1px solid #eadeda;
    padding-top: 20px;
}

.media-object {
    width: 40px;
}

.comments-head {
    font-size: 35px;
    color: #53504c;
    border-bottom: 1px solid #eadeda;
    margin: 40px 0 20px;
    padding-bottom: 10px;
}

/*========== 16. SHORTCODES ==============*/
.theme-showcase {
    margin-bottom: 50px;
}

.theme-showcase h1 {
    font-size: 35px;
    color: #53504c;
    margin-bottom: 0;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #483f34;
    background-color: #ffc55f;
}

a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #483f34;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: transparent;
    color: #483f34;
}

.panel-primary {
    border-color: #DBBA80;
}

.panel-primary>.panel-heading {
    color: #483f34;
    background-color: #ffc55f;
    border-color: #DBBA80;
}

.progress {
    background-color: #D3CFCC;
}

/*========== 17. CONTACT US ==============*/
.location-map {
    height: 260px;
    background-color: #f9f1e6;
}

.location-map iframe {
    width: 100%;
    height: 260px;
    border: 0;
}

/*========== 18. CHARITY DONATION ==============*/
.charity-box {
    background: #f9f1e6;
    overflow: hidden;
}

.charity-image {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.charity-image img {
    min-width: 100%;
}

.charity-desc {
    padding: 15px;
}

.charity-desc h3 {
    font-size: 28px;
    color: #53504c;
    margin: 0 0 5px 0;
}

.pledged-amount {
    font-size: 40px;
    color: #53504c;
    margin: 15px 0 5px 0;
}

.pledged-amount.has-no-margin {
    margin: 0 0 5px;
}

.donate-now {
    text-align: center;
    padding: 10px 0;
    width: 100%;
    float: left;
}

@media (min-width:992px) {
    .charity-image {
        width: 420px;
        margin-bottom: 0;
        margin-right: 20px;
    }
}

@media (min-width:768px) {
    .donate-now {
        text-align: right;
        padding: 0;
        float: right;
        width: auto;
    }
}

/*========== 19. EVENT CALENDAR ==============*/
.event-cal-wrap h2 {
    font-size: 18px;
    color: #2c2c2a;
}

.more i {
    margin-left: 10px
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
    margin-top: inherit !important;
    text-align: inherit !important;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: inherit !important;
    font-size: inherit !important;
    margin: inherit !important;
    padding: inherit !important;
    background: inherit !important;
    display: inherit !important;
    cursor: pointer;
    -webkit-border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    border-radius: inherit !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: inherit !important;
    color: inherit !important;
    text-decoration: inherit !important;
}

.owl-theme .owl-nav .disabled {
    opacity: inherit !important;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

.widget_product_search input[type="search"] {
    font-size: 14px;
    font-family: inherit;
    min-height: 27px;
    padding: 3px 10px;
    text-transform: inherit;
    border: 1px solid #DDD;
    margin: 30px 0;
    outline: none;
    height: 28px;
}

.widget ul li {
    list-style: none;
}

.widget {
    margin-bottom: 40px
}

.container.bootstrap {
    margin-left: auto !important;
    margin-right: auto !important;
}

.pager {
    border-top: 1px solid #DDD;
    padding-top: 20px;
}

.inner.items .strong {
    width: 100% !important;
    display: table-cell;
}

.single-team .event-container p {
    width: 100% !important;
}

.pager li>a, .pager li>span {
    transition: all 0.3s;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #FFC55F;
}

.pager li>a i.icon-long-arrow-right {
    margin-left: 15px;
}

.pager li>a i.icon-long-arrow-left {
    margin-right: 15px;
}

.pager li>a:hover {
    color: #FFF;
    background: #222;
}

.relative {
    position: relative !important;
}

.bypostauthor {
    font-family: inherit;
}

.gallery-caption {
    font-family: inherit;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 1.2em 1em;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 60px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky_text {
    background: #857F79;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-block;
    margin: 1px 0 20px;
}

.sticky p, .sticky a {
    /* color: #FFF; */
}

.margin_30 {
    margin: 30px 0 40px;
    display: block;
}

.more-link {
    color: #428BCA;
}

article ul {
    padding: 0 20px;
}

.page article .article-img {
    margin-bottom: 40px;
}

.nav-links span.current {
    border: 2px solid #333 !important;
}

.nav-links a.page-numbers, .nav-links span.current {
    border: 2px solid #DDD;
    padding: 5px 10px;
    display: inline-block;
}

.dgx-donate-form-section h2 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 20px;
}

.dgx-donate-form-section .aftertext {
    margin-left: 0;
}

.CausesTitle {
    margin: 0px 0 10px;
}

h1, h2, h3, h4, h5, h6 {
    word-spacing: 0px;
}

.tribe-events-day-time-slot img {
    margin-bottom: 30px;
    max-width: 100%
}

.tribe-events-day .tribe-events-day-time-slot h5 {
    margin-top: 0
}

footer.footer-top {
    padding: 15px 0 30px;
}

.copyright {
    margin: 0;
}

.social-icons li {
    float: right;
    list-style: none;
}

.social-icons a {
    /* opacity:0.5; */
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
}

.subscribe-form li {
    list-style: none;
    margin-bottom: 0px;
}

.tribe-events-list h2.tribe-events-page-title {
    margin-bottom: 30px;
}

.event-single-title {
    font-size: 20px;
}

input[type=radio], input[type=checkbox] {
    margin: -2px 5px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.attachment-causes {
    max-width: 100%
}

#widget-area .widget img {
    max-width:100%;
}

#widget-area .widget:last-child {
    padding-bottom: 0px !important;
}

#widget-area #searchform {
    position: relative;
    max-height: 50px;
    width: 95.5%;
}

#widget-area .menu {
    opacity: 1 !important;
}

#widget-area #searchform input#searchsubmit {
    position: absolute;
    right: 0px;
    top: 10px;
    text-transform: uppercase;
    height: 30px;
    line-height: 0;
    padding: 0;
    margin: 0;
    background: #F9F1E6;
    border: 0;
}

#widget-area #searchform input[type="text"] {
    border-radius: 4px;
    padding: 8px;
    background: #F9F1E6;
    margin: 0 0 15px;
    border: 1px solid #EDDECA;
    /* padding-bottom: 19px; */
    -webkit-appearance: textfield;
    width: 100%;
    -webkit-box-sizing: content-box;
}

label.screen-reader-text {
    display: none;
}

span.comment-author-link {}

.widget ul li {
    list-style: none
}

.widget table thead th, table tbody td, table tr td {
    display: table-cell;
    padding: 8px;
    vertical-align: top;
    text-align: left;
    border-top: 1px solid #E5E5E5;
}

.widget table thead tr th {
    font-size: 14px;
    font-weight: normal;
}

.widget table tr td, table tbody tr td {
    font-size: 12px;
    color: #333;
}

.widget #calendar_wrap caption {
    text-align: left;
    font-size: 14px;
    padding: 0 0 20px;
}

.widget select {
    width: 202px;
    padding: 10px;
    margin: 0 0 15px;
}

.widget {
    margin-bottom: 40px;
    position: relative;
}

footer li.widget {
    list-style: none;
}

footer #newsletter {
    margin-top: 15px;
}

footer .widget {
    margin-bottom: 0px;
}

.widget ul {
    margin: 0;
    padding: 0;
    /* display: inline-block; */
}

.woo-sidebar .widget {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.woo-sidebar .widget ul {
    margin: 0;
    padding: 0;
    /* display: inline-block; */
}

#widget-area .widget ul li {
    list-style: none;
    margin-bottom: 5px;
    /* border-bottom: 1px solid #E6DDD4; */
    padding: 4px 4px 4px 4px;
}

.widget ul li a {
    text-transform: capitalize;
    color: #000;
}

footer .widget ul li a {
    color: #CCC0C0;
}

#primary.eventsPage {
    padding: 60px 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: -webkit-box;
}

#primary {
    padding: 40px 0 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

#primary iframe {
    max-width: 100%
}

section.page {
    padding: 0;
}

.post-meta-first {
    margin-bottom: 15px;
    padding-bottom: 0px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 14px;
}

.post-meta-second {}

.post-meta-second span i, .post-meta-first span i {
    margin: 0 6px 0 6px;
    padding-right: 3px;
    font-size: 14px;
    vertical-align: inherit;
}

.post-meta-second span:first-child i, .post-meta-first span:first-child i {
    margin-left: 0
}

.entry-title {
    font-size: 24px;
    text-transform: initial;
    margin: 0;
    margin-bottom: 10px
}

.entry-title {
    color: #857F79;
}

.eventsItem {
    margin-bottom: 30px;
}

.eventTitle {
    text-transform: capitalize;
    margin: 0px 0;
    padding: 20px;
    background: #eee;
}

.entry-title a {
    padding: 0;
    color: #857F79;
}

.article-img, .blog-bg {
    margin-bottom: 30px;
}

article img {
    max-width: 100%;
    height: auto !important;
}

.posts article:last-child {
    border: none !important;
}

.posts article {
    /* margin-bottom: 10px; */
    padding-bottom: 10px;
}

.navigation h2 {
    display: none;
}

.tags-links {
    border-right: 2px solid #ddd;
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

p.category {
    padding: 0px 10px 0 0px;
    display: inline-block;
    margin: 0px 10px 0px 0;
}

.meta {
    margin: 20px 0;
    font-size: 12px;
}

code {
    white-space: normal;
}

.single-post article {
    margin-bottom: 14px;
}

.containerx {}

.containerx .children {
    margin-bottom: 70px;
}

.comments ul {
    margin: 0;
    padding: 0;
}

.comments ul li {
    list-style: none;
    margin-bottom: 15px;
}

.comments ul li span {
    float: left;
    margin-right: 30px;
}

.comments ul li .who-comment {
    margin-left: 100px;
    border: 1px solid #EEE;
    padding: 15px;
}

.children {
    margin-bottom: 30px;
}

.text-bold, .comment-reply-title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
}

.comment-form textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.comment-form .submit {
    border: none;
    margin: 15px 0;
    display: inline-block;
    position: relative;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 12px 18px;
    font-size: 13px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-weight: 700;
    color: #483F34;
    border-radius: 4px;
    background: #FFC55F;
}

.breadcrumbs {
    margin-top: 20px;
    /* text-transform: uppercase; */
    font-size: 13px;
}

.right .breadcrumbs {
    text-align: right;
}

.breadcrumbs.left {
    text-align: left;
}

.breadcrumbs a {
    /* text-transform: uppercase; */
}

span.bredcrumb-separator {
    margin: 0 5px;
}

.content-container {
    position: relative;
    margin-bottom: 0px;
}

.content-container footer span {
    position: absolute;
    top: -60px;
    left: 0px;
    background: #2EB267;
    padding: 5px 10px;
    color: #FFF;
}

.content-container footer span a {
    color: #FFF;
}

.align-center.edit-buttons {
    text-align: center;
    position: relative;
}

.align-center.edit-buttons span a {
    color: #FFF;
}

.align-center.edit-buttons span {
    text-align: center;
    position: absolute;
    top: 0px;
    background: #2EB267;
    color: #FFF;
    padding: 5px 10px;
}

.video-responsive {
    width: 100%;
}

.video-responsive iframe {
    width: 100%;
}

.pager .next>a i {
    margin-top: -4px;
    vertical-align: middle;
    margin-left: 8px;
}

.pager .previous>a i {
    margin-top: -4px;
    vertical-align: middle;
    margin-right: 8px;
}

.navbar-header .logo img {
    max-width: 75px;
}

.navbar-header .logo {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    line-height: 60px;
}

.wpcf7-response-output.wpcf7-validation-errors {
    display: inline-block !important;
    margin: 15px !important;
    width: 95% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.type-project .content-container .post-meta-second {
    display: none;
}

.eventsItem img {
    max-width: 100%;
    height: auto !important;
}

.event-container .lead.uppercase {
    margin-bottom: 10px;
    text-transform: inherit;
    display: inline-block;
}

.event-container .items.causes {
    display: inline-block;
    margin-right: 10px;
}

.event-container .buttons.causes .button-dark {
    display: block;
    margin: -35px 0 0;
    float: right;
}

.event-container {
    background: #F9F1E6;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
    min-height: 80px;
}

.eventImg {
    position: relative;
}

.tribe-events-day .tribe-events-day-time-slot .type-tribe_events {
    margin-left: 0;
}

.tribe-events-list-widget ol {
    padding: 0;
    margin: 20px 0 0;
}

.tribe-events-list-widget ol li h4 {
    font-size: 16px;
    /* font-weight: inherit; */
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tribe-events-widget-link a {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    background: #FFC55F;
    color: #333;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}

.rank-container {
    position: absolute;
    bottom: 0px;
    color: #FFF;
}

.rank-container .rank {
    padding: 10px 15px;
    display: inline-block;
    background: #FFC55F;
}

.rank-container .rank-text {
    padding: 10px 15px;
    display: inline-block;
    background: #000;
}

.strong {
    font-weight: 600;
}

#share-buttons {
    margin: 30px 0;
}

#share-buttons i {
    font-size: 17px;
    border: 2px solid #F9F1E6;
    background: #F9F1E6;
    color: #858283;
    padding: 10px 5px 8px;
    border-radius: 3px;
    min-width: 40px;
    text-align: center;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 20px !important;
}

.entry-content h1 {
    font-size: 36px;
}

.entry-content h2 {
    font-size: 30px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content h4 {
    font-size: 18px;
}

.entry-content h5 {
    font-size: 14px;
}

.entry-content h6 {
    font-size: 12px;
}

.navbar-custom .navbar-brand img {
    max-width: 125px;
    width: 100%;
    max-height: 50px;
}

.navbar-header .navbar-brand {
    display: table;
}

.post-password-form input[type=password] {
    width: auto;
    margin: 15px;
    background: none repeat scroll 0 0 #FFF;
    border: 1px solid #CCC;
    border-radius: 5px 5px 5px 5px;
    font-family: sans-serif;
    font-size: 13px;
    padding: 6px;
    vertical-align: middle;
}

.post-password-form input[type=submit] {
    transition: all 0.3s;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #FFC55F;
}

.gallery-content ul {
    padding: 0;
}

.gallery-content ul li {
    list-style: none;
}

/*-------------------------------------------------------------*/
/*  9.  Articles
/*-------------------------------------------------------------*/
article.hentry,
.widget,
.author-bio,
#respond,
#comments,
.intro-box-inner,
.comments-disabled {
    /* border-radius: 4px; */
    /* -webkit-border-radius: 4px; */
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    /* border: 1px solid #e9e9e9; */
}

article.hentry {
    /* margin-bottom: 30px; */
    /* background: #fff; */
}

article.hentry .hentry-box {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    /* padding: 5px; */
}

article.hentry .entry-wrap {
    padding: 43px 35px 35px 35px;
}

.sticky {
    background: : #eee;
}

.blog article.hentry .entry-wrap {
    margin-top: -1px;
}

.post-thumb {
    position: relative;
}

.format-standard .post-thumb,
.format-status .post-thumb,
.format-gallery .post-thumb,
.format-quote .post-thumb,
.format-link .post-thumb,
.format-image .post-thumb,
.format-chat .post-thumb {
    overflow: hidden;
    margin-bottom: 30px;
}

.post-thumb img {
    width: 100%;
    height: inherit;
    display: block;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.format-aside p {
    margin: 0;
}

.format-gallery .post-thumb .flexslider {
    margin: 0;
}

.format-video .media-element {
    padding: 0px;
}

.format-chat .chat-transcript {
    color: #908f8f;
}

.format-chat .chat-transcript p {
    padding: 7px 10px;
    margin: 4px 0;
}

.format-chat .chat-transcript p:nth-child(even) {
    background: #f5f5f5;
}

.format-gallery .gallery-content {
    /* margin-right: -10px; */
    /* margin-bottom: -5px; */
}

.format-gallery .gallery-content li {
    /* width: 25%; */
    /* height: inherit; */
    /* float: left; */
}

.format-gallery .gallery-content li img {
    /* padding: 0 5px 5px 0; */
}

.entry-title {
    /* font-size: 30px; */
    /* margin-bottom: 2px; */
    /* margin-top: 0; */
}

.entry-title a:hover {
    color: #F37A5C;
}

.page-title {
    margin-bottom: 30px;
}

.entry-meta {
    margin: 10px 0 0 0;
    padding-bottom: 34px;
}

.accent {
    border-bottom: 1px solid #fe544a;
    width: 50px;
    margin-bottom: 40px;
    margin-top: -1px;
}

.entry-meta, .entry-meta a {
    font-size: 14px;
    color: #999;
}

.entry-meta a:hover {
    color: #202222;
}

.entry-meta .post-icon {
    position: relative;
    top: -2px;
}

.entry-meta>span {
    margin-right: 11px;
}

.entry-meta span:before {
    font-family: 'FontAwesome';
    font-size: 14px;
    padding-right: 10px;
}

.entry-meta .published:before {
    content: '\f133';
}

.format-standard .entry-meta .format:before {
    content: '\f0f6';
}

.format-gallery .entry-meta .format:before {
    content: '\f03e';
}

.format-image .entry-meta .format:before {
    content: '\f083';
}

.format-link .entry-meta .format:before {
    content: '\f0c1';
}

.format-chat .entry-meta .format:before {
    content: '\f0e6';
}

.format-quote .entry-meta .format:before {
    content: '\f10d';
}

.format-video .entry-meta .format:before {
    content: '\f03d';
}

.format-audio .entry-meta .format:before {
    content: '\f001';
}

.format-aside .entry-meta .format:before {
    content: '\f016';
}

.entry-meta .comment-count:before {
    content: '\f0e5';
}

.entry-meta .edit:before {
    content: '\f044';
    position: relative;
    top: 1px;
}

.entry-content {
    padding: 0;
    display: inline-block;
    width: 100%;
}

.divider {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 20px 0 40px;
}

.entry-content a {
    /* color: #F37A5C; */
}

.read-more {
    margin: 0 !important;
}

.more-link {
    margin: 0 !important;
    color: #fff !important;
}

/* Link / Quote Post Format ------------- */
.format-quote .entry-media,
.format-status .entry-media,
.format-link .entry-media {
    padding: 30px;
    background-repeat: repeat;
    background-position: center center;
}

.ql_wrapper {
    float: left;
    width: 100%;
    height: auto;
}

.ql_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ql_textwrap {
    position: relative;
    z-index: 2;
}

.format-status .entry-media h3 {
    margin: 0;
}

.format-quote .entry-media h3,
.format-link .entry-media h3,
.entry-media h3 a {
    font-size: 22px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    color: #fff;
}

.format-quote .entry-media p,
.format-link .entry-media p a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ql_textwrap h3 span[class*='icon-'] {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    margin-right: 5px;
}

/* Entry Status - Twitter */
.hentry .entry-status-twitter .twitter-tweet-rendered {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto !important;
    border: none !important;
    box-shadow: none !important;
}

.format-status .entry-media h3 {
    margin: -17px 0 0;
}

/* buddypress
-------------------------------------------------------------- */
#buddypress .activity-list .activity-content .activity-header img.avatar {
    display: none;
}

#buddypress div.activity-meta a.acomment-reply {
    background-color: #FFC55F;
    border-color: #FFC55F;
    border-radius: 4px;
    color: #FFF;
    padding: 4px 0px 4px 9px;
}

#buddypress a.bp-primary-action span, #buddypress #reply-title small a span {
    background: #000;
    color: #FFF;
    font-size: 90%;
    margin-left: 9px;
    margin-right: -1px;
    padding: 6px 5px 5px;
    border-radius: 4px;
}

#buddypress div.activity-meta a.fav {
    background-color: #F9F1E6;
    border-color: #F9F1E6;
    border-radius: 4px;
    color: #1A1A1A;
}

#buddypress div.activity-meta a.unfav {
    background-color: #333;
    border-color: #333;
    border-radius: 4px;
    color: #fff;
}

#buddypress div.activity-meta a.delete-activity, #buddypress div.activity-meta a.delete-activity-single {
    background-color: #FF5742;
    border-color: #FF5742;
    border-radius: 4px;
    color: #FFF;
}

#buddypress div#item-header ul {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
}

#buddypress div.activity-comments ul li {
    border: 0
}

#buddypress div#item-header div#item-actions h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
}

body.activity-permalink #buddypress div.activity-comments ul li {
    border-width: 1px;
    padding: 10px;
}

#buddypress div.item-list-tabs#subnav ul li.feed {
    display: none
}

#buddypress div.item-list-tabs ul li#activity-filter-select {
    float: left;
    margin: 7px 0 0;
}

#buddypress div.item-list-tabs ul li.last select {
    max-width: 185px;
    padding: 5px 10px;
    border-radius: 4px;
    margin: 10px 0px 20px;
    background: #FFC55F;
    color: #fff;
    border: 1px solid #FFC55F;
}

#activity-filter-select label {
    display: none;
}

#buddypress ul.item-list li {
    border: 0;
}

#buddypress .activity-list li.mini {
    font-size: 80%;
    position: relative;
    padding: 15px 0 20px;
    background: #FAFAFA;
    margin-bottom: 5px;
    border: 0;
}

#buddypress form#whats-new-form textarea {
    overflow: hidden;
    width: 100%;
    padding: 5px;
    min-height: 50px;
    border: 1px solid #EEE;
    border-radius: 4px;
}

#buddypress form#whats-new-form input {
    background-color: #333;
    border-color: #333;
    border-radius: 4px;
    color: #FFF;
}

#whats-new-options {
    overflow: hidden !important;
    min-height: 60px;
    margin-bottom: 30px;
}

#buddypress form#whats-new-form #whats-new-options select {
    max-width: 200px;
    margin-top: 12px;
    padding: 5px 10px;
    background: #F9F1E6;
    color: #53504C;
    border: 1px solid #F9F1E6;
    font-size: 11px;
    border-radius: 4px;
}

#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
    background-color: #EEE;
    color: #3C3C3C;
    opacity: 1;
    font-weight: inherit;
    border-radius: 4px;
}

#buddypress div.activity-comments ul {
    padding: 0;
}

#buddypress div.activity-comments ul li:last-child {
    margin-bottom: 0;
    background: #FAFAFA;
    padding: 25px;
    margin-top: 10px;
}

.widget_bp_core_login_widget input[type="text"], .widget_bp_core_login_widget input[type="password"] {
    font-size: 14px;
    font-family: inherit;
    width: 100%;
    min-height: 30px;
    padding: 10px 10px;
    text-transform: inherit;
    border: 1px solid #DDD;
    margin-bottom: 20px;
    outline: none;
}

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit {
    background-color: #FFC55F;
    border-color: #FFC55F;
    border-radius: 4px;
    color: #2c2c2a;
    padding: 3px 10px;
    border: 0
}

#buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
    background: #FFC55F;
    border: 1px solid #FFC55F;
    color: #040404;
    font-size: small;
    cursor: pointer;
    outline: none;
    padding: 5px 10px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
}

#buddypress div.dir-search {
    float: none;
    margin: 10px 0;
}

#buddypress div.activity-comments form .ac-textarea {
    background: #FFF;
    border: 1px solid #E3E3E3;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 4px;
}

.members-order-select label, .groups-order-select label {
    display: none
}

#buddypress div.item-list-tabs ul li.last {
    float: left;
    margin: 10px 0 0;
}

#buddypress div.dir-search input[type=text] {
    font-size: 90%;
    padding: 1px 15px;
    border-radius: 4px;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Contact us
	| ----------------------------------------------------------------------------------------------
	*/
#contact-map {
    height: 345px;
    background: #efefef;
}

.contact textarea {
    height: 170px;
}

.contact .btn {
    font-size: 12px;
    border-radius: 1px;
    margin-top: 20px;
}

.price_slider_wrapper {
    width: 94%;
}

.ui-slider .ui-slider-handle {
    left: 0%;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: #FFC55F;
    outline: 0;
    top: -3px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    height: 8px;
    background: #f5f5f5 !important;
    border: 1px solid #eaeaea;
}

.ui-slider-horizontal {
    height: 8px;
}

.ui-widget-content {
    background: #505050;
    margin-bottom: 20px;
}

.price_slider_wrapper {
    position: relative;
}

.price_slider_amount .button {
    float: left;
    background-color: #FFC55F;
    color: white;
}

.price_slider_amount .button:hover {
    float: left;
    background-color: black;
    color: white;
}

.price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount {
    text-align: right;
}

/*
	| ----------------------------------------------------------------------------------------------
	| Woocommerce Pagination
	| ----------------------------------------------------------------------------------------------
	*/
.page-numbers {
    margin: 0 0 10px 0;
    border-radius: 0;
}

.page-numbers>li {
    display: inline-block;
    margin-left: 8px;
}

.page-numbers>li:first-child {
    margin-left: 0;
}

.page-numbers>li>a {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f1f1f1', GradientType=0);
    border-radius: 1px;
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    padding: 7px 10px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
}

.page-numbers>li:first-child>a,
.page-numbers>li:last-child>a {
    border-radius: 1px;
}

.page-numbers>.active>a {
    color: #7e7e7e;
    cursor: default;
}

.page-numbers>.active>a,
.page-numbers>li>a:hover {
    border-bottom-color: #FFC55F;
}

.page-numbers>li>a:hover {
    background: transparent;
}

.page-numbers .current {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f1f1f1', GradientType=0);
    border-radius: 1px;
    border: 1px solid #eaeaea;
    width: 30px;
    height: 30px;
    padding: 7px 10px;
    line-height: 24px;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
}

.page-numbers .current {
    border-bottom-color: #FFC55F;
}

.btn.btn-primary.btn-iconed>i {
    color: #fff;
    line-height: 26px;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #fff;
}

.product-info .cart>.btn {
    margin-top: 20px;
    border-radius: 3px;
    padding: 7px 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-info .text {
    margin-top: 5px;
}

.product-album .unstyled li {
    margin-right: 6px;
    margin-top: 6px;
    float: left;
}

td, th {
    padding: 10px;
    border: 1px solid #e5e5e5;
    text-align: left;
}

table {
    width: 100%;
}

/* ==========================================================================
 *   Widgets
   ========================================================================== */
.widget .product_list_widget img {
    float: left;
    width: 50px;
    height: 60px;
    border: 1px solid #eaeaea;
    border-radius: 2px;
    background: #fff;
    padding: 2px;
    margin-right: 20px;
}

.widget .product_list_widget a {
    position: relative;
    top: 3px;
    color: #7e7e7e;
    display: block;
}

.widget .product_list_widget span {
    /* color: #FFC55F; */
    /* font-weight: bold; */
}

.widget .search-box {
    padding: 0;
}

.comment .woo-comment img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.commentlist {
    padding: 0;
    border-bottom: 1px solid rgba(163, 163, 163, 0.24);
}

.comment-wrap {
    overflow: hidden;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 10px;
}

.comment-respond .comment-form-comment label {
    display: block;
}

.comment-form input {
    border: 1px solid;
}

.comment-form label {
    display: block;
}

.price_slider_wrapper {
    width: 94%;
}

.ui-slider .ui-slider-handle {
    left: 0%;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: #53504C;
    outline: 0;
    top: -3px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    height: 8px;
    background: #f5f5f5 !important;
    border: 1px solid #eaeaea;
}

.ui-slider-horizontal {
    height: 8px;
}

.ui-widget-content {
    background: #505050;
    margin-bottom: 20px;
}

.price_slider_wrapper {
    position: relative;
}

.category-list {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.tagcloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 8px;
    border: 1px solid #ECEAE4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #F8F7F3;
    font-size: 12px !important;
}

#widget-area .widget_text {
    min-height: 20px;
    padding: 19px;
    background-color: #F9F1E6;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.added_to_cart {
    font-size: 12px;
    margin-left: 34px;
    margin-top: -23px;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
    color: #8C8B81;
    line-height: 32px;
    margin-bottom: 10px;
}

.main_tabs .panel, .related.products {
    margin-bottom: 50px;
}

.shipping_calculator select, .shipping_calculator input {
    border: 1px solid #eee;
    font-size: 14px;
    text-transform: inherit;
}

input[type="text"], input[type="email"], select {
    font-size: 14px;
    font-family: inherit;
    width: 100%;
    min-height: 30px;
    padding: 10px 10px;
    text-transform: inherit;
    border: 1px solid #DDD;
    margin-bottom: 20px;
    outline: none;
}

.woocommerce .button {
    font-family: 'Montserrat';
    font-size: 12px;
    background: #FFC55F;
    line-height: 21px;
    border: 0;
    padding: 11px 10px 10px;
    color: #2C2C2A;
}

.uppercase {
    text-transform: uppercase;
}

.shopping-cart {
    margin-top: 35px;
    text-align: right;
}

.contactpage textarea {
    height: auto !important;
}

.contactpage textarea, .contactpage input[type=text], .contactpage input[type=email], .contactpage select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.nomargin {
    margin: 0
}

.eventImg-column {
    margin-bottom: 30px;
}

@media (min-width: 1024px) {
    .peoples .eventImg {
        overflow: hidden;
        max-height: 184px;
    }

    .eventImg {}
}

@media (max-width: 992px) {
    .navbar-custom .navbar-nav>li ul.sub-menu li a {
        color: #333;
    }

    .navbar-custom .navbar-nav>li ul.sub-menu li {
        padding: 0;
    }

    .navbar-custom .navbar-nav>li ul.sub-menu {
        display: block;
        position: relative;
        background: none !important;
        padding: 10px 0;
        margin: 0;
        min-width: auto;
        left: inherit;
    }

    .right .breadcrumbs {
        text-align: center;
    }

    .breadcrumbs.left {
        text-align: center;
    }
}
