/*
	Theme Name:         S&P
	Theme URI:          http://www.sephardi.org.uk
	Description:        Another awesome WordPress theme by Genium Creative.
	Version:            1.0.0
	Author:             Genium Creative
	Author URI:         https://www.geniumcreative.com
	License:            Copyright 2018 Genium Creative Limited
	License URI:        https://www.geniumcreative.com
	Text Domain:        genium
*/
/*-----------------------------------------------------------------------------------

	0.	RESET & CLEARFIX
	1.	BASICS (body, headers, links, etc)
	2. 	GENERAL ELEMENTS
	3.	HEADER
	4.	PAGE LOADER
	5.  FOOTER
	6.  NAVIGATION & MENU
	7.  SLIDER
	8.  SECTION
	9. 	PORTFOLIO
	10. PORTFOLIO AJAX
	11. FILTER
	12. BLOG
	13. COLUMNS GRID
	14. MAP
	15. ELEMENTS / SHORTCODES
	16. WIDGETS
	17. IMG OVERLAY
	18. LOADER ICON
	19. ANIMATIONS
	21. THIRD PARTY PLUGINS

-----------------------------------------------------------------------------------*/
/* @import url("//cloud.typography.com/737088/726628/css/fonts.css");
@import url("//hello.myfonts.net/count/2ef948"); */
/*----------------------------------------------
0. RESET & CLEARFIX
------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

/* deleting the default appearence for form elements */
input[type=text], input[type=password], input[type=submit], textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}

.clearfix {
  *display: inline-block;
  height: 1%;
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, dialog {
  display: block;
}

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

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

[hidden] {
  display: none;
  visibility: hidden;
}

/*----------------------------------------------
1. BASICS
------------------------------------------------*/
html {
  height: 100%;
  font-size: 100%;
  /*overflow-y: scroll; /* Force a scrollbar in non-IE */
  /*overflow-x: hidden;*/
  -webkit-text-size-adjust: 100%;
  /* Prevent iOS text size adjust on orientation change without disabling user zoom */
  -ms-text-size-adjust: 100%;
  position: relative;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  text-align: left;
  position: relative;
  background: #fafafa;
  height: 100%;
}

::selection {
  background: #ffe49c;
  color: #262626;
}

::-moz-selection {
  background: #ffe49c;
  color: #262626;
}

::-webkit-selection {
  background: #ffe49c;
  color: #262626;
}

/* Headings
---------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  color: #262626;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6 {
  color: #ffffff;
}

h1 {
  font-size: 100px;
  line-height: 130px;
}

h2 {
  font-size: 40px;
  line-height: 60px;
}

h3 {
  font-size: 32px;
  line-height: 48px;
}

h4 {
  font-size: 22px;
  line-height: 34px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 600;
}

/* Headers Spacing */
div h1, div h2, div h3, div h4, div h5, div h6 {
  margin-top: 20px;
}

div h1:first-child, div h2:first-child, div h3:first-child, div h4:first-child, div h5:first-child, div h6:first-child {
  margin-top: 0px;
}

.subtitle {
  margin-top: 5px;
  font-weight: 300;
  color: #666666;
  letter-spacing: 0.05em;
}

.text-light .subtitle {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

/* Headers for section titles */
.section-title {
  text-align: center;
  margin-top: -10px;
  /* fix for line-height spacing*/
  margin-bottom: 100px;
}

.section-title.not-found {
  margin-top: 80px;
  margin-bottom: 240px;
}

.section-title h2 {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.not-found h1 {
  font-size: 200px;
  line-height: 230px;
}

.widget-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Forms
---------------------------------------- */
input[type=text], input[type=password], input[type=email], textarea {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  line-height: 18px;
  height: 18px;
  color: #999999;
  padding: 10px 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 200ms linear;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
  border-color: #262626;
}

input.false[type=text], input.false[type=password]:focus, input.false[type=email], textarea.false {
  border-color: #fa4d5a;
}

input[type=text], input[type=password], input[type=email] {
  width: 340px;
  max-width: 97%;
}

/* padding issue (240 + 2*5 = 250) */
textarea {
  width: 1100px;
  height: 150px;
  max-width: 97%;
  padding: 11px 4px 8px 4px;
  line-height: 22px;
}

/* padding issue (395 + 2*5 = 405) */
.one-half input[type=text], .one-half input[type=password], .one-half input[type=email] {
  width: 520px;
}

.one-half textarea {
  width: 520px;
}

input[type=submit] {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border: none;
  color: #ffffff;
  background: #262626;
  cursor: pointer;
  padding: 15px 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

input[type=submit]:hover {
  background-color: #4da5f5;
  transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

select {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  height: 34px;
  width: auto;
  padding: 8px;
  color: #999999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  transition: all 200ms linear;
}

select:hover {
  border-color: #262626;
}

select option {
  cursor: pointer;
  padding: 5px 7px;
}

label {
  line-height: 26px;
  width: 100%;
  display: block;
  color: #262626;
}

form {
  margin-top: 20px;
}

form .form-row {
  margin-top: 15px;
  position: relative;
}

form .form-submit {
  margin-top: 30px;
}

form .form-value {
  /*width: 100%;*/
  max-width: 100%;
  position: relative;
  display: inline-block;
}

div form:first-child, form .form-row:first-child {
  margin-top: 0px;
}

/* Chech formular */
#form-note {
  display: none;
  margin-top: 20px;
}

/* Links
---------------------------------------- */
a {
  text-decoration: none;
  color: #4da5f5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0);
}

a:hover {
  color: #262626;
}

.text-light a:hover {
  color: #ffffff;
}

/* Embedded content
---------------------------------------- */
img, object, video {
  max-width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

img {
  width: auto;
  max-width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

p img {
  margin-top: 20px;
}

p img:first-child {
  margin-top: 0px;
}

img.alignleft {
  margin: 3px 20px 20px 0;
  float: left;
}

img.alignright {
  margin: 3px 0px 20px 20px;
  float: right;
}

/* Lists
---------------------------------------- */
ul {
  margin-top: 20px;
  margin-left: 15px;
  list-style: disc;
}

div ul:first-child, li ul:first-child {
  margin-top: 0px;
}

ol {
  margin-top: 20px;
  margin-left: 30px;
  list-style: decimal;
}

div ol:first-child, li ol:first-child {
  margin-top: 0px;
}

ul li, ol li {
  line-height: 20px;
  margin-top: 10px;
}

ul li:first-child, ol li:first-child {
  margin-top: 0px;
}

ul.list-nostyle {
  list-style: none !important;
  margin-left: 0 !important;
}

ul.list-nostyle li>.fa {
  margin-right: 10px;
}

/* Others
---------------------------------------- */
p {
  margin-top: 20px;
}

div p:first-child {
  margin-top: 0px;
}

strong, b, dt {
  font-weight: bold;
}

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

strong i, b i, dt i, strong em, b em, dt em {
  font-style: italic;
  font-weight: bold;
}

blockquote {
  margin-top: 20px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Raleway';
  font-weight: 300;
  padding-left: 20px;
  margin-left: 20px;
  color: #262626;
  border-left: 2px solid #d9d9d9;
}

div blockquote:first-child {
  margin-top: 0px;
}

blockquote p {
  margin: 0;
}

pre, code {
  padding: 3px 0 3px 20px;
  margin-left: 20px;
  margin-top: 20px;
  font-size: 11px;
  line-height: 16px;
  display: block;
  border-left: 2px solid #d9d9d9;
  color: #262626;
}

div pre:first-child, div code:first-child {
  margin-top: 0px;
}

/* WORDPRESS DEFAULT */
/*sticky*/
.sticky {}

/*gallery captio*/
.gallery-caption {}

/*by post author*/
.bypostauthor {}

/*aligns*/
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

/*floats*/
.floatleft {
  float: left
}

.floatright {
  float: right
}

/*text style*/
.textcenter {
  text-align: center
}

.textright {
  text-align: right
}

.textleft {
  text-align: left
}

/*captions*/
.wp-caption {
  max-width: 100% !important;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f2f2f2;
  padding-top: 4px;
  margin: 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
  max-width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

/*smiley reset*/
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

/*blockquote*/
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*img attachment*/
#img-attch-page {
  text-align: center;
  overflow: hidden;
}

#img-attch-page img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  border: 5px solid #d4d4d4;
  /*for IE*/
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
}

#img-attch-page a:hover img {
  border-color: #fc7251;
}

#img-attach-page-content {
  text-align: center;
  margin-top: 25px;
}

/*gallery*/
.gallery {
  width: 100%;
  padding-top: 20px !important;
}

.gallery-item {
  float: left;
}

.gallery-icon {
  text-align: center;
  display: inline-block;
}

.gallery-item .gallery-caption {
  margin-bottom: 0 !important;
  padding-right: 12%;
}

.gallery-item img {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.gallery-item a {
  float: left;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gallery-item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

/*----------------------------------------------
2. GENERAL ELEMENTS
------------------------------------------------*/
#page-content {
  overflow: hidden;
  margin: 0;
  min-width: 1100px;
  /*position: relative;*/
  /* Problem for slider bg with video*/
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}

.main-content {
  width: 740px;
}

.main-content.no-sidebar {
  margin: 0 auto;
}

aside {
  width: 300px;
}

.left-float {
  float: left;
}

.right-float {
  float: right;
}

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

.text-light {
  color: #ffffff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/*----------------------------------------------
3. HEADER
------------------------------------------------*/
header {
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  width: 100%;
  z-index: 10000;
  position: relative;
}

#logo {
  float: left;
  padding: 20px 0;
  max-width: 100%;
  max-height: 100%;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
}

#logo img {
  max-height: 100%;
}

/* Logo Right */
.logo-right #logo {
  float: right;
}

.logo-right .menu {
  float: left;
}

.logo-right nav#main-nav ul li {
  margin: 0 30px 0 0;
}

/* Logo Top */
.logo-top #logo {
  float: none;
  text-align: center;
}

.logo-top .menu {
  float: none;
  text-align: center;
}

.logo-top nav#main-nav ul li {
  margin: 0 15px;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.logo-top nav#main-nav>ul>li>a {
  line-height: 20px;
}

.logo-top nav#main-nav ul li .sub-menu {
  top: 60px;
}

.logo-top nav#menu-controls>ul>li {
  height: 20px;
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.logo-top .open-responsive-nav {
  display: inline-block;
  padding: 0;
  display: none;
}

.logo-top .open-responsive-nav span {}

/* header shrinks when fixed & scrolled */
.fixed-header header {
  position: fixed;
  left: 0;
  top: 0;
}

.logged-in .fixed-header header {
  top: 28px;
}

.smallheader #logo {
  height: 40px;
  padding: 10px 0;
}

.smallheader #logo h2 {
  line-height: 40px;
}

.smallheader nav#main-nav>ul>li>a:first-child {
  line-height: 40px;
  padding: 10px 0;
}

.smallheader.logo-top nav#main-nav>ul>li>a:first-child {
  line-height: 30px;
}

.smallheader nav#menu-controls>ul>li {
  height: 40px;
  padding: 10px 0;
}

.smallheader.logo-top nav#menu-controls>ul>li {
  height: 30px;
}

.smallheader nav#main-nav>ul>li>.sub-menu {
  top: 60px;
}

.smallheader.logo-top nav#main-nav>ul>li>.sub-menu {
  top: 50px;
}

/* header overlay style */
header.header-overlay {
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  position: absolute !important;
  left: 0;
  top: 0;
}

header.header-overlay #defaut-logo {
  display: none;
}

.header-overlay nav#main-nav>ul>li>a {
  color: #ffffff !important;
  opacity: 0.7 !important;
  filter: alpha(opacity=7) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
}

.header-overlay nav#main-nav>ul>li:hover>a, .header-overlay nav#main-nav>ul>li.current-menu-item>a, .header-overlay nav#main-nav>ul>li.current-menu-ancestor>a {
  color: #ffffff !important;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}

.header-overlay .open-responsive-nav span {
  background-position: -370px 0 !important;
}

.header-overlay.overlay-dark nav#main-nav>ul>li>a {
  color: #262626 !important;
}

.header-overlay.overlay-dark nav#main-nav>ul>li:hover>a, .header-overlay.menu-dark nav#main-nav>ul>li.current-menu-item>a, .header-overlay.overlay-dark nav#main-nav>ul>li.current-menu-ancestor>a {
  color: #262626 !important;
}

.header-overlay.overlay-dark .open-responsive-nav span {
  background-position: -340px 0 !important;
}

/* dark header style */
.dark-header {
  background: #1a1a1a;
}

.dark-header nav#main-nav>ul>li>a {
  color: #ffffff;
}

.dark-header nav#menu-controls>ul>li a {
  color: #ffffff;
}

.dark-header nav#menu-controls>ul>li a span.c-dot {
  background: #ffffff;
}

.dark-header .open-responsive-nav span {
  background-position: -380px 0;
}

/* menu-light */
.menu-light nav#main-nav>ul>li>a {
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.menu-light nav#main-nav>ul>li:hover>a, .menu-light nav#main-nav>ul>li.current-menu-item>a, .menu-light nav#main-nav>ul>li.current-menu-ancestor>a {
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.menu-light nav#menu-controls>ul>li a {
  color: #ffffff;
}

.menu-light nav#menu-controls>ul>li.current-menu-item>a {
  border-color: #ffffff;
}

.menu-light nav#menu-controls>ul>li a span.c-dot {
  background: #ffffff;
}

.menu-light nav#menu-controls>ul>li:hover a span.c-dot {
  background: #ffffff;
}

.menu-light .open-responsive-nav span {
  background-position: -380px 0;
}

/* menu-dark */
.menu-dark nav#main-nav>ul>li>a {
  color: #262626;
  opacity: 0.7;
  filter: alpha(opacity=7);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.menu-dark nav#main-nav>ul>li:hover>a, .menu-dark nav#main-nav>ul>li.current-menu-item>a, .menu-dark nav#main-nav>ul>li.current-menu-ancestor>a {
  color: #262626;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.menu-dark nav#menu-controls>ul>li a {
  color: #262626;
}

.menu-dark nav#menu-controls>ul>li.current-menu-item>a {
  border-color: #262626;
}

.menu-dark nav#menu-controls>ul>li a span.c-dot {
  background: #262626;
}

.menu-dark nav#menu-controls>ul>li:hover a span.c-dot {
  background: #262626;
}

.menu-dark .open-responsive-nav span {
  background-position: -340px 0;
}

/*----------------------------------------------
4. PAGE LOADER
------------------------------------------------*/
#page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 100001;
}

.page-loader-inner {
  width: 300px;
  height: 120px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
}

.page-loader-inner .loader-logo img {
  max-height: 60px;
  max-width: 300px;
}

.page-loader-inner .loader-icon {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -10px;
}

/*----------------------------------------------
5. FOOTER
------------------------------------------------*/
footer {
  background: #262626;
  padding: 80px 0;
}

.footer-logo img {
  height: 60px;
}

footer .copyright {
  font-size: 13px;
  color: #cccccc;
}

/*----------------------------------------------
6. NAVIGATION & MENU
------------------------------------------------*/
.menu {
  position: relative;
  float: right;
}

nav#main-nav {
  z-index: 50;
}

nav#main-nav ul {
  position: relative;
  z-index: 49;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav#main-nav ul li {
  position: relative;
  z-index: 45;
  float: left;
  margin: 0 0 0 30px;
  padding: 0;
  min-width: 10px;
}

nav#main-nav>ul>li>a {
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  line-height: 60px;
  /* depending on the logo height */
  color: #262626;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 45;
  padding: 20px 0;
  width: auto;
  transition: all 200ms linear;
}

nav#main-nav>ul>li:hover>a {
  z-index: 48;
  color: #4da5f5;
}

nav#main-nav>ul>li.current-menu-item>a, nav#main-nav>ul>li.current-menu-ancestor>a {
  color: #4da5f5;
}

nav#main-nav ul li .sub-menu {
  position: relative;
  position: absolute;
  top: 100px;
  /* depending on the logo height + padding */
  left: 0px;
  background: #262626;
  width: 200px;
  padding: 5px 0;
  display: none;
  z-index: 47;
}

nav#main-nav ul .sub-menu li {
  float: none;
  margin: 0;
}

nav#main-nav ul .sub-menu li a {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  padding: 7px 20px;
  display: block;
}

nav#main-nav ul .sub-menu>li:hover>a, nav#main-nav ul .sub-menu>li.current-menu-item>a {
  color: #ffffff;
}

nav#main-nav ul li ul li .sub-menu {
  position: absolute;
  top: 0px;
  left: 200px;
}

/* control nav when fixed & scrolled */
nav#menu-controls {
  display: none;
}

nav#menu-controls ul {
  position: relative;
  z-index: 49;
  margin: 0;
  padding: 0;
  list-style: none;
  /*overflow: hidden;*/
}

nav#menu-controls ul .sub-menu {
  display: none;
}

nav#menu-controls ul li {
  float: left;
  margin: 0 0 0 15px;
  padding: 20px 0;
  height: 60px;
  text-align: center;
  position: relative;
  width: 12px;
  transition: none;
  /* all 200ms linear;*/
}

nav#menu-controls>ul>li a {
  display: inline-block;
  color: #262626;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

nav#menu-controls>ul>li.current-menu-item>a {
  border-color: #4da5f5;
}

nav#menu-controls>ul>li.current-menu-item>a span.c-dot {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

nav#menu-controls>ul>li a span.c-dot {
  display: block;
  height: 6px;
  width: 6px;
  background: #262626;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -webkit-border-radius: 50%;
}

nav#menu-controls>ul>li a:hover span.c-dot {
  background: #4da5f5;
}

nav#menu-controls>ul>li a span.c-name {
  position: absolute;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  width: 100px;
  left: -44px;
  bottom: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

nav#menu-controls>ul>li a:hover span.c-name {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* responsive nav on mobile view */
.open-responsive-nav {
  padding: 10px 0;
  text-indent: -9999px;
  display: block;
  display: none;
}

.open-responsive-nav span {
  display: block;
  width: 40px;
  height: 40px;
  background: url(files/images/sprites.png) -340px 0 no-repeat;
}

#menu-responsive {
  position: fixed;
  background: #262626;
  padding: 0;
  top: 60px;
  right: -270px;
  width: 260px;
  z-index: 10000;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px;
  overflow: hidden;
  /* important for scrollbar */
}

nav#responsive-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav#responsive-nav>ul {
  border-bottom: 1px solid #333333;
}

nav#responsive-nav ul li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #333333;
  position: relative;
}

nav#responsive-nav>ul>li:first-child {
  border-top: none;
}

nav#responsive-nav>ul li>a {
  display: block;
  color: #cccccc;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 8px 20px;
  transition: all 200ms linear;
}

nav#responsive-nav>ul>li:hover>a, nav#responsive-nav>ul>li.current-menu-item>a {
  color: #ffffff;
}

nav#responsive-nav .sub-menu li a {
  display: block;
  font-weight: 400;
  text-transform: inherit;
  color: #cccccc;
  line-height: 20px;
  padding: 10px 20px 10px 40px;
  font-size: 12px;
}

/*----------------------------------------------
7. SLIDER
------------------------------------------------*/
.home-slider-container {
  width: 100%;
  position: relative;
  padding: 0;
}

.home-slider-container ul {
  margin-top: 0;
  margin-left: 0;
  list-style: none;
}

.home-slider-container ul li {
  line-height: 0;
  margin-top: 0;
}


span.gold {
    color: #ac9561 !important;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 5px !important;
    font-weight: bold;
    font-size: 36px !important;
    line-height: 45px !important;
}

span.white-slide-text{
	    color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 5px !important;
    font-weight: bold;
    font-size: 36px !important;
    line-height: 45px !important;
}

span.gold-mini {
    color: #ac9561 !important;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 5px !important;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 25px !important;
}

span.white-slide-text-min{
	color: #fff !important;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 5px !important;
    font-weight: bold;
    font-size: 20px !important;
    line-height: 25px !important;
}

@media screen and (max-width: 600px) {
span.gold {
    font-size: 20px !important;
    line-height: 20px !important;
}

span.white-slide-text{
    font-size: 20px !important;
    line-height: 20px !important;
}

span.gold-mini {
    font-size: 16px !important;
    line-height: 20px !important;
}

span.white-slide-text-min{
    font-size: 16px !important;
    line-height: 20px !important;
}
}



/*----------------------------------------------
8. SECTION
------------------------------------------------*/
section {
  position: relative;
}

.section-inner {
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.no-padding .section-inner {
  padding-top: 0px;
}

.horizontalsection {
  position: relative;
}

.horizontalsection .horizontalinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

/*----------------------------------------------
9. PORTFOLIO
------------------------------------------------*/
.portfolio-entries {
  width: 110%;
  /* DO NOT CHANGE THIS VALUE */
}

.portfolio-entries .masonry-item {
  width: 24.98%;
  /* will be overwritten by javascript */
  margin-right: 0px;
  margin-bottom: 0px;
  float: left;
}

.portfolio-spaced .masonry-item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.portfolio-entries .portfolio-intro {
  padding: 20px 0;
  text-align: center;
}

.portfolio-name {
  text-transform: uppercase;
}

.portfolio-name a {
  color: #262626;
}

.portfolio-name a:hover {
  color: #4da5f5;
}

/* Carousel Portfolio */
#portfolio-carousel {}

#portfolio-carousel .carousel-item {
  margin: 0px;
}

/* Single Portfolio */
#portfolio-single {
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

#portfolio-single .project-title {
  position: relative;
  margin: 0;
}

#portfolio-single .project-title .project-name {
  display: inline-block;
  max-width: 80%;
}

#portfolio-single .social-share {
  margin-top: 20px;
}

#portfolio-single .portfolio-media, #portfolio-single .portfolio-content {
  margin-top: 80px;
  position: relative;
}

.gallery-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gallery-list li {
  margin-top: 20px;
  padding: 0;
}

.gallery-list li:fist-child {
  margin-top: 0px;
}

/* Portfolio Single Pagination
------------------------------- */
.single-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-pagination li {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  margin-top: -15px !important;
}

.single-pagination li.inactive {
  display: none;
}

.single-pagination li a {
  background: url(files/images/sprites.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.single-pagination li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-pagination li.next {
  right: 0;
}

.single-pagination li.prev {
  left: 0;
}

.single-pagination li.next a {
  background-position: -220px 0px;
}

.single-pagination li.prev a {
  background-position: -250px 0px;
}

/*----------------------------------------------
10. PORTFOLIO AJAX
------------------------------------------------*/
.ajax-section {
  padding-bottom: 100px;
  position: relative;
  display: none;
}

.ajax-content {
  display: none;
}

#ajax-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
}

#ajax-loader .loader-icon {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -10px;
}

.close-project {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
  display: none;
}

.close-project a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(files/images/sprites.png) -310px 0px no-repeat;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.close-project a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*----------------------------------------------
11. FILTER
------------------------------------------------*/
.filter {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 33px;
}

.filter li {
  padding: 0 13px 0 15px;
  margin: 0;
  display: inline-block;
}

.filter li a {
  line-height: 20px;
  color: #262626;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  margin-bottom: 7px;
  display: block;
  border-bottom: 2px solid transparent;
}

.text-light .filter li a {
  color: #ffffff;
}

.filter li a.active, .filter li a:hover {
  border-color: #4da5f5;
}

/*----------------------------------------------
12. BLOG
------------------------------------------------*/
.blog-entry {
  border-top: 1px solid #d9d9d9;
  padding-top: 60px;
  margin-top: 60px;
}

div .blog-entry:first-child {
  border: none;
  padding: 0;
  margin: 0;
}

.blog-date {
  width: 70px;
  float: left;
  color: #262626;
  text-align: center;
}

.blog-date .date-day {
  display: block;
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 60px;
  line-height: 50px;
  margin-bottom: 10px;
}

.blog-date .date-month {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.blog-content {
  width: 630px;
  float: right;
}

.blog-media {
  margin-bottom: 40px;
}

.blog-media .media-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog-media .media-list li {
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  background: none;
}

.blog-media .media-list li:first-child {
  margin: 0;
}

.blog-headline .post-name a {
  color: #262626;
}

.text-light .blog-headline .post-name a {
  color: #ffffff;
}

.blog-headline .post-name a:hover {
  color: #4da5f5;
}

.blog-headline .post-meta {
  color: #999999;
  margin-top: 5px;
  font-size: 13px;
  text-transform: uppercase;
}

.blog-headline .post-meta a {
  color: #999999;
}

.text-light .blog-headline .post-meta, .text-light .blog-headline .post-meta a {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.blog-headline .post-meta a:hover {
  color: #262626;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity100)";
}

.text-light .blog-headline .post-meta a:hover {
  color: #ffffff;
}

.blog-intro {
  margin-top: 20px;
}

.readmore-button {
  line-height: 20px;
  color: #262626;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 2px solid #262626;
}

.text-light .readmore-button {
  color: #ffffff;
  border-color: #ffffff;
}

.readmore-button:hover {
  border-color: #4da5f5;
}

/* Blog Quote post & Link post
----------------------------*/
.blog-content .quote-author, .blog-content .link-name {
  color: #999999;
  margin-top: 10px;
  font-size: 13px;
  text-transform: uppercase;
}

/* Blog Masonry
----------------------------*/
#blog-grid {
  width: 110%;
  /* DO NOT CHANGE THIS VALUE */
  margin-bottom: 0px;
  margin-top: 60px;
}

div #blog-grid:first-child {
  margin-top: 0px;
}

#blog-grid .masonry-item {
  margin-top: 0px !important;
  padding-top: 0px !important;
  width: 340px;
  margin-right: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  float: left;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

.text-light #blog-grid .masonry-item {
  border-color: #666666;
}

.masonry-item .blog-media {
  margin-bottom: 20px;
}

.masonry-item .blog-media .flexslider {
  margin-bottom: 40px;
}

/* Blog Carousel
----------------------------*/
#blog-carousel {}

#blog-carousel .carousel-item {
  margin: 0 15px;
}

/* Blog Author
---------------------------------------- */
.blog-author {
  margin-top: 40px;
  padding: 20px;
  background: #ffffff;
}

.blog-author .author-image {
  width: 80px;
  float: left;
}

.blog-author .author-bio {
  width: 600px;
  float: right;
}

/* Blog Tags
---------------------------------------- */
.blog-tags {
  margin-top: 40px;
}

.blog-tags a {
  border: 1px solid #d9d9d9;
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 3px;
}

.blog-tags a:hover {
  border-color: #262626;
  color: #ffffff;
  background: #262626;
}

/* Blog comments
----------------------------*/
#blog-comments {
  border-top: 1px solid #d9d9d9;
  margin-top: 60px;
  padding-top: 60px;
}

#blog-comments ul {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

#blog-comments .comment-list {
  margin-top: 40px;
}

#blog-comments .comment {
  background: none;
  padding: 0;
  margin-top: 30px;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
  overflow: hidden;
}

#blog-comments .comment-list>.comment:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

#blog-comments .comment .children {
  margin-left: 70px;
}

#blog-comments .user {
  float: left;
  width: 50px;
}

#blog-comments .comment-content {
  margin-left: 70px;
  position: relative;
}

#blog-comments .comment-date {
  color: #999999;
  font-size: 13px;
  font-family: 'Raleway';
  font-weight: 300;
}

#blog-comments .comment-text {
  margin-top: 20px;
}

#blog-comments #respond {
  margin-top: 40px;
}

/* Leave comment
----------------------------*/
#blog-leavecomment {
  margin-top: 60px;
}

/* Blog Pagination
----------------------------*/
#entries-pagination {
  margin: 60px 0 0 0;
  padding: 60px 0 0 0;
  list-style: none;
  border-top: 1px solid #d9d9d9;
}

#entries-pagination li {
  margin: 0;
  padding: 0;
}

#entries-pagination li.inactive {
  display: none;
}

#entries-pagination li a {
  background: url(files/images/sprites.png) no-repeat;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

#entries-pagination li.next {
  float: right;
}

#entries-pagination li.next a {
  background-position: -220px 0px;
}

#entries-pagination li.prev {
  float: left;
}

#entries-pagination li.prev a {
  background-position: -250px 0px;
}

#entries-pagination li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*----------------------------------------------
13. COLUMNS GRID
------------------------------------------------*/
.column-section {
  margin-top: 60px;
}

div .column-section:first-child {
  margin-top: 0px;
}

.column {
  float: left;
  margin-right: 40px;
  min-height: 1px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.column .bg-col-inner {
  padding: 20px;
}

.one-full {
  width: 100%;
  float: none;
  margin-right: 0;
}

.one-half {
  width: 530px;
}

.one-third {
  width: 340px;
}

.two-third {
  width: 720px;
}

.one-fourth {
  width: 245px;
}

.two-fourth {
  width: 530px;
}

.three-fourth {
  width: 815px;
}

.one-fifth {
  width: 188px;
}

.two-fifth {
  width: 416px;
}

.three-fifth {
  width: 644px;
}

.four-fifth {
  width: 872px;
}

.main-content .one-half {
  width: 350px;
}

.main-content .one-third {
  width: 220px;
}

.main-content .two-third {
  width: 480px;
}

.main-content .one-fourth {
  width: 155px;
}

.main-content .two-fourth {
  width: 350px;
}

.main-content .three-fourth {
  width: 545px;
}

.main-content .one-fifth {
  width: 116px;
}

.main-content .two-fifth {
  width: 272px;
}

.main-content .three-fifth {
  width: 428px;
}

.main-content .four-fifth {
  width: 584px;
}

aside .column {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}

.last-col {
  margin-right: 0px !important;
}

/*----------------------------------------------
14. MAP
------------------------------------------------*/
.google-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.google-map img {
  max-width: inherit;
  height: auto;
}

/*----------------------------------------------
15. Elements
------------------------------------------------*/
/*	Buttons
------------------------------------------------*/
a.sr-button {
  display: inline-block;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 22px !important;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

a.sr-button:hover {
  background-color: #ffffff;
  color: #1a1a1a;
  transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

a.mini-button {
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
}

a.small-button {
  font-size: 11px;
  padding: 10px 20px;
}

a.medium-button {
  font-size: 13px;
  padding: 12px 40px;
}

a.big-button {
  font-size: 16px;
  padding: 18px 50px;
}

a.sr-button1 {
  border: 2px solid #999999;
  color: #262626;
  background: transparent;
}

a.sr-button1:hover {
  border-color: #262626;
  background-color: #262626;
  color: #ffffff;
}

a.sr-button2 {
  border: 2px solid #262626;
  color: #262626;
  background: transparent;
}

a.sr-button2:hover {
  background-color: #1a1a1a;
  color: #ffffff;
}

a.sr-button3 {
  border: 2px solid #4da5f5;
  color: #4da5f5;
  background: transparent;
}

a.sr-button3:hover {
  background: #4da5f5;
  color: #ffffff;
}

a.sr-button4 {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

a.sr-button4:hover {
  background-color: #ffffff;
  color: #262626;
}

a.sr-button5 {
  border: 2px solid #4da5f5;
  color: #ffffff;
  background: #4da5f5;
}

a.sr-button5:hover {
  background-color: #4da5f5;
  color: #ffffff;
}

a.sr-button6 {
  border: 2px solid #262626;
  color: #ffffff;
  background: #262626;
}

a.sr-button6:hover {
  background-color: #262626;
  color: #ffffff;
}

a.sr-button7 {
  border: 2px solid #ffffff;
  color: #262626;
  background: #ffffff;
}

a.sr-button7:hover {
  background-color: #ffffff;
  color: #262626;
}

a.sr-buttonicon {
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  -o-border-radius: 999px;
}

a.sr-buttonicon i {
  left: 0.08em;
  position: relative;
}

a.sr-buttonicon .fa-play {
  left: 0.2em;
}

a.sr-buttonicon.mini-button {
  padding: 4px;
  width: 24px;
  height: 24px !important;
  line-height: 24px !important;
}

a.sr-buttonicon.small-button {
  padding: 7px;
  width: 30px;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 14px;
}

a.sr-buttonicon.medium-button {
  padding: 14px;
  width: 30px;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 18px;
}

a.sr-buttonicon.big-button {
  padding: 20px;
  width: 30px;
  height: 30px !important;
  line-height: 30px !important;
  font-size: 22px;
}

/*	seperator
------------------------------------------------*/
.seperator {
  width: 100%;
  height: 4px;
  line-height: 0px;
  padding: 8px 0;
  text-align: center;
}

.section-title .seperator {
  padding: 16px 0;
}

.seperator span {
  height: 2px;
  background: #000000;
  display: inline-block;
  width: 100px;
  opacity: 0.15;
  filter: alpha(opacity=15);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
}

.text-light .seperator span {
  background: #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.seperator.size-full span {
  width: 100%;
}

.seperator.size-medium span {
  width: 220px;
}

.seperator.size-small span {
  width: 100px;
}

.seperator.size-mini span {
  width: 40px;
}

.seperator.height-1px span {
  height: 1px;
}

.seperator.height-2px span {
  height: 2px;
}

.seperator.height-3px span {
  height: 3px;
}

.seperator.height-4px span {
  height: 4px;
}

/*	Spacer
------------------------------------------------*/
.spacer {
  width: 100%;
  display: block;
}

.spacer.spacer-mini {
  height: 15px;
}

.spacer.spacer-small {
  height: 40px;
}

.spacer.spacer-medium {
  height: 60px;
}

.spacer.spacer-big {
  height: 100px;
}

/*	counter
------------------------------------------------*/
.counter {
  text-align: center;
  margin-top: 10px;
}

div .counter:fist-child {
  margin-top: 0px;
}

.counter-value {
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
}

.counter-name {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 0.1em;
}

/*	icon box
------------------------------------------------*/
.column .iconbox {
  margin-top: 40px;
}

.column .iconbox:first-child {
  margin-top: 0px;
}

.iconbox .fa {
  color: #4da5f5;
}

.position-right .fa {
  float: right;
}

.iconbox-content {
  float: right;
}

.position-right .iconbox-content {
  float: none;
  text-align: right;
}

.one-half .iconbox-content {
  width: 480px;
}

.one-third .iconbox-content {
  width: 290px;
}

.one-fourth .iconbox-content {
  width: 195px;
}

/*	team
------------------------------------------------*/
.team-role {
  margin-top: 3px;
}

.team-info {
  margin-top: 5px;
}

/*	testimonials
------------------------------------------------*/
.testimonial-slider {
  margin-top: 40px !important;
}

div .testimonial-slider:first-child {
  margin-top: 0px !important;
}

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

.slides .testimonial-item {
  padding-bottom: 40px;
  /* flexslider bugfix */
}

.testimonial-name {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*	Tabs
------------------------------------------------*/
.tabs {
  margin-top: 20px;
}

div .tabs:first-child {
  margin-top: 0px;
}

.tabs ul.tab-nav {
  padding: 0;
  margin: 0;
  margin: 0 !important;
  list-style: none !important;
  position: relative;
  z-index: 1;
}

.tabs ul.tab-nav li {
  background: none;
  padding: 0 !important;
  float: left;
  margin: 0 30px 0 0 !important;
}

.tabs ul.tab-nav li a {
  color: #262626;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 20px;
  padding-bottom: 2px;
  display: block;
  border-bottom: 2px solid transparent;
}

.text-light .tabs ul.tab-nav li a {
  color: #ffffff;
}

.tabs ul.tab-nav li a:hover, .tabs ul.tab-nav li a.active {
  border-color: #4da5f5;
}

.tabs .tab-container {
  margin-top: 20px;
}

.tabs .tab-container .tab-content {
  float: left;
  display: none;
}

.tabs .tab-container .active {
  display: block;
}

/*	Toggle/Accordion
------------------------------------------------*/
.accordion {
  margin-top: 20px;
}

div .accordion:first-child {
  margin-top: 0px;
}

.toggle-item {
  margin-top: 20px;
}

div .toggle-item:first-child {
  margin-top: 0px;
}

.toggle-item .toggle-title {
  width: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.toggle-item .toggle-title .toggle-icon .fa {
  color: #262626;
  float: left;
  top: 5px;
  position: relative;
}

.text-light .toggle-item .toggle-title .toggle-icon .fa {
  color: #ffffff;
}

.toggle-icon .fa-plus {
  display: block;
}

.toggle-icon .fa-minus {
  display: none;
}

.toggle-active .fa-plus {
  display: none;
}

.toggle-active .fa-minus {
  display: block;
}

.toggle-item .toggle-title .toggle-name {
  float: left;
  margin: 0 0 0 20px;
}

.toggle-item .toggle-title:hover .toggle-icon .fa, .toggle-item .toggle-active .toggle-icon .fa {
  color: #4da5f5 !important;
}

.toggle-item .toggle-inner {
  padding-top: 18px;
  display: none;
}

/*	Alerts
------------------------------------------------*/
.alert {
  margin-top: 20px;
}

div .alert:first-child {
  margin: 0;
}

.alert h6 {
  padding-bottom: 2px;
  border-bottom: 2px solid red;
  display: inline-block;
}

.alert-info h6 {
  border-color: #3fabf6;
  color: #3fabf6;
}

.alert-note h6 {
  border-color: #fcad25;
  color: #fcad25;
}

.alert-confirm h6 {
  border-color: #8fc236;
  color: #8fc236;
}

.alert-error h6 {
  border-color: #fa4d5a;
  color: #fa4d5a;
}

/*	Skills
------------------------------------------------*/
.skill {
  margin-top: 20px;
}

div .skill:first-child {
  margin-top: 0px;
}

.skill .skill-name {
  margin-bottom: 5px;
  display: block;
}

.skill .skill-bar {
  background: #d9d9d9;
  height: 8px;
  width: 100%;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.text-light .skill .skill-bar {
  background: #666666;
}

.skill .skill-bar .skill-active {
  background: #4da5f5;
  height: 100%;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 0px;
}

.tooltip {
  position: absolute;
  width: 24px;
  height: 7px;
  line-height: 10px;
  line-height: 5px;
  padding: 8px 10px 6px 10px;
  font-size: 11px;
  text-align: center;
  color: #ffffff;
  background: #262626;
  border-radius: 2px;
  top: -20px;
  /* will be set to -30px through js */
  right: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.text-light .tooltip {
  color: #262626;
  background: #ffffff;
}

.tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #262626 transparent transparent transparent;
  top: 21px;
  left: 18px;
}

.text-light .tooltip:after {
  border-color: #ffffff transparent transparent transparent;
}

/*	Pricing Table
------------------------------------------------*/
.pricing-table {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 30px;
  margin: 20px 0;
}

.text-light .pricing-table {
  background: #262626;
  border: 1px solid #4d4d4d;
}

.pricing-accent {
  padding: 50px 30px;
  margin: 0;
}

.one-fourth .pricing-table {
  padding-left: 20px;
  padding-right: 20px;
}

.price-name {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.price {
  margin-bottom: 40px;
  color: #262626;
}

.text-light .price {
  color: #ffffff;
}

.pricing-accent .price {
  color: #4da5f5;
}

.price-amount {
  display: block;
  font-family: 'Open Sans';
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 10px;
}

.one-fourth .price-amount {
  font-size: 60px;
  line-height: 60px;
}

.price-time {
  margin-top: 10px;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.price-button {
  margin-top: 40px;
}

/*----------------------------------------------
16. WIDGETS
------------------------------------------------*/
.widget {
  position: relative;
  margin-top: 40px;
}

.div .widget:first-child, aside .widget:first-child {
  margin-top: 0px;
}

/*	Widget with list
------------------------------------------------*/
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget ul li {
  padding: 8px 0;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
}

.widget ul li a {
  color: #262626;
}

.widget ul li a:hover {
  color: #4da5f5;
}

/*	Tag Widget
------------------------------------------------*/
.tag-list a {
  border: 1px solid #d9d9d9;
  display: inline-block;
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #999999;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 3px;
}

.tag-list a:hover {
  border-color: #262626;
  color: #ffffff;
  background: #262626;
}

/*	Search Widget
------------------------------------------------*/
#searchform label {
  display: none;
}

#searchform input[type="submit"] {
  display: none;
}

/*	Social Widget
------------------------------------------------*/
.socialmedia-widget {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

div .socialmedia-widget:first-child {
  margin: 0;
}

.socialmedia-widget li {
  display: inline-block;
  background: transparent;
  padding: 0px;
  margin: 0 3px 0 3px;
  position: relative;
}

.socialmedia-widget li a {
  height: 30px;
  width: 30px;
  display: block;
  text-indent: -9999px;
  background: url(files/images/social-icons.png);
  margin: 0;
}

.social-share li a {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.text-light .social-share li a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.socialmedia-widget li.facebook a {
  background-position: 0px top;
}

.socialmedia-widget li.twitter a {
  background-position: -30px top;
}

.socialmedia-widget li.thumblr a {
  background-position: -60px top;
}

.socialmedia-widget li.vimeo a {
  background-position: -90px top;
}

.socialmedia-widget li.dribbble a {
  background-position: -120px top;
}

.socialmedia-widget li.deviantart a {
  background-position: -150px top;
}

.socialmedia-widget li.behance a {
  background-position: -180px top;
}

.socialmedia-widget li.flickr a {
  background-position: -210px top;
}

.socialmedia-widget li.forrst a {
  background-position: -240px top;
}

.socialmedia-widget li.linkedin a {
  background-position: -270px top;
}

.socialmedia-widget li.rss a {
  background-position: -300px top;
}

.socialmedia-widget li.googleplus a {
  background-position: -330px top;
}

.socialmedia-widget li.pinterest a {
  background-position: -360px top;
}

.socialmedia-widget li.youtube a {
  background-position: -390px top;
}

.socialmedia-widget li.mail a {
  background-position: -420px top;
}

.socialmedia-widget li.instagram a {
  background-position: -450px top;
}

.socialmedia-widget li.xing a {
  background-position: -480px top;
}

.socialmedia-widget li.dropbox a {
  background-position: -510px top;
}

.text-light .socialmedia-widget li.facebook a {
  background-position: 0px -30px;
}

.text-light .socialmedia-widget li.twitter a {
  background-position: -30px -30px;
}

.text-light .socialmedia-widget li.thumblr a {
  background-position: -60px -30px;
}

.text-light .socialmedia-widget li.vimeo a {
  background-position: -90px -30px;
}

.text-light .socialmedia-widget li.dribbble a {
  background-position: -120px -30px;
}

.text-light .socialmedia-widget li.deviantart a {
  background-position: -150px -30px;
}

.text-light .socialmedia-widget li.behance a {
  background-position: -180px -30px;
}

.text-light .socialmedia-widget li.flickr a {
  background-position: -210px -30px;
}

.text-light .socialmedia-widget li.forrst a {
  background-position: -240px -30px;
}

.text-light .socialmedia-widget li.linkedin a {
  background-position: -270px -30px;
}

.text-light .socialmedia-widget li.rss a {
  background-position: -300px -30px;
}

.text-light .socialmedia-widget li.googleplus a {
  background-position: -330px -30px;
}

.text-light .socialmedia-widget li.pinterest a {
  background-position: -360px -30px;
}

.text-light .socialmedia-widget li.youtube a {
  background-position: -390px -30px;
}

.text-light .socialmedia-widget li.mail a {
  background-position: -420px -30px;
}

.text-light .socialmedia-widget li.instagram a {
  background-position: -450px -30px;
}

.text-light .socialmedia-widget li.xing a {
  background-position: -480px -30px;
}

.text-light .socialmedia-widget li.dropbox a {
  background-position: -510px -30px;
}

.socialmedia-widget li:hover a {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}

.socialmedia-widget li.facebook:hover a {
  background-position: 0px bottom;
}

.socialmedia-widget li.twitter:hover a {
  background-position: -30px bottom;
}

.socialmedia-widget li.thumblr:hover a {
  background-position: -60px bottom;
}

.socialmedia-widget li.vimeo:hover a {
  background-position: -90px bottom;
}

.socialmedia-widget li.dribbble:hover a {
  background-position: -120px bottom;
}

.socialmedia-widget li.deviantart:hover a {
  background-position: -150px bottom;
}

.socialmedia-widget li.behance:hover a {
  background-position: -180px bottom;
}

.socialmedia-widget li.flickr:hover a {
  background-position: -210px bottom;
}

.socialmedia-widget li.forrst:hover a {
  background-position: -240px bottom;
}

.socialmedia-widget li.linkedin:hover a {
  background-position: -270px bottom;
}

.socialmedia-widget li.rss:hover a {
  background-position: -300px bottom;
}

.socialmedia-widget li.googleplus:hover a {
  background-position: -330px bottom;
}

.socialmedia-widget li.pinterest:hover a {
  background-position: -360px bottom;
}

.socialmedia-widget li.youtube:hover a {
  background-position: -390px bottom;
}

.socialmedia-widget li.mail:hover a {
  background-position: -420px bottom;
}

.socialmedia-widget li.instagram:hover a {
  background-position: -450px bottom;
}

.socialmedia-widget li.xing:hover a {
  background-position: -480px bottom;
}

.socialmedia-widget li.dropbox:hover a {
  background-position: -510px bottom;
}

/*	Recent Tweets Widget
------------------------------------------------*/
.tp_recent_tweets {
  max-width: 100%;
  width: 100%;
  float: none;
  clear: inherit;
}

.widget .tp_recent_tweets li {
  background: none;
  word-wrap: break-word;
  float: none;
  clear: inherit;
}

.widget .tp_recent_tweets li a {
  font-weight: normal;
}

.widget .tp_recent_tweets .twitter_time {
  color: #b3b3b3;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}

/* Flickr Widget & Dribble Widget
------------------------------------------------*/
.flickr-widget .flickr-list, .dribbble-widget .dribbble-list {
  width: 107%;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flickr-widget .flickr-list li, .dribbble-widget .dribbble-list li {
  width: 22.2%;
  margin: 0 1.5% 1.5% 0;
  float: left;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
}

.flickr-widget .flickr-list li img, .dribbble-widget .dribbble-list li img {
  display: block;
}

.flickr-widget .flickr-list li:hover, .dribbble-widget .dribbble-list li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*----------------------------------------------
17. IMG OVERLAY
------------------------------------------------*/
.imgoverlay {
  position: relative;
  overflow: hidden;
  display: block;
  max-width: 100%;
}

.imgoverlay img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.imgoverlay:hover img {
  transform: scale(1.07);
  -ms-transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

.imgoverlay .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.imgoverlay:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.imgoverlay .overlaycolor {
  width: 100%;
  height: 100%;
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.imgoverlay .overlayinfo {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.imgoverlay:hover .overlayinfo {
  top: 50%;
}

.overlayinfo h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/*----------------------------------------------
18. LOADER ICON
------------------------------------------------*/
.loader-icon {
  position: relative;
  z-index: 0;
  width: 24px;
  height: 24px;
}

.loader-icon span {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  border: 2px solid #d9d9d9;
  border-radius: 50%;
}

.loader-icon .spinner {
  z-index: 1;
  border-color: #262626;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*----------------------------------------------
19. LOAD MORE
------------------------------------------------*/
#load-more {
  text-align: center;
  position: relative;
  margin-top: 40px;
}

#load-more .loader-icon {
  position: absolute;
  bottom: -34px;
  left: 50%;
  margin-left: -12px;
  display: none;
}

.text-light #load-more a.sr-button {
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

/*----------------------------------------------
20. ANIMATIONS
------------------------------------------------*/
.sr-animation {
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.sr-animation-fromtop {
  top: -50px;
}

.sr-animation-frombottom {
  top: 50px;
}

.sr-animation-fromleft {
  left: -30px;
}

.sr-animation-fromright {
  left: 30px;
}

.sr-animation-zoomin {
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}

.sr-animation-zoomout {
  transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.sr-animation.animated {
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  height: 100%;
  max-height: 100%;
  transform: scale(1.0);
  -ms-transform: scale(1.0);
  -webkit-transform: scale(1.0);
}

.tp-leftarrow.default, .tp-rightarrow.default {
  background-image: url(files/images/sprites.png);
}

/*----------------------------------------------
22. S&P
------------------------------------------------*/
@font-face {
  font-family: 'bodonixtregular';
  src: url('files/fonts/bodonixt-webfont.eot');
  src: url('files/fonts/bodonixt-webfont.eot?#iefix') format('embedded-opentype'),
    url('files/fonts/bodonixt-webfont.woff2') format('woff2'),
    url('files/fonts/bodonixt-webfont.woff') format('woff'),
    url('files/fonts/bodonixt-webfont.ttf') format('truetype'),
    url('files/fonts/bodonixt-webfont.svg#bodonixtregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BodoniBT-Roman';
  src: url('files/fonts/2EF948_0_0.eot');
  src: url('files/fonts/2EF948_0_0.eot?#iefix') format('embedded-opentype'), url('files/fonts/2EF948_0_0.woff2') format('woff2'), url('files/fonts/2EF948_0_0.woff') format('woff'), url('files/fonts/2EF948_0_0.ttf') format('truetype');
}

/**********************************************
* GENERAL
***********************************************/
a:hover {
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
}

body {
  background: #FFF;
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 400 !important;
}

.section-title .seperator {
  display: none !important;
}

.section-title {
  margin-bottom: 30px;
}

.seperator {
  margin-top: 20px;
}

.column-section {
  margin-top: 20px;
}

.horizontalsection {
  text-align: center;
  font-size: 36px;
  line-height: 40px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
}

h1 {
  font-weight: 700 !important;
}

h2 {
  font-weight: 400 !important;
}

h3 {
  font-weight: 700 !important;
}

h4 {
  font-weight: 700 !important;
}

h5 {
  font-weight: 400 !important;
}

h6 {
  font-weight: 400 !important;
}

h4.subtitle {
  font-weight: 400 !important;
  text-align: left;
}

strong {
  font-weight: 700 !important;
}

.wp-caption {
  border: none;
  background-color: transparent;
  text-align: left;
}

/**********************************************
* NAV
***********************************************/
nav#main-nav>ul>li>a {
  line-height: 1px !important;
}

.logo-right nav#main-nav ul li {
  margin: 0 20px 0 0;
}

nav#main-nav ul>li {}

nav#main-nav ul>li.menu-item-has-children {
  background: url(files/images/icon-nav-white.png) no-repeat right;
  padding-right: 13px;
}

nav#main-nav ul li.newsletter {
  background: url(files/images/icon-newsletter.png) no-repeat 0;
  padding-left: 15px;
  margin: 0 0px 0 0;
  padding-right: 13px;
}

nav#main-nav ul li.members {
  background: url(files/images/icon-members.png) no-repeat 0;
  padding-left: 15px;
  margin: 0 10px 0 0;
  padding-right: 13px;
}

.dark-header {
  background: #4d4d4d;
}

#logo {
  display: none;
}

nav#main-nav ul li .sub-menu {
  top: 40px !important;
  width: 100%;
  position: fixed;
  background-color: transparent;
  left: 0px !important;
  height: 200px;
  min-height: 60px;
  overflow: hidden;
}

.logged-in nav#main-nav ul li .sub-menu {
  top: 65px !important;
}

nav#main-nav ul#primary>li>.sub-menu {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #CCC;
}

nav#main-nav ul .sub-menu li {
  float: left;
  width: 130px;
  border-right: 1px solid #CCC;
  margin-right: 5px !important;
  padding-right: 5px !important;
}

nav#main-nav ul .sub-menu li a {
  color: #000;
  font-weight: 700 !important;
  font-size: 10px;
  line-height: 12px;
  padding: 4px 10px;
  font-family: 'Montserrat', sans-serif !important;
}

nav#main-nav ul .sub-menu li a:hover {
  color: #666;
}

nav#main-nav ul .sub-menu>li:hover>a, nav#main-nav ul .sub-menu>li.current-menu-item>a {
  color: #000;
}

nav#main-nav ul li ul li .sub-menu {
  left: 0px !important;
  display: block !important;
  top: 18px !important;
  border-right: 1px solid #CCC;
}

.logged-in nav#main-nav ul li ul li .sub-menu {
  top: 20px !important;
}

nav#main-nav ul li ul li .sub-menu li {
  float: none;
}

nav#main-nav ul li ul li .sub-menu li a {
  color: #666;
  font-weight: 400 !important;
}

nav#main-nav ul li ul li .sub-menu li a:hover {
  background-color: #c3c3c3;
  background: url(files/images/icon-nav-arrow.png) no-repeat 122px #c3c3c3;
}

#secondary-menu {
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
  position: fixed;
  z-index: 999;
  display: block;
  width: 100%;
  padding: 10px 0;
}

#secondary-menu .left {
  float: left;
}

#secondary-menu .left img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#secondary-menu .right {
  clear: none !important;
  float: right;
}

#secondary-menu .social,
#secondary-menu .times {
  float: right;
  margin-left: 10px;
}

#secondary-menu .social {
  margin-left: 20px;
  clear: both;
}

#secondary-menu .social a {
  color: #818285;
  font-size: 18px;
  float: left;
  padding: 0 2px;
}

#secondary-menu .social a:hover {
  color: #ad9762;
}

#secondary-menu .times {
  width: 200px;
  overflow: hidden;
}

#secondary-menu .times a {
  color: #000;
  font-size: 10px;
  vertical-align: top;
}

#times-carousel .owl-item {
  text-align: right;
}

#times-carousel {
  max-height: 15px;
  overflow: hidden;
}

#venue-menu {
  background-color: #666;
  float: right;
  margin-top: -9px;
  margin-bottom: 10px;
}

#venue-menu ul {
  margin-left: 0px;
}

#venue-menu ul li {
  float: left;
  padding: 0;
  margin: 5px 10px;
  list-style: none;
}

#venue-menu ul li.menu-item-has-children {
  background: url(files/images/icon-nav-white.png) no-repeat right;
  padding-right: 13px;
}

#venue-menu ul li a {
  color: #FFF;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}

#venue-menu ul li a:hover {
  color: #ababab;
}

#venue-menu ul li>.sub-menu {
  display: none;
  position: absolute;
  margin-top: 0px;
  padding-top: 5px;
  margin-left: -10px;
}

#venue-menu ul li:hover .sub-menu {
  display: block;
}

#venue-menu ul li>.sub-menu li {
  clear: both;
}

#menu-responsive {
  /*background: #4d4d4d;*/
  background-color: rgba(77, 77, 77, 0.95);
  width: 100%;
  right: -100%;
}

.open-responsive-nav {
  padding: 0px;
}

nav#main-nav ul .sub-menu li a, nav#responsive-nav .sub-menu li a {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px;
}

nav#responsive-nav ul li {
  border-top: 0px;
}

nav#responsive-nav>ul li>a {
  color: #FFF;
  font-family: 'Montserrat', sans-serif !important;
  border-bottom: 1px solid #FFF;
}

nav#responsive-nav>ul>li.menu-item-has-children>a {
  background: url(files/images/icon-nav-arrow.png) no-repeat 300px;
}

nav#responsive-nav>ul li .sub-menu {
  display: none;
  padding-left: 0px !important;
}

nav#responsive-nav>ul li .sub-menu a {
  border-bottom: 1px solid #666;
}

/*nav#responsive-nav > ul > li > a{background: url(files/images/icon-nav-white.png) no-repeat right; padding-right: 13px; }*/
/*nav#responsive-nav ul .sub-menu{ display: none; }
nav#responsive-nav ul li:hover .sub-menu { display: block; }*/
/**********************************************
* FORMS
***********************************************/
.gform_body label {
  display: none !important;
}

.gform_body .gfield_radio label,
.gform_body .gfield_checkbox label {
  display: inline-block !important;
}

#section-newsletter .gform_body label {
  display: block !important;
}

.gform_body ul li {
  margin-top: 0px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 47% !important;
  margin-bottom: 10px;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
  font-size: 13px !important;
}

.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last,
.gform_wrapper .ginput_complex .ginput_right {
  margin-right: 35px;
  margin-left: 0px !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
  padding: 10px 20px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 40px;
}

/**********************************************
* SEARCH
***********************************************/
.search .main-content {
  width: 100%;
}

.search h4.subtitle {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-size: 35px;
}

.search .post-meta,
.search .blog-date,
.search aside {
  display: none;
}

.search .blog-content {
  float: none;
}

.search .blog-entry {
  padding-top: 20px;
  margin-top: 20px;
}

.search #searchform-big {
  background: #f6f6f6;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.search #searchform-big div {
  padding: 20px;
  float: left;
}

.search input {
  float: left;
}

.search #searchsubmit {
  margin-left: 10px;
  background: #afafaf;
}

.search #searchsubmit:hover {
  background-color: #ac9561;
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
}

#searchform-big #s {
  padding: 16px;
}

.post-type-archive-ska .readmore-button {
  display: none;
}

/* border-box */
.search-container *,
.search-container *:after,
.search-container *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* search bar focus */
.search-container *:focus,
.search-container *:focus .search-icon-btn {
  color: #333333;
  outline: 0;
}

/* search bar container */
.search-container {
  display: table;
  position: relative;
  width: 21px;
}

/* search icon button */
.search-icon-btn {
  display: table-cell;
  height: 40px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  z-index: 2;
  color: #FFF;
}

/* search bar input container */
.search-input {
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 0px;
}

/* search bar input */
.search-input input.search-bar {
  border: 0px solid #cccccc;
  height: 40px;
  padding: 0px;
  width: 0px;
  background-color: #FFF;
  /*margin-top:40px;*/
  -webkit-appearance: none !important;
  border-radius: 0 !important;
}

.search-input input.search-bar:focus {
  padding-left: 20px;
  padding-right: 10px;
  width: 152px;
  background-color: #FFF;
}

/* transition effect */
.search-input input.search-bar,
.search-icon-btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* hover on search bar container */
.search-container:hover>.search-input input.search-bar {
  padding-left: 20px;
  padding-right: 10px;
  width: 152px;
}

/**********************************************
* FOOTER
***********************************************/
footer {
  background: #f3f3f4;
  color: #000;
  text-align: left;
  font-size: 10px;
  padding: 20px 0 40px 0;
}

footer h5 {
  color: #767778 !important;
  border-bottom: 1px solid #767778;
  text-align: left;
  padding-bottom: 10px;
  font-size: 16px;
}

.footer-col {
  float: left;
}

#footer-one {
  width: 23%;
  padding-right: 2%;
}

#footer-two {
  width: 48%;
  padding-right: 2%;
}

#footer-three {
  width: 25%;
}

#footer-three a {
  margin-top: 20px;
  font-size: 24px;
  color: #a7a9ac;
  float: right;
  padding: 0 5px;
}

#footer-misc {
  clear: both;
  width: 100%;
  color: #767778;
  padding: 20px 0 10px 0;
}

#credits {
  float: left;
}

#credits a {
  color: #000;
  font-weight: 800;
}

#copyright {
  float: right;
  text-align: right;
}

footer ul {
  list-style: none;
  margin-left: 0px;
}

footer ul li {
  text-align: left;
  margin-top: 0px;
}

footer a {
  color: #767778;
}

footer a:hover {
  color: #ad9762 !important;
}

.banner {
  margin-bottom: 30px;
}

.banner img {
  width: 100%;
}

#footer-logo {
  margin-top: 40px;
  clear: both;
  float: right;
}

#footer-nav {
  margin-top: 20px;
}

#footer-nav ul li {
  float: left;
  width: auto;
  padding-right: 15px;
}

#footer-nav ul li a {
  font-weight: 700;
  color: #000;
}

#footer-nav ul li ul {
  margin-top: 0px;
}

#footer-nav ul li ul li {
  float: left;
  width: auto;
  clear: both;
}

#footer-nav ul li ul li a {
  font-weight: 400;
  color: #767778;
}

/**********************************************
* SLIDERS
***********************************************/
.tp-leftarrow.default, .tp-rightarrow.default {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  -o-border-radius: 999px;
}

.tp-caption.xone-text-white, .xone-text-white {
  font-size: 28px !important;
  line-height: 35px !important;
  text-align: center;
}

.tp-caption.xone-text-white p {
  margin-top: 5px !important;
}

.tp-caption.xone-text-white span {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 5px !important;
  font-weight: bold;
  font-size: 36px !important;
  line-height: 40px !important;
}

.tp-caption.xone-text-white span.gold {
  color: #ac9561 !important;
}

.tp-caption.xone-text-white span.big {
  font-size: 38px;
}

/**********************************************
* MINI CALENDAR
***********************************************/
.tribe-mini-calendar thead {
  background: #FFF;
}

.tribe-mini-calendar-nav td {
  background: #FFF !important;
  border-color: #FFF !important;
  color: #999b9d;
}

.tribe-mini-calendar-nav span {
  color: #999b9d !important;
}

.tribe-mini-calendar td {
  background: #FFF !important;
}

.tribe-mini-calendar td.tribe-events-has-events {
  background: #666 !important;
}

.tribe-mini-calendar div[id*='daynum-'] a {
  padding-top: 5px !important;
  margin-top: 0px !important;
}

.tribe-mini-calendar-dayofweek {
  background: #FFF !important;
  color: #999b9d !important;
  border: 0px !important;
  border-bottom: 1px solid #999b9d !important;
  padding-bottom: 9px !important;
  font-size: 10px;
}

.tribe-mini-calendar-no-event {
  color: #333333 !important;
  background: #FFF !important;
  font-weight: 400 !important;
  font-size: 11px !important;
}

.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today,
.tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event,
.tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event {
  background-color: #ad9762 !important;
  color: #FFF !important;
}

.tribe-mini-calendar-nav span {
  font-weight: 400 !important;
  margin-bottom: 10px;
}

.tribe-mini-calendar .tribe-events-has-events a {
  font-size: 11px;
}

.tribe-mini-calendar td.tribe-events-has-events a:hover {
  color: #ac9561;
}

.tribe-mini-calendar .tribe-events-has-events.tribe-events-present a:hover, .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a:hover {
  background-color: #ac9561 !important;
}

.tribe-mini-calendar-list-wrapper {
  display: none;
}

.tribe-mini-calendar-list-wrapper h2 a:link {
  font-weight: 400 !important;
}

/**********************************************
* EVENTS
***********************************************/
.events-archive .section-title {
  display: none;
}

.events-archive .section-inner {
  /*padding-top: 0px;*/
}

.events-archive #tribe-events {
  margin-bottom: 20px;
}

h2.tribe-events-single-event-title,
h2.tribe-events-page-title {
  font-weight: 700 !important;
  text-transform: uppercase;
}

h3.tribe-events-related-events-title {
  text-transform: uppercase;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
  background-color: #666;
}

#legend a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif !important;
}

.tribe-events-back a {
  text-transform: uppercase;
}

.tribe-events-calendar thead th {
  font-weight: 400 !important;
}

#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
  font-size: 12px;
}

.tribe-events-calendar td div[id*=tribe-events-daynum-] {
  font-weight: 400;
}

.tribe-events-nav-next a, .tribe-events-nav-previous a {
  font-size: 16px !important;
}

.post-type-archive-tribe_events .addthis_toolbox {
  display: none;
}

.events-gridview #tribe-events-footer {
  position: absolute;
  top: 0;
  width: 100%;
}

h2.tribe-events-list-event-title a {
  font-size: 25px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.single-tribe_venue .tribe-events-list .type-tribe_events h2 a {
  font-size: 25px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.tribe-tickets-remaining {
  display: none !important;
}

/**********************************************
* HOME
***********************************************/
#section-home #blog-grid {
  margin-top: 0px;
  width: 100%;
  overflow-x: hidden;
}

#section-home #blog-grid h4, #section-home #blog-grid p {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 5px;
}

#section-home #blog-grid .entry-media {
  display: none;
}

#section-home #blog-grid .post-meta {
  display: none;
}

#section-home #blog-grid .blog-intro,
#section-home #blog-grid p {
  margin-top: 0px;
}

#section-home #blog-grid .readmore-button {
  color: #808285;
  border-bottom: 0px;
  font-size: 11px;
  margin-bottom: 10px;
  font-style: italic;
  text-transform: none;
}

#section-home #blog-grid .readmore-button:hover {
  color: #AC955A;
}

#section-home .blog-headline .post-name a {
  color: #808285;
}

.afti-short-timeline {
  margin-left: 0px;
}

.afti-short-timeline img {
  width: auto !important;
  padding-bottom: 10px;
  padding-right: 10px;
}

.afti-short-timeline li {
  list-style: none;
  font-size: 10px;
  line-height: 16px;
  clear: both;
}

.afti-short-timeline p {
  display: none;
}

.afti-short-timeline .atfi_timestamp {
  display: none;
}

/**********************************************
* DEFAULT
***********************************************/
.page-template-default .section-title h2 {
  text-transform: uppercase;
  text-align: left;
  font-weight: 700 !important;
}

.page-template-default .wrapper:nth-child(2) .section-title h2 {
  text-align: center;
  margin-top: 50px;
  text-transform: none;
  font-weight: 400 !important;
}

.page-template-default .horizontalsection {
  margin-top: 30px;
}

.page-template-default .google-map {
  margin-bottom: 30px;
}

/**********************************************
* ONE PAGE (with rev slider)
***********************************************/
.page-template-template-onepage .section-title {
  margin-top: 20px;
}

.page-template-template-onepage .page-body img {
  width: 100%;
}

.page-template-template-onepage h3 {
  color: #999b9d;
  font-weight: 400 !important;
  display: inline-block;
  line-height: 24px;
}

.page-template-template-onepage h6 {
  color: #999b9d;
  text-align: center;
}

.page-template-template-onepage h3 img {
  float: left;
  padding-right: 5px;
  width: auto !important;
  margin-top: -10px;
}

.page-template-template-onepage .seperator {
  margin-top: 20px;
  margin-bottom: 10px;
}

.page-template-template-onepage .one-third a {
  font-weight: 800;
  margin-top: 5px;
  display: inline-block;
}

.column-section:nth-child(2) {
  margin-top: 40px;
}

/**********************************************
* LAUDERDALE #512d7c
***********************************************/
.page-id-24 .dark-header, .parent-pageid-24 .dark-header {
  background-color: #ababab;
}

.page-id-24 nav#main-nav>ul>li.current-menu-item>a, .page-id-24 nav#main-nav>ul>li.current-menu-ancestor>a,
.parent-pageid-24 nav#main-nav>ul>li.current-menu-item>a, .parent-pageid-24 nav#main-nav>ul>li.current-menu-ancestor>a {
  color: #262626;
}

.page-id-24 #venue-trigger, .parent-pageid-24 #venue-trigger {
  background-color: #512d7c;
}

.page-id-24 #venue-menu, .parent-pageid-24 #venue-menu {
  background-color: #512d7c;
}

.page-id-24 #venue-menu ul li>.sub-menu, .parent-pageid-24 #venue-menu ul li>.sub-menu {
  background-color: #512d7c;
}

.page-id-24 .page-body a, .parent-pageid-24 .page-body a {
  color: #512d7c;
  font-weight: bold;
}

.page-id-24 .column-section:nth-child(1), .parent-pageid-24 .column-section:nth-child(1) {
  margin: 40px 0;
}

.page-id-24 .tribe-mini-calendar .tribe-events-present,
.page-id-24 .tribe-mini-calendar .tribe-mini-calendar-today,
.page-id-24 .tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event,
.page-id-24 .tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event,
.parent-pageid-24 .tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event,
.parent-pageid-24 .tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event {
  background-color: #512d7c !important;
}

.parent-pageid-24 #section-service-times-information h6 {
  color: #512d7c;
}

.parent-pageid-24 #section-service-times-information table tr:nth-child(1) {
  color: #512d7c;
  font-weight: bold;
}

/**********************************************
* WEMBLEY #1b7aae
***********************************************/
.page-id-26 .dark-header, .parent-pageid-26 .dark-header {
  background-color: #ababab;
}

.page-id-26 nav#main-nav>ul>li.current-menu-item>a, .page-id-26 nav#main-nav>ul>li.current-menu-ancestor>a,
.parent-pageid-26 nav#main-nav>ul>li.current-menu-item>a, .parent-pageid-26 nav#main-nav>ul>li.current-menu-ancestor>a {
  color: #262626;
}

.page-id-26 #venue-trigger, .parent-pageid-26 #venue-trigger {
  background-color: #1b7aae;
}

.page-id-26 #venue-menu, .parent-pageid-26 #venue-menu {
  background-color: #1b7aae;
}

.page-id-26 #venue-menu ul li>.sub-menu, .parent-pageid-26 #venue-menu ul li>.sub-menu {
  background-color: #1b7aae;
}

.page-id-26 .page-body a, .parent-pageid-26 .page-body a {
  color: #1b7aae;
  font-weight: bold;
}

.page-id-26 .column-section:nth-child(1), .parent-pageid-26 .column-section:nth-child(1) {
  margin: 40px 0;
}

.page-id-26 .tribe-mini-calendar .tribe-events-present,
.page-id-26 .tribe-mini-calendar .tribe-mini-calendar-today,
.page-id-26 .tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event,
.page-id-26 .tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event,
.parent-pageid-26 .tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event,
.parent-pageid-26 .tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event {
  background-color: #1b7aae !important;
}

.parent-pageid-26 #section-service-times-information h6 {
  color: #1b7aae;
}

.parent-pageid-26 #section-service-times-information table tr:nth-child(1) {
  color: #1b7aae;
  font-weight: bold;
}

/**********************************************
* BEVIS MARKS #621b25
***********************************************/
.page-id-28 .dark-header, .parent-pageid-28 .dark-header {
  background-color: #ababab;
}

.page-id-28 nav#main-nav>ul>li.current-menu-item>a, .page-id-28 nav#main-nav>ul>li.current-menu-ancestor>a,
.parent-pageid-28 nav#main-nav>ul>li.current-menu-item>a, .parent-pageid-28 nav#main-nav>ul>li.current-menu-ancestor>a {
  color: #262626;
}

.page-id-28 #venue-trigger, .parent-pageid-28 #venue-trigger {
  background-color: #621b25;
}

.page-id-28 #venue-menu, .parent-pageid-28 #venue-menu {
  background-color: #621b25;
}

.page-id-28 #venue-menu ul li>.sub-menu, .parent-pageid-28 #venue-menu ul li>.sub-menu {
  background-color: #621b25;
}

.page-id-28 .page-body a, .parent-pageid-28 .page-body a {
  color: #621a26;
  font-weight: bold;
}

.page-id-28 .column-section:nth-child(1), .parent-pageid-28 .column-section:nth-child(1) {
  margin: 40px 0;
}

.page-id-28 .tribe-mini-calendar .tribe-events-present,
.page-id-28 .tribe-mini-calendar .tribe-mini-calendar-today,
.page-id-28 .tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event,
.page-id-28 .tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event,
.parent-pageid-28 .tribe-mini-calendar .tribe-events-present .tribe-mini-calendar-no-event,
.parent-pageid-28 .tribe-mini-calendar .tribe-mini-calendar-today .tribe-mini-calendar-no-event {
  background-color: #621b25 !important;
}

.parent-pageid-28 #section-service-times-information h6 {
  color: #621b25;
}

.parent-pageid-28 #section-service-times-information table tr:nth-child(1) {
  color: #621b25;
  font-weight: bold;
}

.page-id-28 .horizontalsection:last-child {
  margin-top: 20px;
}

.page-id-28 .tp-caption.xone-text-white span {
  font-weight: normal;
  padding: 5px 20px !important;
}

.page-id-28 .tp-caption.xone-text-white span.big {
  font-size: 52px !important;
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 8px !important;
}

.page-id-28 .horizontalsection {
  font-weight: normal;
}

.page-id-28 .horizontalsection .gold {
  font-size: 52px;
  font-family: 'Montserrat', sans-serif !important;
  color: #ad9762;
}

.page-id-28 .horizontalsection {
  line-height: 50px;
}

/**********************************************
* SHABBAT TIMES
***********************************************/
#section-shabbat-times-festival-fast-dates table {
  width: 100%;
  margin-top: 30px;
  text-align: left;
}

#section-shabbat-times-festival-fast-dates table td {
  width: 20%;
}

#section-shabbat-times-festival-fast-dates table td:nth-child(2) {
  color: #000;
  font-weight: bold;
}

#section-shabbat-times-festival-fast-dates table td:nth-child(4) {
  color: #000;
  font-weight: bold;
}

#section-shabbat-times-festival-fast-dates table tr:nth-child(1) {
  color: #ad9762 !important;
  font-weight: bold;
}

#section-shabbat-times-festival-fast-dates table tr:nth-child(1) td {
  padding-bottom: 20px;
  color: #ad9762;
}

/**********************************************
* SERVICE TIMES & INFO
***********************************************/
#section-service-times-information h6 {
  font-weight: 700 !important;
  text-align: center;
}

#section-service-times-information .column-section:nth-child(1) table {
  width: 100%;
  margin-top: 20px;
}

#section-service-times-information .column-section:nth-child(1) table td {
  width: 30%;
  padding-bottom: 5px;
}

/**********************************************
* BLOG
***********************************************/
#section-blog .main-content {
  margin-bottom: 40px;
}

#section-blog h2 {
  display: none;
}

#section-blog .blog-media {
  margin-bottom: 20px;
}

#section-blog .blog-headline h3 {
  text-transform: uppercase;
  font-weight: 700 !important;
}

#section-blog .widget-title {
  border-bottom: 1px solid #333;
}

#section-blog a.readmore-button {
  color: #ad9762;
  border-bottom: none;
}

#section-blog a.readmore-button:hover {
  color: #333;
}

.addthis_toolbox {
  margin-top: 20px;
}

aside .widget:nth-child(4),
aside .widget:nth-child(5),
aside .widget:nth-child(6) {
  margin-bottom: 40px;
}

aside .widget:nth-child(4) img,
aside .widget:nth-child(5) img,
aside .widget:nth-child(6) img {
  margin-right: 5px;
}

aside .widget:nth-child(4) .atfi_link,
aside .widget:nth-child(5) .atfi_link,
aside .widget:nth-child(6) .atfi_link {
  display: none;
}

aside .widget:nth-child(4) li,
aside .widget:nth-child(5) li,
aside .widget:nth-child(6) li {
  font-size: 12px;
  line-height: 16px;
}

aside .widget:nth-child(4) iframe,
aside .widget:nth-child(5) iframe,
aside .widget:nth-child(6) iframe {
  display: none;
}

.archive #section-blog h2 {
  display: block;
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: left;
}

.archive h4.subtitle {
  display: none;
}

/**********************************************
* STAFF
***********************************************/
#section-administrative-staff h6,
#section-rabbis h6 {
  text-transform: uppercase;
  font-weight: 700 !important;
  margin-top: 10px;
}

#section-administrative-staff .one-fourth img,
#section-rabbis .one-fourth img {
  max-height: 200px;
}

#section-administrative-staff .one-fourth p,
#section-rabbis .one-fourth p {
  margin-top: 0px;
  font-size: 12px;
}

/**********************************************
* WOOCOMMERCE
***********************************************/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #ac9561;
  text-transform: uppercase;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #333;
}

.woocommerce-tabs {
  display: none;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce div.product {
  width: 100%;
  float: left;
}

.woocommerce .quantity .qty {
  padding: 7px;
}

.woocommerce #payment #place_order, .woocommerce form .form-row-last, .woocommerce-page #payment #place_order, .woocommerce-page form .form-row-last {
  z-index: 999;
}

.woocommerce #order_review {
  margin-bottom: 40px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 15px;
}

.woocommerce-page .section-title h2 {
  text-transform: uppercase;
  font-weight: 700 !important;
  text-align: left;
}

.product_title {
  text-transform: uppercase;
  font-weight: 400 !important;
}

.woocommerce h3 {
  text-transform: uppercase;
  font-weight: 400 !important;
}

.woocommerce-page .related {
  clear: both;
}

.woocommerce-page .related a.add_to_cart_button {
  display: none !important;
}

.woocommerce-page #content {
  display: inline-block;
  width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  min-height: 50px;
}

.woocommerce-reports-wide .postbox .chart-widgets li.chart-widget .section, .woocommerce-reports-wrap .postbox .chart-widgets li.chart-widget .section {
  margin-right: -375px;
  z-index: 999998;
}

/* DONATE*/
.postid-896 .images {
  display: none;
}

.postid-896 .entry-summary {
  float: left !important;
}

/* PRODUCT CATEGORIES */
.tax-product_cat .woocommerce-ordering {
  display: none;
}

.tax-product_cat a.add_to_cart_button {
  display: none !important;
}

/* CHECKOUT */
#attendee_details {
  float: right;
  width: 48%;
}

/*************************
* Tribe Events
*************************/
.tribe-dismiss-notice.notice.notice-warning.tribe-notice-pue_key-invalid_key.is-dismissible {
  display: none !important;
}

div#tribe-events-header {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tribe-is-responsive.tribe-mobile .tribe-events-page-title {
    margin-top: 1.5em;
  }
}

/*************************
* Gravity forms Donation
*************************/
input#gform_next_button_24_12 {
  background: #837250;
  color: white;
  padding: 15px 20px 15px 20px;
  font-weight: bold;
  font-size: 20px;
}

label#label_24_6_0,
label#label_25_6_0,
label#label_24_6_1,
label#label_25_6_1,
label#label_24_6_2,
label#label_25_6_2,
label#label_24_6_3,
label#label_25_6_3,
label#label_24_6_4,
label#label_25_6_4,
label#label_24_6_5,
label#label_25_6_5,
label#label_24_6_6,
label#label_25_6_6,
label#label_25_6_7 {
  font-size: 28px;
  width: 100% !important;
  height: 100% !important;
}

li#field_24_9,
li#field_25_9,
li#field_24_8,
li#field_25_8,
li#field_24_10,
li#field_25_10 {
  text-align: center;
  font-size: 28px;
  text-decoration: underline;
  padding-bottom: 20px;
}

input#gform_previous_button_24,
input#gform_previous_button_25,
input#gform_next_button_24_12,
input#gform_next_button_25_12 {
  float: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border: none;
  color: #ffffff;
  background: #262626;
  cursor: pointer;
  padding: 15px 40px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

input#gform_previous_button_24:hover,
input#gform_previous_button_25:hover,
input#gform_next_button_25_12:hover,
input#gform_next_button_24_12:hover {
  background-color: #ac9561;
}

input#gform_submit_button_24,
input#gform_submit_button_25 {
  float: right;
}

ul#input_24_6,
ul#input_25_6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

div#gform_page_24_1 .gfield_radio li input[type=radio]:checked~label,
div#gform_page_25_1 .gfield_radio li input[type=radio]:checked~label {
  background: #AC9664;
  color: #fff;
  width: 100%;
  margin: 0;
  max-width: 100%;
  height: 100%;
}

li.gchoice_24_6_0,
li.gchoice_24_6_1,
li.gchoice_24_6_2,
li.gchoice_24_6_3,
li.gchoice_24_6_4,
li.gchoice_24_6_5,
li.gchoice_24_6_6,
li.gchoice_25_6_0,
li.gchoice_25_6_1,
li.gchoice_25_6_2,
li.gchoice_25_6_3,
li.gchoice_25_6_4,
li.gchoice_25_6_5,
li.gchoice_25_6_6,
li.gchoice_25_6_7,
li.gchoice_25_6_8 {
  width: 32.33%;
  border: 1px solid #000;
  text-align: center;
  margin: 10px !important;
}

div#gform_page_24_1 input#choice_24_6_0,
div#gform_page_24_1 input#choice_24_6_1,
div#gform_page_24_1 input#choice_24_6_2,
div#gform_page_24_1 input#choice_24_6_3,
div#gform_page_24_1 input#choice_24_6_4,
div#gform_page_24_1 input#choice_24_6_5,
div#gform_page_24_1 input#choice_24_6_6,
div#gform_page_25_1 input#choice_25_6_0,
div#gform_page_25_1 input#choice_25_6_1,
div#gform_page_25_1 input#choice_25_6_2,
div#gform_page_25_1 input#choice_25_6_3,
div#gform_page_25_1 input#choice_25_6_4,
div#gform_page_25_1 input#choice_25_6_5,
div#gform_page_25_1 input#choice_25_6_6,
div#gform_page_25_1 input#choice_25_6_7,
div#gform_page_25_1 input#choice_25_6_8 {
  display: none;
  width: 100% !important;
}

.gf_progressbar_percentage.percentbar_custom.percentbar_50 {
  background-color: #8BB0D5 !important;
}

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

  li.gchoice_24_6_0,
  li.gchoice_24_6_1,
  li.gchoice_24_6_2,
  li.gchoice_24_6_3,
  li.gchoice_24_6_4,
  li.gchoice_24_6_5,
  li.gchoice_24_6_6,
  li.gchoice_25_6_0,
  li.gchoice_25_6_1,
  li.gchoice_25_6_2,
  li.gchoice_25_6_3,
  li.gchoice_25_6_4,
  li.gchoice_25_6_5,
  li.gchoice_25_6_6,
  li.gchoice_25_6_7,
  li.gchoice_25_6_8 {
    width: 46.6%;
    border: 1px solid #000;
    text-align: center;
    margin: 10px !important;
  }
}

label#label_25_6_8 {
  line-height: 40px;
  font-size: 20px;
}

/*************************
* Gravity
*************************/
.gform_wrapper .ginput_complex.ginput_container.has_first_name.has_last_name span.name_last {
  margin-right: 0px !important;