/*!
Theme Name: cfprotools
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cfprotools
*/
a,
a:hover{
	text-decoration:none;
}
button:focus {
    outline: 0;
}
body{
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
@media (min-width: 1200px){
	.container{
		max-width:1170px;
	}
}

.site-header{
	background-color: rgb(28, 113, 174);
	padding:10px;

}
.header-wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-navigation a{
	color: rgb(255, 255, 255);
	font-size: 18px;
	font-weight: bold;
	transition:0.3s;
}
.main-navigation a:hover{
	opacity: 0.8;
}
.main-navigation ul{
	list-style:none
}
.nav-btn-wrapper{
	margin-bottom: 10px;
}
.post-nav {
    background-color: rgba(97, 159, 203, 0);
    padding: 20px 15px;
    -webkit-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
}
.post-nav-btn{
	text-align: left;
    background: rgb(230, 78, 56);
    outline: 0;
    border: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 20px;
    padding-bottom: 8px;
	width:100%;
	border-bottom: 2px solid rgba(0,0,0,0.2);
	position:relative;
	transition:0.3s;
}
.post-nav-btn i{
	position: absolute;
    right: 10px;
    top: 50%;
	transform: translateY(-50%);
	transition:0.3s;
}
.post-nav-btn.collapsed{
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.post-nav-btn.collapsed i{
	transform: translateY(-50%) rotate(180deg);
}
.nav-btn-wrapper .post-btn {
    background: #fff;
    border: 0;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    color: #6E757F;
    font-size: 14px;
	border-left: 3px solid transparent;
	transition:0.3s;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.nav-btn-wrapper .post-btn.active,
.nav-btn-wrapper .post-btn:hover{
	border-left: 3px solid #DDD;
	background: #fafafa;
}
.nav-btn-wrapper>div{
	border-bottom: 2px solid rgba(0,0,0,0.1);
}
.content-wrapper {
    box-shadow: 0 2px 5px 2px rgba(0,0,0,0.3);
	padding-bottom:25px;
	border-radius: 5px;
}

.welcome .post-next-prev{
	display:none;
}
.content-header{
	background-color: rgb(28, 114, 174);
    padding: 25px;
    color: #fff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-radius: 5px;
	
}
.content-header.welcome {
	background-color: rgb(245, 245, 247);
	padding: 30px 25px;
}
.content-header.welcome b{
	font-weight: 700 !important;
	color:#2f2f2f;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
}
.content b,
.content strong{
	font-size:24px;
}
.content {
    padding: 20px;
}
.content p {
    margin: 0;
}
.content-header b{
	display: block;
}
.content-header b{
	font-size: 30px;
}
.flex-content {
	padding: 25px;
}
.flex-content b{
	font-size:20px;
}
.post-next-prev {
	padding: 0 25px 25px 25px;
	justify-content: space-between;
	display: flex;
	max-width: 600px;
	margin:auto;
}
.post-next-prev .post-btn,
.blue-btn{
    background-color: rgb(14, 141, 199);
    font-size: 18px;
    color: #fff;
    border: 0;
    padding: 13px 35px;
	font-weight: bold;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	border-radius: 4px;
	transition:0.3s;
}
.post-next-prev .post-btn:hover,
.blue-btn:hover{
	background-color: #0b72a1
}
.dm-code-snippet {
    background: none !important;
    padding: 0 !important;
}
.control-language{
	box-shadow: unset !important;

		padding: 0 !important;

}
.dm-buttons-left {
    display: none !important;
}
pre.dm-pre-admin-side {
    color: #fff !important;
}
code#dm-code-raw>pre {
    padding: 0 !important;
}
.dm-buttons-right {
    margin-top: 10px;
    margin-left: 10px;
}
.green-btn{
	color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: center;
    background-color: rgb(29, 148, 80);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgb(29,148,80)),color-stop(1,#16723e));
    background-image: -o-linear-gradient(bottom,rgb(29,148,80) 0%,#16723e 100%);
    background-image: -moz-linear-gradient(bottom,rgb(29,148,80) 0%,#16723e 100%);
    background-image: -webkit-linear-gradient(bottom,rgb(29,148,80) 0%,#16723e 100%);
    background-image: -ms-linear-gradient(bottom,rgb(29,148,80) 0%,#16723e 100%);
    background-image: linear-gradient(to bottom,rgb(29,148,80) 0%,#16723e 100%);
    webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
    border: 1px solid rgba(0,0,0,0.1);
	padding: 19px 40px;
	transition:0.3s;
}
.green-btn:hover{
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(1,rgb(29,148,80)),color-stop(0,#16723e));
    background-image: -o-linear-gradient(bottom,rgb(29,148,80) 100%,#16723e 0%);
    background-image: -moz-linear-gradient(bottom,rgb(29,148,80) 100%,#16723e 0%);
    background-image: -webkit-linear-gradient(bottom,rgb(29,148,80) 100%,#16723e 0%);
    background-image: -ms-linear-gradient(bottom,rgb(29,148,80) 100%,#16723e 0%);
    background-image: linear-gradient(to bottom,rgb(29,148,80) 100%,#16723e 0%);
	text-decoration: none;
	color:#fff;
}
.autor-wrapepr b{
	color: rgb(102, 102, 102);
}

.autor-wrapepr img{
	border: 3px solid #FFF;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.links {
    display: flex;
    margin: 3rem;
    justify-content: space-around;
}
.foot-text {
    border: 1px solid rgba(0,0,0,0.1);
    padding: 25px;
    text-align: center;
    color: rgba(47, 47, 47, 0.521569);
    font-size: 14px;
}
.stiky {
    position: fixed;
    bottom: 0;
    right: 0;
}