@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i');

* {
	font-family: 'Open Sans', sans-serif;
}

a {
	font-weight: normal;
}

.site-title a, .site-title a:visited {
	color: #fff;
	font-weight: bold;
}

.top-bar {
	background-color: #54aafc;
	padding: 3px 0 0;
}

.sticky-wrapper {
	background-color: #413448;
	background-position: 0% 30%;
	border-bottom: 4px solid white;
	background-size: cover;
}


a.custom-logo-link {
	display: block;
	text-align: center;
	background: #54aafc;
	padding: 5px 0 8px 0
}

.recent-posts {
	background: none;
}

.radio-vertical>span {
    display: block;
}

.grecaptcha-badge {
	display: none;
}

.es_textbox_button, .es_txt_email {
	width: 100%;
}

@media screen and (min-width: 768px) {
	
	.site-branding {
		padding: 0;
		transition: 0.3s;
	}
		
	.site-branding .site-title {
		display: block;
		text-align: center;
		font-size: 1.625rem;
	}
	
	.custom-logo {
		width: 140px;
	}
	
	.recent-posts {
		padding: 0 5%;
	}
	
	.recent-posts .hentry {
		width: 30%;
		margin-right: 0;
	}
	
	.front-testimonials,
	.footer-widgets-wrapper,
	.recent-posts-wrapper,
	.site-branding-wrapper,
	.top-bar-wrapper,
	.site-content,
	.page-template-front-page .site-main > .hentry:first-of-type,
	.page-template-full-width-page-php .site-content,
	.site-content .full-width-widget-area,
	.header-widget-area .header-widget-area-wrapper {
		max-width: 1200px;
	}
	
	.navigation {
		margin-right: 1.6em;
	}
}


@media screen and (min-width: 1100px) {
	
	.site-branding-wrapper {
		transition: 0.3s;
/*		padding: 0 0 250px;*/
	}
	
	.sticky-wrapper {
		background-position: 0% 27%;
		transition: 0.3s;
	}
		
	
	.sticking .site-title,
	.site-branding .site-title {
		font-size: 34px;
		font-size: 2.1rem;
	}
	
	.sticking .custom-logo {
		max-height: none;
	}
/*
	.sticking .site-branding {
		padding: 1em 0;
	}
	*/
	
	.sticky-wrapper.sticking {
	    background-position: 0% 15%;
	}
		
}

.site-description {
	padding-left: 2px;
	text-align: center;
	text-transform: uppercase;
	margin: 3px 0 0;
	font-size: 13px;
	font-size: 0.8rem;
}

.site-description a,
.site-description a:visited {
	color: #fff;
	opacity: 0.56;
	font-weight: 300;
}

.main-navigation a, .main-navigation a:visited {
	color: #fff;
	opacity: 1;
}

.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:visited:hover, .main-navigation a:visited:focus,
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a, .main-navigation .current-menu-ancestor > a { 
    color: #54aafc;
	opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1rem 0 0;
	font-weight: normal;
}

/* Cambio color violeta por azul */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #54aafc;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border-color: #54aafc;
	color: #54aafc;
}

.comment-navigation a,
.comment-navigation a:visited,
.posts-navigation a,
.posts-navigation a:visited,
.post-navigation a,
.post-navigation a:visited {
	color: #54aafc;
}

.entry-title a,
a, a:visited {
	color: #54aafc;
}

.site-footer {
	background-color: #54aafc;
}

.footer-widgets-wrapper {
	background-color: #54aafc;
}

#infinite-handle span {
	border-color: #54aafc;
	color: #54aafc;
}

@media screen and (min-width: 768px) {
	.main-navigation ul ul {
		background-color: #54aafc;
	}
}

/* Cambio color verde por celeste */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover {
	border-color: #54aafc;
	color: #54aafc;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:active,
.button:focus {
	border-color: #54aafc;
	color: #54aafc;
}

.menu-toggle {
	border-color: #fff;
	color: #fff;
}

.post-navigation a:visited:hover {
	color: #54aafc;
}

a:hover, a:focus, a:active {
	color: #54aafc;
}

.entry-title a:hover, .entry-title a:focus {
	color: #54aafc;
}

/*.entry-title a:visited {
	color: #6636cc;
}*/

.header-widget-area
	color: white;
	background-color: #30adf2;
}

/* Mayúsculas y minúsculas */
h1, h2, h3, h4, h5, h6 {
	text-transform: none;
}

.post-navigation .title {
	text-transform: none;
}

.entry-meta,
.entry-footer {
	text-transform: none;
	margin: 1.6em 0 0;
}

.recent-posts .entry-title {
	text-transform: none;
}

.entry-title {
	text-transform: uppercase;
}

/* Tamaño de los títulos */
h1 {
	font-size: 30px;
	font-size: 2rem;
}

h2 {
	font-size: 26px;
	font-size: 1.875rem;
}

h3 {
	font-size: 18px;
	font-size: 1.625rem;
}

h4 {
	font-size: 18px;
	font-size: 1.125rem;
}

h5 {
	font-size: 14px;
	font-size: 1rem;
}

h6 {
	font-size: 12px;
	font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
	.entry-title {
	    font-size: 30px;
	    font-size: 2rem;
	}
}