/*
Theme Name: Cannadom 2019 template
Theme URI: http://cannadom.com
Author: Marc Bolet
Version: 1.0
*/

@import url(font-awesome.min.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* Marc */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin-left: 97px !important;
    margin-right: 50px !important;
    padding: 0;
    position: relative;
    width: 34.05% !important;
}

h2.woocommerce-loop-product__title {
    position: absolute;
    background-color: #fff;
    top: 319px;
    /*color: #b5dc00;
    font-size: 19px !important;*/
    width: 379px;
    padding: 5px !important;
	letter-spacing: 0.2px;
    font-size: 16px !important;
	color:#3c3c3c;
	right:0;
	left:0;
}
.woocommerce ul.products li.product .price {
    color: #b5dc00 !important;
    top: 324px;
    right: 6px;
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: .5em;
    font-size: .857em;
    position: absolute;
}
.woocommerce ul.products li.product .button{
	margin-top: -10em !important;
    font-size: 14px;
    background: rgba(60, 60, 60, 0.9);
    border-radius: 0;
    text-align: center;
    color: #fff;
    padding-top: 14px;
    right: 0px;
    left: 0px;
    position: absolute;
}
.button.add_to_cart_button > font:before {
    content: "\f07a";
    font-family: FontAwesome;
}
/* single product */
span.posted_in {
    display: none;
}
.woocommerce .quantity .qty {
    height: 43px;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #9ccf02 !important;
    font-size: 2.25em !important;
    font-weight: 600;
}
nav.woocommerce-breadcrumb {
    display: none;
}
/*.woocommerce ul.products li.product .button {
    margin-top: -10em !important;
    font-size: 14px;
    padding: 15px;
    margin: -9em 86px;
}*/
/*.woocommerce {
    padding: 0px 50px;
}*/
li.woocommerce-MyAccount-navigation-link {
    color: #99cc00;
    padding: 18px 0px;
    border-bottom: 1px solid;
    list-style: none !important;
    text-decoration: none !important;
}
li.woocommerce-MyAccount-navigation-link a {
    border: none;
    color: #99cc00;
}
li.woocommerce-MyAccount-navigation-link a:hover {
    color: #000;
    border: none;
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30% !important;
    font-size: 20px;
    font-weight: 700;
}
a.button.float-center {
    border: 2px solid #b5dc00;
    color: #b5dc00;
}
/* recapcha not show home */
.home .grecaptcha-badge {
    display: none !important;
}
/* Marc fin */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* Box Model */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* page producto */
body.product-template-default.single.single-product.postid-10.woocommerce.woocommerce-page.woocommerce-js {
    margin-top: 20px;
}
.woocommerce div.product div.images img {
    width: 76% !important;
}
.woocommerce button.button.alt {
    background: #6c7781 !important;
}
.woocommerce button.button.alt:hover {
    background: #cdee00 !important;
}
/*Contact page*/
p.iconscontacto a {
    color: #000;
}

p.iconscontacto {
    font-size: 23px;
    margin-top: 51px;
    /* color: #000; */
}
/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	background: #2e3842;
}

body.is-loading *, body.is-loading *:before, body.is-loading *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

body, input, select, textarea {
	color: #fff;
	font-family: 'Rochester', cursive;
	font-family: 'Source Sans Pro', sans-serif !Important;
	font-size: 16pt;
	font-weight: 400;
	letter-spacing: 0.075em;
	line-height: 1.65em;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
	border-color:#000 !Important;
}
table.table{
	border-bottom:1px solid #000;
}
p.asterisco:before {
    content: "\f069";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 10px;
}

@media screen and (max-width: 1680px) {

	body, input, select, textarea {
		font-size: 13pt;
	}

}

@media screen and (max-width: 1280px) {

	body, input, select, textarea {
		font-size: 12pt;
	}

}

@media screen and (max-width: 736px) {

	body, input, select, textarea {
		font-size: 11pt;
		letter-spacing: 0.0375em;
	}

}

a {
	-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
	transition: color 0.2s ease, border-bottom-color 0.2s ease;
	border-bottom: dotted 1px;
	color: inherit;
	text-decoration: none;
}
a:hover {
	border-bottom-color: transparent;
}
strong, b {
	font-weight: 600;
}
p {
	margin: 0 0 2em 0;
	letter-spacing: 0;
    font-size: 16px;
	color: #515150;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 800;
	letter-spacing: 0.225em;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h2 {
	font-size: 1.35em;
	line-height: 1.75em;
}
@media screen and (max-width: 736px) {
	h2 {
		font-size: 1.1em;
		line-height: 1.65em;
	}

}
h3 {
	color: #828282;
    font-family: 'Source Sans Pro', sans-serif;
    margin-top: 42px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 32px;
    font-size: 3rem;
    line-height: 1.135;
    border-bottom: 2px solid #d8d8d8;
}
h3 span {
    font-size: 20px;
    letter-spacing: 0.4px;
}
@media screen and (max-width: 736px) {

	h3 {
		font-size: 1em;
		line-height: 1.65em;
	}

}
h4{
	margin-top: 42px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    color: #262526;
	font-size: 1.9rem;
    line-height: 3.2rem;
	}
hr {
	border: 0;
	border-bottom: solid 2px #fff;
	margin: 3em 0;
}
blockquote {
	border-left: solid 4px #fff;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}
/* MENU2 */	
ul#menu-menu-idioma {
    display: -webkit-box;
    margin-right: 67px;
    text-decoration: none;
    list-style: none;
}
ul#menu-menu-idioma a {
	font-size:20px;
    border: none;
	color:#fff;
}
/* Section/Article */

section.special, article.special {
	text-align: center;
}

header p {
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	top: -0.25em;
}

header h3 + p {
	font-size: 1.1em;
}

header h4 + p,
header h5 + p,
header h6 + p {
	font-size: 0.9em;
}
header.major {
	margin: 0 0 3.5em 0;
}
header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
	border-bottom: solid 2px #fff;
	display: inline-block;
	padding-bottom: 1em;
	position: relative;
}
header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
	content: '';
	display: block;
	height: 1px;
}
header.major p {
	color: #fff;
	top: 0;
}
body.home #header.alt h1 {
    opacity: 0;
}
li.sidebar .widget_polylang{
	margin-right:10px;
}
li.sidebar .widget_polylang h3 {
    display: none;
}
li.sidebar .widget_polylang select {
    color:#fff;
	border: 1px solid rgba(255, 255, 255, 0.42);
	margin-top: 7px;
}
@media screen and (max-width: 736px) {

	header.major {
		margin: 0 0 2em 0;
	}

}

@media screen and (max-width: 980px) {

	header br {
		display: none;
	}

}

	

/* Icon */

.icon {
	text-decoration: none;
	border-bottom: none;
	position: relative;
}
.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}
.icon > .label {
	display: none;
}
.icon.major {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 3px;
	border: solid 2px #fff;
	display: inline-block;
	font-size: 1.35em;
	height: calc(3em + 2px);
	line-height: 3em;
	text-align: center;
	width: calc(3em + 2px);
}
.icon.major:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	display: inline-block;
	font-size: 1.5em;
}
@media screen and (max-width: 736px) {

	.icon.major {
		font-size: 1em;
	}

}
.icon.style1 {
	color: #00ffcc;
}

.icon.style2 {
	color: #00f0ff;
}

.icon.style3 {
	color: #76ddff;
}

/* Image */

.image {
	border-radius: 3px;
	border: 0;
	display: inline-block;
	position: relative;
}
.image img {
	border-radius: 3px;
	display: block;
}

/* List */

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}
ul li {
	padding-left: 0.5em;
}
ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}
ul.icons li {
	display: inline-block;
	padding: 0 1em 0 0;
}
ul.icons li:last-child {
	padding-right: 0 !important;
}

/* Button */

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	border: 2px solid #828282;
    color: #828282;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	background-color: transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 600;
	height: 3.125em;
	line-height:40px;
	letter-spacing: 0.225em;
	/*line-height: 3.125em;*/
	padding: 0 2.75em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.backCream input[type="submit"], .backCream input[type="reset"], .backCream input[type="button"], .backCream button, .backCream .button {
	border: 2px solid #fff;
	color:#fff;
	line-height:40px;
}
input[type="text"],
input[type="email"],
select,
textarea {
	background: rgba(0, 0, 0, 0.0375);
    	border-radius: 3px;
    	border: none;
    	color: inherit;
    	display: block;
    	outline: 0;
   	 padding: 0 1em;
    	text-decoration: none;
    	width: 100%;
	margin-bottom:15px !Important;
}
input[type="text"],
input[type="email"],
select{
    height: 2.75em;
}
input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="email"]:focus, 
select:focus, textarea:focus {
    box-shadow: 0 0 0 2px #efd594;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,.button:hover {
	border:2px solid transparent;
	background-color: rgba(144, 144, 144, 0.25);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,.button:active {
	background-color: rgba(144, 144, 144, 0.5);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,.button.icon:before {
	margin-right: 0.5em;
}
@media screen and (max-width: 736px) {

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		height: 3.75em;
		line-height: 3.75em;
	}

}

/* Features */

.features {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	width: 100%;
}

.features li {
	padding: 4em 4em 2em 6em ;
	display: block;
	position: relative;
	text-align: left;
	width: 50%;
}

/* Page Wrapper + Menu */

#page-wrapper {
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	opacity: 1;
	padding-top: 3em;
}
#page-wrapper:before {
	background: transparent;
	content: '';
	display: block;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10001;
}
#menu {
	-moz-transform: translateX(20em);
	-webkit-transform: translateX(20em);
	-ms-transform: translateX(20em);
	transform: translateX(20em);
	-moz-transition: -moz-transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease;
	transition: transform 0.5s ease;
	-webkit-overflow-scrolling: touch;
	background: #2e3842;
    color: #000;
	height: 100%;
	max-width: 80%;
	overflow-y: auto;
	padding: 3em 2em;
	position: fixed;
	right: 0;
	top: 0;
	width: 20em;
	z-index: 10002;
}
#menu ul {
	list-style: none;
	margin-top: 46px;
	padding: 0;
}
#menu ul > li {
	border-top: solid 1px rgba(0, 0, 0, 0.125);
	margin: 0.5em 0 0 0;
	padding: 0.5em 0 0 0;
}
#menu ul > li:first-child {
	border-top: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

#menu ul > li > a {
	border: 0;
	color: #fff;
	font-weight: 100;
	display: block;
	font-size: 1.2em;
        letter-spacing: 0.1em;
	outline: 0;
	text-decoration: none;
	text-transform: uppercase;
}
#menu ul > li.current-menu-item a {
    opacity: 0.5;
}
@media screen and (max-width: 736px) {

	#menu ul > li > a {
		line-height: 3em;
	}

}
#menu .close {
	background-image: url(img/close.svg);
	background-position: 4.85em 1em;
	background-repeat: no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 3em;
	position: absolute;
	right: 205px;
	top: 0;
	vertical-align: middle;
	width: 7em;
}
#menu .qtranxs_widget li {
	display: inline-block;
}
#menu #widget-area {
	position: absolute;
	bottom: 2em;
	left: 2em;
	right: 2em;
}
#menu .qtranxs_widget ul {
	padding: 0px;
	margin: 0px;
	border-top:solid 1px rgba(0, 0, 0, 0.125);
}
#menu .qtranxs_widget ul li{
	border-top:0px;
}
#menu ul.language-chooser:before {
    content: "\f0ac";
    font: normal normal normal 16px/1 FontAwesome;
    color: #fff;
    margin-right: 14px;
}
#menu .qtranxs_widget ul li.active a {
    opacity: 0.5;
}

@media screen and (max-width: 736px) {

	#menu {
		padding: 3em 1.5em;
	}

}
body.is-menu-visible #page-wrapper {
	opacity: 0.35;
}
body.is-menu-visible #page-wrapper:before {
	display: block;
}
body.is-menu-visible #menu {
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* Header */

#header {
	-moz-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	-ms-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
	background: #3c3c3c;
	height: 55px;
	left: 0;
	line-height: 3em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
body.home #header.alt{
	background: transparent;
}
#header h1 {
	-moz-transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
	height: inherit;
	left: 1.25em;
	line-height: inherit;
	position: absolute;
	margin:5px;
	top: 0;
}

#header h1 a {
	border: 0;
	display: block;
	height: inherit;
	line-height: inherit;
}
#header h1 img{
	height:45px;
	width:auto;
}
@media screen and (max-width: 736px) {

	#header h1 a {
		font-size: 0.8em;
	}

}
#header nav {
	height: inherit;
	line-height: inherit;
	position: absolute;
	right: 0;
	top: 0;
}
#header nav > ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#header nav > ul > li {
	display: inline-block;
	padding: 0;
	float:left;
}
#header nav > ul > li > a {
	border: 0;
	color: #fff;
	display: block;
	font-size: 1.3em;
	letter-spacing: 0.225em;
	padding: 0 1.5em;
	text-transform: uppercase;
}
#header nav > ul > li > a.menuToggle {
	outline: 0;
	position: relative;
}
#header nav > ul > li > a.menuToggle:after {
	background-image: url("img/bars.svg");
	background-position: right center;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 2.76em;
    vertical-align: top;
    width: 1.2em;
}
#header nav > ul > li > a.menuToggle span {
    padding-top: 3px;
    float: left;
    font-size: 16px;
}
@media screen and (max-width: 736px) {
	#header nav > ul > li > a.menuToggle {
		padding: 0 1.5em;
	}
	#header nav > ul > li > a.menuToggle span {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	#header nav > ul > li > a {
		padding: 0 0 0 1.5em;
	}
}

#header nav > ul > li:first-child {
	margin-left: 0;
}
.admin-bar header#header {
    top: 31px;
}

body.home #header h1 {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	opacity: 1;
}

/* Banner */

#banner {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: default;
	/*height: 100vh;
	min-height: 35em;*/
	height: 80%;
    min-height: 600px;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#banner h2 {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: inline-block;
	font-size: 1.75em;
	opacity: 1;
	padding: 0.35em 1em;
	position: relative;
	z-index: 1;
}
/*#banner h2:before, #banner h2:after {
	-moz-transition: width 0.85s ease;
	-webkit-transition: width 0.85s ease;
	-ms-transition: width 0.85s ease;
	transition: width 0.85s ease;
	-moz-transition-delay: 0.25s;
	-webkit-transition-delay: 0.25s;
	-ms-transition-delay: 0.25s;
	transition-delay: 0.25s;
	background: #b5dc00;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	width: 100%;
}*/
#banner h2:before {
	top: 0;
	left: 0;
}
#banner h2:after {
	bottom: 0;
	right: 0;
}
#banner h2 img{
	width:100%;
	height:auto;
	max-width:440px;
}
#banner p {
	letter-spacing: 0.225em;
	text-transform: uppercase;
	color:#fff;
	max-width: 370px;
    	margin: 0px auto;
}
#banner p a {
	color: inherit;
}
#banner .more {
	-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
	-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
	-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
	transition: transform 0.75s ease, opacity 0.75s ease;
	-moz-transition-delay: 3.5s;
	-webkit-transition-delay: 3.5s;
	-ms-transition-delay: 3.5s;
	transition-delay: 3.5s;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	border: none;
	bottom: 0;
	color: inherit;
	font-size: 1em;
	height: 8.5em;
	left: 50%;
	letter-spacing: 0.225em;
	margin-left: -8.5em;
	opacity: 1;
	outline: 0;
	padding-left: 0.225em;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 16em;
	z-index: 1;
	color:#fff;
}
#banner .more:after {
	background-image: url("img/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 4em;
	content: '';
	display: block;
	height: 1.5em;
	left: 50%;
	margin: 0 0 0 -0.75em;
	position: absolute;
	width: 1.5em;
}
#banner:after {
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
	-moz-transition: opacity 3s ease-in-out;
	-webkit-transition: opacity 3s ease-in-out;
	-ms-transition: opacity 3s ease-in-out;
	transition: opacity 3s ease-in-out;
	-moz-transition-delay: 1.25s;
	-webkit-transition-delay: 1.25s;
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
	content: '';
	background: #2e3842;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.3;
}
@media screen and (max-width: 736px) {

	#banner {
		padding: 7em 3em 5em 3em ;
		height: auto;
		min-height: 0;
	}

		#banner h2 {
			font-size: 1.25em;
		}

		#banner br {
			display: none;
		}

		#banner .more {
			display: none;
		}

}
body.is-loading #banner h2 {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}
body.is-loading #banner h2:before, body.is-loading #banner h2:after {
	width: 0;
}
body.is-loading #banner .more {
	-moz-transform: translateY(8.5em);
	-webkit-transform: translateY(8.5em);
	-ms-transform: translateY(8.5em);
	transform: translateY(8.5em);
	opacity: 0;
}
body.is-loading #banner:after {
	opacity: 1;
}

/* Main */

#main > header {
	padding: 12em 0 9px 0 ;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("img/condoms.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("img/condoms.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("img/condoms.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0)), url("img/condoms.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size:100% 416px;
	text-align: center;
}
#main > header h2 {
	font-size: 2.75em;
	margin: 0;
	color:#000;
}
#main > header p {
	color: inherit;
	letter-spacing: 0.225em;
	text-transform: uppercase;
	top: 0;
	color:#000;
	font-size:24px;
}
#main > header p a {
	color: inherit;
}
@media screen and (max-width: 1680px) {
	#main > header {
		padding: 10em 0 8em 0 ;
	}
}
@media screen and (max-width: 1280px) {
	#main > header {
		padding: 8em 3em 6em 3em ;
	}
}
@media screen and (max-width: 980px) {
	#main > header {
		padding: 10em 3em 8em 3em ;
	}
}
@media screen and (max-width: 736px) {
	#main > header {
		padding: 5em 3em 3em 3em ;
	}
	#main > header h2 {
		font-size: 1.25em;
		margin: 0 0 1em 0;
	}

}

body.is-mobile #main > header {
	background-attachment: scroll;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.float-center{
	float:none;
	margin-right:auto;
	margin-left:auto;
}
.float-right{
	float:right;
	}

/** Contingut home **/
div#contentHome {
    padding: 4em 0 4em 0;
}
.contInt {
    padding: 50px 0px;
}
.contInt p{
	margin-bottom:10px;
}
.contInt .gallery {
    padding: 20px 0px;
}
.backWhite{
	background-color:#fff;
}
.backCream{
	background-color:#f8f8f8;
	padding:50px 0px;
}
.backImage{
	display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    cursor: default;
    height: 100vh;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.boxSection{
	padding:50px !Important;	
}
.secMenu .row{
	margin:50px 0px;
	}
.secCarquinyoli {
    border-top: 1px solid #efd594;
    padding: 50px 0px;
}
/** Menu **/
.listMenu{
	padding:0px;
	}
li.listMenu-item {
    position: relative;
    margin-bottom: 30px;
    display: list-item;
    list-style: none;
    padding: 0px;
}
.listMenu-item-title{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    /*padding-right: 96px;*/
    text-align: left;
}
.listMenu-item-title .lm-item-title{
    position: relative;
    z-index: 5;
    background-color:#fff;
}
.listMenu-item-title .dots{
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    border: 0;
    height: 3px;
    display: block;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, transparent 1%);
    background-position: bottom;
    background-size: 6px 3px;
    background-repeat: repeat-x;
}
.listMenu-descripcio{
    position: relative;
    margin-bottom: 0;
    text-align: left;

}
.listMenu-preu{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    max-width: 96px;
    background-color: white;
    font-size: 19px;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bold;
}
li.especialitat{
	margin-top:50px;
	}
li.especialitat.listMenu-item:before {
    content: '';
    position: absolute;
    top: -18px;
    left: -18px;
    right: -18px;
    bottom: -18px;
    border: 2px solid #efd594;
}
.listMenu-especialitat-title{
    position: absolute;
    top: -34px;
    left: -18px;
    padding: 0 18px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.250em;
    color: white;
    background-color: #efd594;
}
/** Capçaleres **/
.headTitle h1{
	position: relative;
    z-index: 1;
    margin: 0;
    letter-spacing: 0.2em;
    margin-right: -0.1em;
	color: #262526;
	}
.headTitle h2 {
    position: relative;
    font-family: 'Rochester', cursive;
    font-size: 70px;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
    margin: 0;
    color: #b5dc00;
    line-height: 32px;
}
.marginT30{
	margin-top:30px;
}
.separador{
	margin: 38px 0px;
	padding: 0;
    position: relative;
    overflow: hidden;
	}
.backCream .separador span{
	border-color: #fff;
	}
.separador span {
    border-style: solid;
    border-bottom-width: 4px;
    border-color: #b5dc00;
    width: 28px;
    margin: 0px;
    display: block;
    max-width: 100%;
}
.text-center .separador {
   	margin: 21px auto;
}
.text-center .separador span {
    	margin: 0px auto;
}
.text-right .separador span{
	float:right;}

/** Pàgna interna full **/
.page-template-template-full h3, .page-template-template-interior h3 {
    text-align: center;
    border-bottom: 0px;
    font-size: 20px;
}
.page-template-template-full h3:after, .page-template-template-interior h3:after {
    content: " ";
    background: #efd594;
    width: 38px;
    height: 4px;
    position: absolute;
    /* top: 33px; */
    /* float: left; */
    left: 49%;
    margin-top: 41px;
}
.page-template-template-interior .headTitle{
	padding-top:50px;
}
.contInt .gallery .gallery-item{
	margin-top:0px !Important;
}
.contInt .gallery .gallery-item img {
    	border: 0px !Important;
   	 width: 100%;
   	 height: auto;
	-webkit-transition: all 0.5s ease-out;
    	-moz-transition: all 0.5s ease-out;
    	-o-transition: all 0.5s ease-out;
   	 transition: all 0.5s ease-out;
}
.contInt dt.gallery-icon a {
    float: left;
    width: 100%;
    height: auto;
}
.contInt dt.gallery-icon a:hover img{
	opacity:0.5;
	filter: grayscale(100%);
}
.contInt dt.gallery-icon a:hover:before {
    position: absolute;
    content: "+";
    FONT-SIZE: 40px;
    /* text-align: center; */
    font-weight: 100;
    margin-left: 30px;
    margin-top: 15px;
}
.contInt dt.gallery-icon {
    max-height: 184px;
    overflow: hidden;
}

/** Pàgina contacte **/
.page-template-template-contacte #main > header {
    	padding: 0px;
    	height: 308px;
}
.map, .acf-map{
	width:100%;
	height:308px;
}
span.wpcf7-not-valid-tip {
    color: #c30707;
    font-size: 10px;
    font-weight: normal;
    display: block;
    position: relative;
    line-height: 11px;
    top: -7px;
}

/* Footer */

#footer {
	padding: 6em 0 4em 0 ;
	background-color: #1d242a;
	text-align: center;
}
#footer .icons {
	font-size: 1.25em;
}
#footer .icons a {
	color: rgba(255, 255, 255, 0.5);
}
#footer .icons a:hover {
	color: #fff;
}
#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	letter-spacing: 0.225em;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}
#footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.5);
	display: inline-block;
	line-height: 1em;
	margin-left: 1em;
	padding-left: 1em;
}
#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}
#footer .copyright li a {
	color: inherit;
}
#footer .copyright li a:hover {
	color: #fff;
}
@media screen and (max-width: 480px) {
	#footer .copyright li {
		border: 0;
		display: block;
		line-height: 1.65em;
		margin: 0;
		padding: 0.5em 0;
	}

}
@media screen and (max-width: 980px) {
	#footer {
		padding: 4em 3em 2em 3em ;
	}
	
}
@media screen and (max-width: 736px) {
	#footer {
		padding: 3em 2em 1em 2em ;
	}

}

/* home */
body.home #page-wrapper {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/condoms.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/condoms.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/condoms.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/condoms.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 0;
}

body.home #footer {
	background-color: rgba(29, 36, 42, 0.9);
}

body.is-mobile.home #page-wrapper {
	background: none;
}

body.is-mobile.home #banner,
body.is-mobile.home .wrapper.style4 {
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/condoms.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/condoms.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/condoms.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("img/condoms.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

body.is-mobile.home #footer {
	background-color: #1d242a;
}

/* Extra small devices (phones, less than 768px) */
@media only screen and (max-width:768px) { 
	.contInt .gallery .gallery-item{
		width:100% !Important;
		height:auto;
	}
	.contInt dt.gallery-icon{
		max-height:none;
	}
	#main > header {
    		background-size: cover;
	}
	
.woocommerce ul.products[class*=columns-] li.product {
    width: 100% !important;
    float: left;
    clear: both;
    margin: 0px !important;
    /* margin: 0 0 2.992em; */
}
h2.woocommerce-loop-product__title {
    position: absolute;
    background-color: #fff;
    top: 171px;
    color: #b5dc00;
    font-size: 15px !important;
    width: 231px;
    padding: 5px !important;
    text-align: center;
}
.woocommerce ul.products li.product .price {
    color: #77a464;
    top: 194px;
    right: -13px;
    text-align: center;
    width: 229px;
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: .5em;
    font-size: .857em;
    position: absolute;
    background-color: #fff;
}
.woocommerce ul.products li.product .button {
    margin-top: -10em !important;
    font-size: 11px;
    padding: 15px;
    margin: 0px 23px;
}
li#menu-item-35 {
    display: none !important;
}
.woocommerce ul.products li.product .button {
    bottom: 47px;
}
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width:768px) {
	.contInt .gallery .gallery-item{
		width:50% !Important;
		height:auto;
	}
	#main > header {
    		background-size: cover;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width:1200px)  { 
	.contInt .gallery .gallery-item {
    		margin-top: 10px;
   	 	width: 25% !Important;
	}
	#main > header {
		background-size:100% 416px;
	}	
}
