/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: http://www.ultradesignagency.com/
Version: 6.2.A
License: Copyright 2017 Ultra Design Agency
*/

/* CSS RESET 
--------------------------------------------------- */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
/* FONTS

------------------------------------------------------*/
.four {
	font-weight: 400;
}
.six {
	font-weight: 600;
}
.seven {
	font-weight: 700;
}
.eight {
	font-weight: 800;
}
.white {
	color: #fff;
}
.green {
	color: #b2cc00;
}
.red {
	color: #dd3346;
}
.blue {
	color: #017393;
}
/* BASIC STRUCTURE 
------------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #868686;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
}
#container {
	position: relative;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #868686;
}
a:hover {
	text-decoration: none;
	cursor: pointer
}
img {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 0 0 15px;
	letter-spacing: 3px;
}
h2 {
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 15px;
	letter-spacing: 2px;
}
h3 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 15px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}
h5 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
p {
	margin: 0 0 15px;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.clear {
	clear: both;
}
.uppercase {
	text-transform: uppercase;
}
.italic, i {
	font-style: italic;
}
strong {
	font-weight: bold;
}
.center {
	text-align: center;
}
.responsive-img {
	max-width: 100%;
	height: auto;
	width: auto;
}
.scroll {
	background-attachment: fixed
}
.desktop {
	display: block
}
.mobile {
	display: none
}
input[type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus, select:focus, textarea:focus, button:focus {
	outline: none;
}
a[href^=tel] {
	color: inherit;
	text-decoration: none;
}
.hover {
	opacity: 1;
	transition: opacity .3s ease;
}
.hover:hover {
	opacity: .6;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe, .videoWrapper video  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#vidPop {  width: 800px;}
.vidClick { 
	background-image: url(https://lajollamarket.com/wp-content/uploads/2019/06/video-frame.jpg);    
	background-size: cover;    
	background-repeat: no-repeat;    
	background-position: center center;    
	position: relative;    
	width: 100%;    
	margin: 0 auto 5%;    
	padding: 25% 0;    
	display: block;}
.vidClick .inner {  
	background: rgba(0,0,0,.5);  
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	transition: all .4s ease;
}
.vidClick:hover .inner {  
	background: rgba(0,0,0,.6);}
.vidClick .middle {  
	transform: translate(-50%, -50%);  
	left: 50%;  
	top: 50%;  
	position: absolute;  
	color: rgba(255,255,255,1);
}
.vidClick .middle img {
	display: block;
	margin: 10px auto;
}
.vidClick .middle a {
	color: rgba(255,255,255,1);
}
/* HEADER 
------------------------------------------------------*/

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	transition: all .3s ease;
	background-color: rgba(1, 115, 147, 0);
	z-index: 250 !important;
}
#logo {
	height: 110px;
	margin: 0 40px;
	transition: all .3s ease;
}
header a {
	color: #fff;
	text-shadow: 0 0 15px rgba(0,81,103,.8);
}
header a:nth-child(1) {
	margin: 0 30px 0 0;
	position: relative;
	top: -55px;
}
header a:nth-child(2) {
	margin: 0;
	position: relative;
	top: -55px;
}
header a:nth-child(4) {
	margin: 0;
	position: relative;
	top: -55px;
}
header a:nth-child(5) {
	margin: 0 0 0 30px;
	position: relative;
	top: -55px;
}
header.fixed a:nth-child(1) {
	top: -30px;
}
header.fixed a:nth-child(2) {
	top: -30px;
}
header.fixed a:nth-child(4) {
	top: -30px;
}
header.fixed a:nth-child(5) {
	top: -30px;
}
header.fixed {
	background-color: rgba(1, 115, 147, 0.95);
}
#logo.fixed {
	height: 70px;
}
/*MOBILE MENU
-------------------------------------------------------*/

#wrapper {
	overflow-x: hidden;
	right: 0px;
	transition: right .2s ease-in-out;
	width: 100%;
	position: relative;
}
.push_wrapper_left {
	right: 80% !important;
	transition: right .2s ease-in-out;
}
#side_menu {
	padding: 20px 3%;
	position: fixed;
	top: 0;
	height: 100%;
	width: 74%;
	right: -90%;
	overflow-x: hidden;
	overflow-y: auto;
	transition: right .2s ease-in-out;
	z-index: 444;
	box-shadow: 0 0 20px 20px rgba(0,0,0,.3)
}
.push_side_menu_left {
	right: 0 !important;
	transition: right .2s ease-in-out;
}
.mob-open {
	width: 30px;
	height: 20px;
	background: url(images/mob-open.svg)no-repeat center center;
	display: block;
	position: absolute;
	right: 30px;
	top: 25px;
	z-index: 999;
	background-size: 25px;
}
.mob-close {
	width: 30px;
	height: 30px;
	background: url(images/mob-close.svg)no-repeat center center;
	display: block;
	position: absolute;
	right: 20px;
	top: 19px;
	z-index: 999;
	background-size: 25px;
}
/* LANDING PAGE
------------------------------------------------------*/
.page-width {
	max-width: 1200px;
	padding: 0 3%;
	width: 94%;
	margin: 0 auto;
}
.banner-text {
	max-width: 380px;
	width: 100%;
	padding: 15px 0 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 320px auto 0;
	font-weight: 400;
	text-shadow: 0 0 15px rgba(0,81,103,.8);
}
.vid-fix {
	background: #fff;
	position: relative;
	z-index: 200;
	padding: 60px 0 0;
}
#video-bg {
	position: absolute;
	right: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	z-index: -100;
	background-size: cover;
	top: 0;
}
.vid-overlay {
	position: relative;
	width: 100%;
	padding: 10px 0 0;
	color: #fff;
}
.bheight {
	height: 800px;
	overflow: hidden;
	margin: 0 auto;
}
.callout-1 {
	margin: 0 0 60px;
	font-weight: 400;
}
.vendor-block {
	width: 380px;
	height: 260px;
	background-position: bottom center;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	display: inline-block;
}
.vendor-block-inner {
	position: absolute;
	background-position: bottom center;
	background-size: cover;
	background-attachment: scroll;
	bottom: 0;
	left: 0;
	right: 0;
	top: 180px;
	filter: blur(4px) brightness(1.1);
}
.vendor-block-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 180px;
	padding: 10px 0 0;
	text-shadow: 0 0 8px rgba(0,0,0,.8);
}
.vendor-block-overlay img {
	height: 34px;
}
.vendor-block-over {
	position: absolute;
	background-position: top center;
	background-size: cover;
	background-attachment: scroll;
	left: 0;
	right: 0;
	top: 0;
	bottom: 80px;
}
.middle-block {
	margin: 0 25px;
}
.callout-2 {
	margin: 75px 0 30px;
	font-weight: 400;
	font-size: 60px;
}
.hours {
	margin: 30px auto;
	font-weight: 400;
}
.litebox {
	background: #fff;
	padding: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.litebox .logos {
	height: 100px;
	margin: 0 0 30px;
}
.litebox ul {
	margin: 15px 0;
}
.litebox ul > li {
	display: list-item;
	list-style: disc;
	padding: 0 0 0 4px;
	margin: 0 0 4px;
}
.litebox h1, .litebox h2, .litebox h3, .litebox h4, .litebox h5 {
	font-weight: 400;
	color: #b2cc00;
}
.info-button {
	margin: 0 auto 7px;
	width: 300px;
}
.info-button a {
	background: #017393;
	color: #fff;
	padding: 10px 0;
	display: block;
	border-radius: 5px;
	transition: all .3s ease;
}
.info-button a:hover {
	background: #b2cc00;
}
.bottom-info-button {
	margin: 0 auto 7px;
	width: 300px;
}
.bottom-info-button a {
	background: #b2cc00;
	color: #fff;
	padding: 10px 0;
	display: block;
	border-radius: 5px;
	transition: all .3s ease;
}
.bottom-info-button a:hover {
	background: #017393;
}
.address {
	font-size: 14px;
	line-height: 22px;
	margin: 30px auto;
	font-weight: 400;
	width: 94%;
	padding: 0 3%;
}
.location-map {
	width: 100%;
	height: 500px;
	background-position: bottom center;
	background-image: url(images/map.jpg);
	position: relative;
	margin: 60px auto;
}
.driving-directions {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 69px;
	background: rgba(255,255,255,.3);
	padding: 13px 0 0;
}
#saddr {
	border: 1px solid #d8d8d8;
	box-shadow: inset 4px 5px 5px -3px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 5px 10px;
	color: #686868;
	letter-spacing: .5px;
	margin: 10px 0 0;
}
#directions-btn {
	border: 1px solid #017393;
	box-shadow: inset 4px 5px 5px -3px rgba(0,0,0,.2);
	border-radius: 4px;
	padding: 5px 10px;
	color: #fff;
	letter-spacing: .5px;
	background: #017393;
	cursor: pointer;
	transition: all .3s ease;
	margin: 10px 0 0;
}
#directions-btn:hover {
	background: #66c15f;
	border: 1px solid #66c15f;
}
.staff-members {
	margin: 0 auto 50px;
	width: 94%;
	padding: 0 3%;
}
.staff-members h4 {
	color: #017393;
	margin: 20px 0 5px;
}
.staff-members h5 {
	margin: 0 0 5px;
	color: #017393;
	font-weight: 600;
}
.staff-members a {
	text-decoration: underline;
	font-size: 14px;
}
.about-section {
	font-size: 14px;
	max-width: 800px;
	margin: 80px auto 0;
	padding: 0 3%;
	width: 94%;
	line-height: 26px;
	color: #027393;
}
.about-section h2 {
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 40px;
	color: #868686;
}
.about-image-gallery {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin: 40px 0 80px;
}
.gfield_label {
	display: none;
}
.litebox-bottom {
	background: #fff;
	padding: 40px;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	min-width: 300px;
}
.litebox-bottom .logos {
	height: 100px;
	margin: 0 0 30px;
}
.litebox-bottom h1, .litebox-bottom h2, .litebox-bottom h3, .litebox-bottom h4, .litebox-bottom h5 {
	font-weight: 400;
	color: #b2cc00;
}
.medium {
	min-width: 200px;
	margin: 0 0 10px;
	padding: 5px 5%;
	width: 90%;
}
.gform_button {
	background: #017393;
	color: #fff;
	padding: 10px 0;
	display: block;
	border-radius: 5px;
	transition: all .3s ease;
	border: none;
	width: 102%;
	min-width: 200px;
}
.gform_button:hover {
	background: #b2cc00;
}
.validation_error {
	display: none;
}
.validation_message {
	margin: 0 0 5px;
	font-size: 11px;
	color: #B2CC00;
}
/*FOOTER
------------------------------------------------------*/

footer {
	text-align: center;
	position: relative;
	font-size: 11px;
	margin: 30px auto 30px;
	width: 94%;
	padding: 0 3%;
}
#copyright {
}
#copyright span {
	padding: 0 8px;
}
#ultralogo {
	height: 40px;
}
.social-media {
	margin: 20px 0 0;
}
.social-media a {
	margin: 0 2px;
}
/*RESPONSIVE CSS
------------------------------------------------------*/
@media only screen and (max-width : 1600px) {
.bheight {
	height: 600px;
}
.banner-text {
	margin: 230px auto 0;
}
}

@media only screen and (max-width : 1300px) {
.bheight {
	height: 500px;
}
.banner-text {
	margin: 190px auto 0;
}
h1 {
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 15px;
	letter-spacing: 3px;
}
h2 {
	font-size: 22px;
	line-height: 32px;
	margin: 0 0 15px;
	letter-spacing: 2px;
}
h3 {
	font-size: 19px;
	line-height: 23px;
	margin: 0 0 15px;
}
h4 {
	font-size: 17px;
	line-height: 21px;
	margin: 0 0 15px;
}
h5 {
	font-size: 15px;
	line-height: 29px;
	margin: 0 0 15px;
}
.vendor-block {
	height: 200px;
	width: 290px
}
.vendor-block-inner {
	top: 120px;
}
.vendor-block-overlay {
	top: 120px;
}
}

@media only screen and (max-width : 1000px) {
.bheight {
	height: 400px;
}
.banner-text {
	margin: 150px auto 0;
}
h1 {
	font-size: 26px;
	line-height: 32px;
	margin: 0 0 15px;
	letter-spacing: 3px;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 15px;
	letter-spacing: 2px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px;
}
h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
h5 {
	font-size: 14px;
	line-height: 28px;
	margin: 0 0 15px;
}
.vendor-block {
	height: 170px;
	width: 250px
}
.vendor-block-inner {
	top: 110px;
}
.vendor-block-overlay {
	top: 105px;
}
.vendor-block-overlay h4 {
	font-size: 13px;
}
.vendor-block-overlay img {
	height: 28px;
}
.vid-fix {
	padding: 40px 0 0;
}
.callout-1 {
	margin: 0 0 40px;
}
.about-section {
	font-size: 12px;
	margin: 40px auto 0;
}
.about-section h2 {
	margin: 0 0 30px;
}
.about-image-gallery {
	margin: 40px 0 60px;
}
}

@media only screen and (max-width : 900px) {
.vendor-block {
	height: 150px;
	width: 220px
}
.vendor-block-inner {
	top: 80px;
}
.vendor-block-overlay {
	top: 85px;
}
.vendor-block-over {
	bottom: 60px;
}
}

@media only screen and (max-width : 800px) {
.vendor-block {
	height: 200px;
	width: 300px;
	display: block;
	margin: 0 auto 30px;
}
.vendor-block-inner {
	top: 80px;
}
.vendor-block-overlay {
	top: 130px;
}
.vendor-block-over {
	bottom: 70px;
}
.callout-2 {
	margin: 60px 0 20px;
	font-size: 48px;
}
#strawberry {
	height: 70px;
}
.hours {
	margin: 20px auto;
}
.address {
	font-size: 12px;
	line-height: 20px;
	margin: 30px auto 0;
}
.location-map {
	height: 450px;
}
.staff-members {
	margin: 0 auto 30px;
}
.staff-members h4 {
	margin: 20px 0 0px;
}
.staff-members h5 {
	margin: 0;
}
	#vidPop {  width: 600px;}	
}

@media only screen and (max-width : 750px) {
.desktop {
	display: none !important
}
.mobile {
	display: block !important
}
header {
	display: none;
}
#header {
	background: #017393;
	height: 70px;
}
#mobile-logo {
	height: 68px;
	margin: 0 0 0 25px;
}
h1 {
	font-size: 22px;
	line-height: 28px;
	margin: 0 0 15px;
	letter-spacing: 2px;
}
h2 {
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 15px;
	letter-spacing: 1px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
h4 {
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 15px;
}
h5 {
	font-size: 13px;
	line-height: 22px;
	margin: 0 0 15px;
}
.about-image-gallery {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	margin: 40px 0 80px;
}
#copyright span {
	padding: 0;
	display: block;
	font-size: 0;
}
.litebox-bottom {
	padding: 20px;
	min-width: 0;
}
.litebox-bottom .logos {
	height: 70px;
	margin: 0 0 20px;
}
.medium {
	min-width: 0;
}
.litebox {
	padding: 20px;
}
.litebox .logos {
	height: 70px;
	margin: 0 0 20px;
}
	.mobile-banner-image {
		background-attachment: scroll;
		background-image: url(images/mobile-banner.jpg);
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		width: 90%;
		padding: 50px 5%;
	}
	.banner-text {
		margin: 0 auto;
		color: #fff;
	}
	#mobile-menu-logo {
		height: 80px;
		margin: 0 0 15px;
	}
	.mobile-butttons {
		margin: 15px 0 0;
	}
	.mobile-butttons a {
		display: block;
		background: #017393;
		color: #fff;
		padding: 6px 0;
		margin: 0 0 10px;
		text-align: center;
		font-weight: 600;
		text-transform: uppercase;
	}
	#vidPop {  width: 350px;}
}
