* {
    color: #777777;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
    margin: 0;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 13px;
    text-decoration: none;
}
body {
    overflow-x: hidden;
}

.dourado {
    color: #ad9966;
}

/*cabeçalho*/
.header {
    text-align: center;
    position: sticky;
    background-color: white;
    height: 100px;
    padding-top: 14px;
    top: 0;
    z-index: 3;
    /*box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);*/
}

header a {
    color: black;
    transition: all 0.3s ease 0s;
}

header a:hover {
    color: #ad9966;
}

hr {
    color: white;
}

ul {
    padding: 0;
}

header li {
    display: inline-block;
    width: 5%;
    vertical-align: middle;
    position: relative;
}

#logo {
    width: 27%;
    vertical-align: middle;
    padding: 0;
    width: 66.81px;
    height: 79.38px;
}

#espaco {
    width: 360px;
}
/*Drpdown*/
#dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 160px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    padding: 0;
    list-style: none;
    text-align: left;
}

#dropdown a {
    padding: 28px 20px 22px;
    font-size: 14px;
    width: 160px;
    float: left;
}
#dropdown li {
    display: block;
    width: 100%;
}
li:hover #dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
}
/*foto do meio*/
#section01 {
    height: 750px;
    background-image: url(../img/header-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#nome {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    font-size: 72px;
    text-transform: uppercase;
    letter-spacing: 10.8px;
    font-family: "Playfair Display", serif;
    line-height: 1.2em;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
}

#nome p {
    color: white;
}

#nome > p {
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    letter-spacing: normal;
}
/*3 fotos do inicio*/
.inicio {
    margin: 150px 0px;
    text-align: center;
}
.foto1 {
    background-image: url(../img/socialLife.jpg);
    width: 350px;
    height: 213.883px;
    display: inline-block;
}
.foto2 {
    background-image: url(../img/politcs.jpg);
    width: 350px;
    height: 213.883px;
    display: inline-block;
}
.foto3 {
    background-image: url(../img/food.jpg);
    width: 350px;
    height: 213.883px;
    display: inline-block;
}

.fundo {
    background: rgba(0, 0, 0, 0.85);
    margin: 7%;
    width: 301px;
    height: 164.883px;
    vertical-align: middle;
}
.fundo:hover {
    transition: all 0.4s ease 0s;
    background: #aa9966;
    opacity: 0.85;
}
.fundo h1 {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5em;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    text-align: center;
    letter-spacing: normal;
    font-weight: 400;
    padding-top: 50px;
}
.fundo h1::after {
    content: "";
    display: block;
    width: 18vh;
    height: 2px;
    background-color: #fff;
    margin: 1vh auto;
}
.fundo p {
    color: #fff;
    margin: auto 0px;
    line-height: 1.7;
    font-size: 15px;
    text-align: center;
    letter-spacing: normal;
    font-weight: 400;
}
/*Conteudo central*/
/*Parte da esquerda. Sobre*/
.conteudo {
    text-align: center;
}
.sobre {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}
.sobre-texto {
    text-align: right;
    letter-spacing: normal;
    font-weight: 400;
}
.sobre-texto p {
    line-height: 32px;
}
.sobre-texto h1 {
    color: #000;
}
/*Posts*/
.posts {
    display: inline-block;
    text-align: left;
    padding: 0px 15px;
}
.posts img {
    width: 540px;
    height: 252px;
    margin-top: 20px;
}
.posts h1 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    color: black;
    margin: 20px 0px;
}
.posts p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: normal;
    margin-bottom: 20px;
}
.posts a {
    line-height: 35px;
    padding: 0 30px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #ad9966;
    display: inline-block;
    font-weight: normal;
    position: relative;
    letter-spacing: 2px;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    color: black;
}
.posts a:hover {
    background: #ad9966;

    color: white;
}
.post-todo {
    display: inline-block;
}
.post-todo2 {
    width: 50%;
    display: inline-block;
}
.numbers-view-more > div > a {
    padding: 1vh;
    background-color: #ffffff;
    color: #8a8a8a;
}

.numbers-view-more > div > a:hover {
    transition: all 0.4s ease 0s;
    padding: 1vh;
    background-color: #ad9966;
    color: white;
}
.numbers-view-more {
    margin-left: 30%;
    margin: 70px 0px;
}
.fundo-dourado {
    background-color: #ad9966;
}
/*Outros*/
.outros {
    display: inline-block;
    border: solid 1px rgb(238, 238, 238);
    padding: 24px;
    width: 350px;
    vertical-align: top;
}
.div-procurar {
    padding: 24px 0px;
}
.outros hr {
    margin-top: 20px;
    color: rgb(238, 238, 238);
    border: solid 1px rgb(238, 238, 238);
}
#procurar {
    background-color: #aa9966;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    border: none;
    outline: none;
    padding: 12px 22px;
    color: #fff;
    vertical-align: top;
    display: inline-block;
    width: 230px;
}
.botao-procurar {
    display: inline-block;
    width: 20%;
    height: 41px;
    padding: 6px;
    background: #ad9966;
    border: none;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.fa-search {
    color: white;
    height: 17px;
}
.charlie-barber h1 {
    letter-spacing: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-top: 40px;
    margin-bottom: 5px;
    font-family: "Playfair Display", serif;
    color: #000;
}
.icones {
    padding: 20px 0px;
}
.icones i {
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease 0s;
    color: #000;
    letter-spacing: normal;
    font-size: normal;
    font-weight: normal;
}
.icones i:hover {
    color: #ad9966;
}
.charlie-barber p {
    letter-spacing: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
}
/*Popular post*/
.popular-post {
    text-align: left;
}
.popular > h1 {
    background-color: #aa9966;
    width: 288px;
    height: 51px;
    line-height: 51px;
    font-family: "Playfair Display", serif;
    color: white;
    font-size: 18px;
    margin: 20px 0px;
    letter-spacing: normal;
}
.popular-post img {
    display: inline-block;
}
.titulo {
    display: inline-block;
    height: 60px;
    vertical-align: top;
    margin-left: 12px;
}
.titulo h1 {
    font-family: "Playfair Display", serif;
    color: black;
    font-size: 14px;
    letter-spacing: normal;
    padding-bottom: 18px;
    display: inline-block;
    vertical-align: top;
}
.titulo p {
    text-align: left;
}

/*post categories*/
.post-categories > h1 {
    background-color: #aa9966;
    width: 288px;
    height: 51px;
    line-height: 51px;
    font-family: "Playfair Display", serif;
    color: white;
    font-size: 18px;
    margin: 20px 0px;
    letter-spacing: normal;
}
.post-categories {
}
.post-categories p {
    display: inline-block;
    float: right;
    font-size: 14px;
    letter-spacing: normal;
}
.post-categories a {
    float: left;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: normal;
}
.post-categories li {
    padding-top: 15px;
    padding-bottom: 8px;
    line-height: 25.5px;
    border-bottom: dotted 2px #777;
}
.post-categories li:hover a {
    color: #aa9966;
    transition: all 0.4s ease 0s;
}
.post-categories li:hover {
    transition: all 0.4s ease 0s;
    border-bottom-color: #aa9966;
}
.post-categories li:hover p {
    transition: all 0.4s ease 0s;
    color: #aa9966;
}
/*Newsletter*/
.newsletters-blog {
}
.newsletters-blog h1 {
    background-color: #aa9966;
    width: 288px;
    height: 51px;
    line-height: 51px;
    font-family: "Playfair Display", serif;
    color: white;
    font-size: 18px;
    margin: 20px 0px;
    letter-spacing: normal;
}
.newsletters-blog p {
    letter-spacing: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25.5px;
}
.input {
    background: transparent;
    border: #777 1px solid;
    line-height: 32px;
    color: #000;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 20px;
}
.newsletters-blog input {
    outline: none;
    border: none;
    display: inline-block;
    width: 140px;
}

.fa-envelope {
    display: inline-block;
    padding: 8px;
}
.subscribe {
    border: none;
    background: #aa9966;
    color: #fff;
    height: 34px;
    letter-spacing: normal;
    padding: 4px;
}
.tag-clouds {
    text-align: left;
}
.tag-clouds > h1 {
    background-color: #aa9966;
    width: 288px;
    height: 51px;
    line-height: 51px;
    font-family: "Playfair Display", serif;
    color: white;
    font-size: 18px;
    margin: 20px 0px;
    letter-spacing: normal;
    text-align: center;
}
.tag-clouds a {
    border: solid 1px rgb(238, 238, 238);
    padding: 4px 14px;
    margin: 2px;
    display: inline-block;
    letter-spacing: normal;
    font-weight: 400;
    color: black;
    font-size: 12px;
    line-height: 20.4px;
}
.rodape {
    width: 100%;
    padding: 120px 0px;
    background-color: #04091e;
    text-align: center;
}
.rodape div {
    display: inline-block;
    text-align: left;
    margin: 0px 22px;
}
.rodape h1 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
}
.rodape a {
    color: rgb(119, 119, 119);
    font-size: 15px;
    line-height: 40.5px;
    font-weight: 400;
    letter-spacing: normal;
    transition: all 0.4s ease 0s;
}
.rodape a:hover {
    color: #ad9966;
}
.newsletter {
    vertical-align: top;
    width: 400px;
}
.newsletter p {
    color: rgb(119, 119, 119);
    font-size: 15px;
    line-height: 40.5px;
    font-weight: 400;
    letter-spacing: normal;
}
.email-rodape {
    height: 40px;
    width: 80%;
    background: transparent;
    border: solid 1px rgba(255, 255, 255, 0.1);
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    padding: 0px 20px;
}
.btn-rodape {
    height: 40px;
    width: 40px;
    background: #ad9966;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    border: none;
    color: #fff;
    line-height: 100%;
    font-size: 18px;
}
.btn-rodape:hover {
    cursor: pointer;
    text-decoration: none;
}
.final {
    padding-top: 32px;
    display: block;
    width: 64%;
}
.Copyright {
    float: left;
    letter-spacing: normal;
}
.social {
    vertical-align: bottom;
    float: right;
}
.media {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    transition: all 0.4s ease 0s;
    background: rgba(255, 255, 255, 0.1);
    letter-spacing: normal;
    font-size: normal;
    font-weight: normal;
}
.media:hover {
    background-color: #ad9966;
}
.media:hover i {
    color: #fff;
}
.media i {
    color: #ad9966;
}
