@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import 'https://fonts.googleapis.com/css?family=Oregano';
/* Personalizados por mim
@import 'https://fonts.googleapis.com/css?family=Kaushan Script' - Modelo bacana 01;
@import 'https://fonts.googleapis.com/css?family=Bangers';
@import 'https://fonts.googleapis.com/css?family=Fredoka One';
@import 'https://fonts.googleapis.com/css?family=Wendy One' - Modelo 02;
@import 'https://fonts.googleapis.com/css?family=Baloo Paaji';
@import 'https://fonts.googleapis.com/css?family=Fugaz One';
*/
@import 'https://fonts.googleapis.com/css?family=Wendy One';

/* @font-face {
font-family: Omnes Semibold;
src: url(http://dogon.pedidodelivery.com/wp-content/themes/GravityForms/fonts/omnesSB.woff);
font-weight: normal;	
} */

/* updated: August 15, 2016 2:47 PM GMT-5 */

:focus {
    outline: 0!important;
}

body {
    color: #424242;
    background-color: #064204;
	background-image: url("/wp-content/uploads/img_bolao/bg-bolao.jpg");
	background-attachment: fixed;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-top: 34px!important;

}
div#header {
    background: #879fa6;
    width: 100%;
    border-top: 1px solid #889ea3;
    border-bottom: 1px solid #365666;
}
div#top_version {
    background: #365666;
    width: 100%;
}
div.inner {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 15px 0;
}
div#top_version span {
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
    color: #ccc;
}
div#top_version div.inner {
    padding: 10px 0;
}
div#header h1 {
    font-family: 'Montserrat', sans-serif;
}
div#header h1 a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: block;
    height: 38px;
}

div#header h1 a img {
    width: 98%;
    max-width: 320px;
}

div#header h1 a span {
    display: block;
    position: absolute;
    left: -9000px;
    top: 0;
}
ul#navigation {
    float: right;
    width: 50%;
    position: relative;
    top: 7px;
    text-align: right;
}
ul#navigation li {
    display: inline;
}
ul#navigation li a {
    color: #ADD13E;
    text-decoration: none;
    font-weight: 700;
    padding: 10px;
}
ul#navigation li.active a {
    color: #ADD13E;
}
ul#navigation li a:hover {
    color: #ADD13E;
    text-decoration: none;
}
div#top_version a {
    color: #879fa6;
}
input#s {
    width: 270px;
    color: #666;
    font-weight: 700;
    background-color: #222;
    border: 1px solid #222;
    padding: 3px;
}
ul#sidebar input#s {
    width: 1px;
}

.ptr--ptr {
    box-shadow: none!important;
	position: relative!important;
    top: 29px!important;
}
.ptr--icon {
    position: relative;
    top: 10px;
}

.gpnf-dialog.ui-dialog{
	top: 45px!important;
    text-align: left!important;
    width: calc(100% - 32px)!important;
    max-width: 960px!important;
	left:0;
	right:0;
    margin: 40px auto 32px auto!important;
	font-size: inherit!important;
	/*position: relative!important;*/
}

.gpnf-field {
	max-width:100px;
}

[class^=gpnf-field-]{
	font-size:17px;	
}


.gpnf-add-entry{
	border:none;
	/*display:inline-block;*/
	padding:0px 20px;
	/*vertical-align:middle;*/
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
	white-space:nowrap;
	border-radius: 50%;
	font-size: 40px!important;
	color: #fff!important;
    background-color: #09792e!important;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.gpnf-nested-entries-container .gpnf-add-entry {
    border: 5px solid #fed865;
    animation-duration: 1s!important;
}

.gpnf-add-entry:hover{
	color: #000!important;
    background-color: #acc9ad!important
}

/* Definindo a animação */
@keyframes zoomAnimation1 {
  0% {
    transform: scale(1); /* Estado inicial (sem zoom) */
  }
  50% {
    transform: scale(1.11); /* Zoom para 112% do tamanho original */
  }
  100% {
    transform: scale(1); /* Retorna ao tamanho original após 2 segundos */
  }
}
@keyframes zoomAnimation2 {
  0% {
    transform: scale(1); /* Estado inicial (sem zoom) */
  }
  50% {
    transform: scale(1.05); /* Zoom para 105% do tamanho original */
  }
  100% {
    transform: scale(1); /* Retorna ao tamanho original após 2 segundos */
  }
}
/* Aplicando a animação à div */
.gpnf-add-entry:not(.btnAtualiza) {
  animation: zoomAnimation1 2s infinite; /* 2 segundos, loop infinito */
}
.gform_button{
  animation: zoomAnimation2 2s infinite; /* 2 segundos, loop infinito */
}
/* Ajustando layout da página de montagem do jogo (prioridade sobre o style nas cartelas */
.gform_footer {
    display: flex;
    justify-content: center;
}
.gform_wrapper ul.gform_fields li.gfield{
	padding-right: 0px!important;
}
.lblJogo {
    width: calc(100%)!important;
}
.lblJogo .gfield_radio{
	width: calc(100% - 16px)!important;
	margin-left: auto!important;
	margin-right: auto!important;
}
.gform_wrapper ul.gform_fields li.gfield.lblJogo {
    padding-right: 10px!important;
}


.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}  

div#wrapper{
    text-align: left;
    width: calc(100% - 32px);
    max-width: 960px;
    margin: 16px auto 32px auto;
}

div#inner_wrapper {
    padding: 30px 20px 20px 20px;
    border-top: 20px solid #ffb757;
    margin: 16px auto 0 auto;
    /*background: #fff;*/
	background-color: rgba(255,255,255);
	/* background-image: url("/wp-content/uploads/2018/01/patternoise.png");*/
}
div#content {
    padding: 0;
    box-sizing: border-box;
}
ul#sidebar {
    display: block;
    padding: 0;
    box-sizing: border-box;
}
ul#sidebar h2 {
    font-family: 'Montserrat', sans-serif;
}

ul#sidebar h2.widgettitle {
    color: #9D370F;
}

ul#sidebar li {
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px dotted #ccc;
}
ul#sidebar li ul li {
    margin: 0;
    border: none;
}
ul#sidebar ul.block-list li a {
    display: block;
    padding: 7px 0;
    border-bottom: 1px dotted #ccc;
    text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
    text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
}
h2 {
    margin: 0 0 16px 0;
}
h2 a {
/*     font-family: 'Wendy One'; */
    color: #981618;
    text-decoration: none;
}
h2 a:hover {
    color: #f9f9f9;
    text-decoration: none;
}
h3 {
    margin: 0 0 8px;
}
div.post h3 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 2px;
}
div.post-title {
    margin: 0 0 10px;
}
div.post-title h2 {
    font-family: 'Wendy One', sans-serif;
    margin: 0;
    font-size: 125%;
	text-align:center;
    /*font-weight: 700;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 16px;*/
}
div.post-title h3 {
    font-family: 'Montserrat', sans-serif;
    color: #999;
}
div.post-title h3 a {
    color: #666;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
    border-bottom: 1px solid #aaa;
    color: #444;
}
p {
    margin: 0 0 20px;
}
img.float-left,
img.alignleft {
    display: block;
    float: left;
    clear: left;
    margin: 0 24px 12px 0;
}
img.float-right,
img.alignright {
    display: block;
    float: right;
    clear: right;
    margin: 0 0 12px 12px;
}
img.center,
img.centered {
    display: block;
    clear: both;
    margin: auto;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
div.post-content ul,
div.post-content ol {
    margin: 5px 0 12px 24px;
    list-style: disc;
}
div.post-content ol {
    list-style: decimal;
}

/*Editador por mim */
.textoFocus {
    display: table-cell;
    text-align: center;
	padding: 0 5px 0 5px;
    width: 130px;
    height: 34px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.textoFocus:focus {
    border-color: #76b176;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(83, 154, 71, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(83, 154, 71, 0.6);
	width:155px;
}
.btnComFA {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

div .postTitulo {
    text-align: center!important;
    font-size: 35px!important;
    font-family: Wendy One!important;
    color: #fbf803!important; /*#c59366*/
    text-shadow: 2px 2px 0px #5a442d!important;
    /*margin-bottom: 46px!important;*/
}

div .postConteudo {
	/*text-align: center;*/
    font-family: Wendy One;
    letter-spacing: 0.5px;
    color: #9d370f;
    font-size: 23px;
    /*margin-bottom: 45px!important;*/
}

div .post-content-categorias .postConteudo {
    font-size: 16px!important;
	margin: 0!important;
}

div.post-content-categorias {
    cursor: pointer;
    background: #f6880a;
    border-style: dotted;
    border-width: 5px;
    border-color: #f0d6bb;
    border-radius: 20px;
	text-decoration:none!important;
	padding: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	max-height: 23em;
    overflow: hidden;
	/*pointer-events:none;*/
}

div.post-content-categorias p {
    margin: 0 0 0px;
}

div.post-content-categorias input{
	pointer-events:none;
}

div.post-content-categorias p{
	display: block!important;
}
div.post-content-categorias img{
	/*width:250px!important;
	height:100%!important;*/
	margin: 7px auto!important;
    display: block!important;
    max-width: 100%!important;
    max-height: 100%!important;
	border-radius: 10px;
	box-shadow: 0px 0px 10px -1px;
}

div.post-content-categorias:hover {
    background: rgba(246,136,10,0.5)!important;
}


div.post-content p.menuImg img{
    margin: 4px auto;
    margin-bottom: 30px;
    display: block;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 21px 0px;
	width:100%;
	height:100%;
}

div.post-content div.menuCompleto {
    box-shadow: 0px 0px 21px 0px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 82px;
}

div.post-content div.menuTxt {
	text-align: center;
    background-color: #ffefda;
    border-bottom: 5px solid;
    border-color: #daa06e;
    padding: 15px 8px 0 8px;
    margin-top: -20px;
}

@media only screen and (min-width: 581px) {
	div.post-content div.menuImg {
		background-position: center;
		background-size: cover;
		height: 350px;
		border-radius: 10px 10px 0 0;
		/*box-shadow: 0px 0px 21px 0px;*/
		margin-bottom: 30px;
		margin: 4px auto;
	}
}

@media only screen and (max-width: 580px) {
	
/*.gpnf-add-entry{
    position: fixed;
    left: 50%;
    margin-left: -32px;
    bottom: 10px;
    z-index: 200;
}*/

	div.post-content div.menuImg {
		background-position: center;
		background-size: cover;
		height: 190px;
		border-radius: 10px 10px 0 0;
		/*box-shadow: 0px 0px 21px 0px;*/
		margin-bottom: 30px;
		margin: 4px auto;
	}
	
	.gpnf-dialog.ui-dialog{
		top: 45px!important;
		width: calc(100% - 16px)!important;
		font-size: inherit!important;
	}	
	div#wrapper{
		width: calc(100% - 10px)!important;		
	}
}

hr {
	border: 5px solid #d6a376;
	margin-top: 45px;
}

a.more-link {
	font-family:wendy one;
	color: #da5626!important;
	margin:0px 0px 10px 25px;
}

div.post-title .post-artigo,
div.post-title .post-meta-nfo{
	font-size:12px;
}


div.post-categorias {
    padding: 0 0 30px;
    margin: 0 0 25px;
    border-bottom: 5px solid #d6a376;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

/* Create two equal columns that floats next to each other */
@media only screen and (min-width: 500px) {
	.columnProdutos {
		width: 45%;
		display: inline-block;
		display: -moz-inline-stack;
		margin:0;
		padding-right: 18px!important;
		min-height: 320px;
		min-width: 250px;
		vertical-align: top;
		border-bottom:none!important;
	}
}



/*Tabela*/
div.tabela table {
	margin:auto;
    border-collapse: collapse;
    width: 40%;
	min-width: 240px;
	box-shadow: 0px 0px 21px 0px #777;
}

div.tabela th {
	background-color: #ffb707;
	border-bottom: 1px solid #ddd;
	color: #000;
	font-size: 25px!important;
}

div.tabela td, th {
    border: none;/*1px solid #dddddd;*/
    text-align: center;
    padding: 8px;
	font-size: 20px;
}

div.tabela tr:nth-child(odd) {
    background-color: rgba(255,255,255,.5);
}


/* Fim */
a {
    color: #365666;
    text-decoration: none;
}
a:hover {
    /*color: #365666;
    text-decoration: underline;*/
}
blockquote {
    font-family: 'Montserrat', sans-serif;
    color: #444;
    font-style: italic;
    margin: 10px 0;
    padding: 10px;
    display: block;
    background-color: #F6F6F6;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

cite a {
    color: #333;
    text-decoration: none;
}
cite a:hover {
    color: #999;
}
code {
    background: #fafafa;
}
code.block {
    display: block;
    padding: 10px;
}
div.post {
    padding: 0 0 15px;
}

div.post-meta {
    display: block;
    padding: 15px 10px 0;
    background: #eaf3f9 url(../images/meta_top.gif) no-repeat top;
    color: #6f7f8a;
}
div.post-meta-cap {
    background: transparent url(../images/meta_bottom.gif) no-repeat bottom;
    height: 5px;
}
div.post-meta span {
    display: block;
    padding: 10px 0;
}
div.post-meta a {
    text-decoration: none;
}
div.post-meta a:hover {} ul.post-comments {
    margin: 26px 0;
}

/*Editado por mim*/

.shiftnav-main-toggle-content {
	/*padding: 16px 0 0 0!important;*/
	padding: 0px 0 0 0!important;
    height: 3px!important;
}


/* Configuração de comentário do Admin*/
.author_comment {
padding: 0px 0 0 50px!important;	
}

.author_comment .comment-content {
background: rgba(202, 36, 38, 0.3);
border-radius: 60px 30px 45px 90px;
padding: 10px 20px 0 40px;
}

.author_comment .avatar {
float: right!important;
margin: -21px 0;
}

.author_comment .comment-author {
text-align: right;
margin: 20px 60px 6px 0!important;
}
/*Fim comentário admin*/


#comment {
	background:rgba(255,237,166,.5) !important;
	width:95%;
	height:150px;
	/*color:#999;*/
	font-size:15px;
	padding: 10px 10px;
	margin:5px 0 5px 0;
	border:2px solid #bb946d;
	border-radius: 30px 60px 90px;
	}

#author,
#email,
#url {
	background: rgba(255,237,166,.5) !important;
	font-size:15px;
	padding: 0 0 0 10px;
	border-radius: 5px 20px 5px;
	border:2px solid #bb946d;
}

#submit {
	/*
    background: #ff6200;
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    padding: 12px 22px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	*/
	
	border: none;
    font-family: inherit;
    font-size: inherit;
    background: #cb4e4e;
    color: #fff;
    box-shadow: 0 6px #ab3c3c;
    cursor: pointer;
    padding: 12px 22px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    border-radius: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

#submit:hover{
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

#submit:active{
	box-shadow: 0 0px #cb4e4e;
	top: 6px;
}
/*Fim*/

/*Botão próximo e anterior*/
div.ProxAnt > a{
	border: none;
    font-family: inherit;
    font-size: 13px;
    background: #cb4e4e;
    color: #fff;
    box-shadow: 0 6px #ab3c3c;
    cursor: pointer;
    padding: 10px 18px;
    display: inline-block;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    font-weight: 700;
    outline: none;
    position: relative;
    border-radius: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
	margin: -10px 0 0 0;
}

div.ProxAnt > a:hover{
	box-shadow: 0 4px #ab3c3c;
	top: 2px;
}

div.ProxAnt > a:active{
	box-shadow: 0 0px #cb4e4e;
	top: 6px;
}
/*Fim*/

ul.post-comments h3 {
    margin: 0 0 5px;
}
li.comment {
    display: block;
    padding: 0px 50px 0 0;
    /*border-bottom: 1px dotted #ccc;*/
    background: none;
}
li.comment.alt {
    background: none;
}
img.avatar {
    float: left;
	margin: -25px 0 0 0;
}
cite.comment-author {
    text-align: left;
    color: #424242;
    font-weight: 700;
    display: block;
    width: 90%;
	margin: 20px 0px 6px 50px;
}
cite.comment-author a {
    color: #333;
    text-decoration: none;
}
cite.comment-author a:hover {}

div.comment-content {
    /*width: 410px;
    padding: 0 0 0 10px;
    margin-left: 50px;*/
	background: rgba(255, 255, 255,0.5);
	padding: 10px 20px 0px 20px;
    margin: 0px 0 0;
    font-size: 15px;
    /*border: 1px solid #dfdfdf;
    border-radius: 3px;*/
    line-height: 1.5em !important;
	border-radius: 30px 60px 90px;
	border:2px solid #dfdfdf;
}
table#wp-calendar {
    margin: auto;
    text-align: center;
}
table#wp-calendar caption {
    text-align: center;
    color: #999;
}
table#wp-calendar td {
    padding: 5px;
    text-align: center;
}
table#wp-calendar th {
    padding: 5px;
    text-align: center;
    font-weight: 700;
}
table#wp-calendar td a {
    font-weight: 700;
}
a abbr,
a acronym {
    border: none;
}
div#footer {
    clear: both;
    background: #ffb707;
    padding: 25px 16px 15px;
    display: block;
    width: 100%;
    margin: auto;
    text-align: left;
    box-sizing: border-box;
    border-bottom: 3px solid #29414D;
}
div#footer p {
    margin: 0 0 5px 20px;
    color: #555;
}
div#footer a {
    color: #9d370f;
    text-decoration: none !important;
    font-weight: normal;
}
div#footer a:hover {
    color: #fff ;
    /* border-bottom: 1px solid #444; */
}
div#footer p#blog-name {
    color: #000;
}
h5.post-meta-nfo {
    color: #898989;
}

div.noted_top {
    margin: 16px 16px 0 16px;
    box-sizing: border-box;
    max-width: 960px;
    width: calc(100% - 32px);
}

div.noted_top span {
    font-size: 95%;
}

div.logininfo {
    text-align: left;
    padding: 20px 0;
    color: #365666;
    text-shadow: none;
    margin: 16px 0;
    position: relative;
}

div.logininfo span.username {
    margin-right: 16px;
}
div.demobutton {
    position: absolute;
    width: 298px;
    left: 0;
    top: 46px;
}
#gform_wrapper_104 li#field_104_9 {
    margin-top: 20px;
}
.gform_wrapper .gfield_html h3,
.gform_wrapper .gfield_html h4 {
    margin-bottom: 10px;
}
.gform_wrapper input[type=submit],
.gform_wrapper input[type=button] {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: #064204;
    color: #fff;
    box-shadow: 0 6px #000500;
    cursor: pointer;
    padding: 15px 30px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    border-radius: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.gform_wrapper input[type=submit]:after,
.gform_wrapper input[type=button]:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=button]:hover {
    box-shadow: 0 4px #000500;
    top: 2px;
}

.gform_wrapper input[type=submit]:active,
.gform_wrapper input[type=button]:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px;
}

li.gfield + li.gsection {
    margin-top: 25px;
}
ul#sidebar .gform_wrapper li {
    margin: 0!important;
    padding: 0!important
}
hr.gf_rule {
    border: none;
    height: 1px;
    background-color: #ccc;
    overflow: hidden;
    margin: 20px 0;
}

/* alert styles to reuse ----------------------------------------------------*/

.alert_green,
.alert_red,
.alert_yellow,
.alert_gray,
.alert_blue {
    margin: 24px 0;
    box-sizing: boder-box;
    font-size: 95%;
}
.alert_green {
    border-left: 4px solid #97B48A;
    background-color: #CBECA0
}
.alert_red {
    border-left: 4px solid #CFADB3;
    color: #832525;
    background-color: #FAF2F5
}
.alert_yellow {
    border-left: 4px solid #E6DB55;
    background-color: #FFFBCC;
    color: #424242
}
.alert_gray {
    border-left: 4px solid rgba(135, 159, 166, 1);
    color: #424242;
    background-color: #EEE
}
.alert_blue {
    border-left: 4px solid rgba(54, 86, 102, 1);
    color: #465d7c;
    background-color: #D1E4F3;
}
.pad_20 {
    padding: 20px;
}
.demo_downloads {
    margin: 2rem 0;
}
div.home_versions {
    margin: 20px 0;
    padding: 20px;
    border-left: 4px solid #879FA6;
    background-color: #F8F8F8;
}
div.demobutton img {
    width: 298px !important;
}
body .gform_wrapper h2.gsection_title {
    color: #9D370F;
}

/*Formatação da cartela Gravity*/
.linhaJogos {
    /*border-bottom: 3px solid #064204;
    padding: 20px 0 12px 0;*/
	border-bottom: 3px solid #e0d9d9;
    padding: 20px 0 12px 0;
    box-shadow: 0px 3px 0px 3px #e0d9d9;
	/*display: none;*/
}

#field_3_66 .gfield_label,
[for=input_3_61]{
	display:none!important;
}
/*Fim formatação*/

div.post-content a,
div.post-content a:hover,
div.post-content a:visited,
div.post-content a:focus,
div.post-content a:active {
    color: #9D370F;
    text-decoration: none;
}
ul.menu li a,
ul.menu li a:hover,
ul.menu li a:visited,
ul.menu li a:focus,
ul.menu li a:active {
    text-decoration: none !important;
}
ul.menu li a:hover,
ul.menu li a:focus,
ul.menu li a:active {
    color: #9D370F !important;
}
body .gform_wrapper.gf_demo_multi {
    padding-left: 5px;
}
body #gform_wrapper_11 .gf_page_steps {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-top: 16px;
    margin-bottom: 16px;
}
body #gform_wrapper_11 .gf_page_steps .gf_step {
    width: auto !important;
    display: block;
    position: relative;
}
body #gform_wrapper_11 .gf_page_steps .gf_step span.gf_step_number {} body #gform_wrapper_11 .gf_page_steps .gf_step {
    padding-left: 0;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step_pending {
    display: none !important;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step_active {
    color: #9D370F;
    padding-left: 15px !important;
    position: relative;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    content: "\f138";
}

body #gform_wrapper_11.gform_wrapper div.gform_page_footer {
    margin-bottom: 30px;
}

body .gform_wrapper .gform_page_footer {
        border-top: 3px dotted #d6a376;
}

body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step_completed {
    padding-left: 15px !important;
    position: relative;
}
body #gform_wrapper_11 .gf_page_steps .gf_step.gf_step_completed:before {
    position: absolute;
    font-family: FontAwesome;
    top: 0;
    left: -5px;
    content: "\f046";
    /* add tick mark */
}
body .gform_confirmation_message {
    color: #9D370F;
    font-family: 'Montserrat', sans-serif;
    background-color: #FFFF88;
    text-align: center;
    padding: 30px 5px 50px 5px;
}

body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
    font-size: inherit;
}

body .gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #BDBDBD;
  font-size: 90%;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

body .gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
  color: #BDBDBD;
  font-size: 90%;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

body .gform_wrapper :-ms-input-placeholder { /* IE 10+ */
  color: #BDBDBD;
  font-size: 90%;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

body .gform_wrapper :-moz-placeholder { /* Firefox 18- */
  color: #BDBDBD;
  font-size: 90%;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

.gform_wrapper.gf_browser_chrome ul.gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome ul.gfield_radio li input[type="radio"] {
    margin-top: -2px;
}

.gform_wrapper .ginput_container_multiselect select {
    border: 1px solid #ccc;
}

body #gform_wrapper_9.gform_wrapper h2.gsection_title {
    font-family: 'Oregano', cursive;
    font-size: 150%;
}

body #gform_wrapper_9.gform_wrapper .gsection {
    border-bottom: 1px solid #CCC;
}

body #gform_wrapper_9.gform_wrapper ul li.gfield label.gfield_label {
    font-family: 'Oregano', cursive;
    font-size: 125%;
}

body .gform_wrapper li#field_11_3:after {
    content:"";
    display: block;
    height: 1px;
    overflow: hidden;
    background: #ccc;
    margin: 16px 0 24px 0;
}

div.demo_downloads {
    border-top: 2px solid #ccc;
    padding-top: 24px;
}

div.gfield_description {
    color: #888888;
    font-size: 90% !important;
}

table.gfield_list.gfield_list_container th {
    font-size: 90% !important;
}

li.gfield.gsection {
    padding-top: 0px !important;
	margin: 0px!important;	
}

li.gfield.gsection:first-child {
    padding-top: 0 !important;
}

.fitImg100 {
    max-width: 100% !important;
}

div.testdrive {
    text-align: center;
}

body .gform_wrapper input[type=submit],
body .gform_wrapper input[type=button] {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

body .gform_wrapper .ginput_container span.ginput_price {
    display: inline-block !important;
}

/* Ajuste da descrição para ficar mais perto da caixa de texto{ */
#input_3_31_3_container > label {
	display:none;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px!important;
}
.gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom: 0px!important;
}
/* } */

body .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
body .gform_wrapper textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
    outline: none;
    border: 1px solid #ccc;
    background: rgba(255, 255, 255, 1);
    padding: 5px;
}

body .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']):focus,
body .gform_wrapper textarea:focus {
    box-shadow: 0 0 5px rgba(135, 159, 166, 1);
    border: 1px solid rgba(135, 159, 166, 1);
}

body .gform_wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 1) url("../images/selectbox-arrow.png") no-repeat scroll right center;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    display: inline-block;
    max-width: 100%;
    padding: 5px 20px 5px 5px;
}

body .gform_wrapper li#field_9_21 select {
    margin-top: 6px;
}

/*Editado por mim - Nova seção Gravity Forms*/
body .gform_wrapper .gsection_title {
font-weight: bold;
font-family: Wendy One;
font-size: 40px;
color: #b34f16;
}
/*Fim edição por mim*/

/*Editado por mim - texto dos formulários Gravity Forms*/
body .gform_wrapper .gfield_label {
font-weight: bold;
/*font-family: Wendy One;*/
/*font-size: 40px;*/
color: #cd5b1a;
}

.ui-icon-closethick:after,
.ui-icon-closethick:hover:after {
	color: inherit!important;
	opacity: 1.0!important;
}
.ui-dialog-titlebar-close {
	font-weight: bold;
	color: #ab3c3c!important;
	transition: all ease-in-out 0.25s;
}
.ui-dialog-titlebar-close:hover {
	color: #FFF!important;
}
/*Fim edição por mim*/


body .gform_wrapper .gfield_error select {
    border: 1px solid #790000;
    background: rgba(255, 255, 255, 1) url("../images/selectbox-arrow.png") no-repeat scroll right center;
}

body .gform_wrapper .gfield_time_ampm select,
body .gform_wrapper.gf_browser_chrome .gfield_time_ampm select,
body .gform_wrapper.gf_browser_safari .gfield_time_ampm select {
  width: 6rem !important;
  max-width: 6rem !important;
}

body .gform_wrapper .gfield_checkbox li label,
body .gform_wrapper .gfield_radio li label {
    font-size: 16px;
    margin-left: 6px;
}
ul.gfield_radio li {
	margin: 0 0 0px!important;
}

body .gform_wrapper span.ginput_price {
    margin-left: 8px;
    color: #470b13; /*#bbb;*/
}

/*Modificado por mim*/
/*body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label span.ginput_price,*/

/* Apenas para um Radio - Adiciona a borda de marcação verde*/

body .gform_wrapper .gform_fields #field_1_67.gfield .gfield_checkbox li input[type="checkbox"]:checked+label,
body .gform_wrapper .gform_fields #field_1_72.gfield .gfield_checkbox li input[type="checkbox"]:checked+label,
body .gform_wrapper .gform_fields #field_1_77.gfield .gfield_checkbox li input[type="checkbox"]:checked+label,
body .gform_wrapper .gform_fields #field_1_133.gfield .gfield_radio li input[type="radio"]:checked+label,
body .gform_wrapper .gform_fields #field_1_39.gfield .gfield_radio li input[type="radio"]:checked+label,
body .gform_wrapper .gform_fields #field_1_63.gfield .gfield_radio li input[type="radio"]:checked+label,
body .gform_wrapper .gform_fields #field_1_50.gfield .gfield_radio li input[type="radio"]:checked+label{
	border-style: solid;
    border-color: #006600;
    border-width: 3px;
}

/* Apenas para um Radio - Adiciona a borda de todas as radios e checkbox*/
body .gform_wrapper .gform_fields #field_1_67.gfield .gfield_checkbox li label,
body .gform_wrapper .gform_fields #field_1_72.gfield .gfield_checkbox li label,
body .gform_wrapper .gform_fields #field_1_77.gfield .gfield_checkbox li label,
body .gform_wrapper .gform_fields #field_1_39.gfield .gfield_radio li label,
body .gform_wrapper .gform_fields #field_1_133.gfield .gfield_radio li label,
body .gform_wrapper .gform_fields #field_1_63.gfield .gfield_radio li label,
body .gform_wrapper .gform_fields #field_1_50.gfield .gfield_radio li label{
	/*border-style: outset;
    border-width: 3px;
	border-color: #FBFBFB;*/
	background: #FFF;
	border: 3px outset rgb(251, 251, 251);
    border: 3px outset rgba(251, 251, 251, 0.4);
	padding: 5px 2px 0px 10px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	/*font-family: Wendy One;
	text-align: center;*/
}


/*body .gform_wrapper .gfield_radio li input[type="radio"]:checked+label span.ginput_price{
    color: #006600;
}*/

/*Editado por mim - Nova seção Gravity Forms*/
/*Spinner*/
	.gform_ajax_spinner {
		padding-left: 0px!important;
		position: fixed;
		top: calc(50% - 57px);
		left: calc(50% - 57px);
		border: 2px solid #4d0202;
    	box-shadow: 0 2px 4px rgba(0,0,0,.1);
    	border-radius: 10px;
		background-color: #FFFFFFd1;
		z-index: 99999999!important;
		/*@include transform(translateX(-50%));*/
	}
/*Spinner*/

/*Regras e Regulamentos*/
.gform_wrapper li.gsection.gf_scroll_regras {
    height: 300px;
    /*width: calc(100% - 16px);*/
    padding: 16px;
    background-color: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #CCC;
    border-bottom: 1px solid #CCC!important;
}	
/*Regras e Regulamentos*/

.gfield_date_dropdown_day select,
.gfield_date_dropdown_month select,
.gfield_date_dropdown_year select{
	width: 90px!important;
}

.gpnf-nested-entries {
	margin: auto!important;
}

body .gform_wrapper .gsection_title {
font-weight: bold;
font-family: Wendy One;
font-size: 40px;
color: #b34f16;
}
/*Fim edição por mim*/

/*Define a cor para cinza nos checkbox que estão desabilitados */
/*body .gform_wrapper ul.gfield_checkbox li input[type='checkbox']:disabled + label { color: #999; }*/
input[type='checkbox']:disabled + label { color: #999; }

/*adiciona transparência a imagem quando o checkbox está desabilitado*/
input[type="checkbox"]:disabled + label img{
    opacity: 0.5;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}
/*
 * adiciona transparência a imagem o mouse está em cima
input[type="checkbox"]:disabled + label img:hover{
    opacity: 1;
	filter: alpha(opacity=100); For IE8 and earlier
}
*/

	/*This will change the style of the error message on top of the site*/
	.gform_wrapper div.validation_error {
	color: #e82222 !important;
	/*font-size: 100% !important;
	font-weight: normal !important;
	border: 1px solid #65A9CC !important;
	padding: 1em 0px 1em 20px !important;*/
	}
	/*Background validation*/
	body .gform_wrapper li.gfield.gfield_error,
	body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
	/*border-color: #65A9CC !important;
	color: #444 !important;
	background-color: #65A9CC !important;*/
    background-color: rgba(255,223,224,.70);}
	/*label*/
	.gform_wrapper .gfield_error .gfield_label,
	.gform_wrapper .validation_message {
	color: #ff1b1b !important;
	}
	/*Border
	.gform_wrapper li.gfield_error input[type="email"],
	.gform_wrapper li.gfield_error input[type="number"],
	.gform_wrapper li.gfield_error input[type="password"],
	.gform_wrapper li.gfield_error input[type="tel"],
	.gform_wrapper li.gfield_error input[type="text"],
	.gform_wrapper li.gfield_error input[type="url"],
	.gform_wrapper li.gfield_error textarea {
	border: 1px solid #000;
	}*/


/*Fim modificação por mim*/
/*Preço fica verde quando selecionado no checkBox e Radio(<necessário inserir HTML no form)*/
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked+label span.ginput_price,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label span.ginput_price {
    color: #006600;
	/*border: 2px solid red;*/
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_2,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_3,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_4,
body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 {
    width: 100%;
}

body .gform_wrapper.gf_browser_chrome li.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span {
    width: calc((100% - 12px) / 3);
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container.gf_name_has_3 span:last-child {
    padding-right: 0 !important;
}

body .gform_wrapper.gf_browser_chrome li.gfield_error div.ginput_complex.ginput_container.gf_name_has_5 span {
    width: calc((100% - 16px) / 5);
}

body .gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: calc(100% + 15px);
}

div.hrule {
    height: 1px;
    overflow: hidden;
    border-top: 2px solid rgba(204, 204, 204, 1);
    margin: 32px 0;
}

/* media queries - portrait mode tablet or desktop styles */

@media only screen and (min-width: 961px) {

    div#content {
        width: 100%;
        display: inline-block;
        padding: 0 0 0 0;
        vertical-align: top !important;
    }
    /*ul#sidebar {
        width: 10%;
        display: inline-block;
        padding: 10px 0 0 30px;
        vertical-align: top !important;
        min-width: 225px;

    }*/

    div#header h1 a {
        width: 100%;
        height: 60px;
    }

    div.inner {
        width: 100%;
        max-width: 960px;
    }

    div#top_version span {
        display: inline-block;
    }

    div#top_version span.return_link {
        text-align: left;
        width: 24%;
    }

    div#top_version span.current_config {
        text-align: right;
        width: 74%;
    }

    div#header h1 a img {
        width: 98%;
        max-width: 560px;
    }

    body .gform_wrapper input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
        height: 35px;
    }

    body .gform_wrapper select:not([multiple="multiple"]) {
        height: 35px;
    }


    div.noted_top {
        max-width: 960px;
        margin: 16px auto 0 auto;
    }


}