/*
Theme Name:     HelpGuru Child Theme
Theme URI: 		http://herothemes.com/
Description:    
Author: 		Hero Themes
Author URI: 	http://herothemes.com
Template:       helpguru
Version:        1.0.0
*/



header .ht-container {
    width: 100%;
    max-width: 100%;
    
}

#site-header {
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

#homepage-features, #site-footer-widgets, #site-footer {
  background: #fff;
}

#logo a {
    display: inline-block;
}

#site-header #logo {
    width: 115px;
}

.self-logo {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 10px;
    line-height: 1;
    margin-top: 15px;
}


#page-header #page-header-title, .titulo_intro  {
    color: #666 !important;
    font-size: 36px;
    line-height: 1.5;
}

.home .hkb-archive.hkb-archive--two-cols > li {
    flex-basis: 25%;
    display: flex;
    padding: 0;
    float: inherit;
    width: fit-content;
    margin: inherit;
}

#homepage-features .ht-container {
    padding: 0;
}

.wrapper_categorias_home .hkb-archive.hkb-archive--two-cols {
    margin: 0;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}


.wrapper_categorias_home li a {
    border-radius: 16px;
    width: 100%;
    flex-direction: row-reverse;
    margin: 16px 12px;
    height: 135px;
    border: 1px solid #c9c9c9;
    display: inline-flex;
    cursor: pointer;
    padding: 16px 8px 16px 16px;
}

.home img.hkb-category__icon {
    max-width: 96px;
    max-height: 96px;
}

.home .hkb-category .hkb-category__header {
    flex: 1 1 0%;
    align-self: flex-end;
    padding: 0;
    border: none;
}

.home .hkb-category {
    flex-direction: row-reverse;
    width: 100%;
    display: inline-flex;
    margin:0;
}

.home .hkb-archive.hkb-archive--two-cols > li:nth-child(2n+3) {
    clear: inherit;
}


.intro_categories {
    padding-left: 12px;
    margin-bottom: 10px;
}

.wrapper_categorias_home .hkb-archive li {
    width: 33.33%;
}

.home #page-header.ph-large { 
    padding: 60px 0 0;
    
}


.sub_intro {
    font-size: 18px;
    line-height: 1.5;
    color: #999;
    text-align:center;
}

.home .hkb-category .hkb-category__count:before, .home .hkb-category .hkb-category__count:after {
    content: "";
}

.home .hkb-category .hkb-category__count {
    width: 100%;
}

#site-footer-widgets, #site-footer {
    border-top: 1px solid #d9d9d9;
}
#site-footer-widgets {
    margin-top: 120px;
    display:none;
}


.call2action-ajuda {
    display: flex;
    height: 110px;
    width: 700px;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    max-width: 700px;
    max-height: 110px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
}

.texto-callajuda {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    margin-right: 12px;
}

a:visited {color:inherit !important;}

.call2action-ajuda a {
    background: #660099;
    color: #fff !important;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 32px;
    padding: 0 24px;
  
}

.single .hkb-entry-meta {
    display: none;
}

body.single .hentry .entry-title {
    font-size: 36px;
}

.single h1#page-header-title {
    display: none;
}

.single #primary.sidebar-right #content, .tax-ht_kb_category #primary.sidebar-right #content {
    max-width: 720px;
    margin: 0 auto;
    float: none;
}

.single p {
    display: block;
    overflow: hidden;
}

.single #page-header-breadcrumbs, .tax-ht_kb_category #page-header-breadcrumbs {
    background: none;
    max-width: 720px;
    margin: 0 auto;
}

.post-type-archive-ht_kb #primary.sidebar-right #content {
    width: 100%;
}

.tax-ht_kb_category h1#page-header-title {
    text-align: center;
}
.single #page-header-breadcrumbs .ht-container, .tax-ht_kb_category #page-header-breadcrumbs .ht-container {
    padding: 0;
}

.single #page-header-breadcrumbs a, .tax-ht_kb_category #page-header-breadcrumbs a {
    color: #660099;
}

.single section#page-header .ht-container form, .tax-ht_kb_category section#page-header .ht-container form {
    text-align: center;
    margin: 0 auto;
    max-width: 720px;
}


a.botao_ajuda {
    display: inline-block;
    background: orange;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    margin: 20px 0;
    transition: all 0.5s ease;
}

a.botao_ajuda:hover {
    background: #660099;
	color: #fff
}


ul.lista_anuncie_ajuda {
    padding: 0;
    display: block;
    overflow: hidden;
}

.hkb-article__content ul.lista_anuncie_ajuda li {list-style: none;/* display: flex; */margin: 0;float: left;width: calc(20% - 10px);justify-content: center;box-shadow: 0 2px 9px 0 rgb(158 184 209 / 41%);-webkit-box-pack: center;overflow: hidden;margin-right: 10px;height: 200px;align-items: center;border: 1px solid #e6e6e6;border-radius: 10px;}

.entry-content>ul.lista_anuncie_ajuda li {
    padding: 0;
}

.lista_anuncie_ajuda a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.icon_tipo {
    height: auto;
    position: absolute;
    width: 125px;
    bottom: 0;
}

.info_item_tipo {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 15px;
}

.entry-content .lista_anuncie_ajuda h3 {
    font-size: 15px;
    hyphens: none;
    font-weight: bold;
}

ul.missao {
    padding: 30px 0;
    margin: 0;
    overflow: hidden;
    display: block;
}

.hkb-article__content ul.missao li {
    padding: 0;
    list-style: none;
    display: block;
    overflow: hidden;
    margin-bottom: 50px;
}

.icone_missao {
    float: left;
    width: 90px;
    margin-right: 10px;
}

.descricao_missao {
    width: calc(100% - 100px);
    vertical-align: middle;
    display: table-cell;
}

.entry-content .missao h3 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1;
}

.wrapper_missao {
    display: table;
}


/** FALE CONOSCO ***/

.page h1.entry-title {
    display: none;
}

.titulo_form {
    font-size: 30px;
    line-height: 1.3;
    /* font-weight: bold; */
}

.subtitulo_form {
    font-size: 16px;
    line-height: 1.5;
    color: #777;
}

.quform-label {
    display: none;
}

.quform-options-style-button .quform-option-label {
    font-size: 16px;
    padding: 19px;
    margin-bottom: 0;
    height: auto;
    color: #777;
    width: 100%;
}



.quform-last-page .quform-label {
    display: block;
}


.quform .quform-last-page .quform-field-text, .quform .quform-last-page .quform-field-email, .quform .quform-last-page .quform-field-select {
    font-size: 16px;
    padding: 15px;
    border-width: 2px;
}

.quform-last-page label.quform-label-text {
    font-size: 16px;
    font-weight: bold;
    color: #777;
}


.quform-upload-button {
    border: dashed 1px #c6c6c6;
    width: 100%;
    padding: 60px;
}

.quform-element-1_16,
.quform-element-1_25,
.quform-element-1_29,
.quform-element-1_30,
.quform-element-1_31,
.quform-element-1_32,
.quform-element-1_38,
.quform-element-1_49,
.quform-element-1_56,
.quform-element-1_58,
.quform-element-1_60,
.quform-element-1_61,
.quform-element-1_62,
.quform-element-1_64,
.quform-element-1_65,
.quform-element-1_66
{
    border: 1px solid rgb(229, 229, 229);
    border-radius: 6px;
    padding: 35px;
    font-size: 14px;
    line-height: 1.5;
}

.quform-button-back-default>button, .quform-button-next-default>button, .quform-button-submit-default>button {
    background: #fff;
    height: auto;
    color: orange;
    border-radius: 50px;
    border: 2px solid orange;
	text-transform: none
}

/*.quform-button-next-default {
    display: none;
}
.quform-button-next.quform-button-next-default.quform-button-next-1_21 {
    display: block;
}*/
.quform-button-back-default>button {
    font-size: 16px;
    margin-top: 5px;
    border: none;
}

.quform-button-next-default>button:hover, .quform-button-submit-default>button:hover {
    color: #fff;
    background: orange;
}

.quform-button-next-default>button, .quform-button-submit-default>button {
    padding: 10px 30px;
}

.quform-form-1 a.botao_ajuda {
    padding: 7px 25px;
    color: orange !important;
    background: transparent;
    font-size: 15px;
    font-size: 13px;
    border: 2px solid orange;
    margin-bottom: 0;
}

.quform-button-icon-above .quform-option-icon, .quform-field-radio:checked+label .quform-option-icon-selected, .quform-button-submit-default {
    float: right;
} 

.quform-form-inner.quform-form-inner-1 {
    max-width: 575px;
}


.wrapper_opcoes_contato {
    display: flex;
}

.box_opcao {
    margin: 0 8px;
    height: 380px;
    width: 210px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
}


.label_opbes_contato a {
    color: #666;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}

form .label_opbes_contato button.quform-next {
    background: transparent;
    color: #666;
    text-transform: none;
    font-size: 16px;
    height: auto;
    font-weight: bold;
    font-family: inherit;
    vertical-align: top;
    line-height: 1;
    /* margin-top: 8px; */
    padding: 0;
}

.quform-button-next.quform-button-next-default.quform-button-next-1_34 {
    display: none;
}

.quform-button-submit-default>button {
    float: right;
    
}

.quform-button-back.quform-button-back-default.quform-button-back-1_4.quform-button-icon-left {
    float: left;
}

.quform-button-submit-default>button {
    background: orange;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    min-width: 200px;
}

.quform-button-submit-default>button:hover {
    background: #660099;
    border-color: #660099;
}

ul.lista_bandeiras {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    overflow: hidden;
}

.hkb-article__content ul.lista_bandeiras li {
    list-style: none;
    width: 14%;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

ul.lista_opcoes_pagto {
    padding: 0;
    margin: 0 0 40px 0;
    overflow: hidden;
    list-style: none;
    padding-bottom: 40px;
    border-bottom: 3px dotted #c8c8c8;
}

ul.lista_opcoes_pagto li {
    list-style: none;
    float: left;
    width: calc(33.33% - 10px);
    text-align: center;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    margin-right: 10px;
    padding: 0;
}

ul.lista_opcoes_pagto li:last-child {
    margin: 0;
}

.label_pagto {
    padding: 10px 0 35px;
    font-size: 16px;
    line-height: 1;
}

img.hkb-category__icon {
    max-width: 96px;
}
.hkb-site-search .hkb-site-search__field {
    border: 3px solid #660099;
    border-radius: 6px 0 0 6px;
}

button.hkb-site-search__button {
    background: #660099;
}

#nav-primary ul>li a {
    color: #fff !important;
    text-transform: none;
    font-size: 11px;
}

/*** MENU PUSH   */
.push {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.wpf-container-inner {
    position: relative;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_menu_mobile {
    width: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
}

svg#icon_bars {
    fill: #fff;
}

.btn_menu_mobile {
    display: none;
}

a.btn_fechar_push, a.btn_fechar_push2, a.btn_fechar_push3, a.btn_fechar_menu_push {
    display: block;
    width: 30px;
    position: absolute;
    top: 25px;
    left: 25px;
}

.wrapper_form_mobile{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

.slider-bottom {
    width: 100%;
    top: 100%;
    left: 0;
}

.slider-bottom.slider-open {
    top: 0;
    overflow-y: scroll;
}

.conteudo_form_mobile {
    padding: 60px 40px;
}

a.btn_fechar {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 30px;
}

ul.menu_slide {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu_slide li {
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 0;
    /* margin-bottom: 20px; */
    font-size: 13px;
}

body, p, div {
    hyphens: none !important;
}


/** menu footer */

ul#menu-footer {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

#menu-footer li {
    float: left;
    font-size: 12px;
}

#menu-footer li:after {content: ",";margin-right: 5px;}

#menu-footer a {
    text-decoration: underline;
}

#menu-footer li:last-child:after {
    content: none;
}

#menu-footer a:visited, #menu-footer a {
    color: inherit;
}

#site-footer {
    text-align: center;
    margin-top: 100px;
}

#site-footer #copyright {
    margin: 0 auto;
    float: none;
}

h1#page-header-title {
    text-align: center;
}

#page-header .hkb-site-search {
    margin: 20px auto;
}
#primary.sidebar-right #content {
    width: 100%;
}

/******************************************************************************************************************************************* width 414 */
@media screen and (max-width: 414px) {

.wpf-container, header {
    position: relative;
    left: 0;
    overflow-x: hidden;
}


.btn_menu_mobile {
    display: block;
}

	
.call2action-ajuda {
    width: calc(100% - 24px);
    margin: 100px 12px 0 12px;
    height: auto;
    display: block;
    text-align: center;
    max-height: initial;
    padding: 20px;
	border-color: #660099
}

.texto-callajuda {
    width: 100%;
    display: block;
    margin: 0;
    max-width: 100%;
}

.call2action-ajuda a {
    display: inline-block;
    position: relative;
    float: none;
    /* width: 100%; */
    margin-top: 10px;
}	

#page-header #page-header-title {
    font-size: 25px;
}

.titulo_intro {
    font-size: 22px;
}	
	
.intro_categories {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 0;
}

.wrapper_categorias_home li a {
	width: calc(100% - 24px);
	margin-bottom: 0;
	}

.sub_intro {
    font-size: 15px;
}	

.single #page-header-breadcrumbs .ht-container, .tax-ht_kb_category #page-header-breadcrumbs .ht-container {
    padding: 0 15px;
}	

/** MAIN MENU FOOTER  */

.wrapper_menufooter_mobile {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 2px 9px 2px rgb(158 184 209 / 60%);
}

ul.menufooter_mobile {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menufooter_mobile li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.menufooter_mobile li a {
    font-size: 9px;
    width: 100%;
    display: block;
    padding: 10px 0;
    line-height: 1;
    color:inherit;
}
span.m_icon {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.m_icon svg {
    width: 25px;
    height: auto;
}

#site-footer {
    padding-bottom: 90px;
}
	
}