/*
Theme Name: gcbsr
Description: gcbsr is a responsive widget-ready theme created for The Great Chesapeake Bay Schooner Race
Author: Sharon Colombo
Author URI: http://www.colombodesigns.com
Version: 1.0
Tags: single column, two columns, three columns, custom header, custom footer, widgets, featured image, valid XHTML, valid CSS
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


body {
  color: #41300c;
  font-family: 'Roboto Slab', serif;
  font-size : 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

/* --- LINK STYLES --- */

a, a:link {
  color: #b1912e; /* gold */
  font-weight: 400;
  text-decoration: none;
}
a:visited {
  color: #b1912e; /* gold */
  font-weight: 400;
  text-decoration: none;
}
a:hover {
  color: #b1912e; /* gold */
  font-weight: 400;
  text-decoration: underline;
}

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}

/* --- HEADER STYLES ---*/ 

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 15px 0;
  font-family: 'IM Fell English SC', serif;
  font-weight: 400;  
}

h1 {
  font-size: 56px;
  line-height: 64px;

}

h2 {
    font-size: 44px;
    line-height: 52px;
}


h3 {
	font-size:36px;
  line-height: 44px;
}
.social h3 {
    font-size: 26px;
    text-align: center;
}

h4 {
	font-size:28px;
	line-height:36px;
}

h4.widgettitle
{
	 color: #b1912e; /* gold */
	padding-bottom: 5px;
		font-size:32px;
}

h5 {
	font-size:26px;
  line-height: 34px;
}

h6 {
	font-size:24px;
	line-height:30px;
}

/* --- PARAGRAPH STYLES --- */

p {
	padding: 0 0 15px;
}

p.wp-caption-text {
    font-size: 16px;
    line-height: 24px;
    padding: 5px 0 15px 0;
}

p.photocredits {
    padding: 20px 0px;
    font-size: 15px;
    line-height: 22px;
    border-top: 1px solid #41300c;
    margin-top: 10px;
}


/* if @font-face is used, make certain the strong tag is styled to display the bold version of a custom font, not simply a bold on a non-bold font */
strong {
  font-weight: 700;
}
/* inserts/deletions */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* --- FORM FIELD STYLES --- */

select, textarea {
	font-size:16px;
	vertical-align:middle;
  font-family: 'Roboto Slab', serif;
	background-color:#ffffff;
	color:#41300c;
	width: 100%;
	max-width: 500px;
}

.wpcf7-form-control-wrap select {
    height: 35px;
}

#content span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    width: 100%;
    font-size: 16px;
}

textarea {
	height: 100px;
}

input, textarea {
	font-size:16px;
  font-family: 'Roboto Slab', serif;
	color: #41300c;
}
input[type="text"], input[type="password"], input[type="email"], input[type="file"], input[type="tel"], textarea, select {
	border:1px solid #979797;
		width: 94%;
	padding: 2%;
	max-width: 400px;
}
textarea {
	max-width: 600px;
}

input[type="button"] {
  font-family: 'Roboto Slab', serif;
	font-size:16px;
  -webkit-appearance: none;
}
/* custom button font styles */
input[type="button"], input[type="submit"], .button, *.button:link {
	margin: 10px 5px 10px 0;
	padding:  0 20px;
  height: 50px;
	line-height:50px;
  font-family: 'Roboto Slab', serif;
	font-size:18px;
	font-weight: 400;
	width:auto;
	color:#fff !important;
	display:inline-block;
	position:relative;
	cursor:pointer;
	text-decoration:none !important;
	background: #c2a13b; /* gold */ 
	border-radius:0px;
	border: none;
  -webkit-appearance: none;
}

#content span.wpcf7-not-valid-tip {
    color: #c2a13b; /* gold */ 
}

#content div.wpcf7-validation-errors, 
#content div.wpcf7-acceptance-missing {
    border: none;
}

#content div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 700;
}


.button.brown
{
  background-color: #41300c; /* brown */
}

.button.blue
{
  background-color: #3a485c; /* blue */
}

*.button:hover,
input[type="button"]:hover, 
input[type="submit"]:hover
{
  background-color: #41300c;
}

.button.brown:hover {
  background-color: #c2a13b; /* gold */ 
}

#navbuttons .button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin: 0px 7px 0px 0;
    display: inline-block;
    float: left;
}

#navbuttons {
    float: right;
	width: 305px;
    padding: 25px 0;
}

input[type="checkbox"], input[type="radio"] {
	margin:0 5px 0 0;
	padding:0;
	vertical-align:middle;
}

/* Labels are clickable, we can make this behavior more obvious by setting the cursor to indicate this. */
button, input[type="submit"] {
	cursor:pointer;
}

label {
	font-size: 15px;
  font-weight: 400;
}



/* focus styles */
:focus {
	outline: 0;
}
/* --- BLOCKQUOTE STYLES --- */

blockquote {
	margin:0;
	padding:0;
}
blockquote, q {
	quotes: none;
	margin: 0;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

blockquote {
    background-color: #ffffff;
    margin: 20px 0;
    padding: 15px 30px 15px;
	text-align: center;
}

blockquote p {
    font-size: 22px;
    line-height: 32px;
}


/* --- LIST STYLES --- */

ul, ol {
	margin: 0 0 0;
	padding: 0 0 20px 0;
}
ul {
	margin-left: 20px;
}
ul ul {
	margin-bottom:0;
    padding: 8px 0 3px;
}
ul li {
	padding: 0 0 5px 0;
}
ul ul li {
	padding: 0 0 3px 0;
}
dl {
	margin: 0 0 1em 0;
}
ol {
	list-style-type:decimal;
	margin-left:20px;
}
ol ol {
	margin-bottom:0;
  padding: 8px 0 5px;
}
ol li {
	padding: 0 0 3px 0;
}
ol li ol li {
	list-style-type:lower-alpha;
  	padding: 0 0 3px 0;
}
ol li ol li ol li {
	list-style-type:lower-roman;
}
ol li ol li ol li ol li {
	list-style-type:decimal;
}

.sideblog ul {
    margin: 0;
    padding: 0 0 10px 0;
}

.sideblog ul li {
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 18px;
}

.sideblog ul li a:hover {
	text-decoration: none;
}

/* table styles */

table {
	margin-bottom: 15px;
	border-collapse: collapse;
}

table tr td {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 8px 5px 8px;
    vertical-align: top;
}
table tr:nth-child(2n+1) {
    background-color: #f6f6f6;
}

/* ---  IMAGE STYLES --- */

a img {
	border: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

img.round {
	border-radius: 50%;
}

.wp-caption.alignright,
img.alignright,
img.wp-post-image {
    float: right;
    max-width: 45%;
    padding: 0 0 20px 3%;
	clear: both;
}

img.alignright.small {
	max-width: 30%;
}


.wp-caption.alignleft,
img.alignleft {
	float: left;
	max-width: 45%;
	padding: 0 3% 20px 0;
	clear: both;
}

img.alignleft.small {
	max-width: 30%;
}

.wp-caption.alignnone {
	max-width: 100%;
}

@media (max-width: 600px) {
	img.alignright, img.alignleft, img.wp-post-image, .wp-caption.alignright, .wp-caption.alignleft {
		max-width: 100%;
		width: auto;
		padding: 0 0 15px 0;
		float: none;
	}
	img.alignright.bloom {
		margin: 0 0 20px 0;
	}
}

/* Header Styles */

.wrapper
{
    height: auto;
    overflow: hidden;
    width: 100%;
}

.wrapper.white
{
  background-color: #ffffff;
}

.wrapper.menu {
    background-color: #3a2b0a;
    color: #ffffff;
	height: 65px;
	overflow: visible;
}


.wrapper.menu .fullwidth.row {
    padding: 0 4%;
   overflow: visible;
	position: relative;
}

.wrapper.header
{
	background-color: transparent;
}

.wrapper.header .fullwidth {
	padding: 0 4%;
}

#banner
{
  background-color: rgba(0,0,0,0);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  height: 500px;
  position: relative;
  width: 100%;
  float: left;
  padding: 0;
}

#banner #titlewrapper
{
  position: absolute;
  bottom: 92px;
  width: 100%;
  background-color: rgba(65, 48, 12, 0.7);
  display: block;
  z-index: 9999;
}
#titlewrapper h1 {
    color: #ffffff;
    text-align: center;
    font-size: 66px;
    padding: 30px 0;
    line-height: 66px;
}



#logo {
    float: left;
    padding: 36px 0px;
	margin: 0px;
	width: 50%;
}

#logo img {
  float: left;
}

a#loginicon.fa,
a#registericon.fa {
    background-clip: padding-box;
    background-color: transparent;
    color: #41300c;
    display: inline-block;
    float: left;
    font-size: 11px;
    height: 40px;
    margin: 0 0;
    padding: 0 10px 0 0;
    overflow: visible;
    text-align: center;
    width: 45px;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}

a#loginicon.fa
{
	width: 35px;
}

a#loginicon.fa::before,
a#registericon.fa::before {
    color: #41300c;
    font-size: 22px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 400;
    display: block;
    font-family: FontAwesome;
}

a#loginicon.fa:hover,
a#registericon.fa:hover {
	text-decoration: none;
	color: #b1912e;
}

a#loginicon.fa:hover::before,
a#registericon.fa:hover::before {
	font-weight: 400;
	text-decoration: none;
	color: #b1912e;
}

#navbuttons a.social.fa {
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background-color: #b1912e;
    color: #ffffff;
    padding: 0;
    margin: 2px 0px 2px 5px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
}

#navbuttons a.social.fa::before {
    text-align: center;
    width: 36px;
    display: inline-block;
}

#navbuttons a.social.fa:hover {
	text-decoration: none;
	background-color:  #41300c;
}

#searchicon {
    float: right;
    line-height: 65px;
    padding: 0 0 0 80px;
	clear: right;
	height: 65px;
}
#searchicon a.fa {
    background-clip: padding-box;
    background-color: transparent;
    color: transparent;
    display: inline-block;
    font-size: 0;
    height: 65px;
    margin: 0;
    padding: 0px;
    overflow: hidden;
    text-align: center;
    width: 30px;
	font-weight: 400;
}
#searchicon a.fa::before {
    color: #ffffff;
    font-size: 22px;
    line-height: 65px;
    cursor: pointer;
    font-weight: 400;
}

#searchicon a.fa::before:hover {
	font-weight: 400;
	text-decoration: none;
}

#quickSearchWrapper {
    position: absolute;
    right: 4%;
    top: 65px;
    display: none;
    background-color: #3a2b0a;
    padding: 0 10px;
	width: 265px;
	z-index: 999999;
}

#searchform input#go {

    height: 35px;
    float: left;
    padding: 0 0 0 10px;
    font-family: FontAwesome;
    line-height: 35px;
	background-color: transparent;
	font-size: 22px;
}

#searchform input#s {
    width: 200px;
    float: left;
    margin: 10px 10px 10px 0;
}

#mainmenu #searchform {
    width: 300px;
    float: left;
    margin-left: 4%;
}

#mainmenu #searchform input#s,
#mainmenu #searchform input#go {
	margin-top: 0px;
	margin-bottom: 25px;
}


#mainmenu {
    float: right;
}

#mainmenu ul
{
  height: 65px;
  margin: 0;
  padding: 0;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: inline-block;
    float: left;
    height: 65px;
    position: relative;
}

#mainmenu ul.mainmenu li a {
  line-height: 65px;
  height: 65px;
  display: inline-block;
  padding: 0 0 0 80px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;  
}
#mainmenu ul.mainmenu li.current_page_item a,
#mainmenu ul.mainmenu li.current_page_ancestor a,
#mainmenu ul.mainmenu li a:hover {
   text-decoration: none;
   color: #b1912e; /* gold */
}

#mainmenu ul.mainmenu li ul {
    background-color: #3a2b0a;
    display: none;
    left: 60px;
    margin: 0;
    padding: 10px 0 10px;
    position: absolute;
    top: 65px;
    width: 180px;
    z-index: 99999;
    height: auto;
}

#mainmenu ul.mainmenu li:hover ul
{
display: block;
}

#mainmenu ul.mainmenu li ul li {
    display: block;
    list-style-type: none;
    height: auto;
    line-height: 20px;
    width: 180px;
}

#mainmenu ul.mainmenu li.current_page_item ul li a,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a
{
	color: #ffffff;
}

#mainmenu ul.mainmenu li ul li a {
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    padding: 8px 10px 8px 20px;
}

#mainmenu ul.mainmenu li ul li a:hover,
#mainmenu ul.mainmenu li.current_page_item ul li a:hover,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a:hover,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li.current_page_item a
{
   color: #b1912e; /* gold */
}

#mainmenu ul.mainmenu li ul li ul,
#mainmenu ul.mainmenu li ul li ul li,
#mainmenu ul.mainmenu li ul li ul li a {
	display: none !important;
}

#mobilemenubutton
{
 display: none;
}

@media (max-width: 1000px) {
#mainmenu ul.mainmenu li a {
  padding: 0 0 0 50px;
}	
#mainmenu ul.mainmenu li ul {
    left: 22px;
}
#searchicon {
	padding: 0 0 0 50px;
}
}


@media (max-width: 850px) {

#mainmenu ul.mainmenu li a {
    padding: 0 0 0 40px;
    font-size: 17px;
}
#mainmenu ul.mainmenu li ul {
    left: 20px;
}	
#searchicon {
	padding: 0 0 0 40px;
}


}

/* tablet width */
@media (max-width: 768px) {

#mobilemenubutton
{
 display: block;
 float: left;
 clear: left;
 width: 50%;
 width: auto;
 height: 65px;
 padding: 0 0;
}

#mobilemenubutton a.fa {
    background-clip: padding-box;
    background-color: transparent;
    color: transparent;
    display: block;
    font-size: 0;
    height: 65px;
    margin: 0;
    padding: 0 0 0 0px;
    overflow: hidden;
    text-align: center;
    width: 65px;
}
#mobilemenubutton a.fa::before {
    color: #ffffff;
    font-size: 28px;
    line-height: 65px;
    cursor: pointer;
}

#searchicon
{
  height: 65px;
  line-height: 65px;
  width: 50%;
  padding: 0 0;
  text-align: right;
}

#searchicon a.fa {
    padding: 0px;
    height: 65px;
    width: 65px;
	float: right;
}

#searchicon a.fa::before {
    font-size: 28px;
    line-height: 65px;
}

#quickSearchWrapper {
right: 0px;
}

	
#logo {
    float: left;
    padding: 15px 0px 0;
    width: 100%;
    text-align: center;
}	
	
#logo img {
    float: none;
}	
	
#navbuttons {
    float: none;
    margin: 0 auto;
	padding: 15px 0;
	clear: both;
}
	

#mainmenu {
    width: 100%;
    float: left;
    display: none;
    overflow: hidden;
    height: auto;
    background-color: #3a2b0a;
    position: absolute;
    top: 65px;
    left: 0px;
    z-index: 999999;
}

#mainmenu ul.mainmenu {
  overflow: hidden;
  height: auto;
  padding: 20px 0px;
}

#mainmenu ul.mainmenu li {
    padding: 0;
    display: block;
    height: auto;
    width: 92%;
    margin: 0 4%;
}

#mainmenu ul.mainmenu li a {
    line-height: 28px;
    font-size: 18px;
    padding: 10px 0 10px 0;
    display: block;
    color: #ffffff;
	height: auto;
}

#mainmenu ul.mainmenu li ul {
    display: none;
    left: 0;
    position: relative;
    top: 0;
    border-top: none;
    width: 100%;
}

#mainmenu ul.mainmenu li:hover ul
{
display: none;
}

#mainmenu ul.mainmenu li.current_page_item ul,
#mainmenu ul.mainmenu li.current_page_ancestor ul {
    display: block;
    background-color: transparent;
    border: none;
	padding: 0;
}
	
#mainmenu ul.mainmenu li.current_page_item ul li ul,
#mainmenu ul.mainmenu li.current_page_item ul li ul li,
#mainmenu ul.mainmenu li.current_page_item ul li ul li a,
#mainmenu ul.mainmenu li.current_page_ancestor ul li ul,
#mainmenu ul.mainmenu li.current_page_ancestor ul li ul li,
#mainmenu ul.mainmenu li.current_page_ancestor ul li ul li a {
	display: block !important;
}

#mainmenu ul.mainmenu li.current_page_item ul li ul li a,
#mainmenu ul.mainmenu li.current_page_ancestor ul li ul li a {
	padding: 8px 12px 8px 64px
}
	
	
	
#mainmenu ul.mainmenu li ul li
{
		width: 100%;
	padding: 0;
	margin: 0;
}

#mainmenu ul.mainmenu li.current_page_item ul li a,
#mainmenu ul.mainmenu li.current-menu-ancestor ul li a
{
	color: #ffffff;
}
	
#mainmenu ul.mainmenu li ul li a
{
	color: #ffffff;
}

#mainmenu ul.mainmenu li.last ul li a {
    text-align: left;
    padding: 8px 12px 8px 18px;
}
	
h1 {
  font-size: 44px;
  line-height: 52px;

}

h2 {
    font-size: 36px;
    line-height: 44px;
}


h3 {
	font-size:28px;
  line-height: 36px;
}

h4 {
	font-size:26px;
	line-height:34px;
}

h5 {
	font-size:24px;
  line-height: 30px;
}

h6 {
	font-size:22px;
	line-height:28px;
}	
body {
font-size: 16px;
line-height: 24px;
	
}	
	

}

@media (max-width: 500px) {

	#navbuttons {
		width: 285px;
	}	
	
#navbuttons .button {
    font-size: 15px;
    padding: 0px 10px;
}
}


/* END RESPONSIVE HEADER STYLES */

.row.photos
{
	padding: 50px 0;
}

.row.photos.internal 
{
	padding: 20px 0 60px;
}

.fullwidth {
  max-width: 1260px;
  width: 92%;
  padding: 50px 4%;
  margin: auto;
}  

.white .fullwidth {
	padding: 50px 4% 40px;
}

/* tablet width */
@media (max-width: 768px) {
.white .fullwidth {
	padding: 30px 4% 20px;
}  	
}

@media (max-width: 550px) {
.white .fullwidth {
	padding: 20px 4% 10px;
}  

}


.row {
    clear: both;
    overflow: hidden;
}

#content .row .round {
    margin-bottom: 20px;
}

#content 
{
  width: 70%;
  float: left;
}

#content.wide
{
width: 100%;
}

/* home page styling */
#content.wide.splash
{
	text-align: center;
}

.splash p {
    font-size: 20px;
    line-height: 30px;
	padding: 0 0 25px 0;
}

.splash .fa.fa-circle {
    font-size: 10px;
    padding: 0 10px;
}

.splash h4, .splash h4 a
{
	font-size: 24px;
	font-weight: 400;
}

.splash h4 a.homelink {
    padding: 0 20px;
}

.splash h4 a.homelink:hover {
   color: #41300c;
	text-decoration: none;
}

.social h6, .social p {
    text-align: center;
    padding-bottom: 10px;
}
.social p {
    font-size: 16px;
    line-height: 22px;
}


.social #sb_instagram .sbi_follow_btn a {
    border-radius: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
}

.social #sb_instagram .sbi_follow_btn a:hover {
	background-color: #41300c !important;
	opacity: 1 !important;
}

.social #sb_instagram svg:not(:root).svg-inline--fa {
    height: 15px;
    margin-bottom: -2px;
}

/* end home page styling */

#rightcol 
{
  width: 25%;
  float: right;
  padding: 0 0 0 5%;
}
@media (max-width: 900px) {
#content 
{
  width: 65%;
}	
#rightcol 
{
  width: 30%;
}
}	


#rightcol ul.sidemenu {
    list-style-type: none;
    text-align: left;
	margin: 0;
}
#rightcol ul.sidemenu li {
    display: none;
    background-color: #f6f6f6;
    padding: 30px 30px 12px;
    margin: 0;
}
#rightcol ul.sidemenu li ul li {
    padding: 5px 0px;
    margin: 0px;
}

#rightcol ul.sidemenu li ul {
	margin: 0px;
	padding: 0px;
}

#rightcol ul.sidemenu li ul li ul {
    margin-left: 20px;
	padding: 0;
}

#rightcol ul.sidemenu li a {
    color: #41300c;
    display: block;
    font-size: 36px;
	line-height: 42px;
    padding: 0 0 15px;
    width: 100%;
    margin-bottom: 0px;
    font-family: 'IM Fell English', serif;
    font-weight: 400;
}

#rightcol ul.sidemenu li ul li a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
  font-family: 'Roboto Slab', serif;
    font-weight: 400;

}

#rightcol ul.sidemenu li ul li.divider
{
  border-top: 1px solid #41300c;
  padding-top: 25px;
  margin-top: 5px;
}

#rightcol ul.sidemenu li ul li.fa:before {
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    width: 32px;
}

#rightcol ul.sidemenu li ul li.fa:hover:before,
#rightcol ul.sidemenu li ul li.current-menu-item.fa:before
{
      color: #b1912e; /* gold */

}

#rightcol ul.sidemenu li ul li.fa a
{
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

#rightcol ul.sidemenu li ul li ul li a {
    font-size: 18px;
    padding-bottom: 5px;
}

#rightcol ul.sidemenu li.menu-item-has-children.current-menu-item,
#rightcol ul.sidemenu li.current-menu-ancestor, 
#rightcol ul.sidemenu li.menu-item-has-children.current-menu-item ul li,
#rightcol ul.sidemenu li.current-menu-ancestor ul li
{
  display: block;
}

#rightcol ul.sidemenu li ul li.is-active a,
#rightcol ul.sidemenu li a:hover,
#rightcol ul.sidemenu li.current-menu-item a
{
  text-decoration: none;
    color: #b1912e; /* gold */

}

#rightcol ul.sidemenu li.current-menu-item ul li a
{
  color: #41300c;
}
#rightcol ul.sidemenu li.current-menu-item ul li a:hover,
#rightcol ul.sidemenu li ul li.current-menu-item a
{
   color: #b1912e; /* gold */

}

#rightcol ul.sidemenu li ul li.current-menu-item ul li a
{
	color: #41300c;
}
#rightcol ul.sidemenu li ul li.current-menu-item ul li a:hover,
#rightcol ul.sidemenu li ul li ul li.current-menu-item a
{
    color: #b1912e; /* gold */

}

/* gallery styling */

#content .gallery .gallery-item {
    width: 24%;
    padding: 0 1% 0 0;
	margin: 0 0 1% 0;
}

#content .gallery .gallery-item img {
	border: none;
	float: left;
}

/* featured bio styling */

.bioimage {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    float: right;
    margin: 0 0 10px 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
}

.bioimage.large {
	width: 350px;
	height: 350px;
	border-radius: 0;
	margin-bottom: 15px;
}

@media (max-width: 950px) {
.bioimage {
    width: 180px;
    height: 180px;
	}
	.bioimage.large {
	width: 300px;
	height: 300px;
}
}
@media (max-width: 768px) {
.bioimage {
    width: 200px;
    height: 200px;
	}
	.bioimage.large {
	width: 350px;
	height: 350px;
}
}
@media (max-width: 675px) {
.bioimage {
  float: none;
  margin: 0 0 10px 0;
	}	
}
@media (max-width: 450px) {
.bioimage {
    width: 200px;
    height: 200px;
	}
	.bioimage.large {
	width: 300px;
	height: 300px;
}
}


/* widget styling */

.widget_text {
    text-align: left;
    margin-top: 30px;
	padding: 0 30px;
}

.widget_text .button {
	margin-top: 0;
}

.widget_text p {
    font-size: 15px;
    line-height: 22px;
}

.widget_text p a {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #3a485c; /* blue */
}

/* end widget styling */

.half
{
  float: left;
  width: 47%;
  padding: 0 0 0 6%;
}

.half.first {
  padding: 0;
}

.third
{
  width: 30%;
  float: left;
  padding: 0 0 0 5%;
}

.third.first {
  padding: 0;
}


.twothirds {
    float: left;
    width: 65%;
    padding: 0 0 0 5%;
}

.onethird {
    float: left;
    width: 30%;
    padding: 0 5% 0 0;
}

.twothirds.last {
    padding: 0;
}


/* tablet width */
@media (max-width: 768px) {

#content 
{
  width: 100%;
}

#rightcol 
{
  width: 100%;
  padding: 30px 0 0 0;
}

.onethird,
.twothirds,
.onethird.first,
.twothirds.first
{
width: 100%;
padding: 0;
}

.third,
.third.first
{
  width: 100%;
  padding: 0 0 30px 0;
}

#content .third,
#content .third.first
{
  padding: 0;
}
	
.social h3
	{ text-align: left;}

#content .social .third,
	#content .social .third.first {
		padding: 0 0 30px 0;
	}


}


@media (max-width: 600px) {

.half
{
  float: left;
  width: 100%;
  padding: 0;
}


#content .half.first {
padding: 0;
}
	
.splash h4 a.homelink {
    padding: 0 0px;
	display: block;
}
 

}

.videowrapper {
    clear: both;
    float: none;
    height: 0;
    margin: 0 0 20px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
}


.videowrapper > iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/* PARALLAX */

.wrapper.testimonial .parallax-window {
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: fixed;
    background-size: cover;
}

.parallax-window .copy p {
    padding-bottom: 0;
    font-family: 'IM Fell English', serif;
    font-size: 32px;
    line-height: 42px;
    color: #ffffff;
    text-align: center;
    font-style: italic;
    padding: 15px 0;
}

.parallax-window .copy p.credit {
	font-style: normal;
	font-size: 28px;
}
.parallax-window .copy {
    padding: 10px 0px;
}

.parallax-window .copy p a {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    color: #ffffff;
}
.parallax-window .copy p a:hover {
color: #b1912e;
text-decoration: none;
}

.testimonial-name::after {
    content: ',';
}
.testimonial-name, .testimonial-company {
    display: inline-block;
    padding: 0 5px;
}

.testimonial-client {
    text-align: center;
    color: #ffffff;
    font-family: 'IM Fell English', serif;
    font-size: 28px;
    line-height: 42px;
}
.wpmtst-testimonial-inner.testimonial-inner {
    text-align: center;
    color: #fff;
}

/* PHOTO BLOCKS */

.photoblock
{
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: scroll;
  position: relative;
  width: 100%;
  float: left;
  padding: 75% 0 0 0;
}

a:hover .photoblock {
	opacity: .7;
}

.photoblock h4 {
    background-color: #3a2b0a;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    padding: 15px 15px 5px;
    line-height: 36px;
}

.photoblock p {
    background-color: #3a2b0a;
    text-align: center;
    color: #ffffff;
    padding: 0 15px 15px;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
}

.photoblock.gold h4,
.photoblock.gold p
{
  background-color: #c2a13b; /* gold */
}

.photoblock.blue h4,
.photoblock.blue p
{
  background-color: #3a485c; /* blue */
}


 /* tablet width */
@media (max-width: 768px) {
.photoblock
{
  margin-bottom: 30px;
}
	
}

/* ACCORDION STYLES */

p.accordionHead {
    border-top: 1px solid #d7d7d7;
    cursor: pointer;
    padding: 10px 0 10px 0;
    font-weight: 400;
}

p.accordionHead a {
    color: #c2a13b; /* gold */
}

p.accordionHead a:hover {
  text-decoration: none;
}

p.accordionHead i.fa {
    color: #c2a13b; /* gold */
    cursor: pointer;
    display: block;
    float: right;
    font-size: 22px;
    line-height: 30px;
    padding: 1px 0;
}



.bottomborder {
    border-top: 1px solid #d7d7d7;
    padding-bottom: 20px;
}

	
/* FOOTER STYLES */

.wrapper.footer {
    background-color: #3a2b0a;
    color: #ffffff;
	text-align: center;
}

.mailinglist {
    padding: 0 0 10px 0;
}

.mailinglist *.button:hover
{
  background-color: #3a485c; /* blue */
}


.footer p
{
  font-size: 16px;
  line-height: 24px;
  padding: 0 0 20px 0;
  font-weight: 400;	
}

.footer p.credit {
    font-size: 13px;
}
.footer p.socialicons {
    height: 45px;
}
.socialicons a.fa {
    width: 36px;
    height: 36px;
    border-radius: 20px;
    background-color: #b1912e;
    color: #ffffff;
    padding: 0;
    margin: 5px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
}

.socialicons a.fa::before {
    text-align: center;
    width: 36px;
    display: inline-block;
}

.socialicons a.fa:hover {
	text-decoration: none;
	background-color:  #ffffff;
	color: #b1912e;
}



 /* tablet width */
@media (max-width: 768px) {
.footer p
{
  font-size: 15px;
  line-height: 22px;
}
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

#slider
{
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 20px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -10px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bxslider li img
{
  width: 100%;
  height: auto;
  float: left;
}

.bxslider 
{
 margin: 0;
padding: 0;
}

.bxslider li 
{
  padding: 0;
  display: none;
}

.bxslider li:nth-child(1)
{
  display: block;
}

.bx-wrapper .bxslider li
{
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 500px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1000px) {
#banner
{
  height: 350px;
}
.bx-wrapper .bxslider li
{
  height: 350px;
}
#banner #titlewrapper
{
  bottom: 60px;
}
#titlewrapper h1 {
    font-size: 48px;
    padding: 20px 0;
    line-height: 48px;
}
	
}


/* tablet width */
@media (max-width: 768px) {
#banner
{
  height: 250px;
}
.bx-wrapper .bxslider li
{
  height: 250px;
}
	
#banner #titlewrapper
{
  bottom: 50px;
}
#titlewrapper h1 {
    font-size: 36px;
    padding: 15px 20px;
    line-height: 36px;
}	
}

@media (max-width: 500px) {
#banner
{
  height: 180px;
}
.bx-wrapper .bxslider li
{
  height: 180px;
}
#banner #titlewrapper
{
  bottom: 30px;
}
#titlewrapper h1 {
    font-size: 36px;
    padding: 15px 20px;
    line-height: 36px;
}	
}

