/*
Theme Name: aya
Theme URI: #
Description: Editado por Hiva
Author: #
Author URI: #
Template: scroller
Version: 1
*/

@import url('../scroller/style.css');

/*
COLOR PRIMARIO (VERDE) #94C11F
*/
body {
    text-align: justify !important;
    font-family: lato, sans-serif !important;
}
p {
    line-height: 1.4em;
    font-family: lato, sans-serif !important;
    font-weight: 400;
}
/* TABS */
.wp-tab-content-wrapper p {
    line-height: 1.4em;
    font-family: source-sans-pro, sans-serif;
    font-weight: 400;
}
/**/
html {
    background: rgba(50,74,30,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(50,74,30,1) 0%, rgba(20,36,15,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(50,74,30,1)), color-stop(100%, rgba(20,36,15,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(50,74,30,1) 0%, rgba(20,36,15,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(50,74,30,1) 0%, rgba(20,36,15,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(50,74,30,1) 0%, rgba(20,36,15,1) 100%);
    background: radial-gradient(ellipse at center, rgba(50,74,30,1) 0%, rgba(20,36,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324a1e', endColorstr='#14240f', GradientType=1 );
}/* BODY */
strong {
    font-weight: bold;
}
h1, h2, h3, h4, h5 {
    font-family: lato, sans-serif !important;
    font-weight: bold;
}
.entry-content ul li {
    background: url('img/ico-list.png') no-repeat scroll 0px 9px transparent;
    margin: 0px 0px 0px;
    padding: 0px 0px 0px 25px;
    margin-left: 20px;
    line-height: 1.4em;
}
.home h1, .home h2, .home h3, .home h4, .home h5 {
    font-family: lato, sans-serif !important;
    font-weight: 400;
}
#text-logo, .search-form button, #portfolio .portfolio-item:hover .entry-details, .rslides_nav:hover, .submit_btn, .submit_btn:hover  {
    background: none repeat scroll 0% 0% #94C11F !important;
}
.home-widget {
	border-bottom: 1px solid #ddd;
}
.backtotop {
    background:#000 !important;
}
.backtotop:hover {
    background:#14263d !important;
}
/* HEADER */

#header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

/* MENÚ */
#home-wrapper {
    padding-top: 0px;
}
.menu-home-nuevo {
    width: 1060px;
    height: 110px;
    position: fixed;
    z-index: 999;background: #fff !important;
}
#primary-nav .nav li a {
    line-height: 110px;
    font-family: lato, sans-serif !important;
    font-weight: 400;
    font-size: 15px !important;
}
#primary-nav .nav li a:hover, #primary-nav .nav li.first a, #primary-nav .nav li.sfHover a {
    color: #999 !important;
    line-height: 110px;
}
.header-search:hover {
    color: #94C11F;
}
.header-search {
    top:40px !important;
}
#primary-nav .nav li a {
    color: #666;
}
#nav .current a {
    border-color: #94C11F !important;
    color:#94C11F !important;
}
#mobile-menu .container {
    padding-top: 110px;
}
.btn-nav-right {
    top:45px !important;
}
/* KEN EFFECT */
#slideshow {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}
#slideshow img {
    max-width: none;
    position:absolute;
    width:1090px;
    margin-left:0px;
    margin-top:0px;
    opacity:0;
    transition-property: opacity, transform;
    transition-duration: 3s, 8s;
}
#slideshow img  {
    transform-origin: top right;
}
#slideshow :nth-child(2n+1) {
    transform-origin: bottom right;
}
#slideshow :nth-child(3n+1) {
    transform-origin: top right;
}
#slideshow :nth-child(4n+1) {
    transform-origin: bottom right;
}
#slideshow :nth-child(5n+1) {
    transform-origin: top right;
}
#slideshow :nth-child(5n+1) {
    transform-origin: bottom right;
}
#slideshow .fx:first-child + img ~ img  {
    z-index:-1;
}
#slideshow .fx {
    opacity:1;
    transform: scale(1.05) translate(30px);
}
/* FEATURED 2 (presentación "primera sección")*/

#img-home-somos {
    margin: 30px auto 20px auto;
    display: block;
}
#texto-home-somos {
	margin-bottom:30px;
	font-size:20px;
}
#text-4 {
	background:url(img/home-somos-2.jpg) #fff no-repeat;
    background-size: cover;
    padding: 0px 20px;
}
#text-4 .section-description {
    color:#333;
    font-size: 18px;
}
/* FEATURES */
#features .widget-title {
	font-size:34px;
    color:#333;
}
/* PROYECTOS */
#team {
	background:#f2f2f2 !important;
    padding: 0px;
}
#team-2 .widget-title, #team-2 p.section-description {
	color:#333;
}
#team-2 h1.entry-title {
    color:#000;
}
.team-member {
    color: #666;
    border: 0px;
    padding: 10px;
    background: transparent;
    width: 195px;
}
.team-member h1 {
	color:#666;
}
.team-member {
    height: 300px;
    width: 268px;
}
.team-member img {
	width: 200px !important;
}
.member-position {
	color: #94C11F;
}
.member-social-icons {
	display: none;
}
.testimonial:hover blockquote {
    border-color: #94C11F;
}
.excerpt-home-hv {
    line-height: 1.3em;
}
#team .entry-thumb {
	margin-bottom: 0px;
}
/* SOCIOS */
.curriculum-socios {
    border: 1px solid #92BF1C;
    float: left;
    margin: 14px;
    min-height: 270px;
    padding: 20px;
    width: 39%;
}
#alejandro-guerra {
    width: 89% !important;
    clear: both;
    min-height: 170px !important;
}
.curriculum-socios p {
    font-size: 14px;
}
/* PAGE */
.page-id-34 .client-logos {
    border-top: 0px;
}
.page-id-34 #main {
    min-height: 400px;
}
/* TABS */
.wp-tab-content {
	height: auto !important;
}
/* CONTACTO */
#contact .button-primary {
    background:#ddd !important;
    color:#666 !important;
    text-shadow:none;
    border-color: #94B54E;
}
#contact .button-primary:hover {
   color:#333!important;
}
section#contact {
    background: #ADC973 !important;
    color:#333 !important;
}
#contact p, #contact a, #contact .widget-title {
	color:#333 !important;
}
#contact_form input, #contact_form textarea {
    border: 2px solid #ddd;
}
section#contact .section-description {
	margin-bottom: 0px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea {
    border: #DDD 1px solid;
}
input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea {
    width: 60%;
}
.sucursales {
    border: 2px solid #dedede;
    background: #e7f3f6;
    color: #000;
    padding: 2% 3%;
    margin: 20px 0px;
    border-radius: 7px;
}
/* TESTIMONIALES */
.testimonial {
	display:none;
}
.client-logos {
	margin-top: 0px;
    border:0px;
    padding-top: 0px !important;
}
.client-logos div {
    height: 90px !important;
    width: auto;
    float: left;
    vertical-align: center !important;
}
.metrogas-logo {
    width:auto !important;
    margin:0px 50px;
}
.page div.client-logos img {
    width: 100% !important;
    margin:0px !important;
}
.page .client-logos {
    padding:0px !important;
}
.page .client-logos div {
    width: 160px !important;
    height: auto !important;
}
.page div.client-logos img.metrogas-logo {
    width:50% !important;
}
.page div.client-logos img:nth-child(2) {
    margin-left: -20px !important;
}

/* CONTENIDO */
#main #content {
    margin-bottom: 30px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin: 18px 0px 15px;
}
div#esquema-servicios {
    width: 600px;
    margin: 0px auto;
    text-align: center;
}
/*TABS */
ul.nav-tabs li {
	background:none;
	padding: 0px 3px;
}
ul.tab-content li.active {
	background:none;
}
ul.nav-tabs li a {
	font-size: 13px;
}
/* FOOTER */
.copyright, #footer {
	background: #071706;
	color:#595959;
}
.copyright {
	padding:30px 0px 20px 0px;
}
#footer {
	margin-bottom: 0px;
}
.logo-footer-box {
    text-align: center;
}
footer .right {
    margin-top: 7%;
}
/* MEDIA QUERY */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .team-member {
        width: 290px !important;
    	height: 290px !important;
    	margin-bottom: 0px !important;
    }
    #img-home-somos {
        width: 181px;
    }
    .menu-home-nuevo {
        width: 720px;
    }
    .metrogas-logo {
        width:60px !important;
        margin:0px 50px;
    }
    .curriculum-socios {
       width: 89%;
       min-height: 170px;
    }
    input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea {
    	width: 60%;
	}
    #slideshow {
        height: 360px;
    }
    #slideshow img {
        width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .team-member {
        width: 360px !important;
        height: 250px !important;
        margin-bottom: 0px !important;
    }
    #img-home-somos {
        width: 181px;
    }
    .menu-home-nuevo {
        width: 420px;
    }
    div#esquema-servicios {
        display:none;
    }
    .curriculum-socios {
       width: 83%;
       min-height: auto !important;
    }
    #alejandro-guerra {
        width: 83% !important;
    }
     #grafico-org {
        width:50%;
        height: auto;
    }
    .page .client-logos {
        display: block !important;
    }
    .page div.client-logos img {
        float: none !important;
    }
    .client-logos div {
        float: none !important;
    }
    #testimonial-2 {
        display:none;
    }
    input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea {
    	width: 90%;
    }
    #slideshow .fx {
        transform: scale(1) translate(0px);
    }
    #slideshow {
        height: 200px;
    }
    #slideshow img {
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .team-member {
        width: 200px !important;
        height:260px !important;
    }
    #team img.entry-thumb {
        width: 200px !important;
    }
    #img-home-somos {
        width: 181px;
    }
    .menu-home-nuevo {
        width: 280px;
    }
    #grafico-org {
        width:100%;
        height: auto;
    }
     div#esquema-servicios {
        display:none;
    }
    .curriculum-socios {
       width: 72%;
       height: auto !important;
    }
    .page .client-logos {
        display: block !important;
    }
    .page div.client-logos img {
        float: none !important;
    }
    .client-logos div {
        float: none !important;
    }
    #alejandro-guerra {
        width: 72% !important;
    }
    img#logo {
        width: 75%;
        margin-top: 5px;
    }
    #testimonial-2 {
        display:none;
    }
      input[type="text"], input[type="email"], input[type="password"], input[type="url"], textarea {
    	width: 90%;
	}
	select.wpcf7-select {
		width: 90%;
    }
    #slideshow .fx {
        transform: scale(1) translate(0px);
    }
    #slideshow {
        height: 130px;
    }
    #slideshow img {
        width: 100%;
    }
}