/*
Theme Name: WP-holfordnaturalholidays
Author: Akin Orman
Author URI: appmedia.co.uk
Description: Responsive Bare Bones framework
Version: 1.0
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* #Basic Styles
================================================== */
body {
	font-family: 'adobe_garamond_proregular';
	background: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0D758C;
	font-family: 'adobe_garamond_proregular';
	font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 40px;
	margin-bottom: 37px;
	margin-top: 40px;
	text-align: center;
	font-style: italic;
}

h2 {
	font-size: 36px;
	margin-bottom: 15px;
	margin-top: 40px;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
}

h3 {
	font-family: "Proxima Nova";
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 600;
	letter-spacing: 1px;
}

h4 {
	font-style: italic;
	font-size: 25px;
	color: #ffffff;
	letter-spacing: 1px;
}

h5 {}

h6 {}

p {
	line-height: 150%;
	letter-spacing: 1px;
	color: #666666;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
	color: #777;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	color: #0D758C;
}

small {
	font-size: 80%;
}

/*	Blockquotes  */
blockquote,
blockquote p {
	font-size: 17px;
	line-height: 24px;
	color: #777;
	font-style: italic;
}

blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 19px;
	border-left: 1px solid #ddd;
}

blockquote cite {
	display: block;
	font-size: 12px;
	color: #555;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
	color: #555;
}

hr {
	border: #0D758C dashed 1px;
	margin-bottom: 80px;
}

/* #Links
================================================== */
a,
a:visited {
	color: #0D758C;
	text-decoration: none;
	font-style: italic;
}

a:hover,
a:focus {
	color: #0D758C;
	font-style: italic;
	text-decoration: underline;
}

/* #Lists
================================================== */
ul,
ol {}

ul {}

ol {}

ol,
ul.square,
ul.circle,
ul.disc {}

ul.square {}

ul.circle {}

ul.disc {}

li {}

ul.large li {}

li p {}

/* #Forms
================================================== */

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #ccc;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	width: 210px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #fff;
}

select {
	padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
	min-height: 60px;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

/* carousel
================================================== */
#containerCarouselWrap {
	position: relative;
	overflow-x: hidden;
	height: 485px;
}

.container {
	width: 1920px;
	height: 400px;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	margin-top: 76px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
	margin: 0;
}

.carousel-inner h1 {
	font-family: "Proxima Nova";
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 5px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-shadow: none;
}

.carousel-inner p {
	font-family: 'adobe_garamond_proregular';
	font-size: 40px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: none;
	line-height: 100%;
	margin-top: 4px;
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	margin-right: 6px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #CACACA;
	border: 1px solid #CACACA;
	border-radius: 7px;
}

.carousel-indicators .active {
	margin: 1px;
	margin-right: 6px;
	border-radius: 7px;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
}

.carousel-caption {
	margin: 0;
	padding: 0;
	top: 165px;
}

.carousel-indicators {
	position: absolute;
	top: 356px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: none;
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=0);
	opacity: 1;
	background-image: none;
	z-index: 100;
}

.carousel-control.right {
	left: 50%;
	margin-left: 215px;
	opacity: 1;
	background-image: none;
	padding-top: 170px;
	padding-left: 268px;
}

.carousel-control.left {
	left: 50%;
	margin-left: -500px;
	padding-top: 170px;
	padding-right: 268px;
	opacity: 1;
	background-image: none;
}

/* #Menu
================================================== */
.menu {
	font-family: "Proxima Nova";
	color: #FBED21;
	text-align: right;
	margin-bottom: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-weight: 200;
}

.menu ul {}

.menu li {
	display: inline-block;
	list-style-type: none;
	font-size: 13px;
	margin-top: 36px;
}

.menu a {
	text-decoration: none;
	color: #666666;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	margin-left: 20px;
	font-weight: 300;
}

.menu a:hover {
	text-decoration: none;
	color: #666666;
}

.current-menu-item a {
	color: #0D758C;
}

#footerMenuWrap .menu {
	font-family: "Proxima Nova";
	color: #FFFFFF;
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-weight: 200;
	text-align: center;
}

#footerMenuWrap .menu ul {}

#footerMenuWrap .menu li {
	display: inline-block;
	list-style-type: none;
	font-size: 13px;
	margin: 0;
	margin-left: 30px;
}

#footerMenuWrap .menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	font-weight: 200;
	margin-left: 0;
}

#footerMenuWrap .menu li:first-child {
	margin-left: 0;
}

#footerMenuWrap .menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footerMenuWrap .current-menu-item a {
	color: #FFFFFF;
}

/* #Page
================================================== */
#containerWrap {
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 15px;
	z-index: 1;
}

#header {
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	margin-bottom: 499px;
}

#logoWrap {
	float: left;
	width: 30%;
}

#menuWrap {
	float: left;
	width: 70%;
}

#sliderS {
	float: left;
	width: 100%;
	height: 400px;
}

#mainHome {
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	padding-bottom: 40px;
}

#main {
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	padding-bottom: 40px;
}

#main p {
	font-family: 'adobe_garamond_proregular';
	font-size: 19px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 20px;
}

#homeAdvert {
	float: left;
	width: 300px;
	margin-right: 50px;
	margin-top: 40px;
}

#homeAdvertLast {
	float: left;
	width: 300px;
	margin-right: 0;
	margin-top: 40px;
}

#homeAdvertMoreButton {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E5F4FA;
	margin-bottom: 140px;
	margin-top: 40px;
	font-size: 25px;
	font-style: italic;
	text-align: center;
}

#homeAdvert p,
#homeAdvertLast p {
	font-family: "Proxima Nova";
	font-size: 16px;
	text-align: center;
	line-height: 160%;
	letter-spacing: 1px;
}

#latestTestimonials {
	float: left;
	width: 100%;
	margin-bottom: 72px;
}

#latestTestimonials h2 {
	font-size: 36px;
	margin-bottom: 80px;
	margin-top: 0;
	text-align: center;
	font-style: italic;
}

#latestTestimonials p {
	font-family: "Proxima Nova";
	font-size: 16px;
	text-align: center;
	line-height: 160%;
	letter-spacing: 1px;
	padding-left: 3%;
	padding-right: 3%;
}

#latestTestimonials a {
	font-family: 'adobe_garamond_proregular';
	text-decoration: none;
	font-style: italic;
	font-size: 25px;
}

.testLink {
	margin-top: 30px;
	margin-bottom: 80px;
}

#latestTestimonials a:hover {
	text-decoration: none;
	font-style: italic;
	font-size: 25px;
}

#footerWrap {
	width: 100%;
}

#footer {
	float: left;
	width: 100%;
	background-color: #0D758C;
	font-family: "Proxima Nova";
	color: #FFFFFF;
	text-align: center;
	padding-top: 40px;
}

#footerMenuWrap {
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 37px;
}

#footerStrapline {
	float: left;
	width: 100%;
	background-color: #096279;
	text-align: center;
	height: 80px;
}

#footerStrapline p {
	font-family: "Proxima Nova";
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 2px;
	padding-bottom: 30px;
	padding-top: 30px;
}

#footer a {
	font-family: "Proxima Nova";
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 2px;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#strapline {
	font-size: 24px;
	text-align: center;
	padding-right: 21%;
	padding-left: 21%;
}

#straplinePage {
	font-size: 19px;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
}

#socialWrap {
	margin-top: 30px;
	margin-bottom: 65px;
}

#social1 {
	margin-right: 14px;
}

/* #Page Details
================================================== */
#contactContent {
	float: left;
	width: 100%;
}

#contactContent h2 {
	font-size: 25px;
}

#contactContent p {}

#hrCust {
	background-image: url(images/dash.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 3px;
	margin-top: 70px;
	margin-bottom: 70px;
}

#contactForm {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 80px;
}

#contactFormDetails {
	float: left;
	width: 300px;
	margin-right: 50px;
}

#contactFormDetails h3,
#contactFormMsg h3 {
	text-align: left;
	margin-bottom: 5px;
}

#contactFormMsg {
	float: left;
	width: 650px;
}

input[type=text] {
	width: 300px;
	height: 35px;
	margin-bottom: 32px;
}


select {
	width: 300px;
	height: 35px;
	margin-bottom: 32px;
}




textarea {
	width: 650px;
	height: 475px;
}

#submitButton {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E5F4FA;
	margin-bottom: 140px;
	margin-top: 30px;
	font-size: 25px;
	font-style: italic;
	text-align: center;
}

.buttonSubmit {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #E5F4FA;
	margin-bottom: 140px;
	margin-top: 30px;
	font-size: 25px;
	font-style: italic;
	text-align: center;
	text-shadow: none;
	border: none;
	color: #0D758C;
}

#colm2Wrap {
	float: left;
	width: 100%;
	margin-bottom: 120px;
}

#imgGallery {
	float: left;
	width: 680px;
	margin-right: 50px;
	margin-top: 40px;
}

#holidayDetailsColumn {
	float: left;
	width: 270px;
}

#holidayDetailsColumnGallery {
	float: left;
	width: 270px;
}

#imgGalleryM {
	float: left;
	width: 100%;
}

#imgGalleryT {
	float: left;
	width: 100%;
	margin-top: 40px;
}

#rsButton {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #5FAE4B;
	margin-bottom: 40px;
	margin-top: 40px;
	font-size: 25px;
	text-align: center;
	font-family: "Proxima Nova";
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 2px;
}

#summeryContainment {
	width: 270px;
	min-height: 460px;
	padding-left: 20px;
	padding-right: 20px;
}

#holidaySummery {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	background-color: #E5F4FA;
}

#holidaySummery h2 {
	font-family: "Proxima Nova";
	font-size: 25px;
	font-style: normal;
	letter-spacing: 2px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 35px;
	font-weight: bold;
}

#holidaySummery p {
	font-family: "Proxima Nova";
	font-size: 14px;
	font-style: normal;
	letter-spacing: 2px;
	text-align: center;
	line-height: 190%;
}

.holidaySummeryNext {
	margin-top: 35px;
}

#colContent {
	float: left;
	width: 680px;
	margin-right: 50px;
	margin-top: 40px;
}

#colContent h1 {
	font-family: "Proxima Nova";
	font-size: 29px;
	text-align: left;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
}

#colContent h2 {
	font-family: 'adobe_garamond_proregular';
	font-size: 30px;
	text-align: center;
	font-style: italic;
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 40px;
}



#colContentGalley {
	float: left;
	width: 680px;
	margin-right: 50px;
	margin-top: 40px;
}

#colContentGalley h1 {
	font-family: "Proxima Nova";
	font-size: 29px;
	text-align: left;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
}

#colContentGalley h2 {
	font-family: 'adobe_garamond_proregular';
	font-size: 30px;
	text-align: center;
	font-style: italic;
	text-align: left;
	letter-spacing: 2px;
	margin-bottom: 40px;
}





#colContent p {
	font-size: 19px;
	margin-bottom: 40px;
}

#longPageFooterWrap {
	float: left;
	width: 100%;
}

#colContentFooter {
	float: left;
	width: 680px;
	margin-right: 50px;
}

#upToTopButton {
	float: left;
	width: 300px;
	height: 56px;
	padding-top: 17px;
	padding-bottom: 23px;
	background-color: #E5F4FA;
	margin-bottom: 140px;
	margin-top: 40px;
	font-size: 25px;
	font-style: normal;
	text-align: center;
	cursor: pointer;
}

#testi h2 {
	text-align: right;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 0;
	margin-bottom: 80px;
}

#testi p {
	margin-bottom: 0;
	font-size: 18px;
}

#bookingsHeader {
	float: left;
	width: 100%;
	height: 70px;
	background-color: #E5F4FA;
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: "Proxima Nova";
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 25px;
	color: #0D758D;
}

#holPriceWrap {
	float: left;
	width: 300px;
	margin-bottom: 80px;
}

#holPriceWrapCenter {
	float: left;
	width: 300px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 80px;
}

#holPriceWrap h2,
#holPriceWrapCenter h2 {
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 40px;
	text-align: center;
	font-style: italic;
}

#holPriceWrap p,
#holPriceWrapCenter p {
	font-family: "Proxima Nova";
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
	text-align: center;
}

.holPriceE {
	font-family: "Proxima Nova";
	font-size: 16px;
	font-style: normal;
	letter-spacing: 2px;
	text-align: center;
	margin-bottom: 20px;
	color: #0D758C;
}

#calLegendWrap {
	float: left;
	width: 1000px;
}

#calLegend1 {
	float: left;
	width: 286px;
	background-color: #A0CF93;
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 80px;
}

#calLegend2 {
	float: left;
	width: 286px;
	margin-left: 51px;
	margin-right: 51px;
	background-color: #86BAC5;
	margin-top: 40px;
	margin-bottom: 80px;
}

#calLegend3 {
	float: left;
	width: 286px;
	background-color: #CC9A5C;
	margin-top: 40px;
	margin-bottom: 80px;
}

#calLegend4 {
	float: left;
	width: 286px;
	background-color: #FFEE66;
	margin-top: 40px;
	margin-bottom: 80px;
}

#calLegend1 p,
#calLegend2 p,
#calLegend3 p {
	font-family: "Proxima Nova";
	font-size: 11px;
	font-style: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}

#calendar {
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 80px;
	font-family: "Proxima Nova";
}

#calendar h2 {
	font-family: "Proxima Nova";
	font-style: normal;
	font-size: 30px;
	margin-top: 3px;
}

#menuWrapHoliday {
	float: left;
	width: 100%;
}

#menuWrapHoliday .menu {
	font-family: "Proxima Nova";
	color: #FBED21;
	text-align: center;
	margin-bottom: 40px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-weight: 200;
}

#menuWrapHoliday .menu li {
	display: inline-block;
	list-style-type: none;
	font-size: 13px;
	margin-top: 0;
}

#menuWrapHoliday .menu {
	margin-left: 0;
}

#pageTitleSub {
	float: left;
	width: 100%;
	margin-top: 6px;
}

#pageTitleSub h2 {
	font-family: "Proxima Nova";
	font-size: 29px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
}

#map {
	width: 100%;
	height: 250px;
	margin-bottom: 40px;
}

#menuWrap {
	float: left;
	width: 70%;
}

#menuWrapMobile {
	float: left;
	width: 100%;
	display: none;
	visibility: hidden;
}

#menuMobileButton {
	float: left;
	display: none;
	visibility: hidden;
}

#menuMobileButtonClose {
	float: right;
	display: none;
	visibility: hidden;
}




#menuWrapMobile .menu {
	font-family: "Proxima Nova";
	color: #FBED21;
	text-align: center;
	padding-bottom: 40px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	font-weight: 200;
	background-color: #FFFFFF;
	margin-top: 11px;
	border: solid 1px #0D758C;
	border-top: solid 1px #FFFFFF;
	margin-bottom: 20px;
}

#menuWrapMobile .menu ul {}

#menuWrapMobile .menu li {
	display: inline-block;
	list-style-type: none;
	font-size: 18px;
	margin-top: 36px;
	width: 100%;

}

#menuWrapMobile .menu a {
	text-decoration: none;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 2px;
	margin-left: 0;
	font-weight: 300;
}

#menuWrapMobile .menu a:hover {
	text-decoration: none;
	color: #666666;
}

#menuWrapMobile .current-menu-item a {
	color: #0D758C;
}

#colContent img {
	width: 100%;
	height: auto;
}

#goingOnWrap {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

#goingOnWrapCol1 {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}

#goingOnWrapCol2 {
	float: left;
	width: 460px;
	margin-left: 40px;
	margin-bottom: 20px;
}

#goingOnWrapCol2 h2 {
	font-family: "Proxima Nova";
	font-size: 24px;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	font-weight: bold;
	line-height: 140%;
}

#goingOnWrapCol2 p {
	font-size: 20px;
}

.dateStyleWrap {
	margin-top: 30px;
	margin-bottom: 30px;
}

.dateStyleWrapStyle {
	font-family: "Proxima Nova";
	font-weight: bold;
	color: #0D758C;
	line-height: 130%;
}

#bookWhatsonBTN {
	float: left;
	font-family: "Proxima Nova";
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 1px;
	border: solid 1px #0D758C;
	padding: 15px;
	padding-right: 33px;
	padding-left: 33px;
	background-color: #ffffff;
	margin-top: 50px;
}

#bookWhatsonBTN:hover {
	background-color: #0D758C;
	color: #ffffff;
}

.fancybox-content h1 {
	margin-bottom: 15px;
}

.fancybox-content p {
	font-size: 20px;
}

.wpcf7-form input[type=text],
.wpcf7-form select,
.wpcf7-form input[type=email] {
	width: 100%;
	height: 35px;
	margin-bottom: 32px;
}

.wpcf7-form textarea {
	width: 100%;
	height: 200px;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
	width: 100%;
	font-size: 19px;
}

.bestdescribes .wpcf7-list-item {
	width: 100%;
	font-size: 19px;
}

.wpcf7-form label,
.wpcf7-form legend {
	display: block;
	font-family: 'adobe_garamond_proregular';
	font-size: 19px;
	font-weight: normal;
	color: #0D758C;
	margin-bottom: 20px;
}

label span,
legend span {
	font-family: 'adobe_garamond_proregular';
	font-size: 19px;
	font-weight: normal;
	color: #0D758C;
}

.wpcf7-form input[name="weight"],
.wpcf7-form input[name="height"] {
	margin-bottom: 0;
}

.wp-block-booking-booking label {
	text-align: left;
}

#fforest-shop-item-row,
#fforest-shop-item-row-title,
#fforest-shop-item-row-quantity,
#fforest-shop-item-row-price {
	float: left;
	width: 100%;
}

#fforest-shop-item-row-title {
	width: 50%;
}

#fforest-shop-item-row-quantity,
#fforest-shop-item-row-price {
	width: 25%;
}

#fforest-shop-item-row h2,
#fforest-shop-item-row p {
	margin: 0;
	padding: 0;
	text-align: left;
}

#fforest-shop-item-row p {
	text-align: right;
}

#fforest-shop-item-row {
	border-bottom: #cccccc 1px solid;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.fforest-shop-price-list {
	margin-top: 20px;
	margin-bottom: 80px;
}

.fforest-shop-price-list-title-1 {
	text-align: left !important;
}

.fforest-shop-price-list-title-1,
.fforest-shop-price-list-title-2,
.fforest-shop-price-list-title-3 {
	color: #096279 !important;
	font-style: italic;
	font-size: 17px !important;
}

#dowload_wrap {
	float: left;
	width: 100%;
	margin-bottom: 60px;
}

#dowload_wrap_ele {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
#homeAdvertDescripWrap {
	height: 170px;
}