/*
Editado por Potterish.com
- Marcelo 7/12/2021
Theme Name: Potterish 2021
Theme URI: https://www.potterish.com
Theme UI: Luciana Iha  www.behance.net/lucianaiha
Description: Potterish 2021
Version: 9.0
Author: Potterish 
Author URI: https://www.potterish.com
*/

@charset "utf-8";

/**/

body {
    margin: 0;
    padding: 0;
    background: #00151c;
    font-family: 'Hammersmith One';
    font-size: 17px;
}

/*sets all SVG's to be responsive. displaying at full width*/
img[src*='.svg']{
    width: 100%;
    height: auto;
}

#main {
    background: #00151c url("https://cdn.potterish.com/v6/top.webp") no-repeat top left;
    background-size: contain;
    height: auto; /*text-align: center;*/
    width: 1280px;
    margin: 10px auto;
}


/* header */
#menutopmobile {
    display: none;
}

#menumodal {
    display: none;
    position: fixed;
    padding-top: 60px;
    background: #00151c;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: scroll;
}

#menumodal .close {
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 800;
    font-size: 20px;
    color: #c2c2c2
}

#menumodal ul li {
    list-style: none;
    text-align: left;
}

#menumodal ul li {
    margin: 15px 0px;
}

#menumodal ul li a {
    text-decoration: none;
    color: #1a9594;
    font-size: 1em;
    letter-spacing: 0.05em;
}

#header {
    display: block;
    margin: 0 auto;
    width: 1280px;
    height: 167px;
    text-align: center;
}

#linkhometop {
    height: 104px;
    margin: 0px 0 0 484px;
    position: absolute;
    width: 312px;
}

#menutop {
    position: absolute;
    width: 1280px;
}

#menutop ul {
    list-style: outside none none;
}

#menutop ul li {
    font-size: 17px;
    font-family: 'Hammersmith One';
    display: inline-block;
    color: #1a9594;
    transition: ease all 0.3s;
    text-align: center;
    letter-spacing: -1px
}

#menutop ul li:hover {
    text-decoration: none;
    color: #816B59;
}

#menutop ul li a {
    text-decoration: none;
    color: #1a9594;
    font-size: 0.8em;
    letter-spacing: 0.05em;
}

#menutop ul li a:hover {
    color: #5acccb;
    text-decoration: none
}

#menutop ul li.a1 {
  margin: 11px 0 0 -536px;
  position: absolute;
}

#menutop ul li.a2 {
    margin: 11px 0 0 -424px;
    position: absolute
}

#menutop ul li.a3 {
    margin: 11px 0 0 -282px;
    position: absolute
}

#menutop ul li.a4 {
    margin: 47px 0 0 -513px;
    position: absolute
}

#menutop ul li.a5 {
    margin: 47px 0 0 -375px;
    position: absolute
}

#menutop ul li.a6 {
    margin: 11px 0 0 160px;
    position: absolute
}

#menutop ul li.a7 {
    margin: 11px 0 0 301px;
    position: absolute
}

#menutop ul li.a8 {
    margin: 11px 0 0 422px;
    position: absolute
}

#menutop ul li.a9 {
    margin: 47px 0 0 200px;
    position: absolute
}

#menutop ul li.a10 {
    margin: 47px 0 0 316px;
    position: absolute
}

#menutop ul li.a11 {
    margin: 47px 0 0 433px;
    position: absolute
}

/* content */
#content {
    display: table;
	background: #00151c;
    margin: 0 auto;
    width: 1280px;
}

.news-big .image {
  width: 1042px;
  height: 342px;
  background-position: center !important;
  /*background-size: cover !important;*/
  background-size: contain;
  margin: 10px auto;
}

.news-big .headline {
  background-color: #00151c;
  width: 880px;
  margin: -50px 56px 0px;
  text-align: center;
  padding: 20px 25px;
}

.news-big .subject, .news-big .subject a {
    color: #1a9594;
    font-family: 'Roboto';
    font-size: 0.83em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

.news-big .subject::before {
  color: #126e6d;
  content: '\FE0E\25C6';
  margin-right: 5px;
}

.news-big .subject::after {
  color: #126e6d;
  content: '\FE0E\25C6';
  margin-left: 5px;
}

.news-big h1.title {
  margin: 11px 0px 5px;
}

.news-big h1.title a {
  color: #c2c2c2;
  font-family: 'Hammersmith One';
  font-size: 1.3em;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: normal;
}

.news-big time.pubdate {
    color: #0f7673;
    font-family: 'Roboto';
    font-size: 0.85em;
    letter-spacing: 0.02em;

}

.news-big a.author {
    color: #c2c2c2;
    font-family: 'Roboto';
    font-size: 0.85em;
    text-decoration: none;
    display: block;
    font-weight: 700;
}

.news-big p {
    color: #c2c2c2;
    font-family: 'Hammersmith One';
    font-size: 1em;
    line-height: 1.2em;
	letter-spacing: 0.02em;
}

.news-big p a {
  color: #c2c2c2 !important;
}

.home-ads {
  float: left;
  width: 345px;
  height: 310px;
  overflow: hidden;
  text-align: center;
  margin: 35px 0px;
}

.news {
  float: left;
  margin: 10px 5px 1px 5px;
  height: 345px;
  overflow: hidden;
}

.news .image {
  width: 331px;
  height: 156px;
  background-position: center !important;
  background-size: cover !important;
}

.news .headline {
  background-color: #00151c;
  width: 273px;
  margin: -27px 22px 0px;
  text-align: center;
  padding: 8px 8px;
}

.news .subject, .news .subject a {
  color: #1a9594;
  font-family: 'Roboto';
  font-size: 0.83em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing:0.07em;
}

.news .subject::before {
  color: #126e6d;
  content: '\FE0E\25C6';
  margin-right: 5px;
}

.news .subject a::after {
    color: #126e6d;
    content: '\FE0E\25C6';
    margin-left: 5px;

}

.news h2.title {
  	margin: 11px 0px 5px;
	line-height: 0.85em;
}

.news h2.title a {
    color: #c2c2c2;
    font-family: 'Hammersmith One';
    font-size: 0.70em;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0.03em;
    line-height: 17px !important;

}

.news:hover h2.title a {
  color: #c2c2c2 !important;
}

.news time.pubdate {
    color: #0f7673;
    font-family: 'Roboto';
    font-size: 0.80em;
    letter-spacing: 0.02em;

}

.breadcumb {
  color: #c2c2c2;
  font-family: 'Roboto';
  font-size: 0.80em;
  text-decoration: none;
  display: block;
  margin-top: 3px;
}

.breadcumb a {
	text-decoration: none;
	color: #c2c2c2;
    font-family: 'Roboto';
}

.news a.author {
  color: #c2c2c2;
  font-family: 'Roboto';
  font-size: 0.80em;
  text-decoration: none;
  display: block;
  margin-top: 3px;
}
/* news single (single-news-page) */
.news-single {
}

.news-single .wp-caption-text {
  display: none;
}

.news-single .cover-image {
  margin: 30px 0px;
  width: 1042px;
  height: 340px;
  background-position: center !important;
  background-size: cover !important;

}

.news-single .headline {
  text-align: center;
}

.news-single .subject, .news-single .subject a {
  color: #1a9594 !important;
  font-family: 'Roboto';
  font-size: 0.83em;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-top: 5px;
  
}

.news-single .subject::before {
  color: #126e6d;
  content: '\FE0E\25C6';
  margin-right: 5px;
}

.news-single .subject::after {
  color: #126e6d;
  content: '\FE0E\25C6';
  margin-left: 5px;
}

.news-single h1.title {
  margin: 11px 100px 5px;
  color: #c2c2c2;
  font-family: 'Hammersmith One';
  font-size: 2em;
  line-height: 1.2em;
  text-decoration: none;
	font-weight:normal;
}

.news-single time.pubdate {
  color: #1a9594;
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 30px;
}

.news-single .contentnews {
  width: 681px;
  margin: 0px 181px;
  color: #c2c2c2;
  font-family: 'Roboto';
  line-height: 25px;
}

.news-single p {
  margin: 15px 0px;
}

.news-single .contentnews a {
  color: #1a9594;
  font-weight:700;
  transition: ease all 0.3s;
	text-decoration:none;
}

.news-single a:hover{
	color:#c2c2c2;
}

.news-single .contentnews .gallery-item {
  width: 100% !important;
}

.news-single .slideshow-window * img {
    background-color: transparent !important;
    background-image: none !important;
    border-width: 0 !important;
    display: block;
    margin: 0 auto!important;
    max-width: 100%!important;
    max-height: 100%!important;
    padding: 0 !important;
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

.news-single .contentnews img {
  margin: 15px -10%;
  width: 120%;
  height: auto;
}

.news-single a.author {
  color: #c2c2c2;
  font-family: 'Roboto';
  font-size: 14px;
  text-decoration: none;
  line-height: 30px;
  display: block;
}

.news-single blockquote {
   font-size: 1.8em;
   line-height: 32px;
   text-align: center;
   font-family: 'Hammersmith One';
   font-weight: 100 !important;
   color: #fff;
}

.news-single .contentnews figcaption {
    font: 0.75em/1.2em 'Roboto';
    margin: -5px 0 40px 0;
    text-align: center;
    color: #818181;
}

.news-single blockquote::before {
  display: block;
  content: " ";
  background: url("https://cdn.potterish.com/v6/w_right.webp") top center;
  background-size: contain;
  width: 100%;
  height: 16px;
  background-repeat: no-repeat;
  margin: 45px 0px 25px;
}

.news-single blockquote::after {
  display: block;
  content: " ";
  background: url("https://cdn.potterish.com/v6/w_left.webp") top center;
  background-size: contain;
  width: 100%;
  height: 16px;
  background-repeat: no-repeat;
  margin: 25px 0px 45px;
}

.news-single blockquote cite {
    font-size: 0.5em;
    line-height: 15px;
    margin-top: 15px;
    display: block;
    font-weight: normal;
    font-style: normal;
    font-family: 'Roboto';
}

.news-single .box__leia-tambem {
    margin: 4em 0;
    font-size: 0.9em;
    font-weight: normal;
}

.news-single .box__leia-tambem b{
	text-transform: allcaps;
}
.news-single .box__leia-tambem b {

    letter-spacing: 0.16em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: roboto;
    font-size: 0.75em;

}
.news-single .box__leia-tambem ul {

    list-style: none;
    margin: 5px 0px;
    padding: 0 15px 0;

}
/* end news single (single-news-page) */
/* social media share news icons */
#socialiconstop {
    /*color: #1a9594;*/
    display: block;
    margin: 91px 0 0 508px;
    position: absolute!important;
    width: 265px;
}

i.fa {
    margin: 2px 0;
    transition: all 0.1s ease 0s;
    padding: 3px;
	display: inline-block;
	filter: invert(47%) sepia(46%) saturate(728%) hue-rotate(131deg) brightness(92%) contrast(86%);
	text-decoration: none;
	background-size: 20px 20px!important;
	width: 20px;
	height:20px;
}

i.fa-facebook {
}

}

i.fa-twitter {
	
}

i.fa-tumblr {
	
}

i.fa-youtube {
	
}

i.fa-instagram {
	
}

i.fa-snapchat {
	
}

i.fa-spotify {
	
}

i.fa-tiktok {
	
}


i.fa-facebook:hover {
    color: #3b5998;
	filter: invert(34%) sepia(6%) saturate(5286%) hue-rotate(183deg) brightness(91%) contrast(88%);
}

i.fa-twitter:hover {
    color: #00acee;
	filter: invert(42%) sepia(98%) saturate(580%) hue-rotate(155deg) brightness(104%) contrast(113%);
}

i.fa-tumblr:hover {
    color: #000000;
	filter: invert(0%) sepia(94%) saturate(7422%) hue-rotate(3deg) brightness(84%) contrast(102%);
}

i.fa-youtube:hover {
    color: #dd4b39;
	filter: invert(30%) sepia(46%) saturate(1564%) hue-rotate(331deg) brightness(117%) contrast(95%);
}

i.fa-instagram:hover {
    color: #e1306c;
	filter: invert(26%) sepia(99%) saturate(2915%) hue-rotate(324deg) brightness(94%) contrast(87%);
}

i.fa-spotify:hover {
    color: #1DB954;
	filter: invert(54%) sepia(69%) saturate(542%) hue-rotate(88deg) brightness(92%) contrast(88%);
}

i.fa-snapchat:hover {
    color: #FFFC00;
	filter: invert(84%) sepia(96%) saturate(1265%) hue-rotate(2deg) brightness(104%) contrast(111%);
}

i.fa-tiktok:hover {
    color: #69c9d0;
	filter: invert(76%) sepia(75%) saturate(266%) hue-rotate(133deg) brightness(84%) contrast(92%);
}

.c6lh {
    line-height: 14px !important
}

/* left */
#left {
    width: 104px;
    display: table-cell;
    padding: 0;
    vertical-align: top;
    position: relative;
}

#left .bar {
  background: url('https://cdn.potterish.com/v6/top-left.webp') top left no-repeat;
  background-size: contain;
  width: 104px;
  height: 774px;
}

/* right */
#right {
    width: 104px;
    display: table-cell;
    padding: 0;
    vertical-align: top;
    position: relative;
}

#right .bar {
  background: url('https://cdn.potterish.com/v6/top-right.webp') top left no-repeat;
  background-size: contain;
  width: 104px;
  height: 774px;
}

/* center */
#center {
    width: 1072px;
    display: table-cell;
    padding: 28px 15px;
    vertical-align: top;
    position: relative;
    min-height: 1000px;
}

#center::before {
    display: block;
    width: 95px;
    height: 38px;
    background: url("https://cdn.potterish.com/v6/note-left.webp") no-repeat top left;
    background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    content: " ";
}

#center::after {
    display: block;
    width: 95px;
    height: 38px;
    background: url("https://cdn.potterish.com/v6/note-right.webp") no-repeat top right;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    content: " ";
}

/* colunas e internas */
#containernavint {
    display: block;
    height: 35px;
    margin: 45px 0 0;
    width: 590px;
    border-bottom: 1px dashed #c8c8c8;
    padding: 0px 0 57px 0;
}

/* pagination */
.pagination {
    margin: 70px 0px;
    font-size: 15px;
    font-family: 'Hammersmith One';
    color: #1a9594;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.04em;

}

.pagination a {
    color: #1a9594;
    text-decoration: none;
}

.pagination a:hover {
    color: #5acccb !important;
}

.pagination .page-numbers {
  margin: 0px 10px;
}

.pagination .current {
    color: #fff;
}

.pagination .next {
    float: right;
}

.pagination .next::after {
  display: block;
  content: " ";
  background: url('https://cdn.potterish.com/v6/w_right.webp') top left;
  background-size: contain;
  width: 140px;
  height: 16px;
  float: right;
  margin-left: 10px;
}

.pagination .prev {
    float: left;
}

.pagination .prev::after {
  display: block;
  content: " ";
  background: url('https://cdn.potterish.com/v6/w_left.webp') top left;
  background-size: contain;
  width: 140px;
  height: 16px;
  float: left;
  margin-right: 10px;
}

/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* footer */
#footer {
    display: block;
    margin: 0 auto;
    width: 1280px;
	background: #00151c;
}

#footer .parceiros{
	text-align: center;
    color: #96b4b0;
    text-align: center;
    font-size: 0.83em;
	
}

#footer .parceiros div {
    margin-bottom: 15px;
	height:100px;!important;
	width: 200px;!important ;
}

#footer .parceiros img.partner {
  height: 100px;
}

#footer .search {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 80px;

    color: #96b4b0;
    text-align: center;
    font-size: 0.83em;
}

#footer .search div {
    margin-bottom: 15px;
}

#footer .search input {
    background: #c2c2c2;
    border: 0;
    height: 35px;
    width: 20rem;
    padding-left: 0.5rem;
    margin: 0;
}


#footer .search button {
    height: 37px;
    background: #1a9594;
    color: #fff;
    border: 0;
    margin: 0;
}

#footer .bar {
  background: url('https://cdn.potterish.com/v6/bottom.webp') top left no-repeat;
  background-size: contain;
  height: 392px;
  color: #96b4b0;
  text-align: center;
  font-size: 0.83em;
  padding-left: 105px;
  padding-right: 105px;
}


#footer .footer_col {
    display: flex;
    flex-direction: row;
}

#footer .fansite img {
    width: 40%;
}

#footer .ish_logo img {
    margin-top: 10px;
    width: 80%;
}

#footer .legal img {
    height: 20px;
}

#footer .legal p {
    text-decoration: none;
	color: #96b4b0;
}

#footer .footer_col div {
    flex-grow: 1;
    flex-basis: 0;
}

#footer .copyright p {
    margin-top: -12px;
}

#wpdc-comments .wpdc-comments-loaded div {
    color: #1a9594;
    text-align: center;
    font-size: 0.83em;
}

#reply-title .comment-reply-title h3 {
	color: #1a9594;
}

.wpdc-discourse-topic-link a {
	color: #1a9594;
    text-decoration: none;
}

.wpdc-discourse-topic-link a:hover {
    color: #5acccb !important;
}

/* newsletter */
.newsletter {
  width: 1010px;
  height: 81px;
  background: url('https://cdn.potterish.com/v6/newsletter.webp') top left no-repeat;
  background-size: contain;
  float: left;
  margin-left: 2px;
  padding: 14px 14px 8px;
}

/* podcast */
.podcast {
  width: 1010px;
  height: 81px;
  background: url('https://cdn.potterish.com/v6/podcast.webp') top left no-repeat;
  background-size: contain;
  float: left;
  margin-left: 2px;
  padding: 14px 14px 8px;
}
	

/* poll */
.poll {
  width: 1010px;
  height: 81px;
  background: url('https://cdn.potterish.com/v6/poll.webp') top left no-repeat;
  background-size: contain;
  float: left;
  margin-left: 2px;
  padding: 14px 14px 8px;
}

.poll .poll-title {
  font-family: 'Hammersmith One';
  color: #c2c2c2;
  float: left;
  width: 35%;
  font-size: 18px;
  height: 77px;
  display: flex;
  align-items: center;
}

.poll .poll-body {
  float: left;
  width: 55%;
  margin-top: 14px;
  vertical-align: middle;
}

.poll .poll-body-results {
  float: left;
  width: 65%;
  margin-top: 14px;
  vertical-align: middle;
}

.poll .poll-result {
    height: 30px;
    width: 218px;
    float: left;
    color: #fff;
    margin: 2px 0px 0px;
	padding-right: 10px;
    font-family: 'Roboto';
    font-size: 14px;
    display: block;
    position: relative;
}

.poll .poll-result .pollbar {
  height: 4px;
  background: #1a9594;
  border: 0px;
}

.poll .poll-option {
    height: 30px;
    width: 160px;
    float: left;
    color: #fff;
    margin: 2px 0px 0px;
    font-family: 'Roboto';
    font-size: 14px;
    cursor: pointer;
    display: block;
    position: relative;
    padding-left: 25px;
}

.poll .poll-submit {
    width: 10%;
    float: left;
}

.poll .poll-submit input {
  width: 85px;
  float: left;
  border: 2px solid #1a9594;
  background-color: #00151c;
  color: #1a9594;
  height: 38px;
  font-weight: bold;
  margin-top: 19px;
  cursor: pointer;
}

.poll .poll-submit input:hover {
    border: 1px solid #1a9594;
    background-color: #1a9594;
    color: #fff;
}


/* Custom Select */
.poll .poll-option input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.poll .poll-option .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #00151c;
    border: 1px solid #1a9594;
}

/* On mouse-over, add a grey background color */
.poll .poll-option:hover input ~ .checkmark {
    background-color: #1a9594;
}

/* When the checkbox is checked, add a blue background */
.poll .poll-option input:checked ~ .checkmark {
    background-color: #1a9594;
}

/* Create the checkmark/indicator (hidden when not checked) */
.poll .poll-option .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.poll .poll-option input:checked ~ .checkmark::after {
    display: block;
}

/* Style the checkmark/indicator */
.poll .poll-option .checkmark::after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* mobile */
@media only screen and (max-width: 600px) {
    #left, #right, #center::before, #center::after, #menutop ul, #center .poll, .news-big p {
        display: none;
    }

    #main {
        background: #00151c url("https://cdn.potterish.com/v6/top-mobile.jpeg") no-repeat top left;
        background-size: contain;
        width: 96% ;
        margin: 2%;
    }

    #header {
        position: relative;
        width: 100%;
    }

    #menutopmobile {
        display: block;
    }

    #menutopmobile .am1 img {
        width: 11%;
        position: absolute;
        top: 10%;
        left: 2%;
    }

    #menutopmobile .am2 img {
        width: 11%;
        position: absolute;
        top: 10%;
        right: 3%;
    }

    #footer {
        margin-top: 70px;
        width: 100%;
    }

    #footer .bar {
        background: #00151c;
        background-size: contain;
        width: 96%;
        margin: 2%;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 50px;
    }

    #footer .footer_col {
        flex-direction: column;
    }

    #menutop #socialiconstop {
        margin: 83px 0 0 65px;
    }

    #linkhometop {
        height: 75px;
        margin: 0px 0 0 61px;
        position: absolute;
        width: 238px;
    }

    #content {
        width: 100%;
		display: inherit;
    }

    #center {
        width: 100%;
        padding: 0px 0px;
		display: inherit;
    }
  
	
    .news-big {
        padding: 31px 7px 31px 0px;
    }

    .news {
        width: 96%;
        margin: 20px 7px;
    }

    .news .headline, .news-big .headline {
        background-color: #00151c;
        width: 85%;
        margin: -27px auto;
        text-align: center;
        padding: 8px 8px;
    }

    .news-big .title {
        font-size: 1.3em;
    }

    .news .image, .news-big .image {
        width: 100% ;
        height: 156px;
        background-position: center ;
        background-size: cover ;
    }

    .news-single .content {
        width: 100% ;
        margin: 0px 0px;
		display:block; margin:10px auto;
    }

    .news-single h1.title {
         margin: 11px 0px 5px;
    }

    .news-single .cover-image {
         width: 90% ;
         height: 250px;
		 display:block; margin:10px auto;
    }

    .news-single .content img {

         width: 100%;
		 display:block; margin:10px auto;
    }

    .news-single .content iframe {
          width: 100%;
    }
	/* alterado carmem 19/04/2020*/
	.news-single .contentnews {
    margin: 0 auto;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
	}
}
