/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* ---------- GOOGLE FONTS ---------- */

@import url('//fonts.googleapis.com/css?family=Abril+Fatface|Roboto+Condensed:300,400,700');

/* ---------- GENERAL ---------- */

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection { color: #ffffff; background-color: #a8854e; }
::selection { color: #ffffff; background-color: #a8854e; }

.vc_column-inner {
    margin-bottom: 0px !important;
}

/* ---- TEXT ---- */

p { 
	font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    text-align: justify;
}

.text p { 
	font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    text-align: justify;
}

.text-centered p { 
	font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    text-align: center;
    text-transform: uppercase;
}

.text-white-centered p { 
	font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.text-small p { 
	font-family: 'Roboto Condensed';
    font-size: 12px;
    font-weight: 300;
    color: #303030;
    text-align: left;
}

.heading h1 {
	font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 400;
    color: #303030;
    text-align: left;
}

.heading-centered h1 {
	font-family: 'Abril Fatface';
    font-size: 24px;
    font-weight: 400;
    color: #303030;
    text-align: center;
}

.heading h2 {
	font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    text-align: justify;
}

.heading-centered h2 {
	font-family: 'Roboto Condensed';
    font-size: 18px;
    font-weight: 400;
    color: #303030;
    text-align: center;
}

.heading-white-centered h1 {
	font-family: 'Roboto Condensed';
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

/* ---- LINKS ---- */

p a {
	font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

p a:hover {
    border: 0px;
    color: #826b41;
    text-decoration: none !important;
}

a {
	font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 300;
    color: #303030;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

a:hover {
    border: 0px;
    color: #826b41;
    text-decoration: none !important;
}



/* ---- HEADER ---- */

#site-navigation .dropdown-menu a {
	font-family: 'Roboto Condensed';
    font-size: 15px;
    font-weight: 500;
    color: #303030;
    text-align: center;
}

#site-navigation .dropdown-menu a:hover {
    color: #909090;
}

#site-navigation .dropdown-menu > .current-menu-item > a {
	color: #a8854e;
}

.sf-menu ul {
	position: absolute;
    display: none;
    top: 100%;
    left: 4px;
    min-width: 0px;
    z-index: 10001;
}

/* ---- MENU MÒBIL ---- */

#wpex-mobile-menu-fixed-top {
    background: #ffffff;
}

#wpex-mobile-menu-fixed-top > div > a > span.fa.fa-navicon {
	color: #303030;
}

#wpex-mobile-menu-fixed-top > div > a > span.wpex-text {
	color: #303030;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	font-weight: 400px;
	text-transform: uppercase;
}

.full-screen-overlay-nav-ul li a {
    display: inline-block;
    color: #303030;
    margin-bottom: 20px;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.full-screen-overlay-nav-ul li a:hover {
    color: #a8854e;
}

/* ---- PORTFOLIO ---- */

.wpex-slider .sp-nc-thumbnails img {
    -moz-opacity: .75;
    -webkit-opacity: .75;
    opacity: .75;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.wpex-slider .sp-nc-thumbnails img:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.overlay-title-excerpt-hover {
    background: rgba(30,30,30,0.85);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: all .4s ease-in-out;
    overflow: hidden;
    color: #ffffff;
}

.wpex-slider-media img {
    margin-bottom: 10px;
}

.overlay-title-excerpt-hover .overlay-title {
	font-family: 'Roboto Condensed';
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.5px;
	color: #fff;
}

.overlay-title-excerpt-hover .overlay-excerpt {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffffff;
}

.wpex-slider.no-margin-thumbnails img.sp-nc-thumbnail {
	padding: 5px;
}

.wpex-social-share {
	font-family: 'Roboto Condensed';
}

/* ---- TABS ---- */

.vc_tta-tabs-container a { 
	font-family: 'Roboto Condensed';
    font-size: 14px !important;
    font-weight: 300;
    color: #303030 !important;
}

.vc_tta-panel-body {
	background-color: #ffffff !important;
	border: 1px solid #f0f0f0 !important;
	padding: 25px !important;
}

.vc_tta-panel-heading h4 {
	font-family: 'Roboto Condensed';
    font-size: 14px !important;
    font-weight: 300;
    color: #303030 !important;
}

/* ---- BOOKING CALENDAR ---- */

.wpsbc-theme-classic div.wpsbc-calendar {
    font-family: 'Roboto Condensed';
    width: auto !important;
    min-width: 308px;
    height: auto !important;
    padding: 10px 7px 7px 10px !important;
    position: relative;
    border: 1px solid #cccccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    float: left;
    margin: 0 5px 10px 5px;
}

.wpsbc-theme-classic div.wpsbc-calendar div.wpsbc-heading {
    height: 25px;
    width: auto !important;
    border-bottom: 1px solid #000;
    color: #000000;
    font-size: 0px;
    text-align: center;
}

.wpsbc-theme-classic div.wpsbc-calendar div.wpsbc-heading a.wpsbc-prev,
.wpsbc-theme-classic div.wpsbc-calendar div.wpsbc-heading a.wpsbc-next {
    opacity: 1;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

.wpsbc-theme-classic div.wpsbc-calendar div.wpsbc-heading a.wpsbc-prev:hover,
.wpsbc-theme-classic div.wpsbc-calendar div.wpsbc-heading a.wpsbc-next:hover {
    opacity: 0.7;
}

.wpsbc-theme-classic div.wpsbc-calendar div.wpsbc-heading div.wpsbc-select-container {
	margin: 0 auto !important;
}

.wpsbc-theme-classic div.wpsbc-calendar ul li {
    display: block !important;
    float: left !important;
    width: 40px !important;
    line-height: 30px !important;
    padding: 5px !important;
    height: 30px !important;
    position: relative !important;
    z-index: 2 !important;
    margin: 2px !important;
    text-align: center !important;
}

.wpsbc-theme-classic div.wpsbc-calendar ul li .wpsbc-day-split-bottom,
.wpsbc-select-status .wpsbc-day-split-bottom {
    border-width: 0 0 30px 40px !important;
}

.wpsbc-theme-classic div.wpsbc-calendar ul li .wpsbc-day-split-top,
.wpsbc-select-status .wpsbc-day-split-top {
    border-width: 30px 40px 0 0 !important;
}

/* ---- FORM ---- */

form > p {
    font-family: 'Roboto Condensed';
    font-size: 11px;
    font-weight: 300;
    color: #303030;
    text-align: justify;
    text-transform: uppercase;
}

textarea {
    display: inline-block;
    color: #303030;
    padding: 11px 10px;
    font-family: inherit;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    max-width: 100%;
    height: 80px;
    border: 1px solid #dddddd;
    background: transparent;
    cursor: ;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

textarea:hover {
    border: 1px solid #a8854e;
}

textarea:focus {
    border: 1px solid #a8854e;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"] {
    display: inline-block;
    color: #303030;
    padding: 10px 10px;
    margin-bottom: 20px;
    font-family: inherit;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid #dddddd;
    background: transparent;
    cursor: ;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    border: 1px solid #a8854e;
}

input[type="date"]:hover,
input[type="time"]:hover,
input[type="datetime-local"]:hover,
input[type="week"]:hover,
input[type="month"]:hover,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover {
    border: 1px solid #a8854e;
}

.theme-button,
.color-button,
input[type="submit"],
button {
    display: inline-block;
    background-color: transparent!important;
    color: #303030;
    padding: 10px 20px;
    font-family: inherit;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 50px;
    outline: 0;
    border: 1px solid #dddddd;
    cursor: pointer;
    line-height: 12px;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    text-decoration: none !important;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.theme-button:hover,
.color-button:hover,
input[type="submit"]:hover,
button:hover {
    background-color: #a8854e!important;
    color: #ffffff;
    border: 1px solid #a8854e;
}



/* ---- FOOTER ---- */

.site-footer-inner {
    padding-top: 25px !important;
}

#footer p {
	font-family: 'Roboto Condensed';
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
}

#footer a {
	font-size: 12px;
}

.footer-widget {
    padding-bottom: 10px;
}

/* COOKIES */

#cookie-law-info-bar {
    display: block;
    color: #303030;
    font-family: 'Roboto Condensed' !important;
    bottom: 0px;
    border-top: 1px solid #303030!important;
    position: fixed;
    background-color: rgba(255,255,255,0.8)!important;
    font-size: 12px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    z-index: 9999;
}

#cookie_action_close_header {
    font-size: 10px;
    font-family: 'Roboto Condensed' !important;
    font-weight: normal;
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    background-color: #552910 !important;
    text-decoration: none;
    text-shadow: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: 0px;
    position: relative;
    cursor: pointer;
    margin: auto 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#CONSTANT_OPEN_URL a {
	text-decoration: none !important;
}

#CONSTANT_OPEN_URL a:hover {
	text-decoration: none !important;
}