/*
Theme Name: Accelerate Child
Description: Accelerate Child Theme
Author: Corporativo Caribe
Template: accelerate
*/ 

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

/* =Theme customization starts here -------------------------------------------------------------- */

/* =COLOR AZUL -------------------------------------------------------------- */
blockquote {
	background-color: #181a4d;
}
.accelerate-button,
input[type="reset"],
input[type="button"],
input[type="submit"],
button {
	background-color: #181a4d;
}
a {
	color: #181a4d;
}
#page {
	border-top: 3px solid #181a4d;
}
#site-title a:hover {
	color: #181a4d;
}
#search-form span {
	background-color: #181a4d;
}
.main-navigation a:hover,
.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a,
.main-navigation ul li:hover > a {
	background-color: #181a4d;
}
.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover > a,
.main-navigation ul li.current-menu-item ul li a:hover {
	background-color: #181a4d;
}
.site-header .menu-toggle:before {
	color: #181a4d;
}
.main-small-navigation li:hover {
  background-color: #181a4d;
}
.main-small-navigation ul > .current_page_item,
.main-small-navigation ul > .current-menu-item {
  background: #181a4d;
}
.footer-menu a:hover,
.footer-menu ul li.current-menu-item a,
.footer-menu ul li.current_page_ancestor a,
.footer-menu ul li.current-menu-ancestor a,
.footer-menu ul li.current_page_item a,
.footer-menu ul li:hover > a {
	color: #181a4d;
}
.slider-title-head .entry-title a {
	background-color: #181a4d;
}
a.slide-prev,
a.slide-next {
   background-color: #181a4d;
}
#controllers a:hover, #controllers a.active {
	background-color: #181a4d;
	color: #181a4d;
}
.format-link .entry-content a {
	background-color: #181a4d;
}
#secondary .widget_featured_single_post h3.widget-title a:hover {
	color: #181a4d;
}
.widget_image_service_block .entry-title a:hover {
	color: #181a4d;
}
.pagination span {
	background-color: #181a4d;
}
.pagination a span:hover {
	color: #181a4d;
	border-color: #181a4d;
}
#content .comments-area article header cite a:hover,
#content .comments-area a.comment-edit-link:hover,
#content .comments-area a.comment-permalink:hover {
	color: #181a4d;
}
.comments-area .comment-author-link a:hover {
	color: #181a4d;
}
.comments-area .comment-author-link span {
	background-color: #181a4d;
}
.comment .comment-reply-link:hover {
	color: #181a4d;
}
.nav-previous a,
.nav-next a {
   color: #181a4d;
}
#wp-calendar #today {
	color: #181a4d;
}
.widget-title span {
	border-bottom: 2px solid #181a4d;
}
#secondary h3 span:before, .footer-widgets-area h3 span:before {
	color: #181a4d;
}
#secondary .accelerate_tagcloud_widget a:hover,
.footer-widgets-area .accelerate_tagcloud_widget a:hover {
	background-color: #181a4d;
}
.footer-widgets-area a:hover {
	color: #181a4d;
}
.footer-socket-wrapper {
	border-top: 3px solid #181a4d;
}
.footer-socket-wrapper .copyright a:hover {
	color: #181a4d;
}
a#scroll-up {
	background-color: #181a4d;
}
.post .entry-title a:hover {
	color: #181a4d;
}
.entry-meta .byline i,
.entry-meta .cat-links i {
	color: #181a4d;
}
.entry-meta a {
	color:#181a4d;
}
.entry-meta .post-format i {
	background-color: #181a4d;
}
.entry-meta .posted-on a:hover,
.entry-meta .comments-link a:hover,
.entry-meta .edit-link a:hover,
.entry-meta .tag-links a:hover {
	color:#181a4d;
}
.read-more {
	background-color: #181a4d;
}
.more-link span {
	background-color: #181a4d;
}
h1, h2, h3, h4, h5, h6 {
	color: #181a4d;
	font-weight: bold;
}

/* =HEADER BLANCO -------------------------------------------------------------- */
#header-text-nav-container {
	border-bottom: 1px solid #F2F2F2;
	background-color: #eaeaea;
}

/* =VISUALIZAR FOOTER -------------------------------------------------------------- */
.footer-socket-area {
	display:none;
}

/* =MENU GRIS -------------------------------------------------------------- */
.main-navigation{
	background-color: #eaeaea;
}
.widget-title {
	background-color: #eaeaea;
	padding-left: 3%;
	padding-top: 1.5%;
}

/* =IMAGEN EN PRINCIPAL -------------------------------------------------------------- */
.imgmainizq {
	width:20%;
	float:left;
	padding-right:2%;
}
.imgmainder {
	width:20%;
	float:right;
	padding-left:2%;
}


/* =RESPONSIVE STRUCTURE
----------------------------------------------- */
@media screen and (max-width: 1190px) {
}
@media screen and (max-width: 768px) {
.imgmainizq, .imgmainder {
	width:40%;
}
}
@media screen and (max-width: 767px) {
}
@media only screen and (max-width: 600px) {
.imgmainizq, .imgmainder {
	width:50%;
}
}
@media only screen and (max-width: 400px) {
.imgmainizq, .imgmainder {
	width:100%;
	float:none;
}
}