/* Laborator Custom CSS (MAIN) - migrated styles */
/* ===========================================================
Custom modification only for ARCHITECTURE Demo - START
=========================================================== */

/* Footer: Transparent Background */
footer.main-footer {
    background-color: transparent !important;
}

/* Fullscreen Menu: Dark Menu without Transparency */
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-dark {
	background-color: #222 !important;
}

/* Fields: Remove White Background */
.contact-form input,
.comment-form input {
	background-color: transparent;
}
/* ===========================================================
Custom modification only for ARCHITECTURE Demo - END
=========================================================== */

/* ===========================================================
User CSS modifications
=========================================================== */

/* Portfolio page withut a title: Filters in the right */
body.page-template-portfolio.page-template-portfolio-php .pt-column.pt-filters {
    width: 100%;
}

/* Narrow blog post image */
@media screen and (max-width: 991px) {
    .blog-content-holder {
        width: 100%;
    }
}

@media screen and (min-width: 991px) {
    .blog-content-holder {
        width: 70%;
    }


/* Laborator Custom CSS (LG) - migrated styles */
@media screen and (min-width: 1200px) {
	.contact-address.vc_column_container>.vc_column-inner {
		padding-left: 15px !important;
	}
	
	.contact-contactus.vc_column_container>.vc_column-inner {
		padding-right: 15px !important;	
	}
}


/* Laborator Custom CSS (MD) - migrated styles */
@media screen and (min-width: 992px) {
	.contact-address.vc_column_container>.vc_column-inner {
		padding-left: 0px !important;
	}
	
	.contact-contactus.vc_column_container>.vc_column-inner {
		padding-right: 0px !important;	
	}
}


/* Laborator Custom CSS (SM) - migrated styles */
@media screen and (min-width: 768px) {
	.contact-address.vc_column_container>.vc_column-inner {
		padding-left: 0px !important;
	}
	
	.contact-contactus.vc_column_container>.vc_column-inner {
		padding-right: 0px !important;	
	}
}