@import url(https://fonts.googleapis.com/css?family=Hind:300,400,700,500,600);
/*
Theme Name: cocktailbar
Author: Best4u Group
Author URI: https://www.best4u.nl/
Description: This theme is made by Best4u Group for theme website
*/
/*--------------------------------------------------------------
Google fonts code
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
6.0 Alignments
7.0 Clearings
8.0 Widgets
9.0 Media
10.0 My Styles
11.0 Changes

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  font-size: 1rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  min-height: 100%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

b, strong {
  font-weight: bold; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

a img, img {
  -ms-interpolation-mode: bicubic;
  border: 0; }

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

input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline; }

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

input[type="checkbox"],
input[type="radio"],
input[type="text"],
input[type="email"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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

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

input {
  line-height: normal; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

input {
  border-radius: 0; }

textarea {
  overflow: auto;
  font: inherit; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

.clearfix {
  *zoom: 1; }

::-webkit-input-placeholder {
  color: #404040; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #404040; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404040; }

:-ms-input-placeholder {
  color: #404040; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
p {
  padding-bottom: 1rem;
  padding-bottom: 16px; }

a {
  text-decoration: none;
  transition: background 0.3s; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

abbr, acronym {
  border-bottom: 1px dotted #666666;
  cursor: help; }

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

big {
  font-size: 125%; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

li {
  list-style-position: inside; }

body,
button,
input,
select,
textarea {
  color: #9d9d9d;
  font-family: "Hind", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem; }

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box; }

body {
  background: white;
  /* Fallback for when there is no custom background color defined. */ }

body {
  font-family: "Hind", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem; }

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

hr {
  background-color: #cccccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="url"], input[type="tel"],
input[type="password"],
input[type="search"],
textarea {
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px;
  max-width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus, input[type="tel"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    color: #111111; }

input[type="text"],
input[type="email"],
input[type="url"], input[type="tel"],
input[type="password"],
input[type="search"] {
  padding: 3px; }

textarea {
  padding: 3px;
  width: 100%; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
a {
  color: #8fad40; }
  a:hover, a:active {
    outline: 0; }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
6.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
7.0 Clearings
--------------------------------------------------------------*/
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after, .clearfix:after, .clearfix:before {
  content: "";
  display: table; }

.entry-content:after, .clear,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .clearfix:after {
  clear: both; }

/*--------------------------------------------------------------
8.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/* Search widget. */
.widget_search .search-submit {
  display: none; }

/*--------------------------------------------------------------
9.0 Content
--------------------------------------------------------------*/
#mainContainer {
  height: auto !important;
  min-height: 100%;
  position: relative; }

.td {
  display: table-cell; }

.table {
  display: table; }

.white {
  color: #fff; }
  .white a {
    color: #fff; }

.img {
  overflow: hidden;
  display: block; }
  .img img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: none; }

.fl {
  float: left; }

.fr {
  float: right; }

/*----- Asides -----*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*----- Comments -----*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*----- Posts and pages -----*/
.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 1.5em; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
10.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
10.0 My Styles
--------------------------------------------------------------*/
/********************GRID***************************/
.wr {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0 20px; }
  .wr:after {
    content: " ";
    display: block;
    clear: both; }

.td {
  vertical-align: middle; }

.center {
  text-align: center; }

.bg {
  background: #fcfcfa;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }

body {
  font-weight: 400; }

/*********************MENU BUTTON**********************************/
#toggle-menu {
  display: none;
  float: left;
  text-align: center; }

.menu-icon {
  display: inline-block;
  font-size: 16px;
  margin-left: 15px; }

.menu-icon span {
  display: block;
  width: 1.4em;
  height: 0.13em; }

.menu-icon span + span {
  margin-top: 0.33em; }

.menu-icon span {
  background: #fff; }

.menu-title {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  position: relative;
  top: -1px;
  font-size: 16px; }

/********************TYPOGRAPHY***************************/
h1, h2, h3, h4, h5, .h1, .h2 {
  font-weight: 400;
  line-height: 1em;
  color: #8fad40; }

.h1, h1 {
  font-size: 28px;
  margin-bottom: 1.5rem;
  font-weight: bold;
  text-transform: uppercase; }

h2, .h2 {
  font-size: 22px;
  margin-bottom: 1.2rem; }

h3, h4, h5 {
  margin-bottom: .9rem;
  font-size: 1rem; }

h1 small, h2 small {
  font-size: 1rem;
  color: #9d9d9d;
  text-transform: none;
  display: block;
  font-weight: 400; }

/*****************BUTTONS*********************************/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  color: #fff;
  font-size: 17px;
  text-align: center;
  min-width: 180px;
  text-transform: uppercase;
  padding: .6em 1em;
  font-weight: 600;
  transition: background 0.3s;
  background: #f4bb2c; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #c9930a; }

[class^='btn'] {
  display: inline-block;
  padding: .4em 1em;
  color: #fff;
  font-size: 15px;
  text-align: center;
  min-width: 180px;
  margin-bottom: 10px;
  transition: background 0.3s; }

.btn1.wide {
  min-width: 300px;
  padding: .6em 1em; }

.btn2 {
  background: #8fad40 !important; }
  .btn2:hover {
    background: #61752b; }

.btn1 {
  background: #f4bb2c; }
  .btn1:hover {
    background: #c9930a; }

.btn2 + .btn1 {
  margin-left: 15px; }

/*****************HEADER*********************************/
.site-header {
  background: #000;
  width: 100%;
  left: 0;
  z-index: 9998;
  top: 30px;
  position: absolute; }

.site-header.fixed {
  position: fixed;
  top: 0; }

.logo {
  float: left;
  margin-top: 23px; }

.main-navigation {
  float: right;
  margin-top: 33px; }
  .main-navigation li {
    display: block;
    position: relative; }
  .main-navigation a {
    display: block;
    transition: color 0.3s;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff; }
  .main-navigation > .menuwr > ul > li {
    float: left;
    padding-bottom: 28px; }
    .main-navigation > .menuwr > ul > li + li {
      margin-left: 27px; }
  .main-navigation li:hover > a, .main-navigation li.current-menu-item > a {
    color: #7b7b7b; }
  .main-navigation .sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    background: #000;
    width: 11.875rem;
    left: -0.9375rem; }
    .main-navigation .sub-menu a {
      padding: 0.3125rem 0.9375rem; }
  .main-navigation li:hover .sub-menu {
    display: block; }

#slider {
  position: relative;
  height: 430px;
  overflow: hidden; }
  #slider img {
    min-width: 100%;
    min-height: 100%;
    max-width: none; }

.caption {
  position: absolute;
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  font-size: 27px;
  text-transform: uppercase;
  padding-right: 15px;
  z-index: 20;
  left: 50%;
  margin-left: -600px;
  top: 296px; }
  .caption .t1 {
    padding: 19px 23px 14px;
    background: #000;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
    display: inline-block; }
  .caption .t2 {
    background: #fff;
    padding: 19px 23px 14px;
    margin-left: 88px;
    display: inline-block; }
    .caption .t2 strong {
      color: #f4bb2c; }
  .caption p {
    padding-bottom: 0; }

.home #slider {
  height: 649px; }

.caption.page-caption {
  bottom: 20px;
  top: auto;
  padding-left: 15px !important; }
  .caption.page-caption h1 {
    color: #fff;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 42px; }

.breadcrumbs {
  font-size: 13px;
  color: #bfbfbf; }
  .breadcrumbs a {
    color: #bfbfbf; }
  .breadcrumbs span span {
    color: #fff; }

.breadcrumbs > span:last-child {
  font-weight: bold; }

/*****************CONTENT*********************************/
.intro {
  padding-top: 60px;
  padding-bottom: 60px; }

/***********************PAGE***********************************/
.site-main {
  width: 65.81197%;
  float: left;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 50px; }

.widget-area {
  width: 31.62393%;
  float: right;
  margin-left: 2.5641%;
  padding-bottom: 50px;
  margin-top: -90px;
  position: relative;
  z-index: 50; }

.widget + .widget {
  margin-top: 40px;
  text-align: center; }
  .widget + .widget .h1 {
    display: none; }

.widget {
  position: relative; }
  .widget .h1 {
    font-size: 25px;
    margin-bottom: 15px; }
  .widget input {
    background: #fff;
    height: auto;
    line-height: 50px;
    font-size: 14px;
    width: 100%;
    border: none;
    margin-bottom: 4px;
    padding-left: 15px; }
  .widget input[type="submit"] {
    background: #b68402;
    padding: 0;
    font-size: 17px; }
  .widget input[type="submit"]:hover {
    background: #6a4d01; }
  .widget .ajax-loader {
    position: absolute;
    bottom: 20px;
    left: 30px; }
  .widget .wpcf7-not-valid-tip, .widget .wpcf7-response-output {
    display: none !important; }
  .widget .wpcf7-not-valid {
    border: 1px solid red; }
  .widget figure {
    position: relative;
    display: inline-block; }
  .widget figcaption {
    position: absolute;
    z-index: 2;
    color: #fff;
    bottom: 5px;
    text-align: center;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-size: 17px; }

#black-studio-tinymce-2 {
  background: #f4bb2c;
  padding: 30px 30px 10px;
  color: #fff; }
  #black-studio-tinymce-2 .h1 {
    color: #fff; }

.site-main-full {
  padding-top: 40px;
  padding-bottom: 40px; }

/********************GALLERY*****************************************/
#mainContainer .ngg-gallery-thumbnail-box {
  display: block;
  width: 30.83333%;
  float: left;
  margin-left: 1.25%;
  margin-right: 1.25%;
  margin-bottom: 1.8%; }

#mainContainer .ngg-gallery-thumbnail img {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

#mainContainer .ngg-galleryoverview {
  margin: 0 -1.28205%; }

#loader {
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  margin-left: 10px;
  display: none; }

#mainContainer .ngg-navigation {
  display: none !important; }

/*****************BLOCKS*********************************/
.blocks {
  padding-top: 50px; }

.blocks .item img {
  float: left;
  width: 70px;
  height: auto;
  margin-right: 25px; }
.blocks .text {
  overflow: hidden;
  font-size: 14px; }
.blocks .title {
  color: #8fad40; }
.blocks .sub-item {
  margin-bottom: 50px; }

.item .title {
  font-size: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 300; }

/*****************PAGE BLOCKS*********************************/
.page-blocks {
  padding-top: 50px;
  padding-bottom: 50px; }
  .page-blocks .img {
    height: 210px;
    border: 1px solid #ebebeb;
    margin-bottom: 15px; }
  .page-blocks .title {
    color: #3c3c3c; }

.meer, .page-blocks a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f4bb2c; }

/*****************PARALLAX*********************************/
.parallax {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat; }
  .parallax .item {
    display: table;
    text-align: center;
    font-size: 14px;
    width: 100%; }
  .parallax .title {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: none; }
  .parallax .author {
    font-weight: 600;
    font-style: italic;
    font-size: 22px; }
  .parallax p, .parallax .title {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto; }
  .parallax .td {
    height: 345px;
    padding: 0 40px; }

.owl-nav div {
  font-size: 50px; }

/*****************LOGOS*********************************/
.logos {
  padding-top: 50px;
  padding-bottom: 50px; }
  .logos img {
    transition: opacity 0.3s; }

.logoswr {
  border: 1px solid #ebebeb;
  margin-bottom: 40px; }
  .logoswr .logo-item {
    float: left;
    width: 25%;
    border: 1px solid #ebebeb;
    height: 152px;
    overflow: hidden; }

/*****************FOOTER*********************************/
.site-footer {
  position: relative;
  background: black url(img/fbg.jpg) right bottom no-repeat;
  padding-top: 40px;
  color: #7b7b7b;
  font-size: 14px; }
  .site-footer a {
    color: #7b7b7b; }
  .site-footer h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }

.fcol {
  width: 23.07692%;
  float: left;
  margin-left: 2.5641%;
  margin-bottom: 30px; }

.site-footer .fcol:first-child {
  margin-left: 0; }

.spacer {
  margin-top: 40px;
  padding-bottom: 30px; }

.social img {
  padding-right: 10px;
  position: relative;
  top: 6px; }

/********************RESPONSIVE***********************************/
@media all and (max-width: 1200px) {
  .caption {
    left: 0;
    margin-left: 0; } }
@media all and (max-width: 61.1875rem) {
  .caption {
    padding-left: 15%; }

  .menuwr {
    display: none; }

  #toggle-menu {
    display: block; }

  .fcol {
    width: 48.71795%;
    float: left;
    margin-left: 2.5641%; }

  .fcol:last-child {
    margin-left: 0;
    clear: both; }

  .logoswr .logo-item {
    width: 33.333%;
    display: none; }

  .logoswr .logo-item:nth-child(-n+6) {
    display: block; }

  .main-navigation {
    margin-top: 35px;
    margin-bottom: 30px; }

  .blocks .sub-item {
    margin-bottom: 20px; }

  .site-footer {
    background-image: url(img/fbgmob.jpg); }

  .site-main, .widget-area {
    width: 100%;
    float: none;
    margin-left: 0; }

  .widget-area {
    margin-top: 0; } }
@media all and (max-width: 47.9375rem) {
  .fcol {
    width: 100%;
    margin-left: 0;
    float: none; }

  .caption {
    padding-left: 15px; }
    .caption .t2 {
      margin-left: 0; }

  .menu-title {
    display: none; }

  .intro {
    text-align: left; }

  .btn1, .btn2 {
    display: block; }

  .btn2 + .btn1 {
    margin-left: 0; }

  .logo {
    max-width: 80%;
    margin-top: 15px; }

  .main-navigation {
    margin-top: 20px;
    margin-bottom: 15px; }

  .home #slider {
    height: 500px; }
    .home #slider .owl-controls {
      bottom: 0; }
    .home #slider .owl-carousel {
      position: static; }

  .caption {
    top: 200px;
    font-size: 22px; }
    .caption .t1, .caption .t2 {
      padding: 10px 15px; }

  .intro, .blocks, .page-blocks, .logos {
    padding-top: 30px;
    padding-bottom: 30px; }

  .td {
    display: block; }

  .parallax .td {
    height: auto;
    padding: 30px 0 90px; }

  .parallax .owl-nav {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center; }

  .parallax .owl-nav div {
    position: static;
    display: inline-block;
    margin: 0 10px;
    height: auto; }

  .btn1.wide {
    min-width: 0; }

  .logoswr .logo-item {
    width: 100%;
    float: none;
    display: none; }

  .logoswr .logo-item:nth-child(-n+6) {
    display: none; }

  .logoswr .logo-item:nth-child(-n+4) {
    display: block; }

  .site-footer .wr {
    background: rgba(0, 0, 0, 0.5); }

  #secondary figure {
    display: block; } }
/*--------------------------------------------------------------
11.0 Changes
--------------------------------------------------------------*/

.site-footer .h3 {
color: #fff;
text-transform: uppercase;
font-weight: 600;
}