/*
	Theme Name: Padtec
	Theme URL: https://padtec.com.br
	Author: Kezily Correa | Inovalize
	Author URL: http://inovalize.com.br
	Description: Tema desenvolvido por Inovalize
	Version: 1.0
*/

/* GERAL */

* {
	border: none;
	margin: 0;
}

body {
	background-color: #f5f6f6;
	color: var(--inz-dark);
	font: 400 13px/1.6 Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
	-webkit-text-rendering:optimizeLegibility;
}

a {
	color: var(--inz-dark);
	border: none;
	text-decoration: none;
}

a:hover {
	color: var(--inz-primary);
	text-decoration: none;
}

a {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

div,
section,
h1,
article {
	position: relative;
}

b, strong {
    font-weight: bold;
}

/* FORM */

.acf-block-body input,
.acf-block-body textarea {
    border: 1px solid;
}

.s-form form {
    max-width: 500px;
    margin: 0 auto;
}

.m-form form {
    max-width: 650px;
    margin: 0 auto;
}

form input,
form textarea,
form select {
	width: 100%;
	padding: 9px 15px;
	margin-bottom: 16px;
	background-color: transparent;
	border: 1px solid var(--inz-gray);
    font-size: 13px;
	outline: none;
	position: relative;
	z-index: 1;
}

form input[type=text]:read-only {
	border-color: #cacaca;
	color: #4e4e4e;
}

form input[type=checkbox],
form input[type=radio] {
    width: auto;
    display: inline-block;
    margin: 0 5px 0 0;
}

form textarea {
	width: 100%;
	height: 100px;
	margin: 0 0 20px;
	box-sizing: border-box;
	outline: none;
	resize: none !important;
}

input[type="submit"] {
	width: auto;
	height: auto;
	padding: 10px 30px;
	margin-bottom: 0;
	background-color: var(--inz-primary);
	color: var(--wp--preset--color--white);
	font-size: 1.1em;
	font-weight: 700;
	outline: none;
	border: none;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #484848;
}

textarea::-webkit-input-placeholder {
	color: #484848;
}

input::-moz-placeholder {
	color: #484848;
}

input:-ms-input-placeholder {
	color: #484848;
}

.select2-container--default .select2-selection--single {
    margin-bottom: 1.2rem;
    background-color: transparent;
    border-color: var(--inz-gray);
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 6px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}

/* GRAVITY FORMS */

.gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme label.gfield_label,
.gform_wrapper.gravity-theme .gfield_checkbox label, 
.gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0px;
}

.gfield_html h5 {
    margin-top: 50px;
    font-size: 1rem;
    font-weight: 700;
}

.gfield_html h3 + h5 {
    margin-top: 0;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {margin: 0;}

.gform_wrapper ul.gfield_radio li label,
.gform_wrapper ul.gfield_checkbox li label {
    font-size: 13px;
}

.gfield.bordered {
    background-color: #e3e3e3 !important;
    padding: 1rem !important;
}
.gfield.bordered .gfield_label {
    display: block;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #c8c7c7;
    font-size: 13px;
}
.gfield.bordered ul {
    margin-bottom: 0;
    padding: 0 10px;
}
.gfield.bordered li {
    margin-bottom: 0;
}
.gform_wrapper .gfield.bordered-title {
    background-color: var(--wp--preset--color--white);
    border-bottom: 0;
    padding: 1rem;
    margin-top: 10px;
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}
.gform_wrapper .gfield.bordered-inline {
    background-color: #e3e3e3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}
.gform_wrapper .gfield.bordered-inline .gfield_label {
    width: 35%;
    padding: 1rem;
    margin: 0;
    border-right: 1px solid var(--wp--preset--color--white);
    font-size: 12px;
    line-height: 1;
}
.gform_wrapper .gfield.bordered-inline .ginput_container {
    padding: 0 0.5rem;
}

.gform_wrapper .gfield.bordered-inline .ginput_container label {
	font-size: 12px;
}

.gform_wrapper .gfield.bordered-inline .ginput_container input {
	top: -2px;
	right: -2px;
}

.gform_wrapper .gfield.bordered-inline .ginput_container ul {
    width: 100% !important;
    margin: 0 !important;
}
.gform_wrapper .gfield.bordered-inline .ginput_container ul li {
    padding-right: 1rem !important;
    margin: 0 !important;
    text-align: center;
}

/* CONTACT FORM 7 */

form table {
    width: 100%;
    margin-bottom: 1rem;
    background: #e3e3e3;
}

form table td {
    border: 1px solid #dcdcdc;
}

form table td {
	padding: 0.5rem;
}

form table p,
form table select {
    margin: 0;
}

form table select {
	padding: 10px 5px;
}

form.wpcf7-form h2 {
    color: var(--inz-primary);
    font-size: 1.6em;
    font-weight: 700;
}

form.wpcf7-form h3 {
    font-size: 1.4em;
    font-weight: 700;
}

form.wpcf7-form table h4 {
	margin: 0;
	font-size: 1.2em;
	font-weight: 700;
}

form.wpcf7-form button[type=submit] {
    padding: 10px 30px;
    background-color: var(--inz-primary);
    color: #fff;
    font-weight: 700;
}

.wpcf7-list-item {
    margin: 0;
}

form.wpcf7-form table .wpcf7-form-control.wpcf7-radio {
    display: flex;
    justify-content: space-around;
}

.wpcf7-not-valid-tip {
	font-size: 11px;
	line-height: 1;
}

@media (max-width: 575px) {
	form.wpcf7-form {
		font-size: 12px;
		line-height: 1.2;
	}
	form.wpcf7-form table h4 {
		font-size: 1em;
	}
	.wpcf7-table-options {
		background: transparent;
	}
    .wpcf7-table-options tr {
        background-color: #e3e3e3;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .wpcf7-table-options td {
        width: 100%;
    }

	.wpcf7-table-options td:nth-child(1) {
		width: 15%;
	}

	.wpcf7-table-options td:nth-child(2) {
		width: 85%;
	}

	.wpcf7-table-options td:nth-child(1),
	.wpcf7-table-options td:nth-child(2){
		background: #f5f5f8;
	}
}

/* GENERAL */

.clear {
	clear: both;
}

.text-normal a {
    text-transform: none !important;
}

/* MARGIN TOP */

.m-t-5 {margin-top: 5px;}
.m-t-10 {margin-top: 10px;}
.m-t-15 {margin-top: 15px;}
.m-t-20 {margin-top: 20px;}
.m-t-25 {margin-top: 25px;}
.m-t-30 {margin-top: 30px;}
.m-t-35 {margin-top: 35px;}
.m-t-40 {margin-top: 40px;}
.m-t-45 {margin-top: 45px;}
.m-t-50 {margin-top: 50px;}
.m-t-55 {margin-top: 55px;}
.m-t-60 {margin-top: 60px;}
.m-t-65 {margin-top: 65px;}
.m-t-70 {margin-top: 70px;}
.m-t-75 {margin-top: 75px;}
.m-t-80 {margin-top: 80px;}
.m-t-85 {margin-top: 85px;}
.m-t-90 {margin-top: 90px;}
.m-t-95 {margin-top: 95px;}
.m-t-100 {margin-top: 100px;}

@media (max-width: 781px) {
    .m-t-30n {
        margin-top: -30px;
    }
}

/* MARGIN BOTTOM */

.m-b-5 {margin-bottom: 5px;}
.m-b-10 {margin-bottom: 10px;}
.m-b-15 {margin-bottom: 15px;}
.m-b-20 {margin-bottom: 20px;}
.m-b-25 {margin-bottom: 25px;}
.m-b-30 {margin-bottom: 30px;}
.m-b-35 {margin-bottom: 35px;}
.m-b-40 {margin-bottom: 40px;}
.m-b-45 {margin-bottom: 45px;}
.m-b-50 {margin-bottom: 50px;}
.m-b-55 {margin-bottom: 55px;}
.m-b-60 {margin-bottom: 60px;}
.m-b-65 {margin-bottom: 65px;}
.m-b-70 {margin-bottom: 70px;}
.m-b-75 {margin-bottom: 75px;}
.m-b-80 {margin-bottom: 80px;}
.m-b-85 {margin-bottom: 85px;}
.m-b-90 {margin-bottom: 90px;}
.m-b-95 {margin-bottom: 95px;}
.m-b-100 {margin-bottom: 100px;}

.m-b-100n {
    margin-bottom: -100px;
}

/* PADDING TOP */

.p-t-5 {padding-top: 5px;}
.p-t-10 {padding-top: 10px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-25 {padding-top: 25px;}
.p-t-30 {padding-top: 30px;}
.p-t-35 {padding-top: 35px;}
.p-t-40 {padding-top: 40px;}
.p-t-45 {padding-top: 45px;}
.p-t-50 {padding-top: 50px;}
.p-t-55 {padding-top: 55px;}
.p-t-60 {padding-top: 60px;}
.p-t-65 {padding-top: 65px;}
.p-t-70 {padding-top: 70px;}
.p-t-75 {padding-top: 75px;}
.p-t-80 {padding-top: 80px;}
.p-t-85 {padding-top: 85px;}
.p-t-90 {padding-top: 90px;}
.p-t-95 {padding-top: 95px;}
.p-t-100 {padding-top: 100px;}

/* PADDING BOTTOM */

.p-b-5 {padding-bottom: 5px;}
.p-b-10 {padding-bottom: 10px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-25 {padding-bottom: 25px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-35 {padding-bottom: 35px;}
.p-b-40 {padding-bottom: 40px;}
.p-b-45 {padding-bottom: 45px;}
.p-b-50 {padding-bottom: 50px;}
.p-b-55 {padding-bottom: 55px;}
.p-b-60 {padding-bottom: 60px;}
.p-b-65 {padding-bottom: 65px;}
.p-b-70 {padding-bottom: 70px;}
.p-b-75 {padding-bottom: 75px;}
.p-b-80 {padding-bottom: 80px;}
.p-b-85 {padding-bottom: 85px;}
.p-b-90 {padding-bottom: 90px;}
.p-b-95 {padding-bottom: 95px;}
.p-b-100 {padding-bottom: 100px;}

/* TITLE */

.intitle,
h2.intitle,
p.intitle {
    font-size: 2em;
    line-height: 1.3;
}

@media (max-width: 575px) {
    .intitle br {
        display: none;
    }
}

@media (min-width: 768px) {
    .intitle,
    h2.intitle,
    p.intitle {
        font-size: 2.5em;
    }
}

/* HEADER */

.main-header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

.main-footer .container,
.main-header__nav .container {
    max-width: 1290px;
}

/* TOP NAV */

.navbar-toggler {
    padding: 15px 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    text-align: left;
}

.navbar-toggler img {
    max-width: 22px;
}

#top-nav {
    padding: 0;
    background-color: var(--inz-dark);
    color: var(--inz-gray);
    font-size: 12px;
}

#top-nav .navbar-collapse {
    justify-content: flex-end;
}

#top-nav .navbar-nav > li {
    position: relative;
}

#top-nav .navbar-nav > li:not(:last-child):after {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
}

#top-nav .navbar-nav > li > a {
    padding: 0 0.5rem;
    color: var(--inz-light);
}

#top-nav .navbar-nav > li > a:hover {
    text-decoration: underline;
}

#top-nav .top-nav__language {
    padding-left: 0.6rem;
    margin: 0;
    background: url(images/icon-language.png) left no-repeat;
}

#top-nav .top-nav__language ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#top-nav .top-nav__language > ul > li {
	padding: 0.5rem 0.8rem;
	background: url(images/icon-select.png) right no-repeat;
	position: relative;
}

#top-nav .top-nav__language ul li a {
    color: var(--inz-light);
    text-transform: none;
}

#top-nav .top-nav__language ul li ul {
	min-width: 120px;
	padding: 10px;
	background-color: var(--inz-tertiary);
	display: none;
	position: absolute;
	top: 100%;
	left: -5px;
	z-index: 2;
}

#top-nav .top-nav__language ul li:hover ul {
	display: block;
}

#top-nav .top-nav__language ul li ul li a {
	padding: 5px;
	display: block;
}

#top-nav .top-nav__language ul li ul li a:hover {
	color: var(--inz-primary);
}

@media (min-width: 1200px) {
    #top-nav .navbar-nav > li > a {
        padding: 0 0.68rem;
    }
}

/* MAIN NAV */

.navbar-brand {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.navbar-brand h1 {
    margin: 0;
    line-height: 0;
}

.navbar-brand img {
    width: 100%;
    max-width: 80px;
    height: auto;
}

#main-nav {
	width: 100%;
	padding: 0;
	background-color: var(--wp--preset--color--white);
	border: none;
	border-radius: 0;
	line-height: 1;
}

#main-nav .navbar-collapse {
    justify-content: flex-end;
}

.main-header__nav .navbar-nav > li > a {
	display: block;
	text-transform: lowercase;
}

#main-nav .navbar-nav > li > a {
    padding: 1.6rem 1.7rem;
    color: var(--inz-tertiary);
    font-size: 1.3em;
}

#main-nav .navbar-nav li a:hover,
#main-nav .navbar-nav > li:hover > a {
    color: var(--inz-primary);
}

#main-nav .dropdown-toggle::after {
    display: none;
}

#main-nav ul>li>.dropdown-menu {
    width: 100%;
    padding: 1rem 1.5rem;
    margin: 0;
    background-color: var(--wp--preset--color--white);
    box-shadow: 5px 10px 10px rgb(0 0 0 / 5%);
    top: 100%;
    display: none;
}

#main-nav ul>li>.dropdown-menu.show {
    display: block;
}

#main-nav ul>li>.dropdown-menu.mgm-wrapper {
    margin: 0 auto;
    padding: 2rem 2rem 1rem;
    left: 0;
    right: 0;
    justify-content: center;
    flex-wrap: wrap;
}

#main-nav ul>li>.dropdown-menu .mgm-title {
    margin-bottom: 10px;
    color: var(--inz-primary);
    font-size: 13px;
    font-weight: 700;
}

#main-nav ul>li>.dropdown-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
}

#main-nav ul>li>.dropdown-menu li {
    padding: 10px 0;
    display: block;
}

#main-nav ul>li>.dropdown-menu img {
    border-radius: 5px;
}

#main-nav ul>li>.dropdown-menu .wp-block-image {
    max-width: 300px;
    margin-bottom: 0;
}

#main-nav .navbar-nav > li.featured-item a {
    padding: 1rem;
    margin-top: 1.45rem;
    border: 1px solid;
    border-radius: 30px;
    display: table;
}

#main-nav .navbar-nav > li.featured-item a:hover {
    background-color: var(--inz-primary);
    color: var(--wp--preset--color--white);
}

#main-nav .navbar-nav > li.accent-item > a {
    color: var(--inz-primary);
}

.close-menu,
.close-filter {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 9;
}

@media (max-width: 991px) { 
    #main-nav #navbarContent {
        width: 100%;
        max-width: 450px;
        padding: 3rem 2rem 2rem;
        background-color: var(--wp--preset--color--white);
        box-shadow: 0 10px 10px rgba(0,0,0,0.05);
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        transition: transform 0.3s;
        visibility: hidden;
        transition: 0.5s;
        align-items: flex-start;
        overflow-y: auto;
        z-index: 999999;
    }
    #main-nav #navbarContent.show {
        transform: translateX(0);
        visibility: visible;
    }

    #main-nav .navbar-nav > li > a {
    padding: 1.2rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    #main-nav ul>li>.dropdown-menu {
        max-width: 100%;
    }

    #main-nav ul>li>.dropdown-menu.mgm-wrapper,
    #main-nav ul>li>.dropdown-menu.mgm-wrapper > .container {
        max-width: 100%;
        padding: 0.5rem;
        margin: 0;
    }
    #main-nav ul>li>.dropdown-menu.show,
    #main-nav ul>li>.dropdown-menu.mgm-wrapper.show {
        display: block;
        
    }
    #main-nav ul>li>.dropdown-menu ul li {
        width: 100%;
        padding: 7px 0;
    }

    #main-nav .navbar-nav > li > a img {
        margin: -17px 0 0;
        position: absolute;
        left: 0;
        top: 50%;
    }
}

@media (min-width: 992px) {
    #main-nav {
        height: 70px;
    }
    .navbar-brand img {
        max-width: 110px;
    }

	#main-nav .navbar-nav > li {
		position: relative;
	}

	#main-nav ul>li>.dropdown-menu {
		min-width: 250px;
	}

	#main-nav ul>li>.dropdown-menu.mgm-wrapper {
		min-width: 483px;
	}
}

@media (min-width: 1200px) {
    #main-nav ul > li.dropdown:hover > .dropdown-menu {
		display: block;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
     #main-nav .navbar-nav > li > a {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
        font-size: 1em;
    }

    body .search-form {
        max-width: 250px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .single-investor #main-nav .navbar-nav > li > a {
        padding-left: 1rem;
        padding-right: 1rem;
        font-size: 1.2em;
    }
}

/* CLOSE BUTTON */

.close-icon {
	width: 30px;
	height: 30px;
	padding: 10px;
	cursor: pointer;
}

.close-icon:before,
.close-icon:after {
	content:'';
	position:absolute;
	width: 26px;
	height: 3px;
	background-color: var(--inz-primary);
	top: 16px;
}

.close-icon:before {
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);
	left:2px;
}
.close-icon:after {
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg);
	right:2px;
}

/* BREADCRUMB */

#breadcrumbs {
    margin: 0 0 1.5rem;
    font-size: 12px;
    opacity: 0.8;
}

#breadcrumbs,
#breadcrumbs a {
	color: var(--inz-light);
}

.product-info #breadcrumbs,
.product-info #breadcrumbs a {
	color: var(--inz-gray);
}

/* TOP PAGE */

.top-page__outer {
    width: 100%;
    max-width: 1320px;
    height: 250px;
    margin: 0 auto;
    background-color: var(--inz-gray);
    z-index: 1;
}

.top-page__outer > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 40%;
}

.top-page__inner {
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-family: 'GTWalsheimPro';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}

.top-page__inner .intitle {
    margin: 0;
    color: var(--inz-light);
    font-size: 2em;
    font-weight: 300;
    line-height: 1;
}

.top-page__inner .subtitle {
    max-width: 450px;
    margin: 0;
    color: var(--inz-light);
    font-size: 1.2em;
    font-weight: 500;
}

.top-page__logo {
    width: 100%;
    max-width: 60px;
    height: auto;
    margin-top: 3rem;
    filter: invert(1);
}

.top-page__nav {
    padding: 1rem 0;
    margin: 0;
    display: flex;
    gap: 0 1rem;
    justify-content: flex-end;
    font-size: 12px;
    list-style: none;
}

.top-page__nav li a {
    border-bottom: 2px solid transparent;
}

.top-page__nav li a:hover,
.top-page__nav li.active a {
    color: var(--inz-primary);
    border-color: var(--inz-primary);
}

.top-dark .intitle,
.top-dark .subtitle,
.top-dark #breadcrumbs,
.top-dark #breadcrumbs a {
    color: var(--inz-dark);
}

@media (max-width: 575px) {
    .top-page__nav {
        padding-left: 1rem;
        padding-right: 1rem;
        margin: 0 -25px;
        display: inherit;
        overflow: auto;
        scroll-behavior: contain;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        white-space: nowrap;
        text-align: right;
    }

    .top-page__nav::-webkit-scrollbar {
        display: none;
    }

    .top-page__nav li {
        padding: 0 0.5rem;
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .top-page__outer {
        height: 300px;
    }

    .single:not(.single-investor) .top-page__outer {
        height: 550px;
    }

	.top-page__inner {
	    padding: 2rem 4rem;
	}

    .top-page__inner .intitle {
        font-size: 3em;
    }

    .single:not(.single-investor) .top-page__outer .intitle {
        max-width: 400px;
        font-size: 4.5em;
    }

    .top-page__logo {
        max-width: 130px;
    }
}

/* ENTRY */

.post-header {
    max-width: 1320px;
    padding: 6rem 0;
    margin: 0 auto -3rem;
    background-color: #dedede;
    position: relative;
}

.post-header .container {
    max-width: 830px;
}

.post-header__title {
    margin: 20px 0 10px;
    font-size: 1.8em;
    font-weight: 800;
}

.post-header__cat a {
    margin-right: 5px;
    border-bottom: 1px solid var(--inz-primary);
    color: var(--inz-primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.post-header__cat a:hover {
    background-color: var(--inz-primary);
    color: var(--inz-light);
}

.post-header__time {
    font-size: 12px;
}

.post-header__subtitle {
    margin: 0 0 1rem;
    font-size: 1.38em;
    line-height: 1.4;
}

.post-header__infos {
    display: flex;
    align-items: center;
}

.entry {
	word-wrap: break-word;
	position: relative;
	z-index: 1;
}

.single .entry {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 1.15em;
}

.entry p a,
.entry ul a,
.entry ol a {
    text-decoration: underline;
}

.entry img {
	max-width: 100%;
	height: auto;
}

.entry p:not(.intitle),
.entry ul,
.entry ol {
	margin-bottom: 20px;
}

.entry blockquote,
.entry blockquote.wp-block-quote {
    padding-left: 4rem;
    margin: 40px 0;
    border: none;
    position: relative;
    font-style: italic;
}

.entry blockquote:before,
.entry blockquote.wp-block-quote:before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(images/quote.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 1.5rem;
    transform: translateY(-50%);
    z-index: -1;
}

.entry blockquote.wp-block-quote > blockquote.wp-block-quote {
    padding: 0;
}

.entry blockquote.wp-block-quote > blockquote.wp-block-quote:before {
    display: none;
}

.entry iframe {
	width: 100%;
	display: block;
}

.entry__content {
    max-width: 880px;
}

.single .entry h2:not(.intitle),
.single .entry h3:not(.intitle),
.single .entry h4:not(.intitle),
.single .entry h5 {
	margin: 30px auto 10px;
}

.single .entry article[class^="post-style-"] h2 {
    font-size: initial;
    margin: auto;
}

.entry__thumb {
	border-top: 3px solid var(--inz-secondary);
}

.entry__thumb img {
    width: 100%;
}

.entry__tags {
    padding-top: 20px;
    margin-top: 40px;
    font-size: 15px;
}

.entry__tags a {
    padding: 2px 10px;
    background-color: var(--wp--preset--color--white);
    color: var(--inz-dark);
    text-decoration: none;
    border-radius: 2px;
}

.wp-block-embed {
    margin: 40px 0 !important;
}

.wp-block-image img {
	height: auto;
}

.wp-block-image figcaption {
    padding-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
}

.single-style-2 .post-header {
    margin-bottom: 1rem;
}

.single .single-style-2 .entry {
    max-width: 100%;
}

.single-download-list > a {
    min-width: 220px;
    max-width: 100%;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    border: 2px solid var(--inz-primary);
    display: table;
}

.single-download-list a:hover {
    background-color: var(--inz-primary);
    color: #fff;
}

.single-download-list .fa {
    color: var(--inz-primary);
    margin-right: 0.6rem;
}

.single-download-list a:hover .fa {
    color: #fff;
}

@media (min-width: 768px) {
    .post-header__title {
        font-size: 3em;
    }

    .single .entry h2:not(.intitle) {
        font-size: 2.2rem;
    }
    
    .single .entry h3:not(.intitle) {
        font-size: 1.9rem;
    }
    
    .single .entry h4:not(.intitle) {
        font-size: 1.6rem;
    }

    .box-sticky {
        position: sticky;
        top: 10px;
    }

    .wp-block-embed-youtube iframe {
        min-height: 400px;
    }
}

/* RELATED */

.related-block {
    margin-top: 80px;
}

/* SHARE */

.entry__share {
    margin-bottom: 5px;
}

.entry__share a {
    margin: 0 auto 5px;
    display: table;
}

.entry__share .fa {
    width: 36px;
    height: 36px;
    color: var(--wp--preset--color--white);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    display: block;
}

 .entry__share .fa-facebook {
	background: #3b5998
 }
 .entry__share .fa-twitter {
	background: #1da1f2;
 }
 .entry__share .fa-whatsapp {
	background: #4dc247;
 }
 .entry__share .fa-linkedin {
	background: #0077b5;
 }
 
 @media (max-width: 767px) {
    .entry__share {
        width: 100%;
        margin: -20px 0 20px;
    }

    .entry__share a {
        display: inline-block;
        margin-right: 5px;
    }
}

/* EVENTS */

.event-header {
    padding: 6rem 0 4rem;
    margin: 0 auto 2rem;
}

.event-header .post-header__title {
    margin: 0 0 10px;
}

.event-header ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.1em;
}

.event-header ul li .fa {
    width: 20px;
    color: var(--inz-primary);
    text-align: center;
}

/* SCROLL BAR */

.custom-scroll {
    max-height: 200px;
    padding-right: 20px;
    overflow-y: auto;
}

.custom-scroll::-webkit-scrollbar {
    width: 3px;
}
  
.custom-scroll::-webkit-scrollbar-track {
    background-color: #d0d0d0;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-color: #858585;
}

/* WP-PAGENAVI */

nav.pagination {
    margin: 50px 0;
    display: block;
    text-align: center;
    font-weight: 600;
    clear: both;
}

nav.pagination .total-pages {
    margin: 0 15px;
    display: inline-block;
    color: #858585;
}

/* SIDEBAR */

.aside-sidebar .sidebar {
    margin-bottom: 40px;
}

.aside-sidebar .sidebar > h2 {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.aside-sidebar ul {
    padding: 1.5rem;
    margin: 0;
    list-style: none;
	box-shadow: 10px 10px 20px rgb(26 40 44 / 5%);
    border-radius: 5px;
}

.aside-sidebar ul li {
    padding: 6px 0;
    border-bottom: 1px solid #e1eaed;
}

.aside-sidebar ul li:last-child {
    border-bottom: 0;
}

.aside-sidebar ul li.cat-item {
    color: var(--inz-gray);
    display: flex;
    justify-content: space-between;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border-radius: 5px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 0 10px;
    margin: 0;
    border: 1px solid var(--inz-gray);
    border-radius: 5px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    border-radius: 30px;
    text-align: center;
}

.wp-block-tag-cloud a {
	padding: 1px 5px 0;
	margin: 3px 1px;
    background-color: var(--inz-light);
    color: #5a7b85;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
}

@media (min-width: 992px) {
    aside.aside-sidebar {
        max-width: 370px;
        margin: 0 0 0 auto;
        padding-left: 4rem;
        border-left: 1px solid var(--inz-gray);
    }
}

/* SIDEBAR - FILTER */

.aside-filter ul {
    padding: 0;
    font-size: 0.9rem;
    list-style: none;
}

.berocket_single_filter_widget {
    margin-bottom: 2rem;
}

.bapf_head h3 {
    font-size: 1.2rem;
}

.bapf_head h3 .fa {
    font-size: 0.9rem;
    right: 0;
}

.bapf_sfilter .bapf_body ul {
    max-height: 200px;
    overflow-y: auto;
}

.bapf_sfilter ul li {
    padding: 0.3rem 0 !important;
}

.bapf_sfilter .bapf_body ul li ul {
    padding: 0;
    margin: 0 !important;
}

.bapf_sfilter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.bapf_sfilter:not(.bapf-clean-rounded) label {
    line-height: 1.3;
    padding-left: 1.8rem;
    position: relative;
}

.bapf_sfilter:not(.bapf-clean-rounded) label:before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid var(--inz-gray);
    position: absolute;
    left: 0;
    top: -1px;
}

.bapf_sfilter:not(.bapf-clean-rounded) input:checked ~ label:after,
.bapf_sfilter:not(.bapf-clean-rounded) .checked label:after {
    content: '\f00c';
    color: var(--inz-primary);
    font-size: .84rem;
    font-family: 'fontAwesome';
    position: absolute;
    top: 0;
    left: 2px
}

.aside-filter .berocket_single_filter_widget .bapf-clean-rounded li label:hover,
.aside-filter .berocket_single_filter_widget .bapf-clean-rounded li.checked label,
.aside-filter .berocket_single_filter_widget .bapf-clean-rounded li.checked label:before {
    border-color: var(--inz-primary);
    color: var(--inz-primary);
}

#btn-page-filter {
	width: 90px;
	min-width: 90px;
	padding: 0.46rem 1rem;
	background-color: transparent;
	border: 2px solid var(--inz-primary);
	color: var(--inz-primary);
	display: none;
	text-align: center;
}

#btn-page-filter:hover,
#btn-page-filter:focus {
    background-color: var(--inz-primary);
    color: var(--wp--preset--color--white);
}

@media (max-width: 991px) {
    #btn-page-filter,
    .aside-filter .close-icon {
        display: block;
    }
    
    .aside-filter {
        width: 0;
        max-width: 400px;
        padding: 2.5rem 2rem 3.5rem;
        background-color: var(--wp--preset--color--white);
        overflow-y: auto;
        position: fixed;
        right: 0;
        bottom: 0;
        top: 0;
        transform: translateX(100%);
        transition: transform 0.3s;
        box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
        z-index: 99;
        visibility: hidden;
    }

    .aside-filter.active {
        width: 100%;
        transform: translateX(0);
        visibility: visible;
        left: 0;
    }
}

@media (min-width: 992px) {
    .aside-filter {
        max-width: 16rem;
        border-right: 1px solid var(--inz-gray);
    }
}

/* SEARCH FORM */

.search-toggler {
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -5px;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    display: none;
    font-size: 1.38em;
    outline: none;
}

.search-toggler.active {
    margin: 0;
    background: url(images/icon-close.png) center no-repeat;
    background-size: 12px;
}

.search-toggler.active img {
    display: none;
}

.search-form {
    width: 100%;
    max-width: 320px;
    margin: 0 0 0 1.5rem;
    background-color: var(--inz-light);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
  
.search-form input[type="search"] {
    width: calc(100% - 45px);
    height: 70px;
    padding: 6px 10px;
    margin: 0;
    border: none;
    font-size: 12px;
    text-align: right;
}

.search-form input[type="search"]:focus {
    text-align: center;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #b3b5b7;
}

.search-form input[type="search"]::-moz-placeholder {
	color: #b3b5b7;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #b3b5b7;
}
  
.search-form input[type="submit"] {
    width: 45px;
    height: 70px;
    padding: 0;
    background: url(images/icon-search.png) left no-repeat;
}

.search-bar__overlay {
    width: 100%;
    height: 100%;
    background-color: var(--inz-dark);
    display: none;
    left: 0;
    opacity: .5;
    position: fixed;
    top: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    #main-nav .search-form {
        max-width: 100%;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        display: none;
    }

    #main-nav .search-form.active {
        display: flex;
    }

    .search-toggler {
        display: block;
    }
}

@media (min-width: 1200px) {
    .search-form {
        margin-right: -1.7rem;
    }
}

/* PRIVATE PAGE */

.cat-description {
    padding-left: 1rem;
    border-left: 3px solid var(--inz-primary);
}

#login-form form {
    max-width: 400px;
}

#profile-nav {
    padding: 0;
}

#profile-nav ul.navbar-nav {
    width: 100%;
    padding: 1rem;
    background-color: var(--wp--preset--color--white);
    flex-direction: column;
}

#profile-nav .navbar-nav > li > a {
	padding: 6px 2px 4px;
	margin-bottom: 10px;
	border: 2px solid var(--inz-gray);
	color: var(--inz-gray);
	display: block;
	font-weight: 700;
	text-align: center;
	position: relative;
}

#profile-nav .navbar-nav > li > a:hover,
#profile-nav .navbar-nav > li > a.show {
	background-color: var(--inz-gray);
	color: var(--wp--preset--color--white);
}

#profile-nav ul li a.dropdown-toggle:after {
	content: "";
	width: 7px;
	height: 6px;
	margin-left: 5px;
	background: url(images/caret-down.png) center no-repeat;
	background-size: cover;
	display: inline-block;
	filter: grayscale(1);
}

#profile-nav .navbar-nav > li > a:hover:after,
#profile-nav .navbar-nav > li > a:focus:after,
#profile-nav .navbar-nav > li > a.show:after {
	filter: grayscale(1) brightness(0) invert(100%);
}

#profile-nav ul li ul {
    display: none;
}

#profile-nav ul li ul.show {
    padding: 1rem;
    margin: -10px 0 10px;
    background-color: var(--inz-light);
    display: block;
    list-style: none;
	text-align: center;
    position: relative;
}

#profile-nav ul li ul li {
	padding: 5px 0;
}

.alert {
    padding: 10px 15px;
    margin-bottom: 25px;
    background-color: transparent;
}

.alert:not(.alert-danger) {
    color: #739c47;
    border: 1px solid #739c47;
}

.alert.alert-danger {
    color: #b93333;
    border: 1px solid #b93333;
}

/* NOTIFY */

.notify-header {
    padding-bottom: 2px;
    margin-bottom: 2rem;
    border-bottom: 1px solid #c5c5c5;
}

.notify-header__btn {
    padding: 0;
    margin: 0 0 0 auto;
    background-color: transparent;
    display: table;
    font-size: 12px;
}

.notify-header__btn:hover {
    text-decoration: underline;
}

.notify-header__btn .fa {
    color: var(--inz-primary);
}

.deactivate-notify .fa:before {
    content: "\f0f3";
}

/* TABS */

h2.tab-title {
    color: var(--inz-dark);
    border: 1px dashed;
    padding: 20px;
    font-size: 20px;
}

.nav-tabs {
	padding-right: 90px;
	margin-bottom: 40px;
	list-style: none;
	border: none;
	font-size: 1.1em;
}

.nav-tabs li {
	padding: 0 10px;
	margin-bottom: -10px
}

.nav-tabs li:first-child {
	padding-left: 0
}

.nav-tabs li:last-child {
	padding-right: 0
}

.nav-tabs .nav-link {
	padding: 0 0 2px;
	border: none;
	color: var(--inz-primary);
	font-weight: 600;
	border-bottom: 2px solid transparent;
	border-radius: 0
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
	background-color: transparent;
	color: var(--inz-primary);
	border-color: var(--inz-primary)
}

.nav-tabs .dropdown-toggle {
	width: 30px;
	height: 30px;
	background-color: var(--wp--preset--color--white);
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	border: 1px solid var(--inz-gray);
	border-radius: 30px;
	display: block;
	position: relative;
	top: -6px
}

.nav-tabs .dropdown-toggle:after {
	display: none
}

.nav-tabs .dropdown-menu {
	padding: 20px;
	border-radius: 15px
}

.nav-tabs .dropdown-menu li {
	padding: 5px 0;
	font-size: 14px
}

.nav-tabs .dropdown-menu .nav-link {
	border: none
}

.tab-content {
	min-height: 250px
}

.tab-content>.tab-pane:not(.active) {
	height: 0;
	display: block !important;
	z-index: -99;
	overflow: hidden
}

@media (max-width: 767px) {
    .nav-tabs {
        padding-right: 0;
    }
}

/* MODAL */

.modal-dialog {
    width: 95%;
    max-width: 700px;
}

.modal-header {
	padding: 20px 30px 0;
	border: none;
}

.modal-body {
    padding: 2rem;
}

.modal-body a {
    color: var(--inz-primary);
}

.modal-body h2 {
    margin-bottom: 0;
}

.modal button.btn-close {
    width: 35px;
    height: 35px;
    padding: 0;
    background-color: var(--inz-primary);
    border-radius: 30px;
    color: var(--wp--preset--color--white);
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

/* FOOTER */

.main-footer {
	width: 100%;
	padding-top: 50px;
	background-color: var(--inz-light);
    color: #000;
	position: relative;
	bottom: 0;
}

.main-footer a {
    color: var(--inz-gray);
}

.main-footer h2.main-footer__title {
    margin-bottom: 5px;
    display: table;
    font-size: 1.38em;
    line-height: 1.2;
}

.main-footer__columns {
    display: flex;
    gap: 0 3rem;
}

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

.main-footer ul li,
.main-footer .menu-block {
    font-size: 12px;
}

.main-footer ul li {
    padding: 0;
}

.main-footer ul.menu li a:hover{
    text-decoration: underline;
}

.main-footer .social-block a img:hover {
	filter: invert(100%);
}

/* MAIN FOOTER - NEWSLETTER */

.main-footer__newsletter,
.main-footer__copyright,
.main-footer__copyright a {
    color: var(--inz-light);
}

.main-footer__newsletter {
    padding: 1rem 0;
    background-color: var(--inz-dark);
}

.main-footer__newsletter {
    margin-top: 30px;
}

.main-footer__newsletter p {
    padding: 8px 15px 6px;
    margin: 0;
    border: 2px solid;
}

.main-footer__newsletter .gform_legacy_markup_wrapper {
	margin: 0;
	padding: 0;
}

.main-footer__newsletter .gform_legacy_markup_wrapper ul.gform_fields {
    display: flex;
}

.main-footer__newsletter .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    min-width: 50%;
    margin: 0;
}

.main-footer__newsletter .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin: 0;
}

.main-footer__newsletter form {
    display: flex;
    align-items: center;
}

.main-footer__newsletter form li {
    margin: 0 !important;
}

.main-footer__newsletter .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]) {
    min-width: 100%;
    margin: 0;
    padding: 13px 12px 7px !important;
    background-color: var(--inz-light);
    border: none;
    border-radius: 0;
}

.main-footer__newsletter .gform_legacy_markup_wrapper .gform_footer input.button, 
.main-footer__newsletter .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    background-color: #595965;
    color: var(--wp--preset--color--white);
    font-size: 13px;
    font-weight: 400;
}

.main-footer__newsletter .gform_legacy_markup_wrapper .gform_footer {
	margin: 0;
	padding: 0;
}

/* MAIN FOOTER - COPYRIGHT */

.main-footer__copyright {
    padding: 1.8rem 0 0.8rem;
    background-color: var(--inz-primary);
    line-height: 1;
}

.main-footer__links:not(:first-child):before {
    content: " | ";
    display: inline-block;
    padding: 0 8px;
}

.main-footer__copyright .social-block {
    width: 145px;
    text-align: center;
}

@media (max-width: 767px) {
    .main-footer h2 br {
        display: none;
    }

	.main-footer__newsletter .gform-body {
		width: 100%;
	}

	.main-footer__newsletter form,
	.main-footer__newsletter .gform_legacy_markup_wrapper ul.gform_fields {
		flex-wrap: wrap;
		gap: 5px 10px;
	}

	.main-footer__newsletter .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
		width: 100%;
	}

	.main-footer__copyright {
		text-align: center;
	}

	.main-footer__copyright .social-block {
		width: auto;
		display: block;
		margin-top: 10px;
	}
}

@media (min-width: 768px) {
    .footer-col-right {
        text-align: right;
    }

	.main-footer__newsletter .gform_legacy_markup_wrapper .gform_footer {
		max-width: 145px;
	}
}

@media (min-width: 992px) {
    .main-footer__newsletter,
    .main-footer__copyright {
        margin-top: -2px;
    }

    .main-footer__newsletter .gform_legacy_markup_wrapper .gform_footer input.button, .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
		height: 69px;
		margin: -1rem 0 -0.9rem;
		}    
}

@media (min-width: 1200px) {
    .main-footer .col-xl-4 {
        max-width: 390px;
    }
    
    .main-footer .col-xl-2 {
        max-width: 120px;
        display: flex;
        align-items: center;
    }
}

/* MEDIA QUERIES */

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
        max-width: 1344px;
    }

    .m-container,
    .s-container,
    .m-container.container,
    .s-container.container {
        max-width: 1020px;
        margin-left: auto;
        margin-right: auto;
    }

    .s-container,
    .s-container.container {
        max-width: 800px;
    }

    .single section#blog > .container {
        max-width: 1030px;
    }

    .single section#blog > .container.blog-footer {
        max-width: 720px;
    }
}