/*
 Theme Name:   vistatech-child
 Theme URI:    Localhost
 Description:  vistatech-child
 Author:       John Doe
 Author URI:   http://example.com
 Template:     vistatech
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  vistatech-child
*/
@import	url('../vistatech/style.css');

.logo {
    margin-top: 2px;
}
h2{font-size:37px;}
.callToAct{
	background-color: #fe423f;
    border: 2px solid #ac1504;
    border-radius: 4px;
    box-shadow: inset 0 0 2px 0 rgba(255,255,255,0.5);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 21px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
}
.callToAct:hover{background: #ac1504;}
.companyLogo .su-column,
.staff .su-column{
	border: 1px solid #d9d9d9;
    text-align: center;
}
.companyLogo .su-column {padding: 10px 0 6px;}
.staff .su-column {padding: 10px; background: #f8f7fe;}

.staff .su-column p{margin-bottom:5px;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin:0; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.appoLocation{
    background: #f8f7fe;
    border: 1px solid #ac1504;
	border-bottom:0;
	margin-top: 25px;
}
	.office-hours ul {
		border: 1px solid #ac1504;
		border-bottom:0;
		margin: 10px 0 25px;
		padding:0;
	}
		.office-hours ul li {
			font-size: 17px;
			line-height: 30px;
			border-bottom: 1px solid #ac1504;
			padding:0 10px;
			background: #faf3f2;
		}
		.office-hours ul li.odd {
			background: #fff;
		}
	.appoLocation p,
	.appoLocation li{
		padding: 10px;
		border-bottom: 1px solid #ac1504;
	}
	.appoLocation p {background: #ac1504; color: #fff;}
	.appoLocation li{font-size: 14px;}
	.appoLocation li span{
		font-family: FontAwesome;
		content: "\f09b";
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		margin: 0 6px 0 0;
		color: #353535;
		font-weight: normal;
		display: inline-block;
	}
	
	.box {
		width: auto !important;
		float: none !important;
		border: 1px solid #d9d9d9 !important;
		padding-right: 0 !important;
	}
		.box p{
			padding: 30px;
    		border-bottom: 1px solid #d9d9d9;
			margin-bottom:0 !important;
			display:table;
			width: 100%;
			-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		}
			.box p span.wpcf7-list-item {
				margin: 0 1em 0 0 !important;
			}
				.box p span.wpcf7-form-control-wrap{
					display: table-cell;
					vertical-align: top;
					text-align: right;
				}
				.box p label{ width: 80%; display: table-cell;}
				.box p input[type="email" i], input[type="text" i], input[type="tel" i] {
					margin-right: 15px;
					padding: 4px;
					line-height: 22px;
				}
				.box p input[type="radio" i] {
					margin: 3px 3px 0px 0;
				}
				.box p input[type="submit" i]{
					padding:10px 20px;
					font: 17px/24px 'Open Sans', sans-serif;
    				color: #fff;
					background: #2c85c7;
					border: 0;
				}
		#score{display:none;}
		#score div.wpcf7-mail-sent-ok{
			border:0 !important;
		}
		#score div.wpcf7-response-output{
			margin: 0 !important;
    		padding: 0 !important;
		}