/*
	Theme Name: Craftlandia v3
	Theme URI: https://www.craftlandia.com.br
	Description: CL Layout
	Version: 1
	Author: Iago Lobato / Hynn
	Author URI: https://buy-it.com.br/
	Tags: CL

	License: MIT
	License URI: https://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	color: #2f3542;
	font-family: "Roboto",sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: justify;
	background-repeat: repeat-x;
	background-image: url(images/bg-1.jpg);
	background-color: #ffe9ba;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: inherit;
	text-decoration:none;
}
a:hover {
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	/*width: 1280px;*/
	display: block;
	width: 1170px;
	margin: auto;
	padding: 20px 0 40px;
	position: relative;
	font-size: 14px;
	line-height: 25px;
}
/* header */
.header {

}
/* logo */
.logo {
	height: 370px;
	width: 1120px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	background-repeat: no-repeat;
	background-image: url(images/b1.png);
	background-position: 0 0;
}
#lge {
	margin: 0 0 0 auto;
    width: 600px;
    height: 50px;
}
#bforumpos {
	margin: 0 0px 0 auto;
	width: auto;
	display: flex;
	justify-content: flex-end;
}
#bforum1a {
	border-bottom-left-radius: 5px;
}
#bforum1b {
	border-bottom-right-radius: 5px;
}
#bforum {
	text-align: center;
	background-color: #444;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	padding: 15px;
	width: 96px;
	font-weight: bolder;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.18);
}
#bforum:hover {
	background-color: #5B5B5B;
	transition: all 0.3s ease;
}
#cflut {
	position: fixed;
	text-align: left;
	right: 0;
	bottom: 0;
	height: auto;
}
#cflut-cont {
	color: #eee;
	display: none;
	margin: auto 0 auto auto;
	width: 286px;
	border-top-left-radius: 15px;
}
#cflut-img {
	display: flex;
	justify-content: flex-end;
}
#cflut-opt {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	border: 0;
	color: #eee;
	background-image: -webkit-linear-gradient(270deg,rgba(255,156,5,1.00) 0%,rgba(251,152,4,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,156,5,1.00) 0%,rgba(251,152,4,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,156,5,1.00) 0%,rgba(251,152,4,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,156,5,1.00) 0%,rgba(251,152,4,1.00) 100%);
}
#cflut-opt:hover {
	background-image: -webkit-linear-gradient(270deg,rgba(220,119,0,1.00) 0%,rgba(220,119,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(220,119,0,1.00) 0%,rgba(220,119,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(220,119,0,1.00) 0%,rgba(220,119,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(220,119,0,1.00) 0%,rgba(220,119,0,1.00) 100%);
}
#cont-survival {
	background-image: -webkit-linear-gradient(270deg,rgba(255,156,5,1.00) 0%,rgba(233,130,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,156,5,1.00) 0%,rgba(233,130,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,156,5,1.00) 0%,rgba(233,130,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,156,5,1.00) 0%,rgba(233,130,0,1.00) 100%);
	border-top-left-radius: 10px;
}
#versao-srv {
    background-color: #783d12;
    padding: 0px 3px 0px 0px;
    margin-left: 5px;
    border: 1px dashed #0b0502;
    border-radius:  5px;
	font-size: 12px;
	font-weight: bold;
}
#ipsrvs {
	transition: all 0.2s ease;
}
#ipsrvs:hover {
	color: #FFEFB8;
	border-bottom: 1px dashed #76380f;
	transition: all 0.2s ease;
}
.naoselect {
    -webkit-touch-callout: none;  /* iPhone OS, Safari */
    -webkit-user-select: none;    /* Chrome, Safari 3 */
    -khtml-user-select: none;     /* Safari 2 */
    -moz-user-select: none;       /* Firefox */
    -ms-user-select: none;        /* IE10+ */
    user-select: none;            /* Possível implementação no futuro */
    /* cursor: default; */
}
.bttop {
	/*width: 50%;*/
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(images/clickToPlay.png);
	transition: all 0.4s ease;
	width: 256px;
	height: 73px;
}
.bttop:hover {
	background: url(images/clickToPlayOnHover.png);
	transition: all 0.2s ease;
}
#clogo {
	margin: 15px auto auto;
    width: 500px;
    height: 150px;
    padding: 15px 0 0 50px;
    font-weight: bold;
    color: #fff;
}
.logo-img {

}
/* nav */
.nav {
	position: relative;
	margin: auto;
	width: auto;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.efbl-like-box .efbl-loader {
	display: none;
}
.efbl-like-box {
	background-color: #fff;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('https://craftlandia.com.br/site/wp-content/themes/CLV3/fonts/font-name.eot');
	src:url('https://craftlandia.com.br/site/wp-content/themes/CLV3/fonts/font-name.eot?') format('embedded-opentype'),
		url('https://craftlandia.com.br/site/wp-content/themes/CLV3/fonts/font-name.woff') format('woff'),
		url('https://craftlandia.com.br/site/wp-content/themes/CLV3/fonts/font-name.ttf') format('truetype'),
		url('https://craftlandia.com.br/site/wp-content/themes/CLV3/fonts/font-name.svg') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (width:1280px) {
	body {
		background-position: 27% 0% !important;
	}
}

@media only screen and (width:1360px) {
	body {
		background-position: 22% 0% !important;
	}
}

@media only screen and (width:1440px) {
	body {
		background-position: 17% 0% !important;
	}
}

@media only screen and (width:1600px) {
	body {
		background-position: 0% 0% !important;
	}
}

@media only screen and (max-width:768px) {
	.nav {
		width: inherit !important;
		margin-bottom: 10px;
	}
	.wrapper {
		width: auto;
		padding: 0px 0 40px !important;
	}
	#caixa-com-tema-subscriber3, #caixa-com-tema-subscriber2, #caixa-com-tema-subscriber {
		min-width: inherit !important;
		width: auto !important;
	}
	.caixa-subscriber {
		height: auto !important;
		padding-bottom: 10px !important;
		width: auto !important;
		min-width: inherit !important;
		flex-flow: column;
		text-align: center !important;
		line-height: 30px !important;
	}
	.caixa-subscriber div {
		padding-right: 0 !important;
	}
	.caixa-central-rodape {
		height: auto !important;
		min-width: inherit !important;
		padding: 20px 20% !important;
		text-align: center;
		flex-flow: column;
	}
	#bforumpos {
		display: none !important;
	}
	#lge {
		margin: auto !important;
		width: auto !important;
		height: auto !important;
	}
	.topo {
		margin: auto !important;
		min-width: auto !important;
		
	}
	#clogo {
		width: auto !important;
		margin: auto !important;
		height: 105px !important;
		padding: 0 !important;
	}
	#clogo img {
		width: 100%;
	}
	#clogo p {
		display: none !important;
	}
	.logo {
		height: auto !important;
		width: auto !important;
		background-image: none !important;
	}
	#rdp1 {
		display: none !important;
		padding-left: 0 !important;
	}
	#rdp2 {
		padding-left: 0 !important;
	}
	.correctpd {
		margin: auto 0 !important;
		padding: auto 0 !important;
	}
	.elementor-3262 .elementor-element.elementor-element-2175729>.elementor-widget-container {
		margin: auto 0 !important;
	}
	.elementor-3262 .elementor-element.elementor-element-2fac9f0 {
		padding: 0 !important;
	}
	.elementor-3262 .elementor-element.elementor-element-8580952 .elementor-heading-title {
		font-size: 80px !important;
	}
	.elementor-3262 .elementor-element.elementor-element-be895fa .elementor-heading-title {
		font-size: 13px !important;
	}
	.elementor-32 .elementor-element.elementor-element-dea9a18>.elementor-element-populated {
		padding: 10px 0 0 !important;
	}
	.elementor-column-wrap elementor-element-populated {
		padding: 0 !important; 
	}
	.elementor-32 .elementor-element.elementor-element-7764944>.elementor-widget-container {
		margin: -10px 0 !important;
	}
	.elementor-32 .elementor-element.elementor-element-f579562>.elementor-widget-container {
		border-radius: 0 !important;
	}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.global_container_ {
	float: none;
	margin: 0 auto;
	position: relative;
	width: 100%; /* 1200px / 1200px = 100% */
	background: #E7E7E7 center 0;
	background-position: center top;
	height: auto;
}

.fundo-centro {
	display: flex;
	width: 100%;
	align-content: center;
	background-repeat: no-repeat;
}
.l-unconstrained {
	margin: 0 0 0;
	position: relative;
}
.l-constrained-2 {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1172px;
}
.topo {
	margin: 0 auto -60px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.logo-b {
	display: block;
	margin: 0 auto;
}
.section {
	margin: 25px 0 25px;
	padding: 8px 6px 8px;
	position: relative;
	width: auto;
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05); 
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}
.l-constrained {
	margin: 0 auto 0;
	position: relative;
	width: 1174px;
}
.estrutura {
	margin: 0 auto 0;
	position: relative;
	right: 1.5px;
	width: 1174px;
	text-shadow: 0px 1px 2px #E7E7E7;
}
.row {
	left: 0px;
	margin: 0;
	position: relative;
	width: 100%;
	display: flex;
}
.col-4 {
	margin: 0 35px 0 0;
	position: relative;
	width: 354px;
	flex-direction: column;
}
.estrutura-forum {
	position: relative;
	display: flex;
	/*width: 310px;*/
	width: auto;
	margin: auto;
	align-content: center;
	justify-content: center;
	border-radius: 5px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.corpo {
	position: relative;
}
.corpo a {
	color: #444 !important;
}
.row-2 {
	cursor: pointer;
	position: relative;
	padding: 5px 10px;
	width: 208px;
	transition: all 0.6s ease;
	text-overflow: ellipsis;
	overflow: hidden;
}
.row-2:hover {
	padding-left: 15px;
	background-color: #eee;
	text-overflow: ellipsis;
	transition: all 0.6s ease;
}
.row-2-destaque {
	cursor: pointer;
	position: relative;
	padding: 5px 10px;
	width: 208px;
	transition: all 0.6s ease;
	text-overflow: ellipsis;
	overflow: hidden;
}
.row-2-destaque:hover {
	padding-left: 15px;
	background-color: #eee;
	text-overflow: ellipsis;
	transition: all 0.6s ease;
	border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
}
.row-2-staff {
	margin: 0;
	position: relative;
	width: auto;
	padding: 15px 14px;
	transition: all 0.6s ease;
	text-overflow: ellipsis;
	border-radius: 10;
	overflow: hidden;
}
.row-2-staff:hover {
	padding-left: 25px;
	background-color: #F1F1F1;
	text-overflow: ellipsis;
	transition: all 0.6s ease;
}
.col-7 {
	position: relative;
	width: 241px;
	margin-top: 1px !important;
}
.text-3 {
	position: relative;
	color: #ECECEC;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 !important;
}
.text-4 {
	margin: -6px 0 0;
	padding-top: 5px;
	position: relative;
	color: #00d5c3;
	font-weight: bold;
}
.mergedimage {
	height: 23px;
	width: 43px;
	border: none;	border: 0 none;
	background-color: #474747;
	color: #d5d5d5;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	letter-spacing: -0.025em;
	margin-top: 5px !important;
	transition:all 0.3s ease;
}
.shape-1 {
	height: 1px;
	margin: 2px 0 0;
	border-top: 1px dashed #ECECEC;
	width: 100%;
}
.estrutura-1 {
	position: relative;
	width: 100%;
	flex-direction: column;
}
#artigos{
	width:630px;
	float:left;
	}
	
.artigo{
	width:630px;
	margin-bottom:10px;
	float:left;
	line-height: 26px;
	}
	
.artigo h1{
	font-size:20px;
	margin-bottom:10px;
	}
	
.artigo h2{
	font-size:16px;
	margin-bottom:10px;
	}

.artigo p{
	margin:10px 0;
	}
.clipping-mask-holder {
	padding: 5px;
	position: relative;
	background: #ffffff;
	-webkit-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.05); /*outer glow*/
	-moz-box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.05); /*outer glow*/
	box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.05); /*outer glow*/
}

.text-12 {
	margin: 15px auto 15px;
	/*width: 360px;*/
}
.text-12 > * {
	letter-spacing: 0.025em;
	line-height: 30px;
	text-align: justify;
}
.mergedimage-5 {
	display: block;
	height: 42px;
	margin: 15px 0 0 4px;
	position: relative;
	width: 152px;
	background-color: #fff;
	color: #24d9c9;
	border: 1px solid #24D9C9;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
	transition:all 0.5s ease;
}
.mergedimage-5:hover {
	background-color: #24d9c9;
	color: #fff;
	transition:all 0.5s ease;
}
.clipping-mask-holder-3 {
	padding-top: 30px;
	text-align: center;
	background: url(images/bge1.jpg) no-repeat;
	-webkit-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	-moz-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	background-position: center;
	border-radius: 5px;
}
.clipping-mask-holder-3-2 {
	padding-top: 30px;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(images/bge2.jpg);
	-webkit-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	-moz-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	background-position: center;
	border-radius: 5px;
}
.clipping-mask-holder-3-3 {
	height: 225px;
	width: 400px;
	padding: 30px 0 0;
	text-align: center;
	background: url(images/bb03.jpg) no-repeat;
	-webkit-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	-moz-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	background-position: center;
	border-radius: 5px;
}
.clipping-mask-holder-3-4 {
	height: 225px;
	width: 400px;
	padding: 70px 100px 0 0;
	text-align: center;
	background: url(images/bb04.jpg) no-repeat;
	-webkit-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	-moz-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	background-position: center;
	border-radius: 5px;
}
.col {
	min-height: 144px;
	padding: 48px 0 31px;
	position: relative;
	width: 570px;
	background: url(images/layer_8.png) no-repeat;
	-webkit-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	-moz-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
}
.text-14 {
	margin: 0 auto;
	width: 264px;
	font-size: 26px;
	font-weight: 900;
	line-height: 0.2;
	text-align: center;
	text-shadow: 0 0 3px rgba(47, 53, 66, 0.25); /*outer glow*/
}
.text-14-b {
	margin: 0 auto;
	width: 264px;
	font-size: 26px;
	font-weight: 900;
	line-height: 0.2;
	text-align: center;
	color: #ebebeb;
	text-shadow: 0 0 3px rgba(47, 53, 66, 0.25); /*outer glow*/
}
.text-15 {
	font-size: 12px;
	font-style: italic;
	text-align: center;
	text-shadow: 0px 0px 1px #2C2C2C;
}
.mergedimage-7 {
	display: block;
	margin: auto;
	position: relative;
	width: 152px;
	padding: 10px;
	background-color: #2f3542;
	color: #00d5c3;
	border-radius: 5px;
	transition:all 0.3s ease;
	text-align: center;
}
.mergedimage-7:hover {
	background-color: #00d5c3;
	color: #161616 !important;
	transition:all 0.3s ease;
}
.col-2 {
	height: 176px;
	padding: 48px 0 0;
	width: 570px;
	background: url(images/clipping_mask_5.jpg) no-repeat;
	-webkit-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	-moz-box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
	box-shadow: 0 0 7px 0 rgba(133, 133, 133, 0.1); /*outer glow*/
}
.text-16 {
	width: 183px;
	color: #e0e0e0;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.2;
	text-shadow: 0 0 3px rgba(47, 53, 66, 0.2); /*outer glow*/
}
.text-17 {
	margin: 5px 0 0;
	font-size: 12px;
	font-style: italic;
	color: #e0e0e0;
	text-align: left;
	text-shadow: 0px 0px 1px #ccc;
}
.text-style-6 {
	position: relative;
	top: 7px;
	color: #00d5c3;
	font-family: "Simple Line Icons";
	font-size: 40px;
	line-height: 1.2;
}
.text-style-7 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 800;
}
.caixa-central-rodape {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #099f6e;
	color: #ffffff;
	height: 60px;
	width: 100%;
	min-width: 1170px;
}
#rdp2 {
	color: white; 
	padding-left: 50px;
}

#ubermenu-nav-main-7 {
	background-color: #099f6e !important;
}
.caixa-rodape-dividido {
	padding: 5px 20px 20px;
	align-content: flex-start;
	align-items: normal;
	display: inline-flex;
	flex-direction: column;
	color: #212121;
}
.caixa-rodape {
	align-content: flex-start;
	align-items: normal;
	display: inline-flex;
	flex-direction: row;
	color: #000;
}
.caixa-rodape-2 {
	align-content: flex-start;
	align-items: center;
	display: inline-flex;
	flex-direction: row;
	color: #000;
	margin: auto;
}
.area-rodape-1 {
	padding: 30px;
	align-content: center;
}
.caixa-final-rodape {
	background-color: #E7E7E7;
	text-align: center;
	color: #E1E1E1;
	padding-bottom: 20px;
}
.caixa-subscriber {
	display: flex;
	align-content: space-between;
	justify-content: center;
	align-items: center;
	flex-basis: auto;
	flex-grow: 1;
	height: 60px;
	width: 100%;
	min-width: 1170px;
	background-color: #1a1a1a;
	line-height: 0.2;
}
#caixa-com-tema-subscriber {
	margin-top: -130px;
	background-image: url(images/nuvens_bg.png);
	background-position: top;
	height: 150px;
	width: 100%;
	min-width: 1170px;
	overflow: hidden;
	z-index: -10;
	position: relative;
}
#caixa-com-tema-subscriber2 {
	margin-top: -95px;
	margin-bottom: -25px;
	background-image: url(images/fundo_desenho.png);
	background-position: left;
	height: 146px;
	width: 100%;
	min-width: 1170px;
	overflow: hidden;
	position: relative;
	z-index: -5;
}
#caixa-com-tema-subscriber3 {
	margin-top: -350px;
	margin-bottom: -25px;
	background-position: left;
	height: 350px;
	width: 100%;
	min-width: 1170px;
	overflow: hidden;
	position: relative;
	z-index: -10;
	background-image: -webkit-linear-gradient(87deg,rgba(255,255,255,0.00) 5.18%,rgba(255,158,0,0.39) 15.03%,rgba(231,231,231,0.00) 32.13%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(87deg,rgba(255,255,255,0.00) 5.18%,rgba(255,158,0,0.39) 15.03%,rgba(231,231,231,0.00) 32.13%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(87deg,rgba(255,255,255,0.00) 5.18%,rgba(255,158,0,0.39) 15.03%,rgba(231,231,231,0.00) 32.13%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(3deg,rgba(255,255,255,0.00) 5.18%,rgba(255,158,0,0.39) 15.03%,rgba(231,231,231,0.00) 32.13%,rgba(255,255,255,0.00) 100%);
}
#changelog a {
	color: #099f6e !important;
	font-weight: 600;
	transition: all 0.4s ease;
}
#changelog a:hover {
	color: #067551 !important;
	font-weight: 600;
	transition: all 0.4s ease;
}
#changelog span {
	color: #099f6e !important;
	font-weight: bold;
}
#c-inf a {
	color: #00d5c3 !important;
	font-weight: 600;
	transition: all 0.4s ease;
}
#c-inf a:hover {
	color: #008176 !important;
	font-weight: 600;
	transition: all 0.4s ease;
}
#botao-ok {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 40px; 
	width: 40px; 
	border: none; 
	background-color: #00d5c3; 
	color: white; 
	font-weight: bolder;
	transition: all 0.4s ease;
}
#botao-ok:hover {
	background-color: #00675E;
	transition: all 0.4s ease;
}
#input-news {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 40px; 
	width: 350px; 
	border: none;
	padding-left: 5px;
	transition: all 0.4s ease;
}
#input-news:hover {
	background-color: #D2D2D2;
	transition: all 0.4s ease;
}
#linha-decorativa {
	width: 1120px;
	height: 5px;
	margin: auto;
	background-color: #444;
	-webkit-box-shadow: 0px 0px 25px #000;
	box-shadow: 0px 0px 25px #000;
	z-index: -5;
}
#linha-decorativa-sup {
	width: 100%;
	height: 5px;
	margin: 0;
	border-top: 5px ridge green;
	background-color: green;
	z-index: -5;
}
.wrapper a {
	color: #00d5c3;
	font-weight: 600;
	transition: all 0.4s ease;
}
.wrapper a:hover {
	color: #008176;
	font-weight: 600;
	transition: all 0.4s ease;
}
#fundo {
	align-content: center;
	z-index: -20;
	background-color: #F4F4F4;
}
.nf-form-layout input,textarea {
	width: 350px !important;
	padding: 10px;
	border-radius: 5px;
	padding-left: 5px !important;
	border: solid 1px;
	background-color: #FFF !important;
	border-color: #DDDDDD;
	color: #444;
	transition: all 0.4s ease;
	-webkit-box-shadow: 0px 1px 5px #D0D0D0;
	box-shadow: 0px 1px 5px #D0D0D0;
}
.wrapper input:hover,textarea:hover {
	background-color: #EBEBEB !important;
	transition: all 0.4s ease;
}
.wrapper .nf-field {
	padding: 10px 0 10px !important;
}
.wrapper .nf-field-description {
	padding: 10px 0 10px;
}
.wrapper #nf-field-14 {
	width: 150px !important;
	background-color: #444 !important;
	color: #E7E7E7;
}
.wrapper #nf-field-14:hover {
	background-color: #4F4F4F !important;
}
.box-effect {
	background-color: white;
	position: relative;
	padding: 40px 30px 20px;
	transition: all 0.3s ease 0s;
	z-index: 0;
}
.box-effect:hover::before {
	background-color: #ffc214;
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	height: 3px;
	width: 0%;
	opacity: 0;
	transition: all 0.3s ease 0s;
	z-index: 5;
}
#imgforum {
	width: 270px !important;
}
.botaovip {
	border-bottom-right-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-radius: 5px;
}
.botaoesquerda {
	border-bottom-left-radius: 5px !important;
	border-top-left-radius: 5px !important;
	border-radius: 5px;
}
#linksvip a{
	color: #FFBE00 !important;
	transition: all 0.7s ease 0s;
}
#linksvip a:hover{
	color: #24d9c9 !important;
	transition: all 0.7s ease 0s;
}
.cxq-dstq1, .cxq-dstq2, .cxq-dstq3, .cxq-dstq4 {
	
}
.cxqmarc {

}
#swordtop {
	content: url(https://craftlandia.com.br/wp-content/themes/CLV3/images/semisword.png);
	height: 47px;
	width: 37px;
}