/*
	Theme Name: ArtCenter Manatee Theme
	Theme URI: http://www.gascreative.com
	Description: ArtCenter Manatee Theme is a two column child theme created for the Genesis Framework.
	Author: Geza Darrah
	Author URI: http://www.gascreative.com/

	Version: 1.8

	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments

	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0 (or later)
	License URI: http://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
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* 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
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */




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

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

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
}

input,
label,
select,
textarea {
	color: #333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

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

ol li {
	list-style-type: decimal;
}


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

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

a:hover {
	color: #9c0;
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
	background-color: #f1f1f1;
}

::-moz-selection {
	background-color: #9c0;
	color: #fff;
}

::selection {
	background-color: #9c0;
	color: #fff;
}


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

#wrap {
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	background-color: #fff;
	box-shadow: 0 0 5px #999;
	width: 960px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 0;
}


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

#header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 17px 0 0;
	width: 400px;
}

#title {
	font-family: "Open Sans", "Helvetica Neue", arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0 0 0 20px;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0 0 0 20px;
}

#header .widget-area {
	float: right;
	padding: 25px 20px 0 0;
	width: 510px;
}


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

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

.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: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
/*
.menu-primary,
.menu-secondary,
#header .menu { background-color: #333; clear: both; color: #9c0; font-size: 14px; font-family: 'Open Sans', "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; font-weight: bold; margin: 0 auto; overflow: hidden; width: 100%; }

#header .menu {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.menu-primary {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.menu-secondary {
	border-bottom: 1px solid #ddd;
	border-top: none;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	border-right: 1px solid #ddd;
	color: #9c0;
	background-color: #333;
	display: block;
	padding: 6px 10px 6px 10px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background-color: #666;
	color: #f1f1f1;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #333;
	border: 1px solid #ddd;
	border-top: none;
	color: #9c0;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 128px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #666;
	color: #f1f1f1;
}

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

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

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

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

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

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	background: url(images/icon-plus.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}
*/

#wpadminbar li:hover ul ul {
	left: 0;
}


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

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

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

.menu li.right a:hover {
	color: #9c0;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

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


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

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 15px 5px 5px 5px;
}

.home #inner {
	width: 100%;
	padding: 0;
}

/***** Home Top ********************/
#home-top {
	background: #fff;
	width: 960px;
	overflow: hidden;
}

#home-top p {
	margin: 0;
	padding: 0;
}

#home-top .widget {
	margin: 0;
	padding: 0;
}

/***** Home Top 2 ********************/
#home-top-2 {
	width: 960px;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: solid 1px #9c0;
}

#home-top-2 p {
	margin: 0;
	padding: 0;
}

#home-top-2 .widget {
	margin: 0;
	padding: 20px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: italic;
	text-align: center;
}

/***** Home Middle ********************/
#home-middle-bg {
	background-color: #fff;
	padding: 20px 15px 0;
}

#home-middle {
	width: 940px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#home-middle p {
	margin: 0;
	padding: 10px 15px 5px 15px;
}

/***** Home Page ********************/
#home-left {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	float: left;
	width: 250px;
	padding: 0 0 20px;
}

#home-right {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: right;
	width: 650px;
	padding: 0 0 20px;
}

#home-left .widgettitle,
#home-right .widgettitle {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	margin: 0 0 15px;
	padding: 3px 0;
}

#home-left .widget,
#home-right .widget {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 40px;
}

#home-left .featuredpost img,
#home-right .featuredpost img {
	margin: 4px;
	padding: 0 0 0 0;
	border: solid 1px #ccc;
}

#home-left .featuredpost a:hover img,
#home-right .featuredpost a:hover img {
	border: solid 1px #9c0;
}

#home-left .alignleft,
#home-right .alignleft {
	margin: 0 10px 0 0;
}

#home-left ul,
#home-right ul {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#home-left ul li,
#home-right ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	clear: both;
}

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

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


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

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 0 10px;
}


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

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

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

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


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

#content {
	float: left;
	padding: 5px 5px;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 630px;
}

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

.full-width-content #content {
	width: 940px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #999;
	font-style: italic;
}

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

.clear {
	clear: both;
}

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


/* 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,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

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

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


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

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 24px;
}

.taxonomy-description h1 {
	margin: 0;
	font-size: 24px;
	padding: 9px 0 8px;
}

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

h2 a,
h2 a:visited {
	color: #333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h2 a:hover {
	color: #9c0;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.widget-area h4 {
	border-bottom: 1px solid #ddd;
	font-weight: 300;
	margin-right: 40px;
	padding: 9px 0 8px;
}

.widget-area h4 a {
	color: #333;
	font-weight: 700;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 16px;
}


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

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

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

.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: 14px;
	margin: -5px 0 15px;
}


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

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}

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

.author-box {
	background-color: #f5f5f5;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box p {
	font-size: 14px;
}


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

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


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

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


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

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


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

img {
	height: auto;
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

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

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

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 5px 0 0 10px;
}

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

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

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

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

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

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

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

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

.gallery-caption {
}


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

.navigation {
	font-size: 14px;
	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: 14px;
	padding-left: 10px;
	width: 300px;
}

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

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

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

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	background-color: #fff;
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
	font-weight: bold;
	color: #333;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


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

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


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

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

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

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}

.more-from-category {
	padding: 5px 15px 0;
}


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

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 5px 15px 0;
}

.user-profile .posts_link {
	padding: 0 15px;
}


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

input[type="button"],
input[type="submit"] {
	background: url(images/gradient.png) 0 0;
	border: 1px solid #9c0;
	cursor: pointer;
	line-height: 19px;
	padding: 5px 7px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background: url(images/gradient.png) 0 -33px;
	text-decoration: none;
}


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

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

.sidebar .searchform {
	padding: 5px 0 0 15px;
}

.s {
	margin: 10px -7px 0 0;
	padding: 6px 5px;
	width: 180px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


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

.enews p {
	padding: 0 15px 5px;
}

.enews #subscribe {
	padding: 0 0 0 15px;
}

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* 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 {
	background-color: #fff;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#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: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

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

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

#footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 10px 15px;
}

#footer p {
	font-size: inherit;
}

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

#footer a:hover {
	color: #9c0;
	text-decoration: none;
}

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

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


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

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

#author,
#comment,
#email,
#url {
	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 {
	padding: 10px;
}

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

.comment-list li ul li {
	list-style-type: none;
	margin-right: -16px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

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

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

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

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


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

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

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

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

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

#rotator {
	margin: auto;
}

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

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

	.menu-primary li,
	.menu-primary li ul,
	.menu-primary li ul a,
	.menu-secondary li,
	.menu-secondary li ul,
	.menu-secondary li ul a,
	#header .menu li,
	#header .menu li ul,
	#header .menu li ul a {
		width: 100%;
	}

	.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%;
	}

	.menu-primary li a,
	.menu-secondary li a,
	#header .menu li a {
		margin: 0;
		padding: 7px 3%;
	}

	.menu li li a .sf-sub-indicator,
	.menu li li li a .sf-sub-indicator {
		background: url(images/icon-plus-white.png) right no-repeat;
	}

	.menu-primary li li a,
	.menu-primary li li a:link,
	.menu-primary li li a:visited,
	.menu-secondary li li a,
	.menu-secondary li li a:link,
	.menu-secondary li li a:visited,
	#header .menu li li a,
	#header .menu li li a:link,
	#header .menu li li a:visited {
		background: none;
		color: #fff;
		padding: 7px 3%;
		width: 94%;
	}

	.menu-primary li ul,
	.menu-secondary li ul,
	#header .menu li ul {
		background: #333;
		clear: both;
		margin: 0;
		padding: 0;
		position: inherit;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		background: #666;
	}

	.menu-primary li ul ul ul,
	.menu-secondary li ul ul ul,
	#header .menu li ul ul ul {
		background: #999;
	}

	.menu-primary li ul ul,
	.menu-secondary li ul ul,
	#header .menu li ul ul {
		margin: 0;
	}

}

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

	body {
		width: 100%;
		margin: 0 auto;
	}

	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.full-width-content #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	#content-sidebar-wrap,
	#footer .creds,
	#footer .gototop,
	#footer-widgets .wrap,
	#header .widget-area,
	#sidebar-alt,
	#title-area,
	#wrap {
		width: 100%;
	}

	#wrap {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin: 0;
	}

	#description,
	#footer .creds,
	#footer .gototop,
	#title,
	#title-area {
		float: none;
		text-align: center;
	}

	#title-area {
		padding: 10px 0;
	}

	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}

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

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

	#header .s {
		margin: 0 -7px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 20px 0 0;
	}

	.breadcrumb,
	.navigation,
	.sidebar .widget,
	.taxonomy-description {
		margin: 0 20px 20px;
	}

	#content {
		padding: 0;
	}

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 0 20px;
	}

	.author-box {
		margin: 0 20px 40px;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}

} */






/* Custom styles by Sridhar */

.wrap {
	/*max-width: 1140px;*/
	margin: 0 auto;
}

body .site-header {
	min-height: 100px;
	background-color: #fff !important;
	background-position: center !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.site-title a {
	display: block;
	height: 100px;
	width: 100%;
	text-indent: -9999px;
}

.site-description {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.nav-primary {
	background-color: #333;
}

.nav-primary .wrap {
	text-align: center;
}
/*
.menu-primary {
	width: auto;
	border-top: none;
	border-bottom: none;
}

.menu-primary li:last-child a {
	border-right: none;
}
*/

.site-container {
	background-color: #fff;
}

.site-inner {
	max-width: 960px;
	margin: 0 auto;
}

#home-top,
#home-top-2,
#home-middle {
	width: auto;
}

.footer-widgets .wrap {
	display: flex;
	justify-content: space-around;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: none;
}

.site-footer .wrap {
	padding: 10px 30px;
	text-align: center;
}

.site-footer {
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	font-size: 14px;
}

/* -- Custom Styles by Bharath
--------------------------------------------- */

.wrap {
	padding: 0 30px;
}

.before-header {
	padding: 5px 0;
	background: #eee;
	color: #666;
	background: #a2b233;
	color: #fff;
	background: #000;	
}

.before-header .wrap {
	margin: 0 auto;
	max-width: none;
	/*max-width: 1140px;*/
}

.before-header .wrapper {
	display: flex;
	flex-direction: column;
}

.before-header .wrapper {
	display: grid;
	grid-template-columns: 50% 25% 20%;
	grid-column-gap: 2%;
	align-items: center;
	/*justify-items: right;*/
	grid-template-columns: 49% 49%;
}

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

	.before-header .wrapper {
		display: flex;
		flex-direction: column;
	}

	.bh-left {
		text-align: center;
		padding: 0 0 15px;
	}

	.bh-right {
		text-align: center;
		padding: 0 0 15px;
	}

	.before-header #custom_html-7 {
		margin-bottom: 20px;
	}

	.bh-right li {
		margin-left: 0 !important;
		width: 100% !important;
		text-align: center;
	}

	.bh-right li a {
		display: block;
	}

}

.before-header p {
	line-height: 1.75;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.before-header a,
.donate-btn {
	color: #fff;
}

.btn {
	padding: 10px 20px;
	background: #9c0;
	color: #fff !important;
	border-radius: 25px;
	background: #333;
	color: #9c0 !important;
}

.btn:hover {
	color: #fff !important;
}

.before-header a:hover {
	text-decoration: underline;
	
}

.bh-left {

}

.bh-search,
.bh-right {
	float: right;
}



.bh-search {
	margin-left: 15px;

}

.bh-right ul {
	list-style-type: none;
}

.bh-right li {
	float: left;
}

.bh-right li:last-child {
	margin-left: 15px;
}

.bh-right li a {
	font-size: 16px;
	padding: 10px 20px;
	display: inline-block;
	padding: 5px 20px;
}

.before-header .widget {
	float: left;
}

.before-header .widget_custom_html {
}

.before-header .widget_search {
}

input {
	border: none;
	background: #fff;
}

.search-form-submit {
}

.search-form-input {
	padding: 10px 45px 10px 20px;
	border-radius: 23px;
	border: 1px solid #ccc;
	padding: 6px 45px 6px 20px;
}

.before-header input[type="submit"] {
	background: url(images/mg.svg) center center no-repeat;
	margin-left: -30px;
	text-indent: -9999px;
	margin-left: -43px;
	text-indent: -9999px;
	width: 24px;
	border: none;
}

@media only screen and (max-width: 480px) {
	.bh-search,
	.bh-right {
		float: none;
	}
	
	.bh-search {
		margin: 0 0 15px
	}

}

/*
.menu-primary a, .menu-secondary a, #header .menu a {
	border-right: 1px solid #666;
	padding: 10px 10px 10px 10px;
	border: none;
	margin: 0 2px 0 0;
}

.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited {
	border: 1px solid #666;
}

.menu-primary li li a, .menu-primary li li a:link, .menu-primary li li a:visited, .menu-secondary li li a, .menu-secondary li li a:link, .menu-secondary li li a:visited, #header .menu li li a, #header .menu li li a:link, #header .menu li li a:visited {
	border: none;
	border-top: 1px solid #666;
	border: none;
	text-align: left;
}

.menu-primary {
	display: table;
	margin: 0 auto;
}

*/

.menu-primary {
	border: none;
}

.menu-primary a {
	border-right: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.home-top .wrap {
	max-width: none;
	padding: 0;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}

.home .site-inner {
	padding-top: 0;
	padding: 0px 0 0;
	display: none;
}

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

	.site-inner {
		max-width: 1220px;
	}

	.home .site-inner {
		max-width: none;
	}

}

.home .site-inner .wrap {
	max-width: 1140px;
	margin: 0 auto;
}

#home-middle-bg {
	padding: 20px 0 0;
}

#home-left {
	width: 22%;
	margin-right: 3%;
}

.sidebar {
	width: 100% !important;
	margin-right: 0%;
	padding-left: 0;
	padding-bottom: 30px;
}

.content {
	width: 100%;
	margin-bottom: 50px;
}

#home-right {
	width: 100%;
}

.sidebar .widget {
	clear: both;
}

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

	.content {
		float: right;
		width: 75%;
	}
	
	.full-width-content .content {
		float: none;
		width: 100%;
	}

	.sidebar {
		float: left;
		width: 22% !important;
		margin-right: 3%;
	}

}

#home-middle h2 {
	padding: 0 15px;
	overflow: hidden;
}

@font-face {
	font-family: "Open Sans";
	src:
		url("fonts/OpenSans-BoldItalic.woff2") format("woff2"),
		url("fonts/OpenSans-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src:
		url("fonts/OpenSans-Bold.woff2") format("woff2"),
		url("fonts/OpenSans-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src:
		url("fonts/OpenSans-Italic.woff2") format("woff2"),
		url("fonts/OpenSans-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Open Sans";
	src:
		url("fonts/OpenSans-Regular.woff2") format("woff2"),
		url("fonts/OpenSans-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: "Open Sans" !important;
	font-weight: 400;
}

.footer-widgets {
	background: #f5f5f5;
	border-top: 1px solid #eee;
	clear: both;
	padding: 20px 0;
	background: #cac8c9;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 25%;
	padding-right: 30px;
}

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

.footer-widgets-4 {
	padding-right: 0;
}

.footer-widget-area a:hover {
	color: #930;
}

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

	.footer-widget-area {
		width: 100%;
		padding: 0 0 30px;
		text-align: center;
	}

	.footer-widgets .wrap {
		display: block;
	}

	.footer-widget-area h4 {
		margin-right: 0;
	}
	
	.smw_center,
	.socialmedia-buttons {
		text-align: center !important;		
		display: table;
		margin: 0 auto;
	}

}

.gototop {
	text-align: left;
	flex: auto;
}

.creds {
	text-align: right;
	flex: auto;
}

.site-footer {
	background: #cac8c9;
}

.site-footer .wrap {
	display: flex;
	flex-direction: row;
}

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

	.site-footer .wrap {
		display: block;
	}

	.gototop,
	.creds {
		text-align: center;
	}

}

.soliloquy-container {
	margin-bottom: 0 !important;
}

.home-widget-area .textwidget {
	padding: 0;
}

.home-top-2 {
	background: #17283a;
	padding: 60px 0;
	border-top: 1px solid #e5e5e5;
}

.home-center {
	background: #fff;
	padding: 0;
}

.home-center .wrap {
	max-width: none;
	padding: 40px 30px 0;
}

.home-center .widget {
	padding-bottom: 40px;
}

.home-top-2 p {
	color: #fff;
}

.above-footer {
	clear: both;
	border-top: 1px solid #e5e5e5;
	display: none;
}

.above-footer .widget-title {
	border: none;
}

.home .above-footer {
	border-top: none;
	display: block;
}

.home-video {
	background: #17283a;
	padding: 60px 0;
}

.home-video iframe {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

.media-text-section {
	margin-top: 40px;
}

@media screen and (min-width: 961px) {

	.media-text-section {
		margin-top: 40px;
		margin-top: 0px;
		border-top: 1px solid #cac8c9;
	}

}

.media-text-section__image {
	overflow: hidden;
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
	-webkit-box-flex: 1;
}

.media-text-section__image iframe,
.media-text-section__image img {
	display: block;
	width: 100%;
}

.media-text-section__image iframe {

}

@media screen and (min-width: 769px) {

	.media-text-section__image {
		-webkit-flex: 1 0 60%;
		flex: 1 0 60%;
	}

}

.media-text-section__content {
	display: -webkit-flex;
	display: flex;
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: left;
	align-items: left;
	/*-webkit-justify-content: center;
	justify-content: center;*/
	background-color: #fff;
	-webkit-box-flex: 1;
}

.media-text-section__content-wrap {
	padding: 30px 30px;
}

.media-text-section__content h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

.media-text-section__content p {
	line-height: 1.75;
	margin-bottom: 15px;
}

.media-text-section__content a {

}

@media screen and (min-width: 769px) {

	.media-text-section__content {
		-webkit-flex: 1 0 40%;
		flex: 1 0 40%;
	}

}

.row {
	display: -webkit-flex;
	display: flex;
	min-width: 100%;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.soliloquy-container .soliloquy-image {
	width: 100%;
}

body .site-header {
	background: #fff !important;
	padding: 10px 0;
	min-height: 0;
    border-bottom: 1px solid #ccc;
}

.site-header img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 1289px;
	margin: 0 auto;
}

@media screen and (min-width: 769px) {

	.site-header {
		padding: 15px 0;
	}

}

.home-widget-area {
	clear: both;
}

/* -- Custom Styles by Bharath 
--------------------------------------------- */

.entry-title a,
.entry-title {
	font-size: 32px !important;
	margin-bottom: 20px !important;	
}

.entry-header {
	box-shadow: none;
}

.wpsc_description p,
.entry-content p {
	clear: none;
}

.default_product_display .productcol {
	margin-left: 0 !important;
}

@media only screen and (max-width: 480px) {
	.entry-content .product_description img {
		float: none;
		display: table;
		margin: 0 auto 30px;
	}
	
	.entry-content p {
		clear: both;
	}
}

.archive-pagination li {
	list-style-type: none;
	display: inline-block;
}

.archive-pagination li a {
	    padding: 5px 10px;
    background: #f5f5f5;
}

.archive-pagination {
	margin-top: 20px;
}

/* -- Custom Styles by Bharath 
--------------------------------------------- */

.wpsc_category_grid_item {
    width: 250px;
    height: 250px;
}

#list_view_products_page_container img, #grid_view_products_page_container img {
    max-width: 250px;
    max-height: 250px;
}

.list_productdisplay td {
	padding: 10px 15px;
}

.wpsc_edit_product,
.wpsc_product_title {
	font-size: 18px;
}

.imagecol {
	margin-right: 25px;
	margin-bottom: 25px;
}

/* -- Custom Styles by Bharath
--------------------------------------------- */

.genesis-nav-menu a {
	color: #9c0 !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	text-transform: none !important;
	text-align: left;
	color: #333 !important;
}

.menu-primary a {
	border-right: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background: #cac8c9;
	color: #333 !important;
}

.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #fff;
}

.hamburger {
	background-color: #333 !important;
	width: 100%;
	float: none;
	margin-top: 0 !important;
	align-items: center;
	justify-content: center;
}

.hamburger-box,
.hamburger-label {
	color: #fff;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	background-color: #fff !important;
}

.menu-toggle {
	color: #fff !important;
}

.sub-menu-toggle {
	color: #9c0 !important;
}

.genesis-nav-menu .sub-menu a {
	background-color: transparent !important;
}

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

.nav-primary {
		background-color: #fff !important;

}

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

	.nav-primary {
		width: 100% !important;
		background-color: #fff !important;
		padding: 0 !important;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 10px;
		padding-right: 10px;
		padding: 15px 12px !important;
	}

	.genesis-nav-menu .sub-menu {
		border: none !important;
	}

	.genesis-nav-menu .sub-menu a {
		background-color: #cac8c9 !important;
		border: none !important;
	}

	.genesis-nav-menu .sub-menu a:hover {
		background-color: #cac8c9 !important;
		color: #930 !important;
	}

	.menu-item.menu-item-has-children > a > span::after {
		display: none !important;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu a {
		padding: 12px 15px !important;
	}

}

#gallery-1 .gallery-item {
	margin: 30px 40px 30px 0 !important;
		margin: 30px 40px !important;
	width: 10% !important;
}

#gallery-1 {
	display: flex;
    justify-content: center;
    align-items: center;
}

#gallery-1 img {
	border: none !important;
	width: 100%;
}

@media only screen and (max-width: 780px) {
	#gallery-1 .gallery-item {
		width: 100% !important;
	}
	
	#gallery-1 {
		display: block;
	}
}

.smw_center {
    text-align: left !important;
}

#default_products_page_container {
	padding: 0;
}

#default_products_page_container .wpsc_product_search {
	display: none;
}

#default_products_page_container .default_product_display {
	padding: 0;
}

.tax-wpsc_product_category .entry-header h2 a {
font-weight: bold;	
}

.site-footer .wrap {
	text-align: auto;
}

.footer-notice {
	font-size: 12px;
    float: left;
    width: 50%;
	text-align: left;
	display: none;
}

.home .footer-notice {
	display: block;
}

.creds {
	float: right;
    width: 50%;
    text-align: right;
}

@media (max-width: 1200px) {
	#gallery-1 .gallery-item {
		margin: 30px 20px !important;
    	width: 13% !important;
	}
}

@media (max-width: 960px) {
	#gallery-1 .gallery-item {
		margin: 30px 20px !important;
    	width: 15% !important;
	}
}

@media (max-width: 768px) {
	
	.footer-notice {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.creds {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#gallery-1 .gallery-item {
		margin: 30px 0px !important;
    	width: 100% !important;
	}
	
	#gallery-1 .gallery-item img {
		width: auto;
	}

}

.custom-gallery {
	list-style-type: none;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    list-style-type: none;
    grid-gap: 30px;
    width: 100%;
}

.custom-gallery li {
	display: flex;
}

.custom-gallery li img {
	
}

.wpsc_checkout_table {
	margin-bottom: 30px;
}

.wpsc_email_address_p input,
.wpsc_checkout_table input.shipping_region,
.wpsc_checkout_table select,
.wpsc_checkout_table textarea,
.wpsc_checkout_table input.text {
	border: 1px solid #ccc;
	padding: 10px;
	width: 100% !important;
	background: #f5f5f5;
}

.wpsc_checkout_forms {
	margin-top: 50px;
}

.wpsc_email_address_p img {
	display: none;
}

#checkout_page_container .wpsc_make_purchase {
	float: left;
	margin-top: 30px;
}

.iframe-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.iframe-wrapper iframe,
.iframe-wrapper embed,
.iframe-wrapper object {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.table-1, .table-2 {
	width: 100%;
}

.wp-e-commerce #text-12,
.wp-e-commerce #widget_sp_image-39 {
	display: none;
}

#single_product_page_container {
	width: 100%;
}

.wpsc_category_grid img {
	width: 100% !important;
	height: auto !important;	
}

.productcol .custom_meta {
	display: none;
}

.product_description img {
	
}

@media (max-width: 1100px) {
	
	.category-events .entry-content h3,
		.category-events .entry-content h4,
		.category-events .entry-content p {
		clear: both;
	}

}

@media (max-width: 780px) {
	
	.category-events .entry-content img {
		width: 100%;
	}

}

#shippingSameBilling {
    right: 2px;
}