/*  
Theme Name: Taylor Swift Brasil | Eras
Author: Marcelo Monteiro
Version: 1.1
*/

/* RESET */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,b
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/* ie 8 img max-width */
@media \0screen {
  img { width: auto;}
}

:root{
    --largura-conteudo: 700px;
}

/* GERAL */

body {
    background: #fff;
    color: #363636;
    font-family: Open Sans;
}

a,
a:hover {
    text-decoration: none;
}

.pagewidth {
    width: 1000px;
    margin: 0 auto;
}

.content {
    width: 660px;
    float: left;
}

.sidebar {
    width: 320px;
    float: right;
}


/* STRUCTURE */

/* main page width */
.pagewidth {
	width: 85%;
	max-width: 1200px;
	margin: 0 auto;
}

/* content */
#content {
	width: 75%;
	float: left;
	padding: 5% 0 3%;
}

/* GRID */
.col,
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1
{
	float: left;
	margin-left: 30px;
}
.col4-1 {
	width: 222px;
}
.col4-2, .col2-1 {
	width: 474px;
}
.col4-3 {
	width: 726px;
}
.col3-1 {
	width: 306px;
}
.col3-2 {
	width: 642px;
}

/* sidebar1 grid */
.sidebar1 .col4-1,
.sidebar1 .col4-2,
.sidebar1 .col4-3,
.sidebar1 .col3-1,
.sidebar1 .col3-2,
.sidebar1 .col2-1
{
	margin-left: 2%;
}
.sidebar1 .col4-1 {
	max-width: 23%;
}
.sidebar1 .col4-2, .sidebar1 .col2-1 {
	max-width: 48%;
}
.sidebar1 .col4-3 {
	max-width: 72%;
}
.sidebar1 .col3-1 {
	max-width: 31%;
}
.sidebar1 .col3-2 {
	max-width: 62%;
}

/* first col */
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first
{
	margin-left: 0;
	clear: left;
}

/* HEADER */

.header {
    width: 100%;
    height: 100%;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.header .wp-block-image img {
    height: 70px;
    width: auto;
}

.header .wp-block-cover__inner-container p {
    margin: 0px auto 40px auto;
}

.header .wp-block-cover__inner-container a {
    background: url(images/scroll.png) no-repeat center;
	font-size: 11px;
	letter-spacing: 0.5px;
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	padding: 52px 0px 0px 0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.header .wp-block-cover__inner-container a:hover {
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;}

/* POST */

.page {
    font-size: 17px;
    line-height: 27px;
}

.page #conteudo {
    margin: 40px auto 20px auto;
    width: 700px;
}

#back {
    margin: 0px auto 40px auto;
    text-align: center;
    background: url(images/back.png) no-repeat center;
	font-size: 11px;
	letter-spacing: 0.5px;
	border: none;
	text-transform: uppercase;
	color: #363636;
	font-weight: normal;
	padding: 52px 0px 0px 0px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#back a {
    color: #363636;
	text-decoration: none;
}

#back:hover {
	color: #363636;
	opacity: 0.5;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
    text-decoration: none;
}

.page a {
    color: #88B8CC;
}

.page a:hover {
    color: #579AB7;
}

.page p {
    margin-bottom: 10px;
}

.page blockquote {
    margin-left: -0.5px;
    margin-right: -0.5px;
    padding: 20px 20px 10px 20px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Georgia;
}

.page blockquote a {
    color: #fff;
}

.page blockquote h3 {
    color: #fff;
}

.page iframe {
    margin-top: 10px; margin-bottom: 10px;
}

.page center {
    margin-bottom: 10px;
}

.page img {
    max-width: 800px;
}

.page h2 {
    margin-top: 10px;
    margin-botom: 10px;
}

.page h3 {
    margin-top: 10px;
    margin-botom: 10px;
}

.page h4 {
    margin-top: 10px;
    margin-botom: 10px;
}

.page ol {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    color: #494949;
}

.page ul {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    color: #494949;
}

/* BLOCOS */

.wp-block-cover__inner-container p {
	width: var(--largura-conteudo);
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}
.wp-block-cover__inner-container a {
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 10px 30px 10px 30px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.wp-block-cover__inner-container a:hover {
	opacity: 0.7;
	color: #fff;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;}
	
.wp-block-cover__inner-container #title {
	text-decoration: none;
	border: 3px solid #fff;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0px;
	padding: 10px 30px 10px 30px;
	display: table;
	margin: 0px auto 0px auto;
}

/* FOOTER */

#footer {
    background: #373737;
    padding: 40px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

#footer p {
    padding: 5px 0px 0px 0px;
}

#footer a {
    color: #fff;
    
}

#footer #sitelogo {
    background: url(images/logo-footer.png);
    background-size: cover;
    width: 269px;
    height: 100px;
    margin: 0px auto 15px auto;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin: 0px auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: italic;
	font-size: 95%;
	line-height: 120%;
	margin: 6px 0;
}



/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after, .widget li:after, #body:after, #footer:after, footer:after, .pagenav:after, #main-nav:after, .menu:after, .gallery:after, #content:after
{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: inline-block; }
/* clearfix for ie7 */
.clearfix, .widget li, #body, #footer, footer, .pagenav, #main-nav, .menu, .gallery, #content
{ display: block; zoom: 1; }