/*!
Theme Name: 29218829382
Author: 
Author URI:
Description: Theme Wordpress Light
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: untheme
*/

/* Text meant only for screen readers. */
body,
p,
a,
li,
ul,
span,
h1,
h2,
h3,
h4,
h5,
h6{
font-family: 'Roboto', sans-serif;
color: #121212; 
} 

body,
p,
a,
li,
ul,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121212 !important;
	font-family: 'Roboto', sans-serif;
}

header.site-header {
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75) !important;
    -webkit-backdrop-filter: blur(20px) saturate(1.5);
    backdrop-filter: blur(20px) saturate(1.5);
    z-index: 99;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	overflow: hidden;
	position: absolute !important;
	word-wrap: normal !important;
}
header.site-header {
    max-width: 100%;
    padding: 0px 10px;
    margin: 0;
    border-bottom: none;
}
header.site-header .logo img {
    float: left;
    width: 180px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 5px;
}
span.logo {
    padding: 1.41px 5px;
    display: inline-block;
}
.main-navigation .menu a {
    font-weight: normal !important;
    color: #212121 !important;
    font-size: 16px;
    letter-spacing: 1px;
}
.site-main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
}
div#content {
    max-width: 100%;
    display: inline-block;
    width: 100%;
    margin-top: 100px;
	margin-bottom: 100px;
}
header nav {
    padding: 5px 10px;
}

.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 75px;
}
.root.svelte-tptlnr.svelte-tptlnr {
    width: 100%;
    border-radius: .25rem;
}
a.svelte-tptlnr.svelte-tptlnr {
    color: #212121;
    border: none;
}
.post-container.svelte-tptlnr.svelte-tptlnr {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-wrap: break-word;
}
.cover-image-container.svelte-tptlnr.svelte-tptlnr {
    height: 200px;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    font-size: 0;
}
.cover-image.svelte-tptlnr.svelte-tptlnr {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 7px;
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, 0.25);
    transition: all ease-in-out .4s;
}
.post-container.svelte-tptlnr:hover .cover-image.svelte-tptlnr {
    transform: scale(1.25) rotate(1deg);
}
.content.svelte-tptlnr.svelte-tptlnr {
    margin-top: 10px;
}
.title.svelte-tptlnr.svelte-tptlnr {
    color: #212121;
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
    line-height: 34.56px;
}
.content.svelte-tptlnr p {
    color: #424242;
}
.content.svelte-tptlnr.svelte-tptlnr p {
    margin: 15px 0 0 0 !important;
}
img {
    max-width: 100%;
}
.single-post main#main {
    max-width: 750px;
    width: 100% !important;
}
.menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 10px;
    position: relative;
    user-select: none;
}
.menu-icon .navicon {
    background: #424242;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
 .menu-icon .navicon:after, .menu-icon .navicon:before {
    background: #424242;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.menu-icon .navicon:before {
    top: 5px;
}
.menu-icon .navicon:after {
    top: -5px;
}
.menu-icon.open .navicon:before {
    transform: rotate(-45deg);
    top: 0;
}
.menu-icon.open .navicon:after {
    transform: rotate(45deg);
    top: 0;
}
label.menu-icon.open span.navicon {
    background: transparent;
}
header.entry-header h1 a {
    font-size: 31.5px;
    font-weight: 700;
    line-height: 140%;
}
.sun-editor-editable h2 {
    line-height: 140%;
}
.sun-editor-editable h2 {
    margin-top: 2em;
}
.sun-editor-editable p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    line-height: 37.8px;
    font-size: 21px !important;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 400;
    margin-top: 21px;
}
.page-template-tpl-about main#main {
    max-width: 750px;
    width: 100%;
}
.page-template-tpl-about main#main header.entry-header {
    text-align: center;
}
.main-navigation .menu a:hover {
    color: #37503c !important;
}
.page-template-tpl-about main#main .entry-content.sun-editor-editable {
    margin-top: 45px;
}
.view-post {
    margin-top: 70px;
    text-align: center;
}
.view-post a {
    background-color: #37503c;
    color: #fff !important;
    border: none;
    color: #fff;
    padding: 9px 24px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}
.view-post a:hover {
    filter: brightness(95%);
}
.text-header-container.svelte-1px2sr0.svelte-1px2sr0 {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 900px;
    padding-top: 0;
}
.header-title.svelte-1px2sr0.svelte-1px2sr0 {
    color: #424242 !important;
    font-size: 4rem;
    letter-spacing: -.025em;
    font-weight: 700;
    margin: 0;
    line-height: 140%;
} 
.header-caption.svelte-1px2sr0.svelte-1px2sr0 {
    color: #848484 !important;
    font-size: 1.5rem;
    line-height: 180%;
    margin: 0;
    font-weight: 600;
}

.button-top {
    padding: 0 10px;
}
body .main-navigation .menu a {
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 1px;
}
.main-navigation .menu .button-top a {
    background-color: #37503c;
    color: #fff !important;
    border: none;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600 !important;
    letter-spacing: 0;
	    min-height: auto !important;
}
.first-post.svelte-dw3ksm {
    margin-bottom: 50px;
}
.root.svelte-17om2te.svelte-17om2te {
    width: 100%;
}
.post-container.svelte-17om2te.svelte-17om2te {
    width: 100%;
    display: flex;
    flex-direction: row;
    border-radius: .25rem;
    overflow-wrap: break-word;
    box-shadow: none; 
}
.cover-image-container.svelte-17om2te.svelte-17om2te {
    margin-right: 3rem;
    width: 100%;
    max-width: 500px;
    height: 300px;
    background-color: #f8f8ff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0;
}
.cover-image.svelte-17om2te.svelte-17om2te {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: var(--shadow-cover-image);
    transition: all ease-in-out .4s;
}
.post-container.svelte-17om2te:hover .cover-image.svelte-17om2te {
    transform: scale(1.25) rotate(1deg);
}
.content.svelte-17om2te.svelte-17om2te {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.title.svelte-17om2te.svelte-17om2te {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 180%;
    margin: 0;
}
footer.site-footer {
    padding: 50px;
    background-color: #f9f9f9 !important;
    border-top: 1px solid #eeeeee !important;
}
.footer-brand-section {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex: 5;
}
.logo-sec.svelte-gq8aq6 {
    flex: 2;
    text-align: left;
}
.menu-container.svelte-gq8aq6 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex: 1;
}
span.logo-footer img {
    width: 180px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}
.logo-sec.svelte-gq8aq6 p {
    font-size: .9rem;
    color: #424242 !important;
    margin: 8px 0 0 0;
}
nav.footer_nav ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
nav.footer_nav ul li {
    padding: 2px;
    line-height: 37px;
    margin: 0 !important;
}
nav.footer_nav ul li a {
    color: #424242 !important;
}
.pagination {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 750px;
    margin-top: 70px;
    margin-bottom: 0px;
    padding: 0 20px;
    grid-gap: 20px;
}
.nav-links {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 750px;
    margin-top: 70px;
    margin-bottom: 0px;
    padding: 0 20px;
    grid-gap: 20px;
}
.pagination .page-numbers {
    display: none;
}
.pagination .prev.page-numbers, .pagination .next.page-numbers {
    background-color: #37503c;
    color: #fff !important;
    border: none;
    padding: 6.2px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}
.sun-editor-editable h2 {
    font-size: 31px;
}
.sun-editor-editable h3 {
    font-size: 24.5px;
    line-height: 140%;
}
.single-post .entry.single-blog header.entry-header {
    margin-bottom: 100px;
}
/***************media****************/

@media only screen and (min-width: 600px){
.home-blog-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
} 
} 
@media only screen and (min-width: 768px){
	nav.main-navigation {
    padding-right: 10px;
}
.site-main  {
    width: 70%;
}
.home-blog-grid {
    grid-template-columns: repeat(2,1fr);
}
.menu-icon {
    display: none;
}
.first-post.svelte-dw3ksm {
    margin-bottom: 100px;
}
}

@media only screen and (min-width: 992px){
.home-blog-grid {
    grid-template-columns: repeat(2,1fr);
}
}
@media only screen and (min-width: 1200px){
.home-blog-grid {
    grid-template-columns: repeat(3,1fr);
}
}
@media only screen and (max-width: 767px){
	.sun-editor-editable h2 {
    font-size: 27px;
}
.sun-editor-editable h3 {
    font-size: 21px;
}
	.post-container.svelte-17om2te.svelte-17om2te {
    display: flex; 
    flex-direction: column;
    padding: 0;
}
.cover-image-container.svelte-17om2te.svelte-17om2te {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    height: 200px;
}
.content.svelte-17om2te.svelte-17om2te {
    padding-top: 1rem;
}
.title.svelte-17om2te.svelte-17om2te {
    font-size: 1.2rem;
}
.home-blog-grid {
    gap: 50px;
}
	.sun-editor-editable p {
	font-size: 18px; 
}
.cover-image.svelte-tptlnr.svelte-tptlnr {
    height: 200px;
}
header.entry-header h1 a {
    font-size: 2rem;
}
nav.main-navigation {
    display: none;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    overflow-y: scroll;
	    background: #fff;
}
header.site-header {
    flex-wrap: wrap;
}
nav.main-navigation.menu-open {
    display: block;
    width: 100%;
    float: left;
    max-height: 500px;
    -webkit-box-shadow: 0 1px 1px #383838;
    -moz-box-shadow: 0 1px 1px #383838;
    box-shadow: 0 1px 1px #383838;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main-navigation .menu {
    flex-direction: column;
    padding-bottom: 10px !important;
}
.main-navigation .menu a {
    min-height: 59px;
    display: flex !important;
    align-items: center;
}
.main-navigation .menu .outdoor_gear a {
    display: inline-block !important;
}
.outdoor_gear {
    margin-top: 12px !important;
}
.site-main {
    padding: 0 20px;
}
.header-title.svelte-1px2sr0.svelte-1px2sr0 {
    font-size: 2.4rem;
}
.header-caption.svelte-1px2sr0.svelte-1px2sr0 {
    font-size: 1.2rem;
}
}
@media only screen and (max-width: 500px){
	.header-title.svelte-1px2sr0.svelte-1px2sr0 {
    font-size: 2rem;
}
.header-caption.svelte-1px2sr0.svelte-1px2sr0 {
    font-size: 1rem;
}
.footer-brand-section {
    flex-direction: column;
}
.menu-container.svelte-gq8aq6 {
    margin-top: 25px;
}
.pagination {
    padding: 0;
    grid-gap: 10px;
}
.pagination .prev.page-numbers, .pagination .next.page-numbers {
    font-size: 14px;
}
}