/*
 Theme Name:     Dilark S.A. Child-Theme
 Theme URI:      http://example.com/twenty-thirteen-child/
 Description:    Reverie Child Theme
 Author:         Hey! Estudio Creativo
 Author URI:     http://hey.com.uy
 Template:       reverie-master
 Version:        1.0.0
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */
@import url('../reverie-master/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

/*---------------DECLARAR FONTS--------------------*/
@font-face {
	font-family: HelveNueThin;
	src: url('fonts/HelveNueThin.otf'),
	     url('fonts/HelveNueThin.eot'); /* IE9 */
	}
	
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
	
/*------------------FIN FONTS--------------------*/

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.home {
	background: url(images/bgPattern.jpg) repeat-x #FFF;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed', sans-serif;
	}
	
.contain-to-grid .top-bar {
  max-width: 1140px;
}

.row {
	max-width: 1140px;
	}

.contain-to-grid {
	background: rgba(0, 43, 73, .7);
	position: relative;
	}

.top-bar {
	font-family: 'HelveNueThin', Helvetica, Arial, sans-serif;
	font-size: 30px;
	height: 130px;
	padding-top: 15px;
	}
	
.top-bar-section ul,
.top-bar-section .has-form,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section ul li > a,
.top-bar {
	background: none;
    }

.top-bar-section a:hover,
.top-bar-section ul li.active > a {
	color: #F5B101;
	}
	
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
	border: none;
	}
	
.top-bar-section li a:not(.button) {
  padding: 0 10px 0 25px;
}
	
.top-bar-section .dot:before {
	content: "•";
	float: left;
	color: #F5B101;
	}
	
.right {
	margin-top: 25px !important;
	}
	
.inicio-content {
	margin-top: 200px;
	position: relative;
	}
	
.head-cat-cont {
	position: relative;
	height: 330px;
	width: 330px;
   }
   
.prod-cat-cont {
	position: relative;
	width: 150px;
	margin-top: -25px;
   }
   
.head-cat-text {
	color: #202020;
	font-size: 0.8em;
	line-height: 25px;
	text-align: justify;
	}

.head-cat-img {
	border-radius: 50%;
	overflow: hidden;
	border: 10px solid #F5B101;
	}
	
.imgTL {
	position: absolute;
	height: 160px;
	width: 160px;
	bottom: 0;
	right: 0;
	border-bottom: 10px solid #F5B101;
	border-right: 10px solid #F5B101;
	}
	
.smTL {
	width: 70px;
	height: 70px;
	}
	
.ver-mas {
	position: absolute;
	right: 15px;
	}
	
.sideProd {
	position: relative;
	height: 160px;
	}
	
.ver-mas-side {
  left: 0;
  position: absolute;
  text-align: right;
  bottom: 45px;
  width: 175px;
}

#sidebar {
	border-left: 1px dotted #ccc;
	margin-top: 25px;
	}
	
.footer {
	background-color: #343434;
	color: #fff;	
	margin-top: 90px;
	}
	
header.row, .container.row, .row.full-width {
	background-color: transparent;
	}
	
footer {
	padding: 40px 0;
	}

#inicio-content-text p{
	font-size: 0.9em;
	line-height: 30px;
	margin: 0.5em 0;
	}

.sociales {
	float: left;
	margin-right: 8px;
	padding-top: 10px;
	}
	
#iconSoc {
	position: absolute;
	right: 0;
	}
	
.internas {
  background-color: #FFFFFF;
  /*border: 3px solid #CCCCCC;*/
  padding: 20px;
  position: relative;
}

.clear {
	clear: both !important;
	}
	
ul {
	margin-left: 25px;
	}
	
.sub-menu a {
	font-size: 20px;
	}
	
.dropdown {
	background: none repeat scroll 0 0 rgba(0, 43, 73, 0.9) !important;
	padding: 10px;
	text-align: right;
	}

.top-bar-section ul li > a:hover {
	color: #F5B101;
	}
	
.wpcf7-submit {
	background-color: #F5B101;
    border: 1px solid #999999;
    border-radius: 15px;
    color: #444;
    font-weight: bold;
    padding: 10px 15px;
	}
	
.wpcf7-submit:hover {
	box-shadow: 0 0 15px;
	color: #286E91;
	}
	
.top-bar-section .dropdown li a {
	line-height: 1.2 !important;
	}