/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: Suspiros de Aire - OceanWP WordPress child theme.
Author: Suspiros de Aire
Author URI: https://suspirosdeaire.es/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Listado de entradas */
.blog-entry.thumbnail-entry .thumbnail a {
	border: 2px solid #333 !important;
}

.blog-entry.thumbnail-entry .blog-entry-bottom, .blog-entry.thumbnail-entry .blog-entry-category a {
    font-size: 14px !important;
}

/* Detalle entrada */
/*.blog-entry-date.clr,*/
/*.recent-posts-info .recent-posts-date,*/
/*.related-post time,*/
/*.comment-meta .comment-date*/
.comment-meta.commentmetadata span.comment-date {
	display: none !important;
}

.single-post.content-max-width ul.meta {
	font-size: 16px !important;
}

time.published {
	font-size: 14px !important;
}

.single nav.post-navigation .nav-previous i {
	margin-right: 10px !important;
}

.single nav.post-navigation .nav-next i {
	margin-left: 10px !important;
}

@media only screen and (max-width: 480px) {
    .single nav.post-navigation .nav-links .nav-previous,.single nav.post-navigation .nav-links .nav-next {
		float: left !important;
		width: 50% !important;
	}
}

.post-tags {
	font-size: 14px !important;
	text-align: center;
}

.post-tags a {
	color: #005f87 !important;
}

.post-tags a:hover {
	color: #13aff0 !important;
}

.thumbnail img,
.related-thumb img {
    border: 2px solid #333  !important;
}

/* Widget de licencia */
.wp-block-cgb-cc-by-nc-nd.message-body {
	background-color: transparent !important;
}

.wp-block-cgb-cc-by-nc-nd.message-body img {
	margin-bottom: 21px !important;
}

.widget-title {
	text-transform: none !important;
}

.sow-post-carousel-theme-base a.sow-carousel-next, .sow-post-carousel-theme-base a.sow-carousel-previous {
	width: 25px !important;
	line-height: 30px !important;
	font-size: 15px !important;
	margin-left: 10px !important;
}

.sow-carousel-thumbnail a {
	border: 2px solid #ddd !important;
}

/* Sidebar */
.oceanwp-recent-posts .recent-posts-thumbnail img {
	border-radius: 0px !important;
	border: 2px solid #333 !important;
}

.oceanwp-recent-posts .recent-posts-comments {
	margin-top: 5px !important;
}

.oceanwp-recent-posts .recent-posts-comments a {
	color: #005f87 !important;
	font-size: 13px !important;
}

.recent-posts-date {
	font-size: 13px !important;
	color: #333 !important;
}

.oceanwp-recent-posts .recent-posts-comments a:hover, .sda-mailchimp-widget a:hover {
	color: #13aff0 !important;
}

.sda-mailchimp-widget a {
	color: #005f87 !important;
}

.oceanwp-newsletter-form-wrap button {
  	right: 0px !important;
  	padding: 0 15px !important;
  	height: 100% !important;
	border-radius: 0px !important;
}

/* Footer */
#footer-bottom a, #footer-bottom #footer-bottom-menu a {
    color: #29BDFC !important;
}

#footer-bottom a:hover, #footer-bottom #footer-bottom-menu a:hover {
    color: #2598C9 !important;
}

/* Reactions */
.wpra-reactions-wrap {
	padding-top: 0px !important;
}

.wpra-call-to-action {
	margin-bottom: 20px !important;
}

.wpra-plugin-container .wpra-reactions > .wpra-reaction {
	margin: 0px 5px !important;
}

.wpra-reactions.wpra-static-emojis.size-small {
    border: 0px !important;
    box-shadow: none !important;
}

.wpra-reactions.wpra-static-emojis.size-small div {
    margin: 5px 10px !important;
}

.comment-form-url{
	display:none;
}
