/*
Theme Name: Tortuga Child
Theme URI: https://themezee.com/themes/tortuga/
Template: tortuga
Author: ThemeZee
Author URI: https://themezee.com
Description: Tortuga is a highly flexible and adventurous WordPress theme for your pirate magazine or any news related website. It supports three different post layouts, two sidebar schemes and a Magazine Homepage template based on widgets. Other highlights of Tortuga are the beautiful post slider and header widgets area. Arrr!
Tags: two-columns,custom-background,custom-header,custom-logo,custom-menu,editor-style,block-styles,rtl-language-support,grid-layout,blog,entertainment,news,featured-image-header,featured-images,flexible-header,custom-colors,full-width-template,sticky-post,threaded-comments,translation-ready,theme-options,one-column,left-sidebar,right-sidebar,three-columns
Version: 2.3.8.1685548802
Updated: 2023-05-31 16:00:02

*/

h2.focus-area-title{
	text-transform: uppercase;
	font-size:1.25em;
}

.archive-description{
	font-size: .95em;
	margin: -20px 0 20px;
	line-height: 1.4em;
}

.focus-area-dropdown{
	display:none; /* HIDDEN FOR NOW */
	margin:30px 0;
	text-align: center;
}

.focus-area-dropdown select{
	padding:12px;
}

p.top-page-text{
	margin:10px 0 20px;
}

.wi-post{
	margin:0;
	padding:10px 14px;
	transition: all 0.2s ease;
}

.wi-post:hover{
	/*background:#f2f2f2;*/
	transform: scale(1.02);
	box-shadow: 1px 3px 9px #bbb;
}

.wi-post.enhanced-listing{
	border: 4px solid #427b66;
	margin:10px 0;
	padding: 20px;
}

.wi-post h3{
	font-size:1em;
	margin:0;
}

.wi-post .desc{
	font-size:0.9em;
	line-height:1.4em;
}

.wi-post .focus-area{
	font-size:.85em;
}

.wi-post .focus-area strong{
	color:#333;
}

.wi-post img.wi-logo{
	height: auto;
	margin-bottom: 6px;
	max-width: 260px;
}

@media(max-width: 420px) {
	.wi-post img.wi-logo{
		max-width: 100%;
	}
}

.sidebar-wi-support{
	display: block;
}

.focus-area-cloud{
	margin-bottom:20px;
	text-align: center;
}

.focus-area-cloud h2{
	font-family: var(--title-font);
	font-size:1.4em;
	margin: 35px 0 20px;
}

.focus-area-cloud a{
	background:#303030;
	color:#fff;
	display:inline-block;
	font-size:.8em;
	padding:6px 12px;
	margin:2px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.focus-area-cloud a:hover{
	background:#00a805;
}

.focus-area-cloud.cloud-smaller{
	margin:28px 0 40px;
}

.focus-area-cloud.cloud-smaller a{
	font-size:.7em;
	padding:3px 10px 2px;
}

.focus-area-cloud.cloud-smaller a.active{
	background:#07930b;
	cursor:default;
}

.tax-focus-area .before-footer-widget-area{
	display:none;
}

.tax-page-header{
	padding-bottom:1px;
}

.tax-page-header h1{
	margin: 0;
	padding: 0;
	color: #dd5533;
	color: var(--title-color);
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	font-size: 28px;
	font-size: 1.75rem;
	font-family: "Titillium Web", arial, helvetica, sans-serif;
	font-family: var(--title-font);
	font-weight: normal;
	font-weight: var(--title-font-weight);
	text-transform: uppercase;
	text-transform: var(--title-text-transform);
	line-height: 1.4;
	line-height: var(--title-line-height);
}

.tax-page-header p{
	margin:15px 0;
}