﻿/*
Theme Name: entre-fogones
Theme URI: http://www.entrefogones.es
Description: Tema desarrollado a medida para entre-fogones.
Author: DoYourNet
Author URI: http://www.doyournet.com
Version: 1.0
Text Domain: entrefogones
*/


/* 
    azul corporativo :  #3b5998 
    azul oscuro : #155085
    rosita : #f1c6bb
    rojo: #e7210f
    
    verde: #5d953c
    azul oscuro hover:#293d69
*/

body {
    background-color: #e4e7f1;
    font-family: "lato", sans-serif;
    font-size: 16px;
    line-height: 24px;
}


main {
    margin-bottom: 50px;
}

.header-ef {
    background: white;
}

.white-block {
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.block-ficha{
    margin-top: 25px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.widget {
    padding: 20px;
}

h1 {
    margin-top: 20px;
}

a{
    text-decoration: none !important;
    color: #3b5998;
}

a:hover{
    color: #3b5998;
}

.entry-title:hover, .sidebar a:hover,.title_tarjeta:hover, .yarpp-related a:hover p, .recetas a:hover,.recetas_search a:hover , .link_cat:hover,
.copyrights a:hover, .relacionadas a:hover, .page.page_regular a:hover, .avisos a:hover,.last_rec .block-ficha:hover .post-header a p{
    /*color: #293d69;*/
    /*color: #1e2d4d !important;*/
    color: #55acee !important
}

.ultimas_recetas .entry-title:hover,.sidebar a:hover span, .yarpp-related a:hover p:nth-child(2), .recetas a:hover p,.recetas_search a:hover p, .link_cat:hover, 
#copyrights a:hover,.relacionadas a.entry-title:hover,.page.page_regular a:hover,.avisos a:hover,.last_rec .block-ficha:hover .post-header a p{
    border-bottom: 1px dotted #55acee!important;
}

.posts-search .entry-title:hover {
    color: #3b5998 !important;
}

.recetas_search a p {
    display: initial;
}

.menu-top {
    background: #3b5998; 
    border: 0;
    color: white;
    margin-bottom: 25px;
}

.navbar li {
    list-style: none;
    display: block;
    font-size: 16px;
    position: relative !important;
    text-align: center;
    margin: 0px 3px;
    float: left;
}

.navbar ul {
    float: left;
    margin: 0;
    display: block;
    vertical-align: top;
    width: 100%;
}

.navbar li a {
    position: relative;
    display: block;
    padding: 15px 15px;
    color: #ffffff;
}

.sub-menu a {
    background: #3b5998 ;
    color: #ffffff ;
}

/*.sub-menu li:hover a {
    background: #ffffff !important;
    color: #3b5998 !important;
}*/

.body_home .all-recet .post-header{
        margin-top: -0.4px;
}


.float-right,.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.navbar{
    border: none;
}

.buscador {
    padding-top: 7px;
}


.navbar {
    min-height: 0;
}

.navbar li a:hover{
    background: #ffffff;
    color: #3b5998;
}

.sticky_menu {
    display: none;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background: #3b5998;
}


.sticky_menu .navbar{
    margin-bottom: 0px;
}

#menu-menu-top a{
    font-family: "Lato", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.btn.btn-link i{ 
    color: white !important;
}

.btn.btn-link:focus i, .btn.btn-link:hover i{
    color: #333333 !important;
    text-decoration: none !important;
}

#menu-menu-top li ul {
    width: 233px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: -9999px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    opacity: 0;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s, opacity 0.4s;
    -ms-transition: -ms-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}

#menu-menu-top li:hover .sub-menu {
    left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
}

#menu-menu-top li li {
    display: block;
    float: none;
    border-width: 0;
    border-top-width: 1px;
    line-height: 21px;
    white-space: normal;
}

.sub-menu {
    padding: 0;
}

.sub-menu li{
    margin: 0;
} 

.buscador {
    float: right !important;
}

.navbar-form{
    margin-top: 3px !important;
    margin-bottom: 2px !important;
}


.thumb img {
    width: 100%;
}

.c-first {
    clear: both;
}

.entry-title{
    text-align: center;
    padding: 10px 0 !important;
    font-size: 16px;
    color: #3b5998;
    padding-bottom: 0px !important;
}


#menu-menu-top .logo a {
    padding: 0 !important;
}

.categorias .post-header a{
        display: block;
}


.widget-title-wrap {
    border-bottom: 1px solid #eee;
    display: block;
    margin-bottom: 15px;
}

/*
.recet {
    padding-top: 25px;
}*/

.last_rec article .post-header {
    height: auto !important;
}

.logo.container {
 text-align: center;
}

.logo.container img{
    max-width: 100%;
}


.post-header a:hover{
    text-decoration: none !important;
    color: #e7210f;
}

.post-header {
    text-align: center;
    padding: 0px;
    height: 70px;
    font-size: 16px;

}
.categorias .post-header {
    background: #3b5998;
}

.categorias .block-ficha:hover .post-header{ 
    background: white;
    border: 1px solid #3b5998;
    color: #3b5998;
}

.categorias .block-ficha:hover .post-header a{ 
    color: #3b5998;
}



.categorias .post-header a{
    color: white;
}

.categorias .post-header a:hover{
    color: #3b5998 !important;
}

.post-header .entry-title{
    height: 100%;
    display: inline-table!important;
    text-align: center;
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
    
}

.last_rec .post-header .entry-title{
    font-weight: bold;
    font-size: 16px;
    display: inline!important;
    line-height: 1em;
}


.categorias .entry-title{
    padding: 0px 10px !important;
}

.post-header p{
    font-size: 1.8rem;
    display: table-cell;
    vertical-align: middle;
}

#sidebartab li {
    list-style: none;
}

#sidebartab ul {
    margin: 0;
    padding: 0;
}


.ver_todas_cat{
    display: block;
    background: #5d953c;
    border: 1px solid #5d953c;
    border-radius: 4px;
    width: 70%;
    float: none;
    margin: 25px auto 10px auto;
    padding: 10px 0;
    text-align: center;
    color: white;
    font-size: 17px;
    text-transform: uppercase;
}

.recetas .content-inner a p {
    margin-bottom: 15px;
    display: inline;
}

.ver_todas_cat:hover {
    color:  #5d953c !important;
    text-decoration: none !important;
    background: white;
    border: 1px solid #5d953c;
}

.rrss li {
    list-style: none;
}

.rrss ul {
    left: 0;
    position: fixed;
    top: 25%;
    padding-left: 0px;
    z-index: 99;
}

.rrss .fa-2x {
    font-size: 1.5em !important;
}

.rrss a {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 24px;
    display: list-item;
    list-style-type: none;
    padding: 12px 0;
    text-align: center;
    color: white;
}

.rrss a:focus, .rrss a:hover {
    width: 52px;
    opacity: .8;
    transition-duration: .3s;
    transition-property: right;
    transition-timing-function: ease-out;
     color: white;
}

.twitter a{
    background: #55acee!important;
}

.facebook a{
    background: #3b5998!important;
}

.youtube a{
    background: #bb0000!important;
}

.pinterest a{
    background: #cb2027!important;
}

.google_plus a{
    background: #dd4b39!important;
}

.instagram a{
     background: #bc2a8d!important;
}

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 25px;
    width: 30px;
    height: 30px;
    display: none;
    z-index: 3;
    padding: 0px;
    text-align: center;
    -webkit-transform: translate3d(0,0,0);
}

.back-to-top:focus i, .back-to-top:hover i {
    opacity: 0.8;
}

.back-to-top i {
    color: black !important;
}

.copyrights {
    background: #e4e7f1;
    color: #3b5998;
    }

.copyrights{
    padding: 25px 0;
}

.superior{
    background: #3b5998;
}

.copyrights.superior .widgettitle {
    color: white;
    font-weight: 400;
    font-size: 19px;
}

.posts-taxonomy .recetas img{
    width: 100%;
}

.content-inner {
    padding: 25px;
}

.recipe-box .blog-title {
    margin-bottom: 15px;
}

.content-footer {
    border-top: 1px solid #eee;
}

.recInfo {
    background-color:#ccc !important;
    font-size:22px;
    padding:20px 0 !important;
    text-align: center;
    background: #f9f9f9;
    border: 1px solid #999;
    margin: 15px 0;
}


.post-footer .post-share {
    float: left;
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}

.post-footer .post-share ul {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

.post-footer .post-share ul li {
    display: inline-block;
}

.post-footer .post-share li a {
    position: relative;
    margin: 0 0 0 1px;
    padding: 4px 11px 4px;
    line-height: 2.2;
    font-weight: 400;
    vertical-align: middle;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: .3s ease-out;
    transition: .3s linear;
    letter-spacing: 1px;
}

.post-footer .post-share li a:hover{
    text-decoration: none;
}


.post-footer .post-share li .facebook {
     background: #3b5998!important;
}


.post-footer .post-share li .pinterest{
    background: #cb2027!important;
}

.post-footer .post-share li .google{
    background: #dd4b39!important;
}

.post-footer .post-share li .twitter{
     background: #55acee!important;
}

.post-footer .post-share li .whatsapp{
    background: #4dc247!important;
    display: none;
}

.post-footer .post-share li .mail {
    background: black;
}


.logo.container {
    padding-top: 10px;
}

.navbar li a:hover {
    text-decoration: none;
}

.widget-title,.cabecera,.widgettitle {
    margin-top: 0px;
    font-size: 18px;
    color: #3b5998;
    font-weight: 600;
}

.widget-title, .cabecera {
    color: white !important;
    background: #5d953c !important;
    display: inline-block;
    padding: 5px 10px !important;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0px;
}

.widget-title {
    margin-bottom: 0;
}

.cabecera {
    padding-bottom: 0px;
}

.widget-title-wrap, .cabecera,.widgettitle {
    border-bottom: 1px dotted #ccc;
}

.widgettitle {
    padding-bottom: 6px;
}

.cabecera_wid{
    margin-bottom: 20px;
}

.blog-title{
    color: #3b5998;
}

.blog-title:hover{
    color: #3b5998;
}

.embed-responsive{
    height: 100%;
}

.thumb a {
    overflow: hidden;
    display: block;
}

.thumb img, .recetas img, .ultimas_recetas img, .recetas_search img, .tarjeta img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.block-ficha:hover img, .recetas:hover img, .ultimas_recetas:hover img, .recetas_search:hover img, .tarjeta:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.description_cat {
    margin: 15px;
    padding: 15px;
    background: #3b5998;
    color: white;
    border-radius: 3px;
    margin-top: 25px;
}

.title_rec {
    font-size: 22px;
    font-weight: 600;
}

.categorias .post-header p {
    font-size: 19px;
    text-transform: uppercase;
}

#sidebar #sidebartab a {
    color: #3b5998;
}

.post-info span {
    color: #3b5998;
    font-weight: 600;
}

#index_bottom {
    clear: both;
    margin: 25px 0;
}



.tarjeta img{
    width: 100%;
}

.tarjeta_texto{
    padding: 6px;
    text-align: center;
}

.title_tarjeta {
    font-size: 2.4rem;
    font-size: 24px !important;
    color: #3b5998;
    margin: 0;
    margin-bottom: 10px;
    clear: both;
    padding: 25px 0;
    background: url(/wp-content/themes/entrefogones/img/scribble.png) no-repeat center bottom;
}

.tarjeta_texto p {
    font-size: 13px;
}


.columnas_page{
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 0;
}


.page .post-entry h1 {
    color: #3b5998;
    padding-bottom: 15px;
    margin-top: 0 !important;
}

.no_recetas {
    padding: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.row.relacionadas img {
    max-width: 100%;
    max-height: 136px;
    object-fit: cover;
}

.row.relacionadas {
    padding-top: 35px;
}

.sobre_mi{
    text-align: left !important;
}
.bnn_youtube {
    text-align: center;
}

.bnn_youtube img {
    max-width: 100%;
}

/*.recetas .blog-media a {
    max-height: 218px;
}*/

/*Footer*/ 

footer .superior #sidebar  ul {
    padding: 0;
}

footer .superior #sidebar  li {
    list-style: none ;
} 

footer .superior a{
    color: black;
}

.superior .menu{
    display: block!important;
}

.rpwwt-widget ul li {
    margin: 0 0 0.5em !important;
}

.footLogo{
    text-align: center;
}

.footLogo a {
    color: #3b5998;
}

.footLogo a:hover{
    color: #3b5998;
    text-decoration: none;
}

.copyrights.superior a {
    color: #F5F5F5;    
    font-size: 15px;
}

/* slicknav_menu */

.slicknav_menu,.slicknav_btn {
    background: #3b5998 !important;
}

.slicknav_nav .slicknav_item a{
     color: #ffffff !important;
}

.slicknav_menu .slicknav_menutxt, .slicknav_nav a{
    color: #ffffff !important;
}

.slicknav_nav a:hover, .slicknav_nav a:hover a{
    background: #ffffff !important;
    color: #3b5998 !important;
}

.slicknav_icon {
    display: none;
}


.slicknav_nav .navbar-form.navbar-right {
    display: flex;
}

.slicknav_nav .form-group, .slicknav_nav .buscador {
    width: 100%;
}

.navbar-form{
    box-shadow: none !important;
    border: none!important;
}

.large-12.column {
text-align: center;
}

 #singlepage {
    display:none;
    visibility:hidden;
}

.mc-field-group{
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px;
    font-family: Raleway, sans-serif;
}

.mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    font-family: Raleway, sans-serif;
}

#mc_embed_signup .button{
    font-family: Raleway, sans-serif;
}

#blog-pager-older-link {
    float: right;
}

#blog-pager-newer-link {
    float: left;
}

#blog-pager {
    margin: 30px 0 0;
    text-align: center;
    overflow: hidden;
}

.page_regular a.rslides_nav.prev,.page_regular a.rslides_nav.next{
        top: 95.5%;
}


.thumbnail {
    position: relative;
    display: block;
    padding: 0px;
    line-height: 20px;
    border: 0px solid #ddd;
    width: 285px;
    height: 302px;
    right: 0;
    margin: 0 auto;
}
.posttitle {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    line-height: 1.5;
    height: 70px;
    text-overflow: ellipsis;
    font-weight: 700;
    margin-top: 10px;
}

.posttitle a {
    color: #222;
    letter-spacing: 1px;
}

.posttitle a:hover {
    color: #03A3BB;
}

#articulo figure {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

.single_rece{
    padding: 20px;
}

.white-block.single_rece p>img {
    width: 100%;
    height: auto !important;
}

.white-block.single_rece .yarpp-related p>img{
     margin: 0;
}

.yarpp-related ul {
    text-align: center;
}



.recInfo {
    padding: 15px 0;
}

.recInfo li p {
    margin: 0;
}

.recInfo i{
    color: #aaa;
    font-size: 20px;
}
#title_receta, #ingredientes, #video, #pasos, #video_pasos,.yarpp-related h2{
    color: #3b5998;
    font-weight: 600;
}

#title_receta, #ingredientes, #video, #pasos, #video_pasos, .yarpp-related h2{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

#ingredientes, #video, #pasos, #video_pasos, .yarpp-related h2 {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 20px;

}

#title_receta {
    font-size: 30px;
}


.yarpp-related{
    display: inline-block;
}

.yarpp-related ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32%;
    padding: 5px 7px;
}


.yarpp-related ul li p:first-child {
    margin-bottom: 5px;
}

.yarpp-related ul li p {
    line-height: 1.2em;
    color: #3b5998;
    font-weight: normal;
    display: inherit;
}

.yarpp-related ul li img {
    width: 100%;
}

.yarpp-related ul {
    padding: 0;
}

.relacionadas .post-header {
    height: inherit;
}

.relacionadas a {
    padding-bottom: 0px !important;
}

.yarpp-related a p:nth-child(2) {
    display: inline;
}

.row.relacionadas .thumb a, .page.page_regular .categorias a:hover{
    border: none !important;
}

.row.relacionadas .post-header a.entry-title {
    width: auto !important;
}

.title_share{
        display: none;
}

.description_cat h2 {
    margin-top: 0 !important;
}

/**
 * Cookies
 */
#cookies
{
    
    position: fixed;
    width: 100%;
    background-color: #666;
    margin: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    z-index: 4000;
    text-align: center;
    color: #fff;
    line-height: 140%;
    padding: 10px 0;
    font-family: roboto,Arial;
    
}
#cookies .cookie-choices-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 10px 20px;
    color: #ccc;
    max-width: 800px;
    text-align: left;
}

#cookies .cookie-choices-buttons {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin: 0 10px;
}

#cookies .cookie-choices-buttons a{
    font-weight: bold;
    text-transform: UPPERCASE;
    white-space: nowrap;
    color: #eee;
    margin-left: 8px;
    padding: 0 6px;
    text-decoration: none;
}

#cookies a {
	color: #fff;
	text-decoration: underline;
}

#cookies a:hover {
	text-decoration: none;
}

#cookies .cookies-close {
	padding: .1em .15em;
	text-decoration: none;
}

#cookies .cookies-close:hover {
	background: transparent;
}

.tagcloud {
    display: inline-block;
}

#related-posts{
    max-width: 100% !important;
    padding-right: 0px;
}

a.rslides_nav.prev:hover,a.rslides_nav.next:hover {
    background: white;
}


.page_regular a.rslides_nav.prev{
    float: left;
}
.page_regular a.rslides_nav.next {
    right: 0;
    float: right;
}
.page_regular a.rslides_nav.prev, .page_regular a.rslides_nav.next {
    position: relative;
    display: inline-block;
    margin-top: -115px;
}

 a.rslides_nav.prev{
    float: left;
}
 a.rslides_nav.next {
    right: 0;
    float: right;
}

 a.rslides_nav.prev, a.rslides_nav.next {
    position: relative;
    display: inline-block;
    margin-top: -290px;
}

.slider_related {
    width: 100%;
}

.related_title a{color: black;}

.slider_related article{
    padding-left: 5px;
    padding-right: 5px;
}

.slicknav_btn{
    margin: 0;
    width: 100%;
}

.slicknav_menu {
    background-color: #4397c3;
}
.slicknav_menutxt {
    text-align: center;
    width: 100%;
    text-shadow: none !important;
}

.slicknav_nav a {
    text-transform: capitalize;
}

.post-entry img{
    max-width: 100%;
/*    max-height: 205px;*/
}

.aligncenter {
    text-align: center;
}

.post-entry a{
    
    margin: 0!important;
}

iframe {
    max-width: 100%;
   
}

.searchandfilter {
    text-align: center;
}

.searchandfilter li{
    display: block !important;
    }
    
.searchandfilter select,.searchandfilter input{
        font: inherit;
    font-size: 100%;
    line-height: normal;
    vertical-align: baseline;
    width: 270px;
    height: 30px;
    border-radius: 2px;
    margin: 0;
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    color: #222;
    text-align: center;
    float: none;
    }
    
.searchandfilter input[type=submit]{
    background: #4397c3;
    color: white;
    }
.posts {
  overflow: hidden;
}

#pagenavi {
  padding-top: 20px;
  overflow: hidden;
}

#pagenavi .newer {
  float: right;
}

#pagenavi .older {
  float: left;
}

#pagenavi .wp-pagenavi {
  text-align: center;
}

.posts-index #pagenavi .wp-pagenavi {
  padding-bottom: 30px;
}

#pagenavi .wp-pagenavi a,
#pagenavi .wp-pagenavi span {
  margin: 0 15px;
}

#pagenavi .wp-pagenavi a:first-child,
#pagenavi .wp-pagenavi span:first-child {
  margin-left: 0;
}

#pagenavi .wp-pagenavi a:last-child,
#pagenavi .wp-pagenavi span:last-child {
  margin-right: 0;
}

.adaptable-content {
  max-width: 100%;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.adaptable-precontent {
  padding-bottom: .65rem;
}

.adaptable-content-clear {
  clear: both;
}

.rtecenter {
  text-align: center;
}

.rteleft {
  text-align: left;
}

.rteright {
  text-align: right;
}

.rtejustify {
  text-align: justify;
}

article .post ul {
  margin-left: 0;
  font-size: 16px;
}

article .post ul ul {
  margin-left: 10px;
}
 
article .post ul li {
  list-style: disc inside;
}

.post-featured-image img {
  width: 100%;
}

.slicknav_menu {
		display:none;
}

#menu-menu-top li .sub-menu .sub-menu {
    left: 233px;
    top: 0;
    display: none;
}

.superior .sidebar a:hover{
    color: #55acee !important;
}

.superior .sidebar .menu a:hover{
     border-bottom: 1px dotted #55acee!important;
}

.all_categ .post-header{
    background: #ffffff !important;
    border: 1px solid #3b5998;
}

.all_categ .post-header a{
    color: #3b5998 !important;
}

.block-ficha:hover.all_categ .post-header
{
    background: #3b5998 !important;
}

.block-ficha:hover.all_categ .post-header a
{
     color: #ffffff !important;
}

.conocechef img {
    width: 100%;
}

.textwidget.conocechef p {
    width: 100%;
    text-align: center;
}
.textwidget.conocechef a {
    width: 16%;
}

.button_contact {
    background: #3b5998;
    border-radius: 4px;
}

.button_contact a{
    color: white !important;
    font-size: 19px;
    width: 100% !important;
    padding: 5px;
}


p.button_contact:hover {
    background: #55acee !important;
}

p.button_contact:hover a{
    color: white !important;
}


/**
 * Comentarios
 */
.commentlist li
{
    margin-left: 0;
    list-style-type: none;
    list-style-image: none;
    padding: .3em 0;
}

.commentlist ul.children
{
    padding: .3em 0 .3em 1.2em;
}

.commentlist .comment-meta
{
    font-size: .9em;
    padding-bottom: .6em;
}

.commentlist .comment-body
{
    border: .1em solid #5b5c5c;
    padding: .6em;
    overflow: hidden;
    background: #fff;
}

.reply
{
    float: right;
    padding-top: .3em;
}

.reply .comment-reply-link
{
    font-size: .9em;
}

.awaiting
{
    font-size: .9em;
    font-style: italic;
    color: #cc0000;
}

#respond
{
    padding-top: 1.2em;
}

#respond input,
#respond textarea
{
    display: block;
}


/**
 * Formularios
 */
#commentform .comment-notes
{
    font-style: italic;
}

.cf_info.failure
{
	background: #ffa4a4;
	border: 1px solid #990000;
	color: #990000;
	padding: .15em .25em;
}

.cf_info.failure a
{
	color: #990000;
}

.cf_info.failure a:hover
{
	text-decoration: underline;
}

.cform
{
	padding-bottom: 2em;
    text-align: left;
}

.cform fieldset
{
	padding: .5em 2%;
	border: 1px solid #3b5998;
	margin: .75em 0 1.25em 0;
}

.cform fieldset legend
{
	font-family: 'lato';
	color: #3b5998;
}

.cform ol,
.cform ul
{
	padding-left: 0 !important;
}

.cform li
{
	list-style: none !important;
	margin-left: 0 !important;
	padding: .6em 0;
}

.cform .reqtxt,
.cform .emailreqtxt,
.cform .cf_hidden
{
	display: none;
}

.cform .textonly
{
	font-size: .9em;
	line-height: 1.4em;
}

#commentform label,
.cform label
{
	display: block;
}

.cform label.cf-before,
.cform label.cf-after
{
	display: inline;
}
.cform label.cf-before {margin-right: .5em;}
.cform label.cf-after {margin-left: .5em;}

#commentform input[type="checkbox"]
{
    display: inline-block;
    margin-right: 5px;
}

.cform label.cf_errortxt,
.cform label.cf_errortxt a
{
	color: #990000;
}

#commentform input[type="text"],
#commentform textarea,
.cform .single,
.cform .area
{
	width: 60%;
	border: 1px solid #ccc;
	font-family: 'lato';
	font-size: 1em;
	padding: .5em .5em;
	margin-top: .25em;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

.cform .single:focus,
.cform .area:focus
{
	border-color: #3b5998;
	box-shadow: 0 0 .2em #3b5998;
}

.cform .single.cf_error,
.cform .area.cf_error
{
	border-color: #990000;
	color: #990000;
}

.cform .single.cf_error:focus,
.cform .area.cf_error:focus
{
	box-shadow: 0 0 .2em #990000;
}

#commentform textarea,
.cform .area
{
	width: 95%;
	resize: none;
}

.cform .cformselect
{
	font-family: 'lato';
	font-size: 1em;
	max-width: 99%;
}

.cform .cf-box-group
{
	margin-bottom: .75em;
	padding-top: 0;
}

.cform .cf-sb
{
	padding-top: 1em;
}

#commentform #submit,
.cform .cf-sb input.sendbutton
{
	font-size: 1.4em;
	line-height: 1em;
	padding: .25em .5em;
	cursor: pointer;
	border: 1px solid #3b5998;
	background: #fff;
	text-transform: uppercase;
	color: #3b5998;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}

#commentform #submit:hover,
.cform .cf-sb input.sendbutton:hover
{
	background: #3b5998;
	color: #fff;
}




/**
 * Media Queries
 */
.mobile {display: none;}
.no-mobile {display: block;}
@media only screen and (max-width: 991px){
    .rrss ul{
            top: auto;
            bottom: 0;
            margin: 0;
            right: 0;
            left: 0;
            width: 100%;
            z-index: 999;
        }
        
    .rrss ul a {
        position: relative;
        float: left;
        display: list-item;
        list-style-type: none;
        width: 20%;
    }
    
    .rrss a:focus, .rrss a:hover {
    width: 20%;
    }
    
    .back-to-top {
        display: none !important;
    }
    
    /*.rrss{
        margin-top: 50px;
    }*/
    
    .copyrights{
        padding-bottom: 50px;
    }
    
    .logo.container {
        text-align: center;
    }
    
    .menu-menu-top-container{
        display: none;
    }
    
    .slicknav_menu {
		display:block;
	}
    
    #rpwwt-recent-posts-widget-with-thumbnails-3 img {
        width: 120px !important;
        height: 120px !important;
    }
}
/* Desktop big screen */
@media only screen and (min-width: 1200px) {
}

/* Desktop */
@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 916px) {
    

}

/* iPad landscape */
@media only screen and (max-width: 900px) { 
    

}

@media only screen and (min-width: 700px) {
    #videoreceta-wrapper iframe {
        height: 400px;
    }
}

@media only screen and (min-width: 500px) and (orientation: landscape) {
    #videoreceta-wrapper iframe {
        height: 400px;
    }
}

/* iPad portrait */
@media only screen and (max-width: 768px) {
    .thumbnail {
        width: auto;
        height: 100%;
    }
    
    .rslides img {
        width: 100%;
    }
 
    .slicknav_menu{display:block}
    .menu{display: none;}
    
    .related_title {
        width: 250px;
    }
    .related_title {
        left: 5px;
    }
    
    .post-footer .post-share li .whatsapp{
        display: block;
    }
    
    .relacionadas .post-header {
        margin-bottom: 30px;
    }
    
    .page_regular .post-entry img {
        max-width: 100%;
        height: auto;
        float: none;
        margin: 0px auto;
        display: block;
       
    }
    
    .white-block.single_rece p>img {
        margin: 0; 
        height: auto;
        width: 100%;
    }
    
    .conocechef img {
        width: auto;
    }
 
     .tarjeta a {
        width: 100%;
    }
    
    .fb-page.fb_iframe_widget.fb_iframe_widget_fluid {
        text-align: center;
        display: block;
    }
}
    

/* Custom */
@media only screen and (max-width: 650px) {
    
    
}

@media only screen and (max-width: 768px) {
    .all_categ {
        width: 50%;
    }
}

/* iPhone 5 landscape */
@media only screen and (max-width: 568px) {
    .mobile {display: block;}
    .no-mobile {display: none;}

    .related_title {
        width: 90%;
    }
    
    .related_title {
        left: 5%;
    }
    
    a.rslides_nav.prev, a.rslides_nav.next {
        margin-top: -165px !important;
    }
    
    .all-recet .mis_recetas, .last_rec .ultimas_recetas  {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .all_categ {
        width: 100%;
    }
    
    /*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }*/
    
    /*.block-ficha {
        padding: 0 5px !important;
    }*/
    
    .post-header p {
        font-size: 1.4rem!important;
    }
    
    .yarpp-related ul li{
        width: 49%;
    }
    
    .post-footer .post-share ul li a {
        width: 100%;
        margin: 3px 0;
    }
        
    .post-footer .post-share ul li a span{
        display: none;
    }
    
    .title_share{
        display: block;
        color: #3b5998;
        font-weight: 600;
    }
    .post-footer .post-share ul li {
        width: 34px;
    }
    

    #ingredientes, #video, #pasos, #video_pasos, .yarpp-related h2 {
        font-size: 24px;
    }

    #videoreceta-wrapper iframe {
        height: 275px;
    }
}

/* iPhone 4 landscape */
@media only screen and (max-width: 480px) {
    
    input#s {
        width: 100%;
        margin-bottom: 15px;
    }
    
    #searchsubmit {
        width: 100%;
    }
    
    .yarpp-related ul li {
        width: 100%;
        text-align: center;
    }


    .conocechef img {
        width: 100%;
    }
}

/* iPhone portrait */
@media only screen and (max-width: 320px) {
}

  
html {
    -webkit-tap-highlight-color: rgba(168,209,255,0.3);
}

a{
    display: inline-block;
}



.textwidget form input[type="submit"]
{
    border-radius: 5px;
    margin-top: 10px;
    border: none;
    font-size: 1.1em;
    line-height: 1em;
    padding: 5px 10px;
    cursor: pointer;
    background: #3b5998;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.textwidget form input[type="text"],
.textwidget form input[type="email"]
{
    width: 96%;
    border: 1px solid #ccc;
    font-family: 'lato';
    font-size: 1em;
    padding: .5em .5em;
    margin-top: .25em;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.textwidget form input[type="text"]:focus,
.textwidget form input[type="email"]:focus
{
    border-color: #3b5998;
    box-shadow: 0 0 .2em #3b5998;
}

.textwidget form input[type="submit"]
{
    border-radius: 5px;
    margin-top: 10px;
    border: none;
    font-size: 1.1em;
    line-height: 1em;
    padding: 7px 10px;
    cursor: pointer;
    background: #3b5998;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.textwidget form input[type="submit"]:hover
{
    background: #000;
}

.widget-3
{
    background: #3b5998;
    color: #fff;
}

.widget-3 form input[type="text"],
.widget-3 form input[type="email"]
{
    color: #111;
}

.widget-3 form input[type="text"]::placeholder,
.widget-3 form input[type="email"]::placeholder
{
    color: #111;
}

.widget-3 form input[type="submit"]
{
    background: #ff9900;
}

.widget-3 form input[type="submit"]:hover
{
    background: #000;
}
.post_single .post-header-page h1{color: #3b5998;font-weight: 600;font-size:30px;}
.post_single .single_rece .wp-caption.aligncenter{width:auto !important;}
