/*!
Theme Name: TWW
Theme URI: https://www.tradewindswestcondominium.com
Author: Brian Sutorius
Author URI: https://bsuto.com
Description: Based on Hemila https://pencilwp.com/product/hemila-pro/ by https://pencilwp.com
Version: 1.1.1
Tested up to: 6.7
Requires PHP: 7.4
License URI: http://www.gnu.org/licenses/gpl-2.0.html
License: GNU General Public License v2 or later
Text Domain: tww

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Theme Default CSS
# Header CSS
# Blog CSS
	# Latest Post
	# Archive Post
	# Blog Single
	# Custom Post Widget
# Pages CSS
	# Page CSS
	# 404 CSS
	# Search Page CSS
	# No Results CSS
# Pagination CSS
# WordPress Default CSS
# Footer CSS
# Trade Winds West Custom CSS
--------------------------------------------------------------*/

/*---------------------------------------
# Theme Default CSS
-----------------------------------------*/
.navigation.posts-navigation,
.navigation.post-navigation {
	margin: 30px 0 0;
}
.nav-previous {
	margin-right: 5px;
}
.nav-links .nav-revious {
}
.nav-links a {
  background: #2A2E40;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  position:relative;
}
.nav-links a:hover{
	background:#F38B1D;
	color:#fff;
}
.nav-links a::before {
	content: "";
	position: absolute;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid #2A2E40;
	border-bottom: 10px solid transparent;
	left: -20px;
	z-index: 333;
	transition:all 0.3s ease;
}
.nav-links .nav-next a::before {
	left: 100%;
	border-right-color: transparent;
	border-left-color: #2A2E40;
}
.nav-links .nav-previous a:hover:before{
	border-right-color:#F38B1D;
}
.nav-links .nav-next a:hover:before{
	border-left-color:#F38B1D;
}
/* Hemial BC */
.hemila-bc {
  background: #0CBDBD;
  padding: 20px 0;
}
.hemila-bc .bc-title {
	color: #fff;
	font-size: 28px;
}
.hemila-bc .bc-list {
  color: #fff;
}
.hemila-bc .bc-list span {
  color: #eee;
  font-size: 13px;
}

/* Theme Search CSS */
.searchform {
	position: relative;
}
.searchform input[type="text"] {
	display: ;
	width: 100%;
	height: 52px;
	padding: 0 15px;
	border: 1px solid #ebebeb;
	border-radius: 0px;
	font-size: 14px;
}
.searchform input[type="submit"] {
	display: ;
	position: absolute;
	top: 0;
	right: 0;
	height: 52px;
	width: 52px;
	background: transparent;
	border: none;
	z-index: 1000;
	cursor: pointer;
	text-indent: -200px;
	overflow: hidden;
	border-radius: 0;
}
.searchform div:after {
	content: "";
	height: 48px;
	width: 48px;
	position: absolute;
	top: 0;
	right: 0;
	content: "\f002";
	font-size: 1.2em;
	font-family: 'FontAwesome';
	line-height: 48px;
	text-align: center;
	border-left: none;
	z-index: 110;
	color: #f48c1e;
}
.searchform input[type="text"]:hover {
	background: #F5F8F9;
	border-color: #f48c1e;
}

/*---------------------------------------
# End Theme Default CSS
-----------------------------------------*/

/*---------------------------------------
# Header CSS
-----------------------------------------*/
.header {
	position: relative;
	background: #2A2E40;
}
/* Topbar */
.topbar {
	padding: 12px 0;
	border-bottom: 1px solid #cccccc7a;
	background: #fff;
}
/* Top Date */
.top-date {
	float: left;
	font-weight: 500;
}
.top-date i{
	color:#F38B1D
}

/* Top Nav */
.top-right {
	float: right;
	position: relative;
}
.top-right ul {
	margin: 0;
	padding: 0;
	display: initial;
}
.top-right ul li {
	display: inline-block;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #ccccccb5;
}
.top-right ul li:last-child{
	padding:0;
	margin:0;
	border:none;
}
.top-right ul li a{
	color:#555;
}
.top-right ul li a:hover{
	color:#F48C1E;
}
.header-inner {
	z-index: 3000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3 ease;
	position: relative;
	padding: 30px 0;
}
.header-image {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
}
.header-image img {
	width: 100%;
	height: 100%;
}
/* Logo */
.logo {
	padding-top: 0;
}
.logo .normal-text a {
	position: relative;
	color: #fff;
	font-size: 32px;
	display: inline-block;
	margin-top: 2px;
	font-weight: bold;
	font-style: italic;
}
.logo .img-logo img{
	display:inline-block;
}
.logo .site-description {
	color: #ccc;
	font-size: 15px;
	margin-top: 5px;
}
.main-menu {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #cccccc73;
	border-radius: 0px;
	box-shadow: 0px 0px 5px #0000002e;
}
/* Main Menu */
.header .main-navigation ul li {
	margin-right: 5px;
	position: relative;
	display: inline-block;
}
.header .main-navigation ul li:last-child{
	margin:0;
}
.header .main-navigation ul li a {
	text-transform: capitalize;
	color: #333;
	display: block;
	background: transparent;
	border-radius: 0px;
	padding: 20px 12px;
	position: relative;
}
.header .main-navigation ul li ul li a:hover,
.header .main-navigation ul li ul li a:focus {
	background: #0CBDBD !important;
}
.header .main-navigation ul li:hover a,
.header .main-navigation ul li.current-menu-item a {
	color: #fff;
	background: #0CBDBD;
}

/* Dropdown Menu */
.header .main-navigation {
	margin: 0;
	padding: 0;
}
.header .main-navigation ul {
	display: initial;
	margin: 0;
	display: block;
	padding-right: 245px;
}
.header .main-navigation ul li ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	z-index: 99999;
	background: #2A2E40;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	width: 200px;
	margin: 0;
	padding: 0;
}
.header .main-navigation ul li:hover ul,
.header .main-navigation ul li.active-focus ul{
	opacity:1;
	visibility:visible;
}
.header .main-navigation ul li ul li {
	display: block;
	margin: 0;
}
.header .main-navigation ul li ul li a {
	color: #eee !important;
	padding: 0;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 400;
	background: transparent !important;
}
.header .main-navigation ul li ul li a::before{
	display:none;
}
.header .main-navigation ul li ul li a:hover{
	color:#F48C1E;
}
.header .main-navigation li ul li ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.header .main-navigation li ul li:hover ul,
.header .main-navigation li ul li.active-focus ul{
	opacity: 1;
	visibility: visible;
}
.header .main-navigation li ul.sub-menu li ul li ul{
	opacity: 0;
	visibility: hidden;
}
.header .main-navigation li ul.sub-menu li ul li:hover ul,
.header .main-navigation li ul.sub-menu li ul li.active-focus ul{
	opacity: 1;
	visibility: visible;
}
.header .main-menu-bar {
	position: relative;
}
/* Right Default */
.header .social-widget {
	text-align: left;
	padding: 0;
	position: absolute;
	right: 0;
	top: 18px;
}
.header .social-widget h4 {
	color: #333;
	font-size: 15px;
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
}
.header .social-widget ul li {
  display: inline-block;
}
.header .social-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.header .social-widget ul li {
  margin-right: 5px;
  padding-right: ;
  color: #fff;
}
.header .social-widget ul li a {
	text-align: center;
	border-radius: 100%;
	color: #333;
	font-size: 13px;
	display: inline-block;
	padding: 0;
	line-height: 100%;
}
.header .social-widget ul li:hover a,
.header .social-widget ul li a:focus{
	color: #0CBDBD;
	background: transparent;
}
.header-right{
	float:right;
}
/*---------------------------------------
# End Header CSS
-----------------------------------------*/

/*---------------------------------------
# Blog CSS
-----------------------------------------*/
.blog-section {
  padding: 20px 0 50px;
}
.blog-section .hemila-sidebar {
  margin-top: 30px;
}
.blog-section .home-top-post {
	margin-top: 30px;
}

/* Blog Single */
.blog-content-main {
	margin-top: 30px;
}
.blog-single ul li a {
  color: #333;
}
.blog-single ul li {
  line-height: 30px;
}
.blog-single .blog-body h1 {
  font-size: 25px;
}
.blog-single .blog-body .blog-meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.blog-single .blog-body .blog-meta ul li {
  display: inline-block;
  margin-right: 5px;
}
.blog-single .blog-body .blog-meta ul li i {
  margin-right: 5px;
}
.blog-single .blog-body .blog-meta ul li,.blog-single .blog-body .blog-meta ul li a {
  color: #555;
  font-weight: 400;
}
.blog-single .blog-body h1 a {
  color: #2A2E40;
}
.blog-single .blog-body h1 a:hover{
	color:#0CBDBD;
}
.blog-single .blog-body p {
	margin-bottom: 20px;
}
.blog-single .blog-body p a {
	color: #0CBDBD;
}
.wp-block-quote {
	background: #f5f5f5;
	padding: 30px 40px;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	border: none;
}
.wp-block-quote p {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
}
.wp-block-quote:before {
  content: "\f10d";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  background: #F38B1D;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.wp-block-quote em a {
	color: #0CBDBD;
}
#comments {
	display: none;
}

.blog-main-layout {
	background: ;
	padding: 0;
}
.post-cat {
	display: inline-block;
	position: absolute;
	top: 14px;
	left: -43px;
	z-index: 33;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	overflow: hidden;
	z-index: 333;
	background: #F48C1E;
	display: inline-block;
	padding: 8px 56px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}
.post-cat a {
	color: #fff;
}
.site-main.search {
	padding: 100px 0;
}
.blog-single-news .post-thumb {
  float: ;
  position: absolute;
  left: 0;
}
.post-text {
  padding-left: 113px;
}
.blog-single-news {
  position: relative;
  overflow: hidden;
  margin-bottom: 32px;
}
.post-date {
  font-size: 13px;
}
.post-date i {
  margin-right: 5px;
}
/*---------------------------------------
# End Blog CSS
-----------------------------------------*/

/*---------------------------------------
# Pages CSS
-----------------------------------------*/
.site-page .page-top {
	margin-top: 30px;
}
/* No resutls Page */
.no-results.not-found {
  margin-top: 30px;
}
.no-results.not-found .page-title {
  margin: 0 0 15px;
}
.no-results.not-found .page-title span {
  color: #F48C1E;
  margin-right: 10px;
}
.no-results.not-found {
}
.no-results.not-found .page-content {
  margin: 0;
}
.no-results.not-found  .search-form {
  margin-top: 15px;
}
.search-results article.page .entry-content, 
.search-results article.page .blog-meta {
	display: none;
}
/* 404 Page CSS */
.error-404.not-found {
	padding: 100px 0;
}
.error-404 .page-title {
	margin: 0;
	font-weight: 600;
}
.error-404 .page-title span {
	color: #F48C1E;
	font-size: 50px;
	margin-right: 10px;
	display: block;
}
.error-404 .search-form {
  margin-top: 20px;
}
.error-404 .page-content {
  margin-top: 10px;
}
/*---------------------------------------
# End Pages CSS
-----------------------------------------*/

/*---------------------------------------
# Pagination CSS
-----------------------------------------*/
.pagination-main {
	margin: 50px 0 0;
	text-align: left;
}
.pagination {
	display: block;
	padding-left: 0;
	border-radius: 0px;
	text-align: center;
	margin: 0;
}
.pagination li {
	display: inline-block;
	margin-right: 10px;
}
.pagination li:last-child{
	margin:0;
}
.pagination li a {
	background: #F5F5F5;
	display: block;
	width: 46px;
	height: 46px;
	color: #353535;
	line-height: 46px;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 100%;
}
.pagination li.active a,
.pagination li:hover a {
	-webkit-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	-moz-box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
	box-shadow: 0px 10px 15px rgba(88, 85, 85, 0.15);
}
.pagination li.active a,
.pagination li:hover a {
	color: #fff;
	background: #F38B1D;
}
.pagination li a span,
.pagination li a i {
	position: relative;
	z-index: 40;
}
.pagination li a i {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.pagination li.prev:hover a i, 
.pagination li.next:hover a i {
	color:#F38B1D;
}
.pagination li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.pagination li.active a::before,
.pagination li:hover a::before{
	opacity:1;
	visibility:visible;
}
.pagination li.prev a:hover,
.pagination li.next a:hover{
	box-shadow:none;
	color:#F38B1D;
}
.pagination li.prev a,.pagination li.next a {
	display: ;
	width: auto;
	height: auto;
	background:transparent !important;
	font-size:20px;
}
/*---------------------------------------
# End Pagination CSS
-----------------------------------------*/

/*---------------------------------------
# WordPress Default CSS
-----------------------------------------*/
.widget .widget-title {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin-bottom: 22px;
	text-transform: capitalize;
}

.wp-block-heading {
	font-size: 18px;
	margin-bottom:10px;
}
.widget ul ,.widget ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 35px;
}
.widget ul ul ul {
	padding-left: 5px;
}
.widget ul, .widget ul li a {
  color: #333;
}
.widget ul li:hover,.widget ul li a:hover{
	color:#F48C1E;
}
.category-featured .image-head {
}
.page-links {
	padding: 0 20px;
}
.page-links a {
	background: #f48c1e;
	color: #fff;
	padding: 5px 10px;
}

.widget select {
	width: 100%;
	height: 45px;
	padding: 0 20px;
}
/* Post Password Form */
.post-password-form input[type="password"] {
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 0px;
	height: 50px;
	padding: 0 10px;
}
.post-password-form input[type="submit"] {
	background: #f48c1e;
	color: #fff;
	height: 50px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 14px;
}
.post-password-form input[type="submit"]:hover{
	background:#0CBDBD;
}
.post-password-form {
	position: relative;
}
/* Table CSS */
table th {
}
table thead th {
	background: #f48c1e;
	padding: 12px 30px;
	color: #fff;
	font-size: 18px;
}
table tbody th,table tbody td {
	border: 1px solid #ebebeb;
	padding: 12px 30px;
	text-align: ight;
}
table tbody a {
	color: #f48c1e;
}
table tbody a:hover {
	color: #353535;
}
/* Widget Select */
.single-widget select {
	width: 100%;
	padding: 12px;
	font-size: 14px;
	border: 1px solid #ebebeb;
	background: #F5F8F9;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-user-select: none;
	background-image: url(/images/select-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 50% !important;
}

/* Widget Search CSS */
.search-form{
	position:relative;
}
.search-form input[type="search"] {
	width: 100%;
	height: 50px;
	border-radius: 0px;
	padding: 0 75px 0 20px;
	font-size: 14px;
}
.search-form label {
  width: 100%;
  position:relative;
}
.search-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	background: #0CBDBD;
	color: #fff;
	height: 50px;
	border: none;
	border-radius: 0px;
	padding: 0 20px;
	cursor: pointer;
}
.search-form input[type="submit"]:hover{
	background:#f48c1e;
	color:#fff;
}

/* Widget Search CSS */
.search-form {
  width: 100%;
}
.search-form label input {
  width: 100%;
  padding: 12px 20px;
  border-radius: 0px;
}
.search-form  .search-submit {
  display: block;
  background: #;
  background: #f48c1e;
  border-radius: 0px;
  padding: 12px 20px;
  border: none;
  color: #fff;
  position: ;
  display: inline-block;
  height: 48px;
}
.search-form label {
  display: inline-block;
}

/* WP Blocks */

.wp-block-archives li,.wp-block-archives li a {
  color: #2A2E40;
  line-height: 30px;
  display: ;
}
.wp-block-calendar tfoot td {
  text-align: left;
}
.wp-block-calendar tfoot td a {
  color: #F48C1E;
  border: none;
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  padding: ;
}
.wp-block-calendar table caption {
  caption-side: initial;
  color: #fff;
  font-weight: 600;
  background: #0CBDBD;
  padding: 10px 20px;
}
.wp-block-calendar table th {
  background: #F5F8F9;
  color: #333;
  font-weight: 600;
}
.wp-block-calendar table th {
}
.wp-block-categories select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #F5F5F5;
}
.wp-block-categories {
  margin-bottom: 20px;
}
.wp-block-archives.wp-block-archives-dropdown {
}
.wp-block-archives select {
  display: ;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: #F5F5F5;
}
.wp-block-latest-comments li a {
  color: #2A2E40;
}
.wp-block-latest-posts a {
  color: #2A2E40;
}
.wp-block-search input {
  padding: 20px 20px;
  border-radius: 0px;
}
.wp-block-search button {
  background: #0CBDBD;
  color: #fff;
  border-radius: 0px;
}
.wp-block-search {
  margin-bottom: 20px;
}
.wp-block-tag-cloud a {
  color: #2A2E40;
  padding: 5px;
}
.wp-block-tag-cloud a:hover {
  color: #F48C1E;
}
.wp-block-rss li a {
  color: #555;
}
/*---------------------------------------
# End WordPress Default CSS
-----------------------------------------*/

/*---------------------------------------
# Footer CSS
-----------------------------------------*/
.footer-top {
	padding: 30px 0 60px;
	background: #f5f5f5;
}
.footer-top .single-widget{
	margin-top:30px;
}
.footer-bottom {
	background: #2A2E40;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.scroll-top a {
	background: #0CBDBD;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 100%;
	color: #fff;
	position: absolute;
	top: -20px;
	right: 30px;
}
.scroll-top a:hover{
	background:#fff;
	color:#0CBDBD;
}
.footer-bottom .single-line {
	display: inline-block;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #bbb;
}
.footer-bottom .single-line:last-child{
	border:none;
	padding:0;
	margin:0;
}
.footer-bottom .single-line p, 
.footer-bottom .single-line p a {
	color: #ccc;
}
.footer-bottom .single-line p a:hover{
	color:#F38B1D;
}
/*---------------------------------------
# End Footer CSS
-----------------------------------------*/

/*---------------------------------------
# Trade Winds West Custom CSS
-----------------------------------------*/

.tww-full-width {
	width: 100%;
}
.tww-half-width {
	width: 45%;
}
.tww-third-width {
	width: 30%;
}
.tww-container {
	width: 100%;
	margin: 2em auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.tww-container {
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.tww-half-width, .tww-third-width {
		width: 100%;
		margin-bottom: 2em;
	}
	.tww-half-width:last-of-type, .tww-third-width:last-of-type {
		margin-bottom: 0;
	}
}

.tww-content-box {
	background-color: #eeeeee;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 2em;
	padding: 2em;
}
.tww-blue-box {
	width: 100% !important;
	background-color: #bbdefb;
	padding: 2em !important;
	margin-bottom: 2em;
	align-items: center;
}

.tww-link-list {
	font-size: 16px;
	list-style-type: none;
	margin: 1em 0 0 0;
}
.tww-link-list li {
	margin-bottom: 0.5em;
}
.tww-link-list a {
	color: #33cccc;
}

.tww-fill-images img {
	width: 100%;
	height: auto;
}
.tww-home-page-welcome {
	background: #fff; 
	text-align: center; 
	align-self: stretch;
}
.tww-home-page-welcome h1 {
	font-size: 36px;
	font-family: 'Amethysta', serif; 
	font-weight: 400;
	line-height: 1;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #000;
	width: fit-content;
	margin: 0.5em auto;
}
.tww-home-page-welcome p {
	font-size: 24px;
	margin-bottom: 0.5em;
}
.tww-home-page-map p {
	color: #000;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.tww-home-page-map p:last-of-type {
	margin-bottom: 0;
}

.tww-accordion-content {
	display: none;
}
.is-open + .tww-accordion-content {
	display: block;
}
.tww-accordion {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 0.5em;
}
.tww-accordion:hover {
	background-color: #eeeeee;
	cursor: pointer;
	border-bottom: 1px solid #eeeeee;
}
.tww-accordion::before {
	content: '+';
	color: #000000;
	font-weight: normal;
	position: absolute;
	right: 0.5em;
}
.tww-accordion.is-open::before {
	content: '-';
}

h1 {
	font-size: 3em;
}
h2 {
	margin-top: 1em;
}
.tww-content-box h2 {
	margin-top: 0;
}

/*---------------------------------------
# End Trade Winds West Custom CSS
-----------------------------------------*/