/*
Theme Name: Kalium - Architecture Theme
Theme URI: https://laborator.co/themes/kalium/
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium — Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/
/* ===========================================================
Custom modification only for ARCHITECTURE Demo - START
=========================================================== */

/* General: Remove button box shadow when active */
.button:active {
	box-shadow: none;
}

/* General: Go to Top button */
.go-to-top {
	background-color: transparent;
}

/* General: Go to top color and animation */
.go-to-top i {
	color: #000000;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.go-to-top i:hover {
	transform: scale(1.15);
	-ms-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

/* General: Go to top icon */
.go-to-top i:before {
	content: "➝";
	font-size: 30px;
}

/* General: Go to top */
.go-to-top.visible {
	opacity: 1;
	-webkit-transform: rotate(-90deg) scale(1);
	transform: rotate(-90deg) scale(1);
}

/* General: Go to top hover */
.go-to-top.visible:hover {
	background-color: transparent;
}

/* Homepage: News remove post border */
.wpb_wrapper .lab-blog-posts .blog-post-entry {
	border: none;
}

/* Homepage: News add post spacing */
.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container {
	padding: 30px 20px;
}

/* Homepage: News add post spacing on left image layout */
.wpb_wrapper .lab-blog-posts.posts-layout-left .blog-post-entry .blog-post-content-container {
	padding: 20px;
}

/* Homepage: News title bottom margin and line height */
.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-content-container .blog-post-title {
	margin-bottom: 10px;
	line-height: 1.5;
}

/* Homepage: Welcome Spacing */
.homepage-welcome {
	padding: 50px 0 35px 0;
} 

/* Homepage: News Spacing */
.homepage-news {
	padding: 50px 0;
} 

/* Homepage: Services Spacing */
.homepage-service {
	padding: 50px 0;
} 

/* Homepage: Auto-Type element remove title margin */
.auto-type-element h1 {
	margin-top: 0px;
}

/* Homepage: Auto-Type element disable paragraphs */
.auto-type-element>p {
	display: none;
}

/* Homepage: Portfolio items remove title margin */
.wpb_wrapper .lab-portfolio-items .portfolio-title-holder {
	margin-bottom: 0px;
}

/* Portfolio Project Title Color */
.portfolio-holder .item-box .info h3 a {
	color: #000;
}

/* Menu: Hamburger Menu Color */
.toggle-bars.menu-skin-light .toggle-bars__bar-line, 
.toggle-bars.menu-skin-light .toggle-bars__bar-line {
	background-color: #000;
}

/* Menu: Hamburger Menu Width */
.toggle-bars .toggle-bars__bar-line , 
.toggle-bars .toggle-bars__bar-line {
	width: 30px;
	height: 1px;
	-webkit-transition: all ease .15s;
	transition: all ease .15s;
}

/* Menu: Hamburger menu top line */
.toggle-bars .toggle-bars__bar-line.toggle-bars__bar-line--top {
	top: 3px;
}

/* Menu: Hamburger menu bottom line */
.toggle-bars .toggle-bars__bar-line.toggle-bars__bar-line--bottom {
	top: 16px;
}

/* Menu: Hamburger menu top line on hover */
.toggle-bars:hover .toggle-bars__bar-line.toggle-bars__bar-line--bottom {
	top: 18px;
}

/* Menu: Hamburger menu bottom line on hover */
.toggle-bars:hover .toggle-bars__bar-line.toggle-bars__bar-line--top {
	top: 1px;
}

/* Menu: Hamburger menu remove middle line */
.toggle-bars .toggle-bars__bar-line.toggle-bars__bar-line--middle {
	height: 0px;
}

/* Menu: Hamburger menu bottom line on exit */
.toggle-bars.exit .toggle-bars__bar-line.toggle-bars__bar-line--top {
	top: 8px;
}

/* Menu: Hamburger menu top line on exit */
.toggle-bars.exit .toggle-bars__bar-line.toggle-bars__bar-line--bottom {
	top: 8px;
}

/* Menu: Hamburger menu top line on exit */
.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .right-part+.left-part,
.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .right-part,
.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .left-part {
	width: 100%;
}

/* Menu: Full screen menu type remove top border of the footer  */
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light .full-menu-footer .container {
	border-top: none;
}

/* Menu: Full screen menu type footer align on left  */
.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .right-part {
	float: none;
	text-align: left;
}

/* Menu: Full screen menu remove underline on hover */
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light nav div.menu>ul>li>a:after, 
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light nav ul.menu>li>a:after {
	display: none;
}

/* Menu: Full screen menu item color on hover and on current menu item */
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li a:hover,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current-menu-item a,
.main-header.menu-type-full-bg-menu .full-screen-menu nav ul li.current_page_item a {
	color: #BBB;
}

/* Menu: Full menu social networks bottom spacing */
.social-networks {
	display: flex;
	justify-content: center;
}
.social-networks a {
	margin-bottom: 0!important;
}

/* Menu: Full menu social networks cirlce size */
.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a {
	width: 30px;
	height: 30px;
}

/* Menu: Full menu social networks icon size */
.main-header.menu-type-full-bg-menu .full-screen-menu .full-menu-footer .social-networks li a i {
	font-size: 16px;
}

/* Mobile Menu: Submenu indicator */
.mobile-menu-wrapper .mobile-menu-container div.menu>ul li.menu-item-has-children>a:after, .mobile-menu-wrapper .mobile-menu-container ul.menu li.menu-item-has-children>a:after {
    font-size: 14px;
}

/* Mobile Menu: White overlay */
.main-header.menu-type-full-bg-menu .full-screen-menu.menu-skin-light.translucent-background,
.mobile-menu-wrapper.mobile-menu-fullscreen+.mobile-menu-overlay {
	background-color: rgba(255,255,255,.97) !important;
}

/* Mobile Menu: Link color */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu>ul>li>a, 
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu>li>a {
	color: #333 !important;
}

/* Mobile Menu: Link color */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu>ul>li ul>li>a, 
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu>li ul>li>a {
	 color: #898989 !important;
}

/* Mobile Menu: Search input text color */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input {
	color: #222;
}

/* Mobile Menu: Search input text color on focus */
.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .search-form input:focus+label {
	color: #222;
}

/* Projects: Item category on hover color */
.portfolio-holder .thumb .hover-state .info p a:hover {
	color: #898989;
}

/* Projects:  Show more button */
.show-more .reveal-button {
	border: none;
	margin: 0px;
    min-width: 0;
}

/* Projects:  Show more button color */
.show-more .reveal-button a {
	color: #000;
	padding: 0px;	
}

/* Projects:  Show more button align left */
.show-more {
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
}

/* Projects:  Show more button */
.lab-portfolio-items .show-more {
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
}

/* Projects:  Portfolio title */
.portfolio-title-holder h1 {
	margin-bottom: 20px;
}

/* Projects:  Next-Prev Navigation Arrows */
.portfolio-navigation .flaticon-arrow413:before,
.portfolio-big-navigation .flaticon-arrow413:before {
	content: "➝";
}

/* Projects:  Next-Prev Navigation Arrows */
.portfolio-big-navigation .flaticon-arrow427:before {
	content: "➝";
}

/* Projects:  Next-Prev Navigation Arrows transform */
.single-portfolio-holder .portfolio-big-navigation i.flaticon-arrow427 {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

/* Projects:  Next-Prev Navigation Arrows transform */
.single-portfolio-holder .portfolio-big-navigation .next i {
	-webkit-transform: none;
	transform: none;
}

/* Projects:  Next-Prev Navigation Arrows rotate previous arrow */
.post-navigation--next .post-navigation--arrow,
.slick-prev {
    padding-left: 20px;
    padding-right: 0px;
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
}

/* Carousel Portflio Arrows: Modification */
.single-portfolio-holder.portfolio-type-3 i {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-prev {
    left: 200px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.single-portfolio-holder.portfolio-type-3 .gallery-slider .slick-next {
    right: 200px;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Carousel Portflio Arrows: Left Arrow */
.single-portfolio-holder.portfolio-type-3 .slick-prev i:before {
    content: "➝";
}

/* Carousel Portflio Arrows: Right Arrow */
.single-portfolio-holder.portfolio-type-3 .slick-next i:before {
    content: "➝";
}

/* Projects: Title Spacing */
.projects-page.lab-portfolio-items .portfolio-title-holder {
	padding: 25px 0px 35px 0px;
	margin-bottom: 0px;
}

/* Single Project: Checklist top margin */
.single-portfolio-holder .details .services .checklist-entry {
	margin-top: 0;
}

/* Single Project: Launch project link color */
.project-link-1 a {
	color: #000;
}

/* Single Project: Launch project link color on hover */
.single-portfolio-holder .details .link a:hover {
	color: #000;
}

/* Single Project: Launch project button icon */
.single-portfolio-holder .details .link .project-multiple-links:after {
	content: "➝";
}

/* Single Project: Social networks size */
.single-portfolio-holder .social-links-rounded .social-share-icon {
	width: 38px;
	height: 38px;
}

/* Studio: Services Spacing */
.services-row {
	padding: 50px 0;
} 

/* Studio: Awards and Press Spacing */
.studio-awards,
.studio-press {
	padding: 50px 0;
}

/* Studio: Team member Row Spacing */
.team-member {
	margin-bottom: 35px;
}

/* Studio: Team members Row Spacing */
.members {
	padding-top: 50px;
}

/* News: Page title display on two halfs */
.page-heading--title-section {
	display: flex;
	flex-flow: row;
	padding-top: 25px;
	padding-bottom: 10px;
}

/* News: Page title half page width */
.blog .page-heading--title {
	width: 50%;
}

/* News: Page description half page width */
.blog .page-heading--description {
	width: 50%;
}

/* Single Post: Comments remove top border */
.single-post .post-comments {
	margin-top: -1px;
}

/* News: Post image width */
.blog-posts .post-item.columned .post-thumbnail {
	min-width: 500px;
	max-width: 500px;
}

/* News: Remove top margin on title */
.blog .page-heading {
	margin-top: 0;
}

/* News: Post image right margin */
.blog-posts .post-item.columned .post-thumbnail {
	margin-right: 70px;
}

/* News: Image hover effect overlay */
.wpb_wrapper .lab-blog-posts .blog-post-entry .blog-post-image a .hover-display.no-opacity,
.blog-posts .post-item .post-thumbnail .post-hover.post-hover--no-opacity {
	background-color: rgba(255,255,255,0.75);
}

/* Single Post: Navigate through posts link color */
.post-navigation a i, .post-navigation a strong {
	color: #000;
}

/* Single Post: Prev Navigation Arrows */
.post-navigation--arrow .flaticon-arrow427:before {
    content: "➝";
}

/* Single Post: Next Navigation Arrows */
.post-navigation--arrow .flaticon-arrow413:before {
    content: "➝";
}

/* Single Post: Navigate through posts */
.single-post .post .post-navigation {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0px;
}

/* Single Post: Comment button align right */
.single-post .comment-respond .comment-form>p.form-submit {
	text-align: right;
}

/* Single Post: Comment form top padding */
.post-comment-form {
	padding-top: 20px;
}

/* Single Post: Comment button align left */
.single-post .comment-form>p.form-submit {
	text-align: left;
}

/* Contact: Rows used in contact */
.contact-row {
	padding-top: 50px;
}

/* Contact: Input Form Border Color */
.labeled-input-row input {
	border-bottom-color: #CCC;
}

/* Contact: Input Form Border Color */
.labeled-textarea-row textarea {
	background-image: linear-gradient(#CCC 1px, transparent 1px);
}

/* Contact: Privacy Policy checkbox color */
.contact-form-privacy-policy .alternate-checkbox:before, .alternate-radio:before {
	border-color: #ccc;
}

/* Contact: Input bottom border */
.labeled-input-row label, .labeled-textarea-row label {
	border-bottom: 1px solid #000;
}

/* Contact: Button text color and transparent background */
.contact-form .button,
.form-submit .button {
	padding: 0px;
	color: #000;
	background: transparent;
}

/* Contact: Button text color and transparent background on hover */
.contact-form .button:hover,
.form-submit .button:hover {
	color: #fabc28;
}

/* Footer: Transparent Background */
footer.main-footer {
	background-color: transparent !important;
}

/* Clients element: Background */
.logos-holder .c-logo {
	background-color: #fff;
}

/* Clients element: No image borders margin bottom */
.logos-holder.no-image-borders .c-logo {
	margin-bottom: 30px;
}

/* ===========================================================
Custom modification only for ARCHITECTURE Demo - END
=========================================================== */

/* ===========================================================
User CSS modifications
=========================================================== */
.btn-contact-us {
	background-color: #1b1b1b;
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0.1px;
	line-height: 1.5;
	color: #FFFFFF!important;
	border: 1px solid #1b1b1b;
	padding: 5px 20px;
}

.btn-contact-us:hover {
	background-color: white;
	border-color: #1b1b1b;
	color: #1b1b1b;
}

.standard-menu-container.menu-skin-main ul.menu > li > a {
	font-weight: 500;
	font-size: 16px;
	font-style: normal;
	letter-spacing: 0.1px;
	line-height: 1.5;
}

.header-logo.logo-text {
	font-family: 'Helvetica';
	font-weight: 400;
	font-size: 13.369272px;
	font-style: normal;
	letter-spacing: 0;
	text-transform: uppercase;
}

.footer-links.footer-links.footer-links li a,
.default-text {
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
	line-height: 1.429;
	color: #1b1b1b;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
}

.footer-links li {
	padding: 0 8px;
}

.footer-links.footer-links li .social-networks.rounded li a {
	width: 16px;
	height: 20px;
}

.banner-container *,
.banner-container {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	color: #1b1b1b;
}

.banner-container h2 {
	font-size: 26px;
	font-style: normal;
	margin: 16px auto 45px;
	max-width: 750px;
}

.show-more .reveal-button a,
.product-filter ul li a,
.standard-menu-container.menu-skin-main div.menu>ul>li>a,
.standard-menu-container.menu-skin-main ul.menu>li>a,
.social-networks.colored-hover li a.facebook:hover,
.social-networks.colored-hover li a.facebook:hover i,
.auto-type-element > h2 {
    color: #1b1b1b!important;
}

.product-filter ul li.active a,
.show-more .reveal-button a:hover,
.product-filter ul li a:hover,
.standard-menu-container.menu-skin-main div.menu>ul>li>a:hover,
.standard-menu-container.menu-skin-main ul.menu>li.current-menu-item.current_page_item>a,
.standard-menu-container.menu-skin-main ul.menu>li>a:hover,
.social-networks.colored-hover li a.facebook:hover,
.social-networks.colored-hover li a.facebook:hover i {
    color: #228e4f!important;
}

.site-footer a:after,
.wrapper a:after,
.toggle-bars.menu-skin-main .toggle-bars__bar-line,
.standard-menu-container.menu-skin-main div.menu>ul>li>a:after,
.standard-menu-container.menu-skin-main ul.menu>li>a:after {
	background-color: #228e4f!important;
}

a {
	color: #1b1b1b;
	transition: all .3s cubic-bezier(.175,.885,.32,1.075);
}

a:hover {
	color: #228e4f!important;
}

#wpadminbar .quicklinks>ul>li>a:hover {
	color: #00b9eb!important;
}

.logos-holder .c-logo {
	background-color: transparent!important;
}
.logos-holder .c-logo img {
	height: 100%;
	width: auto;
}

.header-block__column.header-block--content-right.header-block--align-right .raw-text-widget .fa {
	display: none;
}

@media (max-width: 767px) {
	.btn-contact-us {
		padding: 10px;
	}
	.header-block__column.header-block--content-right.header-block--align-right .raw-text-widget .contact-text {
		display: none;
	}
	.header-block__column.header-block--content-right.header-block--align-right .raw-text-widget .fa {
		display: block;
	}
	.footer-links {
		display: block;
	}
	.logos-holder .c-logo img {
		width: auto !important;
		height: auto !important;
	}
	.logos-holder .c-logo h3 {
		font-size: 12px !important;
	}

}

.banner-container h2,
.banner-container p {
	background-color: rgba(255,255,255,0.8);
}

.banner-container h2 {
	padding: 10px 0;
}

.banner-container p {
	display: inline-block;
    padding: 4px 12px;
}

.term-description p {
	line-height: 22px;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom: 18px!important;
}

.h3, h3 {
	font-size: 22px;
}

.h2, h2 {
	font-size: 26px;
	line-height: 36px;
}

body,
body p {
	font-weight: 300;
	line-height: 25px;
	font-size: 16px;
}

.text-block-arrow:before {
	border-bottom-color: #228e4f;
}

.studio-awards h2,
.studio-awards h4 {
	color: white;
}

.studio-awards p {
	color: #ddd;
}

.post-formatting blockquote, .widget.widget_media_gallery blockquote {
	border-left-color: #1A3152;
}

@media (min-width: 768px) {
	.nf-form-content nf-field {
		padding: 0 15px;
		float: left;
		width: 100%;
	}
	.nf-form-content nf-field:not(:last-child):not(:nth-last-child(2)) {
		width: 50%;
	}
}

.nf-form-layout .nf-form-content {
	max-width: 100%;
	padding: 0;
}

.nf-form-layout .nf-form-content nf-fields-wrap {
	margin: 0 -15px;
	display: block;
}

.nf-form-layout .nf-form-content nf-fields-wrap:before,
.nf-form-layout .nf-form-content nf-fields-wrap:after {
	content: '';
	display: table;
}
.nf-form-layout .nf-form-content nf-fields-wrap:after {
	clear: both;
}

.nf-form-content nf-field:last-child .ninja-forms-field.button.nf-element {
	color: #000;
	font-size: 24px;
	border: none!important;
	padding: 0!important;
	float: right;
}

.nf-form-content nf-field:last-child .ninja-forms-field.button.nf-element:hover {
	color: #228e4f!important;
}

.nf-form-layout .nf-form-content .list-select-wrap,
.nf-form-layout .nf-form-content .email-wrap,
.nf-form-layout .nf-form-content .textbox-wrap {
	flex-wrap: nowrap;
}

.nf-form-layout .nf-form-content .list-select-wrap label {
	white-space: nowrap;
}

.nf-form-layout .nf-form-content .nf-field-label {
	margin: 0!important;
	z-index: 1;
}

.nf-form-layout .nf-form-content label {
	border-bottom: 1px solid #000;
	display: flex;
	height: 38px;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
}

.nf-form-content .list-select-wrap .nf-field-element>div,
.nf-form-layout .nf-form-content .ninja-forms-field {
	padding: 6px 12px!important;
    flex-grow: 1;
    border: 0!important;
    border-bottom: 1px solid #ccc!important;
    background-color: transparent!important;
	min-width: 0;
	height: 38px!important;
	color: #333!important;
	line-height: 26px!important;
}
.nf-form-layout .nf-form-content textarea.ninja-forms-field {
	display: block;
    width: 100%;
    height: 152px!important;
    resize: none!important;
    padding: 0!important;
    line-height: 38px!important;
    background-color: transparent;
    background-image: linear-gradient(#ccc 1px,transparent 1px);
    background-attachment: local;
    background-size: 100% 38px;
    border: 0;
	z-index: 1;
	margin-top: -1px;
}

.nf-error.field-wrap .nf-field-element:after {
	width: 38px!important;
	height: 36px!important;
	line-height: 38px!important;
}

.nf-error .nf-error-msg {
	position: absolute;
}

.nf-form-layout .nf-field-container {
	margin-bottom: 50px;
}

.nf-form-content .list-select-wrap>div div:after {
	font-size: 14px!important;
	height: 38px!important;
	line-height: 38px!important;
}

@media (max-width: 991px) {
	.logo-image {
		width: 150px!important;
    	height: 44px!important;
	}
	.nf-form-content nf-field:nth-child(3),
	.nf-form-content nf-field:nth-child(4),
	.nf-form-content nf-field:nth-child(5) {
		width: 100%!important;
	}
}

@media (max-width: 767px) {
	.nf-form-layout .nf-form-content nf-fields-wrap {
		margin: 0;
	}
}

@media (max-width: 480px) {
	.nf-form-content nf-field:first-child .nf-field-label,
	.nf-form-content nf-field:nth-child(2) .nf-field-label {
		width: 80px;
	}
	.logos-holder.logos-holder .client-logos-col {
		width: 33%!important;
	}
	#contact-us#contact-us {
		margin: 20px -15px 50px!important
	}
	.contact-link {
		text-align: center;
		font-size: 12px;
		line-height: 18px;
	}
}

#contact-us {
	display: flex;
	margin: 50px -15px!important;
}

#contact-us > div {
	width: 50%;
}

#contact-us .wpb_wrapper .auto-type-element h2,
#contact-us .wpb_wrapper .auto-type-element {
	margin: 0!important;
}

.mobile-menu-wrapper .mobile-menu-container .search-form {
	display: none;
}

.mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container .mobile-menu-close-link {
	left: auto!important;
	top: 30px!important;
	right: 30px!important;
}

.single-portfolio-holder .parent--homepage-news {
	margin-top: 40px;
}

.single-portfolio-holder #contact-us#contact-us {
	margin: 30px -15px -40px!important;
}

@media (max-width: 480px) {
	.single-portfolio-holder #contact-us#contact-us {
		margin: 30px -15px -60px!important;
	}
}

.contact-number-container {
	text-align: center;
}