/*
Theme Name: Star Fish Group Theme
Theme URI: 
Author: Carr Design Ltd.
Author URI: https://www.carrdesign.co.uk/
Description: Star Fish Group theme based on Bootstrap 4.
Version: 1.0
License: MIT
License URI: http://opensource.org/licenses/MIT
Text Domain: starfish
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready
This theme built with Twitter Bootstrap v.4. It is basic theme with basic style for build new theme with Bootstrap.
*/

#wp-admin-bar-wpseo-menu,
#wp-admin-bar-cs-explain,
#fixed-bottom-menu,
#wp-admin-bar-vc_inline-admin-bar-link {display: none}

/**
 * ----------------------------------------
 * fonts
 * ----------------------------------------
 */
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
         url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/**
 * ----------------------------------------
 * animation
 * ----------------------------------------
 */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}



/*
Required WordPress CSS
*/
a {
	color: #000;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
a:focus, a:hover {
	color: #262828;
}
b, strong {
    font-weight: 600;
}
.text-color-primary {
	color: #262828;
}
body.home.custom-background {
    background-color: #FFF !important;
}
.page-container {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-starfish {
    padding: 8px 12px;
    background-image: none;
    background-color: #262828;
    color: #FFF;
    border: 2px solid #262828;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-radius: 0px;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.btn-starfish:hover {
	background-color: #000;
	color: #FFF;
}
.btn-starfish-white {
	background-color: #FFF;
	border: 2px solid #FFF;
	font-size: 13px;
    padding: 8px 13px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	outline: none;
	color: #1a2b40;
}
.btn-starfish-white:hover {
	background-color: transparent;
	border: 2px solid #FFF;
	color: #FFF;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}

::selection {
	background: #262828; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
	background: #262828; /* Gecko Browsers */
	color: #fff;
}
.pagination a.page-link {
    color: #FFF !important;
    background-color: #262828 !important;
}
.pagination .page-link:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #262828 !important;
}
.page-item.disabled .page-link {
    color: #262828 !important;
    background-color: transparent !important;
}
.service-hover-effect {
	opacity:1;
	transition:ease opacity 300ms
}
.service-hover-effect:hover {
	opacity:.85
}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #262828;
	font-weight: 500;
}
.heading_stroke {
	-webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #262828;
}
h1 {
	font-size: 34px;
	margin-bottom: 20px
}
h2 {
	font-size: 30px;
	margin-bottom: 15px;
}
h3 {
	font-size: 26px;
}
p {font-size: 15px; line-height: 26px;}

.header-right {
    position: relative;
}
.jumbo-menu-button {
    padding: 0px 15px;
}
.jumbo-menu-button::before, 
.jumbo-menu-button::after, 
.jumbo-menu-button div.jumbo-menu-button-middle {
    width: 32px;
    height: 3px;
    margin: 5px 0;
}
.jumbo-menu-button::after {
    width: 20px;
    height: 3px;
    margin: 5px 0 5px auto;
}
.jumbo-menu-button-label::before {
	font-family: 'Montserrat', sans-serif;
    top: 2px;
    left: -110px;
    font-weight: 600;
    font-size: 16px;
}
.jumbo-by-bonfire .menu > li > a, 
.jumbo-by-bonfire .sub-menu > li > a {
    font-weight: 600;
}
.jumbo-by-bonfire-column .menu > li {
    margin: 0 18px 20px 18px;
}
.jumbo-by-bonfire li ul.sub-menu {
    padding: 0;
}
.bonfire-jumbo-main-desc {
    display: none !important;
}
.jumbo-by-bonfire li {
    padding: 0 0 20px 0 !important;
}
.jumbo-menu-button-active {
    display: none !important;
}
.jumbo-by-bonfire .menu > li.active > a {
	color: #71c25a;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
}
.jumbo-custom-activator {
	color: #FFF;
	font-weight: 600;
	position: absolute;
	top: 29px;
	right: 0px;
	z-index: 2;
	display: flex;
	cursor: pointer;
}
.jumbo-custom-activator .line {
	display: block;
    height: 3px;
    width: 32px;
    border-radius: 25px;
    background: #FFF;
    margin: 5px 0;
	margin-left: 10px;
}
.jumbo-custom-activator .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}
.jumbo-custom-activator .line2 {
	transition: transform 0.2s ease-in-out;
}
.jumbo-custom-activator .line3 {
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
	width: 20px;
	margin-left: 22px;
}
.jumbo-custom-activator:hover .line {
	background: #71c25a;
}

header#main_header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

#header_top {
	position: relative;
	background-color: #FFF;
	color: #1a2b40;
	padding: 8px 0;
	z-index: 9;
}
#header_top ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#header_top ul li {
	display: inline-block;
}
#header_top li, #header_top a {
	font-size: 12px;
	line-height: 22px;
	color: #1a2b40;
	margin-bottom: 0px;
	font-weight: 600;
	text-decoration: none;
}
/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
    width:100%;z-index:300;transform: translateZ(0);
    transition:all 0.3s; /* Effect for switching from .fixed to static */
}
/* when class="float-panel fixed" */
.fixed {box-shadow:0 2px 6px rgba(0,0,0,0.2);animation:slide-down 0.2s;opacity:0.9;}

/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
    visibility:hidden;
    visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {visibility: visible; animation:slide 1s;}
.slideanim::after {
    /* useful when its child elements are float:left; */
    content: "";
    display: table;
    clear: both;
}
#header {
	font-size: 16px;
	text-align: left;
	position: relative;
    left: auto;
    right: auto;
    z-index: 9;
    width: 100%;
	background-position: 50% 0;
    background-size: cover;
	background-color: #1a2b40;
}
#header.fixed {
	background-color: rgba(26, 43, 54, 0.65);
	opacity: 1;
	backdrop-filter: blur(10px);
	animation: slideDown 0.35s ease-out;
}
body.admin-bar #header.fixed {
	top: 32px !important;
}
#header a {
	text-decoration: none;
    color: #000;
}
header img {
	display: table;
    transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
    height: auto;
    max-width: 190px;
    margin: 10px auto 10px 0;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li, .vc_cta3-container {
	margin-bottom: 0px !important;
}
.home_section h1 {
	font-weight: 600;
    font-size: 22px;
	line-height: 32px;
    text-align: center;
}
.typewriter h2 {
	color: #fff;
    font-size: 30px;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto 10px !important;
    animation: typing 2s steps(20, end);
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

.home_section p {
	font-weight: 400;
	font-size: 18px;
}
.home_cta .vc_general.vc_cta3 {
    border: 0px;
    padding: 20px;
	margin: 75px 0;
}
.home_cta h1 {
	margin-bottom: 5px;
}
.home_cta p {
	font-size: 16px;
	line-height: 24px;
}
.home_cta .vc_btn3.vc_btn3-size-md {
    font-size: 13px !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
    font-weight: bold !important;
    border: 2px solid #FFF !important;
}
.home_cta .vc_btn3.vc_btn3-size-md:hover {
	background-color: transparent !important;
    border: 2px solid #FFF !important;
	color: #FFF !important;
}
.ts-imagehover .mask .ts-image-hover-title {
	visibility: hidden;
}
.land_aquisition {
	color: #FFF;
}
h3.widget-title {
	font-size: 20px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: 600;
}

/* Sidebar Menu Skin */
.sidebar .widget ul li, .sidebar .widget .textwidget {
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar .widget ul li.active > a,  .sidebar .widget ul li.current-menu-item > a,  .sidebar .widget ul li a:hover {
	color: #262828;
	text-decoration: none;
}
.sidebar .widget .textwidget p {
	padding: 15px 20px !important;
	display: block;
	position: relative;
	z-index: 10;
	text-decoration: none;
}
.sidebar .widget ul li a {
	padding: 10px !important;
	display: block;
	position: relative;
	z-index: 10;
	text-decoration: none;
}
.sidebar .widget ul li.current-menu-item a {
	font-weight: 600;
	padding-left: 20px !important;
}
.sidebar .widget ul li a:hover {
	padding-left: 20px !important;
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.sidebar .widget ul li > a:before {
	content: "";
	position: absolute;
	width: 70%;
	height: 3px;
	bottom: -3px;
	left: 20px;
	background-color: #262828;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.sidebar .widget ul li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.sidebar .widget ul.sub-menu li {
	padding: 0 10px 0 10px;
}
#sidebar .widget {
	margin-bottom: 25px
}
.sidebar h1 {
    color: #262828 !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 17px;
    margin: 0 0 15px;
    border: 2px solid #262828;
    border-bottom: 0;
    display: block;
    max-width: 100%;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
    text-align: center;
}
.sidebar h1::before, .sidebar h1::after {
    border-bottom: 2px solid #262828;
    bottom: 0;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 50px;
}
.sidebar h1::before {
    left: 0;
}
.sidebar h1::after {
    right: 0;
}
.sidebar .search-form {
    background: #F9F9F9;
    padding: 20px;
}

.sidebar .ccm-page-list, .sidebar .widget_recent_entries ul, .sidebar .custom-html-widget, .sidebar .menu-about-menu-container {
	background: #F9F9F9;
    padding: 15px;
}
.sidebar .menu-products-container {
	background: #F9F9F9;
}
.sidebar .menu-products-container ul li a {
	display: block;
}
.sidebar .menu-products-container ul li:hover {
	background-color: #262828;
}
.sidebar .ccm-page-list a {
	display: inline-block;
	margin-bottom: 10px;
    min-height: 30px;
	font-size: 16px;
    color: #333333;
    background: #fff;
    padding: 3px 10px;
    border-radius: 2px;
	float: none !important;
}
.sidebar .ccm-page-list a:hover, .sidebar .custom-html-widget a:hover {
	color: #353535;
}

#instagram_feed h2 {
	text-align: center;
}

#site-footer {
	background: #1a2b40;
	padding-top: 30px;
	color: #FFF;
	font-size: 16px;
}
#site-footer a {
	color: #FFF
}
#footer-row {
    padding-bottom: 30px;
}
#footer_bottom {
	background-color: #262828;
    color: #FFF;
    font-size: 13px;
    padding: 10px 0;
	line-height: 28px;
}
#footer_bottom a, #footer_bottom a:focus {
	color: #FFF
}
#site-footer .footer-logo img {
	display: table;
    margin: 0 auto 10px 0;
    width: 260px;
}
.footer-column-1 .widget:not(:last-child) {
	margin-bottom: 10px;
}
.footer-column-1 .widget .textwidget p {
	line-height: 28px;
}
footer p {
    font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
    /*display: inline-block;*/
}
footer ul li a {
    position: relative;
	text-decoration: none;
	color: #FFF;
	line-height: 30px;
}
footer ul li a:hover,
footer ul li.active a {
	text-decoration: none;
}
footer ul li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #FFF;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer ul li > a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.site-footer ul.list-inline {
    font-weight: bold;
    padding: 0;
    margin: 7px 0 0 0;
    display: table;
}
.site-footer ul.list-inline>li {
	display: inline-block;
	padding-right: 10px;
}
.site-footer ul.list-inline li a {
	color: #FFF;
	text-decoration: none;
}
.site-footer ul.list-inline li a:before {
    content: '';
    background: transparent;
}
.site-footer ul.list-inline i {
	color: #FFF;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    transition: transform 1s;
    transform-style: preserve-3d;
    line-height: 33px;
    text-align: center;
}
.site-footer ul.list-inline i:hover {
	-webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
	        animation: pulsate-bck 0.5s ease-in-out infinite both;
}
.site-footer ul.list-inline li:nth-child(even) i {
	border-radius: 30%;
}
#footer_bottom ul {
	list-style: none;
	margin-bottom: 0;
}
#footer_bottom p {
	margin: 0px;
}
.inner_banner {
	position: relative;     
	overflow: hidden;
}
.inner_banner:before {
	background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    content: '';
	opacity: 0.2;
}
.inner_banner .inner_title {
	/*display: inline-block;
    max-width: 620px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    padding: 15px 65px;*/
    display: inline-block;
    position: absolute;
    top: calc(50% - 32px);
    left: 5%;
}
.inner_banner .inner_title h2 {
    /*margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 400;
    font-size: 36px;
    text-shadow: 2px 2px 8px #252525;
    text-align: center;
	letter-spacing: 3px;*/
	margin: 0;
    padding: 0;
    color: #FFF;
    font-weight: 700;
    font-size: 54px;
    text-align: center;
    letter-spacing: 2px;
	text-shadow: 2px 2px 8px #000;
}
.inner_banner_title_line_left, 
.inner_banner_title_line_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 45px;
    height: 2px;
    background: #FFF;
    -ms-transform: none;
    transform: none;
    -webkit-transform: none;
    content: '';
}
.inner_banner_title_line_left {
	left: 0;
}
.inner_banner_title_line_right {
	right: 0;
}
/*.inner_banner img {animation: kenburns 20s infinite;}*/

.inner_banner .inner_arrow {
    position: absolute;
    margin: 0 auto;
    padding-top: 20px;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 12px;
    clear: both;
}
.inner_banner .inner_arrow .inner_arrow_body {
    margin-left: 5px;
    width: 1px;
    height: 25px;
    background: #FFF;
}
.inner_banner .inner_arrow .inner_arrow_head {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
}
.custom-shape-divider-bottom-starfish {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-starfish svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 48px;
}

.custom-shape-divider-bottom-starfish .shape-fill {
    fill: #FFFFFF;
}
.home_image_row .wpb_content_element {
	margin-bottom: 0px !important;
}
.home_image_row .wpb_content_element .ultimate-hover-item {
	margin-top: 0px !important;
}
.home_image_row .effect-hover {
	background: transparent !important;
}
.home_image_row img {
	max-height: 300px;
}

/* News */
h2.news_heading {
	margin-top: 0px;
	font-size: 22px;
}
h2.news_heading a {
	text-decoration: none;
	position: relative;
}
h2.news_heading a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -3px;
	left: 0;
	background-color: #262828;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
h2.news_heading a:hover:before {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
article.post .post-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}
article.post .post-meta > span {
    display: inline-block;
    padding-right: 8px;
}
article.post .post-meta i {
    margin-right: 3px;
	color: #262828;
}
article.post .post-image {
    margin: 0;
    position: relative;
    z-index: 0;
}

.sidebar #wp-members img.avatar {
	float: left;
    margin: 0 4px 4px 0;
}

.post-media img {
	max-width: 100%;
	height: auto;
}
.bsui img.rounded-circle {
    max-width: 150px;
}

.nf-form-content label {
    font-size: 16px !important;
}
.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
    margin-bottom: 5px !important;
}
.nf-error .nf-error-msg {
    font-size: 13px !important;
}
/*.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    background: #262828;
}*/
.footer-column-4 .nf-form-fields-required {
    display: none;
}
.footer-column-4 .nf-form-content .ninja-forms-field {
    font-size: 14px;
    padding: 8px;
	height: 42px;
}
.footer-column-4 .nf-error.field-wrap .nf-field-element:after {
    font-size: 14px;
    height: 40px;
    width: 20px;
    line-height: 42px;
}
.footer-column-4 .nf-pass.field-wrap .nf-field-element:after {
    font-size: 14px;
    right: 5px;
    height: 40px;
    line-height: 42px;
}
.footer-column-4 .nf-after-field .nf-error-msg,
.footer-column-4 .nf-after-form-content .nf-error-msg {
    margin-right: 0;
    font-size: 11px !important;
    color: #f87b7b !important;
}
.footer-column-4 .nf-after-form-content {
    clear: both;
}
.footer-column-4 .nf-form-content input[type=submit] {
	width: 100%;
    height: 43px;
	background: #71c25a;
}
.footer-column-4 .nf-form-content input[type=submit]:hover {
	background: #262828;
	color: #FFF;
}
.footer-column-4 .nf-field-container {
    margin-bottom: 15px;
}

.author-block img {
	max-width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}

.jumbo-by-bonfire-column .menu > li > a::before {
    background-image: url(img/divider-02.png) !important;
    background-size: 20px auto !important;
    opacity: 0.9 !important;
}
.starfish_home_grid h4 {
	color: #000 !important;
	font-size: 18px;
}
.starfish_home_grid .vc_gitem_row .vc_gitem-col {
	padding: 10px 10px 0;
}
.starfish_home_grid .vc_gitem-post-data {
    margin-bottom: 0px;
}
.starfish_home_grid .vc_btn3.vc_btn3-size-md {
	padding: 10px 15px;
	margin-top: 25px;
}
.starfish_home_grid .vc_btn3.vc_btn3-size-md:hover {
	background-color: #000 !important;
	color: #FFF !important;
}
.home_about {
	margin-top: 15px;
	color: #FFF;
}
.home_about h2 {
	background: url(img/starfish-logo.png) no-repeat 0 0 / 78px auto transparent;
    padding-left: 90px;
    line-height: 80px;
}
.home_about h2, .home_about p {
	color: #FFF;
}
.starfish_accre img {
    max-width: 180px !important;
    margin: 0 auto;
    display: table;
}
.home_section .pt-cv-content-item {
	background-color: #FFF;
	padding: 15px;
}
.home_section .pt-cv-content-item h3 a {
    text-decoration: none;
    color: #93c51d;
}
.home_section .pt-cv-content {
    color: #262828;
}
.home_section .pt-cv-readmore.btn {
    background: #93c51d;
    color: #FFF !important;
    margin: 15px auto 0;
    display: table;
}
.home_section .pt-cv-readmore.btn:hover {
	background: #9ace15;
}
.starfish_news h4 {
    margin-bottom: 0px !important;
}

@media (max-width: 767px) {
	header#main_header {
    	position: relative !important;
	}
	#header {
		position: relative !important;
		background-color: #1a2b40 !important;
	}
	#header a {
		font-size: 12px;
	}
	header img {
    	margin: 10px auto 10px 0px;
		width: 150px;
	}
	.jumbo-custom-activator {
		top: 26px;
		right: 15px;
	}
	.starfish-button {
		text-transform: capitalize;
	}
	.jumbo-menu-button-label:before {
		content: '' !important;
	}
	.jumbo-by-bonfire ul.menu {
		padding: 0;
		width: 70%;
    	margin: 0 auto;
	}
	.jumbo-by-bonfire-column .menu > li > a {
		margin-bottom: 30px !important;
	}
	.jumbo-by-bonfire-column #menu-primary-navigation li.hide_mobile {
		display: none;
	}
	.home_section .vc_column-inner {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.home_section h1 {
		font-size: 18px;
		line-height: 26px;
	}
	.home_section p {
		font-size: 15px;
	}
	.home_cta div:first-child {
		margin-bottom: 20px;
	}
	.home_cta .vc_general.vc_cta3 {
		margin: 30px 0;
	}
	.home_cta h1 {
		margin-bottom: 10px;
		font-size: 30px !important;
	}
	.land_aquisition > div:first-child {
		min-height: 250px;
	}
	.typewriter h2 {
		font-size: 26px;
	}
	.inner_banner .inner_title h2 {
		font-size: 20px;
		letter-spacing: 2px;
	}
	#footer-row {padding-bottom: 0px}
	.footer-column-1, .footer-column-2, .footer-column-3, .footer-column-4 {
		margin-bottom: 15px
	}
	.footer-column-1 h3.widget-title,
	.footer-column-4 h3.widget-title {
		text-align: center;
	}
	.footer-column-1, .footer-column-4 {
		text-align: center;
	}
	.footer-column-4 {
		display: flex;
	}
	.footer-column-4 .widget {
		flex: 1 1 0px;
	}
	.site-footer ul.list-inline {
		margin: 7px auto 0 auto;
	}
	#footer_bottom, #footer_bottom .text-right {
		text-align: center;
	}
	.inner_banner img {
		animation: none;
		min-height: 150px;
	}
	.inner_banner:after {
		background-size: 100% 16px;
		height: 16px;
	}
	.inner_banner .inner_arrow {
		bottom: 10px;
	}
	.inner_banner .inner_arrow .inner_arrow_body {
		height: 15px;
	}
	.inner_banner .inner_title {
		top: 40%;
		white-space: nowrap;
	}
	.reverse_row { 
		display: flex !important;
		flex-direction: column-reverse !important;  
	}
	h1 {margin-top: 0; font-size: 26px;}
	h2 {font-size: 22px}
	h3 {font-size: 20px}
	p, footer p {font-size: 14px}
	#site-footer {
		font-size: 14px;
	}
	#footer_bottom p {font-size: 13px;}
	.jumbo-buttons-wrapper {right: 0px !important; top: 26px !important;}
	.jumbo-heading-image-wrapper img {min-width: 75px !important;}
	.jumbo-by-bonfire li ul.sub-menu {padding-top: 30px;}	
	.starfish_home_grid .vc_btn3.vc_btn3-size-md {margin-top: 25px;}
	.site-footer ul.list-inline>li {
    	padding-right: 0px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	h1 {
		font-size: 30px;
		margin-top: 0;
	}
	h2 {font-size: 28px !important;}
	h3 {font-size: 24px;}
	p {
		font-size: 15px;
		line-height: 24px;
	}
	#header_top p {font-size: 12px;}
	.jumbo-custom-activator {top: 24px; right: 15px;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding: 0px 10px;
		font-size: 12px;
	}
	#mega-menu-wrap-primary #mega-menu-primary img {
		max-height: 52px;
		max-width: 100px;
	}
	header#main_header {
		position: relative;
	}
	.home_cta h1 {
		margin-bottom: 10px;
		font-size: 28px !important;
	}
	.inner_banner .inner_title h2 {
		font-size: 26px;
	}
	.inner_banner:after {
		height: 24px;
		background-size: 100% 24px;
	}
	.btn {
		padding: 8px 14px;
		font-size: 14px;
	}
	h3.card-title {
		line-height: 1.3;
		margin: 30px auto 20px;
	}
	.starfish_home_grid .vc_gitem_row .vc_gitem-col {
		padding: 10px 0px 0;
	}
	.starfish_home_grid .vc_gitem-zone-a .vc_gitem-row-position-middle, 
	.starfish_home_grid .vc_gitem-zone-b .vc_gitem-row-position-middle {		
		top: 60%;
		transform: translate(0,-40%);
	}
	.site-footer ul.list-inline>li {
		padding-right: 6px;
	}
	.site-footer ul.list-inline i {
		width: 32px;
		height: 32px;
		line-height: 29px;
	}
	#section_6 img.mealor_accre {
		padding-top: 10px;
		padding-bottom: 275px;
	}
}
@media (min-width: 992px) and (max-width: 1195px) {
	figure.effect-roxy figcaption {
		padding: 2em 1em;
		text-align: center;
	}
	.inner_banner .inner_title {
    	top: 60%;
	}
	figure.effect-roxy figcaption::before {
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
	}
}

/* Small devices (tablets) */
@media (min-width: 768px) and (max-width: 991px) {
	.footer-column-1, .footer-column-2 {
		margin-bottom: 25px
	}
	.inner_banner .inner_title {
    	top: 60%;
	}
}

/* Medium devices (desktops) */
@media (min-width: 1024px) and (max-width: 1195px) {
	header .header-right {padding-top: 5px; padding-bottom: 5px;}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		line-height: 65px;
		height: 65px;
		padding: 0px 7px;
		font-size: 13px;
	}
	#mega-menu-wrap-primary #mega-menu-primary img {
		max-height: 60px;
		max-width: 120px;
	}
}

/* Hide Jumbo between resolutions */
@media (min-width: 767px) and (max-width:5000px) {
	.jumbo-custom-activator {
		display:none;
	}
}