/* Newsletter sign-up page */

/* Font and Line-Height Sizes */


@media screen and (max-width: 359px) {
	.fluidtext_form_label1,
	#comment_submission_form label,
	#comment_submission_form input[type="text"], 
	#comment_submission_form input[type="select"],
	#comment_submission_form input[type="email"],
	#comment_submission_form textarea,
	#tswsubmit {
		font-size: var(--fluidFontSize-formLabel1-ofSmallestFont);
	} 
 }

@media screen and (min-width: 360px) and (max-width: 1189px) {
	.fluidtext_form_label1,
	#comment_submission_form label,
	#comment_submission_form input[type="text"], 
	#comment_submission_form input[type="select"],
	#comment_submission_form input[type="email"],
	#comment_submission_form textarea,
	#tswsubmit {
		font-size: calc(var(--fluidFontSize-formLabel1-ofSmallestFont) + calc(var(--fluidFontSize-formLabel1-ofLargestFont-numberOnly) - var(--fluidFontSize-formLabel1-ofSmallestFont-numberOnly))*(calc(100vw - var(--fluidVals-screenWidth1-ofSmallestVal)) / calc(var(--fluidVals-screenWidth1-ofLargestVal-numberOnly) - var(--fluidVals-screenWidth1-ofSmallestVal-numberOnly))));
	} 
 }

@media screen and (min-width: 1190px) {
	.fluidtext_form_label1,
	#comment_submission_form label,
	#comment_submission_form input[type="text"], 
	#comment_submission_form input[type="select"],
	#comment_submission_form input[type="email"],
	#comment_submission_form textarea,
	#tswsubmit {
		font-size: var(--fluidFontSize-formLabel1-ofLargestFont);
	}		
}


#comment_submission_form label {
	    line-height: 30px;
}

/*	#comment_submission_form input[type="submit"] */
/* #tswsubmit {
	font-size: 30px;
}
*/
	

/* Other CSS Items */
#comment_submission_form {
	width: 100%;
/*	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px); */
    background: -webkit-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
    background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
    background: -ms-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	background: -o-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
    background: linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
	margin-right: 0px;
	margin-left: 0px;
    position: relative;
/*	height: 1000px; */
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #999;
    border: inset 1px solid #333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}



#comment_submission_form label {
	color: #542a18;
	font-family: 'League Spartan';
    font-weight: bold;
    color: #542a18;
    text-decoration: none;
}

#comment_submission_form input[type="text"], 
#comment_submission_form input[type="select"],
#comment_submission_form input[type="email"] {
	box-sizing: border-box;
	width: 100%;
/*	width: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -ms-calc(100% - 20px);
	width: -o-calc(100% - 20px); */
	margin-bottom: 25px;
	display: block;
	background-color:#CBB3AC;
	color: #542a18;
	font-family: 'League Spartan';
/*		border: medium none; */
    border: 1px solid #999;
    border: inset 1px solid #333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	padding: 8px 10px;
}	


#comment_submission_form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
/*	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -ms-calc(100% - 40px);
	width: -o-calc(100% - 40px); */
	font-family: 'League Spartan';
	color: #542a18;
	background-color:#CBB3AC;
	border-radius: 8px;
	padding: 8px 10px;
	font-size: 1.6em;
    border: 1px solid #999;
    border: inset 1px solid #333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}


@media screen and (min-width: 1010px) {}		

@media screen and (max-width: 1009px) and (orientation: landscape) {}

@media screen and (max-width: 1009px) and (orientation: portrait) {}


#comment_submission_form input[type="submit"]:hover {
	background-color:#0087e0;
	cursor: pointer;
}

#comment_submission_form .textselectfull {
	width:320px;
	background:#CBB3AC;
	line-height: 24px;
	border: medium none;
	border-radius: 8px;
	padding: 8px 10px;
	font-size: 16px;
}

#comment_submission_form .editor-field {
	float: left;
	width: 280px;
/*	width: 360px; */
}

#tswsubmit			
   /*	#comment_submission_form input[type="submit"] */ {
   	 	position: relative;
   		background: #542a18;
	    background: -webkit-radial-gradient(circle, #542a18 5%, #6E4432 35%, #542a18 90%); /* For Safari 5.1 to 6.0 */
	    background: -moz-radial-gradient(circle, #542a18 5%, #6E4432 35%, #542a18 90%); /* For Fx 3.6 to 15 */
	    background: -ms-radial-gradient(circle, #542a18 5%, #6E4432 35%, #542a18 90%); 
	       background: -o-radial-gradient(circle, #542a18 5%, #6E4432 35%, #542a18 90%); /* For Opera 11.6 to 12.0 */
	       background: radial-gradient(circle, #542a18 5%, #6E4432 35%, #542a18 90%);
   		color: white;
   		border: medium none;
   		border-radius: 8px;
   		padding: 8px 10px;
   		font-family: 'League Spartan';
		margin-left: 0px;
		margin-top: 0px;
/*   	margin-left: 10px;
   		margin-top: 20px; */
/*   		margin-bottom: 30px; */
		margin-bottom: 0px;
/*		max-width: 750px; */
		width: 100%;
/*		width: calc(100% - 20px); */
/* 	  	width: calc(100% - 180px);
  		width: -webkit-calc(100% - 180px);
   		width: -moz-calc(100% - 180px);
   		width: -ms-calc(100% - 180px);
   		width: -o-calc(100% - 180px);
*/
   		height: 100px;
   		transition: background-color .4s ease;
	}
	
	