.home header#site-header {
    display: none;
}

.site-navigation {
    display: flex
;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.site-navigation ul.menu li a:hover {
    background: #1050B1;
    color: #fff;
}
.site-navigation ul.menu li a {
    display: block;
    background-color: #A3CCF7;
    transition-duration: 0.4s;
    animation-duration: 0.4s;
    border-color: #FFFFFF;
    border-radius: 40px 40px 40px 40px;
    margin: 0px 8px;
    color: #000;
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 12px 25px 12px 25px;
    line-height: 24px;
}
footer#site-footer {
    display: none;
}
body.elementor-page-555::before {
   content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #bbd7f0e6 100%);
                z-index: -1;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #A3CCF7;
    color: #000;
    border: 0px;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    line-height: 20px;
    padding: 12px 30px 12px 30px;
}

.wpcf7-form input {
    background: #A3CCF7;
    border: 0px;
    color: #000;
    font-family: "Raleway", Sans-serif;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 22px;
    padding: 12px 20px 12px 20px;
}

.wpcf7-form input::placeholder {
    color: #000;
}
.site-navigation-toggle-holder .site-navigation-toggle {
    padding: 20px;
    background: #A3CCF7;
    color: #000 !important;
}
.site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 20px;
    background: #a3ccf7;
    color: #000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843);
    font-family: "Raleway", Sans-serif;
}
.site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #fff;
    background: #1050B1;
}
section#comments {
    display: none;
}
.sharedaddy.sd-block {
    display: none;
}
.sharedaddy.sd-sharing-enabled {
    display: none;
}
@media only screen and (max-width: 1400px) {
			#site-header .site-branding.show-logo {
		width: 130px;
		position: relative;
	}
	
	.site-header .header-inner {
    max-width: 100%;
    padding: 0px 30px;
}
}
@media (min-width: 1200px) {
		#site-header .site-branding.show-logo 	{
		width: 130px;
		position: absolute;
		        margin-left: -50px;
	}
	  .page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
        max-width:1200px;
/* height: 130px; */
    }
	.single-post #content {
    padding-top: 100px;
    padding-bottom: 40px;
	}
}

@media (min-width: 1400px) {
	header#site-header {
    height: 160px;
}
    .page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main {
        max-width:1200px;
/* height: 130px; */
    }
	#site-header .site-branding.show-logo {
	width: 130px;
	position: absolute;
	margin-left: -100px;
}

    .site-footer.footer-full-width,.site-header.header-full-width {
        max-width: 100%
    }
}