@import url('https://fonts.googleapis.com/css?family=Montserrat%3A400|Montserrat%3A600|Montserrat%3A700&subset=');


::selection { background: #0061a8; }

::-moz-selection { background: #0061a8; }

.top-bar, .post-content .modern-quote, .mobile-head { border-top-color: #0061a8; }

.trending-ticker .heading, .breadcrumbs .location, .gallery-title, .related-posts .section-head, 
.post-content a, .comments-list .bypostauthor .comment-author a, .error-page 
.text-404, .main-color, .section-head.prominent, .block.posts .fa-angle-right, a.bbp-author-name, .main-stars span:before,
.main-stars, .recentcomments .url, .nav-light .menu > li:hover > a, .nav-light .menu > .current-menu-item > a, 
.nav-light .menu > .current-menu-parent > a, .nav-light-search .active .search-icon, .nav-light-search .search-icon:hover,
.nav-light .menu li li:hover > a, .nav-light .menu li li.current-menu-item > a, .nav-light .mega-menu .sub-nav li:hover > a, 
.nav-light .menu .sub-nav li.current-menu-item > a { color: #0061a8; }

.navigation .menu > li:hover > a, .navigation .menu >.current-menu-item > a, .navigation .menu > .current-menu-parent > a,
.navigation .menu > .current-menu-ancestor > a, .tabbed .tabs-list .active a, .nav-search .search-icon:hover, 
.nav-search .active .search-icon, .comment-content .reply, .sc-tabs .active a { border-bottom-color: #0061a8; }

.main-featured .cat, .main-featured .pages .flex-active, .rate-number .progress, .highlights .rate-number .progress, 
.main-pagination .current, .main-pagination a:hover, .cat-title, .sc-button-default:hover, .drop-caps, .review-box .bar,
.review-box .overall, .post .read-more a, .button, .post-pagination > span { background: #0061a8; }

.post-content .wpcf7-not-valid-tip, .main-heading, .review-box .heading, .post-header .post-title:before, 
.highlights h2:before, div.bbp-template-notice, div.indicator-hint, div.bbp-template-notice.info, 
.modal-header .modal-title, .entry-title, .page-title { border-left-color: #0061a8; }

@media only screen and (max-width: 799px) { .navigation .mobile .fa { background: #0061a8; } }

.main-footer { background-color: #0061a8; background-image: none;; }

.main-footer .widgettitle { color: #ffffff; }

.main-footer, .main-footer .widget { color: #fffffff; }

.lower-foot { background-color: #013861; }

.lower-foot { color: #ffffff; }

.main-featured { background-color: #FAFAFA; background-image: none;; }

h1, h2, h3, h4, h5, h6, .gallery-block .carousel .title a, .list-timeline .posts article, .posts-list .content > a, .block.posts a, 
								#bbpress-forums .bbp-topic-title, #bbpress-forums .bbp-forum-title, .bbpress.single-topic .main-heading, .navigate-posts .link { font-family: "Montserrat", Georgia, serif; }
body, body.boxed { background-color: #FAFAFA;; }

.main-head { background-color: #FAFAFA; background-image: none;; }

.navigation { background-color: #ffffff;; }

@media only screen and (max-width: 799px) { .navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
.navigation .menu > .current-menu-parent > a { background-color: #ffffff;; } }

.navigation.sticky { background: rgb(255,255,255); background: rgba(255,255,255, 0.9);; }

.navigation .mega-menu, .navigation .menu ul { background-color: #ffffff;; }

@media only screen and (max-width: 799px) { .navigation .mega-menu.links > li:hover { background-color: #ffffff;; } }

.main .sidebar .widgettitle, .tabbed .tabs-list { background-color: #FAFAFA;; }

.navigation .menu > li:hover, .navigation .menu li li:hover, .navigation .menu li li.current-menu-item,
.navigation .mega-menu .sub-nav li:hover, .navigation .menu .sub-nav li.current-menu-item { background-color: #ffffff;; }

@media only screen and (max-width: 799px) { .navigation .menu > li:hover > a, .navigation .menu > .current-menu-item > a, 
.navigation .menu > .current-menu-parent > a, .navigation .mega-menu.links > li:hover,
.navigation .menu > .current-menu-ancestor > a, .navigation .menu li.active { background-color: #ffffff;; } }

.post-content a:hover { color: #0061a8; }

.post .post-content > p:first-child { font-size: inherit; color: inherit;; }


.social-media-footer-nav li{
display: inline;
border: none;
margin-right: 25px;
font-size: 26px;
}

button {
  background: #0061a8;
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 30px 15px 30px;
  text-decoration: none;
  text-align: center;
}

button:hover {
  background: #ea1b24;
  text-decoration: none;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
font-family: 'Montserrat' !important;
}

.post-meta {
display: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}










function wpb_image_editor_default_to_gd( $editors ) {
    $gd_editor = 'WP_Image_Editor_GD';
    $editors = array_diff( $editors, array( $gd_editor ) );
    array_unshift( $editors, $gd_editor );
    return $editors;
}
add_filter( 'wp_image_editors', 'wpb_image_editor_default_to_gd' );
