/*
Puedes añadir tu propio CSS aquí.

Haz clic en el icono de ayuda de arriba para averiguar más.
*/

body {
    background: white;
}
.footer-widget-area .widget {
    border: none;
}
footer#colophon,
.footer-widget-area {
    padding: 5px;
    font-size: 12px;
}
/******* alto de lineas ******/

p {
    line-height: 1.7;
    margin: 0 0 25px;
}
/******* menú fijo ******/

.site-header {
    width: 100%;
    max-width: 1280px;
    position: fixed;
    padding: 0px;
    background: white;
    /* animation magic */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 9999;
    top: 0;
}
@media (min-width: 1280px) {
    .site-header {
        left: 50%;
        margin-left: -640px;
    }
}
.site-branding {
    border: none;
}
header#masthead {
    border-bottom: 2px solid #333;
}
.main-navigation {
    border: none
}
div#content {
    margin-top: 210px;
}
.shrink {
    display: flex;
}
.shrink .site-branding.clearfix {
    padding: 0px;
    border: none;
}
.shrink .site-branding .site-logo {
    height: 55px;
    width: auto;
}
/******** Recent posts e********/

span.post-meta-key {
    display: none;
}
.recent_posts_e .entry-title {
    right: 10px;
}
.recent_posts_e,
.recent_posts_slider {
    padding: 0;
}
.recent_posts_e .recent-post:nth-of-type(3n+1) {
    clear: left;
    padding: 10px 0px!important;
}
.recent_posts_e .col-md-4 {
    padding: 10px !important;
}
.recent_posts_e .thumb-overlay {
    height: 0;
}
.recent_posts_e .recent-post:hover .thumb-overlay {
    height: 100%;
}
@media (min-width: 851px) {
    .recent-post.col-md-4.col-sm-6.col-xs-6 {
        width: 33.333% !important;
    }
}
@media (max-width: 850px) {
    .recent-post.col-md-4.col-sm-6.col-xs-6 {
        margin: 1px;
        width: 49%;
        float: none;
        display: inline-block;
    }
}
@media (max-width: 600px) {
    .recent-post.col-md-4.col-sm-6.col-xs-6 {
        width: 100% !important;
    }
}
@media (device-width: 768px) and (orientation: landscape) {
    .recent_posts_e .recent-post:hover .thumb-overlay {
        height: 100%;
    }
    .recent_posts_e .recent-post p {
        top: -10%;
        opacity: 0;
    }
}
@media (min-device-width: 320px) and (max-device-width: 480px) {
    .recent_posts_e .recent-post:hover .thumb-overlay {
        height: 100%;
    }
    .recent_posts_e .recent-post p {
        top: -10%;
        opacity: 0;
    }
}
/******* excerpt ******/

.recent_posts_e .recent-post:hover p {
    opacity: 1;
    top: 40%;
    pointer-events: auto;
}
.recent_posts_e .recent-post p {
    position: absolute;
    top: -10%;
    margin-top: -15%;
    width: 80%;
    left: 24px;
    color: white;
    opacity: 0;
    font-size: 16px;
    line-height: 1;
    height: 200px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    pointer-events: none;
}
.recent_posts_e .recent-post .entry-title {
    padding-top: 20px;
}
.recent_posts_e .col-md-4 {
    padding: 10px !important;
    overflow: hidden;
}
.recent_posts_e .autor {
    color: #cc6565;
}
.tags,
.date {
    font-size: 12px;
}
.tags a {
    color: grey;
}
/******* FontWeight ******/

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: 700 !important;
}
article .entry-title {
    font-size: 40px;
}
.entry-title,
.entry-title a {
    color: #000;
}
/********* Títulos Home *********/

.recent-post .widget-title {
    margin-top: 50%;
    text-align: center;
    display: inline-block;
}
.home-widgets .widget-title {
    margin-bottom: 0px;
    font-size: 50px;
    color: #1b4b59;
}
.home-widgets .widget-title span {
    border-bottom: none;
}
.widget-title span:after {
    background: linear-gradient(to right, brown 25%, cadetblue 25%, cadetblue 50%, #f9f19a 50%, #f9f19a 75%, #66cccc 75%);
    position: relative;
    display: block;
    content: '';
    height: 1.5px;
}
/******* capitales ******/

article.post .entry-content p:first-of-type:first-letter {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    float: left;
    color: #cc6565;
    background: white;
    font-size: 90px;
    line-height: 80px;
    padding: 5px;
    margin-right: 5px;
}
article.post .entry-content blockquote p:first-of-type:first-letter{
	float:none;
	padding:0px;
	margin: 0px;
}
blockquote {
	font-family: 'Merriweather', serif;
	display: inline-block;
	width: 100%;
	border: none;
	text-align: right;
}
blockquote p{
	line-height:1;
}
article.post .entry-content blockquote p:first-of-type:first-letter, blockquote{
	color: #cc6565;
	font-size: 20px;
	font-weight: 100;
	line-height: 10px;
}
/******* links ******/

a:hover {
    text-decoration: none;
}
/******* Carrusel ******/

.slide-title .autor {
    color: white;
    font-weight: 100;
    font-size: 16px;
}
.fly-slider .slide-title,
.posts-slider .slide-title {
    font-size: 18px;
    top: -85%;
}
.fly-slider .slide-title a,
.posts-slider .slide-title a {
    border: 0px;
}
.slide:hover .slide-title,
.recent-post:hover .slide-title {
    top: 10%;
}
.fly-slider .slide-title,
.posts-slider .slide-title {
    top: -100%;
}
.carousel-overlay {
    height: 0;
}
.slide:hover .carousel-overlay,
.recent-post:hover .carousel-overlay {
    height: 100%;
}
@media (device-width: 768px) and (orientation: landscape) {
    .fly-slider .slide-title,
    .posts-slider .slide-title {
        font-size: 16px;
    }
    .slide .carousel-overlay,
    .recent-post .carousel-overlay {
        height: 100%;
    }
    .slide .slide-title,
    .recent-post .slide-title {
        top: 20%;
    }
}
@media (min-device-width: 320px) and (max-device-width: 480px) {
    .fly-slider .slide-title,
    .posts-slider .slide-title {
        font-size: 16px;
    }
    .slide .carousel-overlay,
    .recent-post .carousel-overlay {
        height: 100%;
    }
    .slide .slide-title,
    .recent-post .slide-title {
        top: 20%;
    }
}
/******* Colores PostThumbs ******/

.carousel-overlay {
    background-color: #003333;
    opacity: 0.7;
}
.home-widgets #recent_posts_e-3 .thumb-overlay {
    background-color: #006666;
}
.home-widgets #recent_posts_e-5 .thumb-overlay {
    background-color: #009999;
}

/******* Widgets ******/

.widget-area .widget-title {
    padding: 10px;
    text-align: center;
    border: none;
}
.tagcloud {
    text-align: center;
}
/******* footnotes ******/

img.wp-smiley,
img.emoji {
    opacity: 0.4;
    width: 0.8em !important;
}
div.footnotes {
    font-size: 14px;
    border: 1px solid #bbb;
    padding: 30px 30px 30px 10px;
    color: #666666;
}
/******* search ******/

.main-navigation .search-wrapper {
    background-color: #006666;
    opacity: 0.9;
}
.main-navigation .flymag-search-form input[type="search"] {
    border: 1px solid white;
    background: aliceblue;
    color: black;
}
/******* social ******/

.slicknav_menu:nth-child(1) {
    display: none;
}
.main-navigation .social-navigation a::before {
    color: black;
}
/******* Popular *******/

.home-widgets #wpp-4 .widget-title {
    color: white;
    display: inline-block;
}
.wpp-list .post-stats .wpp-author a {
    border: none;
}
ul.wpp-list {
    float: right;
    padding: 20px;
    width: 55%;
}
@media (max-width: 850px) {
    ul.wpp-list {
        width: 100%;
    }
}
ul.wpp-list li {
    border-top: 1px solid grey;
}
ul.wpp-list li a {
    color: white;
    font-family: serif;
    font-weight: 700;
}
aside#wpp-4 {
    width: 100%;
    background: #222;
    display: inline-block;
}
@media (min-width: 850px) {
    aside#wpp-4 {
        background-image: url(http://palabrasalmargen.com/wp-content/uploads/2017/06/10357171_1557564777834665_7168509470692849140_n.jpg);
        background-size: 40%;
        background-blend-mode: overlay;
        background-repeat: no-repeat;
    }
}
/******* Tag Cloud *******/

aside#mukitagcloud-3 .widget-title {
    color: white;
    float: right;
}
aside#mukitagcloud-3 {
    padding: 0px;
    display: inline-block;
    width: 100%;
    background: #cc6565;
}
div#muki_tag_cloud_mukitagcloud-3 {
    float: left;
    width: 70% !important;
    background: #cc6565;
    border: 25px solid #cc6565;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
}
@media (max-width: 850px) {
    div#muki_tag_cloud_mukitagcloud-3 {
        width: 100% !important;
    }
}
@media (min-width: 1200px) {
    aside#mukitagcloud-3 {
        background-image: url(http://palabrasalmargen.com/wp-content/uploads/2017/06/14694_1551204041804072_9129175287236743837_n.jpg);
        background-position: right top;
        background-size: 40%;
        background-blend-mode: multiply;
        background-repeat: no-repeat;
    }
}
.jqcloud.light span.w1 a {
    font-weight: 100;
}
.jqcloud.light span.w1 a,
.jqcloud.light span.w2 a,
.jqcloud.light span.w3 a,
.jqcloud.light span.w4 a,
.jqcloud.light span.w5 a,
.jqcloud.light span.w6 a,
.jqcloud.light span.w7 a,
.jqcloud.light span.w8 a,
.jqcloud.light span.w9 a,
.jqcloud.light span.w10 a {
    color: white !important;
    opacity: 0.6;
}
.jqcloud.light span.w1 a:hover,
.jqcloud.light span.w2 a:hover,
.jqcloud.light span.w3 a:hover,
.jqcloud.light span.w4 a:hover,
.jqcloud.light span.w5 a:hover,
.jqcloud.light span.w6 a:hover,
.jqcloud.light span.w7 a:hover,
.jqcloud.light span.w8 a:hover,
.jqcloud.light span.w9 a:hover,
.jqcloud.light span.w10 a:hover {
    color: white !important;
    opacity: 1 !important;
}
/****autorsidebar*****/

img.avatar.avatar-80.wp-user-avatar.wp-user-avatar-80.alignnone.photo {
    border-radius: 50%;
}
.a-tabs .a-tab-content ul {
    margin-left: 0px;
    padding: 10px;
    list-style: none;
}
span.wpautbox-date {
    display: block;
}
/**** Related Posts ****/

div#relatedpostscontainer {
    padding: 10px;
    border: 1px solid #ddd;
}
.eachrelated a {
    display: inline-block;
		width: 100%;
}
.eachrelated {
    font-size: 14px;
    text-align: left;
    padding: 0px 20px;
}
/**** avatar redondo*****/

.quienessomos {
    display: inline-block;
}
img.avatar {
    border-radius: 50%;
		background:white;
}
.wp-caption:hover {
    background: cadetblue;
}
.wp-caption {
    background: #003333;
    color: white;
    margin: 10px;
    border-radius: 75px 75px 15px 15px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    display: inline-grid;
    height: 300px;
}
/**** botones ediciones *****/

#post-51 br {
    display: none;
}
.fasc-type-popout.fasc-size-medium {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
p a.fasc-button.fasc-size-medium.fasc-type-popout.fasc-rounded-medium.fasc-ico-before.dashicons-visibility {
    width: 19%;
}
@media(max-width:850px) {
    p a.fasc-button.fasc-size-medium.fasc-type-popout.fasc-rounded-medium.fasc-ico-before.dashicons-visibility {
        width: 30%;
    }
}
@media(max-width:450px) {
    p a.fasc-button.fasc-size-medium.fasc-type-popout.fasc-rounded-medium.fasc-ico-before.dashicons-visibility {
        width: 100%;
    }
}
/****pagina autores****/

.page-template-autores .author {
    width: 100%;
    display: inline-block;
    border: 1px solid cadetblue;
    margin-bottom: 5px;
    padding: 10px;
    text-align: center;
}
.page-template-autores .authorDescrption {
    text-align: left;
}
.masonry .author img.avatar {
    width: 100%;
    max-width: 150px;
}
@media (min-width: 851px) {
    .masonry {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}
@media (max-width: 850px) {
    .masonry {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}
@media (max-width: 600px) {
    .masonry {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px;
    }
}
/********posts*********/

.single-post .headerpost {
    padding-top: 20px;
    text-align: right;
}
.single-post header.entry-header,
.single-post .single-thumb {
    width: 50%;
    padding: 10px;
}
@media(max-width:800px) {
    .single-post header.entry-header, .single-post .single-thumb {
        width: 100%;
        border: none;
    }
}
.single-post header.entry-header {
    float: left;
}
.single-post .single-thumb {
    float: right;
    border-left: 2px solid cadetblue;
}
.hentry {
    border: 1px solid #ebebeb;
}
.single-post #wpautbox-above {
    padding: 0px;
}
.single-thumb .post-meta {
    margin-top: 5px;
    list-style: none;
    font-size: 12px;
}
.nav-next.button a,
.nav-previous.button a {
    color: black;
}
.nav-next.button,
.nav-previous.button {
    background: white;
}
.nav-next.button:hover,
.nav-previous.button:hover {
    background: #eee;
}
/***correccion firefox***/

@media all and (min--moz-device-pixel-ratio: 0) and (min-resolution: 3e1dpcm) {
    .fly-slider .slide-title a,
    .posts-slider .slide-title a {
        font-weight: initial;
    }
}
/****autoressidebar***/

ul.wpautbox-post_type-list.wpautbox-latest-post,
.wpautbox-author-meta {
    font-size: 14px;
}
#wpautbox_about .wpautbox-avatar {
    float: none !important;
    display: block;
    text-align: center;
    margin: 0px 0px 10px 0px;
}
h4.wpautbox-name {
    text-align: center;
}
/*******quotes******/

i.fa.fa-quote-left{
    opacity: 0.1;
    position: absolute;
    z-index: 200;
    font-size: 100px;
}

.recent_posts_e i.fa.fa-quote-left{
    color: white;
}
i.fa.fa-quote-left {
    left: 20px;
    top: -30%;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
}
.recent_posts_e .recent-post:hover i.fa.fa-quote-left {
    top: 10%;
}
/**** footer*****/

p.contact-submit {
    margin-bottom: -60px;
}
/*****ajustar titulo home*****/

@media(min-width:850px) {
    .home-widgets #recent_posts_e-5 .widget-title span {
        font-size: 3.0vw;
    }
}
@media(max-width:850px) and (min-width:600px) {
    .home-widgets #recent_posts_e-5 .widget-title span {
        font-size: 5vw;
    }
}
/*****ajustar foto avatar*****/

img.avatar.avatar-60.wp-user-avatar.wp-user-avatar-60.alignnone.photo {
    width: 150px;
}
/*****excerpt single*****/

.the-excerpt, .guest {
    font-size: 14px;
    color: cadetblue;
		position:relative;
}
.the-excerpt i.fa.fa-quote-left {
		opacity: 0.1;
}

/****portada****/
aside#text-8 {
    padding: 0px;
}
section#parallax_3232 {
    background-position: center;
		background-size: 1280px !important;
		background-attachment: fixed;
}
.adamrob_parallax a{
	background-color: white;
	color: cadetblue;
	padding: 3px;
}
.adamrob_parallax_posttitle {
	position: relative;
}
.adamrob_pcontainer {
   max-width: 1280px !important;
}
.adamrob_parallax_postcontent {
  padding: 0px!important;
	overflow: hidden;
}

.adamrob_parallax a {
	  margin-top: -50px;
    background-color: white;
    opacity: 0;
    padding: 100px 40px;
    display: block;
    width: 100%;
    height: 500px;
		-webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.adamrob_parallax a:hover {
    background-color: white;
    opacity: 0.95;
}
.adamrob_parallax_posttitle {
	height: 0px !important;
	padding:0px !important;
	bottom: -300px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Merriweather', serif;
	color: white;
	text-shadow: 6px 6px 6px rgba(0, 0, 0, 1);
}


/*** linea footer ***/
.footer-widget-area {
    border-bottom: none;
	max-width: 1280px;
	margin:auto;
}
/****Ediciones anteriores****/
.so-panel {
  padding: 0px;
	border: 1px solid #ebebeb;
}
.so-panel p{
  margin:0px;
}
/*** Quitar sidebar portadas *****/
.single-format-image #secondary, .single-format-image #primary {
    display: none;
}
/*** Color a cosas grises *****/

 .mobile-nav, .owl-theme .owl-controls .owl-buttons div, .slide .slide-link, .recent-post .slide-link {
    background-color: #049999;
}
.slicknav_nav {
	background:#006666;
}
.slicknav_nav a:hover {
	color:#003333;
}
.owl-theme .owl-controls .owl-buttons div{
	opacity:0.5;
	/* animation magic */
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	opacity:1;
}