/* 
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
*/

/* Add your custom styles here */

/* Header */
.header-contact-cta .elementor-icon-box-content {
  position: relative;
}
.header-contact-cta .elementor-icon-box-icon {
  position: absolute;
  right: 125px;
}

/* 404 Page */
#error-page {
  max-width: 1140px;
  margin: 0px auto;
  text-align: center;
  padding: 100px 0px;
}
#error-page h2 {
  font-size: 100px;
  margin-bottom: 30px;
}
#error-page .go-to-home {
  background-color:#009cde;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
/* Form */
.submit-btn-contact {
  margin-top: 30px;
}

/* Blog List Page */
@media (max-width:767px) {
    #recent-blog-mobile .qodef-addons-blog-list.qodef-item-layout--side-image .qodef-e-inner {
        flex-direction:row;
    }
}
#single-main {
  background-color: #fff;
	width: 100%;
  max-width: 100%;
}
.blog #content {
  max-width: 100%;
	padding:0px;
}
.single-post #content {
  max-width: 100%;
	padding:0px;
}
.single-post .page-content, .single-post #comments {
  max-width: 1140px;
  margin: 0px auto;
  background-color: #fff;
  padding: 20px;
}
body.single-post .page-header {
    padding: 25px 0px;
	max-width:100%;
  }
.breadcrumb-custom {
  max-width: 1140px;
  margin: 15px auto 0;
}
.breadcrumb-header {
	width:100%;
}
body.single-post .breadcrumb-header .entry-title {
  height: unset;
  font-size: max(2.5rem,min(5vw,6rem));
  padding-top: 1px;
  padding-bottom: 1px;
}
.container-custom {
  max-width: 1140px;
  margin: 0px auto;
  padding: 50px 10px;
}
.breadcrumb-header .breadcrumb-custom a {
  font-weight: 500;
  text-decoration: underline;
  margin: 0px 5px;
	color:#fff;
}

.breadcrumb-custom {
  margin-bottom: 20px;
}
.blog .page-content {
  max-width: 1140px;
  margin: 0px auto;
  background-color: #fff;
  padding: 20px;
}
.header-contact-cta .elementor-icon-box-icon {
  margin-left: 15px !important;
}
.page-header {
    color: #fff;
    display: flex;
  	justify-content: center;
  	align-items: center;
    vertical-align: middle;
    background-image: linear-gradient(10deg,#004860 20% 20%,#009CDE 100%);
}
.page-header h1{
    width: 100%;
    font-family: Inter;
    font-size: max(2.5rem,min(5vw,6rem));
    font-weight: 200;
    line-height: 1;
    text-align: left;
    height: max(12rem,min(12.5vw,16rem));
    letter-spacing: .02em;
    color:#FFFFFF;
    margin-block-start: 0rem;
    margin-block-end: 0rem;
    display: flex;
  	align-items: center;
    vertical-align: middle;
}
@media (min-width:1025px) {
    .page-header {
        padding-inline-start: 60px;
        padding-inline-end: 60px;
    }
}


.page-header .entry-title {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
}
@media (max-width:1260px) {
	.page-header .entry-title {
		margin-inline-start: 0;
	}
}
@media (min-width:1520px) {
	body .header-contact-cta{
		max-width: 13%;
	}
}

@media only screen and  (max-width:767px) {
    .hfe-nav-menu-icon {
		position: absolute;
		top: -75px;
		right: 0;
    }
}

@media only screen and  (max-width:1024px) {

    .hfe-nav-menu-icon {
        margin-right: 20px;
        align-items: center;
        background-color: #009cde;
        border: .0625rem solid transparent;
        border-radius: .15rem;
        box-shadow: 0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);
        color: #fff;
        display: inline-flex;
        font-size: .875rem;
        font-weight: 300;
        line-height: 1.5rem;
        padding: 8px 10px;
        -webkit-text-decoration: none;
        text-decoration: none;
        text-transform: uppercase;
        transition: background-color .2s ease-out,box-shadow .2s ease-out;
    }

    .hfe-dropdown {
        /* left:-webkit-calc(100% - 350px);
        left:-moz-calc(100% - 350px); 
        */
        left: calc(100% - 75px) - 2 * calc(100% - 75px)
    }
}

.blog-single {
	padding: 40px 40px;
    background: white;
    margin-top: -50px;
}

.single-post .page-header {
	padding: 25px 25px;
    max-width: 1120px;
    margin: 0 auto;
}