/*
Theme Name: Robert Pattinson Brasil 2023
Theme URI: http://twitter.com/pattinsonbrasil/ 
Author: Bruna L. Version: 1.0 
*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #121212;
    color: rgb(255 255 255 / 40%);
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    text-align: justify;
    overflow-x: hidden;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
/* ----------------- GENERAL STYLE ----------------- */
a {
    color: #4a4a4a;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all 0.3s ease;
}
a:hover {
    opacity: 0.7;
    text-decoration: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
strong {
    padding: 0px;
    font-weight: 800;
}
em {
    text-decoration: none;
}
u {
    text-decoration: none;
    border-bottom: 1px solid #e4e4e4;
}
underline {
    text-decoration: none;
    border-bottom: 1px solid #e4e4e4;
}
.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft {
    float: left;
    text-align: left;
}
.alignright {
    float: right;
    text-align: right;
}
html, table tr td, table, tr, td, body, img {
    padding: 0;
    margin: 0;
    border: 0;
}
::selection {
    background-color: #7e2c2c;
    color: #fff;
}
::-moz-selection {
    background-color: #7e2c2c;
    color: #fff;
}
.clear {
    clear: both;
}
main .slick-dots {
    bottom: -32px;
}
main .slick-prev:before, main .slick-next:before {
    font-family: FontAwesome;
    font-size: 60px;
    color: rgb(255 255 255 / 50%);
}
main .slick-prev:before {
    content: "\f104";
}
main .slick-next:before {
    content: "\f105";
}
main .slick-prev {
   /* left: 0;
    */
}
main .slick-next {
   /* right: 0;
    */
}
/* ----------------- TOP ----------------- */
.top {
    position: fixed;
    bottom: 0.7rem;
    right: 1rem;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    background: #7e2c2c;
    opacity: 1;
    color: #fff!important;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}
/* ----------------- CONTAINERS ----------------- */
.container {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
}
/* ----------------- AFILIATES ----------------- */
.afiliates {
    margin: 20px 0;
}
.afiliate {
    width: 100%;
    height: 300px;
    cursor: pointer;
}
.afiliate-title a {
    color: #fff;
}
.afiliate-picture {
    height: 300px;
}
.afiliate-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
    background: rgb(0 0 0 / 40%);
    font-weight: 500;
    display: inline-block;
    padding: 10px 15px;
    margin-top: -50px;
    border-radius: 10px;
    margin-left: 15px;
}
.afiliates  .slick-next {
background: rgba(0, 0, 0, 0.30);
border-radius: 100%;
height: 45px;
width: 45px;
z-index: 1000;
opacity: 0;
-webkit-transition: all .3s ease;
transition: all .3s ease;
-moz-transition: all 0.3s ease;
right: -25px;
}


.afiliates  .slick-prev  {
background: rgba(0, 0, 0, 0.30);
border-radius: 100%;
height: 45px;
width: 45px;
z-index: 1000;
opacity: 0;
-webkit-transition: all .3s ease;
transition: all .3s ease;
-moz-transition: all 0.3s ease;
right: -25px;
}

.afiliates:hover .slick-prev{
left: 15px;
opacity: 1;
}

.afiliates:hover .slick-next{
right: 20px;
opacity: 1;
}

.afiliates  .slick-next:before{
font-size: 20px;
color: #fff;
opacity: 1;
}

.afiliates  .slick-prev:before {
font-size: 20px;
color: #fff;
opacity: 1;
}

.afiliates  .slick-prev::before {
content: "\f104";
font-family: FontAwesome;
}

.afiliates .slick-next::before {
content: "\f105";
font-family: FontAwesome;
}

/* ----------------- FOOTER ----------------- */
footer {
    clear: both;
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
    background: #1e1e1e;
    color: #fff;
}
footer span {
    /* font-size: 15px; */
    /* color: rgb(255 255 255 / 60%); */
    /* font-weight: 400; */
}
footer a {
    color: #7e2c2c;
    font-weight: 500;
}
footer a:hover {
    opacity: 0.7;
}
.script-online {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7e2c2c;
    border-radius: 20px;
    display: inline-flex;
    padding: 2px 10px;
    margin-top: 10px;
    font-size: 11px;
    font-style: italic;
    margin-left: 5px;
}
/* ----------------- HEADER ----------------- */
header {
    background: url(imgs/header.png) top center no-repeat;
    height: 931px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* ----------------- MENU ----------------- */
.navigation {display: flex;align-items: center;justify-content: space-between;margin-top: -90px;background: rgb(255 255 255 / 5%);border-top-left-radius: 5px;border-top-right-radius: 5px;padding: 10px 0;}
.welcome {
    padding: 30px;
    background: rgb(255 255 255 / 8%);
    margin-bottom: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.welcome p {
    color: #676767;
    font-size: 13px;
    line-height: 1.7;
}
.welcome p span {
    font-weight: 600;
}
.welcome p strong {
    font-weight: 600;
}
.logo {
    display: none;
}
#search-home {
    background: transparent;
    width: 27%;
    /* margin-right: 20px; */
}
#search-home [type="text"] {
    color: #565656;
    font: 500 13px 'Montserrat', sans-serif;
    font-style: italic;
    width: 260px;
    height: 38px;
    background: transparent;
    border-radius: 5px;
    text-transform: none;
    font-weight: 400;
    border: 1px solid rgb(255 255 255 / 5%);
}
input#searchsubmit {
    cursor: pointer;
    background: url(imgs/search.png) top center no-repeat;
    padding: 0;
    float: right;
    height: 15px;
    width: 15px;
    top: 12px;
    right: 45px;
    position: relative;
}
nav {
    width: 72%;
    margin: 0 auto;
    padding: 15px;
}
.menu ul li a {
    color: #b8b7b7;
    text-transform: uppercase;
    font: 500 13px/1.2 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub-menu li a {
    background: #7e2c2c;
}
.menu ul li:nth-child(2) a{
   background: #7e2c2c;
    color: #fff;  
}
.menu ul li a:hover, .menu ul .menu-item-has-children:hover > a{
    background: #7e2c2c;
    color: #fff;
    opacity: 1!important;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu li {
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sub-menu {
    transition: all 1s ease;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: -100%;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    padding: 0 !important;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:after {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-mask-image: url(imgs/arrow-down-sign-to-navigate.svg);
    mask-image: url(imgs/arrow-down-sign-to-navigate.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    z-index: 1;
    transition: all .5s ease;
    opacity: 0;
}
.menu-item-has-children:hover:after {
    opacity: 1;
}
.menu-item-has-children:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 16px);
}
.sub-menu li {
    display: block;
    width: 100%;
    white-space: nowrap;
    border-radius: 10px;
    text-align: center;
    color: #fff!important;
    margin-bottom: 5px;
}
.sub-menu li a {
    display: block;
    color: #fff!important;
    margin-right: 0!important;
}
.show-menu {
    text-decoration: none;
    display: none;
    text-align: center;
    padding: 15px;
    background: rgb(255 255 255 / 5%);
    /* border: 1px solid rgb(255 255 255 / 20%); */
    text-transform: uppercase;
    cursor: pointer;
    /* border-radius: 10px; */
}
.show-menu, .menu input[type=checkbox] {
    display: none;
}
.menu input[type=checkbox]:checked~.menu {
    display: block;
}
/* ----------------- MUSICA ----------------- */
.musicas {
    width: 535px;
    margin-right: 40px;
    background: #dcdcdc;
    border-radius: 20px;
    padding: 40px 25px;
}
.musica-picture {
    border: 20px solid #e4e4e4;
    border-radius: 20px;
    width: 210px;
    margin-right: 10px;
}
.musica-picture img {
    height: auto;
}
.musica-infos {
    float: right;
    width: calc(100% - 210px);
    display: grid;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}
.musica-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.musica-infos p {
    font-size: 14px;
    color: #777777;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.musica-infos span {
    text-transform: uppercase;
    color: #a6a6a6;
    border-radius: 20px;
    background: #e4e4e4;
    font-weight: 500;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 235px;
    margin: 0 auto;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.plataformas {
    display: flex;
    align-items: center;
    justify-content: center;
}
.plataformas a {
    color: rgb(0 0 0 / 40%);
    font-size: 20px;
    padding: 0 10px;
}
.plataformas img {
    margin: 0 5px;
    max-height: 15px;
    height: auto;
}
/* ----------------- SOCIAL SITE ----------------- */
.social-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.social-site {
    margin-bottom: 20px;
    width: 100%;
}
.social-nicholas {
    margin-bottom: 20px;
}

a.social-icone {
    width: calc(100% / 5);
    background: #4a4a4a;
    padding: 10px;
    margin: 0 5px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f6f6f6;
    font-size: 18px;
}
a.social-icone svg {
    height: auto;
    width: 17px;
}

.bio {
    height: auto;
    width: calc(100% - 535px - 20px);
    display: grid;
    align-items: center;
    justify-content: center;
}
.bio-box {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
}
.bio-picture {
    background: url(imgs/nicholas-galitzine.jpeg) center center no-repeat;
    background-size: cover;
    width: 140px;
    height: 170px;
    border-top: 15px solid #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 40px solid #fff;
    transform: rotate(6deg);
    margin-top: 6px;
    margin-left: -25px;
    box-shadow: 5px 5px rgb(0 0 0 / 4%);
}
.bio-social {width: 100%;display: flex;align-items: center;justify-content: center;}

.bio-text {
    padding: 40px 55px 40px 40px;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 15px;
}

.bio-text p {
    line-height: 1.5;
    font-size: 13px;
}

.nicholas-container {
    display: flex;
    width: 100%;
}

.site-twitter {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 5%);
    flex-grow: .3;
    border-radius: 5px;
    padding: 29px 20px;
    font-size: .9rem;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
}

.site-twitter a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.site-instagram-icone {
    /* position: absolute; */
    z-index: 1111;
    height: 60px;
    width: 60px;
    background: #7e2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    color: #fff;
    font-size: 19px;
}
.site-facebook {
    flex-grow: .3;
}
.site-instagram {
    /* width: calc(100% - 450px); */
    /* height: 240px; */
    /* position: relative; */
    flex-grow: .3;
}
.social {
    margin-bottom: 20px;
}
.site-twitter-icone {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 40%);
    font-size: 1.9rem;
    flex-grow: .1;
    margin-right: 7px;
}
.site-twitter-icone a {
    color: #fff;
}
.tweets {
    float: right;
    width: calc(100% - 60px);
    padding: 0;
    font-size: 13px;
    color: #8a8a8a;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
    display: grid;
}
.rtw_meta {
    font-size: 10px;
    padding-bottom: 20px;
}
.tweets a {
    font-weight: 500;
    color: rgb(0 0 0 / 30%);
}
.site-instagram img {
    filter: grayscale(1);
}
#sb_instagram .sbi_photo {
    /* filter: grayscale(1)!important; */
    /* opacity: 0.4!important; */
    filter: brightness(0.5);
}
#sb_instagram .sbi_photo:hover {
    filter: brightness(1)!important;
    opacity: 1;
}
#sb_instagram a:hover {
    opacity: 1!important;
}
/* ----------------- PROJETOS ----------------- */
.projetos {
    margin: 40px 0;
}
.projetosSection {
    padding: 0 30px;
}
.projeto-item {
    padding: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all 0.3s ease;
}
.projeto-item a {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.projeto-item:hover {
    margin-top: -10px;
}
.projeto-item a:hover{
    opacity: 1;
}
.projeto-picture {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    float: left;
    position: relative;
    z-index: 111;
}
.projeto-title {
    color: rgb(255 255 255 / 40%);
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    /* letter-spacing: -2px; */
    margin-bottom: 10px;
}
.projetos-info {
    background: #252525;
    border-radius: 12px;
    width: calc(100% - 120px);
    text-align: center;
    float: left;
    margin-left: -30px;
    padding: 15px 20px;
    position: relative;
    display: grid;
}
.projetos-info span {
    color: #fff;
    background: #7e2c2c;
    border-radius: 10px;
    margin: 0 auto;
    font-size: 10px;
    width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 15px; */
}
.projetos-info p {
    font-size: 11px;
    color: #898989;
    margin-bottom: 10px;
}
.projetos-info img {
    margin: 0 auto;
    text-align: center;
    max-height: 15px;
    height: auto;
    opacity: 0.5;
    filter: grayscale(1);
}
/* ----------------- GALLERY ----------------- */

.gallery-title {
    float: left;
    width: 100%;
    border: 1px solid rgb(255 255 255 / 5%);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: left;
    padding: 15px;
    border-radius: 5px;
}

.gallery-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background: #7e2c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.gallery-title a {
    color: #676767;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    font-size: 12.5px;
}

.gallery-imgs img {
    width: calc(100% / 1);
    float: left;
    filter: brightness(0.7);
    border-radius: 2px;
}

.gallery-imgs img:hover {
    filter: brightness(1);
}


/* ----------------- CARDS ----------------- */
.leia-mais {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    background: #1e1e1e;
    font-size: 13px;
    border-radius: 2px;
    text-transform: uppercase;
}
.leia-mais a {
    color: #676767;
    display: block;
    padding: 26px;
}
.leia-mais a:hover {
    letter-spacing: 2px;
    opacity:1;
}
.cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.card-item a:hover {
    opacity: 1;
}
.card-item {
    position: relative;
    background: #252525;
}
.card-picture:hover {
    filter: brightness(0.5);
    opacity: 1;
}
.card-picture {
    height: 180px;
    width: 100%;
    position: relative;
    z-index: 1;
    filter: brightness(1.05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all 0.3s ease;
}
.card-infos {
    background: #252525;
    width: 97%;
    margin: 0 auto;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -20px;
    position: relative;
    z-index: 11;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all 0.3s ease;
}

.card-cat {
    position: absolute;
    right: 10px;
    top: -12px;
    background: #7e2c2c;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1.5;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
}

.card-cat a {
    color: #fff;
}

.card-title a {
    color: rgb(255 255 255 / 40%);
}
.card-title a:hover {
    opacity: 1;
    color: #fff;
}
.card-title {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 0;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-resumo {
    color: #b5b5b5;
    font-size: 11px;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    border-top: 1px solid rgb(0 0 0 / 5%);
}
.card-autor {
    text-align: center;
    color: #b0b0b0;
    font-size: 10px;
    text-transform: none;
    background: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 7px 25px;
    width: 170px;
    margin: 0 auto;
    font-weight: 300;
}
.card-autor a {
    color: #b0b0b0;
    font-weight: 500;
}
.card-autor a:hover {
    opacity: 0.6;
}
.card-date {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid rgb(255 255 255 / 5%);
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all 0.3s ease;
}
.card-date a {
    color: #d4d4d4;
    margin-left: 3px;
}
.card-date a:hover {
    opacity: 0.6;
}
.card-item:hover .share{
    display: block;
}
/* ----------------- SHARE ----------------- */
.share{
    position: absolute;
    z-index: 1111;
    top: 10px;
    left: 10px;
    display: flex;
    display:none;
}
.share a:hover {
    opacity: 1;
    margin-left: 10px;
}
.share a{
    margin-bottom: 5px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
}
.share a.tt {
    background: #1DA1F2;
}
.share a.fb {
    background: #4267B2;
}
.share a.wpp {
    background: #075E54;
}
/* ----------------- POSTS ----------------- */
.page-single, .page-noticias {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.noticias-container {
 	width: calc(100% - 32%);
}
.page-noticias article {
    width: 98%;
    margin-bottom: 40px;
}
article {
    width: 66%;
}
.article-topo {
    width: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: space-around;
}

.article-infos {
    width: 100%;
    background: #252525;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -20px;
    position: relative;
    z-index: 11;
}
article .share {
    display: block;
    position: relative;
    text-align: center;
}
article input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: rgb(25 25 25 / 30%);
    color: #fff;
    cursor: pointer;
}
article input {
	border: 1px solid;
}

article textarea {
		border: 1px solid;
}

article .share a {
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-flex;
    color: #fff;
}
.article-autor {
    text-align: center;
    font-size: 10px;
    width: 95%;
    margin: 0 auto;
    text-transform: uppercase;
    border: 1px solid rgb(255 255 255 / 5%);
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transition: all 0.3s ease;
}

.article-autor a {
    margin-left: 3px;
    color: #d4d4d4;
}

.article-date {font-weight: 600;letter-spacing: 1px;position: absolute;right: 10px;top: -12px;background: #7e2c2c;color: #fff;text-transform: uppercase;font-size: 12px;line-height: 1.5;padding: 5px 10px;display: inline-block;text-align: center;border-radius: 10px;-webkit-transition: all .3s ease;transition: all .3s ease;-moz-transition: all 0.3s ease;}
.article-date a {
    color: #fff;
}
.article-featured {
    width: 100%;
    height: 300px;
    position: relative;
    border-radius: 5px;
}
.article-featured img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.article-title {
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 20px;
}
.article-title a {
    color: rgb(255 255 255 / 40%);
}
.article-title h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.article-content {
    background: #fff;
    padding: 30px;
    color: #505050;
}
.article-content p strong{font-weight: 700;color: #7e2c2c;}
.article-content p em {
    color: #222222;
}
.article-content p {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 5px;
}
.article-content img.sizefull {
    max-width: 653px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.article-content a {
    color: #191919;
}
.article-content p a {
    color: #191919;
}
.article-content p img {
    max-width: 100%;
    border: 3px solid #7e2c2c;
}

.article-content p img:hover {
       filter: brightness(0.4);
    opacity: 1;
}
.article-content img {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.article-content .h3 {
    padding: 10px;
    margin: 8px 10px 8px 0;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
}
.article-content img.size-full {
    width: 100%;
    max-width: 652px;
    height: auto;
}
.article-content img:hover {
    filter: brightness(0.4);
    opacity: 1;
}
.article-content img.alignright {
    margin-left: 10px;
}
.article-content img.alignleft {
    margin-right: 10px;
}
.article-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 653px;
    height: auto;
}
.article-content ol, .article-content ol ul {
    padding-left: 4px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    list-style-position: insclasse;
    padding-bottom: 10px;
    padding-top: 10px;
}
.article-content ul, .article-content ul ul {
    list-style-position: insclasse;
    list-style-image: none;
    list-style-type: none;
    padding-left: 4px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.article-content li {
    margin-left: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0px;
}
.article-content img.alignnone.size-full {
    width: 100%;
    max-width: 653px;
    height: auto;
}
h1 {
    font-size: 32px;
    padding: 0;
    font-weight: 900;
    margin-bottom: 20px;
}
h2 {
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
h3 {
    font-weight: 900;
    font-size: 18.72px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 13.28px;
}
h6 {
    font-size: 10.72px;
}
.article-content .wp-caption {
    text-align: center;
    padding-top: 4px;
    margin: 10px;
}
.article-content .wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 4px;
}
.article-content .more-link {
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    text-transform: uppercase;
}
.article-comments {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
}
.article-content .gallery-pics {
    margin: 0 -20px 0 -20px;
    height: auto;
    padding: 10px;
    background: #f3f3f3;
}
.article-content .gallery-pics img:hover {
    filter: brightness(1);
    opacity: 1!important;
}
.article-content .gallery-pics img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 18%;
    height: 18%;
    padding: 5px;
    filter: brightness(0.5);
    background: transparent;
}
.article-content .gallery-pics img:hover {
    opacity: 1;
}
.article-content .gallery {
    background-color: #343434;
    margin: 0 -30px 0 -30px;
    padding: 0.5em 10px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-size: 13px;
}
.article-content .gallery strong {
    display: none;
}
.article-content .gallery:before {
    content: "\f0c1";
    font-family: FontAwesome;
    font-style: normal;
    color: rgb(255 255 255 / 30%);
    font-size: 13px;
    font-weight: 200;
    text-decoration: inherit;
    margin-right: 5px;
}
.article-content .gallery a {
    color: rgb(255 255 255 / 30%);
}
.article-footer {
    margin: 15px 0;
    background: rgb(52 52 52);
    font-weight: 300;
    border-radius: 10px;
    padding: 22px 28px;
    color: rgb(255 255 255 / 50%);
    font-size: 13px;
    text-transform: uppercase;
}
.article-footer p::before {
    content: "\f08d";
    font-family: FontAwesome;
    margin-right: 10px;
}
.article-footer a {color: rgb(255 255 255 / 80%);}
/* ----------------- sidebar ----------------- */
aside {
    width: 32%;
}
.widget input {
    background: #fff;
    padding: 10px;
    color: #999;
}
.widget p {
    line-height: 1.2;
}
.widget {
    margin-bottom: 20px;
    text-align: justify;
    width: 100%;
}
.widget h2 {
    color: #444444;
    background: #343434;
    padding: 15px 20px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    width: auto;
    letter-spacing: -2px;
    display: inline-flex;
    /* border-top-left-radius: 20px; */
    border-top-right-radius: 20px;
}
.widget form {
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget ul {
    margin: 0;
    border: 0px;
    list-style-image: none;
    list-style-type: none;
    background: #fff;
    padding: 13px;
    width: 100%;
}
.widget ul li {
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0px;
}
.widget ul ul {
    list-style-position: inside;
    list-style-image: none;
    list-style-type: square;
}
.widget ul ul>li {
    padding-left: 10px;
}
.widget .textwidget {
    text-align: justify;
    width: 100%;
    padding: 15px;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 1.5;
    color: #505050;
}
.widget .searchform {
    text-align: center;
}

/* ----------------- FORM ----------------- */
textarea, option, select, input {
    width: 100%;
    padding: 20px;
    border: 0px;
    position: relative;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}
input.search-button {
    cursor: pointer;
    background: #2f2f2f;
    border: none;
    padding: 0px;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    left: calc(100% - 35px);
    bottom: 42px;
    font-size: 11px;
    font-weight: 700;
}
/* ----------------- PAGINATION ----------------- */
.pagination {
    clear: both;
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.pagination span, .pagination a {
    font-size: 16px;
    display: block;
    background: transparent;
    font-weight: 600;
    color: rgb(0 0 0 / 20%);
    padding: 20px;
    text-transform: uppercase;
    border: 1px solid rgb(0 0 0 / 30%);
    border-radius: 4px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a:hover {
    background: #343434;
    border: 1px solid #343434;
    opacity:1;
    color: rgb(255 255 255 / 50%);
}
.pagination .current {
    background: #343434;
    border: 1px solid #343434;
    color: rgb(255 255 255 / 50%);
}

.article-content ol, .article-content ol ul {
    padding-left: 4px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    list-style-position: insclasse;
    padding-bottom: 10px;
    padding-top: 10px;
}
.article-content ul, .article-content ul ul {
    list-style-position: insclasse;
    list-style-image: none;
    list-style-type: none;
    padding-left: 4px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.article-content li {
    margin-left: 5px;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0px;
}
.article-content img.alignnone.size-full {
    width: 100%;
    max-width: 653px;
    height: auto;
}
h1 {
    font-size: 32px;
    padding: 0;
    font-weight: 900;
    margin-bottom: 20px;
}
h2 {
    padding: 0;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
h3 {
    font-weight: 900;
    font-size: 18.72px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 13.28px;
}
h6 {
    font-size: 10.72px;
}
.article-content blockquote {
    margin: 1.5em 10px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.02);
    border-left: 7px solid #7e2c2c;
}
.article-content .wp-caption {
    text-align: center;
    padding-top: 4px;
    margin: 10px;
}
.article-content .wp-caption p.wp-caption-text {
    font-size: 13px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 4px;
}
.article-content .more-link {
    cursor: pointer;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    text-transform: none;
    color: #7e2c2c;
}
.article-comments {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
}
.article-content .gallery-pics {
    margin: 0 -30px 0 -30px;
    height: auto;
    padding: 10px;
    background: #f3f3f3;
}
.article-content .gallery-pics img:hover {
    filter: brightness(1);
    opacity: 1!important;
}

.article-content .gallery-pics a:hover {
    opacity: 1;
} 
.article-content .gallery-pics img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    width: 18%;
    height: 18%;
    padding: 5px;
    filter: brightness(0.5);
    background: transparent;
}
.article-content .gallery-pics img:hover {
    opacity: 1;
}
.article-content .gallery {
    background-color: #7e2c2c;
    margin: 0 -30px 0 -30px;
    padding: 0.5em 10px;
    line-height: 24px;
    color: #fff;
    text-transform: lowercase;
    font-size: 13px;
}
.article-content .gallery strong {
    display: none;
}
.article-content .gallery:before {
    content: "\f0c1";
    font-family: FontAwesome;
    font-style: normal;
    color: #fff;
    font-size: 13px;
    font-weight: 200;
    text-decoration: inherit;
    margin-right: 5px;
}
.article-content .gallery a {
    color: #fff;
}
.article-footer {
    margin: 15px 0;
    background: rgb(255 255 255 / 8%);
    font-weight: 300;
    border-radius: 7px;
    padding: 22px 28px;
    color: rgb(255 255 255 / 50%);
    font-size: 11px;
    text-transform: uppercase;
}
.article-footer p::before {
    content: "\f08d";
    font-family: FontAwesome;
    margin-right: 10px;
}
.article-footer a {color: rgb(255 255 255 / 70%);}
/* ----------------- sidebar ----------------- */
aside {
    width: 32%;
}
.widget input {
    background: #fff;
    padding: 10px;
    color: #999;
}
.widget p {
    line-height: 1.2;
}
.widget {
    margin-bottom: 20px;
    text-align: justify;
    width: 100%;
}
.widget h2 {
   background: #7e2c2c;
   color: #fff;
   text-transform: uppercase;
   font-size: 13px;
   line-height: 1.5;
   padding: 7px 12px;
   display: inline-block;
   text-align: center;
   border-radius: 14px;
   margin-bottom: -10px;
   margin-left: 5px;
   letter-spacing: 0;
}
.widget form {
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget ul {
    margin: 0;
    border: 0px;
    list-style-image: none;
    list-style-type: none;
    background: #fff;
    padding: 13px;
    width: 100%;
}
.widget ul li {
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 0px;
}
.widget ul ul {
    list-style-position: inside;
    list-style-image: none;
    list-style-type: square;
}
.widget ul ul>li {
    padding-left: 10px;
}
.widget .textwidge  {
    text-align: justify;
    width: 100%;
    padding: 20px;
    background: #fff;
    line-height: 1.5;
}

.widget .execphpwidget {
    text-align: justify;
    width: 100%;
    padding: 20px;
    background: #fff;
    line-height: 1.5;
}.widget .execphpwidget {
    text-align: justify;
    width: 100%;
    padding: 20px;
    background: #fff;
    line-height: 1.5;
}
.widget .searchform {
    text-align: center;
}

/* ----------------- FORM ----------------- */
textarea, option, select, input {
    width: 100%;
    padding: 20px;
    border: 0px;
    position: relative;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
}
input.search-button {
    cursor: pointer;
    background: #7e2c2c;
    border: none;
    padding: 0px;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: relative;
    left: calc(100% - 35px);
    bottom: 42px;
    font-size: 11px;
    font-weight: 700;
}
#sb_instagram {
    text-align: justify;
    width: 100%;
    padding: 15px!important;
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 1.5;
    color: #505050;
}
/* ----------------- PAGINATION ----------------- */
.pagination {
    clear: both;
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
}
.pagination span, .pagination a {
    font-size: 13px;
    display: block;
    background: transparent;
    font-weight: 600;
    color: rgb(255 255 255 / 40%);
    padding: 17px;
    text-transform: uppercase;
    border: 1px solid rgb(255 255 255 / 5%);
    border-radius: 4px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination a:hover {
    background: #7e2c2c;
    border: 1px solid #7e2c2c;
    opacity:1;
    color: #fff;
}
.pagination .current {
    background: #7e2c2c;
    border: 1px solid #7e2c2c;
    color: #fff;
}
