/*

Theme Name: Tesseract-child

Description: Child theme for Tesseract

Author: Tyler Moore

Theme URI: http://tyler.com/tesseract-theme/

Template: TESSERACT-Master_Branch

Version: 1.0.0

Text Domain:  tesseract

*/


/*----hide footer credit to tyler moore---*/
#colophon.site-footer #designer {display:none;}

/*-------home page background image-----------*/
body.home.page.page-id-2
{background: url(https://resistantstarchresearch.com/wp-content/uploads/2015/04/unsplash_527bf5fd7f5f6_1.jpg) no-repeat 0 0 fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*------make blog list and posts wider----*/
.post {max-width: 840px;}

/*----blog post image alignment to left----*/
.wp-post-image {float: left; padding-right:10px; padding-bottom:10px;}

/*------blog title color and size-----------------*/
.tesseract-featured .entry-title {color:#000; font-size:24px!important;}

/*----edit text color on MC neswletter form----*/
.mc4wp-form-theme label {color:#000;}

/*----edit text color on CF7 neswletter form----*/

/*----contact form 7 check boxes -----*/
.wpcf7-list-item-label {font-size:12px; color:#000; display:inline!important;}

/*------contact form 7 submit button-----*/
input.wpcf7-form-control.wpcf7-submit {background-color:#3d8b3d;}

/*home page enewsletter faded white background----*/
.enews.panel-widget-style {
margin-top: 30px;
padding: 5px;
background-color: #ffffff;
opacity: 0.7;
filter: alpha(opacity=70); /* For IE8 and earlier */}

/*home page enewsletter rounded corners on white background----*/
.enews.panel-widget-style {
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 18px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 18px;   
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 18px;} 


/*-----buttons color----*/
.primary-button:hover {background-color: #3d8b3d;}	

.secondary-button {
    background-color: #3d8b3d;
}

/*---Hide reCaptcha v3 visible seal---*/
.grecaptcha-badge {
opacity:0 !important;
}

/*---*/

/*---Homepage site origin fix---*/

@media (max-width: 780px) {

.page-id-2 #pg-2-0 .siteorigin-panels-stretch {
	margin-left: -20px !important;
	margin-right: -20px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
	
}