/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

#header-text-nav-container {
    background-color: #ffffff;
}
.site-header .menu-toggle {
    display: none;
}
#masthead {
padding-bottom: 0px !important;
}

/*

add_theme_support( 'custom-header', array(
    'width'         => 300,
    'height'        => 86,
    'header-selector'   => '.site-header .title-area',
    'header-text'       => false
) );


#header-logo-image img {
    margin-bottom: 0;
    width: 100px !important;
    height: 100px !important;
}*/
.gallery-images li {
    opacity: 1 !important;
}
#wp-custom-header {
    margin-top: -50px !important;
}
 @import url('https://fonts.googleapis.com/css?family=Montserrat');

@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway');

#main {
  background-color: #FFF !important;
  background-image: url(https://www.transparenttextures.com/patterns/45-degree-fabric-light.png) !important;
}
.article-content.clearfix {
  background: #fff;
}
.widget {
  padding: 5px !important;
}
.tag-links {
  display: none !important;
}
body {font-family: 'Raleway', sans-serif;}
.social-links i.fa:hover, a {
	color: #006699;
}
.widget img {
    border: 1px solid #bbb;;
}
.widget_featured_slider .slide-content .entry-title a {
    font-weight: bold;
	  color: #006699;
	  text-shadow: none;
}
.widget_highlighted_posts .article-content .entry-title a {
    font-weight: bold;
	  color: #006699;
	  text-shadow: none;
}
.widget_featured_slider .slide-content {
    background: -webkit-linear-gradient(top, rgba(252, 255, 255, 0.7), rgba(252, 255, 255, 1));
    background: -o-linear-gradient(bottom, rgba(252, 255, 255, 0.7), rgba(252, 255, 255, 1));
    background: -moz-linear-gradient(bottom, rgba(252, 255, 255, 0.7), rgba(252, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(252, 255, 255, 0.7) , rgba(252, 255, 255, 1));
    padding-bottom: 10px;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on a, .widget_featured_slider .slide-content .below-entry-meta .byline a, .widget_featured_slider .slide-content .below-entry-meta .comments a, .widget_featured_slider .slide-content .below-entry-meta .comments span {
    color: #000;
}
.widget_featured_slider .slide-content .below-entry-meta .posted-on .fa {
    color: #000;
}
.widget_featured_slider .slide-content .below-entry-meta .byline .fa, .widget_featured_slider .slide-content .below-entry-meta .comments .fa {
    color: #000;
}
.widget_highlighted_posts .article-content {
    background: -webkit-linear-gradient(top, rgba(252, 255, 255, 0.8), rgba(252, 255, 255, 1));
    background: -o-linear-gradient(bottom, rgba(252, 255, 255, 0.8), rgba(252, 255, 255, 1));
    background: -moz-linear-gradient(bottom, rgba(252, 255, 255, 0.8), rgba(252, 255, 255, 1));
    background: linear-gradient(to bottom, rgba(252, 255, 255, 0.8) , rgba(252, 255, 255, 1));
    padding-bottom: 5px;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on a, .widget_highlighted_posts .article-content .below-entry-meta .byline a, .widget_highlighted_posts .article-content .below-entry-meta .comments a, .widget_highlighted_posts .article-content .below-entry-meta .comments span {
    color: #000;
}
.widget_highlighted_posts .article-content .below-entry-meta .byline .fa, .widget_highlighted_posts .article-content .below-entry-meta .comments .fa {
    color: #000;
}
.widget_highlighted_posts .article-content .below-entry-meta .posted-on .fa {
    color: #000;
}