/* Enter Your Custom CSS Here */.navbar .btn-toggle-nav.hover .icon-bar {
    background: blue none repeat scroll 0 0 !important; /* Adjust blue */
}
/* START OF Change the color of the Social Icons */
/* Change the color of individual Social Icons */
a.icon-feed             {color:#DC622C;}    /* Change to desired color */
a.icon-twitter          {color:#00B6F1;}    /* Change to desired color */
a.icon-facebook         {color:#3B5998;}    /* Change to desired color */
a.icon-google           {color:#C20806;}    /* Change to desired color */
a.icon-instagram        {color:#2C6A93;}    /* Change to desired color */
a.icon-tumblr           {color:#34465D;}   /* Change to desired color */
a.icon-flickr           {color:#FF1981;}   /* Change to desired color */
a.icon-wordpress        {color:#04769C;}    /* Change to desired color */
a.icon-youtube          {color:#C31A1E;}    /* Change to desired color */
a.icon-pinterest        {color:#C91517;}    /* Change to desired color */
a.icon-github           {color:#040204;}    /* Change to desired color */
a.icon-dribbble         {color:#333333;}    /* Change to desired color */
a.icon-linkedin         {color:#04669A;}    /* Change to desired color */
 
/* Alternative - Change the color of individual Social Icons when hovering, otherwise darkgrey */
a.icon-feed             {color:darkgrey;}   /* Change to desired color */
a.icon-twitter          {color:darkgrey;}   /* Change to desired color */
a.icon-facebook         {color:darkgrey;}   /* Change to desired color */
a.icon-google           {color:darkgrey;}   /* Change to desired color */
a.icon-instagram        {color:darkgrey;}   /* Change to desired color */
a.icon-tumblr           {color:darkgrey;}   /* Change to desired color */
a.icon-flickr           {color:darkgrey;}   /* Change to desired color */
a.icon-wordpress        {color:darkgrey;}   /* Change to desired color */
a.icon-youtube          {color:darkgrey;}   /* Change to desired color */
a.icon-pinterest        {color:darkgrey;}   /* Change to desired color */
a.icon-github           {color:darkgrey;}   /* Change to desired color */
a.icon-dribbble         {color:darkgrey;}   /* Change to desired color */
a.icon-linkedin         {color:darkgrey;}   /* Change to desired color */
 
a.icon-feed:hover       {color:#DC622C;}    /* Change to desired color */
a.icon-twitter:hover    {color:#00B6F1;}    /* Change to desired color */
a.icon-facebook:hover   {color:#3B5998;}    /* Change to desired color */
a.icon-google:hover     {color:#C20806;}    /* Change to desired color */
a.icon-instagram:hover  {color:#2C6A93;}    /* Change to desired color */
a.icon-tumblr           {color:#34465D;}   /* Change to desired color */
a.icon-flickr           {color:#FF1981;}   /* Change to desired color */
a.icon-wordpress:hover  {color:#04769C;}    /* Change to desired color */
a.icon-youtube:hover    {color:#C31A1E;}    /* Change to desired color */
a.icon-pinterest:hover  {color:#C91517;}    /* Change to desired color */
a.icon-github:hover     {color:#040204;}    /* Change to desired color */
a.icon-dribbble:hover   {color:#333333;}    /* Change to desired color */
a.icon-linkedin:hover   {color:#04669A;}    /* Change to desired color */
/* END OF Change the color of the Social Icons */
.custom-icon:before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url('http://upload.wikimedia.org/wikipedia/commons/b/bc/Xing-icon.png') no-repeat;
	background-size: 20px 20px;
}
.navbar-inner {
    background: #00a0ff;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.tc-header.clearfix.row-fluid {
    background: #00a0ff;
}
.site-logo img {
    width: auto;
    height: auto;
}
.navbar .nav > li > a {
    color: #fff;
    text-shadow: none;
}
.navbar .nav > li > a:hover {
    color: #fff;
    background: #000;
}
.caret {
    border-top: 4px solid  #fff;
}
.navbar .nav li.dropdown .caret {
    border-top-color: #000;
    border-bottom-color: #000;
}
.navbar .nav li.dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.navbar-wrapper .navbar h2 {
    color: #fff;
    text-shadow: none;
}
.social-block a {
    color: #000;
    text-shadow: none;
}
/*Dropdown menu background and hover colors*/
.dropdown-menu > li > a {
    color: #fff;
    background: #000;
}
.dropdown-menu > li > a:hover {
    color: #fff;
    background: #00a0ff;
}
.dropdown-menu {
    background-color: #000;
    border-radius: 0;
}
/*Current page menu item*/
.navbar .nav > li.current-menu-item > a{
    color: #fff;
    background: #000;
}
/*Content background*/
.entry-content {
    background: #ffffff;
    padding: 5px;
}
body {
  background: none repeat scroll 0 0 #ffffff;
  color: #5A5A5A;
  padding-bottom: 0;
}
.widget li {
list-style: square outside none;
}
.widget ol {
list-style-position: inside;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.post-thumbnail {
	max-height: 350px;
	width: 100%;
	overflow: hidden;
}
.post-thumbnail img {
	margin-top: 175px;
	margin-left: 50%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
}
@media only screen and (max-width: 840px) {
table.responsive {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}
dd_action ('wp_footer','tc_slider_adjust' );
 
function tc_slider_adjust() {
    global $wp_query;
    $queried_id                   = get_queried_object_id();
    $queried_id                   = ( !tc__f('__is_home') &amp;&amp; $wp_query -> is_posts_page &amp;&amp; !empty($queried_id) ) ?  $queried_id : get_the_ID();
    $slider_active                = esc_attr(get_post_meta( $queried_id, $key = 'post_slider_check_key' , $single = true ));
    if ( tc__f('__is_home') &amp;&amp; tc__f('__get_option','tc_front_slider') !=null) {
        $slider_active            = true;
    }
    if(!$slider_active) {
        return;
    }
    ?>
    
        jQuery(document).ready(function() {
            !function ( $) {
                //prevents js conflicts
                "use strict";
                function setposition( item , HeightSliderContainer  ) {
                   var  Img         = item.find('img'),
                        ImgSrc      = Img.attr('src'),
                        ImgHeight   = Img.height(),
                        Adjustment  = Math.ceil(( ImgHeight - HeightSliderContainer )*0.5);
                    if (Adjustment > 0) {
                        Img.css('top', -Adjustment + 'px');
                        Img.css('position','relative');
                    }
                }
                function adjust( item ) {
                    var HeightSliderContainer = $('.carousel-inner').height();
                    $('.item' , '.carousel-inner').each(function() {
                        var has_active  = $(this).hasClass('active'),
                            ImgHeight   = $(this).find('img').height();
                        $(this).addClass('active');
                        setposition($(this) , HeightSliderContainer);
                        if (!has_active) {
                            $(this).removeClass('active');
                        }
                    });
                }
                adjust();
                $(window).resize(function () {
                    adjust();
                });
 
            }(window.jQuery);
        });
    
    &lt;?php
}
font-family: &#039;Josefin Sans&#039;, sans-serif;

font-family: &#039;Open Sans&#039;, sans-serif;