/*
	Theme Name: Adventure Tours Child
	Theme URI: http://mauivalue.com/wp-content/themes/
	Description: Adventure Tours child theme
	Template: adventure-tours
    Author: Anthony Piscitelli ~ Secure Hosting Hawaii
    Author URI: http://www.blogshh.securehostinghawaii.com/
	Version: 2.1.1
*/
#logoLink img {
    max-height: 117px;
    max-width: 300px;
}
.header__info {
    display: none;
}
.bottom {
    border-bottom: 1px solid #ffffff;
}
.header {
    border-bottom: 5px solid #243440;
}
.main-nav-header {
    float: left;
    width: 100%;
}
.main-nav > li.menu-item-4799, .main-nav > li.menu-item-1803, .main-nav > li.menu-item-35 {
	float: right;
}
.main-nav > li.menu-item-1803 {
	margin-right: 0px;
}
.main-nav > li:last-child {
	margin-right: 30px;
}
.logo {
    float: none;
    position: absolute;
    bottom: -36px;
    z-index: 99;
    left: 41%;
}
.home-phone {
	top: 35%;
}
.breadcrumbs {
    position: relative;
    text-align: left;
    z-index: 1;
    color: #ababab;
    margin-bottom: 20px;
}
.footer {
    border-top: 5px solid #243440;
}
.top {
    border-top: 1px solid #ffffff;
}
.footer .widget a {
    color: #f4f154;
    opacity: 1;
}
.footer__bottom::before {
    content: " ";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}
.footer__arrow-top::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #fff;
    border-radius: 100%;
    opacity: 1;
}
.footer__arrow-top a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.286em;
    border-bottom: none !important;
    opacity: 1;
    position: relative;
}
.footer-nav {
    font-weight: bold;
}
.footer-nav ul > li a {
    color: #304453;
    border-bottom: none;
}
.footer__copyright {
	color: #304453;
	font-size: 0.8em;
	text-align: right;
}
.footer-image {
	float: left;
	margin: 0 10px 0 0;
}
.subject {
	clear: left;
	color: #304453;
	font-weight: bold;
}
@media only screen and (max-width: 1199px) {
	.logo {
    	float: none;
    	position: absolute;
    	bottom: -36px;
    	z-index: 99;
    	left: 39%;
	}
}
@media only screen and (max-width: 991px) {
	.logo {
    	float: none;
    	position: absolute;
    	bottom: -36px;
    	z-index: 99;
    	left: 37%;
	}
	.footer__copyright  {
	    text-align: center;
	}
}
@media only screen and (max-width: 800px) {
	.footer-image {
		float: none;
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {
	.logo {
    	float: none;
    	position: absolute;
    	bottom: -36px;
    	z-index: 99;
    	left: 36%;
	}
	.main-nav > li.menu-item-1829, .main-nav > li.menu-item-1803, .main-nav > li.menu-item-35 {
		float: none;
	}
}
@media only screen and (max-width: 556px) {
	.logo {
    	float: none;
    	position: absolute;
    	bottom: -36px;
    	z-index: 99;
    	left: 34%;
	}
}
@media only screen and (max-width: 420px) {
	.logo {
    	float: none;
    	position: absolute;
    	bottom: -36px;
    	z-index: 99;
    	left: 25%;
	}
	alignright, .alignleft {
    	float: none !important;
    	margin: 10px auto !important;
	}
}
@media only screen and (max-width: 375px) {
	.logo {
    	float: none;
    	position: absolute;
    	bottom: -36px;
    	z-index: 99;
    	left: 22%;
	}
	.footer-nav ul li + li {
    	margin-left: 10px;
	}
}
@media only screen and (max-width: 320px) {
	.logo {
    	float: none;
    	position: absolute;
    	bottom: -36px;
    	z-index: 99;
    	left: 20%;
	}
	.footer-nav ul li + li {
    	margin-left: 5px;
	}
	.footer__copyright {
		font-size: 0.6em;
	}
}
  .form-block input, .form-block textarea {
    background: rgba(255,255,255,1);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
  .btn-group>.btn:first-child {
    margin-left: 0;
    background: rgba(255,255,255,1);
}
