@font-face {
	font-family: Wisdom Script;
	src: url('fonts/wisdom-script.otf');
}

a,
a:hover,
a:active,
a:focus,
object,
embed {
	outline: 0;
}

html {
	font-size: 62.5%;
}

/*** Font Smoothing ***/
body {
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p,
li {
	-webkit-font-smoothing: subpixel-antialiased;
}

/*** End Font Smoothing ***/
body {
	font-family: 'Montserrat', sans-serif;
}

body > div {
	font-size: 18px;
	font-size: 1.8rem;
}

p {
	font-family: 'Montserrat', sans-serif;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #33aff2;
}

/*textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}
*/

textarea,
.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox,
input[type="search"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

/* Figure margins */

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 0 24px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	   	margin: 0 24px 0 0;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header > .wrap {
	padding: 0;
}

.top-bar {
	z-index: 10001;
	top: 0;
	position: fixed;
}

.top-bar .wrap,
.site-header .wrap {
	width: 100%;
	max-width: 100%;
	padding: 0px 5%;
}

.top-bar.genesis-nav-menu {
	line-height: 0.35;
	border-bottom: 1px solid #fff;
}

.top-bar,
.site-header {
	background: #000;
}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.top-bar .widget {
	margin: 0;
}

.top-bar a {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 10px 0 10px 0;
}

section ul#menu-top-bar li a:after {
	content: "|";
	padding: 0 3px;
}

#menu-item-1548 a:after {
	padding-right: 0 !important;
}

section#meta-5 li:nth-child(2) a:after {
	content: "/";
}

#meta-5 .widget-wrap ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

#meta-5 .widget-wrap ul li:nth-child(n+3) {
	display: none !important;
}

section#nav_menu-8,
section#meta-5 {
	float: left;
}

#meta-5 .widget ul > li {
	margin-bottom: 0;
	padding-bottom: 0;
}

#meta-5 .widget-wrap ul li:nth-child(n+3) {
	display: none !important;
}

.top-bar-right .menu-item {
	vertical-align: unset;
}

section#nav_menu-5,
section#meta-5 {
	float: right;
	display: inline-block;
}

.site-header {
	background-color: transparent;
	border-top: 1px solid #fff;
	position: fixed;
	top: 23px;
	width: 100%;
	z-index: 10000;
}

.site-header > .wrap {
	max-width: 100%;
	background: #000;
}

.header-image .title-area {
	max-width: 308px;
	padding: 5px 0 8px 0;
}

.header-image .site-title {
	line-height: 45px;
}

.header-image .site-title > a {
	background-position: left !important;
/*	background-size: unset !important; */
	min-height: unset;
}

/* ## Title Area
--------------------------------------------- */
.title-area {
	width: 445px;
}

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	min-width: 770px;
	height: 53px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
}

.genesis-nav-menu a {
	color: #fff;
	padding: 20px 9px 0;
	cursor: pointer;
}

.top-bar-right a {
	padding: 10px 0;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #fff;
}

.genesis-nav-menu .menu-item {
	vertical-align: top;
}

.genesis-nav-menu .sub-menu {
	border-top: none;
}

.genesis-nav-menu .sub-menu a {
	background-color: #000;
	border: 1px solid #222;
}

.genesis-nav-menu .menu-item-has-children > a:after {
	content: "\f140";
	font: normal 16px/1 'dashicons';
	display: block;
	-webkit-font-smoothing: antialiased;
	padding-left: 3px;
	vertical-align: top;
	text-align: center;
}

#menu-item-55552 a {
	pointer-events: none;
	padding: 18px 5px;
}

li#menu-item-55552 {
	cursor: pointer;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
.site-container {
	position: relative;
}

/* # Notes on Site Container, Header, Featured Image Adjustments
---------------------------------------------------------------------------------------------------- */

/* Added display: inline to site-container which seems to be forcing the container to start 		 */

/* below the header :)																 	 */

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

.hero-not-home {
	margin-top: -30px;
}

.site-container {
	/*border: 1px solid transparent;*/
	display: inline;
}

/* not used */
#featured-image {
	background-position: bottom !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;	/*height: 80vh !important;*/
	height: 40vw !important;    /*width: 100vw;*/
	margin-top: 50px;
}
/* not used */

/* ------------------------------------------------------------------------------------------------- */
.site-container li {
	margin-left: 20px;
}

.site-container ul li {
	list-style-type: disc;
}

.site-container ul li,
.site-container ol li {
	position: relative;
	left: 1em;
}

.site-container ol li {
	list-style-type: decimal;
}

.mplus_nw ul li {
	left: 0;
}

.site-container a {
	color: #0000EE;
	text-decoration: none;
	font-weight: bold;
}

.site-container a:focus,
.site-container a:hover {
	color: #0000EE;
	text-decoration: underline;
	font-weight: bold;
}

.site-container a:visited {
	color: #551A8B;
	text-decoration: none;
	font-weight: bold;
}

.site-container .breadcrumbs a,
.site-container .breadcrumbs a:visited,
.site-container .breadcrumbs a:focus {
	text-decoration: none;
	font-family: roboto, sans-serif;
	color: #b3b3b3;
	font-weight: 400;
	letter-spacing: 0px !important;
	font-size: 15px;
}

.site-container .breadcrumbs a:hover {
	color: #0000EE;
}

.site-inner {
	padding-top: 110px;
}

.hero-not-home {
	margin-top: -90px;
}

.home .site-inner {
	margin-top: 50px;
}

.home .entry-content .vc_row:first-child {
	padding-top: 0;
}

.entry,
#respond {
	padding: 0 5% 70px;
}

#breadcrumbs a,
.breadcrumbs a {
	text-decoration: none;
	font-family: roboto, sans-serif;
	color: #b3b3b3;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: .5px;
}

#breadcrumbs {
	color: #b3b3b3;
	font-size: 16px;
}

#post-title,
#post-subtitle,
#breadcrumbs {
	text-align: center;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #056773;
	line-height: 1.75;
	padding: 0;
	text-align: left;
}

#footer-footer {
	background: #000;
}

/* # Additional Customizations
---------------------------------------------------------------------------------------------------- */

/* Scroll to Top */
a.topbutton {
	height: 50px !important;
	width: 50px !important;
	position: fixed !important;
	right: 5px !important;
	bottom: 5px !important;
	z-index: 999999 !important;
	background-image: url("https://www.world-of-waterfalls.com/wp-content/themes/genesis-wow-child/images/scroll-to-top.png") !important;
	background-repeat: no-repeat !important;
	display: none;
}

/*** Search Drop Down Form ***/
.vc_btn3-container,
.vc_btn3-container a {
	font-family: 'Montserrat', san-serif;
}

.vc_btn3-color-black.vc_btn3-style-outline {
	border-color: #000 !important;
}

.vc_btn3-color-black {
	color: #000;
}

.vc_btn3.vc_btn3-color-black.vc_btn3-style-outline {
	font-weight: 600;
}

.fontawesome-text {
	display: none;
}

#menu-item-55552 .fa-search {
	font-size: 24px !important;
	margin-top: -5px;
}

.search-magnifier a {
	padding-top: 18px;
}

#search-form-dropdown {
	background: #333;
	clear: both;
	display: none;
	height: auto;
	/*margin: 0 -6%;*/
	/*padding: 10px 0;*/
	padding: 64px 0; /* ensure search form dropdown not interfering with add-to-any buttons */
	position: static;
	text-align: center;
	top: 53px;
	width: 100%;
	z-index: 9999;
}

#search-form-dropdown #wrapper {
	max-width: 1280px;
	margin: auto;
	width: 90%;
}

.site-header .search-form {
	float: none;
	margin: 0 auto;
	width: 100%;
}

.gsc-input-box {
	height: 60px !important;
}

.gsc-input-box .gsc-input {
	height: 50px !important;
}

.gsc-search-box td,
.gsc-search-box tr,
.gsc-search-box tbody,
.gsc-search-box table {
	border: none;
}

input#gsc-i-id1 {
	padding: 0px 20px !important;
	background: url(https://www.google.com/cse/static/images/1x/googlelogo_lightgrey_46x16dp.png) 20px center no-repeat rgb(255, 255, 255) !important;
}

input.gsc-search-button.gsc-search-button-v2 {
	height: 60px;
	background: #336699;
	border-radius: 0;
	background-image: url(https://www.google.com/uds/css/v2/search_box_icon.png);
	background-repeat: no-repeat;
	background-position: center;
}

input#gsc-i-id1:focus {
	background: none !important;
}

/*** Search Results Page ***/
.page-id-48267 #search-form-dropdown {
	display: block;
}

.page-id-48267 .site-inner,
.page-id-48267 article {
	padding-top: 0;
}

.gsc-selected-option-container {
	max-width: 100% !important;
}

.gsc-above-wrapper-area-container td {
	border: none;
}

.google-searchbox input[type="submit"] {
	border: 1px solid #34b1ed;
	font-size: 18px;
	background: #34b1ed;
}

.google-searchbox input[type="submit"]:hover {
	background: #0f77a9;
}

.gsc-control-cse .gs-snippet,
.gsc-control-cse .gs-snippet {
	color: #cea323 !important;
}

.gs-no-results-result .gs-snippet,
.gs-error-result .gs-snippet {
	padding: 15px !important;
}

.gsc-control-cse,
.gsc-control-cse .gsc-table-result {
	font-family: raleway, sans-serif !important;
	font-size: 13px !important;
}

.gsc-above-wrapper-area {
	padding: 0 !important;
}

.gsc-above-wrapper-area tr {
	background: #fafafa;
}

.gsc-above-wrapper-area table {
	margin-bottom: 0;
}

.gsc-orderby-label.gsc-inline-block {
	font-size: 14px !important;
	padding-right: 15px !important;
}

/*** End Search Results Page ***/
#footer-wow .vc_column_container>.vc_column-inner {
	box-sizing: border-box;
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
}

/*** Waterfall Custom Post Type ***/
#content {
	display: inline-block;
}

#featured-image img {
	min-width: 100%;
}



#waterfall-title {
	font-size: 80px;
	font-weight: 400;
	margin: 0;
	line-height: 1;
}

#waterfall-subtitle {
	font-size: 24px;
	line-height: 1;
}

#waterfall-sub-subtitle {
	font-size: 14px;
	font-weight: 600;
}

/* Top 10 Lists + Photo Journal Featured Photos */

.mplus_nw > ul li .title {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
	display: inline-block !important;
	padding: 12px 0 !important;
	text-align: left;
}

h2.top10-hdr,
h2.top10-hdr a:link,
h2.top10-hdr a:visited,
h2.top10-hdr a:hover,
h2.top10-hdr a:active,
h3.top10-hdr,
h3.top10-hdr a:link,
h3.top10-hdr a:visited,
h3.top10-hdr a:hover,
h3.top10-hdr a:active {
	text-align: center;
        color: #333;
	text-decoration: none;
}
h2.top10-hdr a:hover,
h3.top10-hdr a:hover {
	text-decoration: underline;
}


/*** VC Mega Footer Suppression for AWeber sign-up pages ***/
/* 78714,78716 for devel */
/* 87473,93529 for production */
body.page-id-87473 #vcmega-main-wrap-1650,
body.page-id-93529 #vcmega-main-wrap-1650 {
	display: none;
}

/*** User Submitted Waterfall Entries Tweaks ***/
h1.entry-title {
	padding-top: 20px;  /* moving title down so it doesn't conflict with Add2Any icons */
}

/*** VC Mega Footer Formatting ***/
#affiliate-info-box {
	font-size:14px; /* Affiliate Disclosure; need to declare ID tag in VC Mega Footer plugin */
}


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

.hero-not-home {
	height: 42vw;
}

/*.gallery-caption,
.wp-caption-text {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.35;
}*/

.collapseomatic_excerpt,
.collapseomatic_content {
	margin: 0;
}

.gz-pinit-btn {
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 3px;
	background: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	margin-right: 5px;
}

.fancybox-container {
	z-index: 9999999;
}

#fancybox-left,
#fancybox-right {
	bottom: 50%;
	height: 10%;
	width: 6%;
	visibility: visible;
}

#fancybox-left span {
	left: 20px;
}

#fancybox-right span {
	left: auto;
	right: 20px;
}

.breadcrumbs {
	text-align: center;
	color: #b3b3b3;
}

.breadcrumbs a {
	text-decoration: none;
	font-family: roboto, sans-serif;
	color: #b3b3b3;
	font-weight: 400;
	letter-spacing: 0px !important;
	font-size: 15px;
}

p.wow-vid-caption {
	margin: 15px 0 25px;
}

#video hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px dashed #32b0f3;
	clear: both;
	margin: 1em 0;
}

.archive #content {
	padding: 40px 0;
}

.archive-title {
	font-size: 60px !important;
	text-align: center;
}

.archive-description {
	margin-bottom: 0;
	padding: 90px 60px 30px 60px;
}

.archive .entry {
	padding: 0 80px;
}

.archive .single-entry {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.archive .single-entry a {
	color: #000;
	text-decoration: none;
}

/** centered **/

.nc_wrapper {
	z-index: 1 !important;
}

/** end centered **/

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
/*@media only screen and (max-width:1340px) {
	.site-inner,
	.wrap {
		max-width: 100%;
	}

} */


/*@media only screen and (min-width:600px) {
	.site-header .header-widget-area .widget_a2a_follow_widget {
		display: none;
	}
}*/

@media only screen and (min-width:1256px) {
	.widget {
		margin-bottom: 20px; /* need this to keep Add2Any icons from covering search button in pulldown */
	}

	.archive-container {
		padding-top: 40px;
	}
}

@media only screen and (max-width:1255px) {
	section#nav_menu-5 {
		display: block;
		float: right;
	}

	.fa.fa-search {
		font-size: 24px;
		margin-right: 5px;
	}

	button#genesis-mobile-nav-header {
		background: transparent;
		outline: none;
	}

	.site-header .widget-area {
		min-width: 250px;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.title-area {
		float: none;
	}

	.site-header .widget-area {
		float: none;
		margin: auto;
	}

	/* ### Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.menu-toggle,
	.sub-menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: #000;
		border-width: 0;
		color: #fff;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		outline: none;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover {
		background-color: #000;
		border-width: 0;
		color: #fff;
	}

	.menu-toggle {
		line-height: 22px;
		position: relative;
		width: 250px;
		z-index: 1000;
	}

	.menu-toggle,
	.menu-toggle:focus,
	.menu-toggle:hover {
		border: none;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 13px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu .sub-menu-toggle {
		padding: 12px 10px;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transition: transform .25s ease-in-out;
		-ms-transition: transform .25s ease-in-out;
		transition: transform .25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a,
	#menu-item-55552 a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

}



/*@media only screen and (max-width:1200px) {
	.site-inner,
	.wrap {
		max-width: 100%;
	}

}*/


@media only screen and (max-width:1023px) {

	/*	.site-header .wrap {
		padding-left: 0;
		padding-right: 0;
	}*/
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	#home-section-2-outer-row,
	#home-section-3-outer-row,
	#home-section-4-outer-row,
	#home-section-5-outer-row {
		margin: 0 -80px;
	}

}

@media screen and (max-width:860px) {

	.site-container .breadcrumbs a,
	.site-container .breadcrumbs a:visited,
	.site-container .breadcrumbs a:focus  {
		color: #999999;
		font-size: 14px; 
	}

}

@media screen and (max-width:768px) {
	#footer-wow .wpb_column.vc_col-sm-3 {
		width: 100%;
		min-height: 0;
	}

	.vcmega-main-wrap #footer-wow.vcmega-vcrow {
		color: #fff;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	#footer-wow ul {
		columns: 2;
	}

	#footer-wow .vc_column_container>.vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.vc_custom_1505264075431 {
		padding: 15px !important;
	}

	#footer-footer .wpb_text_column.wpb_content_element {
		margin: 5px;
	}

	#footer-footer .vcmega-container {
		text-align: center;
	}

	#footer-social-media .social-media-icon {
		display: inline-block;
	}

}

@media screen and (max-width:690px) {
	#searchpage-form input[type="search"] {
		width: 60%;
		margin: 20px 10px 60px 0;
	}

}

@media screen and (max-width:600px) {
/*	body,
	body > div {
		font-size: 12px;
		font-size: 1.2rem;
	} */

	.top-bar-left {
		display: none;
	}

	.content .breadcrumb {
		padding: 30px 30px;
	}

	.site-container .titles-container {
		padding-top: 36px !important;
	}

	.site-container .site-main .vc_row {
		padding-top: 24px;
	}

	.titles-container h1, .titles-container h2 {
		padding-top: 100px;
	}

	.search-page-form .search-form {
		margin: 80px auto;
	}

/*	#search-form-dropdown {
		padding: 64px 0;
	} */

	ul#menu-top-bar li a:after {
		padding-left: 10px;
	}

	.site-header .widget-area {
		width: 100%;
	}

	.header-image .site-title {
		width: 100%;
		margin: auto;
	}

	.header-image .site-title > a {
		min-height: 35px;
	}

	span[rel="v:child"],
	span[rel="v:child"] a {
		display: inline !important;
	}

	#breadcrumbs {
		padding: 5px 0 0;
		margin: 0;
	}

/*	#breadcrumbs,
	#breadcrumbs a {
		font-size: 10px;
	} */

	iframe[title="YouTube video player"] {
		height: 145px;
	}

	.responsive-tabs .responsive-tabs__heading {
		font-size: 12px !important;
	}

	/** End two column styling **/
}

/*@media screen and (max-width:500px) {

	#fancybox-title {
		font-size: 10px;
		font-weight: bold;
	}

	.header-image .site-title > a {
		background-size: contain !important;
	}
}

@media screen and (max-width:440px) {
	.wrap {
		padding: 0;
	}

	.home-section-2-boxes p {
		font-size: 25px !important;
		line-height: 1.25 !important;
	}

} */

/**** Added 1-15-18 ****/
.archive .site-inner,
.blog .site-inner,
.search .site-inner {
	padding: 100px 2%;
}
.archive-post-excerpt p,
.search-post-excerpt p {
	margin-bottom: 20px !important;
}

.archive .button-wrapper,
.search .button-wrapper {
	text-align: right;
}

form.search-form {
	max-width: 90vw;
	margin: auto;
}

.search-page-form input:first-of-type {
	width: 85%;
	display: block;
	float: left;
}

.search-page-form input[type="submit"] {
	width: 14%;
	margin-left: 1%;
	margin-top: 0px;
	padding: 19px 24px;
	line-height: 1.6;
}

.search-page-title {
	padding: 30px 0 0;
}

@media screen and (max-width: 860px) {
	form.search-form {
		max-width: 90vw;
		margin: auto;
	}

	.search-page-form input:first-of-type {
		width: 75%;
	}

	.search-page-form input[type="submit"] {
		width: 24%;
	}

}

@media screen and (max-width: 500px) {

	.search-page-form input:first-of-type {
		width: 65%;
	}

	.search-page-form input[type="submit"] {
		width: 34%;
		padding: 19px 15px;
	}

}

.single-result-item {
	border-bottom: 1px dashed #33b0f3;
	display: inline-block;
	margin-top: 40px;
	padding-bottom: 25px;
	width: 100%;
}

.results-featured-image {
	float: left;
	margin-right: 40px;
	width: 40%;
}

.results-item-wrapper {
	float: left;
	width: 50%;
}

@media screen and (max-width:1120px) {
	.results-featured-image {
		margin-right: 30px;
		width: 40%;
	}

	.results-item-wrapper {
		width: 55%;
	}

}

@media screen and (max-width:920px) {
	.archive-container,
	.search-container {
		margin-top: 0;
	}

	.results-featured-image {
		float: none;
		width: 100%;
	}

	.results-featured-image img {
		min-width: 100%;
	}

	.results-item-wrapper {
		width: 100%;
		padding-top: 20px;
	}

	.archive .button-wrapper,
	.search .button-wrapper {
		text-align: center;
	}

}

@media only screen and (max-width:860px) {
	.archive-container,
	.search-container {
		padding: 0;
	}

	.archive .site-inner,
	.search .site-inner {
		padding: 100px 5%;
	}

}

/**** Added 1-16-18 ****/
.site-container ul {
	padding-bottom: 30px;
}

.gallery-caption,
.wp-caption-text {
	margin: 0 0 5px;
}

.single-comment-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}

.comment-author,
.comment-date {
	display: inline-block;
	width: 48%;
}

.comment-date {
	text-align: right;
}

#comments-loop {
	margin: 30px 0;
}

.single-comment {
	margin: 0 0 30px;
}

.comment-respond,
.entry-pings {
	padding: 0;
}

/**** Added 1-19-18 ***/
.site-container .search-post-title a,
.site-container .search-post-title a:hover,
.site-container .search-post-title a:visited,
.site-container .archive-post-title a,
.site-container .archive-post-title a:hover,
.site-container .archive-post-title a:visited {
	text-decoration: none;
}

.site-container .search-post-title a:hover,
.site-container .archive-post-title a:hover {
	color: #0000EE;
}

.site-container .search-post-title a,
.site-container .archive-post-title a {
	color: #000;
}

.archive header.page-header {
	text-align: center;
}

.site-container .single-result-item button a,
.site-container .single-result-item button a:hover,
.site-container .single-result-item button a:visited,
.site-container .single-result-item button a:focus {
	color: #fff;
	text-decoration: none;
}

#search-form-dropdown form input:first-of-type {
	float: left;
	display: block;
	width: 75%;
	padding: 10px 15px;
}

#search-form-dropdown form input[type="submit"] {
	display: block;
	float: right;
	line-height: 1.7;
	margin: 0;
	padding: 12px 3%;
	background-color: #33aff2;
	width: 25%;
}

.site-header .search-form {
	width: 90%;
}

@media screen and (max-width:1255px) {

	/**** Added 1-20-18 ****/
	.title-area {
		float: left !important;
		display: inline-block;
		width: 70%;
	}

	.widget-area.header-widget-area {
		float: right;
		display: inline-block;
		text-align: right;
		margin: 0;
		padding: 0;
		position: absolute;
	}

	.title-area {
		float: left !important;
		display: inline-block;
	}

	/*	.site-title {
		height: 100%;
		padding: 10px 0;
	}*/
	.header-image .site-description {
		display: none;
	}

	.widget-area.header-widget-area {
		padding: 0 0 0 0;
		width: auto;
		margin: 16px 0;
		right: 5%;
	}

	.menu-toggle {
		float: right;
		margin: 0;
		padding: 0;
		text-align: right;
		width: 80px; 
	}

	.home .site-container {
		top: 0;
	}

	.archive-container {
		margin-top: 0;
		padding-top: 40px;
	}

	.single-result-item:first-of-type {
		margin-top: 20px;
	}

	nav.nav-header.genesis-responsive-menu {
		background: transparent;
		z-index:100;
	}

	ul#menu-main-site-navigation-header-right-widget {
		width: 400px;
	        font-size: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.menu-toggle:hover {
		width: 100%;
	}

	#nav_menu-5 div.widget-wrap {
		/*display: inline-block;*/
	}

	section#nav_menu-5 {
		display: inline-block;
		float: right;
		line-height: 0;
	}

}

@media screen and (max-width:618px) {
	ul#menu-main-site-navigation-header-right-widget {
		margin-top: 20px;
	}

}

.js-superfish {
	background-color: #000;
}


/*** Added 1-23-18 for Breadcrumbs ***/
#breadcrumbs-wrapper {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.breadcrumbs li.taxonomy.locations ul {
	padding: 0;
}

.breadcrumbs {
	text-align: center;
	color: #b3b3b3;
	display: inline-block;
	margin: auto;
}

.breadcrumbs [property=itemListElement]:after {
	content: "\00bb";
	padding: 0 5px;
}

.breadcrumbs li.post.post-waterfalls-archive {
	float: left;
}

li.taxonomy.locations {
	text-align: left;
	float: left;
	margin: 0;
}

li.cat-item {
	list-style-type: none !important;
	margin: 0;
}

li.cat-item {
	left: 0 !important;
}

.breadcrumbs .taxonomy ul {
	display: none;
}

.breadcrumbs li.taxonomy.locations:last-of-type ul {
	display: inline-block;
}

.breadcrumbs li.taxonomy.locations:last-of-type ul li {
	display: none;
}

.breadcrumbs li.taxonomy.locations:last-of-type ul li:first-of-type {
	display: inline-block;
}

#meta-5 .widget-wrap ul li:first-of-type {
	float: right;
}

.responsive-tabs .responsive-tabs__list__item {
	background: #666 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	font-size: 17px ;
	font-weight: 700 !important;
	margin: 0 !important;
	border-radius: 0 !important;
	border: none !important;
}

.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover,
.responsive-tabs .responsive-tabs__list__item:hover {
	background: #65c4f7 !important;
	padding-bottom: 10px !important;
	position: relative;
	top: 0 !important;
	border: none !important;
}

#tablist1-tab1:before {
	height: 39px;
	content: "\f015";
}
#amcode_footer{
	visibility:hidden;
	height: 0px;
}

/* VC Waterfalls ACF Grid */
.vc-custom-acf-styling h4 {
	font-family: Montserrat !important;
	/*font-size: 18px ;*/
	font-weight: 700 ;
	color: #444444 !important;
}

.vc-custom-acf-styling .vc_custom_heading {
	margin-bottom: 5px;
}

.vc-custom-acf-styling .vc_gitem-acf {
	font-family: Montserrat;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	padding-bottom: 10px;
}

.vc-custom-acf-styling .vc_gitem-acf:last-child{
	padding-bottom: 0px !important;
}

.vc-custom-acf-styling .subtitle{
	text-transform: uppercase;
}

/* VC Bug Workaround */
.vc_grid-item~p:empty {
	margin:0px ; padding:0px; display:inline;
}

@media (min-width: 768px){
	.vc_col-sm-4 {
		width: 32.7% !important;
	}
}

@media (min-width: 768px){
	.vc_col-sm-3 {
		width: 24.5% !important;
	}
}

/* Archive pages Images width */
.archive-container .single-result-item .results-featured-image img, .search-container .single-result-item .results-featured-image img {
	width: 450px;
	height: auto;
}

/* Home page */
#hero-search input[type="submit"] {
	font-weight: 600;
	border-radius: 0px 5px 5px 0px !important;
}

#are-you-new-here-text .vc_cta3 {
	border: none;
	padding: 20px 28px !important;
}

#are-you-new-here-text h2 {
	line-height: 32px;
}

#are-you-new-here-btn a {
	font-weight: 600 !important;
}

#are-you-new-here-text .vc_cta3-content-header {
	margin-bottom: 18px !important;
}

.footer-wide #footer-social-media {
	text-align: right;
}

.footer-narrow {
	display: none;
}

.footer-narrow #footer-social-media
{
	height: 35px;
}

.footer-narrow .vcmega-container{
	padding-bottom: 20px;
}
@media only screen and (max-width:767px) {

	.footer-narrow {
		display: block;
	}
	.footer-wide {
		display: none;
	}
}

/* Font Responsiveness */
@media screen and (max-width:1200px) {

	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width:1023px) {

/*	body > div {
		font-size: 16px;
		font-size: 1.6rem;
	} */
}


/* @media screen and (max-width:860px) {

	body > div {
		font-size: 14px;
		font-size: 1.4rem;
	}

} */

/* Trying to control sizes of hero images for VC-composed pages */
/* can't control home page's call out boxes so I didn't target it */
@media screen and (max-width:1400px) {

    .hero-not-home {
        background-size: cover;
        background-position: center;
        height: 600px;
    }
}

@media screen and (max-width:1023px) {

    .hero-not-home {
        height: 550px;
    }
}

@media screen and (max-width:720px) {

    .hero-not-home {
        height: 500px;
    }
}

@media screen and (max-width:500px) {

    .hero-not-home {
        height: 450px;
    }
}

@media screen and (max-device-width: 500px) and (min-device-width: 320px) {

    .hero-not-home {
        height: 450px;
    }
}
