/* GeneratePress Site CSS */ /* gp buttons and button class assigned to the generateblocks buttons */

.button {
	border-radius: 4px;
	box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 500ms ease-in-out !important;
	transition: all 500ms ease-in-out !important;
}

.button:hover {
	box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

/* mobile header spacing */

.mobile-header-navigation {
	padding: 10px;
	box-sizing: border-box;
}

/* post comment form button */

input[type="submit"] {
	padding: 13px 24px;
	border-radius: 4px;
	box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 500ms ease-in-out !important;
	transition: all 500ms ease-in-out !important;
}

input[type="submit"]:hover  {
	box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

/* navigation hover effect */

.main-navigation .main-nav ul li > a {
	transition: transform 500ms ease-in-out;
}

.main-navigation .main-nav ul li:hover > a {
	transform: translate3d(0, -3px, 0);
}

/* home page icon boxes column shadows class applied in generateblocks */

.column-shadow {
	box-shadow: 0px 0px 12px #eef0f5;
}

/* rounded corners class assigned to generateblocks images */

.rounded-corners img {
	border-radius: 12px;
}

/* rounded corners on blog posts featured images */

.post-image img, .featured-image img {
	border-radius: 12px;
}

/* mailchimp form styling */

.mc4wp-form input[type=email] {
  background-color: #ffffff;
	padding: 17px 24px 13px 24px;
  border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 500ms ease-in-out !important;
	transition: all 500ms ease-in-out !important;
}
 
.mc4wp-form input[type=submit] {
	padding: 14px 24px;
	border: 0px;
	border-radius: 4px;
	box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 500ms ease-in-out !important;
	transition: all 500ms ease-in-out !important;
}

.mc4wp-form input[type=submit]:hover {
	box-shadow: 0 30px 20px -20px rgba(0, 0, 0, 0.3);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}

@media (max-width: 768px) {
.mc4wp-form input[type=text], .mc4wp-form input[type=email], .mc4wp-form input[type=submit] {
		width: 100%;
		margin-top: 10px;
	}
}

/* sidebar mailchimp form full width */

#right-sidebar .widget .mc4wp-form input[type=text],
#right-sidebar .widget .mc4wp-form input[type=email],
#right-sidebar .widget .mc4wp-form input[type=submit] {
	width: 100%;
	margin-top: 10px;
} /* End GeneratePress Site CSS */


#wpcf7-f19648-p23185-o1 input[type="submit"] {
	color: #ffffff;
     font-size: 18px;
     font-weight: 700;
     background: #d6028b;
     padding: 15px 25px 15px 25px;
     border: none;
     border-radius: 5px;
     width: auto;
     text-transform: uppercase;
     letter-spacing: 5px;
}


#wpcf7-f19648-p23185-o1 input[type="submit"] {
	background: #d6028b;
}

 #wpcf7-f19648-p23185-o1  input:hover[type="submit"] {
     background: #d6028b;
     transition: all 0.4s ease 0s;
 }
 #wpcf7-f19648-p23185-o1 input:active[type="submit"] {
     background: #d6028b;
 }

 #wpcf7-f19648-p23185-o1   input[type="text"],
 #wpcf7-f19648-p23185-o1   input[type="email"],
 #wpcf7-f19648-p23185-o1   input[type="tel"],
 textarea {
     font-size: 16px;
     background-color: #f5f5f5;
     border: none;
     width: 95%;
     padding: 2%;
 }

#wpcf7-f19648-p24358-o1 input[type="submit"] {
	background: #2596be;
}

#wpcf7-f19648-p24358-o1  input:hover[type="submit"] {
     background: #2596be;
     transition: all 0.4s ease 0s;
 }

#wpcf7-f19648-p24358-o1 input:active[type="submit"] {
     background: #2596be;
 }

 #wpcf7-f19648-p24358-o1 input[type="text"],
 #wpcf7-f19648-p24358-o1   input[type="email"],
 #wpcf7-f19648-p24358-o1   input[type="tel"],
 textarea {
     font-size: 16px;
     background-color: #f5f5f5;
     border: none;
     width: 95%;
     padding: 2%;
 }



#wpcf7-f19648-p24526-o1 input[type="submit"] {
	background: #ff4f00;
}

#wpcf7-f19648-p24526-o1  input:hover[type="submit"] {
     background: #ff4f00;
     transition: all 0.4s ease 0s;
 }

#wpcf7-f19648-p24526-o1  input:active[type="submit"] {
     background: #ff4f00;
 }

#wpcf7-f19648-p24526-o1  input[type="text"],
#wpcf7-f19648-p24526-o1    input[type="email"],
#wpcf7-f19648-p24526-o1   input[type="tel"],
 textarea {
     font-size: 16px;
     background-color: #f5f5f5;
     border: none;
     width: 95%;
     padding: 2%;
 }

.grecaptcha-badge { visibility: hidden; }
