/*
Theme Name: Sykes Cottages
Theme URI: http://www.sykescottages.co.uk
Author: Clicky Media
Author URI: https://www.clicky.co.uk
Developers: Matt Ainsworth
Version: 1.0
*/

/* CSS Reset */

::selection {
  background-color: #b3e0ff !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-weight: 400;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 1px;
  color: #5e5f61;
  background: #5e5f61;
  border: none;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: '\201C''\201D''\2018''\2019';
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type='submit'] {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
select option[disabled] {
  display: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
span {
  font-family: 'Karla', sans-serif;
  color: #666666;
}
p {
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #642c8f;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
}
a:focus {
  outline: none;
}

/* Clearfix */

.cf:before,
.cf:after {
  content: ' ';
  display: table;
}
.cf:after {
  clear: both;
}

/* jQuery UI */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}
input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}
.ui-checkboxradio-disabled {
  pointer-events: none;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}
.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}
.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url('data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==');
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url('images/ui-icons_444444_256x240.png');
}
.ui-widget-header .ui-icon {
  background-image: url('images/ui-icons_444444_256x240.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url('images/ui-icons_555555_256x240.png');
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url('images/ui-icons_ffffff_256x240.png');
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url('images/ui-icons_777620_256x240.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url('images/ui-icons_cc0000_256x240.png');
}
.ui-button .ui-icon {
  background-image: url('images/ui-icons_777777_256x240.png');
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(Opacity=.3);
}
.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* General Text Styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  line-height: 1.2;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
h1 {
  color: #699fc4;
  font-size: 2em;
}
h2 {
  color: #699fc4;
  font-size: 25px;
}
h3 {
  color: #666666;
  font-size: 21px;
}
h4 {
  color: #699fc4;
  font-size: 19px;
}
h5 {
  color: #699fc4;
  font-size: 18px;
}
h6 {
  color: #699fc4;
  font-size: 17px;
}

.wp-caption {
  background: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 10px;
  margin: 0 0 20px;
  overflow: hidden;
}
.wp-caption a {
  border: none;
}
.wp-caption img {
  margin: 0 0 10px 0;
  padding: 0;
  border: 0 none;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.wp-caption a:hover img {
  opacity: 0.9;
}
.wp-caption p.wp-caption-text {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 10px 10px 0 10px;
  padding: 0;
  color: #699fc4;
}
.alignleft,
img.alignleft {
  float: left;
  margin: 0 40px 20px 0;
}
.alignright,
img.alignright {
  float: right;
  margin: 0 0 20px 40px;
}
.aligncenter,
img.aligncenter {
  display: block;
}
.alignnone,
img.alignnone {
  display: block;
}

/* Multiple Uses */

.center {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  text-align: center;
}
.bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.btn_wrap {
  position: relative;
  display: block;
  text-align: center;
  margin: 30px 0 55px 0;
}
.btn {
  display: inline-block;
  background: #699fc4;
  color: #fff;
  padding: 13px 35px;
  font-weight: 700;
}
.btn:hover {
  background: #5e93b7;
}
.btn:after {
  content: '\0003E';
  display: inline-block;
  position: relative;
  color: #fff;
  margin: 0 0 0 8px;
}
.btn.clear {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 13px 20px;
}
.read_more {
  color: #699fc4;
}
.read_more:after {
  content: '>';
  position: relative;
  color: #699fc4;
  margin: 0 0 0 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ease {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.text_wrap {
  position: relative;
  text-align: center;
  width: 60%;
  margin: 0 auto;
  padding: 50px 0 40px 0;
}

.btn.load_more.active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn.load_more.grey {
  background: #cccccc;
}
.btn.load_more.grey:after {
  display: none;
}

/* Wrappers */

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

/* Header */

.header {
  position: relative;
  padding: 0.75em 0;
}
.header .left {
  position: relative;
  float: left;
}
.header .left .logo {
  display: inline-block;
}
.header .left .logo img {
  width: auto;
  margin: 0.188em 1em 0.188em 0;
  height: 3.938em;
}
.header .right {
  position: relative;
  float: right;
}
.header .user-action {
}
.header .user-action form {
  float: left;
  margin: 0 0 0 5px;
}
.header .reduce-telephone-number #login {
  text-align: right;
  padding: 0.15em 0.6em 0.4em 0.6em;
}
.header .call-centre {
  padding: 0.2em 0 0.8em 0;
}
.header .call-centre a {
  color: #dda348;
  font-size: 1.1em;
  font-weight: 700;
}
.header .call-centre a.icon-phone:after {
  position: relative;
  float: left;
  display: none;
  font-family: 'icon-set';
  margin-right: 0.4em;
  position: relative;
  top: 0.2em;
  content: '\e60c';
}
.header .call-centre a:before {
  display: none;
}
.header .call-centre p {
  margin: 0;
  display: inline-block;
  font-size: 1.1em;
}

.hamburger_show .call-centre {
  display: none;
}
.hamburger_show .call-centre a.icon-phone {
  display: block;
  background: #f5f5f5;
  padding: 0.5em 0;
  text-decoration: none;
  color: #dda348;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}
.hamburger_show .call-centre a.icon-phone:before {
  font-family: 'icon-set';
  margin-right: 0.5em;
}

.tablet-nav {
  display: none;
}
.tablet-nav #expand-menu a:after,
.mobile-nav #expand-menu a:after,
.mobile-nav #account-menu a:after {
  content: '\e620';
  font-family: 'icon-set';
  margin-left: 0.3em;
  font-size: 0.75em;
}
.mobile-nav {
  display: none;
}

.account-header {
  position: relative;
  display: inline-block;
  float: right;
}
.account-header:hover #login {
  border: 1px solid #d5d5d5;
  background: #f1f1f1;
  border-bottom-color: transparent;
  color: #666;
}
.account-header #login:after {
  content: '\e621';
  font-family: 'icon-set';
  font-size: 0.7em;
  margin-left: 0.3em;
}
.account-header:hover .fly-out {
  display: block;
}
.account-header #login {
  margin-bottom: -1px;
  color: #699fc4;
  font-size: 1.1em;
  border: 1px solid white;
  padding: 0.3em 0.6em;
  display: block;
  position: relative;
  z-index: 20;
  text-decoration: none;
}
.account-header .fly-out {
  z-index: 10;
  border: 1px solid #d5d5d5;
}
.account-header:hover .fly-out.login,
.account-header:hover .fly-out.one-column {
  display: block;
}

.fly-out {
  position: absolute;
  top: calc(100% - 0px);
  right: 0;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  background: #f1f1f1;
  width: 30em;
}
.fly-out.login {
  padding-bottom: 1em;
}
.fly-out.login.other {
  top: 0;
}
.fly-out.login,
.fly-out.one-column {
  width: 15em;
  display: none;
  z-index: 1;
}
.fly-out .owner,
.fly-out .customer {
  float: left;
  padding: 0 1em;
  width: 15em;
}
.fly-out #signin {
  padding: 0 1em;
  text-align: center;
}
.fly-out #signin a.register {
  color: #699fc4;
  text-decoration: underline;
}
.fly-out #signin hr {
  margin: 1em 0;
  background: #d5d5d5;
}
.fly-out #logout a,
.fly-out #signin a {
  display: block;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.fly-out .fly-out-container {
  padding: 1em 0 0;
}
.fly-out ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fly-out ul li {
}
.fly-out ul a {
  display: block;
  padding: 0.4em;
  border: 1px solid #f1f1f1;
}
.fly-out ul a:hover,
.fly-out ul a.active {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 0.4em;
}
.fly-out ul li a {
  color: #699fc4;
  font-family: 'Karla', serif !important;
}
.fly-out ul a:before {
  margin-right: 0.7em;
}
.fly-out ul .logout {
  display: none;
}

.icon-star:before {
  font-family: 'icon-set';
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
  content: '\e614';
}
.icon-calendar:before,
.account .notifications a.notification-calendar:before {
  font-family: 'icon-set';
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
  content: '\e600';
}
.icon-users:before {
  font-family: 'icon-set';
  margin-right: 0.2em;
  position: relative;
  top: 0.1em;
  content: '\e610';
}

#propref fieldset button:before,
#propref fieldset #bookings .secondary-button:before,
#bookings #propref fieldset .secondary-button:before {
  font-size: 1.2em;
  font-family: 'icon-set';
  color: #699fc4;
  content: '\e611';
  vertical-align: middle;
}
#propref fieldset {
  border: 1px solid #d5d5d5;
  overflow: hidden;
  padding: 0;
  height: 1.8em;
  line-height: 1.8em;
  display: inline-block;
}
#propref fieldset input {
  width: 88%;
  margin-top: 0.05em;
  color: #666;
}
#propref fieldset input,
#propref fieldset button,
#propref fieldset #bookings .secondary-button,
#bookings #propref fieldset .secondary-button {
  border: 0;
  margin: 0;
  float: left;
  height: 100%;
  padding: 0 0 0 5px;
}
#propref fieldset button,
#propref fieldset #bookings .secondary-button,
#bookings #propref fieldset .secondary-button {
  width: 12%;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
  text-align: center;
  padding: 0;
  height: 1.625em;
  text-indent: -99999px;
}

#currency-switcher select {
  margin: 0;
  padding: 0 2%;
  height: 1.8em;
  line-height: 1.8em;
}

button,
#bookings .secondary-button,
.button {
  background: #699fc4;
  border: 0 none;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  padding: 5px 8px;
  margin: 0;
  text-decoration: none;
  white-space: nowrap;
}
button:hover,
#bookings .secondary-button:hover,
.button:hover {
  background: #4c8cb8;
  cursor: pointer;
}

nav {
  position: relative;
  padding-bottom: 1.25em;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  background-color: #699fc4;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #8eb6d2;
}
nav ul li ul {
  display: none;
  position: absolute;
  right: auto;
  z-index: 10;
}
nav ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.5em 0;
  text-align: center;
  text-decoration: none;
  background: #699fc4;
  white-space: nowrap;
}
nav ul li ul li {
  float: none;
}
nav ul li ul a {
  border-top: 1px solid #8eb6d2;
}
nav ul li ul li a {
  font-size: 95%;
  text-align: left;
  padding: 0.3em 1em;
  white-space: normal;
}
nav ul li a:hover,
nav ul li a.nav_sel {
  background: #8eb6d2;
}
nav ul li:hover ul {
  display: block;
}
nav ul li.clicked_link ul {
  display: block !important;
}
.sub-items:after {
  content: '\e620';
  font-family: 'icon-set';
  margin-left: 0.3em;
  font-size: 0.75em;
}

#home {
  width: 8%;
}
#offers {
  width: 14%;
}
#places {
  width: 12%;
}
#ideas {
  width: 18%;
}
#lyc {
  width: 14%;
}
#faves {
  width: 13%;
}
#info {
  width: 10%;
}
#contact {
  width: 11%;
}
#places ul {
  width: 195%;
}
#ideas ul {
  width: 135%;
}
#info ul {
  width: 185%;
}

/* Mobile Header */

.mobile_wrap {
  display: none;
}
.mobile_wrap .logo {
  display: inline-block;
  margin: 5px 0 0 0;
}
.mobile_wrap .logo img {
  width: auto;
  height: 2em;
}
.mobile_wrap .burger-menu {
  display: block;
  width: 2.85em;
  font-size: 0.7em;
  font-weight: bold;
  color: #666;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
}
.mobile_wrap .burger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid #666;
  margin: 0;
  float: left;
  margin-bottom: 0.3em;
}
.mobile_wrap a.icon-user {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 46px;
  display: inline-block;
  font-size: 24px;
  color: #666;
}
.mobile_wrap a.icon-magnifying-glass {
  position: absolute;
  font-family: 'icon-set';
  display: inline-block;
  font-size: 20px;
  right: 78px;
  top: 10px;
  color: #666;
}
.mobile_wrap a.icon-magnifying-glass:before {
  position: relative;
  font-family: 'icon-set';
  margin-right: 0.2em;
  top: 0.1em;
  content: '\e611';
}

/* Breadcrumbs */

p#breadcrumbs {
  color: #699fc4;
  font-size: 12px;
  margin: 8px 0;
}
p#breadcrumbs span a {
  color: #699fc4;
  font-size: 12px;
  border-bottom: 1px solid #699fc4;
}
p#breadcrumbs span a:hover {
  border-bottom: 1px solid transparent;
}
p#breadcrumbs span.breadcrumb_last {
  font-weight: 700;
  color: #939499;
}

/* Hero */

.hero {
  position: relative;
  height: 330px;
  background: #000000;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.hero img.bg {
  position: absolute;
  opacity: 1;
}
.hero img.bg.opacity {
  opacity: 0.7;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.hero .inner {
  position: relative;
  overflow: hidden;
  width: 48%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 20px;
  opacity: 1;
}
.hero .inner img {
  height: 42px;
  margin: 0 0 10px 0;
}
.hero .inner h1 {
  margin: 0;
  padding: 0 5%;
}
.hero .inner h2 {
  margin: 0;
  padding: 0 5%;
  font-size: 2em;
}
.hero .inner h2:before,
.hero .inner h2:after {
  content: "'";
  color: #699fc4;
  font-size: 30px;
  line-height: 28px;
}
.hero .inner a.back {
  margin: 20px 0 0 0;
}
.hero .inner a.back:before {
  content: '<';
  position: relative;
  color: #fff;
  margin: 0 8px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero .inner a.back:hover {
  background: #5e93b7;
}
.hero .inner a.back:hover:before {
  margin: 0 12px 0 0;
}
.hero .inner a.back:after {
  display: none;
}

.hero.post {
}
.hero.post h6 {
  font-size: 15px;
  text-transform: uppercase;
  color: #666666;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.hero.author {
  width: 100%;
  height: auto;
  min-height: 330px;
  background: #fafafa;
  border: 1px solid #cccccc;
  padding: 50px 0;
}
.hero.author .author_section {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.hero.author .author_section .author_wrap {
  text-align: left;
  float: left;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 223px;
  width: 223px;
  border: 1px solid #699fc4;
  background: #000;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero.author .author_section .author_wrap img {
  opacity: 1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.hero.author .author_section .author_wrap:hover {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.hero.author .author_section .author_content {
  position: relative;
  display: inline-block;
  margin: 0 0 0 60px;
  float: left;
  width: calc(100% - 283px);
  text-align: left;
}
.hero.author .author_section .author_content a.author_title {
}
.hero.author .author_section .author_social {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 10px 0 0 0;
}
.hero.author .author_section .author_social span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.hero.author .author_section .author_social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.hero.author .author_section .author_social a:last-of-type {
  margin: 0;
}
.hero.author .author_section .author_social a img {
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hero.author .author_section .author_social a:hover img {
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}
.hero.author .author_section .author_social a.facebook img {
  width: 11px;
}
.hero.author .author_section .author_social a.twitter img {
  width: 24px;
}
.hero.author .author_section .author_social a.google img {
  width: 28px;
}
.hero.author .author_section .author_social a.instagram img {
  width: 24px;
}
.hero.author .author_section .author_social a.whatsapp img {
  width: 24px;
}
.hero.author .author_section .author_social a.linkedin img {
  width: 24px;
}

/* Filter Bar */

.filter_bar {
  position: relative;
  margin: 0 0 18px 0;
  padding: 12px;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-align: center;
}
.filter_bar .filters {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 72%;
}
.filter_bar .filters .col {
  position: relative;
  width: 31.66%;
  float: left;
  background: #fff;
  border: 1px solid #aaaaaa;
  margin-right: 2.5%;
}
.filter_bar .filters .col input {
  position: relative;
  border: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 12px 15px;
}
.filter_bar .filters .col.search input {
  padding: 12px 55px 12px 15px;
  color: #699fc4;
  font-weight: 700;
}
.filter_bar .filters .col.search img {
  width: 23px;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}
.filter_bar .filters .col:last-of-type {
  margin: 0;
}
.filter_bar .social {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0 0 0 20px;
}
.filter_bar .social span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.filter_bar .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.filter_bar .social a:last-of-type {
  margin: 0;
}
.filter_bar .social a img {
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter_bar .social a:hover img {
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}
.filter_bar .social a.facebook img {
  width: 11px;
}
.filter_bar .social a.twitter img {
  width: 24px;
}
.filter_bar .social a.google img {
  width: 28px;
}
.filter_bar .social a.instagram img {
  width: 24px;
}
.filter_bar .social a.whatsapp img {
  width: 24px;
}
.filter_bar .social a.linkedin img {
  width: 24px;
}

.filter_bar .filters .styled_dropdown {
  width: 100%;
  padding: 0;
}
.filter_bar .filters .styled_dropdown .top .text {
  padding: 0 20px 0 0;
  line-height: 19px;
  width: 110%;
  font-weight: 700;
}
.filter_bar .filters .styled_dropdown .top img {
  right: 15px;
  top: 12px;
}
.filter_bar .filters .styled_dropdown .options {
  top: 100%;
  width: 100%;
}

/* Feature Section */

.feature_area {
  position: relative;
  margin: 0 0 20px 0;
}
.feature_area .container {
  position: relative;
  height: 435px;
  border: 1px solid #cccccc;
  background: #fcfcfc;
  overflow: hidden;
}
.feature_area .container .slick-list,
.feature_area .container .slick-track {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  outline: none;
}
.feature_area .container .slick-dots {
  position: relative;
  float: right;
  width: 50%;
  text-align: center;
  bottom: 55px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.feature_area .container .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  height: 9px;
  width: 9px;
  margin: 0 4px;
}
.feature_area .container .slick-dots li button {
  border: none;
  background: #bcbec0;
  text-indent: -99999px;
  padding: 0;
  outline: none;
  height: 9px;
  width: 9px;
  border-radius: 100%;
}
.feature_area .container .slick-dots li.slick-active button {
  background: #699fc4;
}
.feature_area .container .slide {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  outline: none;
}
.feature_area .container .image {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
  background: #000;
}
.feature_area .container .image img.bg {
  opacity: 0.85;
  float: left;
}
.feature_area .container .image .tag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #fff;
  color: #666666;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 14px;
  letter-spacing: 2px;
}
.feature_area .container .image .tag:hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.feature_area .container .image .author_section {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.feature_area .container .image .author_section .author_wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  border: 1px solid #699fc4;
  background: #000;
  border-radius: 100%;
  overflow: hidden;
}
.feature_area .container .image .author_section .author_wrap:hover {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.feature_area .container .image .author_section .author_wrap img {
  opacity: 1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.feature_area .container .image .author_section span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 0 0 15px;
}
.feature_area .container .image .author_section span a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
}
.feature_area .container .image .author_section span a:hover {
  border-color: transparent;
}
.feature_area .container .text {
  position: relative;
  font-family: 'Karla', sans-serif;
  float: left;
  text-align: center;
  width: 50%;
  height: 100%;
  padding: 0 10%;
}
.feature_area .container .text .prev {
  position: absolute;
  top: calc(50% - 12px);
  left: 7.5%;
  z-index: 10;
  background: url(images/prev.png) no-repeat;
  height: 24px;
  width: 13px;
  -webkit-background-size: 13px 24px;
  background-size: 13px 24px;
  cursor: pointer;
}
.feature_area .container .text .next {
  position: absolute;
  top: calc(50% - 12px);
  right: 7.5%;
  z-index: 10;
  background: url(images/next.png) no-repeat;
  height: 24px;
  width: 13px;
  -webkit-background-size: 13px 24px;
  background-size: 13px 24px;
  cursor: pointer;
}
.feature_area .container .text .inner {
  position: relative;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 45%;
}
.feature_area .container .text .inner .date {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.feature_area .container .text .inner h2 {
  margin: 30px 0;
}
.feature_area .container .text .inner h2 a {
  color: #699fc4;
  font-weight: 700;
}
.feature_area .container .text .inner p {
  margin: 0;
  font-weight: 400;
}
.feature_area .container .text .inner .btn {
  margin: 30px 0 0 0;
}

/* Post Column Section */

.post_columns {
  position: relative;
}
.post_columns .btn_wrap {
  margin: 30px 0 55px;
}
.post_columns .col {
  position: relative;
  float: left;
  width: 32%;
  margin: 0 2% 20px 0;
  border: 1px solid #cccccc;
  opacity: 1;
}
.post_columns .col.end {
  margin: 0 0 20px 0;
}
.post_columns .col .image {
  position: relative;
  float: left;
  display: inline-block;
  overflow: hidden;
  height: 250px;
  width: 100%;
  background: #000;
}
.post_columns .col .image img.bg {
  float: left;
  opacity: 0.95;
  -webkit-backface-visibility: hidden;
}
.post_columns .col .image .tag {
  position: absolute;
  z-index: 1;
  top: 18px;
  left: 18px;
  background: #fff;
  color: #666666;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 14px;
  letter-spacing: 2px;
}
.post_columns .col .image:hover img.bg {
  opacity: 0.65;
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.post_columns .col .image:hover .tag {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.post_columns .col .text {
  position: relative;
  float: left;
  min-height: 305px;
  padding: 20px;
  background: #fafafa;
}
.post_columns .col .text span {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 1px;
}
.post_columns .col .text a {
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  color: #699fc4;
  font-weight: 700;
}
.post_columns .col .text h2 a:after {
  content: '>';
  color: #699fc4;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.post_columns .col .text h2 a:hover:after {
  opacity: 1;
}
.post_columns .col .text a:hover {
}
.post_columns .col .text p {
}
.post_columns .col .text .bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  width: calc(100% - 40px);
  border-top: 1px solid #aaaaaa;
  padding: 20px 0 0 0;
}
.post_columns .col .text .bottom a.comments {
  float: left;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.post_columns .col .text .bottom a.comments img {
  width: 19px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.post_columns .col .text .bottom a.comments:hover img {
  opacity: 0.8;
}
.post_columns .col .text a.read_more {
  float: right;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.post_columns .col .text a.read_more:hover:after {
  margin-left: 12px;
}
.post_columns.search {
  padding: 0 0 40px 0;
}

/* Newsletter Sign Up Section */

.newsletter {
  height: 560px;
  opacity: 1;
  position: relative;
  float: left;
  width: 32%;
  margin: 0 0 2% 0;
  border: 1px solid #cccccc;
  padding: 50px;
  background: #699fc4;
  text-align: center;
}
.newsletter .inner {
  position: relative;
}
.newsletter .inner img.logo_mini {
  width: 27px;
  display: block;
  margin: 0 auto;
}
.newsletter .inner h2 {
  color: #fff;
  margin: 15px 0 0 0;
  font-size: 22px;
  line-height: 34px;
}
.newsletter .inner p {
  color: #fff;
  margin: 10px 0 15px 0;
}
.newsletter .inner form input.text {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 12px 15px;
  font-size: 15px;
  color: #699fc4;
  border: 1px solid #ffffff;
}
.newsletter .inner form input.submit {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  background: #c93f35;
  color: #fff;
  border: none;
  padding: 12px 14px 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsletter .inner form input.submit:hover {
  background: #bb3b32;
}
.newsletter .inner form input#newsletter_honeypot {
  display: none;
}
.newsletter .inner form .styled_dropdown {
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0 0 20px 0;
}
.newsletter .inner form .styled_dropdown ul li {
  padding: 11px 15px 11px;
}
.newsletter .inner form .styled_dropdown ul li.selected {
  background: #699fc4;
  color: #fff;
}
.newsletter .inner form .styled_dropdown .top img {
  right: 15px;
  top: 14px;
}
.newsletter .inner form .styled_dropdown .options {
  top: 100%;
  width: 100.1%;
}
.newsletter .inner form .styled_dropdown .top .text {
  width: 110%;
}
.newsletter .inner form label.error {
  color: #fff;
  display: none !important;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  font-weight: 700;
}
.newsletter .inner form input.error {
  background: #ffa0a0;
  border-color: #ffa0a0;
  color: #ffffff;
}

/* Popular Posts Section */

.popular_posts {
  position: relative;
  background: #f5f5f5;
  padding: 0 0 48px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.popular_posts .pop_container {
  position: relative;
}
.popular_posts .pop_container .slick-prev {
  text-indent: -99999px;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 39px);
  left: -10px;
  background: url(images/prev.png) no-repeat;
  height: 24px;
  width: 13px;
  -webkit-background-size: 13px 24px;
  background-size: 13px 24px;
  cursor: pointer;
}
.popular_posts .pop_container .slick-next {
  text-indent: -99999px;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 39px);
  right: -10px;
  background: url(images/next.png) no-repeat;
  height: 24px;
  width: 13px;
  -webkit-background-size: 13px 24px;
  background-size: 13px 24px;
  cursor: pointer;
}
.popular_posts ul.pop_slider {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 95%;
  overflow: hidden;
  text-align: center;
}
.popular_posts ul.pop_slider ul.slick-dots {
  position: relative;
  text-align: center;
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
  display: inline-block !important;
}
.popular_posts ul.pop_slider ul.slick-dots li {
  background: none;
  padding: 0;
  border: none;
  position: relative;
  display: inline-block;
  margin: 0;
  height: 9px;
  width: 9px;
  margin: 0 4px;
}
.popular_posts ul.pop_slider ul.slick-dots li button {
  border: none;
  background: #bcbec0;
  text-indent: -99999px;
  padding: 0;
  outline: none;
  height: 9px;
  width: 9px;
  border-radius: 100%;
}
.popular_posts ul.pop_slider ul.slick-dots li.slick-active button {
  background: #699fc4;
}
.popular_posts ul.pop_slider .slick-list,
.popular_posts ul.pop_slider .slick-track {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.popular_posts ul.pop_slider li {
  background: #000;
  position: relative;
  width: 32%;
  padding: 80px 20px;
  list-style: none;
  overflow: hidden;
  float: left;
  margin: 0 10px 0 10px;
  height: 310px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popular_posts ul.pop_slider li.end {
  margin: 0;
}
.popular_posts ul.pop_slider li img {
  opacity: 0.75;
}
.popular_posts ul.pop_slider li .overlay {
  position: relative;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.popular_posts ul.pop_slider li .inner {
  position: relative;
  padding: 0 10%;
}
.popular_posts ul.pop_slider li .inner a.tag {
  position: relative;
  display: none;
  top: -105px;
  margin: 0 0 20px 0;
  background: #fff;
  color: #666666;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 2px;
}
.popular_posts ul.pop_slider li .inner a.tag:first-of-type {
  display: inline-block;
}
.popular_posts ul.pop_slider li .inner a.tag:hover {
  background: #699fc4;
  color: #fff;
}
.popular_posts ul.pop_slider li .inner span {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.popular_posts ul.pop_slider li .inner h3 {
  color: #fff;
  font-size: 20px;
  margin: 10px 0 15px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popular_posts ul.pop_slider li .inner a.btn {
  color: #fff;
  position: relative;
  bottom: -115px;
}
.popular_posts ul.pop_slider li .inner a.btn:hover {
  background: #699fc4;
  border-color: #699fc4;
}
.popular_posts ul.pop_slider li:hover {
  padding: 20px;
}
.popular_posts ul.pop_slider li:hover .inner h3 {
  margin: 10px 0 25px 0;
}
.popular_posts ul.pop_slider li:hover .overlay .inner a.tag {
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.popular_posts ul.pop_slider li:hover .overlay .inner a.btn {
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Discover Section */

.discover_section {
  position: relative;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.discover_section .discover {
  position: relative;
  margin: 0 0 50px 0;
}
.discover_section .discover .inner_wrap {
  position: relative;
  margin: 0 0 20px 0;
}
.discover_section .discover .region_wrap {
  position: relative;
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}
.discover_section .discover a.block {
  height: 225px;
  display: inline-block;
  background: #000;
  width: 30.8%;
  float: left;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.discover_section .discover a.block.big {
  height: 470px;
  padding: 0;
}
.discover_section .discover a.block img {
  opacity: 0.8;
}
.discover_section .discover a.block .inner img.logo_mini {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -30px);
  -webkit-transform: translate3d(-50%, -30px, 0);
  -ms-transform: translate(-50%, -30px);
  -ms-transform: translate3d(-50%, -30px, 0);
  transform: translate(-50%, -30px);
  transform: translate3d(-50%, -30px, 0);
  opacity: 0;
  width: 27px;
  height: auto;
  margin-bottom: 20px;
  display: inline-block;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.discover_section .discover a.block .inner span {
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 30px);
  -webkit-transform: translate3d(-50%, 30px, 0);
  -ms-transform: translate(-50%, 30px);
  -ms-transform: translate3d(-50%, 30px, 0);
  transform: translate(-50%, 30px);
  transform: translate3d(-50%, 30px, 0);
  opacity: 0;
  bottom: 0;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 20px 0 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.discover_section .discover a.block .inner {
  position: relative;
  padding: 15px;
}
.discover_section .discover a.block .inner {
  position: relative;
}
.discover_section .discover a.block .inner h3 {
  font-size: 20px;
  margin: 0;
  color: #fff;
  margin: 0;
  position: relative;
}
.discover_section .discover a.block .inner:before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: linear 0.5s;
  -ms-transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
}
.discover_section .discover a.block:hover .inner:before {
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
}
.discover_section .discover a.block:hover .inner h3 {
  color: #699fc4;
  -webkit-transition: 1s;
  transition: 1s;
}
.discover_section .discover a.block:hover .inner span {
  opacity: 1;
  -webkit-transform: translate(-50%, 20px);
  -webkit-transform: translate3d(-50%, 20px, 0);
  -ms-transform: translate(-50%, 20px);
  -ms-transform: translate3d(-50%, 20px, 0);
  transform: translate(-50%, 20px);
  transform: translate3d(-50%, 20px, 0);
}
.discover_section .discover a.block:hover .inner img.logo_mini {
  opacity: 1;
  -webkit-transform: translate(-50%, -20px);
  -webkit-transform: translate3d(-50%, -20px, 0);
  -ms-transform: translate(-50%, -20px);
  -ms-transform: translate3d(-50%, -20px, 0);
  transform: translate(-50%, -20px);
  transform: translate3d(-50%, -20px, 0);
}
.discover_section .discover .left {
  position: relative;
  width: 70%;
  float: left;
  overflow: hidden;
  margin: 0;
}
.discover_section .discover .left .top {
  position: relative;
  overflow: hidden;
}
.discover_section .discover .left .top a.block {
  margin: 0 2.5% 2.5% 0;
}
.discover_section .discover .left .top a.block.long {
  width: 42%;
}
.discover_section .discover .left .top a.block.short {
  width: 25.2%;
}
.discover_section .discover .left .bottom {
  position: relative;
  overflow: hidden;
}
.discover_section .discover .left .bottom a.block {
  width: 47.5%;
  margin: 0 2.5% 0 0;
}
.discover_section .discover .right {
  position: absolute;
  right: 0;
  width: 30%;
  float: left;
  overflow: hidden;
  margin: 0;
  height: 100%;
}
.discover_section .discover .right a.block {
  width: 100%;
}
.discover_section .discover .right a.block:hover .inner:before {
  -webkit-transform: scale(9);
  -ms-transform: scale(9);
  transform: scale(9);
}
.discover_section .discover #regionsContainer-1 {
  position: relative;
}

/* Video Hub */

.video_hub {
  position: relative;
  background: #f5f5f5;
  padding: 0 0 50px 0;
}
.video_hub .slider_container {
  position: relative;
}
.video_hub .slider_container .slick-prev {
  text-indent: -99999px;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 13px);
  left: -10px;
  background: url(images/prev.png) no-repeat;
  height: 24px;
  width: 13px;
  -webkit-background-size: 13px 24px;
  background-size: 13px 24px;
  cursor: pointer;
}
.video_hub .slider_container .slick-next {
  text-indent: -99999px;
  border: none;
  outline: none;
  position: absolute;
  top: calc(50% - 13px);
  right: -10px;
  background: url(images/next.png) no-repeat;
  height: 24px;
  width: 13px;
  -webkit-background-size: 13px 24px;
  background-size: 13px 24px;
  cursor: pointer;
}
.video_hub ul.vid_slider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 95%;
  margin: 0 auto;
}
.video_hub ul.vid_slider ul.slick-dots {
  position: relative;
  text-align: center;
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
  display: inline-block !important;
  width: 100%;
}
.video_hub ul.vid_slider ul.slick-dots li {
  background: none;
  padding: 0;
  float: none;
  border: none;
  position: relative;
  display: inline-block;
  margin: 0;
  height: 9px;
  width: 9px;
  margin: 0 4px;
}
.video_hub ul.vid_slider ul.slick-dots li button {
  border: none;
  background: #bcbec0;
  text-indent: -99999px;
  padding: 0;
  outline: none;
  height: 9px;
  width: 9px;
  border-radius: 100%;
}
.video_hub ul.vid_slider ul.slick-dots li.slick-active button {
  background: #699fc4;
}
.video_hub ul.vid_slider .slick-list,
.video_hub ul.vid_slider .slick-track {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
.video_hub ul.vid_slider .inner {
  position: relative;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 45%;
}
.video_hub ul.vid_slider li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}
.video_hub ul.vid_slider li:last-of-type {
  margin: 0;
}
.video_hub ul.vid_slider li .slide_wrap {
  border: 1px solid #cccccc;
  margin: 0 12px;
  background: #ffffff;
}
.video_hub ul.vid_slider .image {
  position: relative;
  overflow: hidden;
  height: 330px;
  width: 100%;
  background: #000;
}
.video_hub ul.vid_slider .image img {
  float: left;
  opacity: 0.95;
}
.video_hub ul.vid_slider .image img.opacity {
  opacity: 0.75;
}
.video_hub ul.vid_slider .image .icon_wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.video_hub ul.vid_slider .image .icon_wrap img {
  width: 74px;
  opacity: 1;
}
.video_hub ul.vid_slider .image .icon_wrap:hover img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}
.video_hub ul.vid_slider .image .tag {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  background: #fff;
  color: #666666;
  text-transform: uppercase;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 2px;
}
.video_hub ul.vid_slider .image .tag:hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}
.video_hub ul.vid_slider .text {
  position: relative;
  min-height: 250px;
  padding: 20px;
}
.video_hub ul.vid_slider .text span {
  display: inline-block;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  color: #666666;
  letter-spacing: 1px;
  font-size: 14px;
}
.video_hub ul.vid_slider .text h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 0 0 15px 0;
}
.video_hub ul.vid_slider .text h2 a {
  color: #699fc4;
  font-weight: 700;
}
.video_hub ul.vid_slider .text p {
}
.video_hub ul.vid_slider .text .bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  width: calc(100% - 40px);
  border-top: 1px solid #aaaaaa;
  padding: 20px 0 0 0;
}
.video_hub ul.vid_slider .text .bottom a.comments {
  float: left;
}
.video_hub ul.vid_slider .text .bottom a.comments img {
  width: 19px;
  float: left;
}
.video_hub ul.vid_slider .text .bottom a.comments:hover {
  opacity: 0.8;
}
.video_hub ul.vid_slider .text a.read_more {
  float: right;
}
.video_hub ul.vid_slider .text a.read_more:hover:after {
  margin-left: 12px;
}

/* Video Hub Other */

.video_hub_other {
  position: relative;
  padding: 0 0 80px 0;
}
.video_hub_other .video_showcase img.bg {
  position: absolute;
  opacity: 0.8;
}
.video_hub_other .video_showcase {
  position: relative;
  display: block;
  height: 400px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  background: #000;
}
.video_hub_other .video_showcase .icon_wrap {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.video_hub_other .video_showcase .icon_wrap img {
  width: 74px;
  opacity: 1;
}
.video_hub_other .video_showcase:hover img.bg {
  opacity: 0.5;
}
.video_hub_other .video_showcase:hover .icon_wrap img {
  -webkit-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
}

/* Promotional Banner */

.promotion {
  position: relative;
  display: block;
  height: 260px;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.promotion img.bg {
  opacity: 0.8;
}
.promotion .inner:before {
  content: '';
  background: rgba(103, 159, 198, 0.8);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: linear 0.3s;
  transition: linear 0.3s;
}
.promotion .inner {
  margin: 0;
  position: relative;
  padding: 15px 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  text-align: center;
  color: #fff;
}
.promotion:hover .inner:before {
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
}
.promotion .inner h2 {
  position: relative;
  z-index: 1;
  color: #fff;
  margin: 0;
}

/* Social / Follow Section */

.social_section {
  position: relative;
  padding: 0 0 40px 0;
  border-top: 1px solid #cccccc;
}
.social_section .text_wrap {
  padding: 35px 0 25px 0;
}
.social_section a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  float: left;
  width: 18.4%;
  height: 200px;
  padding: 15px;
  margin: 0 2% 0 0;
  border: 1px solid #aaaaaa;
}
.social_section a:last-of-type {
  margin: 0;
}
.social_section a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1da1f2;
}
.social_section a img.bg {
  opacity: 0.15;
}
.social_section a .inner {
  position: relative;
}
.social_section a .inner img.icon {
  position: relative;
  display: inline-block;
  width: 24px;
}
.social_section a .inner span.date {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin: 0;
  float: right;
}
.social_section a .inner p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin: 15px 0 0 0;
  float: left;
}
.social_section a .inner span {
  color: #fff;
  font-weight: 700;
}
.social_section a.twitter .inner {
  height: 100%;
}
.social_section a.twitter .inner .twit_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.social_section a.twitter .inner img.icon {
  float: left;
}
.social_section a.twitter:hover img.bg {
  opacity: 0;
}
.social_section a.twitter:hover img.icon {
  -webkit-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.social_section a.instagram {
  background: #000;
}
.social_section a.instagram .overlay {
  opacity: 0;
}
.social_section a.instagram img.bg {
  opacity: 1;
}
.social_section a.instagram:hover img.bg {
  opacity: 0.3;
}
.social_section a.instagram .inner {
  display: block;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.social_section a.instagram:hover .inner {
  opacity: 1;
}
.social_section a.instagram .inner img.icon {
  text-align: center;
  display: inline-block;
  width: 24px;
  margin: 0 0 10px 0;
}
.social_section a.instagram .inner .insta {
  display: block;
  vertical-align: middle;
}
.social_section a.instagram .inner .insta img.icon {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  margin: 0 5px 0 0;
}
.social_section a.instagram .inner .insta span {
  display: inline-block;
  vertical-align: middle;
}
.social_section a.facebook .overlay {
  background: #3f589a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social_section a.facebook:hover .overlay {
  background: #364c86;
}
.social_section a.facebook .inner {
  height: 100%;
}
.social_section a.facebook .inner img.icon {
  width: 11px;
}
.social_section a.facebook .inner span.like {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin: 0;
  font-weight: 400;
  text-decoration: underline;
}
.social_section a.facebook .inner .fb_wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Newsletter Bar */

.newsletter_bar {
  position: relative;
  text-align: center;
  padding: 20px 0;
  background: #fafafa;
  border-top: 1px solid #ccc;
}
.newsletter_bar .inner {
  position: relative;
}
.newsletter_bar .inner form {
  position: relative;
  display: inline-block;
  border: 1px solid #cccccc;
  background: #fff;
  padding: 0;
}
.newsletter_bar .inner form input.text {
  margin: 0 0 0 12px;
  color: #699fc4;
  font-weight: 400;
  border: none;
  line-height: 21px;
  font-size: 15px;
  letter-spacing: 0.5px;
  background: none;
  padding: 12px 12px 10px;
}
.newsletter_bar .inner form input.submit {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  background: #c93f35;
  margin: 0 0 0 15px;
  color: #fff;
  border: none;
  padding: 12px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.newsletter_bar .inner form input.submit:hover {
  background: #bb3b32;
}
.newsletter_bar .inner form input#newsletter_footer_honeypot {
  display: none;
}
.newsletter_bar .inner form label {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.newsletter_bar .inner form label.error {
  display: none !important;
  color: #c93f35;
  font-weight: 400;
  border: none;
  line-height: 21px;
  font-size: 15px;
  letter-spacing: 0.5px;
  background: none;
  margin: 0 0 0 12px;
}
.newsletter_bar .inner form input.error {
  position: relative;
  background: #ffa0a0;
  font-weight: 400;
  border: 1px solid #ffa0a0;
  color: #fff;
}
.newsletter_bar .inner form .styled_dropdown .top {
  padding: 11px 15px 10px;
}
.newsletter_bar .inner form .styled_dropdown ul {
  top: 43px;
  border-color: #cccccc;
}
.newsletter_bar .inner form .styled_dropdown ul li {
  padding: 11px 15px 11px;
  border-color: #cccccc;
}

/* Related Posts */

.related_posts {
  position: relative;
  background: #fafafa;
  border-top: 1px solid #cccccc;
  padding: 0 0 40px 0;
}

/* Sidebar */

.sidebar {
  position: relative;
  float: left;
  width: 28%;
}
.sidebar a.back {
  position: relative;
  display: inline-block;
  background: #699fc4;
  color: #fff;
  width: 100%;
  text-align: center;
  border: 1px solid #cccccc;
  font-weight: 700;
  padding: 11px 4px;
  margin: 0 0 20px 0;
}
.sidebar a.back:before {
  content: '<';
  position: relative;
  color: #fff;
  margin: 0 8px 0 0;
  -webkit-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.sidebar a.back:hover {
  background: #5e93b7;
}
.sidebar a.back:hover:before {
  margin: 0 12px 0 0;
}
.sidebar .block {
  margin: 0 0 20px 0;
  padding: 25px;
}
.sidebar a.block:last-of-type {
  margin-bottom: 60px;
}
.sidebar .author {
  position: relative;
  border: 1px solid #cccccc;
  padding: 30px 25px 25px 25px;
}
.sidebar .author p {
}
.sidebar .author a.read_more {
  font-weight: 700;
}
.sidebar .author a.read_more:hover:after {
  margin-left: 12px;
}
.sidebar .author .author_section {
  position: relative;
  padding-left: 86px;
  display: block;
  margin: 0 0 30px 0;
}
.sidebar .author .author_section .author_wrap {
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 80px;
  width: 80px;
  border: 1px solid #699fc4;
  background: #000;
  border-radius: 100%;
  overflow: hidden;
}
.sidebar .author .author_section .author_wrap img {
  opacity: 1;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sidebar .author .author_section .author_wrap:hover img {
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.sidebar .author .author_section .author_text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 16px;
}
.sidebar .author .author_section .author_text span {
  font-size: 15px;
  display: inline-block;
  margin: 0 0 3px 0;
}
.sidebar .author .author_section .author_text h5 {
  margin: 0;
  color: #afb0b3;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.sidebar .author .author_section .author_text h5 a {
  color: #afb0b3;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.sidebar .newsletter {
  position: relative;
  width: 100%;
  height: auto;
  padding: 25px;
  background: #fff;
}
.sidebar .newsletter .inner h2 {
  color: #699fc4;
}
.sidebar .newsletter .inner p {
  color: #666666;
}
.sidebar .newsletter .inner form label.error {
  color: #c93f35;
}
.sidebar .newsletter .inner form .styled_dropdown {
  border: 1px solid #aaaaaa;
}
.sidebar .newsletter .inner form input.text {
  border: 1px solid #aaaaaa;
}
.sidebar .promo {
  position: relative;
  display: block;
  height: 290px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 0;
  z-index: 20;
}
.sidebar .promo .inner {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 5% 0;
}
.sidebar .promo .inner span {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.sidebar .promo:hover .inner {
  padding: 50% 0;
}

/* Test */
.sidebar .promo_test {
  position: fixed;
  display: block;
  height: 286px;
  width: 392px;
  overflow: hidden;
  border: 1px solid #cccccc;
  padding: 0;
}
.sidebar .promo_test .inner {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  padding: 5% 0;
}
.sidebar .promo_test .inner span {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
.sidebar .promo_test:hover .inner {
  padding: 50% 0;
}
/* Test */

/* Single Template */

.content {
  position: relative;
  float: right;
  width: 67%;
  padding: 0 0 40px 0;
}
.content .comments {
  position: relative;
}
.content .comments h2 {
  margin: 0 0 30px 0;
}

.content .post_bar {
  position: relative;
  padding: 10px 0 8px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #aaaaaa;
}
.content .post_bar .left {
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
.content .post_bar .left p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #afb0b3;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.content .post_bar .left p a.author {
  font-size: 14px;
  font-weight: 400;
  color: #afb0b3;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #afb0b3;
}
.content .post_bar .left p a.author:hover {
  border-color: transparent;
}
.content .post_bar .left span.separator {
  color: #666666;
}
.content .post_bar .left p a.location {
  color: #666666;
  display: inline-block;
  padding: 7px 15px;
  margin: -6px 0 14px 5px;
  border: 1px solid rgba(103, 159, 198, 0.6);
}
.content .post_bar .left p a.location:hover {
  background: #699fc4;
  color: #fff;
}
.content .post_bar .right {
  position: relative;
  display: inline-block;
  float: right;
}
.content .post_bar .right .social {
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0 0 0 20px;
}
.content .post_bar .right .social span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.content .post_bar .right .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.content .post_bar .right .social a:last-of-type {
  margin: 0;
}
.content .post_bar .right .social a img {
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.content .post_bar .right .social a:hover img {
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
}
.content .post_bar .right .social a.facebook img {
  width: 11px;
}
.content .post_bar .right .social a.twitter img {
  width: 24px;
}
.content .post_bar .right .social a.google img {
  width: 28px;
}
.content .post_bar .right .social a.instagram img {
  width: 24px;
}
.content .post_bar .right .social a.whatsapp img {
  width: 24px;
}
.content .post_bar .right .social a.linkedin img {
  width: 24px;
}

.content .post_wrap {
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #aaaaaa;
}
.content .post_wrap hr {
  width: 100%;
  height: 1px;
  background: #c9c9cc;
  margin: 30px 0;
}
.content .post_wrap h1,
.content .post_wrap h2,
.content .post_wrap h3,
.content .post_wrap h4,
.content .post_wrap h5,
.content .post_wrap h6 {
  margin-bottom: 25px;
}
.content .post_wrap h1 a,
.content .post_wrap h2 a,
.content .post_wrap h3 a,
.content .post_wrap h4 a,
.content .post_wrap h5 a,
.content .post_wrap h6 a {
  color: #699fc4;
  border-bottom: 1px dotted #699fc4;
  font-weight: 700;
}
.content .post_wrap h1 a:hover,
.content .post_wrap h2 a:hover,
.content .post_wrap h3 a:hover,
.content .post_wrap h4 a:hover,
.content .post_wrap h5 a:hover,
.content .post_wrap h6 a:hover {
  border-bottom: 1px dotted transparent;
}
.content .post_wrap p {
  margin: 0 0 25px 0;
}
.content .post_wrap p a,
.content .post_wrap ul li a,
.content .post_wrap ol li a {
  color: #699fc4;
  border-bottom: 1px dotted transparent;
}
.content .post_wrap p a:hover,
.content .post_wrap ul li a:hover,
.content .post_wrap ol li a:hover {
  color: #5e93b7;
  border-bottom: 1px dotted #5e93b7;
}
.content .post_wrap ul {
  color: #666666;
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}
.content .post_wrap ul li:before {
  content: '\2022';
  margin: 0 10px 0 0;
  font-size: 18px;
  color: #666666;
  position: relative;
  top: 2px;
}
.content .post_wrap ul li {
  margin: 0 0 8px 0;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #666666;
  list-style: none;
}
.content .post_wrap ol {
  list-style-type: decimal;
  margin: 0 0 25px 0;
  font-size: 15px;
  color: #666666;
  padding: 0 0 0 13px;
}
.content .post_wrap ol li {
  list-style-type: decimal;
  margin: 0 0 8px 0;
  font-size: 15px;
  line-height: 23px;
  color: #666666;
  padding: 0 0 0 4px;
}
.content .post_wrap blockquote {
  margin: 50px 0 50px 0;
  border-bottom: 1px solid #c9c9cc;
  border-top: 1px solid #c9c9cc;
  padding: 25px 0 0 0;
}
.content .post_wrap blockquote:before {
  content: '"';
  display: inline-block;
  position: relative;
  float: left;
  font-size: 70px;
  margin: 0 0 25px 0;
  line-height: 65px;
  color: #699fc4;
}
.content .post_wrap blockquote p {
  position: relative;
  margin: 0 0 25px 45px;
}
.content .post_wrap .one_half {
  position: relative;
  width: 45%;
  float: left;
  margin: 0 5% 0 0;
}
.content .post_wrap .one_half p:first-of-type {
  display: none;
}
.content .post_wrap .one_half.last {
  margin: 0;
}
.content .post_wrap .one_half img {
  width: 100%;
  height: auto;
}
.content .post_wrap a.internal_button {
  position: relative;
  margin: 0 0 25px 0;
}
.content .post_wrap a.read_more {
  font-weight: 700;
  font-size: 15px;
}
.content .post_wrap a.read_more:hover:after {
  margin: 0 0 0 12px;
}
.content .post_wrap .wp-caption p.wp-caption-text {
  margin: 15px 10px 0 10px;
}
.content .post_wrap .cta {
  display: block;
  width: 100%;
  height: 250px;
  margin: 0 0 25px 0;
}
.content .post_wrap .cta a {
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.content .post_wrap .cta a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.content .post_wrap .cta a .inner {
  position: relative;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.content .post_wrap .cta a .inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(103, 159, 198, 0.8);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.content .post_wrap .cta a .inner h4 {
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 15px 0;
  text-align: center;
  background: none;
  color: #fff;
}
.content .post_wrap .cta a:hover .inner:before {
  -webkit-transform: scale(5);
  -ms-transform: scale(5);
  transform: scale(5);
}
.content .post_wrap .post_video {
  position: relative;
  margin: 0 0 25px 0;
}

/* Category Page */

.category_page .discover_section {
  border-bottom: none;
}
.category_page .filter_bar.category a.back {
  position: relative;
  display: inline-block;
  background: #699fc4;
  color: #fff;
  width: 100%;
  text-align: center;
  border: none;
  font-weight: 700;
  padding: 11px 4px;
  margin: 0;
}
.category_page .filter_bar.category a.back:before {
  content: '<';
  position: relative;
  color: #fff;
  margin: 0 8px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.category_page .filter_bar.category a.back:after {
  display: none;
}
.category_page .filter_bar.category a.back:hover {
  background: #5e93b7;
}
.category_page .filter_bar.category a.back:hover:before {
  margin: 0 12px 0 0;
}

.category_page .content {
  background: #fafafa;
  width: 90%;
  border: 1px solid #cccccc;
  float: left;
  padding: 40px 40px 0 40px;
  margin: 0 0 20px 0;
}
.category_page .content.full_width {
  width: 100%;
  padding: 40px 40px 25px 40px;
}
.category_page .content.active {
  padding: 40px;
}
.category_page .content .post_wrap {
  margin: 0;
  padding: 0;
  border: none;
}
.category_page .content .quad_wrap {
  position: relative;
  overflow: hidden;
  width: 580px;
  height: auto;
  float: right;
  margin: -30px -166px 20px 40px;
}
.category_page .content .quad_wrap img {
  height: 233px;
  width: 270px;
  float: left;
  margin: 10px 10px;
  border: 1px solid #cccccc;
}
.category_page .content .quad_wrap img:nth-child(3),
.category_page .content .quad_wrap img:nth-child(4) {
  margin-bottom: 0;
}
.category_page .content .post_wrap .show_more {
  display: none;
}

/* Full Width Page */

.content.full_width {
  width: 100%;
  padding: 40px 40px 30px 40px;
  margin-bottom: 20px;
}

/* Dropdown Menu */

.styled_dropdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 220px;
  padding: 0;
}
.styled_dropdown .top {
  width: 100%;
  border: none;
  position: relative;
  padding: 12px 15px 11px;
  box-sizing: border-box;
}
.styled_dropdown .top:focus {
  background: rgba(120, 195, 55, 0.1);
  border: 1px solid #99b97d;
}
.styled_dropdown .top .text {
  width: 100%;
  text-align: left;
  font-weight: 400;
  color: #699fc4;
  box-sizing: border-box;
  line-height: 21px;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 0;
}
.styled_dropdown .top img {
  position: absolute;
  width: 7px;
  top: 13px;
  right: 0;
}
.styled_dropdown .options {
  overflow: auto;
  position: absolute;
  top: 31px;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  display: none;
  max-height: 200px;
  z-index: 100;
  list-style: none;
  border-bottom: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}
.styled_dropdown .options li {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  color: #699fc4;
  font-weight: 400;
  font-size: 15px;
  margin: 0 !important;
  cursor: pointer;
  text-align: left;
  background: #fff;
}
.styled_dropdown .options li.selected {
  background: #699fc4;
  color: #fff;
}
.styled_dropdown .options li a {
  color: #699fc4;
  -webkit-transition: none;
  transition: none;
  display: inline-block;
  width: 100%;
  padding: 11px 15px 11px;
}
.styled_dropdown .options li:last-child {
  border-bottom: none;
}
.styled_dropdown .options li a:hover {
  text-decoration: none;
}
.styled_dropdown .options li:before {
  display: none !important;
}
.styled_dropdown .options li:hover {
  background: #699fc4;
  color: #fff;
}
.styled_dropdown .options li:hover a {
  color: #fff;
}
.interested_in {
  display: none;
}

/* Video Overlay */

.video_overlay {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 30;
}
.video_overlay .wrapper {
  position: relative;
}
.video_wrap {
  position: relative;
  margin: 110px auto 0 auto;
  width: 80%;
}
.video_wrap .wistia_responsive_padding {
  position: relative;
  width: 100%;
}
a.close {
  position: absolute;
  top: -70px;
  right: 0;
}
a.close img {
  width: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.close:hover img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Footer */

.footer {
  position: relative;
  background: #858c8e;
  padding: 2em 0;
  font-size: 0.9em;
}
.footer .col_3 {
  width: 23%;
  float: left;
  margin-right: 2%;
  padding: 0;
}
.footer .col_3 img {
  width: 90%;
}
.footer .col_3 a {
  display: inline-block;
  font-size: 0.9em;
}
.footer .col_3 a:hover {
  color: #c7cacb;
}
.footer .col_3 h4 {
  color: #fff;
  font-weight: 400;
  border-bottom: 1px #9fa5a7 solid;
  font-size: 1.1em;
  padding-bottom: 0.6em;
  letter-spacing: 0.5px;
}
.footer .col_3 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .col_3 ul li {
  padding-bottom: 0.625em;
}
.footer .col_3 ul li a:before {
  content: '\e621';
  font-family: 'icon-set';
  position: absolute;
  left: 0;
}
.footer .col_3 ul li a {
  position: relative;
  display: block;
  padding-left: 1.4em;
  color: #fff;
}
.footer .col_3 p {
  color: #fff;
  line-height: 1.4em;
  margin-top: 0;
}
.footer .col_3 small {
  color: #fff;
}

.newsletter span.GDPR-signup {
  color: #ffffff !important;
}

.newsletter span.GDPR-signup a {
  color: #ffffff !important;
}

.sidebar .newsletter span.GDPR-signup {
  color: #22313f !important;
}

.sidebar .newsletter span.GDPR-signup a {
  color: #22313f !important;
}

.lyc-post .newsletter span.GDPR-signup {
  color: #22313f !important;
}

.lyc-post .newsletter span.GDPR-signup a {
  color: #22313f !important;
}

/* Slider */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: 'icon-set';
  src: url('webfonts/icon-set.eot?9gweni');
  src: url('webfonts/icon-set.eot?9gweni#iefix') format('embedded-opentype'),
    url('webfonts/icon-set.ttf?9gweni') format('truetype'),
    url('webfonts/icon-set.woff?9gweni') format('woff'),
    url('webfonts/icon-set.svg?9gweni#icon-set') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-set' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-insurance-shield:before {
  content: '\e900';
}
.icon-key-yale:before {
  content: '\e901';
}
.icon-instagram:before {
  content: '\e64c';
}
.icon-icon-baby:before {
  content: '\e605';
}
.icon-icon-beds:before {
  content: '\e62a';
}
.icon-icon-dice:before {
  content: '\e60d';
}
.icon-icon-dishwasher:before {
  content: '\e603';
}
.icon-icon-garden:before {
  content: '\e628';
}
.icon-icon-ground-floor:before {
  content: '\e608';
}
.icon-icon-hot-tub:before {
  content: '\e627';
}
.icon-icon-nearby:before {
  content: '\e62e';
}
.icon-icon-parking:before {
  content: '\e607';
}
.icon-icon-pets:before {
  content: '\e629';
}
.icon-icon-requirements:before {
  content: '\e62d';
}
.icon-icon-sauna:before {
  content: '\e626';
}
.icon-icon-seaside:before {
  content: '\e625';
}
.icon-icon-shop:before {
  content: '\e624';
}
.icon-icon-smoke-free:before {
  content: '\e609';
}
.icon-icon-swimming:before {
  content: '\e623';
}
.icon-icon-washing-machine:before {
  content: '\e604';
}
.icon-icon-wifi:before {
  content: '\e606';
}
.icon-key:before {
  content: '\e62f';
}
.icon-home:before {
  content: '\e60a';
}
.icon-camera:before {
  content: '\e60b';
}
.icon-credit:before {
  content: '\e646';
}
.icon-phone:before {
  content: '\e60c';
}
.icon-address-book:before {
  content: '\e647';
}
.icon-envelope:before {
  content: '\e630';
}
.icon-location:before {
  content: '\e60e';
}
.icon-compass:before {
  content: '\e601';
}
.icon-bell:before {
  content: '\e631';
}
.icon-calendar:before {
  content: '\e600';
}
.icon-screen:before {
  content: '\e632';
}
.icon-mobile:before {
  content: '\e633';
}
.icon-tablet:before {
  content: '\e634';
}
.icon-tv:before {
  content: '\e60f';
}
.icon-drawer:before {
  content: '\e648';
}
.icon-drawer2:before {
  content: '\e635';
}
.icon-bubbles:before {
  content: '\e636';
}
.icon-user:before {
  content: '\e637';
}
.icon-users:before {
  content: '\e610';
}
.icon-search:before {
  content: '\e611';
}
.icon-cog:before {
  content: '\e638';
}
.icon-stats:before {
  content: '\e639';
}
.icon-fire:before {
  content: '\e612';
}
.icon-remove:before {
  content: '\e63a';
}
.icon-signup:before {
  content: '\e62b';
}
.icon-list:before {
  content: '\e64b';
}
.icon-star:before {
  content: '\e614';
}
.icon-star2:before {
  content: '\e614';
}
.icon-heart-solid:before {
  content: '\e64d';
}
.icon-heart-outline:before {
  content: '\e64e';
}
.icon-cancel-circle:before {
  content: '\e63b';
}
.icon-checkmark-circle:before {
  content: '\e649';
}
.icon-close:before {
  content: '\e63c';
}
.icon-table:before {
  content: '\e63d';
}
.icon-share:before {
  content: '\e64a';
}
.icon-googleplus:before {
  content: '\e615';
}
.icon-facebook:before {
  content: '\e616';
}
.icon-twitter:before {
  content: '\e617';
}
.icon-file-pdf:before {
  content: '\e63e';
}
.icon-file-excel:before {
  content: '\e63f';
}
.icon-envelope2:before {
  content: '\e640';
}
.icon-circle-full:before {
  content: '\e618';
}
.icon-circle-half:before {
  content: '\e619';
}
.icon-mail:before {
  content: '\e641';
}
.icon-pencil:before {
  content: '\e642';
}
.icon-printer:before {
  content: '\e61a';
}
.icon-megaphone:before {
  content: '\e643';
}
.icon-light-bulb:before {
  content: '\e644';
}
.icon-checkmark:before {
  content: '\e61b';
}
.icon-cross:before {
  content: '\e61c';
}
.icon-info:before {
  content: '\e645';
}
.icon-help:before {
  content: '\e602';
}
.icon-list2:before {
  content: '\e61d';
}
.icon-record:before {
  content: '\e61e';
}
.icon-arrow-left:before {
  content: '\e61f';
}
.icon-arrow-down:before {
  content: '\e620';
}
.icon-arrow-up:before {
  content: '\e62c';
}
.icon-arrow-right:before {
  content: '\e621';
}
.icon-whatsapp:before {
  content: '\e622';
}

/* Annie Mation */

/* .js.cssanimations .post_columns .col { opacity: 0; }
.js.cssanimations #blogPostsContainer .col { opacity: 0; }
.js.cssanimations .newsletter { opacity: 0; }
.js.cssanimations .hero .inner { opacity: 0; } */

.js.cssanimations .load_complete .hero img.bg {
  animation: hero_fade 1s ease forwards;
  -webkit-animation: hero_fade 1s ease forwards;
}
.js.cssanimations .load_complete .hero .inner {
  animation: fade_in 1s ease forwards;
  -webkit-animation: fade_in 1s ease forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.post_columns .col.fade_in_up,
.newsletter.fade_in_up {
  animation: fade_in_up 2s ease forwards;
  -webkit-animation: fade_in_up 2s ease forwards;
}
#blogPostsContainer.fade_in_up .col {
  animation: fade_in_up 1s ease forwards;
  -webkit-animation: fade_in_up 1s ease forwards;
}
.discover_section .discover .left .top.slideRight {
  animation: slideRight 1.5s ease forwards;
  animation: slideRight 1.5s ease forwards;
}
.discover_section .discover .left .bottom.slideRight {
  animation: slideRight 1.5s ease forwards;
  animation: slideRight 1.5s ease forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.discover_section .discover .right.slideLeft {
  animation: slideLeft 1.5s ease forwards;
  animation: slideLeft 1.5s ease forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.social_section a.fade_in {
  animation: fade_in 1s ease forwards;
  -webkit-animation: fade_in 1s ease forwards;
}
.social_section a.fade_in:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.social_section a.fade_in:nth-child(2) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.social_section a.fade_in:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.social_section a.fade_in:nth-child(4) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.social_section a.fade_in:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/*@keyframes fade_in_up {
	0% { transform: translateY(60px); -moz-transform: translateY(60px); opacity: 0; }
	100% { transform: translateY(0); -moz-transform: translateY(0); opacity: 1; }
}
@-webkit-keyframes fade_in_up {
	0% {  -webkit-transform: translateY(60px); transform: translateY(60px); -moz-transform: translateY(60px); opacity: 0; }
	100% { -webkit-transform: translateY(0); transform: translateY(0); -moz-transform: translateY(0); opacity: 1; }
}n

@keyframes hero_fade {
	100% { opacity: 0.9; }
}
@-webkit-keyframes hero_fade {
	100% { opacity: 0.9; }
}

@keyframes fade_in {
	100% { opacity: 1; }
}
@-webkit-keyframes fade_in {
	100% { opacity: 1; }
}

@keyframes slideRight {
	0% { left: -100%; opacity: 0; }
	100% { left: 0; transform: translateZ(0); -moz-transform: translateZ(0); opacity: 1; }
}
@-webkit-keyframes slideRight {
	0% { left: -100%; opacity: 0; }
	100% { left: 0; transform: translateZ(0); -moz-transform: translateZ(0); -moz-transform: translateZ(0); opacity: 1;  }
}

@keyframes slideLeft {
	0% { right: -100%; opacity: 0; }
	100% { right: 0; transform: translateZ(0); -moz-transform: translateZ(0); opacity: 1; ; }
}
@-webkit-keyframes slideLeft {
	0% {  right: -100%; opacity: 0; }
	100% { right: 0; -webkit-transform: translateZ(0); transform: translateZ(0); -moz-transform: translateZ(0); opacity: 1; }
}*/

@media only screen and (max-width: 1450px) {
  .wrapper {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .filter_bar .filters {
    width: 90%;
  }
  .filter_bar .social {
    margin: 20px 0 10px 0;
  }

  .post_columns .col .text {
    min-height: 360px;
  }
  .newsletter {
    min-height: 615px;
  }

  .alignleft,
  img.alignleft {
    max-width: 100%;
    height: auto;
  }
  .alignright,
  img.alignright {
    max-width: 100%;
    height: auto;
  }
  .aligncenter,
  img.aligncenter {
    max-width: 100%;
    height: auto;
  }
  .alignnone,
  img.alignnone {
    max-width: 100%;
    height: auto;
  }

  .category_page .content {
    width: 100%;
    padding: 40px 30px 40px 40px;
    overflow: hidden;
  }
  .category_page .content .quad_wrap {
    width: 480px;
    margin: 0 0 40px 40px;
  }
  .category_page .content .quad_wrap img {
    width: 220px;
    height: 190px;
  }
}

@media only screen and (max-width: 1170px) {
  .header {
    left: 0;
    top: 0;
    padding: 0.3em 1%;
  }
  .header .wrapper {
    width: 96%;
  }
  .header .left .logo {
    width: 12.5em;
    height: 2em;
    margin-top: 0.3em;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  .header .left .logo img {
    height: 2.9em;
  }
  .header .left .logo img {
    margin: 0;
  }
  .header .call-centre {
    padding: 0.6em 0 0 0;
  }
  .header .call-centre p {
    display: none;
  }
  .header .user-action form {
    display: none;
  }
  .header .user-action form {
    display: none;
  }
  .header .call-centre a.icon-phone:after {
    display: block;
    font-size: 0.8em;
  }

  .user-action .account-header {
    display: none;
  }

  .tablet-nav {
    display: block;
    width: 100%;
    padding-bottom: 1.25em;
  }
  .tablet-nav ul,
  .mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .tablet-nav li {
    float: left;
    width: 20%;
  }
  .tablet-nav li a,
  .mobile-nav li a {
    display: block;
    background: #22313f;
    color: #fff;
    text-align: center;
    padding: 0.5em 0;
    text-decoration: none;
    border-left: 1px solid #1d1d1d;
    border-top: 1px solid #1d1d1d;
    cursor: pointer;
  }

  nav.wrapper {
    width: 100%;
    padding-bottom: 0;
    display: none;
  }
  nav.wrapper .nav-container {
    position: absolute;
    top: calc(100% - 1.25em);
    left: 0;
    z-index: 200;
  }
  nav.wrapper ul li {
    float: none;
    width: 17em !important;
    border-left: none;
    border-right: none;
  }
  nav.wrapper ul li a {
    border-top: 1px #1d1d1d solid;
    border-left: 1px #1d1d1d solid;
    border-right: 1px #1d1d1d solid;
    text-align: left;
    padding: 15px;
    padding-right: 0px;
    padding-left: 4%;
  }
  nav.wrapper ul li ul {
    left: 100%;
    top: 0;
  }
  nav.wrapper ul li.clicked_link > a {
    background: #1d1d1d !important;
  }
  nav.wrapper ul li:hover ul {
    display: none;
  }
  nav.wrapper ul li ul.active {
    display: block;
  }

  .tablet-nav #expand-menu.active a,
  .mobile-nav #expand-menu.active a {
    background: #22313f;
  }
  .tablet-nav.active ul li#account-menu a,
  .mobile-nav.active ul li#account-menu a {
    background: #f1f1f1;
    color: #666;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
  }
  .sub-items:after {
    content: '\e621';
    float: right;
    margin-right: 1em;
    font-size: 1em;
  }
  .fly-out {
    position: absolute;
    top: calc(100% - 1.25em);
    right: 0;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    background: #f1f1f1;
    width: 15em;
  }
  .fly-out.login {
    display: none;
  }
  .fly-out.login.active {
    display: block !important;
  }
  .mobile-flyout {
    position: relative;
    display: block;
    z-index: 200;
  }
}

@media only screen and (max-width: 1150px) {
  .popular_posts ul.pop_slider li {
    height: 350px;
  }
}

@media only screen and (max-width: 1100px) {
  .newsletter {
    padding: 20px;
  }

  .hero.author .author_section .author_wrap {
    width: 180px;
    height: 180px;
  }
}

@media only screen and (max-width: 1024px) {
  .content {
    width: 100%;
  }

  .wp-caption {
    width: 100% !important;
  }

  .post_columns .col .image .tag {
  }
  .post_columns .col .text {
    min-height: 380px;
  }
  .post_columns .col .text a {
    font-size: 18px;
    line-height: 24px;
  }
  .newsletter {
    min-height: 635px;
  }

  .feature_area .container .text {
    padding: 0 25px;
  }
  .feature_area .container .slick-dots {
    bottom: 30px;
  }
  .feature_area .container .text .inner p {
    padding: 0 50px;
  }

  .sidebar {
    width: 100%;
  }
  .sidebar .newsletter {
    min-height: auto;
  }
  .sidebar a.back {
    width: auto;
    padding: 13px 35px;
  }
  .sidebar .author {
    padding: 45px 25px 25px 25px;
  }
  .sidebar .promo {
    height: 200px;
  }
  .sidebar .promo .inner {
    padding: 90px 0;
    background: rgba(0, 0, 0, 0.65);
  }
  .sidebar .promo:hover .inner {
    padding: 90px 0;
  }
  .sidebar .promo .inner span {
    display: inline-block;
    padding: 0 20px;
  }

  .category_page .content .quad_wrap {
    width: 440px;
  }
  .category_page .content .quad_wrap img {
    height: 173px;
    width: 200px;
  }

  .hero.author {
    padding: 0;
  }
  .hero.author .author_section {
    width: 100%;
    padding: 40px;
  }
  .hero.author .author_section .author_content {
    width: 100%;
    margin: 0;
  }
  .hero.author .author_section .author_wrap {
    margin: 0 0 40px 0;
  }
  .hero.author .author_section .author_social {
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 959px) {
  .tablet-nav ul li a {
    font-size: 0.9em;
  }

  .footer .col_3 {
    width: 30%;
    margin-right: 5%;
  }
  .footer .col_3 img {
    width: 100%;
  }
  .footer .col_3:first-child {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 2em;
    margin: 0;
  }
  .footer .col_3:nth-child(4) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 850px) {
  .discover_section .discover .region_wrap {
    margin: 0 0 2.5% 0;
  }
  .discover_section .discover .inner_wrap {
    margin: 0 0 2.5% 0;
  }
  .discover_section .discover .left {
    width: 100%;
  }
  .discover_section .discover .left .top a.block.short {
    width: 26.2%;
  }
  .discover_section .discover .left .top a.block.short:last-of-type {
    margin-right: 0;
  }
  .discover_section .discover .left .bottom {
    margin: 0 0 2.5% 0;
  }
  .discover_section .discover .left .bottom a.block {
    width: 48.5%;
  }
  .discover_section .discover .left .bottom a.block:last-of-type {
    margin-right: 0;
  }
  .discover_section .discover a.block.big {
    height: 225px;
  }
  .discover_section .discover .right {
    position: relative;
    width: 100%;
  }
  .discover_section .discover .right a.block:hover .inner:before {
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
  }

  .hero .inner {
    width: 90%;
  }

  .filter_bar .filters {
    width: 100%;
  }

  .text_wrap {
    width: 90%;
  }

  .post_columns {
    width: 103%;
    margin-left: -1.5%;
    margin-right: 1.5%;
  }
  .post_columns .col .text {
    min-height: 360px;
  }
  .post_columns .col,
  .post_columns .col.end {
    margin: 0 1.5% 20px 1.5%;
    width: 47%;
  }
  .newsletter {
    margin: 0 1.5% 20px 1.5%;
    width: 47%;
    min-height: 612px;
  }

  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 15px;
  }

  .social_section a {
    width: 48.75%;
    margin: 0 2.5% 2.5% 0;
  }
  .social_section a:nth-child(2n + 2) {
    margin-right: 0;
  }
  .social_section a.facebook .inner span.like {
    float: left;
  }
  .social_section a:last-of-type {
    width: 100%;
  }
  .social_section a.facebook .inner span.like {
    display: block;
    clear: both;
  }

  /*.content .post_bar .right  { display: block; width: 100%; }*/
  /*.content .post_bar .right .social { margin: 20px 0 0 0; }*/

  .category_page .content .quad_wrap {
    width: 365px;
  }
  .category_page .content .quad_wrap img {
    height: 140px;
    width: 162px;
  }
}

@media only screen and (max-width: 800px) {
  .video_hub ul.vid_slider {
    width: 100%;
  }
  .video_hub ul.vid_slider .image {
    height: 250px;
  }
  .video_hub .slider_container .slick-arrow {
    display: none !important;
  }
  .video_hub ul.vid_slider li .slide_wrap {
    margin: 0;
  }
}

@media only screen and (max-width: 750px) {
  .feature_area .container {
    height: auto;
  }
  .feature_area .container .image {
    width: 100%;
    height: 250px;
  }
  .feature_area .container .text {
    width: 100%;
    height: auto;
  }
  .feature_area .container .text .inner {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    margin: 40px 0 40px 0;
  }
  .feature_area .container .text .inner h2 {
    margin: 30px 60px;
  }
  .feature_area .container .slick-dots {
    bottom: auto;
    width: 100%;
    margin: 30px 0 20px 0;
  }

  .content .post_wrap .one_half {
    width: 100%;
    margin: 0;
  }

  .category_page .content {
    padding: 20px;
  }
  .category_page .content.active {
    padding: 20px;
  }
  .category_page .content .quad_wrap {
    width: 100%;
  }
  .category_page .content .quad_wrap img {
    width: 25%;
    height: auto;
    margin: 0;
  }

  .hero.author .author_section {
    padding: 20px;
  }
  .hero.author .author_section .author_wrap {
    margin: 0 0 20px 0;
    width: 150px;
    height: 150px;
  }
  .hero.author .author_section .author_social {
    margin: 20px 0 0 0;
  }

  .promotion .inner:before {
    -webkit-transform: scale(5);
    -ms-transform: scale(5);
    transform: scale(5);
  }

  .newsletter_bar .inner form {
    width: 100%;
    padding: 20px;
    background: #22313f;
    border-radius: 4px;
  }
  .newsletter_bar .styled_dropdown {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    background: #fff;
  }
  .newsletter_bar .styled_dropdown .top img {
    right: 20px;
  }
  .newsletter_bar .inner form input.text {
    background: #fff;
    margin: 0 0 20px 0;
    display: block;
    width: 100%;
  }
  .newsletter_bar .inner form input.text.error {
    background: #c93f35;
  }
  .newsletter_bar .inner form input.submit {
    margin: 0;
  }

  .desktop_wrap {
    display: none;
  }
  .mobile_wrap {
    display: block;
  }
  .mobile-redesign .mobile-menu {
    display: none;
  }
  .header .wrapper {
    position: relative;
    width: 90%;
  }
  nav.wrapper {
    display: none;
  }
  .fly-out.login,
  .fly-out.one-column {
    display: none;
  }
  .hamburger_show {
    display: none;
  }
  .hamburger_show .call-centre {
    display: block;
  }
  .tablet-nav {
    display: block;
    padding-bottom: 0;
  }
  .mobile-nav {
    display: block;
    padding-bottom: 20px;
  }
  .tablet-nav .non-mobile,
  .mobile-nav .non-mobile {
    display: none;
  }
  .tablet-nav ul li,
  .mobile-nav ul li {
    width: 50%;
    float: left;
  }
  .tablet-nav ul li a,
  .mobile-nav ul li a {
    font-size: 0.9em;
  }
  .mobile-flyout.active,
  .header-mobile-flyout.active {
    top: 50%;
  }
  nav.wrapper .nav-container {
    width: 100% !important;
    top: -53px;
  }
  nav.wrapper .nav-container ul li {
    width: 100%;
  }
  .fly-out.one-column,
  .fly-out.login {
    width: 100%;
  }
  .fly-out {
    top: -53px;
  }
  .fly-out.login.active {
    display: block !important;
    top: -53px !important;
  }

  .content .post_bar {
    padding: 20px 0;
  }
  .content .post_bar .left p a.author {
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .content .post_bar .left p a.location {
    margin: 0 5px 15px 0;
  }
  .content .post_bar .right {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .content .post_bar .right .social {
    margin: 0;
  }
}

@media only screen and (max-width: 650px) {
  .discover_section .discover a.block {
    height: 200px;
  }
  .discover_section .discover a.block.big {
    height: 200px;
  }
  .discover_section .discover a.block .inner:before {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    background: rgba(34, 49, 63, 0.8);
  }
  .discover_section .discover a.block:hover .inner:before {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    background: rgba(0, 0, 0, 0.65);
  }
  .discover_section .discover a.block .inner img.logo_mini {
    opacity: 1;
    -webkit-transform: translate(-50%, -20px);
    -webkit-transform: translate3d(-50%, -20px, 0);
    -ms-transform: translate(-50%, -20px);
    -ms-transform: translate3d(-50%, -20px, 0);
    transform: translate(-50%, -20px);
    transform: translate3d(-50%, -20px, 0);
  }
  .discover_section .discover a.block .inner span {
    opacity: 1;
    -webkit-transform: translate(-50%, 20px);
    -webkit-transform: translate3d(-50%, 20px, 0);
    -ms-transform: translate(-50%, 20px);
    -ms-transform: translate3d(-50%, 20px, 0);
    transform: translate(-50%, 20px);
    transform: translate3d(-50%, 20px, 0);
  }
  .discover_section .discover .left .top a.block.short {
    width: 100%;
    margin: 0 0 2.5% 0;
  }
  .discover_section .discover .left .top a.block.long {
    width: 100%;
    margin: 0 0 2.5% 0;
  }
  .discover_section .discover .left .bottom {
    margin: 0;
  }
  .discover_section .discover .left .bottom a.block {
    width: 100%;
    margin: 0 0 2.5% 0;
  }
  .discover_section .discover .right a.block:hover .inner:before {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
  }
}

@media only screen and (max-width: 600px) {
  .post_columns .col,
  .post_columns .col.end {
    width: 97%;
  }
  .post_columns .col .image .tag {
    right: auto;
  }
  .post_columns .col .text {
    min-height: auto;
  }
  .post_columns .col .text a {
    font-size: 20px;
    line-height: 26px;
  }
  .post_columns .col .text .bottom {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
    width: 100%;
  }

  .newsletter {
    width: 97%;
    height: auto;
    min-height: auto;
    padding: 40px 20px;
  }
  .newsletter .inner.center {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
  }

  .filter_bar .filters {
    width: 100%;
  }
  .filter_bar .filters .col {
    width: 100%;
    margin: 0 auto 15px auto;
  }
  .filter_bar .filters .col.search img {
    width: 16px;
    top: 13px;
  }
  .filter_bar .social a,
  .filter_bar .social a:last-of-type {
    margin: 0 8px;
  }

  .filter_bar .social span {
    display: none;
  }
  .filter_bar .social a.facebook img {
    width: 9px;
  }
  .filter_bar .social a.twitter img {
    width: 20px;
  }
  .filter_bar .social a.google img {
    width: 24px;
  }
  .filter_bar .social a.instagram img {
    width: 19px;
  }
  .filter_bar .social a.pinterest img {
    width: 20px;
  }
  .filter_bar .social a.linkedin img {
    width: 20px;
  }

  .hero.author .author_section .author_wrap {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
  }

  .popular_posts ul.pop_slider {
    width: 100%;
  }
  .popular_posts ul.pop_slider li {
    margin: 0;
  }
  .popular_posts ul.pop_slider li .overlay {
    height: 100%;
  }
  .popular_posts .pop_container .slick-arrow {
    display: none !important;
  }
  .popular_posts ul.pop_slider ul.slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 6px;
  }
  .popular_posts ul.pop_slider ul.slick-dots li button {
    height: 12px;
    width: 12px;
  }
  .popular_posts ul.pop_slider li .inner a.tag {
    top: 0;
  }
  .popular_posts ul.pop_slider li .inner a.btn {
    bottom: 0;
  }
  .popular_posts ul.pop_slider li {
    padding: 20px;
  }
  .popular_posts ul.pop_slider li .inner h3 {
    margin: 10px 0 25px 0;
  }

  .feature_area .container .text .inner h2 {
    margin: 30px 0;
  }
  .feature_area .container .text .inner p {
    padding: 0;
  }
  .feature_area .container .text .slick-arrow {
    display: none !important;
  }
  .feature_area .container .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 6px;
  }
  .feature_area .container .slick-dots li button {
    height: 12px;
    width: 12px;
  }

  .video_hub ul.vid_slider ul.slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 6px;
  }
  .video_hub ul.vid_slider ul.slick-dots li button {
    height: 12px;
    width: 12px;
  }

  .content .post_bar .left {
    width: 100%;
  }
  .content .post_bar .left p a.location {
    display: inline-block;
    padding: 5px 10px;
  }

  .feature_area .container .text .prev {
    display: none !important;
  }
  .feature_area .container .text .next {
    display: none !important;
  }

  .footer .col_3 {
    width: 100%;
    margin-right: 0;
    padding-bottom: 2.5em;
  }

  nav.wrapper ul li ul {
    width: 100% !important;
    left: 0;
    top: auto;
  }
  nav.wrapper ul li {
    width: 100% !important;
  }
}

@media only screen and (max-width: 500px) {
  .social_section a {
    width: 100%;
    height: auto;
    min-height: 132px;
  }
  .social_section a.twitter .inner .twit_wrap {
    position: relative;
  }
  .social_section a.instagram .inner {
    opacity: 1;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
  .social_section a.instagram img.bg {
    opacity: 0.3;
  }
  .social_section a.facebook .inner .fb_wrap {
    position: relative;
  }

  .content .comments {
    margin: 40px 0 0 0;
  }

  .hero .inner h1 {
    padding: 0;
  }
  .hero .inner img {
    width: 100%;
  }

  .category_page .content .quad_wrap img {
    width: 50%;
  }
  .category_page .content .quad_wrap img:nth-child(3),
  .category_page .content .quad_wrap img:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 400px) {
  .hero {
    height: 280px;
  }
  .hero .inner h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .btn {
    font-size: 15px;
    padding: 13px 25px;
  }
  .newsletter_bar .inner form input.submit {
    font-size: 15px;
    padding: 13px 25px;
  }

  .feature_area .container .image .tag {
    text-align: center;
  }
  .feature_area .container .image .author_section {
    left: auto;
    text-align: center;
    width: 100%;
  }
  .feature_area .container .image .author_section span {
    margin: 20px 0;
    display: block;
  }

  .video_hub ul.vid_slider .text {
    min-height: auto;
    padding: 20px 20px 0 20px;
  }
  .video_hub ul.vid_slider .text .bottom {
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    display: inline-block;
    margin: 25px 0 0 0;
  }
  .video_hub_other .video_showcase {
    height: 250px;
  }

  .hero.author .author_section .author_social span {
    display: none;
  }
}

/**
 * Sidebar Search Form
 */
.cottage-search {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 15px;
  display: none;
}
.cottage-search-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 17px;
  letter-spacing: 0;
}
.cottage-search-group {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cottage-search-group:after {
  content: '';
  display: table;
  clear: both;
}
.cottage-search-group.columns {
  margin-left: -8px;
  margin-right: -8px;
}
.cottage-search-group.borderless {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cottage-search-label.split {
  width: 50%;
  float: left;
  padding: 0 8px;
}
.cottage-search-label > span {
  display: block;
  font-size: 17px;
  padding-bottom: 6px;
  line-height: 1;
}
.cottage-search-label > span.hidden {
  display: none;
}
.cottage-search-select,
.cottage-search-input {
  width: 100%;
}
.cottage-search-input {
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 19px;
  font-weight: 700;
  color: #aaa;
}
.cottage-search-input::placeholder {
  color: #aaa;
  opacity: 1;
}
.cottage-search-input::-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.cottage-search-input.selected {
  border-color: #0b823e;
  color: #0b823e;
}
.cottage-search-select {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.cottage-search-submit {
  background-color: #4c8cb8;
  width: 100%;
  padding: 12px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  transition: background-color 0.2s ease-in-out 0s;
}
.cottage-search-submit:hover {
  background-color: #3b7ba7;
}
.pseudo-select {
  position: relative;
}
.pseudo-select-box {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.pseudo-select-box.active {
  border-color: transparent;
  box-shadow: 0 0 4px 0 #0083f0;
}
.pseudo-select-box.selected {
  border-color: #0b823e;
}
.pseudo-select-box.selected .pseudo-select-selected {
  color: #0b823e;
}
.pseudo-select-selected {
  font-size: 19px;
  font-weight: 700;
  color: #aaa;
}
.pseudo-select-selected:after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: translateY(-50%) rotate(45deg);
}
.pseudo-select-options {
  display: none;
}
.pseudo-select-options.open {
  display: block;
  position: absolute;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 4px 0 #0083f0;
  z-index: 10;
}
.pseudo-select-choice {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 8px 20px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out 0s;
  font-weight: 700;
}
.pseudo-select-choice:hover {
  background-color: #e3f3fd;
}
.pseudo-select-choice:last-child {
  border-bottom: 0;
}
.single-post .ui-widget-header {
  background-color: #2c6f97;
  border: 0;
  color: #fff;
  font-weight: 400;
  border-radius: 0;
}
.single-post .ui-datepicker {
  padding: 12px;
  border: 0;
  box-shadow: 0 0 4px 0 #0083f0;
}
.single-post .ui-datepicker td {
  padding: 2px;
}
.single-post .ui-datepicker .ui-datepicker-next,
.single-post .ui-datepicker .ui-datepicker-prev {
  top: 3px;
  cursor: pointer;
}
.single-post .ui-datepicker .ui-datepicker-next.ui-state-hover,
.single-post .ui-datepicker .ui-datepicker-prev.ui-state-hover {
  background-color: transparent;
  color: #fff;
  border: 0;
}
.single-post .ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.single-post .ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.single-post .ui-datepicker .ui-datepicker-next span,
.single-post .ui-datepicker .ui-datepicker-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.single-post .ui-datepicker .ui-datepicker-next span:before,
.single-post .ui-datepicker .ui-datepicker-prev span:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.single-post .ui-datepicker .ui-datepicker-prev span:before {
  transform: translate(-50%, -50%) rotate(-225deg);
}
.single-post .ui-datepicker .ui-datepicker-title {
  background-color: #2c6f97;
}
.single-post .ui-datepicker .ui-datepicker-title span {
  color: #fff;
}
.single-post .ui-datepicker-group {
  padding: 8px;
}
.single-post .ui-state-default {
  background-color: #fcfcfc;
  text-align: center;
  color: #666;
  padding: 4px 6px;
}
.single-post .ui-state-highlight {
  background-color: #2c6f97;
  color: #fff;
  border: 1px solid #2c6f97;
}
.single-post .ui-state-hover,
.single-post .ui-state-active {
  background-color: #e3f3fd;
  color: #2c6f97;
  border: 1px solid #2c6f97;
}
