/*
Theme Name: IAMSocial - Medios en Igualdad
Template: iamsocial
Author: manuferSVQ
Description: IAMSocial WordPress Child Theme for Medios en Igualdad.
Version: 1.0

Text Domain: iamsocial
*/

@import url("../IAMSocial/style.css");


.sitetitle {
	display: none;
}

.sitelogo {
	width: 100%; 
}

#searchform {
display:none;
}

.sitelogo a img{
width:100%;
}

/*fondo del botón buscar*/
button:not([type="image"]), input[type="submit"]:not([type="image"]), .btn-default, .form-submit input {
    background-color: #82bb25 !important;
    border: 1px solid #82bb25 !important;
    color: #e5e5e5;
}

/*botones de RRSS*/

nav#top-menu.navbar-default .topSocials a:hover {
    color: #82bb25 !important;
}


nav#top-menu.navbar-default .topSocials a {
    color: #82bb25 !important;
}


/*ajuste de tamaño de img cabecera
.sitelogo>a{
		width: 100%;
}*/

header#header .sitelogo img#logo {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    max-width: 100% !important;
}

/*texto de cabecera*/
header#header h1 a:hover {
    color: #82bb25 !important;
}

header#header h2 a:hover {
    color: #82bb25 !important;
}

/*color menú*/
#main-menu.navbar-default {
    background-color: #82bb25 !important;
}

#main-menu-list{
	font-weight: bold;
}

/*Controles slider*/

.carousel .carousel-control {
    color: #82bb25 !important;
}

.carousel .carousel-indicators li.active {
    background-color: #82bb25 !important;
}

.carousel .carousel-indicators li {
    border-color: #82bb25 !important;
}

/*textos varios*/

article a, #respond a, .pingback .comment-body a, .trackback .comment-body a {
    color: #82bb25 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #82bb25 !important;
}

.sidebar-footer {
    color: #82bb25 !important;
}

/*imagenes para el footer*/

#credits-images{
	width: 100%;
	max-height: 70px;
}

.foot-logo{
	float: left;
	width: 33%;
	max-height: 70px;
	display: inline-block;
	text-align:center;
	padding: 20px;
}

.foot-logo  img {
	max-width: 100%;
    height: auto;
}

/*etiquetas de formulario*/
label {
    color: #82bb25 !important;
}


/*imagenes en articulos*/
article img{
	padding: 20px;
}