/*
Theme Name: stripeone
Author: Bryn Isaac
Description: This is the basic theme Stripe One built.
*/


/**************************
PAGE SPECIFIC - START 
*************************/
.responsive-image {
  	max-width: 100%;
	height: auto;
}

/*** Contact Form - start ***/
label {
	padding-bottom:100px !important;
	font-weight:bold !important;
}
input, textarea, select {
  	width : 100%;
	padding: 12px 20px;
  	margin: 10px 0 0 0 !important;
}
submit {
	padding: 20px;
}
input[type=button], input[type=submit], input[type=reset] {
  	background-color: var(--principle);
  	border: none;
  	color: white;
  	padding: 10px 0;
  	cursor: pointer;
	font-size: 16px;
	letter-spacing: 2px;
	border-radius: 8px;
}
button {
	margin: 0;
}
.wpcf7 p {
	font-weight:bold;
}
.screen-reader-response, .wpcf7-not-valid-tip, .wpcf7-response-output, .wpcf7-validation-errors {
	color:#ff0000;
}
/*** Contact Form - end ***/

/****************************************************
	MIN WIDTH - START 
*****************************************************/

.card-text {
	text-align: center;
	
}
.bottom-padding {
	padding-bottom: 20px;
}
/*** Article Page - End */
	
/* Useful Resources */
.addtoany_header {
    margin: 0 0 10px;
}