
.elementor-sticky--effects {
    background: #fff;

}
.custom-loop-post {
    height: 422px;
}
span.wpcf7-form-control-wrap.recaptcha {
    display:none;
}
.icons-home .elementor-icon svg {
    filter: drop-shadow(0px 4px 4px rgb(0 0 0 / 0.4));
}
.recapcha-div .wpcf7-form-control-wrap .g-recaptcha >div {
    margin: auto;
}
.single-blog-content h2.wp-block-heading {padding: 10px 0;}

header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
header.sticky-header {
	z-index: 9999;
	--header-height: 80px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

ul.single-post-categories {
    display: flex;
    list-style-type: none;
    justify-content: center;
    align-items: center;
	padding: 0;
}
ul.single-post-categories::-webkit-scrollbar {
    width: 0; 
}
.single-post-categories li a {
    border: 1px solid #2F3437;
    padding: 5px 25px;
    margin-right: 10px;
    transition: 0.2s all;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 300;
    color: #69727d;
    border-radius: 5px;
}
.single-post-categories li a:hover {
    background: #2F3437;
    color: #fff !important;
}
ul.single-post-categories li {
    white-space: nowrap;
	padding: 15px 0;
}

.single-post-tag-style .elementor-heading-title a {
    border: 1px solid #2F3437;
    padding: 5px 25px;
	    margin-right: 10px;
    transition: .5s all
}
.single-post-tag-style .elementor-heading-title a:hover {
    background: #2F3437;
    color: #fff !important;
}
.page-id-515 .elementor-sticky--effects .logo{
    display:block;
}

.custom-post .elementor-post__text {
    position: absolute;
    bottom:35px;
    left:22px;
}
.custom-post article{
    position:relative;
}
nav.elementor-pagination .page-numbers:hover {
    background-color: #2F3437;
    color: #fff !important;
}
nav.elementor-pagination .page-numbers {
    border: 1px solid #2F3437;
    padding: 6px 10.9px;
    border-radius: 4px;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #000 !important;
	transition: .5s all ease;
}
nav.elementor-pagination .page-numbers:nth-child(n+4){
    border: none;
}

nav.elementor-pagination .page-numbers.current {
	background-color: #2F3437;
	color: #fff !important;
}
.tnp form {
    display:flex;
    justify-content:center;
    align-items: center;
}
.tnp form label{
    display:none;
}
.tnp form input:not(.tnp form input.tnp-submit) {
    width:100% !important;
    max-width:100% !important;
    padding:16px !important;
    background: #fff !important;
	color: #2F3437 !important;
    font-size: 18px !important;
	border-radius: 5px !important;
	border: 1px solid #2F3437;
	font-family: 'Roboto';
    text-transform: uppercase;
}
.tnp {
    width:100% !important;
    max-width:100% !important;
}

.tnp-field.tnp-field-firstname,.tnp-field.tnp-field-email {
    width:65%;
    margin-right:20px;
    
}
.tnp-field.tnp-field-button{
    width:30%;
}
.tnp form input.tnp-submit {
    background: #fff !important;
    border: 1px solid #2F3437;
    border-radius: 5px !important;
    color: #2F3437;
    font-family: 'Roboto' , sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 12px 50px 12px 50px !important;
    text-transform: uppercase;
}
.tnp form input.tnp-submit:hover{
    background:#2F3437 !important;
    color:#fff;
}
.custom-post .elementor-post__thumbnail {
    border-radius: 20px;
}

.custom-post .elementor-post__thumbnail:after{
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out;
    visibility: visible;
    width: 100%;
    background-image:linear-gradient(0deg, #000 14.34%, rgba(60, 60, 60, 0.00) 43.86%);
}
.related article {
    display:flex !important;
    flex-wrap:wrap !important;
    flex-direction: row !important;
    justify-content:center !important;
    align-content:center !important;
}

.related .elementor-post__thumbnail__link{
    flex: 0 0 20% !important;
}
.related .elementor-post__text {
    flex: 0 0 76% !important;
    margin-left: 4%;
}

.contact input{
    border-radius: 5px;
    border: 1px solid #000;
    background: #fff;
    padding:16px 20px 16px 20px;
    color:#000 !important;
   font-family: 'Roboto';
		height: 55px;

}
.contact textarea{
    border-radius: 5px;
    border: 1px solid #000;
    background: #fff;
    padding: 16px 20px 16px 20px;
    margin-bottom:-15px;
    resize:none;
    height:127px;
    width:577px !important;
    color:#000 !important;
	   font-family: 'Roboto';
}
.contact label{
  color: #000000;
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 300;
    line-height: 40px !important;
    letter-spacing: 0.387px;
    
}
.contact input.wpcf7-submit{
	color: #000 !important;
	text-align: center;
	font-family: Roboto;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;

	height: 55px;
	    margin: auto;
    display: block;
}
.contact input.wpcf7-submit:hover,.contact input.wpcf7-submit:focus{
    background: #000;
    color: #fff !important;
}
.contact input::placeholder,
.contact textarea::placeholder{
    color: #000;
	font-family: "Roboto", Sans-serif !important; 
	font-size: 14px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: 0.055px;
}
.related .elementor-post__text {
    display:flex !important;
    justify-content:center !important;
}
	.col-flex {
    display: flex;
    flex-direction: row;
    column-gap: 22px;
	margin-bottom: 12px;
}


.col-flex p:nth-of-type(1) input {
    width: 225px ;
}

.col-flex p:nth-of-type(2) input {
    width: 331px ;
}
/* Above Mobile Not mobile */
@media only screen and (min-width: 768px) {


	.footer-iconslist ul li:nth-of-type(2) br {display: none;}
	/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {

	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);

}
	  nav.elementor-pagination {position: relative;}

  .page-numbers.next {
		   border: 1px solid #2F3437  !important;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 10px !important;
    margin-top: -6px;
}

  .page-numbers.prev {
		   border: 1px solid #2F3437  !important;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 10px !important;
    margin-top: -6px;
}
}
@media(max-width:1024px){
	ul.single-post-categories {
		 justify-content: start;
		   overflow-x: auto;
	}
	.contact input {
    width: 100% !important;
}
.contact textarea {
    width: 400px !important;
}
}
@media(max-width:880px){
	.col-flex{
		display:block
	}
		ul.single-post-categories {
		 justify-content: start;
		   overflow-x: auto;
	}
	.custom-post .elementor-post__text {
    position: absolute;
    bottom: 30px;
    left: 20px;
}
	.tnp form input.tnp-submit {
    font-weight: 500;
    padding: 12px 18px !important;
    font-size: 20px !important;
}
.tnp form input:not(.tnp form input.tnp-submit) {
    
    font-size: 20px !important;
}	
.main-header .elementor-container {
    display:flex;
}
.main-header .menu{
    order:1;
}	
.contact textarea {
    width: 100% !important;
}	
	.contact input.wpcf7-submit {
    width: 73% !important;
    font-size: 18px !important;
}
.related .elementor-post__thumbnail__link {
    flex: 0 0 45% !important;
}	
.related .elementor-post__text {
    flex: 0 0 50% !important;
    margin-left: 4%;
}	
}
@media(max-width:767px){
		ul.single-post-categories {
		 justify-content: start;
		   overflow-x: auto;
	}
	.single-post-tag-style .elementor-heading-title a {
    display: block;
    margin-top: 15px;
}
	.tnp form {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.tnp-field.tnp-field-firstname, .tnp-field.tnp-field-email {
    width: 100%;
    margin-right: 0px;
}	
.tnp-field.tnp-field-button {
        width: 50%;
    margin: auto;
}	
.related .elementor-post__thumbnail__link {
    flex: 0 0 100% !important;
}	
.related article {
    justify-content: flex-start !important;
   
}	
	nav.elementor-pagination .page-numbers {
    font-size: 14px;
    padding: 5px 10px;
}
	nav.elementor-pagination .page-numbers{
		    border: 1px solid #2F3437 !important;
	}
}

/* Hover dropdown */
/* Hide submenus by default */
.elementor-nav-menu--dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

/* Show submenu on hover */
.elementor-nav-menu--dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.elementor-nav-menu--dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.elementor-nav-menu > li:hover > .elementor-nav-menu--dropdown {
    display: block;
}
.elementor-511 .elementor-element.elementor-element-7f59618 
.elementor-nav-menu--dropdown .elementor-item,
.elementor-511 .elementor-element.elementor-element-7f59618 
.elementor-nav-menu--dropdown .elementor-sub-item {
    white-space: normal !important;
    word-break: break-word !important;
	overflow-wrap: break-word;align-content
}
