/**

Theme Name: Errante
Description: Designed for personal bloggers, writers, and magazine websites, Errante is a dynamic WordPress theme that combines visual appeal with ease of use. It features 17 Google fonts and a variety of customization options to make your site truly unique.
Author: ThemeinProgress.
Author URI: https://www.themeinprogress.com
Version: 1.0.0
Requires PHP: 5.3
Tested up to: 6.7
Template: avventura-lite
Tags: custom-background, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, post-formats, right-sidebar, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, grid-layout, blog, e-commerce, news
Text Domain: errante
Domain Path: /languages
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Errante Child WordPress Theme is a child theme of Avventura Lite, Copyright 2025 ThemeinProgress.
Errante Child is distributed under the terms of the GNU GPLv3.

Avventura Lite WordPress Theme, Copyright 2025 ThemeinProgress.
Avventura Lite is distributed under the terms of the GNU GPLv3.

*/

/* ===============================================
   Typography
   =============================================== */

body,
h1,
h2,
h3,
h4,
h5,
h6,
h1.title a,
h2.title a,
h3.title a,
h4.title a,
h5.title a,
h6.title a,
#logo a,
#logo a span {
    font-family: 'Josefin Sans', sans-serif;
}

.post-article a,
.product-content a {
	text-decoration:underline;
	-webkit-transition: all .3s ease, border-color .3s ease;
	-moz-transition: all .3s ease, border-color .3s ease; 
	-o-transition: all .3s ease, border-color .3s ease;
	transition: all .3s ease, border-color .3s ease;
}

.post-article .title a,
.post-article .entry-date a,
.post-article .entry-category a ,
.product-content .product-title a {
	text-decoration:none;
}

.post-article a:hover ,
.post-article a:active ,
.post-article a:focus ,
.product-content a:hover ,
.product-content a:active ,
.product-content a:focus {
	text-decoration:underline;
	text-decoration-color: #d14a2b;
}

.product-thumbnail,
.embed-container,
.pin-container, 
.video-container,
.maps-container {
	position:relative;
	z-index:999;
}

/* ===============================================
   Header
   =============================================== */

#header-wrapper {
	background:#262626;
}

/* ===============================================
   Logo
   =============================================== */

#logo {
    text-align: center; 
	min-height:90px;
}

#logo a {
	font-size:50px;
	color:#fff;
    display: inline-block;
    padding: 20px 25px 15px 25px;
}

#logo span.custom-logo-description {
    font-size: 14px;
	color:#fff;
    display: block;
    margin-top: 15px;
    text-align: center;
    line-height: initial;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

#logo a.textual-logo {
    border: solid 2px #fff;
    position: relative;
}

#logo a.textual-logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 5px;
    margin: auto;
    z-index: -1;
    border-bottom: solid 4px #fff;
    border-right: solid 4px #fff;
    border-color:inherit;
}

#logo a.textual-logo:hover, 
#logo a.textual-logo:active, 
#logo a.textual-logo:focus {
    border-color: #d14a2b;
}

#logo a.textual-logo:hover span.custom-logo-description ,
#logo a.textual-logo:active span.custom-logo-description ,
#logo a.textual-logo:focus span.custom-logo-description {
    color: #d14a2b;
}

/* ===============================================
   Main menu
   =============================================== */

#menu-wrapper {
	border-top: solid 1px #222;
	background:#222;
}

nav#mainmenu ul {
    text-align: left;
}

nav#mainmenu ul li a {
	color:#fff;
}

nav#mainmenu ul.children ,
nav#mainmenu ul.sub-menu {
	background:#222;
}

.mobile-navigation {
	display:none;
	visibility: hidden;
}

nav#mainmenu ul ul:before {
    right: -223px;
}

.mobile-navigation {
	color: #fff;
}

/* ===============================================
   WooCommerce header cart
   =============================================== */

#header-wrapper .header-cart-widget {
    background-color: #222 !important;
    
}

#header-wrapper .header-cart a.cart-contents,
#header-wrapper .header-search a.open-search-form {
	color:#fff !important;
}

#header-wrapper .header-cart-widget .buttons a.button {
	position:relative;
    -webkit-box-shadow: 3px 3px 0px 0px #fff;
    box-shadow: 3px 3px 0px 0px #fff;
	-webkit-transition: all .3s ease, border-color .3s ease;
	-moz-transition: all .3s ease, border-color .3s ease; 
	-o-transition: all .3s ease, border-color .3s ease;
	transition: all .3s ease, border-color .3s ease;
}

#header-wrapper .header-cart-widget .buttons a.button:hover ,
#header-wrapper .header-cart-widget .buttons a.button:active ,
#header-wrapper .header-cart-widget .buttons a.button:focus {
	position:relative;
    -webkit-box-shadow: 3px 3px 0px 0px #d14a2b;
    box-shadow: 3px 3px 0px 0px #d14a2b;
}

#header-wrapper .header-cart-widget .widget_shopping_cart .total  {
    color: #fff;
}

#header-wrapper .header-cart-widget .woocommerce-mini-cart__empty-message {
    color:#fff;
    margin: 0
}


#header-wrapper .header-cart a.cart-contents,
#header-wrapper .header-search a.open-search-form {
	color:#fff;
}

#header-wrapper .header-cart a.cart-contents:hover ,
#header-wrapper .header-cart a.cart-contents.active {
    color: #d14a2b !important;
}

#header-wrapper .header-cart-widget {
    background-color: #222 !important;
}

#header-wrapper .header-cart-widget .mini_cart_item a {
    color: #fff ;
}

#header-wrapper .header-cart-widget .mini_cart_item a:hover {
    color: #d14a2b ;
}

#header-wrapper .header-cart-widget .woocommerce a.remove {
    color: #fff !important;
    background: none !important;
    border:solid 1px #fff;
    line-height: 23px !important
}

#header-wrapper .header-cart-widget .woocommerce a.remove:hover {
    color: red !important;
    border-color: red !important;
}

#header-wrapper .header-cart-widget .widget_shopping_cart li,
#header-wrapper .header-cart-widget .product_list_widget li {
    border-width: 2px;
}

.header-cart-widget .widget_shopping_cart a.button,
.header-cart-widget .woocommerce.widget_shopping_cart a.button{
    margin: 20px 5px;
	color:#fff;
	border-color:#fff;
    -webkit-box-shadow: 3px 3px 0px 0px #fff;
    box-shadow: 3px 3px 0px 0px #fff;
}

.header-cart-widget .woocommerce.widget_shopping_cart a.button {
    display: block !important;
}

.header-cart-widget .woocommerce.widget_shopping_cart a.button.wc-forward:first-of-type {
    background: none!important;
    border: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    display: block;
    font-size: 12px;
    padding: 0;
    -webkit-transition: color .3s ease !important;
    -moz-transition: color .3s ease !important;
    -o-transition: color .3s ease !important;
    transition: color .3s ease !important;
}

.header-cart-widget .woocommerce.widget_shopping_cart a.button.wc-forward:first-of-type:hover,
.header-cart-widget .woocommerce.widget_shopping_cart a.button.wc-forward:first-of-type:active,
.header-cart-widget .woocommerce.widget_shopping_cart a.button.wc-forward:first-of-type:focus {
    color: #d14a2b !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

/* ===============================================
   News ticker
   =============================================== */

.news-ticker-carousel {
    position: relative;
    margin-bottom: 50px;
}

.news-ticker-title {
    float: left; 
    background: red;
    height: 50px;
    line-height: 50px; 
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
    color:#fff
}

.news-ticker-carousel {
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
    background: #fff;
    border:solid 1px #ddd;
}

.news-ticker-carousel::before {
    right: unset;
    left: 0;
}

.news-ticker-carousel .news-ticker-marquee-init {
    width: 10000px;
}

.news-ticker-carousel .news-ticker-marquee-init,
.news-ticker-carousel .news-ticker-marquee-init .js-marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-ticker-carousel .news-ticker-marquee-init .js-marquee-wrapper {
    overflow: hidden;
}

.news-ticker-carousel-inner {
    padding: 0 5px;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.news-ticker-carousel-inner::before , 
.news-ticker-carousel-inner::after {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
}

.news-ticker-carousel-inner .news-ticker-marquee-init a {
    padding: 5px 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.news-ticker-carousel-inner .news-ticker-marquee-init a span.circle-marq {
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    position: relative;
}

.news-ticker-carousel-inner .news-ticker-marquee-init a img {
    height: 40px;
    width: 40px;
    object-fit: cover;
}

/* ===============================================
   Top section/Featured posts
   =============================================== */

.top-section-wrapper ,
.featured-posts-wrapper {
	background:#f9f9f9 !important;
	padding:25px 0;
    margin-top: -50px;
	margin-bottom:50px;
}

.ticker-wrapper + .top-section-wrapper ,
.ticker-wrapper + .featured-posts-wrapper {
	margin-top:0px;
}

#top_sidebar + .top-section-wrapper ,
#top_sidebar + .featured-posts-wrapper {
	margin-top:-50px;
}

.top-section-wrapper + .featured-posts-wrapper {
	margin-top: -50px;
    padding-top: 0;
}

#top-section-inner ,
#featured-posts-inner {
    margin-bottom: 0;
}

.featured-posts-container {
    margin-bottom: 0
}

h1.archive-title + .featured-posts-container,
h1.search-result-title + .featured-posts-container{
	margin:25px 0 0 0;
}

.featured-posts-container .featured-post {
    display: inline-block;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.featured-posts-container .featured-post .featured-post-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    margin: 0;
    line-height: 1.4em;
}

.featured-posts-container .featured-post .featured-post-info .featured-post-inner-details {
    padding: 15px;
}

.featured-posts-container .featured-post .featured-post-info .title {
    font-size: 19px;
    font-weight: 600;
    line-height: 20px;
}

.featured-posts-container .featured-post .featured-post-permalink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .3;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.3) 30%, rgba(143,143,143,0.4) 50%, rgba(0,0,0,0.6) 100%);
}

.featured-posts-container .featured-post-permalink:focus ,
.featured-posts-container .featured-post:hover .featured-post-permalink {
    opacity: .5
}

.new-post-categories ,
.featured-posts-container .featured-post .featured-post-categories {
    position: absolute;
    width: 100%;
    left: 10px;
    top: 10px;
}

.post .post-icon,
.new-post-category ,
.featured-posts-container .featured-post .featured-post-category {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #d14a2b;
    line-height: 1.4em;
}

.featured-posts-container .item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    float: none;
    height: 650px;
}

.featured-posts-wrapper.featured-posts-single-row .featured-posts-container .item {
	grid-template-rows: repeat(1, 1fr);
	grid-row-gap: 0px;
	height: 250px;
}

/* Featured posts > Layout 1 */

.featured-posts-container.layout-1 .featured-post-0 {
    grid-area: 1 / 1 / 2 / 3;
}

.featured-posts-container.layout-1 .featured-post-1 {
    grid-area: 1 / 3 / 2 / 4;
}

.featured-posts-container.layout-1 .featured-post-2 {
    grid-area: 1 / 4 / 2 / 5;
}

.featured-posts-container.layout-1 .featured-post-3 {
    grid-area: 2 / 1 / 3 / 2;
}

.featured-posts-container.layout-1 .featured-post-4 {
    grid-area: 2 / 2 / 3 / 4;
}

.featured-posts-container.layout-1 .featured-post-5 {
    grid-area: 2 / 4 / 3 / 5;
}

/* Featured posts > Layout 2 */

.featured-posts-container.layout-2 .featured-post-0 {
    grid-area: 1 / 1 / 3 / 2;
}

.featured-posts-container.layout-2 .featured-post-1 {
    grid-area: 1 / 2 / 3 / 3;
}

.featured-posts-container.layout-2 .featured-post-2 {
    grid-area: 1 / 3 / 2 / 4;
}

.featured-posts-container.layout-2 .featured-post-3 {
    grid-area: 1 / 4 / 2 / 5;
}

.featured-posts-container.layout-2 .featured-post-4 {
    grid-area: 2 / 3 / 3 / 4;
}

.featured-posts-container.layout-2 .featured-post-5 {
    grid-area: 2 / 4 / 3 / 5;
}

/* Featured posts > Layout 3 */

.featured-posts-container.layout-3 .featured-post-0 {
    grid-area: 1 / 1 / 3 / 2;
}

.featured-posts-container.layout-3 .featured-post-1 {
    grid-area: 1 / 2 / 2 / 3;
}

.featured-posts-container.layout-3 .featured-post-2 {
    grid-area: 1 / 3 / 2 / 4;
}

.featured-posts-container.layout-3 .featured-post-3 {
    grid-area: 2 / 2 / 3 / 3;
}

.featured-posts-container.layout-3 .featured-post-4 {
    grid-area: 2 / 3 / 3 / 4;
}

.featured-posts-container.layout-3 .featured-post-5 {
    grid-area: 1 / 4 / 3 / 5;
}

/* Featured posts > Layout 4 */

.featured-posts-wrapper:not(.featured-posts-single-row) .featured-posts-container.layout-4 .featured-post-0 {
	grid-area: 1 / 1 / 2 / 2;
}

.featured-posts-wrapper:not(.featured-posts-single-row) .featured-posts-container.layout-4 .featured-post-1 {
	grid-area: 1 / 2 / 2 / 4;
}

.featured-posts-wrapper:not(.featured-posts-single-row) .featured-posts-container.layout-4 .featured-post-2 {
	grid-area: 2 / 1 / 3 / 2;
}

.featured-posts-wrapper:not(.featured-posts-single-row) .featured-posts-container.layout-4 .featured-post-3 {
	grid-area: 2 / 2 / 3 / 3;
}

.featured-posts-wrapper:not(.featured-posts-single-row) .featured-posts-container.layout-4 .featured-post-4 {
	grid-area: 2 / 3 / 3 / 4;
}

.featured-posts-wrapper:not(.featured-posts-single-row) .featured-posts-container.layout-4 .featured-post-5 {
	grid-area: 1 / 4 / 3 / 5;
}

/* Featured posts > Layout 5 */

.featured-posts-container.layout-5 .featured-post-0 {
    grid-area: 1 / 1 / 2 / 3;
}

.featured-posts-container.layout-5 .featured-post-1 {
    grid-area: 1 / 3 / 2 / 4;
}

.featured-posts-container.layout-5 .featured-post-2 {
    grid-area: 1 / 4 / 2 / 5;
}

.featured-posts-container.layout-5 .featured-post-3 {
    grid-area: 2 / 1 / 3 / 2;
}

.featured-posts-container.layout-5 .featured-post-4 {
    grid-area: 2 / 2 / 3 / 3;
}

.featured-posts-container.layout-5 .featured-post-5 {
    grid-area: 2 / 3 / 3 / 5;
}

/* Featured posts > Layout 6 */

.featured-posts-container.layout-6 .featured-post-0 {
    grid-area: 1 / 1 / 2 / 3;
}

.featured-posts-container.layout-6 .featured-post-1 {
    grid-area: 1 / 3 / 2 / 5;
}

.featured-posts-container.layout-6 .featured-post-2 {
    grid-area: 2 / 1 / 3 / 2;
}

.featured-posts-container.layout-6 .featured-post-3 {
    grid-area: 2 / 2 / 3 / 3;
}

.featured-posts-container.layout-6 .featured-post-4 {
    grid-area: 2 / 3 / 3 / 4;
}

.featured-posts-container.layout-6 .featured-post-5 {
    grid-area: 2 / 4 / 3 / 5;
}

/* Featured posts > Layout 7 */

.featured-posts-container.layout-7 .featured-post-0 {
    grid-area: 1 / 1 / 2 / 2;
}

.featured-posts-container.layout-7 .featured-post-1 {
    grid-area: 1 / 2 / 2 / 3;
}

.featured-posts-container.layout-7 .featured-post-2 {
    grid-area: 1 / 3 / 2 / 5;
}

.featured-posts-container.layout-7 .featured-post-3 {
    grid-area: 2 / 1 / 3 / 3;
}

.featured-posts-container.layout-7 .featured-post-4 {
    grid-area: 2 / 3 / 3 / 4;
}

.featured-posts-container.layout-7 .featured-post-5 {
    grid-area: 2 / 4 / 3 / 5;
}

/* ===============================================
   Site content
   =============================================== */

.pin-container  {
	position:relative;
	z-index:998;
    background: none !important;
}

.post-article {
    z-index: 997;
}

#masonry .post {
  transition: transform ease 400ms;
}

#masonry .post:hover {
  transform: translate(0, -10px);
}

.product-content {
    z-index: 999;
}

/* ===============================================
   Post icon
   =============================================== */

.post .post-icon {
	opacity: 1;
	filter: alpha(opacity=1);
	background: white;
	color: black;
	font-size: 14px;
	z-index: 1000;
	bottom: -20px;
	top: inherit;
    border-radius: 50%;
}

.post .pin-container:hover img {
	opacity: 1;
	filter: alpha(opacity=1);
}

/* ===============================================
   Post meta
   =============================================== */

.post-meta {
	text-align:center;
    margin-bottom: 5px;
}

.title + .post-meta {
	margin-top:10px;
	margin-bottom:20px;
}

.masonry-item .title + .post-meta {
	margin-bottom:0;
}

.post-meta-icon {
	position: relative;
	padding-top: 0.5rem;
	font-size: 10px !important;
	margin-left: 5px;
}

.post-meta-icon i {
	margin-right: 2.5px;
}

.post-meta-date + .post-meta-author::before,
.post-meta-category + .post-meta-icon::before {
	content: "\2022";
	margin-right: 5px;
}

.post-meta-date + .post-meta-author::before {
	margin-left: 5px;
}

.post-meta-author ,
.post-meta-date,
.post-meta-category ,
.post-meta-icon {
	position: relative;
	text-align:center;
	display:inline-block;
	padding-bottom: 0;
	line-height: 0.7;
	font-weight:normal;
}

.post-meta-author ,
.post-meta-author a,
.post-meta-date,
.post-meta-category ,
.post-meta-category a,
.post-meta-icon {
	color:#616161;
	font-size:11px !important;
	text-decoration: none !important;
}

.post-meta-author a {
	margin-left: 2.5px;
}

.post-meta-category,
.post-meta-icon {
	padding-top: 0.5rem;
	margin-bottom:0;
	padding:0
}

.post-meta-author + .post-meta-date::before,
.post-meta-category + .post-meta-icon::before {
	content: "\2022";
	margin-right: 5px;
}

.post-meta-category.post-meta-category-remove-bg a:hover,
.post-meta-category.post-meta-category-remove-bg a:active,
.post-meta-category.post-meta-category-remove-bg a:focus {
	background:none;
}

/* ===============================================
   Related posts
   =============================================== */

.related-posts section {
    display: inline-block;
    width: 33%;
    margin-right: 0.5%;
}

.related-posts h3 {
	position: relative;
	font-size: 24px;
	margin:30px 0;
	text-align:center;
	color:#d14a2b
}

.related-posts section .related_post_details {
    -moz-transition: outline 0.5s ease;
    -o-transition: outline 0.5s ease;
    -ms-transition: outline 0.5s ease;
    transition: outline 0.5s ease;
    outline: dotted 1px transparent;
	text-align:center
}

.related-posts section:last-of-type {
    margin-right: 0;
}

.related-posts section .related_post_permalink:hover + .related_post_details ,
.related-posts section .related_post_permalink:focus + .related_post_details {
    outline: dotted 1px red;
}

.single_related_post {
	height:200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.single_related_post .related_post_details {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	margin:0;
}

.single_related_post .related_post_details:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
	opacity: 0;
	background: linear-gradient(0deg, rgba(0,0,0,0.3) 33%, rgba(255,255,255,0.15) 66%);
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.single_related_post.related_post_placeholder .related_post_details:before {
	opacity: 0.3;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 30);
	filter: alpha(opacity= 30);
}

.single_related_post .related_post_inner_details {
    position: absolute;
    bottom: 15px;
    color: #fff;
    padding: 0 20px;
}

.single_related_post .related_post_inner_details h3 {
    margin: 0;
	font-size: 16px;
    line-height: 1.4em;
	color: #fff;
}

.single_related_post .related_post_inner_details h3::after {
	display: none;
}

.related_post_permalink {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index:999;
}

.related_post_permalink:hover + .related_post_details:before,
.related_post_permalink:focus + .related_post_details:before {
	opacity: 0.5;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity= 50);
	filter: alpha(opacity= 50);
}

/* ===============================================
   Sidebar
   =============================================== */

#sidebar .post-article {
	padding:45px 45px 0 45px;
	margin:0;
}

#sidebar .post-article:last-of-type {
	padding-bottom:45px;
}

/* ===============================================
   WooCommerce search button
   =============================================== */

.woocommerce-product-search button {
	background:none;
	border: solid 2px #ff6644;
	padding:10px 9px;
	color:#ff6644;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
	margin:0;
	width:auto;
	max-width:100%;
	text-align:center;
	position:relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-rendering: optimizeLegibility;
	-webkit-transition: color .3s ease, border-color .3s ease;
	-moz-transition: color .3s ease, border-color .3s ease; 
	-o-transition: color .3s ease, border-color .3s ease;
	transition: color .3s ease, border-color .3s ease;
}

.woocommerce-product-search button:hover,
.woocommerce-product-search button:active,
.woocommerce-product-search button:focus {
	background: none;
    border-color: #d14a2b;
    color: #d14a2b;
    text-decoration: none;
}

/* ===============================================
   Read more / WooCommerce inputs
   =============================================== */

.read-more  {
	position:relative;
	overflow:inherit
}

.woocommerce .wc-proceed-to-checkout input {
    overflow: hidden ;
}

.woocommerce .wc-proceed-to-checkout .cart .button {
    -webkit-box-shadow: 3px 3px 0px 0px #ff6644;
    box-shadow: 3px 3px 0px 0px #ff6644;
}

.woocommerce ul.product_list_widget li ins ,
.woocommerce ul.product_list_widget li span.quantity ,
.woocommerce ul.product_list_widget li span.amount {
	color:#fff
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce #respond input#submit, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce input.button#place_order,
.woocommerce .wc-proceed-to-checkout input,
.woocommerce-product-search button {
	position:relative;
    -webkit-box-shadow: 3px 3px 0px 0px #ff6644;
    box-shadow: 3px 3px 0px 0px #ff6644;
    font-weight: 400;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease; 
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-MyAccount-content a.button {
    float: right;
    position: relative;
    z-index: 999;
	
}

span.button:after,
#header-wrapper .header-cart-widget .buttons a.button:before,
.woocommerce a.button.alt:before, 
.woocommerce button.button.alt:before, 
.woocommerce a.button:before,
.woocommerce #respond input#submit:before, 
.woocommerce button.button:before, 
.woocommerce .wc-proceed-to-checkout input:before,
.woocommerce #payment #place_order:before, 
.woocommerce-page #payment #place_order:before,
.woocommerce .woocommerce-MyAccount-content a.button:before,
.woocommerce-product-search button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 5px;
    margin: auto;
    z-index: -1;
    border-bottom: solid 3px #333;
    border-right: solid 3px #333;
    border-color:inherit;
}

.woocommerce .wc-proceed-to-checkout input ,
.woocommerce .wc-proceed-to-checkout input.update_cart {
	margin:0 0 15px 0;
}

.woocommerce #review_form #respond .form-submit input,
.wpcf7-form input[type=submit] ,
.woocommerce-product-search input[type=submit],
.contact-form input[type=submit] ,
.searchform input[type=submit] ,
.comment-form input[type=submit],
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce input.button#place_order,
.woocommerce .wc-proceed-to-checkout input {
	-webkit-box-shadow: 3px 3px 0px 0px #ff6644; 
	box-shadow: 3px 3px 0px 0px #ff6644;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #review_form #respond .form-submit input:active,
.woocommerce #review_form #respond .form-submit input:focus,
.wpcf7-form input[type=submit]:hover ,
.woocommerce-product-search input[type=submit]:hover,
.contact-form input[type=submit]:hover,
.searchform input[type=submit]:hover,
.comment-form input[type=submit]:hover,
.wpcf7-form input[type=submit]:active ,
.woocommerce-product-search input[type=submit]:active,
.contact-form input[type=submit]:active,
.searchform input[type=submit]:active,
.comment-form input[type=submit]:active,
.wpcf7-form input[type=submit]:focus ,
.woocommerce-product-search input[type=submit]:focus,
.contact-form input[type=submit]:focus,
.searchform input[type=submit]:focus,
.comment-form input[type=submit]:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus,
.woocommerce input.button:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce input.button#place_order:hover,
.woocommerce input.button#place_order:active,
.woocommerce input.button#place_order:focus,
.woocommerce .wc-proceed-to-checkout input:hover ,
.woocommerce .wc-proceed-to-checkout input:active ,
.woocommerce .wc-proceed-to-checkout input:focus {
	-webkit-box-shadow: 3px 3px 0px 0px #d14a2b; 
	box-shadow: 3px 3px 0px 0px #d14a2b;
	border-color: #d14a2b;
}

/* ===============================================
   Social buttons
   =============================================== */

.social-buttons a {
    background: none;
    font-size: 18px;
}

.social-buttons a:hover,
.social-buttons a:active,
.social-buttons a:focus{
    background: none !important;
}

.tip-social-icons {
	vertical-align: initial;
	margin-bottom: 0;
}

/* Facebook
   ---- */

.social-buttons a[button-title="Facebook"]:hover ,
.social-buttons a[button-title="Facebook"]:focus {
	color:#3b5998 !important
}

.social-buttons a[button-title="Facebook"]:before {
	background-color: #3b5998;
}

.social-buttons a[button-title="Facebook"]:after {
    border-top: 5px solid #3b5998;
}

/* X (Twitter)
   ---- */

.social-buttons a[button-title="X"]:hover ,
.social-buttons a[button-title="X"]:focus {
	color:#666666 !important
}

.social-buttons a[button-title="X"]:before {
	background-color: #666666;
}

.social-buttons a[button-title="X"]:after {
    border-top: 5px solid #666666;
}

/* TikTok
   ---- */

.social-buttons a[button-title="Tiktok"]:hover ,
.social-buttons a[button-title="Tiktok"]:focus {
    color:#69c9d0 !important
}

.social-buttons a[button-title="Tiktok"]:before {
    background-color: #69c9d0;
}

.social-buttons a[button-title="Tiktok"]:after {
    border-top: 5px solid #69c9d0;
}

/* Matrix
---- */

.social-buttons a[button-title="Matrix"]:hover ,
.social-buttons a[button-title="Matrix"]:focus {
    color:#666666 !important
}

.social-buttons a[button-title="Matrix"]:before {
    background-color: #666666;
}

.social-buttons a[button-title="Matrix"]:after {
    border-top: 5px solid #666666;
}

/* Flickr
   ---- */

.social-buttons a[button-title="Flickr"]:hover ,
.social-buttons a[button-title="Flickr"]:focus {
	color:#ff0084 !important
}

.social-buttons a[button-title="Flickr"]:before {
	background-color: #ff0084;
}

.social-buttons a[button-title="Flickr"]:after {
    border-top: 5px solid #ff0084;
}

/* Linkedin
   ---- */

.social-buttons a[button-title="Linkedin"]:hover ,
.social-buttons a[button-title="Linkedin"]:focus {
	color:#007bb6 !important
}

.social-buttons a[button-title="Linkedin"]:before {
	background-color: #007bb6;
}

.social-buttons a[button-title="Linkedin"]:after {
    border-top: 5px solid #007bb6;
}

/* Slack
   ---- */

.social-buttons a[button-title="Slack"]:hover ,
.social-buttons a[button-title="Slack"]:focus {
	color:#CF0E5B !important
}

.social-buttons a[button-title="Slack"]:before {
	background-color: #CF0E5B;
}

.social-buttons a[button-title="Slack"]:after {
    border-top: 5px solid #CF0E5B;
}

/* Pinterest
   ---- */

.social-buttons a[button-title="Pinterest"]:hover ,
.social-buttons a[button-title="Pinterest"]:focus {
	color:#CF0E5B !important
}

.social-buttons a[button-title="Pinterest"]:before {
	background-color: #CF0E5B;
}

.social-buttons a[button-title="Pinterest"]:after {
    border-top: 5px solid #CF0E5B;
}

/* Tumblr
   ---- */

.social-buttons a[button-title="Tumblr"]:hover ,
.social-buttons a[button-title="Tumblr"]:focus {
	color:#32506d !important
}

.social-buttons a[button-title="Tumblr"]:before {
	background-color: #32506d;
}

.social-buttons a[button-title="Tumblr"]:after {
    border-top: 5px solid #32506d;
}

/* Soundcloud
   ---- */

.social-buttons a[button-title="Soundcloud"]:hover ,
.social-buttons a[button-title="Soundcloud"]:focus {
	color:#FF9533 !important
}

.social-buttons a[button-title="Soundcloud"]:before {
	background-color: #FF9533;
}

.social-buttons a[button-title="Soundcloud"]:after {
    border-top: 5px solid #FF9533;
}

/* Spotify
   ---- */

.social-buttons a[button-title="Spotify"]:hover ,
.social-buttons a[button-title="Spotify"]:focus {
	color:#1ED761 !important
}

.social-buttons a[button-title="Spotify"]:before {
	background-color: #1ED761;
}

.social-buttons a[button-title="Spotify"]:after {
    border-top: 5px solid #1ED761;
}

/* Youtube
   ---- */

.social-buttons a[button-title="Youtube"]:hover ,
.social-buttons a[button-title="Youtube"]:focus {
	color:#CD201F !important
}

.social-buttons a[button-title="Youtube"]:before {
	background-color: #CD201F;
}

.social-buttons a[button-title="Youtube"]:after {
    border-top: 5px solid #CD201F;
}

/* Vimeo
   ---- */

.social-buttons a[button-title="Vimeo"]:hover ,
.social-buttons a[button-title="Vimeo"]:focus {
	color:#19B7EA !important
}

.social-buttons a[button-title="Vimeo"]:before {
	background-color: #19B7EA;
}

.social-buttons a[button-title="Vimeo"]:after {
    border-top: 5px solid #19B7EA;
}

/* Vk
   ---- */

.social-buttons a[button-title="Vk"]:hover ,
.social-buttons a[button-title="Vk"]:focus {
	color:#5181B8 !important
}

.social-buttons a[button-title="Vk"]:before {
	background-color: #5181B8;
}

.social-buttons a[button-title="Vk"]:after {
    border-top: 5px solid #5181B8;
}

/* Instagram
   ---- */

.social-buttons a[button-title="Instagram"]:hover ,
.social-buttons a[button-title="Instagram"]:focus {
	color:#3F729B !important
}

.social-buttons a[button-title="Instagram"]:before {
	background-color: #3F729B;
}

.social-buttons a[button-title="Instagram"]:after {
    border-top: 5px solid #3F729B;
}

/* Deviantart
   ---- */

.social-buttons a[button-title="Deviantart"]:hover ,
.social-buttons a[button-title="Deviantart"]:focus {
	color:#05CC46 !important
}

.social-buttons a[button-title="Deviantart"]:before {
	background-color: #05CC46;
}

.social-buttons a[button-title="Deviantart"]:after {
    border-top: 5px solid #05CC46;
}

/* Github
   ---- */

.social-buttons a[button-title="Github"]:hover ,
.social-buttons a[button-title="Github"]:focus {
	color:#4183C4 !important
}

.social-buttons a[button-title="Github"]:before {
	background-color: #4183C4;
}

.social-buttons a[button-title="Github"]:after {
    border-top: 5px solid #4183C4;
}

/* Xing
   ---- */

.social-buttons a[button-title="Xing"]:hover ,
.social-buttons a[button-title="Xing"]:focus {
	color:#126567 !important
}

.social-buttons a[button-title="Xing"]:before {
	background-color: #126567;
}

.social-buttons a[button-title="Xing"]:after {
    border-top: 5px solid #126567;
}

/* Dribbble
   ---- */

.social-buttons a[button-title="Dribbble"]:hover ,
.social-buttons a[button-title="Dribbble"]:focus {
	color:#E94C88 !important
}

.social-buttons a[button-title="Dribbble"]:before {
	background-color: #E94C88;
}

.social-buttons a[button-title="Dribbble"]:after {
    border-top: 5px solid #E94C88;
}

/* Dropbox
   ---- */

.social-buttons a[button-title="Dropbox"]:hover ,
.social-buttons a[button-title="Dropbox"]:focus {
	color:#0060FF !important
}

.social-buttons a[button-title="Dropbox"]:before {
	background-color: #0060FF;
}

.social-buttons a[button-title="Dropbox"]:after {
    border-top: 5px solid #0060FF;
}

/* Whatsapp
   ---- */

.social-buttons a[button-title="Whatsapp"]:hover ,
.social-buttons a[button-title="Whatsapp"]:focus {
	color:#4FCE5D !important
}

.social-buttons a[button-title="Whatsapp"]:before {
	background-color: #4FCE5D;
}

.social-buttons a[button-title="Whatsapp"]:after {
    border-top: 5px solid #4FCE5D;
}

/* Telegram
   ---- */

.social-buttons a[button-title="Telegram"]:hover ,
.social-buttons a[button-title="Telegram"]:focus {
	color:#0088CC !important
}

.social-buttons a[button-title="Telegram"]:before {
	background-color: #0088CC;
}

.social-buttons a[button-title="Telegram"]:after {
    border-top: 5px solid #0088CC;
}

/* Trello
   ---- */

.social-buttons a[button-title="Trello"]:hover ,
.social-buttons a[button-title="Trello"]:focus {
	color:#0079bf !important
}

.social-buttons a[button-title="Trello"]:before {
	background-color: #0079bf;
}

.social-buttons a[button-title="Trello"]:after {
    border-top: 5px solid #0079bf;
}

/* Twitch
   ---- */

.social-buttons a[button-title="Twitch"]:hover ,
.social-buttons a[button-title="Twitch"]:focus {
	color:#6441a5 !important
}

.social-buttons a[button-title="Twitch"]:before {
	background-color: #6441a5;
}

.social-buttons a[button-title="Twitch"]:after {
    border-top: 5px solid #6441a5;
}

/* Tripadvisor
   ---- */

.social-buttons a[button-title="Tripadvisor"]:hover ,
.social-buttons a[button-title="Tripadvisor"]:focus {
	color:#00af87 !important
}

.social-buttons a[button-title="Tripadvisor"]:before {
	background-color: #00af87;
}

.social-buttons a[button-title="Tripadvisor"]:after {
    border-top: 5px solid #00af87;
}

/* Vine
   ---- */

.social-buttons a[button-title="Vine"]:hover ,
.social-buttons a[button-title="Vine"]:focus {
	color:#00b488 !important
}

.social-buttons a[button-title="Vine"]:before {
	background-color: #00b488;
}

.social-buttons a[button-title="Vine"]:after {
    border-top: 5px solid #00b488;
}

/* Skype
   ---- */

.social-buttons a[button-title="Skype"]:hover ,
.social-buttons a[button-title="Skype"]:focus {
	color:#00AFF0 !important
}

.social-buttons a[button-title="Skype"]:before {
	background-color: #00AFF0;
}

.social-buttons a[button-title="Skype"]:after {
    border-top: 5px solid #00AFF0;
}

/* Email
   ---- */

.social-buttons a[button-title="Email"]:hover ,
.social-buttons a[button-title="Email"]:focus {
	color:#444 !important
}

.social-buttons a[button-title="Email"]:before {
	background-color: #444;
}

.social-buttons a[button-title="Email"]:after {
    border-top: 5px solid #444;
}

/* RSS
   ---- */

.social-buttons a[button-title="Rss"]:hover ,
.social-buttons a[button-title="Rss"]:focus {
	color:#f60 !important
}

.social-buttons a[button-title="Rss"]:before {
	background-color: #f60;
}

.social-buttons a[button-title="Rss"]:after {
    border-top: 5px solid #f60;
}

/* ===============================================
   WordPress pagination
   =============================================== */

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi span.current,
.avventura-pagination span {
	background: #fff !important;
    min-width: 42px !important;
    border: solid 2px #000;
	color:#000;
}

.wp-pagenavi a:hover,
.avventura-pagination span,
.avventura-pagination a span:hover,
.wp-pagenavi span.current,
.post-article .wp-pagenavi a:hover {
	color:#d14a2b !important;
	border-color:#d14a2b !important;
}


/* ===============================================
   Back to top
   =============================================== */

#back-to-top span {
	background:#fff;
    color: #616161;
    border-radius: 50%;
}

/* ===============================================
   Mobile
   =============================================== */

@media screen and (min-width : 0) and (max-width : 430px) {

    .news-ticker-title {
        display: none; 
    }

    .news-ticker-carousel {
        height: 100%;
    }

}

@media screen and (min-width : 0px) and (max-width : 992px)  {

    #header-wrapper {
        margin-bottom: 25px;
    }

    .top-section-wrapper ,
    .featured-posts-wrapper {
        margin-top: -25px;
        margin-bottom:25px;
    }

    .news-ticker-carousel {
        margin-top: 0px;
        margin-bottom: 25px;
    }
    
	#menu-wrapper,
	.mobile-navigation {
		display:block;
		visibility: visible;
	}

    .featured-posts-container .item {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        height: 600px;
    }

    .featured-posts-container .featured-post-0 {
        grid-area: 1 / 1 / 2 / 2 !important;
    }
    
    .featured-posts-container .featured-post-1 {
        grid-area: 1 / 2 / 2 / 3 !important;
    }
    
    .featured-posts-container .featured-post-2 {
        grid-area: 2 / 1 / 3 / 2 !important;
    }
    
    .featured-posts-container .featured-post-3 {
        grid-area: 2 / 2 / 3 / 3 !important;
    }
    
    .featured-posts-container .featured-post-4 {
        grid-area: 3 / 1 / 4 / 2 !important;
    }

    .featured-posts-container .featured-post-5 {
        grid-area: 3 / 2 / 4 / 3 !important;
    }

	.featured-posts-container .featured-post .featured-post-info .featured-post-inner-details h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-rendering: optimizeLegibility;
    }

	.related-posts section {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.5%;
	}
	.wp-pagenavi {
		margin-top:0;
		margin-bottom:50px;
	}

}