/*
Theme Name: Dedicated
Theme URI: http://www.genesisawesome.com/themes/dedicated-genesis-child-theme/
Author: Harish Dasari
Author URI: http://www.genesisawesome.com/
Description: A Free Premium Genesis child theme from <a href="http://www.genesisawesome.com/">GenesisAwesome.com</a>. Visit <a href="http://www.genesisawesome.com/themes/dedicated-genesis-child-theme/">Theme Page</a> for more details
Version: 1.2
Template: genesis
*/

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

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
input,
label,
select,
textarea {
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

select {
	padding:6px;
	min-width:145px;
	border:1px solid #e4e4e4;
}
input[type=text] {
	padding:6px;
	border:1px solid #dddddd;
	background: #fff;
	color: #234C73;
	background: none repeat scroll 0 0 #FAFAFA;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
input[type=text]:hover,
input[type=text]:focus {
	border:1px solid #D1D1D1;
}
input[type=button],
input[type=submit] {
	color:#373737;
}
textarea {
	border:1px solid #e4e4e4;
	padding:10px 12px;
	-webkit-resize:vertical;
	-moz-resize:vertical;
	resize:vertical;
	background: #fff;
}
textarea:hover,textarea:focus {
	border:1px solid #D1D1D1;
}

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

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


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

a, a:link, a:visited  {
	color:#234C73;
	font-weight: bold;
	text-decoration:none;
}

a:hover, a:active {
	color:#3f3f3f;
}

a img {
	border: none;
}


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


html {
    background-size: cover !important;
    overflow-x: hidden;
}

body {
	font-size: 14px;
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/10/content-bg3.jpg);
}


body, h1, h2, h3, h4, h5, h6, p, select, textarea {
	font-family: 'Open Sans', sans-serif;
	color:#212121;
}

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	font-family: 'Arimo', arial, serif;
	color:#474747;
}
p {
	margin:0 0 1.2em;
	font-size: 14px;
}



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

#wrap {
	padding: 0;
	width:970px;
	margin:auto;
}


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

#header-call {
	color: #234c73;
	font-size: 1.6em;
	font-weight: bold;
	float: right;
}
#header {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

header#header .wrap{
	margin:0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0px 0 0;
	width: 975px;
}
#title {
	margin:0 15px 0 0;
	float:left;
	line-height:1;
	color:#222222;
	height: 128px;
    width: 208px;	
	margin-left: 30px;
}

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

#description {
	float:left;
	margin:10px 0 5px 0;
	color:#6f6f6f;
	font-family:Georgia;
	font-size:13px;
	font-style:italic;
	padding:0;
	text-indent: 0;
	display: none;
}

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

#header-button-container {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 64px;
}
#header-button-container .header-button {
	width: 238px;
	height: 42px;
	margin-bottom: 7px;
}
#header-button-container .header-button a {
	display: block;
	width: 100%;
	height: 100%;
}
#header-button-container .header-button img {
	opacity: 0.8;
}
#header-button-container .header-button img:hover {
	opacity: 1.0;
}
.button-reservations {
	height: 50px !important;
}
#sidebar-button-container {
	margin-top: 15px;
}
#sidebar-button-container .sidebar-button {
	width: 238px;
	height: 42px;
	margin-bottom: 14px;
}
#sidebar-button-container .sidebar-button img {
	opacity: 0.8;
}
#sidebar-button-container .sidebar-button img:hover {
	opacity: 1.0;
}

/* Search */
#dedicated-search {
	border:1px solid #957474;
	background: #696969;
	overflow:hidden;
	width:100px;
	padding:3px 10px;
	float:right;
	margin-top: 3px;
	margin-right: 0px;
}
#dedicated-search .searchinput {
	background:none transparent;
	border:medium none;
	float:left;
	width:85px;
	color:#d3d2d2;
	font-style:italic;
	padding:0;
	margin:0;
	font-size: 12px;
}
#dedicated-search .searchbutton {
	display:block;
	float:left;
	width:13px;
	height:13px;
	background:url('images/search.png') no-repeat scroll center center transparent !important;
	text-indent:-9999em;
	border:medium none;
	padding:0;
	margin:0;
}
#dedicated-search .searchinput:focus {
	color:#BBB;
}
.searchfoucs {
	border-color:#CCC !important;
}



/* 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 #title-area {
	width:100%;
	float:left;
	height: auto;
}


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

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


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav {
	margin-top: 0px;
	margin-left:0px;
	background: url(https://murhurns.com/wp-content/uploads/2013/06/navigation-bg.gif) repeat-x;
	height: 49px;
	border:1px solid #c49505;
	border-top: 0px;
}
.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	color: #ccc;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#header .menu {
}

.menu-primary {
}

.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 {
	color: #fff;
	display: block;
	padding: 7px 15px 6px;
	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 {
	color: #fff;
}

.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-color: #000;
	border-top: none;
	color: #63AA63;
	font-size: 14px;
	font-weight: bold;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: uppercase;
	width: 138px;
}

.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 {
	color: #000;
	background-color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 180px;
	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 {

}

.menu li a .sf-sub-indicator,
.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

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

.sf-sub-indicator{display: none;}
.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul{

}
ul.menu-primary {
	font-family: 'Open Sans', verdana;
	display:block;
	border: 0;
	margin:0;
	padding:0;
	list-style:none;
	width: auto;
	background:none;
}
ul.menu-primary li a {
	padding:10px 20px;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	border: 0 none;
	padding-right: 32px;
	font-family: 'Open Sans', verdana;
}

ul.menu-primary > li > a {
	color:#63AA63;
}
ul.menu-primary > li:hover > a, ul.menu-primary > li:focus > a  {
	color:#ffffff;
}

ul.menu-primary > li > a span.bar {
	content:" ";
	position:absolute;
	left:50%;
	bottom:7px;
	width:0%;
	height:0%;
	border-bottom:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
	
}
ul.menu-primary > li.sfHover > a span.bar,
ul.menu-primary > li a:hover span.bar,
ul.menu-primary > li a:active span.bar {
	width:100%;
	left:0%;
}
ul.menu-primary ul {
	margin:0;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.10);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.10);
	box-shadow:0 2px 4px rgba(0,0,0,0.10);
}
#nav ul.menu-primary li li a {
	border: 0 none;
	width: 210px;
}
ul.menu-primary li li a {
	border-bottom:1px solid #ff !important;
	padding:12px 14px;
	font-weight:normal;
	text-transform:capitalize;
	color:#FFC04C;
	position:relative;
	z-index:22;
	width: auto;
}
ul.menu-primary li li:last-child > a {
	border-bottom:none !important;
}
ul.menu-primary li li.sfHover > a,
ul.menu-primary li li a:hover,
ul.menu-primary li li a:active {
	color:#000;
}

/* Mobile */
#dedicated-mobile {
	display:block;
	clear:both;
	width:94%;
	margin:auto;
	position:relative;
	padding-right: 270px;
}
#dedicated-mobile a.trigger {
	clear:both;
	display:block;
	margin:4px 0;
	padding:6px 12px;
	position:relative;
	font-size:16px;
	font-weight:bold;
	color: #fff;
}
#dedicated-mobile a.trigger:hover {
	color: #63AA63;
}
#dedicated-mobile a.trigger span {
	content:" ";
	background:url('images/mobilenavarrow.png') no-repeat scroll center center transparent;
	display:block;
	height:12px;
	line-height:1;
	margin-top:-6px;
	position:absolute;
	right:10px;
	top:50%;
	width:18px;
	-webkit-transition:all linear 0.5s;
	-moz-transition:all linear 0.5s;
	-o-transition:all linear 0.5s;
	-ms-transition:all linear 0.5s;
	transition:all linear 0.5s;
}
#dedicated-mobile a.trigger.open span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
#dedicated-mobile ul#dedicated-mobilemenu {
	background:#000;
	list-style:none outside none;
	margin:0;
	padding:4% 4%;
	position:absolute;
	top:100%;
	z-index:9;
	width:200px;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.15);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.15);
	box-shadow:0 2px 4px rgba(0,0,0,0.15);
}
#dedicated-mobilemenu ul {
	margin:-1px 0 10px 0px;
	padding:0 0 0 10px;
}
#dedicated-mobilemenu li {
	display:block;
}
#dedicated-mobilemenu li:first-child a {
	border-top:0px solid #efefef;
}
#dedicated-mobilemenu li a {
	display:block;
	padding:8px 4px;
	font-size:14px;
	line-height:1;
	color: #FFF;
	border-bottom:0px solid #efefef;
}
#dedicated-mobilemenu li a:hover {
	color: #63AA63;
}
/*
#dedicated-mobilemenu ul {
	display: block !important;
}
#dedicated-mobilemenu ul li a:before {
    content: "-- ";
} 
#dedicated-mobilemenu #menu-item-5518 {
	margin-right: 0px;
}
*/


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

#inner {
	margin:0 auto 0 auto;
	padding: 0px;
	clear:both;
	display:block;
	border-left: 1px solid #929292;	
}


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


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

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

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


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

#content-sidebar-wrap {
	float: left;
	margin-bottom: 20px;
	min-height: 400px;	
	width: 100%;
}

.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 10px;
	min-height: 400px;	
	
}

.content-sidebar #content,
#content-sidebar-wrap #content, 
.sidebar-content #content {
	width: 610px;

}

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

.full-width-content #content {
	width: auto;
}

.post {
	margin: 0 0 10px;
}


.entry-content p {
	margin: 0 0 25px;
}
.entry-content a {
	text-decoration: underline;
	color: #0250bc;
}
.entry-content a:hover {
	text-decoration: none;
}

blockquote {
	background:url('images/blockquote.png') no-repeat scroll 0 10px transparent;
	margin:1em auto 1em 25px;
	padding:5px 5px 5px 30px;
	font-size:15px;
	font-style:italic;
	line-height:1.4;
	text-align:justify;
}
:focus {
	outline:0 none;
}
table.noborder,
table.noborder td {
	border:0 none !important;
}

blockquote p {
	color: #212121;
	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: 21.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: 'Oswald', arial, serif;
	line-height: 1.25;
	margin: 0 0 0px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

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

h2 a,
h2 a:visited {
	color: #333;
	font-family: 'Oswald', arial, serif;
}

h2 a:hover {
	color: #0d72c7;
	text-decoration: none;
}

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

h3 {
	font-size: 24px;
}

h4 {
	font-size: 24px;
	font-family: 'Cherry Swash', serif;
	color: #234C73;
	border-bottom: 1px solid #234C73;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.taxonomy-description h1, .archive-description h1,
#sidebar h4 {
	font-size: 18px;
    color: #fff;	
	clear:both;
	padding: 10px;
	display:block;
	line-height:1.2;
	font-family: 'Cherry Swash', serif;
	margin-left: -7px;
	border-bottom: none;
}
#sidebar h4 {
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/bg-texture.gif);
}
.taxonomy-description h1.archive-title, .archive-description h1.archive-title {
	background: none;
	margin-left: 0px;
	font-size: 28px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#sidebar .nivoslider-wrapper h4 {
	margin: -15px -15px 10px -7px;
}
.widget-area h4 a {
	color: #fff;
	text-decoration: none;
}
#footer-widgets .widget-area h4 {
	font-size: 18px;
    color: #fff;	
	clear:both;
	display:block;
	line-height:1.2;
	margin: 0 0 10px 0px;
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-family:'SchoolBell',serif;
	background: url(https://murhurns.com/wp-content/uploads/2013/06/sidebar2-top.gif) repeat;	

}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 2px 0px 2px 10px;
	font-size: 16px;
	text-transform:uppercase;
	color:#234c73;
	margin:0 0 12px;
}

h5 {
	font-size: 18px;
}


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

h2.entry-title,
h1.entry-title {
	line-height:1.2;
	font-size:28px;
	padding: 0px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: 'Cherry Swash', serif;
    color: #fff;
}
h1.entry-title {
	overflow: hidden;
	height: 30px;
	margin-right: -150px;
}
h2.entry-title  {
	border-bottom: 1px solid #234C73;
	padding: 10px 0px 4px 0px;
	margin-bottom: 10px;
}
h2.entry-title a {
	display:block;
	color: #234C73;
	font-weight: bold;
	text-decoration: none;
	font-size:20px;
	font-family: 'Cherry Swash', serif;
}
#content .entry-title a {
	text-decoration: none;
}
h2.entry-title a:hover {
	color:#000;
}
h1.entry-title {
	padding-bottom: .4em;
}
h1.archive-title {
	margin-bottom: 40px;
	font-size: 20px;
}
.entry-content ol,
.entry-content ul {
	margin: 15px 0px 0px 10px;
	padding: 0 0 25px;
}

.archive-page ul li,
.entry-content ul li {
	background: url("https://www.murhurns.com/wp-content/uploads/2013/06/bullet-sm.gif") no-repeat scroll 0px 7px transparent;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 15px;
}

.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 0px 0px;
	margin-top:-.6em;
}


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

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

.post-info,
.post-meta {
	clear:both;
	padding:2px 6px;
	font-size: 0.9em;
	font-style:italic;
	border: 0 none;
}
.post-meta {
	display: none;
}
.post-info .date,
.post-info .post-labels,
.post-info .post-comments {
	padding:0 0 0 1.4em;
	margin-right:.5em;
}

.post-info .date {
	background:url('images/date.png') no-repeat 2px center transparent;
}
.post-info .post-labels {
	background:url('images/tags.png') no-repeat 2px center transparent;
}
.post-info .post-comments {
	background:url('images/comment.png') no-repeat 2px center transparent;
}

.dedicated-thumb {
	background:url('images/zoom2.png') no-repeat scroll 50% 50% #f8f8f8;
	max-width:100%;
	display:inline-block;
	height:auto;
	clear:both;
	overflow:hidden;
	position:relative;
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.5) inset;
	-moz-box-shadow:0 0 12px rgba(0,0,0,0.5) inset;
	box-shadow:0 0 12px rgba(0,0,0,0.5) inset;
	margin-bottom:1.6em;
}
.dedicated-thumb a {
	overflow:hidden;
	display:block;
}
.dedicated-thumb img {
	position:relative;
	display:block;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	-o-transition:opacity 0.3s ease-in;
	-ms-transition:opacity 0.3s ease-in;
	transition:opacity 0.3s ease-in;
}
.dedicated-thumb img:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
	opacity:0.60;
	-moz-opacity:0.60;
}

/* Custom Pub Styles 
------------------------------------------------------------ */
.promo_slider_wrapper {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d5f7ff;
    border-image: none;
    border-style: solid;
    border-width: 3px;
	border-radius: 4px;
}
.category-sticky {
	border-bottom: none;
	border-top: none;
}
#header-slideshow {
	float: left;
	position: relative;
	width: 646px;
	margin-left: 20px;
}
#home_slideshow #slideshow-wrapper #slider img {
	padding: 4px !important;
	border-radius: 5px !important;
}
#slideleft,#slideright {
	display: none;
}

#slideshow-wrapper #slider {
	right: 0px !important;
}
#slideshow-wrapper #slider img {
	width: 1px;
	height: 1px;
	background-color: #4793F3;
}
.promo_slider .panel {
	background: none !important;
	background-color: #040404;	
}
.promo_slider_wrapper {
	margin: 0px !important;
}
#slideshow-wrapper {
	margin-top: -10px !important;
}
#imgprev {
	background: url(images/pub/left.png) no-repeat !important;
	background-position: left top !important;
}
#imgnext {
	background: url(images/pub/right.png) no-repeat !important;
	background-position: right top !important;
}


.promo_slider_thumb_nav {
	width: 600px !important;
	height: 95px !important;
	background: url(images/pub/icon-bg.gif) repeat-x !important;
	border: 2px solid #727272 !important;
	border-top: 0px;
	border-right: 0px;
	padding-left: 6px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	-webkit-border-radius: 0px 0px 0px 10px;
	-moz-border-radius: 0px 0px 0px 10px;
	border-radius: 0px 0px 0px 10px;
	box-shadow: 0px 5px 10px -4px #000000	
}
.left_arrow, .right_arrow {
	opacity: 0.4;
}
.left_arrow, .right_arrow {
	display: none;
}
.promo_slider_thumb_nav img {
	width: auto !important;
}

.promo_slider_thumb_nav .thumb_nav {
	height: auto !important;
	margin: 0px !important;
}
.promo_slider_thumb_nav .slider_selections span {
	width: auto !important;
	height: auto !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none;
}
.header-inner-image {
	border: 5px solid #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	position: relative;
}
.header-inner-image img {
	max-width: 100%;
	display: block;
	width: auto;
	height: auto;
}
hr {
	height: 1px;
	width: 80%;
	border: none;
	box-shadow:0 0 8px rgba(0, 0, 0, 0.6);
	background-color: #00C543;
}

.footer-content a {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer-content a:hover {
	text-decoration: none;
}
.footer-content img {
    opacity: 0.85;
}
.footer-content img:hover {
   opacity: 1.0;
}
.footer-hours {
	float: left;
	width: 70px;
	clear: right;
}
.footer-buttons {
	margin-left: 30px;
}
.footer-buttons a {
	display: inline-block;
    float: left;
    margin: 0px 15px 0px 0px;
}
.footer-buttons img {
	border: none;
	width: 24px;
	height: 24px;
}
.footer-label {
    display: inline-block;
	float: left;
    height: 24px;
    width: 24px;
}
.footer-label img {
	border: none;
}
.footer-value {
	display: inline-block;
    float: left;
    margin: 1px 0 0 10px;
	width: auto;
}
.footer-phone {
	background: url(https://www.murhurns.com/wp-content/uploads/2013/06/phone.png);
}
.footer-email {
	background: url(https://www.murhurns.com/wp-content/uploads/2013/06/email.png);
}
.footer-pin {
	background: url(https://www.murhurns.com/wp-content/uploads/2013/06/pin.png) no-repeat;
}
.footer-label-container {
	margin-top: 10px;
	display: inline-block;	
}
.footer-cities {
	margin: 0 auto;
	font-size: 0.8em;
	color: #000;
	width: 500px;
	text-align:center;
}
#dfcg-fullsize {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: none repeat scroll 0 0 #000000;
border-color: #727272 #727272 -moz-use-text-color;
border-image: none;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
border-style: solid solid none;
border-width: 2px 2px 0;
border-bottom: 0px !important;
}	
#dfcg-text {
	display: none;
}
#dfcg-slideshow img {
  border-radius: 10px 10px 0px 0px;
}
#dfcg-image img {
 border-radius: 10px 10px 0px 0px;
}


.ai1ec-agenda-widget-view .ai1ec-month {
    background-color: #1E2448 !important;
}

.ai1ec-agenda-widget-view .ai1ec-day {
    color: #1E2448 !important;
}
.timely {
	overflow: hidden;
}

.ai1ec-posterboard-view .ai1ec-event .ai1ec-event-title {
 height: 50px !important;
}
.ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today  {
    background: linear-gradient(#F2F2F2, #F2F2F2 1em, rgba(242, 242, 242, 0)) !important;
}
.timely {
	font-size: 12px;
}

#content img {
    box-shadow: 2px 3px 7px -2px #000000;
    padding: 0;
}

.wpcf7 label {
	display: inline-block;
	font-weight: 700;
	width: 200px;
}
.wpcf7-f107-p31-o1 label {
	width: 170px;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"] {
	width: 200px;
	border-radius: 7px;
	box-shadow: none;
	padding:6px;
	background-color: #F5F5F5;
}
.wpcf7 input[type="text"]:focus,.wpcf7 input[type="text"]:hover,.wpcf7 input[type="email"]:hover,.wpcf7 input[type="email"]:focus {
	background-color:#fff;
}
.wpcf7 textarea {
	width: 450px;
	height: 120px;
	border-radius: 7px;
	background-color: #F5F5F5;
}


.responsive-slider.flexslider .slide .slide-title {
	display: none;
}

.responsive-slider.flexslider { 
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.60);
	-moz-box-shadow:0 0 8px rgba(0,0,0,0.60);
	-o-box-shadow:0 0 8px rgba(0,0,0,0.60);
	box-shadow:0 0 8px rgba(0,0,0,0.60);
	
}
#black-studio-tinymce-7 p {
	color: #fff;
	font-size: 16px;
	font-family:'Irish Growler',serif;
	font-weight: bold;
	font-style: italic;
	margin-top: 5px;
}
.sidebar.widget-area ol.eventlist {
    margin: 6px 0 0;
    padding: 0 5px;
}
.sidebar.widget-area li.eventitem {
    clear: both;
    margin-bottom: 5px;
	list-style-type: none;
}
.eventdate {
    background: linear-gradient(#E0EEEE, #FFFFFF) repeat scroll 0 0 transparent;
    box-shadow: 0 2px 3px #00C543;
    display: block;
    float: left;
    height: 43px;
    text-align: center;
    width: 50px;
}
.eventdate .eventmonth {
    color: #FFF;
	background: #1982D1;
	background: -webkit-gradient(linear, left top, right top, from(#00C74B), to(#00C543)); /* for webkit browsers */
	background: -moz-linear-gradient(left,  #00C74B,  #00C543); /* for firefox 3.6+ */	
	border-bottom: solid 2px #ccc;
    display: block;
	width: 50px;
    font-size: 12px;
	height: 20px;	
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.eventdate .eventday {
    color: #000;
    display: block;
	width: 50px;
    font-size: 1.0em;
	font-weight: bold;
 	text-align: center;
}
.eventtitle {
	float: left;
	margin-left: 7px;
	width: 179px;
	height: 44px;
	padding-left: 6px;
	-webkit-border-radius:0.4px;
	-moz-border-radius: 0.4px;
    border-radius: 0.4em;
	background: url("https://murhurns.com/wp-content/uploads/2013/06/sidebar2-top.gif") repeat scroll 0 0 transparent;
	/* -webkit-box-shadow: 0px 2px 3px #3880DA; */
	/* -moz-box-shadow: 0px 2px 3px #3880DA; */
	/* box-shadow: 0px 2px 3px #3880DA;	*/
}
.eventtitle a {
	color: #ffffff;
}
.eventclear {
	clear: both;
}

.nivoslider-wrapper {
	background: url("https://murhurns.com/wp-content/uploads/2013/06/sidebar-content2.jpg") repeat scroll 0 0 transparent;
	margin-bottom: 15px;
    padding: 15px;
	width: auto !important;
}
/* 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;

}

.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;
	background-color: transparent;
	border: none;
}

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, .pagination a.page-numbers, .wp-pagenavi .larger {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border: 1px solid #DCDCDC !important;
    border-radius: 3px 3px 3px 3px !important;
    color: #707070 !important;
    font-size: 12px !important;
    margin-right: 3px !important;
    padding: 6px 9px !important;
    text-decoration: none !important;	
}

.navigation li a:hover,
.navigation li.active a, .pagination .current, .wp-pagenavi .current_gallery_page_num {
	background: -moz-linear-gradient(center top , #9FE355 1px, #79BF4A 1px, #599F2F) repeat scroll 0 0 transparent !important;
    border: 1px solid #478223 !important;
    border-radius: 3px 3px 3px 3px !important;
    color: #FFFFFF !important;
    margin-right: 3px !important;
    padding: 6px 9px !important;
}


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

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	width: 300px;
	padding-left: 7px;
	margin-top: 70px;
}

#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 {
	padding-left: 7px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	background: #373737;
}
.sidebar .widget:before {
	background: none repeat scroll 0 0 #000000;
    bottom: 15px;
    box-shadow: 0 15px 7px rgba(0, 0, 0, 0.75);
    content: "";
    max-width: 150px;
    position: absolute;
    left: 10px;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.sidebar .widget:after {
	box-shadow: 0 15px 7px rgba(0, 0, 0, 0.75);
	transform: rotate(3deg);
    background: none repeat scroll 0 0 #000;
    bottom: 15px;
    box-shadow: 0 15px 10px #000;
    content: "";
    left: auto;
    max-width: 150px;
    position: absolute;
    right: 10px;
    top: 80%;
    transform: rotate(3deg);
    width: 50%;
    z-index: -1;	
}
.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0 15px 0px 5px;
}

.sidebar.widget-area ul li{
	list-style-type: none;
	margin: 0 0 3px;
	color: #212121;
	margin-bottom: 5px;
	word-wrap: break-word;
	padding-left: 0px;
	padding-bottom: 7px;
	border-bottom: 1px solid #eee;
}
.sidebar.widget-area ul li:last-child{
    border-bottom:none;
}
.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}
.sidebar.widget-area ul {
	list-style-type: none;
    margin: 0;
    padding: 5px 0px;
}
.sidebar.widget-area ul li {
	color: #fff;
	font-size: 13px;
}
.sidebar.widget-area .widget_recent_entries ul li a, .sidebar.widget-area .textwidget ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline
}

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

#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],
.button,
.entry-content a.more-link,
.navigation a,
.subscribeform .ebutton,
a.comment-reply-link {
	color: #fff;
	padding:6px 12px;
	font-weight:bold;
	background-color: #6EB441;
	background: -moz-linear-gradient(center top , #9FE355 1px, #79BF4A 1px, #599F2F) repeat scroll 0 0 transparent !important;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	transition:all 0.2s linear;
	text-decoration: none;
}
input[type=button]:hover,
input[type=submit]:hover,
.button:hover,
.entry-content a.more-link:hover,
.navigation a:hover,
.subscribeform .ebutton:hover,
a.comment-reply-link:hover {
	color:#000;
	-webkit-box-shadow:0px 1px 3px rgba(100,100,100,0.25);
	-moz-box-shadow:0px 1px 3px rgba(100,100,100,0.25);
	-o-box-shadow:0px 1px 3px rgba(100,100,100,0.25);
	box-shadow:0px 1px 3px rgba(100,100,100,0.25);
}
input[type=button]:active,
input[type=submit]:active,
.button:active,
.entry-content a.more-link:active,
.navigation a:active,
.subscribeform .ebutton:active,
a.comment-reply-link:active{
	border:1px solid #999;
}


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

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

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

.s {
	margin: 10px 0px 0 0;
	padding: 6px 5px;
	width: 130px;
}

#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 {
	clear: both;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	background: url(https://murhurns.com/wp-content/uploads/2013/06/sidebar-content2.jpg) repeat;	
	color:#234c73;
}
#footer-widgets .menu-main-menu-container {
	padding: 0px 25px 0px 10px;
}
#footer-widgets a,
footer#footer a,
#footer-widgets a:visited,
footer#footer a:visited{
	color:#234c73;
	font-size: 13px;
}
#footer-widgets a:hover,
footer#footer a:hover {
	text-decoration:underline;
	color:#858585;
}

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

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 1.6em;
	padding: 0;
	clear:both;
}

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

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

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

#footer-widgets ul li {
	border-bottom:1px solid #9C9797;
	clear:both;
	display:block;
	padding: 3px;
	margin:0;
	background: none;
}
#footer-widgets ul li:last-child {
	border-bottom: none;
}
#footer-widgets ul ul {
	margin-left: 15px;
}
#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

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

#footer-widgets .widget-area {
	float: left;
	width: 242px;
	margin-right: 0px;
}
.footer-widgets-4 {
	margin-right: 0px !important;
}

#footer-widgets .footer-content {
	padding: 0px 10px;
}
#footer-widgets .footer-content ul li {
	background: url("https://www.murhurns.com/wp-content/uploads/2013/06/bullet-2-sm.png") no-repeat scroll 0px 8px transparent !important;
	padding-left: 17px;
	border-bottom: none;
	margin-bottom: 9px; 
}
/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: auto;
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/bg-texture.gif);
}

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

#footer p {
	font-size: inherit;
	color: #FFF !important;
	margin: 0;
}

#footer a,
#footer a:visited {
	color: #FFF;

}

#footer a:hover {
	color: #234C73;
	text-decoration: none;
}

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

#footer .creds {
	text-align: center;
	margin: 0 auto;
	font-size: 0.9em;
}
#footer .creds a {
	font-size: 0.9em;
	text-decoration: underline;
	font-weight: normal;
}
ul#footernav {
	margin:0;
	padding:0;
	list-style:none;
	width: auto;
	display: inline;
	float: left;
}
ul#footernav li {
	float:left;
	margin:0 0 0 10px;
}
ul#footernav li:after {
	content:"/";
	margin-left:12px;
	color: #555;
}
ul#footernav li:last-child:after {
	content:"";
}
#footer .one-half {
	margin: 0;
}

#footer .text-right {
	text-align: right;
}


/* Comments
------------------------------------------------------------ */
#comments h3 {
	font-family: 'Cherry Swash', verdana, serif;
	color: #234C73;
	border-bottom: 1px solid #234C73;
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size:20px;
}
#comments,
#respond {
	margin-top: 30px;
	padding: 15px;
	display: block;
}
#respond #reply-title {
	font-size: 20px;
	font-family: 'Cherry Swash', verdana, serif;
	color: #234C73;
	border-bottom: 1px solid #234C73;
	margin-bottom: 7px;
	padding-bottom: 7px;	
}
ol.commentlist li{
	list-style-type: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #65AB29;
	margin-bottom: 15px;
}
.commentlist .comment ul.children {
	margin-top: 15px;
	padding-bottom: 10px;
}

.commentlist .comment ul.children  li{
	background: none;
	border-bottom: none;
	padding-bottom: 0px;
}
#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;
}


/* fancyBox */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align:top;
	padding:0;
	margin:0;
}
.fancybox-wrap {
	position:absolute;
	top:0;
	left:0;
	z-index:8020;
}
.fancybox-skin {
	position:relative;
	padding:0;
	margin:0;
	background:#f9f9f9;
	color:#444;
	text-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.fancybox-opened {
	z-index:8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow:0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	padding:0;
	margin:0;
	position:relative;
	outline:none;
}
.fancybox-inner {
	overflow:hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling:touch;
}
.fancybox-error {
	color:#444;
	font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin:0;
	padding:10px;
}
.fancybox-image, .fancybox-iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	vertical-align:top;
}
.fancybox-image {
	max-width:100%;
	max-height:100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image:url('images/fancybox_sprite.png');
}
#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
	background-position:0 -108px;
	opacity:0.8;
	cursor:pointer;
	z-index:8020;
}
#fancybox-loading div {
	width:44px;
	height:44px;
	background:url('images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position:absolute;
	top:-18px;
	right:-18px;
	width:36px;
	height:36px;
	cursor:pointer;
	z-index:8040;
}
.fancybox-nav {
	position:absolute;
	top:0;
	width:40%;
	height:100%;
	cursor:pointer;
	background:transparent url('images/blank.gif');
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:8040;
}
.fancybox-prev {
	left:0;
}
.fancybox-next {
	right:0;
}
.fancybox-nav span {
	position:absolute;
	top:50%;
	width:36px;
	height:34px;
	margin-top:-18px;
	cursor:pointer;
	z-index:8040;
	visibility:hidden;
}
.fancybox-prev span {
	left:20px;
	background-position:0 -36px;
}
.fancybox-next span {
	right:20px;
	background-position:0 -72px;
}
.fancybox-nav:hover span {
	visibility:visible;
}
.fancybox-tmp {
	position:absolute;
	top:-9999px;
	left:-9999px;
	padding:0;
	overflow:visible;
	visibility:hidden;
}
#fancybox-overlay {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
	z-index:8010;
	background:#000;
}
#fancybox-overlay.overlay-fixed {
	position:fixed;
	bottom:0;
	right:0;
}
.fancybox-title {
	visibility:hidden;
	font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position:relative;
	text-shadow:none;
	z-index:8050;
}
.fancybox-opened .fancybox-title {
	visibility:visible;
}
.fancybox-title-float-wrap {
	position:absolute;
	bottom:0;
	right:50%;
	margin-bottom:-35px;
	z-index:8030;
	text-align:center;
}
.fancybox-title-float-wrap .child {
	display:inline-block;
	margin-right:-100%;
	padding:2px 20px;
	background:transparent;
	background:rgba(0, 0, 0, 0.8);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-shadow:0 1px 2px #222;
	color:#FFF;
	font-weight:bold;
	line-height:24px;
	white-space:nowrap;
}
.fancybox-title-outside-wrap {
	position:relative;
	margin-top:10px;
	color:#fff;
}
.fancybox-title-inside-wrap {
	margin-top:10px;
}
.fancybox-title-over-wrap {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	padding:10px;
	background:#000;
	background:rgba(0, 0, 0, .8);
}



/* Fit Vids */
.fluid-width-video-wrapper {
	width:100%;
	position:relative;
	padding:0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.breadcrumb {
	clear:both;
	display:block;
	margin-bottom:15px;
	border: 0 none;
	background: #F7F7F7;
}

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

.alt,
.depth-1,
.even {
	border: 0 none;
}
.entry-content ol.commentlist {
	padding-right: 10px;
}
ol.commentlist li {
	margin-bottom: 15px;
	padding: 10px 10px 20px 10px;
}
.comment-author .fn {
	font-weight: bold;
	font-size: 1.1em;
}
#content .comment-author .comment-date {
	font-style: italic;
}
#comments {
	margin: 0px;
	padding: 15px 0px 15px 0px;
}
a.comment-reply-link {
	font-size: 13px;
}

#ga-contact-form .ga-error {
	padding:10px;
	background:#ffebeb;
	border:1px solid #9e9e9e;
}
#ga-submit {
	padding:6px 25px;
}
.ga-contact-success {
	margin: 10px 0;
	padding:20px;
	border:2px solid #f5eb99;
	background: #fafae1;
}
.ga-contact-failed {
	margin: 10px 0;
	padding:20px;
	border:2px solid #e19a9f;
	background: #ffe6e6;
}
/* Error Page */

.error404 h1,
.error404 h2 {
	text-align:center;
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0 0 12px;
	line-height:1.2;
	padding:0;
}
.error404 h1 {
	font-size:30px;
}


#nonHomeHeader {
    max-height: 200px;
    margin: 0 auto;
    width: 100%;
    z-index: -2;
	overflow:hidden;
	position:relative;
	max-width: 100%;
}
#nonHomeHeader::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 25px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 25px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 0 25px rgba(0,0,0,.6);
}
#nonHomeHeader img {
	width: 100%;
	float:left;

}

#backgroundHeader {
  z-index: -1;
  width: 100%;
  max-height: 433px;
  overflow:hidden;
  position:relative;
}
#backgroundHeader .responsive-slider.flexslider {
	z-index: -1;
}

#backgroundHeader .responsive-slider.flexslider .slides img {
  width: 100%;
  float:left;
}

#backgroundHeader::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	box-shadow: inset 0 0 25px rgba(0,0,0,.6);
	-moz-box-shadow: inset 0 0 25px rgba(0,0,0,.6);
	-webkit-box-shadow: inset 0 0 25px rgba(0,0,0,.6);
}

#title-container {
	height:50px;
	width: 100%;
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/bg-texture.gif);
}
#header {
  overflow: visible;
  margin-top: -340px;
  float:right;
  width: 330px;
  border: 0px solid transparent;
}

.slider-wrapper .flexslider {
	position: inherit;
	border: none;
	box-shadow: none;
}

.slider-wrapper {
    overflow: hidden;
    position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.responsive-slider.flexslider .slides #slide-7932 img {
	margin-top: -130px;
}
.responsive-slider.flexslider .slides #slide-8104 img {
	margin-top: -70px;
}
.responsive-slider.flexslider .slides #slide-8106 img {
	margin-top: -90px;
}
.responsive-slider.flexslider .slides #slide-8107 img {
	margin-top: -40px;
}
.responsive-slider.flexslider .slides #slide-8108 img {
	margin-top: -220px;
}
.responsive-slider.flexslider .slides #slide-8221 img {
	margin-top: -120px;
}
ul.menu-primary {
	width: 970px;
	margin: 4px auto 0px auto;
	padding-left: 0px;
}
#inner {
	margin-top: -45px;
}
.logo-container {
	margin: 0px auto;
	position:relative;
	width:160px;
}
.header-logo {
	margin: 0px;
	position: absolute; 
	width: 186px; 
	height: 168px; 
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/moyvane.png) no-repeat;
}

#rpwe_widget-4 {
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/photo-box-bg.png);
	border: 3px solid #E5E9EC;
	border-radius: 10px;
	background-color: rgba(229,233,236,0.8);
}

#rpwe_widget-4 h4 {
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/photo-box-header-bg.png) repeat-x 0px -10px;
	color: #220F9C;
	border-bottom: 1px solid #AA8C8C;
	padding: 4px;
	font-size: 20px;
}

.rpwe-block {
	padding: 5px 10px 5px 5px;
}
.rpwe-block li {
	border-bottom: 1px solid #737070;
}
.rpwe-block h3 {
	font-style: normal;
}
.widget .rpwe-block h3,.widget .rpwe-block .rpwe-time, .widget .rpwe-block .rpwe-summary {
	font-size:13px !important;
}
#sidebar .rpwe-block a {
	color: #fff;
}
#gradient {
	min-height: 100%;
	position: relative;
	/* background:-moz-linear-gradient(center bottom , #111111 0%, #444444 100%) repeat scroll 0 0 transparent; */
	z-index: 10;
}
.header-search {
	height: 30px;
	width: 100%;
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/bg-texture.gif);
}
.header-search-inner {
	margin: 0 auto;
	width: 970px;
}
#nav {
	border-top: 2px solid #3A3A3A;
	border-bottom: 2px solid #3A3A3A;
	border-left: 0px;
	border-right: 0px;
	background: url(https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/navigation.gif);

}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#breadcrumbs-footer {
	margin-top: 50px;
}
.entry-content blockquote {
	font-size: 1em;
}
.entry-header {
    margin-bottom: 0;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 16px;
}
td {
	border-top: 0px;
}
.placename-table td {
	border-top: 1px solid #EDEDED;
}
table {
	border-bottom: none;
}
.entry-content {
	-moz-hyphens: none;
}
.entry-content img.alignright, .entry-content .wp-caption.alignright {
	margin-right: 0px;
}
.entry-content img {
	border-radius: 10px;
}
table {
	line-height: 1.5em;
	font-size: 1em;
}

.visual-form-builder fieldset {
	background: none;
	border: none;
	margin: 0px;
}
.visual-form-builder .vfb-legend {
	border: none;
}
.visual-form-builder .vfb-legend h3 {
	display: none;
}

.visual-form-builder ul, .entry-content .visual-form-builder ul, .comment-content .visual-form-builder ul, .mu_register .visual-form-builder ul {
	font-size: 1em;
	margin: 0px;
	
}
.visual-form-builder label, label.vfb-desc {
	color: inherit;
}
input.vfb-medium, input.vfb-medium[type="text"], input.vfb-medium[type="tel"], input.vfb-medium[type="email"], input.vfb-medium[type="url"], select.vfb-medium {
    padding: 5px;
}
.gallery-item {
	margin: 0;
}
.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	font-size: 0.9em;
	line-height: 1em;
}
.tidytown_summary_row {
	clear: both;
}
.tidytown_summary_title {
	font-weight: bold;
	float: left;
	width: 120px;
	margin-bottom: 10px;
}
.tidytown_summary_value {
	float: left;
	margin-bottom: 10px;	
}
.tidytown_cell {
	float: left;
	padding: 5px 5px;
	text-align: center;
	width:100px;
}
.tidytown_row {
	clear: both;
	
}
.tidytown_header, .tidytown_category {
	font-weight: bold;
}
.tidytown_category {
	width: 300px;
}
.tidytown_divider {
	height: 20px;
	clear: both;
}


#menu-item-5518 {
	margin-right: 100px;
}

.tidytown_summary_container {
	float: left;
	
}
.custom-menu-container {
	float: right;
	margin-top: 0px;
	padding: 0px;
	width: 200px;
	border: 1px solid #00C74D;
	overflow:hidden;
	
}
.custom-menu-container .current-menu-item {
	display: block;
}
.custom-menu-container .current-menu-item a {
	text-decoration: none;
	color: #000;
}
.custom-menu-container ol li {
    margin-bottom: 0;
	list-style-type: none;
	margin-left:14px;
}
.custom-menu-container .custom-menu-title {
	margin-left:8px;
	margin-top: 4px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 10px;
}

.custom-menu-container-more {
    bottom: 5px;
    font-weight: bold;
    left: 20px;
    margin-bottom: -6px;
    padding: 7px 0;
    position: absolute;
}	
.custom-menu-container ol {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.maxlist-more {
	text-align: center;
	margin-bottom:0px;
}
#breadcrumbs {
	clear:both;
	margin-top:10px;
	display:block;
	margin-bottom:15px;
	border: 0 none;
	font-size:0.9em;
}
.postnavlinks {
	clear:  both;
}
.postprevlink {
	float: left;
}
.postnextlink {
	float: right;
}
#content a {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
.synved-social-button {
	margin-top: 30px !important;
}
.jp-carousel-wrap .jp-carousel-close-hint {
	right: 20px !important;
	width: auto;
	padding: 5px;
}
.jp-carousel-wrap .jp-carousel-close-hint span{
    border: 2px solid #c2c2c2;
    position: relative;
    padding: 1px 5px;
    background-color: #FFF;
    border-radius: 20px;
    font-size: 30px !important;
	line-height: 30px !important;
	margin: 0px;
	width: auto;
	height: auto;
    font-weight: bold;
    color: #000;
}

.jp-carousel-wrap .jp-carousel-info .jp-carousel-photo-info h2 {
	margin-top: -15px !important;
	padding: 0px !important;
	font-size: 14px !important;
	line-height: 20px !important;
}
.jp-carousel-wrap .jp-carousel-titleanddesc {
	margin-top: 11px !important;
	padding-top: 10px;
}
#jp-carousel-comment-form, #jp-carousel-comment-form p,#jp-carousel-comment-form label {
	color: #fff;
}
.comment-gravatar {
	display: none;
}
.jp-carousel-comments .jp-carousel-comment .comment-author {
	display: block;
	margin-left: 15px;
	
}
.jp-carousel-comments .jp-carousel-comment .comment-date {
	display: block;
	margin-left: 15px;
	float: none;
	font-size: 14px;
	font-style:italic;
}
.jp-carousel-comments .jp-carousel-comment .comment-content {
	margin-left: 15px;
}
.jp-carousel-info .jp-carousel-image-meta {
	width: 110px !important;
}
#commentlist {
	
}
#commentlist li.commentitem {
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	background: none;
}
.gallerymore {
	float: right;
	margin-top:-10px;
}
#content #gallery-1 .gallery-caption {
	margin: 0 auto;
	width: 90%;
	line-height: 1.4em;
}
#content .one-third {
	margin-top:20px;
}
#content .category-photos h2.entry-title {
	border-bottom:none;
}
#content .category-photos .post {
	clear: none;
}
#content .category-photos .one-third {
	float:left;
}
#content .category-photos .first {
	clear: both;
}
#content .category-photos h2.entry-title {
	border-bottom: none;
}
#content .category-photos h2.entry-title a {
	border-bottom: none;
	font-family: 'verdana';
	font-size: 14px;
}
#content .category-photos .post-info {
	display: none;
}
#content .category-sticky {
	border-top: none;
	border-bottom: none;
}

.homepage-widgets .widget {
	float: left;
	width: 48%;
}

.homepage-widgets .widget:before {
	background: none repeat scroll 0 0 #000000;
    bottom: 15px;
    box-shadow: 0 15px 7px rgba(0, 0, 0, 0.75);
    content: "";
    max-width: 150px;
    position: absolute;
    left: 10px;
    top: 80%;
    transform: rotate(-3deg);
    width: 50%;
    z-index: -1;
}
.homepage-widgets .widget:after {
	background: none repeat scroll 0 0 #000000;
    bottom: 15px;
    box-shadow: 0 15px 7px rgba(0, 0, 0, 0.75);
    content: "";
    max-width: 150px;
    position: absolute;
    right: 10px;
    top: 80%;
    transform: rotate(3deg);
    width: 50%;
    z-index: -1;
}
.homepage-widgets .widget {
    background: none repeat scroll 0 0 #373737;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 7px;
    position: relative;
	float: left;
	min-height: 800px;
	margin-right: 10px;
	color: #fff;
}
.homepage-widgets .widget a {
	color: #fff;
}
.homepage-widgets {
    font-size: 14px;
}

.homepage-widgets h4 {
    background: url("https://moyvane.s3.amazonaws.com/wp/wp-content/uploads/2013/09/bg-texture.gif") repeat scroll 0 0 transparent;
    border-bottom: medium none;
    clear: both;
    color: #FFFFFF;
    display: block;
    font-family: 'Cherry Swash',serif;
    font-size: 18px;
    line-height: 1.2;
    margin-left: -7px;
    padding: 10px;
}
/*
.homepage-widgets #rpwe_widget-5 {
	width: 430px;
}
*/
.homepage-widgets #text-4 {
	width: 95%;
	min-height: auto;
}
.homepage-widgets #text-4 li {
	text-align:center;
}
.homepage-widgets #text-3 {
	width: 95%;
	min-height: auto;
}
.homepage-widgets #text-3 li {
	border-bottom: 1px solid #EEEEEE;
    list-style-type: none;
    padding-bottom: 10px;
	margin-bottom: 10px;
}
.homepage-widgets li {
	list-style-type: none;
	margin-bottom: 15px;
}
.home .synved-social-button2 {
	display: none;
}


.homepage-widgets .rpwe-block h3 {
	font-size:14px !important;
}
.homepage-widgets .rpwe-block .rpwe-summary {
	font-size:14px !important;
}
#content .archive-description {

	margin-bottom: 20px;
}
.sd-content ul li {
  background: none;	
}
h3 {
	font-style: italic;
}
.attachment_image_title {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 6px;
}
.wp-pagenavi {
	margin-top:15px;
	clear: both;
	margin-bottom: 25px;
}
.jp-carousel-left-column-wrapper .jp-carousel-titleanddesc-title {
	font-size: 15px !important;
	font-weight: normal !important;
}
.jp-carousel-left-column-wrapper .jp-carousel-titleanddesc {
	border-top: none;
	padding-top: 0px;
}
.jp-carousel-left-column-wrapper .jp-carousel-titleanddesc h5 {
	color: #999;
	margin-bottom:15px;
}
.widget .searchsubmit {
	border: none;
}
.error404 h1 {
	text-align:left;
	text-transform: none;
	line-height: 0.8;
}
.homepage-widgets #rpwe_widget-10 {
	display: none;
}

.entry-content h2 {
	margin-top: 15px;
}
#comments, #respond {
	margin-top: 0px;
	padding-top: 0px;
}
#comments p {
	margin-bottom: 0px;
}
.comment-form-url {
	display: none;
}
.comment-content {
	margin-bottom: 10px;
}
/* Responsive Design
------------------------------------------------------------ */

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

	.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 .one-half,
	#footer-widgets .wrap,
	#sidebar-alt,
	#title-area {
		width: 100%;
	}

	#wrap {
		width:760px;
		margin: 0 auto;
	}
	
	#description,
	#footer .one-half,
	#title {
		float: left;
		text-align: center;
	}

	ul.menu-primary {
		border: none;
		margin: 0px auto;
		width: 770px;
	}
	ul.menu-primary li a {
		padding: 10px 13px;
	}

	.home_button3 {
		display: none;
	}
	#description,
	#title a,
	#title a:hover {
		padding: 0;
	}


	#header p#description,
	#header #title-area #title{
		float:left;
		margin:auto;
	}
	#header p#description {
		margin:8px 0 0;
	}

	.menu li.right {
		display: none;
	}

	#inner {
		padding: 0px 0 0;
	}

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

	.page .page,
	.post,
	#comments,
	#respond {
		padding: 10px;
	}
	#inner {
		margin-top: -55px;
	}

	.author-box {
		margin: 0 20px 40px;
	}
	
	#footer-widgets .widget {
		padding: 20px 10px 0;
	}
	#footer-widgets .widget-area {
		width: 24.5%;
		margin-right: 0px;
		padding: 0px;
	}
	#footer-widgets .wrap {
		padding: 0;
	}
	#footer-widgets h4 {
		padding-left: 0px;
		
	}
	.footer-value {
		width: 125px;
	}

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

	.flex-caption {
		display:none;
	}
	.promo_slider_background_image .wp-post-image22 {
		width: 750px !important;
		height: 344px !important;
	}
	.promo_slider {
		height: 182px !important;
	}
	.sidebar {
		border-left: 0px;
		margin-top: 20px;
	}
	.sidebar .widget {
		margin: 0px 0px 15px 3px;
		float: left;
		width: 350px;		
	}
	#text-2 {
		clear: both;
		width: 700px;
	}
	#header-button-container {
		margin-left: 0px;
	}
	#header-slideshow {
		width: 460px;
		margin-top: 20px;
	}
	.header-search-inner {
		width: 759px;
	}
	body, h1, h2, h3, h4, h5, h6, p, select, textarea, .sidebar {
		font-size:16px;
	}	
	#content .one-third {
		padding: 0px;
	}
	.gallery img {
		width:90%;
		max-width: 250px;
	}
.responsive-slider.flexslider .slides #slide-7932 img, .responsive-slider.flexslider .slides #slide-8104 img, .responsive-slider.flexslider .slides #slide-8106 img, .responsive-slider.flexslider .slides #slide-8107 img, .responsive-slider.flexslider .slides #slide-8108 img, .responsive-slider.flexslider .slides #slide-8221 img {	
	margin-top: 0px;
	}
}

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

	#wrap {
		width:480px;
	}
	body {
	}
	nav#nav .menu-primary {
		display:none;
		background: none;
		border: none;
	}
	.header-inner-image {	
		background-position: -500px 0px;
	}
	h1.entry-title {
			margin-right: 0px;
			font-size: 18px;
	}
	#dedicated-mobile {
		display:block !important;
	}
	#header #title-area,
	#header .widget-area {
		float:none;
		width:100%;
		background: none;
		overflow:hidden;
	}
	#header .widget-area {

		display: none;
	}
	#footer .one-half{
		display:inline-block;
		float:none;
		margin:8px 0;
		text-align:center;
		width:100%;
		padding:0;
	}
	#footer ul {
		float: none;
		display:inline-block;
	}
	#ddrelated,
	#ddsubscribe {
		float:none;
		width:auto;
		display:block;
		clear:both;
		background:none;
	}
	#ddsubscribe {
		text-align:center;
		padding:0;
		margin-top:1.5em;
	}
	#dedicatedsubscribebox h2 {
		text-align:left;
	}
	#ddsubscribe ul.social {
		display:inline-block;
	}
	#header-slideshow {
		width: 479px;
	}
	.promo_slider {
		height: 190px !important;
	}
	#header-button-container {
		display: none;
	}
	#header-slideshow {
		margin-left: 0px;
		padding-top: 20px;
		margin-bottom: 15px;
	}

	.sidebar .widget {
		width: 220px;
		float: left;
	}
	#text-2 {
		clear: both;
		width: 450px;
	}	
	#wrap #header {
		display:none;
	}
	.home #wrap #header {
		display: block;
	}	
	#inner {
		margin-top: -52px;
	}
	
	.homepage-widgets .widget {
		width:95%;
	}
	
	.nivoslider-wrapper {
		display: none;
	}
	.eventtitle {
		width: 139px
	}
	#footer-widgets .widget-area {
		width: 50%;
	}
	.footer-widgets-1,.footer-widgets-3 {
		display: none;
	}

	#wpfb-facebook,#wpfb-twitter,#wpfb-pinterest,#wpfb-youtube {
		display: none;
	}
	.entry-content {
		min-height: 150px;
	}
	.logo_container, .header-logo {
		width: 116px;
	}
	#dedicated-mobile {
		width: 140px;
	}
	.header-search-inner {
		width: 479px;
	}
	.jp-carousel-left-column-wrapper {
		width: 390px !important;
	}	
	.jp-carousel-info .jp-carousel-image-meta {
		width: 150px !important;
	}
	.jp-carousel-wrap .jp-carousel-info .jp-carousel-photo-info h2 {
		margin-top: -55px !important;
		font-size: 18px !important;
		font-weight: bold;
	}
	.one-fourth, .one-third {
		width:100%;
	}
	#content #gallery-1 .gallery-item {
		width:100%;
	}	
	/*
	.homepage-widgets #rpwe_widget-10 {
		min-height: 300px;
		display: block;
		width: 310px;
	}
	*/
}

@media only screen and (max-width:479px) {
	#wrap {
		width:300px;
	}
	#footer .one-half{
		display:inline-block;
		float:none;
		margin:8px 0;
		text-align:center;
		width:100%;
		padding:0;
	}
	#footer ul {
		float: none;
		display:inline-block;
	}
	#dedicated-social {
		display:inline-block;
		margin-bottom:8px;
	}
	#sharetable,
	.flex-direction-nav{
		display:none;
	}
	#header-slideshow {
		display: none;
	}
	#wpfb-facebook,#wpfb-twitter,#wpfb-pinterest,#wpfb-youtube {
		display: none;
	}
	#inner {
		margin-top: -40px;
	}
	h1.entry-title {
		font-size: 20px;
		height: 20px;
		margin-top:0px;
		overflow:hidden;
	}
	p {
		font-size: 13px;
	}
	.sidebar .widget, #text-2 {
		width: 265px;
	}
	#footer-widgets .widget-area {
		width: 90%;
	}
	.entry-content {
		min-height: 150px;
	}
	.header-search-inner {
		width: 300px;
	}
	#title-container {
		height: 35px;
	}
	#dedicated-mobile {
		padding-right: 0px;
	}
	.logo-container {
		display:none;
	}
	.homepage-widgets #rpwe_widget-5 {
		width: 100%;
	}
	body, h1, h2, h3, h4, h5, h6, p, select, textarea, .sidebar {
		font-size:13px;
	}
	.jp-carousel-left-column-wrapper {
		width: 280px !important;
	}
	.one-fourth {
		width:100%;
	}
	#content #gallery-1 .gallery-item {
		width:100%;
	}
}

