/*
Theme Name: Custom Cabinets7
Theme URI: https://useful-pixels.com/
Description: Creative Theme for custom cabinets!
Version: 1.0.3
Author: Web Minister
Author URI: https://web-minister.com/
Template: argu
*/

@import url("../argu/style.css");


/* https://getbootstrap.com/docs/4.0/utilities/display/ */
.vc_row.vc_row-flex.d-none,
.d-none {
    display: none;
}



/* Buttons - FIX for low resolutions - when buttons goes on multiple rows, they overlap due to wrong line-height */
@media only screen and (max-width: 900px) {
    a.up-button {
        line-height: 42px; /* default: 30px */
    }
}


/* Buttons on a single row (insert parent classname: .buttons2_container --- About us;  */
.buttons2_container .upbtnposition {
	/* text-align: center !important; */
	display: inline;
	padding: 0 4px;
}
    @media only screen and (max-width: 767px) {
    }


/* Buttons - avoid new line - https://stackoverflow.com/questions/1383143/how-to-prevent-line-breaks-in-list-items-using-css */
body.button_b .up-button > span {
    white-space: nowrap;
}


/* css iframe responsive - https://stackoverflow.com/questions/17838607/making-an-iframe-responsive */
.respIframe {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    padding-top: 25px;
    height: 0;
}
	.respIframe iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		
		max-width: 100%;
		/*border: 0;*/
	}
.mapIframeWide {
    position: relative;
}
	.mapIframeWide iframe {
		width: 100% !important;

		max-width: 100%;
		/*border: 0;*/
	}



/* Contacts page - social */
.socialLinks2 {
    padding: 10px 0 22px 0;
}
    .socialLinks2 a {
        display: inline-block;
        background-color: #333;
        color: #fff;
        font-size: 22px;
        padding: 8px;
        width: 40px;
        height: 40px;
        text-align: center;
    }


/* Contact form - same width */
#wpcf7-f7-p4365-o1.wpcf7 input[type="text"],
#wpcf7-f7-p4365-o1.wpcf7 input[type="tel"],
#wpcf7-f7-p4365-o1.wpcf7 input[type="email"],
#wpcf7-f7-p4365-o1 textarea {
    width: 100%;
    max-width: 600px;
    
    color: #686765; /*color: #B8B7B5;*/
}








