@charset "UTF-8";
       .text_color_main {
color: #218ea6;
}
.fill_main {
fill: #218ea6;
}
.bg_main {
background-color: #218ea6;
}
.text_color_alt {
color: #02a89f;
}
.fill_alt {
fill: #02a89f;
}
.bg_alt {
background-color: #02a89f;
}
.text_color_blue {
color: #00579c;
}
.fill_blue {
fill: #00579c;
}
.bg_blue {
background-color: #00579c;
}
.text_color_light_blue {
color: #74aecc;
}
.fill_light_blue {
fill: #74aecc;
}
.bg_light_blue {
background-color: #74aecc;
}
.text_color_green {
color: #678c24;
}
.fill_green {
fill: #678c24;
}
.bg_green {
background-color: #678c24;
}
.text_color_light_green {
color: #4caf50;
}
.fill_light_green {
fill: #4caf50;
}
.bg_light_green {
background-color: #4caf50;
}
.text_color_yellow {
color: #ffeb3b;
}
.fill_yellow {
fill: #ffeb3b;
}
.bg_yellow {
background-color: #ffeb3b;
}
.text_color_light_yellow {
color: #fff59a;
}
.fill_light_yellow {
fill: #fff59a;
}
.bg_light_yellow {
background-color: #fff59a;
}
.text_color_orange {
color: #ff9800;
}
.fill_orange {
fill: #ff9800;
}
.bg_orange {
background-color: #ff9800;
}
.text_color_light_orange {
color: #f79862;
}
.fill_light_orange {
fill: #f79862;
}
.bg_light_orange {
background-color: #f79862;
}
.text_color_red {
color: #8D021F;
}
.fill_red {
fill: #8D021F;
}
.bg_red {
background-color: #8D021F;
}
.text_color_light_red {
color: #f44336;
}
.fill_light_red {
fill: #f44336;
}
.bg_light_red {
background-color: #f44336;
}
.text_color_pink {
color: #e91e63;
}
.fill_pink {
fill: #e91e63;
}
.bg_pink {
background-color: #e91e63;
}
.text_color_light_pink {
color: #fe7f9c;
}
.fill_light_pink {
fill: #fe7f9c;
}
.bg_light_pink {
background-color: #fe7f9c;
}
.text_color_purple {
color: #673ab7;
}
.fill_purple {
fill: #673ab7;
}
.bg_purple {
background-color: #673ab7;
}
.text_color_light_purple {
color: #cea3ff;
}
.fill_light_purple {
fill: #cea3ff;
}
.bg_light_purple {
background-color: #cea3ff;
}
.text_color_charcoal {
color: #2a2a2a;
}
.fill_charcoal {
fill: #2a2a2a;
}
.bg_charcoal {
background-color: #2a2a2a;
}
.text_color_black {
color: #111111;
}
.fill_black {
fill: #111111;
}
.bg_black {
background-color: #111111;
}
.text_color_brown {
color: #6d4f27;
}
.fill_brown {
fill: #6d4f27;
}
.bg_brown {
background-color: #6d4f27;
}
.text_color_light_brown {
color: #d2b48c;
}
.fill_light_brown {
fill: #d2b48c;
}
.bg_light_brown {
background-color: #d2b48c;
}
.text_color_tan {
color: #fffdf6;
}
.fill_tan {
fill: #fffdf6;
}
.bg_tan {
background-color: #fffdf6;
}
.text_color_white {
color: white;
}
.fill_white {
fill: white;
}
.bg_white {
background-color: white;
}
.text_color_off_white {
color: #f2f2f2;
}
.fill_off_white {
fill: #f2f2f2;
}
.bg_off_white {
background-color: #f2f2f2;
}
.text_color_grey {
color: #cec9c9;
}
.fill_grey {
fill: #cec9c9;
}
.bg_grey {
background-color: #cec9c9;
}
.text_color_light_grey {
color: #f7f7f7;
}
.fill_light_grey {
fill: #f7f7f7;
}
.bg_light_grey {
background-color: #f7f7f7;
}    html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
a {
background-color: transparent;
}
a:active, a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code, kbd, pre, samp {
font-family: monospace, monospace;
font-size: 1em;
}
button, input, optgroup, select, textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button, select {
text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled], html input[disabled] {
cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height: auto;
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 0;
} @media print {
*, *:before, *:after {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important;
}
a, a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="#"]:after, a[href^="javascript:"]:after {
content: "";
}
pre, blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr, img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p, h2, h3 {
orphans: 3;
widows: 3;
}
h2, h3 {
page-break-after: avoid;
}
.navbar {
display: none;
}
.btn > .caret, .dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table td, .table th {
background-color: #fff !important;
}
.table-bordered th, .table-bordered td {
border: 1px solid #ddd !important;
}
}
* {
box-sizing: border-box;
}
*:before, *:after {
box-sizing: border-box;
}
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
background-color: #fff;
}
input, button, select, textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover, a:focus {
color: #23527c;
text-decoration: underline;
}
a:focus {
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top: 1px solid #eee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
[role=button] {
cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, fieldset legend, .h5, .h6 {
font-family: inherit;
font-weight: 500;
line-height: 1.1;
color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, fieldset legend small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, fieldset legend .small, .h5 .small, .h6 .small {
font-weight: normal;
line-height: 1;
color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 20px;
margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
font-size: 65%;
}
h4, .h4, fieldset legend, h5, .h5, h6, .h6 {
margin-top: 10px;
margin-bottom: 10px;
}
h4 small, .h4 small, fieldset legend small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, fieldset legend .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
font-size: 75%;
}
h1, .h1 {
font-size: 36px;
}
h2, .h2 {
font-size: 30px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4, fieldset legend {
font-size: 18px;
}
h5, .h5 {
font-size: 14px;
}
h6, .h6 {
font-size: 12px;
}
p {
margin: 0 0 10px;
}
.lead {
margin-bottom: 20px;
font-size: 16px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 21px;
}
}
small, .small {
font-size: 85%;
}
mark, .mark {
background-color: #fcf8e3;
padding: 0.2em;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777;
}
.text-primary {
color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
color: #286090;
}
.text-success {
color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover, a.text-info:focus {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
color: #843534;
}
.bg-primary {
color: #fff;
background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus {
background-color: #286090;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eee;
}
ul, ol {
margin-top: 0;
margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 20px;
}
dt, dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
content: "— ";
}
.blockquote-reverse, blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
content: "";
}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
content: " —";
}
address {
margin-bottom: 20px;
font-style: normal;
line-height: 1.42857143;
}
code, kbd, pre, samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: bold;
box-shadow: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
@media (min-width: 1400px) {
.container {
width: 1370px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
table {
background-color: transparent;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
text-align: left;
}
th {
text-align: left;
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ddd;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ddd;
}
.table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
background-color: #f5f5f5;
}
table col[class*=col-] {
position: static;
float: none;
display: table-column;
}
table td[class*=col-], table th[class*=col-] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
.table-responsive {
overflow-x: auto;
min-height: 0.01%;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
padding-bottom: 75%;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
content: " ";
display: table;
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
}
.affix {
position: fixed;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table !important;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs, td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table !important;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm, td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table !important;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md, td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table !important;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg, td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table !important;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print, td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
a, button, input[type=submit], a strong {
transition: all 0.3s ease;
}
body {
font-family: "Montserrat", sans-serif;
-webkit-font-smoothing: antialiased;
overflow-x: hidden;
color: #2b2b2b;
font-size: 14px;
font-weight: 300;
}
.container-fluid {
padding-left: 0px;
padding-right: 0px;
}
::selection {
background: #218ea6;
color: white;
}
img, svg,
video {
max-width: 100%;
height: auto;
}
iframe {
max-width: 100%;
display: block;
}
img.centered,
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.left,
.alignleft {
float: left;
margin-right: 10px;
margin-bottom: 10px;
}
.right,
.alignright {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}
.clear {
clear: both;
}
.page_not_found {
display: block;
text-align: center;
margin: 20px 0;
}
#attachment_page {
text-align: center;
}
#attachment_page .title {
margin-bottom: 25px;
}
#attachment_page .url {
margin-top: 25px;
font-style: italic;
}
#main_wrapper #content_inner .padding_top_none {
padding-top: 0;
}
#main_wrapper #content_inner .padding_top_small {
padding-top: 35px;
}
#main_wrapper #content_inner .padding_top_medium {
padding-top: 70px;
}
#main_wrapper #content_inner .padding_top_large {
padding-top: 105px;
}
#main_wrapper #content_inner .padding_bottom_none {
padding-bottom: 0;
}
#main_wrapper #content_inner .padding_bottom_medium {
padding-bottom: 70px;
}
#main_wrapper #content_inner .padding_bottom_small {
padding-bottom: 35px;
}
#main_wrapper #content_inner .padding_bottom_large {
padding-bottom: 70px;
}
#main_wrapper #content_inner .margin_top_none {
margin-top: 0;
}
#main_wrapper #content_inner .margin_top_small {
margin-top: 35px;
}
#main_wrapper #content_inner .margin_top_medium {
margin-top: 70px;
}
#main_wrapper #content_inner .margin_top_large {
margin-top: 105px;
}
#main_wrapper #content_inner .margin_bottom_none {
margin-bottom: 0;
}
#main_wrapper #content_inner .margin_bottom_small {
margin-bottom: 35px;
}
#main_wrapper #content_inner .margin_bottom_medium {
margin-bottom: 70px;
}
#main_wrapper #content_inner .margin_bottom_large {
margin-bottom: 105px;
}
@media (max-width: 767px) {
#main_wrapper #content_inner .padding_top_xs_none {
padding-top: 0;
}
#main_wrapper #content_inner .padding_top_xs_small {
padding-top: 35px;
}
#main_wrapper #content_inner .padding_top_xs_medium {
padding-top: 70px;
}
#main_wrapper #content_inner .padding_top_xs_large {
padding-top: 105px;
}
#main_wrapper #content_inner .padding_bottom_xs_none {
padding-bottom: 0;
}
#main_wrapper #content_inner .padding_bottom_xs_small {
padding-bottom: 35px;
}
#main_wrapper #content_inner .padding_bottom_xs_medium {
padding-bottom: 70px;
}
#main_wrapper #content_inner .padding_bottom_xs_large {
padding-bottom: 105px;
}
#main_wrapper #content_inner .margin_top_xs_none {
margin-top: 0;
}
#main_wrapper #content_inner .margin_top_xs_small {
margin-top: 35px;
}
#main_wrapper #content_inner .margin_top_xs_medium {
margin-top: 70px;
}
#main_wrapper #content_inner .margin_top_xs_large {
margin-top: 105px;
}
#main_wrapper #content_inner .margin_bottom_xs_none {
margin-bottom: 0;
}
#main_wrapper #content_inner .margin_bottom_xs_small {
margin-bottom: 35px;
}
#main_wrapper #content_inner .margin_bottom_xs_medium {
margin-bottom: 70px;
}
#main_wrapper #content_inner .margin_bottom_xs_large {
padding-bottom: 105px;
}
} .grecaptcha-badge {
display: none !important;
} .sl-spinner,
.loader {
display: none;
border: 5px solid #fff;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1077;
animation: pulsate 1s ease-out infinite;
}
.loader {
border-color: #e1e1e1;
}
.tooltip {
display: inline-block;
position: relative;
z-index: 5;
border-bottom: 1px dotted #ebebeb;
cursor: help;
}
.tooltip .tip {
position: absolute;
background: rgba(0, 0, 0, 0.85);
color: white;
padding: 5px;
position: absolute;
left: 50%;
transform: translateX(-50%);
bottom: 100%;
margin-bottom: 10px !important;
z-index: 5;
font-size: 11px;
display: block;
width: 160px;
cursor: auto;
visibility: hidden;
}
.tooltip .tip:after {
content: "";
position: absolute;
bottom: -10px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-style: solid;
border-width: 10px 7px 0 7px;
border-color: rgba(0, 0, 0, 0.85) transparent transparent transparent;
}
.tooltip:hover .tip {
visibility: visible;
}
.bg_cover {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0;
}
50% {
opacity: 1;
}
100% {
transform: scale(1.2);
opacity: 0;
}
}
.header_dropdown_box_wrap {
position: relative;
z-index: 3;
}
.header_dropdown_box_wrap .header_dropdown_box_trigger {
text-align: right;
padding-bottom: 15px;
display: block;
}
.header_dropdown_box_wrap .inner {
position: absolute;
top: 100%;
right: 0;
background: white;
padding: 30px 20px;
box-sizing: content-box;
box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
width: 300px !important;
max-height: 90vh;
overflow-y: auto;
display: none;
} h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif;
color: #333;
line-height: 1.4em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
margin-top: 0;
}
@media (max-width: 767px) {
h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
display: none;
}
}
h1, .h1 .heading_element {
font-size: 40px;
font-weight: 600;
}
@media (max-width: 767px) {
h1, .h1 .heading_element {
font-size: 30px;
}
}
h2, .h2 .heading_element {
font-size: 35px;
font-weight: 600;
}
@media (max-width: 767px) {
h2, .h2 .heading_element {
font-size: 25px;
}
}
h3, .h3 .heading_element {
font-size: 32px;
}
@media (max-width: 767px) {
h3, .h3 .heading_element {
font-size: 20px;
}
}
h4, .h4 .heading_element, fieldset legend .heading_element {
font-size: 28px;
}
@media (max-width: 767px) {
h4, .h4 .heading_element, fieldset legend .heading_element {
font-size: 18px;
}
}
h5, .h5 .heading_element {
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
font-weight: 600;
}
@media (max-width: 767px) {
h5, .h5 .heading_element {
font-size: 16px;
}
}
a {
color: #218ea6;
}
a:hover, a:focus {
text-decoration: none;
color: #02a89f;
}
p {
line-height: 1.7em;
margin-bottom: 15px;
}
p:last-child {
margin-bottom: 0;
}
.large_text {
font-size: 1.6em;
}
@media (max-width: 767px) {
.large_text {
font-size: 1.3em;
}
}
strong, b {
color: #111111;
}
p span strong,
p span b {
color: inherit;
}
.white {
color: white;
}
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white strong {
color: white;
}
.white a, .white a strong {
color: white;
}
.white a:hover, .white a strong:hover {
color: #218ea6;
}
.font_weight_normal {
font-weight: normal;
}
.font_weight_bold {
font-weight: bold;
}
.font_family_main {
font-family: "Montserrat", sans-serif;
}
.font_family_alt {
font-family: "Montserrat", sans-serif;
}
ol,
ul {
padding-left: 30px;
margin-bottom: 15px;
}
ol:last-child,
ul:last-child {
margin-bottom: 0;
}
ol li,
ul li {
line-height: 1.7em;
margin-bottom: 5px;
}
ol ol, ol ul,
ul ol,
ul ul {
margin-top: 5px;
}
ol ol {
list-style-type: lower-alpha;
}
.bullet_style_icon ul, .bullet_style_triangle ul, .bullet_style_chevron_right ul, .bullet_style_arrow_right ul, .bullet_style_pdf ul, .bullet_style_download ul, .bullet_style_tick ul {
padding-left: 0;
list-style: none;
}
.bullet_style_icon ul li, .bullet_style_triangle ul li, .bullet_style_chevron_right ul li, .bullet_style_arrow_right ul li, .bullet_style_pdf ul li, .bullet_style_download ul li, .bullet_style_tick ul li {
padding-left: 30px;
position: relative;
margin-bottom: 15px;
}
.bullet_style_icon ul li:before, .bullet_style_triangle ul li:before, .bullet_style_chevron_right ul li:before, .bullet_style_arrow_right ul li:before, .bullet_style_pdf ul li:before, .bullet_style_download ul li:before, .bullet_style_tick ul li:before {
position: absolute;
left: 0;
top: 5px;
}
.bullet_style_icon ul ul li:before, .bullet_style_triangle ul ul li:before, .bullet_style_chevron_right ul ul li:before, .bullet_style_arrow_right ul ul li:before, .bullet_style_pdf ul ul li:before, .bullet_style_download ul ul li:before, .bullet_style_tick ul ul li:before {
left: 5px;
}
.bullet_style_triangle ul li:before {
content: "▶";
}
@font-face {
font-family: "st-icons";
src: url(//oceanescapes.co.nz/wp-content/themes/ocean_escapes/assets/fonts/st-icons.eot?v=4);
src: url(//oceanescapes.co.nz/wp-content/themes/ocean_escapes/assets/fonts/st-icons.eot?#iefix) format("embedded-opentype"), url(//oceanescapes.co.nz/wp-content/themes/ocean_escapes/assets/fonts/st-icons.woff?v=4) format("woff"), url(//oceanescapes.co.nz/wp-content/themes/ocean_escapes/assets/fonts/st-icons.ttf?v=4) format("truetype"), url(//oceanescapes.co.nz/wp-content/themes/ocean_escapes/assets/fonts/st-icons.svg#st-icons) format("svg");
font-weight: normal;
font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before,
.icon,
header nav ul li.menu-item-has-children > a:after,
#content_wrapper .package_terms_row .wpb_text_column:before,
.package_description_row .wpb_text_column:before,
.bullet_style_icon ul li:before,
.bullet_style_tick ul li:before,
.bullet_style_download ul li:before,
.bullet_style_pdf ul li:before,
.bullet_style_arrow_right ul li:before,
.bullet_style_chevron_right ul li:before,
.bullet_style_triangle ul li:before {
font-family: "st-icons" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-kiwi:before {
content: "\e900";
}
.icon-party:before {
content: "!";
}
.icon-trash:before {
content: '"';
}
.icon-trash-outline:before {
content: "#";
}
.icon-tick:before, .bullet_style_tick ul li:before {
content: "0";
}
.icon-tick1:before {
content: "1";
}
.icon-twitter:before {
content: "2";
}
.icon-twitter-square:before {
content: "3";
}
.icon-user:before {
content: "4";
}
.icon-user-outline:before {
content: "5";
}
.icon-youtube:before {
content: "6";
}
.icon-youtube-play:before {
content: "7";
}
.icon-youtube-square:before {
content: "8";
}
.icon-hamburger:before {
content: "9";
}
.icon-gear:before {
content: ":";
}
.icon-facebook:before {
content: "A";
}
.icon-facebook-square:before {
content: "B";
}
.icon-fax:before {
content: "C";
}
.icon-heart:before {
content: "D";
}
.icon-heart-outline:before {
content: "E";
}
.icon-instagram:before {
content: "F";
}
.icon-linkedin:before {
content: "G";
}
.icon-linkedin-in:before {
content: "H";
}
.icon-map:before {
content: "I";
}
.icon-map-outline:before, .package_description_row .itinerary:before {
content: "J";
}
.icon-paper-plane:before {
content: "K";
}
.icon-pdf:before, .bullet_style_pdf ul li:before {
content: "L";
}
.icon-phone:before {
content: "M";
}
.icon-phone-outline:before {
content: "N";
}
.icon-play:before {
content: "O";
}
.icon-play-outline:before {
content: "P";
}
.icon-plus:before {
content: "Q";
}
.icon-quote-closed:before {
content: "R";
}
.icon-quote-closed-outline:before {
content: "S";
}
.icon-quote-open:before {
content: "T";
}
.icon-quote-open-outline:before {
content: "U";
}
.icon-rocket:before {
content: "V";
}
.icon-search:before {
content: "W";
}
.icon-smartphone:before {
content: "X";
}
.icon-speech-bubble:before {
content: "Y";
}
.icon-star:before, .package_description_row .bonus:before {
content: "Z";
}
.icon-arrow-down:before {
content: "a";
}
.icon-arrow-left:before {
content: "b";
}
.icon-arrow-right:before, .bullet_style_arrow_right ul li:before {
content: "c";
}
.icon-arrow-up:before {
content: "d";
}
.icon-chevron-down:before {
content: "e";
}
.icon-chevron-left:before {
content: "f";
}
.icon-chevron-right:before, .bullet_style_chevron_right ul li:before {
content: "g";
}
.icon-chevron-up:before {
content: "h";
}
.icon-download:before, .bullet_style_download ul li:before {
content: "i";
}
.icon-arrow-down1:before {
content: "j";
}
.icon-arrow-left1:before {
content: "k";
}
.icon-arrow-right1:before {
content: "l";
}
.icon-arrow-up1:before {
content: "m";
}
.icon-basket:before {
content: "n";
}
.icon-basket-outline:before {
content: "o";
}
.icon-calendar:before {
content: "p";
}
.icon-cart:before {
content: "q";
}
.icon-cart-outline:before {
content: "r";
}
.icon-close:before {
content: "s";
}
.icon-document:before {
content: "t";
}
.icon-document-outline:before {
content: "u";
}
.icon-chat:before {
content: "v";
}
.icon-menu-dots:before {
content: "w";
}
.icon-chevron-down1:before {
content: "x";
}
.icon-chevron-left1:before {
content: "y";
}
.icon-chevron-right1:before {
content: "z";
}
.icon-chevron-up1:before {
content: "{";
}
.icon-close1:before {
content: "|";
}
.icon-download1:before {
content: "}";
}
.icon-email:before {
content: "~";
}
.icon-email-outline:before {
content: "\7f";
}
.icon-exclamation:before {
content: "€";
}
.icon-face-frown:before {
content: "";
}
.icon-face-neutral:before {
content: "‚";
}
.icon-face-smile:before {
content: "ƒ";
}
.icon-hiking:before {
content: "\e901";
}
.icon-landmark:before {
content: "\e902";
}
.icon-palm-tree:before {
content: "\e903";
}
.icon-penguin:before {
content: "\e904";
}
.icon-river:before {
content: "\e905";
}
.icon-statue-of-liberty:before {
content: "\e906";
}
.icon-sunset:before {
content: "\e907";
}
.icon-airplane:before {
content: "\e908";
}
.icon-buddha:before {
content: "\e909";
}
.icon-camera:before {
content: "\e90a";
}
.icon-cruise2:before {
content: "\e90b";
}
.icon-cruise3:before {
content: "\e90c";
}
.icon-european-union:before {
content: "\e90d";
}
.icon-flight:before {
content: "\e90e";
}
.icon-globe:before {
content: "\e90f";
}
.icon-cruise:before, .package_description_row .seating_cruise:before {
content: "\e910";
}
.icon-olympics:before {
content: "\e911";
}
.icon-road:before {
content: "\e912";
}
.icon-leaning-tower-of-pisa:before {
content: "\e913";
}
.icon-big-ben:before {
content: "\e914";
}
.icon-seats:before, .package_description_row .seating:before {
content: "\e91d";
}
.icon-price:before, .package_description_row .price:before {
content: "\e91e";
}
.icon-itinerary:before {
content: "\e91f";
}
.icon-description:before, .package_description_row .description:before {
content: "\e920";
}
.icon-includes:before, .package_description_row .includes:before {
content: "\e921";
}
.icon-terms:before, #content_wrapper .package_terms_row .terms:before {
content: "\e922";
}
.icon-book-by:before, .package_description_row .book_by:before {
content: "\e923";
}
.icon-dates:before, .package_description_row .travel_dates:before {
content: "\e924";
}
.icon-pinterest:before {
content: "\e925";
}
.icon-pinterest-square:before {
content: "\e926";
}
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
input[type=number],
input[type=button],
select,
textarea {
padding: 10px 15px;
width: 100%;
border: 1px solid #ebebeb;
transition: 0.2s ease all;
background-color: white;
line-height: 1.2em;
color: #2b2b2b;
-webkit-appearance: none; border-radius: 0;
outline-color: #218ea6;
}
select {
font-size: 16px;
appearance: none;
background-color: #fff;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDM1MiwgMjAyMC8wMS8zMC0xNTo1MDozOCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjEgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYyQzBFQzQ2Nzk1MDExRUE5RkNFRjMwQUYzQzFFMDIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYyQzBFQzQ3Nzk1MDExRUE5RkNFRjMwQUYzQzFFMDIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjJDMEVDNDQ3OTUwMTFFQTlGQ0VGMzBBRjNDMUUwMjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjJDMEVDNDU3OTUwMTFFQTlGQ0VGMzBBRjNDMUUwMjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4PflN/AAABOklEQVR42mJgYGCQBuIdQGzKQHugBsS7gFgVxNkPxP+B+A5UglYA5MELULtOggTcgfg1VOAuECvTwFIJIL4IteMzEAfCJKyA+ANU4hYQK1DRUjEgPgc1+zsQe6ArcIS6BqTgGhDLUMFSYWiwgsz8CcR+uBS6AfFXqMJLQCxJgaUCQHwUatZvIA4hpMELGiT/oUEkRoalfEB8EGrGXyCOJFajPzRoQBpPQYOMWMADxHugev8BcRyprg6BBhHIgGPQoCMEOKFlwn8oTiY3niKhQfUfGnR8eNSyA/FmJEszKU2ZcUiG7YUGJTpgBeJ1SOryqJUXU5AM3QENUhhgAeKVSPLF1C59MpEM3wy1EASWIolX0Kq8zUOyZDkQz0bi19G6hilGsgyGmxnoBMqRLG1joDPoA+K55GoGCDAARxBbzLYGY8wAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-size: 11px;
background-position: 95% center;
background-position: calc(100% - 15px) center;
}
select::-ms-expand {
display: none;
}
select option {
font-weight: normal;
}
textarea {
height: 150px;
}
label {
font-weight: bold;
font-size: 14px;
display: block;
margin-bottom: 5px;
}
input[type=submit],
button,
.button {
display: inline-block;
padding: 13px 30px 12px 30px;
background-color: #218ea6;
border: 0;
color: white;
text-transform: uppercase;
text-align: center;
font-weight: bold;
font-size: 14px;
letter-spacing: 1px;
line-height: 1.2em;
font-family: "Montserrat", sans-serif;
-webkit-appearance: none; border-radius: 5px;
}
input[type=submit]:hover,
button:hover,
.button:hover {
color: white;
background-color: #02a89f;
}
input[type=submit]:disabled,
button:disabled,
.button:disabled {
opacity: 0.4;
background-color: #218ea6;
cursor: not-allowed;
}
fieldset {
border: 0;
padding: 0;
}
fieldset legend {
font-weight: bold;
}
.button i {
font-size: 0.7em;
}
.button.icon_position_after_text i {
padding-left: 1em;
}
.button.icon_position_before_text i {
padding-right: 1em;
}
.button_wrap.alignment_inline {
display: inline-block;
margin-right: 10px;
}
.button_wrap.alignment_left {
text-align: left;
}
.button_wrap.alignment_right {
text-align: right;
}
.button_wrap.alignment_center {
text-align: center;
}
.button { background: #218ea6;
border-color: #218ea6;
}
.button:hover {
background: #145766;
border-color: #145766;
}
.button.size_tiny {
padding: 3px 5px;
font-size: 11px;
font-weight: normal;
}
.button.size_small {
padding: 7px 10px;
font-size: 13px;
}
.button.size_large {
padding: 20px 30px;
font-size: 22px;
letter-spacing: 1px;
}
.button.style_outline {
background: transparent !important;
border: 2px solid currentColor;
color: #218ea6;
}
.button.style_outline:hover {
color: white !important;
background: #218ea6 !important;
border-color: #218ea6;
}
.button.style_outline.size_tiny {
border-width: 1px;
}
.button.style_underline {
padding-left: 0;
padding-right: 0;
padding-top: 0;
padding-bottom: 6px;
background-color: transparent !important;
color: #218ea6;
border-bottom: 2px solid currentColor;
}
.button.style_underline.size_tiny {
border-width: 1px;
}
.button.style_underline:hover {
color: #02a89f;
}
.button_wrap.style_large_icon {
display: flex;
flex-grow: 1;
}
.button.style_large_icon {
display: inline-flex;
flex-direction: column;
align-items: center;
background: transparent;
border: none;
background: white;
color: #333;
width: 100%;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
padding-top: 50px;
padding-bottom: 50px;
font-size: 22px;
text-align: center;
display: flex;
justify-content: center;
text-transform: none;
border-radius: 10px;
}
.button.style_large_icon i {
order: -1;
padding-left: 0;
padding-right: 0;
padding-bottom: 25px;
font-size: 70px;
}
.button.style_large_icon:hover {
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
color: #02a89f;
}
.button.style_large_icon.icon_position_after_text i {
order: 2;
padding-top: 50px;
padding-bottom: 0;
}
.button.style_large_icon .text {
flex-grow: 1;
display: flex;
align-items: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
.button.style_large_icon {
padding-left: 15px;
padding-right: 15px;
font-size: 18px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.button.style_large_icon {
font-size: 18px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
}
.button.style_large_icon i {
font-size: 50px;
}
.button.style_large_icon.icon_position_after_text i {
padding-top: 30px;
}
}
@media (max-width: 767px) {
.button.style_large_icon {
font-size: 16px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 15px;
padding-right: 15px;
}
.button.style_large_icon i {
font-size: 50px;
}
.button.style_large_icon.icon_position_after_text i {
padding-top: 30px;
}
} .button.color_main {
background-color: #218ea6;
}
.button.color_main:hover {
background: #145766;
border-color: #145766;
}
.button.style_outline.color_main {
color: #218ea6;
}
.button.style_outline.color_main:hover {
border-color: #218ea6 !important;
background: #218ea6 !important;
}
.button.style_underline.color_main,
.button.style_no_style.color_main {
color: #218ea6;
}
.button.style_underline.color_main:hover,
.button.style_no_style.color_main:hover {
color: #145766;
}
.button.color_alt {
background-color: #02a89f;
}
.button.color_alt:hover {
background: #015c57;
border-color: #015c57;
}
.button.style_outline.color_alt {
color: #02a89f;
}
.button.style_outline.color_alt:hover {
border-color: #02a89f !important;
background: #02a89f !important;
}
.button.style_underline.color_alt,
.button.style_no_style.color_alt {
color: #02a89f;
}
.button.style_underline.color_alt:hover,
.button.style_no_style.color_alt:hover {
color: #015c57;
}
.button.color_blue {
background-color: #00579c;
}
.button.color_blue:hover {
background: #002c50;
border-color: #002c50;
}
.button.style_outline.color_blue {
color: #00579c;
}
.button.style_outline.color_blue:hover {
border-color: #00579c !important;
background: #00579c !important;
}
.button.style_underline.color_blue,
.button.style_no_style.color_blue {
color: #00579c;
}
.button.style_underline.color_blue:hover,
.button.style_no_style.color_blue:hover {
color: #002c50;
}
.button.color_light_blue {
background-color: #74aecc;
}
.button.color_light_blue:hover {
background: #418cb2;
border-color: #418cb2;
}
.button.style_outline.color_light_blue {
color: #74aecc;
}
.button.style_outline.color_light_blue:hover {
border-color: #74aecc !important;
background: #74aecc !important;
}
.button.style_underline.color_light_blue,
.button.style_no_style.color_light_blue {
color: #74aecc;
}
.button.style_underline.color_light_blue:hover,
.button.style_no_style.color_light_blue:hover {
color: #418cb2;
}
.button.color_green {
background-color: #678c24;
}
.button.color_green:hover {
background: #3a4f14;
border-color: #3a4f14;
}
.button.style_outline.color_green {
color: #678c24;
}
.button.style_outline.color_green:hover {
border-color: #678c24 !important;
background: #678c24 !important;
}
.button.style_underline.color_green,
.button.style_no_style.color_green {
color: #678c24;
}
.button.style_underline.color_green:hover,
.button.style_no_style.color_green:hover {
color: #3a4f14;
}
.button.color_light_green {
background-color: #4caf50;
}
.button.color_light_green:hover {
background: #357a38;
border-color: #357a38;
}
.button.style_outline.color_light_green {
color: #4caf50;
}
.button.style_outline.color_light_green:hover {
border-color: #4caf50 !important;
background: #4caf50 !important;
}
.button.style_underline.color_light_green,
.button.style_no_style.color_light_green {
color: #4caf50;
}
.button.style_underline.color_light_green:hover,
.button.style_no_style.color_light_green:hover {
color: #357a38;
}
.button.color_yellow {
background-color: #ffeb3b;
}
.button.color_yellow:hover {
background: #eed500;
border-color: #eed500;
}
.button.style_outline.color_yellow {
color: #ffeb3b;
}
.button.style_outline.color_yellow:hover {
border-color: #ffeb3b !important;
background: #ffeb3b !important;
}
.button.style_underline.color_yellow,
.button.style_no_style.color_yellow {
color: #ffeb3b;
}
.button.style_underline.color_yellow:hover,
.button.style_no_style.color_yellow:hover {
color: #eed500;
}
.button.color_light_yellow {
background-color: #fff59a;
}
.button.color_light_yellow:hover {
background: #ffed4e;
border-color: #ffed4e;
}
.button.style_outline.color_light_yellow {
color: #fff59a;
}
.button.style_outline.color_light_yellow:hover {
border-color: #fff59a !important;
background: #fff59a !important;
}
.button.style_underline.color_light_yellow,
.button.style_no_style.color_light_yellow {
color: #fff59a;
}
.button.style_underline.color_light_yellow:hover,
.button.style_no_style.color_light_yellow:hover {
color: #ffed4e;
}
.button.color_orange {
background-color: #ff9800;
}
.button.color_orange:hover {
background: #b36a00;
border-color: #b36a00;
}
.button.style_outline.color_orange {
color: #ff9800;
}
.button.style_outline.color_orange:hover {
border-color: #ff9800 !important;
background: #ff9800 !important;
}
.button.style_underline.color_orange,
.button.style_no_style.color_orange {
color: #ff9800;
}
.button.style_underline.color_orange:hover,
.button.style_no_style.color_orange:hover {
color: #b36a00;
}
.button.color_light_orange {
background-color: #f79862;
}
.button.color_light_orange:hover {
background: #f36819;
border-color: #f36819;
}
.button.style_outline.color_light_orange {
color: #f79862;
}
.button.style_outline.color_light_orange:hover {
border-color: #f79862 !important;
background: #f79862 !important;
}
.button.style_underline.color_light_orange,
.button.style_no_style.color_light_orange {
color: #f79862;
}
.button.style_underline.color_light_orange:hover,
.button.style_no_style.color_light_orange:hover {
color: #f36819;
}
.button.color_red {
background-color: #8D021F;
}
.button.color_red:hover {
background: #42010e;
border-color: #42010e;
}
.button.style_outline.color_red {
color: #8D021F;
}
.button.style_outline.color_red:hover {
border-color: #8D021F !important;
background: #8D021F !important;
}
.button.style_underline.color_red,
.button.style_no_style.color_red {
color: #8D021F;
}
.button.style_underline.color_red:hover,
.button.style_no_style.color_red:hover {
color: #42010e;
}
.button.color_light_red {
background-color: #f44336;
}
.button.color_light_red:hover {
background: #d2190b;
border-color: #d2190b;
}
.button.style_outline.color_light_red {
color: #f44336;
}
.button.style_outline.color_light_red:hover {
border-color: #f44336 !important;
background: #f44336 !important;
}
.button.style_underline.color_light_red,
.button.style_no_style.color_light_red {
color: #f44336;
}
.button.style_underline.color_light_red:hover,
.button.style_no_style.color_light_red:hover {
color: #d2190b;
}
.button.color_pink {
background-color: #e91e63;
}
.button.color_pink:hover {
background: #aa1145;
border-color: #aa1145;
}
.button.style_outline.color_pink {
color: #e91e63;
}
.button.style_outline.color_pink:hover {
border-color: #e91e63 !important;
background: #e91e63 !important;
}
.button.style_underline.color_pink,
.button.style_no_style.color_pink {
color: #e91e63;
}
.button.style_underline.color_pink:hover,
.button.style_no_style.color_pink:hover {
color: #aa1145;
}
.button.color_light_pink {
background-color: #fe7f9c;
}
.button.color_light_pink:hover {
background: #fd3361;
border-color: #fd3361;
}
.button.style_outline.color_light_pink {
color: #fe7f9c;
}
.button.style_outline.color_light_pink:hover {
border-color: #fe7f9c !important;
background: #fe7f9c !important;
}
.button.style_underline.color_light_pink,
.button.style_no_style.color_light_pink {
color: #fe7f9c;
}
.button.style_underline.color_light_pink:hover,
.button.style_no_style.color_light_pink:hover {
color: #fd3361;
}
.button.color_purple {
background-color: #673ab7;
}
.button.color_purple:hover {
background: #46287d;
border-color: #46287d;
}
.button.style_outline.color_purple {
color: #673ab7;
}
.button.style_outline.color_purple:hover {
border-color: #673ab7 !important;
background: #673ab7 !important;
}
.button.style_underline.color_purple,
.button.style_no_style.color_purple {
color: #673ab7;
}
.button.style_underline.color_purple:hover,
.button.style_no_style.color_purple:hover {
color: #46287d;
}
.button.color_light_purple {
background-color: #cea3ff;
}
.button.color_light_purple:hover {
background: #a557ff;
border-color: #a557ff;
}
.button.style_outline.color_light_purple {
color: #cea3ff;
}
.button.style_outline.color_light_purple:hover {
border-color: #cea3ff !important;
background: #cea3ff !important;
}
.button.style_underline.color_light_purple,
.button.style_no_style.color_light_purple {
color: #cea3ff;
}
.button.style_underline.color_light_purple:hover,
.button.style_no_style.color_light_purple:hover {
color: #a557ff;
}
.button.color_charcoal {
background-color: #2a2a2a;
}
.button.color_charcoal:hover {
background: #040404;
border-color: #040404;
}
.button.style_outline.color_charcoal {
color: #2a2a2a;
}
.button.style_outline.color_charcoal:hover {
border-color: #2a2a2a !important;
background: #2a2a2a !important;
}
.button.style_underline.color_charcoal,
.button.style_no_style.color_charcoal {
color: #2a2a2a;
}
.button.style_underline.color_charcoal:hover,
.button.style_no_style.color_charcoal:hover {
color: #040404;
}
.button.color_black {
background-color: #111111;
}
.button.color_black:hover {
background: black;
border-color: black;
}
.button.style_outline.color_black {
color: #111111;
}
.button.style_outline.color_black:hover {
border-color: #111111 !important;
background: #111111 !important;
}
.button.style_underline.color_black,
.button.style_no_style.color_black {
color: #111111;
}
.button.style_underline.color_black:hover,
.button.style_no_style.color_black:hover {
color: black;
}
.button.color_brown {
background-color: #6d4f27;
}
.button.color_brown:hover {
background: #352613;
border-color: #352613;
}
.button.style_outline.color_brown {
color: #6d4f27;
}
.button.style_outline.color_brown:hover {
border-color: #6d4f27 !important;
background: #6d4f27 !important;
}
.button.style_underline.color_brown,
.button.style_no_style.color_brown {
color: #6d4f27;
}
.button.style_underline.color_brown:hover,
.button.style_no_style.color_brown:hover {
color: #352613;
}
.button.color_light_brown {
background-color: #d2b48c;
}
.button.color_light_brown:hover {
background: #bc9055;
border-color: #bc9055;
}
.button.style_outline.color_light_brown {
color: #d2b48c;
}
.button.style_outline.color_light_brown:hover {
border-color: #d2b48c !important;
background: #d2b48c !important;
}
.button.style_underline.color_light_brown,
.button.style_no_style.color_light_brown {
color: #d2b48c;
}
.button.style_underline.color_light_brown:hover,
.button.style_no_style.color_light_brown:hover {
color: #bc9055;
}
.button.color_tan {
background-color: #fffdf6;
}
.button.color_tan:hover {
background: #ffecaa;
border-color: #ffecaa;
}
.button.style_outline.color_tan {
color: #fffdf6;
}
.button.style_outline.color_tan:hover {
border-color: #fffdf6 !important;
background: #fffdf6 !important;
}
.button.style_underline.color_tan,
.button.style_no_style.color_tan {
color: #fffdf6;
}
.button.style_underline.color_tan:hover,
.button.style_no_style.color_tan:hover {
color: #ffecaa;
}
.button.color_white {
background-color: white;
}
.button.color_white:hover {
background: #d9d9d9;
border-color: #d9d9d9;
}
.button.style_outline.color_white {
color: white;
}
.button.style_outline.color_white:hover {
border-color: white !important;
background: white !important;
}
.button.style_underline.color_white,
.button.style_no_style.color_white {
color: white;
}
.button.style_underline.color_white:hover,
.button.style_no_style.color_white:hover {
color: #d9d9d9;
}
.button.color_off_white {
background-color: #f2f2f2;
}
.button.color_off_white:hover {
background: #cccccc;
border-color: #cccccc;
}
.button.style_outline.color_off_white {
color: #f2f2f2;
}
.button.style_outline.color_off_white:hover {
border-color: #f2f2f2 !important;
background: #f2f2f2 !important;
}
.button.style_underline.color_off_white,
.button.style_no_style.color_off_white {
color: #f2f2f2;
}
.button.style_underline.color_off_white:hover,
.button.style_no_style.color_off_white:hover {
color: #cccccc;
}
.button.color_grey {
background-color: #cec9c9;
}
.button.color_grey:hover {
background: #aaa1a1;
border-color: #aaa1a1;
}
.button.style_outline.color_grey {
color: #cec9c9;
}
.button.style_outline.color_grey:hover {
border-color: #cec9c9 !important;
background: #cec9c9 !important;
}
.button.style_underline.color_grey,
.button.style_no_style.color_grey {
color: #cec9c9;
}
.button.style_underline.color_grey:hover,
.button.style_no_style.color_grey:hover {
color: #aaa1a1;
}
.button.color_light_grey {
background-color: #f7f7f7;
}
.button.color_light_grey:hover {
background: #d1d1d1;
border-color: #d1d1d1;
}
.button.style_outline.color_light_grey {
color: #f7f7f7;
}
.button.style_outline.color_light_grey:hover {
border-color: #f7f7f7 !important;
background: #f7f7f7 !important;
}
.button.style_underline.color_light_grey,
.button.style_no_style.color_light_grey {
color: #f7f7f7;
}
.button.style_underline.color_light_grey:hover,
.button.style_no_style.color_light_grey:hover {
color: #d1d1d1;
} .button.color_white,
.button.color_light_grey,
.button.color_off_white {
color: #2b2b2b;
}
.button.color_white.style_outline:hover,
.button.color_light_grey.style_outline:hover,
.button.color_off_white.style_outline:hover {
color: #2b2b2b !important;
}
.button.color_light_yellow,
.button.color_tan {
color: #111111;
}
.button.color_light_yellow.style_outline:hover,
.button.color_tan.style_outline:hover {
color: #2b2b2b !important;
}
fieldset {
margin-bottom: 15px;
}
#main_wrapper form.wpcf7-form {
margin-bottom: 35px;
position: relative;
}
#main_wrapper .wpcf7-form-control-wrap {
position: relative;
display: block;
}
#main_wrapper span.wpcf7-not-valid-tip {
position: absolute;
right: 0px;
top: 0px;
color: white;
background: #F44336;
padding: 2px 15px 2px 5px;
font-size: 12px;
line-height: 1.2em;
}
#main_wrapper span.wpcf7-not-valid-tip:after {
content: "x";
position: absolute;
right: 5px;
top: 5px;
height: 5px;
line-height: 5px;
font-size: 10px;
font-weight: bold;
cursor: pointer;
}
#main_wrapper input[aria-invalid=true] {
border-color: #F44336;
}
#main_wrapper .wpcf7-response-output {
position: absolute;
right: 0;
bottom: 5px;
border: none;
padding: 5px 10px;
font-size: 11px;
margin: 0;
line-height: 1.2em;
}
#main_wrapper form.wpcf7-form.invalid .wpcf7-response-output {
background: #F44336;
color: white;
}
#main_wrapper form.wpcf7-form.sent .wpcf7-response-output {
background: #4CAF50;
color: white;
}
@media (min-width: 768px) and (max-width: 991px) {
#main_wrapper div.wpcf7-response-output {
position: relative;
}
}
@media (max-width: 767px) {
#main_wrapper div.wpcf7-response-output {
position: relative;
}
#main_wrapper input[type=submit] {
margin-bottom: 10px;
}
} #content_wrapper {
padding-top: 70px;
padding-bottom: 35px;
}
.home #content_wrapper {
padding-top: 0;
padding-bottom: 0;
}
.bg_gradient_1 {
background: #218ea6;
background: linear-gradient(45deg, #02a89f 0%, #699220 100%);
}
.bg_gradient_2, #main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col .single_image_wrap:after, .st_popup_box_wrap.st_cookie_popup_box .inner {
background: #02a89f;
background: linear-gradient(45deg, #02a89f 0%, #74aecc 100%);
}
.container.thin {
width: 900px;
max-width: 100%;
}
.bg_icon {
background-image: url(//oceanescapes.co.nz/wp-content/themes/ocean_escapes/assets/img/oe-brandmark.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px) {
.bg_icon {
padding-top: 30px;
padding-bottom: 0;
background-position: top center;
}
}
.sport_list.style_default > .inner {
display: flex;
flex-wrap: wrap;
margin-left: -20px;
margin-right: -20px;
}
.sport_list.style_default .sport {
width: 25%;
padding-left: 20px;
padding-right: 20px;
margin-bottom: 40px;
display: flex;
}
.sport_list.style_default .sport > .inner {
background-size: cover;
background-position: center;
background-color: #74aecc;
position: relative;
border-radius: 5px;
overflow: hidden;
text-align: center;
flex-grow: 1;
display: flex;
align-items: flex-end;
justify-content: center;
padding-top: 50%;
padding-bottom: 30px;
padding-left: 20px;
padding-right: 20px;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.sport_list.style_default .sport > .inner:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 40%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
content: "";
}
.sport_list.style_default .sport .overlay_link {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 3;
}
.sport_list.style_default .sport .title {
font-weight: 600;
position: relative;
z-index: 2;
color: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
.sport_list.style_default .sport {
width: 33.3%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.sport_list.style_default .sport {
width: 33.3%;
}
.sport_list.style_default .sport > .inner {
padding-bottom: 15px;
}
}
@media (max-width: 767px) {
.sport_list.style_default > .inner {
margin-left: -7px;
margin-right: -7px;
}
.sport_list.style_default .sport {
width: 50%;
padding-left: 7px;
padding-right: 7px;
margin-bottom: 15px;
}
.sport_list.style_default .sport > .inner {
padding-bottom: 15px;
}
}
.buttons_row .button_wrap {
transform: translateY(-50px);
margin-right: 0;
}
.buttons_row .button {
width: 100%;
}
@media (max-width: 767px) {
.buttons_row {
padding-left: 7px;
padding-right: 7px;
}
.buttons_row .vc_column-inner {
padding-left: 7px !important;
padding-right: 7px !important;
}
.buttons_row .button_wrap {
margin-bottom: 15px;
}
}
.nopackages {
text-align: center;
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.package_intro_row .title h1 {
font-size: 25px;
}
.package_intro_row .image_col .carousel_wrap,
.package_intro_row .image_col .carousel_wrap .carousel_item {
height: 400px;
}
@media (min-width: 1200px) {
.package_intro_row .image_col {
padding-left: 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.package_intro_row .image_col .carousel_wrap,
.package_intro_row .image_col .carousel_wrap .carousel_item {
height: 350px;
}
}
@media (max-width: 767px) {
.package_intro_row .image_col .carousel_wrap,
.package_intro_row .image_col .carousel_wrap .carousel_item {
height: 300px;
}
}
.package_meta_row {
font-size: 20px;
text-align: center;
font-weight: 400;
}
.package_meta_row .meta_item {
margin-bottom: 0;
padding-right: 35px;
border-right: 1px solid #ebebeb;
margin-right: 35px;
margin-bottom: 10px;
display: inline-block;
}
.package_meta_row .meta_item i {
display: inline-flex;
margin-right: 5px;
width: 30px;
height: 30px;
color: white;
background: #218ea6;
border-radius: 40px;
align-items: center;
justify-content: center;
font-size: 16px;
}
.package_meta_row .meta_item:last-child {
padding-right: 0;
border-right: 0;
margin-right: 0;
}
.package_meta_row .wpb_text_column {
margin-bottom: 0;
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
padding-top: 15px;
padding-bottom: 10px;
}
@media (max-width: 991px) {
.package_meta_row {
text-align: left;
font-size: 18px;
}
}
@media (max-width: 767px) {
.package_meta_row {
font-size: 16px;
}
.package_meta_row .meta_item {
border-right: none;
padding-right: 0;
width: 100%;
display: block;
}
}
.package_description_row {
font-weight: 400;
}
.package_description_row .wpb_text_column {
position: relative;
}
.package_description_row .wpb_text_column:before {
position: absolute;
left: -25px;
top: 3px;
}
.package_description_row .meta_item i {
display: none;
}
.package_description_row .wpb_column:nth-child(2) .wpb_text_column {
margin-bottom: 25px;
}
@media (min-width: 992px) {
.package_description_row .wpb_column:nth-child(1) {
padding-right: 50px;
}
.package_description_row .wpb_column:nth-child(2) {
padding-left: 50px;
}
}
@media (max-width: 991px) {
.package_description_row .wpb_text_column {
padding-left: 25px;
}
.package_description_row .wpb_text_column:before {
left: 0;
}
}
#content_wrapper .package_terms_row {
font-weight: 400;
}
#content_wrapper .package_terms_row .wpb_text_column {
position: relative;
}
#content_wrapper .package_terms_row .wpb_text_column:before {
position: absolute;
left: -25px;
top: 3px;
}
@media (max-width: 991px) {
#content_wrapper .package_terms_row .wpb_text_column {
padding-left: 25px;
}
#content_wrapper .package_terms_row .wpb_text_column:before {
left: 0;
}
}
@media (max-width: 767px) {
.home_browse_row {
padding-left: 7px;
padding-right: 7px;
}
.home_browse_row .vc_column-inner {
padding-left: 7px !important;
padding-right: 7px !important;
}
.home_browse_row .service_block {
margin-bottom: 15px;
}
}
@media (min-width: 992px) {
#content_wrapper .meet_team_image {
width: 500px;
max-width: 100%;
margin-left: auto;
}
}
#content_wrapper .home_newsletter_row #mc_embed_signup {
width: 600px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
#content_wrapper .home_newsletter_row #mc_embed_signup_scroll {
display: flex;
}
#content_wrapper .home_newsletter_row #mc_embed_signup_scroll input[type=submit] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
#content_wrapper .home_newsletter_row #mc_embed_signup_scroll {
flex-wrap: wrap;
}
#content_wrapper .home_newsletter_row input, #content_wrapper .home_newsletter_row .clear {
width: 100%;
border-radius: 0;
}
}
@media (min-width: 1200px) {
.home_blurb_row .text_col {
padding-right: 40px;
}
}
#newsletter_page_subscribe input[type=text],
#newsletter_page_subscribe input[type=email] {
margin-bottom: 20px;
}
#newsletter_page_subscribe label {
color: #218ea6;
}
#newsletter_page_subscribe #mc_embed_signup_scroll {
display: flex;
flex-wrap: wrap;
}
#newsletter_page_subscribe .mc-field-group,
#newsletter_page_subscribe .clear {
width: 100%;
}
#newsletter_page_subscribe .firstname,
#newsletter_page_subscribe .lastname {
width: 49%;
}
#newsletter_page_subscribe .firstname {
margin-right: 2%;
}
@media (min-width: 1200px) {
#newsletter_page_subscribe {
padding-left: 25px;
}
}
@media (max-width: 767px) {
#newsletter_page_subscribe .firstname,
#newsletter_page_subscribe .lastname {
margin-right: 0;
width: 100%;
}
}
#main_wrapper #content_wrapper #content_inner .home_escapes_row .grid_col .vc_column-inner > .wpb_wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 25px;
margin-bottom: 45px;
}
#main_wrapper #content_wrapper #content_inner .home_escapes_row .service_block,
#main_wrapper #content_wrapper #content_inner .home_escapes_row .call_to_action {
margin-bottom: 0;
}
#main_wrapper #content_wrapper #content_inner .home_escapes_row .call_to_action .link_text {
font-weight: bold;
}
#main_wrapper #content_wrapper #content_inner .home_escapes_row .service_block .service_icon {
display: none;
}
#main_wrapper #content_wrapper #content_inner .home_escapes_row .service_block .background_image {
filter: none;
}
#main_wrapper #content_wrapper #content_inner .home_escapes_row .service_block .inner {
padding-top: 50%;
}
#main_wrapper #content_wrapper #content_inner .home_escapes_row .post_type_package .title br {
display: none;
}
#main_wrapper #content_wrapper #content_inner .nz_owned_company_overlay_img {
width: auto;
position: absolute;
right: 25px;
bottom: 45px;
margin-bottom: 0;
}
#main_wrapper #content_wrapper #content_inner .nz_owned_company_overlay_img img {
width: 200px;
}
#main_wrapper #content_wrapper #content_inner .home_two_cols_subscribe_row input[type=email] {
margin-bottom: 15px;
width: 500px;
max-width: 100%;
}
@media (min-width: 1400px) {
#main_wrapper #content_wrapper #content_inner .home_two_cols_subscribe_row .full_height_image {
min-height: 600px;
}
}
#main_wrapper #content_wrapper #content_inner .home_browse_packages_row .wpb_text_column .wpb_wrapper {
width: 600px;
margin-left: auto;
margin-right: auto;
max-width: 100%;
}
@media (min-width: 1200px) {
#main_wrapper #content_wrapper #content_inner .new_home_intro_row {
width: 1170px;
}
} .pagination {
font-family: "Montserrat", sans-serif;
display: flex;
font-size: 13px;
padding-top: 10px;
width: 100%;
margin-top: 30px;
}
.pagination.type_archive {
justify-content: center;
}
.pagination.type_archive .page-numbers {
display: inline-block;
padding: 0 10px;
color: #218ea6;
}
.pagination.type_archive .current {
opacity: 0.4;
}
.pagination.type_single .nav-previous {
margin-right: auto;
}
.pagination.type_single .nav-next {
margin-left: auto;
}
.pagination:empty {
display: none;
}
#content_wrapper.single_page #content_inner,
#content_wrapper.archive_page #content_inner {
display: flex;
flex-wrap: wrap;
}
#content_wrapper.single_page #content_inner #blog_page_content,
#content_wrapper.archive_page #content_inner #blog_page_content {
width: 100%;
}
#content_wrapper.single_page #content_inner > .content,
#content_wrapper.archive_page #content_inner > .content {
flex-grow: 1;
}
#content_wrapper.single_page #content_inner .st_sidebar,
#content_wrapper.archive_page #content_inner .st_sidebar {
width: 27%;
padding-left: 30px;
}
#content_wrapper.single_page #content_inner > .content:only-child,
#content_wrapper.archive_page #content_inner > .content:only-child {
width: 1000px;
max-width: 100%;
flex-grow: 0;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
#content_wrapper.single_page #content_inner .st_sidebar,
#content_wrapper.archive_page #content_inner .st_sidebar {
width: 33%;
}
}
@media (max-width: 767px) {
#content_wrapper.single_page #content_inner .st_sidebar,
#content_wrapper.archive_page #content_inner .st_sidebar {
width: 100%;
padding-left: 0;
margin-top: 30px;
}
}
.taxonomy_filter {
margin-bottom: 35px;
}
.post.archive .meta span,
.post.single .meta span {
margin-right: 10px;
font-size: 13px;
}
.post.archive .excerpt,
.post.archive .content,
.post.single .excerpt,
.post.single .content {
margin-bottom: 15px;
}
.post.archive .featured_image_wrap,
.post.single .featured_image_wrap {
position: relative;
}
.post.archive .featured_image,
.post.single .featured_image {
background-size: cover;
background-position: center;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.post.archive {
margin-bottom: 35px;
background: white;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: row;
width: 100%;
position: relative;
}
.post.archive .meta {
border-top: 1px solid #ebebeb;
padding-top: 15px;
}
.post.archive .post_content_wrap {
padding: 40px 40px 30px 40px;
}
.post.archive .title {
margin-bottom: 35px;
}
.post.archive .title a {
color: #333;
}
.post.archive .absolute_link {
position: absolute;
display: block;
z-index: 2;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
@media (max-width: 991px) {
.post.archive {
flex-direction: column;
}
.post.archive .featured_image_wrap {
min-height: 200px;
}
}
.post.single .featured_image_wrap {
min-height: 400px;
margin-bottom: 10px;
}
.post.single .meta {
border-bottom: 1px solid #ebebeb;
padding-bottom: 10px;
margin-bottom: 20px;
}
.post.single .title {
margin-bottom: 20px;
}
.post.single .post_content_wrap {
border-bottom: 1px solid #ebebeb;
margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.post.single .featured_image_wrap {
min-height: 350px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.post.single .featured_image_wrap {
min-height: 300px;
}
}
@media (max-width: 767px) {
.post.single .featured_image_wrap {
min-height: 200px;
}
}
.post.default {
width: 33.333%;
width: 33.3333333333%;
padding-left: 15px;
padding-right: 15px;
position: relative;
font-weight: 400;
overflow: hidden;
display: flex;
margin-bottom: 35px;
}
.post.default .inner {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
background: white;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
overflow: hidden;
}
.post.default .featured_image {
padding-top: 55%;
background-size: cover;
background-position: center;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}
.post.default .absolute_link {
position: absolute;
top: 0;
bottom: 0;
left: 15px;
right: 15px;
z-index: 2;
}
.post.default .post_content_wrap {
border: 1px solid #ebebeb;
border-top: 0;
padding: 30px 25px 15px 25px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
flex-grow: 1;
}
.post.default .excerpt {
margin-bottom: 30px;
}
.post.default .title {
margin-bottom: 15px;
font-size: 26px;
font-weight: 600;
}
.post.default .meta {
font-size: 0.9em;
display: block;
margin-bottom: 15px;
}
.post.default .meta i {
display: inline-block;
margin-right: 3px;
}
.post.default .meta span {
display: inline-block;
margin-right: 20px;
margin-bottom: 10px;
}
.post.default .meta span:last-child {
margin-right: 0;
}
.post.default .category {
position: absolute;
display: inline-block;
background: #218ea6;
color: #111111;
padding: 5px 20px;
top: 15px;
right: 0;
text-transform: uppercase;
}
.post.default .read_more {
margin-top: auto;
text-transform: uppercase;
font-weight: bold;
}
.post.default .read_more i {
font-size: 0.8em;
margin-left: 5px;
display: inline-block;
transition: 0.3s ease all;
}
.post.default .post_content_wrap {
display: flex;
flex-direction: column;
}
.post.default:hover .read_more i {
transform: translateX(5px);
}
@media (min-width: 1200px) and (max-width: 1399px) {
.post.default .title {
font-size: 21px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.post.default .title {
font-size: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.post.default {
width: 50%;
}
.post.default .post_content_wrap {
padding-left: 10px;
padding-right: 10px;
font-size: 13px;
}
.post.default .title {
font-size: 20px;
}
}
@media (max-width: 767px) {
.post.default {
width: 100%;
margin-bottom: 35px;
padding-left: 0;
padding-right: 0;
}
.post.default .inner {
padding-left: 0;
padding-right: 0;
}
.post.default:last-child {
margin-bottom: 0;
}
.post.default .title br {
display: none;
}
.post.default .title {
font-size: 22px;
}
}
.post_list.style_default,
#post_archive_wrap,
#search_results {
display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
@media (max-width: 767px) {
.post_list.style_default,
#post_archive_wrap,
#search_results {
margin-left: 0;
margin-right: 0;
}
}
body.search-no-results #search_results h2, body.search-no-results #search_results p {
width: 100%;
}
.post_list .list_with_thumb {
border-bottom: 1px solid #ebebeb;
margin-bottom: 15px;
position: relative;
}
.post_list .list_with_thumb .image {
display: inline-block;
width: 90px;
height: 60px;
background-size: cover;
background-position: center;
margin-right: 10px;
margin-bottom: 15px;
float: left;
background-color: #f0f0f0;
}
.post_list .list_with_thumb .title {
font-weight: bold;
}
.post_list .list_with_thumb .date {
margin-bottom: 15px;
font-style: italic;
}
.post_list .list_with_thumb a.permalink {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.post_list .list_with_thumb:last-child {
border-bottom: 0;
margin-bottom: 0;
}
.post.style_carousel {
position: relative;
height: 600px;
background-size: cover;
background-position: center;
}
.post.style_carousel .content {
position: absolute;
bottom: 40px;
left: 50px;
padding: 30px 40px;
background: rgba(255, 255, 255, 0.5);
}
.post.style_carousel .excerpt {
color: #333;
margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.post.style_carousel {
height: 500px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.post.style_carousel {
height: 450px;
}
}
@media (max-width: 767px) {
.post.style_carousel {
height: 300px;
}
.post.style_carousel .content {
left: 20px;
right: 20px;
}
} .wp-caption {
border: 1px solid #e8e8e8;
text-align: center;
background-color: #f7f7f7;
margin: 10px;
max-width: 100%;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0;
}
.wp-caption p.wp-caption-text {
font-size: 0.85em;
line-height: 1.214em;
padding: 3px;
margin: 0;
}
.wp-caption.alignnone {
margin-left: 0;
}
.wp-caption.alignright {
margin-right: 0;
}  header nav ul li a {
font-family: "Montserrat", sans-serif;
}
.admin-bar #sidebar_nav_wrapper {
top: 32px;
}  header nav ul li.menu-item-has-children > a:after {
content: "e";
margin-left: 6px;
vertical-align: middle;
font-weight: bold;
font-size: 0.8em;
display: inline-block;
transform: translateY(-1px);
} header nav.large_nav ul {      }
header nav.large_nav ul li ul {
visibility: hidden;
position: absolute;
padding: 0;
top: 100%;
left: 10px;
display: block;
opacity: 0;
transition: transform 0.3s cubic-bezier(0.16, 0.67, 0.48, 1.59), opacity 0.3s ease, visibility 0.3s ease;
transform: translateX(-25px);
z-index: 50;
background: white;
box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.15);
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-left: 3px solid #02a89f;
}
header nav.large_nav ul li:hover > ul,
header nav.large_nav ul li.hover > ul {
opacity: 1;
transform: translateX(0);
visibility: visible;
}
header nav.large_nav ul li > ul > li {
display: block;
}
header nav.large_nav ul li > ul > li:first-child > a {
padding-top: 20px;
}
header nav.large_nav ul li > ul > li:last-child > a {
padding-bottom: 20px;
}
header nav.large_nav ul li ul li a {
width: 200px;
text-align: left;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
color: #2b2b2b;
line-height: 1.3em; }
header nav.large_nav ul li ul li.menu-item-has-children > a:after {
content: "g";
}
header nav.large_nav ul li ul li ul {
left: 200px;
top: 0;
opacity: 0;
border-left: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
header nav.large_nav ul li ul {
left: -7px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
header nav.large_nav ul li ul {
left: -7px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
header nav.large_nav ul li ul {
left: 0px;
}
} .hamburger {
width: 28px;
height: 24px;
display: inline-block;
line-height: 0;
position: relative;
z-index: 100;
}
.hamburger .bar {
display: inline-block;
height: 4px;
background: #218ea6;
position: absolute;
top: 0;
left: 0;
right: 0;
transition: 0.3s ease all;
transform-origin: left;
}
.hamburger .bar_2 {
top: 10px;
}
.hamburger .bar_3 {
right: 4px;
bottom: 0;
top: auto;
}
.hamburger.smooshed .bar_1 {
transform: rotate(45deg);
}
.hamburger.smooshed .bar_2 {
opacity: 0;
}
.hamburger.smooshed .bar_3 {
right: 0;
transform: rotate(-45deg);
}
#sidebar_nav_wrapper {
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: 400px;
z-index: 100;
background: white;
box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.15);
padding: 50px;
transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
display: flex;
flex-direction: column;
left: -450px;
overflow-y: scroll; -ms-overflow-style: none;
scrollbar-width: none; }
#sidebar_nav_wrapper a {
color: #111111;
}
#sidebar_nav_wrapper::-webkit-scrollbar {
display: none;
}
#sidebar_nav_wrapper.display {
left: 0;
}
#sidebar_nav_wrapper.display .sidebar_nav_inner {
opacity: 1;
transform: translateX(0);
}
#sidebar_nav_wrapper .close {
margin-bottom: 50px;
display: block;
font-size: 16px;
margin-right: 10px;
}
#sidebar_nav_wrapper .close i {
font-size: 16px;
width: 20px;
margin-right: 5px;
transform: translateY(2px);
display: inline-block;
}
#sidebar_nav_wrapper .sidebar_nav_inner {
display: flex;
flex-direction: column;
flex-grow: 1;
transform: translateX(-65px);
transition: opacity 0.6s ease 0.25s, transform 0.6s ease 0.25s;
}
#sidebar_nav_wrapper nav.large_nav,
#sidebar_nav_wrapper nav.large_nav > div,
#sidebar_nav_wrapper nav.large_nav ul {
display: block;
}
#sidebar_nav_wrapper nav.large_nav ul {
padding-left: 0;
}
#sidebar_nav_wrapper nav.large_nav ul li {
display: block;
position: relative;
}
#sidebar_nav_wrapper nav.large_nav ul li a {
display: inline-block;
text-align: left;
padding-left: 0px;
padding: 8px 0 !important;
color: #111111;
}
#sidebar_nav_wrapper nav.large_nav ul ul {
display: none;
padding-left: 15px !important;
opacity: 1 !important;
}
#sidebar_nav_wrapper nav ul li.menu-item-has-children .menu_expand {
display: inline-flex;
text-align: center;
width: 30px;
cursor: pointer;
align-items: center;
justify-content: center;
font-size: 18px;
color: #218ea6;
}
#sidebar_nav_wrapper nav ul li.menu-item-has-children .menu_expand i {
transition: 0.3s ease all;
transform: translateY(-5px);
transform-origin: center;
height: 1em;
}
#sidebar_nav_wrapper nav ul li.menu-item-has-children .menu_expand.menu_expanded i {
transform: rotate(180deg);
}
#sidebar_nav_wrapper nav ul li.menu-item-has-children > a {
margin-right: 10px;
display: inline-block;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu {
top: 0;
left: 100%;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu a {
font-size: 0.9em;
padding: 5px 0 !important;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu li:first-child a {
padding-top: 10px !important;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu li:last-child a {
padding-bottom: 10px !important;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu ul.sub-menu li:first-child a {
padding-top: 0px !important;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu ul.sub-menu li:last-child a {
padding-bottom: 5px !important;
}
#sidebar_nav_wrapper .contact_details {
margin-top: auto;
padding-top: 35px;
}
#sidebar_nav_wrapper .contact_details .contact_detail {
display: block;
margin-bottom: 10px;
}
#sidebar_nav_wrapper .contact_details .contact_detail:last-child {
margin-bottom: 0;
}
@media (max-width: 991px) {
#sidebar_nav_wrapper {
width: 100%;
left: -103%;
padding-left: 25px;
padding-right: 25px; }
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu a {
padding-left: 0 !important;
}
#sidebar_nav_wrapper nav.large_nav ul li {
display: flex;
flex-wrap: wrap;
}
#sidebar_nav_wrapper nav.large_nav ul li a {
display: block;
border-bottom: 1px solid #ebebeb;
flex-grow: 1;
font-size: 20px;
width: calc(100% - 40px);
}
#sidebar_nav_wrapper nav.large_nav ul ul {
border-bottom: 1px solid #ebebeb;
}
#sidebar_nav_wrapper nav ul li.menu-item-has-children .menu_expand {
justify-content: center;
align-items: center;
border-bottom: 1px solid #ebebeb;
border-left: 1px solid #ebebeb;
transform: none;
width: 40px;
}
#sidebar_nav_wrapper nav ul li.menu-item-has-children > a {
margin-right: 0;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu {
width: 100% !important;
padding-left: 0 !important;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu > li > a {
border-color: transparent;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu a {
flex-grow: 0;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu .menu_expand {
border: 0;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu .menu_expand i {
border: 1px solid #ebebeb;
border-radius: 50px;
height: 1em;
width: 1em;
}
#sidebar_nav_wrapper nav.large_nav ul li ul.sub-menu ul.sub-menu {
padding-left: 15px !important;
}
}
header nav.large_nav {
display: inline-block; }
header nav.large_nav ul {
margin: 0px;
padding-left: 0px;
font-size: 0; display: inline-block;
}
header nav.large_nav > div {
display: inline-block;
}
header nav.large_nav ul li {
display: inline-block;
list-style: none;
position: relative;
line-height: initial;
margin-bottom: 0;
}
header nav.large_nav ul li a {
text-decoration: none;
display: inline-block;
padding: 34px 15px;
font-size: 14px;
text-align: center;
font-weight: 600;
color: #2b2b2b;
}
header nav.large_nav ul li:hover > a,
header nav.large_nav ul li:focus > a,
header nav.large_nav ul li.current_page_item > a {
text-decoration: none;
color: #218ea6;
}
@media (min-width: 1200px) and (max-width: 1399px) {
header nav.large_nav ul li a {
padding-left: 8px;
padding-right: 8px;
font-size: 13px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
header nav.large_nav ul li a {
padding-left: 8px;
padding-right: 8px;
font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
header nav.large_nav ul li a {
padding-left: 15px;
padding-right: 15px;
}
} #header_wrapper {
position: relative;
z-index: 99;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
}
#header_wrapper p:empty {
display: none;
}
#large_header_wrapper {
position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
#large_header_wrapper {
overflow: hidden;
}
}
@media (max-width: 767px) {
#large_header_wrapper {
padding-top: 25px;
padding-bottom: 25px;
}
}
#large_header_inner {
display: flex;
justify-content: space-between;
align-items: center;
}
#large_header_inner:before, #large_header_inner:after {
display: none;
}
#small_header_wrapper {
background: #218ea6;
padding-top: 10px;
padding-bottom: 10px;
font-size: 12px;
color: white;
}
#small_header_wrapper a {
color: white;
}
#small_header_wrapper a:hover {
color: #74aecc;
}
#small_header_wrapper .social_icon {
margin-bottom: 0;
}
#small_header_inner {
display: flex;
justify-content: space-between;
}
#small_header_inner:before, #small_header_inner:after {
display: none;
}
#logo img {
width: 230px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
#logo img {
width: 200px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#logo img {
width: 200px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#logo img {
width: 200px;
}
}
@media (max-width: 767px) {
#logo {
max-width: 80%;
}
#logo img {
width: 170px;
}
}
#header_text_1 .phone_link {
display: none;
}
#header_text_1 .widget {
display: inline-block;
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header_text_1 .widget:last-child {
margin-right: 0;
padding-right: 0;
border-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
#header_text_1 .phone_link {
display: inline-block;
margin-left: 20px;
}
}
@media (max-width: 767px) {
#header_text_1 .phone_link {
display: inline-block;
margin-left: 10px;
}
#header_text_1 .widget {
border-right: none;
padding-right: 0;
margin-right: 10px;
}
}
#header_text_2 {
padding-left: 30px;
font-size: 11px;
position: relative;
padding: 20px 0;
padding-left: 50px;
color: #218ea6; }
#header_text_2 a {
color: inherit;
font-weight: 500;
}
#header_text_2 a:hover {
color: #74aecc;
}
#header_text_2 .phone_link {
font-size: 22px;
letter-spacing: 0.5px;
}
#header_text_2:after {
position: absolute;
content: "";
top: 0;
bottom: 0;
background: #e2f0f3;
width: 1000px;
left: 0;
z-index: -1;
}
#header_text_2 i {
position: absolute;
top: 50%;
background: #74aecc;
color: white;
width: 32px;
height: 32px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 30px;
transform: translate(-63px, -50%);
z-index: 3;
}
@media (min-width: 1200px) and (max-width: 1399px) {
#header_text_2 {
font-size: 10px;
padding-left: 30px;
}
#header_text_2 .phone_link {
font-size: 18px;
}
#header_text_2 i {
transform: translate(-43px, -50%);
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#header_text_2 {
display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#header_text_2 {
margin-left: auto;
margin-right: 50px;
}
}
.header_text p:last-child {
margin-bottom: 0;
}
.header_text i {
margin-right: 7px;
}
@media (max-width: 767px) {
.header_text .contact_detail {
padding-left: 0 !important;
display: inline-block;
}
.header_text .contact_detail i {
position: relative !important;
top: auto !important;
left: auto !important;
}
.header_text .contact_detail .text {
display: none;
}
}
.header_text .address_output br {
display: none;
}
#page_title {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: #F0F0F0;
background-image: url(//oceanescapes.co.nz/wp-content/themes/ocean_escapes/assets/img/page-title-bg.jpg);
padding: 130px 0;
text-align: left;
color: white;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
#page_title h1 {
margin-bottom: 0px;
color: inherit;
margin-top: 0;
}
#page_title .subtitle {
margin-top: 0;
color: inherit;
margin-bottom: 0;
font-weight: 600;
}
#page_title .woocommerce-breadcrumb {
text-transform: none;
color: #999;
font-weight: normal;
font-size: 13px;
margin-bottom: 5px;
}
#page_title .woocommerce-breadcrumb a {
color: inherit;
}
#page_title .term_description {
font-size: 20px;
font-weight: bold;
}
#page_title .term_description a {
text-decoration: underline;
text-underline-offset: 3px;
color: white;
}
#page_title .term_description b, #page_title .term_description strong {
color: white;
}
@media (min-width: 992px) and (max-width: 1199px) {
#page_title {
padding-top: 100px;
padding-bottom: 100px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#page_title {
padding-top: 80px;
padding-bottom: 80px;
}
}
@media (max-width: 767px) {
#page_title {
padding-top: 70px;
padding-bottom: 70px;
}
} #footer_wrapper {
background-image: url(//oceanescapes.co.nz/wp-content/themes/ocean_escapes/assets/img/footer-bg.jpg);
background-size: cover;
background-position: center;
}
#footer_wrapper a {
color: inherit;
}
#footer_wrapper a:hover {
color: #02a89f;
}
#large_footer_wrapper {
font-size: 13px;
color: white;
padding-top: 100px;
padding-bottom: 100px;
}
#large_footer_wrapper ul {
padding: 0px;
}
#large_footer_wrapper ul li {
list-style: none;
margin-bottom: 6px;
}
#large_footer_wrapper ul li:nth-child(odd) {
padding-right: 10px;
}
#large_footer_wrapper h3 {
color: white;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 1px;
margin-bottom: 25px;
font-weight: 600;
position: relative;
padding-left: 40px;
}
#large_footer_wrapper h3:after {
content: "";
height: 3px;
width: 30px;
background: #218ea6;
left: 0;
top: 50%;
transform: translateY(-50%);
position: absolute;
}
@media (min-width: 992px) and (max-width: 1199px) {
#large_footer_inner > .row {
display: flex;
flex-wrap: wrap;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#large_footer_inner > .row {
display: flex;
flex-wrap: wrap;
}
}
#small_footer_wrapper {
background: rgba(33, 142, 166, 0.4);
font-size: 12px;
color: rgba(214, 240, 230, 0.65);
padding: 25px 0;
}
#small_footer_inner {
display: flex;
justify-content: space-between;
}
#small_footer_inner:before, #small_footer_inner:after {
display: none;
}
@media (max-width: 991px) {
#small_footer_inner {
flex-direction: column;
align-items: center;
}
}
footer .contact_detail {
display: block;
margin-bottom: 1em;
}
@media (max-width: 1199px) {
.footer_widget {
margin-bottom: 35px;
}
}
#footer_logo {
text-align: center;
}
#footer_logo img {
width: 350px;
margin-bottom: 100px;
}
@media (max-width: 1199px) {
#footer_logo img {
margin-bottom: 60px;
}
}
#footer_widget_1 img {
margin-top: 20px;
}
#footer_widget_2 ul {
display: flex;
flex-wrap: wrap;
}
#footer_widget_2 ul li {
width: 50%;
}
@media (min-width: 1400px) {
#footer_widget_2 {
transform: translateX(70px);
}
}
@media (min-width: 1400px) {
#footer_widget_3 {
transform: translateX(90px);
}
}
#footer_widget_4 .social_icons {
margin-top: 30px;
}
#footer_widget_4 .social_icons a {
background: #218ea6;
}
#footer_widget_4 .social_icons a:hover {
background: #02a89f;
}
.footer_text p:last-child {
margin-bottom: 0;
}
@media (max-width: 991px) {
.footer_text {
margin-bottom: 10px;
text-align: center;
}
.footer_text:last-child {
margin-bottom: 0;
}
} #main_wrapper .vc_row.default_padding .vc_column-inner,
#main_wrapper .vc_row.vc_row-has-fill > .wpb_column > .vc_column-inner,
#main_wrapper .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner {
padding-top: 0px;
}
#main_wrapper #content_inner .vc_row.padding_bottom_small {
padding-bottom: 0;
}
#main_wrapper #content_inner .vc_row.padding_bottom_medium {
padding-bottom: 35px;
} body.full_width_page:not(.archive) #content_inner { width: 100%;
padding-left: 0;
padding-right: 0;
}
body.full_width_page:not(.archive) #content_inner .vc_row { margin-left: auto;
margin-right: auto;
background-position: center;
background-size: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
body.full_width_page:not(.archive) #content_inner .vc_row {
width: 750px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
body.full_width_page:not(.archive) #content_inner .vc_row {
width: 970px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
body.full_width_page:not(.archive) #content_inner .vc_row {
width: 1170px;
}
}
@media (min-width: 1400px) {
body.full_width_page:not(.archive) #content_inner .vc_row {
width: 1370px;
}
}
@media (min-width: 992px) {
body.full_width_page:not(.archive) #content_inner .vc_row.thin {
width: 900px;
}
}
body.full_width_page:not(.archive) #content_inner .vc_row.full_width { width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
body.full_width_page:not(.archive) #content_inner .vc_row.full_width {
padding-left: calc((100% - 750px) / 2);
padding-right: calc((100% - 750px) / 2);
}
}
@media (min-width: 992px) and (max-width: 1199px) {
body.full_width_page:not(.archive) #content_inner .vc_row.full_width {
padding-left: calc((100% - 970px) / 2);
padding-right: calc((100% - 970px) / 2);
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
body.full_width_page:not(.archive) #content_inner .vc_row.full_width {
padding-left: calc((100% - 1170px) / 2);
padding-right: calc((100% - 1170px) / 2);
}
}
@media (min-width: 1400px) {
body.full_width_page:not(.archive) #content_inner .vc_row.full_width {
padding-left: calc((100% - 1370px) / 2);
padding-right: calc((100% - 1370px) / 2);
}
}
body.full_width_page:not(.archive) #content_inner .vc_row.full_width.full_width_background_thin {
width: 100%;
}
@media (min-width: 992px) {
body.full_width_page:not(.archive) #content_inner .vc_row.full_width.full_width_background_thin {
padding-left: calc((100% - 900px) / 2);
padding-right: calc((100% - 900px) / 2);
}
}
body.full_width_page:not(.archive) #content_inner .vc_row.full_width.full_width_content { padding-left: 0;
padding-right: 0;
}
body.full_width_page:not(.archive) #content_inner .vc_row.full_width.full_width_content .vc_row.vc_inner { margin-left: 0;
margin-right: 0;
}
body.full_width_page:not(.archive) #content_inner .vc_row.full_width.full_width_content.no_padding .vc_column-inner { padding-left: 0;
padding-right: 0;
}
body.full_width_page:not(.archive) #content_inner .vc_row.vc_inner { width: auto;
margin-left: -15px;
margin-right: -15px;
}
body.full_width_page:not(.archive) #content_inner .vc_section {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
body.full_width_page:not(.archive) #content_inner .vc_row-o-full-height { min-height: 100vh !important;
} .vc_row-o-equal-height .wpb_column > .vc_column-inner > .wpb_wrapper {
display: flex;
flex-grow: 1;
flex-direction: column;
}
.vc_row-o-equal-height .wpb_column > .vc_column-inner > .wpb_wrapper > div {
flex-shrink: 0; }
.vc_row-o-equal-height.vc_row-o-content-middle .wpb_column > .vc_column-inner > .wpb_wrapper {
justify-content: center;
}
#main_wrapper .vc_row-has-fill {
padding-top: 35px;
}
.vc_row.background_video {
position: relative;
overflow: hidden;
}
.vc_row.background_video video,
.vc_row.background_video .video_bg_mobile_placeholder {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
width: 100%;
background-size: cover;
background-position: center;
object-fit: cover;
height: 100%;
font-family: "object-fit: cover;"; }
.vc_row.background_video .video_bg_mobile_placeholder {
display: none;
}
@media (max-width: 991px) {
.vc_row.background_video .video_bg_mobile_placeholder {
display: block;
}
}
.vc_editor .vc_row.background_video {
overflow: visible;
}
#main_wrapper .heading {
text-align: left;
margin-bottom: 20px;
}
#main_wrapper .heading h1, #main_wrapper .heading h2, #main_wrapper .heading h3, #main_wrapper .heading h4, #main_wrapper .heading h5, #main_wrapper .heading h6 {
margin-bottom: 0;
}
#main_wrapper .heading a {
color: inherit;
}
#main_wrapper .heading strong {
color: inherit;
}
#main_wrapper .heading.alignment_right {
text-align: right;
}
#main_wrapper .heading.alignment_left {
text-align: left;
}
#main_wrapper .heading.alignment_centre {
text-align: center;
}
#main_wrapper .heading.style_underline {
padding-bottom: 10px;
text-decoration: underline;
text-underline-offset: 0.3em;
text-decoration-color: initial;
text-decoration-thickness: 2px;
}
#main_wrapper .heading.style_short_underline {
position: relative;
padding-bottom: 20px;
}
#main_wrapper .heading.style_short_underline:after {
position: absolute;
bottom: 0;
content: "";
width: 70px;
height: 2px;
background: #02a89f;
}
#main_wrapper .heading.alignment_centre.style_short_underline:after {
left: 50%;
transform: translateX(-50%);
}
#main_wrapper .heading i {
font-size: 0.7em;
}
#main_wrapper .heading .icon_position_after_text i {
padding-left: 10px;
}
#main_wrapper .heading .icon_position_before_text i {
padding-right: 10px;
}
#main_wrapper .heading.style_line_before {
padding-left: 60px;
position: relative;
}
#main_wrapper .heading.style_line_before:before {
position: absolute;
height: 1px;
width: 40px;
left: 0;
top: 50%;
background: currentColor;
content: "";
}
#main_wrapper .heading.style_bg_colour_with_underline {
border-bottom: 2px solid #ebebeb;
}
#main_wrapper .heading.style_bg_colour_with_underline .heading_element {
font-weight: bold;
background-color: #218ea6;
padding: 5px 10px;
color: white;
display: inline-block;
position: relative;
margin-bottom: 3px;
text-transform: uppercase;
font-size: 25px;
}
#main_wrapper .heading.style_bg_colour_with_underline .heading_element:after {
display: block;
height: 2px;
content: "";
background-color: inherit;
width: 100%;
bottom: -5px;
left: 0;
position: absolute;
}
#main_wrapper .heading.style_lines_before_after_text .heading_element {
display: inline-block;
position: relative;
padding-left: 40px;
padding-right: 40px;
}
#main_wrapper .heading.style_lines_before_after_text .heading_element:before, #main_wrapper .heading.style_lines_before_after_text .heading_element:after {
content: "";
display: block;
height: 1px;
width: 30px;
background: #2b2b2b;
opacity: 0.8;
position: absolute;
left: 0;
top: 50%;
}
#main_wrapper .heading.style_lines_before_after_text .heading_element:after {
left: auto;
right: 0;
}
blockquote {
margin: 0 0 35px 0;
position: relative;
}
blockquote .cite {
display: block;
margin-top: 15px;
padding-left: 15px;
position: relative;
}
blockquote .cite h5 {
display: inline-block;
}
blockquote .title {
margin-right: 5px;
margin-bottom: 5px;
font-size: 18px;
position: relative;
}
blockquote .title:before {
content: "- ";
position: absolute;
left: -15px;
top: 50%;
transform: translateY(-50%);
}
blockquote .line_one, blockquote .line_two {
margin-bottom: 0;
margin-top: 0;
}
blockquote .line_one {
font-weight: bold;
}
blockquote.style_speech_bubble {
background: #f7f7f7;
border: 1px solid #ebebeb;
margin-bottom: 50px;
padding: 25px;
}
blockquote.style_speech_bubble .quote_icon {
display: none;
}
blockquote.style_speech_bubble:before, blockquote.style_speech_bubble:after {
top: 100%;
left: 100px;
border: solid transparent;
content: "";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
blockquote.style_speech_bubble:before {
border-color: rgba(255, 255, 255, 0);
border-top-color: #ebebeb;
border-width: 16px;
margin-left: -16px;
}
blockquote.style_speech_bubble:after {
border-color: rgba(136, 183, 213, 0);
border-top-color: #f7f7f7;
border-width: 14px;
margin-left: -14px;
}
blockquote.style_speech_marks {
padding: 5px 60px;
}
blockquote.style_speech_marks .testimonial_content {
position: relative;
}
blockquote.style_speech_marks .quote_icon {
font-size: 40px;
position: absolute;
}
blockquote.style_speech_marks .icon-quote-open {
left: -60px;
top: -20px;
}
blockquote.style_speech_marks .icon-quote-closed {
right: -60px;
bottom: -20px;
}
blockquote.style_speech_marks.small_quotes {
padding-left: 35px;
padding-right: 35px;
padding-top: 0;
}
blockquote.style_speech_marks.small_quotes .quote_icon {
font-size: 23px;
}
blockquote.style_speech_marks.small_quotes .icon-quote-open {
left: -35px;
top: -6px;
}
blockquote.style_speech_marks.small_quotes .icon-quote-closed {
right: -35px;
bottom: -6px;
}
blockquote.style_outline {
border: 3px solid #ebebeb;
padding: 30px 20px;
background: white;
margin-top: 20px;
}
blockquote.style_outline .testimonial_content {
background: inherit;
}
blockquote.style_outline .quote_icon {
position: absolute;
font-size: 30px;
color: #218ea6;
line-height: 40px;
background-color: inherit;
padding: 0 10px;
line-height: normal;
height: 40px;
display: block;
}
blockquote.style_outline .icon-quote-open {
top: -18px;
left: 40px;
}
blockquote.style_outline .icon-quote-closed {
right: 40px;
bottom: -24px;
}
blockquote.style_no_style .quote_icon {
display: none;
}
blockquote.style_quote_mark_above {
text-align: center;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
padding: 30px 40px;
}
blockquote.style_quote_mark_above .icon-quote-open {
color: #218ea6;
font-size: 40px;
margin-bottom: 10px;
display: block;
}
blockquote.style_quote_mark_above .icon-quote-closed {
display: none;
}
blockquote.style_quote_mark_above .cite {
padding-left: 0;
margin-top: 25px;
}
blockquote.style_quote_mark_above .cite .title:before {
display: none;
}
.testimonial_carousel.prev_next_controls_visible {
padding-left: 100px;
padding-right: 100px;
}
.testimonial_carousel .no_testimonials {
color: #F44336;
text-align: center;
}
@media (max-width: 767px) {
.testimonial_carousel.prev_next_controls_visible {
padding-left: 0;
padding-right: 0;
}
}
.image_grid_wrap {
margin-right: -5px;
margin-bottom: 30px;
}
.image_grid_wrap .image_wrap {
float: left;
width: 100%;
padding-top: 56.25%;
min-height: 1px;
position: relative;
}
.image_grid_wrap .image_grid_thumb {
position: absolute;
top: 0;
right: 5px;
bottom: 5px;
left: 0;
display: block;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.image_grid_wrap.position_top .image_grid_thumb {
background-position: center top;
}
.image_grid_wrap.position_bottom .image_grid_thumb {
background-position: center bottom;
}
.image_grid_wrap.per_row_6 .image_wrap {
width: 16.666%;
padding-top: 12.5%;
}
.image_grid_wrap.per_row_5 .image_wrap {
width: 20%;
padding-top: 15%;
}
.image_grid_wrap.per_row_4 .image_wrap {
width: 25%;
padding-top: 18.75%;
}
.image_grid_wrap.per_row_3 .image_wrap {
width: 33%;
width: 33.333%;
padding-top: 25%;
}
.image_grid_wrap.per_row_2 .image_wrap {
width: 50%;
padding-top: 37.5%;
}
@media (max-width: 767px) {
.image_grid_wrap.per_row_6 .image_wrap, .image_grid_wrap.per_row_5 .image_wrap, .image_grid_wrap.per_row_4 .image_wrap, .image_grid_wrap.per_row_3 .image_wrap {
width: 50%;
padding-top: 37.5%;
}
}
.masonry_grid {
margin-right: -5px;
position: relative;
}
.masonry_grid .grid_item {
float: left;
padding-right: 5px;
padding-bottom: 5px;
transition: 0.5s ease-in-out opacity;
opacity: 0;
}
.masonry_grid.loaded .grid_item {
opacity: 1;
}
.masonry_grid .loader {
position: absolute;
top: 40px;
display: block;
}
.masonry_grid .grid_sizer,
.masonry_grid .grid_item,
.masonry_grid .grid_item--width2 {
width: 100%;
}
.masonry_grid.per_row_2 .grid_sizer, .masonry_grid.per_row_2 .grid_item {
width: 50%;
}
.masonry_grid.per_row_2 .grid_item--width2 {
width: 100%;
}
.masonry_grid.per_row_3 .grid_sizer, .masonry_grid.per_row_3 .grid_item {
width: 33%;
width: 33.333%;
}
.masonry_grid.per_row_3 .grid_item--width2 {
width: 66%;
width: 66.666%;
}
.masonry_grid.per_row_4 .grid_sizer, .masonry_grid.per_row_4 .grid_item {
width: 25%;
}
.masonry_grid.per_row_4 .grid_item--width2 {
width: 50%;
}
.masonry_grid.per_row_5 .grid_sizer, .masonry_grid.per_row_5 .grid_item {
width: 20%;
}
.masonry_grid.per_row_5 .grid_item--width2 {
width: 40%;
}
.masonry_grid.per_row_6 .grid_sizer, .masonry_grid.per_row_6 .grid_item {
width: 16%;
width: 16.6666666667%;
}
.masonry_grid.per_row_6 .grid_item--width2 {
width: 16%;
width: 33.3333333333%;
}
@media (min-width: 768px) and (max-width: 991px) {
.masonry_grid .grid_sizer,
.masonry_grid .grid_item {
width: 33.33% !important;
}
.masonry_grid .grid_item--width2 {
width: 66.66% !important;
}
.masonry_grid.per_row_1 .grid_item {
width: 100% !important;
}
.masonry_grid.per_row_2 .grid_item {
width: 50% !important;
}
.masonry_grid.per_row_2 .grid_item--width2 {
width: 100% !important;
}
}
@media (max-width: 767px) {
.masonry_grid .grid_sizer,
.masonry_grid .grid_item {
width: 50% !important;
}
.masonry_grid .grid_item--width2 {
width: 100% !important;
}
.masonry_grid.per_row_1 .grid_item {
width: 100% !important;
}
}
.masonry_grid_filter {
text-align: center;
margin-bottom: 20px;
}
.masonry_grid_filter a {
display: inline-block;
margin: 0px 10px;
cursor: pointer;
}
.owl-carousel .owl-nav {
margin-top: 0;
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav [class*=owl-] {
color: white;
font-size: 20px;
margin: 5px;
width: 30px;
height: 30px;
border-radius: 30px;
background: transparent;
display: inline-block;
cursor: pointer;
transition: 0.3s ease all;
position: absolute;
top: 50%;
transform: translateY(-50%);
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 1px 1px 3px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav [class*=owl-]:hover {
background: transparent;
color: #218ea6;
border-color: #218ea6;
text-decoration: none;
}
.owl-carousel .owl-prev {
left: 20px;
}
.owl-carousel .owl-prev i {
transform: translateX(-1px);
}
.owl-carousel .owl-next {
right: 20px;
}
.owl-carousel .owl-next i {
transform: translateX(1px);
}
.owl-carousel .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-carousel .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: all 200ms ease;
border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
background: #218ea6;
}
.owl-carousel .carousel_item {
position: relative;
}
.owl-carousel .caption {
background: rgba(34, 34, 34, 0.7);
padding: 5px 7px;
font-size: 10px;
color: white;
position: absolute;
bottom: 7px;
left: 7px;
opacity: 0.8;
z-index: 2;
}
.owl-carousel .carousel_item img {
width: auto !important;
margin: auto;
}
@media (max-width: 767px) {
.owl-carousel .owl-prev, .owl-carousel .owl-next {
display: none !important;
}
}
.carousel_thumbs {
margin-right: -15px;
}
.carousel_thumbs .thumb {
width: 16.66667%;
width: 16.6666666667%;
height: 200px;
float: left;
position: relative;
}
.carousel_thumbs .thumb a {
position: absolute;
top: 0;
right: 15px;
bottom: 15px;
left: 0;
background-size: cover;
background-position: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
.carousel_thumbs .thumb {
width: 20%;
height: 160px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.carousel_thumbs .thumb {
width: 25%;
height: 150px;
}
}
@media (max-width: 767px) {
.carousel_thumbs .thumb {
width: 25%;
height: 80px;
}
}
.owl-carousel.uniform_height .carousel_item {
position: relative;
}
.owl-carousel.uniform_height .uniform_height_background {
position: absolute;
background-position: center;
background-size: cover;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.owl-carousel.uniform_height img {
display: none !important;
}
.carousel_wrap.background_poisition_y_default .uniform_height .uniform_height_background {
background-position-y: top;
}
.carousel_wrap.background_poisition_y_top .uniform_height .uniform_height_background {
background-position-y: top;
}
.carousel_wrap.background_poisition_y_10 .uniform_height .uniform_height_background {
background-position-y: 10%;
}
.carousel_wrap.background_poisition_y_20 .uniform_height .uniform_height_background {
background-position-y: 20%;
}
.carousel_wrap.background_poisition_y_30 .uniform_height .uniform_height_background {
background-position-y: 30%;
}
.carousel_wrap.background_poisition_y_40 .uniform_height .uniform_height_background {
background-position-y: 40%;
}
.carousel_wrap.background_poisition_centy_er .uniform_height .uniform_height_background {
background-position-y: center;
}
.carousel_wrap.background_poisition_y_60 .uniform_height .uniform_height_background {
background-position-y: 60%;
}
.carousel_wrap.background_poisition_y_70 .uniform_height .uniform_height_background {
background-position-y: 70%;
}
.carousel_wrap.background_poisition_y_80 .uniform_height .uniform_height_background {
background-position-y: 80%;
}
.carousel_wrap.background_poisition_y_90 .uniform_height .uniform_height_background {
background-position-y: 90%;
}
.carousel_wrap.background_poisition_botty_om .uniform_height .uniform_height_background {
background-position-y: bottom;
}
.image_hero_slider {
position: relative;
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 15px rgba(0, 0, 0, 0.1);
background-position: center;
background-size: cover;
}
.image_hero_slider .content {
position: absolute;
text-align: center;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
z-index: 2;
}
.image_hero_slider .owl-dots {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
}
.image_hero_slider .owl-nav .owl-prev,
.image_hero_slider .owl-nav .owl-next {
color: white;
border-color: white;
}
.image_hero_slider h1, .image_hero_slider h2, .image_hero_slider h3, .image_hero_slider h4, .image_hero_slider h5, .image_hero_slider h6 {
color: inherit;
}
.image_hero_slider .carousel_item {
box-sizing: content-box;
}
@media (max-width: 767px) {
.image_hero_slider h2 br {
display: block;
}
}
.project_carousel .owl-dots {
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%);
}
.st_icon {
display: inline-block;
text-align: center;
}
.st_icon svg {
display: inline-block;
}
.st_icon.alignment_left {
text-align: left;
}
.st_icon.alignment_right {
text-align: right;
}
.st_icon.alignment_centre {
display: block;
text-align: center;
}
.st_icon.size_default svg {
width: 40px;
height: 40px;
}
.st_icon.size_tiny svg {
width: 20px;
height: 20px;
}
.st_icon.size_small svg {
width: 30px;
height: 30px;
}
.st_icon.size_medium svg {
width: 50px;
height: 50px;
}
.st_icon.size_large svg {
width: 80px;
height: 80px;
}
.st_icon.size_huge svg {
width: 120px;
height: 120px;
}
.service_block {
border-radius: 5px;
overflow: hidden;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
position: relative;
transition: 0.3s ease all;
display: flex;
flex-direction: column;
flex-grow: 1;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
position: relative;
}
.service_block:after {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 40%;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
content: "";
}
.service_block .background_image {
background-size: cover;
background-position: center;
filter: blur(4px);
transform: scale(1.05);
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.service_block .inner {
padding: 80px 15px 40px 15px;
display: flex;
flex-grow: 1;
flex-direction: column;
position: relative;
z-index: 2;
}
.service_block .icon-road,
.service_block .icon-horse {
transform: scale(1.1);
}
.service_block .title {
margin-bottom: 0;
color: white;
text-align: center;
font-weight: 600;
font-size: 26px;
}
.service_block .subtitle {
margin-bottom: 0;
margin-top: auto;
font-size: 20px;
color: white;
text-align: center;
}
.service_block .content {
margin-top: 20px;
flex-grow: 1;
color: white;
font-size: 13px;
font-weight: 400;
}
.service_block .overlay_link {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 5;
}
.service_block .service_icon {
text-align: center;
font-size: 80px;
color: white;
}
.service_block .more_info {
margin-top: 20px;
}
.service_block .more_info i {
font-size: 0.6em;
}
.service_block:hover {
transform: translateY(-3px);
box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.25);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.service_block .inner {
display: block;
max-width: 100%;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
.service_block .title {
font-size: 29px;
}
.service_block .subtitle {
font-size: 18px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.service_block .title {
font-size: 28px;
}
.service_block .service_icon {
font-size: 60px;
}
.service_block .subtitle {
font-size: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.service_block .title {
font-size: 24px;
}
.service_block .service_icon {
font-size: 50px;
}
.service_block .subtitle {
font-size: 14px;
}
}
@media (max-width: 767px) {
.service_block .title {
font-size: 16px;
}
.service_block .inner {
padding-left: 10px;
padding-right: 10px;
padding-bottom: 20px;
padding-top: 60px;
}
.service_block .service_icon {
font-size: 40px;
}
.service_block .subtitle {
font-size: 12px;
}
}
.team_member_wrap {
position: relative;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.team_member_wrap .image {
min-height: 250px;
background-size: cover;
background-position: center;
background-color: #f7f7f7;
}
.team_member_wrap .divider {
display: block;
width: 50px;
height: 2px;
background: #218ea6;
margin: 15px 0;
}
.team_member_wrap .close {
display: none;
}
.team_member_wrap.style_one .inner,
.team_member_wrap.style_six .inner,
.team_member_wrap.style_two .inner {
padding: 20px 0;
}
.team_member_wrap.style_one .staff_name,
.team_member_wrap.style_six .staff_name,
.team_member_wrap.style_two .staff_name {
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
margin-bottom: 5px;
}
.team_member_wrap.style_one .staff_role,
.team_member_wrap.style_six .staff_role,
.team_member_wrap.style_two .staff_role {
font-size: 15px;
opacity: 0.8;
font-style: italic;
margin-bottom: 5px;
}
.team_member_wrap.style_one .fa,
.team_member_wrap.style_six .fa,
.team_member_wrap.style_two .fa {
display: inline-block;
width: 20px;
}
.team_member_wrap.style_one .front,
.team_member_wrap.style_six .front,
.team_member_wrap.style_two .front {
display: none;
}
.team_member_wrap.style_two .inner,
.team_member_wrap.style_six .inner {
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
padding: 30px;
flex-grow: 1;
}
.team_member_wrap.style_three {
position: relative;
}
.team_member_wrap.style_three .front {
display: none;
}
.team_member_wrap.style_three .image {
min-height: 0;
padding-top: 100%;
border-radius: 300px;
margin-bottom: 30px;
}
.team_member_wrap.style_three .inner {
text-align: center;
}
.team_member_wrap.style_three .divider {
margin-left: auto;
margin-right: auto;
}
.team_member_wrap.style_three .staff_phone,
.team_member_wrap.style_three .staff_email,
.team_member_wrap.style_three .staff_linkedin {
display: inline-block;
margin-left: 10px;
margin-right: 10px;
}
.team_member_wrap.style_three .staff_phone .text,
.team_member_wrap.style_three .staff_email .text,
.team_member_wrap.style_three .staff_linkedin .text {
display: none;
}
.team_member_wrap.style_four {
position: relative;
}
.team_member_wrap.style_four .inner {
display: none;
}
.team_member_wrap.style_four .image {
padding-top: 80%;
}
.team_member_wrap.style_four .front {
position: absolute;
left: 0;
bottom: 20px;
background: #218ea6;
}
.team_member_wrap.style_four .staff_name {
margin-top: 0;
margin-bottom: 0;
padding: 6px 10px;
font-size: 20px;
}
.team_member_wrap.style_four .staff_role {
background: #2a2a2a;
color: white;
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
padding: 6px 10px;
}
.team_member_wrap.style_five {
min-height: 300px;
}
.team_member_wrap.style_five .image {
transition: 0.3s ease all;
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.team_member_wrap.style_five .inner {
transition: 0.3s ease all;
background: rgba(255, 255, 255, 0.9);
position: relative;
z-index: 5;
opacity: 0;
padding: 30px;
display: flex;
flex-direction: column;
flex-grow: 1;
}
.team_member_wrap.style_five .front {
transition: 0.3s ease all;
position: relative;
z-index: 4;
position: absolute;
bottom: 30px;
left: 20px;
}
.team_member_wrap.style_five .front .staff_name,
.team_member_wrap.style_five .front .staff_role {
color: white;
text-shadow: 1px 1px 0px black;
}
.team_member_wrap.style_five:hover .inner {
opacity: 1;
}
.team_member_wrap.style_five:hover .front {
opacity: 0;
}
.team_member_carousel.style_five .owl-stage {
display: flex;
}
.team_member_carousel.style_five .owl-item {
display: flex;
flex-grow: 1;
}
.team_member_wrap.style_six .front {
display: none;
}
.team_member_wrap.style_six .inner .content {
display: none;
}
.st_popup_box_wrap.team_popup .staff_header {
margin-bottom: 15px;
display: flex;
flex-wrap: wrap;
}
.st_popup_box_wrap.team_popup .staff_header .thumb {
width: 90px;
height: 90px;
margin-right: 15px;
display: inline-block;
background-size: cover;
background-position: center;
}
.st_popup_box_wrap.team_popup .staff_name {
margin-top: 0;
font-size: 20px;
display: inline-block;
margin-bottom: 5px;
}
.st_popup_box_wrap.team_popup .staff_role {
font-size: 14px;
margin-top: 0;
}
.fancy_image_link {
position: relative;
text-align: center;
overflow: hidden;
}
.fancy_image_link .inner {
position: absolute;
top: 50%;
left: 0;
right: 0;
transform: translateY(-50%);
z-index: 2;
}
.fancy_image_link .text_to_display,
.fancy_image_link .text_to_display_on_hover {
font-weight: bold;
color: white;
text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
margin: 5px 0;
}
.fancy_image_link .text_to_display_on_hover {
transition: 0.3s ease all;
transform: scale(0);
opacity: 0;
}
.fancy_image_link a {
position: absolute;
z-index: 3;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.fancy_image_link .overlay {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background: #218ea6;
opacity: 0;
transition: 0.3s ease all;
}
.fancy_image_link:before {
display: block;
content: "";
border-top: 1px solid white;
border-bottom: 1px solid white;
position: absolute;
height: 100%;
left: 0;
right: 0;
transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
transform-origin: 50% 50% 0;
transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fancy_image_link:hover .text_to_display_on_hover {
transform: scale(1);
opacity: 1;
}
.fancy_image_link:hover .overlay {
opacity: 0.2;
}
.fancy_image_link:hover:before {
opacity: 1;
transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
.fancy_image_link .text_to_display_on_hover {
transform: scale(1);
opacity: 1;
}
}
@media (max-width: 767px) {
.fancy_image_link .text_to_display_on_hover {
transform: scale(1);
opacity: 1;
}
}
#frequently_asked_questions_wrap .listjs_search_box input {
outline: 0;
margin-bottom: 15px;
}
#frequently_asked_questions_wrap ul.list {
padding: 0;
}
#frequently_asked_questions_wrap ul.list > li {
list-style: none;
display: block;
margin-bottom: 0;
}
.accordion_wrap .accordion_item_wrap {
border: 1px solid #e8e8e8;
border-bottom-width: 0;
}
.accordion_wrap .accordion_item_wrap:last-child {
border-bottom-width: 1px;
}
.accordion_wrap .accordion_title {
background: #f3f3f3;
padding: 15px 20px;
cursor: pointer;
font-size: 18px;
transition: 0.3s ease all;
font-weight: bold;
margin-bottom: 0;
}
.accordion_wrap .accordion_title .icon:before, .accordion_wrap .accordion_title .bullet_style_icon ul li:before, .bullet_style_icon ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_tick ul li:before, .bullet_style_tick ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_download ul li:before, .bullet_style_download ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_pdf ul li:before, .bullet_style_pdf ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_arrow_right ul li:before, .bullet_style_arrow_right ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_chevron_right ul li:before, .bullet_style_chevron_right ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .bullet_style_triangle ul li:before, .bullet_style_triangle ul .accordion_wrap .accordion_title li:before, .accordion_wrap .accordion_title .package_description_row .wpb_text_column:before, .package_description_row .accordion_wrap .accordion_title .wpb_text_column:before, .accordion_wrap .accordion_title #content_wrapper .package_terms_row .wpb_text_column:before, #content_wrapper .package_terms_row .accordion_wrap .accordion_title .wpb_text_column:before {
content: "+";
display: inline-block;
width: 20px;
}
.accordion_wrap .accordion_item_wrap.expanded .accordion_title,
.accordion_wrap .accordion_title:hover {
background: #e8e8e8;
}
.accordion_wrap .accordion_item_wrap.expanded .accordion_title .icon:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_icon ul li:before, .bullet_style_icon ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_tick ul li:before, .bullet_style_tick ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_download ul li:before, .bullet_style_download ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_pdf ul li:before, .bullet_style_pdf ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_arrow_right ul li:before, .bullet_style_arrow_right ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_chevron_right ul li:before, .bullet_style_chevron_right ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .bullet_style_triangle ul li:before, .bullet_style_triangle ul .accordion_wrap .accordion_item_wrap.expanded .accordion_title li:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title .package_description_row .wpb_text_column:before, .package_description_row .accordion_wrap .accordion_item_wrap.expanded .accordion_title .wpb_text_column:before, .accordion_wrap .accordion_item_wrap.expanded .accordion_title #content_wrapper .package_terms_row .wpb_text_column:before, #content_wrapper .package_terms_row .accordion_wrap .accordion_item_wrap.expanded .accordion_title .wpb_text_column:before {
content: "-";
}
.accordion_wrap .accordion_content {
padding: 20px;
padding-left: 20px !important;
padding-right: 20px !important;
opacity: 1 !important;
background: #f7f7f7;
border-top: 0;
width: 100% !important;
display: none;
}
.accordion_wrap .accordion_content p:last-child {
margin-bottom: 0;
}
.flipping_box {
position: relative;
padding-top: 20px;
text-align: center;
color: white;
perspective: 550px;
display: flex;
flex-grow: 1;
flex-shrink: 0;
width: 100%;
}
.flipping_box a {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 30;
}
.flipping_box .front, .flipping_box .back {
backface-visibility: hidden;
padding: 6px;
width: 100%;
transform: rotateX(0deg); flex-grow: 1;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
min-height: 300px;
}
.flipping_box .inner {
transition: all 0.55s ease-in-out;
transform-style: preserve-3d;
text-align: center;
width: 100%;
display: flex;
box-shadow: 0 32px 58px rgba(0, 0, 0, 0.2);
}
.flipping_box .icon, .flipping_box .bullet_style_icon ul li:before, .bullet_style_icon ul .flipping_box li:before, .flipping_box .bullet_style_tick ul li:before, .bullet_style_tick ul .flipping_box li:before, .flipping_box .bullet_style_download ul li:before, .bullet_style_download ul .flipping_box li:before, .flipping_box .bullet_style_pdf ul li:before, .bullet_style_pdf ul .flipping_box li:before, .flipping_box .bullet_style_arrow_right ul li:before, .bullet_style_arrow_right ul .flipping_box li:before, .flipping_box .bullet_style_chevron_right ul li:before, .bullet_style_chevron_right ul .flipping_box li:before, .flipping_box .bullet_style_triangle ul li:before, .bullet_style_triangle ul .flipping_box li:before, .flipping_box .package_description_row .wpb_text_column:before, .package_description_row .flipping_box .wpb_text_column:before, .flipping_box #content_wrapper .package_terms_row .wpb_text_column:before, #content_wrapper .package_terms_row .flipping_box .wpb_text_column:before, .flipping_box header nav ul li.menu-item-has-children > a:after, header nav ul .flipping_box li.menu-item-has-children > a:after {
width: 50px;
align-self: center;
margin-top: 10px;
margin-bottom: 10px;
}
.flipping_box .overlay_link {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.flipping_box h3 {
color: white;
font-size: 18px;
margin-bottom: 0;
color: white;
}
.flipping_box .front {
z-index: 2;
position: relative;
border: 1px solid #ebebeb;
margin-bottom: 15px;
background-position: center;
background-size: cover;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #f7f7f7;
}
.flipping_box .back {
transform: rotateY(180deg);
background: #218ea6;
border: 1px solid #ebebeb;
align-items: center;
text-align: center;
padding: 20px;
}
.flipping_box .touch_title {
display: none;
position: relative;
z-index: 21;
color: #54311B;
margin-top: 10px;
}
.flipping_box:hover {
z-index: 100;
}
.flipping_box:hover .inner, .flipping_box:focus .inner {
transform: rotateY(-180deg);
}
.pricing_table {
width: 300px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
position: relative;
}
.pricing_table .header {
padding: 12px 20px;
background-color: #333;
margin-bottom: 20px;
font-family: "Montserrat", sans-serif;
color: white;
}
.pricing_table .title {
margin: 0;
color: white;
text-transform: uppercase;
font-weight: bold;
background: rgba(0, 0, 0, 0.1);
padding: 12px 20px;
margin-left: -20px;
margin-right: -20px;
margin-top: -12px;
margin-bottom: -12px;
}
.pricing_table .price_wrap {
margin-top: 10px;
margin-bottom: -5px;
}
.pricing_table .price_value {
display: inline-block;
position: relative;
}
.pricing_table .price_label {
margin-top: 20px;
text-transform: uppercase;
font-weight: bold;
font-size: 10px;
margin-bottom: -5px;
}
.pricing_table .dollar_sign,
.pricing_table .price,
.pricing_table .plus_gst {
display: inline-block;
margin-top: 10px;
}
.pricing_table .dollar_sign {
vertical-align: top;
font-size: 13px;
position: absolute;
left: -12px;
top: 3px;
}
.pricing_table .price {
font-size: 50px;
line-height: 50px;
font-weight: bold;
}
.pricing_table .plus_gst {
font-size: 12px;
position: absolute;
bottom: 3px;
}
.pricing_table ul {
margin: 0;
padding: 0;
list-style: none;
}
.pricing_table ul li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ebebeb;
}
.pricing_table ul li:last-child {
border-bottom: 0;
}
.pricing_table .most_popular_wrap {
display: inline-block;
background: #4CAF50;
color: white;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
padding: 5px 10px;
font-size: 12px;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: bold;
position: absolute;
left: -20px;
top: 10px;
transform: rotate(-45deg);
}
@media (min-width: 768px) and (max-width: 991px) {
.pricing_table .most_popular_wrap {
font-size: 10px;
top: 5px;
left: -21px;
}
}
.single_image_wrap {
width: 100%;
}
.single_image_wrap .inner {
position: relative;
display: inline-block;
max-width: 100%;
}
.single_image_wrap .caption {
background: rgba(34, 34, 34, 0.7);
padding: 5px 7px;
font-size: 10px;
color: white;
position: absolute;
bottom: 7px;
left: 7px;
opacity: 0.8;
}
.single_image_wrap.align_image_left {
text-align: left;
}
.single_image_wrap.align_image_center {
text-align: center;
}
.single_image_wrap.align_image_right {
text-align: right;
}
.single_image_wrap a {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.single_image_wrap.style_rounded .inner {
border-radius: 5px;
overflow: hidden;
}
.single_image_wrap.full_height_img {
display: flex;
flex-grow: 1;
}
.single_image_wrap.full_height_img .inner {
display: flex;
flex-grow: 1;
}
.single_image_wrap.full_height_img .full_height_image {
display: flex;
flex-grow: 1;
background-size: cover;
background-position: center;
min-height: 200px;
}
.vc_st_single_image {
display: flex !important;
flex-grow: 1;
}
.scroll_down_arrow {
text-align: center;
animation: move_up_down 2.5s linear infinite;
}
.scroll_down_arrow .inner {
display: inline-block;
width: 30px;
height: 30px;
border-radius: 300px;
background-color: rgba(0, 0, 0, 0.2);
font-size: 13px;
line-height: 31px;
color: white;
}
.scroll_down_arrow a {
color: inherit;
position: relative;
}
.scroll_down_arrow .display_text {
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
display: block;
width: 125px;
}
.scroll_down_arrow .display_text svg {
fill: white;
}
.scroll_down_arrow .display_text svg path {
fill: inherit;
}
.scroll_down_arrow.display_text_yes {
padding-top: 50px;
}
.scroll_down_arrow i {
display: inline-block;
transform: translateY(2px);
}
@keyframes move_up_down {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-15px);
}
60% {
transform: translateY(-5px);
}
}
.read_more_box .button {
margin-top: 20px;
}
.read_more_box .inner {
overflow: hidden;
}
.call_to_action {
display: flex;
flex-grow: 1;
flex-direction: column;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
background: white;
position: relative;
}
.call_to_action .image {
background-size: cover;
background-position: center;
background-color: #f7f7f7;
padding-top: 60%;
width: 100%;
}
.call_to_action .inner {
display: flex;
flex-grow: 1;
flex-direction: column;
padding: 40px;
text-align: center;
}
.call_to_action .title {
margin-bottom: 0;
}
.call_to_action .subtitle {
margin-bottom: 0;
margin-top: 0;
font-size: 20px;
}
.call_to_action .content {
flex-grow: 1;
width: 100%;
margin-top: 20px;
flex-grow: 1;
}
.call_to_action .content p:last-child {
margin-bottom: 0;
}
.call_to_action .link_text {
margin-top: 20px;
}
.call_to_action .link_text i {
font-size: 0.6em;
}
.call_to_action .overlay_link {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 2;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.call_to_action .inner {
display: block;
max-width: 100%;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.call_to_action .inner {
padding-left: 25px;
padding-right: 25px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.call_to_action .inner {
padding-left: 20px;
padding-right: 20px;
}
}
#main_wrapper .expandable_text_block_wrap {
background: white;
padding: 30px 30px 0 30px;
}
#main_wrapper .expandable_text_block_wrap .head {
display: flex;
padding-bottom: 30px;
}
#main_wrapper .expandable_text_block_wrap .title {
margin-bottom: 0;
margin-top: 0;
align-self: center;
}
#main_wrapper .expandable_text_block_wrap .icon, #main_wrapper .expandable_text_block_wrap .bullet_style_icon ul li:before, .bullet_style_icon ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_tick ul li:before, .bullet_style_tick ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_download ul li:before, .bullet_style_download ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_pdf ul li:before, .bullet_style_pdf ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_arrow_right ul li:before, .bullet_style_arrow_right ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_chevron_right ul li:before, .bullet_style_chevron_right ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .bullet_style_triangle ul li:before, .bullet_style_triangle ul #main_wrapper .expandable_text_block_wrap li:before, #main_wrapper .expandable_text_block_wrap .package_description_row .wpb_text_column:before, .package_description_row #main_wrapper .expandable_text_block_wrap .wpb_text_column:before, #main_wrapper .expandable_text_block_wrap #content_wrapper .package_terms_row .wpb_text_column:before, #content_wrapper .package_terms_row #main_wrapper .expandable_text_block_wrap .wpb_text_column:before, #main_wrapper .expandable_text_block_wrap header nav ul li.menu-item-has-children > a:after, header nav ul #main_wrapper .expandable_text_block_wrap li.menu-item-has-children > a:after {
margin-right: 15px;
width: 25px;
align-self: center;
}
#main_wrapper .expandable_text_block_wrap .toggle {
margin-left: auto;
align-self: center;
padding: 5px;
line-height: 1;
font-size: 11px;
border: 1px solid #218ea6;
color: #218ea6;
border-radius: 200px;
transition: 0.3s ease all;
cursor: pointer;
}
#main_wrapper .expandable_text_block_wrap .toggle:hover {
background: #218ea6;
color: white;
}
#main_wrapper .expandable_text_block_wrap .inner {
display: none;
padding-bottom: 30px;
width: 100% !important;
opacity: 1 !important;
}
#main_wrapper .expandable_text_block_wrap .content {
margin-bottom: 30px;
}
#main_wrapper .expandable_text_block_wrap .button {
margin-right: 10px;
}
#main_wrapper .expandable_text_block_wrap.expanded .toggle {
transform: rotate(45deg);
}
#main_wrapper .hero_carousel_wrap {
flex-grow: 1;
display: flex;
margin-bottom: 0;
color: white;
font-size: 18px;
font-weight: bold;
}
#main_wrapper .hero_carousel_wrap .owl-dots {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
}
#main_wrapper .hero_carousel_wrap h2 {
font-weight: bold;
color: white;
}
#main_wrapper .hero_carousel_wrap h2, #main_wrapper .hero_carousel_wrap .descripition {
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#main_wrapper .hero_carousel_wrap .button {
margin-top: 20px;
}
#main_wrapper .hero_carousel_wrap .button:empty {
display: none;
}
#main_wrapper .hero_carousel_wrap .owl-carousel,
#main_wrapper .hero_carousel_wrap .owl-stage-outer,
#main_wrapper .hero_carousel_wrap .owl-stage,
#main_wrapper .hero_carousel_wrap .owl-item,
#main_wrapper .hero_carousel_wrap .carousel_item {
flex-grow: 1;
display: flex;
}
#main_wrapper .hero_carousel_wrap .overlay_link {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
#main_wrapper .hero_carousel_wrap .carousel_item {
background-size: cover;
background-position: center;
flex-direction: column;
align-items: flex-end;
justify-content: center;
padding: 50px 60px;
position: relative;
}
#main_wrapper .hero_carousel_wrap .carousel_item:before {
content: "";
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background: black;
display: block;
opacity: 0.3;
}
#main_wrapper .hero_carousel_wrap h2, #main_wrapper .hero_carousel_wrap .description, #main_wrapper .hero_carousel_wrap .button {
position: relative;
z-index: 2;
}
@media (max-width: 767px) {
#main_wrapper .hero_carousel_wrap .carousel_item {
align-items: flex-start;
padding-left: 15px;
padding-right: 15px;
}
}
@media (min-width: 768px) {
#main_wrapper .hero_carousel_wrap {
text-align: right;
}
}
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap {
text-align: left;
}
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .owl-carousel {
min-height: 700px;
}
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .content_wrap {
margin-left: auto;
margin-right: auto;
transition: 0.7s ease all 0.3s;
opacity: 0;
transform: translateY(-50px);
}
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .owl-item.active .content_wrap,
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .owl-item.cloned .content_wrap {
transform: translateY(0);
opacity: 1;
}
@media (min-width: 1400px) {
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .content_wrap {
width: 1340px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .content_wrap {
width: 1140px;
}
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .owl-carousel {
min-height: 500px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .content_wrap {
width: 940px;
}
#main_wrapper #content_wrapper #content_inner .home_full_width_hero_carousel .hero_carousel_wrap .owl-carousel {
min-height: 500px;
}
}
#main_wrapper .wpb_raw_code {
margin-bottom: 0;
}
.video_wrap {
position: relative;
overflow: hidden;
}
.video_wrap video,
.video_wrap .video_bg_mobile_placeholder {
background-size: cover;
background-position: center;
object-fit: cover;
font-family: "object-fit: cover;"; }
@media (max-width: 767px) {
.video_wrap .video_bg_mobile_placeholder {
display: block;
padding-top: 60%;
}
}
.anchor {
transform: translateY(0);
}
.anchor.in_vc_edit_screen {
background: grey;
color: white;
text-align: center;
font-size: 14px;
padding: 5px;
transform: none;
}
.anchor.in_vc_edit_screen span {
font-size: 11px;
display: block;
font-style: italic;
}
@media (max-width: 767px) {
.anchor {
transform: translateY(0);
}
}
.admin-bar .anchor {
transform: translateY(-32px);
}
@media (max-width: 767px) {
.admin-bar .anchor {
transform: translateY(-46px);
}
}
.st_overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 99;
display: none;
}
.st_popup_box_wrap {
position: fixed;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
z-index: 1000;
display: none;
justify-content: center;
align-items: center;
}
.st_popup_box_wrap .inner {
position: relative;
display: inline-block;
background: white;
padding: 20px;
width: 500px;
max-width: 95%;
overflow-y: auto;
z-index: 200;
margin: 20px;
max-height: 85vh;
}
.st_popup_box_wrap .close {
color: #218ea6;
font-size: 16px;
line-height: 16px;
position: absolute;
right: 15px;
top: 15px;
cursor: pointer;
z-index: 200;
}
.st_popup_box_wrap .st_overlay {
display: block;
}
.st_popup_box_wrap.st_cookie_popup_box .popup_logo {
margin-bottom: 20px;
}
.st_popup_box_wrap.st_cookie_popup_box h4 {
color: white;
font-size: 25px;
}
.st_popup_box_wrap.st_cookie_popup_box .inner {
color: white;
text-align: center;
padding: 40px;
}
.st_popup_box_wrap.st_cookie_popup_box #mc_embed_signup_scroll {
display: flex;
margin-bottom: 20px;
}
.st_popup_box_wrap.st_cookie_popup_box #mc_embed_signup_scroll input[type=submit] {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
background: #218ea6;
}
.st_popup_box_wrap.st_cookie_popup_box #mc_embed_signup_scroll input[type=submit]:hover {
background: #218ea6;
}
.st_popup_box_wrap.st_cookie_popup_box a {
color: inherit;
}
.st_popup_box_wrap.st_cookie_popup_box a:hover {
color: black;
}
.st_popup_box_wrap.st_cookie_popup_box p.privacy {
font-size: 0.7em;
}
.st_popup_box_wrap.st_cookie_popup_box .close {
color: white;
}
@media (max-width: 767px) {
.st_popup_box_wrap.st_cookie_popup_box #mc_embed_signup_scroll {
flex-wrap: wrap;
}
.st_popup_box_wrap.st_cookie_popup_box #mc_embed_signup_scroll input, .st_popup_box_wrap.st_cookie_popup_box #mc_embed_signup_scroll .clear {
width: 100%;
}
.st_popup_box_wrap.st_cookie_popup_box #mc_embed_signup_scroll input[type=submit] {
border-radius: 0;
}
}
.st_popup_box_wrap.st_over_18 .inner {
padding: 40px;
text-align: center;
}
.st_popup_box_wrap.st_over_18 .close {
display: none;
}
.st_popup_box_wrap.st_over_18 img {
max-width: 300px;
margin: auto;
}
.st_popup_box_wrap.st_over_18 .st_overlay {
background-color: rgba(0, 0, 0, 0.9);
}
.st_popup_box_wrap.st_over_18 h3 {
margin-bottom: 20px;
}
.st_popup_box_wrap.st_over_18 p {
margin-bottom: 20px;
}
.st_popup_box_wrap.st_over_18 .date_wrap {
display: flex;
font-size: 20px;
align-items: center;
max-width: 300px;
margin: 0 auto 15px auto;
}
.st_popup_box_wrap.st_over_18 .remember_wrap {
margin-bottom: 15px;
}
.st_popup_box_wrap.st_over_18 .remember_wrap input {
margin-right: 5px;
transform: translateY(1px);
}
.st_popup_box_wrap.st_over_18 .error_message {
color: #F44336;
margin-bottom: 15px;
}
.st_popup_box_wrap.st_over_18 input {
text-align: center;
border: 0;
outline: none;
}
@media (max-width: 767px) {
.st_popup_box_wrap.st_over_18 .inner {
padding-left: 20px;
padding-right: 20px;
}
}
#privacy_policy_box {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
position: fixed;
bottom: 0;
left: 0;
right: 0;
max-height: 90vh;
overflow-y: auto;
background: white;
padding: 25px 20px 20px 20px;
font-size: 16px;
line-height: 1.3em;
display: none;
z-index: 100;
}
#privacy_policy_box .exit_button {
float: right;
}
#privacy_policy_box .what_type {
float: right;
}
@media (max-width: 767px) {
#privacy_policy_box {
font-size: 13px;
padding-left: 0;
padding-right: 0;
padding-top: 15px;
}
#privacy_policy_box .what_type {
display: block;
float: none;
margin-top: 5px;
}
}
@media (min-width: 992px) {
#main_wrapper #content_wrapper .text_and_image_row .text_col {
padding-top: 50px;
padding-bottom: 50px;
}
#main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(1) {
padding-right: 25px;
}
#main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(2) {
padding-left: 25px;
}
}
@media (min-width: 1400px) {
#main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(1) {
padding-right: 50px;
}
#main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(2) {
padding-left: 50px;
}
}
@media (min-width: 1400px) and (max-width: 1599px) {
#main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(1) {
padding-right: 80px;
}
#main_wrapper #content_wrapper .text_and_image_row .text_col:nth-child(2) {
padding-left: 80px;
}
}
@media (max-width: 767px) {
#main_wrapper #content_wrapper .text_and_image_row .text_col {
order: -1;
}
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col .single_image_wrap {
position: relative;
padding-bottom: 30px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col .single_image_wrap:after {
position: absolute;
content: "";
display: block;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
top: 30px;
z-index: -1;
border-radius: 5px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(1) .single_image_wrap {
padding-right: 30px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(1) .single_image_wrap .inner {
box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3);
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(1) .single_image_wrap:after {
left: 30px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(2) .single_image_wrap {
padding-left: 30px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(2) .single_image_wrap .inner {
box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.3);
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(2) .single_image_wrap:after {
right: 30px;
}
@media (max-width: 991px) {
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col .single_image_wrap {
padding-bottom: 15px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(1) .single_image_wrap {
padding-right: 15px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(1) .single_image_wrap:after {
left: 15px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(2) .single_image_wrap {
padding-left: 15px;
}
#main_wrapper #content_wrapper .text_and_image_row.image_color_shadows .image_col:nth-child(2) .single_image_wrap:after {
right: 15px;
}
}
#main_wrapper #content_wrapper .hero .heading_element {
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
#main_wrapper #content_wrapper .hero .wpb_content_element:last-child {
margin-bottom: 0;
}
#main_wrapper #content_wrapper .hero .welcome_heading {
margin-bottom: 10px;
}
#main_wrapper #content_wrapper .hero .welcome_heading .heading_element {
font-size: 16px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
}
#main_wrapper #content_wrapper .hero .main_title .heading_element, #main_wrapper #content_wrapper .hero h2 {
font-size: 35px;
font-weight: 600;
}
#main_wrapper #content_wrapper .hero .deal_col .vc_column-inner {
padding: 0 !important;
}
#main_wrapper #content_wrapper .hero .vc_column-inner {
background-size: cover;
background-position: center;
min-height: 600px;
padding-left: 15px;
padding-right: 15px;
padding-top: 35px;
padding-bottom: 35px;
}
@media (min-width: 1200px) {
#main_wrapper #content_wrapper .hero .vc_column-inner {
padding-left: 70px;
padding-right: 50px;
min-height: 550px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#main_wrapper #content_wrapper .hero .vc_column-inner {
min-height: 500px;
padding-left: 30px;
padding-right: 30px;
}
#main_wrapper #content_wrapper .hero .main_title .heading_element, #main_wrapper #content_wrapper .hero h2 {
font-size: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#main_wrapper #content_wrapper .hero .vc_column-inner {
min-height: 400px;
padding-left: 20px;
padding-right: 20px;
}
#main_wrapper #content_wrapper .hero .main_title .heading_element, #main_wrapper #content_wrapper .hero h2 {
font-size: 28px;
}
}
@media (max-width: 767px) {
#main_wrapper #content_wrapper .hero .vc_column-inner {
min-height: 300px;
}
#main_wrapper #content_wrapper .hero .main_title .heading_element, #main_wrapper #content_wrapper .hero h2 {
font-size: 20px;
}
#main_wrapper #content_wrapper .hero .welcome_heading .heading_element {
font-size: 13px;
}
}
#main_wrapper #content_wrapper #content_inner .hero_video_row {
min-height: 700px;
position: relative;
padding-top: 50px;
}
#main_wrapper #content_wrapper #content_inner .hero_video_row .overlay {
position: absolute;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
background: rgba(0, 0, 0, 0.2);
}
#main_wrapper #content_wrapper #content_inner .hero_video_row .wpb_text_column {
color: white;
font-weight: bold;
font-size: 18px;
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#main_wrapper #content_wrapper #content_inner .hero_video_row .wpb_text_column > .wpb_wrapper {
width: 600px;
max-width: 100%;
}
#main_wrapper #content_wrapper #content_inner .hero_video_row .heading_element {
text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1200px) and (max-width: 1399px) {
#main_wrapper #content_wrapper #content_inner .hero_video_row {
min-height: 600px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#main_wrapper #content_wrapper #content_inner .hero_video_row {
min-height: 550px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#main_wrapper #content_wrapper #content_inner .hero_video_row {
min-height: 500px;
}
}
@media (max-width: 767px) {
#main_wrapper #content_wrapper #content_inner .hero_video_row {
min-height: 300px;
}
}
.st_sidebar .widget {
border: 1px solid #ebebeb;
margin-bottom: 15px;
padding: 15px;
}
.st_sidebar #searchform input {
border: 0;
padding: 0;
outline: none;
}
.st_sidebar h3 {
font-size: 20px;
}
.st_sidebar ul {
padding: 0;
margin: 0;
}
.st_sidebar li {
list-style: none;
margin-bottom: 5px;
}
.st_sidebar li:last-child {
margin-bottom: 0;
}
.contact_info .contact_detail {
display: block;
margin-bottom: 1em;
}
.contact_detail.has_icon:not(.style_icon_only),
.social_link {
position: relative;
padding-left: 25px;
}
.contact_detail.has_icon:not(.style_icon_only) i,
.social_link i {
display: block;
width: 1em;
text-align: center;
position: absolute;
left: 0;
top: 0;
}
.contact_detail.style_icon_only .text {
display: none;
}
.social_icon,
.contact_detail.style_icon_only {
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
}
.social_icon:last-child,
.contact_detail.style_icon_only:last-child {
margin-right: 0;
}
.social_icon.style_circle,
.contact_detail.style_icon_only.style_circle {
display: inline-flex;
width: 40px;
height: 40px;
background: #218ea6;
color: white;
border-radius: 50px;
align-items: center;
justify-content: center;
}
.social_icon.style_circle i,
.contact_detail.style_icon_only.style_circle i {
line-height: 1em;
}
.social_icon.style_circle:hover,
.contact_detail.style_icon_only.style_circle:hover {
background: #02a89f;
color: white !important;
}
#main_wrapper #content_wrapper .callout_row {
min-height: 350px;
padding-top: 50px;
padding-bottom: 50px;
background-size: cover;
background-position: center;
}
#main_wrapper #content_wrapper .callout_row .wpb_content_element:last-child {
margin-bottom: 0;
}
@media (max-width: 991px) {
#main_wrapper #content_wrapper .callout_row {
min-height: 300px;
}
}
@media (max-width: 767px) {
#main_wrapper #content_wrapper .callout_row {
min-height: 200px;
}
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col .wpb_content_element:last-child,
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col .wpb_content_element:last-child {
margin-bottom: 0;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .full_width_col iframe {
width: 100%;
}
@media (min-width: 1400px) {
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col {
padding-top: 100px;
padding-bottom: 100px;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:first-child {
padding-left: calc((100% - 1370px) / 2 + 15px);
padding-right: 70px;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:last-child {
padding-right: calc((100% - 1370px) / 2 + 15px);
padding-left: 70px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col {
padding-top: 100px;
padding-bottom: 100px;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:first-child {
padding-left: calc((100% - 1170px) / 2 + 15px);
padding-right: 70px;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:last-child {
padding-right: calc((100% - 1170px) / 2 + 15px);
padding-left: 70px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col {
padding-top: 70px;
padding-bottom: 70px;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:first-child {
padding-left: calc((100% - 970px) / 2 + 15px);
padding-right: 50px;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:last-child {
padding-right: calc((100% - 970px) / 2 + 15px);
padding-left: 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col {
padding-top: 50px;
padding-bottom: 50px;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:first-child {
padding-left: calc((100% - 750px) / 2 + 15px);
padding-right: 30px;
}
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col:last-child {
padding-right: calc((100% - 750px) / 2 + 15px);
padding-left: 30px;
}
}
@media (max-width: 767px) {
#main_wrapper #content_wrapper .two_cols_with_background_colours_row .padded_col {
padding: 40px 15px;
order: -1;
}
}
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column {
padding-top: 35px;
border-right: 1px solid #ebebeb;
}
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column:last-child {
border-right: 0;
}
@media (min-width: 1400px) {
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column {
padding-right: 50px;
padding-left: 50px;
}
}
@media (min-width: 1200px) and (max-width: 1399px) {
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column {
padding-right: 30px;
padding-left: 30px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column {
padding-right: 20px;
padding-left: 20px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column {
padding-right: 10px;
padding-left: 10px;
}
}
@media (max-width: 767px) {
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column {
border-right: 0;
padding-left: 15px;
padding-right: 15px;
}
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column > .vc_column-inner {
padding-left: 0;
padding-right: 0;
border-bottom: 1px solid #ebebeb;
}
#main_wrapper #content_wrapper .three_thin_columns_row > .wpb_column:first-child {
padding-top: 0;
}
}
#main_wrapper #content_wrapper .popout_image_and_text_row {
justify-content: center;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .image_col {
width: 35%;
max-width: 100%;
float: none;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
float: none;
width: 45%;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col > .vc_column-inner {
background: #f7f7f7;
padding: 80px 50px;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col .wpb_content_element:last-child {
margin-bottom: 0;
}
@media (min-width: 768px) {
#main_wrapper #content_wrapper .popout_image_and_text_row .image_col .vc_column-inner {
padding-left: 0;
padding-right: 0;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .image_col .single_image_wrap {
margin-bottom: 0;
}
}
@media (min-width: 1200px) {
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
padding-top: 70px;
padding-bottom: 70px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
padding-top: 50px;
padding-bottom: 50px;
width: 60%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
padding-top: 30px;
padding-bottom: 30px;
width: 60%;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .image_col {
width: 40%;
}
}
@media (max-width: 767px) {
#main_wrapper #content_wrapper .popout_image_and_text_row .image_col {
width: 100%;
order: 2;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
#main_wrapper #content_wrapper .popout_image_and_text_row .text_col > .vc_column-inner {
padding: 30px 30px;
}
}
.vc_editor #main_wrapper #content_wrapper .popout_image_and_text_row > .vc_element {
width: 50%;
}
.vc_editor #main_wrapper #content_wrapper .popout_image_and_text_row > .vc_element .text_col,
.vc_editor #main_wrapper #content_wrapper .popout_image_and_text_row > .vc_element .image_col {
width: 100%;
}
#to_top {
opacity: 0;
visibility: hidden;
position: fixed;
bottom: 20px;
right: 20px;
color: white;
font-size: 13px;
height: 30px;
width: 30px;
line-height: 30px;
text-align: center;
cursor: pointer;
background: rgba(89, 89, 89, 0.3);
border-radius: 50px;
transition: 0.3s ease opacity, 0.3s ease transform, 0s ease visibility 0.3s;
transform: scale(0);
z-index: 1000;
}
#to_top.show {
opacity: 1;
transform: scale(1);
visibility: visible;
transition: 0.3s ease opacity, 0.3s ease transform, 0s ease visibility;
}
#fixed_search_wrap {
position: fixed;
z-index: 400;
top: -200px;
right: 0;
left: 0;
padding-top: 20px;
padding-bottom: 20px;
background: #fff;
box-shadow: 0 1px 16px rgba(0, 0, 0, 0.15);
transition: 0.5s ease all;
color: #2b2b2b;
}
#fixed_search_wrap.in_view {
top: 0;
}
#fixed_search_wrap #hide_fixed_search {
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
color: #218ea6;
font-size: 20px;
}
#fixed_search_wrap #hide_fixed_search:hover {
transform: translateY(-50%) rotate(90deg);
}
#fixed_search_wrap #search_inner {
width: 100%;
padding: 0 20px;
}
#fixed_search_wrap input {
background: none;
border: 0;
font-size: 24px;
padding: 0;
outline: none;
}
@media (max-width: 767px) {
#fixed_search_wrap input {
font-size: 18px;
}
}
.admin-bar #fixed_search_wrap {
margin-top: 32px;
}
#search_box_wrap {
width: 260px;
max-width: 100%;
display: inline-block;
position: relative;
float: right;
}
#search_box_wrap .icon-search {
position: absolute;
top: 55%;
transform: translateY(-50%);
left: 10px;
color: #c5c5c5;
}
#search_box_wrap input[type=text] {
padding-left: 38px;
}
header .show_fixed_search {
margin-left: 25px;
}