/*!  
Theme Name: Essia
Theme URI: 
Author: Abdur Rahman
Author URI: 
Description: Essia web project.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


/*------Start Base CSS------*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #666;
    background-color: #f8f8f9;
    line-height: 1.9em;
    font-weight: 500;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

body,
html {
    height: 100%;
}

a,
a:hover {
    text-decoration: none;
}

.btn.focus,
.btn:focus,
a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 15px;
    margin-top: 0;
}

p {
    margin-bottom: 10px;
    margin-top: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.fix:before,
.fix:after {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.alignleft {
    float: left;
    margin-right: 15px !important;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.admin-bar .site-header {
    top: 32px;
}

.section-padding {
    padding: 50px 0;
}


/*------End Base CSS------*/


/* Animation */


/* Animations */

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}


/*
==============================
Header Style Start
==============================
*/

.site-header {
    background-color: #ffffff;
    padding: 15px 0;
}

.site-logo a {
    display: inline-block;
}

.site-logo a img {
    max-height: 100%;
}

.site ul {
    margin: 0;
    padding: 0;
}

.site ul li {
    display: inline-block;
    position: relative;
    padding: 0 11px;
}

.site ul li a {
    font-family: 'Nunito', sans-serif;
    display: block;
    font-weight: 800;
    font-size: 15px;
    transition: all .4s ease-in-out;
    color: #046584;
}

.site ul li a:hover,
.main-menu li.current-menu-item a,
.main-menu li a:hover {
    color: #6eb974;
    transition: all .4s ease-in-out;
}

.site-header .mobile-menu ul li.test-btn a,
.site-header li.test-btn a {
    background-color: #6eb974;
    padding: 4px 14px;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.site-header .mobile-menu ul li.test-btn a:hover,
.site-header li.test-btn a:hover {
    background-color: #046584;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #6eb974;
    opacity: 1;
}

.site-header .mobile-menu ul li.login-btn a,
.site-header li.login-btn a {
    background-color: #046584;
    color: #6eb974;
    padding: 4px 14px;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.site-header .mobile-menu ul li.login-btn a:hover,
.site-header li.login-btn a:hover {
    background-color: #6eb974;
    color: #046584;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 1;
}

.site-header .mobile-menu ul li.login-btn a,
.site-header .mobile-menu ul li.test-btn a {
    margin-bottom: 10px;
    border-radius: unset;
    padding: 10px 14px;
} 

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

.site ul li {
    display: inline-block;
}

.site-header ul li i {
    color: #6eb974;
    font-size: 20px;
    transform: rotate(90deg);
    margin-left: -14px;
}

.main-menu li ul {
    position: absolute;
    left: 0;
    width: 200px;
    background: #fcb03d;
    text-align: left;
    z-index: 2;
    top: 50px;
    opacity: 0;
    visibility: hidden;
}

.main-menu li li {
    display: block;
}

.site ul li li a {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    background-color: #eca233;
}

.main-menu li:hover ul {
    opacity: 1;
    visibility: visible;
}

.main-menu ul li:hover ul ul {
    opacity: 0;
    visibility: hidden;
}

.main-menu ul ul li ul {
    left: 200px;
}

.main-menu ul ul li:hover>ul {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.search-box input,
.search-mobile input {
    width: 100%;
    padding: 5px;
    border: 0;
    background: transparent;
}

.search-box {
    position: relative;
    z-index: 1;
}

.search-box,
.search-mobile {
    animation: slideInFromTop .5s ease-in;
}

.search-box .search-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #69c07a;
    cursor: pointer;
    padding: 3px;
}

.search-trigger i.fa {
    font-size: 20px;
    position: absolute;
    right: 60px;
    color: #6eb974;
    top: 15px;
    cursor: pointer;
}

.search-mobile {
    position: absolute;
    right: 0;
    top: 15px;
    width: 60%;
}

.search-mobile i.fa {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
    padding: 3px;
}

.search-form {
    width: 100%;
}

.search-btn {
    border: 0;
    background: none;
}

.anim {
    animation: slideInFromBottom .5s ease-in;
}


/*
==============================
mobile Menu CSS
==============================
*/

.site-header .mobile-menu {
    border-top: 3px solid #69c07a;
    list-style: none;
    background-color: #fff;
    box-shadow: 0px 0px 2px;
    padding: 30px;
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 13px;
}

.site-header .mobile-menu ul li {
    display: block;
}

.site-header .mobile-menu ul li a {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    color: #666;
    padding: 10px 5%;
    display: block;
}

.site-header .mobile-menu ul li a:hover {
    background-color: rgba(0, 0, 0, .03);
    opacity: .7;
}


/*
==============================
Header Style End 
==============================
*/


/*
============================== 
Search Result Style Start
==============================
*/

.search-part i {
    color: #6eb974;
    font-size: 25px;
    transform: rotate(90deg);
    margin-left: -14px;
}

.search-part input#search-field {
    height: 50px;
    border-radius: 7px;
}

.input-group-append {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

section.search-result-sec {
    padding: 50px 0;
    background-color: rgb(236, 207, 119);
    padding-top: 140px;
}

.section-title h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 900;
}

section.search-result-sec .form-control:focus {
    outline: unset;
    border-color: transparent;
    box-shadow: unset;
    z-index: unset;
}

section.search-result-sec h4 {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(39, 46, 50);
    margin-bottom: 10px;
}

section.search-result-sec select.form-control.form-control-lg {
    color: rgb(39, 46, 50);
    font-size: 17px;
    height: 50px;
    background-color: #eee;
}

.subscribe-part,
.search-part,
.filter-part,
.order-part {
    margin: 20px 0;
}

.filter-part ul {
    margin: 0;
    padding: 0;
}

.filter-part ul li {
    padding: 0;
    margin: 0;
}

.filter-part ul li a {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 157, 101);
    border-radius: 4px;
    padding: 0px 5px;
    margin: 0px 4px 4px 0px;
    font-size: 11px;
    font-weight: 700;
}

.filter-part ul li a:hover {
    background-color: rgb(226, 114, 33);
}


/*
==============================
Search Result Style End 
==============================
*/


/*
==============================
Blog Item Content Style Start 
==============================
*/

.blog-item {
    padding: 50px 0px;
}

.page-item.disabled.border-none .page-link {
    background-color: transparent;
    border-color: transparent;
}

.page-item {
    padding: 5px 7px;
}

#show-pagination .page-item .page-link {
    padding: 5px 2px;
}

#show-pagination .page-item.bord .page-link {
    color: rgb(39, 46, 50);
    background-color: rgb(255, 255, 255);
    border-radius: 3px;
    border-color: rgb(237, 157, 101);
    border-width: 1px;
    border-style: solid;
    padding: 5px 9px;
}

#show-pagination .page-item.bord.pbtn .page-link {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 157, 101);
}

#show-pagination .page-item.bord.pbtn .page-link:hover {
    background-color: rgb(226, 114, 33)
}

#show-pagination .page-item.disabled {
    padding: 5px 0;
}

#show-pagination .page-link:focus {
    outline: unset;
    box-shadow: unset;
}

div#show-pagination ul.pagination {
    display: block;
}

.result-show h4 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(39, 46, 50);
    padding-top: 10px;
    margin-bottom: 0;
}

.result-show h4 span {
    font-family: Nunito, sans-serif;
    font-weight: 900;
    color: rgb(237, 159, 98);
}


/*
==============================
Blog Item Content Style end 
==============================




/*
==============================
Single Blog Item Content Style Start 
==============================
*/

.single-blog-text h2 {
    font-size: 22px;
    color: rgb(4, 101, 132);
    font-weight: 900;
    line-height: 1.1;
}

.bord-re {
    border-radius: 8px;
}

.single-blog-text .blog-date {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: rgb(237, 157, 101);
}

.single-blog-text p {
    font-size: 16px;
    font-weight: 500;
    color: rgb(39, 46, 50);
}

a.btn.blog-btn {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 157, 101);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 7px;
    margin-top: 20px;
}

a.btn.blog-btn:hover {
    background-color: rgb(226, 114, 33);
}

.blog-pagination ul.pagination {
    display: block;
    margin-top: 20px;
}

.blog-pagination .page-item .page-link {
    color: rgb(110, 185, 116);
    border: unset;
    background-color: unset;
}

.blog-pagination .page-item.active .page-link {
    color: rgb(39, 46, 50);
}

.blog-pagination .page-link:focus {
    box-shadow: unset;
    outline: unset;
}

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
    color: rgb(255, 255, 255);
    background-color: rgb(237, 157, 101);
    border-radius: 4px;
    padding: 5px 15px;
}

.blog-pagination .page-item:last-child .page-link:hover,
.blog-pagination .page-item:first-child .page-link:hover {
    background-color: rgb(226, 114, 33);
    color: rgb(4, 101, 132);
}

.blog-pagination .page-item .page-link:hover {
    color: rgb(4, 101, 132);
    background-color: unset;
}

.copyright {
    background-color: #1e5c75;
    padding: 7px 0;
}

.copyright p {
    color: #69c07a;
    font-size: 14px;
    font-family: 'Nunito';
    font-weight: 600;
}


/*
==============================
Single Blog Item Content Style End 
==============================
*/


/*
==============================
Blog Page Style Start 
==============================
*/


/*
==============================
Blog Page Hero area Style Start 
==============================
*/

.hero-bg {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(41, 196, 169, 0) 100%), url(https://essia.pprk.com.br/wp-content/uploads/2020/10/blog.jpeg)!important;
    padding: 90px 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-content .blog-title {
    font-weight: 900;
    font-size: 55px;
    color: #ffffff!important;
    line-height: 1.1em;
}

.hero-content .blog-title a {
    font-weight: 900;
    font-size: 55px;
    color: #ffffff!important;
    line-height: 1.1em;
}

.hero-content .desc a {
    color: #ffffff!important;
}

section.hero-area {
    padding-top: 79px;
}

.single-blog-text.blog-pg .blog-date,
.blog-pg .blog-date,
.blog-pg .s-category {
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.hero-content .blog-date,
.hero-content .s-category {
    font-size: 17px;
}

.hero-content p {
    font-weight: 600;
    font-size: 21px;
    line-height: 1.6em;
    color: #fff;
}

.blog-btn-sec a.btn.blog-btn {
    color: #046584;
    font-weight: 800;
    background-color: #6eb974;
    font-size: 20px;
    border: 2px solid transparent;
    display: inline-block;
    transition: all .4s ease-in-out;
    padding: 6px 19px;
    border-radius: 7px;
}

.blog-btn-sec a.btn.blog-btn:hover {
    color: #eccf77!important;
    background-color: #e27221;
    transition: all .4s ease-in-out;
}


/*
==============================
Blog Search section Style Start 
==============================
*/

section.search-result-sec.blog-pg-search {
    background: transparent;
    padding-top: 50px;
    padding-bottom: 20px;
}

.blog-pg-search .section-title {
    text-align: center;
    padding-bottom: 50px;
}

.blog-pg-search .section-title h2 {
    font-weight: 900;
    font-size: 27px;
    color: #6eb974;
    margin-bottom: 2px;
}

.blog-pg-search .section-title p {
    color: #272e32;
    font-size: 17px;
}

div#subs-email {
    position: relative;
}

.email-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 2;
    margin-top: -15px;
    padding: 0;
}

.search-part h4,
.filter-part h4,
.subscribe-part h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    color: #272e32!important;
    letter-spacing: 1px;
}

.email-btn button.btn {
    color: #046584;
    font-size: 13px;
    font-weight: 800;
    background-color: #6eb974;
    font-family: 'Nunito';
    padding: 4px 10px;
    border-radius: 3px;
    z-index: 9;
}

.email-btn button.btn:hover {
    color: #6eb974!important;
    background-image: initial;
    background-color: #046584;
}

div#subs-email input.form-control {
    height: 50px;
    padding: 10px;
    border-radius: 8px;
    border: unset;
}

.blog-pg-search .search-part input#search-field {
    border: unset;
}


/*
==============================
Blog Search section Style End 
==============================
*/


/*
==============================
Blog Item section Style Start 
==============================
*/

.blog-item.blog-pg {
    padding: 0px 0 50px;
}

.single-blog-text.blog-pg {
    background-color: #ffffff;
    border-radius: 0px 0 8px 8px;
    overflow: hidden;
    padding: 10px 20px 20px;
}

.blog-item.blog-pg .thumbnail img {
    border-radius: 8px 8px 0 0;
}

.single-blog-text.blog-pg h2 {
    font-weight: 800;
    font-size: 28px;
    color: #046584;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.single-blog-text.blog-pg .blog-date,
.single-blog-text.blog-pg .s-category {
    font-weight: 600;
}

.single-blog-text.blog-pg p.blog-date {
    color: #e27221;
}

.single-blog-text.blog-pg .blog-btn-sec a.btn.blog-btn {
    font-size: 14px;
    border-radius: 4px;
    padding: 2px 12px;
    margin-top: 5px;
}

.single-blog-text.blog-pg .blog-btn-sec a.btn.blog-btn:hover {
    color: #6eb974!important;
    background-image: initial;
    background-color: #046584;
}

.single-blog-text.blog-pg .blog-btn-sec {
    margin-top: 0;
}

.blog-pg .blog-pagination ul.pagination {
    padding-top: 40px;
    margin-top: 0;
}


/*
==============================
Blog Item section Style End 
==============================
*/


/*
==============================
Artigo Article section Style Start 
==============================
*/

.hero-bg.arito-pg {
    padding-bottom: 150px;
}

section.full-blog-section {
    padding-bottom: 150px;
}

.full-article {
    position: relative;
    margin-top: -120px;
    border-radius: 8px;
}

.full-article h2 {
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #046584!important;
}

.full-article p {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 16px;
    color: #272e32;
    font-weight: 500;
}

.full-article {
    background-color: #fff;
    padding: 40px;
}

.full-article ul li {
    font-size: 18px;
    color: #272e32;
    display: block;
    padding-bottom: 13px;
    list-style-type: square;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.full-article ul li:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    background-color: #000;
    content: "";
    margin-top: -10px;
}

.full-article ul {
    padding: 30px 0 18px 0;
    list-style-type: square !important;
}

.qoute-text {
    font-style: italic;
    font-size: 22px;
    line-height: 1.8em;
    background-color: rgba(140, 126, 184, 0.81);
    position: relative;
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #fff;
}

.full-article h3 {
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    font-size: 25px;
    color: #046584!important;
}

.article-title span {
    font-size: 13px;
}

.full-article h4 {
	font-family: 'Nunito',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
    font-size: 20px;
    color: #046584!important;
}

.full-article a {
	font-weight: 600;
    color: #e27221;
}

.qoute-text.bg-orange {
    background-color: #eccf77;
    margin: 25px 0;
}

.right-sidebar .form-control {
    border: unset;
}

.right-sidebar .form-control:focus {
    outline: unset;
    border-color: transparent;
    box-shadow: unset;
    z-index: unset;
}

.blog-pg-search #subs-email input.form-control::placeholder,
.right-sidebar #subs-email input.form-control::placeholder {
    color: rgb(237, 157, 101);
}


/*
==============================
Blog Item section Style End 
==============================
*/


/*
==============================
Footer Style Start 
==============================
*/

footer.footer-area {
    background-color: #266683;
    padding: 20px 0;
}

.social-links ul li a {
    padding: 30px 0;
}

.social-links ul li a {
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    position: relative;
}

.social-links ul li a i {
    height: 32px;
    width: 32px;
    line-height: 30px;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 3px;
    color: #046584;
    font-size: 16px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    z-index: 10;
    background-color: #6eb974;
}

.social-links ul li {
    padding: 0;
}

.social-links ul li a:hover i {
    background-color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-cont-btn a {
    color: #046584;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Nunito';
    font-weight: 800;
    background-color: #6eb974;
    padding: 5px 13px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-cont-btn a:hover {
    background-color: #ffffff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: #6eb974;
    padding: 5px 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 600;
}

.footer-menu ul li a:hover {
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.footer-right p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.footer-right a {
    margin-bottom: 10px;
    display: inherit;
}

.footer-right p {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.footer-right img {
    margin-bottom: 10px;
    display: inherit;
}

footer.footer-area {
    background-color: #266683;
    padding: 20px 0;
}

.footer-cont-btn {
    margin-bottom: 25px;
}

.footer-logo {
    margin-top: 25px;
}

.footer-menu {
    margin: 25px 0;
}

.footer-right {
    margin: 25px 0;
}


/*
==============================
Footer Style End 
==============================
*/


#LumisAdminWorkPaneBodyBg .fixed-top {
    position: relative;
}

#LumisAdminWorkPaneBodyBg .hero-area {
    padding-top: 0;
}

.search-btn {
	cursor: pointer;
}

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0; 
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; 
}

.hbspt-form {
    width: 100%;
}

.hbspt-form .hs_email label {
	display:none !important;
}

.hbspt-form input[type='email']{
	width: 100% !important;
    border: 0;
	padding: 0;
	padding-left: 12px;
    height: 50px;
	border-radius: 7px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.hbspt-form .hs_submit {
    position: absolute;
	top: -5px;
	right: 0;
    margin: 0;
}

.hbspt-form .actions {
    margin: 0 !important;
}

.hbspt-form .hs-button {
	width: 100% !important;
    text-shadow: none !important;
    color: #046584 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    background: transparent !important;
    background-color: #6eb974 !important;
    font-family: 'Nunito' !important;
    padding: 7px 10px !important;
    border-radius: 3px !important;
    border: 0 !important;
}
 
a {
	color: rgb(4, 101, 132);
}

a:hover {
	color: rgb(4, 101, 132);
}


.blog-card-container {
	display: flex;
    flex-direction: column;
    justify-content: stretch;
	margin-bottom: 30px !important;
}

.single-blog-text {
	height: 100%;
}

