/*
Theme Name:   InsumosYcia
Theme URI: 
Author:       Luis Saluso
Author URI: 
Template:     sydney
Description:  Tema para Insumos y Cia SA basados en Sydney Theme
Version:      1
License: 
License URI: 
Text Domain: 
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

<div class="col-md-9 col-sm-4 col-xs-12">
*/


@import url('https://fonts.googleapis.com/css?family=Roboto');

h2.maintitle {
text-shadow: 1px 1px #aaa;
background-color: #005fa3;
padding: 0 100px 0 100px;
}
.text-slider .maintitle::after {
	bottom: -10px;
}
p.subtitle {
	padding-top: 40px;
    text-shadow: 2px 2px #000000 !important;
    font-size: 2em !important;
}

/*HOME*/
figure.home {
  width: 350px;
  height: 254px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
figure.home img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
figure.home:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/*PORTFOLIO*/
figure.logos {
  width: 350px;
  height: 92px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
figure.logos img {
  -webkit-filter: grayscale(0) blur(0);
  filter: grayscale(0) blur(0);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;

}
figure.logos:hover img {
  -webkit-filter: grayscale(100%) blur(3px);
  filter: grayscale(100%) blur(3px);
}


ul#menu-social li a[href*="facebook.com"]::before, ul#menu-social-1 li a[href*="facebook.com"]::before {
	content: '\f09a';
	font-size: 2em;
    text-shadow: 0 0 1px #222;
    font-family: FontAwesome;
    color:white;
}
ul#menu-social li a[href*="instagram.com"]::before,ul#menu-social-1 li a[href*="instagram.com"]::before {
	content: '\f16d';
	font-size: 2em;
    text-shadow: 0 0 1px #222;
    font-family: FontAwesome;
    color:white;
}
ul#menu-social li a, ul#menu-social-1 li a {
    clip: rect(1px, 1px, 1px, 1px);
    color:#252525;
}


body p{
    font-family: 'Roboto', sans-serif;
    font-size: 1.3em !important;
}
h1 {
	font-size: 3em !important;
}
h2 {
	font-size: 2em !important;
}
div.foto-destacada {
	text-align: center;
	padding:10px 0 30px 0;
}
div.entry-content blockquote {
  background: #f9f9f9;
  border-left: 10px solid #73ba2e;
  margin: 1.5em 10px;
  padding: 1.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  width: 70%;
}
div.entry-content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
div.entry-content blockquote p {
  display: inline;
  color: #000;
}
div.entry-content p strong {
	color: #005fa3;
}
div.entry-content ul, div.entry-content ol{
	color:#73ba2e;
	list-style: none;
	counter-reset: my-awesome-counter;
}
div.entry-content ul li, div.entry-content ol li{
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	color:#767676;
	counter-increment: my-awesome-counter;
}
div.entry-content ul li::before {
  content: "▘ ";
  color: #73ba2e;
}
div.entry-content ol li::before {
  content: counter(my-awesome-counter);
  background: #73ba2e;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: inline-block;
  line-height: 2rem;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
}
ul#menu-social {
  list-style: none;
}
ul#menu-social li {
	color:white;
}
ul#menu-social li::before {
  content: "";
}