/*
	Theme Name: Simmworks Child Theme
	Theme URI: https://www.pinkhairedpixels.com
	Description: Magazine is a two or three column child theme created for the Genesis Framework.
	Author: Carol Jones/Pink Haired Pixels
	Author URI: https://www.pinkhairedpixels.com/

	Version: 2.0
	
	Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white
	
	Template: genesis
	Template Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Homepage
* Genesis Slider
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */
@import url(https://fonts.googleapis.com/css?family=Lato|Oswald|Raleway);
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

input,
select,
textarea,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

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

.home-top .featuredpost ol li,
ol li {
	list-style-type: decimal;
}

.home-top .featuredpost p {
	margin:  20px auto;
}

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #2ab6da;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: #e9e9e9;
	width: 100%;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: #fff;
	margin: 0 auto;
}


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

#header {
	min-height: 200px;
	margin: 0 auto;
	overflow: hidden;
	width: 1000px;
	max-width: 100%;
	background: url(https://acraftyspoonful.com/wp-content/uploads/2017/02/a-crafty.png) no-repeat;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 490px;
	max-width: 100%;
}

#title {
	font-family: 'Lato', sans-serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: transparent;
	text-decoration: none;
}

#description {
	color: transparent;
	font-size: 13px;
	text-transform: uppercase;
}

#header .widget-area {
	float: right;
	padding: 25px 0 0;
	width: 468px;
	max-width: 100%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 115px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 490px;
	max-width: 100%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 1000px;
	max-width: 100%;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #999;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #318ba2;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	color: #2ab6da;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 130px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


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

#nav {
	background: #fff;
	clear: both;
	overflow: hidden;
}

#nav .wrap {
	color: #999;
	margin: 0 auto;
	text-transform: uppercase;
	width: 700px;
	float: right;
	max-width: 100%;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #999;
	display: block;
	font-size: 11px;
	padding: 7px 15px 6px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #2ab6da;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #111;
	border: 1px solid #444;
	border-top-width: 0;
	color: #999;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #2ab6da;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


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

#nav li.right {
	float: right;
	font-size: 11px;
	padding: 7px 15px 6px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #999;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #2ab6da;
	text-decoration: none;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 20px;
	padding: 7px 0 5px 18px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


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

#subnav {
	background: #fff;
	border-bottom: double #c3e5ee;
	border-top: double #c3e5ee;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

#subnav .wrap {
	color: #000;
	font-family: 'Libre Baskerville', serif;
	margin: 0 auto;
	width: 1100px;
	max-width: 100%;
	text-transform: lowercase;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #318ba2;
	display: block;
	font-size: 18px;
	padding: 10px 18px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	font-weight: bold;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #fff;
	background: #318ba2;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top-width: 0;
	color: #318ba2;
	font-size: 15px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #111;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 1px 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -33px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	background: #fff;
	overflow: hidden;
	
}

#inner .wrap {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;
	box-shadow: none;
	margin: 20px auto;
	overflow: hidden;
	width: 1100px;
	max-width: 100%;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	border: none;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	border: none;
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
	max-width: 100%;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 100%;
	max-width: 100%;
}

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


/* Homepage
------------------------------------------------------------ */

.home-bottom,
.home-middle,
.home-top {
	clear: both;
	font-size: 13px;
	line-height: 20px;
	margin: 0px;
	overflow: hidden;
	width: 700px;
	max-width: 100%;
}

.home-top .featuredpost .post {
	border-bottom: 1px dotted #ccc;
}

.home-bottom {
	margin-top: 10px;
}

.home-left {
	float: left;
	width: 335px;
	border: 1px solid #ccc;
	padding: 10px 5px;
	max-width: 100%;
}

.home-right {
	float: right;
	width: 335px;
	border: 1px solid #ccc;
	padding: 10px 5px;
	max-width: 100%;
}

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

#content #genesis-slider {
	background-color: #fff;
	border: 4px solid #f5f5f5;
	padding: 1px;
	max-width: 100%;
}

#genesis-slider a,
#genesis-slider a:visited {
	color: #fff;
	text-decoration: underline;
}

#genesis-slider a:hover {
	text-decoration: none;
}

#genesis-slider p {
	color: #fff;
	font-size: 13px;
	line-height: 20px;
}

#content .slide-excerpt {
	background-color: #222;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	filter: alpha(opacity=100);
	margin: 0;
	padding: 10px;
	opacity: 1.0;
}

html > body .slide-excerpt-border {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}


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

#content {
	float: left;
	padding: 20px 10px;
	width: 700px;
	margin:0px;
	max-width: 100%;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 700px;
	max-width: 100%;
}

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

.full-width-content #content {
	width: 910px;
	max-width: 100%;
}

blockquote {
	background-color: #f5f5f5;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #666;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
}

.post {
	margin: 0 0 40px;
}

.single .post {
	margin: 0 0 20px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.after-post-ad {
	background-color: #f5f5f5;
	margin: 5px 30px;
	padding: 10px;
	overflow: hidden;
}

.after-content-ad {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px;
	text-align: center;
	width: 1100px;
	max-width: 100%;
}

.more-from-category {
	background: url(images/list.png) no-repeat top left;
	margin: -5px 0 0;
	padding: 1px 0 0 18px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

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

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

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

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

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


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Lato', sans-serif;
	margin: 0 0 5px;

}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	line-height: 36px;
}

.page h1 {
	margin: 0 0 10px;
}

#genesis-slider h2 a,
#genesis-slider h2 a:visited {
	color: #ccc;
	font-size: 18px;
	line-height: 24px;
	text-decoration: none;
}

#genesis-slider h2 a:hover {
	color: #2ab6da;
}

.home h2 a,
.home h2 a:visited {
	font-size: 25px;
	line-height: 28px;
	
}

.home-middle h2 a,
.home-middle h2 a:visited {
	font-size: 19px;
	line-height: 22px;
}

.home-middle .featuredpost h2 {
	text-align: center;
	padding-top: 30px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 18px;
	line-height: 24px;
}

h2 a:hover {
	color: #2ab6da;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.home-top h4,
.home-bottom h4,
.home-middle h4 {
	margin: 0 0 10px;
	text-align: center;
	background: #fff;
	padding: 10px 0px;
	color: #ffbc47;
	font-size: 26px;
	text-transform: lowercase;
font-family: 'Libre Baskerville', serif;
	
}
	
#footer-widgets h4,
.widget-area h4 {
	margin: 0 0 10px;
	text-align: center;
	background: #fff;
	padding: 10px 0px;
	color: #ffbc47;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
}

.widget-title:before,
.widget-title:after {
    background-color: #318ba2;
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 25%;
}
.widget-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.widget-title:after {
    left: 0.5em;
    margin-right: -50%;
}



h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.home-top .featuredpost ol li,
.entry-content ol li {
	margin: 0 0 0 35px;
}


.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	background-color: #f5f5f5;
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	border: 1px solid #ddd !important;
	margin: 0 0 40px;
	overflow: hidden;
}

.author-box p {
	font-size: 13px;
	line-height: 20px;
}

.author-box div {
	background-color: #fff;
	border: 4px solid #f5f5f5;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 3px 0 3px 22px;
}

.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 20px;
}

.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

.content-sidebar .entry-content img,
.sidebar-content .entry-content img {
	max-width: 700px;
}

.content-sidebar-sidebar .entry-content img,
.sidebar-content-sidebar .entry-content img,
.sidebar-sidebar-content .entry-content img {
	max-width: 450px;
}

.avatar,
.entry-content img,
.post-image {
	background-color: #fff;
	border: 0px solid #eee;
	padding: 1px;
}

.featuredpage img,
.featuredpost img {
	margin: 0px 30px;
	max-width: 100%;
	height: auto;
}


.home-middle .featuredpost img {
	margin: 0 0 10px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	width: 72px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	width: 30px;
}
.post img,
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 15px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 15px;
}

.wp-caption {
	background-color: #f5f5f5;
	padding: 10px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 336px;
	border: 1px solid #eee;
	background: transparent;
	margin: 5px;
	max-width: 100%;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
display: none;
	float: left;
	width: 150px;
}

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

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	border: 0px solid #ddd;
	padding: 10px;
	margin: 10px;
}

.content-sidebar #sidebar .widget,
.sidebar-content-sidebar #sidebar .widget,
.content-sidebar-sidebar #sidebar .widget,
.content-sidebar-sidebar #sidebar-alt .widget {
	border-left: 0px solid #ddd;
}

.sidebar-content #sidebar .widget,
.sidebar-content-sidebar #sidebar-alt .widget,
.sidebar-sidebar-content #sidebar .widget,
.sidebar-sidebar-content #sidebar-alt .widget {
	border-right: 1px solid #ddd;
}

.sidebar .widget-wrap {
	border: 0px solid #f5f5f5;
	padding: 15px 5px 20px;
}

.sidebar .widget ul {
	margin: 5px 0 -5px;
}

.home-middle .widget ul li,
.sidebar .widget ul li,
.sidebar .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 18px;
	word-wrap: break-word;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	width: 100%;
}


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

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 0px dotted #ddd;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 15px;
}

.home .featuredpost p {
	font-size: 15px;
	line-height: 22px;
}

.home-middle .featuredpost .post {
	height: 140px;
	margin: 5px 20px;
	border-bottom: 1px dotted #ccc;
}

.home-top .featuredpost h2 {
	border-bottom: 5px solid #bbb;
    margin-bottom: 20px;
	padding: 5px 0px;
	text-align: center;
}

.home-top .featuredpost img {
	max-width: 100%;
}

/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background: #318ba2;
	border: 1px solid #318ba2;
	color: #fff;
	cursor: pointer;
	font-family: 'Lato', sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	padding: 7px 5px;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 10px;
	border-radius: 3px;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: #ffbc47;
	border: 1px solid #ffbc47;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 5px 5px 0;
}

#nav .searchform {
	float: right;
}

.s {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	margin: 5px -6px 0 0;
	padding: 5px;
	width: 180px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews {
	background: #ffe0b0;
	background-size:contain;
	padding: 20px 20px 30px;
	border-radius: 5px;
	border: double #ffbc47;
}

.enews h4.widget-title {
	background: none!important;
	border: none!important;
	padding: 0 0 15px;
	line-height:1.2;
	font-size: 25px;
	color: #318ba2;
	font-weight: bold;
}

.enews h4.widget-title:before,
.enews h4.widget-title:after {
	display: none;
}

.enews p {
	color: #111;
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	text-align: center;
	line-height: 1.4;
}

.enews #subscribeenews-ext-2 {
	float: none;
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 100%;
}

.enews #subbox {
display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	margin: 15px 0 0;
	padding: 8px 5px;
	width: 78%;
}

.enews #subbutton {
	display: inline-block;
	margin-left: 0;
	width:15%;
}

/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

#footer-widgets {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #fff;
	box-shadow: none;
	margin: 0 auto 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	width: 1100px;
	max-width: 100%;

}

#footer-widgets .wrap {
	border: 4px solid #f5f5f5;
	font-size: 13px;
	line-height: 20px;
	overflow: hidden;
	padding: 15px 5px;
	max-width: 100%;
}

.widget-wrap {
	max-width: 100%;
}
#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 10px;
}

#footer-widgets .widget ul li,
#footer-widgets .widget-area ul li {
	background: url(images/list.png) no-repeat top left;
	border-bottom: 1px dotted #ddd;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px 18px;
	word-wrap: break-word;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 10px 0 0;
	width: 348px;
	max-width: 100%;
}

.footer-widgets-2 {
	float: left;
	width: 363px;
	max-width: 100%;
}

.footer-widgets-3 {
	float: right;
	width: 348px;
	max-width: 100%;
}


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

#footer {
	background: #318ba2;
	clear: both;
	overflow: hidden;
	max-width: 100%;

}

#footer .wrap {
	font-size: 15px;
	margin: 0 auto;
	padding: 16px 0 15px;
	overflow: hidden;
	text-shadow: none;
	text-transform: uppercase;
	width: 1000px;
	float: right;
	max-width: 100%;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #2ab6da;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 6px 0 4px 35px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
	max-width: 100%;

}

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

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#comments {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight: normal;
}

.comment-author {
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta {
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 0;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Responsive Design
------------------------------------------------------------ */

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

	body,
	.news-landing #inner,
	#inner {
		width: 100%;
		margin: 0 auto;
	}

	.content-sidebar #inner,
	.sidebar-content #inner,
	.content-sidebar-sidebar #inner,
	.sidebar-sidebar-content #inner,
	.sidebar-content-sidebar #inner {
		background: #fff;
	}



	#inner,
	#nav {
		border: none;
	}

#header .widget-area {
}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar #content-sidebar-wrap,
	.content-sidebar-sidebar #content,
	.content-sidebar-sidebar #content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content.news-landing #content,
	.full-width-content #content,
	.full-width-content #content-sidebar-wrap,
	.home-left,
	.home-right,
	.home.news.content-sidebar #content,
	.news-landing .wrap,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content #content-sidebar-wrap,
	.sidebar-sidebar-content #content-sidebar-wrap,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer,
	#home-bottom,
	#home-middle,
	#home-top,
	#sidebar-alt {
		box-sizing: border-box;
		width: 100%;
	}

	#footer .creds,
	#footer .gototop,
	#header ul.menu,
	#header .widget-area,
	#nav,
	#subnav,
	#title-area {
		float: none;
		text-align: center;
		width: 100%;
	}
.home-top .featuredpost img {
	float: none;
	width: 100%;
}

	.home-top .featuredpost h2,
	.home-top .featuredpost h2 a {
		font-size: 120%;
		font-weight: bold;
		text-align: left;
}
	
	.home-middle h2 a,
	.home-middle h2 a:visited {
		font-weight: bold;
		font-size: 120%;
}
	#title-area {
		padding: 10px 0 0;
	}

	#header .widget-area {
		padding: 0px 0;
	}

	#header .searchform {
		float: none;
		padding: 0;
		text-align: center;
	}

	#header ul.menu {
		float: none;
	}

	#header li,
	#nav li,
	#subnav li {
		display: inline-block;
		float: none;
	}

	#header li li,
	#nav li li,
	#subnav li li {
		text-align: left;
	 }

	#nav li.right,
	#subnav li.social-facebook,
	#subnav li.social-rss,
	#subnav li.social-twitter {
		display: none;
	}

	.home.content-sidebar #home-bottom .featuredpost .post {
		padding: 0 0 10px;
	}

	.entry-content img,
	.featuredpage img,
	.featuredpost img,
	.post-image,
	.ui-tabs img {
		border: none;
		padding: 0;
		margin: auto 0px;
		width: 100%;
		height: 100%;
	}

	.home-middle .featuredpost .post {
		height: auto;
	}
	img.ad-left,
	img.ad-right {
		float: left;
		margin: 5px 10px 5px 0;
	}

	#footer {
		background: none;
		padding: 15px 0 10px;
	}

	#footer p {
		padding: 0 20px;
	}

}


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

	#title {
		font-size: 36px;
		line-height: 1;
	}


	#header {
		width: 90%;
		
	}

	#title {
	width: 90%;
    object-fit: contain;
	height: 100px;
	}
.simple-social-icons {
	float: left;
	margin: 0px 5px 0;
}


	#nav li a,
	#subnav li a {
		font-size: 12px;
		padding: 5px;
	}

	#home-top .ui-tabs ul.ui-tabs-nav {
		display: none;
	}

	#content {
		padding: 15px 20px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}

	h3,
	h4 {
		font-size: 18px;
	}

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

#content,
	#inner {
	width: 97%;
	padding: 0px;
	margin: 0px 5px;
}

}

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

#header-wrap,
#body,
#inner-wrap {
	width: 97%;
}	

#title {
		font-size: 36px;
		line-height: 1;
	}


	#header {
	
	}


	#nav li a,
	#subnav li a {
		font-size: 12px;
		padding: 5px;
	}

	#home-top .ui-tabs ul.ui-tabs-nav {
		display: none;
	}

	#content {
		padding: 15px 20px;
	}

	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 24px;
	}

	h3,
	h4 {
		font-size: 18px;
	}

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

#content,
	#inner {
	width: 97%;
	padding: 0px;
	margin: 0px 5px;
}

.enews #subbox,
input {
	width: 70%;
}

.enews {
margin: 0px;
padding: 0px;
}

.enews h4.widget-title {
font-size: 20px;
}

.home-top .featuredpost img {
width: 320px;
}


.home-bottom img {
	width: 100% !important;
    float: none;
}


#sidebar {
border: none;
margin: 0px auto;
padding: 0px;
}

#sidebar h5 {
font-size: 12px;
}

#sidebar .widget,
#sidebar .widget-title {
width: 90%;
margin: 10px auto;
}

.home img {
	margin: 0px auto;
}
.home h2 a {
font-size: 20px;
}

}