/*!
Theme Name: campeoesdofutebol
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: campeoesdofutebol
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

campeoesdofutebol is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
*,*:after,*:before{ box-sizing: border-box;}
img{ max-width: 100%; object-fit: cover;}
figure{ margin-bottom: 0;}
h1 {
	color: #000;
	font-size: 2.7em;
	text-transform: uppercase;
}

h2 {
	color: #222;
    font-size: 2.4em;
    letter-spacing: -1px;
    font-weight: bold;
    padding: 0 0 5px;
    margin: 0;
}

h3 {
	color: #333333;
	font-size: 1.5em;
	letter-spacing: -1px;
}

h4 {
    color: #555;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}

h5 {
	font-size: 1.1em;
	color: #999;
}
h6 {
	font-size: 1em;
	color: #999;
}
h1,h2,h3,h4,h5,h6{margin-top: 0;}
ul, ol {
	margin:0 0 35px 35px;
	padding-left: 0;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}
body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'Source Sans Pro', 'sans-serif';
	font-size: 1.1em;
	color: #222;
	font-weight: 400;
}
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 10px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	border-bottom: 1px solid #ccc;
}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
}
blockquote {
	border-left: 5px solid #222;
	margin-left: 0;
}

blockquote p {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 1.9em;
	margin-bottom: 20px; 
	margin-top: 0;
}

a {
	color: #1E2E98;
	text-decoration: none;
	transition: 0.2s linear;
}

a:hover {
	border-bottom-color: #fff;
	color: #4B5EDC;
}

a:focus {
	outline: none;
}


a.button { 
  
	background: linear-gradient(#042848, #436A8D);
	background-color: #063A68;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 8px 15px;
	border: none;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#333399;
}

a.button-reversed { 
	background: linear-gradient(#1482C1, #054C9A);
	background-color: #033981;
	color: #fff;
}

a.button-reversed:hover {
	background: #111;
}
article {
    padding: 10px 10px 20px 5px;
}

.sb-shoping {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sb-shoping > li {
    list-style: none;
}

.sb-shoping .blocklist {
    margin: 0 0 20px;
    padding: 0;
}

.sb-shoping .blocklist li {
    list-style: none;
}

.sb-shoping .blocklist a.selected {
    display: block;
    padding: 14px 15px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    background: linear-gradient(#39465F, #647599);
    cursor: default;
}

.sb-shoping .bg {
    background: #f0f0f0;
    padding: 20px;
}

.sb-shoping .bg h4 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.ebook-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.ebook-image {
    flex: 0 0 170px;
}

.ebook-image img {
    display: block;
    width: 100%;
    height: auto;
}

.ebook-content {
    flex: 1;
}

.ebook-content h5 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
}

.ebook-content h5 a {
    color: #1f2d4b;
    text-decoration: underline;
}

.ebook-content p {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 1.8;
    color: #222;
}

.download-link {
    font-weight: 700;
    color: #222;
    text-decoration: underline;
}