/*!
Theme Name: Masu Theme
Theme URI: http://underscores.me/
Author: web-step-up
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: masu_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Masu Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* Core */
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
img {
	display: block;
    height: auto;
    max-width: 100%;
}
a {
	text-decoration: none;
	outline: 0;
	cursor: pointer;
}
input[type="submit"],
button {
	cursor: pointer;
}

/* Mine */
.container {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
.clear {
	clear: both;
}

/* VC Overwrite */
.vc_row.wpb_row.vc_inner.vc_row-fluid,
.vc_row.wpb_row.vc_row-fluid.vc_firstrow_cotainer {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}
.vc_row.wpb_row.vc_inner.vc_row-fluid .vc_col-sm-12 .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}

/* Header */
.site-header {
    background-color: #252525;
    color: #ffffff;
	/* padding-top: 15px; */
	/* padding-bottom: 15px; */
	padding-top: 25px;
	padding-bottom: 25px;
	transition: all 0.5s ease;
}
.site-header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
/* Top Nav */
.top-nav {
    background-color: #ffdc30;
    color: #252525;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	transition: all 0.5s ease;
}
.site-header.sticky .top-nav {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.top-nav-cont {
    display: table;
    width: 100%;
}
.top-nav-calendar {
    display: table-cell;
    width: 70%;
	vertical-align: middle;
}
.social-media-cont {
    display: table-cell;
    width: 30%;
	vertical-align: middle;
}
.top-nav-current-date {
    display: inline-block;
    font-weight: 300;
    font-size: 12.5px;
    text-transform: uppercase;
    margin-left: 10px;
}
.top-nav .social-media-icons-cont {
    float: right;
}
.top-nav .social-media-icons {
    display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.top-nav .social-media-icons:first-child {
    padding-left: 0;
}
.top-nav .social-media-icons:last-child {
    padding-right: 0;
}
/* Main Nav */
.nav-cont {
    display: table;
    width: 100%;
}
.site-header .logo-cont {
    display: table-cell;
    width: 15%;
	vertical-align: middle;
	transition: all 0.5s ease;
}
.logo-cont > a {
    display: block;
}
#site-navigation {
    display: table-cell;
    /* width: 70%; */
    width: 85%;
	vertical-align: middle;
	transition: all 0.5s ease;
}
.menu-menu-1-container {
    float: right;
}
#primary-menu {
	list-style: none;
	padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#primary-menu > li {
    display: inline-block;
    padding: 10px;
}
header .sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
}
header .sub-menu a {
	display: block;
}
#primary-menu a {
    color: inherit;
    font-size: 12.5px;
    text-transform: uppercase;
}
.nav-sep-cont {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
.nav-sep-cont > div {
    height: 40px;
    background-color: #f7d61d;
    width: 3px;
    margin-left: auto;
}
.search-form-cont {
    display: table-cell;
    width: 14%;
	vertical-align: middle;
}
#searchform {
    display: table;
    width: 100%;
}
.searchsubmit-cont,
.search-input-cont {
    display: table-cell;
	vertical-align: middle;
}
.searchsubmit-cont {
    width: 3%;
}
.search-input-cont {
    width: 97%;
}
#searchsubmit {
    color: #a3a3a3;
	font-size: 20px;
    background-color: transparent;
    border: 0;
}
.searchform input[type="text"] {
	color: #a3a3a3;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 12.5px;
    border: 0;
	background-color: transparent;
	outline: 0;
}

/* Footer */
#colophon {
	padding-top: 80px;
	padding-bottom: 20px;
    background-color: #252525;
}
/* Homepage Only */
.home-contact-form-maincont {
    margin-bottom: 40px;
}
.home-contact-form-cont > h2 {
    color: #ffffff;
    /* font-weight: 500; */
    font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
	margin-top: 0;
	margin-bottom: 10px;
}
.wpcf7-form input,
.wpcf7-form textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	outline: 0;
}
/* #wpcf7-f4-o1 .wpcf7-form input[type="text"]::placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="text"]::-webkit-input-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="text"]::-moz-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="text"]::-ms-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="text"]:-ms-input-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="text"]:-moz-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="email"]::placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="email"]::-webkit-input-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="email"]::-moz-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="email"]:-ms-input-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form input[type="email"]:-moz-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form textarea::placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form textarea::-webkit-input-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form textarea::-moz-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form textarea:-ms-input-placeholder, */
/* #wpcf7-f4-o1 .wpcf7-form textarea:-moz-placeholder { */
    /* color: #000000; */
	/* opacity: 1; */
/* } */
#wpcf7-f4-o1 .wpcf7-form input[type="text"]::-moz-placeholder {
	/* color: #000000; */
	color: #ffffff;
	opacity:  1;
}
#wpcf7-f4-o1 .wpcf7-form input[type="text"]::-webkit-input-placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form input[type="text"]:-moz-placeholder {
	/* color: #000000; */
	color: #ffffff;
	opacity:  1;
}
#wpcf7-f4-o1 .wpcf7-form input[type="text"]:-ms-input-placeholder {
	color: #ffffff;
	/* color: #000000; */
}
#wpcf7-f4-o1 .wpcf7-form input[type="text"]::-ms-input-placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form input[type="text"]::placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form input[type="email"]::-moz-placeholder {
	/* color: #000000; */
	color: #ffffff;
	opacity:  1;
}
#wpcf7-f4-o1 .wpcf7-form input[type="email"]::-webkit-input-placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form input[type="email"]:-moz-placeholder {
	/* color: #000000; */
	color: #ffffff;
	opacity:  1;
}
#wpcf7-f4-o1 .wpcf7-form input[type="email"]:-ms-input-placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form input[type="email"]::-ms-input-placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form input[type="email"]::placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form textarea::-moz-placeholder {
	/* color: #000000; */
	color: #ffffff;
	opacity:  1;
}
#wpcf7-f4-o1 .wpcf7-form textarea::-webkit-input-placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form textarea:-moz-placeholder {
	/* color: #000000; */
	color: #ffffff;
	opacity:  1;
}
#wpcf7-f4-o1 .wpcf7-form textarea:-ms-input-placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form textarea::-ms-input-placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form textarea::placeholder {
	/* color: #000000; */
	color: #ffffff;
}
#wpcf7-f4-o1 .wpcf7-form input[type="text"],
#wpcf7-f4-o1 .wpcf7-form input[type="email"] {
	color: #ffffff;
	/* color: #000000; */
	background-color: rgba(0, 0, 0, 0.45);
	/* background-color: rgba(138, 138, 138, 0.7); */
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 12.5px;
    width: 100%;
	height: 35px;
	padding: 10px 12px;
	border: 0;
	border-radius: 5px;
}
#wpcf7-f4-o1 .wpcf7-form textarea {
	color: #ffffff;
	/* color: #000000; */
	background-color: rgba(0, 0, 0, 0.45);
	/* background-color: rgba(138, 138, 138, 0.7); */
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 12.5px;
    width: 100%;
	height: 170px;
	padding: 15px 12px 25px 12px;
	border: 0;
	border-radius: 5px;
}
#wpcf7-f4-o1 .wpcf7-form input[type="submit"] {
    color: #151515;
	background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
	/* font-size: 12.5px; */
	font-weight: 500;
	font-size: 13.5px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px;
    border: 0;
    border-radius: 3px;
	transition: all 0.4s ease;
}
#wpcf7-f4-o1 .wpcf7-form input[type="submit"]:hover {
	background-color: #ffdc30;
}
.home-contact-warning-cont {
    /* font-weight: 300; */
    font-weight: 500;
}
.home-contact-warning {
    color: #f7d61d;
    font-size: 20.83px;
}
.home-contact-warning-cont > p {
    color: #ffffff;
    font-size: 14.58px;
}
/* Universal */
.site-footer-cont {
    display: table;
    width: 100%;
	color: #fefefe;
}
.site-footer-contact-info-cont {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
    text-align: center;
}
.site-footer .logo-cont {
    display: inline-block;
}
.site-footer-followus {
    font-weight: 300;
    font-size: 7.86px;
    text-transform: uppercase;
}
.site-footer .social-media-icons {
    display: inline-block;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 13px;
}
.site-footer .social-media-icons:first-child {
    padding-left: 0;
}
.site-footer .social-media-icons:last-child {
    padding-right: 0;
}
.site-footer-cont .social-media-icons a {
    color: inherit;
}
.footer-phone,
.footer-mobile {
    font-weight: 300;
    font-size: 10.37px;
	text-align: left;
}
.site-info {
    display: table-cell;
    width: 40%;
    vertical-align: middle;
}
.menu-footer-menu-1-container {
    overflow: hidden;
    padding-left: 60px;
}
#footer-menu-id {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
#footer-menu-id a {
	color: inherit;
    font-weight: 300;
}
#footer-menu-id > li > a {
	font-size: 12.5px;
}
#footer-menu-id .sub-menu {
    list-style: none;
	padding-left: 20px;
}
#footer-menu-id .sub-menu a {
    font-size: 8.33px;
}
.site-copyright {
	display: table-cell;
	width: 50%;
	vertical-align: bottom;
    font-weight: 300;
    font-size: 10.37px;
    text-align: right;
}
.site-design-link {
    color: #f7d61d;
    transition: color 0.4s ease;
}
.site-design-link:hover {
    color: #ffffff;
}

/* Global Css */
.bringtofront {
	position: relative;
	z-index: 1;
}
.page-banner {
	position: relative;
}
.page-banner::before {
	content: "" !important;
	display: block !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.5;
}
.page-banner.altcolor0::before {
	background-color: #3f3f3f;
}
.page-banner.opa-3::before {
	opacity: 0.3;
}
.entry-content .nomar {
	margin-bottom: 0;
}
.display-as-inline-block {
	display: inline-block;
}
.entry-content .vc-inner-nopad > .vc_column-inner {
	padding-left: 0;
	padding-right: 0;
}
.entry-content p {
	color: #3f3f3f;
	/* font-weight: 300; */
	font-weight: 500;
	font-size: 14.58px;
	letter-spacing: 1px;
}
.entry-content p > strong {
	font-weight: 500;
	font-size: 18.75px;
	letter-spacing: 0;
}
.entry-content .palt1 > .wpb_wrapper > p {
	font-size: 18.75px;
}
/* FSG Page only */
.page-id-152 .entry-content .palt1 > .wpb_wrapper > p > strong {
	font-weight: 600;
	font-size: 22px;
}
.entry-content .palt2 > .wpb_wrapper > p {
	font-size: 29.17px;
}
.entry-content .palt3 > .wpb_wrapper > p {
	font-size: 16.67px;
}
.entry-content .subhead > .wpb_wrapper > p {
	color: #ffffff;
	font-size: 20.83px;
}
.entry-content .subparhead > .wpb_wrapper > p {
	color: #ffdc30;
	font-weight: 500;
	font-size: 25px;
}
.entry-content .subpar > .wpb_wrapper > p {
	color: #ffffff;
	font-size: 16.67px;
}
.entry-content h1 {
	color: #ffffff;
	font-size: 62.5px;
	font-weight: 600;
	text-transform: uppercase;
}
.entry-content h2 {
	color: #ffffff;
	font-size: 50px;
	/* font-weight: 500; */
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.entry-content .subhead > .wpb_wrapper > h2 {
	color: #424242;
	font-size: 33.33px;
	text-transform: none;
	letter-spacing: 0;
}
.entry-content h3 {
	color: #3f3f3f;
	font-size: 41.67px;
	/* font-weight: 500; */
	font-weight: 600;
	text-transform: uppercase;
	/* letter-spacing: 3px; */
	letter-spacing: 2px;
}
.entry-content .subhead > .wpb_wrapper > h3 {
	color: #252525;
	font-weight: 600;
	font-size: 45.83px;
	text-transform: none;
	letter-spacing: 1px;
}
.entry-content h4 {
	color: #3f3f3f;
	font-size: 29.06px;
	/* font-weight: 500; */
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.entry-content .subhead > .wpb_wrapper > h4 {
	color: #232323;
	font-size: 29.17px;
	letter-spacing: 0;
}
.entry-content .subheadalt > .wpb_wrapper > h4 {
	color: #232323;
	/* font-weight: 300; */
	font-weight: 400;
	font-size: 22.92px;
	text-transform: none;
	letter-spacing: 0;
}
.entry-content ul.masu-ul {
	list-style: none;
	/* padding-left: 3px; */
	padding-left: 0;
}
.entry-content ul.masu-ul li::before {
	position: absolute;
	top: 8px;
	left: -5px;
	display: inline-block;
	content: "";
	height: 6px;
	width: 6px;
	background-color: #f7d61d;
	border-radius: 100%;
	/* margin-right: 5px; */
}
.entry-content ul.masu-ul li {
	position: relative;
	color: #3f3f3f;
	/* font-weight: 300; */
	font-weight: 500;
	font-size: 14.58px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 5px;
}
.entry-content ul.masu-ul.text-white li {
	color: #ffffff;
}
.entry-content ul.masu-ul.palt1 li {
	color: #252525;
	font-size: 18.75px;
}
/* FSG Page only */
.page-id-152 .entry-content .palt1 > .wpb_wrapper > ul.masu-ul li {
	color: #252525;
	font-size: 18.75px;
}
.entry-content ul.masu-ul.palt3 li {
	font-size: 16.67px;
}
.entry-content ul.masu-ul.mul-nomar li {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content .highlight-yellow {
	color: #f7d61d;
}
.entry-content .btn {
    color: #151515;
	background-color: #ffffff;
	/* font-weight: 400; */
	/* font-size: 12.5px; */
	font-weight: 500;
	font-size: 13.5px;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 35px;
    border: 0;
    border-radius: 3px;
}
.entry-content .btn.btnalt {
    background-color: #f7d61d;
}
.entry-content .btn.btntrans {
	color: #ffffff;
    background-color: transparent;
	border: 2px solid #ffffff;
}
.entry-content .text-black > .wpb_wrapper > h1,
.entry-content .text-black > .wpb_wrapper > h2 {
	color: #424242;
}
.entry-content .text-white > .wpb_wrapper > p,
.entry-content .text-white > .wpb_wrapper > h3,
.entry-content .text-white > .wpb_wrapper > h4 {
	color: #ffffff;
}
.entry-content .sideline {
	position: relative;
}
.entry-content .sideline::before {
	content: "";
	position: absolute;
	top: -5px;
	left: -20px;
	height: 120%;
	width: 10px;
	background-color: #f7d61d;
}
.entry-content .sideline.sideline-normal::before {
	top: 0;
	height: 100%;
}
.entry-content .text-center > .wpb_wrapper > p,
.entry-content .text-center > .wpb_wrapper > h1,
.entry-content .text-center > .wpb_wrapper > h2,
.entry-content .text-center > .wpb_wrapper > h3,
.entry-content .text-center > .wpb_wrapper > h4 {
	text-align: center;
}
.entry-content .text-right > .wpb_wrapper > p,
.entry-content .text-right > .wpb_wrapper > h1,
.entry-content .text-right > .wpb_wrapper > h2,
.entry-content .text-right > .wpb_wrapper > h3,
.entry-content .text-right > .wpb_wrapper > h4 {
	text-align: right;
}
.entry-content .text-nomar > .wpb_wrapper > p,
.entry-content .text-nomar > .wpb_wrapper > h1,
.entry-content .text-nomar > .wpb_wrapper > h2,
.entry-content .text-nomar > .wpb_wrapper > h3,
.entry-content .text-nomar > .wpb_wrapper > h4 {
	margin-top: 0;
	margin-bottom: 0;
}
.entry-content .text-uppercase > .wpb_wrapper > p,
.entry-content .text-uppercase > .wpb_wrapper > h1,
.entry-content .text-uppercase > .wpb_wrapper > h2,
.entry-content .text-uppercase > .wpb_wrapper > h3,
.entry-content .text-uppercase > .wpb_wrapper > h4 {
	text-transform: uppercase;
}
.entry-content .text-300 > .wpb_wrapper > p,
.entry-content .text-300 > .wpb_wrapper > h1,
.entry-content .text-300 > .wpb_wrapper > h2,
.entry-content .text-300 > .wpb_wrapper > h3,
.entry-content .text-300 > .wpb_wrapper > h4 {
	font-weight: 300;
}
.entry-content .text-400 > .wpb_wrapper > p,
.entry-content .text-400 > .wpb_wrapper > h1,
.entry-content .text-400 > .wpb_wrapper > h2,
.entry-content .text-400 > .wpb_wrapper > h3,
.entry-content .text-400 > .wpb_wrapper > h4 {
	font-weight: 400;
}
.entry-content .text-500 > .wpb_wrapper > p,
.entry-content .text-500 > .wpb_wrapper > h1,
.entry-content .text-500 > .wpb_wrapper > h2,
.entry-content .text-500 > .wpb_wrapper > h3,
.entry-content .text-500 > .wpb_wrapper > h4 {
	font-weight: 500;
}
.entry-content .text-600 > .wpb_wrapper > p,
.entry-content .text-600 > .wpb_wrapper > h1,
.entry-content .text-600 > .wpb_wrapper > h2,
.entry-content .text-600 > .wpb_wrapper > h3,
.entry-content .text-600 > .wpb_wrapper > h4 {
	font-weight: 600;
}
.social-media-icons > a {
	transition: color 0.5s ease;
}
header .social-media-icons > a:hover {
	color: #ffffff;
}
footer .social-media-icons > a:hover {
	color: #ffdc30;
}
#primary-menu a,
#searchsubmit,
#footer-menu-id a {
	transition: color 0.5s ease;
}
#primary-menu a:hover,
#searchsubmit:hover,
#footer-menu-id a:hover {
    color: #f7d61d;
}
.entry-content .btn,
.wpcf7-form input[type="submit"] {
	transition: color 0.5s ease, background-color 0.5s ease, border-color 0.5s ease;
}
.entry-content .btn:hover,
.wpcf7-form input[type="submit"]:hover {
	background-color: #e8e386;
}
.entry-content .btn.btnalt:hover {
	color: #ffffff;
	background-color: #d09800;
}
.entry-content .btn.btntrans:hover {
	color: #000000;
	background-color: #ffffff;
}
.entry-content a.masu-a {
	color: #f7d61d;
	transition: color 0.4s ease;
}
.entry-content a.masu-a:hover {
	color: #3f3f3f;
}
a.vc_single_image-wrapper.vc_box_border_grey img {
	transition: all 0.5s ease;
}
a.vc_single_image-wrapper.vc_box_border_grey:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.masu-linkeden-ico span.vc_icon_element-icon::before {
    transition: all 0.5s ease;
}
.masu-linkeden-ico:hover span.vc_icon_element-icon::before {
    color: #ffdc30;
}
.vc_tta-panels {
    background-color: transparent !important;
    border: 0 !important;
}

/* Booking Form, Masu Group And Contact Us Page Form */
#wpcf7-f191-p15-o1,
#wpcf7-f202-p13-o1,
#wpcf7-f362-p347-o1 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#wpcf7-f191-p15-o1 form > p,
#wpcf7-f362-p347-o1 form > p,
#wpcf7-f202-p13-o1 form > p {
    margin-top: 25px;
}
#wpcf7-f191-p15-o1 .wpcf7-form input[type="text"],
#wpcf7-f191-p15-o1 .wpcf7-form input[type="email"],
#wpcf7-f191-p15-o1 .wpcf7-form input[type="tel"],
#wpcf7-f191-p15-o1 .wpcf7-form input[type="date"],
#wpcf7-f202-p13-o1 .wpcf7-form input[type="text"],
#wpcf7-f202-p13-o1 .wpcf7-form input[type="email"],
#wpcf7-f202-p13-o1 .wpcf7-form input[type="tel"],
#wpcf7-f362-p347-o1 .wpcf7-form input[type="text"],
#wpcf7-f362-p347-o1 .wpcf7-form input[type="email"],
#wpcf7-f362-p347-o1 .wpcf7-form input[type="tel"] {
	color: #7a7a7a;
	background-color: #ebebeb;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16.67px;
    width: 100%;
	height: 40px;
	padding: 10px 12px;
	border: 0;
	border-radius: 3px;
}
#wpcf7-f202-p13-o1 .wpcf7-form textarea,
#wpcf7-f362-p347-o1 .wpcf7-form textarea {
	color: #7a7a7a;
	background-color: #ebebeb;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16.67px;
    width: 100%;
	height: 130px;
	padding: 10px 12px;
	border: 0;
	border-radius: 3px;
}
#wpcf7-f191-p15-o1 form > p:nth-child(6) {
    text-align: center;
}
#wpcf7-f202-p13-o1 form > p:nth-child(6),
#wpcf7-f362-p347-o1 form > p:nth-child(6) {
    text-align: center;
}
#wpcf7-f191-p15-o1 .wpcf7-form input[type="submit"],
#wpcf7-f362-p347-o1 .wpcf7-form input[type="submit"],
#wpcf7-f202-p13-o1 .wpcf7-form input[type="submit"] {
	display: inline-block;
    color: #151515;
	background-color: #f7d61d;
    font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14.77px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 35px;
    border: 0;
    border-radius: 3px;
	transition: all 0.4s ease;
}
#wpcf7-f191-p15-o1 .wpcf7-form input[type="submit"]:hover,
#wpcf7-f362-p347-o1 .wpcf7-form input[type="submit"]:hover,
#wpcf7-f202-p13-o1 .wpcf7-form input[type="submit"]:hover {
	color: #ffffff;
	background-color: #d09800;
}


/* Google Map */
.wpb_gmaps_widget.vc_map_responsive .wpb_map_wraper {
    padding-bottom: 33% !important;
}

/* Animated Cursor */
.item {
	width: 50px; 
	height: 50px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.mouse {
	width: 20px;
	height: 30px;
	border-radius: 20px;
	border: 1px solid #999;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 10px);
}
.mouse:before, .mouse:after {
	content: "";
	display: block;
	position: absolute;
}
.m-5:after {
	top: 15px;
	left: calc(50% - 5px);
	border: 5px solid transparent;
	border-top-color: #fff;
	-webkit-animation: m-5-arrow 1.2s ease-in-out infinite;
          animation: m-5-arrow 1.2s ease-in-out infinite;
}
@-webkit-keyframes m-5-arrow {
  20%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  80% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
@keyframes m-5-arrow {
  20%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  80% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}