/* Header */
header.header{
	padding: 10px;
}
header.header .logo{}
header.header .logo a{
    width: 84px;
    height: 100px;
}
header.header .logo a img{}

header.header .navbar{
	font-weight: bold;
	text-transform: uppercase;
}
header.header .navbar nav{}
header.header .navbar nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
header.header .navbar nav ul li{
	display: inline-block;
	position: relative;
}
header.header .navbar nav ul li a{
	padding: 15px 8px;
	color: rgb(61, 75, 76);
	position: relative;
	transition: .3s;
}
header.header .navbar nav ul li:hover a,
header.header .navbar nav ul li.current_page_item a{
	color: rgb(163, 42, 42);
}

header.header .navbar nav ul li:nth-child(2),
header.header .navbar nav ul li:nth-child(4),
header.header .navbar nav ul li:nth-child(5),
header.header .navbar nav ul li:nth-child(6){
	padding-right: 5px;
}
header.header .navbar nav ul li:nth-child(2):before,
header.header .navbar nav ul li:nth-child(4):before,
header.header .navbar nav ul li:nth-child(5):before,
header.header .navbar nav ul li:nth-child(6):before{
	content: '';
	border: transparent solid 4px;
	border-top: rgb(0, 0, 0) solid 4px;
	position: absolute;
	top: 50%;
	right: -2px;
	transform: translateY(-30%);
	width: 5px;
	height: 7px;
	transition: .3s;
}
header.header .navbar nav ul li:nth-child(2):hover:before,
header.header .navbar nav ul li:nth-child(4):hover:before,
header.header .navbar nav ul li:nth-child(5):hover:before,
header.header .navbar nav ul li:nth-child(6):hover:before{
	border-top: transparent solid 4px;
	border-bottom: rgb(163, 42, 654) solid 4px;
	transform: translateY(-80%);
}

header.header .navbar nav ul li ul.sub-menu li:before,
header.header .navbar nav ul li ul.sub-menu li:hover:before{
	border: 0;
}
header.header .navbar nav ul li ul.sub-menu{
	background-color: rgb(255, 255, 255);
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, .1);
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 9999;
	width: 250px;
	height: 0;
	overflow: hidden;
}
header.header .navbar nav ul li:hover ul.sub-menu{
	height: auto;
	transition: .3s;
}
header.header .navbar nav ul li ul.sub-menu li{
	display: list-item;
}
header.header .navbar nav ul li ul.sub-menu li a{
	display: block;
	color: rgb(0, 0, 0);
	padding: 15px;
}
header.header .navbar nav ul li ul.sub-menu li:hover a{
	color: rgb(163, 42, 42);
}



header.header .cart-itens{}
header.header .cart-itens .item-offcanvas{
    position: relative;
    top: 10px;
    display: none;
}
header.header .cart-itens .item-offcanvas a{
	background-image: url('../img/icon-offcanvas.svg');
	background-repeat: no-repeat;
	background-sizing: contain;
	background-position: center;
	font-size: 0;
	width: 30px;
	height: 30px;
}
header.header .cart-itens a{}

/* Fixed */
header.header.navfixed{
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 25px 1px rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	padding: 10px;
	top: 0;
	left: 0;
	z-index: 999;
}
header.header.navfixed .logo a{
	height: 50px!important;
}
header.header.navfixed .cart-itens a{
	padding: 10px 25px 10px 45px;
}

/* Banner slider */
.banner-slider{}
.banner-slider .banner-item{
	height: 350px;
	overflow: hidden;
	position: relative;
}
.banner-slider .banner-item a{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.banner-slider .banner-item img{
	position: relative;
	z-index: -1;
}
.banner-slider .banner-item .banner-info{
	width: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 25px 0;
	display: none;
}
.banner-slider .banner-item .banner-info .block-title{
	color: rgb(255, 255, 255);
}
.banner-slider .banner-item .banner-info .block-title .subtitle{}
.banner-slider .banner-item .banner-info .block-title .subtitle h3{
	font-size: 22px;
	margin: 0;
}
.banner-slider .banner-item .banner-info .block-title .title{
	padding: 15px 0 25px 0;
}
.banner-slider .banner-item .banner-info .block-title .title h2{
	font-size: 82px;
	font-weight: 700;
	margin: 0;
}
.banner-slider .banner-item .banner-info .block-button{}
.banner-slider .banner-item .banner-info .block-button a{
	background-color: rgb(163, 42, 42);
	color: rgb(255, 255, 255);
	padding: 12px 25px;
}

/*  */
.banner-pages{}
.banner-pages .banner-item{
	background-color: rgb(240, 240, 240);
	height: 150px;
	position: relative;
}
.banner-pages .banner-item img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.banner-pages .banner-item .block-title{
	background-color: rgba(240, 240, 240);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.banner-pages .banner-item .block-title h1{
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    color: rgb(59, 59, 59);
	font-size: 36px;
	text-align: center;
}

/*  */
.box-forms-login{
	background-color: rgb(163, 42, 42);
}
.box-forms-login .block-item{
	background-color: rgb(247, 249, 250);
	color: rgb(119, 119, 119);
	width: 33.3%;
	height: 250px;
}
.box-forms-login .block-item .item-inner{
	width: 60%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -55%);
}
.box-forms-login .block-item:nth-child(1) .item-inner{
	transform: translate(-50%, -60%);
	width: 60%
}
.box-forms-login .block-item:first-child,
.box-forms-login .block-item:last-child{
	background-color: rgb(163, 42, 42);
	color: rgb(255, 255, 255);
}
.box-forms-login .block-item:first-child a{
	color: rgb(255, 255, 255);
}
.box-forms-login .block-item .title{
	padding: 0px 10px;
	position: relative;
}
.box-forms-login .block-item .title:before{
	content: '';
	background-repeat: no-repeat;
	background-sizing: auto;
	background-position: center;
	width: 47px;
	height: 47px;
	position: absolute;
	top: 50%;
	left: -47px;
	transform: translateY(-50%);
}

}
.atendimento{
    /*alinhamento de texto*/
	font-size: 125%;
	position: absolute;
		top: 0px;
		left: -90px;
		transform: translateY(-50%);

	
	
}
.matriz1{
	font-size: 125%;
	position: absolute;
	top: 30%;
	left: 11%;
	transform: translateY(-50%);

}
.matriz2{
	position: absolute;
	top: 54%;
	left: 2%;
	transform: translateY(-50%);
}
.saopaulo{
	position: absolute;
	top: 77%;
	left: 2%;
	transform: translateY(-50%);
}
.rio{
	position: absolute;
	top: 100%;
	left: 2%;
	transform: translateY(-50%);
}

.zap1{
	position: absolute;
	top: 30%;
	left: -7%;
	transform: translateY(-50%);
}
.zap2{
		position: absolute;
	top: 55%;
	left: -7%;
	transform: translateY(-50%);
}
.zap3{
		position: absolute;
	top: 78%;
	left: -7%;
	transform: translateY(-50%);
}
.zap4{
		position: absolute;
	top: 101%;
	left: -7%;
	transform: translateY(-50%);
}
.box-forms-login .block-item:nth-child(2) .title:before{
	background-image: url('../img/icon-user.svg');
}
.box-forms-login .block-item:nth-child(2) .title h2{
	color: rgb(163, 42, 42);
}
.box-forms-login .block-item:nth-child(3) .title:before{
	background-image: url('../img/icon-user-med.svg');
}
.box-forms-login .block-item .title h2{
	margin: 7px 0;
}
.box-forms-login .block-item .title span{}

.box-forms-login .block-item .form-login{
	margin: 4px 0;
}
.box-forms-login .block-item .form-login label{
	width: 100%;
	padding: 7px 0px;
}
.box-forms-login .block-item .form-login label input{
	width: 100%;
}
.box-forms-login .block-item .form-login label:nth-child(2){
	width: 65%;
}
.box-forms-login .block-item .form-login label:nth-child(3){
	width: 35%!important;
}
.box-forms-login .block-item .form-login label:nth-child(2) input,
.box-forms-login .block-item .form-login label:nth-child(2) input{
	width: 95%;
}

/*  */
.box-result .block-item{
	width: 50%;
}
.box-result .block-item:first-child{
	padding: 80px;
}
.box-result .block-item .block-inner{}
.box-result .block-item .block-inner .subtitle{}
.box-result .block-item .block-inner .subtitle h3{
	color: rgb(163, 42, 42);
	font-size: 18px;
}
.box-result .block-item .block-inner .title{}
.box-result .block-item .block-inner .title h2{
	font-size: 48px;
}
.box-result .block-item .block-inner .block-info{}
.box-result .block-item .block-inner .block-info p{
    color: rgb(139, 151, 165)!important;
}
.box-result .block-item .block-inner .block-button{
	margin: 35px 0;
}
.box-result .block-item .block-inner .block-info .block-button a{}
.box-result .block-item .block-item-circle{}
.box-result .block-item .block-item-circle .progress-pie-chart{
	position: relative;
}
.box-result .block-item .block-item-circle .progress-pie-chart .pie-value{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 42px;
	background-color: rgb(149 39 38);
	color: rgb(255, 255, 255);
	width: 100%;
	height: 100%;
	border-radius: 100%;
	width: 200px;
	height: 200px;
	padding: 70px;
}
.box-result .block-item .block-item-circle .progress-pie-chart canvas{
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.box-result .block-item .block-item-circle .item-title{
	padding: 25px 15px;
}
.box-result .block-item .block-item-circle .item-title span{
	font-size: 18px;
}


/*  */
.box-experts{
	background-color: rgb(247, 249, 250);
}
.box-experts .block-item{
	width: 25%;
	height: 350px;
	transition: .3s;
}
.box-experts .block-item:nth-child(1),
.box-experts .block-item:nth-child(2){
    width: 50%;
    min-height: 600px;
}
.box-experts .block-item:nth-child(2){
	background-color: rgb(247, 249, 250);
	padding: 80px 20px;
}
.box-experts .block-item .block-inner .subtitle{}
.box-experts .block-item .subtitle h3{
	color: rgb(163, 42, 42);
	font-size: 18px;
}
.box-experts .block-item .block-inner .title{}
.box-experts .block-item .block-inner .title h2{
	font-size: 42px;
	line-height: 45px;
}
.box-experts .block-item .block-inner .block-info{}
.box-experts .block-item .block-inner .block-info p{
	color: rgb(139, 151, 165)!important;
}
.box-experts .block-item .block-inner .block-button{
	margin: 35px 0;
}
.box-experts .block-item:nth-child(3) a,
.box-experts .block-item:nth-child(5) a{
	color: rgb(255, 255, 255);
	display: block;
	width: 100%;
	height: 100%;
}
.box-experts .block-item:nth-child(3){
	background-color: rgb(163, 42, 42);
}
.box-experts .block-item:nth-child(5){
	background-color: rgb(119, 119, 119);
}
.box-experts .block-item:nth-child(3):hover,
.box-experts .block-item:nth-child(5):hover{
	background-color: rgb(59, 59, 59);
}
.box-experts .block-item .block-inner{
	padding: 25px;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}
.box-experts .block-item .block-inner .block-info .block-button a{}
.box-experts .block-item .block-inner .icon{
	width: 45px;
	height: 45px;
	margin: 25px auto;
}
.box-experts .block-item .block-inner .icon img{}
.box-experts .block-item .block-inner .title{
	margin: 25px 0;
}
.box-experts .block-item:nth-child(3) .block-inner .title h2,
.box-experts .block-item:nth-child(5) .block-inner .title h2{
	font-size: 18px;
}
.box-experts .block-item .block-inner .info{}
.box-experts .block-item .block-inner .info p{
    color: rgb(255, 255, 255)!important;
	line-height: 30px;
	font-size: 18px;
}

/*  */
.box-certificates{
	max-width: 660px;
	margin: 0 auto;
}
.box-certificates .block-title{
	margin-top: 50px;
	margin-bottom: -40px;
}
.box-certificates .block-title h2{
	font-size: 48px;
}
.box-certificates #slider > div{}
.box-certificates #slider > div a{
	width: 100%;
	height: 250px;
}
.box-certificates #slider > div a img{}

/*  */
.box-prods{
	padding: 0 0 75px 0;
}
.box-prods .block-subtitle{}
.box-prods .block-subtitle h3{
	color: rgb(163, 42, 42);
    font-size: 18px;
}
.box-prods .block-title{}
.box-prods .block-title h2{
	font-size: 48px;
}
.title-genetic-tests{
	background-color: rgb(240, 240, 240);
	padding: 15px;
}
.title-genetic-tests h2{
	font-size: 38px;
	margin: 0;
}
.box-prods .prod-list{}
.box-prods .prod-list .prod-item{
	padding: 10px;
}
.box-prods .prod-list .prod-item .item-inner{
	padding-bottom: 15px;
    transition: .3s;
}
.box-prods .prod-list.prod-page .prod-item{
	max-width: 375px;
	margin: 0 0 45px 0;
}
.box-prods .prod-list.prod-slider .prod-item .item-inner{
	padding-bottom: 15px;
    transition: .3s;
}
.box-prods .prod-list .prod-item:hover{
    background-color: rgb(240, 240, 240);
    padding: 7px;
}
.box-prods .prod-list .prod-item .prod-cover{
	height: 295px;
}
.box-prods .prod-list .prod-item .prod-cover img{
	width: 100%;
}
.box-prods .prod-list .prod-item .prod-title{
	padding: 35px 0;
}
.box-prods .prod-list .prod-item .prod-title h2{
	
}
.box-prods .block-button{
	padding: 75px 0 0 0;
}
.box-prods .posts-list .block-button a{}
.box-prods .prod-list ul.slick-dots{
	bottom: -45px;
}

.single-product{
	padding-bottom: 100px;
}
.single-product .prod-cover{
	width: 40%;
	padding: 25px;
}
.single-product .prod-cover a{
	display: block;
}
.single-product .prod-cover img{
	border: rgb(235, 235, 235) solid 1px;
	width: 100%;
	height: 335px;
}
.single-product .prod-info{
	width: 60%;
	padding: 10px 25px;
}
.single-product .prod-info .title{}
.single-product .prod-info .title h2{}
.single-product .prod-info .description{}
.single-product .prod-info ._block-button{
	padding: 35px 0;
}
.single-product .extra-description{}
.single-product .extra-description .title{
	background-color: rgb(164 41 43);
	padding: 15px;
}
.single-product .extra-description .title h2{
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin: 0;
}
.single-product .extra-description .extra-text{
	margin: 45px 0;
}
.single-product .extra-description .extra-text ul li{
	font-family: "Montserrat", sans-serif!important;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	padding: 7px 0;
}

/*  */
.box-contact{
	background-color: rgb(163, 42, 42);
	margin: 15px 0;
}
.box-contact.page,
.box-contact.page .block-item:first-child,
.box-contact.page .block-item .block-inner .contact-form label ::placeholder{
	background-color: transparent;
	color: rgb(0, 0, 0);
}
.box-contact .block-item{
	width: 50%;
	min-height: 600px;
}
.box-contact .block-item:first-child{
	background-color: rgb(163, 42, 42);
	color: rgb(255, 255, 255);
	padding: 80px;
}
.box-contact .block-item .block-inner{}
.box-contact .block-item .block-inner .subtitle{}
.box-result .block-item .block-inner .subtitle h3{
	color: rgb(163, 42, 42);
	font-size: 18px;
}
.box-contact .block-item .block-inner .title{}
.box-contact .block-item .block-inner .title h2{
	font-size: 48px;
}
.box-contact .block-item .block-inner .block-info{}
.box-contact .block-item .block-inner .block-info p{}
.box-contact .block-item .block-inner .block-button{
	margin: 35px 0;
}
.box-contact .block-item .block-inner .block-info .block-button a{}
.box-contact .block-item .block-inner .contact-form{}
.box-contact .block-item .block-inner .contact-form label{
	padding: 7px;
}
.box-contact .block-item .block-inner .contact-form label ::placeholder{
	color: rgb(255, 255, 255);
}
.box-contact .block-item .block-inner .contact-form label input,
.box-contact .block-item .block-inner .contact-form label select,
.box-contact .block-item .block-inner .contact-form label textarea{
	background-color: transparent;
	color: rgb(255, 255, 255)!important;
	width: 100%!important;
	padding: 20px;
}
.box-contact .block-item .block-inner .contact-form label select option{
	color: rgb(0, 0, 0)!important;
}
.box-contact .block-item .block-inner .contact-form label select option{
	color: rgb(0, 0, 0)!important;
}

.box-contact .block-item .block-inner .contact-form label input[name="data-agendamento"]{
	position: relative;
}

/*
.box-contact .block-item .block-inner .contact-form label input[name="data-agendamento"]:after{
	content: '';
	background-color: rgb(163 42 42);
	background-image: url('../img/icon-calendar.svg');
	background-repeat: no-repeat;
	background-sizing: 90%;
	background-position: center;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
*/
.box-contact .block-item .block-inner .contact-form label{
	width: 50%;
	margin: 5px 0;
}
.box-contact .block-item .block-inner .contact-form label select{}
.box-contact .block-item .block-inner .contact-form label textarea{
	height: 90px;
	border-radius: 15px;
}
.box-contact .block-item .block-inner .contact-form label input[type="submit"]{
	width: auto!important;
}

/*  */
.box-news{
	padding: 75px 0;
}
.box-news .block-subtitle{}
.box-news .block-subtitle h3{
	color: rgb(163, 42, 42);
    font-size: 18px;
}
.box-news .block-title{}
.box-news .block-title h2{
	font-size: 48px;
}
.box-news .posts-list{}
.box-news .posts-list .post-item{
	width: 375px;
	margin: 45px auto;
}
.box-news .posts-list .post-item .post-cover{
	height: 295px;
}
.box-news .posts-list .post-item .post-cover a{
	padding: 0!important;
}
.box-news .posts-list .post-item .post-cover img{
	width: 100%;
	height: 295px;
}
.box-news .posts-list .post-item .post-category-by{
	padding: 15px 0;
}
.box-news .posts-list .post-item .post-category-by .post-category{
	width: 125px;
}
.box-news .posts-list .post-item .post-category-by .post-category a{
	background-color: rgb(163, 42, 42);
	color: rgb(255, 255, 255);
	padding: 10px 15px;
	font-size: 14px;
	text-transform: initial;
}
.box-news .posts-list .post-item .post-category-by .post-by{
	width: 250px;
}
.box-news .posts-list .post-item .post-category-by .post-by span{
	padding: 7px;
	display: block;
}
.box-news .posts-list .post-item .post-category-by .post-comments{
	width: 100%;
	padding: 15px 0;
}
.box-news .posts-list .post-item .post-category-by .post-comments span{}
.box-news .posts-list .post-item .post-title{}
.box-news .posts-list .post-item .post-title h2{
	font-size: 20px;
	line-height: 36px;
}
.box-news .posts-list .post-item .post-title h2 a{
	color: rgb(0, 0, 0);
}
.box-news .block-button{
	padding: 45px 0 0 0;
}
.box-news .posts-list .block-button a{}

/*  */
.box-team{
	padding: 45px 0;
}
.box-team .block-title-cat{
	padding: 15px;
	font-size: 26px;
}
.box-team .persona-team{
	border-radius: 3px;
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
	width: 48%;
	margin-bottom: 45px;
}
.box-team .persona-team .cover-title{
	background-color: rgb(245, 245, 245);
	padding: 15px;
}
.box-team .persona-team .cover-title .block-cover{
	width: 20%;
	height: 100px;
}
.box-team .persona-team .cover-title .block-cover img{
	border-radius: 100%;
}
.box-team .persona-team .cover-title .block-title{
	width: 80%;
	padding: 15px 25px;
}
.box-team .persona-team .cover-title .block-title h2{
	margin: 0;
	font-size: 24px;
}
.box-team .persona-team .cover-title .block-title span{}
.box-team .persona-team .description{
	padding: 15px;
}
.box-team .persona-team .description .text{}
.box-team .persona-team .description .block-button{
	padding: 15px 0;
}
.box-team .persona-team .description .block-button a{
	background-color: rgb(170, 60, 60);
	color: rgb(255, 255, 255);
}

/*  */
.box-care-unit{
	padding: 45px 0;
}

.box-result .block-item{
    position: relative;
}
.box-result .block-item .box-care-unit.home{
	width: 100%;
}
.box-result .block-item .box-care-unit.home .block-unit{
	box-shadow: unset!important;
	border-radius: unset!important;
	overflow: unset!important;
	margin: unset!important;
}
.box-result .block-item .box-care-unit.home .block-unit .item-inner{
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
	border-radius: 7px;
	overflow: hidden;
	padding-bottom: 15px;
	margin: 0 15px;
}

/*
.box-care-unit .block-unit .item-inner{
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
	border-radius: 7px;
	overflow: hidden;
	padding-bottom: 15px;
	margin: 0 10px;
}
*/
.box-care-unit .block-unit{
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, .2);
	border-radius: 7px;
	overflow: hidden;
	padding-bottom: 15px;
	margin: 0 0 45px 10px;
	width: 30%;
}
.box-care-unit .block-unit .title{
	background-color: rgb(61, 75, 76);
	color:rgb(255, 255, 255);
	padding: 15px;
}
.box-care-unit .block-unit .title h2{
	margin: 0;
}
.box-care-unit .block-unit .description{}

.box-care-unit .block-unit .description .item-info{}
.box-care-unit .block-unit .description .item-info i{
	margin-right: 10px;
}
.box-care-unit .block-unit .description .item-info strong{
	background-color: rgb(245, 245, 245);
	display: block;
	padding: 10px;
}
.box-care-unit .block-unit .description .item-info span{
	display: block;
	padding: 10px;
}
.box-care-unit .block-unit .description .item-info span a{
	background-color: rgb(170, 60, 60);
	color: rgb(255, 255, 255);
}

.box-care-unit .block-unit .description .adderess{}
.box-care-unit .block-unit .description .adderess strong{}
.box-care-unit .block-unit .description .adderess span{}

.box-care-unit .block-unit .description .contact-phone{}
.box-care-unit .block-unit .description .contact-phone strong{}
.box-care-unit .block-unit .description .contact-phone span a{
    background-color: transparent;
	color: rgb(170, 60, 60);
	font-weight: bold;
}

.box-care-unit .block-unit .description .opening-hours{}
.box-care-unit .block-unit .description .opening-hours strong{}
.box-care-unit .block-unit .description .opening-hours span{}

.box-care-unit .block-unit .description .collection-time{}
.box-care-unit .block-unit .description .collection-time strong{}
.box-care-unit .block-unit .description .collection-time span{}

.box-care-unit .block-unit .description .maps-access{
	text-align: center;
}
.box-care-unit .block-unit .description .maps-access span a{}
.box-care-unit .block-unit .description .maps-access span a{}

/*  */
.single-post{
	margin: 45px 0;
}
.single-post .post-deatil{
	border-right: rgb(200, 200, 200) solid 1px;
	width: 64%;
	padding-right: 2%;
	text-align: justify;
}
.single-post .post-deatil img{
	max-width: 100%;
	float: left;
	margin: 0 25px 15px 0;
}

.single-post .buy-course{
	background-color: rgb(240, 240, 240);
	padding: 15px;
}
.single-post .buy-course .value-course,
.single-post .buy-course .block-button{
	width: 50%;
}
.single-post .buy-course .value-course{
	font-size: 36px;
}
.single-post .buy-course .value-course small{
	font-size: 16px;
	position: relative;
	top: -15px;
}
.single-post .buy-course .block-button{
	text-align: right;
}

/* Footer */
footer.footer{
	background-color: rgb(27, 32, 36);
	color: rgb(138, 143, 148);
}
footer.footer a{
	color: rgb(138, 143, 148);
}
footer.footer .box-footer .block-item{
	padding: 35px 25px 0 25px;
}
footer.footer .box-footer .block-item:nth-child(1){
/* 	background-color: #00f; */
	width: 22%;
}
footer.footer .box-footer .block-item:nth-child(2){
/* 	background-color: #09f; */
	width: 28%;
}
footer.footer .box-footer .block-item:nth-child(3){
/* 	background-color: #f9f; */
	width: 25%;
}
footer.footer .box-footer .block-item:nth-child(4){
/* 	background-color: #f0f; */
	width: 23%;
}
footer.footer .box-footer .block-item .title{
	padding-bottom: 35px;
}
footer.footer .box-footer .block-item .title h2{
	color: rgb(255, 255, 255);
}
footer.footer .box-footer .block-item .logo{
	width: 83px;
	height: 100px;
	margin: 0 auto 40px auto;
}
footer.footer .box-footer .block-item .logo a{}
footer.footer .box-footer .block-item .logo a img{}
footer.footer .box-footer .block-item .logo-info{}
footer.footer .box-footer .block-item .logo-info p{}

footer.footer .box-footer .block-item .most-accessed-links{}
footer.footer .box-footer .block-item .most-accessed-links ul{}
footer.footer .box-footer .block-item .most-accessed-links ul li{
	position: relative;
	padding: 10px 15px;
	float: left;
	margin-right: 10px;
}
footer.footer .box-footer .block-item .most-accessed-links ul li:before{
	content: '';
	background-image: url('../img/icon-small-arrow-right.svg');
	background-repeat: no-repeat;
	background-sizing: contain;
	background-position: center;
	width: 8px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
footer.footer .box-footer .block-item .most-accessed-links ul li:nth-child(6),
footer.footer .box-footer .block-item .most-accessed-links ul li:nth-child(7){
	display: none;
}
footer.footer .box-footer .block-item .most-accessed-links ul li a{
	font-size: 14px;
}

footer.footer .box-footer .block-item .block-contact{}
footer.footer .box-footer .block-item .block-contact .contact-item{}
footer.footer .box-footer .block-item .block-contact .contact-item span{
	line-height: 26px;
	display: block;
	margin-bottom: 15px;
}
footer.footer .box-footer .block-item .block-contact .contact-item span a{
	position: relative;
	padding-left: 40px;
}
footer.footer .box-footer .block-item .block-contact .contact-item span a:before{
	content: '';
	background-repeat: no-repeat;
	background-sizing: auto;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(1) span a:before{
	background-image: url('../img/icon-marker.svg');
	transform: translateY(-120%);
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(2) span a:before{
	background-image: url('../img/icon-mail.svg');
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(3) span a:before{
	background-image: url('../img/icon-phone.svg');
}
footer.footer .box-footer .block-item .block-contact .contact-item:nth-child(4) span a:before{
	background-image: url('../img/icon-wpp.svg');
}

footer.footer .box-footer .block-item .form-nl{}
footer.footer .box-footer .block-item .form-nl form{
	position: relative;
}
footer.footer .box-footer .block-item .form-nl form input[type="text"]{
	background-color: rgb(34, 39, 43);
	color: rgb(255, 255, 255);
	border: 0;
	border-radius: 20px 0 0 20px;
	padding: 16px 25px;
	width: 90%;
}
footer.footer .box-footer .block-item .form-nl form input[type="email"]{
	width: 0;
	height: 0;
	padding: 0;
}
footer.footer .box-footer .block-item .form-nl form a{
	background-color: rgb(70, 69, 69);
	border-radius: 0 20px 20px 0;
	width: 50px;
	height: 46px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

footer.footer .box-footer .block-item .form-nl form a:before{
	content: '';
	background-image: url('../img/icon-send.svg');
	background-repeat: no-repeat;
	background-sizing: contain;
	background-position: center;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-75%, -50%);
}

footer.footer .box-footer .block-item .form-nl span{
	display: block;
	margin: 27px 0;
}

footer.footer .box-copyright{
	background-color: rgb(19, 23, 26);
	padding: 30px 15px 25px 15px;
}
footer.footer .box-copyright .flex{
	align-items: center
}
footer.footer .box-copyright .block-item:nth-child(1){
	width: 60%;
}
footer.footer .box-copyright .block-item:nth-child(2){
	width: 25%;
}
footer.footer .box-copyright .block-item:nth-child(3){
	width: 15%;
}
footer.footer .box-copyright .block-item span{
	padding: 10px;
	display: inline-block;
}
footer.footer .box-copyright .block-item ul{}
footer.footer .box-copyright .block-item ul li{}
footer.footer .box-copyright .block-item ul li a{}
footer.footer .box-copyright .block-item ul li a i{
	background-repeat: no-repeat;
	background-sizing: auto;
	background-position: center;
	display: block;
	width: 25px;
	height: 25px;
	margin: 7px;
}
footer.footer .box-copyright .block-item ul li:nth-child(1) a i{
	background-image: url('../img/icon-facebook.svg');
}
footer.footer .box-copyright .block-item ul li:nth-child(2) a i{
	background-image: url('../img/icon-insta.svg');
}

footer.footer .box-copyright .developedBy{
	display: inline-block!important;
	width: 85px;
}
footer.footer .box-copyright .developedBy a{
	display: block;
}
footer.footer .box-copyright .developedBy a img{}

/* WOO */
.woocommerce ul.products li.product{
	text-align: center;
}

.box-contact .block-item .block-inner .contact-form.join-us-page input,
.box-contact .block-item .block-inner .contact-form.join-us-page label select,
.box-contact .block-item .block-inner .contact-form.join-us-page label textarea{
	color: rgb(0, 0, 0)!important;
}
.box-contact .block-item .block-inner .contact-form.join-us-page input.button{
	color: rgb(255, 255, 255)!important;
}