/*
media breakpoints for bootstrap
xs < 768
sm >= 768
md >= 992
lg >= 1200
*/

body {
	padding-top: 55px; /* accommodate fixed navbar */
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 16px; /* default is 14px */
}

/* navbar */
.navbar {
	font-family: 'Oswald', sans-serif;
}

.navbar-default {
	background-color: #fafafa;
	}

ul.nav a:hover,
a.navbar-brand:hover {
	color: #337ab7 !important;
	}

/* end navbar */

div.post h2 {
	border-bottom: medium solid black;
}

body.page-single div.post h3,
body.page-single div#related-posts h3,
body.page-single div#comment-section h3
{
	border-bottom: thin solid black;
}

div.post-meta {
	margin-bottom: 1.0em;
}

div.post-top-pic {
	width:100%;
	position: relative;
	/*
	padding: 0.3em;
	background-color: #000; */
	}

body.page-single .post .img-responsive {
	margin-top: 25px;
	margin-bottom: 5px;
	}

/**** FareHarbor Tours FHDN */

h3.tour-card {
	/* border-bottom: solid 2px black;*/
}

div.tour-card {
	width:100%;
	/*padding: 0.3em; */
	background-color: #e9f8ff; /*#efefef; */
	/*border: #ccc solid 1px;*/
	margin-bottom: 2.0em;
	border-radius: 10px 40px 10px 10px;
	}

div.tour-card p {
	font-size: 15px;
}

div.tour-card h4 {
	padding: 0.3em;
	font-size: 16px;
	height:  45px;
}

div.tour-card a img,
div.modal .modal-header img {
	border-radius: 10px 40px;
}

div.modal .modal-header img {
	margin-top: 20px;
}

div.tour-card div.collapse {
	padding:  0.3em;
}

/* for chevon on collapsible card details */
div.tour-card a[aria-expanded=true] .showmore {
   display: none;
}
div.tour-card a[aria-expanded=false] .showless {
   display: none;
}

div[class^="col"].double-tour-card {
	background-color: #e9f8ff;
	border-radius:10px;
}

div[class^="col"].double-tour-card div.tour-card {
	margin-bottom:5px;
}

div[class^="col"].double-tour-card div.tour-card h4 {
	text-align: center;
}

@media (min-width: 992px) {
	div[class^="col"].double-tour-card div.tour-card p:first-child {
		margin-top:20px;
	}
}


div.card-overlay {
	position:  relative;
}

div.card-overlay ul {
	position:absolute;
	top: 5px;
	left: 5px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.card-overlay ul.moreinfo {
	position:absolute;
	bottom: 5px;
	right: 5px;
	top: auto;
	left: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.card-overlay ul.moreinfo li {
	color: black;
	font-size: 12px;
	background-color: white;
	border-radius: 50px;
	padding:  2px 8px;
	font-weight:  normal;
	margin-bottom:  0;
	text-align: center;
}

div.card-overlay ul li {
	color: black;
	font-size: 13px;
	background-color: white;
	border-radius: 50px;
	padding:  2px 8px;
	font-weight:  normal;
	margin-bottom:  8px;
	text-align: center;
}


div.card-overlay ul li a {
	color: black !important;
}

div.card-overlay ul li.today {
	background-color: #defade; /* green */
}

div.card-overlay ul li.tomorrow {
	background-color: #FAFAD2; /* yellow */
}

div.card-overlay ul li.nextday {
	background-color: #fed5a4; /* orange */
}

div.card-overlay ul li.transport {
	background-color: #def9f9; /* blue */
}

div.card-overlay ul li.kids {
	background-color: #f7e6f7; /* pink */
}

div.card-overlay ul li.attention {
	background-color: red;
	color: white;
}

div.pic-button {
	width:100%;
	margin-bottom: 2.0em;
}

div.pic-button a img {
	border-radius: 10px 40px;
}

div.pic-button-overlay {
	position:  relative;
}

div.pic-button-overlay div.pic-button-label {
	position:  absolute;
	/* this centers label
	top:  50%;
	left:  50%;
	transform: translate(-50%, -50%);
	*/
	bottom: 5%;
	left:  50%;
	transform: translate(-50%, 0);
	padding:  5px 10px;
	text-align:  center;
	opacity:  0.9;
	color:  white;
	font-weight:  600;
	font-size:  15px;
	border-radius: 10px 40px;
	width:  75%;
}

div.pic-button-overlay div.pic-button-water {
	background-color: #337ab7; /*same as bg-primary*/
}

div.pic-button-overlay div.pic-button-land {
	background-color: #5cb85c; /*same as bg-success*/
}

div.pic-button-overlay div.pic-button-location {
	background-color: #f0ad4e; /*same as bg-warning*/
}

/*body.page-tours00 form#edittourform label.checkbox {*/
body[class^="page-tours"] form#edittourform label.checkbox {
	/* to override some bootstrap checkbox settings */
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 300;
}

div.tour-card div.card-overlay a:focus,
div.tour-card div.card-overlay a:focus-visible,
div.tour-card h4 a:focus,
div.tour-card h4  a:focus-visible,
div.slick-slide a:focus,
div.slick-slide a:focus-visible  {
	outline:none;
}


/**** end FareHarbor */	

/* for POST data displayed in cards for SLICK and SEARCH */

div.post-card {
	width: 100%;
	padding: 0; /* 0.1em; */
	/*margin-top: 1.0em;*/
	background-color: #9ad8f5;
	border: none; /*#ccc solid 1px;*/
	margin-right: 5px;
	margin-left: 5px;
	/*border-radius: 4px;*/
	border-radius: 10px 40px 10px 40px; 
}

div.post-card a img {
	border-radius: 10px 40px;
}

div.post-card h4 {
	margin-top: 0.5em;
	font-size: 13px;
	text-align: center;
	height: 45px;/* this forces uniform card height when different length titles */
	padding-right: 3px;
	padding-left: 3px;
	color: black;
	overflow: hidden;
}

div.post-card.category-card h4 {
	height: 24px;/* this forces uniform card height when different length titles */
}

@media (min-width: 768px) {
	div.post-card h4 {
		font-size: 16px;
		padding-right: 5px;
		padding-left: 5px;
	}
}

@media (min-width: 992px) {
	div.post-card h4 {
		font-size: 17px;
	}
}

div.post-card h4 a {
	color: inherit;
}
/* end post-card formatting */

/* ad-card */

div.ad-card {
	width: 100%;
	padding: 0.1em;
	margin-right: 2px;
	margin-left: 2px;
}

@media (min-width: 992) {
	div.ad-card {
		margin-right: 4px;
		margin-left: 4px;
	}
}

/* end ad-card */

/* browse posts */

div.slick-category-row .post-card a img {
	border-radius: 75px;
}

div.slick-posts-row .post-card a img {
	border-radius: 20px;
}

div.slick-category-row .post-card,
div.slick-tours-row .post-card,
div.slick-posts-row .post-card {
	background-color: inherit;
}

/* for colors -- https://colorhunt.co/  */

div.slick-posts-row {
	background-color: #7FBCD277;
	padding-bottom: 10px;
	border-radius: 20px;
}

div.slick-category-row {
	background-color: #A5F1E977;
	padding-bottom: 15px;
	border-radius: 20px;
}

div.slick-tours-row {
	background-color: #FFEEAF77;
	padding-bottom: 10px;
	border-radius: 20px;
}

/**** front page */

div.section-head {
	color: #333;
	width: 100%;
	padding-left: 0.3em;
	padding-top: 0.5em;
	font-size: 24px;
	border-top: #000 solid 4px;
}

div.lead-card {
	width:100%;
	position: relative;
	padding: 0.3em;
	background-color: #000;
	}

div.lead-card h4,
div.lead-card h3 {
	margin-left: 0.5em;
}

div.lead-card a {
	color: #fff;
	}

div.lead-card div.overlay-logo,
div.post-top-pic div.overlay-logo {
	position: absolute;
	top: 4%; /* changed this for index page -- might have screwed up single page */
	left: 1%;
	width: 20%;
}

div.lead-card div.overlay-banner {
	position: absolute;
	bottom: 5%;
	right: 0;
	text-align: right;
	background-color: black;
	color: white;
	border-radius: 50px 0 0 50px;
	padding: 2px 15px;
	font-size: 14px;
}

@media (min-width:768px) {
	div.lead-card div.overlay-banner {
		padding: 3px 18px;
		font-size:20px;
	}
}

@media (min-width:992px) {
	div.lead-card div.overlay-banner {
		padding: 5px 20px;
		font-size:25px;
	}
}

@media (min-width:1200px) {
	div.lead-card div.overlay-banner {
		padding: 5px 20px;
		font-size:35px;
	}
}

div.sidebar-search-social {
	background-color: #f6f6f6;
	padding: 1em 0.5em;
	}


/*
div.lead-wrapper {
	position: relative;
	width: 100%;
}

div.lead-wrapper div.caption {
	position: absolute;
	left:0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	padding-left: 10px;
	width: 100%;
}

div.lead-wrapper div.caption h2 a {
	color: rgba(255, 255, 255, 1.0);
	margin: 0;
}

div.lead-wrapper div.overlay-logo {
	position: absolute;
	top: 2%;
	left: 1%;
	width: 15%;
}
*/



div.recent-wrapper {
	width: 100%;
	padding: 0.3em;
	margin-top: 1.0em;
	background-color: #efefef;
	border: #ccc solid 1px;
}

div.recent-wrapper h4 {
	margin-top: 0.5em;
}

div.recent-wrapper h4 a,
div.featured-wrapper h4 a,
div.tour-card h4 a {
	color: #333;
}

div.featured-wrapper {
	width: 100%;
	padding: 1.0em 0 1.0em 0;
	margin-top: 0;
	margin-bottom: 0em;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #aaa;
	}

div.featured-wrapper img {
	margin-right: 1.0em;
	}

div.featured-wrapper h4 {
	margin: 2.0em 0.5em 0.5em 0;
	}

body.page-search div.featured-wrapper h3,
body.page-category div.featured-wrapper h3 {
	margin: 2.0em 0.5em 0.5em 0;
	}

body.page-all-posts div.featured-wrapper h4 {
	margin: 0;
	}

/***** end front page */


span.req {
	color: red;
	}


body.page-mapdb div.search-form,
body.page-gpsdb div.search-form {
	display: none;
	}


/* social buttons */

span.fa-facebook-square {
	color: #3B5998;
	}

span.fa-twitter-square {
	color: #00ACED;
	}

span.fa-pinterest-square {
	color: #CB2027;
	}

span.fa-rss-square {
	color: #FF8300;
	}

span.fa-envelope-square {
	color: #2C3641;
	}


/* paragraph icons */

p.disclosure,
p.disclaimer,
p.new-info,
p.decision,
p.warning,
p.tldr { /* similar to BS well */
	padding:1em;
	background-color: #f5f5f5;
	border: #e3e3e3 solid 1px;
	}

p.cost span.glyphicon {
	color: green;
	}

p.decision span.glyphicon {
	color: inherit;
	}

p.directions span.glyphicon {
	color: inherit;
	}

p.disclaimer span.glyphicon {
	color: red;
	}

p.disclosure span.glyphicon {
	color: red;
	}

p.duration span.glyphicon {
	color: blue;
	}

p.gps span.glyphicon {
	color: blue;
	}

p.hours span.glyphicon {
	color: blue;
	}

p.important span.glyphicon {
	color: red;
	}

p.information span.glyphicon {
	color: blue;
	}

p.map span.glyphicon {
	color: blue;
	}


p.new-info span.glyphicon {
	color: green;
	}

p.own-risk span.glyphicon {
	color: orange;
	}

p.phone span.glyphicon {
	color: blue;
	}

p.photo span.glyphicon {
	color: inherit;
	}

p.tips span.glyphicon {
	color: pink;
	}

p.tldr span.glyphicon {
	color: blue;
	}

p.travel span.glyphicon {
	color: green;
	}

p.warning span.glyphicon {
	color: orange;
	}

p.website span.glyphicon {
	color: blue;
	}

/* end paragraph icons */

/* advertisements */
.double-button-ad-box {
	margin-top: 1.0em;
}
/* end advertisements */

div.form-subsection {
	margin-left: 25px;
	}


body.page-single div.post h3 { /* add some space for old IMG classes */
	clear:both;
	margin-top: 0.5em;
	}
/*** for IMG in articles -- copied from old theme */
img.centered, img.centered-noprint, img.centered-print, div.centered, img.hero {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width: 0;
	}

img.alignright, div.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	float: right;
	}

img.alignleft, div.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	float: left;
	}

div.alignleft img,
div.alignright img,
div#gb_form_div img.centered,
img.signature, img.wp-smiley {
	border-width:0; /* remove borders added to images by theme */
	}
/*** end IMG */

/*** comments ***/
div.comment-card { /* similar to BS well */
	background-color: #f5f5f5;
	border: #e3e3e3 solid 1px;
	margin-bottom: 3em;
	width: 100%;
	}

div.comment-card p.comment-content {
	background-color: #fff;
	padding: 10px;
	}

div.comment-card p.comment-author {
	padding-left: 10px;
}

div.authorcomment {
	background-color: #f9deaf;
	border-color: #efc881;
	}
/*** end comments ***/

div.lang-es {
	display: none;
	}

/* mostly for Olympics table of athletes
table.vert-center tbody tr td {
	vertical-align: middle !important;
}

/* utility spacers */
.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }
.margin-top-35 { margin-top: 3.5em; }
.margin-top-40 { margin-top: 4.0em; }

.margin-right-05 { margin-right: 0.5em; }
.margin-right-10 { margin-right: 1.0em; }
.margin-right-15 { margin-right: 1.5em; }
.margin-right-20 { margin-right: 2.0em; }

.margin-bottom-05 { margin-bottom: 0.5em; }
.margin-bottom-10 { margin-bottom: 1.0em; }
.margin-bottom-15 { margin-bottom: 1.5em; }
.margin-bottom-20 { margin-bottom: 2.0em; }
.margin-bottom-25 { margin-bottom: 2.5em; }
.margin-bottom-30 { margin-bottom: 3.0em; }
.margin-bottom-35 { margin-bottom: 3.5em; }
.margin-bottom-40 { margin-bottom: 4.0em; }

.padding-bottom-10 { padding-bottom: 1.0em; }
/* end spacers */

/* for accordian travel alert */
.panel-title a[aria-expanded=true] .showmore,
.panel-title a[aria-expanded=false] .showless
{
   display: none;
}
.panel-title a[aria-expanded=false] .showmore,
.panel-title a[aria-expanded=true] .showless
{
   display: inline;
}
/* end accordian travel alert */
