@CHARSET "UTF-8";


body {
	line-height: 1.2;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #333;
	background-color: #FFFFFF;
}

.gallery li {
	list-style-type: none;
	list-style-position: inside;
	display: block;
	float: none;
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
	height: 0;
}

.row {
	max-width: 1120px;
}

.transition,
a,
a img {
	-moz-transition-property: background-color , color, opacity;
	-moz-transition-duration: 0.3s;
	-moz-transition-timing-function: ease;
	-moz-transition-delay: 0s;

	-webkit-transition-property: background-color , color, opacity;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
	-webkit-transition-delay: 0s;

	-o-transition-property: background-color , color, opacity;
	-o-transition-duration: 0.3s;
	-o-transition-timing-function: ease;
	-o-transition-delay: 0s;
	
	transition-property: background-color , color, opacity;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}

#main-content {
	overflow: hidden;
	min-height: 300px;
}

#main-content-padding {
	height: 20px;
}

a:hover img {
	opacity: 0.6;
}

h2 a:hover {
	color: #333;
}

#header {
	z-index: 999999;
	width: 100%;
}

.page-template-page-home-php #header,
.page-template-page-mushome-php #header {
	position: absolute;
}

#header .top-separator {
	height: 10px;
	background-color: #222;
}


img#logo-full {
	margin-left: -13px;
}

img#logo-mobile {
	display: none;
}

@media only screen and (max-width: 700px) {
	#header { position: inherit !important;}
	
	img#logo-full { display: none; }
	img#logo-mobile { display: block; }
	
	
	.top-bar-section .dropdown {
		top: 85px;	
	}
	
	.top-bar-section .dropdown .dropdown {
		top: 0;
	}
	
}


.top-bar-js-breakpoint {
  width: 700px !important;
}

@media only screen and (min-width: 700px) {
	.top-bar-section > div > ul {
		margin-top: -90px;
	}
	
	.top-bar-section ul ul {
		min-width: 200px !important;
		box-shadow: 0 5px 5px #333;
	}
	
	
	
	.top-bar-section > div > ul > li {
		border-left: 1px solid #999;
	}
	
  .top-bar {
    background: #111111;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #111111; }

  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: black;
      color: white; }
    .top-bar-section li a:not(.button) {
      padding: 0 15px;
      line-height: 85px;
      background: #111111; }
      .top-bar-section li a:not(.button):hover {
        background: black; }
    .top-bar-section .has-dropdown > a {
      padding-right: 15px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(0, 0, 0 , 0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 14px;
        margin-right: 2px; }
        
        
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
   		 content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(0, 0, 0 , 0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 14px;
        margin-right: -2px;
        
      /*border: none;
      content: "\00bb";
      top: 1em;
      margin-top: -16px;
      right: 15px;*/ }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 15px;
        background: #1e1e1e; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #1e1e1e; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #2b2b2b;
      border-left: solid 1px black;
      clear: none;
      height: 85px;
      width: 0; }
    .top-bar-section .has-form {
      background: #111111;
      padding: 0 15px;
      height: 85px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; }

  .no-js .top-bar-section ul li:hover > a {
    background: black;
    color: white; }
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: white; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }


.top-bar {
	margin-top: 25px;
}

.top-bar,
.top-bar-section  {
	background-color: transparent;
	/*height: auto;*/
}

/*.top-bar-section ul,*/
.top-bar-section li,
.top-bar-section li a,
.top-bar-section li a:not(.button) {
	background-color: #DDD;
	color: #444444;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: 27px;
} 

.top-bar-section li a,
.top-bar-section li a:not(.button)  {
	padding: 0 3px;
}


.top-bar-section li li {
	padding: 0 !important;
}

.top-bar-section > ul > li {
    border-left: 1px solid #999;
}

.page-template-page-home-php .top-bar-section li,
.page-template-page-home-php .top-bar-section li a,
.page-template-page-home-php .top-bar-section li a:not(.button),
.page-template-page-mushome-php .top-bar-section li,
.page-template-page-mushome-php .top-bar-section li a,
.page-template-page-mushome-php .top-bar-section li a:not(.button) {
	background-color: #FFF;
}

.top-bar-section li a:hover,
.top-bar-section li a:hover:not(.button),
.no-js .top-bar-section ul li:hover > a {
	background-color: #EE701C;
	color: #FFF;
}

@media only screen and (max-width: 700px) { 
	#header {
		position: inherit;
	}
	
	.top-bar {
		margin-top: 0;
	}
	
	.top-bar,
	.top-bar-section,
	.top-bar-section li,
	.top-bar-section li a,
	.top-bar-section li a:not(.button),
	.top-bar.expanded .title-area   {
		background-color: #222 !important;
		color: #FFF !important;
	}
	
	#header .top-separator {
		height: 0;
	}
}

#sticky-posts article {
	position: relative;
	width: 100%;
}

#sticky-posts > div {
	position: relative;
}

#sticky-posts article a {
	color: #333;
}

#sticky-posts article a:hover {
	color:  #EE701C;
}

#sticky-posts article .text-content {
	position: absolute;
	right: 0;
	bottom: 20px;
	max-width: 650px;
}


.gallery .description {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	position: absolute;
	right: 0;
	bottom: 20px;
	max-width: 650px;
	min-width: 50%;
	font-size: 1em;
	line-height: 1.6;
	padding: 10px;
}

#sticky-posts article .entry-title,
#sticky-posts article .entry-content {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
}

#sticky-posts article .entry-title {
	float: left;
	font-size: 20px;
	font-family: arial;
	font-weight: normal;
	text-transform: uppercase;
	color: #444444;
	margin: 0;
	padding: 5px 10px;
}

#sticky-posts article .entry-content  {
	padding: 5px 10px;
}

#sticky-posts .cycle-pager {
	font-size: 50px;
	line-height: 50px;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: 20px;
	z-index: 999999;
}

#sticky-posts .cycle-pager-active {
	color:  #EE701C;
}

@media only screen and (max-width: 700px) { 
	
	
	#sticky-posts article .text-content {
		background-color: #EE701C;
		position: inherit;
		max-width: none;
		bottom: auto;
	}
	
	#sticky-posts article .entry-content {
		background-color: transparent;
	}
	
	#sticky-posts article .entry-title {
		background-color: #EE701C;
		float: none;
	}
	
	#sticky-posts .cycle-pager {
		left: 10px;
		top: 0;
	}
	
	#sticky-posts article a:hover {
		color: #FFF;
	}
}

.widget-container .widget {
	position: relative;
}

.widget .arrow-down {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	background-color: transparent;
	z-index: 999;
	
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #FFF;
}

#home-top-pages .widget,
#home-bottom-pages .widget {
	margin-top: 16px;
}


.widget_advanced-featured-page-widget h2 {
	font-size: 17px;
	font-weight: normal;
}

.widget_advanced-featured-page-widget a {
	color:  #EE701C;
	text-transform: uppercase;
	font-size: 15px;	
	font-family: Arial, Helvetica, sans-serif;
}

.widget_advanced-featured-page-widget a:hover {
	color: #000;
}

.widget_advanced-featured-page-widget .text-content {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 95%;
}

#home-bottom-pages .widget_advanced-featured-page-widget .text-content {
	width: 100%;
	bottom: 0;
}

.widget_advanced-featured-page-widget .text-content h2,
.widget_advanced-featured-page-widget .text-content p {
	background-color: #FFF;
	background-color: rgba(255,255,255,0.8);
	margin: 0;
	padding: 4px 4px;
	line-height: 1.2;
	font-size: 14px;
	color: #444;
}

.widget_advanced-featured-page-widget .text-content h2 {
	float: left;
	font-weight: normal;
}


#footer {
}

#footer > .row {
	background-color: #D8D5D3;
	min-height: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#footer h1,
#footer h2,
#footer {
	font-size: 12px;
}

#breadcr {
	line-height: 27px;
	color: #000;
}

#breadcr a {
	color: #EE701C;
}

#breadcr a:hover {
	color: #000;
}

@media only screen and (max-width: 700px) {	
	#breadcr {
		margin-top: 16px;
		margin-top: 0;
	}
}

#sidebar {
	margin-top: 65px;
}

#sidebar .widgettitle {
	font-size: 16px;
}

h1.entry-title {
	font-size: 20px;
	color:  #EE701C;
	margin-bottom: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.pagenav {
	color: transparent;
}

.sub-home-menu {
	background-color: #555;
	height: 300px;
	font-size: 15px;
	color: #FFF;
	overflow: hidden;
	
}

.sub-home-menu h1 {
	font-size: 15px;
	color:  #EE701C;
	padding: 10px 10px 0 10px;
}

.sub-home-menu ul {
	line-height: 0;
}

.sub-home-menu ul ul {
	line-height: 1.2;
}

.sub-home-menu a {
	color: #FFF;
}

.sub-home-menu a:hover { 
	color:  #EE701C;
}

.sub-home-menu ul ul li a:before {
	content:"> ";
	
} 

ul li ul, ul li ol {
	margin: 0 10px;
}

.sub-home-info {
	height: 300px;
	background-color: #EE701C;
	color: #FFF;
	overflow: hidden;
}

.sub-home-info > div {
	margin-bottom: 10px;
	min-height: 30px;
}

.sub-home-info .location {
	margin-top: 10px;
}

.sub-home-info .ico {
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 5px 0 10px;
}

.sub-home-info .location .ico {
	background: transparent url('../img/loc-ico.png') top left no-repeat;
}
.sub-home-info .telephone .ico {
	background: transparent url('../img/tel-ico.png') top left no-repeat;
}
.sub-home-info .openingtimes .ico {
	background: transparent url('../img/open-ico.png') top left no-repeat;
}
.sub-home-info .text {
	margin-left: 45px;
}

#sub-head-menu {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

#sub-head-menu ul {
	margin: 0;
}

#sub-head-menu li {
	line-height: 0;
}

#sub-head-menu li ul li {
	float: left;
	margin: 0 20px 0 0;
	font-size: 15px;
	line-height: 1.2;
}

#sub-head-menu li a {
	color: #000;
}

#sub-head-menu li a:hover {
	color: #EE701C;
}


.post h1.entry-title {
	margin-bottom: 0;
}

.post-info {
	color: #B2B2A5;
	font-size: 13px;
	margin-bottom: 10px;
}

.post-info a {
	color: #B2B2A5;
}


.child-page {
	position: relative;	
}

.child-page h1.entry-title {
	position: absolute;
	background-color: #FFF;
	bottom: 20px;
	padding: 0 10px;
	right: 9px;
}

.child-page a:hover h1.entry-title {
	background-color: #EE701C;
	color: #FFF;
}


.top-bar .toggle-topbar.menu-icon  {
	margin-top: 0;
}

#head-small-title {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 16px;
}

#mc_embed_signup form {
	padding: 0 !important;
}

#mc_embed_signup br {
	display: none !important;
}
#mc_embed_signup .mc-field-group .asterisk {
    line-height: 25px !important;
    margin-left: 10px !important;
    position: inherit !important;
}

#mc_embed_signup .mc-field-group {
	padding: 0 !important;
}

#mc_embed_signup .mc-field-group.input-group label {
    margin-left: 10px !important;
}

#mc_embed_signup .mc-field-group.input-group ul li {
	padding: 0 !important;
}

.calnk a {
	background-color: #EE701C !important;
	display: inline-block;
	width: 100%;
}