/*
Theme Name: Jackson Bailey Estate Agents Theme 2026
Theme URI: http://www.jacksonbailey.com
Description: Jackson Bailey Estate Agents Theme
Author: We Are Jungle
Author URI: https:/wearejungle..co.uk
Version: 2
*/

/* Ensure all elements don't expand their specified width with padding, borders etc. */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove browser-specific styling (margin, padding etc.) from most major HTML elements */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html {
  -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

ol, ul {
  list-style: none inside none;
}

input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="checkbox"] {
  display: inline-block;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  float: left;
  position: relative;
  top: 4px;
  margin-right: 10px;
}

.gdpr-terms span.wpcf7-list-item {
  margin: 0 0 0 0;
}

select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

/* Display settings for HTML5 elements for legacy browsers */
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;
}

body {
  font-size: 16px;
  line-height: 1.1;
  font-family: mr-eaves-xl-modern, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  color: #25253c;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  margin-top: 0;
}

h2,
h1,
.top-banner .banner-text h1,
.top-banner .banner-text h2 {
  font-size: 60px;
  font-weight: 200;
  line-height: 60px;
  margin-bottom: 10px;
}

h3,
.basic-content h2 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.basic-content h2 {
  line-height: 1;
  margin-bottom: 15px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p, a, ul {
  font-size: 17px;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.4;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #25253c;
  cursor: pointer;
}

.no-touchevents a:hover {
  color: #25253c;
}

p {
  margin-bottom: 15px;
}

a {
  font-size: inherit;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 900;
}

.cover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.intro-text {
  font-size: 24px;
  line-height: 1.3;
}

.small-intro-text {
  font-size: 24px;
  line-height: 1.3;
}

.big-title {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 1;
}

.wpcf7-submit,
.button {
  text-align: center;
  background-color: #009ed4;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  overflow: hidden;
  display: inline-block;
  padding: 12px 30px;
  font-family: mr-eaves-xl-modern, sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 400;
}

.wpcf7-submit {
  margin-left: 0;
}

.no-touchevents .wpcf7-submit:hover,
.no-touchevents .button:hover {
  color: #25253c;
}

.one-quarter {
  width: -webkit-calc(25% - 22.5px);
  width: -moz-calc(25% - 22.5px);
  width: calc(25% - 22.5px);
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}

.one-quarter:nth-of-type(4n+4) {
  margin-right: 0;
}

/*========================
Remove borders on apple products
========================*/
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: auto;
}

.scroll-wrap {
  padding-top: 40px;
  text-align: center;
}

.scroll-wrap img {
  width: 50px;
}

.scroll-wrap .scroll-text {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #009ed4;
  line-height: 1;
  letter-spacing: 1.3px;
  margin-top: 15px;
}

/*========================
Header
========================*/
header {
  padding: 20px 30px;
  background-color: #009ed4;
  position: fixed;
  width: 100%;
  top: 0;
  height: 82px;
  z-index: 99999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header.shrink {
  height: 77px;
}

header ul {
  list-style-type: none;
}

header .logo {
  position: absolute;
  width: 100%;
  max-width: 220px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header.shrink .logo {
  max-width: 180px;
}

header .main-menu {
  float: right;
  padding-top: 7px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header.shrink .main-menu {
  padding-top: 7px;
}

header .main-menu li .sub-menu {
  display: none;
}

header .main-menu li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  padding-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header .main-menu li:last-child {
  margin-right: 0;
}

header .main-menu li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

#banner-section {
  position: relative;
  height: 550px;
}

.top-banner {
  padding-top: 160px;
  position: relative;
  height: 550px;
}

.top-banner .container {
  max-width: 1260px;
}

.top-banner .banner-text {
  width: 100%;
  max-width: 450px;
  padding-top: 200px;
  color: #fff;
  position: relative;
  z-index: 10;
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.static.not-search .top-banner .banner-text,
.flex-active-slide .banner-text {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.top-banner .banner-text p {
  font-size: 20px;
  font-weight: 600;
}

.no-banner {
  margin-top: 141px;
}

.no-touchevents header .main-menu li:hover > .sub-menu {
  display: block;
}

header .main-menu li .sub-menu {
  min-width: 240px;
  position: absolute;
  top: 38px;
  margin-left: -120px;
  left: 50%;
  text-align: center;
  background-color: #009ed4;
  padding: 20px 0 0 0;
}

header .main-menu li .sub-menu li {
  display: block;
  margin-right: 0;
  padding-bottom: 0;
  padding: 10px 20px;
}

.no-touchevents header .main-menu li .sub-menu li:hover {
  background-color: #25253c;
}

.no-touchevents header .main-menu li .sub-menu li:hover a {
  color: #fff;
}

header .main-menu li .sub-menu li a {
  font-size: 18px;
  display: inline-block;
  padding: 5px 0;
}

header .menu-search-container {
  display: none;
}

.banner-slider {
  margin: 0 0 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 550px;
}

#banner-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.2);
}

/*#banner-section .banner-links {
    position: absolute;
    top: 50%;
    z-index: 999;
    width: 100%;
}

#banner-section .banner-page-links {
    position: absolute;
    width: 150px;
}

#banner-section .banner-page-links.link-left {
    left: 30px;
}

#banner-section .banner-page-links.link-right  {
    right: 30px;
}

#banner-section .banner-page-links img{
    left: 30px;
}


#banner-section .banner-page-links.link-right img {
    float: right;
}
*/

/*========================
Animated hamburger
========================*/
#nav-toggle {
  position: relative;
  float: right;
  display: none;
}

#nav-toggle {
  cursor: pointer;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 0;
  padding: 35px 25px;
  right: 0;

}

#nav-toggle.active {
  background-color: #25253c;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span:before {
  top: -9px;
}

#nav-toggle span:after {
  bottom: -9px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/*========================
Mobile menu
========================*/
#mobile-wrapper {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #009ed4;
  z-index: 1000;
  padding: 100px 0;
}

body #mobile-wrapper {
  overflow: auto;
}

body #inner-menu {
  height: 100%;
  width: 100%;
  position: relative;
}

#mobile-wrapper .mobile-menu {
  text-align: center;
}

#mobile-wrapper .mobile-menu li {
  display: block;
  position: relative;
}

#mobile-wrapper .mobile-menu li .mobile-expand {
  position: absolute;
  top: 15px;
  right: 20px;
  height: 25px;
  width: 25px;
}

#mobile-wrapper .mobile-menu li .mobile-expand .arrow {
  position: relative;
}

#mobile-wrapper .mobile-menu li .mobile-expand .arrow:after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

#mobile-wrapper .mobile-menu li .mobile-expand.open .arrow:after {
  -ms-transform: rotate(135deg); /* IE 9 */
  -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
  transform: rotate(135deg);
  border-right: 2px solid #25253c;
  border-top: 2px solid #25253c;
}

#mobile-wrapper .mobile-menu li a {
  text-align: center;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  padding: 7px 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.no-touchevents #mobile-wrapper .mobile-menu li:hover > a,
#mobile-wrapper .mobile-menu li.active-li > a {
  color: #25253c;
}

#mobile-wrapper .mobile-menu li .sub-menu {
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  background-color: #25253c;
}

.no-touchevents #mobile-wrapper .mobile-menu li .sub-menu li:hover > a {
  color: #009ed4;
}

#mobile-wrapper + #content-wrapper {
  margin-top: 130px;
}

/*========================
Footer
========================*/
footer {
  padding: 50px 0 20px 0;
  background-color: #3c3c3b;
}

footer ul {
  list-style-type: none;
}

footer a,
footer p {
  color: #fff;
  font-size: 16px;
}

footer .menu-main-menu-container .menu li .sub-menu {
  display: none;
}

footer .widget {
  float: left;
}

footer .social .menu-social-menu-container {
  margin-right: 30px;
}

.footer-logo {
  padding: 50px 0;
  text-align: center;
}

.footer-logo img {
  width: 100%;
  max-width: 300px;
}

footer img.accred {
  width: 100%;
  max-width: 180px;
  margin-top: 30px;
  display: block;
  clear: both;
}

footer h3 {
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}

footer .menu-social-menu-container ul li {
  display: inline;
  margin: 0 8px 10px 0;
}

footer .menu-social-menu-container ul li a ._mi {
  font-size: 25px;
}

footer .footer-bottom {
  margin-top: 20px;
}

/*========================
Browser update notice
========================*/
.ie8notice {
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 999999;
  width: 500px;
  padding: 30px;
  background-color: #0098e0;
}

.ie8notice a {
  color: #ffffff;
  font-weight: 700;
}

.ie8notice strong {
  font-weight: 700;
}

.ie8notice ul.important-notice {
  padding: 0;
  list-style-type: 0;
}

.ie8notice ul.important-notice li {
  display: block;
  margin-right: 10px;
}

.ie8notice ul.important-notice li img {
  vertical-align: middle;
}

.ie8notice ul.important-notice li.uppercase {
  text-transform: uppercase;
  font-size: 1.2em;
  vertical-align: middle;
}

/*========================
Contact form 7 styles
========================*/
span.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7 form input.wpcf7-not-valid,
div.wpcf7 form textarea.wpcf7-not-valid,
div.wpcf7 form select.wpcf7-not-valid {
  border-color: #d8000c;
  background-color: #ffbaba;
}

div.wpcf7 div.wpcf7-response-output {
  width: 100%;
  font-weight: 300;
  font-size: 0.875em;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 0 0 30px;
  padding: 18px 14px;
}

div.wpcf7 .wpcf7-response-output.wpcf7-validation-errors {
  color: #d8000c;
  border: 1px solid #d8000c;
  background-color: #ffbaba;
}

div.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4f8a10;
  border: 1px solid #4f8a10;
  background-color: #dff2bf;
}

div.wpcf7 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto !important;
  padding-top: 30px !important;
  font-family: mr-eaves-xl-modern, sans-serif;
  text-align: left;
}

.contact-section div.wpcf7 {
  padding-top: 0px !important;
}

.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="text"],
textarea {
  width: 100%;
  display: block;
  outline: none;
  font-family: mr-eaves-xl-modern, sans-serif;
  font-size: 18px;
  color: #009ed4;
  border-radius: 6px;
  background-color: #ebebeb;
  resize: none;
  padding: 10px 15px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="text"]:focus,
textarea:focus {
  background-color: #3F3F59;
  color: #fff;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/*========================
Link blocks
========================*/
.one-half {
  width: 50%;
  float: left;
  position: relative;
}


.one-half.image {
  min-height: 400px;
}

.one-half.content {
  padding: 100px;
  height: 100%;
}

.one-half .content-wrap {
  width: 100%;
  max-width: 500px;
  position: absolute;
  bottom: 50px;
}

.link-block-section .link-block {
  background-color: #009ed4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.no-touchevents .link-block-section .link-block:hover {
  color: #25253c;
}

.link-block-section .link-block h3 {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.link-block-section .link-block p {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.no-touchevents .link-block-section .link-block:hover a,
.no-touchevents .link-block-section .link-block:hover h3 {
  color: #25253c;
}

.link-block-section .link-block a {
  color: #fff;
}

.link-block-section .link-block .one-half.content.float-right {
  float: right;
}

/*========================
Basic content
========================*/
.basic-content {
  text-align: center;
  padding: 50px 0;

}

.basic-content:first-of-type {
  padding-top: 0;

}

.basic-content .container {
  max-width: 900px;
}

/*========================
Basic content
========================*/
.main-content {
  text-align: center;
  margin-bottom: 70px;
}

.main-content h2 {
  margin-bottom: 20px;
}

/*========================
Page Links
========================*/
.page-linking-section {
  border-top: 1px solid #fff;
}

.page-links {
  width: 100%;
}

.page-links .button-wrap {
  display: inline-block;
  float: left;
  background-color: #009ed4;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.no-touchevents .page-links .button-wrap:hover:before {
  left: 0;
}

.no-touchevents .page-links .button-wrap:hover a {
  color: #25253c;
}

.page-links .button-wrap.one-third {
  width: 33.3333333%;
}

.page-links .button-wrap.one-half {
  width: 50%;
}

.page-links .button-wrap a {
  color: #fff;
  padding: 50px;
  display: block;
  font-size: 24px;
  font-weight: 400;
  border-right: 1px solid #fff;
  position: relative;
}

.page-links .button-wrap:last-of-type a {
  border-right: none;
}

/*========================
Expert Agent Overrides
========================*/
.listings-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

.listings-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*========================
Contact page
========================*/
.map-section {
  position: relative;
  overflow: hidden;
}

#map-canvas .acf-map {
  width: 100%;
  height: 650px;
  border: none;
  margin: 0;
}

/* fixes potential theme css conflict */
#map-canvas .acf-map img {
  max-width: inherit !important;
}

.contact-section {
  padding: 0 0 60px 0;
}

.contact-section .contact-details {
  padding-right: 50px;
}

.contact-section .menu-social-menu-container {
  padding-top: 20px;
}

.contact-section .menu-social-menu-container .menu li {
  display: inline-block;
  margin-right: 10px;
}

.contact-section .menu-social-menu-container .menu li:last-of-type {
  margin-right: 0;
}

.contact-section .menu-social-menu-container .menu li a .fa {
  font-size: 26px;
}

/*========================
404 page
========================*/
#explanation {
  margin-top: 140px;
}

/*========================
Sitemap
========================*/
.simple-sitemap-page .children {
  margin-bottom: 15px;
}

.simple-sitemap-page .children li a {
  font-size: 15px;
}

/*========================
Text Slider
========================*/
.owl-carousel .owl-stage-outer {
  overflow: visible;
  margin: 0 auto;
}

.owl-carousel .owl-nav button {
  outline: none;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}

span.number {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #25253c;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.text-slider .owl-item {
  opacity: 0.5;
  padding: 0 5% 0 0;
}

.text-slider .owl-item.active {
  opacity: 1 !important;
}

.text-slider-section .container {
  max-width: 900px;
}

.text-slider .item .title-wrap {
  border-bottom: 1px solid #3c3c3b;
  margin-bottom: 15px;
}

.message-widget {
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  width: calc(100% - 20px);
  max-width: 200px;
  padding: 10px;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  border-radius: 8px 0 0 8px;
  z-index: 9999;
}

.message-widget .close-wrap {
  text-align: right;
}

.message-widget .text-wrap {
  text-align: center;
}

.message-widget h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.message-widget .widget-close {
  width: 15px;
}

.message-widget .button {
  padding: 12px;
  font-weight: 700;
}

.ul.slides {
  -webkit-transform: translateZ(0)!important;
  transform: translateZ(0)!important;
}

.flex-viewport {
  position: relative;
  z-index: 1;
}

.flexslider {
  -webkit-backface-visibility: hidden!important;
}

@media only screen and (min-width: 2200px) {

}

@media screen and (max-width: 1920px) {
  /* 22" iMac */

}

@media screen and (max-width: 1280px) {
  /* 13" Macbook Pro */
  .one-half.content {
    padding: 150px 100px 100px 100px;
  }

  .one-half .content-wrap {
    position: relative;
    bottom: inherit;
  }

}

@media screen and (max-width: 1024px) {
  /* Ipad horizontal */
  header .logo,
  header.shrink .logo {
    left: 30px;
    max-width: 200px;
  }

  header.shrink {
    height: 75px;
  }

  header .main-menu {
    padding-top: 7px;
  }

  header {
    height: 75px;
  }

  .one-half.content {
    padding: 60px;
  }

  header .main-menu {
    display: none;
  }

  #nav-toggle {
    display: block;
  }

  header .menu-search-container {
    display: inline-block;
  }

  header .menu-search-container .search-menu {
    position: relative;
    top: 3px;
    margin-right: 20px;
  }

  header .menu-search-container .search-menu .menu-item ._svg {
    width: 29px;
  }

  header .menu-search-container .search-menu .menu-item i._mi {
    color: #fff;
    font-size: 23px;
  }

  header .mobile-menu-wrap {
    display: inline-block;
    float: right;
    margin-right: 35px;
  }

}

@media screen and (max-width: 768px) {
  /* iPad */
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12 {
    width: 100%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .one-half {
    width: 100%;
  }

  .one-half .content-wrap {
    max-width: 100%;
  }

  .one-half.content {
    padding: 50px 30px;
  }

  .desktop {
    display: none;
  }

  h3,
  .basic-content h2 {
    font-size: 32px;
  }

  p, a, ul {
    font-size: 16px;
  }

  .intro-text {
    font-size: 20px;
  }

  .top-banner {
    height: 450px;
  }

  h2,
  h1,
  .big-title,
  .top-banner .banner-text h1,
  .top-banner .banner-text h2 {
    font-size: 40px;
    line-height: 1.1;
  }

  .sign-off .widget {
    float: left;
  }

  .sign-off {
    text-align: left;
    border-right: 0;
    padding-right: 0;
    margin: 25px 0 0px 0;
  }

  footer .social .widget {
    float: none;
  }

  footer .social .menu-social-menu-container {
    margin-bottom: 10px;
    display: block;
    margin-right: 0;
  }

  footer .social .menu-social-menu-container .menu li {
    display: inline;
    margin-right: 8px;
  }

  footer {
    padding: 50px 0;
  }

  .contact-section .contact-details {
    padding-right: 0;
    padding-bottom: 60px;
  }

  .page-links .button-wrap a {
    padding: 30px;
  }

  .basic-content {
    text-align: center;
    padding: 30px 0;
  }

  .contact-section {
    padding: 0 0 40px 0;
  }

  .no-banner {
    margin-top: 120px;
  }

  footer .grid-3 {
    margin-bottom: 20px;
  }

  #banner-section .banner-page-links.link-left {
    left: 20px;
  }

  #banner-section .banner-page-links.link-right {
    right: 20px;
  }

  footer .one-quarter {
    width: 50%;
    margin-bottom: 20px;
  }

  footer .one-quarter img {
    width: 100%;
    max-width: 180px;
    display: block;
    clear: both;
  }

  footer .footer-bottom {
    margin-top: 0;
  }

}

@media screen and (max-width: 668px) {
  /*iphone5 Horizontal*/
  .page-links .button-wrap,
  .page-links .button-wrap.one-half,
  .page-links .button-wrap.one-third {
    width: 100%;
  }

  .page-links .button-wrap a,
  .page-links .button-wrap.one-half a,
  .page-links .button-wrap.one-third a {
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  #banner-section {
    position: relative;
    height: 400px;
  }

  .top-banner {
    padding-top: 160px;
    position: relative;
    height: 400px;
  }

  .top-banner .banner-text {
    padding-top: 140px;
  }

  .banner-slider {
    height: 400px;
  }

  .top-banner .banner-text p {
    font-size: 16px;
  }

}

@media screen and (max-width: 468px) {
  /*iphone5 vertical*/
  header {
    height: 70px;
  }

  header .logo, header.shrink .logo {
    left: 20px;
    max-width: 160px;
  }

  header .menu-search-container .search-menu {
    top: -1px;
    margin-right: 2px;
  }

  #nav-toggle {
    width: 60px;
    height: 70px;
    padding: 32px 15px;
    right: 0;
  }

}

.we-are-jungle {
  margin-top: 15px;
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  clear: both;
}

footer .col-contact .widget {
  float: none;
}

footer a {
  cursor: pointer;
}

.no-touchevents footer a:hover {
  color: #009ed4;
}