/*
  Theme Name: wp-multisite-temas-iglesias
  Theme URI: https://nicolás.es
  Author: Nicolás Oñate Madrid
  Author URI: https://nicolás.es
  Description: Tema para el sitio web de Nicolás
  Version: 1.0
  Licence: GNU General Public Licence or Later
  Tags: iglesias, HTML5, CSS3, Nicolás, Blog, Programación, Informática, WordPress, Php, Js,
  Text Domain: wp-multisite-temas-iglesias
*/
body{
  background-color: #c2f2f2;
}
.home {
  background-color: #c2f2f2;
}
h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.alignleft {
  float:left;
  margin-right: 20px;
}
.alignright {
  float:right;
  margin-left: 20px;
}

blockquote {
  margin:20px 10px;
  padding: .5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  font-size: 30px;
  font-style: italic;
  color:#a1a1a1;
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

nav.navegacion {
  background-color: #008fd1bd;
}
nav.navegacion ul {
  margin-top: 25px;
}




nav.navegacion li {
  margin-bottom: 10px;
  text-align: center;
}
nav.navegacion ul li.current_page_item,
nav.navegacion ul li.current_page_parent {
  background-color:  #004d70;
}
nav.navegacion ul li a {
  padding:0;
  color:#ffffff;
  text-transform: uppercase;
  font-size:25px;
  padding: 10px 0;
}
nav.navegacion ul li a:hover {
  background-color: transparent;
  border:none;
}
.navbar-toggle {
  border: 1px solid #ffffff;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.site-header {
  height:600px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 20px;
}

div.titulo {
      
  line-height: 1.3;
  padding: 6px 0;
  border-left: 20px solid #008fd1bd;
  margin: 20px auto;
}
div.titulo h1 {
  background-color: #008fd1bd;
  padding:4px 0;
  color: #ffffff;
  display: inline;
  margin:0;
  
  font-size: 30px;
}

div.titulo h2 {
  background-color: #008fd1bd;
  padding:4px 0;
  color: #ffffff;
  display: inline;
  margin:0;
  
  font-size: 18px;
}

div.titulo h1 span {
    
  position: relative;
  left:-10px;
}

@media screen and (min-width: 768px) {
  nav.navegacion {
    padding: 10px 0;
  }
  nav.navegacion li {
    margin-right: 20px;
  }
  nav.navegacion ul li.current_page_item,
  nav.navegacion ul li.current_page_parent {
    border-bottom: 3px solid #ffffff;
    background-color: transparent;
  }
  nav.navegacion ul li a {
    padding:0;
  }
  .site-header {
    background-size:cover;
    background-attachment: fixed;
  }
  .home .site-header {
    height: 800px;
    
  }

  img.logo {
    max-width: 300px;
  }
  .home div.titulo {
    margin-top: 200px;
  }
  div.titulo {
    margin-top: 100px;
  }
}


/** Ultimas Entradas **/

section.contenido .entrada {
  margin-bottom: 20px;
}

div.contenido-entrada {
  background-color: #ffffff;
  padding:20px;
  text-align: center;
  min-height: 250px;
}

div.contenido-entrada h3 {
  margin:0;
  line-height: 24px;
  font-family: 'Libre Baskersville',serif;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 700;
}
div.contenido-entrada p {
  text-transform: uppercase;
  font-weight: bold;
}
div.contenido-entrada span {
  font-weight: bold;
  color: #db008d;
}
div.contenido-entrada .btn.btn-success {
  background-color: #008fd1;
  color:#ffffff;
  border-radius:0;
  border:none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 50px;
  margin-top: 20px;
  transition: all .3s ease;
}
div.contenido-entrada .btn.btn-success:hover {
  background-color: #0070a3;
}


/** POR CATEGORIAS **/

section.categorias-blog div.categoria {
  text-align: center;
  background-color: #ffffff;
  background-clip: content-box;
  margin-bottom: 20px;
}
section.categorias-blog div.categoria i {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size:60px;
}
section.categorias-blog div.categoria:nth-child(1) i {
  color: #eca300;
}
section.categorias-blog div.categoria:nth-child(2) i {
  color: #008fd1;
}
section.categorias-blog div.categoria:nth-child(3) i {
  color: #db008d;
}
section.categorias-blog div.categoria:nth-child(4) i {
  color: #9800d1;
}
section.categorias-blog div.categoria:nth-child(5) i {
  color: #ff0000;
}
section.categorias-blog div.categoria:nth-child(6) i {
  color: #00a300;
}

section.categorias-blog div.categoria a {
  font-family: 'Libre Baskersville',serif;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 28px;
  color:#000000;
}

footer {
  background-color: #000000;
  padding: 10px 0 0 0;
  margin-top: 30px;
  color: #ffffff;
  text-align: justify;
}
footer h3 {
  font-size: 22px;
}
footer a,
footer a:hover {
  color:#ffffff;
  text-decoration: none;
}
footer .footer-info {
  background-color: #004d70;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  margin:0;
  padding:10px 0;
  text-transform: uppercase;
  margin-top:15px;
}
div.linea-azul {
  background-color: #004d70;
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  margin:0;
  padding:1px 0;
  text-transform: uppercase;
  margin-top:1px;
}


#social {
  list-style: none;
}
#social li {
  position: relative;
  display: inline-block;
}
#social li a:before {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  font-family: 'fontAwesome';
  font-size: 40px;
  color:#fff;
  content:'\f08e';
  -webkit-font-smoothing: antialiased;
}

#social li a[href*="facebook.com"]::before{content:'\f082'; }
#social li a[href*="plus.google.com"]::before{content:'\f0d4'; }
#social li a[href*="twitter.com"]::before{content:'\f081'; }
#social li a[href*="youtube.com"]::before{content:'\f16a'; }
#social li a[href*="instagram.com"]::before{content:'\f16d'; } 
/* fa-instagram"\f16d" */

/** Interiores **/
section.contenido {
  margin-top: 20px;
}
/** Contacto **/

.pagina-full-width {
  margin-top: 50px;
}
.ninja-forms-required-items {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}
.ninja-forms-form-wrap input,
.ninja-forms-form-wrap textarea {
  height: 40px!important;
  border:none!important;
}
.ninja-forms-form-wrap textarea {
  height: 200px!important;
}
.text-wrap.label-above label,
.textarea-wrap.label-above label {
  font-weight: normal;
}
.ninja-forms-form-wrap input[type=submit] {
  background-color: #0088c6;
  padding: 10px 40px;
  font-weight: bold;
  text-transform: uppercase;
  color:#ffffff;
}

/** Pagina con Sidebar **/
.page-template-page-sidebar-php section.contenido {
  margin-top: 0px;
}
.page-template-page-sidebar-php footer {
  margin-top: 0;
}
.contenido-pagina {
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: 768px 0px 0px #e6e6e6;
  text-align: justify;
}
aside.sidebar-widget {
  padding-top: 20px;
}
aside.sidebar-widget h3 {
  font-size: 30px;
}
aside.sidebar-widget li {
  margin-bottom: 10px;
}
aside.sidebar-widget li a,
aside.sidebar-widget li a:hover {
  color:#008fd1;
  text-decoration: none;
}




/*    Por mi        =============================================
PANTALLA DE ESCRITORIO GRANDE - LARGE (lg) - revisamos en portatil o pc
=============================================*/

@media(min-width:1200px){

	.col-lg-12{width:100%;}
	.col-lg-11{width:91.66666667%;}
	.col-lg-10{width:83.33333333%;}
	.col-lg-9{width:75%;}
	.col-lg-8{width:66.66666667%;}
	.col-lg-7{width:58.33333333%;}
	.col-lg-6{width:50%;}
	.col-lg-5{width:41.66666667%;}
	.col-lg-4{width: 33.33333333%;}
	.col-lg-3{width: 25%;}
	.col-lg-2 {width: 16.66666667%;}
	.col-lg-1 {width: 8.33333333%;}
	.col-lg-0 {display:none;}

	#seccion4 article p img{
		width:50%;
	}

}

/*=============================================
PANTALLA DE ESCRITORIO MEDIANO - MEDIUM (md) - revisamos en tablet horizontal 1024px
=============================================*/

@media(max-width:1199px) and (min-width:992px){

	.col-md-12{width:100%;}
	.col-md-11{width:91.66666667%;}
	.col-md-10{width:83.33333333%;}
	.col-md-9{width:75%;}
	.col-md-8{width:66.66666667%;}
	.col-md-7{width:58.33333333%;}
	.col-md-6{width:50%;}
	.col-md-5{width:41.66666667%;}
	.col-md-4{width: 33.33333333%;}
	.col-md-3{width: 25%;}
	.col-md-2{width: 16.66666667%;}
	.col-md-1{width: 8.33333333%;}
	.col-md-0 {display:none;}

	#seccion4 article p img{
		width:60%;
	}
}

/*=============================================
PANTALLA DE TABLET - SMALL (sm) - revisamos en tablet vertical 768px
=============================================*/

@media(max-width:991px) and (min-width:768px){

	.col-sm-12{width:100%;}
	.col-sm-11{width:91.66666667%;}
	.col-sm-10{width:83.33333333%;}
	.col-sm-9{width:75%;}
	.col-sm-8{width:66.66666667%;}
	.col-sm-7{width:58.33333333%;}
	.col-sm-6{width:50%;}
	.col-sm-5{width:41.66666667%;}
	.col-sm-4{width: 33.33333333%;}
	.col-sm-3{width: 25%;}
	.col-sm-2{width: 16.66666667%;}
	.col-sm-1{width: 8.33333333%;}
	.col-sm-0 {display:none;}
	
	#seccion4 article p img{
		width:100%;
		margin-bottom: 20px;
	}
}

/*=============================================
PANTALLA DE PHONES - EXTRA SMALL (xs) - revisamos en movil horizontal 480px o vertical 320px
=============================================*/

@media(max-width:767px){

	.col-xs-12{width:100%;}
	.col-xs-11{width:91.66666667%;}
	.col-xs-10{width:83.33333333%;}
	.col-xs-9{width:75%;}
	.col-xs-8{width:66.66666667%;}
	.col-xs-7{width:58.33333333%;}
	.col-xs-6{width:50%;}
	.col-xs-5{width:41.66666667%;}
	.col-xs-4{width: 33.33333333%;}
	.col-xs-3{width: 25%;}
	.col-xs-2{width: 16.66666667%;}
	.col-xs-1{width: 8.33333333%;}
	.col-xs-0 {display:none;}

	#seccion4 article p img{
		width:100%;
		margin-bottom: 20px;
	}

}














