/*
Theme Name: VARC Solutions
Theme URI: http://totalwptheme.com
Description: VARC Solutions WordPress Child Theme.
Author: T.Nichols & AJ Clarke
Author URI: http://totalwptheme.com
Template: Total
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


/* IDDS Custom CSS START */
 
.top-bar-right {
    font-size: large;
}

.entry-media img {
    margin: auto;
    display: block;
}

	.succesBox p {
		color:green;
		font-size: 18px;
		font-weight: 600;
		display: inline-block;
		margin-right: 10px;
	}

	/***new added***/
	.select-form-box{
		padding: 1.5rem;
		text-align:  -webkit-center;
	}
	.select-form-box .record-control{
		font-size: 15px;
		padding: 6px 10px;
		border: 1px solid #e4e4e4;
		border-radius: 3px;
	}
	div#updateDiv {
		text-align: center;
	}
	img#loading-image {
		width: 5%;
	}

	.select-form-box .record-control select:focus{
		-webkit-box-shadow: 1px 1px 8px 0px rgba(204,204,204,1);
		-moz-box-shadow: 1px 1px 8px 0px rgba(204,204,204,1);
		box-shadow: 1px 1px 8px 0px rgba(204,204,204,1);
	}

	.select-form-box .multiple-form{
		width: 100%;
		padding: 1.8rem;
	}
	.select-form-box .multiple-form select{
		font-size: 15px;
		padding: 6px 10px;
		border: 1px solid #e4e4e4;
		border-radius: 3px;
		margin: 1rem;
	}
	.select-form-box .multiple-form input{
		margin: 1rem;
	}
	.form2Box .succesBox{
		text-align: center;
		background: honeydew;
		padding: 1rem;
	}
	.form2Box .succesBox p{
		margin-bottom: 0;
	}
	.form2Box .error{
		color: red;
		font-size: 18px;
		background: #ff7f501f;
		padding: 1rem;
	}
	.emailFormBox .vfb-fieldType-html{
		position: absolute;
		visibility: hidden;

	}
	.form2Box {
	    width: 70%;
	    margin: 20px auto;
	    padding: 2%;
	}
	.form2Box {
    border: 2px dashed;
	}
	.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	    display: none !important;
	}
	button.showLeadForm {
	    font-size: 14px;
	    text-transform: capitalize;
	    padding: 7px 30px;
	    margin: 15px 0;
	}
	input#showPrice {
	    font-size: 14px;
	    padding: 7px 20px;
	}
	input.wpcf7-form-control.wpcf7-text {
	    background: none;
	    border-color: #ddd;
	    border-radius: 3px;
	}
	.formBtnMail {
		display: inline-block;
		width: 100%;
		text-align: center;
	    margin-top: 20px;	
	}
	button.ordrNowShw {
    font-size: 16px;
    font-weight: 600;
	}
	label#hidEmBx, #hidEmBxDv {
    position: absolute;
    visibility: hidden;
	}
	/*****/




