/*
Theme Name: Construcciones Lanzarote
Theme URI: http://hgrdesign.es
Author: HGR Design
Author URI: http://hgrdesign.es
Description: Theme diseñado para la web de Construcciones Lanzarote, Islas Canarias.
Version: 1.0
*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: url(images/obras-lanzarote-2.png);
	background-size: cover; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #0B486B 
}
a {
	color: #0B486B;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0.8
}
a:hover {
	color: #206789;
	opacity: 1
}

header {
	text-align: center;
	padding: 15px 0
}
header .logo {
	font-family: 'Lobster', cursive;
	font-size: 2.4em;
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: 2px;
	color: #0B486B
}
header ul.rrss {
	list-style: none;
}
header ul.rrss li {
	display: inline-block;
	margin-right: 15px;
}
header ul.rrss li:last-child {
	margin-right: 0
}
.welcome {
	background: url(images/obras-lanzarotebg.jpg) no-repeat center;
	background-size: cover;
	padding: 100px 0;
	border-bottom: 4px solid #ccc;
	border-top: 4px solid #ccc
}
.welcometxt {
	background: rgba(255,255,255,0.7);
	padding: 20px 15px 10px 15px;
}
.welcome h5 {
	padding: 0 15px 10px 15px;
	color: #666
}
.welcome a {
	font-family: georgia;
	font-style: italic;
	color: #777
}
.welcome a:hover {
	text-decoration: underline;
}

.ventajas {
	margin-top: 40px;
	text-align: center;
}
.ventajas .side {
	border-right: 1px solid #ccc
}

.star {
	margin-top: 40px;
}
.star h3 {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px
}
.star .imgp {
	border-bottom: 3px solid #006699
}
.star h4 {
	text-align: center;
}

.servicios {
	text-align: center;
	padding: 40px 0;
}
.servicios h5 {
	margin-top: 15px;
	text-transform: uppercase;
}
.servicios p {
	font-size: 0.9em
}

.galerias {
	margin-top: 20px;
}

footer {
	padding: 40px 0 20px 0;
	text-align: center;
}
footer ul {
	list-style-type: none;
}
footer ul li {
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #ccc
}
footer ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none
}
footer .creditos {
	font-size: 0.75em
}

/************************/
/* BLOG POSTS - PAGINAS */
/************************/
.blog {
	background: rgba(255,255,255,0.8);
	padding: 25px 0
}
.pagina {
	margin: 40px auto;
}
.pagina h2 {
	text-align: center;
}
article {
}
article.entry {
	margin-top: 15px;
	background: white;
}
article.entry h2, article.entry .img {
	text-align: center;
}
article.entry ul li {
	background: #B893C1 url(images/flecha.png) no-repeat left;
	padding: 10px 0 10px 20px;
	margin-bottom: 10px;
	color: white
}
article.entry ul li:last-child {
	border-bottom: 0;
	margin-bottom: 10px;
}

article ul {
	list-style: disc;
	margin-left: 30px
}
article ul li {
	padding: 5px 0;
	margin-bottom: 5px;
}
article .fecha {
	color: #666;
	font-family: georgia;
	font-style: italic;
	font-size: 0.9em
}
article .poststar .imgpost {
	position: relative;
}
article .poststar .imgpost .postinfo {
	background: rgba(255,255,255,0.85);
	padding: 10px 0 0 15px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
article .contenido {
	padding: 20px
}
/* FIN BLOG POSTS */

/* ASIDE */
aside {
	margin: 10px 0 0 0;
}
aside a {
	color: #444
}
aside a:hover {
	color: #333;
}
aside h5 {
	border-bottom: 1px solid #eee;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0
}
aside .contenedor {
	margin-bottom: 15px
}
aside ul {
	list-style: none;
}
aside ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
aside ul li:last-child {
	border-bottom: none;
}
/* FIN ASIDE */
/* PAGINA DE ARCHIVOS */

.archives {
}
.archives article {
	margin-bottom: 40px
}
.archives article h5 {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px
}
.archives article .panel {
	font-size: 0.9em;
	min-height: 400px
}
.archives article .panel .button {
	margin-top: 10px
}
/* FIN PAGINA DE ARCHIVOS */

/*Estilos Menu*/
nav {
	/*margin-top: 25px*/
}
nav ul{ 
	list-style: none;
	margin-top: 20px;
	text-align: center;
	z-index: 9999;
}
nav a:link, nav a:visited  {
	color: #444;;
	font-weight: 400;
}
nav li.current_page_item a:link, nav li.current_page_item a:visited, 
nav li.current_page_parent a:link, nav li.current_page_parent a:visited,
nav li.current-menu-ancestor a:link, nav li.current-menu-ancestor a:visited {
	color: #206789;
	padding: 8px 7px;
	border-bottom: 1px dotted #3587A7;
}
nav ul li  { 
	display: inline-block;
	padding: 5px 7px;
	margin-right: 5px;
	border-bottom: 1px dotted white;
	color: #206789;
	font-weight: 400;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
nav ul li:hover { 
	border-bottom: 1px dotted #3587A7;
	color: #3587A7
}
nav ul li:last-child {
	margin-right: 0
}
	nav ul.sub-menu  { 
	background: #0B486B; 
	position: absolute; 
	left: -999em; 
	margin-left: 0;
	margin-top: 5px;
	z-index:9999;
	padding: 10px;
	font-size: 0.9em;
	width: 220px;
	border-radius: 0 0 5px 5px;
	text-align: left
	}

	nav ul.sub-menu li  {
	width: auto;
	padding: 10px 5px 10px 0; 
	margin: 0; 
	border: none;
	opacity: 0.8;
	color: white;
	display: block;
	border-bottom: 1px dotted #0B486B;
	text-align: left
	}
	nav ul.sub-menu li a {
		color: white;
		text-align: left
	}
	nav ul.sub-menu li:hover {
		border-bottom: 1px dotted white
	}
	nav ul.sub-menu li:first-child {
	}
	nav ul.sub-menu li a:link, nav ul.sub-menu li a:visited  { 
		color: white;
		border-bottom: none;
		text-align: left
	}
	nav ul.sub-menu li a.sf-with-ul { 
		border-bottom: none;
		text-align: left
	}
	nav ul.sub-menu li.current_page_item a:link, nav ul.sub-menu li.current_page_item a:visited,
	nav ul.sub-menu li.current-menu-item a:link, nav ul.sub-menu li.current-menu-item a:visited { 
		color: none;
		border-bottom: none;
		text-align: left
	}
	nav li ul ul  { 
		margin: -30px 0 0 180px;  
	}
	nav li ul ul li a  {}
	nav li ul li ul li a  {}
	
	nav li:hover,.nav li.hover  { position:static; color: #be0706 }
	nav li:hover ul ul, nav li.sfhover ul ul,
	nav li:hover ul ul ul, nav li.sfhover ul ul ul,
	nav li:hover ul ul ul ul, nav li.sfhover ul ul ul ul { left:-999em; }
	nav li:hover ul, nav li.sfhover ul,
	nav li li:hover ul, nav li li.sfhover ul,
	nav li li li:hover ul, nav li li li.sfhover ul,
	nav li li li li:hover ul, nav li li li li.sfhover ul  { left: auto; }

/*Estilos Menu END*/
/* Estilos para galerías */
	.gallery {
         margin: 0 auto;
     }
    .gallery-item {
         float: left;
         margin: 0 0 5px 0;
         text-align: center;
      }
    .gallery img {
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: 6px solid white
       }
     .gallery-caption {
          	margin-left: 0;
       }
	
	.gallery-columns-0 .gallery-item {
			width: 100%;
		}
	.gallery-columns-1 .gallery-item {
			width: 100%;
			float: left;
			text-align: left;
		}
	.gallery-columns-2 .gallery-item {
			width: 50%;
		}
	.gallery-columns-3 .gallery-item {
			width: 33.33%;
		}
	.gallery-columns-4 .gallery-item {
			width: 25%;
		}
	.gallery-columns-5 .gallery-item {
			width: 20%;
		}
	.gallery-columns-6 .gallery-item {
			width: 16.66%;
		}

/********************* */
/* MISCELANEA */
/********************* */
.circulo {
	border-radius: 50%
}

/*************************************** */
/* MEDIA QUERIES - RESPONSIVE WEB DESIGN */
/*************************************** */

@media only screen and (max-width: 1279px) and (min-width: 768px) {

}

@media only screen and (max-width: 768px) {

	header {
		text-align: center;
	}
	header ul.social {
		text-align: center
	}
	nav ul {
		float: none;
		text-align: center;
	}
	.servicios {
		text-align: center;
	}


}