/*
 Theme Name:   Oregon CSTA Theme
 Theme URI:    
 Description:  Child Theme of Masterstudy Theme
 Author:       HundredVisionsGuy
 Author URI:   http://hundredvisions.com
 Template:     masterstudy
 Version:      0.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         bootstrap, multiple-columns, right-sidebar, responsive-layout
 Text Domain:  masterstudy
*/
/* Mobile First Design 
    Mobile Portrait Layout: all changes in this section are for phones (mobile)
    at portrait layout (most narrow devices)
    */

.stm_breadcrumbs_unit .navxtBreads > span {
	font-size: 2em;
	color: #4B4949;
}
#wrapper, .normal_font {
    font-size: 120%;
    line-height: 1.5;
}
span.tagline {
    font-style: italic;
    text-transform: capitalize;
}
.blog #wrapper .post_list_featured_image {
	max-width: 250px;
}
.post_thumbnail {
    float: left;
    max-width: 25%;
    margin-right: 2em;
}
.thumbnail-left {
    float: left;
    margin-right: 1em;
}
.page-template-page-SQhomeTest .entry-title {
    height: 0;
    opacity: 0;
}
.upcoming-dates-header,
.join-us-header {
	background-color: rgba(255,255,255,.8);
	width: 100%;
	padding: 1em;
	text-align: center;
}
.upcoming-dates-h2, 
.upcoming-dates-header h2 strong {
	text-transform: uppercase;
	color: #111;
	font-weight: normal;
	font-family: Lato, sans-serif;
}
p.upcoming-dates {
    text-align: center;
    margin: 0;
	font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
    padding-bottom: .5em;
}
.site-list a {
    color: #182e72;
    text-decoration: underline;
}
body.page #main a.register-button:hover {
	color: #f2b500;
	background-color: #010101;
}
.site-promo {
    margin-top: 2em;
}
.entry-header .entry-title {
    height: 0;
	opacity: 0;
}
.join-us-header h3.upcoming-dates-h3 {
    margin-bottom: 1em;
}
a.register-button {
    padding: .5em 1em;
    background-color: #f2b500;
    margin: 1em;
    font-weight: bold;
    color: #010101;
}
ul.site-list {
    list-style-type: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.site-list li {
    margin: 0;
    line-height: 1.8;
}
.site-list a {
    font-size: 1em;
}
ul li a {
    font-size: 1em;
    color: #337ab7;
}
/* Flexbox Styles #1 - use to switch order of appearing */
.flex-box-switch {
  display: flex;
  flex-wrap: wrap;
}
.flex-box-child-no2 {
  order: 2;
}
.flex-box-child-no1 {
  order: 1;
}
/* End of Mobile Portrait Layout styles */

/* Breakpoint */
@media (min-width: 768px) {
    #wrapper, .normal_font {
		font-size: 105%;
	}
	.post_thumbnail {
		max-width: 15%;
	}
}
@media (min-width: 992px) {
	.upcoming-dates-header {
		padding: 1em;
		width: 380px;
		margin-top: 65px;
	}
	.join-us-header {
		margin-left: 50px;
		margin-top: 200px;
	}
}