/*
Description: Custom Design for Susan White
Author: Josh.biz Web Design
Author URI: http://www.josh.biz
Version: 1.0

Designed July 2018 - Using a RESPONSIVE DESIGN and DESKTOP FIRST approach
*/
body {
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #626262;
	background-color: #ffffff;
    /*background-repeat: repeat-x;
    background-position: top;
    background-image: url(images/page_bg.png);
    background-attachment: fixed;*/
}

a:link, a:visited {
color: #626262;
}
	
a:hover, a:active {
	color: #626262;
}

img, .wp-caption, object, embed, video {
	max-width: 100%;
	height: auto;
}

strong {
	font-weight: 600;
}

.alignleft, .wp-caption.alignleft {
	float: left;
	margin: 0em 1.5em 1.5em 0em;
	text-align: left;
}
.alignright, .wp-caption.alignright {
	float: right;
	margin: 0em 0em 1.5em 1.5em;
	text-align: right;
}
.aligncenter, .wp-caption.aligncenter {
    display: block;
    margin: 1em auto;
	text-align: center;
}


h1 {
    font-size: 32px;
	line-height: 1.5em;
	color: #647883;
	margin: 0;
	font-weight: 600;
}
h2 {
    font-size: 22px;
	line-height: 1.25em;
	color: #427ea2;
	margin: 0.5em 0em 0em 0em;
	font-weight: 400;
}

h3 {
	color: #5c8ca8;
	font-size: 24px;
	margin: 1.75em 0em 0.5em 0em;
}

#wrapper {
	max-width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}

#header {
    min-height: 355px;
    background-image: url(images/bg.jpg);
    max-width: 960px;
    margin: 2em auto 0 auto;
    padding: 2em;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: right 0%;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	}

#headerinner {
    width: 28%;
    padding: 2em 1em 1em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#menuwrapper {
    text-align: center;
    font-size: 19px;
	margin-top: 0.5em;
}
#menuwrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#menuwrapper li {
    display: inline;
}
#menuwrapper li a {
    display: inline-block;
    color: #5e5e5e;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
	border-right: solid 1px #cccccc;
}
#menuwrapper li:last-of-type a {
	border-right: none;
}
#menuwrapper li a:hover {
    background-color: #EBF5FB;
}
#menuwrapper li.current_page_item a, #menuwrapper li.current-menu-item a {
    background-color: #276776;
    color: #ffffff;
}
.slicknav_menu {
    display: none;
}

#content {
	padding: 0em 2em 0em;
}

#content blockquote.type1 {
	border-top: solid 1px #b2c1d0;
	border-bottom: solid 1px #b2c1d0;
	padding: 1em;
	margin: 2em 0em;
	color: #365f91;
	text-align: center;
	line-height: 1.5em;
	font-style: italic;
}

#content blockquote.type2 {
	/*border-top: solid 1px #003366;
	border-bottom: solid 1px #003366;*/
	padding: 0;
    margin: 2.5em 1em 1.5em 0em;
	color: #365f91;
	text-align: center;
	line-height: 1.6em;
	font-style: italic;
	font-size: 17px;
}

#content p.strapline {
	text-align: center;
	font-size: 28px;
	font-style: italic;
	margin-top: 2em;
	line-height: 1.25em;
}

#content p.center {
	text-align: center
}

#content img.bar {
	margin-top: 1.5em;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	}
#content figure {
	text-align: center;
	display: inline-block;
	float: right;
}
#content figcaption {
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
}

#content ul.featuredin {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
	max-width: 36em;
	text-align: center;
}

#content ul.featuredin li {
    display: inline-block;
    color: #5e5e5e;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
}

#content ul.default li {
	margin-bottom: 1em;
}

#footer {
	/*border-top: solid 1px #003366;*/
	text-align: center;
	padding: 0em 1.5em 5em 1.5em;
	font-size: 19px;
}
#footer p.goodbye {
	color: #365f91;
	margin-bottom: 2em;
	}
#footer p.contact {
	line-height: 2em;
}

#footer p.notes {
	font-size: 15px;
	margin-top: 2em;
	font-style: italic;
}



/* FIRST Media Breakpoint - less than 900px
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 900px) {

#headerinner {
    width: 50%;
}
	
}



/* Media Breakpoint - less than 800px
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {

.aligncenter, .wp-caption.aligncenter
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft, .wp-caption.alignleft,
.alignright, .wp-caption.alignright,
.aligncenter, .wp-caption.aligncenter,
.alignnone, #content figure {
    float: none;
    margin: 1em auto;
    display: block;
 }

.alignleft p.wp-caption-text, .alignright p.wp-caption-text {
	text-align: center;
	}

#header {
    padding-top: 0em;
	padding-bottom: 0em;
	}
#headerinner {
	padding-bottom: 0.5em
	}
	
#menuwrapper ul {
    display: none;
}
.slicknav_menu {
    display: block;
    text-align: center;
    width: 100%;
}
.slicknav_btn {
    display: inline-block;
    float: none;
    text-align: center;
}
	
#header {
    margin: 0 auto;
	}
	
}

/* Media Breakpoint - less than 550px
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 550px) {
	
#headerinner {
    width: 70%;
}
	
}	
	
/* Media Breakpoint - less than 410px
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 410px) {
	
#headerinner {
    width: auto
}
#footer p.contact {
	font-size: 16px;
}
	
}


/* Media Breakpoint - less than 350px
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 350px) {
	
h1 {
    font-size: 26px;
}
h2 {
    font-size: 18px;

}
	
	#headerinner p {
		font-size: 16px;
	}
	
}

