/*
Theme Name:   Entrada Child - Default
Theme URI:    https://themes.waituk.com/entrada-intro/
Author:    WAITUK
Author URI:    https://www.waituk.com
Template:    entrada
Description:    Clean, modern, and responsive WordPress adventure theme by WAITUK
Version:    4.0.7
License:    Themeforest Regular License
License URI:   http://themeforest.net/licenses/standard
Text Domain:    entrada
Tags: two-columns, three-columns, four-columns, right-sidebar, left-sidebar, full-width-template, custom-background, custom-colors, custom-menu, featured-images, microformats, translation-ready
*/
@import "../entrada/dist/styles/main.css";
@import "../entrada/woocommerce/woocommerce.css";
/* = Child Theme customization starts here
------------------------------------------------------- */
@font-face {
    font-family: 'Acme Gothic Wide';
    src: url('fonts/AcmeGothic-WideSemibold.eot');
    src: url('fonts/AcmeGothic-WideSemibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AcmeGothic-WideSemibold.woff2') format('woff2'),
        url('fonts/AcmeGothic-WideSemibold.woff') format('woff'),
        url('fonts/AcmeGothic-WideSemibold.ttf') format('truetype'),
        url('fonts/AcmeGothic-WideSemibold.svg#AcmeGothic-WideSemibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura Med';
    src: url('fonts/Futura-Med.eot');
    src: url('fonts/Futura-Med.eot?#iefix') format('embedded-opentype'),
        url('fonts/Futura-Med.woff2') format('woff2'),
        url('fonts/Futura-Med.woff') format('woff'),
        url('fonts/Futura-Med.ttf') format('truetype'),
        url('fonts/Futura-Med.svg#Futura-Med') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura';
    src: url('fonts/Futura-Boo.eot');
    src: url('fonts/Futura-Boo.eot?#iefix') format('embedded-opentype'),
        url('fonts/Futura-Boo.woff2') format('woff2'),
        url('fonts/Futura-Boo.woff') format('woff'),
        url('fonts/Futura-Boo.ttf') format('truetype'),
        url('fonts/Futura-Boo.svg#Futura-Boo') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1{
    font-family: 'Acme Gothic Wide' !important;
    font-weight: normal !important;
}
h2, h3, h4, h5, h6{
    font-family: 'Futura Med' !important;
}
p, body{
    font-family: 'Futura' !important;   
}

.content-block-de{
	background-color: #fafafa;
}
.navbar-default .navbar-nav > li#menu-item-2901{
	padding-top: 30px;
}
.navbar-default .navbar-nav > li#menu-item-2901 a{
	height: auto;
    background-color: #D97330;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 14px;
}
#header.fixed-position .navbar-default .navbar-nav > li#menu-item-2901{
	padding-top: 15px;
}
#header.fixed-position .navbar-default .navbar-nav > li#menu-item-2901 a{
	height: auto;
    color: #fff;
}
.common-spacing {
	padding-top: 35px;
	padding-bottom: 35px;
}
.dropdown-menu a{
	font-weight: bold;
    font-size: 14px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?aboa4m');
  src:  url('fonts/icomoon.eot?aboa4m#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?aboa4m') format('truetype'),
    url('fonts/icomoon.woff?aboa4m') format('woff'),
    url('fonts/icomoon.svg?aboa4m#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
  content: "\ead1";
}
.cat-carousel .item{
position: relative;
}
.cat-carousel .item .info{
	text-align: center;
    color: #fff;
    z-index: 2;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    position: absolute;
    letter-spacing: 3px;
    bottom: 20px;
    left: 10px;
    right: 10px;
}
.cat-carousel .item img{
	-webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.cat-carousel .item a:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.cat-carousel .item a:after {
    content: '';
    position: absolute;
    left: 0;
    right: -1px;
    top: 0;
    bottom: 0;
    background: rgba(71, 77, 75, 0.92);
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.cat-carousel .item a:hover:after {
    opacity: 1;
}
.home_bottom_info_popup{
    width: 350px;
    height: 460px;
    overflow-y: scroll;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0px 0px 7px 1px #c1c1c1;
    transition: transform 0.3s ease-in-out;

}
.slide-in{
	transform: translateY(0%);
}
.slide-in .fa-angle-up{
	display: none;
}
.slide-out{
	transform: translateY(88%);
}
.slide-out .fa-angle-down{
	display: none;
}
.home_bottom_info_popup .textwidget{
	padding: 20px;
}
.home_bottom_info_heading{
	padding: 20px 20px;
    font-size: 16px;
	background-color: #8a7d40;
    border-color: #8a7d40;
    border-width: 0 0 1px 0;
    border-style: solid;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: auto;
    text-align: left;
    color: #fff;
    font-weight: normal;
}
.home_bottom_info_heading span{
	float: right;
    padding: 0 10px;
    line-height: 15px;
    font-size: 30px;
    cursor: pointer;
}
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #D97330;
}

#header .navbar-default .navbar-nav > li.menu-item > a, .dropdown-menu > ul > li > a{
	font-weight: 600 !important;
	font-family: 'Acme Gothic Wide' !important;
}
.left-30{
	margin-left: 30px;
}
@media only screen and (max-width: 1230px){
	.navbar-default .navbar-nav > li#menu-item-2901 {
		padding-top: 20px;
	}
	.logo img {
    	width: 140px !important;
	}
}
@media only screen and (max-width: 1000px){
	.browse-block a span {
    	font-size: 14px;
	}
}
@media only screen and (max-width: 768px){
	.left-30{
		margin-left: 0px;
	}
	.footer-bottom .text-right {
    	text-align: center;
	}
}
@media only screen and (min-width: 768px) {
	.common-spacing {
		padding-top: 35px;
		padding-bottom: 35px;
	}

}

@media only screen and (min-width: 992px) {
	.common-spacing {
		padding-top: 35px;
		padding-bottom: 35px;
	}
}