.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
font,
img,
b,
u,
i,
dl,
dt,
dd,
ol,
li,
ul {
border-style: none;
border-color: inherit;
border-width: 0;
padding-top: 0;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
text-align: left;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
} :focus {
outline: 0;
} input[type="text"] {
border-radius: 0;
padding: 1px 0 1px 2px;
-webkit-appearance: none;
}
input[type="button"],
input[type="submit"],
textarea {
border-radius: 0;
-webkit-appearance: none;
} input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
select,
textarea {
border: 0;
margin: 0;
font-family: 'Open Sans' sans-serif;
font-weight: 700;
}
::-webkit-input-placeholder {
color: #2a2a2a;
}
:-moz-placeholder {
color: #2a2a2a;
}
::-moz-placeholder {
color: #2a2a2a;
}
:-ms-input-placeholder {
color: #2a2a2a;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
margin: 0 auto;
color: #2a2a2a;
font-size: 16px;
font-family: 'Open Sans', sans-serif;
font-weight: 300;
background-color:#fff!important;
}
a {
text-decoration: none;
color: #7ac9ca;
font-weight:bold;
}
li {
list-style-type: disc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
p {
line-height: 22px;
font-size: 16px;
} #main-wrapper {
margin: 0 auto;
position: relative;
}
#header-wrapper {
position: relative;
z-index: 9999;
}
#content-wrapper {
width: 100%;
margin: 0 auto 92px auto;
clear: both;
}
#inner-content-wrapper {
width: 1190px;
margin: 0 auto 98px auto;
overflow: hidden;
position: relative;
margin-bottom: 46px;
}
#footer-wrapper {
clear: both;
margin: 0 auto;
} .page-width {
width: 1244px;
margin: 0 auto;
position: relative;
}
.page-heading {
font-size: 41px;
color: #27b0b4;
text-transform: uppercase;
font-weight: 300;
line-height: 33px;
margin-bottom: 41px;
}
.content-blocks.align-left {
float: left;
}
.content-blocks {
width: 47%;
float: left;
}
.content-blockquote {
width: 100%;
float: left;
}
.common-content img {
height:auto;
display:block;
}
.common-content p {
margin-bottom: 22px;
}
.common-content .align-right {
float: right;
}
.common-content img.align-right {
width: 50%;
}
.color-text-block {
clear: both;
background-color: #3f4d70;
padding: 26px 40px 50px 40px;
color: #fff;
margin-bottom: 98px;
font-weight: 300;
width: 1190px;
margin: 0 auto 98px auto;
}
.color-text-block h3 {
font-size: 41px;
color: #27b0b4;
font-weight: 300;
margin-bottom: 16px;
}
.color-text-block p {
color: #fff;
margin-bottom: 20px;
}
.color-text-block ul li {}
.color-text-block ol li {} #header-top {
background-color: #313f64;
color: #fff;
overflow: hidden;
padding: 15px 0;
}
#header-top a {
color: #fff;
}
#header-top p {
font-size: 16px;
text-transform: uppercase;
font-weight: 400;
}
#header-top p strong {
font-weight: 700;
}
#header-top .right-align span {
color: #fff;
font-weight: 700;
}
#header-top .left-align {
float: left;
}
#header-top .right-align {
float: right;
color: #7ac9ca;
}
#header-bottom {
position: absolute;
width: 100%;
top: 77px;
left: 0;
}
#main-logo {
display: block;
float: left;
} .menu-holder {
float: right;
margin-top: 52px;
}
#menu-button {
display: none;
}
#main-menu {
margin: 0 auto;
text-align: center;
}
#main-menu li {
display: inline-block;
position: relative;
color: #d3cec9;
margin-left: 22px;
padding-bottom: 12px;
}
#main-menu li a {
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
color: #000;
font-weight: 700;
letter-spacing: 1px;
}
#main-menu li:after {}
#main-menu li.last-child:after {}
#main-menu li a:hover {
color: #e95c5f;
}
#main-menu .active a {
color: #e95c5f;
} #main-menu li ul {
width: 296px;
position: absolute;
display: none;
right: 0;
top: 34px;
z-index: 3;
background-color: #fff;
margin: 0;
padding: 0 13px;
}
#main-menu li.last-child ul {
right: 0!important;
left: auto;
}
#main-menu li ul li {
display: block;
float: none;
margin-bottom: 0;
margin-left: 0;
padding: 0;
border-bottom: 1px solid #d3d6de;
}
#main-menu li ul li.last-child {
border-bottom: 0;
}
#main-menu li ul li a {
text-align: left;
padding: 11px 0px;
line-height: inherit;
display: block;
font-size: 16px;
color: #313f64;
}
#main-menu li:hover ul {
display: block;
}
#main-menu li.active {
border-bottom: 1px solid #e95c5f;
}  #home-slider-container {
position: relative;
margin-bottom: 37px;
}
#home-slider li {
height: 900px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
#home-slider li .slider-overlay{
opacity: 0.2;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: -1;
}
.slider-text h3 {
font-family: 'Bebas Neue', cursive;
font-size: 106px;
line-height: 76px;
color: #fff;
letter-spacing: 1px;
margin-bottom: 45px;
}
.slider-text h3 span {
font-size: 66px;
color: #313f64;
}
.slider-text h3 strong {
font-size: 66px;
color: #78c8c9;
}
.slider-text {
width: 1244px;
margin: 0 auto;
padding-left: 481px;
padding-top: 208px;
font-weight: 200;
}
.slider-text .row {
width: 530px;
}
.slider-text h4 {
font-size: 27px;
line-height: 30px;
font-weight: 700;
color: #fff;
margin-bottom: 19px;
}
.slider-text p {
font-size: 17px;
line-height: 22px;
color: #fff;
font-weight: 400;
}
.slidernew-text h3 {
font-family: 'Bebas Neue', cursive;
font-size: 106px;
line-height: 76px;
color: #fff;
letter-spacing: 1px;
margin-bottom: 45px;
}
.slidernew-text h3 span {
font-size: 66px;
color: #313f64;
}
.slidernew-text h3 strong {
font-size: 66px;
color: #78c8c9;
}
.slidernew-text {
width: 1244px;
margin: 0 auto;
padding-left: 481px;
padding-top: 208px;
font-weight: 200;
}
.slidernew-text .row {
width: 530px;
}
.slidernew-text h4 {
font-size: 27px;
line-height: 30px;
font-weight: 700;
color: #fff;
margin-bottom: 19px;
}
.slidernew-text p {
font-size: 17px;
line-height: 22px;
color: #fff;
font-weight: 400;
} #get-quote-section {
width: 400px;
position: absolute;
left: 0;
top: -250px;
z-index: 9999;
min-height: 675px;
margin-bottom: 30px;
padding-bottom: 20px;
-moz-border-radius: 21px;
-webkit-border-radius: 21px;
border-radius: 21px;
-khtml-border-radius: 21px;
-moz-box-shadow: 0px 2px 7px #000000;
-webkit-box-shadow: 0px 2px 7px #000000;
box-shadow: 0px 2px 7px #000000;
background-color: #fff;
}
#get-quote-inner {
padding: 14px 25px;
}
#get-quote-section {
top: 188px;
} #slider-bottom-blocks {
width: 1244px;
margin: 0 auto 33px auto;
text-align: center;
}
.slider-bottom-col {
display: inline-block;
}
.slider-bottom-col {
background-image: url(//www.campbellirvinedirect.com/wp-content/themes/cid/inc_files/images/border.jpg);
background-repeat: repeat-y;
background-position: right top;
overflow: hidden;
}
.slider-bottom-col.first-child {
padding: 0 25px 0 0;
}
.slider-bottom-col.first-child img {
float: left;
}
.slider-bottom-col.first-child p {
font-size: 26px;
color: #313f64;
font-weight: 400;
float: left;
width: 261px;
margin-left: 21px;
text-transform: uppercase;
line-height: 24px;
}
.slider-bottom-col p span {
color: #e95c5f;
font-weight: 700;
}
.slider-bottom-col.middle-child {
padding: 0 25px;
}
.slider-bottom-col.middle-child img {
display: inline-block;
vertical-align: middle;
margin-right: 12px;
}
.slider-bottom-col.middle-child p {
font-size: 22px;
color: #313f64;
font-family: 'Bebas Neue', cursive;
width: 165px;
display: inline-block;
vertical-align: middle;
}
.slider-bottom-col.middle-child h6 {
font-size: 51px;
color: #313f64;
font-family: 'Bebas Neue', cursive;
width: 100px;
display: inline-block;
vertical-align: middle;
line-height: 46px;
text-align: center;
}
.slider-bottom-col.middle-child h6 span {
color: #78c9ca;
font-size: 63px;
}
.slider-bottom-col.last-child {
background-image: none;
padding: 0 0 0 25px;
} .home-content {
overflow: hidden;
background-color: #f5f5f5;
}
.home-content .col {
width: 52%;
}
.home-content.left-align .col {
float: left;
}
.home-content.right-align .col {
float: right;
}
.home-content-img{
width:40%;
}
.home-content.left-align img {
float: right;
}
.home-content.right-align img {
float: left;
}
.home-content .row {
position: relative;
min-height: 103px;
padding-left: 120px;
margin-top: 71px;
margin-bottom: 24px;
}
.home-content .row img {
position: absolute;
left: 0;
top: 0;
}
.home-content h3 {
font-size: 31px;
color: #27b0b4;
text-transform: uppercase;
padding-top: 26px;
line-height: 32px;
letter-spacing: 0.5px;
}
.home-content p {
margin-bottom: 20px;
} .separator {
clear: both;
padding: 80px 0; }
.separator h4 {
font-family: 'Bebas Neue', cursive;
font-size: 48px;
color: #fff;
text-align: center;
text-shadow: -1px -1px 2px rgba(0, 0, 0, 1);
}
.separator h4 span {
color: #79c9ca;
} #news-content {
width: 1244px;
margin: 0 auto;
overflow: hidden;
}
.news-blocks {
width: 30.5%;
float: left;
margin-right: 4.2%;
}
.news-blocks.last-child {
margin-right: 0;
}
.news-blocks img {
display: block;
margin-bottom: 20px;
width: 100%;
height:auto;
-moz-border-radius:10px 10px 0 0;
-webkit-border-radius:10px 10px 0 0;
border-radius:10px 10px 0 0;
-khtml-border-radius:10px 10px 0 0;
}
.news-blocks h3 {
color: #3f4d70;
font-size: 34px;
font-family: 'Bebas Neue', cursive;
line-height: 31px;
margin-bottom: 19px;
}
.news-blocks h3 a{
color: #3f4d70;
}
.news-blocks p {
color: #000000;
font-size: 15px;
line-height: 20px;
margin-bottom: 36px;
}
.news-blocks .read-more {
background-image: url(//www.campbellirvinedirect.com/wp-content/themes/cid/inc_files/images/border2.jpg);
background-repeat: repeat-x;
background-position: center;
display: block;
text-align: center;
}
.news-blocks .read-more span {
background-color: #f5f5f5;
padding: 5px 25px;
display: inline-block;
color: #ec686b;
font-size: 26px;
font-family: 'Bebas Neue', cursive;
letter-spacing: 1px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
} #inner-banner {
height: 220px;
background-position: center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: 98px;
} .left-content {
padding-right: 320px;
}
.left-content .row {
overflow: hidden;
border-bottom: 1px solid #78c8c9;
padding: 0 0 36px 0;
margin-bottom: 43px;
}
.left-content .row .img-wrap {
position: relative;
width:48%;
}
.news-image {
display: block;
height: auto;
width: 100%;
}
.left-content .row.left-align .img-wrap {
float: left
}
.left-content .row.left-align .col {
float: right;
width: 48.5%;
}
.left-content .row.right-align .img-wrap {
float: right;
}
.left-content .row.right-align .col {
float: left;
width: 50%;
}
.left-content .row h3 {
font-family: 'Bebas Neue', cursive;
font-size: 36px;
line-height: 31px;
color: #3f4d70;
margin-bottom: 22px;
}
.left-content .row h3  a{
color: #3f4d70;	
}
.left-content .row p {}
.deco {
position: absolute;
top: 0;
left: 0;
} .sidebar-wrapper {
position: absolute;
right: 0;
top: 30px;
width: 290px;
}
.sidebar-wrapper h2 {
color: #27b0b4;
font-size: 41px;
text-transform: uppercase;
margin-bottom: 16px;
font-weight: 300;
}
.latest-news-block {
margin-bottom: 20px;
overflow: hidden;
margin-right: 11px;
}
.latest-news-block img {
float: left;
margin-right: 14px;
}
.latest-news-block p,
.latest-news-block p a{
font-family: 'Bebas Neue', cursive;
font-size: 24px;
color: #3f4d70;
}
.sidebar-block {
background-color: #78c8c9;
color: #fff;
padding: 26px 20px 63px 20px;
}
.sidebar-block h3 {
font-size: 26px;
text-transform: uppercase;
color: #eb5c5f;
margin-bottom: 27px;
}
.sidebar-block ul li {
margin-bottom: 8px;
}
.sidebar-block ul li a {
color: #fff;
font-size: 18px;
text-transform: uppercase;
} .faqs-blocks {
padding-bottom: 20px;
border-bottom: 1px solid #78c8c9;
margin-bottom: 30px;
}
.faqs-blocks h3 {
background-image: url(//www.campbellirvinedirect.com/wp-content/themes/cid/inc_files/images/faq-icon.png);
background-repeat: no-repeat;
background-position: left top;
padding-left: 70px;
padding-bottom: 25px;
display: block;
margin-bottom: 8px;
color: #eb5c5f;
font-size: 26px;
line-height: 30px;
}
.faqs-blocks h6 {
font-size: 16px;
color: #2a2a2a;
font-weight: 700;
margin-bottom: 20px;
}
.faqs-blocks p {
margin-bottom: 20px;
}
.faqs-blocks ul {
margin-bottom: 20px;
}
.faqs-blocks ul li {
padding-left: 30px;
background-image: url(//www.campbellirvinedirect.com/wp-content/themes/cid/inc_files/images/list-icon.png);
background-repeat: no-repeat;
background-position: left top;
} .contact-details {
width: 32%;
float: left;
padding-right: 20px;
}
.contact-details .row {
margin-bottom: 22px;
}
.contact-details .row h6 {
font-family: 'Bebas Neue', cursive;
font-size: 36px;
color: #3f4d70;
line-height: 29px;
letter-spacing: 1px;
}
.contact-details .row a {
color: #2a2a2a;
font-size: 16px;
line-height: 30px;
letter-spacing: 0.5px;
font-weight: 400;
}
.contact-details .row a:hover {
color: #ea5c5f;
}
#contact-form {
position: relative;
width: 67%;
float: right;
background-color: #78c8c9;
padding: 32px 38px 32px 39px;
margin-bottom: 144px;
}
#contact-form h3 {
color: #fff;
font-size: 41px;
text-transform: uppercase;
margin-bottom: 32px;
}
#contact-form p label {
position: absolute;
left: 23px;
top: 6px;
font-size: 20px;
font-weight: 400;
}
#contact-form p {
clear: both;
margin-bottom: 2px;
overflow: hidden;
padding-left: 140px;
position: relative;
}
#contact-form p br {
display: none;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="password"],
#contact-form textarea {
vertical-align: middle;
padding: 0 18px;
letter-spacing: 1px;
border: 0;
background-color: #90d2d3;
height: 36px;
width: 100%;
color: #444444;
}
#contact-form textarea {
height: 169px;
padding-top: 10px;
width: 100%;
margin-bottom: 20px;
}
#contact-form input[type="submit"] {
background-color: #ea5c5f;
height: 50px;
font-size: 26px;
color: #fff;
text-align: center;
vertical-align: middle;
cursor: pointer;
float: right;
font-family: 'Bebas Neue', cursive;
font-weight: normal;
padding: 0 51px;
letter-spacing: 1px;
line-height: 52px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-khtml-border-radius: 5px;
}
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form input[type="password"]:focus,
#contact-form textarea:focus {
border: 1px solid #5fbabb;
}
#contact-form input[type="text"].wpcf7-not-valid,
#contact-form input[type="email"].wpcf7-not-valid,
#contact-form input[type="password"].wpcf7-not-valid,
#contact-form textarea.wpcf7-not-valid {
border: 1px solid #fb6172;
}
#contact-form .wpcf7-not-valid {}
#contact-form span.wpcf7-not-valid-tip {
display: none;
}
#contact-form br {
display: none;
}
#contact-form .wpcf7-form-control-wrap {
margin-bottom: 15px;
display: block;
}
#contact-form div.wpcf7-validation-errors {
border: 0;
padding: 10px 10px;
margin: 40px 0 0 0;
background-color: #d43345;
color: #fff;
}
#contact-form div.wpcf7-mail-sent-ok {
border: 0;
padding: 10px 10px;
margin: 40px 0 0 0;
background-color: #27ad82;
color: #fff;
} #footer-wrapper {
position: relative;
padding-top: 107px;
overflow: hidden;
margin-bottom: 43px
}
#footer-wrapper a {}
#footer-top {
background-color: #3f4d70;
position: relative;
color: #fff;
padding: 93px 0 56px 0;
}
#footer-top #menu-footer {
text-align: center;
margin-bottom: 29px;
}
#footer-top #menu-footer li {
display: inline-block;
text-transform: uppercase;
margin: 0 18px;
}
#footer-top #menu-footer li a {
color: #fff;
} #menu-footer-tag{
max-width: 1300px;
text-align: center;
}
#menu-footer-tag li{	
text-transform: uppercase;
display:inline-block;
}
#menu-footer-tag li a{
color: #7ac9ca;	
}
#menu-footer-tag li:after{
content:',';
display:inline-block;
color: #7ac9ca;
margin: 0 4px;
}
#footer-top img {
position: absolute;
left: 50%;
margin-left: -51px;
top: -51px;
}
#footer-bottom {
clear: both;
position: relative;
width: 1244px;
margin: 0 auto;
}
#footer-logo {
float: left;
position: relative;
}
#footer-bottom-images {
float: right;
padding-top: 20px;
}
#footer-bottom-images img {
float: right;
max-width: 100%;
height:auto;
display:block;
}
.latest-news-block img {
width: 104px;
height: 77px;
}
#payment-img{
border-left: 1px solid #9ba2b4;
padding-left: 18px;
margin-left: 10px;
}
#inner-banner-overlay{
background-image: url(http://www.folkmailer.co.uk/CI/wp-content/uploads/2021/12/overlay.png);
background-repeat: repeat-x;
width: 100%;
height: 200px;
top: -22px;
position: absolute;
z-index: -1;
}
.page-template-page-home #inner-banner-overlay {
top: -43px;
} @media screen and (min-width:0px) and (max-width:1000px) { #menu-button {
display: block;
height: 37px;
margin: 0 auto;
padding: 12px 0;
right: 20px;
top: 0;
position: absolute;
z-index: 999;
font-weight: 700;
font-size: 14px;
color: #e85d62;
}
.menu-holder {
height: auto;
margin: 0 0 0 0;
position: absolute;
padding: 0;
border: 0;
left: 0;
top: 0;
width: 100%;
z-index: 99;
}
.nav-parent span {
display: block;
width: 40px;
height: 40px;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
background: url(//www.campbellirvinedirect.com/wp-content/themes/cid/inc_files/images/drop.png) no-repeat center;
}
#menu-button {
display: block;
}
#menu-wrapper {
display: none;
height: auto;
border: 0;
width: 100%;
position: absolute;
background-color: #313f64;
top: 56px;
}
#main-menu {
height: auto;
}
#main-menu li {
float: none;
background: none;
position: relative;
width: 100%;
height: auto;
border-bottom: 1px solid #525d7a;
margin: 0;
padding: 0;
}
#main-menu li:after {
content: "";
display: none;
}
#main-menu li a {
line-height: 30px;
padding-top: 5px;
padding-bottom: 5px;
float: none;
text-align: center;
height: auto;
margin: 0;
background: none;
display: block;
color: #fff;
}
#main-menu li ul {
top: 0;
width: 100%;
padding: 0;
position: relative;
overflow: hidden;
border: 0;
background-color: #22315a;
}
#main-menu li.last-child {
border-bottom: 0;
}
#main-menu li ul li a {
padding: 0;
width: auto;
line-height: 40px;
text-align: center;
}
#main-menu li ul li {
height: 40px;
border: 0;
}
#main-menu li ul li a {
color: #fff;
}
#main-menu li a:hover {
color: #fff;
background-color: #17254a;
}
#main-menu li.active a {
color: #fff;
background-color: #17254a;
}
#main-menu li:hover ul {
display: none;
}
}
@media screen and (min-width:0px) and (max-width:1300px) {
#main-wrapper {
}
#inner-content-wrapper,
#news-content {
width: auto;
padding-left: 15px;
padding-right: 15px;
}
#footer-bottom,
#slider-bottom-blocks {
width: auto;
padding-left: 15px;
padding-right: 15px;
}
.slider-text {
width: auto;
}
.page-width {
width: auto;
padding-left: 15px;
padding-right: 15px;
}
.color-text-block{
width: auto;
}
}
@media screen and (min-width:0px) and (max-width:1024px) {
#header-top p {
font-size: 12px;
}
#main-logo img {
width: 240px;
}
.slider-bottom-col.first-child img,
.slider-bottom-col.middle-child img {
float: none;
margin: 0 auto;
display: block;
}
.slider-bottom-col.first-child p,
.slider-bottom-col.middle-child p {
text-align: center;
width: auto;
float: none;
}
.slider-bottom-col.middle-child h6 {
text-align: center;
width: auto;
float: none;
display: block;
}
}
@media screen and (min-width:0px) and (max-width:768px) {
#header-top .left-align,
#header-top .right-align {
float: none;
text-align: center;
}
#header-top p {
font-size: 11px;
}
#main-logo img {
width: 240px;
}
#header-bottom { 
top: 100px;
}
.slider-text h3 {
font-size: 90px;
}
.slider-bottom-col {
width: auto;
background-image: none;
margin-bottom: 20px;
}
.slider-bottom-col.last-child img {
display: block;
margin: 0 auto;
}
.home-content .col {
width: auto;
}
.home-content.left-align .col,
.home-content.right-align .col {
float: none;
}
.news-blocks {
width: auto;
float: none;
margin-right: 0;
margin-bottom: 30px;
}
.news-blocks h3,
.news-blocks p{
text-align:center;
}
.left-content {
padding-right: 0;
}
.sidebar-wrapper {
position: relative;
width: auto;
margin-bottom:30px;
}
.contact-details {
width: auto;
float: none;
padding-right: 0;
}
#contact-form {
position: relative;
width: auto;
float: none;
}
.content-blocks {
width: auto;
}
.content-blocks.align-left,
.content-blocks.align-right {
float: none;
}
}
@media screen and (min-width:0px) and (max-width:1024px) {
.contact-details .row h6{
font-size: 25px;
}
.contact-details .row a{
font-size: 16px;		
}
#contact-form h3{
font-size: 30px;
}
.separator h4{
font-size: 38px;
}
#footer-bottom-images{
float:none;
text-align:center;
}
#footer-bottom-images img{
float:none;
display:inline-block;
}
#payment-img{
border:0;
padding-left:0;
margin-left:0;
}
#footer-logo{
float:none;
margin:0 auto;
display: block;
}
#get-quote-section{
left:15px;
}
.slider-text h3 strong,
.slider-text h3 span{
font-size:50px;
}
.slider-text h3{
font-size:56px;
}
.slider-text .row{
width:auto;
padding-right: 15px;
}
.slidernew-text h3 strong,
.slidernew-text h3 span{
font-size:50px;
}
.slidernew-text h3{
font-size:56px;
}
.slidernew-text .row{
width:auto;
padding-right: 15px;
}
}
@media screen and (min-width:900px) and (max-width:1024px){
.slider-bottom-col{
width:30%;
}
}
@media screen and (min-width:0px) and (max-width:768px) {
.slider-text {
padding-left: 15px;
padding-top: 90px;
}
.slidernew-text {
padding-left: 15px;
padding-top: 90px;
}
#home-slider li{
height:690px;
}
#get-quote-section{
position:relative;
margin: 30px auto;
left:auto!important;
top:0;
}
.home-content-img{
float:none;
width:100%;
}
.slider-bottom-col.first-child img,
.slider-bottom-col.middle-child img,
.slider-bottom-col.middle-child p{
margin-bottom:15px;
}
.common-content img.align-right{
width:100%;
}
.main-equalheight{
height:auto!important;
}
}
@media screen and (min-width:0px) and (max-width:600px) {
.left-content .row.left-align .col,
.left-content .row.right-align .col {
float: none;
width: auto;
}	
.slider-text h3{
line-height:50px;
}
.slidernew-text h3{
line-height:50px;
}
#get-quote-section{
max-width:400px;
width:auto;
}
.home-content .row img{
display:none;
}
.home-content .row{
padding-left:0;
}
#footer-top ul li{
display:block;
text-align:center;
}
.left-content .row .img-wrap{
width:100%;
float:none;
margin-bottom:30px;
}
.home-content p a:link {
font-weight:bold !important;
color: #7ac9ca;
}
}
#pagination{
text-align:center;
}
.page-numbers{
display: inline-block;
color: #000;
font-weight: 600;
padding: 0 10px;
line-height: 32px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
-khtml-border-radius:3px;
}
#pagination .next{
background-color:#a5a5a5;
width:50px;
color: #fff;
text-align:center;
}
#pagination .current{
background-color:#a5a5a5;
color: #fff;
}
.parallax-window {
min-height:225px;
background: transparent;
}
.left-content.single-news .row .img-wrap{
width:100%;
height:auto;
display:block;
margin-bottom: 22px;
} .tab-button{
cursor: pointer;
}
.tabs-main{	
overflow:hidden;  	
}
.tabs-content{
overflow:hidden;
display: none;
clear:both;	
} .trekking-bg-list.row ul {
margin-top: 80px;
margin-left: 60px;
}
.trekking-bg-list.row li {
height: 50px !important;
color: white;
font-weight: 600;
font-family: system-ui;
font-size: 27px;
margin-bottom: 10px;
}
.trekking-flex.raw {
display: inline-flex;
text-align: center;
margin-bottom: 8px;
margin-top: 57px;
}
.trekking-flex.col {
width: 20%;
text-align: center;
margin: auto;
margin-top: 0;
}
.trekking-flex.col p {
text-align: center;
font-size: 16px;
font-weight: 400;
}
.trekking-flex.col h4 {
font-size: 26px;
text-align: center;
color: #4d5a7b;
margin: 15px auto;
padding-bottom: 15px;
border-bottom: 1px solid #8cd1d2;
text-transform: uppercase;
font-weight: 600;
}
.trekking-list.row {
padding-left: 15px;
}
.trekking-list.row h5 {
margin-bottom: 30px;
color: #4d5a7b;
font-weight: 700;
font-size: 20px;
}
.trekking-list.row li {
list-style: unset;
font-weight: 600;
font-size: 16px;
color: #636363;
line-height: 25px;
}
.trekking-bg-list.row ul li span {
vertical-align: super;
}
#home-slider li {
height: 800px;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.trekking-content {
display: flex;
align-items: center;
border-radius: 10px;
background: rgba(49,63,100,0.84);
padding: 10px;
font-size: 19px !important;
}
.slider-text p {
font-size: 19px;
line-height: 24px;
color: #fff;
font-weight: 700;
padding-left: 15px;
}
.slider-text {
width: 1244px;
margin: 0 auto;
padding-left: 481px;
padding-top: 220px;
font-weight: 200;
}
.slidernew-text p {
font-size: 19px;
line-height: 24px;
color: #fff;
font-weight: 700;
padding-left: 15px;
}
.slidernew-text {
width: 1244px;
margin: 0 auto;
padding-left: 81px;
padding-top: 220px;
font-weight: 200;
}
.trekking-flex.col h4 {
line-height: 27px;
}
.trekking-flex.col h4 {
padding-bottom: 11px;
}
.trekking-flex.col h4 {
font-size: 26px;
text-align: center;
color: #4d5a7b;
margin: 15px auto 11px auto;
padding-bottom: 11px
border-bottom: 2px solid #8cd1d2;
}
trekking-list.row {
padding-left: 0px;
}
@media (max-width: 991.98px) {
.slider-text {
width: 806px;
padding-left: 426px;
padding-top: 196px;
}
.slider-text p {
line-height: 32px;
}
.slidernew-text {
width: 806px;
padding-left: 426px;
padding-top: 196px;
}
.slidernew-text p {
line-height: 32px;
}
.col.traking-text {
padding-top: 0px;
font-size: 12px;
}
.slider-text h3 {
margin-bottom: 0px;
}
.slidernew-text h3 {
margin-bottom: 0px;
}
}
@media screen and (min-width:0px) and (max-width:768px){
.slider-text {
padding-left: 32px;
padding-top: 131px;
}
.slider-text h3 span {
font-size: 55px;
}
.slider-text h3 strong, .slider-text h3 span {
font-size: 55px;
}
.slider-text h3 {
font-size: 88px;
}
.slider-text p {
font-size: 30px;
line-height: 55px;
}
.slidernew-text {
padding-left: 32px;
padding-top: 131px;
}
.slidernew-text h3 span {
font-size: 55px;
}
.slidernew-text h3 strong, .slider-text h3 span {
font-size: 55px;
}
.slidernew-text h3 {
font-size: 88px;
}
.slidernew-text p {
font-size: 30px;
line-height: 55px;
}
.col.trekking-image img {
width: 40px;
height: 40px;
}
#home-slider li {
height: 570px;
}
}
@media (max-width: 578px) { 
.slider-text {
padding-left: 15px;
padding-top: 176px;
}
.slider-text {
width: 416px;
}
.slider-text h3 strong {
font-size: 62px;
}
.slider-text h3 strong, .slider-text h3 span {
font-size: 36px;
}
.slider-text h3 {
font-size: 45px;
}
.slidernew-text {
padding-left: 15px;
padding-top: 176px;
}
.slidernew-text {
width: 416px;
}
.slidernew-text h3 strong {
font-size: 62px;
}
.slidernewe-text h3 strong, .slidernew-text h3 span {
font-size: 36px;
}
.slidernew-text h3 {
font-size: 45px;
}
.col.trekking-image img {
width: 30px;
height: 30px;
}
.slider-text p {
font-size: 17px;
line-height: 26px;
}
.slidernew-text p {
font-size: 17px;
line-height: 26px;
}
#get-quote-section {
max-width: 360px;
}
.trekking-flex.raw {
display: block;
}
.trekking-flex.col {
padding: 0px;
}
.trekking-flex.raw {
width: 100%;
}
.trekking-flex.col {
width: 100%;
}
.trekking-flex.raw {
margin-top: 0px;
}
.trekking-flex.raw {
margin-top: 57px;
}
.home-content h3 {
padding-top: 0px;
}
}
.trekking-list.row {
padding-left: 0px;
}
.trekking-list.row ul {
list-style: none;
padding-left: 0;
}
.slider-text h3 strong {
font-weight: 400;
}
.slider-text h3 {
font-weight: unset;
}
.slidernew-text h3 strong {
font-weight: 400;
}
.slidernew-text h3 {
font-weight: unset;
}
.home-content p {
width: 594px;
}
.home-content p a:link {
font-weight:bold !important;
color: #7ac9ca;
}
.home-content p a:visited {
font-weight:bold !important;
color: #7ac9ca;
}
.common-content p a:link {
font-weight:bold !important;
color: #7ac9ca;
}
.common-content p a:visited {
font-weight:bold !important;
color: #7ac9ca;
}
.trekking-list.row li:before {
content: "\2605";
margin-right: 1ch;
}
.trekking-list.row li {
padding-left: 1ch;
color:#e56569;
}
.home-content .row {
margin-top: 63px;
}
.home-content h3 {
font-weight: 350;
}
.home-content .row {
margin-top: 66px;
}
div#slider-bottom-blocks {
padding-top: 73px;
}
#footer-wrapper {
padding-top: 75px;
}
#footer-top #menu-footer li a {
font-weight: 400;
}
#menu-footer-tag li {
font-weight: 400;
letter-spacing: 1px;
}
#footer-top #menu-footer li a {
letter-spacing: 1px;
}
#footer-bottom-images {
padding-top: 25px;
}
#content-wrapper {
margin: 0 auto 0px auto;
}
#menu-footer-tag li:last-child:after {
content: "" !important;
}
.home-content h3 {
padding-top: 25px;
}
.home-content .row {
margin-bottom: 21px;
}
#news-content {
padding: 60px 68px;
}
.col.trekking-image {
margin-bottom: 6px;
}
.slider-text h4 {
margin-left: 14px;
}
.slider-text {
padding-top: 185px;
}
.slider-text p {
font-weight: 400;
}
#home-slider-container .home-content.right-align .col {
padding-left: 0px !important;
padding-right: 52.5px;
}
.trekking .home-content h3 {
padding-top: 0px;
}
@media (max-width: 1920px){
#get-quote-section {
left: 259.5px;
}
.home-content.left-align .col {
padding-left: 119.5px !important;
padding-right: -10.5px !important;
}
.home-content-img {
object-fit: cover;
}
div#slider-bottom-blocks {
padding-top: 115px;
}
#menu-footer-tag {
max-width: 100%;
text-align: center;
padding: 0px 60px;
}
}
@media (max-width: 991.98px) {
.home-content p {
width: 461px;
}
.slider-bottom-col.first-child img, .slider-bottom-col.middle-child img {
margin: 15px auto;
}
.slider-bottom-col.last-child {
padding: 0px 0 0 10px;
height: 210px;
}
.home-content.left-align .col {
padding-left: 14.5px !important;
padding-right: -10.5px !important;
width: 57%;
}
div#get-quote-section {
left: 18px !important;
}
.slider-text .row {
padding-left: 10px;
}
.home-content .row img {
left: 15px;
}
.home-content h3 {
padding-top: 0px;
padding-left: 10px;
margin-top: 20px;
}
.trekking-list.row {
margin-bottom: 21px;
padding-left: 15px;
} 
.slider-bottom-col {
background-image: none;
}
.home-content p {
width: 400px;
}
.home-content p a:link {
font-weight:bold !important;
color: #7ac9ca;
}
.home-content h3 {
width: 92%;
}
.home-content.right-align .col {
float: right;
width: 57%;
}
.home-content p {
width: 430px;
}
.trekking .slider-text {
padding-top: 225px;
}
.slider-text {
padding-top: 225px;
}
.color-text-block {
padding: 26px 22px 22px 22px;
margin: 0 auto 0px auto;
}
#home-slider li {
height: 1041px;
}
#get-quote-section {
top: 401px;
}
#main-menu .sub-menu {
display: none;
} #main-menu .menu-item-has-children:hover > .sub-menu,
#main-menu .menu-item-has-children:focus > .sub-menu {
display: block;
}
}
@media screen and (min-width:0px) and (max-width:768px){
#get-quote-section {
width: 575px;
}
.trekking-flex.raw {
margin-top: 20px;
}
.trekking-flex.col p {
text-align: justify;
}
.trekking-flex.raw {
padding: 0px 20px;
}
.home-content .col {
margin: 0px 20px;
}
#footer-wrapper {
padding-top: 51px;
}
#slider-bottom-blocks {
margin: 0 auto -40px auto;
}
.trekking-flex.raw {
padding: 0px 20px;
width: 100%;
}
.trekking-flex.col {
width: 45%;
}
.trekking-flex.raw {
flex-wrap: wrap-reverse;
}
.trekking-flex.col {
margin-top: 33px;
}
#get-quote-section {
margin: 30px auto -38px auto;
}
.slider-bottom-col.last-child {
margin-top: 50px;
}
.home-content.left-align {
display: flex;
}
.home-content .col {
width: 55%;
}
.home-content h3 {
padding-top: 15px;
width: 297px;
font-size: 25px;
}
.home-content p {
width: 400px;
}
.home-content p a:link {
font-weight:bold !important;
}
.buttonAction3 {
width: 522px !important;
margin-top: 50px !important;
}
div#home-slider-container div#get-quote-section {
left: 0px !important;
}
.home-content {
display: flex;
}
#inner-content-wrapper, #news-content {
padding-left: 35px;
padding-right: 35px;
}
.trekking .slider-text {
padding-top: 120px;
}
.slider-text {
padding-top: 100px;
}
.home-content .row {
margin-left: -3px;
}
.home-content p {
width: 400px;
padding-left: 20px;
}
.home-content p a:link {
font-weight:bold !important;
}
.separator h4 {
padding: 0px 10px;
}
.home-content.left-align .col {
padding-left: 0px!important;
padding-right: -10.5px !important;
}
.color-text-block {
padding: 26px 35px 35px 35px;
}
#main-menu .sub-menu {
display: none;
} #main-menu .menu-item-has-children:hover > .sub-menu,
#main-menu .menu-item-has-children:focus > .sub-menu {
display: block;
}
.slider-text {
width: 100%;
}
#home-slider li {
height: 1000px;
}
ul#home-slider {
padding-bottom: 200% !;
}
.slider-text .row {
width: 100%;
}
div#home-slider-container div#get-quote-section {
left: 0px !important;
top: 20px;
}
}
@media (max-width: 578px) {
.home-content p {
width: 100%;
text-align: justify;
}
.home-content.left-align .col {
width: 90%;
padding-left: 0px!important;
padding-right: 0px !important;
}
#menu-footer-tag {
padding: 0px 0px;
}
.trekking-flex.raw {
margin-bottom: 40px;
margin-top: 110px;
}
.home-content h3 {
padding-top: 0px;
}
div#slider-bottom-blocks {
padding-top: 65px;
}
.slider-bottom-col.first-child {
padding: 0 0px 0 0;
}
.slider-bottom-col.first-child p {
margin-left: 0px;
}
.slider-bottom-col.middle-child {
padding: 0 0px;
}
.slider-bottom-col.first-child {
height: 225px !important;
}
.slider-bottom-col.last-child {
margin-top: 35px;
}
.trekking-flex.col {
width: 100%;
margin-top: 25px;
}
.home-content.left-align {
display: block;
}
.home-content h3 {
width: 100%;
}
.slider-text .row {
width: 100%;
padding-right: 0px;
padding-left: 12px;
}
.col.traking-text {
padding-top: 6px;
}
.home-content.right-align .col {
width: 94%;
}
input, button, select, textarea {
width: 50%;
}
.home-content h3 {
padding-left: 0px;
}
.home-content .row {
margin-bottom: 21px;
margin-left: 0px;
}
.buttonAction3 {
width: 269px !important;
}
.trekking-list.row {
padding-left: 0px;
}
.buttonAction3 {
margin-top: 0px !important;
}
.home-content.right-align .col {
float: none;
padding-left: 0px !important;
padding-right: 40px !important;
width: 100%;
}
.home-content {
display: block;
}
.home-content.right-align .col {
float: none;
padding-left: 0px !important;
}
.home-content.right-align .col {
float: none;
padding-left: 0px !important;
}
.slider-text h4 {
margin-left: 0px;
}
.slider-text p {
padding-left: 0px;
}
.home-content.right-align .col {
float: none !important;
padding-left: 0px !important;
}
#inner-content-wrapper, #news-content {
padding-left: 20px;
padding-right: 20px;
}
#get-quote-section {
max-width: 360px;
}
.home-content p {
padding-left: 0px;
}
.home-content p a:link {
font-weight:bold !important;
}
.slider-text {
padding-left: 20px;
}
.slider-text {
width: 100%;
}
.buttonAction3 {
width: 314px !important;
}
.color-text-block {
padding: 26px 22px 22px 22px;
margin: 0 auto 0px auto;
}
ul#home-slider {
padding-bottom: 212%;
}
#home-slider li {
height: 880px;
}
#main-menu .sub-menu {
display: none;
} #main-menu .menu-item-has-children:hover > .sub-menu,
#main-menu .menu-item-has-children:focus > .sub-menu {
display: block;
}
div#home-slider-container div#get-quote-section {
left: 0px !important;
top: 10px;
}
#main-menu li.menu-item-has-children ul.sub-menu {
display: none;
}
#main-menu li.menu-item-has-children.active ul.sub-menu {
display: block;
}
}
@media (max-width: 400px) {
ul#home-slider {
padding-bottom: 212%;
}
#home-slider li {
height: 880px;
}
#main-menu .sub-menu {
display: none;
} #main-menu .menu-item-has-children:hover > .sub-menu,
#main-menu .menu-item-has-children:focus > .sub-menu {
display: block;
}
div#home-slider-container div#get-quote-section {
left: 0px !important;
top: 10px;
}
}
#get-quote-section {
z-index: 9998;
}
.home-content.right-align .col {
float: right;
padding-left: 0px !important;
}
#get-quote-section {
overflow: show;
}
#get-quote-inner {
box-sizing: content-box;
}
.slidernew2-text h3 {
font-family: 'Bebas Neue', cursive;
font-size: 66px;
line-height: 76px;
color: #fff;
letter-spacing: 1px;
margin-bottom: 15px;
text-align: center !important;
}
.slidernew2-text h3 span {
font-size: 66px;
color: #313f64;
text-align: center !important;
}
.slidernew2-text h3 strong {
font-size: 66px;
color: #78c8c9;
text-align: center !important;
}
.slidernew2-text {
position: relative;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
padding-top: 2px;
font-weight: 200;
}
.slidernew2-text .row {
width: 530px;
text-align: center !important;
}
.slidernew2-text h4 {
font-size: 27px;
line-height: 30px;
font-weight: 700;
color: #fff;
margin-bottom: 19px;
text-align: center !important;
}
.slidernew2-text p {
font-size: 17px;
line-height: 22px;
color: #fff;
font-weight: 400;
text-align: center !important;
}
#forminator-module-595 {
display: block !important;
}.wp-pagenavi {
clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
text-decoration: none;
border: 1px solid #BFBFBF;
padding: 3px 5px;
margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
border-color: #000;
}
.wp-pagenavi span.current {
font-weight: bold;
}