/*--------------------------------------------------------------

# WCB Design Agency Theme custom stylesheet
(includes styles provided by http://underscores.me/ )

--------------------------------------------------------------*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Main Colors
# Fonts
# General
# Helpers
# Typography
# Elements
# Navigation
	## Menus
# Accessibility
# Alignments
# Clearings
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
# General
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Main colors:

Black (color-1) - #000
White (color-2) - #fff
Blue  (color-3) - #1166D6
Orange (color-4) - #F4802F

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Fontface:

Open Sans - 400, 700
Merriweather - 400, 700, 700i
--------------------------------------------------------------*/
ul.gallery-ul {
  list-style: none;

}
ul.gallery-ul li {
  display: inline-block;
}
.with-border {
border-bottom: 1px solid #CCD1D9;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:focus{
  outline:0;
}

.entry-content{
  max-width: 1004px;
}
.link-button {
	border: 1px solid #AAB2BD;
	padding: 6px 22px;
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 600;
	color: #434A54;
}
div#primary {
	padding: 3.5em 0 5em 0;
}
/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/

.color-1{
  color: black;
}

.color-2{
  color:white;
}

.color-3{
  color: #1878AA;
}

.color-4{
  color: #F4802F;
}

.light{
  font-weight: 300;
}

.regular{
  font-weight: 400;
}

.medium{
  font-weight: 500;
}

.bold{
  font-weight: 700;
}

html body .nopadding-left.row,
html body .nopadding-left.columns{
  padding-left: 0!important;
}

html body .nopadding-right.row,
html body .nopadding-right.columns{
  padding-right: 0!important;
}

.uppercase{
  text-transform: uppercase;
}

.underlined{
  text-decoration: underline;
}

.color-3-button,
.color-2-button,
.color-3-button-smaller{

  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.color-2-button{

}

.color-2-button:hover{
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.color-3-button:hover{
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.no-margin-bottom {
	margin-bottom: 0;
}
.font-merri {
	font-family: 'Merriweather', sans-serif;
}
.extra-body-font {
	font-size: 16px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Open Sans', sans-serif;
  /*font-family: Arial, Helvetica, sans-serif;*/
  	font-weight: 400;
	font-size: 14px;
	line-height: 1.375em;
	color: #434A54;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #1C1C1C;
  /*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Merriweather', serif;
	font-weight: 400;
}

/*p {*/
	/*margin-bottom: 1.5em;*/
/*}*/

a{
  text-decoration: none;
  color: #000000;
}

a:hover,
a:focus
a:active {
	color: #BF9958;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.bold-italic {
	font-weight: 700;
	font-style: italic;
	font-size: 24px;
}
.italic {
	font-style: italic;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background-image: url("/wp-content/themes/wcb-agency-theme/assets/images/grey-bg3.jpg");

}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


footer ul {
	list-style: none;
	margin-left: 0;
}

ol {
	list-style: none;
	margin-left: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */

	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#mobile-menu ul {
  list-style: none;
}
#mobile-menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid black;
}
li.sub-dropdown.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-78.current_page_item.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children.menu-item-80.has-submenu.is-dropdown-submenu-parent.is-down-arrow a {
  position: relative;
}
li.sub-dropdown.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.page-item-78.current_page_item.current-menu-ancestor.current-menu-parent.current_page_parent.current_page_ancestor.menu-item-has-children.menu-item-80.has-submenu.is-dropdown-submenu-parent.is-down-arrow a:after {
    position: absolute;
    display: block;
    content: '';
    width: 85%;
    background: #000000;
    height: 5px;
    left: 17%;
    top: 128px;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.menu-item-376.is-submenu-item.is-dropdown-submenu-item a::after,
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.menu-item-377.is-submenu-item.is-dropdown-submenu-item a::after,
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item.menu-item-378.is-submenu-item.is-dropdown-submenu-item a::after {
  display: none !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-item a:after,
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: none;
  border: none;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
 /*right: -15px;
 border-color: #A37E2D transparent transparent;*/
 display: none;
}
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-123 {
  margin-left: 1.75em;
}
ul.sub-menu.submenu.is-dropdown-submenu.first-sub.vertical {
  /*display: block;*/
  left: 30%;
  background: #1C1C1C;
  padding: 5px 0;
  border: none;
}
ul.sub-menu.submenu.is-dropdown-submenu.first-sub.vertical li {
  border-left: none !important;
  margin-left: 0;
  padding: 5px 0;
  border-bottom: 1px solid white;
}
ul.sub-menu.submenu.is-dropdown-submenu.first-sub.vertical li:last-child {
  border-bottom: none;
}
ul.sub-menu.submenu.is-dropdown-submenu.first-sub.vertical li a {
  padding-left: 1em;
  color: white !important;
}
ul.sub-menu.submenu.is-dropdown-submenu.first-sub.vertical li a:hover {
  color: #A37E2D !important;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li:not(:first-child) {
  text-transform: capitalize;
	border-left: 1px solid #CCD1D9;
	margin-left: 1.25em;
}

#site-navigation.main-navigation a {
	text-decoration: none;
	padding: 1em 0 1em 1.45em;
	font-size: 16px;
	text-transform: capitalize;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-30 {

}

#site-navigation.main-navigation a:hover {
  color: #BF9958;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	padding: 0.7rem 1rem;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	position: relative;
}
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after,
.main-navigation .current-menu-ancestor > a:after {
	position: absolute;
	display: block;
	content: '';
	width: 85%;
	background: #000000;
	height: 5px;
	left: 17%;
	bottom: -83px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.small-logo a {
  display: block;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

div.large.reveal {
  top: 60%;
}
body.is-reveal-open {
    overflow: auto;
}
.slick-list.draggable {
  max-height: 500px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
div#page {
	margin: 0 auto;
	max-width: 1160px;
	background: #fff;
}
.top-section {
	background: #1C1C1C;
}

.off-canvas-content {
	background-color: transparent;
}
.row.top-section ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#masthead{
  padding: 16px 15px;
}

#site-logo{
  max-width: 215px;
  width: 100%;
}

#primary-menu{
  display: flex;
  width: 100%;
}

nav#site-navigation {
	font-family: 'Merriweather', sans-serif;
  /*font-family: Arial, Helvetica, sans-serif;*/
	padding: 4em 0;

}
nav#site-navigation a {
	color: #000;
}

div#topbar-container,
#mobile-topbar-container {
  background: #1878AA;
  padding: 8px;
  margin-bottom: 30px;
}

#mobile-topbar-container{
  margin-bottom: 0;
}

.topbar-widget{
  display: inline-block;
}

.topbar-widget img{
  position: relative;
  top: -2px;
  left: -2px;
}

#mobile-topbar-container .topbar-widget{
  padding: 0 1.5em;
}

#title-bar-top{
  background: #ffffff;
}

#title-bar-top .title-bar-left{
  position: relative;
}

#title-bar-top button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid black;
  padding: 15px;
  border-radius: 0;
}

#title-bar-top button:hover {
  background: white;
}

#title-bar-top .menu-icon:after{
  top: 7px;
  left: 10%;
  width: 80%;
}

#title-bar-top .menu-icon:hover:after{
  background: #A37E2D;
  box-shadow: 0 7px 0 #A37E2D, 0 14px 0 #A37E2D;
}
.topbar-widget ul {
	list-style: none;
}
.menu-icon::after {
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
}

/*---------------------------------hero-------------------------
----------------------------------------------------------------*/
.fade {
	margin: 0;
}
.fade .slide {
	width: 100%;
	height: 100%;
}

.slick-dots li button:before {
	content: "\25CF";
	font-size: 29px;
	color: white;

}
.slick-dots li.slick-active button:before {
	content: "\25CB";
	font-size: 29px;
	color: white;

}
.slick-dots {
	bottom: 10px;
	margin-left: 30px; /* Fixes the visible horizontal scroll bar */
}
.hero-slide h1,
.hero-slide p {
	font-family: 'Merriweather', sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding: 0.5em 1em ;
	margin-bottom: 0;

}
div.bg-for-heading-p {
	margin-top: 0.75em;
}
.bg-for-heading {
	background: rgba(163, 126, 45, 0.7);
	display: inline-block;
}
.bg-for-heading-p {
	background: rgba(93, 94, 94, 0.7);
	display: inline-block;
}
.hero-slide {
	padding-bottom: 157px;
	padding-top: 157px;
	/*display: flex;*/
	/*flex-direction: column;*/
}
img.left.slick-arrow {
	display: inline-block;
	position: absolute;
	left: 2%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99
}
img.right.slick-arrow {
	display: inline-block;
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99
}

ul.slick-dots {
	display: flex;
	justify-content: center;
	position: relative;
	top: -44px;
	margin-bottom: 0;
}
.home li button {
	color: transparent;
}
section.hero-slider-section ul li {
	list-style: none;
}
.slick-initialized .slick-slide {
  min-height: 444px;
}
/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.home div#main {
	padding-bottom: 60px;
}
body h2 {
	color: #1C1C1C;
	font-size: 18px;
}
.topbar-widget li {
	font-size: 14px;
	padding-left: 2em;
}
.topbar-widget a {
	color: #ffffff;
}
.home-map iframe {
	max-height: 165px;
}
div.home-map {
	margin-bottom: 1em;
}
.content-img {
	margin-bottom: 40px;
}
.home-content-col {
	min-height: 465px;
}
.home div#primary {
	padding-bottom: 6em;
}
div#pum_popup_title_284,
.pum-content.popmake-content p.p1{
	margin: 1.5em 0;
}
a.popup {
	color: #1166D6;
}
.pum-theme-282 .pum-content + .pum-close,
.pum-theme-framed-border .pum-content + .pum-close {
	border-radius: 50% !important;
	background: #ffffff !important;
	border: 3px solid #a37e2d !important;
	height: 35px !important;
	width: 35px !important;
}
.site-branding.columns.shrink.show-for-large {
  padding: 0;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.page-id-78 h2 {
    border-bottom: 1px solid #CCD1D9;
}
.header-title h1 {
	font-size: 24px;
	font-weight: 700;

}
div.page-heading {
	min-height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec {
	margin-bottom: 40px;
}
ul.units {
	list-style: desc;
}
p.bold-italic {
	font-family: 'Merriweather', sans-serif;
	color: #000;
	font-size: 14px;
}
div#about-gallery-section ul {
	list-style: none;
	margin-left: 0;
	display: flex;
	margin-top: 1em;
	margin-bottom: 2.5em
}
div#about-gallery-section ul li {
	padding-right: 12px;
	padding-left: 12px;
}
div#about-gallery-section ul li:first-child {
	padding-left: 0;
}
div#about-gallery-section ul li:last-child {
	padding-right: 0;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
div#gallery-section ul,
div#gall ul  {
	list-style: none;
	margin-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

div#gallery-section ul li {
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 24px;
}
div#gallery-section ul li:first-child,
div#gallery-section ul li:nth-child(4n+1) {
	padding-left: 0;
}
div#gallery-section ul li:nth-child(4n) {
	padding-right: 0;
}
div#gallery-section:not(:last-child) {
	border-bottom: 1px solid #979797;
}
.space-top {
	margin-top: 40px;
}
.page-id-121 button.slick-prev.slick-arrow,
.page-id-121 button.slick-next.slick-arrow {
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;

}
.page-id-121 button.slick-next.slick-arrow {
  position: absolute;
  left: 94%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.page-id-121 div.slick-track {
  /*width: 100% !important;*/
}
.page-id-121 div.slick-track ul {
  width: 100% !important;
  height: 227px;
}
.page-id-121 ul.slick-dots {
    justify-content: initial;
}
/*--------------------------------------------------------------
#  Contact Us
--------------------------------------------------------------*/
.contact-form-sec input.wpcf7-form-control.wpcf7-submit {
	background: #000000;
	font-family: 'Open Sans';
	color: white;
	border: none;
	border-radius: 0;
	font-size: 16px;
	padding: 8px 37.5px;
}
.contact-form-sec input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea{
	border-radius: 0;
	border: 1px solid #979797;
	height: 40px;
	box-shadow: none;
}
img.img-banner {
	border: 5px solid #ffffff;
	/*outline: 1px solid rgba(0, 0, 0, 0.3);*/
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.1);
}
.page-id-215 div#primary {
	padding-bottom: 6em;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 110px;
	font-size: 16px;
}
/*--------------------------------------------------------------
# FAQs
--------------------------------------------------------------*/
li.accordion-item {
	background: #f6f6f6;
	border: 1px solid #AAB2BD;
}
li.accordion-item:not(:first-child) {
	margin-top: 2em;
}
li.accordion-item a:focus {
	color: #000000;
}
.accordion-title::before {
	content: '';
	display: block;
	width: 20px;
	height:20px;
	background: url('/wp-content/themes/wcb-agency-theme/assets/images/arrow-down.png') no-repeat;
	position: absolute;
	right: -44px;
	top: 59%;
	margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
	content: '';
	display: block;
	width: 20px;
	height:20px;
	background: url('/wp-content/themes/wcb-agency-theme/assets/images/arrow-up.png') no-repeat;
	position: absolute;
	right: -44px;
	top: 59%;
	margin-top: -0.5rem;
}
.accordion-title {
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #AAB2BD;
	margin-right: 66px;
}
li.accordion-item:hover {
	background-color: #e6e6e6;
}
.accordion-title:focus {
	background-color: transparent;
}
/*--------------------------------------------------------------
# Single Blog
--------------------------------------------------------------*/
figure {
	margin: 0 auto;
}
h1.entry-title,
.entry-meta,
.single footer.entry-footer {
	display: none;
}
.single .entry-content {
	font-size: 16px;
	border-bottom: 1px solid #CCD1D9;
	padding-bottom: 1.5em;
	margin-bottom: 3.5em;
}
div#respond h4 {
	font-size: 16px;
}
textarea#comment,
form#commentform input {
	max-width: 325px;
	border-radius: 0;
	box-shadow: none;
}
form#commentform label {
	font-size: 16px;
}
input#submit {
	font-size: 16px;
	background: black;
	color: white;
	border: none;
	padding: 8px 40px;
}
h2.comments-title {
	position: relative;
	padding-bottom: 0.5em;
	margin-bottom: 1.75em;
	font-size: 16px;
}
h2.comments-title:after {
	position: absolute;
	content: '';
	width: 20%;
	background: #BF9958;
	height: 3px;
	left: 0;
	bottom: 0;
}
div#comments {
	font-size: 16px;
}
time {
	margin-left: 15px;
}
.comment-author.vcard {
	display: flex;
	align-items: flex-start;
	/*width: 17%;*/
}
img.avatar {
	/*width: 10%;*/
	/*height: 10%;*/
}
b.fn {
	margin-left: 21px;
}
span.says {
	display: none;
}
.medium-2.columns.avartar-sec {
	max-width: 13%;
}
.reply a {
	text-decoration: underline;
}
.medium-10.columns.comment-sec {
	border-bottom: 1px solid #CCD1D9;
	padding-bottom: 1.25em;
	margin-bottom: 1.25em;
}
span.required,
p.comment-notes {
	display: none;
}
/*--------------------------------------------------------------
# Blog Archive
--------------------------------------------------------------*/
a.cat-heading {
  border: 1px solid #CCD1D9;
  margin-bottom: 15px;
}
a.cat-heading.bold-italic,
ul.menu.vertical.nested.submenu.is-accordion-submenu.is-active li a {
    font-size: 14px;
}
ul.menu.vertical.nested li:last-child {
  margin-bottom: 30px;
}
.page-id-241 .is-accordion-submenu-parent > a::after,
.archive .is-accordion-submenu-parent > a::after {
  border-color: #BF9958 transparent transparent;
}
.page-id-241 h2,
.archive h2 {
	font-size: 20px;
	margin-top: 15px;
}
.meta-content {
	border-top: 1px solid #CCD1D9;
	border-bottom: 1px solid #CCD1D9;
	padding: 5px 0;
}
.blog-listing {
	margin-bottom: 60px;
}
.page-numbers {
	border: 1px solid black;
	border-right: none;
	padding: 7px 12px;
	margin: 0 -2px;

}
.page-numbers:last-child {
	border-right: 1px solid black;
}
.page-numbers.current {
	background: #000000;
	color: #ffffff;
}
.wcba-pagination.text-center {
	margin-bottom: 1em;
}
.side-bar p {
  border-bottom: 1px solid #CCD1D9;
}
div.side-bar {
  border-left: 1px solid #CCD1D9;
    margin-left: 45px;
    padding-right: 0;
    padding-left: 43px;
}

/*--------------------------------------------------------------
# Other Properties
--------------------------------------------------------------*/
section.listing  {
	display: flex;
	margin-bottom: 40px;
}
div.button-sec {
	margin-top:	2em;
}
.page-id-290 h3 {
	border-bottom: 1px solid #CCD1D9;
}
section.listing:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# Availability
--------------------------------------------------------------*/
.each-listing {
	margin-bottom: 40px;
}
.page-id-307 h3 {
	border-bottom: 1px solid #CCD1D9;
}
.wp-caption .wp-caption-text {
	color: #1166D6;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#colophon{
  padding: 2rem 0 0;
}

#logos-container .columns:first-child{
  border-right: 3px solid black;
}

#fwidgets-wrapper{
  padding: 1rem;
	padding-bottom: 1.875rem;
}

#copyright-info p{
  margin-bottom: 0;
	color: #fff;
}

.footer-copyright{
  padding: 1.25rem 0;
	border-top: 1px solid white;

}

.underlined-heading{
  position: relative;
  padding-bottom: 0.5em;
  margin-bottom: 0.75em;
}

h4.underlined-heading{
  padding-bottom: 0.3em;
}

.underlined-heading:after,
h4.underlined-heading:after{
  position: absolute;
  content: '';
  width: 20%;
  background: #BF9958;
  height: 3px;
  left: 0;
  bottom: 0;
}

/*h4.underlined-heading:after{*/
  /*height: 2px;*/
/*}*/

#menu-footer-links-menu li{
  display: block;
}

#menu-footer-links-menu li:before{
  content: '▶';
  display: inline-block;
  font-size: 12px;
}

#menu-footer-links-menu li a{
  padding: 5px;
  text-decoration: underline;
  color: black;
  display: inline-block;
}

#footer-social-links a{
  padding: 5px;
}

input::-webkit-input-placeholder{
  color: black;
}

*::-webkit-input-placeholder {
  color: black;
}

footer#colophon,
#copyright-info {
	background: #262626;
}
div#fwidgets-wrapper {
	color: #fff;
	font-size: 15px;
}
div#fwidgets-wrapper img {
	max-width: 70%;
}
div#fwidgets-wrapper ul {
	max-width: 80%;
}
footer input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
	height: 27px;
	border-radius: 0;
	margin-bottom: 0.75em;
	margin-top: 0.5em;
}
footer input.wpcf7-form-control.wpcf7-submit {
	background: #A37E2D;
	border: none;
	border-radius: 0;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	padding: 6px 28px;
}
footer a {
  color: #ffffff;
}
/*div#fwidgets-wrapper h6 {*/
	/*font-family: 'Merriweather', san-serif;*/
	/*font-size: 14px;*/
/*}*/
