/*
	Theme Name: aadp
	Author: AADP
	Version: 1.0
	Tags: black, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	
	Colors:	#647 (Dark Purple)
		#8c549b (Purple)
		#bf80b7 (Light Purple)
		#e3b6d5 (Lighter Purple)
		#4b0669 (Dark Hover Purple)
		#1693a5 (Teal)
		#02779e (Dark Hover Teal)
		#12AAB8 (lightseagreen)
		#dcae68 (Gold)

	Fonts:	font-family: 'Josefin Sans', Arial, sans-serif;
		font-family: 'Arvo', Georgia, serif;
		font-family: 'Josefin Sans', regular;
*/

 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Galleries
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post 
		- Ultimate Social Media Icons 
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Responsive Menu
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 960px
		- max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-comments:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-comments:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #333;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 1.625;
	-webkit-font-smoothing: antialiased;
}

a,
img,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1693a5;
	color: #fff;
}

::selection {
	background-color: #1693a5;
	color: #fff;
}

a {
	color: #12AAB8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[href^="tel"],
a[href^="tel"]:hover {
	text-decoration: none;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
}

blockquote::before {
	content: "\201C";
	color: #1693a5;
	display: block;
	font-size: 120px;
	height: 0;
	left: -45px;
	position: relative;
	top: -60px;
}

.entry-content code {
	background-color: #653e76;
	color: #fff;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #653e76;
	font-family: 'Arvo', Georgia, serif;
	font-weight: 400;
	line-height: 2.2rem;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	color: #333;
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 2rem;
}

h2 {
	font-size: 29px;
	line-height: 2rem;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
	font-size: 12px !important;
}

.tiled-gallery {
	margin: 0 0 80px !important;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 2px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #333;
	font-family: 'Josefin Sans', Arial, sans-serif;
	font-size: 16px;
	padding: 4px 12px;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #8c549b;
	outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #653e76;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Arvo', Georgia, serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 8px 16px;
	text-transform: none;
	width: auto;
	-webkit-font-smoothing: antialiased;
}

input[type="submit"] {
	margin-top: 10px;
	margin-bottom: 20px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #4b0669;
	color: #fff;
}

.button,
.button:hover {
	border-radius: 3px;
	display: inline-block;
	text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1400px;
	width: 85%;
}

.site-inner {
	clear: both;
	margin: 20px 0 40px;
}

.site-inner .wrap {
	border-bottom: none;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1000px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	float: right;
	padding: 32px 20px 48px;
	width: 80%;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 400px;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.sidebar-content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 32px 0 0;
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: left;
	width: 230px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 126px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 22px;
	line-height: 1.2;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	height: 64px;
	width: 64px;
}

.entry-comments .avatar {
	height: 48px;
	margin: 0 16px 24px 0;
	width: 48px;
}

.sticky {
}

.search-form {
	overflow: hidden;
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: .7rem;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

.gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #555;
	font-size: 1.3rem;
	margin: 0 0 12px;
	padding: 6px 0;
	border-bottom: 1px solid #ddd;
}

.breadcrumb-wrap {
	width: 960px;
	margin: 0 auto;
}	

.archive-description,
.author-box {
	color: #333;
	margin-bottom: 40px;
	padding: 0;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 0 40px;
}

.archive-description h1,
.author-box h1 {
	color: #333;
	font-family: 'Arvo', Georgia, serif;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 16px;
}

.archive-description p,
.author-box p {
	font-size: 16px;
	margin-bottom: 24px;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 32px;
	line-height: 1.2;
}

.blog .entry-title {
	font-size: 26px;
	line-height: 1.2;
}

.entry-title a,
.sidebar .widgettitle a {
	color: #333;
}

.entry-title a:hover {
	color: #12AAB8;
	text-decoration: none;
}

.sidebar .widgettitle {
	color: #653e76;
	font-size: 17px;
	letter-spacing: 0;
	margin-bottom: 8px;
	text-transform: none;
}

.site-header .widget-area .widgettitle {
	color: #333;
	margin-bottom: 4px;
}

.sidebar .widgettitle a {
	border: none;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.archive .entry .entry-title {
	font-size: 22px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 22px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 32px;
	position: relative;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: auto;
	background-image: url(images/Logo_head1.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 4.0%;
	margin-top: 0;
	padding-top: 0;
	padding-left: 3rem;
	margin-left: 0;	
}

.site-title {
	font-family: 'josefin sans';
	font-size: 1.8em;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	padding: 1px 0 5px 1px;
	margin: 5px 0 0 0;
	text-transform: none;
	position: relative;
	
}

.site-title a,
.site-title a:hover {
	color: #653e76;
	display: inline-block;
	margin-top: 10px;
	padding: 1% 0 0 90px;
	background-repeat: no-repeat;
	background-size: 78px 65px;
	background-position: left top;
	overflow: visible;
	text-align: center;
	text-decoration: none !important;
	
}

.site-description {
	color: #555;
	font-family: 'josefin Sans', Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.6;
	overflow: visible;
	margin: 0;
	padding: 0;
	text-align: center;
		
}

.site-description a {
   color: #1c1c1c;
}
.site-description a:hover {
   text-decoration: none !important;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #333;
	float: right;
	text-align: right;
	width: 400px;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
}

.site-header .widget_text {
	margin-top: 20px;
}

.site-header .widget_text p {
	margin-bottom: 0;
}

/* Ultimate Social Media Icons */

.sfsi_widget .norm_row {
  float: none;
  margin: 0 auto;
  position: relative !important;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 0; /* fix white space when inline-block is applied to .menu-item */
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 0;
	position: relative;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

/*.genesis-nav-menu .menu-item > .sub-menu:before {
	content: "\25B2";
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: -12px;
	left: 50px;
}*/

.nav-primary .genesis-nav-menu .sub-menu .sub-menu {
	margin: -41px 0 0 249px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #653e76;
	border-bottom: 2px solid #9a69b0;
	border-top: 2px solid #9a69b0;
}

.nav-primary .genesis-nav-menu {
	text-align: center;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
	font-family: Josefin Sans, Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1;
	margin: 0;
	padding: 15px 18px;

	text-align: center;
}

.nav-primary .sub-menu {
	background-color: #fff;
}

.nav-primary .sub-menu a {
	background-color: #fff;
	color: #999;
	font-family: Josefin Sans, Arial, sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-top: none;
	letter-spacing: 0;
	padding: 8px 8px 8px 28px;
	position: relative;
	width: 250px;
	text-align: left;
}

.nav-primary .genesis-nav-menu > .menu-item > .sub-menu:before {
	content: "&nbsp;";
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #fff;
	position: absolute;
	top: -9px;
	left: 35px;
}

.nav-primary .genesis-nav-menu:hover > .menu-item > a {
	color: #999;
}

.nav-primary .genesis-nav-menu > .menu-item > a:hover {
	color: #fff;
	text-decoration: none;
}

.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #653e76;
	text-decoration: none;
}

/* Secondary Navigation
--------------------------------------------- */

#menu-item-9209 {
    background-color: #19a;
    border: 4px solid #19a;
	border-radius: 6px;
    color: white;
    padding: .5rem 1rem .4rem .2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 8px;
}

#menu-item-8489 {
  background-color: #19a; 
    border: 4px solid #19a;
	border-radius: 6px;
    color: white;
    padding: .5rem 1rem .4rem .2rem;
	margin-top: .3rem;
	margin-bottom: .3rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	margin-left: 8px;
}


#menu-item-9204 {
    background-color: #19a;
    border: 4px solid #19a;
	border-radius: 6px;
    color: white;
    padding: .5rem 1rem .4rem .2rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-left: 8px;
}

#menu-item-9209:hover a {
  color: #fff;
	font-weight: 900;
}

#menu-item-8489:hover a {
  color: #fff;
	font-weight: 900;
}

#menu-item-9204:hover a {
  color: #fff;
	font-weight: 900;
}
.nav-secondary {
	margin-top: 16px;
	margin-left: 50%;
}

.nav-secondary a {
	color: #aaa;
	font-family: Josefin Sans, Arial, sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin: 0;
	margin-left: 12px;
	padding: 0;
	width: 100%;
	text-align: center;
}

.nav-secondary .current-menu-item > a {
	color: #fff;
	text-decoration: underline;
}



/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 32px/1 'dashicons';
	margin: 0 auto;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.single .entry {
	margin-bottom: 16px;
}

.genesis-grid {
	font-size: 16px;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: .3em;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 16px;
}

.genesis-grid .entry-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 16px;
}

.entry-footer .entry-meta {
	border-bottom: 1px solid #ddd;
	padding: 1.8rem 0 1.2rem .5rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 40px;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-family: 'Arvo', Georgia, serif;
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #653e76;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #4b0669;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 16px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-comments .comment-author span {
	font-family: 'Arvo', Georgia, serif;
	color: #8c549b;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.bypostauthor {
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-top: 20px;
}

.sidebar img {
	margin-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar .widget li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin-bottom: 8px;
	padding-bottom: 8px;
	text-align: left;
	word-wrap: break-word;
}

.sidebar .widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.sidebar .widget ul ol > li {
	list-style-position: outside;
	text-indent: 0;
}

.sidebar .widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.sidebar .widget ol > li:last-child,
.sidebar .widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
	border-top: 1px solid #ddd;
}

.sidebar .widget:first-child {
	border-top: none;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .widget-wrap {
	padding: 10px 10px 24px;
	border-radius: 12px;
}

.sidebar .widget_text p {
	margin-bottom: 12px;
}

.sidebar .widget_text a {
	color: #fff;
	font-size: 15px;
	font-family: 'Arvo', Georgia, serif;
	padding: 8px 12px;
	background-color: #653e76;
	border-radius: 4px;
}

.sidebar .widget_text a:hover {
	text-decoration: none;
	background-color: #59376b;
}

/* 
Ultimate Media Footer --------------------------------------------*/
.footerwidgetheader-container {
  text-align: center;
	padding-bottom: 0;
	margin: 1rem 0 0 0;
	clear: both;
	border-top: 1px solid #12AAB8;
	padding: 2rem 0 6rem 0 ;
	height: 10rem;
}



.sfsi_wicon  {
	padding:  0;
	text-align: center;
	display: block;
	position: relative;
	left: 1rem;

}



/* 
Footer Widgets 3 column --------------- */

.footer-widgets .wrap{
	display: flex;
	justify-content: center;
	justify-content: space-around;
	flex-direction: row;
}
.footer-widgets  {
	display: flex;
	justify-content: center;
	justify-content: space-around;
	flex-direction: row;
	
	background: #653e76;
	color: #fff;
	clear: both;
	font-size: 1.1rem;
	padding: 11px 0 16px;
	padding: 1rem 0 0.0rem 0;
}

.footer-widgets-1{
	width: 350px;
	display: flex;
	justify-content: center;
	justify-content: space-around;
	text-align: center;
	line-height: 2.0rem;
	font-size: 1.2rem;
}

.footer-widgets-3 {
	width: 350px;
	display: flex;
	justify-content: center;
	justify-content: space-around;
	line-height: 1.3rem;
}

.footer-widgets-2 {
	width: 360px;
		display: flex;
	justify-content: center;
	justify-content: space-around;
}

.footer-widgets-1 {

		display: flex;
	justify-content: center;
	justify-content: space-around;
}

.footer-widgets-1,
.footer-widgets-2 {

	display: flex;
	flex-direction: row;
	justify-content: center;
	justify-content: space-around;

}

.footer-widgets-3 {
			display: flex;
	justify-content: center;
	justify-content: space-around;

}

.footer-widgets a {

	color: #fff;
}

.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets .widget {
			display: flex;
	justify-content: center;
	justify-content: space-around;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets li {

	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .search-form {
	width: 100%;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 14px;
	padding: 0 0 1% 0;
	text-align: center;
	background-color: #653e76;
}

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 960px) {

	.wrap {
		max-width: 1260px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area {
		width: 100%;
	}

	.title-area {
		float: left;
		margin: 0 auto;
	background-image: url(images/Logo_head1.png);
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 2%;
	padding-left: 44px;
	}

	.site-inner {
		margin-top: 0;
		padding-left: 5%;
		padding-right: 5%;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.sidebar .widget {
		padding: 0;
	}

	.nav-secondary {
		float: none;
		margin-bottom: 16px;
		text-align: center;
	}

	.nav-primary .genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item {
		margin-bottom: 10px;
		padding-left: 10%;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu li a,
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		display: block;
		width: auto;
		padding: 5px 20px;
		text-align: left;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.nav-primary .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 20%;
		margin-bottom: 6px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		color: #653e76;
		color: #fff;
		padding: 5px 8px;
		margin-right: 10%;
		right: 0;
		text-align: right;
		z-index: 9999;
		background-color: rgba(255,255,255,0.15);
		border-radius: 3px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition:    opacity 0.4s ease-in-out;
		-ms-transition:     opacity 0.4s ease-in-out;
		-o-transition:      opacity 0.4s ease-in-out;
		transition:         opacity 0.4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.nav-primary .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu:before {
		top: -7px;
		border-bottom: 16px solid #e5e5e5;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover > a,
	.nav-primary .genesis-nav-menu.responsive-menu > li:hover > a:hover {
		color: #fff;
	}

	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		color: #653e76;
		background-color: #e5e5e5;
		display: block;
		padding: 5px 20px;
		position: relative;
		width: auto;
		margin-right: 10%;
		border: none;
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.author-box {
		padding: 20px;
	}

	.sidebar .widget:first-child {
		border-top: 1px solid #ddd;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.breadcrumb-wrap {
		width: 100%;
		margin: 0;
	}

	.breadcrumb-wrap,
	.footer-widgets {
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer-widgets .widget:last-child {
		margin-bottom: 40px;
	}

	.footer-widgets-1 {
		margin: 0;
	}

}

@media only screen and (max-width: 600px) {

	.footer-widgets-3 .footer-social a {
		width: 35px;
		height: 35px;
		margin: 0 8px;
		background-size: 35px 35px !important;
	}

}

@media only screen and (max-width: 480px) {

	.title-area {
		float: left;
		margin: 0 auto;
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1%;
	padding-left: 5%;
	line-height:1;
	}


	.site-title {
		font-size: 19px;
	}

	.site-title a,
	.site-title a:hover {
		
		padding: 6px 0 0 65px;
		background-size: 60px 50px;
	}


	.site-description {
		font-size: 14px;
		padding: 0 0 4% 65px;
		top: 38px;
		margin-top: 0;
	}

	.nav-secondary a {
		font-size: 15px;
		margin-left: 8px;
	}

	.nav-secondary #menu-item-20 a {
		margin-left: 12px;
	}

	.nav-secondary #menu-item-2757 a,
	.nav-secondary #menu-item-6535 a {
		height: 26px;
		line-height: 26px;
		padding: 0 11px;
		margin-left: 12px;
		background: none;
		background-color: #1693a5;

	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}

	.site-footer {
		font-size: 12px;
	}

}
@media only screen and (max-width: 390px) {
.front-page-second .widget-wrap .entry {
		padding-left: 0;
	}
	.front-page-second {
		padding-bottom: 0;
	}

	.front-page-second {
		text-align: left;
	}

	.front-page-second .widget-wrap .entry {
		width: 100%;
		margin: 0 0 60px;
		display: block;
		padding-left: 180px;
		position: relative;
	}
}