/*
Theme Name: hottentot
Author: TAURUSANDEAGLE
Author URI: http://taurusandeagle.com
Description: A custom theme for Hottentot
Version: 1.0.0
Text Domain: hottentot

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #505050;
	font-family: 'brandon-grotesque', sans-serif;
	font-size: 18px;
	line-height: 1.7;
    letter-spacing: 0.64px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    text-align: center;
}

h1 {
    font-family: "Playfair Display";
    font-weight: 400;
    font-size: 56px;
    line-height: 75px;
    color: #FFFFFF;
    letter-spacing: 3.5px;
}

h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    letter-spacing: 1.71px;
    margin-bottom: 0;
}

.stripe:before {
    content: "";
    display: block;
    background: #505050;
    opacity: 0.5;
    width: 50px;
    height: 2px;
    display: inline-block;
    float: left;
    margin-top: 35px;
}

h3 {
    font-family: "Playfair Display";
    font-weight: 700;
    font-style: italic;
    font-size: 30px;
    letter-spacing: 0.33px;
    margin-top: 0;
    text-align: left;
    color: #505050;
}

.home h3 {
    font-size: 20px;
}

.text h3 {
    margin: 0;
}

.text h3:after, .contact h3:after, .single-post h3:after, .txt_fullwidth .txt h3:after {
    content: "";
    display: block;
    background: #B5985F;
	height: 2px;
    width: 75px;
    margin-top: 28px;
    margin-bottom: 35px;
}

h3.subtitle {
    color: #B5985F;
    font-size: 20px;
    text-align: center;
}

h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1.29px;
}

h5 {
    font-weight: 700;
    font-size: 24px;
    color: #B5985F;
    letter-spacing: 0.2px;
}

h5.subtitle {
    font-family: "Playfair Display";
}

h6 {
    font-weight: 700;
    font-size: 16px;
    color: #B5985F;
    letter-spacing: 0.48px;
    text-transform: uppercase;
}


p {
	margin-bottom: 1.5em;
}

.intro {
    font-size: 30px;
    color: #505050;
    letter-spacing: 0.38px;
    line-height: 42px;
}

.intro em, .intro-italic strong {
    font-family: "Playfair Display";
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    color: #A88E61;
    letter-spacing: 0.38px;
    line-height: 42px;
}

.intro-italic {
    font-family: "Playfair Display";
    font-style: italic;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.number {
    color: rgba(255,255,255,.75);
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 1.71px;
    position: absolute;
    right: 30px;
    bottom: 15px;
}

em strong, strong em {
    font-family: "Playfair Display";
    font-weight: 700;
    font-style: italic;
    color: #A88E61;
}

.number:before {
    content: "";
    display: block;
    background: #fff;
    opacity: 0.75;
    width: 50px;
    height: 2px;
    display: inline-block;
    float: left;
    margin-top: 35px;
    margin-right: 10px;
}

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

blockquote {
	margin: 45px 0;
    padding: 45px 0;
    font-family: "Playfair Display";
    font-style: italic;
    font-size: 30px;
    color: #A88E61;
    letter-spacing: 0.38px;
    line-height: 42px;
    text-align: center;
}

.quote:before, .quote:after {
    content: "";
    width: 375px;
    height: 1px;
    background: #A88E61;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #F6F6F6;
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #979797;
	border: 0;
	height: 1px;
	margin: 70px auto;
    opacity: 0.5;
}

hr.small {
    background-color: #fff;
    opacity: 1;
    width: 175px;
    margin: 30px auto 20px auto;
}

hr.gold {
   background-color: #B5985F;
	border: 0;
	height: 2px;
    width: 75px;
}

ul,
ol {
	margin: 0;
    padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ul li {
    list-style: none;
}

ul li:before {
    background: #B5985F;
    width: 7px;
    height: 7px;
    display: inline-block;
    content: "";
    border-radius: 100%;
    margin-right: 20px;
}

footer ul li:before {
    display: none;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

.overflow {
    overflow: hidden;
}

.absolute {
    position: absolute;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.overlay.black {
    background: rgba(0,0,0,0.5);
}

.overlay.black-gradient {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.2) 50%, rgba(0,0,0,100) 130%);
}

.overlay.black-gradient:hover {
    background-image: linear-gradient(180deg, rgba(0,0,0,0.5) 50%, rgba(0,0,0,100) 130%);
}

.overlay.link {
    z-index: 2;
}

.bg-white-gradient {
    background-image: linear-gradient(0deg, rgba(246,246,246,0.8) 0%, rgba(255,255,255,.95) 50%, white 100%);
}

.bg-white {
    background: #fff;
}

.bg-beige {
    background: #F6F6F6;
}

.bg-image {
    background-image: url('img/hottentot-bg.jpg');
    background-size: cover;
    background-position: center;
}

.flex {
    display: flex;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid #fff;
	border-radius: 0;
    background: #B5985F;
    font-family: "Playfair Display";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.88px;
	line-height: 1;
    text-decoration: none;
	padding: 16px 30px;
    margin: 0 10px;
}

.btn.secondary {
    background: rgba(181,152,95,.4);
    padding: 13px 40px;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: #FFFFFF;
    border: 2px solid rgba(80,80,80,.8);
}


.btn.secondary:hover {
    background: rgba(181,152,95,.8);
    padding: 13px 40px;
    color: #FFFFFF;
}


.btn-wrap {
    display: block;
    text-align: center;
    margin: 50px auto 90px;
}

.btn:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #1F2B40;
    background: none;
	border: none;
	border-bottom: 1.5px solid #505050;
	padding: 0 0 8px 0;
	font-family: 'Playfair Display', sans-serif!important;
	letter-spacing: 1px!important;
	font-size: 14px!important;
	font-style: italic!important;
    margin-bottom: 20px;
    -webkit-appearance:none;
    -webkit-border-radius:0;
}

.dropdown select {
	border: none;
    padding: 0 0 8px 0;
    width: 100%;
    border-radius: 0;
    border-bottom: 1.5px solid #1F2B40;
    font-family: 'Playfair Display',
    sans-serif!important;
    letter-spacing: 1px!important;
    font-size: 14px!important;
    font-style: italic!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('img/dropdown.png');
    background-image: url('img/dropdown.svg'),none;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #1F2B40;
	border-bottom: 1.5px solid #AD9361;
	outline: none;
}

textarea {
	width: 100%;
    height: 100px;
}

::-webkit-input-placeholder {color: #505050; opacity: 1!important;}
:-moz-placeholder {color: #505050; opacity: 1!important;}
::-moz-placeholder {color: #505050; opacity: 1!important;}
:-ms-input-placeholder {color: #505050; opacity: 1!important;}

form ul {
    padding: 0;
    margin: 0;
}

form ul li {
    list-style: none;
}

form ul li:before, header ul li:before {
    display: none;
}


input[type="file"] {
    padding: 0 0 5px 35px;
    background-image: url('img/upload.png');
    background-image: url('img/upload.svg'), none;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 15px;
}

.contact form ul li label.gfield_label {
    display: none;
}

.contact form ul li {
    float: left;
    width: 48%;
    margin-left: 2%;
}

.contact form ul li:nth-child(odd) {
    clear: both;
    margin-right: 2%;
    margin-left: 0%;
}

.contact form ul li input, .contact form ul li select {
    width: 100%;
}

.contact #field_1_6, .contact .wide {
    width: 100%;
    margin: 0;
}

.contact #field_1_6 textarea {
    margin-bottom: 0;
}

.contact #input_1_5 {
    background-image: url('img/dropdown.png');
    background-image: url('img/dropdown.svg'),none;
    background-position: right center;
    background-repeat: no-repeat;
    background-color: transparent;
}

.contact li.upload .gfield_label {
    display: block;
    color: #1F2B40;
    font-family: 'Playfair Display', sans-serif!important;
	letter-spacing: 1px!important;
	font-size: 14px!important;
	font-style: italic!important;
    margin-top: -4px;
    padding-top: 8px;
}


.contact li.upload {
    padding: 0 0 5px 35px;
    background-image: url('img/upload.png');
    background-image: url('img/upload.svg'), none;
    background-position: left 10px;
    background-repeat: no-repeat;
    background-size: 15px;
    float: none;
    clear: both;
    margin: 0;
}

.contact li.upload input {
    padding: 0;
    margin: 0;
    position: absolute;
    top: -40px;
    left: -50px;
    font-size: 11px;
    cursor: pointer;
    height: 50px;
    width: 260px!important;
    opacity: 0;
}

.contact form .checkbox, .contact form .upload {
    width: 60%;
}

.contact form .checkbox li {
    width: 100%;
}

.checkbox li label  {
	display: block;
    position: relative;
    color: #1F2B40;
    font-family: 'Playfair Display', sans-serif!important;
	letter-spacing: 1px!important;
	font-size: 14px!important;
	font-style: italic!important;
    margin-top: -4px;
    padding-left: 35px;
}

.checkbox input[type="checkbox"] {
    opacity: 0;
}

.checkbox label::before{
    content: "";
    display: inline-block;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    background: #B5985F;
}

.checkbox label::after {
    content: "";
    display: inline-block;
    height: 6px;
    width: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    
    transform: rotate(-45deg);
}

.checkbox label::before,
.checkbox label::after {
    position: absolute;
}
/*Outer-box*/
.checkbox label::before {
    top: 3px;
    left: 0;
}
/*Checkmark*/
.checkbox label::after {
    left: 4px;
    top: 7px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + label::after {
    content: none;
}
/*Unhide the checkmark on the checked state*/
.checkbox input[type="checkbox"]:checked + label::after {
    content: "";
}


.contact input[type="submit"] {
    float: right;
    margin-right: 0;
}

.contact .gform_footer {
    margin-top: -54px;
}

.parent-pageid-172 .contact {
    padding: 0 5% 5%;
}

.validation_error, .validation_message {
    font-size: 16px;
}

.ui-datepicker a {
    text-decoration: none;
    color: #B5985F;
    background: none!important;
    padding: 5px;
    box-shadow: none!important;
    width: 100%;
    text-align: center;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    font-weight: 400;
    color: #B5985F;
    letter-spacing: 0.64px;
    -moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
    text-decoration: none;
}


a:hover,
a:focus,
a:active {
	color: #505050;
}

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

.read-more {
    font-weight: bold;
}

.read-more:hover {
    border-bottom: 1px solid #B5985F;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header#masthead {
    height: 100px;
    background: rgba(255,255,255,0);
    width: 100%;
    z-index: 999;
    position: fixed;
    padding-top: 10px;
    top: 0;
    left: 0;
    transition: top 0.5s ease-in-out;
}

header#masthead.nav-up {
    top: -100px;
}

header#masthead.nav-down {
    top: 0;
    background: rgba(255,255,255,0.8);
}

.site-branding-mobile {
    display: none;
}

.site-branding .site-title {
	margin: 0;
    text-align: center;
    line-height: 0;
}

.site-branding .site-title a {
	background-image: url('img/logo_hottentot.png');
	background-image: url('img/logo_hottentot.svg'), none;
	background-repeat: no-repeat;
    background-size: contain;
	display: inline-block;
	width: 80px;
	height: 80px;
	font-size: 0;
}

header#masthead.nav-down .site-branding .site-title a {
    background-image: url('img/logo_hottentot-beige.png');
	background-image: url('img/logo_hottentot-beige.svg'), none;
}

.site-branding {
	float: left;
    width: 16%;
	position: relative;
	z-index: 1000;
}

.menu-left-container {
    float: left;
    width: 42%;
}

.menu-right-container {
    float: right;
    width: 42%;
}

.menu-right-container ul {
    float: right;
}

.main-navigation {
	float: left;
    padding: 0 5%;
	width: 100%;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
    margin-right: 40px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.88px;
    padding: 30px 0;
    text-transform: uppercase;
}

header#masthead.nav-down .main-navigation a {
    color: #505050;
}

.main-navigation a:hover {
    color: #A88E61;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

#right-menu {
    float: right;
}

/* Social Menu */

li.social {
    margin: 10px 10px 0px 0px;
}
li.social a {
	width: 15px;
	height: 15px;
	font-size: 0;
	display: inline-block;
	background-image: url('img/facebook.png');
	background-image: url('img/facebook.svg'), none;
	background-repeat: no-repeat;
	background-position: center;
}

li.social.pi a {
	background-image: url('img/pinterest.png');
	background-image: url('img/pinterest.svg'), none;
}

li.social.ig a {
	background-image: url('img/instagram.png');
	background-image: url('img/instagram.svg'), none;
}

li.social.li a {
	background-image: url('img/linkedin.png');
	background-image: url('img/linkedin.svg'), none;
}

li.social.last {
    margin-right: 40px;
}

li.menu-item-language {
    margin-right: 0px;
}

li.menu-item-language a {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    background: none;
    font-weight: normal;
    width: auto;
}

li.menu-item-language-current a {
    font-weight: bold;
}

li.menu-item-language a:after {
    content: "-";
    padding: 6px;
}

#right-menu li:last-of-type a:after {
    display: none;
}

.main-navigation.toggled #social-menu li {
    display: inline-block;
    margin: 0 6px;
    width: 38px;
    padding: 0;
}

.social li a:hover {
	opacity: 0.7;
}


/* Small menu. */

.menu-toggle {
    border: none;
    background-image: url('img/menu.png');
	background-image: url('img/menu.svg'), none;
    background-repeat: no-repeat;
    background-position: center;
	background-color: transparent;
    width: 30px;
    height: 25px;
    font-size: 0;
    float: right;
    position: absolute;
    right: 10px;
    top: 15px;
    margin: 0;
    z-index: 9999;
}

.menu-toggle:hover {
    border: none;
}


.main-navigation.toggled .menu-toggle {
    background-image: url('img/close.png');
	background-image: url('img/close.svg'), none;
}

.main-navigation.toggled li.logo {
    display: none;
}

.main-navigation.toggled .menu-left-container, .main-navigation.toggled .menu-right-container {
    width: 100%;
}


.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 800px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Custom styles
--------------------------------------------------------------*/

.wrap {
    width: 90%;
    margin: 0 auto;
}

.bg {
    background-position: center;
    background-size: cover;
}

.banner {
    width: 100%;
    height: 530px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner.full_height {
    min-height: 90vh;
}

.banner.full_height .btn-wrap {
    margin: 50px auto 10px;
}

.home .banner {
    height: 720px;
}

.banner-wrap {
    z-index: 1;
    position: relative;
    padding: 0 15%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.banner .intro-italic, .cta .intro-italic {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.cta .intro-italic {
    width: 50%;
}

.banner .down {
    width: 20px;
    height: 11px;
    font-size: 0;
    display: block;
    margin: 0 auto;
    padding: 15px;
    background-repeat: no-repeat;
    background-image: url('img/down.png');
    background-image: url('img/down.svg'), none;
}

/* homepage */

.home .banner h1 {
    width: 349px;
    height: 41px;
    font-size: 0;
    background-image: url('img/hottentot.png');
    background-image: url('img/hottentot.svg'), none;
    margin: 0 auto 46px auto;
    background-size: cover;
}

.home .intro {
    padding: 4% 15%;
    margin: -10% 5% 0;
    position: relative;
}

.home .intro p {
    margin: 40px 0 0 0;
}

.aanbod-overview {
    margin-top: 45px;
}

.aanbod-overview > div {
    position: relative;
    float: left;
    height: 430px;
    width: 100%;
    margin: 0 20px;
    background-position: center;
    background-size: cover;
}

.aanbod-overview {
    display: flex;
}

.aanbod-overview .left {
    border-right: 15px solid #F6F6F6;
}

.aanbod-overview .right {
    border-left: 15px solid #F6F6F6;
}

.titles {
    position: absolute;
    left: 70px;
    bottom: 60px;
}

.titles > * {
    text-align: left;
    margin: 0;
}

.cta {
    padding: 13% 0;
    text-align: center;
    position: relative;
}


.cta-wrap {
    position: relative;
}

.cta-wrap .btn-wrap {
    margin: 50px auto 10px;
}

.cta h2 {
    width: 386px;
    height: 135px;
    font-size: 0;
    background-image: url('img/hottentot_bonheiden.png');
    background-image: url('img/hottentot_bonheiden.svg'), none;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.cta h1 {
    width: 349px;
    height: 41px;
    font-size: 0;
    background-image: url('img/hottentot.png');
    background-image: url('img/hottentot.svg'), none;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.news {
    padding: 8% 5% 3% 5%;
    margin-top: -50px;
}

.home .news {
    z-index: 999;
    position: relative;
}

.home .news .btn-wrap {
    margin: 80px auto 40px;
}

.home .bg-image {
    padding-bottom: 5%;
}

.introduction {
    padding-left: 15%;
    width: 60%;
    margin-bottom: 5%;
    overflow: hidden;
    margin-top: -30px;
}

.introduction h2, .introduction h3 {
    text-align: left;
}

.introduction .intro {
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    width: 70%;
    margin: 20px 0 0 0;
    display: inline-block;
}

.troeven {
    background: #fff;
    width: 100%;
    padding: 4% 5%;
}

.page-id-7 .troeven {
    margin-top: 130px;
    background: none;
}

.three-items-row {
    overflow: hidden;
}
.three-items-row .item {
    width: 31.3%;
    margin-right: 2%;
    float: left;
}

.three-items-row .item:nth-of-type(3) {
    margin: 0;
}

.three-items-row .item h3 {
    -moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.5px;
}

.three-items-row .item:hover h3 {
    color: #B5985F;
}

.item {
    position: relative;
    background: #fff;
}

.item .overlay {
    z-index: 1;
}

.item .img {
    height: 250px;
    position: relative;
}

.item h6 {
    text-align: left;
    position: absolute;
    margin: 0;
    bottom: 25px;
    left: 40px;
}

.item .excerpt {
    padding: 12% 8%;
    color: #8B8B8B;
    font-size: 18px;
}

.blog .item .excerpt {
    background: #FFFFFF;
    box-shadow: 2px 2px 4px 0 rgba(231,231,231,0.50);
}

.instagram {
    margin: 100px auto;
}

#instafeed {
    display: flex;
    flex: 1 0 0%;
}

#instafeed a {
    width: 25%;
}

.blog .wrap {
    padding: 0 5%;
    margin: -5% auto 5% auto;
    position: relative;
}

.mobile-filter {
    display: none;
}

#filters {
    padding: 40px 0;
}

#filters ul {
    overflow: hidden;
}

#filters li {
    list-style: none;
    float: left;
}

#filters li:before {
    display: none;
}

#filters li button {
    font-family: 'Playfair Display';
    font-size: 14px;
    color: #505050;
    letter-spacing: 0.88px;
    background: none;
    border: 0;
    text-transform: none;
    margin: 0 60px 0 0;
    padding: 0;
    -moz-transition: all .7s ease-in-out;
	-webkit-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

#filters li button:hover {
    color: #8B8B8B;
}


.signature {
    background-image: url('img/an-en-joeri.png');
    background-image: url('img/an-en-joeri.svg'), none;
    font-size: 0;
    height: 40px;
    width: 131px;
    display: block;
    background-repeat: no-repeat;
}

/* flexible layout */
.txt_img_right, .txt_img_left {
    padding: 0 5%;
}

.page-child .txt_img_left {
    padding: 0 5%;
}

.txt_img_right .text, .txt_img_left .text {
    width: 50%;
    float: left;
    margin-top: 0;
    padding: 4% 7%; 
    z-index: 1;
    position: relative;
    color: #8B8B8B;
}


.txt_img_right .image, .txt_img_left .image {
    width: 50%;
    float: left;
}

.txt_img_right.neg_margin, .txt_img_left.neg_margin {
    margin-top: -5%;
}

.neg_margin_left .text {
    margin-top: -5%;
}

.add-white-gradient .text {
    background-image: linear-gradient(0deg, rgba(246,246,246,0.8) 0%, rgba(255,255,255,.95) 50%, white 100%);
}

.txt_img_right.neg_margin .image {
    position: relative;
}

.txt_fullwidth {
    padding: 1% 5%;
    background: #fff;
    margin: -80px 5% 80px;
    position: relative;
}

.single-post .content .blockquote  {
    padding: 0 10%;
}

.single-post .content ul {
    padding-bottom: 5%; 
}

.txt_fullwidth .txt {
    padding: 3% 10%;
}

.txt_fullwidth .txt p {
    margin: 1em 0;
}

.contact {
    font-size: 24px;
    color: #8B8B8B;
    letter-spacing: 0.86px;
    padding: 5%;
    overflow: hidden;
}

.contact.neg_margin {
    overflow: visible;
}

.contact .btn {
    margin: 10px 0 30px 0;
    display: inline-block;
}


.contact .signature {
    margin-top: 50px;
}

.contact .txt_left {
    background: #fff;
}

.contact .txt_left, .contact .txt_right {
    width: 50%;
    float: left;
    padding: 5%;
}

.contact .txt_right h3 {
    overflow: hidden;
}

.contact.neg_margin .txt_left {
    margin-top: -10%;
    position: relative;
    background: #fff;
}

.map .spacer {
    display: block;
    height: 40px;
    width: 100%;
    clear: both;
}

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
    margin: 20px 0;
}

.icons .icoon_blokje {
    width: 100%;
    text-align: center;
}

.icons {
    width: 75%;
    margin: 50px auto 8%;
}

.icons h3 {
    text-align: center;
    color: #B49863;
    font-weight: normal;
    margin: 10px 0 15px;
}

.icons h3:after {content: "";width: 45px;height: 1px;margin: 12px auto 0;display: block;background: #000;opacity: .5;}

.icons b {
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    margin-bottom: -10px;
}

.icons span {
    text-transform: uppercase;
    font-size: 16px;
}

.icons .bg {
    width: 176px;
    height: 175px;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
}

.masonry-gallery {
    column-count: 3;
    column-gap: 1em;
    width: 90%;
    margin: 60px auto 15px auto;
}

.masonry-gallery .child-element {
    float: left;
    display: inline-block;
    margin: 0;
    width: 100%;
}

.masonry-gallery .child-element img {
    margin-bottom: .5em;
}



/* Nieuws */
.blog-berichten article.post {
    
}


/* Single Post */
.single-post .content {
    padding: 1% 0 0;
    background: #fff;
    margin: -80px 5% 80px;
    position: relative;
}

.single-post .content .blockquote  {
    padding: 0 15%;
}

.single-post .content .txt {
    padding: 5% 15% 0 15%;
}

.single-post .content .txt p {
    margin-bottom: 50px;
}

.single-post .content .blockquote:before, .single-post .content .blockquote:after {
    width: 50%;
    display: block;
    text-align: center;
    margin: 50px auto;
    height: 1px;
    content: "";
    background: #A88E61;
}

.single-post .content .blockquote blockquote {
    padding: 0;
}

.single-post .content .btn a {
    text-align: l;
}

.single-post .content .video_url {
    text-align: center;
    position: relative;
    padding: 30px 0 56.25% 0;
    height: 0;
    margin: 0 5%;
    overflow: hidden;
}

.single-post .afbeelding {
    padding: 0 5%;
}

.single-post .content .video_url iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-post .contact h3 {
    text-align: center;
}

.single-post .contact h3:after {
    margin: 28px auto 35px auto;
}

.single-post .form {
    background-image: url('img/hottentot-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 5% 0 8% 0;
}

.single-post .form form {
    width: 50%;
    margin: 0 auto;
}

/* footer */

footer {
    font-size: 16px;
    color: #5A5A5A;
    letter-spacing: 0.2px;
    padding: 25px 5%;
    background: #fff;
}

footer div {
    float: left;
}

footer a {
    color: #5A5A5A;
    font-weight: 400;
    letter-spacing: 0.2px;
}


footer li {
    list-style: none;
    float: left;
    line-height: 50px;
    padding-right: 20px;
}


footer #custom_html-3 {
    border-right: 1px solid #3F3D3D;
    margin-right: 30px;
}

footer #custom_html-3 a {
    color: #CA8256;
}

footer .logo {
	background-image: url('img/logo_hottentot-beige.png');
	background-image: url('img/logo_hottentot-beige.svg'), none;
    background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	width: 45px;
	height: 45px;
	font-size: 0;
    margin-right: 35px;
}

footer .tae {
    background-image: url(img/taurusandeagle.png);
    background-image: url(img/taurusandeagle.svg), none;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 40px;
    height: 50px;
    font-size: 0;
    float: right;
}

#custom_html-2 {
    float: right;
}


/*** RESPONSIVE ***/

#page {
    max-width: 1600px;
    margin: 0 auto;
}

@media screen and (min-width: 1600px) {
    header#masthead {
        left: 50%;
        width: 1600px;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 800px) {
    .flex {
        display: block;
        overflow: hidden;
    }
    h1 {font-size: 36px; line-height: 43px;}
    h2 {font-size: 36px; line-height: 28px;}
    .stripe:before {display: none;}
    .home h3 {line-height: 27px; font-size: 20px;}
    h3 {line-height: 40px; font-size: 20px;}
    h3.subtitle {font-size: 18px;}
    h4 {font-size: 24px; line-height: 24px;}
    h5 {font-size: 18px;}
    
    .wrap-scroll-mobile.overflow {overflow: hidden; position: fixed;}
    
    .menu-wrap {position: absolute; top: 48%; transform: translateY(-50%); padding-top: 100px;}
    .menu-language, .menu-social {clear: both; display: block; margin: 30px auto; position: absolute; bottom: -70px; left: 50%; transform: translateX(-50%); }
    .menu-language {bottom: -140px;}
    #right-menu {float: none;}
    .menu-right-container {padding-bottom: 40px;}
    
    /* Social Menu */
    .main-navigation li.social {
        display: inline-block;
        margin: 0 6px;
        width: 38px;
        height: 38px;
        padding: 0;
    }
    
    .main-navigation li.social a{
        font-size: 0;
        width: 38px;
        height: 38px;
    }
    li.social a {
        background-image: url('img/fb.png');
        background-image: url('img/fb.svg'), none;
    }

    li.social.pi a {
        background-image: url('img/pi.png');
        background-image: url('img/pi.svg'), none;
    }

    li.social.ig a {
        background-image: url('img/ig.png');
        background-image: url('img/ig.svg'), none;
    }
    
    li.social.li a {
        background-image: url('img/li.png');
        background-image: url('img/li.svg'), none;
    }
    
    .main-navigation li.menu-item-language {
        display: inline-block;
        margin: 0;
        width: auto;
        padding: 0;
    }

    .main-navigation li.menu-item-language a {
        font-size: 18px;
    }

    .main-navigation {top: 0; left: 0; position: relative; overflow: visible; padding: 100px 0 0;}
    .main-navigation.toggled {width: 100%; height: 100%; background: #B5985F; position: fixed; overflow: scroll;}
    .main-navigation li {
        display: block;
        width: 100%;
        padding: 0 25px;
    }

    .main-navigation li a {
        font-weight: 600;
        font-size: 24px;
        color: #FFFFFF;
        letter-spacing: 1.5px;
        text-align: center;
        padding: 10px 0;
}
    header#masthead.nav-down .main-navigation a {color: #fff;}
    header#masthead {position: absolute; padding-top: 0;}
    header#masthead.nav-down {background: rgba(255,255,255,0);}
    .menu-toggle {position: fixed;}
    .menu-right-container ul {float: none;}
    
    .site-branding {display: none;}
    .site-branding-mobile {display: block;}
    .site-branding {width: 100%; position: absolute; top: 0; left: 0;}
    .site-branding .site-title a {width: 60px; height: 70px; margin-top: 15px;}
    header#masthead.nav-down .site-branding .site-title a {background-image: url(img/logo_hottentot.png); background-image: url(img/logo_hottentot.svg), none;}
    .home .banner h1 { width: 204px; height: 24px; margin: 0 auto 25px auto;}
    .home hr.small {width: 115px; margin: 10px auto 20px;}
    .banner {height: 400px;}
    .banner-wrap {padding: 0 5%; top: 55%;}
    .banner-wrap h1 {width: 85%; margin: 0 auto;}
    .banner .intro-italic {width: 100%;}
    .cta .intro-italic {width: 80%;}
    .intro-italic {font-size: 18px; line-height: 24px;}
    .home .banner .btn-wrap {display: none;}
    .home .banner {height: 360px;}
    .banner .down {display: none;}
    .banner .btn-wrap .btn {display: block; width: 100%; margin: 0 0 20px 0;}
    .home .intro {padding: 3% 12%;}
    .intro {font-size: 20px; line-height: 32px;}
    .intro em {font-size: 18px; line-height: 32px;}
    .aanbod-overview {display: block;}
    .aanbod-overview > div { width: 100%; height: 230px; border: 0!important;}
    .aanbod-overview > div { margin: 0 0 15px 0;}
    .titles {left: 30px; bottom: 20px;}
    .cta {padding: 25% 0;}
    .cta h1 { width: 227px;}
    .cta h2 { width: 227px; height: 114px;}
    .introduction {padding-left: 5%; width: 100%; margin-bottom: 10%; padding-top: 20px;}
    .introduction .intro, .home .introduction .intro {padding: 0; width: 80%;}
    .news .btn-wrap {margin: 30px auto 40px;}
    .cta-wrap .btn-wrap a {display: block; margin: 30px auto; width: 90%;}
    .three-items-row .item {width: 100%; margin: 0 0 20px 0;}
    .news {width: 100%;}
    .item h6 {left: 30px;}
    
    .icons {width: 90%; margin: 0 auto;}
    .icons .icoon_blokje {margin: 40px auto;}
    .icons .bg {height: 150px; width: 150px;}
    
    #filters {padding: 20px 0; display: none;}
    #filters li {width: 100%; text-align: center; padding: 10px 0;}
    #filters li button {margin: 0;}
    .categories {text-align: center;}
    .mobile-filter {display: block; width: 100%; margin: 30px 0;}
    
    blockquote {font-size: 20px; line-height: 32px;}
    .single-post .content .blockquote:before, .single-post .content .blockquote:after {margin: 30px auto;}
    .flex.neg_margin_left {overflow: visible;}
    
    .txt_img_right .text, .txt_img_left .text {width: 100%; padding: 10% 9%; background: #fff;}
    .txt_img_right .image, .txt_img_left .image {width: 100%; height: 340px; }
    .txt_img_right .image {margin-bottom: 20px;}
    .txt_img_left .text {margin-bottom: 40px;}
    .text h3:after, .txt_fullwidth .txt h3:after, .contact h3:after, .single-post h3:after {width: 43px; margin-top: 15px; margin-bottom: 25px;}
    .instagram {margin: 40px auto;}
    
    .single-post .banner h1 {font-size: 26px; line-height: 30px;}
    .single-post .banner hr.small {margin: 20px auto 20px auto;}
    .single-post .banner h6 {margin-top: 0; font-size: 14px;}
    .single-post .content .txt {padding: 5% 5% 0 5%;}
    .single-post .content .blockquote blockquote {text-align: center;}
    .single-post .form form {width: 80%;}
    
    .contact .txt_left, .contact .txt_right {width: 100%;}
    .contact .txt_left {background: #fff; padding: 10%;}
    .contact .txt_right {margin-top: 40px;}
    .contact form ul li, .contact form ul li:nth-child(odd) {width: 100%; margin: 0;}
    input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, .dropdown select {margin-bottom: 15px;}
    .contact #gform_submit_button_1 { float: left; margin: 20px 0 0 0;}
    .contact .gform_footer {margin-top: 0;}
    .contact form .checkbox, .contact form .upload {width: 100%;}
    
    .page-id-7 .troeven {margin-top: 50px;}
    
    footer li {width: 100%; text-align: center; line-height: 25px; padding: 0;}
    footer #custom_html-3 {margin: 0 0 30px 0; border: 0;}
    footer #custom_html-2 {float: left; width: 100%; text-align: center;}
    footer #custom_html-2 div {width: 100%;}
    footer div {width: 100%;}
    footer .tae {float: none;}
    footer .logo {margin: 0 0 20px;}
    
}


@media screen and (max-width: 1020px) {
    .main-navigation li {margin-right: 20px;}
}

/* Datepicker css */
.ui-datepicker{width:216px;height:auto;margin:5px auto 0;font:9pt Arial,sans-serif;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%;border-collapse:collapse}.ui-datepicker-header{background-color:#666;color:#e0e0e0;font-weight:700;-webkit-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);-moz-box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);box-shadow:inset 0 1px 1px 0 rgba(250,250,250,.2);text-shadow:1px -1px 0 #000;filter:dropshadow(color=#000, offx=1, offy=-1);line-height:30px;min-height:30px!important;border-width:1px 0 0;border-style:solid;border-color:#666}.ui-datepicker tbody tr,.ui-datepicker thead{border-bottom:1px solid #bbb}.ui-datepicker-title{text-align:center}.ui-datepicker-title select{margin-top:2.5%}.ui-datepicker-next,.ui-datepicker-prev{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;background-image:url(../images/datepicker/arrow.png);background-repeat:no-repeat;line-height:600%;overflow:hidden}.ui-datepicker-prev{float:left;background-position:center -30px}.ui-datepicker-next{float:right;background-position:center 0}.ui-datepicker thead{background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(100%,#f1f1f1));background:-webkit-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-o-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:-ms-linear-gradient(top,#f7f7f7 0,#f1f1f1 100%);background:linear-gradient(to bottom,#f7f7f7 0,#f1f1f1 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0 )}.ui-datepicker th{text-transform:uppercase;text-align:center;font-size:6pt;padding:5px 0;color:#666;text-shadow:1px 0 0 #fff;filter:dropshadow(color=#fff, offx=1, offy=0)}.ui-datepicker tbody td{padding:0;border-top:1px solid #bbb;border-right:1px solid #bbb}.ui-datepicker tbody td:last-child{border-right:0}.ui-datepicker tbody tr:last-child{border-bottom:0}.ui-datepicker td a,.ui-datepicker td span{display:inline-block;font-weight:700;teðùï