/*
Theme Name: bouviertheme
Theme URI: http://wordpress.org/themes/bouviertheme
Author: Eric Robinson
Author URI: http://www.ericwrobinson.com
Description: 
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 
Template: genesis
Text Domain: bouviertheme

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
	- Skip Links
- Structure & Layout
- Site Navigation
- Site Header
- Footer Widgets
- Site Footer
- Front Page
- Navigation toggles
- Focus Areas
- Contact Page
- Team Page
- About Pages
- Blog Page
- Individual Team Members Page
- Footer Contact

- Plugins

- Media Queries
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	color: #3a3a3a;
	font-family: "proxima-nova",sans-serif;
	font-size: 16px;
 	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

.wrap{
	max-width: 1250px;
	margin: 0 auto;
	
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: white; 
	text-decoration: none;
}

a:hover,
a:focus {
	color: #afafaf;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {

	padding: 0;
}

li {

}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
	color: #3c4951;
}

#text-18 em{
	color: white;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: "proxima-nova",sans-serif;
	line-height: 1.2;
	margin: 0 0 0px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

.about-us-content ul li {

    list-style-position: outside;

}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	width: 200px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #fff;
	color: #3c4951;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #fff;
	color: #26547f;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover,
.footer-widgets button:focus,
.footer-widgets input:focus[type="button"],
.footer-widgets input:focus[type="reset"],
.footer-widgets input:focus[type="submit"],
.footer-widgets .button:focus {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {

}

/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

.site-header,
.site-inner,
.site-footer {
	margin: 0 auto;

}

.site-header{
	background-color: #fff;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.widget-area.header-widget-area{
	position: absolute;
	top: 2px;
	right: 15px;
	font-size: 12px;
    font-weight: 600;
}

.widget-area.header-widget-area a{
	color: #70404b;
}


.entry-header{
	height: 100%;
	max-width 1600px;
}

.entry-content h2, h3{
	color: #3c4951;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Content */


#respond{
	display: none;
}

.post{
	padding: 40px;	
}

.entry-footer{
	padding-top: 20px;
}

.entry-meta{
	margin: 0;
	color: #3c4951;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */


/* ## Accessible Menu
--------------------------------------------- */


/* ## Site Header Navigation
--------------------------------------------- */


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	color: #3c4951;
	background-color: #fff;
	margin: 0 auto;
	max-width: 1250px;
	width: 415px;
	padding-top: 20px;
	padding-bottom: 25px;

}

.nav-primary .genesis-nav-menu a {
	color: #3c4951;
	text-decoration: none;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #3c4951;
	text-decoration: underline;
}

.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #f5f5f5;
	text-decoration: underline;
}

#menu-main-menu{
	list-style-type: none;
	margin: 0 auto;
	color: #3c4951;
	text-transform: uppercase;	
}

ul#menu-main-menu{
	font-weight: 500;
	
}

.menu-item{
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
}

.sub-menu{
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 400px;
	background-color: #70404b;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	display: none;
	color: #fff;
}

.sub-menu .menu-item{
	display: block;
	color: #fff;
}

.sub-menu .menu-item a{
	color: #fff;
}

.menu-secondary .menu-item{
	display: block;
}
	
/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header .wrap {
	height: 100%;
}

.title-area {
	width: 400px;
	height: 50px;
}

.header-widget-area {

}

.header-image .title-area {
	padding: 0px;
	height: 75px;
	width: 300px;
	margin-top: 30px;
	margin: 0 auto;
}

.header-image .site-title{
	text-indent: -9999px;
	display: block;
	z-index: 1;
	margin-top: 20px;
}

.site-title a{
	background: url(images/bouvier_logo.jpg) no-repeat !important;
	background-size: cover;
}

.header-image .site-title > a{
	background-position: center center !important;
	background-size: contain !important;
	float: left;
	min-height: 70px;
	width: 300px;

}

.site-description, .site-title {
	margin-bottom: 0;
	display: none;
}

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */


.footer-widgets{
	background-color: #3c4951;
	height: 220px;
	margin: 0 auto;
	margin-left: 20px;
	margin-right: 20px;
}

.footer-widgets .widget-area{
	width: 33.33%;
	float: left;
	padding: 60px 20px 20px 20px;
	
}

#text-20{
	padding-left: 20px;
	padding-top: 15px;
}

#copyright{
	font-size: 10px;
	color: #fff;
	clear: both;
}

#phone-email{
	text-align: right;
	font-size: 14px;
	color: #fff;
}

#address{
	float: left;
	text-align: left;
	font-size: 14px;
	color: #fff;
	width: 50%;
}

#trophy{
	float: left;
	width: 45%;
	margin-left: 5%;
}

.footer-widgets-4{
	display: none;
}

#genesis-footer-widgets{
	max-width: 1250px;
	margin: 0 auto;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 14px;
	margin-top: 40px;

}

/* # Front Page
---------------------------------------------------------------------------------------------------- */
.home-hero{
	height: 560px;
}

.home-welcome{

}

.divide-line{
	width: 100%;
	height: 2px;
	margin-bottom: 20px;
	background-color: #70404b;
	
}

.home-welcome{

}

.home-welcome #text-3 h3{
	font-size: 45px;
	font-weight: 200;
	text-align: center;
	font-style: italic;
}

.home-welcome #text-3 .textwidget{
	margin: 0 auto;
	padding-top: 20px;
	width: 60%;
	text-align: center;
}

.focus-areas{
	width: 100%;
	padding: 30px;
	padding-bottom: 80px;
}

.focus-areas .widget_text{
	width: 33.33%;
	float: left;
	padding: 30px;
	font-size: 13.5px;
	color: rgba(60, 73, 81, 1);
	background-color: #fff;
}

.focus-areas .widget_text img:hover{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
}


.focus-areas .widget_text:hover{
	background-color: #efefef;
}

.focus-areas .widget_text a{
	color: rgba(60, 73, 81, 1);
}

.focus-areas h2{
	padding-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.widget_metaslider_widget{
	text-align: center;
	max-width: 1050px;
	margin: 0 auto;
	margin-top: 160px;
}

.single-post .content-sidebar-wrap{
	margin-top: 160px;
}

.author .content-sidebar-wrap{
	margin-top: 160px;
}

.page-template-focus-areas .content-sidebar-wrap{
	margin-top: 160px;
}

.page-template-team-page .content-sidebar-wrap{
	margin-top: 160px;
}

.page-template-contact-page .content-sidebar-wrap{
	margin-top: 160px;
}

#text-15{
	width: 90px;
	margin: 0 auto;
	padding-top: 40px;
}

#text-12 h2{
	color: #70404b;
}

#text-13 h2{
	color: #758388;
}

.front-page-body{
	background-color: #758388;
	padding: 30px;
	padding-bottom: 30px;
	max-width: 1250px;
	margin: 0 auto;
}


.front-page-body .type-post{
	float: left;
	width: 33.33%;
	padding: 30px;
	
}

.featured-post-2 .entry-title{
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 40px;	
}


.front-page-body .widget-title{
	display: none;
}

.front-page-body .more-link{
	width: 115px;
	padding: 7px;
	font-weight: 500;
	border: 2px solid #70404b;
	margin-top: 15px;
	text-transform: uppercase;
	clear: both;
	display: block;
	text-align: center;
}

.front-page-body .more-link:hover{
	color: #fff;
	background-color: #70404b;
}

.call-to-action{
	padding: 40px;
	background-color: #70404b;
	text-align: center;
	color: #fff;
	max-width: 1250px;
	margin: 0 auto;
}

.call-to-action .widget-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
}

.cta-button{
	height: 75px;
	width: 200px;
	padding: 10px;
	border: 2px solid #fff;
	margin-top: 15px;
	text-transform: uppercase;
	text-decoration: none;
}

.cta-button:hover{
background-color: #fff;
	color: #70404b;
	height: 75px;
	width: 200px;
	padding: 10px;
	border: 1px solid #fff;
	margin-top: 15px;
	text-decoration: none;
}



/* # Focus Areas
---------------------------------------------------------------------------------------------------- */
.content{
	max-width: 1250px;
	margin: 0 auto;
}

.page-template-focus-areas .entry-header{
	max-width: 1250px;
	margin: 0 auto;
}


.page-template-focus-areas .entry-title{
	padding-left: 60px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 50px;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, .25);
	position: absolute;
    top: 350px;
    width: 30%;
}

.page-template-focus-areas .entry-title{
	top: 250px;
}

.banner-image{
	float: left;
	width: 60%;
	max-width: 849px;
	

}

.page-template-focus-areas .entry-content{
	float: left;
	width: 40%;
}

.page-template-focus-areas .nav-secondary{
	height: 300px;
	float: left;
	text-decoration: none;
	margin-left: 20%;
}

.page-template-focus-areas .nav-secondary ul{
	list-style-type: none;
}

.page-template-focus-areas .fa-content{
	float: left;
	color: #fff;
	width: 60%;
	max-width: 849px;
}

.page-template-focus-areas .fa-content ul{
	margin-left: 15%;

}


.post-edit-link{
	display: none;
}

.page-template-focus-areas .fa-content h3{
	color: #fff;
}

	/* # Insurance Defense ----- */
.insurance-defense-content .image-left{
	background-image: url("http://bouvier.thebrewroom.com/wp-content/uploads/2016/10/fp-insurance.jpg");
	height: 300px;
    width: 30%;
    margin-left: 10%;
	background-size: contain;
	float: left;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.insurance-defense-content .banner-image{
		background-color: #758388;
		padding-bottom: 40px;
}

.insurance-defense-content .fa-content{
	background-color: #758388;
	margin-top: -40px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
}

	
.insurance-defense-content .nav-secondary a{
	color: #758388;
	font-weight: 700;
	font-size: 22px;
}
	
	/* # Business & Corporate----- */
	
	
.business-corporate-content .image-left{
	background-image: url("http://bouvier.thebrewroom.com/wp-content/uploads/2016/10/fp-business.jpg");
	height: 300px;
    width: 30%;
    margin-left: 10%;
	background-size: contain;
	float: left;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.business-corporate-content .banner-image{
		background-color: #71414b;
		padding-bottom: 40px;
}

.business-corporate-content .fa-content{
	background-color: #71414b;
	margin-top: -40px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 150px;
}


.business-corporate-content .nav-secondary{
	margin-left: 20%;
}
	
.business-corporate-content .nav-secondary a{
	color: #71414b;
	font-weight: 700;
	font-size: 22px;
	
}
	/* # Personal Individual	----- */

.personal-individual-content .image-left{
	background-image: url("http://bouvier.thebrewroom.com/wp-content/uploads/2016/10/fp-personal.jpg");
	height: 300px;
    width: 30%;
    margin-left: 10%;
	background-size: contain;
	float: left;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.team-individual .personal-individual-content .image-left{
	background-image: url("http://bouvier.thebrewroom.com/wp-content/uploads/2016/11/fp-bouvier.jpg");
}

.personal-individual-content .banner-image{
		background-color:  #3d4951;
		padding-bottom: 40px;
}

.personal-individual-content .nav-secondary{
	margin-top: -40px;
}


.personal-individual-content .fa-content{
	background-color: #3d4951;
	margin-top: -30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 180px;
	padding-top: 20px;
}

	
.personal-individual-content .nav-secondary a{
	color: #3d4951;
	font-weight: 700;
	font-size: 22px;
}




	/* # Individual Team Members Page	----- */

.team-members .image-left{
	background-image: url("http://bouvier.thebrewroom.com/wp-content/uploads/2016/10/fp-personal.jpg");
	height: 300px;
    width: 30%;
    margin-left: 10%;
	background-size: contain;
	float: left;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.team-members .entry-title{
	background-color: #3d4951;
	margin-top: -100px;
	
}

.team-members .tm-content{
	background-color: #3d4951;
	margin-top: -30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-top: 40px;
}


.team-members .nav-secondary{
	margin-left: 20%;
}
	
.team-members .nav-secondary a{
	color: #3d4951;
	font-weight: 700;
	
}


.page-template-focus-areas .tm-content{
	float: left;
	color: #fff;
	width: 60%;
	max-width: 849px;
}

.page-template-focus-areas .tm-content ul{
	margin-left: 15%;

}

.post-edit-link{
	display: none;
}

.page-template-focus-areas .tm-content h3{
	color: #fff;
}

/* # Contact Page
---------------------------------------------------------------------------------------------------- */
/*.page-template-contact-page .content{
	background-color: #3d4951;
	padding: 40px;
}
*/

.page-template-contact-page .entry-header{
	padding: 40px 0 15px 40px;
	background-color: #3d4951;
	width: 30%;
}

.page-template-contact-page h1{
	color:#fff;
}

.page-template-contact-page p{
	color: #fff;
}

.page-template-contact-page label{
	color: #3d4951;
	font-weight: 100;
}

.gform_wrapper label.gfield_label {
	font-weight: 100;
}

.contact-left{
	float: left;
	width: 30%;
	margin-right: 5%;
	background-color: #3d4951;
	padding-left: 40px;
	padding-right: 20px;
	height: 500px;
}

.contact-right{
	float: left;
	width: 60%;
	margin-top: -85px;
}

#gform_submit_button_1{
	background-color: #3d4951;
	color: #fff;
}

#gform_submit_button_1:hover{
	background-color: #71414b;
	color: #fff; 
}

/* # Team Page
---------------------------------------------------------------------------------------------------- */
.page-template-team-page .entry-header{
	margin: 35px 0 0 70px;
	color: #3c4951;
}

.page-template-team-page .entry-header h1{
		color: #3c4951;
		margin-bottom: 30px;
}

.team-members{
	padding: 0px 0 20px 0;
	margin: 0 auto;
	
}

.team-members-2{
	max-width: 1250px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.team-members .wrap{
	text-align: center;
	width: 90%;
}

.team-members-2 .wrap{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	
}

.team-members .widget_text{
	float: left;
	width: 25%;
	padding: 0 25px 0 25px;
}

.team-members .widget_text h3{
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	font-size: 1.2em;
}

.team-members .widget_text h4{
	text-transform: uppercase;
	font-weight: 100;
	text-align: left;
	color: #71414b;
	font-size: 1em;
}

.team-divider{
	clear: both;
	width: 70%;
	height: 3px;
	background-color: #71414b;
	margin: 0 auto;	
	margin-top: 50px;
	margin-bottom: 50px;
	
}


.team-members-2 .widget_text{
	float: left;
	width: 25%;
	padding: 60px 17px 0 17px;
}

.team-members-2 .widget_text h3{
	text-transform: uppercase;
	font-weight: 600;
	text-align: left;
	font-size: .9em;
}

.team-members-2 .widget_text h4{
	text-transform: uppercase;
	font-weight: 100;
	text-align: left;
	color: #71414b;
	font-size: 1em;
}

/* # Individual Team Members Page	----- */

.team-members .image-left{
	background-image: url("http://bouvier.thebrewroom.com/wp-content/uploads/2016/10/fp-personal.jpg");
	height: 300px;
    width: 30%;
    margin-left: 10%;
	background-size: contain;
	float: left;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.team-members .entry-title{
	background-color: #3d4951;
	margin-top: -100px;
	
}

.team-members .tm-content{
	background-color: #3d4951;
	margin-top: -30px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-top: 40px;
}


.team-members .nav-secondary{
	margin-left: 20%;
}
	
.team-members .nav-secondary a{
	color: #3d4951;
	font-weight: 700;
	
}


.page-template-focus-areas .tm-content{
	float: left;
	color: #fff;
	width: 60%;
	max-width: 849px;
}

.page-template-focus-areas .tm-content ul{
	margin-left: 15%;

}

.post-edit-link{
	display: none;
}

.page-template-focus-areas .tm-content h3{
	color: #fff;
}

/* # About Pages
---------------------------------------------------------------------------------------------------- */

.page-template-about-pages .entry-header{
	max-width: 1250px;
	margin: 0 auto;
}



.page-template-about-pages .entry-title{
	margin-top: -20px;
	padding-left: 60px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 70px;
}


.page-template-about-pages .entry-content{
	float: left;
	width: 40%;
	margin-top: -120px;
}

.page-template-about-pages .nav-secondary{
	height: 300px;
	float: left;
	text-decoration: none;
	margin-left: 20%;
	margin-top: 80px;
}

.page-template-about-pages .nav-secondary ul{
	list-style-type: none;
}

.page-template-about-pages .fa-content{
	float: left;
	color: #fff;
	width: 60%;
	max-width: 849px;
}

.page-template-about-pages .fa-content ul{
	margin-left: 15%;

}

.post-edit-link{
	display: none;
}

.page-template-about-pages .fa-content h3{
	color: #fff;
}

.page-template-about-pages .banner-image{
	margin-top: 10px;
	
}

.about-us-content .image-left{
	background-image: url("http://bouvier.thebrewroom.com/wp-content/uploads/2016/11/fp-bouvier.jpg");
	height: 300px;
    width: 30%;
    margin-left: 10%;
	background-size: contain;
	float: left;
	background-repeat: no-repeat;
	margin-top: 45px;
}

.about-us-content .entry-title{
	color: #3c4951;
}

.about-us-content .nav-secondary{
	margin-top: 60px;
}

.about-us-content .banner-image{
	margin-top: 5px;
}

.about-us-content .fa-content{
	color: #3c4951;
	margin-top: -190px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-top: 40px;
}



.business-corporate-content.about-us-content{
	margin-left: 20%;
}
	
.about-us-content .nav-secondary a{
	font-size: 22px;
	color: #3c4951;
	font-weight: 700;
	
}


/* # Blog
---------------------------------------------------------------------------------------------------- */
.page-template-page_blog{
	background-color: #3d4951;
}

.page-template-page_blog{
	 margin-top: 160px;
}

.page-template-page_blog article{
	background-color: #fff;
	margin: 20px 0 20px 0;
	padding: 20px;
}

.page-template-page_blog .entry-title{
	color: #fff;
	margin-left: 70px;
	margin-top: 30px;
}

.page-template-page_blog .entry-header .entry-title{
	color: #fff;
	margin-left: 0px;
}

.entry-comments-link{
	display: none;
}

.page-template-page_blog .entry-header{
	margin: 35px 70px 0 70px;
}

.entry-meta{
	color: #758388;
}

.entry-meta a{
	color: #3c4951;
}



.page-template-page_blog .entry-title a{
    color: #758388;
}

.page-template-page_blog .entry-title a:hover{
    color: #3c4951;
}

.page-template-page_blog .entry-header .entry-meta{

}

.page-template-page_blog .entry-categories{
	color: #758388;

}

.page-template-page_blog .entry-footer{
	margin: 0px 70px 0 70px;
    color: #758388;
}


/* # Footer
---------------------------------------------------------------------------------------------------- */

.site-footer{
	display: none;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Gene


/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 1310px) {
	
	.page-template-focus-areas .entry-title{
		padding-left: 60px;
		padding-bottom: 30px;
		text-shadow: 1px 1px 7px rgba(0, 0, 0, .25);
		width: 450px;
	}
	
	.page-template-focus-areas .insurance-defense-content .entry-title{
		width: 350px;
	}


}


@media only screen and (max-width: 1307px) {
	
	.page-template-focus-areas .entry-title{
		font-size: 45px;
		top: 350px;

	}	
	
	.page-template-focus-areas .about-us-content .entry-title{
		font-size: 45px;
		top: 198px;

	}	
	
	.about-us-content .fa-content{
		margin-top: -250px;
	}
	
}




@media only screen and (max-width: 1120px) {
	.team-members .tm-content{
		margin-top: -75px;
	}

}

@media only screen and (max-width: 1055px) {

	.page-template-focus-areas .entry-title{
		top: 300px;
	}	

	.page-template-focus-areas .nav-secondary {
		margin-left: 8%;
	}


	.page-template-about-pages .nav-secondary {
		margin-left: 8%;
	}

}

@media only screen and (max-width: 998px) {
	.insurance-defense-content .image-left{
		height: 250px;
	}
	
	.business-corporate-content .image-left{
		height: 250px;
	}
	
	.personal-individual-content .image-left{
		height: 250px;
	}
}

@media only screen and (max-width: 927px) {

	.page-template-focus-areas .entry-title{
		top: 250px;
	}	

	.page-template-about-pages .entry-title{
		font-size: 45px;
	}
	
	.page-template-about-pages  .entry-title{
		margin-top: -30px;
	}
	
	.page-template-focus-areas .nav-secondary {
		margin-left: 2%;
	}
	.page-template-about-pages .nav-secondary {
		margin-left: 2%;
	}
	
	.page-template-about-pages .nav-secondary{
		margin-top: 10px;
	}

}

@media only screen and (max-width: 852px) {

	.about-us-content .image-left{
		height: 200px;
	}
	
	.about-us-content .fa-content{
		margin-top: -100px;
	}

	.insurance-defense-content .image-left{
		height: 200px;
	}
	
	.business-corporate-content .image-left{
		height: 200px;
		
	}
	
	.business-corporate-content .image-left{
		height: 200px;
		
	}
	
	.personal-individual-content .image-left{
		height: 200px;
	}
}



@media only screen and (max-width: 800px) {

	.header-image .title-area {
		width: 250px;	
	}
	
	.header-image .site-title > a{
		width: 250px;
	}

	.page-template-focus-areas .nav-secondary a{
		font-size: 17px;
	}
	
	
	.focus-areas .widget_text{
		width: 100%;
		text-align: center;
	}
	
	.focus-areas .widget_text img{
		width: 35%;
		margin: 0 auto;
	}
	
	.home-welcome #text-3 h3 {
   		 font-size: 40px;
	}
	
	#text-3{
		padding: 40px;
	}
	
	.home-welcome #text-3 .textwidget{
		width: 85%;
	}
	
	.front-page-body .type-post {
   		width: 100%;
    	padding: 30px;
    	text-align: center;
	}
	
	.front-page-body .more-link {
		margin: 0 auto;
		text-align: center;
	}

	
	.footer-widgets {
		height: 100%;
	}
	
	.footer-widgets .widget-area{
		width: 100%;
		text-align: center;
   		clear: both;
    	padding: 0px 20px 20px 20px;
	}
	
	.footer-social{
		margin-left: 42%;
	    width: 55px;
		
	}
	
	#phone-email {
		text-align: center;
	}
	
	#address{
		clear: both;
		text-align: center;
		width: 100%;
	}
	
	#trophy {
		padding-top: 30px;
    	clear: both;
   	 	width: 100%;
   		margin-left: 0;
	}
	
		/* # Contact Page - Media Queries
		-------------------------- */
	.page-template-contact-page .entry-header{
    	padding: 40px 0 15px 20px;
	}

	.contact-left {
    	padding-left: 20px;
	}
	
		/* # Meet Our Team - Media Queries
		-------------------------- */
	.team-members .widget_text {
		padding: 0 5px 0 5px;
	}
	
	.team-members-2 .widget_text {
		padding: 15px 5px 0 5px;
	}
	
	
	.team-members .widget_text h3 {
		font-size: .8em;
	}
	
	.team-members .widget_text h4 {
		font-size: .9em;
	}
	
	.team-members-2 .widget_text h3 {
		font-size: .8em;
	}
	
	.team-members-2 .widget_text h4 {
		font-size: .9em;
	}
	
	.page-template-team-page .entry-header {
    	margin: 35px 0 0 40px;
    	
	}

		/* # Focus Areas - Media Queries
		-------------------------- */
			
	.focus-areas{
	
	}
	
	.page-template-focus-areas .entry-title{
		font-size: 35px;
		width: 400px;
	}
	
	.page-template-about-pages .entry-title{
		font-size: 45px;
		width: 400px;
	}
	
	.page-template-focus-areas .fa-content{
		margin-top: -40px;
	}
	
	.personal-individual-content .nav-secondary{
		margin-top: 0px;
	}
	
	
	.about-us-content .fa-content{
		margin-top: -150px
	}

	
		/* # Blog - Media Queries
		-------------------------- */

	
	.page-template-page_blog .entry-header{
		 margin: 35px 40px 0 40px;
	}
	
	.page-template-page_blog .entry-footer{
   		 margin: 0px 40px 0 40px;
	}		
}

@media only screen and (max-width: 723px) {
	#text-3{
		padding: 60px;
	} 
	.home-welcome #text-3 h3{
		font-size: 35px;
	}
	
}

@media only screen and (max-width: 701px) {

	.personal-individual-content .fa-content {
	}
	
}

@media only screen and (max-width: 675px) {
	.page-template-focus-areas .entry-title{
		font-size: 40px;
		padding-left: 20px;
		width: 300px;
		top: 215px;
	}
	
	.page-template-focus-areas .about-us-content .entry-title{
		width: 350px;
	}
	
	.page-template-about-pages .entry-title{
		font-size: 40px;
		padding-left: 20px;
	}
	
	.page-template-focus-areas .fa-content{
		margin-top: -60px;
		padding-left: 20px;
		
	}

	.page-template-focus-areas .about-us-content .fa-content{
		margin-top: -150px;
	}
	
	.page-template-focus-areas .tm-content{
		margin-top: -60px;
		padding-left: 20px;
		
	}
		
}


@media only screen and (max-width: 655px) {
	.page-template-contact-page .entry-header{
    	padding: 40px 0 15px 20px;
    	width: 100%;
    	
	}

	.contact-left {
		width: 100%;
		clear: both;
    	padding-left: 20px;
    	height: 275px;
	}
	
	.contact-right{
		margin-top: 0;
		padding: 40px;
		width: 100%;
		margin: 0 auto;
	}
	
	#text-3 {
   	 padding: 30px;
   	 }
   	 
   	 li ul.sub-menu .sub-menu{
		display: none !important;
	}
	
	.sub-menu {
		left: 0;
	    width: 100%;
    	text-align: center;
    	font-size: 12px;
	}
	
	.sub-menu li{
		padding-top: 5px;
	}

}

@media only screen and (max-width: 605px) {
	.team-members .widget_text {
		width: 50%;
		padding: 15px; 5px 0 5px;
	}
	
	.team-members-2 .widget_text {
		width: 33.33%;
		padding: 15px 5px 0 5px;
	}
	.business-corporate-content .entry-title{

	}
}


@media only screen and (max-width: 577px) {
	.image-left{
	    display: none;
	}
	
	.page-template-focus-areas .tm-content{
		width: 100%;
	}

	.page-template-focus-areas .about-us-content .fa-content{
		margin-top: 0;	
	}

	.banner-image {
    	width: 100%;
     }
    
	.page-template-focus-areas .fa-content{
		margin-top: -50px;
		width: 100%;
	}
	
		.page-template-focus-areas .tm-content{
		margin-top: -30px;
		width: 100%;
	}
	
	.page-template-focus-areas .nav-secondary{
		display: none;
	}
	
	.page-template-focus-areas .entry-title{
		font-size: 40px;
		padding-left: 20px;
		top: 255px;
	}
	
	.personal-individual-content .fa-content{
		padding-bottom: 45px;
	}
	
	.page-template-about-pages .entry-title{
		font-size: 40px;
		padding-left: 20px;
	}
	
	.page-template-about-pages .fa-content{
		padding: 20px;
	}
	
		.page-template-about-pages .tm-content{
		padding: 20px;
	}
	
	.call-to-action{
		padding: 20px 10px 30px 10px;
	}
}

@media only screen and (max-width: 577px) {
	.page-template-focus-areas .entry-title{
		font-size: 40px;
		padding-left: 20px;
		top: 250px;
	}
	
}



@media only screen and (max-width: 491px) {
	.home-welcome #text-3 h3 {
    	font-size: 35px;
    }
    


	.header-image .title-area {
		width: 150px;
		height: 70px;
	}
	

	.header-image .site-title > a {
  	  width: 150px;
  	  background: url(images/bouvier_logo_mobile.jpg);
	}
	
	.nav-primary {
		width: 300px;
		padding-top: 0px;
		padding-bottom: 15px;
	}

	.widget_metaslider_widget {
		margin-top: 120px;
	}
	
	.single-post .content-sidebar-wrap{
		margin-top: 120px;
	}

	.author .content-sidebar-wrap{
		margin-top: 120px;
	}
	.page-template-focus-areas .content-sidebar-wrap{
		margin-top: 120px;
	}

	.page-template-team-page .content-sidebar-wrap{
		margin-top: 120px;
	}

	.page-template-contact-page .content-sidebar-wrap{
		margin-top: 120px;
	}
	
	.page-template-page_blog{
		margin-top: 120px;
	}
	

	ul#menu-main-menu{
		font-size: 11px;
	
	}
	
	.menu-item {
		 padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
	}
	
	.team-members-2 .widget_text h4{
		font-size: .7em;
	}
	
	.team-members-2 .widget_text h3{
		font-size: .7em;
	}
	
	.post{
	padding: 20px;	
	}

	.entry-footer{
	padding-top: 15px;
	}
	
	.post .entry-title{
		font-size: 30px;
	}

}


@media only screen and (max-width: 485px) {
	.page-template-focus-areas .entry-title{
		top: 190px;
	}
	
}

@media only screen and (max-width: 428px) {
	.team-members-2 .widget_text h4{
		font-size: .7em;
	}
	
	.team-members-2 .widget_text h3{
		font-size: .7em;
	}
}

@media only screen and (max-width: 428px) {
	.team-members-2 .widget_text {
		width: 50%;
		padding: 15px 5px 0 5px;
	}
	
	.team-members .widget_text {
		width: 50%;
		padding: 15px 5px 0 5px;
	}
}

@media only screen and (max-width: 400px) {
	.page-template-focus-areas .entry-title{
		top: 170px;
	}
	
}

@media only screen and (max-width: 350px) {
	.page-template-focus-areas .about-us-content .entry-title{
		font-size: 40px;
		width: 300px;
	}
}

@media only screen and (max-width: 342px) {
	.call-to-action .widget-title{
		font-size: 25px;
	}
}


@media only screen and (min-width: 641px) {
	.gform_wrapper textarea.medium {
		height: 82px !important;
}
}

.fa-content li {
    list-style: none;
}