/* Fixes site not stretching fully */
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: 100%;
}

/* Fixes Subscribe Box Jutting out of Bounds */
.ftr-widget.newsleater-widget {
	padding-right: 87px;
	padding-left: 15px;
}

/* Fixes 'Why Choose Us' Slide Stutter */
.choose-box:hover .choose-content {
	padding-left: 30px;
	padding-right: 30px;
}


/* Header Adjustments 
.ow-navigation .nav.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 0px;
}
.menu-image {
	position: relative;
	bottom: 100px;
	z-index: 1;
}
.top-header {
	margin-bottom: -50px;
}


.ow-navigation {
	margin-bottom: -175px;
	text-align: center;
}
.ow-navigation ul {
    display: inline-block;
}
.menu-block {
	background-color: #000;
}
.menu-image-title {
    color: yellow;
}
.gear-section::before {
	background-color: rgba(254, 176, 5, 0.15);
}


.header-main {
	border-top: none !important;
}
.top-header {
	padding-top: 0px !important;
}*/

/* Flag Section */
.gear-section::before {
	background-color: rgba(254, 176, 5, 0.1);
}
/* Previous Flag .gear-section::before {
	background-color: rgba(254, 176, 5, 0.15);
}*/

/* Removes Excess Padding from Item Page*/
.section-padding {
    padding-top: 0px !important;
}

/* Shrinks Location List Width
.wpgmza_marker_holder {
    margin-left: 10px;
    margin-right: 10px;
}*/

/*.wpgmza_marker_holder { 
    margin-left: 10%; 
    margin-right: 10%;
}
*/

.menu-block .search-box {
    background-color: white;
}


/*.menu-block {
    position: relative;
    overflow: hidden;
}

.menu-block:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url('./wp-content/uploads/2017/02/wild_oliva.png');
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}*/

.thumbnail-container {
    width: 80px;
    height: 80px;
    border: 2px solid red;
    overflow: hidden;
}

.intro-section .intro-content h3 {
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	color: #1f8bf3;
	margin-bottom: 0px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
	margin-top: 0px;
}

.intro-section .intro-content a::after {
	content:"";
	font-family:'';
    padding-left: 0px;	
}

.form-control {
    border: 1px solid #988c8c !important;
}

.form-control::-webkit-input-placeholder { color: #808080 !important; }
.form-control:-moz-placeholder { color: #808080 !important; }
.form-control::-moz-placeholder { color: #808080 !important; }
.form-control:-ms-input-placeholder { color: #808080 !important; }