 /*
Theme Name:     Active|CMS Custom Theme
Theme URI:      http://www.activewebits.com
Description:    Custom theme for Masters Frame & Truss
Author:         Active WebITS
Author URI:     http://www.activewebits.com
Template:       mft
Version:        1.0.0
*/

/* Custom CSS  */

.wpcf7-text {
	width:100%;
}

.row-odd {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
}

.row-even {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
}

.row-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #14AAFF;

}

#footer-callout-wrap {
	background-image:url("/wp-content/uploads/2018/07/HeaderImage-pattern.png");
}

.footer-callout-button a {
	border: 2px solid #14aaff;
	background-color:transparent !important;
	color:white;
}

.footer-callout-button a:hover {
	color:#14aaff;
		border: 2px solid white;
}


.wpcf7-submit  {
    color: #000000 !important;
    font-weight: 600 !important;
    border-color: black;
    border-width: 3px !important;
    border-style: solid !important;
    padding: 10px 40px !important;
	background-color:transparent !important;
}


@media screen and (max-width: 480px) {
    h1 {
        font-size: 40px !important;
		text-align: center !important;
    }
}