/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable &amp; beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL &amp; Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.6.13.1714629247
Updated: 2024-05-02 07:54:07

*/

footer .ast-builder-footer-grid-columns {
    grid-column-gap: 00px !important;
}

/* single detail page */
.masonry-column {
  padding: 0 1px;
}

.simg_list{
    margin-bottom: 15px;
}

.simg_list img{
    width: 100%;
}


/* end detail page */

.fa-angle-left:before,
.fa-angle-right:before { 
    font-size: 35px;
}


/* slider code */
.cpostlist .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.cpostlist  .owl-nav button.owl-prev {
  left: 0;
}
.cpostlist  .owl-nav button.owl-next {
  right: 0;
}

.cpostlist  .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.cpostlist  .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.cpostlist  .owl-dots button.owl-dot.active {
  background-color: #000;
}
.cpostlist  .owl-dots button.owl-dot:focus {
  outline: none;
}
.cpostlist  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.cpostlist span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.cpostlist  .owl-nav button:focus {
    outline: none;
}

/* end slider code */

.cpostilist {
    margin-bottom: 80px;
}
.cpermalink{
    margin-top: 20px;
    font-family: Greycliff CF Demo bold,Helvetica,Arial,sans-serif !important;
}
.cpermalink a{
    text-decoration: underline;
    background: #000 !important;
    color: #fff !important;
    padding: 10px 30px 10px 30px;
    font-size: 16px;   
}
.website_title{
    font-size: 40px;
    font-family: 'Greycliff CF Light';
    color: #000000;
    text-decoration: none;
	font-weight:300;
	line-height:59px;
}

.frm_form_fields .frm_primary_label{
    display: none !important;
}

.custbg-box {
    background: #fff;
    margin-top: 30px;
}

#pum_popup_title_945{
    font-size: 20px !important;
    font-family: Greycliff CF Demo bold,Helvetica,Arial,sans-serif !important;
    margin-bottom: 20px;
}
.popmake-content p a{
    color: #000;
    font-weight: bold;    
}
.popmake-content p {
    margin-bottom: 25px !important;
}
.ast-plain-container.ast-no-sidebar .entry-content > .alignfull, .ast-page-builder-template .ast-no-sidebar .entry-content > .alignfull {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    width: auto !important;
}
.singlepdate{
    font-family: Greycliff CF Demo bold,Helvetica,Arial,sans-serif !important;
    font-size: 20px;
}
.singleptitle h2{
    font-size: 30px;
    font-family: Greycliff CF Demo bold,Helvetica,Arial,sans-serif !important;
}
footer {
    display: block !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    max-width: 1320px;
}

.site-footer-primary-section-1 {
    background: rgb(255,255,255,0.9);
    padding: 10px;
}

.activeline{
    text-decoration: underline !important;
}
.site-footer-primary-section-1 p,.site-footer-primary-section-1 a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Greycliff CF Light';
	line-height:36px;
}

.menu-box-main {
    background-color: #fff;
	width:400px;
}
.postcontent h2{
	
}
.page-id-8 .menu-box-main {
    background-color: #ffffffe0;
    position: absolute;
    top: 50px;
    width: 400px;
}

.menu-box,
.drop-down-links {
    display: none;
}

body {
    background-color: #ccc;
}

p {
    font-family: 'Greycliff CF Light';
}

/* masonary layout */
.arch-slider {
    margin: 0;
    padding: 30px 0;
    background: #e8e8e8
}


.arc-images {
    position: relative
}

.arc-images:before {
    content: " ";
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 1
}

a.arc-link:hover .arc-images:before {
    background: rgba(8,8,8,.75);
    background: rgba(51,51,51,0.6) !important
}

.architecturalmillwork-lyt .slick-lightbox-close {
    color: rgba(0,110,158,1) !important;
    font-size: 26px !important;
    width: 38px !important;
    HEIGHT: 44px !important;
    margin-top: 30px;
    margin-right: 80px;
    right: 0 !important;
    top: 2px !important
}

.architecturalmillwork-lyt .slick-lightbox-close:before {
    font-family: progallery-svg-font-icons !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    content: "\F10A" !important;
    font-size: inherit;
    color: rgba(0,0,0,1) !important
}

.arch-slider .slick-arrow {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    margin-top: -55px;
    z-index: 111;
    padding: 20px 38.5px;
    cursor: pointer
}

.arch-slider .slick-arrow.next {
    right: 0
}

.arch-slider .slick-arrow svg {
    -webkit-filter: drop-shadow(0 1px .15px #b2b2b2);
    filter: drop-shadow(0 1px .15px #b2b2b2);
    display: inline-block
}

.slideshow-arrow {
    fill: #e8e8e8
}

.arch-slider {
    margin: 0;
    padding: 30px 0;
    background: #e8e8e8
}

.arc-images {
    position: relative
}

.arc-images:before {
    content: " ";
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 1
}

a.arc-link:hover .arc-images:before {
    background: rgba(8,8,8,.75);
    background: rgba(51,51,51,0.6) !important
}


.architecturalmillwork-lyt .slick-lightbox-inner {
    background-color: rgba(232,232,232,1) !important;
    z-index: 1111
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow {
    z-index: 111;
    width: 100px;
    height: 100px;
    background-image: url(//cdn2.hubspot.net/hubfs/4795157/Idxcorporation_December2018/Images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px;
    margin-top: -50px
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-arrow:before {
    display: none
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-prev {
    left: 0
}

.architecturalmillwork-lyt .slick-lightbox-inner .slick-next {
    right: 0;
    transform: rotate(180deg)
}

.architecturalmillwork-lyt .slick-lightbox-close {
    color: rgba(0,110,158,1) !important;
    font-size: 26px !important;
    width: 38px !important;
    HEIGHT: 44px !important;
    margin-top: 30px;
    margin-right: 80px;
    right: 0 !important;
    top: 2px !important
}

.architecturalmillwork-lyt .slick-lightbox-close:before {
    font-family: progallery-svg-font-icons !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1 !important;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    content: "\F10A" !important;
    font-size: inherit;
    color: rgba(0,0,0,1) !important
}

/* end masonary */

/* Menu css */
.cust_menulist a{
    font-size: 30px;
    text-decoration: none;
    color: #000000;
    font-family: 'Greycliff CF Heavy';
	line-height:36px;
}
.cust_menulist{
    padding-top: 20px;
    padding-bottom: 20px;
}

.cust-klink{
    border-bottom: 6px solid #000;
}

.cust-klink a{
    font-size: 30px;
    color: #000 !important;
    font-family: 'Greycliff CF Light';
    text-decoration: none !important;
	font-weight:300;
	line-height:32px;
}
.cust-aplink a{
    font-size: 30px;
    color: #000 !important;
    font-family: 'Greycliff CF Heavy';    
}

.menu-link {
    cursor: pointer;
    line-height: 1.3;
}
.page-id-8 .menu-wrapper {
	border: 2pt solid #000;
}
/* .page-id-8 .bar1,
.page-id-8 .bar3 {
    width: 17px;    
	margin: 4px auto;
} */
.menu-wrapper {
    width: 38px;
    height: 38px;
    border: 2pt solid #000;
    border-radius: 50px;
    cursor: pointer;
	padding: 2px;
}
.bar1{
	    position: relative;
    top: 5px;
}
.bar3 {
	    position: relative;
    top: 5px;
}
	.bar1, .bar3 {
 width: 16px;
    height: 2px;
    background-color: #333;
    margin: 3px auto;
    transition: 0.4s;
}

.invis {
  width: 35px;
    height: 1px;
    margin: 0px 0;
}


.change .bar1 {
        transform: rotate(-45deg) translate(-3px, 3px);
}

.change .bar3 {
            transform: rotate(45deg) translate(-3px, -3px);
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 20px;
    height: 2px;
}

.hamburger-menu {
    position: relative;
    background: #000;
    transition: all 0ms 300ms;
}

.hamburger-menu.animate {
    background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    background: #000;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.page-id-8 .backtotop{
    display: none;
}

.backtotop{
    cursor: pointer;
}
.backtotop img{
	border-radius:100px;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    .menu-btn {
        border-bottom: 1px solid #000;
    }
	#primary {
    padding-right: 0px !important;
}
	.site-footer-primary-section-1 {
    background: rgb(255, 255, 255, 0.9);
    padding: 10px;
    width: 100% !important;
}
	.custbg-box {
    background: #fff;
    margin-top: 0px;
}
	    html {
        margin-top: 0px !important;
    }
	.footer-widget-area[data-section="section-fb-html-1"]{
		margin:0px !important;
	}
    .carousel-item img{
        height: 100vh;
        object-fit: cover;
    }
    .page-id-8  .menu-box-main {
        background-color: #fff;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
    }
    .footer-box {
        position: absolute;
        background-color: #fff;
        bottom: 0;
        width: 100%;
        left: 0px;
        text-align: center;
    }
}
.border-bottom{
    border-color: #000 !important;
}

.page-id-8 .site-footer{
    position: absolute;
    background-color: #fff;
    bottom: 35px;
    width: 100%;
}

.page-id-8 footer{
    background: transparent !important;
}
.text-box .carousel-control-prev{
	right:10px;
}
.text-box .carousel-control-next, .text-box .carousel-control-prev {
    position: absolute;
    top: auto !important;
    bottom: 0px !important;
    z-index: 1 !important;
    display: flex !important;
    align-items: center ! IMPORTANT;
    justify-content: center !important;
    width: 15% !important;
    padding: 0;
    color: #000 ! IMPORTANT;
    text-align: center !important;
    background: 0 0 !important;
    border: 0 !important;
    opacity: 10 !important;
    transition: opacity .15s ease !important;
    font-size: 24px !important;
}
.fa-angle-left:before, .fa-angle-right:before {
    font-size: 42px;
}
.text-box .carousel-control-prev {
    right: 55px;
    left: auto !important;
}
.banner-sec{
    height: 100vh;
    overflow: hidden;
}
.footer-box{
    position: absolute;
    background-color: #fff;
    bottom: 35px;
}
.footer-box a{
    color: #000;
    text-decoration: none;
}
/* Menu css end */


.allmenupost a{
	font-size: 20px;
	letter-spacing: 0.4px;
	color: #000000;
	line-height: 32px;
	text-decoration:none;
}
.allmenupost {
	padding-bottom: 1rem !important;
	padding-right: 1rem !important;
	padding-top: 0.5rem !important;
}
.border-top-black {
    border-top: 2px solid #000 !important;
	border-color:#000 !important;
}
.text-box{
            transition: all 0ms 300ms;
        }
.carousel-control-next, .carousel-control-prev{
	text-decoration:none;
}
.border-bottom-black{
	border-color:#000 !important;
	    border-bottom: 2px solid #000 !important;
}
.cust-aplink a {
    font-size: 30px;
    color: #000 !important;
    font-family: 'Greycliff CF Heavy';
    text-decoration: none;
}
.mainlinks i{
	display:none;
}
.drop-down-menu .wsmenu-submenu li{
	list-style:none !important;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px){
	.mainlinks i{
	display: block;
        float: right;
        position: relative;
        right: -20px;
        top: 4px;
}
	.drop-down-menu .active{
		text-decoration:underline;
	}
	.drop-down-menu .wsmenu-submenu li a:hover{
		text-decoration:underline;
	}
	.drop-down-menu .wsmenu-submenu li a{
		font-size:16pt;
		line-height:40px;
		font-weight:normal !important;
		        font-weight: lighter !important;
        font-family: 'Greycliff CF Light';
	}
	.mainlinks{
		display: inline-flex;
		align-items:center;
		justify-content:space-between;
	}
	.text-box h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.6px;
}
	.website_title {
    font-size: 34px;
    font-family: 'Greycliff CF Light';
    color: #000000;
    text-decoration: none;
}
	.menu-title, .menu-btn{
		border:none !important;
	}
	.menu-btn{
		margin-top:12px;
		        padding-left: 32px;
	}
	.site-footer-primary-section-1 {
    background: #ffffffc7;
    padding: 0;
}
	    .site-primary-footer-wrap[data-section="section-primary-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        display: block;
        margin-bottom: 0px !important;
    }
	    .site-primary-footer-wrap[data-section="section-primary-footer-builder"] {
        padding-top: 0px;
        padding-bottom: 0;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
	.page-id-8 .site-footer {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    width: 100%;
}
	.cust_menulist a {
    font-size: 24px;
    text-decoration: none;
    color: #000000;
    font-family: 'Greycliff CF Heavy';
    line-height: 60px;
}
	.text-box .carousel-control-next, .text-box .carousel-control-prev{
		    bottom: -65px !important;
	}
	.mobile-menu-border{
		border-bottom:2px solid #000;
	}
	.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: 0px !important;
    width: 100% !important;
    margin: auto !important;
    left: 0px !important;
    right: 0px !important;
    padding: 40px !important;
}

}

    .pum-container.pum-responsive.pum-responsive-medium {
        margin-left: 0px !important;
        width: 690px !important;
        margin: auto !important;
        left: 0px !important;
        right: 0px !important;
    }
.pum-theme-937 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 70px !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-color: rgba(255, 255, 255, 1.00) !important;
}
.pum-theme-937 .pum-title, .pum-theme-lightbox .pum-title {
    color: #000000 !important;
    text-align: left !important;
    text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23) !important;
    font-family: inherit !important;
    font-weight: 100 !important;
    font-size: 20px !important;
    line-height: 18px !important;
	font-weight:bold !important;
	padding-left:20px;
}
.pum-container .pum-content>:first-child {
    margin-top: 0 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000 !important;
    font-weight: 300 !important;
	padding-left:20px;
}
.frm_button_submit{
	background: #000 !important;
    border-color: #000 !important;
    border-radius: 0px !important;
	margin-top:20px !important;
}

.text-box h2{
	font-size:30px;
	line-height:36px;
	letter-spacing:0.6px;
}
.activepost{
	font-weight:bold !important;
	letter-spacing: 0.4px !important;
color: #000000 !important;
	text-decoration: underline !important;
}
my-slider{
  padding: 0 70px;
}
.slick-initialized .slick-slide{
  color: #FFF;
  height: 200px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 35px !important;
}
.slick-prev{
  left: 35px !important;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 36px !important;
}
.slick-slide img {
    display: block;
    object-fit: cover;
    height: 200px !important;
    width: 100% !important;
}
#exampleLightbox .modal-header{
	display:none;
}
#exampleLightbox .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0;
}

#exampleLightbox .carousel-item img{
	width:100%;
	object-fit: contain;
}
#exampleLightbox .carousel-control-next {
    right: -140px !important;
	opacity:10 !important;
}
#exampleLightbox .carousel-control-prev {
    left: -140px !important;
	opacity:10 !important;
}
#exampleLightbox .modal-content{
	border-radius:0px !important;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    background-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-left: 0px ! IMPORTANT;
}
.slick-slide.slick-active + .slick-slide{
	position:relative;
}
.slick-slide.slick-current::before, .slick-slide.slick-active::before{
	display:none;
}
.slick-slide.slick-active + .slick-slide::before{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background:#000;
	opacity: 0.5;
}
@media (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1640px !important;
    }
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
		max-width: 1640px;
	}
}

.modelinfo{
    position: absolute;
    bottom: 40px;
    right: 0px;
    background: #fff;
    width: 398px;
    text-align: right;
	background: #FFFFFF 0% 0% no-repeat padding-box;
opacity: 0.9;
	    padding: 20px;
}
.modelinfo h3{
	text-align: right;
	font-weight:900;
letter-spacing: 0.6px;
color: #000000;
	font-size:30px;
	line-height:24px;
}
.modelinfo p{
	text-align: right;
letter-spacing: 0.32px;
color: #000000;
	font-size:16px;
	line-height:24px;
	font-weight:300;
	margin-bottom:0px;
}
p {
    font-family: 'Greycliff CF Light';
    line-height: 36px;
}
#primary {
    padding-right: 150px !important;
}
.slick-slider{
	margin-top:20px;
	margin-bottom:15px !important;
}
.d_none{
        display:none;
}
.cposttitle h2, .postcontent h2{
	letter-spacing: 0.6px !important;
color: #000000;
	font-size:30px !important;
	line-height:36px !important;
	font-weight:bold !important;
}
.cposdescription, .postcontent p{
	letter-spacing: 0.4px !important;
color: #000000;
	font-size:20px !important;
	line-height:36px !important;
	font-weight:300 !important;
    font-family: 'Greycliff CF Light';
}
.site-footer-primary-section-1 {
    background: rgb(255, 255, 255, 0.9);
    padding: 10px;
    width: 398px;
}

.backtotop i{
	/*width: 36px;
      height: 36px;
      background: #fff;
      border-radius: 50px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 35px;
      border: 2px solid #000; */
	margin-top:-3px;
}
.backtotop {
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    border: 2px solid #000;
    text-align: center;
    margin: auto;
}
.backtotop {
    cursor: pointer;
    text-align: center;
}
.masonry-grid{
	margin-top:100px !important;
	padding-right: 125px;
}
.masonry-column {
    padding: 0px 7.5px !important;
}
.pum-theme-2260 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
  position: absolute;
  height: 36px !important;
  width: 36px !important;
  left: auto;
  right: 25px !important;
  bottom: auto;
  top: -20px !important;
  padding: 0px;
  color: #000 !important;
  font-family: Arial;
  font-weight: 100;
  font-size: 36px !important;
  line-height: 24px;
  border: 2px solid #000 !important;
  border-radius: 26px;
  box-shadow: none;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: #fff !important;
}

.frm_form_field input{
	    border-color: #000 !important;
    border: 1px solid #000000;
    opacity: 1;
    color: #000000;
    border-radius: 0px !important;
    margin-bottom: 7px ! IMPORTANT;
}
.frm_form_field textarea{
	border-color: #000 !important;
    border: 1px solid #000000;
    opacity: 1;
    color: #000000;
    border-radius: 0px !important;
    margin-top: 20px ! IMPORTANT;
	margin-bottom:20px;
}
.frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0px !important;
}
.pum-theme-937 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    position: absolute;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -18px;
    padding: 0px;
    color: #000 !important;
    font-family: Arial;
    font-weight: 100;
    font-size: 20px !important;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: #fff !important;
}
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #efefef;
    border-color: #cccccc;
    color: #fff !important;
}
.btnbacktooverview {
    margin-top: 50px;
	margin-left: -7.5px;
}
.carousel-control-next-icon{
	background-image:url();
}
.sliderdescription p{
	font-size:16px;
	line-height:36px;
	letter-spacing: 0.32px;
	color: #000000;
	font-weight:300;
}
.cpostdate{
	font-size:20px;
	line-height:36px;
	letter-spacing: 0.4px;
color: #000000;
	font-weight:bold;
    font-family: Greycliff CF Demo bold,Helvetica,Arial,sans-serif !important;
}
#exampleLightbox .carousel-control-next-icon {
    background-image: url(https://philipp.format78-develop.de/wp-content/uploads/2024/05/arrow-right.png) !important;
}
#exampleLightbox .carousel-control-prev-icon {
    background-image: url(https://philipp.format78-develop.de/wp-content/uploads/2024/05/arrow-right.png) !important;
    transform: rotate(180deg);
}
.cposttitle{
	font-size:30px;
	line-height:36px
	letter-spacing: 0.6px;
	color: #000000;
	font-weight:bold;
    font-family: Greycliff CF Demo bold,Helvetica,Arial,sans-serif !important;
}
.cposttitle h2{
    font-family: Greycliff CF Demo bold,Helvetica,Arial,sans-serif !important;   
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1364px !important;
    }
}
.menu-box-main {
    width: 100%;
}
@media only screen and (min-device-width: 1700px) and (max-device-width: 5000px){
	   .custbg-box .col-lg-8 {
        flex: 0 0 auto;
        width: 74.666667%;
    }
	.custbg-box .col-lg-4 {
        flex: 0 0 auto;
        width: 25.333333%;
    }
}
.site-footer>.site-above-footer-wrap{
	display:none;
}
.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "\f105" !important;
    font-family: 'FontAwesome' !important;
    color: #000 !important;
}
	.slick-prev:before {
    content: "\f104" !important;
    color: #000 !important;
    font-family: 'FontAwesome' !important;
}
.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 28px !important;
    opacity: 1 !important;
    color: #fff !important;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    display: block;
    border-radius: 50px;
}
.cposttitle h2{
	margin-bottom: 5px;
}
.frm_form_field input::placeholder, .frm_form_field textarea::placeholder{
		color: #000000 !important;
	}
.home_showmobile{
	display:none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
	.home_showdesktop{
	display:none;
}
	.mobile_bottomborder{
		border-bottom:6px solid #000;
	}
	.sliderdescription p{
		margin-bottom:0px;
	}
	.home_showmobile{
		bottom:0px;
		        margin-top: 15px;
		background: #fff;
        text-align: center;
        border-bottom: 2px solid #000;
        border-top: 2px solid #000 !important;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
		position: relative;
	}
	.wp-block-uagb-container.uagb-block-51f74a4a{
		padding-bottom:25px!important;
	}
	.page-id-8 .home_showmobile{
		position: relative;
        bottom: 52px;
        background: #fff;
        text-align: center;
        border-bottom: 2px solid #000;
        border-top: 2px solid #000 !important;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 100;
}
	.home_showmobile a {
    font-size: 24px;
    color: #000 !important;
    font-family: 'Greycliff CF Light';
    text-decoration: none !important;
    font-weight: 300;
    line-height: 29px;
}
	footer{
       background: #fff;
}
	.site-footer>.site-above-footer-wrap{
	display:block;
}
	.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    top: auto !important;
    width: 20px;
    height: 20px;
    margin-top: -10px \9;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    bottom: -45px !important;
}
	.slick-prev {
    left: auto !important;
    right: 45px;
}
	.slick-prev:before {
    content: "\f104" !important;
    color: #000 !important;
    font-family: 'FontAwesome' !important;
}
	.slick-next {
    right: 5px !important;
}
	.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "\f105" !important;
    font-family: 'FontAwesome' !important;
    color: #000 !important;
}
	.showindesktop{
		display:none;
	}
	.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    background-color: transparent !important;
    background-image: none;
    min-height: auto !important;
    /* padding: 0px !important; */
    padding-bottom: 0px !important;
}
	.pum-theme-937 .pum-title, .pum-theme-lightbox .pum-title {
	padding-left:0px;
}
	.text-box{
		padding-left:10px;
		padding-right:10px;
	}
	.postcontent{
		padding-left:20px;
		padding-right:20px;
	}
	.btnbacktooverview {
    margin-top: 0;
    margin-left: -7.5px;
}
	.ast-separate-container #primary{
		        padding-bottom: 15px;
	}
	.site-footer .site-footer-section-1{
		margin-bottom:0px !important;
	}
	.cpermalink a {

    padding: 10px 15px 10px 15px;
}
	.singlepdate {
    font-family: Greycliff CF Demo bold, Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 20px;
}
	.foooterlinks .pum-trigger{
		display:none;
	}
	.site-footer .site-footer-section-2{
		display:none !important;
	}
	.wp-block-uagb-container.uagb-is-root-container.alignfull.uagb-block-2a2ad4d6 > .uagb-container-inner-blocks-wrap{
		margin-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
	}
.pum-container .pum-content>:first-child {
	padding-left:0px;
}
    #primary {
        padding-right: 0px !important;
    }
	.menu-box-main {
    background-color: #fff;
    width: 100%;
		padding-top:10px;
}
	.allmenupost {
    padding-bottom: 1rem !important;
    padding-right: 0rem !important;
    padding-top: 0.5rem !important;
}
	.bg-box .col-lg-4{
		padding:0px;
	}
	.cposttitle h2, .postcontent h2 {
    letter-spacing: 0.6px !important;
    color: #000000;
    font-size: 16pt !important;
    line-height: 27px !important;
    font-weight: bold !important;
		margin-bottom:0px;
}
	.cposdescription, .postcontent p {
    letter-spacing: 0.4px !important;
    color: #000000;
    font-size: 16pt !important;
    line-height: 27px !important;
    font-weight: 300 !important;
}
	.cpostdate{
	font-size:12pt;
	line-height:26px;
	letter-spacing: 0.4px;
color: #000000;
	font-weight:bold;
}
	.uagb-container-inner-blocks-wrap .wp-block-spacer{
		display:none;
	}
	.allmenupost a {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #000000;
    line-height: 40px;
    text-decoration: none;
}
	.cust-aplink a {
    font-size: 24px;
    color: #000 !important;
    font-family: 'Greycliff CF Heavy';
    text-decoration: none;
    line-height: 40px;
}
	.cpostlist{
		margin-top:15px;
		padding-left: 10px;
        padding-right: 10px;
	}
	.cpostlist .cpostilist{
		    margin-bottom: 45px;
	}
	.cpostlist .cpostilist:last-child {
  margin-bottom: 0px;
}
	p {
    font-family: 'Greycliff CF Light';
    line-height: 20px;
    font-size: 16px;
}
	.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: 0px !important;
    width: 100% !important;
    margin: auto !important;
    left: 0px !important;
    right: 0px !important;
    background-color: #DAD9D7 !important;
}
	.frm_form_field input, .frm_form_field textarea{
		background-color: #DAD9D7 !important;
	}
	.frm_form_field input::placeholder, .frm_form_field textarea::placeholder{
		color: #000000 !important;
	}
	.frm_form_field textarea {
    border-color: #000 !important;
    border: 1px solid #000000;
    opacity: 1;
    color: #000000;
    border-radius: 0px !important;
    margin-top: 7px ! IMPORTANT;
    margin-bottom: 7px;
}
	.frm_checkbox{
		margin-top:15px !important;
	}
	.frm_checkbox input{
		background-color:#fff !important;
	}
	.pum-container .pum-title {
    margin-bottom: 15px;
}
.modelinfo h3 {
    text-align: right;
    font-weight: 900;
    letter-spacing: 0.6px;
    color: #000000;
    font-size: 22px;
    line-height: 16px;
}
	.modelinfo p {
    text-align: right;
    letter-spacing: 0.32px;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    margin-bottom: 0px;
}
	.modelinfo{
		width:250px;
		bottom: 15px;
	}
	.masonry-grid {
    margin-top: 15px !important;
		padding-right:0px;
}
.m_none{
    display: none !important;
}
}