/* ================================================================================
Theme Name: Bivio Theme Child
Theme URI: http://themeforest.net/user/whoathemes/
Description: Designed by <a href="http://themeforest.net/user/whoathemes/">Whoathemes</a>.
Version: 1.0
Author: <a href="http://themeforest.net/user/whoathemes">WhoaThemes</a>
Author URI: http://themeforest.net/user/whoathemes/
Template: bivio
================================================================================ */

/*CUSTOM STYLES*/
@import url("../bivio/style.css");

/* All body fonts */
body {
	font-family: 'Lato';
}

/* Change gap between intro text on pages and next element */
#wt_intro {
  margin-bottom: 30px;
}

/* Change color of intro text */
.intro_text h3 {
	color: #666;
}

/* background of header on pages */
.page #wt_header {
  background-clip: border-box;
  background-color: rgba(240, 240, 240, 0.952941);
  background-image: url(https://gtclawgroup.com/wp-content/uploads/2015/03/header-background-1600x140px.png);
}

.single #wt_header {
  background-clip: border-box;
  background-color: rgba(240, 240, 240, 0.952941);
  background-image: url(https://gtclawgroup.com/wp-content/uploads/2015/03/header-background-1600x140px.png);
}

/* Prevent copyright on standard pages from wrapping */
    .responsive #copyright {
        width: 100% !important;
    }

/* Hide dots for slideshow nav */
ol.flex-control-nav { display:none; }

/* Fix for "Next" displaying over arrow */
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: inherit !important;
}

/* make home page look like other pages */
.home #wt_header {
    /*background-color: rgba(0, 0, 0, 0.45);*/
    border-bottom: none;
}

.home #nav.wt_nav_top .navbar-nav > li > a {
    color: inherit;
}