/*
Theme Name: Cliff Wold's Outfitting Co. 
Theme URI: http://cliffwolds.com/
Description: This is the theme for Cliff Wold's.
Author: Kimberly Holmes
Author URI: http://wafisherinteractive.com/
License: 
License URI: 
Template: wafish
Version: 0.1
*/
@import url("../wafish/style.css");
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300);
@import url(https://fonts.googleapis.com/css?family=Oswald);

body {
	font-family: 'Source Sans Pro', sans-serif;
	background: url(images/background.jpg) no-repeat center center fixed;
	background-size: cover;
	font-size: 18px;
	font-weight: 300;
	color: #3e4649;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;	
	font-weight: 400;
	color: #703229;
	margin-bottom: 10px;
}
h1 {
	font-size: 1.6667em;
}
.home h1 {
	margin-bottom: 0px;	
}
h2 {
	font-size: 1.4444em;
}
.home h2 {
	font-size: 1.3333em;
	color: #193c47;
	margin-bottom: 15px;
}
h3 {
	font-size: 1.2222em;
}
h4 {
	font-size: 1.1111em;
}
h5 {
	font-size: 1.08em;
}
h6 {
	font-size: 1.04em;	
}
p, ul, ol {
	margin-bottom: 10px;
	line-height: 1.3em;
}
b, strong {
	font-weight: 400;		
}
.main-content ul {
	margin-left: 40px;
	list-style: disc;	
}
.main-content ul[class*="block-grid-"] {
	margin: 0;	
}
.main-content ol {
	margin-left: 40px;	
	list-style: decimal;
}
a {
	transition: all .2s linear;
	color: #193c47;
}
a:hover {
	color: #193c47;
}
.row {
	max-width:1200px;	
}
.container {
	max-width:1400px;	
	margin: 0 auto;
	background: #fff;
	background: url(images/content-bg.jpg) repeat top left;
}
.button, button {
	background: #193c47;
	padding: 0 30px;
	height: 50px;
	line-height: 50px; 	
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;	
	font-size: 1em;
	transition: all .2s linear;
}
.button:hover, button:hover, .button:focus, button:focus {
	background: #193c47;
	opacity: .8;
}
.flex-video.tall {
	padding-bottom: 120%;	
}
.top-nav {
	text-align: right;	
	background:  #703229;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: .8888em;
	height: 46px; 
	line-height: 46px;
}
.top-nav ul, .menu-top-menu-container {
	display: inline-block;	
	
}
.top-nav div {
	max-width:1200px;
	margin: 0 auto;
}	
.top-nav ul li {
	display: inline-block;
}
.top-nav ul li a, .top-nav a {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	padding: 0 5px;
	text-transform: uppercase;
}
.top-nav ul li a:hover, .top-nav a:hover, .top-nav li.current_page_item a {
	color: #fff;
	opacity: .7;	
}
.top-nav span {
	padding: 0 5px;
}
.top-bar {
	background: none;
	height: 110px;
	max-width: 1200px;
	margin: 0 auto;
}
.top-bar .name {
	margin-top: -30px;
	margin-left: 10px;
}
.top-bar .top-bar-section {
	background-color: none;
	float: right;
}
.top-bar-section li a:not(.button) {
	font-family: inherit;
	font-size: 19px;
	line-height: 110px;
	background: none;
	font-family: 'Oswald', sans-serif;
	color:  #703229;
	text-transform: uppercase;
	padding: 0 10px;
}
.top-bar-section li:hover > a:not(.button), .top-bar-section ul li.current_page_item > a {
	background: none;
	color:  #49211b;
}
.top-bar-section .has-dropdown > a {
	padding-right: 20px!important;	
}
.top-bar-section li.has-dropdown a:after {
	border: inset 5px;
	margin-right: 5px;
    border-color: #ce9c95 transparent transparent transparent;	
    top: 50%;
}
.top-bar-section li.has-dropdown:hover > ul.dropdown {
	display: block;
	z-index: 301;
	padding: 10px;
	background: url(images/content-bg.jpg) repeat top left;
}
.top-bar-section li.has-dropdown:hover ul li a {
	color: #711c1f;
	line-height: 30px;
	font-size: 16px;
}
.top-bar-section li.has-dropdown:hover ul li a:hover {
	background: none;
	color:  #49211b;
}
.main-content {
	padding: 50px 0;	
}
.reservation {
	position: absolute;
	width:100%;
	max-width:1400px;
	margin: 0 auto;
	z-index: 300;
	text-align: right;
}
.reservation a {
	background:  #703229;
	padding: 0 40px;
	text-transform: uppercase;
	height: 50px;
	display: inline-block;
	line-height: 50px;	
	color: #fff;
	margin-right: 50px;
	font-family: 'Oswald', sans-serif;
}
.reservation a:hover {
	background: #49211b;
}
.slider {
	
}
.orbit-timer, .orbit-slide-number {
	margin-top: -99999em;	
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
	top: auto;
	bottom: 0;	
}
.orbit-container .orbit-prev {
	right: 36px;
	left: auto;	
}
.main-content ul.home-boxes {
	margin-top: 30px;	
}
.box-link {
	background: #193c47;
	color: #fff;
	display: block;
	text-align: center;
	padding: 0 30px;
	height: 50px;
	line-height: 50px; 	
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;	
	font-size: 1em;
	width: 100%;		
}
.box-link:hover {
	opacity: .8;
	color: #fff;	
}
.lower-image {
	background: url(images/lower-image.jpg) no-repeat center center fixed;
	background-size: cover;
	height: 300px;
}
.quotes i {
	font-size: 18em;
	color: #231f20;
	opacity: .26;
}
.testimonial-title {
	font-size: 1.6667em;
	font-family: 'Oswald', sans-serif;	
	color: #703229;
}
.testimonial-title p {
	margin-left: 5px;	
}
.single-testimonial {
	padding: 80px 0;	
}
.single-testimonial .button {
	float: right;	
}
.sidebar-menu, form {
	background: rgba(255,255,255,.8);
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 1em;	
}
.sidebar-menu ul {
	margin-left: 0;
	list-style: none;
}
.sidebar-menu ul li a {
	color: #703229;
}
.sidebar-menu ul li:first-of-type a, .sidebar-menu .title {
	font-family: 'Oswald', sans-serif;	
	font-size: 1em;
	text-transform: uppercase;
	background: #703229;
	color: #fff;
	margin-bottom: 10px;
	height: 50px;
	line-height: 50px;
	display: block;
}

.sidebar-menu#entry-point-list li {
	cursor: pointer;
}
.sidebar-menu#entry-point-list li:hover {
	color: #703229;
}
.sidebar-menu#entry-point-list li.title {
	color: #fff;
	cursor: default;	
}
.sidebar-menu ul li.current_page_item a {
	color: #193c47;
}	
.sidebar-menu ul li.current_page_item a:before {
	content: '\00BB';	
	margin-right: 5px;
}
.single-testimonial-post {
	background: rgba(255,255,255,.8);
	padding: 20px;
	margin-bottom: 1em;	
}
.single-testimonial-post .name {
	color: #703229;	
	font-family: 'Oswald', sans-serif;	
}
.sidebar .button {
	width: 100%;	
}
footer {
	background:  #703229;
	color: #fff;
	padding-top: 20px;
}
footer .row.wide {
	max-width: 1300px;	
	margin: 0;
}
footer .state {
	z-index: 300;
}
footer .company-name {
	font-size: 1.333em;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;	
	margin-top: 110px;
	display: block;
}
footer a, .copyright a {
	color: inherit;
	text-decoration: underline;
}
footer .forecast > div {
	width: 32%!important;
	text-align: center;
}
#wpc-weather {
	margin: 0!important;
	background: rgba(255,255,255,.6)!important;
	color: #703229!important;
}
.climacon {
	fill: #703229!important;
}
#wpc-weather .today {
	display: none!important;	
}
#wpc-weather .wpc-highlight {
	display: inline-block!important;	
	font-weight: 400!important;
}
#wpc-weather .wpc-highlight:before {
	content: '\003A \0020';
		
}
#wpc-weather .now .time_symbol svg {
	margin-bottom: 0!important;
}
#wpc-weather .location_name {
	font-family: 'Oswald', sans-serif;	
}
#wpc-weather .forecast .day  {
	font-weight: 400!important;	
}
#wpc-weather .forecast .day, #wpc-weather .forecast .symbol {
	width:100%!important;	
}
#wpc-weather .forecast .temp_max, #wpc-weather .forecast .temp_min {
	width: 35%!important;	
	display: inline-block!important;	
	float: none!important;	
	text-align: center!important;
	margin-right: 0!important;
	font-weight: 400!important;
}
#wpc-weather .forecast .temp_max .wpc-highlight:before {
	content: ''!important;
}
#wpc-weather .infos > div {
	width: 100%!important;
	margin: 2px!important;	
}

.copyright {
	width: 100%;
	font-size: .8em;
	text-align: right;
	background: #231f20;
	color: #fff;
	margin-top: -30px;
	padding: 10px;
	z-index: 290;
}

.partial_outfitting .title {
	font-family: 'Oswald', sans-serif;	
	font-size: 1em;
	text-transform: uppercase;
	background: #703229;
	color: #fff;
	display: block;
	padding: 20px;
	width: 100%;
	margin-top: 2px;
	cursor: pointer;
}
.partial_outfitting .item-content {
	background: rgba(255,255,255,.8);
	padding: 20px;
	display: none;
}

table {
	margin-bottom: 10px;
	background: rgba(255,255,255,.8);	
}
table.full {
	width: 100%;	
}
table tr th, table tr td {
	font-size: 1em;
	color: inherit;
	font-weight: 300;	
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background: rgba(112,50,41,.1);	
}
table tr th {
	font-weight: 400;	
}
form {
	padding: 10px 20px;	
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
	margin-bottom: 0;	
}

.gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_year label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .ginput_complex label, .gform_wrapper .instruction {
	letter-spacing: 0!important;	
}
.gfield_label {
	margin-bottom: 0!important;
	font-weight: 400!important;	
}
.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	margin-bottom: 0!important;	
	display: inline-block;
	margin-right: 10px;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {
	font-weight: 400!important;
	color: #193c47;	
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
    margin-left: .25em!important; 
}
.gform_footer {
	padding: 0!important;	
}
.gform_footer .button {
	width: 97.5%;	
}
.gform_wrapper .gsection {
	margin: 10px 0!important;	
}
#gform_wrapper_2.gform_wrapper .datepicker {
	width:94%!important;	
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	margin-left: 0!important;	
	height: 2.3125rem!important;
}
#wpc-weather .now .time_temperature:after, #wpc-weather .forecast .temp_max:after, #wpc-weather .forecast .temp_min:after, #wpc-weather .hours .temperature:after, #wpc-weather .today .time_temperature_max:after, #wpc-weather .today .time_temperature_min:after, #wpc-weather .now .time_temperature:after, #wpc-weather .today .time_temperature_ave:after {
	margin-left: 0!important;	
}
#wpc-weather-id-1016 {
	background: url(images/weather.jpg) no-repeat center center!important;
	background-size: cover;
	margin: 10px 0;
}
.medium-4.columns.end {
	list-style: none;
}
#awesomeweatherwidget-2 {
	list-style: none;
}
@media screen and (min-width:641px) and (max-width:1072px) { 
	.top-nav {
		text-align: center;	
	}
	.top-bar {
		height: auto;	
	}
	.top-bar .title-area {
		width:100%;	
		text-align: center;	
		float: none;
	}
	.top-bar .name {
		height: 130px; 
		padding-top: 10px;
		margin: 0;
		width:100%;	
		text-align: center;	
	}
	
	.top-bar .top-bar-section {
		float: none;	
		width: 100%;
		text-align: center;
	}
	.top-bar-section ul {
		background: none;	
	}
	.top-bar-section ul li {
		float: none;
		display: inline-block;	
	}
	.top-bar-section li a:not(.button) {
		line-height: 60px;	
	}
	.top-bar-section .dropdown {
		text-align: left;	
	}
	.copyright {
		margin-top: 0;	
	}
	footer .company-name {
		margin-top: 70px;	
	}
}
@media screen and (max-width:640px) {
	#wpadminbar {
		position: fixed!important;	
	}
	.top-bar {
		height: auto;	
		padding-bottom: 50px;
	}	
	.top-bar.expanded .title-area {
		background: none;	
	}
	.top-bar .name {
		margin: 0;	
		height: auto;
		padding: 10px;
		text-align: center;
	}
	.top-bar .toggle-topbar.menu-icon {
	    right:auto;
	   	width: 100%;
	   	background:#703229; 
	    top: auto;
	    height: 50px;
	    line-height: 50px;
	    margin-top:0px;
	    text-align: right;
	    padding-right: 20px;
	    padding-left: 0px;
	}
	.top-bar .toggle-topbar.menu-icon a {
		text-indent: 0;
		width:auto;
		height: auto;
		line-height: 50px;	
		font-size: 1em;
		text-decoration: none;
	}
	.top-bar.expanded .toggle-topbar a {
		color: #fff;
		opacity: .7;	
	}
	.top-bar .toggle-topbar a {	
		font-size: 1em;
		text-decoration: none;
	}
	.left-off-canvas-menu, .right-off-canvas-menu {
		background: #193c47;
	}
	.right-off-canvas-menu a {
		color: #fff;	
	}	
	.right-off-canvas-menu > div > ul {
		padding: 0 20px;
		margin-bottom: 0;	
	}
	.right-off-canvas-menu ul li a {
		color: #fff;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;	
		line-height: 1.6em;
	}
	.right-off-canvas-menu .phone {
		text-align: center;
		display: block;	
		color: #fff;
		border-bottom: 1px solid #fff;
		margin-bottom: 20px;
		padding: 10px 0;
		font-size: 1.2em;
		font-family: 'Oswald', sans-serif;
	}
	.right-off-canvas-menu .menu-top-menu-container {
		display: block;
	}
	.right-off-canvas-menu .social {
		width: 100%;
		border-top: 1px solid #fff;
		margin-top: 20px;
		text-align: center;
		display: block;
		padding: 10px;
	}	
	.right-off-canvas-menu .button.white {
		background: rgba(255,255,255,.4);
		color: #fff;
		width:100%;	
	}
	.top-bar-section {
		display: none;	
	}
	.reservation, .top-nav {
		display: none;	
	}
	.single-testimonial {
		padding: 20px 0;	
	}
	.lower-image {
		background-size: contain;	
		background-attachment: scroll;
		background-position: center center;
	}
	footer .state {
		display: none;	
	}
	footer  {
		text-align: center;	
	}
	footer .company-name {
		margin-top: 20px;	
	}
	footer .social {
		margin-bottom: 20px;	
	}
	.copyright {
		margin-top: 0;	text-align: center;	
	}
		
}
.zoomWindowContainer {
	width: 100%!important;
	max-width: 100%!important;	
}

#entry-point-map-image area:hover {
	background: rgba(255,0,0,.5);
}