/*
	Theme Name: The Fuzzy Fish
	Theme URI: http://www.thefuzzyfish.com
	Description: Base para wordpress theme
	Version: 1.0.0
	Author: The Fuzzy Fish (@thefuzzyfish)
	Author URI: http://www.thefuzzyfish.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}


/* HEADER */
header.header__opacity .menu__white {
    top: -20px;
}

header.header__opacity .menu__white ul li a {
    padding: 4px 17px;
}

header .menu__top__simple ul li.first__link .submenu.unico {
    width: 305px;
}

header .menu__top__simple ul li.first__link a.first__link__a {
	padding: 14px 10px;
}

header .menu__top__simple ul li.first__link .submenu h1 {
	padding: 0;
    margin-top: 0;
}

header .menu__top__simple ul li.first__link .submenu img {
    max-height: 120px;
    object-fit: cover;
}


/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*___ sliders */
.slide__home .owl-stage-outer, .slide__home__products .owl-stage-outer {
    z-index: 100;
}

.slide__home .owl-nav, .slide__home__products .owl-nav {
    position: relative;
    z-index: 150;
}

.slide__home .owl-controls, .slide__home__products .owl-controls {
	top: calc(50% - 50px);
}

.slide__home .owl-controls .owl-prev, .slide__home__products .owl-prev {
	font-size: 0;
    float: left;
    padding: 50px 50px 50px 10px;
}

.slide__home .owl-controls .owl-next, .slide__home__products .owl-next {
	font-size: 0;
    float: right;
    padding: 50px 10px 50px 50px;
}
    
.slide__home .owl-controls .owl-prev:before, .slide__home .owl-controls .owl-next:before, .slide__home__products .owl-prev:before, .slide__home__products .owl-next:before {
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
	color: #fff;
    text-shadow: 0px 0px 2px rgb(50, 122, 151);
}

.slide__home .owl-controls .owl-prev:before, .slide__home__products .owl-prev:before {
    content: "\e251";
}

.slide__home .owl-controls .owl-next:before, .slide__home__products .owl-next:before {
    content: "\e250";
}



/*------------------------------------*\
    GENERAL
\*------------------------------------*/
.container > .vc_row, .container > .wpb_row {
    position: inherit;
}

.vc_row.header__product p {
	color: white;
}

.da_blanco, .da_blanco p, .da_blanco span, .da_blanco .title-h2, .da_blanco h2, .da_blanco h3, .da_blanco h4, .da_blanco h5, .da_blanco h6 {
	color: white !important;
}

.vc_row h2 {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #7cb3be;
    padding: 15px 0;
}

.vc_row .hr__red {
    margin-bottom: 45px;
}

.vc_row p {
    color: #888;
}

.vc_row li {
    list-style: disc;
    margin: 18px 0 18px 40px;
}

.vc_row em {
	font-style: italic;
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.8);
}

/*___ formulario */
input.wpcf7-form-control:not([type='submit']), textarea.wpcf7-form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    color: #000;
}

textarea.wpcf7-form-control {
    height: 26px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 22px;
}

textarea.wpcf7-form-control:focus, textarea.wpcf7-form-control.de_expand {
    height: 154px;
}

.wpcf7 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #555;
}
.wpcf7 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #333;
	opacity: 1;
}
.wpcf7 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #333;
}

input[type='submit'].wpcf7-form-control {
	margin: auto;
    display: table;
}

.form-group-2 > * {
    width: 48%;
    float: left;
}

.form-group-2 > *:first-child {
	margin-right: 4%;
}

.form-group-3 > * {
    width: 30.66%;
    float: left;
}

.form-group-3 > *:nth-child(-n+2) {
	margin-right: 4%;
}

.de_telefono_wrap {
	display: flex;
    flex-wrap: wrap;
}

.de_telefono_wrap > span:nth-child(-n+2) {
	/*width: 22%;*/
	width: 30.66%;
}

.de_telefono_wrap > span:nth-last-child(-n+2) {
	margin-left: 4%;
}

.de_telefono_wrap > span:last-child {
	/*width: 48%;*/
	width: 30.66%;
}

.de_telefono_wrap + p {
	clear: both;
}

.country-select .flag-dropdown {
	width: 100%;
}

span.wpcf7-not-valid-tip {
    margin: -11px 0 8px;
}



/* HOME pag */
/*___ slider */
#productos_home {
	padding: 4px 0px;
    background: #3f7292;
}

.slide__home__products .item {
    margin: -1px;
}



/* POSTVENTA pag */
.page-id-1067 footer #newsletter, .page-id-1067 footer #contact h3 {
    display: none;
}

.page-id-1067 .vc_column_container > .vc_column-inner {
    padding-left: 45px;
    padding-right: 45px;
}

body .de_col_i_extendida {
    position: absolute;
    left: 0;
}

body .de_col_i_extendida + .vc_col-sm-6 {
    margin-left: 50%;
}

body .de_col_d_extendida {
    position: absolute;
    right: 0;
}

.de_col_i_extendida.con_texto > .vc_column-inner > .wpb_wrapper {
    position: absolute;
    right: 45px;
}

.page-id-1067 .aio-icon-component {
    margin-bottom: 15px;
}

.page-id-1067 .left-icon .aio-ibd-block {
    vertical-align: inherit;
}

.da_fila_postventa_wrap {
    margin-bottom: -140px;
}

.da_fila_postventa {
    padding: 45px 0 18px;
    border-bottom: 2px solid #b7f274;
}

.da_fila_postventa:last-of-type {
    border-bottom: 0;
}



/* PRODUCTOS single */
body.single-productos .de_galeria9 {
	margin-bottom: -80px;
    float: left;
}

body.single-productos .de_galeria9 .gallery-item {
    margin-bottom: 10px;
}

body.single-productos .de_galeria9 #gallery-2 img {
    object-fit: cover;
}

body.single-productos footer #contact {
	display: none;
}

body.single-productos .gallery-columns-4 img {
    width: 90%;
    height: auto;
}

#relaciones .caracteristica {
    height: auto !important;
    margin-bottom: 30px;
}

#relaciones .col-sm-4:nth-child(3n+1) {
    clear: both;
}

body.single-productos .owl-carousel .owl-item img {
    height: 288px;
    object-fit: cover;
}

body.single-productos footer {
	margin-top: 70px;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('https://deam.com.ar/wp-content/themes/thefuzzyfish/fonts/font-name.eot');
	src:url('https://deam.com.ar/wp-content/themes/thefuzzyfish/fonts/font-name.eot?') format('embedded-opentype'),
		url('https://deam.com.ar/wp-content/themes/thefuzzyfish/fonts/font-name.woff') format('woff'),
		url('https://deam.com.ar/wp-content/themes/thefuzzyfish/fonts/font-name.ttf') format('truetype'),
		url('https://deam.com.ar/wp-content/themes/thefuzzyfish/fonts/font-name.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}



/* RESPONSIVE */
@media only screen and (max-width: 991px) {
	.slide__home__products .owl-item .col-md-offset-6 {
		margin-left: 60%;
	}
	
	body.single-productos .product__description { /* producto single */
		padding-top: 30px;
	}
	
	body.single-productos .product__description .container {
		width: 50%;
		margin-right: 0;
	}
}

@media only screen and (min-width: 1000px) {
	header .sumenu__content .col-md-6 {
		padding-right: 13px;
		padding-left: 13px;
	}
}

@media only screen and (min-width: 821px) {

	header .menu__top__simple {/*header*/
		margin-top: 7px;
		text-align: center;
		width: 100%;
	}
	
	header .container > .row > .col-md-10 {
		padding-right: 0;
	}

	header .menu__top__simple > ul.mega__menu {
		float: right;
	}

	header .menu__top__simple ul li.first__link {
		float: left;
	}

	header .menu__top__simple ul li.first__link:last-child > a {
		padding-right: 0;
	}

	header .menu__white {
		position: absolute;
		top: -30px;
		right: 0;
		width: auto;
	}

	header .menu__white ul li a {
		padding: 8px 17px;
	}

	header .menu__white ul li a:before {
		top: 11px;
	}
}

@media only screen and (min-width: 700px) and (max-width: 991px) {
	header .container {
		width: 100%;
	}
	
	header .container .col-md-2 {
	    float: left;
	}
	
	header .container .col-md-10 {
	    float: right;
		padding-right: 0;
	}
	/*
	
	
	header .menu__white {
		top: -79px;
	}*/
}


@media only screen and (max-width: 830px) {
	
	body .slide__home__products .item {/*slider*/
		background-position: right center;
	}
	
	.slide__home__products .owl-item .container {
		margin-bottom: 50px;
	}
	
	.slide__home__products .owl-item .col-md-offset-6 {
		margin-left: 0;
	}
	
	.slide__home__products .owl-item h1 {
	    font-family: Contrail One,sans-serif;
		font-style: italic;
		font-size: 18px;
		margin: 30px auto 10px;
		color: #3f7292;
	}
	
	.slide__home__products .owl-item p {
		font-size: 14px;
		line-height: 20px;
		font-style: italic;
		color: #3f7292;
	}
	
	body.single-productos .productos__relacionados .productos__relacionados__item h3 { /* producto single */
		font-size: 15px;
		line-height: 20px;
	}
		
	body .de_col_i_extendida, body .de_col_d_extendida, .de_col_i_extendida.con_texto > .vc_column-inner > .wpb_wrapper {/*pag postventa*/
		position: static;
	}

	body .de_col_i_extendida + .vc_col-sm-6 {
		margin-left: 0;
	}
	
	.page-id-1067 .vc_column_container > .vc_column-inner {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	body .da_fila_postventa .wpb_single_image {
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	body.single-productos .product__description { /* producto single */
		padding-top: 0;
	}
	
	body.single-productos .product__description .product__description__img {
	    position: static;
	    width: 100%;
		height: 250px;
		margin-bottom: 10px;
	}
	
	body.single-productos .product__description .container {
		width: 100%;
	}
}

@media only screen and (max-width: 450px) {
	body .slide__home__products .item {
		background-size: auto 70%;
	}
	
	.slide__home__products .owl-item h1 {
		margin-top: -20px;
	}
	
	.slide__home .owl-controls {
		top: calc(80% - 50px);
	}
	
	.slide__home__products .owl-controls {
		top: calc(40% - 50px);
	}
	
	body.single-productos .owl-carousel .owl-item { /* producto single */
		width: 100% !important;
	}
	
	body.single-productos .owl-carousel .owl-item img {
		width: 80%;
	}
	
	.de_telefono_wrap > span:nth-child(1) { /* formulario */
		width: 25%;
	}
	
	.de_telefono_wrap > span:nth-child(2) {
		width: 19%;
	}

	.form-group-3 > *:nth-child(-n+2), .de_telefono_wrap > span:nth-child(-n+2) {
		width: 48%;
	}
	
	.form-group-3 > *:nth-child(2) {
		margin-right: 0;
	}
	
	.form-group-3 > *:nth-child(3), .de_telefono_wrap > span:last-child {
		width: 100%;
	}
	
	.form-group-3 > *:nth-child(3) {
		margin-top: -17px;
	}
	
	.de_telefono_wrap > span:last-child {
		margin: -5px 0 0;
	}
}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}