/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
form#easy-newsletter-form label {
    display: none;
}

form#easy-newsletter-form {
    display: flex;
    justify-content: end;
	border-radius:3px;
    height: 50px;
	border:solid 1px #fff;
}

form#easy-newsletter-form button, form#easy-newsletter-form input {
    height: 50px;
}

form#easy-newsletter-form button {
    border-radius: 0px 20px 20px 0px;
	background: #0000;
	color: #fff;
}

form#easy-newsletter-form input {
    border-radius: 20px 0px 0px 20px;
	border:none;
}
.head_border .wpb_column {
    position: relative;
}
.head_border .wpb_column:before {
    content: '';
    background: #686773;
    height: 2px;
    width: 100px;
    position: absolute;
    bottom: -1px;
}
ul.ul_inline {
    list-style: none;
    padding-left: 0;
}
ul.ul_inline>li {
    display: inline;
    color: #fff;
    margin-right: 11px;
}
.wd-prefooter {
    padding-bottom:0px !important;
}
ul#menu-menu-header li a{
	color:#fff;
}
.text-white ul li a{color:#fff;}
form#easy-newsletter-form button:hover {
    box-shadow: unset;
}
#easy-newsletter-form .input-field {width: 80%;}
#easy-newsletter-form .input-field.input-submit {width: 20%;}

.ul_sep ul {
    padding: 0;
}
.ul_sep ul li {
    list-style: none;
    display: inline;
    padding: 0px 11px;
}
html {
  scroll-behavior: smooth;
}
.banner_minHeight {
    min-height: 880px;
    display: flex;
    align-items: center;
}
.prime_color .info-box-title strong {
    font-weight: 500;
    color: #d7063f;
}
.banner_minHeight:after {
    background: url(./img/cars.png) no-repeat;
    content: '';
    background-size: cover;
    background-position: center;
    width: 1326px;
    animation: float 6s ease-in-out infinite;
    right: 0;
    height: 556px;
    position: absolute;
    bottom: 0;
    z-index: -1 !IMPORTANT;
}
.boat_row:after{
    background: url(./img/aUntitled-1.png) no-repeat;
    content: '';
	animation: float 6s ease-in-out infinite;
    display: block!important;
    background-size: contain;
    background-position: center center;
    width: 28%;
    bottom: 0;
    right: 0;
    height: 44%;
    position: absolute;
}
.py-60{
	padding-top:60px!important;
	padding-bottom:60px!important;
}
.services_innerMain {
    position: relative;
}

.services_inner {
    text-align: center;
    background: #fff;
	margin:15px !important;
    position: absolute;
    padding: 25px;
    bottom: 0;
}
.services_inner h4 {
    font-family: "Better Vinegar", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 15px;
}
.services_inner .label {
    background: #d7063f;
    display: inline;
    padding: 5px 10px;
    color: #fff;
}
.social_infowrapp {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -25%;
    top: 31%;
}
.social_infowrapp a span {
    color: #fff;
}

.social_infowrapp a {
    border-width: 1px !important;
}
.writing-mode{
	writing-mode: vertical-rl;
	transform: rotate(0deg);
	margin: auto;
	letter-spacing: 2px;
	font-size: 18px;
}
.fs-30{
	font-size: 30px;
	font-weight: 600;
}
.img_circle .vc_single_image-wrapper {
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 25px 0px;
}
.form_col .vc_column-inner {
    padding: 100px 0px 100px 100px !important;
}

#gform_3 input, #gform_3 textarea {
    background: #18222c;
    height: 65px;
	color:#fff;
    resize: none;
}

#gform_3 label {
    color: #fff;
    font-weight: 100;
}

#gform_3 {
    width: 60%;
}

#gform_3 input#gform_submit_button_3 {
    background: #d7063f;
    color: #fff;
    padding: 20px 60px;
    height: unset;
}
.site-content{
	margin-bottom:0!important;
}
#gform_3 input:focus, #gform_3 textarea:focus {border: solid 1px #d7063f;background: unset;}
.tex_padding {
    background: #f3f4f8;
    margin: 0 !important;
    padding: 69px 0px 25px 0px;
    margin-top: -88px !important;
}
.img_zindex {
    z-index: 1 !important;
    position: relative;
}
.boat_row  .button-play {
    background: #d7063f;
    border: none;
}
.img_circle img, .img_keygram img{
	animation:coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}
.align-items {
    align-items: center !important;
}

.align-items span {
    margin: 0 !important;
    font-weight: 100;
}
#menu-main-menu li.current-menu-item a:after {
    content: '';
    background: red;
    height: 2px;
    width: 60%;
    position: absolute;
    bottom: -5px;
    margin: auto;
    left: 0;
    right: 0;
}

#menu-main-menu li {
    position: relative;
}


@keyframes float {
	0% { transform: translatey(0px); }
	50% { transform: translatey(-20px); }
	100% { transform: translatey(0px); }
}
@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

/* css by nofil */
/* img gallery section */
.gallery-section img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border: 6px #64a576 solid;
    margin: 10px 0;
    border-radius: 30px 0 30px;
}

/* video gallery section */
video#myVideo {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: contain;
    border-radius: 30px 30px;
    background-color: #000000f7;
}

#fancybox-img {
    width: 100%;
    height: 540px;
}

.writing-mode a {color: #fff;}


@media (max-width:479px) {
	.head_border {
		display:none;
	}
	.site-logo a img {
		min-height:148px !important;
	}
}
@media (max-width:767px) {
	.head_border {
		display:none;
	}
	.site-logo a img {
		min-height:148px !important;
	}
}


.services_innerMain {
    margin: 0 0 30px !important;
}