/*
	Theme Name: Greek Boston
	Theme URI: http://brickmarketing.com
	Description: Greek Boston theme
	Version: 1.0
	Author: Chris Roberts
	Author URI: http://brickmarketing.com
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing: grayscale; /* firefox mac font too bold fix */
}

#frm_field_cptch_number_container:after {
	content:"So we know you're human!";
	font-weight:bold;
	font-size:11px;
	display:block;
}

body {
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	line-height:22px;
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	vertical-align:bottom;
}
a {
	color:#3c66b0;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}

*:focus {
	outline:none !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* container */
.container {
	width:100%;
	margin:0 auto;
	position:relative;
}

.wrapper {
	width:1060px;
	margin:auto;
}

h1, h2, h3, h4, h5, h6, p {
	margin:0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height:normal;
	clear:both;
	font-family:'open sans', sans-serif;
}

article h2, .tribe_events h2 {
	margin-bottom:0;
}

article #accordion h2 {
	margin-bottom:20px;
}

article table {
	margin-bottom:20px;
}

p:last-child {
	margin-bottom:0;
}

iframe {
	border:none;
}

/* header */

.header-spacer {
	padding-top:172px; /* height + margin of fixed header */
}

.header {
	background:#3c66b0;
	/*background-image: -moz-linear-gradient(top, #20418f, #638ac6);
	background-image: -ms-linear-gradient(top, #20418f, #638ac6);
	background-image: -webkit-linear-gradient(top, #20418f, #638ac6);
	background-image: linear-gradient(top, #20418f, #638ac6);*/
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	margin:0 0 20px 0;
	width:100%;
	position:fixed;
	z-index:999;
	padding:20px 0 0 0;
}

.header a {
	color:#FFF;
}

.header nav a {
}

.header-left {
	float:left;
	margin:10px 100px 20px 0;
}

.header-mid {
	float:left;
	margin:10px 20px 0 0;
}

.header-right {
	float:right;
	padding:10px;
	overflow:hidden;
}

.header-right .search-input {
	margin:0 10px 0 0;
	border:none;
	display:block;
	float:left;
	padding:3px;
}

.header-right .search-submit {
	margin:0;
	border:none;
	display:block;
	float:left;
	color:#FFF;
	background:none;
	font-family:'Font Awesome';
	padding-top:5px;
}

.header-right .sidebar-widget {
  margin-bottom:10px;
  overflow:hidden;
}

.header-right .sidebar-widget:last-of-type {
  margin-bottom:0;
}

input[type="submit"] {
	margin-bottom:20px;
}

.home-btn {
	display:inline-block;
	margin:0 20px 0 0;
}

.shopping-btn {
	display:inline-block;
	margin:0 20px 0 0;
}

.about-btn {
	display:inline-block;
}

.about-btn .icon {
	margin:0 12px 0 0;
}

h3.description {
	font-family:'open sans', sans-serif;
	text-align:center;
	color:#3c66b0;
}

.home .gb-photo img {
	max-width:376px;
}

/* logo */
.nav li.logo {
	margin:0 20px 0 0;
	width:216px;
}

.nav li.logo a {
	text-indent:-99999px;
	background:url(images/logo-header.png);
	height:124px;
	overflow:hidden;
	display:block;
}

/* nav */
.sf-menu {
	position:absolute;
}

.nav {
	clear:both;
	overflow:hidden;
	background:#01296f;
	padding:10px 0;
	width:100%;
	min-height:24px;
}

/* LEVEL ONE */

.nav li {
	padding:0;
	list-style:none;
	text-indent:0;
	text-align:center;
	float:left;
	margin:0 28px 0 0;
	/*font-weight:800;*/
	font-weight:700;
	font-size:14px;
}

.nav li a {
	font-size:15px;
}

.nav li:last-child {
	margin-right:0;
}

/* LEVEL TWO */

.nav li:hover ul.sub-menu {
}

.header ul.sub-menu {
	margin-top:12px;
	background:#20418f;
}

.header .sub-menu .sub-menu {
	background:#3c66b0;
}

nav li ul.sub-menu {
	display:none;
}

.header .sub-menu li {
	float:none;
	margin:0 0 1px 0;
	font-weight:400;
	text-align:left;
	/*min-width:175px;*/
	min-width:220px;
}

.header .sub-menu li a {
	display:block;
	padding:5px;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	border-bottom:1px solid #172e66;
	border-top:1px solid #2f60c5;
}

.header .sub-menu li:first-child a {
	border-top:none;
}

.header .sub-menu li:last-child a {
	border-bottom:none;
}

.header .sub-menu li a:hover {
	background:#3c66b0;
}

.header .sub-menu li.menu-item-has-children a.sf-with-ul {
}

.header .sub-menu li.menu-item-has-children a.sf-with-ul:after {
	content:'>> ';
	padding-left:10px;
}

/* LEVEL THREE */

.header .sub-menu .sub-menu li a {
	border-top:1px solid #5997d6;
	border-bottom:1px solid #2b487d;
}

.header .sub-menu .sub-menu li a:hover {
	background:#4f84e1;
}

#menu-item-218 .sub-menu .sub-menu { /* "fun" category only / sub menus on LEFT side */
	left:-100%;
}

/* main */

section {
	float:left;
	width:780px;
	margin:0 20px 10px 0;
	min-height:10px;
	clear:both;
}

.breadcrumbs {
	margin:0 0 20px 0;
	color:#3c66b0;
	font-size:14px;
}

/*.post h1, .gb-single .page h1, .attachment h1, .gb-single .albums h1 {
	margin-bottom:0;
}*/

.gb-single h1, .archive h1 {
	margin-bottom:0;
}

span.date, span.comments {
	display:none;
}

.gb-left {
	float:left;
	width:378px;
	margin:0 20px 0 0;
}

.gb-right {
	float:left;
	width:378px;
}

.home .gb-group {
	float:none;
	margin-right:0;
}

.gb-group {
	float:left;
	width:376px;
	min-height:10px;
	border:2px solid #3c66b0;
	margin:0 20px 20px 0;
	box-shadow:0 0 10px #999;
	clear:both;
}

.gb-group:hover {
	border:2px solid #5086e6;
	box-shadow:0 0 10px #000;
}

.gb-group:hover h2, .gb-group:hover .gb-group-name, .gb-single-title {
	background:#5086e6;
}

.gb-group:hover .gb-content {
	border-top:15px solid #5086e6;
}

.gb-single-title {
	padding:10px;
	color:#FFF;
	margin:0;
}

.gb-single-title a {
	color:#FFF;
}

.gb-group *, .gb-group {
	transition:.3s ease-in-out all;
	-moz-transition:.3s ease-in-out all;
	-webkit-transition:.3s ease-in-out all;
}

.gb-single {
	width:780px;
	min-height:10px;
	border:2px solid #3c66b0;
	box-shadow:0 0 10px #999;
	clear:both;
	margin-bottom:10px;
	overflow:hidden;
}

/*.gb-single article.post, .gb-single article.page, .gb-single article.attachment, .gb-single article.albums {
	padding:10px;
}*/

.gb-single article {
	padding:10px;
}

article.attachment p {
	text-align:center;
}

p.removal, article.attachment p.removal {
	text-align:left;
}

article.attachment a {
	cursor:default;
}

.gb-group:nth-child(2n) {
	margin-right:0;
	clear:none;
}

.gb-group.gb-about, .gb-group.gb-category {
	width:776px;
	overflow:hidden;
	clear:both;
	float:none;
}

.gb-group.gb-about h2, .gb-group.gb-category h2 {
	font-size:36px;
}

.gb-group h2 {
	background:#3c66b0;
	padding:10px;
	font-family:Open Sans, sans-serif;
	font-weight:400;
	font-size:22px;
	margin:0;
	color:#FFF;
}

.gb-group-name {
	position:absolute;
	padding:10px;
	background:#3c66b0;
	color:#FFF;
	font-family:BebasNeueRegular, sans-serif;
	font-size:18px;
	margin-top:-1px;
	max-width:300px;
	overflow:hidden;
}

.gb-group-name a {
	color:#FFF;
}

.gb-content {
	padding:20px;
	overflow:auto;
	border-top:15px solid #3c66b0;
}

.gb-content a, .post a {
	color:#3c66b0;
}

.gb-content ul {
	margin:0;
	padding:0;
}

.gb-content li {
	padding:0 0 10px 0;
	margin-bottom:10px;
	border-bottom: 1px solid #eee;
	list-style:none;
	overflow:auto;
}

.gb-content h3 {
	margin:0;
}

.gb-content h3, .gb-content h3 a {
	color:#3c66b0;
}

.gb-thumb {
	float:left;
	margin:0 20px 0 0;
	clear:both;
	overflow:hidden;
	width:32px;
	height:32px;
}

.gb-thumb img {
	display:block;
	max-width:32px;
	min-height:32px;
}

.gb-snippet {
	float:left;
	width:284px;
	color:#000;
	line-height:18px;
}

.gb-excerpt {
	clear:both;
}

.posts h2 {
	font-size:18px;
}

.posts h2 a {
	color:#FFF;
}

article ul, article ol {
	margin-top:0;
}

.quickshare {
	color:#3c66b0;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	overflow:auto;
	float:left;
	clear:both;
	margin:10px 0 0 0;
	opacity:0;
	margin-left:-150px;
}

.quickshare a {
	color:#3c66b0;
}

.quickshare span.action {
	display:none;
}

.quickshare .sharing {
	margin:0 16px 0 0;
	float:left;
}

.gb-group:hover .quickshare {
	opacity:1;
	margin-left:0;
}

.gb-group .post-edit-link {
	display:block;
	float:right;
	margin:10px 0 0 0;
	clear:none;
}

.post-edit-link {
	display:block;
	margin-top:10px;
	clear:both;
}

.bottom-share {
	font-weight:bold;
	font-size:115%;
	clear:both;
	margin-bottom:20px;
	overflow:visible;
}

.bottom-share p {
	text-align:left !important;
}

.stButton {
	margin-left:0 !important;
	margin-right:10px !important;
}

span.st_plus_one_buttons div, #___plusone_0 {
	margin-right:15px !important;
}

span.st_plusone_buttons {
	margin-right:5px !important;
}

.box {
	float:left;
	width:49%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 2% 20px 0;
	clear:both;
}

.box h2 {
	margin:0;
}

.box:nth-of-type(odd) {
	clear:none;
	margin-right:0;
}

.page-id-35525 .box a {
	text-align:center;
	font-size:150%;
	display:inherit;
	margin-top:10px;
	color:#FFF;
	padding:10px;
	background:#3c66b0;
	transition:.3s ease-in-out all;
}

.page-id-35525 .box a:hover {
	color:#FFF;
	background:#5086e6;
}

/* WEB BANNERS */

div.web-banners {
	text-align:center;
}

.web-banners textarea {
	width:100%;
	min-height:50px;
}

.web-banners textarea:before {
	content:'Copy & Paste';
	text-align:center;
}

/* CUSTOM POSTS */

article.custom-post-content {
	padding-top:0;
}

.custom-posts {
	float:left;
	width:246px;
	margin:0 10px 10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #eee;
	overflow:hidden;
}

/*.custom-posts:nth-child(odd) {
	clear:both;
}*/

.custom-posts:nth-of-type(3n) {
	margin-right:0;
}

.custom-posts .wp-post-image {
	margin:0 0 10px 0;
	max-width:246px;
}

.custom-posts h3 {
	margin:0;
}

.pagination {
	clear:both;
	margin-bottom:20px;
}

.ui-accordion-content {
	display:none;
}

/* RANDOM POSTS */

.random-posts {
	overflow:hidden;
	clear:both;
}

.rand {
	float:left;
	width:187px;
	margin:0 10px 20px 0;
}

.rand:last-of-type {
	margin-right:0;
}

.rand img {
	max-width:187px;
	display:block;
	margin:0 0 10px 0;
}

.rand h3 {
	margin:0;
}

/* T SHIRTS */

.post-184 h2:after {
	content:'Please click on the design below to view the t-shirt';
	display:block;
	margin:0 0 20px 0;
	font-weight:normal;
	font-size:12px;
}

.post-184 h3 {
	min-height:47px;
}

.post-184 .custom-posts {
	border-bottom:1px solid #CCC;
}

.page-id-184 article .wp-post-image {
	margin:0;
}

.page-id-184 article .custom-posts img {
	max-width:100%;
}

.short-description {
	margin-bottom:20px;
}

.product-price {
	font-size:125%;
	display:block;
	float:left;
	font-weight:bold;
}

.page-id-184 article .gb-button, .single-t-shirts article .gb-button {
	margin:auto;
	text-align:center;
	background:#3cb06a;
	float:right;
}

.page-id-184 article .gb-button:hover, .single-t-shirts article .gb-button:hover {
	color:#FFF;
	background:#75d99d;
}

.t-shirt-left {
	float:left;
	width:500px;
	overflow:hidden;
	margin:0 20px 20px 0;
}

.t-shirt-right {
	float:right;
	width:240px;
	overflow:hidden;
	text-align:center;
	margin-bottom:20px;
}

.single-t-shirts article .product-price {
	float:none;
	margin-bottom:20px;
	display:inline;
}

.single-t-shirts article .gb-button, .single-t-shirts article .product-price {
	float:none;
}

.single-t-shirts article .gb-button {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	max-width:250px;
}

.single-t-shirts .reveal {
	display:block;
	margin-bottom:20px;
}

.single-t-shirts .bottom-share {
	margin-top:20px; /* EXTRA margin */
}

.single-t-shirts article .gb-button {
	font-size:135%;
}

.t-shirt-description {
	margin-bottom:20px;
}

/* WOOCOMMERCE T-SHIRTS */

.archive.woocommerce .page-title:after {
	content:'Please click on the products below for more information';
	display:block;
	font-size:12px;
	visibility:visible;
	margin-bottom:10px;
}

.post-40611 .page-title {
	visibility:hidden;
}

.archive .product span.amount {
	display:none;
}

.woocommerce div.summary .button {
	float:right !important;
	width:100%;
	max-width:75%;
}

.woocommerce #place_order {
	float:none !important;
	width:100%;
	max-width:50%;
}

.mini-seals img {
	max-height: 47px;
	width: auto;
}

li.product:before {
	display:none !important;
}

.product_meta {
	display:none;
}

.woocommerce-tabs ul.tabs {
	display:none;
}

.description-heading {
	display:none;
}

.summary h1 {
	line-height: 29px;
	margin-bottom: 20px;
}

.summary span.amount, .summary p.price {
	font-weight:bold;
	font-size:125%;
	color:#3cb06a;
}

.summary span.amount:before {
	content:'Price: '
}

.summary td.label label:before {
	content:'Select ';
}

.summary td.label label:after {
	content:': ';
}

.page-id-40608 .bottom-share, .page-id-40609 .bottom-share {
	display:none; /* cart page */
}

#shipping_method li:before, .state_select li:before, .order_details li:before {
	display:none !important;
}

.customer_details dd {
	text-transform:none !important;
}

.brand-seals {
	float:left;
}

.trust-seals {
	text-align:center;
}

/* WOOCOMMERCE CART WIDGET */

#text-6 h3, html .widget_shopping_cart.sidebar-widget h3 {
	background:#3cb06a !important;
	color:#FFF !important;
}

.widget_shopping_cart_content {
	padding:10px !important;
}

#text-6, .widget_shopping_cart {
	border:2px solid #3cb06a;
}

#text-6 .product-price, #text-6 .product-quantity {
	display:none !important;
}

#text-6 .cart {
	border:none;
	padding:0;
}

#text-6 .product-remove {
	padding:6px 0 !important;
}

#text-6 .product-name {
	line-height:14px;
}

#text-6 .cart_totals {
	float:none;
	width:100%;
}

#text-6 .product-thumbnail {
	min-width:20px !important;
	padding:0 !important;
}

#text-6 table.cart img {
	width:20px !important;
}

#text-6 .woocommerce .cart .button {
	float:left !important;
	clear:both !important;
	width:100% !important;
}

#text-6 .product-subtotal {
	padding: 0 !important;
}

#text-6 .coupon {
	display:none;
}

#text-6 input.button {
	display:none;
}

#text-6 input.checkout-button.button {
	display:block;
}

#text-6 .return-to-shop {
	display:none;
}

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	background-image: -moz-linear-gradient(top, #3cb06a, #2f8752) !important;
	background-image: -ms-linear-gradient(top, #3cb06a, #2f8752) !important;
	background-image: -webkit-linear-gradient(top, #3cb06a, #2f8752) !important;
	background-image: linear-gradient(top, #3cb06a, #2f8752) !important;
	border-color:#155c31 !important;
	font-size:125% !important;
}

.product .reveal {
	display:block;
	margin-bottom:20px;
	clear:both;
}

.hidden {
	margin-bottom:20px;
}

mark {
	background:none;
}

/* ADVERTISING */

.gb-product {
	/*width:49%;*/
	margin:0 0 20px 0;
	border: 2px solid #3c66b0;
	overflow: hidden;
	float:left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.gb-product#event-package {
	clear:both;
	width:100%;
	border-color:#9db7e4;
}

.gb-product#event-package a.button {
	margin:auto;
	max-width:350px;
}

.gb-product#event-package ul {
	min-height:0;
}

.gb-product#event-package .gb-product-price:after {
	display:none;
}

.gb-product#event-package h3 {
	font-size:15px;
	background:#9db7e4;
}

.gb-product#product-36623 {
	border:2px solid #D5901D;
	background:#d9b984;
}

.gb-product#product-36623 h3 {
	background-image: -moz-linear-gradient(top, #d5901d, #73541f);
	background-image: -ms-linear-gradient(top, #d5901d, #73541f);
	background-image: -webkit-linear-gradient(top, #d5901d, #73541f);
	background-image: linear-gradient(top, #d5901d, #73541f);
	text-shadow:1px 1px 0px #D5901D;
}

.gb-product#product-36623 li:hover {
	background:#dfc59b;
}

.gb-product#product-36622 {
	border:2px solid #C5C5C5;
	background:#dedede;
}

.gb-product#product-36622 h3 {
	background-image: -moz-linear-gradient(top, #c5c5c5, #5b5b5b);
	background-image: -ms-linear-gradient(top, #c5c5c5, #5b5b5b);
	background-image: -webkit-linear-gradient(top, #c5c5c5, #5b5b5b);
	background-image: linear-gradient(top, #c5c5c5, #5b5b5b);
	text-shadow:1px 1px 0px #c5c5c5;
}

.gb-product#product-36622 li:hover {
	background:#F3EFEF;
}

/*.gb-product#product-36621 {
	border:2px solid #EFD340;
	background:#f1e5a9;
	margin-right:0;
}

.gb-product#product-36621 h3 {
	background-image: -moz-linear-gradient(top, #efd340, #928127);
	background-image: -ms-linear-gradient(top, #efd340, #928127);
	background-image: -webkit-linear-gradient(top, #efd340, #928127);
	background-image: linear-gradient(top, #efd340, #928127);
	text-shadow:1px 1px 0px #efd340;
}*/

.gb-product#product-36621 li:hover {
	background:#fbf4d2;
}

.gb-product h3 {
	background:#3c66b0;
	color:#000;
	padding:10px;
	text-align:center;
	margin:0;
	font-size:17px;
}

.gb-product h3 a {
	color:#000;
}

.gb-product-content {
	padding:10px;
	box-shadow:inset 0 0 20px #333;
	overflow:hidden;
	word-break: break-all;
	word-break: break-word;
}

.gb-product-content ul {
	min-height:745px;
}

.gb-product-content img  {
	max-height:34px;
	display:block;
	margin:auto;
}

img.cc {
	padding:5px;
	background:#FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	float:left;
	width:142px;
}

img.bbb {
	float:right;
	/*width:59px;*/
}

.gb-product-content ul, .gb-product-content li {
	margin:0;
	padding:0;
	list-style:none;
}

.gb-product-content li {
	margin:0 0 10px 0;
	padding:10px;
	border-bottom:1px solid #3c66b0;
	transition:background .3s ease-in-out;
	color:#000;
}

.gb-product-content a {
	font-weight:bold;
}

.gb-product-content li:last-of-type {
	border:none;
	margin:0;
}

.gb-product-content .add_to_cart_button {
	padding:10px;
	font-weight:bold;
	color:#FFF;
	/*background:#3c66b0;*/
	background:#3cb06a;
	display:block;
	margin-top:10px;
	text-align:center;
	transition:background .3s ease-in-out;
	font-family:arial black;
	text-transform:uppercase;
	font-size:18px;
}

.gb-product-content .add_to_cart_button:hover {
	background:#75d99d;
}

.gb-product-price {
	text-align:center;
	font-size:175%;
	color:#000;
	margin:10px 0;
	font-weight:bold;
	font-family:arial black;
}

.gb-product-price a {
	color:#000;
}

.gb-product-price:after {
	content:' per month';
	font-size:11px;
}

.details {
	text-align:center;
	line-height:13px;
}

.gb-product small {
	font-size:11px;
	font-weight:bold;
}

#product-36622 h3:after {
	content: 'Best Value!';
	text-align: center;
	width: 60px;
	height: 60px;
	color: #000;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 12px;
	background:#3c66b0;
	font-size: 11px;
	border-radius: 75px;
	position: absolute;
	margin-left: 22px;
	margin-top: -23px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	transform:rotate(-10deg);
	-moz-transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	transition:all .3s ease-in-out;
	text-shadow:none;
}

/*#product-36622:hover h3:after {
	width:100px;
	height:100px;
	border-radius:100px;
	font-size:14px;
	padding:30px;
	transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
}*/

.wwg-bonus {
	text-align:center;
	background:#3c66b0;
	color:#FFF !important;
	display:none;
}

.wwg-bonus h4 {
	margin:0;
	font-size:150%;
}

.wwg-bonus:hover {
	background:#3c66b0 !important;
}

/* BLUE PAGES */

.bluepages div a {
	display:block;
}

.bluepages div {
	background:none !important;
	display:none;
}

.tax-icon {
	margin-right:10px;
}

ul.biz {
	margin:0;
	padding:0;
}

.biz li:before {
	display:none !important;
}

.biz li {
	padding:10px;
}

.biz h3 {
	margin:0;
}

.biz li:nth-of-type(odd) {
	background:#d7e3f8;
}

/* MP3 RINGTONES */

.post-269 table br {
	display:none;
}

/* ORGANIZATION */

.new-england-organizations .custom-posts {
	width:49%;
	margin:0 2% 10px 0;
	min-height:110px;
}

.new-england-organizations .custom-posts:nth-of-type(2n) {
	margin-right:0;
}

/* EDUCATION */

.education .custom-posts {
	float:none;
	width:100%;
	margin:0 0 20px 0;
}

.education h2 {
	margin-bottom:20px;
}


/* BANDS & DJS */

.band-dj .custom-posts {
	float:none;
	width:100%;
	margin:0 0 20px 0;
}

.band-dj h2 {
	margin-bottom:20px;
}

/* TV & Radio */

.media article h2 {
	margin-bottom:20px;
}

.media .custom-posts {
	min-height:65px;
}

.media-left {
	float:left;
	margin:0 10px 0 0;
	width:79px;
	overflow:hidden;
}

.custom-posts .media-left img.wp-post-image {
	max-width:79px;
}

.media-right {
	float:left;
}

/* VIDEOS */

.post-37629 .custom-posts {
	width:31.3%;
	margin:0 3% 3% 0;
}

.post-37629 .custom-posts:nth-of-type(3n) {
	margin-right:0;
}


/* CHURCHES */

.single-churches h2 {
	margin:0;
	line-height:34px;
}

.church-map {
	margin-bottom:20px;
}

.page-id-194 .date {
	display:none;
}

.page-id-194 h3 {
	font-size:14px;
}

.page-id-194 #accordion div.custom-posts {
	padding-bottom:10px;
	min-height:225px;
}

.page-id-194 .custom-posts img {
	width:246px;
	height:144px;
}

.accordion-content {
	display:none;
}

.local-greek-church-listings #accordion h2:after {
	content:' (Click To Expand)';
	font-size:12px;
}

.local-greek-church-listings #accordion .accordion-content:before {
	content:'Please click on a church below to view info on each Greek church';
	font-size:12px;
	display:block;
	clear:both;
}

#accordion .state-ct {
	background:url(images/state-ct.gif) no-repeat;
	background-size:100px;
	padding-left:120px;
	padding-top:50px;
}

#accordion .state-ma {
	background:url(images/state-ma.gif) no-repeat;
	background-size:100px;
	padding-left:120px;
	padding-top:50px;
}

#accordion .state-me {
	background:url(images/state-me.gif) no-repeat;
	background-size:100px;
	padding-left:120px;
	padding-top:50px;
}

#accordion .state-nh {
	background:url(images/state-nh.gif) no-repeat;
	background-size:100px;
	padding-left:120px;
	padding-top:50px;
}

#accordion .state-ri {
	background:url(images/state-ri.gif) no-repeat;
	background-size:100px;
	padding-left:120px;
	padding-top:50px;
}

#accordion .state-vt {
	background:url(images/state-vt.gif) no-repeat;
	background-size:100px;
	padding-left:120px;
	padding-top:50px;
}

/* FESTIVAL */

.hidden, .hidden2 {
	display:none;
}

.gb-button.add-event, .gb-button.add-event2 {
	font-size:125%;
	margin:auto;
	text-align:center;
	background:#3cb06a;
	display:inline;
	float:none;
}

.gb-button.add-event:before {
    content:"";
    position:absolute;
    z-index:-2;
}

/*.gb-button.add-event:before {
	left: 125px;
	margin-left: 48px;
	margin-top: 600px;
	bottom: 69px;
	width: 50%;
	height: 25px;
	max-width: 257px;
	-webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
	-webkit-transform: skew(50deg);
	-moz-transform: skew(50deg);
	-ms-transform: skew(50deg);
	-o-transform: skew(50deg);
	transform: skew(50deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}*/

.gb-button.add-event:hover, .gb-button.add-event2:hover  {
	color:#FFF;
	background:#75d99d;
}

.center {
	text-align:center;
}

.event-text {
	font-weight:bold;
}

.event-text li {
	list-style:none;
}

.event-text li:before {
	content:'\f00c';
	color:green;
	font-family:'Font Awesome';
	display:inline-block;
	margin-right:10px;
}

#frm_form_10_container label {
	color:#5086e6 !important;
	font-size:110% !important;
}

#frm_field_96_container, #frm_field_98_container, #frm_field_97_container, #frm_field_99_container {
	float:left;
	width:21%;
	margin-right:1%;
	clear:none;
}

#frm_field_96_container {
	clear:both;
}

#frm_field_102_container, #frm_field_120_container, #frm_field_121_container {
	float:left;
	width:21%;
	margin-right:5%;
	clear:none;
}

#frm_field_102_container {
	clear:both;
}

body .gb-single .frm_submit input[type="submit"] {
	font-size:125%;
	margin:auto;
	text-align:center;
	background:#3cb06a;
	display:inline;
	float:none;
	font-family:'Open Sans';
	color:#FFF;
	border:none;
	border-radius:0;
	padding:10px;
	box-shadow:none;
	transition:.3s ease-in-out;
	-moz-transition:.3s ease-in-out;
	-webkit-transition:.3s ease-in-out;
}

.gb-single input[type="submit"] {
	margin-bottom:20px !important;
}

body .gb-single .frm_submit input[type="submit"]:hover  {
	color:#FFF;
	background:#75d99d;
}

.single-tribe_events a.tribe-events-ical, .single-tribe_events a.tribe-events-ical:hover, .single-tribe_events a.tribe-events-gcal, .single-tribe_events a.tribe-events-gcal:hover {
	color:#3c66b0;
}

.single-tribe_venue .fest-intro {
	display:none;
}

.tribe-events-schedule {
	margin:0;
}

#tribe-events-content.tribe-events-list, #tribe-events-footer {
	padding:10px !important;
}

span.street-address {
	display:inline !important;
}

#tribe-events-content {
	margin-bottom:0;
}

.greek-related {
	text-align:center;
}

div.entry-content li {
	margin-bottom:0 !important;
}

/* ALBUMS */

.page-id-223 .custom-posts {
	min-height:95px;
}

.page-id-223 .custom-posts img {
	display:none;
}

.page-id-223 span.date, .single-albums .rand span.date {
	display:block;
}

#accordion h2 {
	cursor:pointer;
}

#accordion div {
	padding:10px;
	background:#d7e3f8;
	margin-bottom:10px;
}

#accordion div .custom-posts {
	width:240px;
	background:none;
	padding:0;
}

/* YARPP */

.yarpp-related h3 {
	display:none;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	width:180px !important;
	height:inherit !important;
	border:0 !important;
	padding:0 !important;
	margin:0 20px 0 0 !important;
	display:block !important;
	float:left !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail:last-of-type {
	margin-right:0px !important;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width:auto !important;
	height:inherit !important;
	max-width:180px !important;
	margin:0 0 20px 0 !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	margin:0 !important;
	max-height:none !important;
	line-height:inherit !important;
	width:auto !important;
	font-size:16px !important;
}

/* event/calendar pages */

#tribe-events-pg-template {
	max-width:none;
}

.tribe-events-page-title {
	text-align:center;
}

h2.tribe-events-page-title, #tribe-geo-results h2.tribe-events-page-title {
}

h2.tribe-events-page-title a {
	color:#3c66b0;
}

div#tribe-events-content, div#tribe-events-content-wrapper {
	padding:10px;
}

.single .tribe-events-schedule {
	display:none;
}

.home .tribe-events-adv-list-widget ol li {
	margin-bottom:10px !important;
}

/* baby names */

.menu-baby-names {
	padding:5px;
	background:#ccc;
	overflow:hidden;
	margin:0 0 20px 0;
}

.menu-baby-names ul {
	display:table;
	margin:auto;
}

.menu-baby-names li {
	float:left;
	margin:0 5px;
	list-style:none;
	padding:0;
}

/* about nav */

.header .about-btn ul {
	display:inline-block;
	position:absolute;
	z-index:99;
}

.header .about-btn ul.sub-menu {
	display:none;
	margin:0;
}

.header .about-btn li {
	list-style:none;
}

.single-only, .home.page .single-only {
	/*display:none;*/
}

.page .single-only {
	display:block;
}

.single .single-only {
	display:block;
}

.about-btn li {
	float:none;
}

.business-btn {
	margin-right:180px;
}

/* newsletter */

.newsletter {
	padding:10px;
	box-sizing:border-box;
	border:3px solid #99ccff;
	font-weight:bold;
	color:#3c66b0;
	text-align:center;
}

.newsletter .gb-button, html .newsletter .gb-textfield {
	float:none;
	display:inline-block;
	margin-bottom:0 !important;
}

.gb-single .newsletter input[type="submit"] {
margin-bottom:0px !important;
}

.newsletter .gb-textfield {
	border:1px solid #ccc;
}

/* sidebar */
.sidebar {
	float:left;
	width:250px;
	margin:0 0 0px 0;
}

.sidebar .widget-content {
	padding:10px;
}

.sidebar .sidebar-widget {
	/*margin-bottom:20px;*/
	margin-bottom:10px;
}

.sidebar .sidebar-widget img {
	max-width:100%;
}

.promote {
	/*text-align:right;*/
	font-weight:bold;
	font-size:10.5px;
	color:#3c66b0;
	display:inherit;
}

.promote a {
	color:#3c66b0;
}

.promote a:hover {
	text-decoration:underline;
}

/*.connect-with-us {
	border:2px solid #3c66b0;
	padding:10px;
	width:226px;
	margin:0 0 20px 0;
}*/

.connect-with-us {
	padding-bottom:10px;
}

.connect-with-us .gb-textfield, #text-2 .gb-textfield {
	border:1px solid #000;
	width:119px;
	margin-bottom:10px;
}

.gb-textfield:focus {
	border:1px solid #000;
}

.footer .gb-textfield:focus {
	border:none;
}

.connect-with-us .gb-button, #text-2 .gb-button {
	margin-bottom:0;
}

.connect-with-us .subscribe, #text-2 .subscribe {
	font-size:12px;
	margin:0;
}

.connect-with-us p, .connect-with-us h4, #text-2 h4, #text-2 p {
	margin:0 0 10px 0;
}

.connect-with-us iframe, #text-2 iframe {
	width:226px !important;
	overflow:hidden;
}

.connect-with-us h4, .sidebar .sidebar-widget h3 {
	color:#3c66b0 !important;
	font-size:14px;
	text-align:center;
	padding:10px;
	background:#99ccff;
	margin:0;
}

.sign-up-text {
	font-weight:bold;
	color:#3c66b0;
	font-size:90%;
}

.footer .sign-up-text {
	color:#FFF;
}

.sidebar .rpwe_widget, #text-2, .widget-box, .connect-with-us, #tribe-events-adv-list-widget-2, #simple_ads_manager_block_widget-2 {
	border:2px solid #99ccff;
	width:246px;
	margin:0 0 10px 0;
}

.connect-with-us .frm_form_fields, #text-2 .frm_form_fields {
	float:left;
}

.sam-block-item {
	padding:0 !important;
	margin:0 0 7px 0 !important;
}

fieldset {
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}

.widget-content {
	padding:10px;
}

.widget_text .widget-content {
	padding:0;
}

#text-2 .widget-content {
	padding:10px;
}

h3.rpwe-title {
	/*text-align:left !important;*/
}

body .rpwe-block h3 {
	font-size:14px !important;
	padding:0 !important;
}

.sidebar ul {
	margin:0;
}

.subscribe {
	clear:both;
}

.ad-unit {
	margin:0 0 20px 0;
}

.ad-unit .widget-content {
	padding:0;
}

.ad-unit.ad-center {
	width:728px;
	margin:0 auto 20px auto;
}

.ad-center .widget_adrotate_widgets {
	width:728px;
	height:90px;
}

#simple_ads_manager_widget-2 {
	float:left;
	/*margin-bottom:20px;*/
	margin-bottom:10px;
}

/*#text-10 {
	float:right;
}*/

.sidebar .widget_adrotate_widgets {
	width:250px;
	height:250px;
}

.supporters {
  padding:10px;
  border:1px solid #CCC;
}

.supporters a {
  display:inline-block;
  margin:0 0 7px 0;
  border:1px solid #CCC;
}

.supporters a:last-of-type {
  margin-bottom:0;
}

.bottom-left-1 .widget_adrotate_widgets {
	/*width:468px;
	height:60px;*/
}

.bottom-left-2 .widget_adrotate_widgets {
	width:236px;
	height:60px;
}

.bottom-left-1 {
	float:left;
	margin:0 20px 20px 0;
	/*width:468px;*/
}

.bottom-left-2 {
	float:left;
	width:236px;
}

.main-content {
}

.quickbar {
	width:90px;
	position:fixed;
	overflow:hidden;
	top: 318px;
	margin-left: -114px;
	color:#5086e6;
	font-family:open sans, arial, sans-serif;
	font-weight:400;
	transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}

.header .quickbar .social-icons a {
	color: #fff;
	background: #3c66b0;
	padding: 6px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-align: center;
	transition:background .3s ease-in-out;
	-moz-transition:background .3s ease-in-out;
	-webkit-transition:background .3s ease-in-out;
}

.header .quickbar .social-icons a:hover {
	background:#5086e6;
}

.header .quickbar a {
	color:#5086e6;
}

.sharing {
	margin:0 0 10px 0;
}

.sharing:last-child {
	margin-bottom:0;
}

.home-sharing {
	display:none;
}

.home .home-sharing {
	display:block;
}

.home-sharing a, .bookmark-sharing a {
	cursor:pointer;
}

.action {
	position: relative;
	top: -9px;
	margin-right: 6px;
	width: 50px;
	overflow:hidden;
	display: inline-block;
}

.quickbar p {
	margin-bottom:10px;
}

.quickbar hr {
	border:1px solid #5086e6;
	margin:10px 0;
}

/*#google_language_translator select.goog-te-combo {
	width:100% !important;
}*/

.goog {
	display:inline-table;
  display:none !important;
}

#google_language_translator {
	min-height:0px !important;
}

.hiding {
	opacity:0;
	margin-left:-200px;
}

/* CART */

.page-id-54 .sidebar, .page-id-54 .ad-unit, .page-id-54 .quickbar, .page-id-54 .bottom-share {
	display:none;
}

.sidebar .gb-single-title {
	display:block;
	margin-bottom:10px;
	font-weight:bold;
}

.sidebar a.gb-single-title {
	color:#FFF;
}

.current-package.package {
	color:#000;
}

.package {
	color:#ccc;
}

.frm_page_num_1 .wwg-bonus {
	display:none;
}

.frm_page_num_1 br {
	display:none;
}

.frm_page_num_1 p {
	margin:0;
}

.frm_page_num_1 ul {
	margin-left:0;
	padding-left:0;
}

.frm_page_num_1 li {
	margin-bottom:10px;
	list-style:none;
}

.frm_page_num_1 li:before {
	content:'\f00c';
	color:green;
	font-family:'Font Awesome';
	display:inline-block;
	margin-right:10px;
}

.page-id-37177 .bottom-share {
	display:none;
}

.post-37177 {
	color:#000;
}

.post-37177 label {
	font-size:110% !important;
}

.post-37177 label, .post-37177 .frm_description {
	color:#000 !important;
}

.post-37177 h2 {
	color:#3c66b0;
	padding-bottom:10px;
	border-bottom:1px solid #3c66b0;
}

.post-37177 h3, .post-37177 h4 {
	margin-bottom:0;
}

.post-37177 h3 {
	font-size:150%;
}

.frm_forms.with_frm_style {
	max-width:none !important;
}

.price-info {
	padding:10px;
	background:#99ccff;
	margin-top:20px;
}

.post-37177 .frm_submit {
	font-size:200% !important;
	clear:both;
	float:left;
}

.secure-logos {
	float:right;
}

input[type="tel"], input[type="number"] {
	width:100% !important;
}

.quantity input[type="number"] {
	width:50px !important;
}

#frm_form_28_container .frm_submit input {
	font-size:150%;
	font-weight:bold;
}

#frm_field_329_container label {
	color:green;
	font-size:150%;
}

/* NAME DAYS */

#text-3 {
	text-align:center;
}

#text-3 table {
	border:none !important;
	width:100%;
	font-size:14px !important;
	border-spacing:0 !important;
	border-collapse: collapse !important;
	line-height:18px;
	margin-bottom:10px;
}

#text-3 td {
	border:none !important;
	font-size:14px !important;
}

#text-3 tr:first-of-type {
	display:none;
}

#text-3 tr:last-of-type {
	display:none;
}

#text-3 b, #text-3 span {
	text-transform:capitalize;
	display:block;
	font-size:14px !important;
	font-family: 'Open Sans', sans-serif !important;
}

#text-3 span {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}

#text-3 b br {
	display:block;
}

#text-3 br {
	display:none;
}

/* LOCAL UPCOMING WIDGET */

.event-plug {
	display:block;
	text-align:center;
}

#tribe-events-adv-list-widget-2 {
	text-align:center;
}

#tribe-events-adv-list-widget-2 ol, #tribe-events-adv-list-widget-2 ul {
	margin-bottom:0 !important;
	margin-left:0 !important;
	padding:10px !important;
	list-style-type: none;
	margin-top:0 !important;
}

#tribe-events-adv-list-widget-2 li {
	margin-bottom:10px !important;
	border-bottom: 1px solid #eee;
	padding-bottom:10px;
}

#tribe-events-adv-list-widget-2 h4 {
	margin-bottom:10px;
}

p.tribe-events-widget-link {
	margin:0 10px 10px 10px !important;
}

.tribe-events-widget-link a {
	font-weight:normal !important;
}

.sidebar .tribe-events-widget-link a {
	margin: auto;
	text-align: center;
	background: #3cb06a;
	padding:10px;
	display:block;
	color:#FFF;
	transition:.3s ease-in-out background;
}

.sidebar .tribe-events-widget-link a:hover {
	margin: auto;
	text-align: center;
	background:#75d99d;
	padding:10px;
}

/* HTML5 MUSIC PLAYER IN SIDEBAR */

.wp-playlist-item-length {
	display:none;
}

.music-player {
	text-align:center;
	color:#000;
	line-height:16px;
}

body .ttw-music-player {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width:100% !important;
}

#myplayer, body .ttw-music-player {
	clear:both;
}

#myplayer {
	margin-bottom:20px;
}

span.hmp_cover img {
	max-width:125px !important;
	display:block;
	margin-bottom:10px;
}


.xj_music_embed:before {
	content:"Below is a flash player, if you're on a mobile device please download our app instead.";
	margin-bottom:10px;
	font-size:12px;
}

/* tickets banner */

#text-8 {
	border:none;
}

#text-8 .widget-content {
	padding:0;
}

/* footer */
.footer {
	background:#101e3d;
	background-image: -moz-linear-gradient(top, #101e3d, #476288);
	background-image: -ms-linear-gradient(top, #101e3d, #476288);
	background-image: -webkit-linear-gradient(top, #101e3d, #476288);
	background-image: linear-gradient(top, #101e3d, #476288);
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight:normal;
	overflow:hidden;
	padding:20px 0;
	clear:both;
}

.footer img {
	vertical-align:middle;
}

.footer strong {
	font-weight:700;
}

.footer a {
	color:#FFF;
}

.footer p, .footer h3 {
	margin:0 0 10px 0;
}

strong.sub-headline {
	display:block;
	margin:0 0 10px 0;
}

.foot-col1, .foot-col2, .foot-col3, .foot-col4 {
	float:left;
	margin:0 20px 0 0;
	width:216px;
	min-height:1px;
}

.foot-col1 {
	width:352px;
}

.foot-col1 p {
	margin-bottom:20px;
}

.foot-col1 .icon {
	display:inline-block;
	margin:0 10px 0 0;
}

.foot-col4 {
	margin:0;
}

.footer li {
	list-style:none;
	padding:0;
	text-indent:0;
	margin:0;
}

.header ul {
	display:table;
	margin:auto;
}

.footer ul, .header ul {
	margin:0;
	padding:0;
}

.footer-menu a, .footer .menu a {
	transition:.3s ease-in-out all;
	display:block;
}

.footer-menu a:hover, .footer .menu a:hover {
	padding-left:5px;
	border-left:5px solid #3c66b0;
}

.footer-menu li {
	float:none;
}

.footer ul.sub-menu {
	display:block !important;
}

.footer ul.footer-menu, .footer .menu {
	margin-bottom:20px;
	font-size:13px;
}

.footer a.sf-with-ul, .footer li.menu-item-has-children a {
	font-weight:700;
	display:block;
	margin-top:10px;
}

.footer li.menu-item-has-children ul li a {
	font-weight:normal;
	margin:0;
}

/* INDIVIDUAL ITEM TWEAKS */

.single article h4 {
	margin-bottom:0;
	clear:both;
}

.footer .menu-item-35464 {
	display:none;
}

.footer .menu-item-35472 {
	display:none;
}

.footer .menu-item-35474 {
	display:none;
}

.footer .menu-item-36610 {
	display:none;
}

.footer .menu-item-36607, .footer .menu-item-36588, .footer .menu-item-283, .footer .menu-item-36615, .footer .menu-item-36614, .footer .menu-item-36608, .footer .menu-item-36609 {
	display:none;
}

.footer .menu-item-36874 a.sf-with-ul {
	font-weight:normal;
	margin:0;
}

.footer .menu-item-216 a {
	font-weight:bold;
}

.footer .menu-item-214 a.sf-with-ul, .footer .menu-item-36203 a.sf-with-ul {
	display:none;
}

.footer .menu-item-226 a.sf-with-ul, .footer .menu-item-36204 a.sf-with-ul {
	display:block !important;
}

.footer .menu-item-241 {
	font-weight:bold;
	margin-top:20px;
}

.footer li.menu-item-35457 a.sf-with-ul, .footer li.menu-item-36588 a.sf-with-ul, .footer .menu-item-241 {
	display:none;
}

.footer .menu-item-36506, .footer .menu-item-280 a.sf-with-ul {
	display:none;
}

.footer .menu-item-35468, .footer .menu-item-35470, .footer .menu-item-35475 {
	display:none;
}

.footer .menu-item-35457 {
	display:none;
}

.footer .menu-item-222, .footer .menu-item-35467, .footer .menu-item-291 {
	display:none;
}

.footer .menu-item-37708 {
	display:none;
}

#menu-item-295 a.sf-with-ul {
	font-weight:bold;
}

.footer #menu-item-43226 {
	display:none;
}

.footer .menu-item-38154 {
	display:none;
}

.footer .menu-item-45157 {
	display:none;
}

/*.footer .widget_nav_menu a:hover:before {
	content:'\xf061;';
	color:#3c66b0;
	font-family:'Font Awesome', impact;
	transition:.3s ease-in-out all;
	padding-right:10px;
}*/

.footer h3 {
	font-size:14px;
	font-weight:700;
}

.footer div.address {
	margin:0 0 20px 0;
}

.footer div.address p {
	margin:0;
}

/*.footer .wrapper {
	min-height:700px;
}*/

.follow-us {
	clear:both;
}

.follow-us a {
	font-family:'Font Awesome';
	color:#FFF;
	padding:6px;
	text-align:center;
	background:#3c66b0;
	transition:.3s ease-in-out background;
	width:32px;
	display:inline-block;
	min-width:32px;
	min-height:32px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

.follow-us a.facebook {
	padding-left:14px;
}

.follow-us a:hover {
	/*background:#5086e6;*/
}

a.facebook {
	background:#345e98;
}

a.twitter {
	background:#2ea8e9;
}

a.gplus {
	background:#e94927;
}

a.youtube {
	background:#be3f46;
}

a.insta {
	background:#627aa8;
}

.copyright {
	text-align:center;
	font-size:13px;
	clear:both;
}

.subscribe {
	overflow:hidden;
	margin:0 0 20px 0;
}

.gb-textfield {
	margin: 0 10px 0 0;
	border: none;
	display: block;
	float: left;
	padding: 10px;
	clear:both;
}

.gb-button {
	margin: 0;
	border: none;
	display: block;
	float: left;
	color: #FFF;
	/*background: #3c66b0;*/
	background:#3cb06a;
	font-family:'open sans', sans-serif;
	font-weight:bold; /*...*/
	padding:10px;
	transition:.3s ease-in-out background;
	-moz-transition:.3s ease-in-out background;
	-webkit-transition:.3s ease-in-out background;
}

.gb-button:hover {
	 background:#75d99d;
}

.footer p.sig {
	margin-top:100px;
	text-align:center;
	font-size:12px;
	line-height:normal;
}

#frm_form_29_container .frm_submit input {
	width:100%;
	max-width:300px;
	font-weight:bold;
	font-size:170%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* ...... checkmarks .... */

.post-35518 li, .main-content .menu li, .gb-single article li {
	list-style:none;
}

.post-35518 li:before, .main-content .menu li:before, .gb-single article li:before {
	content:'\f00c';
	color:green;
	font-family:'Font Awesome';
	display:inline-block;
	margin-right:10px;
}

.page-id-513 .random-posts {
	display:none;
}

.post-19 li {
	list-style:none;
}

.post-19 li:before {
	content:'\f001';
	color:#3c66b0;
	font-family:'Font Awesome';
	display:inline-block;
	margin-right:10px;
}

.post-19 ul {
	padding-left:0;
}

.travel-text li {
	list-style:none;
}

.travel-text li:before {
	content:'\f024';
	color:#3c66b0;
	font-family:'Font Awesome';
	display:inline-block;
	margin-right:10px;
}

ul.travel-text {
	padding-left:0;
	margin-left:0;
}

dd.tribe-events-event-url {
	text-transform:none !important;
}

article .sam-ad {
	margin-bottom:20px;
}

#menu-cuisine-3 {
	padding-left:0;
	margin-left:0;
}

#menu-cuisine-3 li {
	list-style:none;
	padding-left:0;
	margin-left:0;
}

#menu-cuisine-3 li:before {
	content:'\f02d';
	color:#3c66b0;
	font-family:'Font Awesome';
	display:inline-block;
	margin-right:10px;
}

#menu-cuisine {
	padding:0;
	font-weight:bold;
	text-align:center;
	font-size:22px;
}

#menu-cuisine li {
	float:left;
	width:49%;
	margin:0 2% 25px 0;
}

#menu-cuisine li:nth-of-type(2n) {
	margin-right:0;
}

#menu-cuisine li:before {
	display:none;
}

#menu-cuisine img {
	display:block;
	margin:auto;
	margin-bottom:10px;
	width:auto !important;
	height:auto !important;
}

.gb-content .widget-content {
	padding:0;
}

.event-box h4 {
	margin:0;
	font-size:16px;
}

.event-box ol {
	padding:0 !important;
	margin:0 !important;
}

.album-cover img {
	max-width:100px;
}

body.page-id-38100 article img {
	max-width:50%;
	display:block;
	margin:auto auto 20px auto;
}

.music-player li:before {
	content: '\f001';
	color: #3c66b0;
	font-family: 'Font Awesome';
	display: inline-block;
	margin-right: 10px;
	list-style:none !important;
	padding:0;
	text-align:left;
}

.music-player li {
	font-weight:bold;
}

.music-player ul {
	padding:0;
	margin:20px 0 0 0;
	list-style:none !important;
	text-align:left !important;
}

/* TV */

.page-id-39224 .alignleft, .page-template-page-tv-php .alignleft {
	float:left;
	margin:0 10px 10px 0;
}

.page-template-page-tv-php .tvform-left .frm_submit input {
	font-weight: bold;
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.video-player {
	min-width:100%;
	margin:20px auto;
	text-align:center;
}

.tvform-left {
	float:left;
	width:49%;
	margin:0 2% 20px 0;
	padding:10px;
	color:#FFF;
	background:#20418f;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.tvform-left label {
	color:#FFF !important;
}

.tvform-left input[type="text"], .tvform-left input[type="tel"] {
	width:100%;
}

.tvform-right {
	float:left;
	width:49%;
}

/* polls */

.wp-polls strong {
	font-size:125%;
}

.wp-polls .Buttons {
	font-size:125%;
}

.wp-polls a {
	font-weight:bold;
	font-size:120%;
}

.refresh-poll {
	color:#3cb06a;
	font-weight:bold;
	font-size:120%;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright, .alignleft {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	/*float:left;
	margin:5px 20px 20px 0;*/
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
 img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

dd {
	text-transform:capitalize;
}

dd.url, dd.tribe-events-date {
	text-transform:none;
}

.sticky {

}

.bypostauthor {

}


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font Awesome';
	src:url('fonts/fontawesome-webfont.eot');
	src:url('fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/fontawesome-webfont.woff') format('woff'),
		url('fonts/fontawesome.ttf') format('truetype'),
		url('fonts/fontawesome.svg#fontawesome') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:'BebasNeueRegular';
    src: url('fonts/bebasneue.eot');
    src: url('fonts/bebasneue.eot') format('embedded-opentype'),
         url('fonts/bebasneue.woff') format('woff'),
         url('fonts/bebasneue.ttf') format('truetype'),
         url('fonts/bebasneue.svg#BebasNeueRegular') format('svg');
}

@font-face {
    font-family:'Z-Social';
    src: url('fonts/zsocial.eot');
    src: url('fonts/zsocial.eot') format('embedded-opentype'),
         url('fonts/zsocial.woff') format('woff'),
         url('fonts/zsocial.ttf') format('truetype'),
         url('fonts/zsocial.svg') format('svg');
}

.icon {
	font-family:'Font Awesome';
}

.z-social {
	font-family: 'Z-Social';
	margin-right: 10px;
	font-size: 159%;
	position: relative;
	top: 2px;
	left: 5px;
}

/* ---------------------------------- */

.mobile-only {
	display:none;
}

.desktop-only {
	display:block;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

.top-ads {
  text-align: center;
  width: 90%;
  margin: auto;
}

.ad-left, .ad-right {
  margin-bottom: 20px;
}

@media only screen and (min-width: 1061px) {
  .ad-left {
    float: right;
  }

  .ad-right {
    float: left;
  }

  .top-ads {
    width: 100%;
  }
}

/* 1310px break for quickbar*/
@media only screen and (min-width:1025px) and (max-width:1310px) {
	.quickbar {
		display:none;
	}
}

/* nav adjustment */
@media only screen and (min-width:320px) and (max-width:960px) { /*920*/
	.shopping-btn, .about-btn, .home-btn {
		display:none;
	}

	img {
		max-width:100%;
	}
}

/*TABLETS */
@media only screen and (min-width:320px) and (max-width:1060px) {
	.mobile-only {
		display:block;
	}

	.desktop-only {
		display:none;
	}

	nav.nav {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

	.gb-photo img, .rand img {
		max-width:100%;
		width:100%;
	}

	.no-resize {
		width:auto;
	}

	.footer .sf-menu {
		position:static !important;
	}

	article iframe {
		width:100% !important;
	}

	table {
		width:100% !important;
	}

	.main-content .gb-single .gb-photo img {
		max-width:none;
	}

	.frm_ajax_loading {
		display:none;
	}

	.header {
		height:auto;
		position:static;
		padding-bottom:20px;
	}

	.header .wrapper {
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		padding-left:10px;
		margin:0;
	}

	.header-spacer {
		padding:0;
		margin:0;
	}

	.quickbar {
		display:none;
	}

	.wrapper {
		width:100%;
	}

	.mobile-wrapper, .footer .wrapper {
		width:90%;
		margin:0 5% 0 5%;
	}

	.header-left, .header-mid {
		margin-right:10%;
	}

	.header-mid:before {
		content:'';
		display:block;
		float:left;
		margin-right:10%;
		background:url(images/logo-mobile.svg) no-repeat;
		min-width:290px;
		height:53px;
		margin-bottom:10px;
		cursor:pointer;
	}

	.header-right {
		margin-bottom:10px;
	}

	.nav {
		margin-right:10px;
	}

	section {
		float:none;
		width:100%;
		clear:both;
		margin:0 0 10px 0;
	}

	.sidebar {
		float:none;
		width:100%;
		margin:0;
		clear:both;
		overflow:auto;
	}

	.sidebar .sidebar-widget {
		clear:both;
		float:none;
		text-align:center;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width:100% !important;
	}

	#tribe-events-adv-list-widget-2 {
		width:100%;
	}

	.music-player ul {
		max-width:50%;
		margin:20px auto 0px auto;
	}

	.gb-group {
		width:48%;
		margin-right:4%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

	.gb-left {
		width:48%;
		margin-right:4%;
	}

	.gb-right {
		width:48%;
	}

	.home .gb-group {
		width:100%;
	}

	.gb-group.gb-about {
		width:100%;
	}

	.gb-group.gb-about .gb-photo img {
		max-width:none;
	}

	.home .gb-photo img {
		max-width: 100%;
	}

	.gb-content {
		overflow:hidden;
	}

	.gb-content a {
		word-break:break-all;
	}

	.gb-thumb {
		display:none;
	}

	.gb-snippet {
		width:auto;
	}

	.gb-snippet h3 {
		font-size:14px;
	}

	.bottom-left-1, .bottom-left-2 {
		float:none;
		clear:both;
		margin-left:auto;
		margin-right:auto;
		width:auto;
	}

	.bottom-left-1 {
		max-width:468px;
	}

	.bottom-left-2 {
		max-width:236px;
	}

	.bottom-left-2 .promote {
		display:none;
	}

	.footer-menu {
	}

	.footer .wrapper {
		min-height:0;
	}

	.foot-col1 {
		float:left;
		width:48%;
		margin:0 4% 0 0;
	}

	.foot-col1 img {
		width:auto;
	}

	.foot-col2 {
		float:left;
		width:48%;
		margin:0 0 20px 0;
	}

	.foot-col3 {
		width:48%;
		margin:0 4% 20px 0;
		clear:both;
	}

	.foot-col4 {
		float:left;
		width:48%;
		margin:0 0 20px 0;
	}

	.foot-col4 img {
		/*max-width:120px;*/
	}

	.footer p.sig {
		margin-top:50px;
		text-align:inherit;
	}

	.sig img {
		margin-top:10px;
	}

	.footer-menu8 {
	}

	.gb-snippet {
		overflow:hidden;
	}

	.copyright img, .secure-logos img {
		/*max-width:100%;
		width:auto;*/
	}

	/* ---------- */

	.wrapper .wrapper {
		width:100%;
	}

	.gb-photo img {
		max-width:none;
	}

	.gb-group.gb-category {
		width:100%;
	}

	.gb-single {
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

	img.size-article-thumb {
		max-width:376px;
	}

	.rand {
		width:21%;
		margin:0 5% 0 0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}

	.rand:nth-of-type {
		margin-right:0;
	}

	.random-posts {
		overflow:hidden;
		margin-bottom:20px;
	}

	/* name days */

	.post-186 img {
		width:auto;
	}

	/* church listings */

	.page-id-194 #accordion div.custom-posts {
		width:30%;
		margin-right:5%;
	}

	.page-id-194 #accordion div.custom-posts:nth-of-type(3n) {
		margin-right:0;
	}

	/* fun */

	article.post-122 .size-small {
		width:auto;
	}

	/* T-shirts */

	.post-184 .custom-posts {
		width:30%;
		margin-right:5%;
	}

	.post-184 .custom-posts:nth-of-type(3n) {
		margin-right:0;
	}

	.t-shirt-left {
		width:100%;
	}

	/* babynames */

	.page-template-page-babynames-php article img {
		width:auto;
	}

	/* albums */

	.single-albums .gallery-item img, .page-id-513 .gallery-item img {
		width:auto;
	}

	.type-attachment img {
		height:auto;
	}

	/* advertising */

	.gb-product {
		float:none !important;
		width:100% !important;
		margin:0 0 20px 0 !important;
		min-height:0 !important;
	}

	.gb-product ul {
		min-height:0 !important;
	}

	#product-36621 h3:after {
		margin-top:-19px;
		margin-left:19px;
	}

	/* events */

	.tribe-events-single {
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		width:100%;
		padding:10px;
	}

	#tribe-events-pg-template {
		padding:0 !important;
	}

	#tribe-events-content-wrapper, #tribe-events-content {
		box-sizing:border-box !important;
		-moz-box-sizing:border-box !important;
		-webkit-box-sizing:border-box !important;
	}

	/* videos */

	article object, article embed {
		max-width:100%;
	}

	video {
		max-width:100% !important;
	}

	/* TV */

	.tvform-left {
		float:none;
		width:100%;
		margin:0 0 20px 0;
	}

	.tvform-right {
		float:none;
		width:100%;
		text-align:center;
	}

	.ad-unit.ad-center {
		width:90% !important;
		margin:0 5% 20px 5%;
	}

}

/*MINI TABLETS + PHABLETS */
@media only screen and (min-width:569px) and (max-width:767px) {
	.gb-group-name {
		font-size:15px;
		max-width:none;
		display:block;
		position:static;
	}

	iframe {
		max-width:100% !important;
		width:100% !important;
	}

}

/*PHONES*/
@media only screen and (min-width:320px) and (max-width:568px) {
	.gb-group {
		float:none;
		width:100%;
		clear:both;
	}

	.rand {
		float:left;
		margin:0 1% 20px 1%;
		width:48%%;
	}

	.footer-menu7 {
		min-height:150px;
	}

	.secure-logos {
		clear:both;
		float:none;
	}

	.secure-logos img {
		display:block;
	}
}

@media only screen and (min-width:320px) and (max-width:612px) {
	.header-mid {
		clear:both;
		width:100%;
		max-width:290px;
		margin:10px auto;
		float:none;
	}

	.header-left {
		text-align:center;
		float:none;
		width:100%;
	}

	.header-right {
		float:none;
		clear:both;
		width:100%;
		max-width:220px;
		margin:0 auto 10px auto;
		text-align:center;
	}

	.bottom-left-1, .bottom-left-2 {
		float:none;
		clear:both;
		width:100%;
		margin:0 auto 20px auto;
		max-width:none;
	}

	.bottom-left-2 {
		max-width:236px;
	}

	.sidebar-widget {
		margin:0 auto 10px auto !important;
		float:none !important;
		clear:both !important;
	}

	.music-player ul {
		max-width:none;
	}

	.foot-col1, .foot-col2, .foot-col3, .foot-col4 {
		float:none;
		margin:0 0 20px 0;
		width:100%;
	}

	.copyright {
		width:90%;
		margin:0 5%;
	}

	.gb-left, .gb-right {
		float:none;
		width:100%;
		clear:both;
	}

	.gb-left {
		margin:0 0 20px 0;
	}

	.post-37629 .custom-posts {
		float:none;
		width:100%;
		margin:0 0 20px 0;
	}

	#menu-cuisine li {
		float:left;
		width:100%;
		clear:both;
	}

	#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 29% !important;
	margin: 2% !important;
	}

	img.size-article-thumb {
		max-width:100%;
	}

	.rand {
		float:none;
		width:100%;
		margin:0 0 10px 0;
	}
}




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

.archive .gb-group.posts img {
	width:100%;
}

.comodo div, .comodo iframe {
	display:none !important;
}

.bottom-left-1 #simple_ads_manager_widget-2, .gb-group.gb-about {
	margin-bottom:0 !important;
}

.bottom-left-2 {
	display:none;
}

#post-47287 label {
	font-size:16px !important;
}

#tribe-events-gmap-0 {
  height: 200px !important;
}

.home .gb-photo, .posts .gb-photo {
  display: block;
}

.gb-photo, h2.gb-single-title {
  display: none;
}

.social-icons img {
  max-height: 32px;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

.share {
  float: left;
  margin-right: 5px;
}

.small-ad {
  padding:10px;
  background:#3b67b2;
  text-align:center;
  display:block;
}

.insert-post-ads {
  float: none !important;
  text-align: center;
}

.bbb-footer, .bbb, .wp-image-36633 {
	display:none !important;
}

.wp-image-36634 {
	display:none;
}

.tribe-events-abbr {
	text-transform:none;
}

#attachment_42791, #attachment_42792, #attachment_42794, #attachment_42793 {
 	 	 float:left;
 	 	}


 	 	#attachment_42793 {
 	 	 clear:both !important;
 	 	}

#attachment_43529 {
	clear:both;
	float:left;
	overflow:auto;
}

#attachment_43657 {
	float:left;
}

#attachment_44095, #attachment_44908 {
	clear:both;
	float:left;
	width:420px !important;
}

#attachment_44095 img, #attachment_44908 img {
	max-width:420px;
}

@media only screen and (max-width:599px) {
	#attachment_44095, #attachment_44908 {
		width:100% !important;
	}

	#attachment_44095 img, #attachment_44908 img {
	max-width:100%;
	}
}

.footer .copyright .trust-seals {
	display:none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

/*@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
*/

.st_plusone_buttons {
	display:none !important;
}

.gb-snippet {
	color:#000;
}

#text-9.sidebar-widget {
	border:none;
}

#text-9 .widget-content {
	padding:0;
}
