/*
Theme Name: The Blue Gator Theme
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
*/
/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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,
font,
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 {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    clear: both;
}

ol,
ul {
    list-style: none;
}

blockquote {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

del {
    text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a img {
    border: none;
}


/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
    font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
    color: #000;
    font-size: 12px;
    line-height: 18px;
}

hr {
    background-color: #E7E7E7;
    border: 0;
    height: 1px;
    margin-bottom: 18px;
    clear: both;
}


/* Text elements */

p {
    margin-bottom: 18px;
}

ul {
    list-style: square;
    margin: 0 0 18px 1.5em;
}

ol {
    list-style: decimal;
    margin: 0 0 18px 1.5em;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
    margin-bottom: 0;
}

dl {
    margin: 0 0 24px 0;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 18px;
}

strong {
    font-weight: bold;
}

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

big {
    font-size: 131.25%;
}

ins {
    background: #ffc;
    text-decoration: none;
}

blockquote {
    font-style: italic;
    padding: 0 3em;
}

blockquote cite,
blockquote em,
blockquote i {
    font-style: normal;
}

pre {
    background: #f7f7f7;
    color: #222;
    line-height: 18px;
    margin-bottom: 18px;
    padding: 1.5em;
}

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

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    position: relative;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

input[type="text"],
textarea {
    padding: 2px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
}

table {
    border: 1px solid #e7e7e7;
    text-align: left;
    margin: 0 -1px 24px 0;
    width: 100%;
}

tr th,
thead th {
    color: #888;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 24px;
}

tr td {
    border-top: 1px solid #e7e7e7;
    padding: 6px 24px;
}

tr.odd td {
    background: #F2F7FC;
}

.attachment img {
    max-width: 900px;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
    margin-top: 4px;
}

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

.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}

.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px;
}

.wp-caption img {
    margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
    margin: 5px;
    color: #888;
    font-size: 12px;
}

.wp-smiley {
    margin: 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    clear: both;
}

#comments .navigation {
    padding: 0 0 18px 0;
}

h3#comments-title,
h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}

h3#comments-title {
    padding: 24px 0;
}

.commentlist {
    list-style: none;
    margin: 0;
}

.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}

.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}

#comments .comment-body p:last-child {
    margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}

.commentlist ol {
    list-style: decimal;
}

.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}

.comment-author {}

.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}

.comment-author .says {
    font-style: italic;
}

.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}

.commentlist .even {}

.commentlist .bypostauthor {}

.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
    color: #888;
}

.reply a:hover,
a.comment-edit-link:hover {
    color: #FF4B33;
}

.commentlist .children {
    list-style: none;
    margin: 0;
}

.commentlist .children li {
    border: none;
    margin: 0;
}

.nopassword,
.nocomments {
    display: none;
}

#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback {
    margin-top: -6px;
}

#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin: 0;
}

#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}


/* Comments form */

input[type=submit] {
    color: #333;
}

#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}

#respond p {
    margin: 0;
}

#respond .comment-notes {
    margin-bottom: 1em;
}

.form-allowed-tags {
    line-height: 1em;
}

.children #respond {
    margin: 0 48px 0 0;
}

h3#reply-title {
    margin: 18px 0;
}

#comments-list #respond {
    margin: 0 0 18px 0;
}

#comments-list ul #respond {
    margin: 0;
}

#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}

#respond .required {
    color: #FF4B33;
    font-weight: bold;
}

#respond label {
    color: #888;
    font-size: 12px;
}

#respond input {
    margin: 0 0 9px;
    width: 98%;
}

#respond textarea {
    width: 98%;
}

#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}

#respond .form-allowed-tags code {
    font-size: 11px;
}

#respond .form-submit {
    margin: 12px 0;
}

#respond .form-submit input {
    width: auto;
    font-size: 14px;
}

body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

::-webkit-input-placeholder {
    color: #4b433c;
    opacity: 1;
}

::-moz-placeholder {
    color: #4b433c;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #4b433c;
    opacity: 1;
}

input:-moz-placeholder {
    color: #4b433c;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #4b433c;
    opacity: 1;
}

@font-face {
    font-family: 'CabinSketchBold';
    src: url('fonts/CabinSketchBold.eot');
    src: url('fonts/CabinSketchBold.eot') format('embedded-opentype'), url('fonts/CabinSketchBold.woff2') format('woff2'), url('fonts/CabinSketchBold.woff') format('woff'), url('fonts/CabinSketchBold.ttf') format('truetype'), url('fonts/CabinSketchBold.svg#CabinSketchBold') format('svg');
}

@font-face {
    font-family: 'CabinSketchRegular';
    src: url('fonts/CabinSketchRegular.eot');
    src: url('fonts/CabinSketchRegular.eot') format('embedded-opentype'), url('fonts/CabinSketchRegular.woff2') format('woff2'), url('fonts/CabinSketchRegular.woff') format('woff'), url('fonts/CabinSketchRegular.ttf') format('truetype'), url('fonts/CabinSketchRegular.svg#CabinSketchRegular') format('svg');
}

@font-face {
    font-family: 'BebasNeue';
    src: url('fonts/BebasNeue.eot');
    src: url('fonts/BebasNeue.eot') format('embedded-opentype'), url('fonts/BebasNeue.woff2') format('woff2'), url('fonts/BebasNeue.woff') format('woff'), url('fonts/BebasNeue.ttf') format('truetype'), url('fonts/BebasNeue.svg#BebasNeue') format('svg');
}
@font-face {
    font-family: 'YesteryearRegular';
    src: url('fonts/YesteryearRegular.eot');
    src: url('fonts/YesteryearRegular.eot') format('embedded-opentype'),
         url('fonts/YesteryearRegular.woff2') format('woff2'),
         url('fonts/YesteryearRegular.woff') format('woff'),
         url('fonts/YesteryearRegular.ttf') format('truetype'),
         url('fonts/YesteryearRegular.svg#YesteryearRegular') format('svg');
}

.container {
    width: 1118px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.content_wrapper {
    background: url(images/wood_bg.jpg) repeat;
}

#top_header h6 {
    font-size: 18px;
    color: #000000;
    font-family: 'Cabin Condensed';
    font-style: normal;
    font-weight: 400;
    padding: 21px 0 0;
    line-height: 18px;
    float: left;
}

#get_direction {
    font-family: 'CabinSketchRegular';
    font-weight: normal;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    float: left;
    padding: 11px 18px 10px 10px;
    margin-left: 30px;
    background: #1547c0 url(images/blue_bg.png) no-repeat;
}

#get_direction img {
    position: relative;
    top: 4px;
    margin-right: 12px;
}

#header_links {
    background: #fff;
    padding: 6px 0 8px;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:active,
a:visited,
button:focus,
button:active,
button:visited {
    outline: none !important;
    border: none !important;
    text-decoration: none !important;
}

.top_header_wrapper {
    float: right;
}

#logo img {
    display: block;
}

#food_menu {
    background: url(images/food_menu_bg.png) center center no-repeat;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    font-size: 36px;
    color: #1a4ac1;
    margin: 19px 0;
    font-family: 'CabinSketchBold';
    box-shadow: 0 0 1px transparent;
    transform: perspective(1px) translateZ(0px);
    vertical-align: middle;
}

#food_menu:hover, #food_menu:focus, #food_menu:active {
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-name: hvr-pop;
    animation-timing-function: linear;
}
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#call {
    font-family: 'BebasNeue';
    font-size: 64px;
    line-height: 46px;
    color: #1547c0;
    display: block;
    letter-spacing: 1px;
    margin: 24px 0 22px -16px;
}

.no-padding {
    padding: 0 !important;
}

#navigation_bar li {
    display: inline-block;
    list-style-type: none;
}

#navigation_bar li a {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'BebasNeue';
    padding: 17px 0 17px;
    text-shadow: -2px 3px 0 rgba(0, 0, 0, 0.3);
    padding: 12px 11px 12px 26px;
    background: url(images/bullet.png) 0 center no-repeat;
    transition: all 0.3s linear 0s;
}
#navigation_bar li a:hover, #navigation_bar li.current-menu-item a{
    color: #1547c0;
}
#navigation_bar ul {
    margin: 0;
    text-align: center;
}

#navigation_bar {
    background: #f67700 url(images/nav_bg.png) center center no-repeat;
    border-top: 8px solid rgba(0, 0, 0, 0.15);
    border-bottom: 8px solid rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 9;
}

#navigation_bar li:first-child a {
    background: none;
    padding-left: 0;
}

#navigation_bar li:last-child a {
    padding-right: 0;
}

#slider_container .flex-direction-nav .flex-prev {
    background: url(images/left_arrow.png) no-repeat;
    width: 41px;
    height: 72px;
}

#slider_container .flex-direction-nav .flex-next {
    background: url(images/right_arrow.png) no-repeat;
    width: 41px;
    height: 72px;
}

#slider_container .flex-control-paging li a {
    background: #1547c0 url(images/bullet1.png) center center no-repeat;
    height: 40px;
    width: 40px;
    transition: all 0.3s linear 0s;
}

#slider_container .flex-control-paging li a:hover,
#slider_container li a.flex-active {
    background: #f67700 url(images/bullet1.png) center center no-repeat;
}

#slider_container .flex-control-nav li {
    margin: 0 6px;
}

#slider_container .flex-control-nav {
    bottom: 22px;
}

#welcome_section {
    text-align: center;
	position:relative;
	overflow-x:hidden;
    background: url(images/blue_banner.jpg) center 0 no-repeat;
}

#welcome_section .col-xs-12 {
    padding: 0 0 175px;
}
#welcome_section .boat  img{max-width:none;}
#welcome_section .boat {
    position: absolute;
    bottom: 13px;
    left:0;
	 -webkit-animation: run 4s infinite;
    animation: run 4s infinite;
}
@-webkit-keyframes run {
    0%   { left: 0; }
    100% { left: 100%;}
}
#event_calendar {
    display: block;
    font-size: 31px;
    color: #fff;
    font-family: 'CabinSketchBold';
    height: 61px;
    line-height: 61px;
    margin-top: 30px;
    transition: all 0.3s linear 0s;
    background: url(images/calendar_bg.png) center center no-repeat;
}
#event_calendar:hover{
    background: url(images/calendar_bg_hover.png) center center no-repeat;
    
}
#event_calendar img {
    left: -12px;
    position: relative;
    top: 8px;
}

#grab_to_eat {
    background: url(images/grey_bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 35px 0 15px;
}

#grab_to_eat h2 {
    font-size: 60px;
    color: #1b4bc1;
    line-height: 60px;
    text-align: center;
    font-family: 'CabinSketchBold';
}

#grab_to_eat h4 {
    font-size: 30px;
    color: #f67700;
    line-height: 30px;
    text-align: center;
    padding-bottom: 18px;
    font-family: 'CabinSketchRegular';
}

#grab_to_eat .item {
    background: url(images/wood_bg1.jpg) center center no-repeat;
    box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
    padding: 0 13px 31px;
}

#grab_to_eat .item img {
    text-align: center;
    display: block;
    margin: 0 auto;
    top: 0;
    position: relative;
}
#grab_to_eat .item .pic{
    position: relative;
}
#grab_to_eat .item .pic b {
    border: 6px solid #cbbcab;
    content: " ";
    display: block;
    height: 89%;
    left: 0;
    position: absolute;
    top: 23px;
    width: 100%;
    z-index: 9;
}
#grab_to_eat .slick-prev {
    width: 41px;
    height: 72px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: -58px;
    font-size: 0;
    border: none;
    background: url(images/left_arrow1.png) no-repeat;
}

#slider_on_hover .flexslider{
    position: relative;
}
.caption{
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    padding: 15px 0 75px;
}
.alternatives{
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
}
.alternatives li{
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
    color: #f3f3f3;
    list-style-type: none;
    font-family: 'CabinSketchRegular';
}
.alternatives li::after{
    content: "-";
    display: inline-block;
    font-family: 'CabinSketchRegular';
      font-size: 48px;
    margin: 0 25px;
}
.alternatives li:last-child::after{display: none;}
.alternatives li a{
    color: #f3f3f3;
    transition: all 0.3s linear 0s;
}
.alternatives li a:hover, .alternatives li.flex-active a{
    color: #f67b07;
}

.caption h2{
    font-size: 74px;
    line-height: 74px;
    color: #a4d7ff;
    font-family: 'CabinSketchBold';
    
}
#grab_to_eat .slick-next {
    width: 41px;
    height: 72px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    right: -58px;
    font-size: 0;
    border: none;
    background: url(images/right_arrow1.png) no-repeat;
}

#grab_to_eat .slick-slide {
    padding-bottom: 35px;
}

#grab_to_eat h5 {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-family: 'BebasNeue';
    text-align: center;
    background: #1547c0;
    font-weight: normal;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#scroll a {
    background: rgba(0, 0, 0, 0) url("images/grey_bg.jpg") no-repeat scroll center center;
    border: 4px solid #fff;
    border-radius: 100%;
    display: block;
    height: 55px;
    left: 50%;
    margin-left: -27.5px;
    position: absolute;
    width: 55px;
    z-index: 99;
}

#scroll a:hover,
#scroll a:focus,
#scroll a:visited {
    border: 4px solid #fff !important;
}

#scroll a img {
    display: block;
    line-height: 55px;
    margin: 14px auto 0;
    text-align: center;
}

#every_tuesday {
    position: relative;
}

#every_tuesday h3 {
    color: #f67700;
    font-family: 'CabinSketchRegular';
    font-size: 74px;
    line-height: 74px;
}

#every_tuesday h3 img {
    margin-right: 24px;
}

.chicken {
    position: absolute;
    right: 379px;
    top: 26px;
}

.crocodile {
    position: absolute;
    bottom: 0;
    right: 0;
}

#every_tuesday .col-xs-12 {
    position: relative;
    padding-top: 35px;
    padding-bottom: 28px;
}

.crocodile img,
.chicken img {
    display: block;
}

.shadow, #slider_on_hover span.shadow {
    background: url(images/shadow1.png) repeat-x;
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    height: 19px;
    z-index: 9;
    box-shadow:
}

header {
    position: relative;
}
#slider_on_hover{
    position: relative;
}
#slider_on_hover span.shadow{bottom: auto; top: 0;}

#testimonial{
    padding: 32px 0;
    color: #fff;
     position: relative;
    text-align: center;
    z-index: 99;
    border-top: 11px solid #f67a06;
    background: #1547c0 url(images/dark_blue_bg.png) center center no-repeat;
}

blockquote{
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-style: normal;
    padding: 0 110px;
    position: relative;
    font-family: 'CabinSketchRegular';
}

blockquote::after{
    background: url(images/quote2.png) no-repeat;
    width: 48px;
    height: 37px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: " ";
}
blockquote::before{
    background: url(images/quote1.png) no-repeat;
    width: 48px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: " ";
}
#testimonial h6{
    font-family: 'YesteryearRegular';
    color: #a3d7ff;
    font-size: 36px;
    line-height: 36px;
}
.rating{
    background: url(images/star2.png) no-repeat;
    width: 261px;
    height: 45px;
    margin: 10px auto 12px;
    position: relative;
    
}
.rating .star{
      background: url(images/star1.png) no-repeat;
   position: absolute;
    top: 0;
    left: 0;
    height: 45px;
}
#contact_section{
    padding: 55px 0 0;
    border-bottom: 8px solid #f67600;
    background: url(images/wood_bg.jpg) repeat;
}
#contact_section h2{
    font-size: 72px;
    color: #f67c0a;
    line-height: 72px;
    font-family: 'CabinSketchBold';
    margin-bottom: 15px;
}
#call_us a{
  background: rgba(0, 0, 0, 0) url("images/call.png") no-repeat scroll 28px 4px;
    bottom: -2px;
    color: #1547c0;
    font-family: "BebasNeue";
    font-size: 72px;
    height: 90px;
    left: 0;
    line-height: 72px;
    padding: 0 0 0 90px;
    position: absolute;
}
#contact_section .col-xs-12{
    padding-bottom: 22px;
}

#call_us a img{
    position: relative;
    top: 5px;
}
.our_hours{
    padding: 45px 0;
    width: 317px;
    float: right;
    margin-top: 15px;
    background:url(images/frame.png) no-repeat;
}

.our_hours h3{
    font-size: 46px;
    line-height: 46px;
    color: #f67802;
    font-family: 'CabinSketchBold';
    text-align: center;
    padding-bottom: 20px;
}

.our_hours h4{
    font-size: 36px;
    line-height: 36px;
    color: #f67802;
    font-family: 'CabinSketchRegular';
    text-align: center;
    padding-bottom: 10px;
}
.our_hours h4 strong{
    color: #1547c0;
    display: block;
}
#map img, #map iframe{
	display:block;
    width: 100% !important;
}
#map img{display: block;}
#footer_links{
    padding: 10px 0;
    background: #9dd5ff url(images/footer_bg.png) center center no-repeat;
}
#footer_links h6{
    font-family: 'CabinSketchRegular';
    font-size: 18px;
    line-height: 18px;
    color: #1547c0;
    padding-top: 14px;
    
}
#footer_links h5{
    font-family: 'CabinSketchRegular';
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    padding-top: 14px;
    float: right;
    
}
#footer_links h5 a{
    color: #f97700;
}
#footer_links ul{margin: 0; text-align: center;}
#footer_links li{list-style-type: none; display: inline-block; margin: 0 10px;}
#footer_links .social_icons li.facebook a{
    background: url(images/social_icon1.png) no-repeat;
    display: block;
    width: 25px;
    height: 41px;
    transition: all 0.3s linear 0s;
}
#footer_links .social_icons li.astersik a{
    background: url(images/social_icon2.png) no-repeat;
    display: block;
    width: 31px;
    height: 41px;
    transition: all 0.3s linear 0s;
}
#footer_links .social_icons li.google_plus a{
    background: url(images/social_icon3.png) no-repeat;
    display: block;
    width: 34px;
    height: 41px;
    transition: all 0.3s linear 0s;
}
#footer_links .social_icons li.facebook a:hover{
    background: url(images/social_icon1_hover.png) no-repeat;
}
#footer_links .social_icons li.astersik a:hover{
    background: url(images/social_icon2_hover.png) no-repeat;
}
#footer_links .social_icons li.google_plus a:hover{
    background: url(images/social_icon3_hover.png) no-repeat;
}

.default_template h1{
 font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    font-family: 'CabinSketchBold';
}
.default_template h2{
 font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: 'CabinSketchBold';
}
.default_template h3{
 font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'CabinSketchRegular';
}
.default_template h4{
 font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: 'BebasNeue';
}
.default_template h5{
 font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    font-family: 'CabinSketchBold';
}
.default_template h6{
 font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
     font-family: 'BebasNeue';
}

.default_template blockquote{color: #000; padding: 0 70px;}
.default_template{padding: 50px 0;}
.default_template span, .default_template small{
    font-size: 16px;
    line-height: 18px;
   font-family: 'CabinSketchRegular';
}

.default_template ul li, .default_template ol li, .default_template p{
    font-family: 'CabinSketchRegular';
    font-size: 20px;
    line-height: 24px;
}

default_template p strong{
    font-family: 'CabinSketchBold';
    
}


.default_template h1 a,
.default_template h2 a,
.default_template h3 a,
.default_template h4 a,
.default_template h5 a,
.default_template h6 a {
    color: #000;
}

.default_template blockquote::before{
      background: rgba(0, 0, 0, 0) url("images/quote11.png") no-repeat scroll 0 0;
}
.default_template blockquote::after{
      background: rgba(0, 0, 0, 0) url("images/quote22.png") no-repeat scroll 0 0;
}

.gfield_label {display:none !important;}
#contact_section input[type='text'], #contact_section textarea{
	height:54px;
	line-height:54px;
	background:rgba(189,164,142,0.5);
	border:4px solid rgba(255,255,255,0.5);
	box-shadow:0 4px 8px rgba(0,0,0,0.5) inset;
	padding:0 15px;
   font-family: 'CabinSketchRegular';
   font-size:24px;
   color:#4b433c;
   width:100%;
}
#contact_section textarea{height:118px; line-height:32px; padding:10px 15px; resize:none;}
#gform_fields_1 li{float:left; width:32.33%; margin-left:10px !important; clear:none; margin-bottom:10px !important;}
#gform_fields_1 li:last-child{float:none; width:100%; margin-left:0 !important;}
#gform_fields_1 li:first-child{margin-left:0 !important;}
#gform_submit_button_1{
	width:279px;
	height:61px;
	line-height:61px;
	text-align:center;
	color:#fff;
	font-size:36px;
   font-family: 'CabinSketchBold';
   border:none;
   box-shadow:none;
   float:right;
    background: url(images/send_message_bg.png) no-repeat;
	
}
#map{position:relative;}
#map .shadow{
	top:0;
	bottom:auto;
	z-index:9999;
}

#top_header #call{display: none;}
.menu{display: none;}




















