

/**************/
/* PRODUCTOS */
/**************/
 
/* GB 18/7/16 alto linea en texto capas */
ol.condorand-ol { line-height: 30px; }

/* GB 18/7/16  icono pdf en descargables */
ul.condorand-ul { padding: 0; margin: 0; }
li.condorand-li { font-style: italic; text-decoration: underline; list-style-image: url('http://www.infopins.com/condorand-dev/wp-content/uploads/2016/07/file_extension_pdf.png');  }

/* GB 19/7/2016 Texto Condorand Systems */
.condorand-systems-title { color: #512f0d; }
.condorand-systems-subtitle { color: #512f0d; font-weight:bold; } 
.condorand-systems-subtitle-h2 { color: #92663f; font-weight: 900;  font-size: 20px ; text-transform:uppercase;} 
.condorand-systems-text { color: #92663f; }

/* espaciado entre lineas seccion color */
.condorand-systems-text li { padding-bottom: 15px; line-height: 20px; }

/* GB 19/7/2016 Texto intro paginas producto */
.condorand-intro-text { font-size: 16px; line-height: 24px; }

/* GB 20/7/2016 Titulos Pagina Productos */
.condorand-products-title { font-size: 20px; color: #512f0d; font-weight: bold  }

/**************************/
/* PAGINA CATALOGO/COLOR *
/**************************/

/* GB 8/8/2016 Pagina Color */
.condorand-li a {  font-size: 16px; color: #444;}

/* GB 16-8-2016 Ocultamos texto filtros */
.filter_outer.left_align {  display: none }

/* GB Dar vuelta columnas portfolio page - OK! */
/* GB Hacemos tamaño columna1 (slider) redondo para evitar desfasaje entre ancho imagen y ancho slider  */
.two_columns_66_33>.column1 { float: right; width: 66% } 
.two_columns_66_33>.column2 {  width: 30%; float: left; } 

/* GB Centrar logo en columna 3 footer */ 
.two_columns_50_50>.column2 { text-align: center }

/* GB Para ocultar nombre color en columna informacion de cada color y subir la columna */
.portfolio_single   .info_section_title  { display: none } 
.portfolio_single_follow { margin-top: -20px; }
 
/* GB Responsiveness */

 @media all and (max-width: 680px) { 
.two_columns_66_33>.column2 { width: 100%;  }   
 } 