/*!
Theme Name: owlrafting
Theme URI: https://realdecoy.com
Author: RealDecoy
Author URI: https://realdecoy.com
Description:
Version: 1.0.0
Text Domain: owlrafting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

owlrafting is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
@import 'styles.css';

body.home,
body.page-id-213 {
	/* This is the background for Christmas marketing graphics. 
	 *  background: url(assets/images/holiday-graphics-2021-03-2.png);*/
	background-color: #fff;
}

#page {
	background-color: transparent;
}

.main-navigation a {
    display: block;
    text-decoration: none;
		font-weight: normal;
}

.search-box .search-content p {
	font-weight: normal;
}

p.light {
    font-weight: 400 !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}

.right-panel.which-trip-is-right {
	margin-top: 0px;
	margin-bottom: -25px;
	background: none;
	border: none;
	padding: 10px 0px;
}

.trips-cards .card {
	background: #fff;
}

.which-trip-is-right {
	text-align: left;
	margin-bottom: 100px;
}

.which-trip-is-right .card {
	border: 1px solid #D9D9D9;
	background: #fff;
	text-align: left;
	margin-top: 0px;
}

.trips-template-default .right-panel .swim {
	background: url(../svg/swim.svg) no-repeat top left;
	background-size: 33px 24px;
}

.header-covid {
	text-align: right;
}

.header-covid a {
	text-decoration: none;
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.02rem;
}

input.search-field {
	width: 130px;
}

.header-covid strong {
	color: inherit;
}

img.crossed-paddles {
	width: 75px;
	margin-top: 15px;
	margin-bottom: -20px;
}

h2.which-trip {
	font-size: 1.77689em;
	line-height: 1.45em;
}

.review-spacer {
	margin-bottom: -100px;
	margin-top: 40px;
}

.review-spacer-small {
	margin-top: -115px;
}

a.card-heading {
	color: #333333;
	text-decoration: none;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.homepage-intensity {
	position: absolute;
	margin-top: -38px;
}

.trips-intensity {
	position: absolute;
	margin-top: -47px;
}

img.intensity-icons {
	width: 36px;
}

img.intensity-icons.black-diamond {
	margin-top: -5px;
}

h4.intensity-heading {
	font-size: 17px;
	font-style: inherit;
	text-align: inherit;
	margin-bottom: 0px;
	margin-top: 5px;
}

.category-news .head-banner,
.single-post .head-banner {
	min-height: 380px;
	box-sizing: border-box;
	width: 100%;
	padding: 265px 0 0 0px;
	position: relative;
}

.category-news .head-banner h1,
.single-post .head-banner h1 {
	color: #FFFFFF;
	font-family: 'Roboto Slab', serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 69px;
	text-shadow: 0 2px 21px rgb(0 0 0 / 80%);
	margin-bottom: 10px;
}

.smaller-font {
	font-size: 14px;
}

.non-widget.breadcrumbs span {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
}

.non-widget.breadcrumbs a {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

.non-widget.breadcrumbs a>span {
	font-weight: normal;
}

.entry-meta {
	margin-bottom: 10px;
	font-size: 14px;
}

.ico {
	position: inherit !important;
	left: inherit !important;
}

.searchedforbodytitle {
	color: #333333;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.searchedforbody {
	margin-bottom: -30px;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
}

#menu-top-of-page-menu li {
	float: left;
	margin-left: 20px;
}

@media screen and (max-width: 768px) {
	.searchedforbody {
		margin-bottom: 0px;
	}
	.review-spacer-small {
		margin-top: 0px;
	}
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

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

@media screen and (min-width: 1300px) {
	.ico {
		position: absolute !important;
		left: -70px !important;
	}
}
