/*
Theme Name: Twenty Sixteen Child (PLC)
Theme URI: https://pasadenalanguage.com/tools/
Description: Child theme of Twenty Sixteen for the Pasadena Language Center "tools" site. Holds the registration-form (Gravity Forms) tweaks and the site's custom CSS (moved from Customizer Additional CSS). Built by Webmaster & More, 2026-07-28.
Author: Webmaster & More
Template: twentysixteen
Version: 1.0.0
*/

/*
You can add your own CSS here.

Click the help icon above to learn more.
*/


.form-style-5{
    max-width: 500px;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
   
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;

   /** color: #FFF;**/

    color: #ffc445;
    margin: 0 auto;
   /** background: #1abc9c; **/
    background: #942226; 

    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #942226;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    /**background: #109177;***/

    background: #9e383b;

}


.entry-title
{
 display:none;
}
.site-header {
    padding: 1em 4.5455%;
}

/*** upper labels ***/

.form-style-5-upLab{
    max-width: 500px;
    padding: 10px 20px;
    background: #f4f7f8;
    margin: 10px auto;
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}
.form-style-5-upLab fieldset{
    border: none;
}
.form-style-5-upLab legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5-upLab label {
    display: block;
    margin-bottom: 8px;
    
}
.form-style-5-upLab input[type="text"],
.form-style-5-upLab input[type="date"],
.form-style-5-upLab input[type="datetime"],
.form-style-5-upLab input[type="email"],
.form-style-5-upLab input[type="number"],
.form-style-5-upLab input[type="search"],
.form-style-5-upLab input[type="time"],
.form-style-5-upLab input[type="url"],
.form-style-5-upLab textarea,
.form-style-5-upLab select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 5px;
   
}
.form-style-5-upLab input[type="text"]:focus,
.form-style-5-upLab input[type="date"]:focus,
.form-style-5-upLab input[type="datetime"]:focus,
.form-style-5-upLab input[type="email"]:focus,
.form-style-5-upLab input[type="number"]:focus,
.form-style-5-upLab input[type="search"]:focus,
.form-style-5-upLab input[type="time"]:focus,
.form-style-5-upLab input[type="url"]:focus,
.form-style-5-upLab textarea:focus,
.form-style-5-upLab select:focus{
    background: #d2d9dd;
}
.form-style-5-upLab select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5-upLab .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5-upLab input[type="submit"],
.form-style-5-upLab input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;

   /** color: #FFF;**/

    color: #ffc445;
    margin: 0 auto;
   /** background: #1abc9c; **/
    background: #942226; 

    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #942226;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5-upLab input[type="submit"]:hover,
.form-style-5-upLab input[type="button"]:hover
{
    /**background: #109177;***/

    background: #9e383b;

}

.paragraph
{
font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}

h2
{

  font-family: "Arial" !important;
    font-weight: 400 !important;
    
    text-transform: uppercase;

color: #900 !important;

font-size: 26px !important;



   
   
    line-height: 1.3em;
   
    padding-left: 0;
    padding-right: 0;
    
   margin-top: 0px !important;


}

/*** line under title ***/

hr.styled-hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #a5acad;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: currentcolor;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0;
    color: #a5acad;
    height: 1px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    text-align: center;
}


.site-header
{
 display:none;
}

.restbtn
{
	    position: relative !important;
    display: block !important;
    padding: 19px 39px 18px 39px !important;

   /** color: #FFF;**/

    color: #ffc445 !important;
    margin: 0 auto !important;
   /** background: #1abc9c; **/
    background: #942226 !important;

    font-size: 16px !important;
    text-align: center  !important;
    font-style: normal !important;
	
	font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    width: 150px !important;
    border: 1px solid #942226 !important;
    border-width: 1px 1px 3px !important;
   
	
	    -webkit-appearance: button !important;
    cursor: pointer !important;
	
	float: right;
	
}
.restbtn:hover
{

    background: #9e383b  !important;

}

@media only screen and (max-device-width: 480px)
{
	.restbtn
{
	width: 100% !important;
}
	  
	
}



/*** register now btn ****/

.regstNowbtn
{
	    position: relative !important;
    display: block !important;
    padding: 9.5px 19.5px 9px 19.5px !important;

   /** color: #FFF;**/

    color: #ffc445 !important;
    margin: 0 auto !important;
   /** background: #1abc9c; **/
    background: #942226 !important;

    font-size: 12px !important;
    text-align: center  !important;
    font-style: normal !important;
	
	font-family: Montserrat, "Helvetica Neue", sans-serif !important;
    width: 200px !important;
	 height: 40px !important;
    border: 1px solid #942226 !important;
    border-width: 1px 1px 3px !important;
    
	
	    -webkit-appearance: button !important;
    cursor: pointer !important;
	
	float: left;
	
}
.regstNowbtn:hover
{

    background: #9e383b  !important;

}

.resetbtn
{
    position: relative !important;
    display: block !important;
    padding: 9.5px 19.5px 9px 19.5px !important;
	
    /** color: #FFF;**/

    color: #ffc445 !important;
    margin: 0 auto !important;
   /** background: #1abc9c; **/
    background: #942226 !important;

    font-size: 18px !important;
    text-align: center  !important;
    font-style: normal !important;
	
	font-family: Montserrat, "Helvetica Neue", sans-serif !important;
   
    border: 0px !important;
    
    
	
	    -webkit-appearance: button !important;
    cursor: pointer !important;
	
 width: 150px !important;
	 height: 56px !important;
	float: right
}
.resetbtn:hover
{
    background: #9e383b !important;
}

.imprint
{
	display:none !important
}





