/*
Theme Name: nipviraltheme
Theme URI: https://nipviral.com
Author: Braga
*/

*{
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
	background: #fff;
        font-family: 'Raleway', sans-serif;
        outline: none;
}
button{
	outline: none;
}

header{
    
}

header > section {
    display: flex;
    padding: 15px 0px;
}
.menu{
    width: 40%;
    padding: 12px 0px;
}
.menu > ul{
    justify-content: center;
    display: flex;
}

.menu > ul > li{
    list-style: none;
}
.menu > ul > li a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 12px;
    transition: all ease 0.5s;
}
.menu > ul > li a:hover{
    color: #fbdcbd;   
}
.sub-menu{
    background: #137594;
    padding: 12px 0px;
}
.sub-menu > ul{
    display: flex;
    justify-content: center;
}

.sub-menu > ul > li{
    list-style: none;
}
.sub-menu > ul > li a{
    color: #fff;
    text-decoration: none;
    padding: 12px;
    transition: all ease 0.3s;
}
.sub-menu > ul > li a:hover{
    background: #0c607b;
    border-bottom: 2px solid #e1e1e1;
}
.hamb{
    display: none;
    width: 20%;
}
.hamb {
    background: url('images/hamb.svg') no-repeat center;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 20px 20px;
}
.close{
    display: none;
    width: 20%;
}
.close {
    background: url('images/close.svg') no-repeat center;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 20px 20px;
}
.lupa{
    display: none;
    width: 20%;
}
.lupa {
    background: url('images/lupa.svg') no-repeat center;
    border: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-size: 20px 20px;
}


.logo img{
    width: 100%;
    height: auto;
    max-width: 130px;
}
.logo{
    width: 25%;
    text-align: center;
}
.buscador{
    width: 35%;
    position: relative;
        margin: 6px 0px 0px 0px;
}
.buscador-mobile{
    display: none;
    width: 100%;
    padding: 12px;
}
.buscador.buscador-mobile button{
    right: 20px;
    top: 17px;
}
.buscador input{
        width: 100%;
    background: #f3f3f3;
    padding: 10px;
    border: none;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
}
.buscador input::placeholder {
  color: #000;
  font-size: 16px;
}
.buscador button{
    background: url('images/lupa.svg') no-repeat center;
    border: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
    background-size: 20px 20px;
}

main{
    display: flex;
    margin: 25px 0px;
}
main > .receitas{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.receitas article{
    cursor: pointer;
    
    margin: 0px 0px 10px 0px;
    border-radius: 5px;
    width: 50%;
    transform: scale(0.90);
    transition: all ease 0.5s;
        height: max-content;
}
.receitas article:hover{
    transform: scale(0.91);
    box-shadow: 3px 3px 10px #e2e3e5;
}
.receitas article a{
    text-decoration: none;
    color: #000;
}
.receitas article > header{
    height: 200px;
    overflow: hidden;
}
.receitas article >  header > .poster img{
    width: 100%;
    height: auto;
}

.receitas article > section > .show-elements{
    height: 95px;
}

.receitas article > section > .show-elements > a > h2{
    margin: 5px 0px 0px 0px;
    color: #757575;
    font-weight: 100;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.receitas article > section > .show-elements .autor{
    margin: 10px 0px 0px 0px;
}


.receitas article > section > .show-elements .autor > center > span{
    color: #ff762a;
}
.receitas article > header h2,.receitas article > header h1{
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 45ch;
}
.receitas article > header h2:hover, .receitas article > header h1:hover{
    color: #e4e3e3;
}
.receitas article > header, .receitas > article > footer{
    background: transparent;
    text-align: left;
    margin: 0px 0px 10px 0px;
    padding: 0;
}
.receitas > article > footer{
    padding: 10px;
    text-align: center;
}
.receitas > article > section > .hover-elements{
    display: none;
    text-align: center;
    padding: 10px 0px 20px 0px;
    height: 95px;
}
.receitas > article > section > .hover-elements > a > button{
    border: none;
    border-radius: 250px;
    padding: 8px 35px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: rgb(255,101,40);
    background: linear-gradient(90deg, rgba(255,101,40,1) 0%, rgba(255,140,45,1) 49%, rgba(255,162,55,1) 100%);
    cursor: pointer;
}

.receitas article > section > .hover-elements .hover-icons{
    margin:0px 0px 15px 0px;
}
.receitas article > section > .hover-elements .hover-icons span{
    color: #757575;
    margin-right: 10px;
}
.receitas article > section > .hover-elements .hover-icons span i{
    color: #ff762a;   
}
.receitas > article > section > .hover-elements > a >  button:hover{
    background: rgb(241,92,33);
background: linear-gradient(90deg, rgba(241,92,33,1) 0%, rgba(247,133,39,1) 49%, rgba(245,153,48,1) 100%);
}

.receitas > article > section{
    margin: 0px 0px 10px 0px;
    padding: 10px 10px 0px 10px;
}
.receitas > article > section > p{
    margin: 10px 0px;
}
.receitas > article > section > .frase-content{
    position: relative; 
}
.receitas > article > section > .frase-content p{
    font-size: 23px;
    line-height: 33px;
    color: #797979;
    margin: 15px 0px;
}
.receitas > article > section > span{
    font-size: 14px;
    color: #1655c8;
}
.receitas > article > section > .show-elements > span > center > a{
    text-decoration: none;
    color: #a0a0a0;
}
.receitas > article > section > span > center > a:hover{
    color: #7db23e;
}

.more-func{
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-radius: 250px;
    padding: 8px 35px;
    color: #444;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    background: rgb(124,177,62);
    background: linear-gradient(90deg, rgba(124,177,62,1) 0%, rgba(143,201,60,1) 49%, rgba(148,224,37,1) 100%);
}
.more-func:hover{
    background: rgb(22,85,199);
    background: linear-gradient(90deg, rgba(22,85,199,1) 0%, rgba(30,96,215,1) 49%, rgba(42,112,238,1) 100%);
    color: #fff;
}

/** Matérias **/
.materias{
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 50px 0px;
}
.materias > article{
    background: #f5f5f5;
    cursor: pointer;
    width: 33.333%;
    transform: scale(0.90);
    transition: all ease 0.5s;
    border-radius: 5px;
}
.materias > article:hover{
    transform: scale(0.91);
    box-shadow: 3px 3px 10px #e2e3e5;
}
.materias > article > a{
    text-decoration: none;
    color: #000;
}
.materias > article > a > header{
    height: 200px;
    overflow: hidden;
}
.materias > article > a > header > .poster{
    background: #fff;
}
.materias > article > a > header > .poster img{
    width: 100%;
    height: auto;
}
.materias > article > a > section{
    padding: 15px 10px;
}
.materias > article > a > section > a{
    text-decoration: none;
}
.materias > article > a > section > h3{
    font-weight: 100;
        margin: 10px 0px 0px 0px;
}
.materias > article > a > section > h2{
    margin: 5px 0px 0px 0px;
    color: #757575;
    font-weight: 100;
        font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.materias > article > a > section > time{
    color: #ff762a;
    font-size: 14px;
}
aside > .widget-star ul li{
    background: unset!important;
    padding: 0!important;
}
aside > .widget-star ul li a {
    font-size: 17px!important;
}
aside > .widget-star .box-destaque{
    transform: scale(0.95);
    transition: all ease 0.5s;
    justify-content: center;
}
aside > .widget-star .box-destaque:hover{
    
}
.box-dt-title a{
    font-size: 18px;
    transition: all ease 0.6s;
}
aside > .widget-star .box-destaque:hover .box-dt-title a{
    color: #ff762a;
}
.line-sub{
    padding: 15px 0px;
    text-align: center;
    background: rgb(241,162,33);
    background: linear-gradient(90deg, rgba(241,162,33,1) 0%, rgba(231,183,37,1) 49%, rgba(245,203,48,1) 100%);
    color: #fff;
    margin: 40px 0px;
}


/** Rceitas Single **/
.single-content{
    width: 100%;
    padding: 15px;
}

.single-content ol li,.single-content ul li{
    margin:10px 0px;
}
.single-content ol,.single-content ul{
    padding: 0px 25px;
}
.single-content h2,.single-content h3,.single-content h4{
    color: #1188af;
}
.single-content a{
    text-decoration: none;
}
.single-content a:hover{
    text-decoration: underline;
}
.single-content p{
    font-size: 17px;
    font-weight: 100;
    color: #5e5e5e;
    line-height: 26px;
    margin:20px 0px;
}
.single-content p img {
    width: 400px;
    height: auto;
    max-width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.single-content p iframe {
    width: 400px;
    height: auto;
    max-width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.ingredientes, .preparo{
    background: #f5f5f5;
    margin: 15px 0px;
    cursor: default;
    width: 100%;
    padding: 15px;
    transform: unset;
    border-radius: 10px;
}
.ingredientes ul li, .preparo ol li{
    align-items: center;
    margin: 15px 25px;
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    color: #868686;
}
.ingredientes-title, .preparo-title{
    color: #ff762a;
}

main > .single article{
    cursor: default;
    width: 100%;
    padding: 15px;
    transform: unset;
    border-radius: 10px;
}
main > .single article:hover{
    transform: unset;
    box-shadow:unset;   
}
main > .single article > header{
    height: auto!important;
    overflow: unset;
}
main > .single article > header > .poster{
    
}
main > .single article > header > .single-title{
    margin: 0px 0px 10px 0px;
}
main > .single article > header > .single-title > h1{
        color: #000000;
    font-size: 30px;
    white-space: unset;
    font-weight: 100;
}
main > .single article > section > .box-data-receitas{
    width: max-content;
    background: #e4e4e4;
    padding: 10px 0px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin: 10px auto 20px auto;
}
main > .single article > section > .box-data-receitas .data-receita{
    
    text-align: center;
    margin-left: 15px;
    padding-right: 15px;
    border-right: 1px solid #cecece;
}
main > .single article > section > .box-data-receitas .data-receita > div{
    margin: 5px 0px;
}
main > .single article > section > .box-data-receitas .data-receita > div > i{
    font-size: 28px;
    color: #ff762a;
}
main > .single article > section > .box-data-receitas .data-receita > div > span{
    font-size: 16px;
    color: #929292;
}
main > .single article > section > .box-data-receitas .data-receita > div > .the-author-poster-single{
    margin-left: auto;
    margin-right: auto;
    width: 28px;
    height: 28px;
}
main > .single article > section > .box-data-receitas .data-receita > div > .the-author-poster-single img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.btn-ver-todas{
    width: 100%;
    text-align: center;
}
.btn-ver-todas button{
    background: rgb(255,101,40);
    background: linear-gradient(90deg, rgba(255,101,40,1) 0%, rgba(255,140,45,1) 49%, rgba(255,162,55,1) 100%);
    padding: 10px 35px;
    border: none;
    border-radius: 250px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: all ease 0.5s;
}
.btn-ver-todas button:hover{
    background: rgb(241,92,33);
background: linear-gradient(90deg, rgba(241,92,33,1) 0%, rgba(247,133,39,1) 49%, rgba(245,153,48,1) 100%);
}


.receitas > article > .blog-post-content{
    padding: 0;
}
.categorias-blog span{
    font-size: 14px;
    margin: 0px 3px;
}
.categorias-blog a:hover{
    text-decoration: underline;
}
.categorias-blog a{
    color: #000;
}
.categorias-blog{
    
    font-size: 14px;
    margin:10px 0px;
}
.receitas > article > .blog-post-content p{
        margin: 20px 0!important;
    font-size: 22px;
    color: #5f5f5f;
    line-height: 30px;
    text-align: left;
    max-width: 100%;
}
.receitas > article > .blog-post-content a{
    color: #f7a71e;
    transition: all ease 0.5s;
}
.receitas > article > .blog-post-content a:hover{
    color: #cc8813;
}
.receitas > article > .blog-post-content h2, .receitas > article > .blog-post-content h3, .receitas > article > .blog-post-content h4,.receitas > article > .blog-post-content h5{
    font-size: 30px;
    line-height: 1.3em;
    color: #f7a71e;
    font-weight: 300;
    margin: 30px 0;
    position: relative;
}
.receitas > article > .blog-post-content img{
        max-width: 100%;
    height: auto;
}

.sub-cat h1{
    color: #ff762a;
    font-size: 30px;
    white-space: unset;
    margin: 30px 20px 0px 20px;
}


aside{
    width: 30%;
}
aside > .widget{
    margin: 4px 0px 10px 0px;
    border-radius: 5px;
    transform: scale(0.90);
}

aside > .widget h2, aside > .widget h3{
    background: rgb(255,101,40);
    background: linear-gradient(90deg, rgba(255,101,40,1) 0%, rgba(255,140,45,1) 49%, rgba(255,162,55,1) 100%);
    padding: 10px;
    color: #fff;
    font-size: 17px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.widget-star{
    background: rgb(241,162,33)!important;
    background: linear-gradient(90deg, rgba(241,162,33,1) 0%, rgba(231,183,37,1) 49%, rgba(245,203,48,1) 100%)!important;
}
aside > .widget p{
    padding: 10px;
    font-size: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;   
}
aside > .widget ul{
    background: #efefef;
    padding: 10px;
}
aside > .widget ul li{
    list-style: none;
    margin: 5px 0px;
    background: url('images/arrow.png') no-repeat left;
    background-size: 15px 15px;
    padding: 3px 0px 0px 25px;
}
aside > .widget ul li a{
    color: #000;
    text-decoration: none;
        font-size: 22px;
        transition: all ease 0.6s;
}
aside > .widget ul li a:hover{
    color: #ff762a;
}
footer{
    background: #137594;
    color: #fff;
    text-align: center;
}
footer > .copy{
    padding: 10px 0px;
    background: #0d5f79;
    
}
footer span{
    font-size: 14px;
    color: #fff;
}
footer > .menu-footer{
    padding: 10px 0px;

}
footer > .menu-footer .box-menu-footer{
    display: flex;
    margin: 20px 0px;    
    justify-content: space-around;
}
footer > .menu-footer .bx-mn-footer{
    width: 25%;
}
footer > .menu-footer .bx-mn-footer > h3{
    font-size: 25px;
    font-weight: 600;
}
footer > .menu-footer .bx-mn-footer > ul{
    display: block;
}
footer > .menu-footer .bx-mn-footer > ul > li{
    list-style: none;
    margin: 10px 0px;
}
footer > .menu-footer .bx-mn-footer > ul > li > a{
    color: #fff;
    font-weight: 100;
    font-size: 18px;
    text-decoration: none;
    transition: all ease 0.5s;
}
footer > .menu-footer .bx-mn-footer > ul > li > a:hover{
    color: #f7d1b2;
}
footer > .menu-footer .bx-mn-footer .menu-footer-sociais{
    display: flex;
    justify-content: center;
    margin: 15px 0px 0px 0px;
}
footer > .menu-footer .bx-mn-footer .menu-footer-sociais > li{
    margin-left: 10px;
}
footer > .menu-footer .bx-mn-footer .menu-footer-sociais > li > a > i{
    font-size: 25px;
    transition: all ease 0.5s;
}

footer > .menu-footer .bx-mn-footer .menu-footer-sociais > li > a > i:hover{
    color: #ddd;
}


.logofooter img{
    width: 100%;
	height:auto;
	max-width:130px;
}

.c-loader {
  animation: is-rotating 1s infinite;
  border: 6px solid #e5e5e5;
  border-radius: 50%;
  border-top-color: #ff5c18;
  height: 30px;
  width: 30px;
}


/** Pagenavi **/
.pagenavi{
    margin: 60px 0px 30px 0px;
}
.wp-pagenavi {
    text-align: center;
    font-family:'arial';
}
.wp-pagenavi span{
    border: none;
    font-size: 19px;
    font-weight: bold;
}

.wp-pagenavi span.pages{
    border: none;
    color: #999;
}
.wp-pagenavi a, .wp-pagenavi span{
    border: none;

    font-weight: bold;
}
.wp-pagenavi span.current{
    margin: 0px 5px 0px 0px;
    background: #dc8712;
    border: none;
    border-radius: 4px;
    font: 700 20px Arial,Tahoma,Helvetica;
    color: #fff;
    padding: 7px 12px !important;
}

.wp-pagenavi a{
   background: #7eb43d;
    color: #1756c9;
    font-size: 16px;
    
    padding:7px 13px !important;
    border-radius:5px;
    border-radius:3px; 
    margin: 0px 3px;
}
.wp-pagenavi .page:hover, .nextpostslink:hover{
    background: #dc8712;
    color: #1858cc;
    border: none;
}



/** Cadastros **/
.user-registration.ur-frontend-form{
    background: #fff;
}
.user-registration.ur-frontend-form input{
    border:none;
    background: #ddd;
    border-radius: 250px!important;
}
.ur-frontend-form .ur-button-container .ur-submit-button{
    background: #ff6829;
    padding: 10px 40px;
    border-radius: 250px;
    color: #fff;
    margin-left: unset!important;
    transition: all ease 0.5s;
}
.ur-frontend-form .ur-button-container .ur-submit-button:hover{
    background: #ea5a1d;
}


#loginform{
    background: #fff;
    margin-bottom: 30px;
    border: 1px solid #dee0e9;
    padding: 20px;
    box-sizing: border-box;
}
#loginform p label{
    font-weight: 700;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#loginform p{
    margin: 10px 0px;
    display: grid;
}
#loginform input{
    border:none;
    background: #ddd;
    border-radius: 250px!important;
    padding: 10px;
}
#loginform #wp-submit{
    background: #ff6829;
    padding: 10px 40px;
    border-radius: 250px;
    color: #fff;
    margin-left: unset!important;
    cursor: pointer;
    transition: all ease 0.5s;
}
#loginform #wp-submit:hover{
    background: #ea5a1d;
}
.login-submit{
    display: block!important;
}

aside > .widget .wpp-list{
    padding: 10px 20px;
}

.box-destaque{
    display: flex;
    margin: 10px 0px 18px 0px;
}
.box-destaque .wpp-thumbnail{
    width: 100%;
    margin: 0;
}
.box-destaque > .box-dt-thumb{
    width: 160px;
    margin: 0px 10px 0px 0px;
}
.cat-destaque{
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #b8b8b8;
    display: block;
}
.cat-destaque span{
        background-color: #efefef;
        font-size: 13px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 5px;
    margin: 0 10px;
}
.cat-destaque:after{
    content: "";
    position: absolute;
    overflow: hidden;
    border-bottom: 1px solid #c5c4c4;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-dt{
    text-align: center;
    width: 50%;
}

.box-destaque a{
    text-decoration: none;
    color: #8c8c8c;
}

.box-destaque .cat-autor-destaque a{
    color: #f9b61f;
    font-size: 15px;
}

/** Container **/
.container{
    margin-right: auto;
    margin-left: auto;
    position: relative;
    
}

@media (min-width: 1220px){
	.container {
	    max-width: 1220px;
	}
}

@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 900px) {
    .hamb{
        position: absolute;
        display: block;
        margin: 0px 0px 0px 5px;
    }
    .close{
        position: absolute;
        margin: 0px 0px 0px 5px;
    }
    .lupa{
        display: block;
        position: absolute;
        margin: 0px 5px 0px 0px;
        right: 0;
        text-align: right;
    }
    .close-search{
        position: absolute;
        margin: 0px 5px 0px 0px;
        right: 0;
        text-align: right;   
    }
    .logo{
        width: 100%;
    }
    .logo img{
        width: 200px;
            max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .buscador{
        display: none;
    }
    .menu{
        display: none;
    }
    .sub-menu{
        display: none;
    }
    .sub-menu > ul{
        display: block;
    }
    .sub-menu > ul > li{
        list-style: none;
        border-bottom: 1px solid #ddd;
        padding: 7px 3px;
    }
    main{
        display: block;
    }
    main > .receitas{
        width: 100%;
        padding: 5px;
    }
    .receitas article{
        width: 100%;
    }
    main > .receitas article > header{
        height: 150px;
    }
    .materias > article > header{
        height: 150px;   
    }
    .receitas > article > .blog-post-content p{
        font-size: 18px;
    }

    .materias > article{
        width: 100%;
    }

    .line-sub{
        padding: 15px 10px;
        font-size: 13px;
    }

    aside {
        width: 100%;
    }
    .wpp-thumbnail{
        height: auto;
        width: 40%;
    }

    aside > .widget .wpp-list{
        padding: 10px 5px;
    }
    .box-destaque > .box-dt-thumb{
        width: 120px;
    }
    .box-dt{
        width: 70%;
    }

    .receitas article > section > .show-elements > a > h2{
        white-space: unset;
        font-size: 18px;
    }
    .receitas article > section > .show-elements{
        height: auto;
    }
    main > .single article > section > .box-data-receitas{
        display: block;
    }

    footer > .menu-footer .box-menu-footer{
        display: block;
    }
    footer > .menu-footer .bx-mn-footer{
        width: 100%;
            margin: 35px 0px;
    }
    .logofooter img{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
}