/*
Theme Name: Sommarfest
Theme URI: http://geckodoit.com
Author: Gecko Do It
Author URI: http://geckodoit.com
Description: Custom theme for Sommarfest
Version: 1.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is the most seamless and minimalistic integration of Twitter Bootstrap Framework into
the _s starter theme from Automattic, the guys behind WordPress.

_s (or Underscores) http://underscores.me/, (C) 2012-2013 Automattic, Inc. Twitter Bootstrap

Credits:

1. Bootstrap

 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f58353a31151a8c05d7c)
 * Config saved to config.json and https://gist.github.com/f58353a31151a8c05d7c

2. wp_bootstrap_navwalker

* Class Name: wp_bootstrap_navwalker
* GitHub URI: https://github.com/twittem/wp-bootstrap-navwalker

3. Glyphicons

 * http://getbootstrap.com/components/

*/


/* My Minimal WordPress Styling comes here */


/* This is a small security for too long strings titles */


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);*/


/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,800,300|Playfair+Display:400,700);*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
body {
    word-wrap: break-word;
    font-family: 'Lato', sans-serif;
}
.gecko-navigation-bar-container.is-sticky #gecko-navigation-bar-logo{
	max-height: 30px !important;
}
.gecko-navigation-bar-container #gecko-navigation-bar-logo{
	max-width: 220px !important;
}

/* Alignment */

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

body p {
    font-size: 16px;
    font-weight: 400;
}


/* Images and wp-captions should always fit and be responsive */

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

img[class*="wp-image-"] {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    max-width: 100%;
    border-radius: 4px;
    padding: 0 10px;
}

.wp-caption.aligncenter {
    margin-bottom: 10px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin-top: 10px;
}


/* WP Gallery */

.gallery {
    margin-bottom: 1.5em;
}

.gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}

.gallery dd {
    margin: 0;
}

.gallery-caption {
    display: block;
}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
    max-width: 100%;
}


/* Text meant only for screen readers */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}


/* Content */

.main-content-inner {
    padding-bottom: 1.5em;
}

.hentry {
    margin: 0 0 1.5em;
}

.sticky {
    display: block;
}

.bypostauthor {
    display: block;
}


/* Clearing */

.clear {
    clear: both;
}
.text-color-light-black .ginput_container_checkbox ul li label{
  color: #555 !important;
}

/* Navigation */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:active>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */

.widget {
    margin-bottom: 2em;
}

.widget_nav_menu ul.sub-menu li,
.widget_pages ul.children li {
    padding-left: 15px;
}


/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */

.widget_search .search-form input[type="submit"] {
    display: none;
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
}


/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */

.comment .children {
    margin-left: 1.5em;
}


/**
* Some WP Theme Repository requirements
*/

.sticky {}

.gallery-caption {}

.bypostauthor {}

.entry-meta {
    clear: both;
}


/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */


/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */


/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/


/* Hey, if you don't need my comments anymore, just delete me! :)  */


a {
    color: #122813;
}
a:hover {
    color: #520B0A;
}
/* styles for gecko_pagination und gecko_link_pages */

nav form.tk-page-nav,
nav .input-group,
nav .input-group-btn,
nav .form-control {
    display: inline;
}

.site-footer,
.site-footer a {
    color: #FFF;
}

.site-footer .widget {
    margin-bottom: 0;
}

.site-footer .footer-1 {
    background-color: #520B0A;
}

.site-footer .footer-1 .nav>li {
    position: relative;
    display: inline-block;
    width: 50%;
    float: left;
}

.site-footer .footer-1 .nav>li>a {
    padding: 4px 0;
    font-weight: 600;
}

.rpwe-block a:focus,
.rpwe-block a:hover,
.site-footer .footer-1 .nav>li>a:focus,
.site-footer .footer-1 .nav>li>a:hover {
    background-color: transparent;
    color: #fff;
}

.footer-2,
.footer-2 a {
    font-size: 11px;
    background-color: #000000;
    padding-top: 15px;
}

.footer-2 a {
    font-size: 11px;
}

.site-footer .footer-1 .container {
    padding: 50px 0 50px 0;
}

h3.footer-title {
    margin: 50px 0 50px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.site-footer ul.footer-about {
    padding: 0;
    margin: 2em 0;
}

.site-footer ul.footer-about li {
    list-style: none;
    padding: 4px 0;
}

.site-footer ul.footer-about li i {
    color: #fff;
}

.site-footer ul.footer-about li span {
    margin-left: 8px;
}

.site-credit {
    color: #cecece;
    text-align: left;
}

.site-info {
    color: #cecece;
    text-align: right;
}

.site-footer .footer-site-logo img {
    max-width: 250px;
}

body .gecko-navigation-bar-container #gecko-navigation-bar-logo {
    background-size: contain;
}

body .gecko-navigation-bar-container.is-sticky #gecko-navigation-bar-logo {
    background-size: contain;
}

.gecko-navigation-bar-container .wrapper ul li a {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    min-width: 0 !important;
    padding: 0 15px !important;
}

body .gecko-navigation-bar-container.is-sticky {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px #ddd solid;
}

body.search .gecko-navigation-bar-container.gecko-nav-fixed-top,
body.page .gecko-navigation-bar-container.gecko-nav-fixed-top,
body.blog .gecko-navigation-bar-container.gecko-nav-fixed-top,
body.single .gecko-navigation-bar-container.gecko-nav-fixed-top,
body.archive .gecko-navigation-bar-container.gecko-nav-fixed-top {
    position: fixed;
    background-color: #520B0A;
}

body.home.page .gecko-navigation-bar-container.gecko-nav-fixed-top {
    position: fixed;
}

body.home.page .gecko-navigation-bar-container .wrapper ul li a {
    color: #fff;
}

body.home.page .gecko-navigation-bar-container.is-sticky .wrapper ul li a {
    /*color: #969696;*/
}

.gecko-navigation-bar-container.is-sticky .wrapper .brand a {
    color: #fff;
}

.hero {
    padding: 80px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.hero.homepage-hero .hero-inner {
    padding: 5em 0;
}

.hero.overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hero .hero-inner {
    position: relative;
}

.hero .hero-inner h1.hero-title {
    font-family: 'Lato', sans-serif;
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 900;
}

.hero .hero-inner .hero-detail {
    color: #fff;
}

.hero .hero-inner .hero-logo {
    display: block;
    margin: 3em 0;
}

.hero .hero-inner .hero-logo img {
    max-width: 300px;
}

.page-content,
.single-content {
    margin-top: 4em;
}

.breadcrumbs {
    font-size: 13px;
    font-weight: 800;
    color: #666666;
    margin-bottom: 10px;
}

.breadcrumbs a {
    color: #000;
}
.publish-date{
  font-weight: bold;
  font-size: 0.9em;
}
.breadcrumbs i {
    padding: 0 5px;
}

.search-form input[type=search] {
    border: none;
    border-bottom: 2px #000 solid;
    border-radius: 0;
    font-size: 12px;
    color: #666;
    box-shadow: none;
    -webkit-box-shadow: none;
}
/*
.search-form label {
    display: block;
    position: relative;
    max-width: 250px;
}

.search-form label:after {
    content: "\f002";
    font-family: FontAwesome;
    right: 8px;
    position: absolute;
    top: 8px;
}
*/
.sidebar-padder h3.widget-title {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.sidebar-padder .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #666;
    font-size: 13px;
    font-weight: 600;
}

.blog-archive {
    margin-top: 5em;
}

.post-thumb {
    display: inline-block;
    float: left;
}

.blog-archive-container {
    text-align: left;
    display: block;
    overflow: hidden;
    background-color: #eeeeee;
}

.post-thumb,
.post-content {
    /*display:inline;*/
    float: left;
}

.post-thumb {
    max-width: 300px;
}

.post-content h1 {
    display: inline-block;
    margin: 0.5em 0;
}

.post-content h1 a {
    color: #000;
    font-size: 22px;
    font-weight: 900;
}

.post-content {
    padding: 3em;
}

.post-content .entry-summary {
    display: inline-block;
    max-width: 750px;
}

.post-content .entry-meta {
    margin: 4px 0;
    font-size: 12px;
    color: #666;
}

.post-content .entry-meta a {
    color: #666;
}

.blog-archive .hentry {
    margin: 0 0 3em;
    position: relative;
}

.blog-archive .readmore {
    position: absolute;
    right: 2em;
    bottom: 2em;
}

.blog-archive .readmore a {
    color: #666;
    font-size: 13px;
    font-weight: 800;
    text-decoration: underline;
}


/*--- Call action part ---*/

.container.clearfix {
    padding: 120px 20px;
}

#call-action {
    background-color: #EEEEEE;
    padding: 0;
    margin: 0;
    position: relative;
}

#call-action .call-action-content {
    padding: 0 30px 0 0;
    width: 50%;
    float: left;
}

#call-action .call-action-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 1em 0;
}

#call-action .call-action-content.call-woo h2 {
    margin-bottom: 0.5em;
}

#call-action .call-action-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 50%;
    width: 50%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

#call-action .call-action-content.aRight {
    padding: 0 0 0 30px;
    float: right;
}

#call-action .call-action-image.aRight {
    margin-right: 50%;
    left: inherit;
    right: 0;
}

#call-action .btn-call-action {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    margin: 3em 0 0 0;
    display: inline-block;
}

#call-action .p-price {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1em 0;
}

#call-action .woocommerce-Price-amount {
    display: none !important;
}

#call-action .woocommerce a.button {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    margin: 3em 0 0 0;
    display: inline-block;
    background: none;
    padding: 0;
    text-transform: uppercase;
}



/*--- ---*/
#about {
    padding: 0;
    margin: 0;
    position: relative;
    color:#fff;
}

#about .call-action-content {
    padding: 0 30px 0 0;
    margin-top: -70px;
    width: 50%;
    float: left;
}

#about .call-action-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin: 1em 0;
}

#about .call-action-content.call-woo h2 {
    margin-bottom: 0.5em;
}

#about .call-action-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: 50%;
    width: 50%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

#about .call-action-content.aRight {
    padding: 0 0 0 30px;
    float: right;
}

#about .call-action-image.aRight {
    margin-right: 50%;
    left: inherit;
    right: 0;
}
#about .btn-call-action {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    margin: 3em 0 0 0;
    display: inline-block;
}

#about .p-price {
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1em 0;
}

#about .woocommerce-Price-amount {
    display: none !important;
}

#about .woocommerce a.button {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
    margin: 3em 0 0 0;
    display: inline-block;
    background: none;
    padding: 0;
    text-transform: uppercase;
}

.no--padding-bottom{
  padding-bottom: 0 !important;
}
/*--- Featured products ---*/

.feat-pdct {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: #fff;
    border: 1px #eee solid;
    margin-bottom: 30px;
    position: relative;
}

.featured-products {
    text-align: center;
    background-color: #F4F3F0;
}

.featured-products h2.feat-pdct-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-products h2.feat-pdct-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin: 1em auto;
    border-radius: 7px;
}

.featured-products .feat-pdct-inner {
    padding: 1em 0;
}

.featured-products .feat-pdct-desc {
    display: block;
    padding: 2em;
}

.feat-pdct-items {
    margin: 0;
}

.feat-pdct-item {
    display: block;
    overflow: hidden;
}

.feat-pdct-item .item-header {
    padding: 0;
    position: relative;
}

.header-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 8px;
    background: rgba(0, 0, 0, 0.34);
}

.header-title h3 {
    margin: 0;
}

.header-title a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    display: block;
    padding: 0px;
    font-weight: normal;
}

h4.tagline {
    font-style: italic;
    color: #6b6767;
    font-size: 16px;
    font-weight: 400;
}

h4.tagline:before {
    content: "-";
    margin-right: 5px;
}

h4.tagline:after {
    content: "-";
    margin-left: 5px;
}

.feat-pdct-item .feat-pdct-item-content {
    display: block;
}

.feat-pdct-item .feat-pdct-item-content h3 {
    margin: 0 0 0 0;
}

.feat-pdct-item .feat-pdct-item-content h3 a {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display: block;
    padding: 0px;
    color: #000;
}

.feat-pdct-item .feat-pdct-item-content .feat-pdct-item-meta {
    text-align: left;
    padding: 1em 8px 0em 8px;
}

.feat-pdct-item .feat-pdct-item-content .feat-pdct-item-meta p {
    font-size: 14px;
}

.feat-pdct-item .feat-pdct-item-content .feat-pdct-item-meta .feat-pdct-price {
    font-weight: 700;
    color: #5a5a5a;
}

.post-ratings img {
    margin: 0 3px;
    max-width: 15px;
}

.btn-readmore {
    display: block;
    overflow: hidden;
    margin: 15px auto 15px auto;
    text-align: center;
}

.btn-readmore a {
    background-color: #520B0A;
    color: #fff;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}

.btn-readmore a:hover {
    background-color: #B4140F;
}


/*--- iHover effects ---*/

.ih-item.square {
    position: relative;
}

.ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.ih-item.square.effect6 {
    overflow: hidden;
}

.ih-item.square.effect6 .img {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.ih-item.square.effect6 .img .name--included {
    position: absolute;
    top: 15px;
    /* padding: 5px 10px; */
    padding: 5px 10px 5px 32px;
    color: #0b3363;
    background: rgba(253,253,253, 0.75);
    font-weight: 700;
    border-radius: 4px;
    border: 1px solid #0b3363;
    font-size: 15px;
    display: none;
}

.ih-item.square.effect6 .img .name--included:before{
    /* content: '\2192'; */
    /* content: '\f04b';
    position: absolute;
    margin-left: -40px;
    margin-top: -22px;
    color:#0b3363;
    font-size: 45px; */

}
.ih-item.square.effect6 .img .name--included .custom-i::before{
  font-size: 37px;
  position: absolute;
  top: -2px;
  left: 0.1px;
}

.ih-item.square.effect6 .info {
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.ih-item.square.effect6 .info i {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 50px;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.ih-item.square.effect6 .info .read-more {
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    border: 1px #fff solid;
    font-weight: 100;
    padding: 8px 0;
    -webkit-transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    -ms-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.ih-item.square.effect6 a:hover .info .read-more {
    top: 30%;
}

.ih-item.square.effect6 a:hover .info i {
    top: 40%;
}

.ih-item.square.effect6 a:hover .img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ih-item.square.effect6 a:hover .info {
    visibility: visible;
    opacity: 1;
}


/*--- Testimonial section ---*/

.testimonial-sec {
    text-align: center;
}

.testimonial-sec h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-sec h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #000;
    margin: 1em auto;
    border-radius: 7px;
}

.testimonial-sec .testimonial-inner {
    padding: 5em 0;
}

.testimonial-sec .testimonial-desc {
    display: block;
    padding: 2em;
}


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

.header-cover {
    padding-top: 40px;
    background-size: cover;
    background-position: center;
    position: relative;
    /*background-color: #EEEEEE;*/
    /* margin-top: 50px; */
}

.header-cover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.65);
}

.header-cover .header-cover-inner {
    text-align: center;
    position: relative;
    /* margin-top: 50px; */
    margin-bottom: -80px;
}

.header-cover .header-cover-inner h1 {
    font-weight: 900;
    color: #520B0A;
    float:left;
    margin-top: 70px;
    margin-bottom: -80px;
}

.header-cover .header-cover-inner h1.post_title{
    text-align: center;
    font-weight: 900;
    color: #520B0A;
    float:none;
    margin-bottom: 50px;
}

/*.header-cover .header-cover-inner h1.post_title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #425e00;
    margin: 1em auto;
    border-radius: 7px;
}*/


.header-cover .header-cover-inner .entry-meta {
    font-size: 12px;
    color: #000;
    font-style: italic;
}

.header-cover .header-cover-inner .entry-meta a {
    color: #000;
}

span.country-flag {
    max-width: 50px;
    display: inline-block;
    overflow: hidden;
    line-height: 0;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.76);
}

.newsletter-section {
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
}

.newsletter-section .container {
    padding-bottom: 0;
}

.newsletter-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.newsletter-section .inner {}

.newsletter-section .inner .newsletter-content {
    display: table;
    min-height: 500px;
    text-align: center;
    width: 100%;
    background-color: #000000;
    color: #fff;
}

.newsletter-section .inner .newsletter-content .newsletter-content-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3em;
    text-align: left;
}

.newsletter-section .inner .newsletter-content h2.intro {
    color: #29FD90;
    font-size: 21px;
}

.newsletter-section .inner .newsletter-content .excerpt {
    margin-top: 1em;
    font-weight: 100;
    text-align: left;
}

.mailchimp-form {
    display: table;
    min-height: 500px;
    text-align: center;
    width: 100%;
}

.mailchimp-form .inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: left;
}

.mailchimp-form .inner h3 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 36px;
}

.mailchimp-form .inner input[type="text"] {
    width: 100% !important;
    line-height: inherit;
    border: 1px rgba(255, 255, 255, 0.51) solid;
    padding: 9px;
    color: #fff;
    margin: 0;
    background: rgba(253, 253, 253, 0.24);
    border-radius: 0px;
}

.mailchimp-form .inner textarea {
    width: 100% !important;
    line-height: inherit;
    border: 1px rgba(255, 255, 255, 0.51) solid;
    padding: 9px;
    color: #fff;
    margin: 0;
    /*background: rgba(253, 253, 253, 0.24);*/
    background: #efefef;
    border-radius: 0px;
    height: 115px !important;
}

.mailchimp-form .inner input[type="submit"] {
    color: #FFFFFF;
    background-color: #0b3363;
    border: 1px transparent solid;
    margin: 1em 0;
    width: 100%;
    padding: 5px 15px;
    border-radius: 2px;
    margin-top: 10px !important;
}

.mailchimp-form .gform_wrapper .top_label .gfield_label,
.mailchimp-form .gform_wrapper label {
    display:none;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper .gfield_required{
    display:none!important;
}


.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    width: 100%;
    color: #000;
    border-style: none;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
    display: none!important;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #666;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

.mailchimp-form .gform_wrapper .gform_footer {
    margin: 0;
    padding: 0;
}
.homepage-mc4mp .inner .gform_body .gfct_fa_span i{
  color: #0b3363 !important;
}
.homepage-mc4mp .inner .gform_body input,
.homepage-mc4mp .inner .gform_body textarea{
  border: solid 1px #0b3363 !important;
  color: #0b3363 !important;
}
.homepage-mc4mp .inner .gform_body textarea{
  background: #FFF;
}
.homepage-mc4mp .inner .gform_body input::-webkit-input-placeholder,
.homepage-mc4mp .inner .gform_body textarea::-webkit-input-placeholder {
  color: #0b3363 !important;
}
.homepage-mc4mp .inner .gform_footer input[type="submit"]{
  margin-left: 25px !important;
}
.single-acf-map {
    width: 100%;
    width: 100%;
    height: 300px;
    margin: 0;
}

.single-acf-map.contact-map {
    height: 400px;
    margin-bottom: 3em;
}

.single-acf-map img {
    max-width: inherit !important;
}

.no-padding {
    padding: 0 !important;
}

.flag {
    position: absolute;
    z-index: 1;
    right: 8px;
    top: 8px;
}

.item-top-bar-rate {
    padding: 0;
    text-align: left;
}

.item-top-bar-title {
    padding: 0;
}

.item-top-bar-rate:before {
    /*content: "";
    border-left: 1px #ddd solid;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;*/
}

.item-top-bar {
    /*border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;*/
    background-color: #f9f9f9;
    padding: 8px;
}

.feat-pdct-detail {
    text-align: center;
    padding: 2em;
}

.contact-section {
    text-align: center;
    background-color: #B4140F;
    color: #fff;
}

.contact-section a {
    color: #fff;
}

.contact-section h2.feat-pdct-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-section h2.feat-pdct-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin: 1em auto;
    border-radius: 7px;
}

.contact-section .feat-pdct-inner {
    padding: 5em 0;
}

.contact-section .feat-pdct-desc {
    display: block;
    padding: 2em;
}

.ct-address {
    text-align: left;
}

.ct-address h2 {
    margin-top: 0;
    font-size: 23px;
}

.ct-address ul.footer-about {
    margin: 15px 0 0 0;
    padding: 0;
    display: block;
    overflow: hidden;
}

.ct-address ul.footer-about li {
    list-style: none;
}

.ct-address ul.footer-about li i {
    margin-right: 8px;
}

.homepage-mc4mp h2 {
    margin-top: 0;
    font-size: 23px;
    display: block;
    text-align: left;
}

.contact-section-content .homepage-mc4mp {
    display: block;
}

.fullwidth-section {
    text-align: center;
    background-color: #F4F3F0;
    color: #fff;
}

.fullwidth-section h2.feat-pdct-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.fullwidth-section h2.feat-pdct-title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin: 1em auto;
    border-radius: 7px;
}

.fullwidth-section .feat-pdct-inner {
    padding: 5em 0;
}

.fullwidth-section .feat-pdct-desc {
    display: block;
    padding: 2em;
}

.cal-to-ac-fullwidth {
    background-size: cover;
    background-position: center 25%;
}

.cal-to-ac-fullwidth:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background-color: rgba(0, 0, 0, 0.82);*/
}

.cal-to-ac-fullwidth:after {
    /*content: "\f107";*/
    font-family: 'Lato', sans-serif;
    color: #fff;
    bottom: 40px;
    position: absolute;
    left: 49%;
    font-size: 22px;
    width: 40px;
    height: 40px;
    border: 2px rgba(255, 255, 255, 0.75) solid;
    text-align: center;
    border-radius: 50%;
    line-height: 39px;
}

.cal-to-ac-fullwidth content {
    color: #fff;
    position: relative;
    text-align: center;
    padding: 10vh 0;
    display: block;
}

.cal-to-ac-fullwidth content h1 {
    margin: 0 0 1em 0;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.52);
    font-family: 'Lato', sans-serif;;
}

.cal-to-ac-fullwidth content .description {
    color: #cecbcb;
    font-size: 20px;
    margin-bottom: 4em
}

.cal-to-ac-fullwidth content .description p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.62);
}

.cal-to-ac-fullwidth .cta-btn {
    background: #B4140F;
    color: #fff;
    padding: 12px 25px;
    font-size: 16px;
    display: inline-block;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 0.5px;
}

.cal-to-ac-fullwidth .cta-btn:hover{
    text-decoration: none;
    color: #B4140F !important;
    background: white!important;
    text-shadow: none;
    box-shadow: none;
}

.main-event-image.col-sm-12.col-md-10 {
    /*margin-left: -15px;*/
    margin-bottom: 25px;
}

div.multiseparator {
    position: relative;
    overflow: hidden;
    margin: 8px 0 30px 0;
    height: 3px;
    width: 100%;
}

div.multiseparator:before {
    content: '';
    display: block;
    position: absolute;
    width: 1200px;
    height: 1px;
    z-index: 10;
    background-color: #dcdcdc;
    bottom: 1px;
    left: 65px;
}

div.multiseparator:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    z-index: 10;
    background-color: #425e00;
    bottom: 0;
    left: 0;
}

body.post-type-archive-summerparty div.multiseparator {
    margin-bottom: 10px;
}

h3.sidebar-header {
    font-size: 16px;
    font-weight: 800;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

ul.sidebar-list {
    margin: 0;
    padding: 0;
}

ul.sidebar-list li {
    list-style: none;
    padding: 3px 0;
    font-weight: 600;
    color: #424040;
}

ul.colorBox-container {
    margin: 0;
    padding: 0;
}

ul.colorBox-container li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.colorBox-container li a {
    border: none;
    margin-bottom: 10px;
}

.lSSlideOuter.vertical .lightSlider>* {
    height: auto !important;
}

.inside-content {
    margin-top: 2em;
    clear: both;
}

.post-ratings {
    font-size: 10px;
    display: none;
}

.post-ratings img {
    max-width: 10px;
}

blockquote.tagline {
    background-color: #f9f9f9;
    padding: 8px;
    border: none;
    text-align: center;
    font-style: italic;
    color: #6b6767;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}

.col-sm-12.col-md-4.sidebar {
    background-color: transparent;
    color: transparent;
}

input#gform_submit_button_2 {
    color: #fff;
    width: 96%;
    border: 1px solid #B4140F;
    background: #B4140F;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    font-weight: 700;
    letter-spacing: 1px;
}

input#gform_submit_button_2:hover{
    background: #fff;
    color: #B4140F;
    border-width: 2px;
    border: 1px solid #B4140F;
    letter-spacing: 3px;
    font-weight: 700px;
    text-shadow: none;
    box-shadow: none;
}

.gfct_stylish_wrapper .button{
    line-height: 30px;
}

@media (max-width: 782px) {
    ul.colorBox-container {
        margin-top: 15px;
    }
    ul.colorBox-container li a {
        border: none;
        padding: 0;
    }
    .main-event-image.col-sm-12.col-md-10 {
        margin-bottom: 23px;
        margin: auto;
        margin-bottom: 23px;
    }
}

#gform_fields_2 input#input_2_8_3,
#gform_fields_2 input#input_2_6,
#gform_fields_2 textarea#input_2_4,
#gform_fields_2 input#input_2_9{
    color: black;
}
.gform_wrapper .gform_ajax_spinner{
    max-width: 20px;
}




#sb_instagram #sbi_images {
    padding: 0 !important;
}
#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    padding-right: 5px !important;
    padding-bottom: 5px !important;
}

#colophon .rpwe-thumb {
    max-width: 45px;
    max-height: 45px;
}
#colophon .rpwe-block li {
    border-bottom: none !important;
}


/* Maad */
.breadcrumbs span[property=name] {
    color: #4f99de;
}
.breadcrumbs a span[property=name] {
    color: #000;
}
.entry-content .entry-content-thumbnail {
    margin-bottom: 10px;
}
body.home .main-content {
    margin-top: 80px;
}
body.search .main-content,
body.archive .main-content {
    margin-top: 120px;
}
body.post-type-archive-summerparty .main-content {
    margin-top: 4em;
}
#gecko-navigation-bar-toggle span,
#gecko-navigation-bar-toggle span:before,
#gecko-navigation-bar-toggle span:after {
    background: #fff;
}
.gecko-navigation-bar-container #gecko__navigation__bar__close__search {
    background: #0b3363 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search] {
    border-bottom: 1px solid #0b3363 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search]::-webkit-input-placeholder {
  color:#425e00 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search]::-moz-placeholder {
  color:#425e00 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search]:-ms-input-placeholder {
  color:#425e00 !important;
}
.gecko-navigation-bar-container #gecko__navigation__bar__search form input[type=search]:-moz-placeholder {
  color:#425e00 !important;
}
.sidebar #search {
    display: none;
}
.gecko-navigation-bar-container .wrapper .brand {
    padding: 16px 0 17px 0 !important;
}

body.home #acf-map-home,
.ct-address {
    margin-bottom: 25px;
}
.gform_wrapper.gf_browser_chrome .gform_body {
    width: 100% !important;
}

body.home #about .container.clearfix {
    padding: 120px 20px 60px 20px;
}
body.home .item-top-bar,
body.home #call-action {
    display: none;
}
.header-cover {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    min-height: 270px;
    /* margin-top: 80px; */
    margin-top: 50px;

    padding-top: 0;
}
.header-cover .header-cover-inner h1.custom-header-title{
  margin-top: 90px;
}
body.archive .header-cover,
body.single .header-cover,
body.page .header-cover {
    min-height: 120px;
}
body.single .multiseparator {
    margin-bottom: 10px;
}
body.single .addthis_toolbox {
    margin-top: 0;
    margin-bottom: 25px;
}
body.single .item-top-bar-rate {
    margin-bottom: 25px;
}

.custom--fields--container ul {
    list-style-type: none;
    margin-left: -20px;
}
.custom--fields--container ul li:before {
  content: '\2713';
  position: absolute;
  margin-left: -20px;
  color: #4f99de;
}

.custom--fields--container p strong{
    border-bottom: #888;
}

.site-credit,
.site-info {
    padding: 5px 0;
}

body.single .single--content--panel {
    padding: 0 15px;
}
body.single .main-event-gallery {
    margin-bottom: 25px;
    padding: 0;
}

.btn-success {
    color: #fff;
    background-color: #4f99de;
    border-color: #4f99de;
}
.btn-success:hover {
    color: #fff;
    background-color: #0b3363;
    border-color: #0b3363;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #4f99de;
    border-color: #4f99de;
}


body.single-summerparty .sidebar {
    background-color: #4f99de;
    color: white;
}


body.post-type-archive-summerparty .hentry {
    margin-bottom: 35px;
}
body.post-type-archive-summerparty .entry-content .title {
    margin-top: 10px;
}

.pager li>a, .pager li>span{
    background: #B4140F;
    color: #fff;
    padding: 5px 10px;
    font-size: 15px;
    display: inline-block;
    font-weight: 700;
    border-radius: 8px;
    text-shadow: 1px 1px 1px #000;
}

.pager li>a:focus, .pager li>a:hover{
    background: #fff;
    color: #B4140F;
    border:1px solid #B4140F;
    text-shadow: none;
}

.quotation_form_title{
    color: #520B0A;
    font-size: 25px;
    font-weight: 900;
    text-align: center;
}

.event_title_number{
    display: inline;
}

img.phone_icon_sidebar{
    width: 24px;
    margin-top: -5px;
    max-width: 24px!important;
    height: 24px;
    filter: invert(11) saturate(17.5) hue-rotate(45deg);
}

.phone_sidebar{
    font-size: 20px;
    /* margin-top: 50px; */
    margin-top: 80px;
    color: #0b3363;
    font-weight: 900;
    float: left;
    margin-left: 140px;
}
.event_title_number a{
    margin-left: 0;
}
.phone_sidebar a:hover{
    text-decoration: none!important;
    color: #520B0A;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    background: #FFF;
}


input#input_2_10,input#input_2_13, input#input_2_6,input#input_2_9, input#input_2_11,input#input_2_12{
    border: 1px solid #B4140F;
}
.gfct_stylish .gfct_fa_span i {
    margin-top: 0.4em;
    position: absolute;
    color: #B4140F !important;
}
input#gform_submit_button_2{
    width: 254px;
}

.gform_wrapper .gform_footer{
    margin: 0!important;
    margin-left: -25px!important;
}

.btn-readmore a:hover{
    /* background: #4f99de; */
    text-decoration: none;
}

.fact_area p, .fact_area1 p, .fact_area2 p, .fact_area3 p{
    margin-bottom: 0!important;
}

.fact_area, .fact_area1, .fact_area2, .fact_area3{
    margin-bottom: 10px;
    padding-top:10px;
}

.container_detail {
 background: rgba(180,20,15,0.2);
}

.post-type{
  margin: 5em 0;
}
.post-type-title{
  text-align: center;
  font-weight: 900;
  color: #520B0A;
  float: none;
  margin-top: 50px;
  margin-bottom: 50px;
}

.footer-event{
  display: block;
  clear: both;
  text-align: center;
  padding: 4em 0 0em;
}

.footer-event a{
  padding: 12px 35px;
  background: #B4140F;
  color: #FFF;
  font-weight: bold;
}

.footer-event a:hover{
  text-decoration: none;
  background: #520B0A;
}

.textcenter .g-recaptcha {
    transform:scale(1.9);
    transform-origin:0 0;
}
.sidebar-rec .ginput_recaptcha div:nth-child(1){
  width: 343px !important;
}
.sidebar-rec .ginput_recaptcha iframe{
  width: 254px !important;
  border-right: solid 1px #CCC;
  border-radius: 5px;
}
.textcenter .ginput_recaptcha iframe html body.rc-anchor{
  width: 341px !important;
}
html .rc-anchor-normal{
  width: auto !important;
}
#recaptchaContainer{
  transform:scale(1.9) !important;
  transform-origin:0 0;
}
.rc-anchor.rc-anchor-normal.rc-anchor-light{
  width: auto !important;
}

.g-recaptcha {
  transform:scale(1.95) !important;
  -webkit-transform:scale(1.95) !important;
  transform-origin:0 0 !important;
  -webkit-transform-origin:0 0 !important;
}
.gform_wrapper{
  margin-top: 0 !important;
}
.gform_wrapper ul.gform_fields li.gfield{
  /* margin-top: 0; */
}
.gform_wrapper .top_label div.ginput_container{
  margin-top: 0 !important;
}
.contact-section-content .map{
  padding-top: 16px;
}
.page-description{
  padding: 0 55px 35px;
  text-align: center;
}

.gfct_stylish_wrapper.gf_browser_chrome .gform_body{
  padding: 0 !important
}
.gform_wrapper ul.gform_fields li.gfield{
  padding: 0 !important;
}

body.error404 .gecko-navigation-bar-container{
  background: #520B0A;
}
.header-cover-404{
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* min-height: 120px; */
  margin-top: 80px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.header-cover-404 h1{
  font-size: 75px;
  font-weight: bold;
  text-align: center;
}
.page-404 header{
  text-align: center;
}
.page-404 .page-content{
  text-align: center;
  margin: 35px 0;
}
.page-404 .search-404{
  margin: 30px auto;
  text-align: center;
}
.search-404 .search-form input[type=search] {
  border: none;
  border-bottom: 1px #1C3144 solid;
  border-radius: 0;
  font-size: 12px;
  color: #1C3144;
  box-shadow: none;
  -webkit-box-shadow: none;
  width: 400px;
  font-weight: 500;
}
.search-404 form button{
  border:0;
  background:none;
  color: #1C3144;
}
.search-404 form button i{
  font-size: 1.3em;
}
.page-search header .page-title{
  margin: 0 0 35px 0;
}
.page-search article{
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
.page-search article .title a{
  color: #1C3144;
}

/* MEDIA QUERY

-----------------
/* Extra Smaller */
@media only screen and (max-width: 479px) {
    .site-credit,
    .site-info {
        text-align: center;
    }
    .cal-to-ac-fullwidth content h1{
      font-size: 40px;
    }
    .phone_sidebar{
      margin-top: 80px;
    }
    .event_title_number a{
      margin-left: -355px;
    }
    #gecko-navigation-bar-toggle.active{
      top: 8.5% !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .site-credit,
    .site-info {
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .site-credit {
        text-align: left;
    }
    .site-info {
        text-align: right;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .site-credit {
        text-align: left;
    }
    .site-info {
        text-align: right;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .site-credit {
        text-align: left;
    }
    .site-info {
        text-align: right;
    }
    #nivo__slider img {
        width: 600px !important;
    }
}

@media only screen and (max-width: 1198px) {
  .phone_sidebar{
    /* margin: 0; */
  }
  .header-cover .header-cover-inner h1{
    width: 500px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .contact-section-content .homepage-mc4mp{
    display: inline-block;
  }
  .mailchimp-form{
      width: auto;
  }
  .header-cover .header-cover-inner h1{
    width: auto;
    margin-bottom: -80px;
    float: none;
  }
  .phone_sidebar{
    float: none;
    margin-left: 0;
    margin-top: 95px;
  }
}
@media only screen and (max-width: 767px) {
    #about {
        background-color: rgba(0,0,0,0.25) !important;
    }
    #about .call-action-content {
        width: 100%;
        padding: 0;
        z-index: 1;
    }
    #about .call-action-image {
        width: 100%;
        margin-left: 0;
        z-index: -1;
    }


}
