/* 
Add your custom styles in this file instead of style.css so it 
is easier to update the theme. Simply copy an existing style 
from style.css to this file, and modify it to your liking. 

When you update your theme, backup this file and re-add it after.
*/

/* Global */
.mystyle {}
.sidebar .widget {
    padding-left:20px;
    padding-right:20px;
}
.widget_recent_entries .wp-post-image {
    padding-top:20px;
}
.fb-social-plugin {
    padding-bottom:20px;
}
.site-title {
    margin-right:25px;
}
#header .pad {
    padding-right:10px;
}

/* Botón formulario mailchimp */
.widget_mailchimpsf_widget {
	background-color: #eceef7;
	margin-left: 20px;
	margin-right: 20px;
}
#mc_signup_submit {
	margin-top: 0px;
	background-color: rgba(53,76,140,1); 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	border: 0px;
	width: 50%; height: 50px; 
	display: inline-block; 
	font-size: 20px; 
	line-height: 50px; 
	text-align: center; 
	color: rgba(255,255,255,1); 
	cursor: pointer;
}
#mc_custom_border_hdr {
	font-weight:bold;
	text-align:center;
}
#mc_subheader {
	margin-bottom:0px;
	font-size:16px;
	text-align:center;
	
}
#mc_merge_var {
	margin-bottom:0px;
}

.mc_input {
	font-size: 20px; 
}

/* Tablet - 800px, 768px & 720px */
@media only screen and (min-width: 720px) and (max-width: 800px) {
	.mystyle {}
}


/* Mobile - 480px & 320px */
@media only screen and (max-width: 719px) {
	.mystyle {}
	.entry h6 { margin-top: -10px; margin-bottom: 10px; font-size: 16px; font-weight: 400; line-height: 1.2em; text-transform: none;}
}


/* Mobile - 320px */
@media only screen and (max-width: 479px) {
	.mystyle {}
}


/* Botones sociales en el sidebar */
.sidebar-social-buttons {
	display:block;
	float:left;
	margin-top:18px;
	margin-bottom:10px;
	width:300px;
	
}
.sidebar-social-button {
	display:block;
	float:left;
	background-color: #eceef7;
	width:96px;
	height:90px;
	padding-bottom:10px;
	
}
.sidebar-social-link {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 24px;
}
.sidebar-social-widget {
	display:block;
	float: left;
	text-align: center;
	width: 96px;
}
.sidebar-social-button-facebook {
	display:block;
	margin-right: 6px;
}
.sidebar-social-button-gplus {
	display:block;
	margin-right: 6px;
}
.sidebar-social-button-twitter {
	display:block;
	margin-right: 0;
}
/*  custom headers... h5 for copyrights and h6 for photo titles under pictures
/* -------------------------------------------------------------------------- */
.entry h5 { position: absolute; margin-top: -40px; padding: 5px; font-size: 12px; background-color: rgba(255,255,255,0.7);}

h6 { color: #555; font-weight: 600; -ms-word-wrap: break-word; word-wrap: break-word; }
.entry h6 span { color: #bbb; }
.entry h6 { margin-top: -10px; margin-bottom: 10px; font-size: 16px; font-weight: 400; line-height: 1.2em; text-align: center; }
h6.fotointro { margin-top: 25px; margin-bottom: -10px; border-bottom: 2px solid #7383c4; text-align: left; font-size: 18px; }

/* sidebar blanca y con filetillo azul */
.s1 {
background-color: white;
border-top: 5px solid #7383c4;
}

.bastsimo-horizontal-superior-adaptable { width: 320px; height: 50px; }
@media(min-width: 500px) { .bastsimo-horizontal-superior-adaptable { width: 468px; height: 60px; } }
@media(min-width: 800px) { .bastsimo-horizontal-superior-adaptable { width: 728px; height: 90px; } }
