/*
Theme Name: Wiso (Child Theme)
Theme URI: http://foxthemes.com/web/wp/wiso
Author: Fox-Themes
Author URI: https://themeforest.net/user/fox-themes
Version: 1.0.0
Description: A stunning visual experience for minimal loving creative. This template is a responsive and retina-ready WordPress theme with grid system layout. It is optimized for mobile touch and swipe.
Tags: one-column, two-columns, right-sidebar, custom-menu, post-formats, sticky-post, translation-ready
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wiso-child
Template: wiso
*/

/* = Add your own modification from here
-------------------------------------------------------------- */

@media (max-width: 1024px) {
	.main-wrapper {
		padding-top: 70px!important;
	}
}
.vertical_slider .outer-swiper-wrapper{
	height: 100vh;
}


/*
 *=============================== 
 * FOOTER CSS LABOJUMI
 *===============================
 */
#footer .wiso-widget-copyright .img-wrap {
    margin-bottom: 50px!important;
}

#footer .footer-bottom-wrap {
    margin-top: 0;
}

#footer .footer-bottom-wrap .flex-wrap {
	max-width: 1170px!important;
}

/*
 *=============================== 
 * PORTFOLIO CSS LABOJUMI
 *===============================
 */
.full_screen .light-gallery {
    margin-bottom: 0;
}

.metro_2 .light-gallery {
    margin: 60px 0;
}

/*
 *======================================
 * PIETEIKUMA FORM CSS LABOJUMI
 *======================================
 */
.wpcf7 input:not([type=submit]) {
    min-height: 59px;
    float: left;
}

.wpcf7 input:not([type=submit]), .wpcf7 textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 1.6;
    letter-spacing: .2px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-bottom: 30px;
}

.wpcf7 input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #222;
    background-color: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 2;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #222));
    background-image: linear-gradient(to right, transparent 50%, #222 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.wpcf7 input:not([type=submit]):focus,
.wpcf7 textarea:focus {
    border-color: #222;
}

.wpcf7 input[type=submit]:hover {
    background-color: transparent;
    background-position: left bottom;
    color: #222;
    border-color: #ddd;
}

.booking-form {
	margin: 50px 0 0 0
}

.in-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    
}

.in-group br {
    display: none;
}

.in-group .row p, 
.se-group .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    width: 100%;
}

@media screen and (max-width: 785px) {
    .in-group .row p, .se-group .row {
        display: grid;
        grid-template-columns: unset!important;
        gap: 40px;
        width: auto!important;
    }
    
    .in-group, .se-group {
        padding-left: 15px;
        padding-right: 15px; 
    }

}


.in-group .row input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.cb-title {
	font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 1.6;
    letter-spacing: .2px;
	text-align: center;
	opacity: 0.7;
}

.se-group .row::before,
.se-group .row::after {
    content: none !important;
    display: none !important;
}


.booking-form select.wpcf7-form-control.wpcf7-select {
    text-transform: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #b5b5b5;
    padding: 10px 24px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #222;
    line-height: 1.6;
    letter-spacing: .2px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    margin-bottom: 30px;
    text-align: center;
}

.wpcf7-list-item {
	margin: 0;
}

input::placeholder { text-align: center; }
input:-ms-input-placeholder { text-align: center; }
input::-ms-input-placeholder { text-align: center; }
textarea::placeholder { text-align: center; }

input[type="date"] {
    text-align: center;
    text-align-last: center;
}

.wpcf7-not-valid-tip {
    text-align: center;
}

.wpcf7 .full-width .wpcf7-form-control-wrap {
    width: 100%!important;
}

.wpcf7 input[type=checkbox] {
    width: auto;
    margin: 0 9px 25px 0;
    min-height: auto;
}