/*
Theme Name: Cameron Hope v2
Theme URI: https://www.cameronhope.com/
Description: Bespoke Theme built using Bootstrap 3 for Cameron Hope
Author: Elms Creative
Author URI: http://www.elmscreative.com/
Version: 2.0
*/

/* ==========================================================================
   Elements
   ========================================================================== */

html,
body {
    height: 100%;
}
html {
    background: #fff;
    overflow: auto;
}
body {
    background: none;
    font-size: 16px;
    color: #555;
    font-family: "Mulish", Arial, Helvetica, sans-serif;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0 1.5rem;
    padding: 0;
    color: #4fb287;
    text-transform: capitalize;
    font-weight: 800;
    font-family: "Mulish", Arial, Helvetica, sans-serif !important;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 15px;
}

hr {
    width: 100%;
    height: 1px;
    padding: 0;
    margin: 0;
    border-top: #d4d4d4 1px solid;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

p {
    margin: 0 0 1.75rem;
    line-height: 1.5;
    font-weight: normal;
}
span {
    color: #0e3d73;
}
span.required {
    color: #e5090d;
}
small {
    font-size: 0.9em;
}
blockquote {
    padding: 10px 0;
    border-left: none;
}
blockquote > svg {
    float: left;
    margin: 0 22px 3px 0;
    font-size: 42px;
}
blockquote > p {
    font-size: 15px;
}
i {
    color: inherit;
}

form {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
label {
    margin: 0.5em auto;
    padding: 0;
    font-size: 1em;
    display: block;
    text-align: left;
    clear: both;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    width: 100%;
    padding: 10px;
    margin: 0 auto 12px;
    color: #555;
    font-size: 1em;
    background: #f8f8f8;
    border: #e9e9e9 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: "Mulish", Arial, Helvetica, sans-serif !important;
}
input[type="checkbox"] {
    margin: 0;
}
input[type="file"] {
    margin: 0;
    width: 100%;
    padding: 10px;
    font-size: 1em;
    color: #2a2a2a;
}
select {
    width: 100%;
    padding: 10px;
    color: #555;
    font-size: 1em;
    font-family: "Mulish", Arial, Helvetica, sans-serif !important;
    height: auto;
    -webkit-appearance: none;
    box-shadow: none !important;
    border: #e9e9e9 1px solid;
}
textarea {
    width: 100%;
    min-height: 120px;
    max-height: 120px;
    padding: 10px;
    margin: 0 auto 10px;
    font-size: 1em;
    background: #f8f8f8;
    border: #e9e9e9 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: "Mulish", Arial, Helvetica, sans-serif !important;
}

.form-control {
    padding: 6px;
}

input[type="submit"],
button {
    width: auto;
    font-size: 14px;
    padding: 8px 24px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    background: #4fb287;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: #4fb287 1px solid;
    -moz-transition: color 0s linear 0s;
    -webkit-transition: color 0s linear 0s;
    -o-transition: color 0s linear 0s;
    transition: color 0s linear 0s;
}
input[type="submit"]:hover,
button:hover {
    color: #ccc !important;
    background: #183528;
    text-decoration: none;
    border: #183528 1px solid;
}
.btn {
    width: auto;
    font-size: 14px;
    padding: 8px 24px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    background: #4fb287;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: #4fb287 1px solid;
    -moz-transition: color 0s linear 0s;
    -webkit-transition: color 0s linear 0s;
    -o-transition: color 0s linear 0s;
    transition: color 0s linear 0s;
}
.btn:hover {
    color: #ccc !important;
    background: #183528;
    text-decoration: none;
    border: #183528 1px solid;
}
.btn-outline {
    width: auto;
    font-size: 14px;
    padding: 8px 24px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    background: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: #fff 1px solid;
    -moz-transition: color 0s linear 0s;
    -webkit-transition: color 0s linear 0s;
    -o-transition: color 0s linear 0s;
    transition: color 0s linear 0s;
}
.btn-outline:hover {
    color: #ccc !important;
    text-decoration: none;
    border: #183528 1px solid;
}
.green-btn {
    width: auto;
    font-size: 14px;
    padding: 8px 24px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    background: #76c12b;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: #76c12b 1px solid;
    -moz-transition: color 0s linear 0s;
    -webkit-transition: color 0s linear 0s;
    -o-transition: color 0s linear 0s;
    transition: color 0s linear 0s;
}
.green-btn:hover {
    color: #fff !important;
    background: #3b7005;
    text-decoration: none;
    border: #3b7005 1px solid;
}
.btn-block {
    width: 100% !important;
}

.alignleft {
    border: none;
    float: left;
    margin: 0 10px 10px 0;
}
.alignright {
    border: none;
    float: right;
    margin: 0 10px 0 10px;
}
.aligncenter {
    border: none;
    display: block;
    float: none;
    margin: 10px auto;
}

.padded {
    padding: 6px 12px;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0;
}
.no-bullets {
    list-style: none;
}

.gap-ext2 {
    display: block;
    position: relative;
    margin: 60px 0;
    clear: both;
    overflow: hidden;
}
.gap-ext {
    display: block;
    position: relative;
    margin: 30px 0;
    clear: both;
    overflow: hidden;
}
.gap {
    display: block;
    position: relative;
    margin: 15px 0;
    clear: both;
    overflow: hidden;
}
.gap-mini {
    display: block;
    position: relative;
    margin: 8px 0;
    clear: both;
    overflow: hidden;
}
.gap-very-mini {
    display: block;
    position: relative;
    margin: 4px 0;
    clear: both;
    overflow: hidden;
}

/* ==========================================================================
   Structure
   ========================================================================== */

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -282px;
    padding: 0 0 282px;
    overflow: hidden;
}

nav#pri {
    position: relative;
    z-index: 45;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}
nav#pri .logo {
    float: left;
    max-width: 300px;
    margin: 30px 0;
}

section#hero {
    background: #f7f8fa;
    overflow: hidden;
}
section#hero .inner {
    padding: 30px 0;
}
section#hero.other .inner h1 {
    margin: 120px 0;
}
section#hero h1,
section#hero h2 {
    font-weight: 800;
    text-align: left;
}
section#hero p {
    text-align: left;
    font-size: 1.5rem;
}

footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    background: #fff;
}
footer p {
    margin: 0 auto;
    font-size: 0.9em;
    color: #555;
}
footer #sitemap {
    padding: 40px 0;
    background: #fff;
}
footer #sitemap h5 {
    color: #183528;
}
footer #powered {
    padding: 15px 0;
    background: rgb(2, 0, 36);
    background: #183528;
}
footer #powered p {
    font-size: 0.9em;
    color: #fff;
}
footer #powered a:active,
footer #powered a:visited,
footer #powered a:link {
    color: #fff;
}
footer #powered a:hover {
    color: #ccc;
}

/* ==========================================================================
   Links and Navigation
   ========================================================================== */

nav#pri.affix {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background: #f7f8fa;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}
nav#pri.affix + .empty {
    padding-top: 0;
}
nav#pri.affix .logo {
    max-width: 250px;
    margin: 20px 0;
    transition: all 0.6s ease;
}
nav#pri.affix #primary {
    margin: 25px auto;
    transition: all 0.6s ease;
}
nav#pri.affix #primary > li > a {
    font-size: 1.3rem;
    transition: all 0.6s ease;
}
nav#pri.affix #primary > li.active > a {
    font-size: 1.3rem;
    transition: all 0.6s ease;
}
nav#pri.affix #primary-right > li > a {
    font-size: 1.3rem;
    transition: all 0.6s ease;
}

a {
    font-weight: 600;
    text-decoration: none;
    -moz-transition: color 0.1s linear 0.1s;
    -webkit-transition: color 0.1s linear 0.1s;
    -o-transition: color 0.1s linear 0.1s;
    transition: color 0.1s linear 0.1s;
}
a:hover {
    text-decoration: none;
}
a:active,
a:visited,
a:link {
    color: #4fb287;
}
a:hover {
    color: #183528;
}
a[href^="tel"] {
    color: #4fb287;
    text-decoration: none;
}
a[href^="tel"]:hover {
    color: #183528;
    text-decoration: none;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
    color: inherit;
    text-decoration: none;
}
.nostyle:hover {
    color: inherit;
    text-decoration: none;
}

.navbar-collapse {
    padding: 0 !important;
}
.navbar-toggle {
    float: right;
    width: 42px !important;
    position: relative;
    padding: 5px 10px 10px;
    margin: 25px 0 !important;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: none;
    border: 0 solid #9c9c9c;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: none;
}
.navbar-toggle:hover {
    border: 0 solid #555 !important;
    background: none;
}
.navbar-toggle span {
    color: #4fb287 !important;
}
.navbar-toggle span.icon-bar {
    width: 100%;
    background: #4fb287 !important;
}
.navbar-toggle:hover span {
    color: #555 !important;
}
.navbar-toggle:hover span.icon-bar {
    background: #555 !important;
}
.navbar-toggle .icon-bar {
    height: 1px;
    margin-top: 4px;
}
.navbar-collapse.in {
    overflow: hidden;
}

#primary {
    float: right;
    width: auto;
    height: auto;
    margin: 40px auto;
    padding: 0;
    position: relative;
    list-style: none;
    text-align: left;
}
#primary > li {
    float: none;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    position: relative;
    top: 1px;
    vertical-align: text-top;
}
#primary > li > a {
    margin: 0;
    padding: 0 0 0 30px;
    color: #555;
    font-size: 1.5rem;
    font-weight: 800;
    text-align: left;
    text-transform: capitalize;
}
#primary > li > a:hover {
    color: #183528;
    background: none;
}
#primary > li.active > a {
    color: #4fb287;
}

.dropdown-menu {
    margin: 0 auto 0 !important;
    padding: 6px !important;
    -webkit-border-top-left-radius: 20px !important;
    -webkit-border-bottom-right-radius: 20px !important;
    -moz-border-radius-topleft: 20px !important;
    -moz-border-radius-bottomright: 20px !important;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}
.dropdown-menu > li {
    width: 100% !important;
    font-size: 0.9em !important;
    background: #fff !important;
    border: none !important;
}
.dropdown-menu > li:hover {
    background: #fff !important;
}
.dropdown-menu > li > a {
    padding: 6px 14px !important;
    margin: 0;
    line-height: 2 !important;
    font-weight: 700 !important;
    text-align: left !important;
    color: #4a4644 !important;
    font-size: inherit !important;
    border: none !important;
}
.dropdown-menu > li.active > a {
    color: #4fb287 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #4fb287 !important;
    background: #fff !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background: none !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
}

/* ==========================================================================
   Misc
   ========================================================================== */

.section {
    padding: 100px 0;
    position: relative;
    z-index: 5;
}
.section-mid {
    padding: 40px 0;
    position: relative;
    z-index: 5;
}
.section-mini {
    padding: 20px 0;
    position: relative;
    z-index: 5;
}
.section-very-mini {
    padding: 10px 0;
    position: relative;
    z-index: 5;
}
.section-none {
    padding: 0;
    position: relative;
    z-index: 5;
}

.coloured-bg {
    background: #f7f8fa;
}

figure.snip1321 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #000000;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
}
figure.snip1321 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
figure.snip1321 img {
    max-width: 100%;
    vertical-align: top;
}
figure.snip1321 figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}
figure.snip1321 h2,
figure.snip1321 h4 {
    margin: 0;
}
figure.snip1321 h2 {
    font-weight: 800;
}
figure.snip1321 h4 {
    font-weight: 800;
    text-transform: uppercase;
}
figure.snip1321 i {
    font-size: 32px;
}
figure.snip1321:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
}
figure.snip1321 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
}

.afcb {
    max-width: 120px;
}
.box {
    padding: 30px;
    background-color: #fff;
}
.box p:last-child {
    margin: 0;
}
.box-shadow {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.15);
    box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.15);
}

.sold {
    color: #e5090d;
}
.img-wrap {
    position: relative;
}
.sold-img {
    width: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

/* ==========================================================================
   Cookie Consent
   ========================================================================== */

.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
}
.cc-window.cc-invisible {
    opacity: 0;
}
.cc-animate.cc-revoke {
    transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0);
}
.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
    text-decoration: underline;
}
.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
}
.cc-window.cc-static {
    position: static;
}
.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
}
.cc-revoke {
    padding: 0.5em;
}
.cc-header {
    font-size: 18px;
    font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
    cursor: pointer;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
.cc-link {
    opacity: 0.8;
    display: inline-block;
    padding: 0.2em;
}
.cc-link:hover {
    opacity: 1;
}
.cc-link:active,
.cc-link:visited {
    color: initial;
}
.cc-btn {
    display: block;
    padding: 0.4em 0.8em;
    font-size: 0.9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
    min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline;
}
.cc-close {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    font-size: 1.6em;
    opacity: 0.9;
    line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
    opacity: 1;
}
.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
    left: 3em;
    right: unset;
}
.cc-revoke.cc-right {
    right: 3em;
    left: unset;
}
.cc-top {
    top: 1em;
}
.cc-left {
    left: 1em;
}
.cc-right {
    right: 1em;
}
.cc-bottom {
    bottom: 1em;
}
.cc-floating > .cc-link {
    margin-bottom: 1em;
}
.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1;
}
.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center;
}
.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0;
}
.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0;
}
.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1;
    font-size: 0.9em;
}
.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1;
}
.cc-btn + .cc-btn {
    margin-left: 0.5em;
}
.cc-message {
    color: #555;
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none;
}
.cc-theme-classic .cc-btn {
    border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
    min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block;
}
.cc-theme-edgeless.cc-window {
    padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: 0.8em 1.8em;
    height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0;
}

.cc-color-override-1618423472 .cc-btn {
    color: #555 !important;
}

.forminator-ui#forminator-module-215.forminator-design--flat
    .forminator-button-submit {
    margin: 0 auto !important;
    display: block !important;
    width: auto !important;
    font-size: 14px !important;
    padding: 8px 24px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
    background: #4fb287 !important;
    -webkit-border-radius: 35px !important;
    -moz-border-radius: 35px !important;
    border-radius: 35px !important;
    border: #4fb287 1px solid !important;
    -moz-transition: color 0s linear 0s !important;
    -webkit-transition: color 0s linear 0s !important;
    -o-transition: color 0s linear 0s !important;
    transition: color 0s linear 0s !important;
    -webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    -moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
    box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui#forminator-module-215.forminator-design--flat
    .forminator-button-submit:hover {
    color: #ccc !important;
    background: #183528 !important;
    text-decoration: none !important;
    border: #183528 1px solid !important;
}

/* ==========================================================================
   Google Recapatcha V3
   ========================================================================== */

.grecaptcha-badge {
    display: none !important;
}

/* ==========================================================================
   WP Page Navi
   ========================================================================== */

.wp-pagenavi {
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
    clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 1em;
    text-decoration: none;
    color: #183528;
    border: 0px solid #029bab;
    padding: 3px 5px;
    margin: 2px;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #009ea9;
}
.wp-pagenavi span.current {
    color: #555;
    font-weight: bold;
}

/* ==========================================================================
   Media Queries: iPad
   ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
   Bootstrap Queries
   ========================================================================== */

@media (min-width: 320px) and (max-width: 767px) {
    nav#pri .logo {
        max-width: 260px;
        margin: 20px 0;
    }
    #primary,
    nav#pri.affix #primary {
        margin: 0 auto;
    }
    #primary,
    #primary > li {
        width: 100%;
        display: block;
    }
    #primary > li > a {
        margin: 5px 0;
        padding: 5px;
    }
    figure.snip1321 {
        margin: 20px 0;
    }
    #wrap {
        margin: 0 auto -50px;
        padding: 0 0 50px;
    }
    section#hero.other .inner h1 {
        margin: 40px 0;
    }
    .section {
        padding: 50px 0;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    nav#pri .logo {
        float: left;
        max-width: 250px;
        margin: 20px 0;
    }
    #primary {
        margin: 25px auto;
    }
    #primary > li > a {
        padding: 0 0 0 20px;
    }
    nav#pri.affix .logo {
        max-width: 230px;
    }
    section#hero.other .inner h1 {
        margin: 30px 0;
        font-size: 30px;
    }
    .section {
        padding: 60px 0;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
}

@media (min-width: 1201px) {
}

/* ==========================================================================
   Print
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #555 !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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]: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;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
