/*
Theme Name: foundation16wide
Theme URI: http://www.o3internet.com/foundation16wide/
Author: Carol Kneedler
Author URI: http://www.o3internet.com
Description: foundation16wide is based on foundation14, which is based on Blain, which is based on Underscores, a Minimal Responsive theme with features including numbered page navigation, customizable header & footer, multiple page layouts, custom widgets & user friendly time display.  foundation16wide has a powerful admin options panel, which lets you modify your site to a great extent. 
Version: 1.0.0
License: GNU General Public License
License URI: license.txt
Text Domain: foundation16wide
Domain Path: /languages/
Tags: light, custom-background, two-columns, right-sidebar, fluid-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, gray, left-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

foundation16wide is based on foundation 14, (C) 2016 O3 Internet Consulting, Inc.
foundation 14 is based on Blain, http://inkhive.com/product/Blain/, (C) 2013 Rohit Tripathi.
Blain is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
foundation16wide WordPress Theme is distributed under the terms of the GNU GPL v3.
*/


/**********************************************************
 ******    RESET ******************************************
 **********************************************************/

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
/*	font-size: 62.5%;*/ /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q { quotes: "" ""; }
a:hover, a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img { border: 0; }


/**********************************************************
 ******    GLOBAL     *************************************
 **********************************************************/
b, strong { font-weight: bold; }
dfn, cite, em, i { font-style: italic; }
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup { bottom: 1ex;}
sub { top: .5ex; }
table { width: 100%; }
th { font-weight: bold; }
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

/*****************   FORMS STYLING ****************************/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
/*	border-radius: 3px;*/
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 1.2rem;
	line-height: 1.2;
	padding: .6rem 1rem .4rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius:0;
}
.gform_wrapper .gfield_required {
	color: #cc0000 !important;
}

/* Search widget */
.widget_search .search-submit {
/*	display: none;*/
	line-height: 20px;
	font-size: 1.6rem;
	padding: 1px 5px;
}
.widget_search .search-field {
	line-height: 20px;
	font-size: 1.6rem;
}
/*****************   END FORMS STYLING ****************************/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5rem;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5rem;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-links { clear: both; }
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.archive .entry-title a {
	font-size:28px !important;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.site-main [class*="navigation"] {
	margin: 0 0 1.5rem;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-content a { word-wrap: break-word; }
.widget { margin: 0 0 1.5rem; }
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* =Infinite Scroll
Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer { display: block; } 

/**********************************************************
 ******    CUSTOM     *************************************
 **********************************************************/

/* REMOVE "Source Sans Pro"  Inherited from /css/main.css    */  
.font { font-family: Helvetica, Arial, sans-serif !important; }
body { font-family: Helvetica, Arial, sans-serif !important; }
a {
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	font-weight:normal !important;
	border: none;
/*	color: #055fb1 !important; /* darker blue */
/*	color: #0000cc !important; /* darker blue */
	color: #c1141a !important; /* red */			
}
a:hover {
/*	color: #cc0000 !important; /* darker red */
	color: #40c8f4 !important; /* aqua */
	
	text-decoration: underline;
}
.logo-container img { margin-bottom:0; }
.site-title {
	margin: 0; 
	padding:0;
	float:left;
	font-weight: bold;
	font-size: 3.1rem;
	color: #fff !important;
}
.site-title a {
	color: #fff !important;
	margin-top: 100px;
	padding-top: 100px;
}
.site-title a:hover {
	text-shadow: 0 0 10px #fff, 0 0 20px #40c8f4, 0 0 30px #40c8f4, 0 0 40px #40c8f4, 0 0 70px #40c8f4, 0 0 80px #40c8f4, 0 0 100px #40c8f4, 0 0 150px #40c8f4; /* aqua */
}
.text-title {
	display: none;
	margin: 100px 0 0 0;
	width: 70%;
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-size: 4rem;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0 0 10px #fff, 0 0 20px #40c8f4, 0 0 30px #40c8f4, 0 0 40px #40c8f4, 0 0 70px #40c8f4, 0 0 80px #40c8f4, 0 0 100px #40c8f4, 0 0 150px #40c8f4; /* aqua */
}
.text-title a {
	margin: 100px 0 0 0;
	width: 70%;
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-size: 4rem;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0 0 10px #fff, 0 0 20px #40c8f4, 0 0 30px #40c8f4, 0 0 40px #40c8f4, 0 0 70px #40c8f4, 0 0 80px #40c8f4, 0 0 100px #40c8f4, 0 0 150px #40c8f4; /* aqua */
}
.site-description {
	margin: 150px 0 10px 0;
	padding-top: 20px;
	width: 100%;
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-size: 3rem;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0 0 10px #fff, 0 0 20px #40c8f4, 0 0 30px #40c8f4, 0 0 40px #40c8f4, 0 0 70px #40c8f4, 0 0 80px #40c8f4, 0 0 100px #40c8f4, 0 0 150px #40c8f4; /* aqua */
}
.site-description a {
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	color: #ffffff !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #40c8f4, 0 0 30px #40c8f4, 0 0 40px #40c8f4, 0 0 70px #40c8f4, 0 0 80px #40c8f4, 0 0 100px #40c8f4, 0 0 150px #40c8f4; /* aqua */
}
.site-description a:hover {
	text-decoration: none;
}
/*
	float:left;
	padding:0 !important;
	margin: 10px 0 0 0;
	width: 70%;
	font-family: 'Dosis', Helvetica, Arial, sans-serif;
	font-size: 3rem;
	color: #33b8a4;
*/
}

h1, h2 {
	clear:none;
	}
h3, h4, h5, h6 {
	clear: both;
}
h1 {
	color: #000;
	}
h2 {
	color: #3377b5;
	color: #40c8f4 !important; /* aqua */	
	}
h3 {
	color: #333366;  /* Navy blue */
	font-size: 2rem !important;
	font-weight:normal !important;
}
h4, .h4 {
	color: #3377b5 !important;
	font-size: 1.6rem !important;
	font-weight:bold !important;
	line-height: 2rem !important;
	letter-spacing: .05rem !important;
	padding-top:15px !important;
	}
	
p {
	margin: 0 15px 15px 0 !important;
	line-height: 2rem !important;
	letter-spacing: .05rem !important;
	font-size: 1.5rem;
}
	
ul {
	list-style: disc;
}
#secondary ul {
	list-style: disc !important;	
	}
#secondary ul li {
	margin: 0 15px 0 15px !important;
}	
ol {
	list-style: decimal;
	}
.textwidget ul {
/*	list-style: disc !important;*/
}
.entry-content ul {
/*	list-style: disc !important;*/
}
.entry-content ul li, .entry-content ol li {
	margin: 0 15px 15px 15px !important;
	line-height: 2rem !important;
	letter-spacing: .05rem !important;
	font-size: 1.5rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}
dt {
	font-weight: bold;
}
pre {
	border-radius: 0 !important;
}
	
#masthead {
	}
.hentry {
	margin:10px 0;
	padding: 10px 20px;
	background-color: #ffffff;
}
h2 .entry-title, h2 .page-title {
	color: #666;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
	}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5rem;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 1rem 0;
}
.site-main .gallery a img {
	border: none !important;
	height: auto;
	max-width: 90%;
}


.widget-title {
	color: #333366; /* darker blue */
	}
/*** fix the 2nd line of an unordered list in a sidebar widget
* need to add a <div id="indent_2nd_line"> around the <ul>...</ul>
*/
#indent_2nd_line {
	margin:0;
	padding:0;
}
#indent_2nd_line ul,li {
    margin: 0;
    padding: 0;
}
#indent_2nd_line ul {
    counter-reset: foo;
    display: table;
}
#indent_2nd_line li {
    list-style: none;
    counter-increment: foo;
    display: table-row;
}
#indent_2nd_line li::before {
    content: counter(foo) ".";
    display: table-cell;
    text-align: right;
    padding-right: .3rem;
}

.menu-global-header-menu-container {
	margin-bottom: 10px;
}
.menu-global-header-menu-container ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.menu-global-header-menu-container li {
	font-size: .9em !important;
	line-height: 20px;
	height: 20px;
	display: inline;
	color: #fff;
}
.menu-global-header-menu-container li:before {
	content: " | ";
}
.menu-global-header-menu-container li:first-child:before {
	content: none;
}
.menu-global-header-menu-container a {
	margin: 0 5px;
	color: #fff !important;
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	font-size: 1.4rem;
}
.menu-global-header-menu-container a:hover {
	color: #80d2c6 !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #33b8a4, 0 0 30px #33b8a4, 0 0 40px #33b8a4, 0 0 70px #33b8a4;
	text-decoration: underline;
}

/*****************************************************
*****     Header social media STYLING        *********
******************************************************/
.social-media-wrapper {
	height:40px !important;
	text-align:left;
}
.social-media {
	float:none !important;
}
.icons {
	margin: 0 auto 0;
	text-align:left;
}
.icons a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 5px;
	vertical-align: middle;
}
.icons a.twitter { background: url(images/social-icons/twitterA.png) left top no-repeat; }
.icons a.rss { background: url(images/social-icons/rssA.png) left top no-repeat; }
.icons a.pinterest { background: url(images/social-icons/pinterestA.png) left top no-repeat; }
.icons a.flickr { background: url(images/social-icons/flickrA.png) left top no-repeat; }
.icons a.linkedin { background: url(images/social-icons/linkedinA.png) left top no-repeat; }
.icons a.facebook { background: url(images/social-icons/facebookRED.png) left top no-repeat; margin-left:0 !important;}
.icons a.email { background: url(images/social-icons/emailA.png) left top no-repeat; }
.icons a.googleplus { background: url(images/social-icons/googleplusA.png) left top no-repeat; }
.icons a.youtube { background: url(images/social-icons/youtubeA.png) left top no-repeat; }
.icons a.google { background: url(images/social-icons/googleA.png) left top no-repeat; }
.icons a.phonered { background: url(images/social-icons/phoneRED.png) left top no-repeat; }
.icons a:hover { 
	background-position: left -34px; 
	}
.phonemobile1 {
	display:none;
}
/*****************************************************
*****     Header sidebar STYLING        *********
******************************************************/
#header-sidebar-1 {
	margin:60px 0 0 0;
	padding:0;
	clear: both;
	}
#header-sidebar-1 h3 {
	color: #fff;
	padding:0;
	text-align:left;
	}
/*** phone number ****/
#header-sidebar-1 .textwidget {
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-weight: 700;
	font-size: 3rem;
	color: #ffffff;
	text-shadow: 0 0 10px #fff, 0 0 20px #cc0000, 0 0 30px #cc0000, 0 0 40px #cc0000, 0 0 70px #cc0000, 0 0 80px #cc0000;
	padding:0;
	text-align:left;
	margin:0 5px 0 0;
	}
#header-sidebar-1 .textwidget p {
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-weight: 700;
	font-size: 2.6rem;
	color: #ffffff;
	text-shadow: 0 0 10px #fff, 0 0 20px #cc0000, 0 0 30px #cc0000, 0 0 40px #cc0000, 0 0 70px #cc0000, 0 0 80px #cc0000;
	padding:0;
	text-align:left;
	margin:0 5px 0 0;
	line-height:30px !important;	
	}	
#header-sidebar-1 .textwidget a {
	color: #ffffff !important;
	}
#header-sidebar-1 .widget_text {
	margin:0;
	padding:0;
	}
	
#header-sidebar-2 {
	margin:0;
	padding:0;
	clear: both;
	}
#header-sidebar-2 h3 {
	color: #fff;
	padding:0;
	text-align:right;
	}
/*** cta advert ****/
#header-sidebar-2 .textwidget {
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-weight: 700;
/*	font-size: 3rem; */
	color: #ffffff;
/*	text-shadow: 0 0 10px #fff, 0 0 20px #cc0000, 0 0 30px #cc0000, 0 0 40px #cc0000, 0 0 70px #cc0000, 0 0 80px #cc0000; TURNED OFF FOR NOW */
	padding:0;
	text-align:right;
	margin:0;
	}
#header-sidebar-2 .textwidget p {
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-weight: 700;
/*	font-size: 2.6rem; */
	color: #ffffff;
/*	text-shadow: 0 0 10px #fff, 0 0 20px #cc0000, 0 0 30px #cc0000, 0 0 40px #cc0000, 0 0 70px #cc0000, 0 0 80px #cc0000; TURNED OFF FOR NOW  */
	padding:0;
	text-align:right;
	margin:0 5px 0 0;
	line-height:30px !important;
	}	
#header-sidebar-2 .textwidget a {
	color: #ffffff !important;
	}
#header-sidebar-2 .widget_text {
	margin:0;
	padding:0;
	}	
.widget_search {
	margin 0;
	text-align:right;
	}
.search-form {
	margin-right: 0 !important;
}

/*****************************************************
*****     Slider STYLING        *********
******************************************************/
.slider-wrapper {
	max-width:96%;
}
.fullcontainerheader {
	width: 96%;
	margin:0 auto !important;
}
.fullcontainer {
	width: 96%;
	margin:30px auto !important;
	margin-top: 10px !important;
}
#slidercontainer {
	padding:0 !important;
	margin: 5px auto !important;
	margin-top: 0 !important;
}

.slider-wrapper {
	background-color: #fff !important;
	margin: 10px 0 10px 0 !important;
	padding:5px 0 !important;
	margin-bottom:0;
	padding-bottom:0;
}
.soliloquy-container .soliloquy-caption { 
	margin-left:0 !important;
}
.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	font-size:1.5em !important;
}
.soliloquy-container .soliloquy-item {
	min-width:0 !important;
}
#soliloquy-container-177 h2 {
color: white;
font-size: 2em;
text-align: left;
margin: 10px 0;
}
#soliloquy-container-177 h3 {
color: #ffffff !important;
line-height: 40px;
font-size: 4em;
font-weight: bold;
text-align: left;
margin: 10px 0;
max-width: 40%;
}
#soliloquy-container-177 p {
color: white;
font-size: 1.3em;
text-align: left;
margin: 30px;
}
#content {
	margin-bottom:0;
}


/******************************************************
************   MENUBAR NAVIGATION *********************
*******************************************************/
.navbar ul {
	margin-bottom: 0 !important;
}
.navbar .nav,
.navbar .nav > li {
	float:none;
	display:inline-block;
	vertical-align: top;
	font-size: 1.8rem;
}
.navbar {
	min-height: 30px !important;
	}
.nav-wrapper {
	border-bottom: none !important;
	margin-top:10px;
	margin-top:0;
	}
.nav-wrapper .navbar-default {
	background-color: #333 !important;
	margin: 0;
	margin-top: 5px;
	}
.nav-wrapper, .navbar-collapse, .navbar-default {
	background-color: #333; 
}
.nav-wrapper ul ul {
	background-color: #40c8f4 !important; /* aqua */
}
.nav-wrapper ul ul li {
	background-color: #40c8f4 !important; /* aqua */
}
.nav-wrapper ul ul li a {
	color: #000000 !important; /* black */
}
.nav-wrapper ul ul li a:hover {
	color: #fff !important; /* white */
	background-color: #b11016 !important; /* dark red */	
}
.navbar-collapse {
	text-align:center;
	padding-left:0;
	padding-right:0;
	}
.navbar-collapse li li {
	text-align:left;
	}
.navbar-default .navbar-nav > li > a {
	color: #fff !important; /* white */
	text-transform: uppercase;
	margin:0 !important;
/*	border-radius: 10px 15px;*/
	border-radius: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #000000 !important; /* black */
	background-color: #40c8f4 !important; /* aqua */
/*  text-shadow: 0 0 10px #fff, 0 0 20px #fff; */
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: #40c8f4 !important; /* aqua */
	color: #b11016 !important; /* dark red */	
}
/* make a particular menu item red!!! */
/*.navbar-default .navbar-nav > li #menu-item-18 {
	color: #fff !important;
    background-color: red !important;
}
*/
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #b11016 !important; /* dark red */	
    border-bottom-color: #b11016 !important; /* dark red */	
	color: #b11016 !important; /* dark red */	
}
.navbar-default .navbar-nav > .open > a {
	background-color: #333 !important;
	color: #ffffff !important; /* white */
	border: 1px solid #fff;
}
.navbar-nav > li > a {
	padding: 5px 15px 5px 15px !important;
}
/*.nav > li > a {
padding: 0 15px !important;
}*/
#menu-main-menu .dropdown-menu ul {
	list-style-type: none !important;
}
.dropdown-menu > .active > a {
	background-color: #40c8f4 !important; /* aqua */
	color: #b11016 !important; /* dark red */	
}
.main-navigation .current-menu-parent {
	background-color: #40c8f4 !important; /* aqua */
	border-radius: 10px;
}

/******************************************************/

.site-content {
	background-color: transparent;
	padding:0 !important;
}

#primary {
	background-color: #fff;
	padding: 0 30px;
	margin-top: 20px;
}
#secondary {
	padding: 0 0 0 10px;
	margin: 0;
}
#secondary .widget {
	background-color: transparent;
	margin: 0;
	padding:15px;
}
#secondary .widgetboxed {
	background-color: #ffffff;
	box-shadow: 0 0 10px #fff, 0 0 20px #40c8f4, 0 0 30px #40c8f4, 0 0 40px #40c8f4, 0 0 45px #40c8f4; /* aqua */
	margin: 0;
	padding:10px;
	border-radius: 6px;
}
#secondary .widgetboxed h3 {
	color: #40c8f4 !important; /* aqua */	
}
.page-header {
	border-bottom:none;
	}

.archive .entry-meta {
/*	font-size: 1.2rem !important; */
	display:none;
}

/************************************************
************   HOME PAGE WIDGET BOXES    ********
*************************************************/
.fixed-width {
	max-width: 1170px;
}
#homeoverview {
	clear: both;
	max-width: 100%;
	max-width: 1170px;
	padding: 0;
	margin: 0px auto 0 !important;
	background-color: transparent;
}
#homeoverview .hentry {
	background-color: transparent;
}
#homeoverview .hometitle h2 {
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-weight: 700;
	font-size: 4rem;
	color: #ffffff !important;
	text-shadow: 0 0 10px #fff, 0 0 20px #40c8f4, 0 0 30px #40c8f4, 0 0 40px #40c8f4, 0 0 70px #40c8f4, 0 0 80px #40c8f4, 0 0 100px #40c8f4, 0 0 150px #40c8f4; /* aqua */
	text-align: center;
	margin-top:0 !important;
}
#homeoverview .homecontent {
	background-color: #ffffff;
	padding: 20px 60px;
	margin:30px;
}
#homeoverview h3 {
	margin: 30px 60px;
	font-size: 2.2rem !important;
	line-height: 2.4rem;
	text-align: justify;
	font-weight: normal;
	color: #33b8a4;
}

/****  Homepage Calls to Action *********************/
#homewidget-middlecenter {
	background-color: #000;
	margin: 60px 0 !important;
}
#home-middle {
	clear: both;
	max-width: 100%;
	max-width: 1400px;
	padding: 0 !important;
	margin:30px auto !important;
}
#home-middle-widget1, #home-middle-widget2, #home-middle-widget3, #home-middle-widget4 {
	text-align: center !important;
	background-color: #ffffff;
	border: 10px solid #b11016 !important; /* dark red */
	border-radius: 6px;
	width: 23%;
	padding: 15px;
}
#home-middle-widget1 {
	margin:0 18px 0 0;
}
#home-middle-widget2, #home-middle-widget3 {
	margin:0 19px;
}
#home-middle-widget4 {
	margin:0 0 0 18px;
}
#home-middle h3 {
	color: #3377b5;
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 2.2rem !important;
	letter-spacing: 1.6px;
}
#home-middle p {
	color: #000;
}
#home-middle a {
	color: #3377b5 !important;
	font-weight: bold !important;
	margin: 10px 0 !important;
}
#home-middle a:hover {
	text-decoration: none;
	text-shadow: 0 0 5px #3377b5, 0 0 10px #3377b5, 0 0 50px #3377b5;
	text-shadow: 0 0 5px #ffcc00, 0 0 10px #ffcc00, 0 0 50px #ffcc00;	
}


#homewidget-bottom {
	margin: 60px 0 !important;
}
#home-bottom {
	max-width: 100%;
	width: 1400px;
	padding: 30px;
	margin:30px auto !important;
	color: #000;
	background-color: #3333ff;	
	background-color: #0000cc;	
	background-color:#000000; /* black */
	box-shadow: 0 0 10px #fff, 0 0 20px #40c8f4, 0 0 30px #40c8f4, 0 0 40px #40c8f4, 0 0 70px #40c8f4; /* aqua */	
}
#home-bottom-widget-left, #home-bottom-widget-center, #home-bottom-widget-right {
	background-color: #fff;
	text-align: left;
	padding: 30px;
/*	max-width: 30%;*/
	width: 30%;
	max-height: 100%;
	border-radius: 6px;
	max-height: 100%;
}
#home-bottom-widget-left {
	margin: 0 30px 0 0;
}
#home-bottom-widget-center {
	margin: 0 30px;
}
#home-bottom-widget-right {
	margin: 0 0 0 30px;
}
#home-bottom .widget-title {
	font-size: 1.3rem;
	letter-spacing: .2rem;
}
#home-bottom li {
/*	font-size: 1.2rem !important;*/
	line-height: 2rem !important;
	letter-spacing: .05rem !important;
	list-style-type: none;
}
#home-bottom li a {
	font-size: 1.4rem !important;
	font-weight: bold !important;
	margin: 15px 0 5px 0 !important;
}
#home-bottom li a:hover {
}
#home-bottom h3 {
	color: #33b8a4;
	color: #cc0000;
	font-family: 'Dosis', Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 2.2rem !important;
}
#home-bottom p {
	color: #fff;
}
#home-bottom a {
	color: #c1141a !important; /* red */	
}
#home-bottom a:hover {
	color: #40c8f4 !important; /* aqua */
}

/*****************************************/


/*****     SiteMap Page STYLING        *********/
.htmlsitemap .page-header {
	border-bottom:none;
	margin-bottom: 0;
}
.htmlsitemap ul {
	list-style-type: none;
}
.htmlsitemap ul li {
	margin-top: 5px !important;
}
.htmlsitemap ul ul {
	list-style-type: square;
    list-style-type: none;
	margin: 0 0 0 30px !important;
}
.htmlsitemap ul ul li {
	margin-top: 0 !important;
}
.htmlsitemap ul ul > li:before {
    content: "–"; /* en dash here */
    position: absolute;
    margin-left: -1.1em; 
	color: #706fa2;
}
.htmlsitemap h1 {
	font-size: 1.8rem;
	font-weight: bold;
	}
	
/**********   FOOTER  **********/
footer {
	font-family: Verdana, Geneva, sans-serif;
}
footer ul {
	list-style-type: none;
	margin: 0;
}
footer ul li {
	margin-bottom: 5px;
}
#colophon {
	color: #dfe1e3; /* white */
	background-color: #333 !important;
	padding:10px 5px;
	margin: 10px auto;
	border:none !important;
}
#footer-sidebar { }
#footer-sidebar1 { }
#footer-sidebar2 { }
#footer-sidebar3 { }
#footer-sidebar4 { }
#footer-sidebar {
	background-color: #333 !important;
	color: #ffffff;
	}
.ctaadvertphone {
	display:none !important;
}
.ctaadverttablet {
	display:none !important
}		
#footer-sidebar h3 {
	color: #ffffff !important; /* white */
	}
#footer-sidebar a {
	color: #ffffff !important; /* white */
	padding-left:0;
	text-decoration: underline;	
	}
#footer-sidebar a:hover {
	color: #40c8f4 !important; /* aqua */
	text-decoration: underline;
	}
	
#talink a {
	color: #cc0000 !important; /* red */	
	text-decoration: underline;	
	}
#footer-sidebar a:hover {
	color: #40c8f4 !important; /* aqua */
	}	
	
.site-info, .footertext {
	padding-top:0;
	padding-bottom:0;
}
.site-info {
	margin-top: 30px;
	}
#footertext {
	margin-top: 30px;
	}
	
/******************************************************
************    MEDIA     *****************************
******************************************************/
@media screen and (max-width: 1600px) {
	.text-title {
		margin: 0;
		width: 100%;
	}
	.site-title-text {
		margin:0;
		padding:0;
	}
	.site-description {
		margin-top:90px;
		padding:0;
		width: 100%;
	}
	.social-media {
		margin:0;
		padding:0;
	}
	/*** phone number ****/
	#header-sidebar-1 .textwidget {
		font-size: 2.5rem;
		}
	#home-middle {
		width: 80%;
		margin:0 auto !important;
	}
	#home-middle-widget1, #home-middle-widget2, #home-middle-widget3, #home-middle-widget4 {
		width: 42%; /* doubled is 42x2 = 84%*/
		margin: 2% 4%; /* 4 margins (2 each) is 4x4 = 16% */
		min-height: 290px;
	}
	#home-bottom {
		margin:20px auto !important;
		padding: 4% 6%;
	}
	#home-bottom-widget-left, #home-bottom-widget-center, #home-bottom-widget-right {
		padding: 30px;
		width: 30%;
	}
	#home-bottom-widget-left {
		margin: 0 2.5% 0 0;
	}
	#home-bottom-widget-center {
		margin: 0 2.5%;
	}
	#home-bottom-widget-right {
		margin: 0 0 0 2.5%;
	}
}


@media screen and (max-width: 1200px) {
	.site-branding {
		padding: 0 !important;
	}
	.logo-container img {
		margin: 0;
	}
	.text-title {
		margin: 0;
		width: 100%;
	}
	.site-title-text {
		margin:0;
		padding:0;
	}
	.site-description {
		margin-top:50px;
	}
	.social-media {
		margin:0;
		padding:0;
	}
	/*** phone number ****/
	#header-sidebar-1 .textwidget {
		font-size: 2.5rem;
	}
		
	#sidebar-contentimage {
		display:none;
	}
	.social-media-wrapper {
		height:100% !important;
	}
	#homeoverview h3 {
		margin: 10px 10px;
		font-size: 2rem !important;
		line-height: 2.2rem;
		text-align: left;
	}
	#home-middle {
		width:95%;
		margin:0 auto !important;
	}
}

 @media screen and (max-width: 992px) {
	.site-description {
		margin-top:20px;
	}
	.soliloquy-container .soliloquy-caption { 
		margin-left:0 !important;
		}
	#soliloquy-container-177 h2 {
		color: white;
		font-size: 1em;
		margin: 10px 0;
	}
	#soliloquy-container-177 h3 {
		line-height: inherit !important;
		font-size: 1.4em !important;
		max-width: 100% !important;
	}
	#soliloquy-container-177 p {
		font-size: 1em;
		text-align: left;
		margin: 10px;
	}
	#homewidget-middlecenter {
		margin: 15px 0 !important;
	}
	#home-middle {
		width:100%;
		margin:0 auto !important;
	}
	#home-middle-widget1, #home-middle-widget2, #home-middle-widget3, #home-middle-widget4 {
		width: 60% !important;
		min-height: 330px;
		margin:10px auto !important;
	}
	#homewidget-bottom {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	#home-bottom {
		max-width: 70%;
		padding: 3%;
		margin: 15px auto !important;
	}
	#home-bottom-widget-left, #home-bottom-widget-center, #home-bottom-widget-right {
		padding: 20px;
		width: 80% !important;
		margin:15px auto;
	}
	#home-bottom-background {
		margin: 15px auto;
	}
	#home-bottom li a {
		margin: 10px 0 5px 0 !important;
	}	
 }
 @media screen and (max-width: 780px) {
	 .headersidebar2tablet {
		 margin-left:-15px;
	 }
 }

@media screen and (max-width: 768px) {
	.site-title-text {
		margin:0;
		padding:0;
	}
	.site-description {
		margin:0;
		padding:0;
	}
	.social-media {
		margin:0;
		padding:0;
	}
	#sidebar-contentimage {
		display:none;
	}
	#secondary {
		padding: 0 10px;
	}
	.hentry {
		padding: 15px;
	}
	#soliloquy-container-177 h3 {
	  font-size: 1.2em !important;
	}
	#homeoverview .homecontent {
		margin: 30px 15px;
		padding: 20px 40px;
	}
	#homewidget-middlecenter {
		margin: 10px 0 !important;
	}
	#home-middle {
		width:100%;
		margin:0 auto !important;
	}
	#home-middle-widget1, #home-middle-widget2, #home-middle-widget3, #home-middle-widget4 {
		width: 70% !important;
		margin:10px auto !important;
	}
	#homewidget-bottom {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	#home-bottom {
		max-width: 90%;
		padding: 6%;
		margin: 10px auto !important;
	}
	#home-bottom-widget-left, #home-bottom-widget-center, #home-bottom-widget-right {
		padding: 20px;
		width: 80% !important;
		margin:15px auto;
	}
	.ctaadvertdesk {
		display:none !important;
	}	
	.ctaadverttablet {
		display:inline-block !important;
		float:right;
	}	
}


@media screen and (max-width: 600px) {
	/* soliloquy slider */
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		font-size:1.2em !important;
	}
	.soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
		padding-bottom: 1rem !important;
		height: 12rem !important;
		overflow-y: scroll !important;	
	}
	.soliloquy-container .soliloquy-caption {
		position: relative !important;
	}
	.soliloquy-outer-container {
		margin-bottom:1rem !important;
	}		
}

@media screen and (max-width: 480px) {
	#masthead, .site-branding, .logo-container, .main_logo, .logocont3, .logocont4 {
		padding-right:0 !important;
		padding-left:0 !important;
		}
	.main_logo {
		max-width: 280px !important;
	}
	#primary {
		padding: 0 2px; 
	}
	.page-header {
		padding: 5px 10px !important;
		margin: 5px 10px !important;
	}
	.hentry {
		padding: 0 !important;
		margin: 0 !important;
	}
	#soliloquy-container-177 h3 {
	  font-size: 1.1em !important;
	  margin: 0;
	}
	#homeoverview .homecontent {
		margin: 15px 5px !important;
		padding: 10px 20px;
	}
	#homeoverview h3 {
		margin: 5px 5px 10px 5px;
		font-size: 1.6rem !important;
		line-height: 1.6rem;
		text-align: left;
	}
	#homewidget-middlecenter {
		margin: 5px 0 !important;
	}
	#home-middle {
		width:100%;
	}
	#home-middle-widget1, #home-middle-widget2, #home-middle-widget3, #home-middle-widget4 {
		width: 95% !important;
		margin:10px auto;
		padding: 10px;
		min-height: 230px;
	}
	#homewidget-bottom {
		margin-top: 5px !important;
		margin-bottom: 5px !important;
	}
	#home-bottom-background {
		margin: 5px auto;
	}
	#home-bottom {
		max-width: 95%;
		padding: 3%;
		margin: 5px auto !important;
	}
	#home-bottom-widget-left, #home-bottom-widget-center, #home-bottom-widget-right {
		padding: 15px !important;
		width: 95% !important;
		margin:10px auto;
	}
	#home-bottom li a {
		margin: 10px 0 5px 0 !important;
	}
	.phonedesktop {
		display:none !important;
	}
	.ctaadverttablet {
		display:none !important
	}	
	.ctaadvertphone {
		display:inline-block !important;
	}	
	.phonemobile1 {
		display:inline-block;
	}
	.phonemobile2 {

	}	
	.site-description {
		font-size: 2.1rem;
	}	
	#header-sidebar-1 .textwidget p {
		font-size: 2.1rem;
		margin-bottom:0 !important;
		}
	.icons {
		margin-top:0;
		margin-bottom:10px;
	}
}


@media print{
	a[href]:after{
		content:" (" attr(href) ")";
		content: "" !important;
		}
	abbr[title]:after{
		content:" (" attr(title) ")";
		content: "" !important;
		}
	footer {
		background: transparent !important;
	}
}
h4 a {
	font-weight:bold !important;
}
/* Booking buttons */
.bookbutton {
	border:2px solid #3377b5 !important;
	border-radius:5px !important;
	margin:5px 5px 15px 0 !important;
	text-align:center !important;
}
.bookbutton h3 {
	margin:10px 0 !important;
	color:#c1141a !important;
	font-weight:700 !important;
}
.booknowmenu {
	font-size:2rem !important;
}