/*
 Theme Name:   Divi Child
 Theme URI:    http://www.turbineseusite.com.br/divi-child/
 Description:  My first child theme, based on Divi
 Author:       Andre Vidal
 Author URI:   http://turbineseusite.com.br
 Template:	   Divi
 Version: 	   1.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/

/*Member Introduction Text*/
.bold-capital{padding:1px 3px;font-size:90%;color:#c7254e;background-color:rgba(249,242,244,0.9);border-radius:2px;}
.a-dark{color:#248ecc;font-weight:600;text-decoration:underline;}
.a-light{color:#F3EDE7;font-weight:600;text-decoration:underline;}

/*Member Image Radius*/
.img-team-member>div>img{border-radius: 50% !important;max-height:200px !important;}

/*Member Fancy Meta*/
/*.fancy-meta{font-size:17px;color:#aaa !important;font-family:"Open Sans", Arial;}
.ilustrador{color:rgba(221, 51, 51, 0.8) !important;font-family:'Lobster';letter-spacing:1px;text-shadow:1px 1px 1px black;}
.backend{color:rgba(91, 243, 44, 0.8) !important;font-family: monospace;letter-spacing: 1px;text-shadow: 1px 1px 1px black;}
.frontend{color:rgb(0, 131, 203) !important;font-family:'Nova Square', cursive !important;letter-spacing:1px;text-shadow:1px 1px 1px black;}*/

/*Hover Blog Title*/
.et_pb_blog_grid>div>article>h2>a:hover{background-size: 200.22% auto;
-webkit-background-size: 200.22% auto;
-moz-background-size: 200.22% auto;
background-position: -0% 0;
background-image: linear-gradient(to right, rgba(255,255,255,0) 50%, #ddd 50%);
transition: background-position 0.5s ease-out;
-webkit-transition: background-position 0.5s ease-out;
background-position: -99.99% 0;}

/*Blinking Cursor*/
.blinking-cursor{
font-weight: 100;
-webkit-animation: 1s blink step-end infinite;
-moz-animation: 1s blink step-end infinite;
-ms-animation: 1s blink step-end infinite;
-o-animation: 1s blink step-end infinite;
animation: 1s blink step-end infinite;
}
@keyframes "blink"{
from, to {color: transparent;}
50%{color: #f3ede7;}
}
@-moz-keyframes blink{
from, to{color: transparent;}
50%{color: #f3ede7;}
}

@-webkit-keyframes "blink"{
from, to{color: transparent;}
50% {color: #f3ede7;}
}
@-ms-keyframes "blink"{
from, to{color: transparent;}
50%{color: #f3ede7;}
}
@-o-keyframes "blink"{
from, to{color: transparent;}
50%{color: #f3ede7;}
}

/*Read More Link*/
.more-link{text-decoration: underline;font-weight: 600;font-variant: small-caps;font-size:16px;}
.more-link:hover{text-decoration: underline;}
.more-link:hover:after{content:' ☞';text-decoration: underline;}
.more-link:after{font-size:18px !important;}

/*Post Style*/
article.et_pb_post>.et_post_meta_wrapper>h1.entry-title{font-family: 'Times New Roman', Georgia, "Times New Roman", serif;font-weight: 700;letter-spacing: 1px;font-size: 35px;}
.post-meta{font-family: 'Josefin Slab', Georgia, "Times New Roman", serif;}
.author vcard{text-decoration: underline;}
.post-meta>.author{text-decoration: underline;}
/* .post-meta>a{text-decoration: underline !important;} */
.project>div>h1.entry-title{font-weight: bold;letter-spacing: 1px;}

/*Sidebar*/
h4.widgettitle{font-weight: bold;font-family: 'Times New Roman';font-size: 24px;border-top: 1px solid #666;border-bottom: 1px solid #666;padding-top: 5px;padding-bottom: 5px !important;}
.et_pb_widget>ul{padding-top: 10px;}
h3#reply-title>span{font-weight: bold;font-family: 'Times New Roman';font-size: 30px;border-top: 1px solid #666;border-bottom: 1px solid #666;padding-top: 3px;padding-bottom: 3px !important;}
#commentform{padding-top: 15px;}
input#searchsubmit:hover{background-color:#C1C1C1;cursor:pointer;font-weight: bold;}
input#searchsubmit{font-weight: bold;width: 90px !important;}

/*Author Bio Section*/
.entry-content>p{padding-bottom: 50px;}
#comment-wrap{padding-top: 30px;} /*Original é 75px*/