/* 
Theme Name: CEAZ 
Theme URI: http://www.ceaz.es/ 
Description: Tema para CEAZ.es
Template: responsive
Version: 0.0.1
Author: Antonio J. Sánchez 
Author URI: http://ceaz.es
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, flexible-width, rtl-language-support

License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* =Import Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');


	
/* =Start From Here
-------------------------------------------------------------- */

/* =Base
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Dosis);

body {
	font-family: 'Dosis', sans-serif;
	background: #fff;
	color: #000;
	font-size: 1em;
}

/* Esconder icono Recaptcha */
.grecaptcha-badge { visibility: hidden; }

/* =Buttons
-------------------------------------------------------------- */
a.rojoceaz {
	background-color: #ED2E38; /* Rojo logo CEAZ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ED2E38), to(#6E151A));
	background-image: -webkit-linear-gradient(top, #ED2E38, #6E151A);
	background-image: -moz-linear-gradient(top, #ED2E38, #6E151A);
	background-image: -ms-linear-gradient(top, #ED2E38, #6E151A);
	background-image: -o-linear-gradient(top, #ED2E38, #6E151A);
	background-image: linear-gradient(top, #ED2E38, #6E151A);
	border: 1px solid #115290;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
	text-shadow: 0 -1px 0 #115290;
}

a.rojoceaz:hover {
	background-color: #FA303B;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FA303B), to(#D42932));
	background-image: -webkit-linear-gradient(top, #FA303B, #D42932);
	background-image: -moz-linear-gradient(top, #FA303B, #D42932);
	background-image: -ms-linear-gradient(top, #FA303B, #D42932);
	background-image: -o-linear-gradient(top, #FA303B, #D42932);
	background-image: linear-gradient(top, #FA303B, #D42932);
	border: 1px solid #115290;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FA303B, endColorstr=#D42932);
	text-shadow: 0 -1px 0 #115290;
}

/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 0.5em 0;
}

/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 10px 0;
    padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	font-size: 130%;
	padding: 0 0.5em 0 0.5em;
	background-color: #ED2E38; /* Rojo logo CEAZ */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ED2E38), to(#6E151A));
	background-image: -webkit-linear-gradient(top, #ED2E38, #6E151A);
	background-image: -moz-linear-gradient(top, #ED2E38, #6E151A);
	background-image: -ms-linear-gradient(top, #ED2E38, #6E151A);
	background-image: -o-linear-gradient(top, #ED2E38, #6E151A);
	background-image: linear-gradient(top, #ED2E38, #6E151A);
	border: 1px solid #115290;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f9eea, endColorstr=#1874cd);
	text-shadow: 0 -1px 0 #115290;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	background-color: #FA303B;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FA303B), to(#D42932));
	background-image: -webkit-linear-gradient(top, #FA303B, #D42932);
	background-image: -moz-linear-gradient(top, #FA303B, #D42932);
	background-image: -ms-linear-gradient(top, #FA303B, #D42932);
	background-image: -o-linear-gradient(top, #FA303B, #D42932);
	background-image: linear-gradient(top, #FA303B, #D42932);
	border: 1px solid #115290;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FA303B, endColorstr=#D42932);
	text-shadow: 0 -1px 0 #115290;
}

.top-menu > li:first-child > a:hover {
	border-left: none;
}

/* =Globals
-------------------------------------------------------------- */
#wrapper {
	border: none;
	padding: 0;
}


/* =Widgets
-------------------------------------------------------------- */
#widgets ul,
#widgets ol {
    padding: 0;
    list-style-type: none;
}

/* =Margins & Paddings
-------------------------------------------------------------- */
p, 
hr, 
dl, 
pre,
form,
table,
address, 
blockquote {
	margin: 1em 0;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background-image: -webkit-linear-gradient(top, #444, #000);
	background-image: -moz-linear-gradient(top, #444, #000);
	background-image: -ms-linear-gradient(top, #444, #000);
	background-image: -o-linear-gradient(top, #444, #000);
	background-image: linear-gradient(top, #444, #000);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#444, endColorstr=#000);
	margin: 0 auto;

}

.menu a:hover {
	background-color: #555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#252525));
	background-image: -webkit-linear-gradient(top, #555, #252525);
	background-image: -moz-linear-gradient(top, #555, #252525);
	background-image: -ms-linear-gradient(top, #555, #252525);
	background-image: -o-linear-gradient(top, #555, #252525);
	background-image: linear-gradient(top, #555, #252525);
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#555, endColorstr=#252525);
}

.menu a {
/*	border-left: 1px solid #585858;
	color: #fff;
	cursor: pointer;
	display: block; */
	font-size: 100%;
/*	font-weight: 700; 
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000; */
}

.menu li li a {
/*	background: transparent !important;
	border: none;
	color: #444; */
	font-size: 90%;
/*	font-weight: 400;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap; */
}

/* Ajuste de fuentes para formularios
-------------------------------------------------------------- */

textarea, select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="submit"] {
	font-family: Dosis;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    border-color: #AAAAAA #AAAAAA #CCCCCC;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF, 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    margin: 0;
    outline: medium none;
    padding: 6px 8px;
    vertical-align: middle;
    width: 100%;
}
.wpcf7-form label{
    font-weight:400;
}

/* Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2013/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
    
    body {}
}

/* =Eliminamos pie nombre del tema padre
-------------------------------------------------------------- */
.powered
{
	display: none;
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

    body {}
	
    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
	
	.home #widgets {
		margin-top: 40px;
	}
    
    .top-widget,
    .home .top-widget {
        margin-top: 0 !important;
    }
    
    .hide-980 {
        display: none;
    }
    
    .show-980 {
        display: block;
    }
    
}

@media screen and (max-width: 650px) {

    body {}

    #logo {
	    float: none;
        margin: 0;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
    
    .top-widget {
        float: none;
        margin: 0 auto 10px auto;
        position: relative;
        text-align: center;
        width: auto;
    }
    
    .top-widget .widget-title {
        text-align: center;
    }
	
    .js .menu,
	.js .sub-header-menu {
		display: none;
	}
	
	.top-menu, 
	.footer-menu li {
	    float: none;
        font-size: 90%;
	    text-align: center;
    }
	
	.tinynav {
        display: block;
    }
    
    .sb-holder {
        display: block;
    }
    
    #author-meta {
        padding: 20px;
    }
    
    .hide-650 {
        display: none;
    }
    
    .show-650 {
        display: block;
    }
    
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
        padding-bottom: 10px;
	    text-align: center;
    }
}

@media screen and (max-width: 480px) {

    body {}

    #logo {
	    float: none;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
	}
	
	.featured-title {
	    font-size: 40px;
	    padding: 40px 20px 0 20px
    }
    
    .featured-subtitle {
        font-size: 24px;
    }
    
    .navigation .next,
    .navigation .previous {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
	
    .menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
	    float: none;
	    text-align: center;
        text-rendering: optimizeSpeed;
    }
	
    .hide-480 {
        display: none;
    }
    
    .show-480 {
        display: block;
    }
    
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
	    text-align: center;
    }
}

@media screen and (max-width: 320px) {
    
    body {}
	
	#featured p {
	    font-size: 12px;
		line-height: 1.5em;
    }

    .featured-title {
	    font-size: 35px;
    }
	
	.featured-subtitle {
		font-size: 15px;
	}

    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }

    .hide-320 {
        display: none;
    }
    
    .show-320 {
        display: block;
    }
}

@media screen and (max-width: 240px) {
    
    body {}
	
	#featured p {
	    font-size: 11px;
		line-height: 1.5em;
    }

    .featured-title {
	    font-size: 20px;
    }
	
	.featured-subtitle {
		font-size: 11px;
	}

    .call-to-action a.button {
	    font-size: 12px;
	    padding: 5px 15px;
    }
    
    .top-widget area,
    .top-widget select,
    .top-widget textarea,
    .top-widget input[type="text"], 
    .top-widget input[type="password"] {
        width: 75%;
    }
    
    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: left;
    }
    
    .hide-240 {
        display: none;
    }
    
    .show-240 {
        display: block;
    }
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/