/*
Theme Name: Gourmet
Theme URI: http://www.colibri-interactive.com/themes/gourmet
Author: Colibri Interactive
Author URI: http://www.colibri-interactive.com/
Description: Gourmet WordPress Theme by Colibri Interactive
Version: 1.5
License:
License URI: license.txt
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

/* RESET - START */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.5;
	margin: 0;
}
html,
body {
	height: 100%;
	min-height: 100%;
	width: 100%;
	font-size: 14px;
	color: #fff;
}
a {
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: bold;
    color: #3f4448;
    font-family: 'Open-Sans', 'Helvetica-Neue', Helvetica, sans-serif;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	line-height: 35px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: square;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

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

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	zoom: 1;
	border: 0;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	border: 2px solid #fff;
	height: 1px;
	margin: 0 0 24px;
}

.wp-caption,
.bypostauthor,
.wp-caption-text,
.sticky,
.gallery-caption {}

/* RESET - END */


/* DEFAULT - START */
.clear,
.ci-clear {
	clear: both;
}
.ci-error {
    color: #f00;
}
.thanks {
    color: #128d1e;
}
.ci-reservation-widget .thanks {
    font-weight: bold;
}
.ci-fielderror {
    border: 1px solid #f00;
    background-color: #fff6f6;
}
.ci-hide,
.assistive-text {
	display: none;
}
.ci-last {
	margin: 0;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.alignleft {
    float: left;
}
.aligncenter {
    margin: 0 auto;
}
.alignright {
    float: right;
}
body,
th,
td {
	font-size: 13px;
	color: #fff;
	line-height: 19px;
}
body,
th,
td,
.ci-quotes .author,
.alert,
input,
textarea {
	font-family:  "Open-Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.page {
	text-align: center;
}

.ci-page-bg-container {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}
.ci-backgroundimage-fullwidth .ci-page-bg-container {
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center center !important;
}

/* PAGE BGs - START */
.ci-pagebgs {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
}
.ci_bgfood_none {
    display: none;
}
.ci-page-bg-visual {
    position: absolute;
    z-index: -1;
}
.ci-bg-rosemary {
    width: 234px;
    height: 703px;
    top: 400px;
    left: 0;
    background: url(images/background/rosemary.png) 0 0 no-repeat;
}
.ci-bg-basilicum {
    width: 260px;
    height: 195px;
    top: 1000px;
    right: 50px;
    background: url(images/background/basilicum.png) 0 0 no-repeat;
}
.ci-bg-fig {
    width: 318px;
    height: 286px;
    top: 700px;
    right: 50px;
    background: url(images/background/fig.png) 0 0 no-repeat;
}
.ci-bg-tomatoes {
    width: 350px;
    height: 300px;
    top: 300px;
    right: 10px;
    background: url(images/background/tomatoes.png) 0 0 no-repeat;
}
.ci-bg-sushi1 {
    width: 355px;
    height: 378px;
    top: 450px;
    left: 50px;
    background: url(images/background/sushi1.png) 0 0 no-repeat;
}
.ci-bg-sushi2 {
    width:514px;
    height: 245px;
    top: 800px;
    right: -200px;
    background: url(images/background/sushi2.png) 0 0 no-repeat;
}
.ci-bg-chopsticks {
    width: 229px;
    height: 243px;
    top: 300px;
    right: 0;
    background: url(images/background/chopsticks.png) 0 0 no-repeat;
}
.ci-bg-chopsticks2 {
    width:495px;
    height: 297px;
    top: 300px;
    right: 0;
    background: url(images/background/chopsticks2.png) 0 0 no-repeat;
}
/* PACGE BGs - END */


.hl-separator {
    height: 30px;
    float: left;
    background: url(images/system/hl_separator.gif) center center repeat-x;
}
.hl-separator,
.ci-hl-content {
    float: left;
}
h3.widget-title {
    width: auto;
}
.ci-hl-content {
    display: inline;
    padding: 0 20px;
}


.ci-page-content {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.ci-sitecontent-container {
    padding-top: 50px;
}
.ci-content-container {
    text-align: left;
}
body .mobile-menu-active {
    display: block !important;
}

li {
    list-style-position: outside;
}

.ci-wrapper-fullwidth {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}
.comment-text ul li {
    list-style-type: disc;
}
.comment-text ol li {
    list-style-type: decimal;
}
.ci-searchterm {
    font-style: italic;
    font-weigth: normal;
}

/* body {font-family: 'gillsans', cursive;} */
body {
    font-family: 'Lato', sans-serif;
}










/* DEFAULT - END */


/* HEADER - START */


.ci-headerbar {
    width: 100%;
    margin-top: 15px;
    padding: 14px 0;
}
.ci-headerbar p {
    margin: 0;
    padding: 0;
}
.tinynav {
    display: none;
}
.ci-hgroup {
    display: inline;
}
h1#ci-site-title,
h2#ci-site-description {
    margin: 0;
    float: left;
    font-size: 14px;
    line-height: 19px;
    color: #333;
}
h2#site-description {
    display: none;
}
#ci-primary-navigation {
    text-align: right;
    display: inline;
}
ul#ci-mainmenu li {
    display: inline;
}

ul#ci-mainmenu .sub-menu {
    padding: 15px 0 20px 0;
}
ul#ci-mainmenu .sub-menu li {
    padding-top: 5px;
    text-transform: none;
}
ul#ci-mainmenu li a {
    margin-right: 12px;
}
ul#ci-mainmenu li a,
ul#ci-mainmenu li .sub-menu a {
    height: 21px;
    line-height:  21px;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
ul#ci-mainmenu li .sub-menu a {
    display: block;
    padding: 0 20px;
}
ul#ci-mainmenu li a:hover,
.ci-area-navigation li a:hover,
#mobile-menu-wrap a:hover {
    border: 0;
}
.ci-nav-bar .sub-menu a {
    color: #fff !important;
}
.ci-head {
    padding: 50px 0 0;
}
#branding {
    width: 150px;
    float: left;
}

.ci-social-networks-container {
    width: 196px;
    float: right;
}
#branding a {
    display: block;
    cursor: pointer;
}
.ci-nav-bar {
    width: 604px;
    float: left;
}
.ci-subnavi {
    float: left;
}
.ci-subnavi .ci-content-positioner {
    padding-top: 0;
    padding-bottom: 0;
}
.ci-subnavi ul li {
    display: inline;
    padding-right: 14px;
    text-transform: uppercase;
}
.ci-subnavi a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.ci-subnavi a:hover,
.ci-subnavi .current_page_item a {
    font-weight: bold;
    color: #fff !important;
    border: 0 !important;
}

#ci-mainmenu {
    margin: 0;
    padding: 0;
}
#ci-mainmenu ul {
	position: absolute;
	top: -999px;
}
#ci-mainmenu li {
	float: left;
	position: relative;
}
#ci-mainmenu a {
	display: block;
    color: #502707;
	position: relative;
}
#ci-mainmenu ul li {
	width: 100%;
    text-align: left;
}
#ci-mainmenu ul li a {
    margin: 0;
}
#ci-mainmenu ul li a:hover {
    margin-left: 5px;
}
#ci-mainmenu .sub-menu li.ci-last a {
	border-bottom: 0;
}
#ci-mainmenu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#ci-mainmenu li:hover ul,
#ci-mainmenu li.sfHover ul {
	left: 0;
	top: 21px; /* match top ul list item height */
	z-index: 99;
	zoom: 1;
	display: block;
	position: absolute;
}
.menu>.sub-menu {
    border-top: 1px solid #fff;
}
ul#ci-mainmenu li:hover li ul,
ul#ci-mainmenu li.sfHover li ul {
	top: -999px;
}
ul#ci-mainmenu li li:hover ul,
ul#ci-mainmenu li li.sfHover ul {
	left: 180px !important; /* match ul width */
	top: -3px;
}
ul#ci-mainmenu li li:hover li ul,
ul#ci-mainmenu li li.sfHover li ul {
	top: -999px;
}
ul#ci-mainmenu li li li:hover ul,
ul#ci-mainmenu li li li.sfHover ul {
	left: 10px; /* match ul width */
	top: 0;
}
.ci-nav-bar .sub-menu {
    opacity: .9;
}

.ci-socialnetworks-container {
    float: right;
    padding: 6px 40px 6px 0;
}
.ci-socialnetworks-container .icon {
    float: left;
}
/* HEADER - END */



.widget_calendar table {
    width: 100%;
}



/* CONTENT STYLES - START */
blockquote {
	margin: 20px 0 ;
	padding: 13px;
	font-style: italic;
	color: #4f4f4f;
    font-size: 14px;
	line-height: 18px;
	border: 1px dashed #4f4f4f;
	border-left: 2px solid #4f4f4f;
}
.ci-content ul,
.ci-post-text ul {
	margin: 0 16px;
}
.ci-content ol,
.ci-post-text ol {
	margin: 0 21px;
}
pre,
code {
	margin: 10px 0;
	padding: 20px;
	display: block;
	overflow: auto;
	font: 12px/18px Consolas,"Andale Mono",Courier,"Courier New",monospace;
	color: #777;
	border: 1px dashed #929292;
	background: #f6f6f6;
}
p {
	margin: 10px 0 15px;
}
img.alignright,
img.alignleft {
    display: block;
}
img.alignright {
	float: right;
	display: inline;
	margin: 20px 0 20px 20px;
}
img.alignnone {
	margin: 20px 20px 20px 0;
}
img.alignleft {
	float: left;
	display: inline;
	margin: 20px 20px 20px 0;
}
img.aligncenter {
	margin: 0 auto;
	display: block;
}

/* CONTENT STYLES - END */

.ci-homeslides-environment {
    position: relative;
    margin-bottom: 50px;
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
    .ci-portfolioshape-circular .ci-shaped-cover {
        background: url(images/system/cover-circular@2x.png) center center no-repeat;
        background-size: 200px 200px;
    }
}
#slides,
.flex-direction-nav {
    list-style-type: none;
}


.ci-slidesimg-environment #slide,
.ci-slidesimg-environment ul#slides {
    height: auto !important;
    display: block !important;
}
.ci-slidesimg-environment #slide {
    clear: both;
}

.ci-homeslides-environment .ci-wrapper-fullwidth {
    position: relative;
}
.flex-direction-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    margin: 0;
    padding: 0;
}
.ci-slidesimg-environment {
    position: relative;
}
ul#slides {
    margin: 0;
    padding: 0;
}
#slides li,
#quoteslides li  {
    display: none;
}
.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before {
    content: '';
}
.flex-direction-nav a.flex-prev,
.flex-direction-nav a .ci-prev,
.flex-direction-nav a.flex-next,
.flex-direction-nav a .ci-next  {
    display: inline;
    opacity: 1;
    background: #e41b23;
    border-radius: 50%;
    background-image: url(images/system/symbols.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    .flex-direction-nav a.flex-prev,
    .flex-direction-nav a .ci-prev,
    .flex-direction-nav a.flex-next,
    .flex-direction-nav a .ci-next  {
        background-image: url(images/system/symbols@2x.png);
        background-size: 250px 250px;
	}
}
.flex-direction-nav a.flex-prev,
.flex-direction-nav a.flex-next {
    width: 40px;
    height: 40px;

    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    background-position: 14px -70px;
}
.flex-direction-nav a.flex-prev {
    right: 35px;
    background-position: 10px -120px;
}
.home .flex-direction-nav a.flex-prev {
    top: -20px;
    left: 0;
}
.home .flex-direction-nav a.flex-next {
    top: -20px;
    right: 0;
}
.flex-direction-nav a .ci-prev,
.flex-direction-nav a .ci-next  {
    padding: 18px 0 0 29px;
}


.ci-homeslides-environment h3.ci-pagehl {
    margin: 50px 0 15px;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
.ci-homeslides-environment .ci-post-text,
.ci-homeslides-environment .ci-post-text p {
    color: #4f4f4f;
}




.startpage-widget-container,
.startpage-widget-container li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
}
.startpage-widget-container li li {
    list-style-type: disc;
}
#startpage-widget-container-1 li {
    width: 465px;
    float: left;
    margin-right: 30px;
}
#startpage-widget-container-2 li {
    width: 300px;
    float: left;
    margin-right: 30px;
}
.startpage-widget-container .widget-title {
    margin: 0 0 20px;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}
#startpage-widget-container-3 .widget-title,
#startpage-widget-container-4 .widget-title,
#startpage-widget-container-5 .widget-title,
#startpage-widget-container-6 .widget-title {
    padding-bottom: 20px;
}
.startpage-widget-container .widget {
    margin-top: 0;
    margin-bottom: 50px;
}
#startpage-widget-container-1 .widget,
#startpage-widget-container-2 .widget {
    margin-top: 30px;
    margin-bottom: 0;
}
/* RESERVATION WIDGET - START */

.ci-reservationform .ci-formelement {
    float: left;
    margin-right: 40px;
}
.ci-formelement label {
    margin: 22px 0 9px;
    display: block;
    font-size: 13px;
    font-weight: bold;
}
.ci-reservationform .ci-formelement input {
    width: 100%;
}
.ci-reservationform .ci-formelement-contactname,
.ci-reservationform .ci-formelement-email {
    width: 300px;
}
.ci-formelement-phone {
    width: 280px;
}
.ci-reservationform .ci-formelement-numberofguests,
.ci-reservationform .ci-formelement-dateandtime {
    width: 130px;
}

.ci-reservationform .ci-formelement-comments {
    width: 450px;
}
.ci-reservationform .ci-formelement-mandotory {}
.ci-reservationform .ci-formelement-dateandtime,
.ci-reservationform .ci-formelement-reservationbtn {
    width: 130px;
    margin-right: 0;
}
.ci-formelement-reservationbtn {
    margin-top: 50px;
}
.ci-formelement-reservationbtn .ci-sumbitbutton {
    width: 130px;
    margin-right: 0;
    margin-left: 0;
}

/* RESERVATION WIDGET - END */


/* RESERVATION FORM */

.ci-reservation-page .ci-formelement-contactname,
.ci-reservation-page .ci-formelement-phone {
    width: 280px;
}
.ci-reservation-page .ci-formelement-phone {
    margin-right: 0;
}
.ci-reservation-page .ci-formelement-numberofguests {
    width: 120px;
}
.ci-reservation-page .ci-formelement-dateandtime {
    width: 120px;
    margin-right: 40px;
}
.ci-reservation-page .ci-formelement-email {
    width: 280px;
    margin-right: 0;
}
.ci-reservation-page .ci-formelement-comments {
    width: 600px;
}
.ci-reservation-page .ci-formelement-reservationbtn {
    float: right;
}
/* RESERVATION FORM */


/* QUOTES - STARTS */

#quoteslide {
    position: relative;
}
#quoteslides {
    padding: 0 50px;
}
.ci-quotes {
    width: 100%;
    list-style-type: none;
    text-align: center;
    font-size: 18px;
    font-family: Baskerville,​Georgia,​serif;
    font-style: italic;
    font-weight: 200;
}
.ci-quotes .author {
    padding-top: 10px;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #999;
}
#quoteslide .flex-direction-nav {
    width: 100%;
    right: auto;
    left: auto;
}
#quoteslide a.flex-prev,
#quoteslide a.flex-next {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    background-color: #ccc;
}
#quoteslide a.flex-prev {
    float: left;
}
#quoteslide a.flex-next {
    float: right;
}


#footer-widgets {
    margin: 0;
    padding: 0;
}
#ci-widgetarea-footer {
    padding: 30px 0;
    background: rgba(255,255,255,.2);
}
#footer-widgets li.widget {
    width: 300px;
    float: left;
    margin-right: 30px;
    list-style-type: none;
    font-size: 13px;
    line-height: 19px;
}

#footer-widgets .widget-title {
    margin-top: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: left;
}
#footer-widgets a,
#footer-widgets li.widget {
    color: #fff;
}
.ci-copyright-container {
    padding: 14px 0;
    text-align: center;
}
.ci-copyright-container .ci-wrapper-fullwidth {
    text-align: center;
}




.ci-contentstyle-sidebar-right,
.ci-contentstyle-sidebar-left {
    width: 680px;
}
.ci-contentstyle-sidebar-right {
    float: left;
    margin-right: 40px;
}
.ci-contentstyle-sidebar-left {
    float: right;
    margin-left: 40px;
}
.ci-sidebar {
    width: 240px;
    float: left;
    font-size: 13px;
	color: #fff;
	line-height: 19px;
}
.ci-sidebar li {
    list-style-type: none;
}
.ci-sidebar .widget-title {
    margin: 0 0 20px;
    font-size: 24px;
	color: #fff;
	font-weight: 100;
	text-transform: uppercase;
}
#primary-widgets {
    margin: 0;
    padding: 0;
}
#primary-widgets li.widget {
    padding: 30px 0;
    border-bottom: 1px dashed #fff;
}
#primary-widgets li.widget:first-child {
    padding-top: 0;
}

.ci-twitter-time,
.widget_ci_openingtimes_widget .ci-openingtime-day,
.widget_ci_dailyoffer_widget .ci-dailyoffer-menuname,
.widget_ci_dailyoffer_widget .ci-dailyoffer-menuname a,
.widget_ci_dailyoffer_widget .ci-dailyoffer-menuprice {
    font-size: 12px;
    font-weight: bold;
}

#startpage-widget-container-3 .widget-title,
#startpage-widget-container-4 .widget-title,
#startpage-widget-container-5 .widget-title,
#startpage-widget-container-6 .widget-title {
    font-size: 30px;
}

/* OPENING TIMES WIDGET - START */

.widget_ci_openingtimes_widget .ci-openingtime-day,
.widget_ci_openingtimes_widget .ci-opening-times-spacer {
    float: left;
}
.widget_ci_openingtimes_widget .ci-openingtime-time {
    float: right;
    text-align: right;
}

.widget_ci_openingtimes_widget .ci-openingtime-container {
    margin-bottom: 3px;
    padding-bottom: 3px;
    border-bottom: 1px dotted rgba(248,242,216,.5);
}
.widget_ci_openingtimes_widget .ci-openingtime-container:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}
/* OPENING TIMES WIDGET - END */


/* RECENT POSTS (HOME) WIDGET - START */
ul.ci-recent-post-widget {
    margin:0;
    padding: 0;
}
.startpage-widget-container .widget_ci_recent_posts .widget-title {
    margin-bottom: 0;
}
.widget_ci_recent_posts .ci-post-container {
    width: 460px;
    float: left;
    margin-right: 40px;
    margin-top: 50px;
    list-style-type: none;
}
#ci-widgetarea-startpage .ci-postheadline,
#ci-widgetarea-startpage .ci-postheadline a {
    margin: 0 0 10px;
    font-size: 22px;
    text-align: left;
    font-weight: 400;
}
#ci-widgetarea-startpage .ci-post-text,
#ci-widgetarea-startpage .ci-post-text p {
    margin: 0;
    color: #fff;
}

#ci-widgetarea-startpage .ci-blogpost-date-container {
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin-right: 30px;
}
#ci-widgetarea-startpage .ci-posttext-container {
    width: 355px;
    float: left;
}
.startpage-widget-container .widget_ci_recent_posts {
    padding-bottom: 0;
}
/* RECENT POSTS (HOME) WIDGET - END */


/* DAILY OFFER - START */

.widget_ci_dailyoffer_widget .ci-dailyoffer-container {
    margin-bottom: 20px;
}
.widget_ci_dailyoffer_widget .ci-dailyoffer-container:last-child {
    margin-bottom: 0;
}

/* DAILY OFFER - END */


/* MENUS - START */

ul#filter {
    margin: 0;
    padding: 0;
}
#filter li {
    display: inline;
    list-style-type: none;
}
#filter li a,
#filter li a:hover {
    color: #4f4f4f;
    text-decoration: none;
}
.ci-middot {
    padding: 0 5px;
}
#ci-menu .ci-post-container {
    margin-left: 0;
}

.ci-cat-group {
    margin-bottom: 10px;
}
h3.ci-menu-cat {
    width: 100%;
    margin: 0 0 10px;
    padding: 20px 0;
    text-align: center;
    font-size: 35px;
    background: url(images/system/hl_bg.gif) center center repeat-x;
}
h3.ci-menu-cat .ci-menu-cat-name {
    padding: 0 20px;
    background: #f8f2d8;
}
h5.ci-menu-cat-desc {
    margin-top: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.ci-menu {
    width: 280px;
    margin-right: 40px;
    margin-bottom: 30px;
    float: left;
    font-size: 13px;
    line-height: 17px;
    color: #4f4f4f;
}

/*
.ci-contentstyle-fullwidth .ci-menu {
  width: 265px;
}
*/
#ci-all-menus h6,
#ci-all-menus p {
    margin: 0;
    padding: 0;
}
.ci-menu p {
    margin: 0;
    padding: 0;
}
.ci-menu h6 {
    margin: 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}
/* MENUS  - END */
















































/* TWITTER WIDGET - START */
#ci-twitter-container li {
    list-style-type: none;
}
#ci-twitter-container a {
    color: #fff;
    font-style: italic;
}
#ci-twitter-container ul {
	margin: 0;
	padding: 0;
}
#ci-twitter-container ul li {
	padding-bottom: 20px;
	list-style-type: none;
}
#ci-twitter-container ul li:first-child {
	padding-top: 0;
}
.ci-twitter-time {
    padding-right: 23px;
	text-decoration: none;
	white-space: nowrap;
	background: url(images/system/ico-tweety-white.png) right 5px no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
    .ci-twitter-time {
        background: url(images/system/ico-tweety-white@2x.png) 0 5px no-repeat;
        background-size: 18px 9px;
	}
}

.ci-followme-container {
    padding: 10px 0;
    display: block;
}
/* TWITTER WIDGET - END*/

/* FLICKR WIDGET - START */
.flickr_badge_image {
	display: inline;
	margin: 0 3px 3px 0;
}
.flickr_badge_image a {}
.flickr_badge_image img {
	width: 60px;
	height: 60px;
	border: 3px solid #3e3e3e;
}
/* FLICKR WIDGET - END */


/* Columns */
.one_half { width: 48%; }
.one_third { width: 30.66%; }
.two_third { width: 65.33%; }
.one_fourth { width: 22%; }
.three_fourth { width: 74%; }
.one_fifth { width: 16.8%; }
.two_fifth { width: 37.6%; }
.three_fifth { width: 58.4%; }
.four_fifth { width: 67.2%; }
.one_sixth { width: 13.33%; }
.five_sixth { width: 82.67%; }

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
	position: relative;
	margin-right: 4%;
	margin-bottom: 20px;
	float: left;
}

.column-last {
	margin-right: 0!important;
	clear: right;
}

/* Tabs */
.ui-widget-content,
.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-state-default a {
	border: 0;
	background: transparent none;
}
.ui-tabs .ui-tabs-panel,
li.ui-state-active,
li.ui-state-active a {
	background: #e6e6e6;
}

.ui-tabs .ui-tabs-nav {
    height: 30px;
	padding: 0;
}
.ui-tabs .ui-tabs-panel {
	width: 94% !important;
	padding: 10px 3% !important;
}



/* Buttons */

button.button,
input#submit,
a.button {
	height: 35px;
	display: inline-block;
	margin: 0 5px 20px 5px;
	padding: 0 18px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: 35px;
	color: #fff !important;
	line-height: 12px;
/* 	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); */
	border: 0;
/*
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	   		border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
*/
}

a.button.big {
	height: 24px;
	padding: 11px 10px 0 10px;
	font-size: 14px;
	line-height: 14px;
}
/*
body #main button:hover.button,
body #main input:hover#submit,
body #main a:hover.button,
body #main a:hover.button.small,
body #main a:hover.button.large {
	color: #fff !important;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
	   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    		box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
*/


a.button.white,
a.button.lightgray,
a.button.darkgray,
a.button.yellow,
body #main a:hover.button.white,
body #main a:hover.button.lightgray,
body #main a:hover.button.darkgray,
body #main a:hover.button.yellow {
	color: #404040 !important;
/* 	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); */
}


a.button.white,
a.button.large.white {
	background: #f7f7f7;
}
a:hover.button.white {
	background: #f0f0f0;
}
a.button.lightgray,
a.button.large.lightgray {
	background: #d1d1d1;
}
a:hover.button.lightgray {
	background: #ccc;
}
a.button.darkgray,
a.button.large.darkgray {
	background: #adadad;
}
a:hover.button.darkgray {
	background: #a1a1a1;
}
a.button.black,
a.button.large.black {
	background: #3d3d3d;
}
a:hover.button.black {
	background: #383838;
}
a.button.brown,
a.button.large.brown {
	background: #ba8336;
}
a:hover.button.brown {
	background: #c48a39;
}
a.button.red,
a.button.large.red {
	background: #f77979;
}
a:hover.button.red {
	background: #f07575;
}
a.button.orange,
a.button.large.orange {
	background: #ff3f22;
}
a:hover.button.orange {
	background: #ff6b54;
}
a.button.yellow,
a.button.large.yellow {
	background: #ffce22;
}
a:hover.button.yellow {
	background: #ffda54;
}
a.button.green,
a.button.large.green {
	background: #5aa037;
}
a:hover.button.green {
	background: #70a158;
}
a.button.blue,
a.button.large.blue {
	background: #79cdf7;
}
a:hover.button.blue {
	background: #76c7f0;
}
a.button.purple,
a.button.large.purple {
	background: #c270e6;
}
a:hover.button.purple {
	background: #bd6dde;
}

/* Alerts  - Start */

.alert {
  padding: 12px 5% 12px 5%;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 20px 0;
}
.alert.white {
  background: #fafafa;
  border: 1px solid #c4c4c4;
  color: #292929;
}
.alert.red {
  background: #ffd0d1;
  border: 1px solid #ea8080;
  color: #dc5252;
}
.alert.orange {
  background: #fdceaf;
  border: 1px solid #f18238;
  color: #d46b02;
}
.alert.blue {
  background: #b2e1f9;
  border: 1px solid #43a3d3;
  color: #0485c6;
}
.alert.green {
  background: #cdffc0;
  border: 1px solid #66df47;
  color: #72bd5f;
}

/* Alerts  - End */


/* Separator - Start */

.ci-separator {
	width: 100%;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.ci-separator.ci-separator-size1px {border-bottom-width: 1px;}
.ci-separator.ci-separator-size2px {border-bottom-width: 2px;}
.ci-separator.ci-separator-size3px {border-bottom-width: 3px;}
.ci-separator.ci-separator-size4px {border-bottom-width: 4px;}

.ci-separator.ci-separator-solid {border-bottom-style: solid;}
.ci-separator.ci-separator-dashed {border-bottom-style: dashed;}
.ci-separator.ci-separator-dotted {border-bottom-style: dotted;}
.ci-separator.ci-separator-double {border-bottom-style: double;}

.ci-separator.ci-separator-white {border-bottom-color: #fff;}
.ci-separator.ci-separator-lightgray {border-bottom-color: #b2b2b2;}
.ci-separator.ci-separator-darkgray {border-bottom-color: #8f8f8f;}
.ci-separator.ci-separator-brown {border-bottom-color: #84591e;}
.ci-separator.ci-separator-red {border-bottom-color: #db5858;}
.ci-separator.ci-separator-orange {border-bottom-color: #db8f58;}
.ci-separator.ci-separator-yellow {border-bottom-color: #dbbf58;}
.ci-separator.ci-separator-green {border-bottom-color: #70c34f;}
.ci-separator.ci-separator-blue {border-bottom-color: #57afdb;}
.ci-separator.ci-separator-black {border-bottom-color: #000;}
.ci-separator.ci-separator-purple {border-bottom-color: #9f4ec2;}

/* Separator - End */

/* ICONS - START */

.icon {
    display: inline;
    padding: 11px 0 0 23px;
    line-height: 36px;
    background: #333;
    border-radius: 50%;
    background-image: url(images/system/icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
   .icon {
       background-image: url(images/system/icons@2x.png);
       background-size: 80px 1680px;
	}
}
.icon-social {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    border-radius: 50%;
    background-image: url(images/system/icons_social.png);
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    .icon-social {
        background-image: url(images/system/icons_social@2x.png);
        background-size: 24px 250px;
    }
}
.ci-social-networks-container a {
    float: right;
}


.icon-social-twitter {
    background-position: 6px -119px;
}
.icon-social-yelp {
    background-position: 7px -95px;
}
.icon-social-facebook {
    background-position: 9px -70px;
}
.icon-social-vimeo {
    background-position: 5px -44px;
}
.icon-social-youtube {
    background-position: 5px -20px;
}
.icon-social-dribble {
    background-position: 5px 5px;
}
.icon-social-instagram {
    background-position: 6px -144px;
}





.icon-system {
    border-radius: 50%;
    background-image: url(images/system/symbols.png);
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
    .icon-system {
        background-image: url(images/system/symbols@2x.png);
        background-size: 250px 250px;
    }
}

.icon-system-top {
    width: 62px;
    height: 62px;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 2px 2px 2px 1px rgba(0,0,0,.2);
}
.icon-system-top:hover {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.ci-top-link-container {
    padding: 50px 0;
    text-align: center;
}





.ci-nav-bar .icon {
    line-height: 17px;
}
.ico-arrowright  { background-position: 0 5px; }

.ico-info  { background-position: 0 0; }
.ico-quote  { background-position: 0 -40px; }
.ico-arrowright  { background-position: 0 -80px; }
.ico-cross  { background-position: 0 -120px; }
.ico-location  { background-position: 0 -160px; }
.ico-file  { background-position: 0 -200px; }
.ico-tag  { background-position: 0 -240px; }
.ico-bubble  { background-position: 0 -280px; }
.ico-magnifyingglass  { background-position: 0 -320px; }
.ico-sound  { background-position: 0 -360px; }
.ico-film  { background-position: 0 -400px; }
.ico-danger  { background-position: 0 -440px; }
.ico-plus  { background-position: 0 -480px; }
.ico-minus  { background-position: 0 -520px; }
.ico-plan  { background-position: 0 -560px; }
.ico-design  { background-position: 0 -600px; }
.ico-develop  { background-position: 0 -640px; }
.ico-tools  { background-position: 0 -680px; }
.ico-check  { background-position: 0 -720px; }
.ico-arrowleft  { background-position: 0 -760px; }
.ico-menu  { background-position: 0 -800px; }
.ico-twitter  { background-position: 0 -840px; }
.ico-facebook  { background-position: 0 -880px; }
.ico-dribbble  { background-position: 0 -920px; }
.ico-lastfm  { background-position: 0 -960px; }
.ico-youtube  { background-position: 0 -1000px; }
.ico-vimeo  { background-position: 0 -1040px; }
.ico-pinterest  { background-position: 0 -1080px; }
.ico-googleplus  { background-position: 0 -1120px }
.ico-flickr  { background-position: 0 -1160px; }
.ico-linkedin  { background-position: 0 -1200px; }

/* ICONS - END */


/* CALENDAR WIDGET - START */
#ci-widgetarea-sidebar .widget_calendar table {
	width: 100%;
}
#ci-widgetarea-sidebar .widget_calendar thead th,
#ci-widgetarea-sidebar .widget_calendar tbody td {
	text-align: right;
}
/* CALENDAR WIDGET - END */

/* TESTIMONIALS - START */

.testimonial-slider ul.slides {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget_ci_testimonials .ci-post-container-body {
    padding: 50px 0;
    background: #f8f2d8 url(images/system/testimonials_bg.png) center center no-repeat;
}
.testimonial-slider li {
    display: none;
    list-style-type: none;
}
.ci-quote,
.ci-author {
    width: 100%;
    text-align: center;
}
.ci-quote {
    font-size: 24px;
    font-width: 300;
}
.ci-author {
    font-size: 14px;
    color: #4f4f4f;
}

/* TESTIMONIALS - END */


/* BLOG - START */
.ci-post-container {
    margin-left: 65px;
    margin-bottom: 40px;
    position: relative;
}
.ci-search .ci-post-container {
    margin-left: 0;
}
.ci-searchquerry {
    text-align: center;
}
.ci-post-container-head,
.ci-post-container-foot {
    width: 100%;
    height: 7px;
    position: absolute;
    left: 0;
    z-index: 10;
}
.ci-post-container-head {
    top: -7px;
    background: url(images/system/content_bg_head.png) 0 bottom repeat-x;
}
.ci-post-container-body {
    position: relative;
    z-index: 5;
    margin-top: 7px;
    margin-bottom: 40px;
    font-size: 13px;
    line-height: 24px;
    background-color: #f8f2d8;
}
.ci-post-container-body,
.ci-post-container-body td,
.ci-post-container-body th {
    color: #4f4f4f;
}
.ci-postteaser-text img {
    max-width: 535px;
}
.ci-post-container-foot {
    bottom: -7px;
    background: url(images/system/content_bg_foot.png) 0 top repeat-x;
}

@media all and (-webkit-min-device-pixel-ratio: 2) {
    .ci-post-container-head {
        background: url(images/system/content_bg_head@2x.png) 0 bottom repeat-x;
        background-size: 12px 7px;
    }
    .ci-post-container-foot {
        background: url(images/system/content_bg_foot@2x.png) 0 top repeat-x;
        background-size: 12px 7px;
    }
}

.ci-blogpost-date-container-mobile {
    display: none;
}
.ci-blogpost-date-container,
.ci-blogpost-date-container-not-mobile {
    width: 70px;
    text-align: center;
}
.ci-blogpost-date-container-not-mobile {
    position: absolute;
    top: 50px;
    left: -70px;
    z-index: -1;
}
.ci-blogpost-date .ci-month,
.ci-blogpost-date .ci-day {
    color: #fff;
}
.ci-blogpost-date .ci-month {
    padding: 16px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.ci-blogpost-date .ci-day {
    padding: 0 0 22px;
    font-family: 'Yellowtail', cursive;
    font-size: 38px;
}
.ci-blogpost-date-container-mobile {
    width: 50px;
    text-align: center;
}

h3.ci-postheadline,
h3.ci-postheadline a {
    margin-top: 0;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
}


.ci-post-container-body .ci-entry {
    padding: 40px;

    box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}
.ci-post-thumb img {
    margin-bottom: 25px;
}
.ci-post-thumb img,
iframe,
.ci-slidegallery img {
    border: 5px solid #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}


.ci-postoptions-container {
    margin-top: 50px;
    padding-top: 5px;
    border-top: 1px dashed #454545;
}
.ci-postoptions {
    padding: 0;
    margin: 0;
}
.ci-postoptions-social {
    margin-top: 10px;
}
.ci-postoptions li,
.ci-postoptions h6,
.ci-postoptions a {
    display: inline;
    color: #4f4f4f;
}
.ci-postoptions li {
    padding-right: 12px;
}
.ci-postoptions li h6 {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}
ul.commentlist {
    margin: 0;
    padding: 0;
}
.ci-postcomments-container {
	width: 680px;
}
.ci-blog-details .ci-postcomments-container {
	width: 615px;
    margin-left: 65px;
}
.ci-postcomments-container,
.ci-postcomments-container a,
.ci-postcomments-container p,
.ci-postcomments-container span {
    color: #fff;
}
.ci-postcomments-container .ci-avatar {
    float: left;
    padding-right: 20px;
    display: inline;
}
.ci-postcomments-container img.avatar {
    border-radius: 50%;
}
.ci-postcomments-container .ci-comment-content {
    padding-top: 30px;
    float: left;
    border-top: 1px dashed #fff;
}
.depth-1 .ci-comment-content {
    width: 575px;
}
.depth-2 .ci-comment-content {
    width: 540px;
}
.depth-3 .ci-comment-content {
    width: 480px;
}
.depth-4 .ci-comment-content {
    width: 420px;
}
.depth-5 .ci-comment-content {
    width: 360px;
}
h3.ci-comment-title {
    float: left;
    clear: none;
    margin-top: 5px;
}
h3.ci-comment-title,
h3.ci-comment-title a,
h3.ci-comment-title a:hover,
.comment-text,
.comment-text h1,
.comment-text h2,
.comment-text h3,
.comment-text h4,
.comment-text h5,
.comment-text h6,
.comment-text del,
.comment-reply-title {
    color: #fff;
}
.comment-text {
    font-size: 13px;
}
.comment-text ins,
.comment-text blockquote {
    color: #4f4f4f !important;
    background: transparent;
}
.comment-text blockquote {
	border: 1px dashed #fff;
	border-left: 2px solid #fff;
}
.comment-text a,
.comment-text a:hover {
    color: #fff;
}

h3.ci-comment-title,
.ci-authorname,
.ci-authorname a {
	font-size: 15px;
	text-decoration: none;
}
.ci-authorname,
.ci-authorname a {
    font-weight: bold !important;
}

.ci-comment-headline {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.commentlist li {
	list-style-type: none;
}
.comment-edit-link,
.ci-reply,
.comment-reply-link,
.edit-link,
.ci-dot {
    margin-top: 6px;
    padding: 0 0 0 5px;
    float: right;
    color: #fff !important;
}
.comment-edit-link,
.comment-reply-link {
    padding-left: 0;
}
.ci-dot {
    margin-top: 10px;
    padding-left: 5px;
}
h3.ci-comment-title a:hover,
a:hover.comment-edit-link,
a:hover.comment-reply-link,
.comment-text a:hover {
    text-decoration: underline;
}

.commentlist article {
	padding: 20px 0 0;
}
#blog #respond {
    margin-bottom: 15px;
    padding: 10px 0 15px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.ci-authorname,
.ci-authorname a,
.commentlist .comment-content,
.commentlist .reply,
.comment-author time,
.comment-author .says,
.comment-author .edit-link {
}

.commentlist .comment-content,
.commentlist .reply {
	padding: 20px 0 0 60px;
}
.commentlist .comment-text {
    padding-top: 20px;
}
.ci-postcomments-container ul.children {
	padding-left: 60px;
}
#commentform label {
    width: 55px;
    float: left;
}
#commentform label,
.required {
    padding-right: 5px;
}
#commentform span.required {
    display: none;
}
input,
textarea {
    padding: 9px;
    font-size: 13px;
    color: #4f4f4f;
/*     box-shadow: inset 1px 1px 4px rgba(0,0,0,.1); */
    background: #F7F5EC;
    border: 1px solid #ccc;
}
textarea {
    width: 590px;
}
textarea {
    width: 590px;
}
#respond textarea {
/*     width: 560px; */
    width: 100%;
}
.children #respond textarea {
    width: 430px;
}
.children .children #respond textarea {
    width: 370px;
}

input:focus,
textarea:focus {
    background: #fff;
    box-shadow: 0px 0px 2px rgba(0,0,0,.2);
}
/* BLOG - END *//

/* SEARCH - START */

.ci-search .ci-posttext-container {
    width: 100%;
    margin: 0;
}

/* SEARCH - END */


/* CONTACT - START */

#contactForm label {
    padding: 15px 0 5px;
    display: block;
}
#ci-contact-page .ci-post-container {
    margin-left: 0;
}
.ci-formelement {
    float: left;
}
.ci-formelement-contactName .ci-inputfield,
.ci-formelement-email .ci-inputfield {
    width: 280px;
}
.ci-formelement-contactName {
    margin-right: 40px;
}
.ci-formelement-commentsText,
.ci-formelement-commentsText textarea {
    width: 600px;
}
.ci-formelement-mandatory,
.ci-formelement-sumbitbutton {
    width: 100%;
}
.ci-formelement-submitbutton {
    float: right;;
}

button:hover,
input#submit {
    cursor: pointer;
}

.ci-pagination-container {
    clear: both;
    padding: 30px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
}
.ci-pagination-container span,
.ci-pagination-container a {
    width: auto;
    font-size: 12px;
    margin: 2px 6px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    color: #e41b23;
    background: #fff;
}
.ci-pagination-container a:hover {
    background: #e41b23;
}
.ci-pagination-container .current,
.ci-pagination-container a:hover {
    color: #fff !important;
}
/* CONTACT - END */

#dropdown-trigger {
    display: none;
}



.ci-gallery,
li.ci-gallery-item {
    position: relative;
}

.ci-gallery dd,
.ci-gallery dl {
    display: none;
}
.ci-gallery .ci-temp-container li img {
    width: 98%;
    height: 98%;
    margin: 5px;
    border: 5px solid #fff !important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
.ci-gallery .ci-thumb-container img {
    width: 100%;
    height: 100%;
    border: 5px solid #fff !important;
}
a.ci-meal-thumb-link img,
img.attachment-thumbnail {
    border: 5px solid #fff !important;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.2);
}
a.ci-meal-thumb-link img {
  margin-bottom: 10px;
}
.ci-gallery ul,
.ci-gallery li {
    margin: 0;
    padding: 0;
}
.ci-gallery .flex-direction-nav {
    opacity: 0;
}
.ci-gallery .ci-hover .flex-direction-nav {
    opacity: 1;
}

.ci-gallery li.ci-gallery-thumb-item {
    margin: 6px 3px;
    opacity: .5;
}
.ci-gallery li.ci-gallery-thumb-item.flex-active-slide,
.ci-gallery li.ci-gallery-thumb-item.ci-hover {
    opacity: 1;
}
.ci-caption {
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 10;
    padding: 10px;
    color: #000;
    background: rgba(255,255,255,.5);
}
.ci-thumb-container {
    width: 98%;
    margin: 0 5px;
    position: relative;
}
.ci-gallery .flex-direction-nav {
    right: 0;
}

.ci-gallery .ci-temp-container .flex-direction-nav a.flex-prev {
    left: 19px;
}
.ci-gallery .ci-temp-container .flex-direction-nav a.flex-next {
    right: 26px;
}


.ci-gallery .ci-thumb-container .flex-direction-nav a.flex-prev {
    left: 14px;
}
.ci-gallery .ci-thumb-container .flex-direction-nav a.flex-next {
    right: 14px;
}
.slides > li {display: none;}
.no-js .slides > li:first-child {display: block;}



/* Resetting basic styles in the backend */
body.wp-editor{color:#666;}



