/*
 Theme Name:   QCMPN Theme
 Description:  Custom Theme for Quad Cities Missing Person's Network
 Author:       Alex Herrera
 Text Domain: QCMPN
*/

/* Simple temp reset until can compile sass */

a
{
	color: blue;
}

.btn-primary
{
	background-color: blue;
	border-color: blue;
}

.understrap-read-more-link
{
	display: none;
}

.hentry
{
	margin-top: 20px;
}



/* END reset *./

/* UTILITY CLASSES */

.hidden
{
	display: none !important;
}
/* END UTILITY */

/* Nav Bar */

.navbar
{
	background-color: black;
}

.navbar-nav a
{
	color: yellow;
}

.navbar-brand
{
	background-image: url('./img/emblem_p.png');
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 4em;
	padding-top: 1em;
	padding-bottom: 1em;

	color: white;
}

.navbar .dropdown-menu
{
	background-color: black;
}

.active
{
	font-weight: bold;
}

.nav-item:hover
{
	text-decoration: underline;
}

#wrapper-navbar
{
	width: 100%;
}

/* END Nav Bar */

/* Masthead */

#masthead
{
  background-color: black;
}

#masthead > article
{
	margin: auto;
	background-color: black;
}

#masthead > article > p
{
	color: white;
}

.vision-statement
{
	margin: auto;
	color: #cccccc;
	text-align: center;
	font-style: italic;
}
 /* END Masthead */

/* Main Container */

.action_call section
{
	
}

.action_call .card
{
	background-color: rgba(0, 0, 0, 0.05);
}

.action_call
{

}

.about_section
{
	background-color: rgba(0, 0, 0, 0.05);
}

.about_section > div
{
	background-color: white;
	padding: .5em;
	margin: 1em 0;
	border: 2px solid rgba(0, 0, 0, 0.5);
	border-radius: 30px 5px;
}

.about_section
{
	padding: 1em .5em;
}

div#content
{
	margin: 1em;
}

/* End main container */



/* Footer */

#wrapper-footer
{
	background-color: black;
	color: white;
}

#wrapper-footer .site-info
{
	text-align: center;
}

/* END footer */

/* Widgets */

.widget-title
{
	margin-top: .25em;
}

/* END Widgets */


/* POST ENTRY */

.entry-thumbnail
{
	margin-right: .25em;
}

.entry-content
{
	overflow-wrap: break-word;
  word-wrap: break-word;

  margin: 2em 0;
}

.post-navigation
{
	margin: 1em 0;
}

/* END Post Entry */


/* This is necessary because something about understrap's
 * styling makes pictures scrunch down vertically due to setting:
 *
 * height: auto;
 *
 * setting it like this fixes the issue
 */
img.wp-post-image,
img,
{
	height: unset;
}


.myform form
{
	overflow: none;
	width: 100%;
}

.myform tr,
.myform td
{
	border: none;
}

.myform table
{
	border: none;
	margin: 1em;
}

.myform fieldset
{
	border-radius: 20px;
	margin-bottom: 1em;
}

.myform textarea
{
	width: 100%;
	height: 10em;
}


.myform label
{
	display: block;
	font-weight: bold;
}

.myform #zip
{
	width: 4em;
}

.myform ul
{
	list-style: none;
	padding-left: 0;
}

.myform li
{
	margin: 1em;
	margin-bottom: 0;
}

.report_disclaimer
{
	margin-top: 2em;
	margin-bottom: 2em;
}

.report_disclaimer > section
{
	border: solid 2px black;
	background-color: rgba(255, 200, 0, 0.5);
}

.report_disclaimer h2
{
  text-align: center;
  margin-top: .5em;
}

.report_form
{
	background-color: rgba(0, 0, 0, 0.05);
	padding: 2em;
}

.report_form fieldset
{
	background-color: white;
}

@media (max-width: 1015px)
{
	h1
	{
		font-size: 2.25em;
	}

	h3
	{
		font-size: 1.5em;
	}
}

/* PAGE: SAR */

.sar_emblem
{
	margin-bottom: 1em;
}

.sar_page_menu
{
}

.sar_page_menu li
{
	list-style: none;

	border-top: solid 1px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.sar_page_menu > li
{
	border: solid 1px;
	border-left: none;
}

.sar_page_menu li > a
{
	width: 100%;
	border-left: solid 4px;
	padding-left: 1em;
	display: block;

	color: black;
	font-size: 1.5em;
}

.sar_page_menu li > a:hover
{
  font-size: 1.6em;
  text-decoration: none;
}

.sar_page_menu ul
{
	padding-left: 0;
	margin-bottom: 0;
}

.sar_page_menu .current_page_item
{
	font-weight: bold;
}

.sar_page
{
	padding-top: 0;
}

.sar_page h1.entry-title
{
  font-size: 5em;
  font-variant: small-caps;

  border-bottom: solid 1px black;
  margin-bottom: 1em;
  padding-bottom: 5px;

}

.sar_page img.sar_group_photo
{
	margin: 0 auto;
	width: auto;
	display: block;
}

.sar_app_form td
{
  padding: 0 0.5em;
  vertical-align: center;
}

input:focus.valid,
textarea:focus.valid
{
  border: solid 1px green;
  box-shadow: 0 0 5px rgba(0, 255, 0, 0.6);
}

.skill_set input[type=checkbox]
{
	float: left;
	margin-right: 0.5em;
}

input.form-control-inline
{
	margin-left: 0.5em;
}

/* END: SAR */;