/*
Theme Name: RedFox
Theme URI: https://indieredfox.com.br/
Author: RedFox
Author URI: https://indieredfox.com.br/
Description: Description
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bsb_ca
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 bsb_ca is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 - Grid
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Forms
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
	5.3 - Sub-Menus
	5.4 - Header
	5.5 - Footer
6.0 - Accessibility
7.0 - Alignments
8.0 - Homepage
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Modelos
	10.3 - Comments
	10.4 - Portfolio
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
12.0 - Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 - Indie RedfFox Standard CSS
--------------------------------------------------------------*/

.aligncenter {
	text-align: center;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.alignjustify{
	text-align:
}
.fullwidth {
	max-width: 100%;
}
.nopadding{
	padding: 0px!important;
}
.nopadding-left{
	padding-left: 0px;
}
.nopadding-right{
	padding-right: 0px;
}
.show-mobile{
	display: none;
}
.show-desk{

}
.absolute{
	position: absolute;
}
.white{
	background-color: #ffffff!important;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white{
	color: #ffffff!important;
	background-color: transparent!important;
}
.big {
	font-size: 1.5em;
}
.small {
	font-size: 0.8em;
}
.white-font {
	color: #ffffff;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.fixed-container {
    max-width: 1280px !important;
    margin: 0 auto;
}
.position-relative{
	position: relative;
}

#content #inner-content {
    padding: 0;
}

body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #ffe6cd;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #ff6600;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #ff6600;  /* creates padding around scroll thumb */
}

button.cookieadmin_re_consent {
    background-color: #ff6600;
}

p#cookieadmin_notice {
    font-size: 16px;
    margin-top: 10px;
}

/*--------------------------------------------------------------
0.0 - Grid
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/

.menu .active>a {
    background: transparent;
    color: #ff6600;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a {
	color: #ff6600; /*color detail*/
}
a:focus, a:hover {
	color: #db5903; /*color detail darked*/
}
a:visited {
	color: #ff6600; /*color detail faded*/
}

/*********************
FONT STYLES
*********************/

p {
  font-family: 'Garamond Premiere Pro';
  margin-bottom: 1rem;
  font-size: 1.4em;
  line-height: 1.1em;
  text-rendering: optimizeLegibility;
}

.content li, .accordion-content li{
	font-family: 'Garamond Premiere Pro';
	margin-bottom: 1rem;
  font-size: 1.4em;
  line-height: 1.1em;
  text-rendering: optimizeLegibility;
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, li, ol {
	color: #ff6600;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1{
	font-family: 'Prata';
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 1rem;
}

h2{
	font-family: 'Garamond ATF Subhead Italic';
	font-size: 2em;
	line-height: 1.2em;
}

h3{
	font-family: 'Prata';
	font-size: 1.75em;
	line-height: 1em;
	margin-bottom: 1rem;
}

h4{
	font-family: 'Garamond Premiere Pro';
	font-size: 1.625em;
	line-height: 1.2em;
	margin-bottom: 1rem;
}

h5, h5 strong, h5 b{
	font-family: 'Gotham';
	font-size: 1em;
	text-transform: uppercase;
	line-height: 1em;
}

h6{
	font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
	text-transform: uppercase;
	line-height: 1em;
}

.bold, b, strong{
	font-family: 'Garamond Premiere Pro Bd';
}

.italic, i, em{
	font-family: 'Garamond ATF Subhead Italic';
}

hr {
  border-color: #ff6600 !important;
}

/*********************
BUTTON
*********************/
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 10px 16px 9px 16px;
    -webkit-appearance: none;
    border: 1px solid #ff6600;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: transparent;
    color: #ff6600;
		font-family: 'Gotham';
		text-transform: uppercase;
		letter-spacing: 0.05rem;
}

.button:focus, .button:hover {
    background-color: #ffe6cd;
    color: #ff6600;
}

.button .estrelinha {
    width: 16px !important;
    margin-bottom: 3px !important;
}


.wpcf7-form-control.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: 10px 16px 9px 16px;
    -webkit-appearance: none;
    border: 1px solid #ffe6cd;
    border-radius: 0px;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: 1em;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #ff6600;
    color: #ffe6cd;
    font-family: 'Gotham';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.wpcf7-form-control.button:hover,
.wpcf7-form-control.button:focus{
	background-color: rgb(255 102 0 / 30%);
	color: #ff6600;
	border: 1px solid #ff6600;
}

.wpcf7-not-valid-tip {
    margin-top: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #ffe6cd;
    font-family: 'Garamond Premier Pro It';
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal !important;
    padding: 12px 15px;
		margin: 0px;
}

.foxtopia-news-form .wpcf7-form-control.button {
    margin: 0px 34%;
}

/*********************
CAMPOS
*********************/
[type=color], [type=date], [type=datetime-local], [type=datetime],
[type=email], [type=month], [type=number], [type=password],
[type=search], [type=tel], [type=text], [type=time],
[type=url], [type=week] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 35px !important;
    margin: 0px !important;
    padding: .5rem !important;
    border: 1px solid #ff6600 !important;
    border-radius: 0px !important;
    background-color: transparent;
    box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
    font-family: inherit;
    font-size: 0.7em !important;
    font-weight: 400;
    color: #ff6600 !important;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Poppins", sans-serif !important;
}

textarea{
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0px !important;
	padding: .5rem !important;
	border: 1px solid #ff6600 !important;
	border-radius: 0px !important;
	background-color: transparent;
	box-shadow: inset 0 1px 2px hsla(0, 0%, 4%, .1);
	font-family: inherit;
	font-size: 0.7em !important;
	font-weight: 400;
	color: #ff6600 !important;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Poppins", sans-serif !important;
}

[type=color]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder,
[type=text]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ff6600 !important;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

.raleway {
	font-family: 'Raleway', sans-serif;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.garamond-bdit{
    font-family: 'Garamond Premier Pro BtIt';
}

@font-face {
    font-family: 'Garamond Premier Pro BtIt';
    src: url('/fonts/GaramondPremrPro-BdIt.woff2') format('woff2'),
        url('/fonts/GaramondPremrPro-BdIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.garamond-bold{
    font-family: 'Garamond Premiere Pro Bd';
}

@font-face {
    font-family: 'Garamond Premiere Pro Bd';
    src: url('/fonts/GaramondPremrPro-Bd.woff2') format('woff2'),
        url('/fonts/GaramondPremrPro-Bd.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.garamond-it{
    font-family: 'Garamond Premier Pro It';
}

@font-face {
    font-family: 'Garamond Premier Pro It';
    src: url('/fonts/GaramondPremrPro-It.woff2') format('woff2'),
        url('/fonts/GaramondPremrPro-It.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.garamond{
    font-family: 'Garamond Premiere Pro';
}

@font-face {
    font-family: 'Garamond Premiere Pro';
    src: url('/fonts/GaramondPremrPro.woff2') format('woff2'),
        url('/fonts/GaramondPremrPro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.garamond-sub-it{
    font-family: 'Garamond ATF Subhead Italic';
}

@font-face{
    font-family: 'Garamond ATF Subhead Italic';
    src: url('/fonts/GaramondATFSubhead-Italic.woff2') format('woff2'),
        url('/fonts/GaramondATFSubhead-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

.garamond-med{
    font-family: 'Garamond Premiere Pro Med'
};

@font-face{
    font-family: 'Garamond Premiere Pro Med';
    src: url('/fonts/GaramondPremrPro-Med.woff2') format('woff2'),
        url('/fonts/GaramondPremrPro-Med.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.northwell{
    font-family: 'Northwell';
}

@font-face {
    font-family: 'Northwell';
    src: url('/fonts/Northwell.woff2') format('woff2'),
        url('/fonts/Northwell.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.garamond-medit{
    font-family: 'Garamond Premier Pro MedIt';
}

@font-face {
    font-family: 'Garamond Premier Pro MedIt';
    src: url('/fonts/GaramondPremrPro-MedIt.woff2') format('woff2'),
        url('/fonts/GaramondPremrPro-MedIt.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

.garamond-sb{
    font-family: 'Garamond Premiere Pro Smbd';
}

@font-face {
    font-family: 'Garamond Premiere Pro Smbd';
    src: url('/fonts/GaramondPremrPro-Smbd.woff2') format('woff2'),
        url('/fonts/GaramondPremrPro-Smbd.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.garamond-sbit{
    font-family: 'Garamond Premier Pro SmbdIt';
}

@font-face {
    font-family: 'Garamond Premier Pro SmbdIt';
    src: url('/fonts/GaramondPremrPro-SmbdIt.woff2') format('woff2'),
        url('/fonts/GaramondPremrPro-SmbdIt.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

.prata{
    font-family: 'Prata';
}

@font-face {
    font-family: 'Prata';
    src: url('/fonts/Prata-Regular.woff2') format('woff2'),
        url('/fonts/Prata-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('/fonts/Gotham-Bold.woff2') format('woff2'),
        url('/fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.gotham-bold{
  font-family: 'Gotham';
}


/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/



/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/



/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/




/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
nav.main-navigation li > a{
	color: black;
}

nav.main-navigation li:hover > a{
	color: gray;
}
nav.main-navigation ul li a {
    padding: 20px;
}

/*--------------------------------------------------------------
5.3 Sub-Menus
--------------------------------------------------------------*/
div#menu-midias i {
    color: #ff6600;
    border: 1px solid #ffe6cd;
    background-color: #ffe6cd;
    border-radius: 100%;
    padding: 5px 0px;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 0px;
    font-size: 1em;
}

div#menu-midias i:hover, div#menu-midias i:focus {
    background-color: transparent !important;
		color: #ffe6cd;
		-webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
}

div#menu-midias a:hover, div#menu-midias a:focus i{
	color: #ffe6cd;
}

div#header-2 div#menu-midias i:hover,
div#header-2 div#menu-midias i:focus{
	color: #ff6600;
	border-color: #ff6600;
}

div#header-2  div#menu-midias a:hover,
div#header-2  div#menu-midias a:focus i{
	color: #ff6600;
}

div#header-2 {
    padding-top: 20px;
}




/*--------------------------------------------------------------
5.4 Header
--------------------------------------------------------------*/
.top-bar, .top-bar ul {
    background-color: transparent !important;
}

.top-bar {
    padding: inherit !important;
    display: inline-block;
}

.fixar {
    padding-top: 0px !important;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 0.35 )!important;
    padding-left: 30%;
    position: fixed;
    top: 0;
    z-index: 1000;
}

body.logged-in.admin-bar div#header-menu.fixar
/*, body.logged-in.admin-bar.page-template-template-foxtopia div#header-menu*/{
    top: 32px;
}

.page-template-template-foxtopia div#header-menu {
    position: fixed !important;
    top: 0;
    display: inherit !important;
}

div#header-menu {
    background-color: #ff6600;
    padding: 6px 0px 0px 0px;
		width: 100%;
		z-index: 1000;
}

div#header-menu .redfox_logo_icon {
    width: 45px;
}

div#header-menu .menu,
div#header-2 .menu{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

div#header-menu .menu .menu-item a:before,
div#header-2 .menu .menu-item a:before{
    margin-right: 5px;
    content: '•';
}

div#header-menu .menu .menu-item a:after,
div#header-2 .menu .menu-item a:after {
    content: '';
    margin-left: 5px;
}

div#header-menu .menu .menu-item:first-child a:before,
div#header-menu .menu .menu-item:first-child a:after,
div#header-2 .menu .menu-item:first-child a:before,
div#header-2 .menu .menu-item:first-child a:after{
	content: '';
	margin-right: 0px;
	margin-left: 0px;
}

div#header-menu .menu .menu-item:last-child a:after,
div#header-2 .menu .menu-item:last-child a:after{
	content: '•';
}

div#header-menu .menu .menu-item a {
    color: #ffe6cd;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 0.8em;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.05rem;
}

div#header-menu .menu .menu-item a:hover,
div#header-menu .menu .menu-item a:focus,
div#header-menu .menu .menu-item a:active {
    background-color: #ffe6cd;
    color: #ff6600;
}

div#header-menu .menu .menu-item:first-child a:hover,
div#header-menu .menu .menu-item:first-child a:focus,
div#header-menu .menu .menu-item:first-child a:active{
	background-color: transparent;
}

div#header-menu div#menu-midias {
    margin-left: 10px;
		margin-top: 6px;
		display: inline-block;
		float: right;
}

div#header-2 .menu .menu-item a{
    color: #ff6600;
    text-transform: uppercase;
    font-family: 'Gotham';
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
    letter-spacing: 0.05rem;
}

div#header-2 .menu .menu-item a:hover,
div#header-2 .menu .menu-item a:focus,
div#header-2 .menu .menu-item a:active {
    background-color: #ff6600;
    color: #ffe6cd;
}

div#header-2 .menu .menu-item:first-child a:hover,
div#header-2 .menu .menu-item:first-child a:focus,
div#header-2 .menu .menu-item:first-child a:active{
	background-color: transparent;
}

div#header-2 .menu-item-102 {
    display: none;
}

div#header-2 div#menu-midias {
    margin-left: 10px;
    margin-top: -4px;
    display: inline-block;
    /*float: right;*/
}

div#header-2 .coluna-menu {
    margin-top: 30px;
    margin-bottom: 30px;
}


/*--------------------------------------------------------------
5.5 Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/







/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/






/*--------------------------------------------------------------
8.0 Homepage
--------------------------------------------------------------*/
.orbit-container {
    height: 100%!important;
    width: 100% !important;
}

div#home-slide .orbit-controls button {
    color: #ff6600;
    font-size: 1.5em;
		cursor: pointer;
}

div#home-slide .orbit-previous {
    left: -50px;
}

div#home-slide .orbit-next {
    right: -50px;
}

div#home-slide .orbit-container li img {
    width: 100%;
}

div#home-slide .orbit-controls button:hover,
div#home-slide .orbit-controls button:focus,
div#home-slide .orbit-controls button:active{
	color: #e25d04;
	background-color: transparent;
}

div#foxtopia-livros{
	margin-top: 50px;
	margin-bottom: 50px;
}

.page-template-template-foxtopia div#foxtopia-livros {
    margin-top: 80px;
}

div#foxtopia-livros .categoria {
    border: 1px solid #ff6600;
    width: fit-content;
    display: -webkit-inline-box;
    padding: 5px 10px 2px 10px;
    border-radius: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#foxtopia-livros .estrelinha, div#foxtopoia-news .estrelinha, div#slide-depoimentos .estrelinha{
	margin-bottom: .5rem;
}

div#foxtopia-livros .filter-text {
    font-family: "Poppins", sans-serif;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 1.125em;
    text-transform: uppercase;
}

.custom-slider-container {
    width: 100%;
    max-width: 1065px;
    margin: 0 auto;
}

.custom-box {
    padding: 10px;
    text-align: center;
    border: 0px;
    margin: 0px;
}

.home div#slide-frases {
    background-color: #ffe6cd;
    padding-top: 60px;
    padding-bottom: 30px;
		margin-bottom: 0px;
}

div#slide-frases {
	margin-bottom: 50px;
}

div#slide-frases .orbit{
	min-height: 211px;
	position: relative;
}

div#slide-frases .orbit-wrapper {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 100%;
}

div#slide-frases .orbit-bullets button {
    width: 10px;
    height: 10px;
    margin: 2px;
    border-radius: 50%;
    background-color: #fff;
}

div#slide-frases .orbit-bullets button.is-active,
div#slide-frases .orbit-bullets button:hover {
    background-color: #ff6600;
}

div#slide-frases .frase-livro {
    margin-bottom: 0px;
}

div#slide-frases .estrelinha {
    width: 16px;
    margin-top: -2px;
}

div#foxtopia-livros .estrelinha {
    margin-bottom: .5rem;
}

div#slide-depoimentos .t1, div#foxtopia-news .t1{
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.avaliacao-fox {
    width: 22px;
    float: left;
		margin-right: 3px;
}

.avaliacao-livro{
	text-align: left;
}

.avaliacao-content {
    margin-top: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgb(128 128 128 / 30%);
    position: relative;
}

.avaliacao-content .content {
    max-height: 300px;
    min-height: 300px;
    overflow-y: auto;
		padding: 0px 0px 20px 20px;
}

.avaliacao-content .box-text {
    padding-right: 20px;
    text-align: left;
}

.avaliacao-content .box-text p {
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    line-height: inherit;
}

.avaliacao-content .fox {
    width: 24px;
    margin-right: 5px;
    margin-top: -5px;
}

.avaliacao-content p.frase-livro {
    text-align: left;
    font-size: 0.7em;
    display: -webkit-box;
    padding: 17px;
    font-family: 'Gotham';
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.avaliacao-content .content::-webkit-scrollbar {
  width: 9px;               /* width of the entire scrollbar */
}

.avaliacao-content .content::-webkit-scrollbar-track {
  background: #ffe6cd;        /* color of the tracking area */
}

.avaliacao-content .content::-webkit-scrollbar-thumb {
  background-color: #ff6600;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #ff6600;  /* creates padding around scroll thumb */
}

.avaliacao-content .box-text {
    padding-right: 20px;
    text-align: left;
}

.avaliacao-top-content{
	padding: 12px 7px 20px 20px;
	display: flow-root;
}

.avaliacao-categoria {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    text-align: right;
    float: right;
}

.avaliacao-categoria.avaliacao-amazon {
    background-image: url(/images/redfox_icone-loja_01-amazon.png);
}
.avaliacao-categoria.avaliacao-skoob {
    background-image: url(/images/redfox_icone-loja_02-skoob.png);
}
.avaliacao-categoria.avaliacao-email {
    background-image: url(/images/redfox_icone-loja_03-email.png);
}
.avaliacao-categoria.avaliacao-goodreads {
    background-image: url(/images/redfox_icone-loja_04-goodreads.png);
}
.avaliacao-categoria.avaliacao-x {
    background-image: url(/images/redfox_icone-loja_05-x.png);
}
.avaliacao-categoria.avaliacao-instagram {
    background-image: url(/images/redfox_icone-loja_06-instagram.png);
}
.avaliacao-categoria.avaliacao-whatsapp {
    background-image: url(/images/redfox_icone-loja_07-whatsapp.png);
}
.avaliacao-categoria.avaliacao-wattpad {
    background-image: url(/images/redfox_icone-loja_08-wattpad.png);
}

.avaliacao-estrela {
    float: left;
    text-align: left;
}

.avaliacao-copy {
    font-size: 0.9em;
    font-family: 'Garamond ATF Subhead Italic';
    text-transform: inherit;
}

.home div#slide-depoimentos {
    background-color: rgb(255 230 205 / 50%);
}

div#slide-depoimentos {
    padding-top: 80px;
    padding-bottom: 80px;
}

div#slide-depoimentos .coluna-slide {
    position: relative;
}

div#slide-depoimentos button {
    color: #ff6600;
    font-size: 1.5em;
    cursor: pointer;
}

div#slide-depoimentos button.prev {
    position: absolute;
    top: 50%;
    left: -3%;
}

div#slide-depoimentos button.next {
    position: absolute;
    top: 50%;
    right: -3%;
}

div#foxtopoia-news{
	position: relative;
}

div#foxtopoia-news {
    background-color: #ffe6cd;
    padding-top: 80px;
    padding-bottom: 50px;
}

div#foxtopoia-news .t1 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

div#foxtopoia-news .t2 {
    font-size: 1.9em;
}

div#foxtopoia-news .t3 {
    line-height: 1em;
}

div#foxtopoia-news .t4 {
    font-size: 0.9em;
		text-transform: inherit;
}

div#foxtopoia-news .t5 {
    color: #858f92;
    font-size: 0.9em;
}
div#foxtopoia-news .t5 a{
    color: #858f92;
}

div#foxtopoia-news .selo {
    width: 106px;
    position: absolute;
    top: -43px;
    left: 47%;
}

.foxtopia-news-form iframe {
    border: 0px !important;
}

.foxtopia-news-form .color-pub-secondary-text-hGQ02T {
    color: #ff6600 !important;
}

div#foxtopoia-author {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: rgb(255 230 205 / 50%);
}

div#foxtopoia-author h2 {
    font-size: 2.2em;
}

div#foxtopoia-author .author-name {
    width: 312px;
    margin-bottom: 14px;
}

.author-photo-div .author-photo {
    width: 365px;
}

.author-photo-div {
    text-align: right;
		position: relative;
}

.author-photo-div .raposinha {
    position: absolute;
    left: 77px;
    bottom: -69px;
    width: 202px;
}

footer.footer {
    background-color: #ff6600;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
		position: relative;
}

.site-footer-info{
	margin-top: 15px;
}

.site-footer-info, .site-footer-info a {
    color: #ffe6cd;
    font-size: 1em;
}

footer.footer .redfox-icon {
    width: 100px;
    margin-bottom: 15px;
}

footer.footer div#menu-midias i {
    background-color: #ff6600 !important;
    border-color: #ff6600;
    color: #ffe6cd;
}

footer.footer div#menu-midias i:hover, footer.footer div#menu-midias i:focus {
    background-color: transparent !important;
		color: #ffe6cd;
		border-color: #ffe6cd;
		-webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
}

.seta-up {
    position: absolute;
    top: -83px;
    right: 0;
}

.seta-up:hover {
	opacity: 0.8;
	animation: pisca-botao 1s infinite;
}

@keyframes pisca-botao {
  0% { opacity: 1; }    /* Visível */
  50% { opacity: 0.8; }    /* Invisível */
  100% { opacity: 1; }   /* Visível novamente */
}

div#foxtopoia-author.page-about .t1 {
    font-family: 'Northwell';
    font-size: 8em;
    line-height: 1em;
    margin-bottom: -15px;
}

div#foxtopoia-author.page-about .t2 {
    font-size: 1.2em;
    letter-spacing: 0.05rem;
    margin-bottom: 14px;
}

div#foxtopoia-author.page-about {
    background-color: transparent;
}

div#foxtopoia-author.page-about .author-photo-div .author-photo {
    width: 80%;
		margin-bottom: 30px;
}

div#foxtopoia-author.page-about .author-photo-div {
    text-align: center;
}

div#foxtopoia-author.page-about .author-phrase {
    font-size: 2em;
}

.author-pen {
    margin-left: -22%;
    margin-bottom: 30px;
}

div#linha-do-tempo {
	background-color: rgb(255 230 205 / 50%);
    padding-top: 50px;
    padding-bottom: 50px;
}

div#linha-do-tempo .t1 {
    margin-bottom: 14px;
    letter-spacing: 0.1rem;
}

div#linha-do-tempo .t1 .estrelinha {
    margin-top: -10px;
    width: 20px;
}

.timeline-divider {
    background-color: #ff6600 !important;
}

.timeline__item:after {
		background-color: #ff6600 !important;
		border: 0px !important;
}

.timeline__content {
    text-align: center;
    border: 0px !important;
    background-color: transparent !important;
    padding: 3px !important;
}

.timeline__item .timeline__content:after,
.timeline__item .timeline__content:before{
	display: none;
}

.timeline__content .book-cover {
    width: 120px;
}

.timeline__content p {
    font-size: 1.2em  !important;
    line-height: 1em !important;
}

.timeline-nav-button {
    background-color: transparent !important;
    border: 2px solid #ff6600 !important;
}

.timeline-nav-button--next:before {
    background-image: url(/images/seta2.png) !important;
    background-size: contain !important;
    width: 14px !important;
}

.timeline-nav-button--prev:before {
    background-image: url(/images/seta1.png) !important;
    background-size: contain !important;
    width: 14px !important;
}

.timeline__content h2 {
    font-weight: normal !important;
}

div#about-foxtopia {
	background-color: #ffe6cd;
    padding-top: 80px;
    padding-bottom: 50px;
}

div#about-foxtopia .coluna-slide-books {
    position: relative;
}

div#about-foxtopia .raposinha {
    position: absolute;
    left: -102px;
    bottom: -11px;
    width: 202px;
    z-index: 1;
}

div#about-foxtopia .orbit-controls button {
    color: #ff6600;
    font-size: 1.5em;
		cursor: pointer;
}

div#about-foxtopia .orbit-previous {
    left: -67px;
    top: 40%;
}

div#about-foxtopia .orbit-next {
    right: -50px;
		top: 40%;
}

div#about-foxtopia .orbit-controls button:hover,
div#about-foxtopia .orbit-controls button:focus,
div#about-foxtopia .orbit-controls button:active{
	color: #e25d04;
	background-color: transparent;
}

div#about-foxies {
    padding-top: 80px;
    padding-bottom: 80px;
}

div#foxtopia-contato label.wpforms-field-label {
    display: none;
}

div#foxtopia-contato .coluna-form {
    margin-top: 2%;
}

div#foxtopia-contato h2 {
    font-size: 1.6em;
}

div#foxtopia-contato {
    padding-top: 50px;
    padding-bottom: 80px;
}

.t1 .estrelinha{
    margin-top: -10px;
}

div#page-error {
    padding-top: 50px;
    padding-bottom: 120px;
}

div#page-error .foxrun {
    width: 30%;
}

div#foxtopoia-faq h2 {
    font-size: 2em;
}

div#foxtopoia-faq{
	margin-bottom: 80px;
}

.box-faq {
    margin-top: 50px;
}

.accordion{
	background-color: transparent;
}

.accordion-item:hover {
    background-color: rgb(255 102 0 / 50%);
}

.accordion-item {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    margin-bottom: 14px;
    font-size: inherit;
}

.accordion-item .accordion-title {
    color: #ffe6cd;
    padding: 7px;
    border: 0px;
    margin-bottom: 0px;
		background-color: transparent !important;
}

.accordion-item .accordion-title h6 {
    color: #ffe6cd;
    margin-bottom: 0px;
    text-transform: inherit;
    letter-spacing: 0.03rem;
}

.accordion-content {
    border: 1px solid #ffe6cd;
    background-color: #ffff;
    color: #ffe6cd;
}

.accordion-content p:last-child{
	margin-bottom: 0px;
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 0px;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

/* estilo do fundo */
#popup h1, #popup h2, #popup h3, #popup h4, #popup h5, #popup h6, #popup p, #popup li{
	color: #ff6600!important;
}

#popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 102 0 / 70%);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
/* conteúdo */
#popup .content {
    background: #ffe6cd;
    padding: 20px 20px 0px 20px;
    border-radius: 10px;
    max-width: 520px;
    text-align: center;
}

#popup button {
    margin-top: 0px;
    padding: 0px;
    border: none;
    background: transparent;
    color: #ff6600;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    font-weight: bold;
}

#popup .t5 {
    color: #858f92 !important;
    font-size: 0.9em;
}

#popup .t5 a{
    color: #858f92;
}

div#popup .selo {
    margin-top: -13%;
    position: relative;
    width: 100px;
    left: 2%;
}

div#page-content {
    margin-bottom: 50px;
}

div#book-previa .coluna-titulo {
    margin-top: 30px;
    margin-bottom: 50px;
}

div#book-previa h1, div#book-previa h2, div#book-previa h3, div#book-previa h4,
div#book-previa h5, div#book-previa h6, div#book-previa p, div#book-previa a, div#book-previa li{
	color: #000;
}

div#book-previa .content p{
	text-align: justify;
}

div#book-previa{
	margin-bottom: 50px;
}

/*.book-buttons {
    display: flex;
}*/

.button-sale {
  color: #000;
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 6px 16px;
  margin: 10px;
}

.button-sale.amazon{
  background-color: #f89617;
}

.button-sale.uiclap{
  background-color: #f2c601;
}

.button-sale:hover, .button-sale:focus{
  color: #000;
  border-color: #000;
  animation: pisca-texto 1s infinite;
}

.book-button-title img {
    width: 20px;
    margin-top: -10px;
}

@keyframes pisca-texto {
  0% { opacity: 1; }    /* Visível */
  50% { opacity: 0.8; }    /* Invisível */
  100% { opacity: 1; }   /* Visível novamente */
}

.book-previa-nav{
    background-color: #fff;
}

.book-previa-footer {
    margin-top: 30px;
    margin-bottom: 13px;
}

.single-previa .seta-up{
	display: none;
}

.single-previa footer.footer{
    background-color: #000;
}

.single-previa .site-footer-info,
.single-previa .site-footer-info a{
	color: #fff;
}

.single-previa footer.footer div#menu-midias i{
    background-color: transparent !important;
    border-color: transparent;
    color: #fff;
}

.single-previa footer.footer div#menu-midias i:hover,
.single-previa footer.footer div#menu-midias i:focus,{
    background-color: transparent !important;
		color: #ff6600;
		border-color: transparent;
		-webkit-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
}

.single-previa footer.footer .redfox-icon{
    filter: grayscale(1) brightness(100);
}

.book-previa-back {
    color: #fff !important;
    background-color: #000;
    padding: 10px 20px;
    text-align: center;
    margin-top: 16px;
    width: fit-content;
    font-size: 0.7em;
    letter-spacing: 0.05rem;
    display: inline-block;
}

.book-buttons-fixos {
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: grid;
		z-index: 1;
}

.book-buttons-fixos .book-amazon {
    background-color: #f89617;
    padding: 20px;
    border-radius: 100%;
		margin-bottom: 14px;
		animation: pisca-texto 1s infinite;
}

.book-buttons-fixos .book-uiclap {
    background-color: #f2c601;
    padding: 20px;
    border-radius: 100%;
		margin-bottom: 14px;
		animation: pisca-texto 1s infinite;
}

.book-buttons-fixos .sale-icon:hover{
	animation: pisca-texto 0s infinite;
}

.grecaptcha-badge, .siteseo-universal-modal {
    display: none !important;
}

div#book-header-menu .book-content-previa {
    font-size: 0.8em !important;
    display: inline;
    border: none;
}

div#book-sinopse .book-botao-ler {
    margin-top: 14px;
    display: inline-block;
    width: 100%;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/


/* --------------- Related Posts -------------- */
.relatedposts {
	font-size: 0.8em;
	background-color: olive;
	font-family: Arial, sans-serif;
	text-transform:uppercase;
}

.relatedthumb a {
	color :#333;
	text-decoration: none;
	display:block;
	padding: 4px;
	width: 130px;
	line-height:15px;
	margin-bottom:15px;
	}

.relatedthumb a:hover {
	background-color: #ffede9;
	color: #000;
	}

/* --------------- END Related Posts -------------- */

/*============== Pagination ============ */

.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
width: 450px;
margin: 0 auto;
margin-bottom: 20px;
}
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}
.pagination a:hover{
color:#fff;
background: #3279BB;
}
.pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}
/*============== END Pagination ============ */


/*--------------------------------------------------------------
10.2 Modelos
--------------------------------------------------------------*/





/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
10.4 Portfolio
--------------------------------------------------------------*/


/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/





/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/





/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/






/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/

.offcanvasmenulink a {
	color: #ffe6cd;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-family: 'Gotham';
	padding: 10px 10px 8px 10px !important;
}
div#header-2 .offcanvasmenulink a {
	color: #ff6600;
}
.off-canvas {
	background-color: #ff6600 !important;
}
.off-canvas .menu>li>a {
	 color: #ffe6cd;
	 font-family: 'Gotham';
	 text-transform: uppercase;
	 text-align: center;
	 letter-spacing: 0.05rem;
	 font-size: 0.9em;
 }
 .off-canvas .redfox_logo_icon {
	width: 40%;
}
.top-bar {
	display: inline-flex;
}
.off-canvas div#menu-midias{
	margin-top: 14px;
}
.js-off-canvas-overlay {
	background: rgb(255 102 0 / 80%) !important;
}

/*--------------------------------------------------------------
13 Media Queries
--------------------------------------------------------------*/

@media screen and (min-width: 601px) and (max-width: 1024px) {

/* === CSS aqui === */

	.author-photo-div .raposinha, div#about-foxtopia .raposinha{
		display: none;
	}

	div#foxtopoia-author h2 {
	    line-height: 1em;
	}

	.nopadding-right {
    padding-right: .625rem;
	}
	.nopadding-left {
    padding-left: .625rem;
	}
	div#foxtopia-contato {
    padding-top: 0;
	}


}

@media screen and (max-width: 600px) {

/* === CSS aqui === */
	.show-mobile{
		display: inherit;
	}
	.show-desk{
		display: none;
	}
	#popup .content {
		max-width: 90%;
		padding: 30px 30px 0px 30px;
	}
	div#popup .selo {
    margin-top: -30%;
	}
	div#header-2 {
    margin-bottom: 20px;
	}
	div#foxtopia-livros .categoria {
    font-size: 0.8em;
	}
	.ymc-smart-filter-container .filter-layout3 .dropdown-filter,
	.ymc-extra-filter .filter-layout3 .dropdown-filter, .ymc-extra-search .filter-layout3 .dropdown-filter,
	.ymc-extra-sort .filter-layout3 .dropdown-filter {
    max-width: 100% !important;
		text-align: center;
	}
	.ymc-smart-filter-container .filter-layout3 .btn-all,
	.ymc-extra-filter .filter-layout3 .btn-all, .ymc-extra-search .filter-layout3 .btn-all,
	.ymc-extra-sort .filter-layout3 .btn-all {
    width: 100%;
    text-align: center;
	}
	.ymc-smart-filter-container .container-posts .post-layout1 .ymc-post-layout1,
	.ymc-extra-filter .container-posts .post-layout1 .ymc-post-layout1,
	.ymc-extra-search .container-posts .post-layout1 .ymc-post-layout1,
	.ymc-extra-sort .container-posts .post-layout1 .ymc-post-layout1 {
    width: 32%;
	}

	.ymc-smart-filter-container .container-posts .post-layout1, .ymc-extra-filter .container-posts .post-layout1, .ymc-extra-search .container-posts .post-layout1, .ymc-extra-sort .container-posts .post-layout1 {
    display: ruby;
	}

	div#slide-frases h2 {
    font-size: 2em;
	}
	div#slide-frases .orbit {
    min-height: 365px;
	}
	div#slide-frases .frase-livro {
    font-size: 1em;
	}
	div#slide-depoimentos button.prev {
    left: -10%;
	}
	div#slide-depoimentos button.next {
    right: -10%;
	}
	div#foxtopoia-news .selo {
    left: 37%;
	}
	div#foxtopoia-news .t2 {
    font-size: 1.5em;
	}
	div#foxtopoia-news .t3 {
    font-size: 1.35em;
	}
	div#foxtopoia-author h2 {
    font-size: 1.6em;
	}
	div#foxtopoia-author .author-name {
    width: 243px;
	}
	p {
    font-size: 1.3em;
	}
	div#foxtopoia-author {
    padding-bottom: 80px;
	}
	.author-photo-div .raposinha {
    left: auto;
    right: -30px;
    bottom: -50px;
    width: 146px;
	}
	.author-photo-div .author-photo {
    width: 100%;
    margin-top: 13px;
	}
	.seta-up {
    right: 10px;
	}
	div#foxtopoia-author.page-about .author-photo-div .author-photo {
    width: 100%;
	}
	div#foxtopoia-author.page-about {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	div#foxtopoia-author.page-about .t1 {
    font-size: 6em;
	}
	.author-pen {
    margin-left: -16%;
	}
	div#foxtopoia-author.page-about .author-phrase {
    font-size: 1.6em;
	}
	#popup h2 {
    font-size: 1.6em;
	}
	.timeline:not(.timeline--horizontal):before {
    background-color: #ff6600 !important;
	}
	div#linha-do-tempo .t1 {
    font-size: 1.5em;
	}
	div#about-foxtopia {
    padding-top: 50px;
	}
	div#about-foxtopia .raposinha {
    left: -57px;
    width: 120px;
	}
	div#about-foxies {
    padding-top: 50px;
    padding-bottom: 50px;
	}
	div#foxtopia-contato {
    padding-top: 0;
	}
	.nopadding-right {
    padding-right: .625rem;
	}
	.nopadding-left {
    padding-left: .625rem;
	}
	div#header-2 .coluna-menu {
    margin-bottom: 0px;
	}
	div#foxtopia-livros {
    margin-top: 30px;
	}
	.button {
    font-size: 0.9em;
	}
	div#page-error .foxrun {
	    width: 70%;
	}
	.book-previa-back {
    padding: 10px 58px;
    line-height: 1.4em;
	}
  .book-buttons-fixos .book-amazon, .book-buttons-fixos .book-uiclap {
    padding: 10px;
  }
	.foxtopia-news-form .wpcf7-form-control.button {
		margin: 0px 27%;
	}
}
