/*
Theme Name: SAAS_Villa-Finale
Author: Stuart Allen Art Services
Author URI: http://allenartservices.com/
Template: uncode
*/

/********************
 *                  *
 *   landing page   *
 *                  *
 *******************/

/* hide menu */

.page-id-73052 .menu-wrapper.menu-sticky.with-header {
	display: none;
}


/**************
 *            *
 *   footer   *
 *            *
 *************/

/* remove middle column borders for tablet, mobile */
@media only screen and (min-width: 960px) {
	
.footer-middle {
	border-right: #888 1px solid;
	border-left: #888 1px solid;
	}}

.site-footer p {
	font-size: 16px;
}

/* copyright text block top margin */
.footer-text {
	margin-top: 5px !important;
}

/* newsletter */
input#email___8c49cb55b10833a3700b581aacbc72f1 {
	display: inline;
	min-width: 250px;
}
sub {
	display: none;
}
.ctct-disclosure hr {
	display: none;
}
.ctct-form-wrapper .ctct-form .ctct-label-top label {
	display: none !important
}
input#ctct-submitted {
	background: #ebb65a;
	border: #ebb65a 1px solid;
	border-radius: 10em !important;
	min-width: 150px;
}
input#ctct-submitted:hover {
	background: transparent;
	color: #ebb65a;
}
.ctct-form-wrapper input[type="email"]:required:valid {
	background: #bbb;
	padding-left: 20px;
}

/********************
 *                  *
 *   blog sidebar   *
 *                  *
 *******************/

.widget-container.widget_archive li a:before, .widget-container.widget_categories li a:before, .widget-container.widget_meta li a:before, .widget-container.widget_product_categories li a:before {
	content: "\e664";
	font-size: 8px;
}

/******************
 *                *
 *   Press page   *
 *                *
 *****************
.border-box {
	border: #333 1px solid;
	min-height: 200px;
	margin: 0px;
}
*/

/*********************
 *                   *
 *   programs page   *
 *                   *
 ********************/
.icon-box-left .icon-box-heading, .icon-box-right .icon-box-heading {
	margin-top: -8px !important;
}

/********************
 *                  *
 *   contact page   *
 *                  *
 *******************/
/*   send button   */
input.wpcf7-form-control.wpcf7-submit {
	background-color: #d31145;
	border: 1px solid #d31145;
	color: #fff;
	width: 175px;
	border-radius: 10em;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background: transparent;
	color:  #d31145;
}

/*
 * Homepage Post Text Color
 */
 

.homepage-posts .tmb-light.tmb .t-entry-text .t-entry-title a{
	color: #ffffff;
}