/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lexend-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/lexend-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/lexend-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lexend-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lexend-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/lexend-v19-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-size: 15px;
}

body p {
    color: #333;
}

h1 {
    font-size: 38px;
    color: #008a9f;
	position: relative;
	margin-bottom: 30px;
}

h1:after {
    content: "";
    width: 140px;
    height: 4px;
	background: rgb(16,138,158)!important;
	background: linear-gradient(138deg, rgba(16,138,158,1) 0%, rgba(16,138,158,1) 30%, rgba(0,212,255,1) 100%)!important;
    display: inline-block;
    position: absolute;
    bottom: -6px;
    left: 0;
}

h2 {
    font-size: 30px;
    color: #008a9f;
    position: relative;
}

.border h2 {
    margin-bottom: 15px;
}

.border h2:after {
    content: "";
    width: 140px;
    height: 4px;
	background: rgb(16,138,158)!important;
	background: linear-gradient(138deg, rgba(16,138,158,1) 0%, rgba(16,138,158,1) 30%, rgba(0,212,255,1) 100%)!important;
    display: inline-block;
    position: absolute;
    bottom: -6px;
    left: 0;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

a {
    color: #008a9f;
}

a:hover {
    color: #008a9f;
    opacity: 0.9;
}

ul, ol {
    color: #333;
    margin-left: 0px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.e-con-inner {
    padding: 0px !important;
}

.elementor-widget-heading .elementor-heading-title {
    color: #008a9f;
}

/*Main content*/
.main-content {
    padding: 20px 20px 20px 5px;
}

/*Header image*/
.header-image {
    max-width: 1360px;
    padding: 0px;
}

img.hfe-site-logo-img.elementor-animation- {
    width: 200px;
    float: left;
    margin-bottom: -45px;
    margin-left: -40px;
}

/*Sidebar right*/
.sidebar-right {
    background: #d6e9ed;
    margin: 45px 0px 35px 0px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.page-id-151 .sidebar-right {
    margin: 50px 0px 35px 0px;
}

/*Main Menu*/
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:hover, 
.elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item:hover, 
.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item, 
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item.highlighted, 
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item:focus {
    color: #008a9f;
}

/*Footer*/

.footer-width-fixer .e-con-inner {
    color: #fff;
    background: #008a9f;
}

.footer-width-fixer .e-con-inner p, 
.footer-width-fixer .e-con-inner a {
    color: #fff;
    margin-bottom: 0px;
}

.elementor-element.elementor-element-b64e24c.e-con-full.e-flex.e-con.e-child {
    padding: 15px 15px;
}

.elementor-element.elementor-element-8dd495c.e-con-full.e-flex.e-con.e-child {
    padding: 15px 15px;
}

/*Post teaser*/

.custom-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.custom-post .post-thumbnail {
    float: left;
    margin-right: 25px;
    margin-top: 4px;
}

.custom-post .post-thumbnail img {
    width: 150px;
    height: 120px;
    object-fit: cover;
}

.custom-post h3.post-title,
.custom-post h4.post-title {
    margin-top: 0px;
    margin-bottom: 5px;
}

.custom-post .post-title a {
    text-decoration: none;
    color: #333;
}

/*Single post*/

.single-post .container {
    width: 100%;
    max-width: 1160px;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
}

.blog-main {
    display: flex;
    margin-top: 40px;
}

.blog-main .col-md-8 {
    width: 70%;
}

.blog-main .col-md-4 {
    width: 30%;
}

.blog-main .col-md-8 #content {
    padding: 20px 20px 20px 5px;
}

.blog-main div#secondary {
    background: #d6e9ed;
    margin: 35px 0px;
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}


@media (min-width: 1024px) {

/*Main Menu*/

.current_page_item a {
    position: relative;
}


.elementor-widget-navigation-menu .menu-item.current-menu-item a.hfe-menu-item:after, a.hfe-menu-item:hover:after {
    content: "";
    width: 100%;
    height: 4px;
	background: rgb(16,138,158)!important;
	background: linear-gradient(138deg, rgba(16,138,158,1) 0%, rgba(16,138,158,1) 30%, rgba(0,212,255,1) 100%)!important;
    display: inline-block;
    position: absolute;
    bottom: -6px;
    left: 0;
    opacity: 1 !important;
}

.main-menu {
    padding-bottom: 6px;
}


}

@media (max-width: 1025px) {
.hfe-nav-menu__toggle.elementor-clickable {
    margin: 0px !important;
    padding: 0px !important;
    text-align: right;
}

}

@media (max-width: 768px) {

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown {
    overflow: hidden;
}

h1 {
    font-size: 28px;
}

h1 {
    font-size: 25px;
}

.header-section .e-con-inner {
        justify-content: space-between !important;
}

.logo-section {
    width: 160px !important;
}

img.hfe-site-logo-img.elementor-animation- {
    margin-bottom: -34px;
}

.main-menu {
    width: 100px !important;
}

.elementor-element.elementor-element-b64e24c.e-con-full.e-flex.e-con.e-child {
    text-align: center;
}

.elementor-element.elementor-element-1161126.elementor-widget.elementor-widget-text-editor {
    margin: auto;
}

.blog-main {
    flex-direction: column;
}

.blog-main .col-md-4,
.blog-main .col-md-8 {
    width: 100%;
}

h1.entry-title {
    padding-inline-start: 0px !important;
    padding-inline-end: 0px !important;
}

.blog-main .col-md-8 #content,
h1.entry-title {
    max-width: 100% !important;
}

}
