/*

Theme Name: BLOG MODELO
Theme URI: 
Description: Um blog desenvolvido para atender as necessidades do usuário oferecendo uma estrutura excelente para o leitor.
Author: Agencia
Author URI:
Version: 1.0

*/

/* GERAL */

/* fontes */
@import 'https://fonts.googleapis.com/css?family=Montserrat';
@import 'https://fonts.googleapis.com/css?family=Lato:700';
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=PT+Serif';


/* HEADER */

.header .navbar-custom {
	background: #fff;
	border-radius: 0;
	padding-top: 0px;
	padding-bottom: 2px;	
	border: none;
	margin: 0;
}

h1#logo {
	background-image: url("img/logo.png");
	background-repeat: no-repeat;
	min-width: 265px;
	min-height: 90px;
	text-indent: -500px;
	padding:0;
	margin:0; 
}



/* brand */

.header .navbar-header .navbar-brand-custom {
	color: #000000;
	text-transform: uppercase;
	font-size: 20px;	
}

/* navbar */

.header .navbar-collapse-custom {
	margin-top: 20px;
}

.header .navbar-collapse-custom li a {
	color: #000000;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	
}

/* NEWSLETTER */

.bg-blog {
	background: #465459;
}

h3.title-newsletter {
	text-align: left;
	font-size: 3em;
	color: #a5bdc5;
	text-shadow: #28353a 1px 1px 0;
	text-transform: uppercase;
	font-family: "din-condensed-web",sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
    line-height: 90%;
	padding-top: 7%;
	padding-bottom: 10%;
}

p.call-blog {
	font-family: 'freight-sans-pro',sans-serif;
	clear: both;
	text-align: center;
    color: #fff;
	font-size: 1.8em;
	padding-top: 10%;
	line-height: 120%;
}

/* Call to Action Vertical  */

.landing-blog {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;

}

.icon-envelope-blog {
	display: inline-block;
	float: left;
	font-size: 2em;
	
}

 .fa-envelope {
	color: #00A9EB !important;
}

/* Formulário  */
.bg-for {
	background: #2e2e2e;
	padding-top: 10px;
	padding-bottom: 5px;
}

.privacy-align {
	text-align: right;
}

span.privacy-note {
	color: #9cacb2;
    margin-right: 10px;
	text-align: right;
}

.for-name-blog {
	display: inline-block;
	max-width: 100%;
}

.for-mail-blog {
	display: inline-block;
	float: left;
	max-width: 100%;
}

.button {
	display: inline-block;
    background: #00A9EB;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: .8em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #DDDCD8;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	max-width: 100%;
}

 .button:hover[type="submit"] {
    text-decoration: none;
    background-color: #0084d0;
    -moz-box-shadow: 0px 0px 0px 1px rgba(251,250,243,0.3);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(251,250,243,0.3);
    box-shadow: 0px 0px 0px 1px rgba(251,250,243,0.3);
}

/* INDEX */

h1.title-index {
	font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

h1.title-index a {
    color: #00A9EB;
	text-decoration: none;
}

h1.title-index a:hover{
    color: #0084d0;
	text-decoration: none;
}

.date-author-index p {
	color: #999;
	font-size: 1em;
	line-height: 1.9em;
}

.index-excerpt p {
	color: black;
	font-size: 1em;
	line-height: 1.9em;
	margin-top: 1%;
}

.blog-button {
	margin-top: 26px;
	margin-bottom: 10px;
}

.blog-button a{
	background: #00A9EB;
	margin-top: 9px;
	margin-left: 1%;
    padding: 2px 10px 2px 10px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: .8em;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid #DDDCD8;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

.blog-button a:hover{
	color: #fff;
	text-decoration: none;
    background-color: #0084d0;
    -moz-box-shadow: 0px 0px 0px 1px rgba(251,250,243,0.3);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(251,250,243,0.3);
    box-shadow: 0px 0px 0px 1px rgba(251,250,243,0.3);
}

/* SINGLE */
.header-single {
	padding-bottom: 40px;
}

.adsbar-top-single {
	text-align: center;
	margin-top: 20px;
}

h1.title-single {
	font-size: 35px;
    line-height: 115%;
    color: #393939;
    margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
    letter-spacing: -2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p.author-single {
	color: #333;
    font-family: 'Lato', sans-serif;
	font-weight: bold;
    font-size: 14px;
    font-weight: 700;
	margin-bottom: 1px;
}


p.date-single {
	color: rgba(44,45,46,0.5);
    letter-spacing: -0.25px;
    margin-top: 1px;
	font-size: 13px;
	margin-top: 2px;
}

a.share-facebook-single {
	margin-left: 10px;
	background-color: #3b5998;
    background-image: url("img/facebook.png");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    color: transparent;
    display: block;
    float: right;
    font-size: 2px;
    outline: 0;
    white-space: nowrap;
    width: 35px;
    height: 35px;
	font-style: italic;
    line-height: 30px;
}

a.share-twitter-single {
	margin-left: 10px;
	background-color: #00aced;
    background-image: url("img/twitter.png");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    color: transparent;
    display: block;
    float: right;
    font-size: 2px;
    outline: 0;
    white-space: nowrap;
    width: 35px;
    height: 35px;
	font-style: italic;
    line-height: 30px;
}

a.share-googleplus-single {
	margin-left: 10px;
	background-color: #cc3732;
    background-image: url("img/googleplus.png");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    color: transparent;
    display: block;
    float: right;
    font-size: 2px;
    outline: 0;
    white-space: nowrap;
    width: 35px;
    height: 35px;
	font-style: italic;
    line-height: 30px;
}

.content-img {
	padding-bottom: 10px;
}

article.content-single p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
    line-height: 148%;
    color: #393939;
    margin-bottom: 30px;
}

span.share-single {
	color: rgba(51,51,51,0.4);
    font-family: 'PT Serif', serif;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
	float: left;
}

a.share-facebook-single-footer {
	margin-left: 10px;
	background-color: #3b5998;
    background-image: url("img/facebook.png");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    color: transparent;
    display: block;
    float: right;
    font-size: 2px;
    outline: 0;
    white-space: nowrap;
    width: 35px;
    height: 35px;
	font-style: italic;
    line-height: 30px;
}

a.share-twitter-single-footer {
	margin-left: 10px;
	background-color: #00aced;
    background-image: url("img/twitter.png");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    color: transparent;
    display: block;
    float: right;
    font-size: 2px;
    outline: 0;
    white-space: nowrap;
    width: 35px;
    height: 35px;
	font-style: italic;
    line-height: 30px;
}

a.share-googleplus-single-footer {
	margin-left: 10px;
	background-color: #cc3732;
    background-image: url("img/googleplus.png");
	background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    color: transparent;
    display: block;
    float: right;
    font-size: 2px;
    outline: 0;
    white-space: nowrap;
    width: 35px;
    height: 35px;
	font-style: italic;
    line-height: 30px;
}


/* SIDEBAR SINGLE */

.side-single {
	margin-top: 20px;
	float: right;
}

.perfil-blog {
	width: 300px;
	background: #CECDCD;
	padding: 10px;
	text-align: center;
}


figure.foto-perfil-blog {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	clear: both;
	
}



.foto-perfil-blog img {
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	max-width: 100%;
	height: auto;
}

.perfil-nome-blog {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	font-family: 'Open Sans',sans-serif;
	color: #00A9EB;
}

p.perfil-bio-blog {
	text-align: center;
	font-size: 1em;
	font-family: 'Open Sans',sans-serif;
	color: #FFF;
	line-height: 1.2em;
	padding: 10px 0px 10px 0px;
}

.link-saiba-mais {
	text-align: center;
	margin-top: 10px;
	line-height: 1.9em;
	
}

.link-saiba-mais a{
	color: #00A9EB;
	font-size: 0.9em;
	font-family: 'Open Sans',sans-serif;
}

.link-saiba-mais a:hover {
	color: #0084d0;
	text-decoration: none;
}

/* FOOTER */

footer.footer-background {
	background: #465459;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.copyright {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}

.direitos {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
}
