/*
Theme Name: Fluid Child
Theme URI: https://fluid.qodeinteractive.com/
Description: A child theme of Fluid Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.2
Text Domain: fluid
Template: fluid
*/

h1, h2, h3, h4, h5, h6{
    font-weight:600;
}

.fal, .fa-light {
    font-family: 'Font Awesome 6 Brands'!important;
    font-weight: 400;
}

.fa, .fas {
    font-family: 'Font Awesome 6 Free'!important;
    font-weight: 900;
}

.far {
    font-family: 'Font Awesome 6 Free'!important;
    font-weight: 400;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
    background-color: #f7f7f7;
    border-radius: 100%;
    width: 70px;
    height: 70px;
}


 header.nav-homepage-style {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

.hero{
    background-image:
    linear-gradient(to left, rgb(245 246 252 / 8%), rgb(255 255 255 / 68%)), url(https://monikarusch.com/blog/wp-content/uploads/2024/03/hiveboxx-FwdWO5yEo5s-unsplash.jpg);
    height: 550px;
    background-position:top;/* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.edgtf-header-standard .edgtf-page-header .edgtf-logo-wrapper a{
    height:auto!important;
}

.edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner{
    padding-top:0;
}

.edgtf-logo-wrapper a img.edgtf-normal-logo{
    opacity: 1;
    width: 260px;
    height: auto;
}

.footer-logo {
    opacity: 1;
    width: 250px;
    height: auto;
}

.seal{
    transform: rotate(-9deg);
    max-width:130px;
}

.ud-btn {
    border-radius: 12px;
    display: inline-block;
    font-family: var(--title-font-family);
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0em;
    padding: 13px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    transition: all 0.4s ease;
}


.btn-transparent {
    border: 1px solid #2d4445 !important;
    color: #2d4445 !important;
    margin-right:20px;
}

.btn-dark {
     background-color: #2d4445 !important;
    border: 1px solid #2d4445;
    color: #ffffff;
}

.btn-dark:hover {
    color: #2d4445;
}

.contact-section{
    height:250px;
    display:flex;
    align-items: center;
}

body > div.edgtf-wrapper > div.edgtf-wrapper-inner > div > div > div.edgtf-container.edgtf-default-page-template > div > div > div > section > div.vc_row.wpb_row.vc_row-fluid.contact-section.vc_custom_1710261193456.vc_row-has-fill > div > div{
    padding-top:0;
}

.edgtf-title{
    display:none;
}

body > div.edgtf-wrapper > div.edgtf-wrapper-inner > div > div > div.edgtf-container.edgtf-default-page-template > div > div > div > p{
    display:none;
}

.edgtf-page-footer{
    /* display:none; */
    background-color: #2d4445;
}

.edgtf-page-footer .edgtf-footer-top-holder{
    background-color: #2d4445;
}

.edgtf-page-footer .edgtf-footer-bottom-holder{
    background-color: #2d4445;
}

.edgtf-page-footer a, .edgtf-page-footer p{
    color:#FFF;
    font-size: 14px;
}

footer .widget a {
    color: #FFF;
}

.edgtf-page-footer a:hover{
    color:#FFF;
    text-decoration:underline;
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner .edgtf-grid-col-6:first-child {
    text-align: center;
    width:100%!important;
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner .edgtf-grid-col-6:last-child{
    display: none;
}

.edgtf-page-footer .edgtf-footer-bottom-holder .edgtf-footer-bottom-inner{
    border-top:0;
}

.vc_custom_1710357553555{
    border-top:1px solid rgba(255, 255, 255, 0.1);
}

.cta-title{
    margin:0;
    font-size:30px;
    font-weight:600;
    color:#181a20;
    letter-spacing: 1px;
}

ul {
  list-style-type: none;
}

body > div.edgtf-wrapper > div.edgtf-wrapper-inner > div > div > div.edgtf-container.edgtf-default-page-template > div > div > div > section > div.vc_row.wpb_row.vc_row-fluid.contact-section.vc_custom_1710346474647.vc_row-has-fill > div > div{
    padding-top:0;
}

.ud-btn:before, .btn-gray:before, .btn-dark:before, .btn-thm:before, .btn-thm2:before, .btn-thm3:before, .btn-thm-border:before, .btn-white:before, .btn-light-gray:before, .btn-transparent:before, .btn-transparent2:before {
    background-color: #ee4c34;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    transform: skew(50deg);
    transition: width 0.6s;
    transform-origin: top left;
}

.ud-btn:hover:before, .btn-gray:hover:before, .btn-dark:hover:before, .btn-thm:hover:before, .btn-thm2:hover:before, .btn-thm3:hover:before, .btn-thm-border:hover:before, .btn-white:hover:before, .btn-light-gray:hover:before, .btn-transparent:hover:before, .btn-transparent2:hover:before {
    height: 100%;
    width: 200%;
}

.form-container{
    border: 1px solid #dddddd;
    border-radius:12px;
    padding:30px 30px 0;
}

.wpcf7 br{
    display:none;
}

.form-container .vc_column-inner{
    padding:0;
}

input.wpcf7-form-control.wpcf7-submit{
    border-radius: 12px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    font-style: normal;
    letter-spacing: 0em;
    padding: 13px 30px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    transition: all 0.4s ease;
    background-color: #2d4445 !important;
    border: 1px solid #2d4445 !important;
    width:100%;
    height:50px;
    margin-top: 13px;
}

.wpcf7-form-control.wpcf7-text, 
.wpcf7-form-control.wpcf7-select {
    border-radius: 8px;
    border: 1px solid #dddddd;
    box-shadow: none;
    font-size: 14px;
    height: 55px;
    outline: none;
    padding-left: 15px;
	font-size: 17px;
}

.wpcf7 textarea,
.wpcf7-form-control-wrap textarea
{
	font-size: 17px!important;
}

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

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
}

.social-widget i{
    font-size: 1.6em !important;
    margin-right:1rem !important
}

.edgtf-main-menu>ul>li>a>span.item_outer .item_text:after{
    display:none;
}

.edgtf-main-menu>ul>li>a>span.item_outer .item_text{
	color:#2d4445 !important;
	font-weight:600;
}

.edgtf-mobile-header .edgtf-mobile-header-inner{
	border-bottom:0;
}

.edgtf-mobile-header .edgtf-mobile-header-inner .edgtf-mobile-header-holder{
	height:101px;
}

.edgtf-mobile-header .edgtf-mobile-menu-opener a .edgtf-mobile-menu-text{
	display:none;
}

.edgtf-top-bar .class_css_social_icons_footer{
	font-size: 20px !important;
	margin-left:20px;
	
}

.class_css_telf_subheader {

    font-weight: bold !important;
    font-size: 15px !important;
}

.class_social_subheader_icons {
	margin-bottom:-5px;
}

class_social_subheader_icons a:hover{
	color:#FFF!important;
}

#mc_embed_signup .helper_text{
	background-color: rgb(255 255 255 / 0%);
	   color: #fff;
}

#mc_embed_signup form{
	margin:0!important;
}

#mc_embed_signup input{
	border:0!important;
}

#mc_embed_signup input:focus {
    color: #fff;
}
textarea:focus, input:focus{ border: none; }


#mc_embed_signup .mc-field-group input{
	background-color: rgba(255, 255, 255, 0.04)!important;
	width:100%!important;
	padding:0!important;
	border-radius:12px!important;
	text-indent: 20px!important;
}

#mc_embed_signup .button {
    border: 0 !important;
    background-color: rgba(255, 255, 255, 0.04) !important;
    color: #fff!important;
    padding: 0px!important;
    width: 300px!important;
	height:60px!important;
    line-height: 30px!important;
}

#mc_embed_signup .button:hover {
    background-color: #FFF!important;
    color: #2d4445 !important;
}

#mc_embed_signup div.mce_inline_error{
	background-color:transparent!important;
	margin:0!important;
}

#mc_embed_signup .mc-field-group .email, #mc_embed_signup .mc-field-group .text{
	height:50px!important;
}

#mc_embed_signup ul{
	display:flex!important;
}

#mc_embed_signup li{
	display:flex!important;
	margin-right: 30px!important;
	color:#FFF;
}

::selection {
    background: #B4D7FF;
    color:#000;
}



.blog .edgtf-container, .category .edgtf-container{
    background-color:#f7f7f7;
}

.blog .edgtf-grid-col-pull-8, .category .edgtf-grid-col-pull-8{
    width:100%!important;
    right:0!important;
}

.blog .edgtf-grid-col-push-4, .category .edgtf-grid-col-push-4{
    width:100%!important;
    left: 0!important;
}

aside.edgtf-sidebar {
    position: relative;
    z-index: 11;
    margin: 30px 0 0;
    display: flex;
    flex-direction: row;
}

.edgtf-blog-holder.edgtf-blog-masonry article.edgtf-post-has-media .edgtf-post-heading{
    margin:0;
}

.blog .edgtf-grid-row, .category .edgtf-grid-row{
    display: flex;
    flex-direction: column-reverse;
}

.edgtf-page-footer .edgtf-grid-row{
    display: flex;
    flex-direction: row;
}

.blog .edgtf-post-content, .category .edgtf-post-content{
    background-color: #ffffff;
    border-radius: 12px;
    -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.blog .edgtf-post-content:hover img, .category .edgtf-post-content:hover img{
    transform: scale(1.1) rotate(-1deg);
}

.blog .edgtf-post-content img, .category .edgtf-post-content img{
    transform: scale(1);
    transition: all 0.4s ease;
    object-fit: cover !important;
    aspect-ratio: 16/8;
}

.edgtf-blog-holder.edgtf-blog-masonry article .edgtf-post-title{
    margin:0;
}

.edgtf-blog-holder article .edgtf-post-image{
    overflow:hidden;
}

.blog .edgtf-post-text, .category .edgtf-post-text{
    padding:30px;
}

.edgtf-post-info-top{
    display:none;
}

.blog .edgtf-post-text h3, .category .edgtf-post-text h3{
    font-size:20px;
    font-weight: 600;
    line-height: 1.5;
}

.blog .edgtf-post-text p, .category .edgtf-post-text p{
    font-size:16px;
    line-height: 1.85;

}

@media ( min-width: 1024px)
{
	body.home.blog .edgtf-post-text p	
	{	
		height: 55px;
		overflow: hidden;
	}
}


.wp-block-categories-list{
    display: flex;
}

.cat-item {
    background-color: #ffffff;
    border-radius: 60px;
    border: none;
    -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    cursor: pointer;
    color:#181a20;
    font-weight: 400;
    letter-spacing: 0em;
    padding: 7px 20px;
    border: 1px solid #dddddd;
    margin-right: 0.5rem!important;
}

.widget ul li:last-child{
    margin: 0 0 10px;
}

.edgtf-blog-holder article .edgtf-post-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.edgtf-blog-single-standard h4{
    font-size:17px;
    color:#181a20;
    font-weight: 600;
    line-height: 1.5;
}

.single-post .edgtf-post-text{
    max-width: 800px;
    padding:30px;
    -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    border-radius: 12px;
}

.single-post h3
{
	 font-size: 22px;
}

.single-post h2{
    font-size: 24px;
    color: #181a20;
    font-weight: 600;
    line-height: 1.5;
}
.single-post p,
.single-post ol li,
.single-post ul li 
{
	font-size:18px!important;
	line-height: 1.5!important;
	margin-bottom: 18px!important;
	
}




.single-post .edgtf-post-text p a{
    text-decoration: underline;
}

.edgtf-blog-holder.edgtf-blog-single.edgtf-blog-single-standard article .edgtf-post-title{
    font-size:30px;
    margin-bottom:30px
}

.edgtf-blog-holder.edgtf-blog-single.edgtf-blog-single-standard article .edgtf-post-info-bottom{
    display:none;
}

.edgtf-blog-holder.edgtf-blog-single.edgtf-blog-single-standard article{
    border:0;
}

.edgtf-blog-single img{
    width:1000px;
    border-radius: 12px;
	/*
    aspect-ratio: 16/9;
    object-fit: cover !important;
	*/
}


.edgtf-blog-single video {
    border-radius: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}



body.lnd p,
body.lnd li,
body.lnd-ca p,
body.lnd-ca li,
body.lnd-en p,
body.lnd-en li

{
	font-size:18px;
	line-height: 1.3;
	margin-bottom: 18px;
}

body.lnd .entry-date,
body.lnd-ca .entry-date,
body.lnd-en .entry-date
{
	display:none;
}

body.lnd .edgtf-post-content,
body.lnd-ca .edgtf-post-content,
body.lnd-en .edgtf-post-content
{
	margin-top:0px!important;
	padding-top:0px!important;
}
	body.lnd .edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner {
    padding-top: 0px;
}

body.lnd.single-post h3, body.lnd.single-post h2 {
    font-size: 23px;
}
body.lnd.single-post h3 {
    font-size: 20px;
}


body.lnd .edgtf-post-content form 
{
	padding: 50px 0px;
}

/*
body.lnd .edgtf-post-heading
{
	//display: none!important;
}
*/
body.lnd .edgtf-post-heading,
body.lnd-ca .edgtf-post-heading,
body.lnd-en .edgtf-post-heading

{
	height: 200px;
}
body.lnd .edgtf-post-heading img,
body.lnd-ca .edgtf-post-heading img, 
body.lnd-en .edgtf-post-heading img 
{
	object-fit: cover;
	width: 100%;
}

.wp-block-categories-list
{
	display: none!important;
}


@media ( min-width: 1025px)
{

.wpml-ls-flag
{
	    position: relative;
    top: 13px;	
}


	}


body.home article.category-lnd 
{
	
	display: none;
}

@media (max-width: 500px)
{

	.single-post .edgtf-mobile-logo-wrapper img 
	{
			position: relative;
		top: 17px;
		width: 200px;
		height: auto;
		right: -50px;
	}
	
	body.single-post .edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner 
	{
		margin-left: 10px; 
		margin-right: 10px;
	}
	
}