/************************************************

Stylesheet: Global Stylesheet

Charcoal Black 80%  (HEX: 58595b)
Turquoise  (HEX: 6bbcb9)
Orange (HEX: f36c24)
Grass (HEX: 9cc766)
Gray (HEX: d0cdc9)
Khaki/cream (HEX: e9e4d4)


*************************************************/

body {
	font-family: Cabin, sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	color: #0a0a0a;
}

h1,
h2,
h3,
h4 {
	color: #3c3c3e;
	font-family: Cabin, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: bold;
}

h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited {
	color: #3c3c3e;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.2rem;
}

h3 {
	font-size: 1.8rem;
}

ul,
ol {
	padding-left: 25px;
}


.wrapper-header-links {
	background-color: #cccccc;	
}

.top-bar,
.top-bar ul {
	background-color: transparent;	
}

@media screen and (max-width: 39.9375em) {
  .topbar-center-logo .top-bar-center {
    display: none;
  }
}

.topbar-center-logo-mobile .menu-icon {
  vertical-align: text-top;
}

.offsite-links {
	font-size: .9rem;
}

.business-address {
	font-size: 1.1rem;
}

.byline {
	font-size: .9rem;
}

.google-map-link {
	font-size: .9rem;
}

.gform_wrapper .gfield_radio li input[type="radio"],
.gform_wrapper .gfield_checkbox li input[type="checkbox"] {
	vertical-align: inherit;
}

.pagination {
	text-align: center;
}

.pagination .current {
	background: #f36c24;
}

.pagination ul {
	padding-left: 0;
	margin-left: 0;
}

.float-right-images {
	float: right;
	padding: 0 0 25px 25px;
}

@media screen and (max-width: 600px) {
	.float-right-images {
		float: none;
		display: block;
		padding: 0 0 25px 0;
		text-align: center;
	}
}

.aligncenter {
	display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* WRAPPERS
**************************************************************************************/

.wrapper-header {
	background: #65BBB5;
	border-bottom-color: #65BBB5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 10px;
}

.wrapper-content {
	padding: 15px 0;
	color: #3c3c3e;
}

.wrapper-content a:link,
.wrapper-content a:visited,
.wrapper-hp a:link,
.wrapper-hp a:visited {
	color: #3c3c3e;
	/*
	border-bottom-color: #3c3c3e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	*/
}

.wrapper-content a:hover,
.wrapper-content a:active,
.wrapper-hp a:hover,
.wrapper-hp a:active {
	border-bottom-color: #3c3c3e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.wrapper-page-hero img {
	width: 100%;
}

.wrapper-content h1 {
	text-align: center;
	text-transform: uppercase;
	padding: 0 0 25px 0;
	font-size: 3rem;
}

@media only screen and (max-width: 600px) {
	.wrapper-content h1 {
		font-size: 2.5rem;
	}
	.wrapper-content h2 {
		font-size: 2.0rem;
	}
	.wrapper-content h3 {
		font-size: 1.7rem;
	}
}

.wrapper-content h1:after  {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 100px; /* Change this to whatever width you want. */
    padding-top: 15px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #6bbcb9; /* This creates the border. Replace black with whatever color you want. */
}

.page-content a:link,
.page-content a:visited {
	border-bottom-color: #3c3c3e;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.wrapper-hp-instagram {
	display: none;
}

/* BUTTONS
**************************************************************************************/

.button {
	background-color: #3c3c3e;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	border: none !important;
}

.button:hover {
	background-color: #6bbcb9;
}

a:link.button,
a:visited.button {
	color: #ffffff;
}

.button-teal {
	background-color: #65BBB5;
}

.button-teal:hover {
	background-color: #478B86;
}

/* HEADER
**************************************************************************************/

.header-menu {
	text-align: right;
}

@media only screen and (max-width: 1023px) {
	.header-logo,
	.header-menu {
		text-align: center;
	}
}

@media screen and (max-width: 639px) {
	.header-logo {
		text-align: left;
	}
	
	.header-logo img {
		max-width: 100px !important;
	}
	
	.top-bar {
		padding: 5px 20px;
	}
	
	.top-bar-menu-icon {
		padding-top: 5px;
	}
	
	.top-bar-menu-icon .menu-icon::after {
		height: 3px;
		width: 40px;
		background: #ffffff;
		box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
	}
}
@media screen and (max-width: 500px) {
	.top-bar-menu-icon .menu-icon {
	width: 60px;
	}
}

/* MAIN NAVIGATION
**************************************************************************************/

#main-nav {
	font-size: 1.8rem;
	padding-top: 45px;
	text-transform: uppercase;
	font-family: Cabin, sans-serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (max-width: 640px) {
	#main-nav {
		padding-top: 10px;
	}
}

#main-nav a:link,
#main-nav a:visited {
	color: #ffffff;
}

#main-nav .menu-even a:link,
#main-nav .menu-even a:visited {
	color: #545456;
}

#main-nav a:hover,
#main-nav a:active {
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#main-nav .menu-even a:hover,
#main-nav .menu-even a:active {
	border-bottom-color: #545456;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.menu .active a {
	background: none;
	border-bottom-color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.menu .active.menu-even a {
	border-bottom-color: #545456;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#main-nav li a {
	padding-left: .6rem;
	padding-right: .6rem;
}

@media only screen and (min-width: 640px) {
	.nav-mobile {
		display: none !important;
	}
}

.menu-icon {
	margin-right: 20px;
}

.menu-icon::after {
	background: #3f3f3f;
	box-shadow: 0 7px 0 #3f3f3f, 0 14px 0 #3f3f3f;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
	display: none;
}

ul.is-dropdown-submenu {
	background-color: white;
}

ul.is-dropdown-submenu li {
	text-align: left;
	text-transform: capitalize;
	font-size: 20px;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
	border-color: black transparent transparent;
}

#main-nav .is-dropdown-submenu a:link,
#main-nav .is-dropdown-submenu a:visited {
	color: #545456;
	border-bottom-color: #545456;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 20px;'
}

#main-nav .is-dropdown-submenu a:hover,
#main-nav .is-dropdown-submenu a:active {
	color: #f36c24;
	border-bottom-color: #f36c24;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 20px;
}

#main-nav .menu-even .is-dropdown-submenu a:hover,
#main-nav .menu-even .is-dropdown-submenu a:active {
	color: #6bbcb9;
	border-bottom-color: #6bbcb9;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-size: 20px;
}

.is-dropdown-submenu li {
	display: block !important;
}

/* OFF CANVAS
**************************************************************************************/

.off-canvas {
	padding: 50px 20px 0 20px;
	background-color: #d0cdc9;
}

.off-canvas .button {
	padding: 0;
}

.off-canvas .off-canvas-contact p {
	font-size: 1rem;
}

.accordion-menu a {
	padding: 0 0 13px 0;
	color: #58595b;
}

.accordion-menu .active.menu-even a,
.accordion-menu .active a {
	border: none;
	color: #000000;
	font-weight: bold;
}

.off-canvas .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: 1rem;
    padding: 5px 0 5px 5px;
}

.off-canvas h2 {
	text-transform: uppercase;
	font-size: 1.5rem;
}

/* PRE-HEADER WRAPPER
**************************************************************************************/

.wrapper-pre-header {
	background-color: #4a4b4a;
	text-transform: uppercase;
	color: #ffffff;
	font-size: .8rem;
	padding: 5px 0 7px 0;
	font-weight: bold;
}

.wrapper-pre-header a:link,
.wrapper-pre-header a:visited {
	color: #ffffff;
	text-decoration: none;
}

.wrapper-pre-header p {
	padding: 0px;
	margin: 0px;	
}

/* HOME PAGE
**************************************************************************************/

.hp-welcome-message {
	color: #6bbcb9;
	font-weight: bold;
	font-style: italic;
	font-size: 1.6rem;
}

.wrapper-hp h2 {
	text-align: center;
	text-transform: uppercase;
	padding: 25px 0;
	font-size: 2.8rem;
}

.wrapper-hp h2:after  {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 100px; /* Change this to whatever width you want. */
    padding-top: 15px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #6bbcb9; /* This creates the border. Replace black with whatever color you want. */
}

.wrapper-hp-events {
	padding: 50px 0;
	background-color: #ede8d6;
}

.wrapper-hp-events h3 {
	color: #f36c24;
	text-transform: uppercase;
	font-size: 1.5rem;
	padding-top: 20px;
}

.wrapper-hp-events .hp-event-data {
	display: block;
	font-size: 1.1rem;
	color: #6bbcb9;
}

.hp-event-listing {
	padding-bottom: 25px;
}

.wrapper-hp-news {
	padding: 50px 0;
	background-image:url('/wp-content/uploads/2019/05/boone-cvb-in-the-heart-bg.png');
	background-repeat: no-repeat;
	background-position: center; 
}

.hp-news-item {
	padding-bottom: 25px;
}

.hp-news-item a:link,
.hp-news-item a:visited {
	text-decoration: underline;
}

.wrapper-hp-planners {
	background-color: #d95d1a;
	background-image:url('/wp-content/uploads/2019/05/boone-cvb-orange-bg.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	padding: 50px 0;
	color: #ffffff;
}

.wrapper-hp-planners .button {
	background-color: #6bbcb9;
	color: #ffffff;
	font-weight: bold;
}

.wrapper-hp-planners .button:hover {
	background-color: #ffffff;
	color: #3c3c3e;
}

.wrapper-hp-planners h2 {
	color: #ffffff;
}

.wrapper-hp-planners h2:after  {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0 auto; /* This will center the border. */
    width: 100px; /* Change this to whatever width you want. */
    padding-top: 15px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid white; /* This creates the border. Replace black with whatever color you want. */
}

.wrapper-hp-planners .hp-planning-message {
	font-weight: bold;
	font-style: italic;
	font-size: 1.6rem;
}

.wrapper-hp-instagram {
	padding: 50px 0;
}

.wrapper-hp-instagram h2 {
	color: #6bbcb9;
	font-size: 1.8rem;
}

@media only screen and (max-width: 639px) {
	.wrapper-hp {
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	.hp-welcome-message {
		font-size: 1.4rem;
	}
	.wrapper-hp h1 {
		font-size: 2.5rem;
	}
	.wrapper-hp h2 {
		font-size: 2.3rem;
	}
	.wrapper-hp h3 {
		font-size: 2.3rem;
		line-height: 1.2;
	}
}


/* BUSINESSES
**************************************************************************************/

.wrapper-businesses h3 {
	color: #f36c24;
	font-size: 1.75rem;
	text-transform: uppercase;
}

/* POINTS OF INTERESTS
**************************************************************************************/

.wrapper-poies h3 {
	color: #f36c24;
	font-size: 1.75rem;
	text-transform: uppercase;
}

/* EVENTS
**************************************************************************************/

.wrapper-events h2 {
	color: #f36c24;
	font-size: 1.75rem;
	text-transform: uppercase;
}

.wrapper-events .event-data {
	display: block;
	font-size: 1.2rem;
	color: #6bbcb9;
}

/* BLOG Pages
**************************************************************************************/

.blog .page-content h1 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 2.3rem;
	text-transform: uppercase;
}

.blog .page-content h1 a:link {
	border: 0;
	text-decoration: none;
}

.blog .page-content h1::after {
	border: none;
}

.blog .page-content h2 {
	font-size: 1.9rem;
}

.blog-content h1 {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 2.3rem;	
}

.blog-content h2 {
	font-size: 1.9rem;	
}

.blog-content h3 {
	font-size: 1.6rem;	
}

.blog-content h1::after {
	border: none;
}

/* ABOUT Pages
**************************************************************************************/

.team-photos {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

@media only screen and (max-width: 525px) {
	.team-photos {
		float: none;
		display: block;
		text-align: center;
		padding-left: 0;
		padding-bottom: 15px;
	}
}

/* SIDEBAR
**************************************************************************************/

.sb-upcoming-events-entry {
	padding-bottom: 15px;
}

.sb-upcoming-events h2,
.sb-whats-new h2,
#recent-posts-2 h2 {
	font-size: 1.5rem;
	border-bottom-color: #0a0a0a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-transform: uppercase;
	padding-bottom: 3px;
}

.sb-upcoming-events h3,
.sb-whats-new h3 {
	font-size: 1.2rem;
	color: #6bbcb9;
}

.sb-upcoming-events h3 a:link,
.sb-upcoming-events h3 a:visited,
.sb-whats-new h3 a:link,
.sb-whats-new h3 a:visited {
	color: #6bbcb9;
}

.sb-upcoming-events h3 a:hover,
.sb-upcoming-events h3 a:active,
.sb-whats-new h3 a:hover,
.sb-whats-new h3 a:active {
	border-bottom-color: #6bbcb9;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.sb-upcoming-events p,
.sb-whats-new p,
#recent-posts-2 li {
	font-size: .9rem;
}

.sb-upcoming-events p:last-child {
	padding: 0px;
	margin: 0;
}

.sb-upcoming-events-link a:link,
.sb-upcoming-events-link a:visited,
#recent-posts-2 li a:link,
#recent-posts-2 li a:visited {
	color: #0a0a0a;
	
}
.sb-upcoming-events-link a:hover,
.sb-upcoming-events-link a:active,
#recent-posts-2 li a:hover,
#recent-posts-2 li a:active {
	border-bottom-color: #0a0a0a;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#recent-posts-2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#recent-posts-2 li {
	padding-bottom: 15px;
}

#recent-posts-2 .post-date {
	display: block;
	font-style: italic;
}

#recent-posts-2 .post-date:before {
   content: "Posted on ";
}

/* BACK TO TOP
**************************************************************************************/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 65px; /* Place the button at the bottom of the page */
  right: 15px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #333333; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 15px; /* Increase font size */
  text-transform: uppercase;
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

/* FOOTER
**************************************************************************************/

.wrapper-footer {
	background-color: gray;
	background-image:url('/wp-content/uploads/2019/05/boone-cvb-black-bg.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	padding: 30px 0;
	color: #ffffff;
	font-size: .9rem;
}

.wrapper-footer h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.wrapper-footer a:link,
.wrapper-footer a:visited {
	color: #ffffff;
}

.wrapper-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.wrapper-footer li a {
	display: block;
}

@media only screen and (max-width: 639px) {
	.wrapper-footer-contact {
		padding-top: 15px;
	}
	.wrapper-footer-contact p:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

.wrapper-footer-two {
	font-size: .8rem;
	padding: 5px 0;
}

.wrapper-footer .gform_wrapper {
	margin-bottom: 0;
}

.wrapper-footer .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0;
}

#gform_1 .gfield_label {
	display: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3c3c3e;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #3c3c3e;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #3c3c3e;
}
:-moz-placeholder { /* Firefox 18- */
  color: #3c3c3e;
}

wrapper-footer-copyright p {
	padding: 0;
	margin: 0;
}

.wrapper-footer-copyright {
	font-size: .8rem;
	padding: 10px 0;
}

.wrapper-footer-copyright a:link,
.wrapper-footer-copyright a:visited {
	color: #3c3c3e;
}

.wrapper-footer-copyright .designed-by {
	text-align: right;
}

@media only screen and (max-width: 700px) {
	.wrapper-footer-copyright,
	.wrapper-footer-copyright .designed-by {
		text-align: center;
	}
}
