/*
Theme Name: PlatePass
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: All Rights Reserved
License URI: 
Tags: 
Text Domain: platepass
*/

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}
/* EndImages */



div.clear {
	clear: both;
}

div#ComplianceLogos table {
	width: 100%;
}

div#ComplianceLogos table tr {
}

div#ComplianceLogos table td.left {
	width: 50%;
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}

div#ComplianceLogos table td.right {
	width: 50%;
	text-align: left;
	vertical-align: middle;
	padding-right: 20px;
}

form.wpcf7-form label {
	font-weight: bold;
	display: inline-block !important;
	width: 45% !important;
}

form.wpcf7-form label.wide {
	font-weight: bold;
	display: inline-block !important;
	width: 90% !important;
}

form.wpcf7-form input[type=text] {
	width: 45% !important;
}

form.wpcf7-form input[type=email] {
	width: 45% !important;
}

form.wpcf7-form input[type=tel] {
	width: 45% !important;
}

form.wpcf7-form select {
	width: 45% !important;
}

form.wpcf7-form textarea {
	width: 90% !important;
}

form.wpcf7-form input[type=submit] {
	font-weight: bold;
	font-size: 14px;
}

p.left {
	display: inline-block;
	float: left;
}

p.right {
	display: inline-block;
	float: right;
}


div.innertube table.faq {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

div.innertube table.faq tr {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

div.innertube table.faq td {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

div.innertube table.faq th {
	background-color: #000000 !important;
	color: #FFFFFF !important;
}

