/*
	Theme Name:  Mississippi Writers
	Description: Custom Genesis child theme
	Author:  Kathy Jacobs
	Author URI:  http://kathyjacobs.com
	Version:     1.0.0
	License:     GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Template:    genesis
*/

@import url(http://fonts.googleapis.com/css?family=PT+Sans);


/* 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
--------------------------------------------- */

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

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

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

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

body {
	background: #282828 url(/wp-content/themes/mswriters/images/bkgrd.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.825;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.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: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #0698bf;;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color:#F15A24;
}

p {
	margin: 0 0 24px;
	padding: 0;
	line-height:180%;
}

strong {
	font-weight: 700;
}

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


hr,
.clear-line {
	overflow: hidden;
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 20px 0 0;
}
/*.entry-content {
	word-wrap: break-word;
}*/


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #27A6C9;
	font-weight: 300;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
}

h1 {
	font-size: 35px;
	font-family: "PT Sans", sans-serif;
	text-transform:uppercase;
	margin-top:1.3em;
}

h2 {
	font-size: 23px;
	font-weight:bold;
	margin-top:2em;
	font-family: "PT Sans", sans-serif;
}

h3 {
	font-size: 18px;
	margin-top:1.5em;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

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

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



img {
	height: auto;
}



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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 5px 10px;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

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

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
}



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

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

.site-container {
	max-width: 1200px;
	margin: 25px auto 0px;
	border: solid 3px #FFF;
	background: #FFF;
	border-radius: 9px
}

.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	background-color: #D8EAEF;
}


/* Content */

.content {
	float: right;
	width: 75%; /* 740/1140 */
	padding: 25px;
	background-color:#fff;
}

.content-sidebar .content {
	float: left;
	 min-height: 800px;
}

.full-width-content .content {
	width: 100%;
}

.content a {
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 25%; /* 360/1140 */
	padding: 20px;
}

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

/* 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
--------------------------------------------- */


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,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
	padding-left:4px;
	padding-right:0px;
}

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
}
.wp-caption {
	background-color: #E6E6E6;
	border: solid thin #E2E2E2;
	padding-right: 3px;
	padding-top:2px;
	margin:2px;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	color:#676767;
	line-height:135%;
	padding-bottom:5px;
}


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

.site-header {
	background: url(/wp-content/themes/mswriters/images/header.jpg) repeat #fff;
	padding-bottom: 20px;
}
.title-area {
	float: left;
	width: 700px;
	padding: 10px 0 0 30px;
}
.site-title {
	margin: 0 3% 0 0;
	float: left;
	width: 50%;
}

.site-title a {
	display: block;
	line-height: 0;
	padding: 0 10px 0 0;
}
.site-title img {
	max-width: 310px;
	height: auto;
	width: 100%;
}

.header-widget-area {
	float: right;
	text-align: right;
	max-width: 975px;
	margin-top:1em;
	margin-right:1em;
}
#text-21 {
	font-size:10px;
	padding-top:5px;
}

/* Google Search
--------------------------------------------- */


.header-google-search {
	float: right;
	margin-right: 25px;
	width: 300px;
}
.header-google-search .gsc-input-box {
	border: 1px solid #D9D9D9;
	background: #fff;
	height: 27px;
	width: 180px;
}
.header-google-search #gs_tti50 {
	padding: 2px 5px;
	height: 20px;
	line-height: 20px;
	margin: 0;
	border: none;
	vertical-align: top;
}
.header-google-search .gsc-search-box-tools .gsc-search-box .gsc-input {
	padding: 0 10px 0 0;
	border: none;
	margin: 0px;
	height: 20px;
}
.header-google-search .gsc-search-button {
	background: #005d7f url('images/search-button.png') no-repeat center center;
	vertical-align: top;
	height: 25px;
}
.header-google-search .gsc-search-button input {
	height: 27px;
	opacity: 0;
	width: 80px;
	padding: 0;
	margin: 0;
}

.gsc-search-box {
	width: 250px!important;
}

.gsc-search-button input[type="image"] {
}

.gsc-search-button {
	background: ##9f0d1b url('images/google-search.png')!important;
	-webkit-border-radius: 5px!important; 
	-moz-border-radius: 5px!important;
	width: 100px!important;

}


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

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	float: left;
	list-style: none;
}

.genesis-nav-menu a {
	border: none;
	color: #fff;
	display: block;
	padding: 14px 16px;
	margin: 0;
	position: relative;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing:0.3px;
	text-decoration:none;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu > .current-menu-item > a:hover,
body.homepage .genesis-nav-menu.menu-primary > .current-menu-item > a:hover {
	background-color: #005D7F;
	color: #fff;
	text-decoration: none;
}

.genesis-nav-menu.menu-primary > .current-menu-item > a {
	color: #0698BF;;
	background-color: #fff;
	background-position: bottom;
}

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

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


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

.nav-primary {
	display: block;
	background: #0698BF;
	overflow: hidden;
}


.nav-primary li.current-menu-item {
	background-color: #fff;
	color: #0698BF;
}

.nav-primary .sub-menu {
	display: none;
}

/* Breadcrumbs
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size:10px;
}


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

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

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	display: inline-block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}

/* Home Slider
--------------------------------------------- */

.home-slider {
	width: 100%;
	background: #005D7F;
	padding: 16px;
	margin-top: 1px;
}

.soliloquy-image {
	border: solid 4px #fff !important;
}
#soliloquy-container-33 {
	margin-bottom:5px !important;
}
#soliloquy-container-33 .soliloquy-caption {
	width:23%;
	height:100%;
	text-shadow:none !important;
	background-color: #0698bf;
	border-left: solid 4px #fff;
	border-top: solid 4px #fff;
	border-bottom: solid 4px #fff;
	
}
#soliloquy-container-33 .soliloquy-caption-inside {
	background-color:#0698bf;
	color:#fff;
	text-align:left;
	font-size:16px;
	line-height:22px;
	text-shadow:none !important;
	padding:18px;
}
#soliloquy-container-33 h3 {
	font-size: 28px;
	margin-top:1em;
	padding-bottom:15px;
	color:#fff;
	font-family: "PT Sans", Arial;
}



/* Home Page Widgets
--------------------------------------------- */
.home-features {
	text-align:center;
	margin-left:0.75em;
	margin-right:auto;
	width:99%;
}
.home-widget-area {
	width:23%;
	margin-bottom:25px !important;
}
.home-widget-area h4 {
	font-family: "PT Sans", Arial;
	text-align:center;
	background-color:#0698BF;
	color:#fff;
	display:block;
	font-size:30px;
	padding: 1em 0;
	text-transform:uppercase;
	margin-bottom:0px;
}
.home-widget-area a {
	text-decoration:none !important;
}
.home-top2, .home-middle, .home-middle2, .home-bottom {
	float:left;
	margin:4px 10px 25px 12px;
	padding-top:18em;
	border:solid 3px #fff;
}
.home-top2 {
	background: url("images/author.jpg") no-repeat;
	
}
.home-middle {
	background: url("images/guitar.jpg") no-repeat;
}
.home-middle2 {
	background: url("images/paintbrushes.jpg") no-repeat;
}
.home-bottom {
	background: url("images/reel.jpg") no-repeat;
}
.page-id-18 .site-inner {
	background-color: #005D7F !important;
}
#home1, #home2, #home3, #home4 {
	padding-top:18em;
	margin-top:-18em;
}

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

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

.entry {
	margin-bottom: 40px;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
}

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

.entry-content .gform_wrapper ul.gform_fields {
	margin: 0 0 30px;
}

.entry-content ol li {
	list-style-type: decimal;
	padding-bottom:1.2em;
}

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

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

.entry-content ul.list-unstyled,
.entry-content ol.list-unstyled {
	margin-left: 20px;
}

.entry-content ul.list-unstyled > li,
.entry-content ol.list-unstyled > li,
.entry-content .gform_wrapper ul li {
	list-style: none;
}

.entry-content .search-form {
	width: 50%;
}



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


.sidebar a {
	text-decoration: underline;
}

.sidebar a:hover {
	text-decoration: none;
}

.sidebar li {
	list-style-type: none;
}


.sidebar .widget {
	border: solid 1px #afaf99;
	margin-bottom: 20px;
	background-color: #FFF;
}

.sidebar h4 {
	margin-bottom: 0;
}

.sidebar h4.widgettitle {
	padding: 5px 5px 5px 10px;
	background-color: #2e3a56;
	color: #FFF;
	font-family: "Muli",sans-serif;
	font-style: normal;
	font-weight: 300;
}

.sidebar ul, .sidebar .textwidget {
	padding: 10px;
}


/* SOCIAL BARTENDER
---------------------------------------------------------------------------------------------------- */

#sh_sb_widget-2 {
	margin: 1em 2em;
}


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

.footer-widgets {
	background-color: #0698BF;
	color: #FFF;
	clear: both;
	padding: 30px 0 16px;
	font-size: 13px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 0px 0px 9px 9px;
}

.footer-widgets p {
	margin-bottom: 5px;
}
.footer-widgets ul{
	list-style-type:disc;
	list-style-position:outside;
	margin-left:20px;
}
.footer-widgets li a {
	color:#fff !important;
	text-decoration:none;
	font-size:16px;
}
.footer-widgets a {
	color:#fff !important;
	text-decoration:none;
}
.footer-widgets li a:hover {
	color:#f15a24;
}

.footer-widgets .widget-area {
	float: left;
	width: 23%;
}
.footer-widgets .widget-area.footer-widgets-1 {
	float: left;
	margin-left: 20px;
}

.footer-widgets-2 {
	float: left;
	margin-top:55px;
	margin-left: 20px;
}
.footer-widgets-3 {
	float: left;
	width:250px;
}
.footer-widgets-4 {
	margin-top: 20px;
	margin-left: 10px;
	padding-left:20px;
	border-left: solid 1px #fff;
}
.footer-widgets-4 h4 {
	font-size: 24px;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

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


/*Credits
---------------------------------------------------------------------------------------------------- */
.creds {
  width: 69%;
  margin: 0 auto;
  text-align: right;
  color: white;
  margin-top:10px;
}
.creds a {
  color: white;
  text-decoration: none;
}
/*AUTHOR PAGES
---------------------------------------------------------------------------------------------------- */
.authorsnav {
	background-color: #d8eaef;
	display:block;
	margin-bottom:1em;
	margin-top:1em;
	padding:0.01em;
	text-align:center;
	width:90%;
	margin-left:2em;
	margin-rigth:auto;
	
}
.interviewnav {
	background-color: #d8eaef;
	display:block;
	margin-bottom:1em;
	margin-top:1em;
	padding:0.01em;
	text-align:center;
	width:100%;
}
h4 a {
	text-align:center;
	margin-top:0.5em;
	margin-bottom:0.5em;
	text-decoration:none;
	line-height:300%;
	border:solid thin #fff;
	white-space:nowrap;
}
h4 a.auth {
	font-size:15px;
	background-color:#0698bf;
	color:#fff;
	padding:13px;
	text-decoration:none;
	white-space:nowrap;
}
h4 a.auth:hover {
	color:#005d74;
	background-color:#fff;

}
.buttonsinpage  {
	margin-top:13px;
	height:auto;
}
/*CATEGORY PAGES
---------------------------------------------------------------------------------------------------- */
.post-6 h4, .post-8 h4, .post-10 h4, .post-12 h4, .post-6638 h4{
	font-size:55px;
	color:#000;
}
.post-6 .entry-content a, .post-8 .entry-content a, .post-10 .entry-content a, .post-12 .entry-content a {
	text-decoration:none;
	color:#0698bf;
}
.post-6 .entry-content a:hover, .post-8 .entry-content a:hover, .post-10 .entry-content a:hover, .post-12 .entry-content a:hover {
	text-decoration:none;
	color:#F15A24;
}
.alph {
	background-color: #d8eaef;
	display:block;
	margin-bottom:3em;
	margin-top:1.5em;
	padding:0.3em;
}
h5 {
	font-size:25px;
	color:#5C5C5C;
	text-align:center;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
h5 a{	
	text-decoration:none;
	color:#5C5C5C !important;
	padding-left:0.25em;
}
h5 a:hover {
	text-decoration:none;
	color:#F15A24 !important;
}

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

@media only screen and (max-width: 1150px) {
	.home-widget-area {
		width:22%;
	}
}
@media only screen and (max-width: 1100px) {
	.header-google-search {
		margin-right:55px;
	}
	.home-widget-area {
		width:22%;
	}
	#soliloquy-container-33 .soliloquy-caption {
		width:28%;
	}
	
	.title-area {
		width: 300px;
	}
	.home-widget-area h4 {
		font-size:18px;
	}
	.home-widget-area {
		width:22%;
	}
	.home-top2, .home-middle, .home-middle2, .home-bottom {
		margin:4px 10px 25px 10px;
	}
	.home-top2 {
		margin-left:18px;
	}
	
	.title-area {
		width: 300px;
	}
	.site-title {
		width:100%;
		margin-bottom:1em;
	}
	.footer-widgets-4 h4 {
    	font-size: 16px;
	}
	.footer-widgets li a {
    	font-size: 13px;
	}
	.header-google-search {
		float: none;
		text-align:center;
		width:100%;
	}
}

@media only screen and (max-width: 1000px) {
.post-6 .entry-content a, .post-8 .entry-content a, .post-10 .entry-content a, .post-12 .entry-content a {
	font-size:14px;
}	
h5 a {
	font-size:25px !important;
}
.genesis-nav-menu .menu-item {
	width:100px ;
}
#soliloquy-container-33 h3 {
	margin-top:0.5em;
}
}
@media only screen and (max-width: 950px) {
	#soliloquy-container-33 .soliloquy-caption {
		width:33%;
	}
}
@media only screen and (max-width: 870px) {
	#soliloquy-container-33 .soliloquy-caption {
		width:45%;
	}
	#soliloquy-container-33 h3 {
	margin-top:0.25em;
	font-size:23px;
}
}
@media only screen and (max-width: 800px) {
.post-6 .entry-content a, .post-8 .entry-content a, .post-10 .entry-content a, .post-12 .entry-content a {
	font-size:14px;
}	
h5 a {
	font-size:25px !important;
}
	#soliloquy-container-33 .soliloquy-caption {
	display:none;
	}
	.title-area {
		float:none;
		text-align:center;
		width: 100%;
	}
	.header-widget-area {
    max-width: 275px;
	text-align:center;
	float:none;
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	}
	.home-widget-area {
		width:21%;
	}
	.home-top2 {
    margin-left: 15px;
	}
	.content-sidebar .content {
    float: none;
	}
	.content {
	width:100%;
	}
	.sidebar-primary {
    float: none;
    padding: 20px;
    width: 100%;
	}
	h5 {
	font-size:20px;
	color:#5C5C5C;
	text-align:center;
	margin:0.5em;
}
	.one-fourth {
		width:100% !important;
	}
		.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item {
		margin: 0;
		float:none;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > .first > a,
	.genesis-nav-menu.responsive-menu > .last > a,
	.genesis-nav-menu.responsive-menu a
	 {
		background: none;
		color: #fff;
		line-height: 1;
		padding: 18px 20px;
		font-size:17px;
		border: 1px solid #fff;
		text-align:left;
	}
	.genesis-nav-menu.responsive-menu a:hover,
	.genesis-nav-menu.responsive-menu li:hover > a {
		background-color: #00597f;
		color: #fff;
		line-height: 1;
		padding: 18px 20px;
		font-size:17px;
		text-align:left;
	}
	.genesis-nav-menu.responsive-menu > .current-menu-item > a {
		color:#00597f;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 16px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		color: #fff;
		padding: 14px 20px;
		position: relative;
		width: 100%;
	}
	.genesis-nav-menu .menu-item {
    width: auto ;
	}

	

}
@media only screen and (max-width: 700px) {
	.home-top2 {
    margin-left: 25px;
	}
	.home-top2 {
    margin-left: 18px;
	}
	.footer-widgets .widget-area {
    width: 100%;
	}
	h5 a {
		font-size:30px !important;
		line-height:150%;
	}
	.home-widget-area {
    width: 44%;
	}
	.home-middle2, .home-top2 {
		margin-left:12px;
	}
	.home-middle2, .home-top2, .home-bottom, .home-middle {
	background-repeat:repeat;
	}
}

@media only screen and (max-width: 500px) {
	.genesis-nav-menu a {
    border: 1px solid #fff;
	}
	
	#sh_sb_widget-2 {
		text-align:center;
	}
	.alignright {
    float: none;
    text-align: right;
	}
	.footer-widgets .widget-area {
    width: 100%;
	}
	.home-widget-area {
		width:40%;
	}
}

@media only screen and (max-width: 350px) {
	.home-widget-area {
		width:90%;
	}
	
	.home-middle2, .home-top2, .home-bottom, .home-middle {
	background-repeat:repeat;
		margin-left:5px;
	}


	.header-google-search {
	margin-right:0px;
	}
	
	.genesis-nav-menu a {
    border: 1px solid #fff;
	}
	
	.footer-widgets .widget-area {
		    width: 79%;
	}
	.creds {
		width:89%;
	}
}
	
