/* CSS by GoBillyDesigns all rights reserved */
/* general styles */
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/bootstrap.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-services.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-navigation.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-headers.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-content.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-extra-pages.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-basic.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-team.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-intro.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-divider.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-download.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/style-sliders.css");
@import url("https://letsgetgrub.com/websites/htmlblox/elements/bundles/owl.carousel.css");
img {
    max-width:100%;
}
#navigation8 .navbar {
    	background: rgba(0, 0, 0, 0.6);
    	padding: 0;
    	border-radius: 0;
    	border: 0;
    	margin-bottom: 0;
    	font-weight: 400;
    	text-transform: uppercase;
    	color: #fff;
	}
	.mt20 {
    	margin-top: 20px;
    	color: #fff;
	}
	#content26 {
    	background-image: url('https://letsgetgrub.com/websites/htmlblox/elements/bundles/images/header2.jpg');
    	background-position: center center;
    	background-attachment: scroll;
    	background-size: cover;
    	position: relative;
    	display: block;
    	padding: 20px 0 !important;
    	min-height: 200px;
	}
	#content26 .overlay {
    	background-color: rgba(98, 177, 81, 0.9);
    	position: absolute;
    	top: 0;
    	left: 0;
    	height: 100%;
    	width: 100%;
    	padding: 40px 0;
	}
.content26 {
    background-image: url('https://letsgetgrub.com/websites/htmlblox/elements/bundles/images/header2.jpg');
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    position: relative;
    display: block;
    padding: 20px 0 !important;
    min-height: 200px;
}
.overlay {
    background-color: rgba(98,177,81,0.9);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 40px 0;
}

/* basic1 */
.basic1 {
	padding: 40px 0;
}

.basic1 p {
	font-size: 12px;
}

.basic1 h3 {
	font-size: 22px;
}

/* basic2 */
.basic2 {
	background: #282828;
	color: #fff;
	padding: 40px 0;
}

.basic2 p {
	font-size: 12px;
}

.basic2 h3 {
	font-size: 22px;
}

/* basic3 */
.basic3 {
	background: #62b151;
	color: #fff;
	padding: 40px 0 0 0;
}

.basic3 p {
	font-size: 12px;
	text-align:center;
}

.basic3 h2 {
	font-size: 30px;
	text-align:center;
}

.basic3 h3 {
	font-size: 22px;
	text-align:center;
}
/* basic4 */
.basic4 {

    background: #62b151;
    color: #fff;
    padding: 0px 0px;
}

.basic4 p {
	font-size: 12px;
	text-align:center;
}

.basic4 h2 {
	font-size: 30px;
	text-align:center;
}
.basic4 h3 {
	font-size: 22px;
	text-align:center;
}
.title1 h2::before {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background-color: #62b151;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -20px;
}
.title1 h2::after {
    content: "";
    display: block;
    height: 2px;
    width: 60px;
    background-color: #62b151;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
}
.title1 {
    padding: 40px 0;
}
.title1 h2 {
    text-align: center;
    font-size: 30px;
    position: relative;
    margin: 0;
    padding-top: 1%;
}
.title1 p {
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
/* title4 */
.title4 {
	padding: 40px 0;
}
.title4 h1 {
	text-align: center;
	font-size: 24px;
	position: relative;
	margin: 0;
}
.title4 h1::after {
	content: "";
	display: block;
	height: 2px;
	width: 60px;
	background-color: #e74c3c;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
#footer3 {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: #fff;
}
/* Tooltips*/
/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}
/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
      opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition:    
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition:         
        opacity 0.2s ease-in-out,
        visibility 0.2s ease-in-out,
        transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform:    translate3d(0, 0, 0);
  transform:         translate3d(0, 0, 0);
  pointer-events: none;
}
/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: rgba(79, 198, 42, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}
/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}
[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(65, 213, 49, 0.9);
}
/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}
/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto;
}
.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform:    translateX(-12px);
  transform:         translateX(-12px); 
}
/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%;
}
.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform:    translateY(12px);
  transform:         translateY(12px); 
}
/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%;
}
.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: hsla(0, 0%, 20%, 0.9);
}
.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform:    translateX(12px);
  transform:         translateX(12px); 
}
/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}
/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}