/* 
Theme Name:		 Site pessoal
Theme URI:		 http://childtheme-generator.com/
Description:	 Site pessoal is a child theme of GeneratePress, created by ChildTheme-Generator.com
Author:			 Rômulo Vieira
Author URI:		 http://childtheme-generator.com/
Template:		 generatepress
Version:		 1.0.0
Text Domain:	 site-pessoal
*/


/*
    Add your custom styles here
*/
/*
 * /* YARPP HEADLINE */
.yarpp-related h3 {
    font-size: 17px !important;
    text-transform: none !important;
}
AARCHIVE PAGE
*/
.archive-post{
    width: 100%;
}
.archive-h1{
    font-family: 'lora', serif;
    color: black;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    font-size: 20px;
    margin: 6px;
    padding: 6px;
}
.archive-h1  a{
    text-decoration: none;
    color: #153e5c;
}
.archive-h1  a:hover{
color: #f2be54;
}
.entry-title{

    text-align: left;
    right: 0;
    top: 50px;
    font-weight: bold;
    margin: 6px;
    padding: 6px;
    display: inline;


}
#archive-p p{
    margin: 6px;
    padding: 6px;
    color: black;
    font-family: 'quicksand',sans-serif;
    text-align: left;
    display: inline;


}

.gp-custom-category-section{
    background-color: yellow;
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
    text-decoration: none;
}
.gp-post-date-author{
    display: inline;
}
.post-date{
    display: inline;
}
.byline{
    visibility: hidden;
}
.post-navigation{
    visibility: hidden;
}
.single-featured-image{
    background-color: blue;
    position: relative;
    left: 0;
    top: 0;
}
.entry-content{
    background-color: blanchedalmond;
}
.inside-article h2{
    font-size: 55px;;
}

a.read-more.button:hover {
    color: #271c00;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #F7D070;
    outline: none;
}
a.read-more.button {
    border-radius: 48px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #5a4000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 48px;
    padding: 0 1.5em;
    text-transform: uppercase;
    border: 0;
    background: #F7D070;
    background-repeat: no-repeat;
    display: inline-block;
    text-decoration: none !important;
    transition: .2s all ease-in-out;
}
a.read-more.button {
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0);
    color: #115cfa;
    text-decoration: none;
    background-image: linear-gradient( transparent 2px, #38A6F5 2px, #38A6F5 4px, transparent 4px ), linear-gradient( transparent 2px, #d8dce9 2px, #d8dce9 4px, transparent 4px );
    background-size: 0% 6px, 100% 6px;
    background-position: 0 bottom, 0 bottom;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding: 10px;
}
.read-more button{
    color: black;
}
a.read-more.button:hover{
   color:#115cfa;
   background-size: 100% 6px;
   background-color: #115cfa00;
}
/* SINGLE POST */
.post-title h1{
    text-decoration: none;
    font-family: 'lora', serif;
    color: black;
    text-align: center;
    font-weight: bolder;

}

    .post-meta{
align-items: center;
    top: 0;
    background-color: #9fbfdf;
}
.post-thumb img{
    border-radius: 6%;
    align-items: center;
}
.post-title{
    font-family: 'lora', 'serif';
    text-align: center;


    right: 0px;
    top: 0px;
text-decoration: none;
color: black;

}
.post-date{
    position: relative;
    top: 0px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'lora', Verdana, sans-serif;
    text-decoration: none;
}
#pag{
    width: 60ch;
    align-items: center;
}
#right-sidebar{
    width: 40ch;
}
.post-cartola a{
    text-decoration: none;
}
.post-cartola a{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    padding: 6px;
    color: #131869;
  }
  .post-cartola a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2772A8;
    border-style: solid;
    border-width: 0;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .post-cartola a:hover:before, .post-date a:focus:before, .post-date a:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
  }
  
  .post-cartola{
    text-align: center;
  }.post-cartola a{
  }
  .post-excerpt{
    border-top: solid 2px #131869;
    border-bottom: solid 2px #131869;
  }
  .post-excerpt .read-more-button-container{
    display:none;
 }
 .before-post-excerpt{
    color: #131869;
    font-family: 'quicksand', sans-serif;
    font-size: 18px;
    font-weight: bolder;
.
 }
 .post-thumb img{
    margin-bottom: -5px;
 }