/*
Theme Name: ACT 2018
Theme URI: ...
Author: Bullseye
Author URI: ...
Description: ACT 2018 is base on Twenty Sixteen. A modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
Tags: ...
Text Domain: act2018
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}
big {
	font-size: 120%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
/*	color: #1a1a1a; */
	font-family: Arial, "Helvetica Neue", sans-serif;
	font-size: 100%;  /* 16px; */
/*	font-size: 1rem;    */
/*	line-height: 1.75; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.entry-summary.subtitle,
.tour_date_additional_info {
	clear: both;
  color: #0084D0;
	font-family: 'Roboto Condensed', Arial, "Helvetica Neue", sans-serif;
	font-weight: 900;
  text-align: center;
	text-rendering: optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
}
h1 {
	font-size: 1.9rem;
}
@media screen and (max-width: 600px) {
  h1 {
  	font-size: 1.3rem;
  }
}
@media screen and (max-width: 500px) {
}

h2 {
	font-size: 1.4rem;
}
h3 {
	font-size: 1.3rem;
}
h4 {
	font-size: 1.2rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.0rem;
}

p {
	font-size: 0.9rem;
	margin-bottom: 20px;
	margin-top: 0;
  text-align: justify;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
  background-color: #F7FBEF;
  background-image: url(graphics/blockquote_bg.png);
  background-position: 20px 15px;
  background-repeat: no-repeat;
	border-left: 4px solid #BFDC7A;
	color: #054F00;
	margin: 0 0 20px;
  padding: 20px 20px 20px 70px;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
}

blockquote cite,
blockquote small {
	display: block;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	max-width: 100%;
	overflow: auto;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
}

abbr,
acronym {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
	cursor: help;
}

mark,
ins {
	background: #007acc;
	color: #fff;
	text-decoration: none;
}

/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

ul {
	list-style: disc;
	margin-bottom: 1.2em;
	margin-left: 1.5em;
}

ol {
	list-style: decimal;
	margin-bottom: 1.2em;
	margin-left: 1.5em;
}

ul li,
ol li {
	margin-bottom: 0;
}

p + ul {
	margin-bottom: 1.2em;
}
p + ul li {
	margin-bottom: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
}


body.home article .entry-content ul {
	clear: both;
  color: #E76120;
	font-family: 'Roboto Condensed', Arial, "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
	font-weight: 900;
	list-style: none;
	margin-left: 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body.home article .entry-content ul {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 500px) {
}
body.home article .entry-content ul li {
  border-bottom: 1px solid #ECECEC;
 	margin-bottom: 15px;
 	padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  body.home article .entry-content ul li {
   	margin-bottom: 10px;
   	padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
}
body.home article .entry-content ul li:last-of-type {
	border-bottom: 0;
}



dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	max-width: 100%; /* Make sure images are scaled correctly. */
	vertical-align: middle; /* Adhere to container width. */
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th,
td {
	padding: 0.4375em;
}

table.tariffs {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
  display: block;
	font-size: 13px;
	margin: 0 0 1.75em;
  overflow-y: auto;    /* Trigger vertical scroll    */
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  vertical-align: top;
	width: 100%;
}
table.tariffs td {
	border: 1px solid #F5F5F5;
	padding: 4px;
  text-align: center;
  width: 13%;
}
table.tariffs tr td:first-child {
	font-size: 14px;
	font-weight: bold;
  padding-left: 10px;
  text-align: left;
  width: 22%;
}
table.tariffs tr td:first-child {
}
table.tariffs tr:nth-child(odd) {
  background: #DCDCDC;
}
table.tariffs tr:nth-of-type(1) td {
	background-color: #0083CF;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
table.tariffs tbody {
  display: block;
  overflow-y: auto;  
  overflow-x: auto;
  width: 100%;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}
:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}
::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	background: #FCFCFC;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
 	border: 1px solid #d1d1d1;
	border-radius: 5px;
	color: #686868;
  margin-top: 5px;
  margin-bottom: 15px;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}

/*********************************/
/*         FORM STYLING          */
/*********************************/
.visual-form-builder fieldset {
  background-color: #EEEEEE;
  box-sizing: border-box;
}
input.vfb-text,
input[type="text"].vfb-text,
input[type="tel"].vfb-text,
input[type="email"].vfb-text,
input[type="url"].vfb-text,
textarea.vfb-textarea,
select.vfb-select {
  font-size: 115%;
  margin: 0 0 0px 0;
  padding: 8px 10px;
}
select.vfb-select {
  padding: 7px 5px;
}
.vfb-section-div {
  background-color: #e5e5e5;
  margin: 10px 10px;
  width: 98%;
}
@media screen and (max-width: 600px) {
  .vfb-section-div {
    margin: 10px 0;
  }
}
@media screen and (max-width: 500px) {
}
.visual-form-builder .vfb-legend h3 {
  line-height: 1.5em;
}
.visual-form-builder .vfb-section-div h4 {
  padding: 0 0 5px 0 !important;
}
label.vfb-desc {
  padding: 0 0 5px 0;
}
.vfb-item-radio span label {
  font-style: italic;
}
.visual-form-builder li div span.vfb-span {
  border: 1px solid #d1d1d1;
	border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px 0 10px;
  width: auto;
}
@media screen and (max-width: 600px) {
  .visual-form-builder span.vfb-left,
  .visual-form-builder span.vfb-right {
      float: left;
      width: 100%;
  }
  .visual-form-builder li.vfb-left-half,
  .visual-form-builder li.vfb-right-half {
      width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
}
.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 13px;
/*	font-size: 0.8125rem;   */
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.widget_meta {
  display: none;
}

.search-form {
  display: none;
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 2px 2px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
}


/**
 * 6.0 - Navigation
 */

/* 6.1 - Links */

a {
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

p a {
	border-radius: 5px;
  color: #000000;
  padding: 0 5px;
	text-decoration: underline;
  -webkit-transition: all 1.5s ease-out;
     -moz-transition: all 1.5s ease-out;
       -o-transition: all 1.5s ease-out;
      -ms-transition: all 1.5s ease-out;
          transition: all 1.5s ease-out;
}
p a:hover {
  background-color: #EFF6DF;
	ox-shadow: 0 1px 0 0 #BFDC7A;
	text-decoration: none;
  -webkit-transition: all .5s ease-out;
     -moz-transition: all .5s ease-out;
       -o-transition: all .5s ease-out;
      -ms-transition: all .5s ease-out;
          transition: all .5s ease-out;
}

.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body > a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover,
.content-bottom-widgets .widget-area ul li a:hover {
	ox-shadow: 0 1px 0 0 currentColor;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}

#reg_link {
  clear: both;
  display: block;
  margin-bottom: 30px;
}
.reg_link {
  background-color: #076902;
  background-image: linear-gradient(to top, rgb(7, 105, 2) 20%, rgb(5, 79, 0) 100%);
  border-radius: 10px;
  box-shadow: 0 10px 1px #000000;
  color: #FFFFFF;
  display: inline-block;
  font-size: 20px;
	font-family: Rubik, "Gill Sans", Arial, "Helvetica Neue", sans-serif;
  padding: 15px 20px 15px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.reg_link:hover {
  background-image: linear-gradient(to top, rgb(5, 79, 0) 0%, rgb(7, 105, 2) 100%);
  box-shadow: 0 7px 1px #000000;
  top: 3px;
}
.reg_link:hover::before {
  box-shadow: 0 1px 0 #FF0000 inset, 0 3px 0 #FF0000, 0 6px 3px #FF0000;
  margin-top: -12px;
  top: 50%;
}
.reg_link:active {
  background-image: linear-gradient(to top, rgb(5, 79, 0) 0%, rgb(7, 105, 2) 100%);
  box-shadow: 0 4px 1px #000000;
  top: 6px;
}
.reg_link:active::before {
  box-shadow: 0 1px 0 #BFDC7A inset, 0 3px 0 #FF0000, 0 6px 3px #076902;
  margin-top: -12px;
  top: 75%;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	display: none;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}
#secondary_navigation .site-header-menu {
	display: block;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}
#secondary_navigation .main-navigation {
  background-color: #CCCCCC;
}
#secondary_navigation .main-navigation li {
  border-bottom: 2px solid #EAEAEA;
  border-right: 0;
}
#secondary_navigation .main-navigation li:last-child {
  border-bottom: 0;
}

.main-navigation ul {
  list-style: none;
	margin-bottom: 0;
	margin-left: 0;
  text-align: center;
}
.main-navigation li {
  display: inline-block;
	margin-bottom: 0;
	position: relative;
}

#primary_navigation {
  background-color: #FFFFFF;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 5px;
	 -khtml-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 5px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 5px;
	        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px 5px;
  left: 0;
  argin-top: 32px;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  #primary_navigation {
    margin-top: 0;
    padding: 10px 0;
    position: relative;
  }
}
@media screen and (max-width: 500px) {
}
#primary_navigation .main-navigation a {
  background-color: #FFFFFF;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
  color: #0083CF;
	display: block;
  font-family: Lato;
  font-weight: 900; /* 300,300i,400,400i,700,700i,900 */
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 12px;
	white-space: nowrap;
  width: auto;
}
#primary_navigation .main-navigation li:hover > a,
#primary_navigation .main-navigation li.focus > a {
  background-color: #F5F5F5;
  color: #00005F;
}
#primary_navigation .main-navigation li.current-menu-item a {
  background-color: #FFFFFF;
  color: #00005F;
}
#primary_navigation .main-navigation li.current-menu-item:hover > a,
#primary_navigation .main-navigation li.current-menu-item.focus > a {
  background-color: #F5F5F5;
  color: #00005F;
}


#secondary_navigation .main-navigation a {
  color: #FFFFFF;
	display: block;
  font-size: 0.8rem;
}
#secondary_navigation .main-navigation .primary-menu > li {
 	display: table-cell;
  float: left;
  min-height: 100%;
  width: 100%;
}
#secondary_navigation .main-navigation a {
  borde: 1px solid red;
  color: #035200;
 	display: block;
  height: 100%;
  padding: 10px 5px;
  text-align: center;
}
#secondary_navigation .main-navigation li:hover > a,
#secondary_navigation .main-navigation li.focus > a {
  background-color: #076902;
  color: #FFFFFF;
}

.main-navigation a:hover,
.main-navigation a:focus {
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
}

.main-navigation ul ul {
	display: none;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
}

.main-navigation .menu-item-has-children > a {
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid rgba(0, 0, 0, 0.25);
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
/*	margin-top: 1.75em;*/
}

.site-footer .social-navigation {
/*	margin-bottom: 1.75em;*/
}

.social-navigation ul {
	list-style: none;
}

.social-navigation li {
	float: left;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #1a1a1a;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.post-navigation a {
	display: block;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
}

.post-navigation div + div {
}

.pagination {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #1a1a1a;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
}

.pagination .prev,
.pagination .next {
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	left: -9999em;
	outline: none;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	font-family: "Open Sans", sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft,
.alignnone,
.alignright,
.aligncenter {
  margin: 0 0 10px;
  -webkit-transition: all .75s ease-out;
     -moz-transition: all .75s ease-out;
       -o-transition: all .75s ease-out;
      -ms-transition: all .75s ease-out;
          transition: all .75s ease-out;
}

.aligncenter {
	clear: both;
	display: block;
}

img[class*="size-100-High"] {
  idth: 100%;
}

blockquote.alignleft {
}

blockquote.alignright {
}

blockquote.aligncenter {
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	ackground-color: LightSalmon;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}

.widget .widget-title:empty {
}

.widget-title a {
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
}

.widget_calendar tbody a {
	display: block;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.widget_recent_entries li:last-child .post-date {
}

/* RSS widget */
.widget_rss .rsswidget img {
}

.widget_rss .rss-date,
.widget_rss cite {
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-style: normal;
}

.widget_rss .rssSummary:last-child {
}

.widget_rss li:last-child :last-child {
}

/* Tag Cloud widget */
.tagcloud a {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	line-height: 1;
	margin: 0 0.1875em 0.4375em 0;
	padding: 0.5625em 0.4375em 0.5em;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #007acc;
	color: #007acc;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #F5F5F5;
}
#page {
  position: relative;
}
.site-inner {
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}
.section1.top .site-inner {
  background-image: url(graphics/sun.png),
                    url(graphics/airplane.png),
                    url(graphics/luggage.png),
                    url(graphics/cruiseship.png);
  background-position: 2% 10%,
                        97% 10%,
                        5% 93%,
                        100% 90%;
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 600px) {
  .section1.top .site-inner {
    background-image: url(graphics/sun.png),
                      url(graphics/airplane.png);
    background-position: 0% 10%,
                          100% 14%;
    background-size: 20%;
  }
}
@media screen and (max-width: 500px) {
  .section1.top .site-inner {
    background-image: url(../graphics/sun.png),
                      url(../graphics/airplane.png);
    background-position: 0% 50%,
                          100% 34%;
    background-size: 20%;
  }
}

.site-content {
	ord-wrap: break-word;
}
.blog .site-content {
ackground-color: Gold;
	argin-bottom: 50px;
}

.content-area {
	argin-bottom: 50px;
}
.blog .content-area {
ackground-color: Gold;
	padding-bottom: 50px;
  display: inline-block;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	ackground-color: DeepPink;
  margin: 20px 0 0;
}
.page .site-main,
.single .site-main {
	ackground-color: DeepPink;
  margin: 20px 20px 40px;
}

.site-main > :last-child {
	margin-bottom: 0;
}


/**
 * 11.1 - Header
 */

.site-header {
	ackground-color: #035200;
  ackground-image: url(graphics/header-bg-wavy.png);
  ackground-repeat: no-repeat;
  ackground-position: bottom center;
  position: inherit;
  z-index: 10;
}

.site-header-main {
/*	-webkit-align-items: center;
	     -ms-flex-align: center;
	        align-items: center;
*/
  background-color: #0098DC;
  display: table;
	width: 100%;
	padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .site-header-main {
  	padding-top: 0;
  }
}

.site-header-main .site-branding {
  display: block;
  float: right;
	margin: 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	width: 100%;
	min-width: 0;
	overflow: hidden;
  padding: 15px 0;
}

.custom-logo-link {
	display: block;
  text-align: center; /* centers the image */
}

.site-header-main .custom-logo {
	width: 250px;
}
@media screen and (max-width: 600px) {
  .site-header-main .custom-logo {
  	width: 150px;
  }
}
@media screen and (max-width: 500px) {
}

.site-title {
  color: #FCAF17;
	font-family: Roboto, Arial, "Helvetica Neue", sans-serif;
	font-size: 2.2rem;
  font-weight: 900; /* 300,300i,400,400i,700,700i,900 */
  text-align: center;
  text-shadow: 0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC;
  -webkit-transition: all .75s ease-out;
     -moz-transition: all .75s ease-out;
       -o-transition: all .75s ease-out;
      -ms-transition: all .75s ease-out;
          transition: all .75s ease-out;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .site-title {
  	font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
}
.site-title a {
  color: #FCAF17;
	text-decoration: none;
}
.site-title a:hover {
  background-color: transparent;
	text-decoration: none;
}

.wp-custom-logo .site-title {
  isplay: none;
}

.site-description,
.site-tagline {
  display: inline-block;
}
.site-description {
  font-size: 1.5rem;
  margin: 5px;
  width: 55%;
}
@media screen and (max-width: 700px) {
  .site-description {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .site-description {
  	font-size: 0.9rem;
  }
}
@media screen and (max-width: 500px) {
}
.site-tagline {
  font-size: 1.7rem;
  font-style: italic;
  margin: 5px;
}
@media screen and (max-width: 600px) {
  .site-tagline {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 500px) {
}
.site-footer .site-description {
	display: block;
  font-size: 0.8rem;
  text-align: center;
}

.menu-toggle {
	background-color: #076902;
	border: 1px solid #023800;
	color: #FFFFFF;
	font-size: 0.75rem;
/*	margin: 1.076923077em 0;  */
	padding: 0.75rem;
  width: 100%;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: #076902;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	outline: thin dotted;
}

.header-image {
	clear: both;
  margin-top: -35px;
  text-align: center; /* centers the image */
  z-index: 0;
}
.header-bg {
  ackground-color: #73A82E;
  ackground-image: url(graphics/single-header-bg.png);
  ackground-position: 0 -22px;
  ackground-repeat: no-repeat;
  min-height: 40px;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

#base {
  background-color: #FFFFFF;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 15px 5px;
	 -khtml-box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 15px 5px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 15px 5px;
	        box-shadow: rgba(0, 0, 0, 0.1) 0px -5px 15px 5px;
  left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  #base {
    position: relative;
  }
}
@media screen and (max-width: 500px) {
}
#base ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
#base ul li {
  margin: 0;
  display: inline-block;
}

#base ul li.left,
#base ul li.middle,
#base ul li.right {
  color: #000000;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 12px 12px;
}
#base ul li.left {
  float: left;
}
#base ul li.right {
  float: right;
}
@media screen and (max-width: 600px) {
  #base ul li.middle {
    font-size: 12px;
  }
  #base ul li.left,
  #base ul li.right {
    display: none;
  }
}
@media screen and (max-width: 500px) {
}

br.brx {
  display: none;
}
@media screen and (max-width: 765px) {
  br.brx {
    display: inline;
  }
}



/**
 * 11.2 - Posts and pages
 */

.blog .site-main {
  argin-left: 20px;
  argin-right: 20px;
}
.site-main > article {
	position: relative;
}
.site-main > article.page {
  adding-left: 0;
  adding-right: 0;
}
.blog .site-main > article.page {
  padding-left: 20px;
  padding-right: 20px;
}
.blog .site-main > article.post {
  background-color: #EFEFEF;
  borde: 1px solid red;
  float: left;
  margin-bottom: 20px;
  margin-right: 0%;
	position: relative;
  width: 100%;
  z-index: 0;
}

.blog .site-main article.post .entry-header {
  background-color: #054F00;
	position: relative;
  z-index: 1;
}
.blog .site-main article.post .entry-header,
.blog .site-main article.post .entry-title,
.blog .site-main article.post .entry-title a {
  color: #FFFFFF;
	position: relative;
  z-index: 1;
}
.blog .site-main article.post .entry-title {
  display: table-cell;
  font-size: 1.2rem;
  margin: 0;
  padding: 3px 12px;
  vertical-align: middle;
	position: relative;
  z-index: 1;
}
.blog .site-main article.post .entry-content p {
  color: #000000;
  font-size: 0.9rem;
  margin: 0;
  padding: 12px 12px 0;
	position: relative;
  z-index: 1;
}
.blog .site-main article.post .entry-content p.fully_booked_note {
  color: #FF0000;
  height: auto !important;
  margin: 0;
  padding: 12px 12px 0;
  text-align: center;
}
.blog .site-main article.post .entry-content p.tour_date,
.blog .site-main article.post .entry-content p.tour_date_additional_info {
  color: #7F7F7F;
  text-align: center;
	position: relative;
  z-index: 1;
}
.blog .site-main article.post .entry-content p.tour_date {
  border-top: 1px solid #D3D3D3;
  font-size: 1.3rem;
  margin: 0 12px 0;
  padding-bottom: 0;
	position: relative;
  z-index: 1;
}
.blog .site-main article.post .entry-content p.tour_date_additional_info {
  font-size: 1.0rem;
  margin: 0 12px 12px;
  padding-top: 0;
	position: relative;
  z-index: 1;
}
.blog .site-main article.post .entry-content pan.fully_booked_label {
  background-color: lime;
  border: 1px solid red;
  padding: 10px;
	position: absolute;
  right: -100px;
  text-align: center;
  top: 90px;
  width: 300px;
  z-index: 0;
  /* Rotate div */
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fully_booked_label_wrapper {
  margin: 0px auto;
  position: relative;
  z-index: 90;
  background-color: pink;
  height: 50px;
}

.fully_booked_label_wrapper_ribbon {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  background-color: orange;
}

.fully_booked_label {
  text-align: center;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #D4D6D5;
}


.wrapper {
  argin: 50px auto;
  idth: 280px;
  eight: 370px;
  ackground: white;
  order-radius: 10px;
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 130px;
  height: 140px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-green {
  color: #CC0000;
  text-align: center;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
  position: relative;
  padding: 8px 0;
  left: -5px;
  top: 30px;
  width: 180px;
  background-color: #BFDC7A;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}



.single_content-header,
.single_content-area,
.single_full_width {
  clear: both;
  float: left;
}
.single_content-header,
.single_full_width {
  width: 100%;
}

.single .fully_booked {
  border: 1px solid #054F00;
	border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.single .fully_booked > :last-child {
  margin-bottom: 0;
}

.single .small_note {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
.single .small_note_box {
  font-style: italic;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.single .small_note_box > :last-child {
  margin-bottom: 0;
}
.single .information_box {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

.single .file_download {
  border: 1px solid #D1D1D1;
	border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
}
.single .file_download a {
	border-radius: 7px;
  color: #000000;
  display: inline-block;
  padding: 8px;
  text-decoration: underline;
}
.single .file_download a:hover {
  background-color: #FAFAFA;
  text-decoration: none;
}

.single .cost {
  color: #076902;
  font-size: 1.2rem;
}


.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
}

.entry-title {
}

.entry-title a {
}

.entry-title a:hover,
.entry-title a:focus {
}

.post-thumbnail {
	display: block;
}

.soliloquy-container,
.post-thumbnail img,
img.excerpt-thumb {
	display: block;
  margin: 0;
  margin-bottom: 20px !important;
  width: 100%;
}
.blog .post-thumbnail img,
.blog img.excerpt-thumb {
  margin-bottom: 0;
}

.no-sidebar .post-thumbnail img {
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {
}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

body:not(.search-results) .entry-summary {
}

body:not(.search-results) .entry-header + .entry-summary {
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
}

body:not(.search-results) .entry-summary fieldset {
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
}

body:not(.search-results) .entry-summary .alignright {
}

body:not(.search-results) .entry-summary .aligncenter {
}

/*.entry-content > :last-child,*/
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	clear: both;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
}

.author-bio {
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
}

.post-edit-link {
  background-color: #1A1A1A;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px;
}

.entry-footer a:hover,
.entry-footer a:focus {
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
}

.entry-footer .avatar {
	height: 21px;
	width: 21px;
}

.sticky-post {
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
}

body.error404 .page-header,
body.search-no-results .page-header {
}

.page-title {
}

.taxonomy-description {
}

.taxonomy-description p {
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.page-links a,
.page-links > span {
	border-radius: 2px;
	display: inline-block;
	text-align: center;
}

.page-links a {
}

.page-links a:hover,
.page-links a:focus {
	border-color: transparent;
}

.page-links > .page-links-title {
	border: 0;
	height: auto;
	margin: 0;
	width: auto;
}

.entry-attachment {
}

.entry-caption {
	font-style: italic;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
}

.content-bottom-widgets .widget-area {
  margin-bottom: 10px;
  margin-left: 25px;
}
.content-bottom-widgets .second.widget-area {
  margin-bottom: 25px;
}
.content-bottom-widgets .widget-area ul li,
.content-bottom-widgets .widget-area ul li a {
  color: #FFFFFF;
  font-size: 0.9rem;
	margin-bottom: 0;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */

.comments-area {
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
}

.comments-title,
.comment-reply-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.comments-title {
}

.comment-list {
	list-style: none;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
}

.comment-list .children {
	list-style: none;
}

.comment-list .children > li {
}

.comment-author {
}

.comment-author .avatar {
	float: left;
	height: 28px;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.comment-metadata {
}

.comment-metadata a,
.pingback .comment-edit-link {
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
}

.comment-content ul,
.comment-content ol {
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border-radius: 2px;
	display: inline-block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	outline: 0;
}

.comment-form {
}

.comment-form label {
	display: block;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}

.comment-list .comment-form {
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
}

.no-comments {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

.comment-navigation + .no-comments {
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
}

.required {
	font-family: Merriweather, Georgia, serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
}

.comment-reply-title small a:before {
	content: "\f405";
	position: relative;
}


/**
 * 11.5 - Sidebar
 */

.sidebar {
}


/**
 * 11.6 - Footer
 */

.site-footer {
	background: #0083CF; /* Show a solid color for older browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00B1EB), color-stop(100%,#0083CF)); /* Webkit, Chrome 1-9, Safari 4-5 */
  background: -webkit-linear-gradient(top, #00B1EB 0%,#0083CF 100%); /* Webkit, Chrome 10+, Safari 5.1, iOS 5+ */
  background:    -moz-linear-gradient(top, #00B1EB 0%,#0083CF 100%); /* Firefox 3.6+ */
  background:     -ms-linear-gradient(top, #00B1EB 0%,#0083CF 100%); /* IE10+ */
  background:      -o-linear-gradient(top, #00B1EB 0%,#0083CF 100%); /* Opera 11.10+ */
  background:         linear-gradient(to bottom, #00B1EB 0%,#0083CF 100%); /* W3C Markup */
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B1EB', endColorstr='#0083CF',GradientType=0);  /* IE5.5 - IE9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#00B1EB', endColorstr='#0083CF',GradientType=0)"; /* IE8 - IE9 */
  z-index: 10;
}

.site-footer-main {
  display: table;
  padding: 30px 0;
	width: 100%;
}
@media screen and (max-width: 600px) {
  .site-footer-main {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 500px) {
}
.site-branding,
.site-info {
  display: block;
  float: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
	margin: 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	min-width: 0;
	overflow: hidden;
  text-align: center;
	width: 100%;
}
.site-branding {
  color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.site-branding .site-inner {
  background-image: url(graphics/icecreams.png),
                    url(graphics/cocktail.png);
  background-position: 0% 0%,
                        100% 0%;
  background-repeat: no-repeat;
  background-size: auto;
}
@media screen and (max-width: 600px) {
  .site-branding .site-inner {
    background-image: none;
    background-position: 0% 0%,
                          100% -15%;
    background-size: 15%;
  }
}
@media screen and (max-width: 500px) {
  .site-branding .site-inner {
    background-image: url(../graphics/icecreams.png),
                      url(../graphics/cocktail.png);
    background-position: 0% 0%,
                          100% -15%;
    background-size: 15%;
  }
}

.site-info {
  background-color: #000000;
  color: #FFFFFF;
	padding-bottom: 15px;
	padding-top: 10px;
}
.site-branding p {
	margin-bottom: 8px;
  text-align: center;
}
p.tel,
p.book,
p.byapp {
  font-family: 'Roboto';
  font-weight: 900;
	margin-bottom: 15px;
  text-shadow: 0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC,0px 0px 4px #0098DC;
}
p.tel {
  color: #FFFFFF;
  font-size: 2.5rem;
}
@media screen and (max-width: 600px) {
  p.tel {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 500px) {
}
p.book {
  color: #FCAF17;
  font-size: 1.5rem;
}
@media screen and (max-width: 600px) {
  p.book {
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 500px) {
}
p.book a {
	-webkit-border-radius: 0;
	 -khtml-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
  color: #FCAF17;
  padding: 0;
  text-decoration: underline;
}
p.book a:hover,
p.book a:focus {
  background-color: transparent;
  border-bottom: 1px solid #FCAF17;
  text-decoration: none;
}
p.byapp {
  color: #D80A0C;
  font-size: 2.25rem;
}
@media screen and (max-width: 600px) {
  p.byapp {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
}
.site-info p {
  font-size: 0.8rem;
	margin-bottom: 8px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .site-info p {
    font-size: 0.7rem;
  }
  .site-info p.siteby {
  	margin-bottom: 0px;
  }
}
@media screen and (max-width: 500px) {
}
.site-info a {
  border: 0;
	-webkit-border-radius: 15px;
	 -khtml-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
  color: #FFFFFF;
  padding: 2px 8px;
  text-decoration: none;
}
.site-info a:hover,
.site-info a:focus {
  background-color: rgba(255, 255, 255, 1.0);
  border: 0;
  color: #0083CF;
}
.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
}
.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: Montserrat, sans-serif;
	opacity: 0.7;
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
}

.wp-playlist.wp-audio-playlist {
}

.wp-playlist .wp-playlist-tracks {
}

.wp-playlist-item .wp-playlist-caption {
}

.wp-playlist-item .wp-playlist-item-length {
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	max-width: 100%;
  margin-bottom: 40px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
}

.wp-caption .wp-caption-text {
  display: none;
}
.sidebar .wp-caption .wp-caption-text {
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}


/**
 * 12.2 - Galleries
 */

.gallery {
}
.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery_block {
  background-color: #000000;
  padding: 15px 0;
}
.gallery_block .site-inner {
  text-align: center;
}
.gallery_block .site-inner img {
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .gallery_block .site-inner img {
    height: 125px !important;
    max-width: none;
    width: auto;;
  }
}
@media screen and (max-width: 650px) {
  .gallery_block .site-inner img {
    height: 100px !important;
    max-width: none;
    width: auto;;
  }
}
@media screen and (max-width: 525px) {
  .gallery_block .site-inner img {
    height: 75px !important;
    max-width: none;
    width: auto;;
  }
}
@media screen and (max-width: 450px) {
  .gallery_block .site-inner img {
    height: 53px !important;
    margin: 0 2px;
    max-width: none;
    width: auto;;
  }
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	color: inherit;
}

.widecolumn form,
.widecolumn .mu_register form {
}

.widecolumn h2 {
}

.widecolumn p {
}

.widecolumn p + h2 {
}

.widecolumn label,
.widecolumn .mu_register label {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
}

.widecolumn .mu_register label strong {
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	width: 100%;
}

.widecolumn .mu_register #blogname {
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1.5 - >= 510px
 */
@media screen and (min-width: 10.375em) {
	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}
	.site-header-menu {
	  display: block;
	}
}

/**
 * 14.1 - >= 710px
 */
@media screen and (min-width: 44.375em) {
}

/**
 * 14.2 - >= 783px
 */
@media screen and (min-width: 48.9375em) {
}

/**
 * 14.3 - >= 910px
 */
@media screen and (min-width: 56.875em) {
}

/**
 * 14.4 - >= 985px
 */
@media screen and (min-width: 61.5625em) {
}

/**
 * 14.5 - >= 1200px
 */
@media screen and (min-width: 75em) {
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}
