@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Shanti|Rokkitt:700);
 

html {
}

body {
   font: 16px/18px  Arial, Verdana, Helvetica, Sans-Serif;
   color: #FFF;
}

.wrapper {
   width: 775px;
   margin: 0px auto;
   background-color: rgba(251,249,249,0.79);
   min-height: 100%;

}

#content {
   width: 700px;
   margin: 70px auto;
   padding-left:27px;
}

* { padding: 0; margin: 0; }

li {
   list-style: none;
}

a {
   text-decoration: none;
}  

a:visited {
   color: ;
}

#spacer {
   height: 15px;
}
/* Header */

.header {
   padding-bottom: 10px;
}

.header li {
   margin-top: 25px;
   display: inline-table;
}

#logo {
   width: 600px;
   height: 300px;
   padding-right: 0px;
   padding-left:50px;
   margin-left:30px;
   display: block;
   background-repeat: no-repeat;
}

#tagline {
   text-shadow: 1px 1px 1px #ffffff;
   color: #554d40;
   width: 320px;
   height: 50px;
   font: 20px 'Shanti', sans-serif;
   padding-bottom: : 25px;
}

/* Author Info */

#author {
   float: right;	
   background-color: #fbf9f9;
   height: 170px;
   width: 170px;
   -moz-box-shadow: 2px 2px 0px #e7e7e7;
   -webkit-box-shadow: 2px 2px 0px #e7e7e7;
   box-shadow: 2px 2px 0px #e7e7e7;
   margin-top: -100px;
   margin-right: -250px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   opacity: 1.21;
}

#authorimg {
   display: block;
   background-repeat: none;
   -webkit-border-top-right-radius: 10px;
   -webkit-border-top-left-radius: 10px;
   -moz-border-radius-topright: 10px;
   -moz-border-radius-topright: 10px;
   border-top-right-radius: 10px;
   border-top-left-radius: 10px;
   margin-top: 13px;
   margin-bottom: 5px;
   margin-left: 10px;
   width: 150px;
   height: 150px;
}

#author span {
   color: #ffffff;
}

#author h1 {
   color: #406688;
   text-align: left;
   width: 170px;
   margin: 0px auto;   
   font: 18pt 'Rokkitt', serif;
   font-weight: 700;
}

#author p {
   color: #7a7b7c;
   text-align: left;
   width: 170px;
   margin: 0px auto;
   font: 8pt 'Shanti', sans-serif;
}

#author a {
   color: #406688;
   -webkit-transition: color 1s ease;
   -o-transition: color 1s ease;
   -moz-transition: color 1s ease;
}

#author a:hover {
   color: #1591ff;
   -webkit-transition: color 1s ease;
   -o-transition: color 1s ease;
   -moz-transition: color 1s ease;
}


/* Date */

#date {
   margin-left: -120px;
   background-color: #f8f6f6;
   -webkit-border-radius: 5em;
   -moz-border-radius: 5em;
   border-radius: 5em;
   height: 65px;
   width: 65px;
   -webkit-transition: background-color 1s ease, color 1s ease;
   -o-transition: background-color 1s ease, color 1s ease;
   -moz-transition: background-color 1s ease, color 1s ease;
   text-transform: uppercase;
   color: #a79999;
   font: 18.6px 'Rokkitt', serif;
   text-align: center;
   margin-top: 0px;

}

#date span {
   text-align: center;
   display: block;
   font-size: 11.5px;
}

#date:hover {
   color: #ffffff;
   background-color: #1591ff;
   -webkit-transition: background-color 1s ease, color 1s ease;
   -o-transition: background-color 1s ease, color 1s ease;
   -moz-transition: background-color 1s ease, color 1s ease;
}

#singledate {
   margin-left: -110px;
   background-color: #1591ff;
   -webkit-border-radius: 5em;
   -moz-border-radius: 5em;
   border-radius: 5em;
   height: 65px;
   width: 65px;
   text-transform: uppercase;
   color: #ffffff;
   font: 11.5px 'Rokkitt', serif;
   text-align: center;
   margin-top: -20px;
}

#singledate span {
   text-align: center;
   display: block;
   font-size: 25.6px;
}

/* Individual Posts */

.post {
   margin-top: 15px;
   padding-bottom: 25px;
}

#post-info {
   margin-top: -50px;
}

.post h1 {
   -webkit-transition: color 0.5s linear;
   -o-transition: color 0.5s linear;
   -moz-transition: color 0.5s linear;
   color: #777777;
   font: 20px 'Rokkitt', serif;
   font-weight: 700;
   padding-bottom: 20px;
   text-decoration: none;
}

.post h1:hover {
   -webkit-transition: color 0.5s linear;
   -o-transition: color 0.5s linear;
   -moz-transition: color 0.5s linear;
   color: #406688;
   text-decoration: none;
}

.post p {
   color: #FFFFFF;
   font: 14px 'Shanti', sans-serif;
}

#post-info img {
   display: block;
   border: 0px solid; 
   border-color: rgba(34, 34, 34, .67);
   margin-bottom: 15px;
   -webkit-transition: border-color 0.5s linear;
   -o-transition: border-color 0.5s linear;
   -moz-transition: border-color 0.5s linear;
   max-width: 460px;
}

#post-info img:hover {
   -webkit-transition: border-color 0.5s linear;
   -o-transition: border-color 0.5s linear;
   -moz-transition: border-color 0.5s linear;
   border-color: #406688;
}

/* Single Post Page */

.singlepost {
   margin-top: 15px;
   padding-bottom: 15px;
}

#singlepost-info {
   margin-top: -50px;
}

.singlepost h1 {
   color: #406688;
   font: 20px 'Rokkitt', serif;
   font-weight: 700;
   padding-bottom: 20px;
   text-decoration: none;
}

.singlepost p {
   color: #777777;
   font: 14px 'Shanti', sans-serif;
}

.singlepost img {
   display: block;
   border: 0px solid; 
   border-color: #406688;
   margin-bottom: 15px;
   max-width: 460px;
}

#spacer {
   height: 25px;
}

#like {
   display: inline;
   float: left;
   margin: 0px auto;
}

#tweet {
   list-style: none;
   display: inline;
   margin: 0px auto;
}

#google {
   display: inline;
   margin: 0px auto;
}

#comments {
   clear: both;
   margin-left:-27.5px;
   background-color: #fbf9f9;
   padding-top: 25px;
}

/* Read More */ 

#read {
   height: 26px;
   width: 103px;
   background: url(../images/readon.png);
   background-repeat: none;
   float: right;
   margin-right: -36px;
   -webkit-transition: background 1s linear;
   -o-transition: background 1s linear;
   -moz-transition: background 1s linear;
}

#read:hover {
   height: 26px;
   width: 103px;
   background: url(../images/readact.png);
   background-repeat: none;
   float: right;
   margin-right: -36px;
   -webkit-transition: background 1s linear;
   -o-transition: background 1s linear;
   -moz-transition: background 1s linear;
}

#readon {
   color: #ffffff;
   background: -moz-linear-gradient(top, #41a6ff, #077be2);
   background: -webkit-gradient(linear, left top, left bottom, from(#41a6ff), to(#077be2));
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a6ff', endColorstr='#077be2');
   background: -o-linear-gradient(rgb(7,123,226),rgb(65,166,255));
   background-color: #3e3e3e;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#41a6ff), to(#077be2));
   background: -webkit-linear-gradient(top, #41a6ff, #077be2);
   background:    -moz-linear-gradient(top, #41a6ff, #077be2);
   background:     -ms-linear-gradient(top, #41a6ff, #077be2);
   background:      -o-linear-gradient(top, #41a6ff, #077be2);
   height: 23px;
   width: 125px;
   border: 1px solid #167ad3;
   text-align: center;
   float: right;
   margin-right: -40px;
   margin-bottom: 10px;
}

#readon p {
   text-align: center;
   padding-top: 6px;
   display: inline;
   color: #ffffff;
   font: 7pt "Helvetica-Light", Sans-Serif;
   text-transform: uppercase;

}

#readon:hover {
}

/* Pages */

.pages {
   margin-top: 25px;
   font: 12px 'Shanti', sans-serif;
   color: #6f6f6f;
   text-transform: uppercase;
   height: 12px;
}

.pages li {
   display: inline-table;
   padding-right: 5px;
   height: 14px;
}

.pages a {
   color: #6f6f6f;
   display: inline-table;
   padding-right: 5px;
   height: 14px;
}

#pact {
   text-align: center;
   width: 12px;
   background-color: #6f6f6f;
   color: #ffffff;
}

/* Search */

#search {
   float: right;	
   background-color: #fbf9f9;
   height: 60px;
   width: 200px;
   -moz-box-shadow: 2px 2px 0px #e7e7e7;
   -webkit-box-shadow: 2px 2px 0px #e7e7e7;
   box-shadow: 2px 2px 0px #e7e7e7;
   margin-top: 140px;
   margin-right: -250px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

#search input[type=text] {
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #cbc4c4;
   background-color: #ffffff;
   margin: 0px auto;
   margin-top: 16px;
   padding-left: 5px;
   font: 16px 'Shanti', sans-serif;
   height: 30px;
   width: 165px;
   padding-right: 33px;
   border: 2px solid #f2efef;
   margin-left: 5px;	
}

#search input[type=text]:focus {
   outline: none;
      box-shadow: inset 0 0 10px #f2efef;
   -webkit-border-shadow: inset 0 0 10px #f2efef;
   -moz-box-shadow: inset 0 0 10px #f2efef;
   text-shadow: 1px 1px 1px #f2efef;
}

#searchme {
   color: #ffffff;
   background: -moz-linear-gradient(top, #4b91cf, #2973b3);
   background: -webkit-gradient(linear, left top, left bottom, from(#4b91cf), to(#2973b3));
   filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b91cf', endColorstr='#2973b3');
   background: -o-linear-gradient(rgb(75,145,207),rgb(41,115,179));
   background: #4b91cf;
   background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4b91cf), to(#2973b3));
   background: -webkit-linear-gradient(top, #4b91cf, #2973b3);
   background:    -moz-linear-gradient(top, #4b91cf, #2973b3);
   background:     -ms-linear-gradient(top, #4b91cf, #2973b3);
   background:      -o-linear-gradient(top, #4b91cf, #2973b3);
   width: 25px;
   height: 20px;
   border: 1px solid #1a81dd;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -moz-box-shadow: 0 0 3px rgba(5,67,121,0.32);
   -webkit-box-shadow: 0 0 3px rgba(5,67,121,0.32);  
   box-shadow: 0 0 3px rgba(5,67,121,0.32);
   margin-top: -25px;
   display: inline-table;
   margin-right: -125px;
}

#searchme:hover {
   background: #1591ff;
   width: 25px;
   height: 20px;
   border: 1px solid #1a81dd;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -moz-box-shadow: 0 0 3px rgba(5,67,121,0.32);
   -webkit-box-shadow: 0 0 3px rgba(5,67,121,0.32);  
   box-shadow: 0 0 3px rgba(5,67,121,0.32);
}


/* 404 Error */

.error {
   margin-top: 25px;
}

.error h1 {
   display: inline;
   color: #727272;
   font: 80pt 'Rokkitt', serif;
   font-weight: 700;
}

.error h2 {
   padding-left: 15px;
   color: #4c6881;
   font: 14pt 'Rokkitt', serif;
   font-weight: 700;
   text-decoration: none;
   display: inline;
}

.error p {
   color: #4c6881;
   font: 14pt 'Rokkitt', serif;
   font-weight: 700;
   text-decoration: none;
}

.error a {
   color: #797979;
}

/* PsyBrazil project-01 responsive refinement */
html {
   min-width: 0;
   overflow-x: hidden;
   -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
   box-sizing: border-box;
}

body {
   min-width: 0;
   margin: 0;
   overflow-x: hidden;
   color: #f7f4ff;
   background:
      radial-gradient(circle at 12% 0%, rgba(179, 19, 137, 0.24), transparent 28rem),
      radial-gradient(circle at 88% 6%, rgba(45, 225, 206, 0.18), transparent 28rem),
      linear-gradient(180deg, #07050d 0%, #130b1f 46%, #06070b 100%);
}

img, iframe, canvas, video {
   max-width: 100%;
}

img, video {
   height: auto;
}

a {
   color: #80e7ff;
}

.wrapper,
#content {
   width: min(1120px, calc(100% - 32px));
   max-width: 1120px;
   margin-left: auto;
   margin-right: auto;
}

#content {
   padding: 18px;
   background: rgba(12, 17, 27, 0.82);
   border: 1px solid rgba(128, 231, 255, 0.18);
   border-radius: 8px;
   box-shadow: 0 18px 45px rgba(0, 0, 0, 0.36);
}

.header {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 18px;
   min-height: 120px;
   padding: 18px;
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 8px;
}

.header li {
   list-style: none;
}

#logo {
   display: block;
   width: 220px;
   max-width: 42vw;
   min-height: 92px;
   background-size: contain;
   background-repeat: no-repeat;
   background-position: left center;
}

#tagline {
   max-width: 620px;
   color: #f7f4ff;
   font-size: clamp(20px, 4vw, 42px);
   line-height: 1.08;
   text-align: right;
   text-shadow: 0 0 18px rgba(179, 19, 137, 0.65);
}

#author,
#search,
.post,
.singlepost,
.pages,
#footer {
   max-width: 100%;
   margin-left: auto !important;
   margin-right: auto !important;
}

#author {
   display: grid;
   grid-template-columns: 86px minmax(0, 1fr);
   gap: 16px;
   align-items: center;
   padding: 16px;
   color: #ece8ff;
   background: rgba(0, 0, 0, 0.22);
   border: 1px solid rgba(255, 255, 255, 0.08);
   border-radius: 8px;
}

#authorimg {
   width: 72px;
   height: 72px;
   background-size: cover;
   background-position: center;
   border-radius: 8px;
}

#author h1,
#author p {
   margin: 0;
}

#search {
   padding: 14px 0;
}

#search input[type=text],
#terms {
   width: min(100%, 520px) !important;
   min-height: 42px;
   padding: 9px 12px;
   color: #111827;
   border-radius: 6px;
}

.post,
.singlepost {
   margin-top: 18px;
   padding: 18px;
   color: #181622;
   background: rgba(255, 255, 255, 0.94);
   border-radius: 8px;
   box-shadow: 0 14px 35px rgba(0, 0, 0, 0.25);
   overflow: hidden;
}

#post-info,
#singlepost-info {
   display: grid;
   grid-template-columns: minmax(160px, 280px) minmax(0, 1fr);
   gap: 18px;
   align-items: start;
}

#post-info img,
#singlepost-info img {
   width: 100%;
   border-radius: 8px;
   object-fit: cover;
}

#post-name h1,
.singlepost h1 {
   overflow-wrap: anywhere;
}

.pages {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
   align-items: center;
   justify-content: center;
   padding: 20px 0;
}

.pages li,
.pages a {
   list-style: none;
   display: inline-flex;
   align-items: center;
   min-height: 36px;
   padding: 7px 11px;
   color: #ffffff;
   background: rgba(179, 19, 137, 0.38);
   border: 1px solid rgba(255, 255, 255, 0.12);
   border-radius: 6px;
   text-decoration: none;
}

#footer {
   color: #efeaff;
}

#footer .container_12,
.footer-bottom {
   width: 100% !important;
   max-width: 100%;
}

@media (max-width: 720px) {
   .wrapper,
   #content {
      width: calc(100% - 18px);
   }

   #content {
      padding: 10px;
   }

   .header {
      align-items: flex-start;
      flex-direction: column;
      min-height: 0;
   }

   #logo {
      width: 180px;
      max-width: 80vw;
   }

   #tagline {
      text-align: left;
   }

   #author {
      grid-template-columns: 64px minmax(0, 1fr);
   }

   #authorimg {
      width: 56px;
      height: 56px;
   }

   #post-info,
   #singlepost-info {
      grid-template-columns: 1fr;
   }

   .post,
   .singlepost {
      padding: 13px;
   }
}

/* PsyBrazil project-01 mobile UX pass */
html,
body {
   width: 100%;
   max-width: 100%;
   overflow-x: hidden;
}

body {
   padding-bottom: 118px;
}

.center {
   width: 100%;
}

.post,
.singlepost,
#author,
#search,
.pages,
.psb-footer-stage {
   box-sizing: border-box;
}

#form {
   margin-right: 0 !important;
}

#show_results {
   max-width: 100%;
   overflow-wrap: anywhere;
}

.psb-footer-stage {
   display: grid;
   grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
   gap: 20px;
   align-items: center;
   margin: 28px auto 18px;
   padding: 18px;
   color: #f7fbff;
   background: rgba(7, 10, 18, 0.68);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 8px;
}

.psb-mobile-menu {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   align-items: center;
}

.psb-top-nav {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   align-items: center;
   margin: 12px 0 18px;
}

.psb-top-nav a,
.psb-mobile-menu a {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   min-height: 40px;
   padding: 8px 13px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.08);
   border: 1px solid rgba(255, 255, 255, 0.12);
   border-radius: 6px;
}

.psb-clock-card {
   display: grid;
   justify-items: center;
   gap: 10px;
}

#psbSyncClock {
   width: min(260px, 68vw);
   height: auto;
   aspect-ratio: 1 / 1;
}

.psb-clock-meta {
   display: grid;
   gap: 2px;
   text-align: center;
}

.psb-clock-meta strong {
   color: #6ff7e5;
}

.psb-clock-meta span {
   color: #d9e4ee;
}

.psb-mini-player {
   position: fixed;
   right: 16px;
   bottom: 16px;
   z-index: 9999;
   display: grid;
   grid-template-columns: minmax(0, 1fr);
   gap: 10px;
   width: min(320px, calc(100vw - 32px));
   padding: 12px;
   color: #f7fbff;
   background: rgba(7, 10, 18, 0.94);
   border: 1px solid rgba(111, 247, 229, 0.34);
   border-radius: 8px;
   box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
}

.psb-mini-title {
   display: grid;
   gap: 2px;
}

.psb-mini-title strong {
   color: #6ff7e5;
}

.psb-mini-title span {
   color: #d9e4ee;
   font-size: 12px;
}

.psb-mini-actions {
   display: grid;
   grid-template-columns: 80px minmax(0, 1fr);
   gap: 8px;
}

.psb-mini-actions button,
.psb-mini-actions select {
   min-height: 40px;
   color: #ffffff;
   background: rgba(255, 255, 255, 0.08);
   border: 1px solid rgba(255, 255, 255, 0.14);
   border-radius: 6px;
}

.psb-mini-actions button {
   background: #b31389;
   cursor: pointer;
}

.psb-mini-actions select {
   color: #111827;
   background: #ffffff;
}

#footer {
   padding: 18px 0 28px;
}

#footer .container_12 {
   display: grid;
   grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
   gap: 12px;
   align-items: center;
}

#footer .grid_6 {
   width: auto !important;
   float: none !important;
}

.footer-brand {
   display: flex;
   gap: 12px;
   align-items: center;
   justify-content: center;
   grid-column: 1 / -1;
}

.footer-brand img {
   width: min(220px, 70vw);
   height: auto;
}

@media (max-width: 780px) {
   .wrapper,
   #content {
      width: calc(100% - 16px);
      max-width: calc(100% - 16px);
      margin-top: 10px;
   }

   .psb-footer-stage {
      grid-template-columns: 1fr;
   }

   .psb-mobile-menu {
      justify-content: center;
   }

   .psb-top-nav {
      justify-content: center;
   }

   #footer .container_12 {
      grid-template-columns: 1fr;
      text-align: center;
   }

   .text_right {
      text-align: center !important;
   }
}

@media (max-width: 520px) {
   body {
      padding-bottom: 152px;
   }

   .psb-mini-player {
      right: 8px;
      bottom: 8px;
      width: calc(100vw - 16px);
   }

   .psb-mini-actions {
      grid-template-columns: 1fr;
   }

   .psb-mobile-menu a {
      flex: 1 1 42%;
   }

   .psb-top-nav a {
      flex: 1 1 42%;
   }
}
