/*
Theme Name: Captain Zach
Version: 1.0.20
Author: 2K Web Group
template: bb-theme
*/

p {
    margin: 0 0 20px;
}

.menu > li > a {
	margin: auto 14px;
}
.menu > li > a {
	border-bottom: solid 4px transparent;
}
.menu > li > a:hover,
.menu > .current-menu-item > a {
	border-bottom: solid 4px #2893B0;
}

.booknow,
input[type="button"] {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
}
input[type="button"],
input[type="button"]:hover {
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0;
}
.oswald-bold {
	font-weight: 700;
}

.topCTA {
    background-color: #FFD118;
    border-bottom-left-radius: 25px;
    padding: 8px;
    color: #2893B0;
    font-size: 14px;
    line-height: 21px;
    width: 477px;
    float: right;
}
.topCTA a {
	color: #2893B0;
}
.topCTAleft {
    display: inline-block;
    width: 282px;
    vertical-align: top;
    text-align: center;
}
.topCTAright {
    display: inline-block;
    width: 155px;
    vertical-align: top;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
	font-style: italic;
	text-align: right;
	margin-top: -4px;
}
.topCTAleft a {
    font-weight: 700;
}
.topCTAright h4 {
    margin: -2px 0 0 0;
    color: #fff;
    font-size: 24px;
    font-style: normal;
}

.fullwidth-header-photo .fl-photo-content,
.fullwidth-header-photo img {
	width: 100%;
}


/** 992 tablet, 768 mobile **/

@media (max-width: 1180px) {
	.topCTA {
		font-size: 11px;
		line-height: 16px;
		width: 375px;
	}
	.topCTAleft {
		width: 226px;
	}
	.topCTAright {
		width: 116px;
		font-size: 10px;
		line-height: 11px;
	}
	.topCTAright h4 {
		font-size: 18px;
	}
	
	.mainmenu .fl-menu .menu > li > a {
		font-size: 24px;
	    padding-top: 0;
	    padding-bottom: 3px;
	}
	
	.reviewsheader {
		font-size: 14px;
	}
	.reviewsheader .fl-icon i,
	.reviewsheader .fl-icon i:before {
		line-height: 25.5px !important;
		height: 25.5px !important;
		width: 25.5px !important;
	}
}

@media (max-width: 880px) {
	.fl-menu .menu > li > a {
	    font-size: 20px;
	}
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
	.reviewsheader {
		display: none;
	}
	
	.header-logo .fl-photo-content {
		text-align: center;
	}
	
	.topCTA {
	    width: 100%;
	    border-bottom-left-radius: 0;
	    text-align: center;
	}
}

@media (max-width: 480px) {
  .alignleft,
  .alignright {
    float: none !important;
    display: block !important;
    margin: 10px 0 !important;
    width: 100% !important;
  }
}