/* Enter Your Custom CSS Here */
.item-content .text {
    color: white ;
    padding-top: 15px;
}
.item-content .text p {
     color: white ;
}
.gallery-item-details-list .details-box .item-footer .mc-button:first-child {
    margin-right: 10px;
    display: none;
}


.comment-form,
.wpcf7
{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.wpcf7 input, .wpcf7 textarea
{
	width: 100%;
	padding: 13px 22px;
	color: #000;
	margin: 0;
	background: #F0F0F0;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 textarea
{
	height: 150px;
}
.comment-form textarea
{
	height: 226px;
}
.contact_form .block
{
	margin-top: 10px;
}
.contact_form .block:first-child
{
	margin-top: 0;
}
.wpcf7 input[type='submit']
{
        color: #FFF;
	float: right;
	width: 150px;
	padding: 11px 19px;
	margin-top: 30px;
	cursor: pointer;
	text-align: center;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 .wpcf7-submit
{
	border-color: #0384CE;
	background-color: #0384CE;
}
.comment-form .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:hover
{
	background-color: #68b0e1;
	border: 1px solid #68b0e1;
}
#cancel_comment
{
	display: none;
	float: right;
	font-size: 12px;
	color: #999;
	margin-top: 47px;
	margin-right: 30px;
}
.wpcf7 .tabs-box-navigation.sf-menu .tabs-box-navigation-selected
{
	width: 350px;
}
.wpcf7 .tabs-box-navigation.sf-menu
{
	margin-bottom: 10px;
}
.wpcf7 p
{
	margin-top: 27px;
}

.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
	width: 100%;
	padding: 13px 22px;
	color: #000;
	margin: 0;
	background: #F0F0F0;
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7 textarea
{
	height: 150px;
}

.wpcf7  input[type='submit'],
.wpcf7  input[type='submit']
{
	float: right;
	width: 150px;
	padding: 11px 19px;
	margin-top: 30px;
	cursor: pointer;
	text-align: center;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.wpcf7 input {
        
        border: 1px solid #7CBA3D;
            background-color: #7CBA3D;
    width: 100%;
    padding: 13px 22px;
    color: #000;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wpcf7 .mc-button, .wpcf7 .mc-button, .wpb_content_element .accordion {
    border-color: #008238;
}
.wpcf7 p {
    margin-top: 3px;
}
.wpcf7 label {
    display: block;
    font-size: 12px;
    line-height: 1.83334;
    color: #999;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Open Sans', 'Arial', sans-serif;
}