/*
 Theme Name:   Cardinal Custom
 Theme URI:    
 Description:  Customizations to Stanford's Cardinal theme
 Author:       
 Author URI:   
 Template:     cardinal
 Version:      1.0.0
 Text Domain:  cardinal-child
*/


@import url("cardinal-style.css"); /* load parent themes styles */


/**
 * Custom styles
 * -----------------------------------------------------------------------------
 */
.post-listing .sticky {
  border: 1px solid #2e2d29 !important;
}
.current-status {
  text-align: center;
}
.current-status h2 {
  font-size: 1.3em;
  line-height: 1.3;
  text-transform: uppercase;
}
.current-status h3,
.current-status p {
  color: #2e2d29;
}
#the-status p {
  font-size: 2em;
  line-height: 1.3;
  margin: 1em 0 1.5em;
}

#example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 70%;
    background: #f1f1f1;
	margin-top: 2%;
}

	/*.but {
		background-color: #8c1515; 
		border: none;
		color: white;
		padding: 12px 18px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 3px 2px;
		cursor: pointer;
		-webkit-transition-duration: 0.4s; 
		transition-duration: 0.4s;
	}

	.butshadow {
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	}

	.but:hover {
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	}
	*/
	
	body {
  font-family: Arial;
}

* {
  box-sizing: border-box;
}
    
#example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

#example button {
  float: right;
  width: 20%;
  padding: 10px;
  background: #8D1818;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  margin-top: 5px;
}

#example button:hover {
  background: #8D1818;
}

#example::after {
  content: "";
  clear: both;
  display: table;
}


	.button {
		background-color: #8c1515; /* Cardinal Red */
		border: none;
		color: white;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		margin: 4px 2px;
		cursor: pointer;
		-webkit-transition-duration: 0.4s; /* Safari */
		transition-duration: 0.4s;
	}

	.buttonshadow {
		box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	}

	.buttonshadow:hover {
		box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	}
	
	
	
	
	
	
	
	
	
	
