/*
 Theme Name:   Trizzy Child
 Description:  Trizzy Child Theme use to customize theme without loosing any changes after update
 Author:       Simon Law
 Author URI:   http://www.simonlaw.com.au
 Template:     trizzy
 Version:      1.0.0
 Text Domain:  trizzy-child
*/

@import url("../trizzy/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

#wrapper { margin-top: 0 !important; margin-bottom: 0 !important; }

.wp-image-285, .wp-image-286, .wp-image-287, .wp-image-288 {
	display: inline;
}

table td {
	padding: 0px 15px;
}

.wp-caption-text {
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.5em;
}

.img-aligncenter {
	margin: 1em;
	display: inline-block;
}

#footer {
	padding: 35px 0 0 0;

}

.mc4wp-form label {
	display: inline !important;
}

.vert-align-box {
	padding-top: 20%;
}

@media only screen and (max-width: 767px) {
	.vert-align-box {
		padding-top: 0px;
	}
}