/* Enter Your Custom CSS Here */

/* Slideshow button */
.slides > li .slide_button a:hover {
    background: none repeat scroll 0 0 #3366cc !important;
    border: 2px solid #3366cc !important;
}

/* WPZOOM Post Widget customizations */
.feature-posts-list h3 {
    text-align: center;
    text-transform: uppercase;
}
.feature-posts-list h3 a {
    font-family: montserrat,sans-serif;
    font-size: 18px;
}
.widgetized-section .feature-posts-list h3 a:hover {
    color: #3366cc;
}
.feature-posts-list p {
    font-size: 16px;
    margin: 16px 0;
}
.feature-posts-list .btn .more-link .more_link a {
      margin: 0 auto;
}
.button:hover, .button:focus, .btn:hover, .more-link:hover, .more_link:hover, .side-nav .search-form .search-submit:hover, .site-footer .search-form .search-submit:hover, .btn:focus, .more-link:focus, .more_link:focus, .side-nav .search-form .search-submit:focus, .site-footer .search-form .search-submit:focus {
    text-decoration: none;
    color: #3366cc !important;
    border-color: #3366cc !important;
    background: rgba(51, 102, 204, 0.2);
}

/* Sidebar search button */
.btn-primary, .side-nav .search-form .search-submit, .site-footer .search-form .search-submit {
   border-color: #3366cc !important;
   color: #3366cc !important;
}

/* Social Icons Widget */
.socicon-mail {
    background-color: #3366cc !important;
}

/* Margins */
.featured_page_inner_wrap {
    padding-bottom: 30px;
    padding-top: 10px;
}
.section-title:after {
    margin: 20px auto 24px;
    width: 130px;
}
.zoom-social-icons-widget {
    margin-bottom: 60px !important;
}
.footer-widgets {
    padding: 48px 15px 0px;
}
.site-info {
    padding: 10px 15px;
    font-size: 14px;
}

.navbar .wrap {
    height: 125px;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

/* Horizontal Scroll Portfolio customizations */
.widgetized-section .portfolio-scroller .entry-thumbnail-popover-content .btn {
  display: none;
}

.widgetized-section .portfolio-scroller .entry-thumbnail-popover-content.entry-thumbnail-popover-content a {
    pointer-events: none;
    cursor: default;
}

/* Remove Slider Gradient */
#slider .slide-background-overlay {
    background-image: none;
}

.page .has-post-cover .entry-cover-image::after, .single .has-post-cover .entry-cover-image::after {
   background-image: none;
}

/* Post Header Size */
.page .has-post-cover .entry-cover-image, .single .has-post-cover .entry-cover-image {
     height: 750px;
     opacity: 1;
}

.page .has-post-cover .entry-cover, .single .has-post-cover .entry-cover {
     height: 730px;
     margin-bottom: 0px;
} 

.page .has-post-cover .entry-header, .single .has-post-cover .entry-header {
    height: 75px;
}
/* Post Columns */
.columns {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
    -moz-column-rule-style: solid; /* Firefox */
    column-rule-style: solid;
}

.keeptogether {
    display: inline-block;
    width: 100%;
}

/* Add Gradient to Menu Bar */
.navbar.page-with-cover {
    background: rgba(0, 0, 0, 0.49) linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 1%, rgba(0, 0, 0, 0) 100%) repeat-x scroll 0 0;
    position: absolute;
    width: 100%;
}

/* Hide page content on homepage */
#wpzoom-single-page-3.widget.wpzoom-singlepage .post-content {
    display: none;
} 
#wpzoom-single-page-4.widget.wpzoom-singlepage .post-content {
    display: none;
} 
#wpzoom-single-page-5.widget.wpzoom-singlepage .post-content {
    display: none;
} 
/* Hide subsequent page titles on homepage */
#wpzoom-single-page-4.widget.wpzoom-singlepage .section-title {
    display: none;
}
#wpzoom-single-page-5.widget.wpzoom-singlepage .section-title {
    display: none;
}