/* CSS Document */
/*
Theme Name: Inside Hampshire 2019
Theme URI: http://www.insidehampshire.co.uk
Description: Inside Hampshire Theme
Version: 3.0
Author: Brett Payne
Author URI: http://www.brettpayne.biz
*/


/****************/
/* Main Body */
/****************/

body {
width:100%;
font-family: arial;
line-height: 1.4;
color:#666;
/* background: #ffffff; */
/* background: #15b097; */
/* background-color: rgba(191,111,42,0.08); */
/* background-image: url("/images/wiltshire-background.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center; */
margin:0;
padding:0;
}

a {
/* color: #BF6F2A; */
color: rgba(21,176,151,1);
text-decoration:none;
}

a:hover {
/* color: #BF6F2A; */
color: rgba(21,176,151,1);
text-decoration:none;
}

img {
width: 100%;
height: auto;
}

#home-page-head {
/*  min-height: 700px; */
    min-height: 650px;
    background-image: url("/images/leaves.jpg");
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    background-size: cover; /* increases size of image in background to full width */
    background-position: center;
}

#page-head {
    min-height: 550px;
/*    background-image: url("/images/stourhead.jpg"); */
    background-repeat: no-repeat;
    width: 100%;
    display: block;
    background-size: cover; /* increases size of image in background to full width */
    background-position: center;
}


#inside-scroll {
/* position:absolute; */
margin-top: -46px;
width:100%;
text-align:center;
z-index:1!important;
/* bottom: -10px; */
}
.scroll-link {
font-size:3.6em;
background-color: #fff;
border-radius:40px;
padding:8px;
/* padding: 1em;
background-color: rgba(21,176,151,1); */
}


#logo-area-overlay {
/* height: 30%;
background: linear-gradient(to bottom,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%); */
}

.sitelogo {
/* max-width:140px; */
max-width:110px;
float: left;
/* padding-right:30px */
z-index:600;
position:relative;
}

.sitesearch {
max-width:40px;
float: right;
padding-top:20px;
z-index:600;
position:relative;
cursor:pointer;
color:#fff;
font-size:1.6em;
}

.expanded-search {
display:none;
width: -webkit-fill-available;
height:1200px;
background-color: rgba(0,0,0,0.6);
/* background-color: rgba(21,176,151,0.8); */
text-align: center;
z-index:600;
position: absolute;
padding-top:200px;
/* padding-left:20%; */
padding-left:37%;
}

.expanded-search input[type=text] {
width: 30%;
padding: 16px 13px;
margin: 8px 0;
border: 0;
background-color: #ffffff;
border-top-left-radius: 52px;
border-top-right-radius: 0px;
border-bottom-left-radius: 52px;
border-bottom-right-radius: 0px;
font-size: 1.1em;
float:left;
/* color: #bf6f2a; */
color: #ffae03;
}

.expanded-search input[type=submit] {
/* width: 10%; */
padding: 16px 6px;
margin: 8px 0;
/* background: #bf6f2a; */
color: white;
font-size: 1.1em;
border: 0px;
border-top-right-radius: 52px;
border-top-left-radius: 0px;
border-bottom-right-radius: 52px;
border-bottom-left-radius: 0px;
float:left;
/* background-image: url("/images/search-button-yellow.png"); */
background-repeat: no-repeat;
/* background-size: cover; */
background-size: 60px;
background-position: center;
background-color: #ffae03;
cursor: pointer;
-webkit-appearance: none;
}

/****************/
/* Images */
/****************/

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

#home-page-head .image-caption {
display: inline-block;
position:absolute;
height:30px;
background-color: rgba(0,0,0,.4);
color:#fff;
margin:0;
padding: 0 10px;
line-height:30px;
font-size: .875rem;
top:570px;
right:0;
}
#page-head .image-caption {
display: inline-block;
position:absolute;
height:30px;
background-color: rgba(0,0,0,.4);
color:#fff;
margin:0;
padding: 0 10px;
line-height:30px;
font-size: .875rem;
top:520px;
right:0;
}

img.attachment-thumbnail {
  max-width: 120px;
}

.gallery img {
  border: 0px solid #cfcfcf!important;
  max-width: 120px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

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

/****************/
/* Typography */
/****************/

h1, h2, h3, h4 {
font-family: 'Roboto', sans-serif;
padding: 0;
margin: 0;
font-weight:100;
}

h1 {
color: rgba(191, 111, 42, 1);
font-size:3em;
line-height: 1.2em;
padding-bottom: 20px;
}

h2.widgettitle {
/* color: #bf6f2a; */
padding-top:10px;
padding-bottom:10px;
}

#internal-left h3 {
color: rgba(191, 111, 42, 1);
}

#internal-left h2 {
padding-bottom:10px;
}

.recent-containers h3 {
font-size:2em;
color: rgba(255, 255, 255, 0.5);
}

#footer-content-links h3 {
font-size:2em;
color: rgba(255, 255, 255, 0.5);
}

#footer-content-links a {
color: #ffffff;
}

#home-featured, #home-whats-on, #home-top-content, #home-social-media {
font-family: 'Roboto', sans-serif;
}

.featured-title {
font-size:3em;
color: rgba(255, 255, 255, 0.5);
}

.recent-title-header {
font-size:2em;
color: rgba(255, 255, 255, 0.5);
padding-bottom:10px;
}

.social-title {
font-size:3em;
color: rgba(255, 255, 255, 0.5);
}

.whats-on-container {
width: 100%;
max-width: 500px;
margin-left: auto;
margin-right: auto;
padding-top: 10%;
}

.whats-on-title a {
color: #ffffff;
font-size: 2em;
background-color: #ffae03;
border-radius: 1000px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
}

.home-main-text a {
color: rgba(21,176,151,1);
/* color: #bf6f2a; */
font-size: 1.2em;
background-color: #ffffff;
border-radius: 1000px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
border: 3px;
border-color: rgba(21,176,151,1);
border-style: solid;
}

.wp-block-image figcaption {
    color: #fff!important;
    margin-top: -24px!important;
    background-color: grey;
    display: block;
    position: relative;
    text-align: left!important;
    padding-top: 6px;
    padding-bottom: 6px;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    font-style: italic;
}

.readmore {
padding-top:10px;
}

.post-date {
padding-bottom: 20px;
}

/****************/
/* Results */
/****************/

.nav-links {
text-align: center;
font-size: 1.2em;
}

a.next {
padding-left:20px;
font-size: 1.6em;
}

a.prev {
padding-right:20px;
font-size: 1.6em;
}

/****************/
/* Homepage */
/****************/

#home-top-content {
/* background: #ffffff; */
/* background-color: rgba(191,111,42,0.1); */
min-height:500px;
max-width:1023px;
/* max-width:1200px; */
margin-left: auto;
margin-right: auto;
padding-left:20px;
padding-right:20px;
padding-top:30px;
}



.homeslide h3 {
color:#fff;
font-size:3em;
/* font-family: Helvetica Neue, sans-serif; */
}

.homeslide {
text-align:center;
top:50%;
position:absolute;
width:680px;
left:50%;
margin-left:-340px;
text-shadow:rgb(0, 0, 0, 1) 0px 0px 12px;
z-index:1;
}

.home-main-title {
width: 48%;
float: left;
}

.home-main-title h1 {
font-size: 3.6em;
color: #bf6f2a;
}

.home-main-text {
width: 48%;
float: left;
color: #333333;
}

.home-main-image {
width: 50%;
float: right;
/* padding:10px; */
}

#home-recent-content {
max-height:360px;
}

.recent-containers {
width: 48%;
float: right;
background-color: rgba(21, 176, 151, 1);
/* border-radius: 10px; */
padding:10px;
color: #ffffff;
/* height: -webkit-fill-available; */
}

.recent-containers h3 {
padding-bottom: 20px;
color: rgba(255, 255, 255, 0.5);
}

.recent-containers a {
color:#ffffff;
}

.recent-1 {
width: 49%;
float: left;
}

.recent-2 {
width: 49%;
float: right;
}

.recent-title {
padding-top:10px;
color: rgba(255, 255, 255, 1);
}

#home-social-media {
background: #2189c0;
min-height:300px;
padding-top: 20px;
padding-bottom: 60px;
padding-left:20px;
padding-right:20px;
}

.hm-social {
width: 49%;
float:left;
min-height:114px;
margin-right:1%;
text-decoration:none;
color: rgba(255, 255, 255, 0.9);
}

.hm-social-last {
width: 49%;
float:left;
min-height:114px;
text-decoration:none;
color: rgba(255, 255, 255, 0.9);
text-align:center;
}

.hm-social-title {
line-height:45px;
font-size: 2em;
font-weight:200;
color: rgba(255, 255, 255, 0.5);
padding-right:20px;
}

.hm-social-desc {
padding: 2px;
line-height:19px;
font-size: 1em;
color: rgba(255, 255, 255, 0.9);
padding-right:20px;
}

.home-social-icons {
font-size:3em;
color: rgba(255, 255, 255, 0.9);
padding-right:10px;
}

#home-whats-on {
height: 400px;
background-image: url("/images/whats-on.jpg");
background-repeat: no-repeat;
width: 100%;
display: block;
background-size: cover; /* increases size of image in background to full width */
background-position: center;
text-align: center;
background-attachment: scroll;
}


#home-featured {
background: #15b097;
min-height:300px;
padding-top: 20px;
padding-bottom: 60px;
padding-left:20px;
padding-right:20px;
}

.hm-feature {
width: 32.6%;
float:left;
min-height:114px;
margin-right:1%;
text-decoration:none;
padding-top:10px;
}

.hm-feature-last {
width: 32.6%;
float:left;
min-height:114px;
text-decoration:none;
padding-top:10px;
}

.hm-feature-title {
line-height:32px;
font-size: 2em;
font-weight:200;
color: rgba(255, 255, 255, 0.5);
padding-right:20px;
}

.hm-feature-desc {
padding: 2px;
line-height:19px;
font-size: 1em;
color: rgba(255, 255, 255, 0.9);
padding-right:20px;
}







/****************/
/* Internal Pages */
/****************/

#page-content {
/* background: #ffffff; */
/* background-color: rgba(191,111,42,0.1); */
min-height:500px;
/* max-width:1023px; */
max-width:1200px;
margin-left: auto;
margin-right: auto;
padding-left:20px;
padding-right:20px;
padding-top:10px;
}

#internal-left {
float: left;
width: 67%;
}

#sidebar {
    float: left;
    padding-left: 20px;
    width: 30%;
}

.screen-reader-text {
visibility:hidden;
}

/****************/
/* Top Menu */
/****************/


.menu-mainnav-container li.menu-item-has-children a::after {
content: "";
position: absolute;
width:0;
height:0;
border-left:6px solid transparent;
border-right:6px solid transparent;
border-top: 6px solid #fff;
margin-left:7px;
margin-top:9px;
}

.menu-mainnav-container ul ul li a::after {
content: "";
position: absolute;
width:0;
height:0;
border-left:0px solid transparent!important;
border-right:0px solid transparent!important;
border-top: 0px solid #fff!important;
}

.fa-bars {
visibility:hidden;
}


.Test {
  background-color: rgba(0,0,0,0.4);
/* height:100px; */
height:80px;
-webkit-transition: background-color 1000ms linear;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
/*  background-color: rgba(21,176,151,0.9); */
-webkit-transition: background-color 1000ms linear;
z-index:500;
}

.onepix {
/* height:1px; */
height:1px;
  background-color: rgba(0,0,0,0.4);
}

#navrow {
max-width:1024px;
margin-left: auto;
margin-right: auto;
/* padding-top:10px; */
padding-top:7px;
position:relative;
}

.menu-mainnav-container {
/* background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0)); */
/* background-color: rgba(0,0,0,0.6); */
/* background-color: #BF6F2A; */
font-size: 1em;
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-align:center;
/* padding-top:32px; */
padding-top:36px;
padding-left:30px;
float:left;
}

.menu-mainnav-container ul {
padding:0;
margin:0
}

.menu-mainnav-container li {
list-style:none;
display:inline-block;
}

.menu-mainnav-container li:hover {
color: #15b097;
}

.menu-mainnav-container li a {
text-decoration:none;
color: #fff;
display: block;
padding-left: 17px;
padding-right: 17px;
/* padding-left:0px;
padding-right:0px; */
padding-bottom: 15px;
}


.menu-mainnav-container menu li a:before {
    content: "";
    position: absolute;
    top: 1em;
    left: 0;
    width: 0;
    height: 2.25em;
    border-left-width: 1px;
    border-left-style: solid;
    opacity: .6;
}


.menu-mainnav-container ul li.current-menu-item a:link {
/* font-weight:bold; */
background-color:none;
}

.menu-mainnav-container ul li:hover ul {
display:block;
}

.menu-mainnav-container ul ul {
display:none;
position:absolute;
background-color: rgba(21,176,151,1);
min-width:200px;
text-align:left;
margin-left:10px;
z-index:2;
}

.menu-mainnav-container ul ul li {
display:block;
}

.menu-mainnav-container ul ul li a {
padding:8px;
color: #fff;
}


.menu-mainnav-container ul ul li a:hover {
background-color: rgba(255,255,255,0.7);
color:#15b097;
}

.mobile-nav-overlay {
display:hidden;
}



/****************/
/* Sidebar */
/****************/

#sidebar ul {
padding: 0px;
margin: 0px;
}

.widget-area ul {
list-style: none;
}

.widget-area li {
padding-bottom: 10px
}

#sidebar a {
/* color: #bf6f2a; */
color: rgba(21,176,151,1);
}

.sidebar-social-icons {
font-size:3em;
/* color: rgba(0, 0, 0, 0.8); */
padding-right:8px; 
}

#sidebar .fa-facebook-square {
color: #3d549a;
}
#sidebar .fa-instagram {
color: #eb006f;
}
#sidebar .fa-twitter-square {
color: #009ef6;
}
#sidebar .fa-youtube-square {
color: #ff0000;
}

.sidebar-background {
padding-top: 14px;
background-color: #ededed;
clear: both;
overflow: auto;
padding-bottom: 28px;
padding-left: 24px;
padding-right:28px;
margin-bottom:28px;
}



/****************/
/* Footer */
/****************/

#footer {
background: #2189c0;
/* background-image: url("/images/bluebell-footer.jpg"); */
background-position: center;
min-height:480px;
background-repeat: no-repeat;
width: 100%;
display: block;
background-size: cover; /* increases size of image in background to full width */
position: relative;
}

#footer-content-links {
background-color: #bf6f2a;
min-height:200px;
width:100%;
color: #ffffff;
}

.footer-quote {
/* float:left;
width:50%; */
padding-top:100px;
font-size:3em;
color:#ffffff;
text-align:center;
text-shadow:rgb(0, 0, 0, 1) 0px 0px 12px;
-webkit-appearance: none;
}

.footer-logo {
width:60px;
float:right;
position: absolute;
bottom: -10px;
right: 50px;
}

.footer-about {
padding:10px;
float:left;
width:48%;
}

.footer-social-icons {
font-size:2.6em;
float:right;
width:48%;
text-align:right;
padding: 10px;
}

#toTop {
position:fixed;
bottom:30px;
right:30px;
/* width:100px; */
cursor:pointer;
display:none;
padding:10px;
background-color: rgba(0,0,0,0.6);
color:#fff;
border-radius:100px;
}

.menu-footermenu-container ul {
padding-inline-start:0px!important;
margin-block-start: 0em!important;
list-style: none;
}

.menu-footermenu-container li
{
list-style: none;
display: inline-block;
}

.menu-footermenu-container li::after {
content: " |";
}

/****************/
/* media queries */
/****************/


@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1023px) {
.onepix {
height:0px;
}

#navrow {
padding-left: 10px;
padding-right: 10px;
}

#home-page-head {
min-height: 600px;
transition: all 0.3s ease-in-out;
}

.expanded-search {
/* background-color: rgba(21,176,151,0.9); */
background-color: rgba(0,0,0,0.6);
height:1000px;
}

/* TEST */
.mobile-nav-overlay {
display:block;
background-color: rgba(21,176,151,0.8);
}


.menu-mainnav-container li.menu-item-has-children a::after {
content: "";
position: absolute;
width:0;
height:0;
border-left:8px solid transparent;
border-right:8px solid transparent;
border-top: 8px solid rgba(255,255,255,0.7);
margin-left:7px;
margin-top:10px;
}


.menu-mainnav-container {
/* font-size: 1.4em; */
font-size: 1.2em;
text-align:center;
display:none;
/* background-color: rgba(0,0,0,0.7); */
background-color: rgba(21,176,151,1);
position: absolute;
top: 0px;
left: 0px;
width: -webkit-fill-available;
z-index: 60;
padding-left: 0px;
padding-right: 10px;
height: auto;
/* height: 1000px; */
/* padding-top: 150px; */
padding-top:100px;
padding-bottom:100px;
}


.menu-mainnav-container li {
display:block;
}

.menu-mainnav-container li:hover {
background:none;
}

.menu-mainnav-container ul ul {
display:block;
position:relative;
}

.menu-mainnav-container ul ul li {
text-indent:20px;
background-color: rgba(255,255,255,0.7);
/* background: #E1AC7B; */
display:block;
}

.menu-mainnav-container ul ul li a {
/* color: #BF6F2A; */
color: rgba(21,176,151,1);
font-size:0.9em;
}

.menu-mainnav-container ul ul li a:hover {
background: rgba(255,255,255,0.5);
/* background: none; */
}

.menu-mainnav-container li a {
padding: 10px;
}

.fa-bars {
visibility:visible;
}

.mobile-nav {
display:block;
color: #fff;
cursor: pointer ;
width:50px;
/* height:50px; */
margin-top:10px;
z-index:700;
margin-left:auto;
margin-right:auto;
position:relative;
/* background-image: url("burger-menu.png");
background-repeat: no-repeat; */
/* background-size: cover;
background-size: 50px;
background-position: center; */
font-size: 2.0em;
text-align: center;
}

.mobile-nav:before {
/* content: url(/images/mobile-nav.png); */
}

.sitesearch {
padding-top: 10px;
}

.home-main-title h1 {
font-size: 3.1em;
color: #bf6f2a;
}

.sticky {
position: absolute;
background-color:rgba(0,0,0,0.4)!important;
}




}

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

/* .menu > li > a:after {
content: '|';
vertical-align: middle;
margin: 0px 16px;
color: rgba(255,255,255,0.5);
} */

#home-page-head .image-caption {
top:620px;
}
#page-head .image-caption {
top:520px;
}

}

@media screen and (max-width: 1060px) {

h1 {
font-size:2.6em;
line-height:normal;
}

.sitelogo {
padding-left:30px;}
.sitesearch {
padding-right:30px;
padding-top:20px;
}

.homeslide {
text-align:center;
top:40%;
position:absolute;
width:680px;
left:50%;
margin-left:-340px;
text-shadow:rgb(0, 0, 0, 1) 0px 0px 12px;
z-index:1;
}

}



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



}

@media screen and (max-width: 767px) {
#internal-left {
width:auto;
}
#sidebar {
width:100%;
float:left;
padding-right:20px;
padding-left:0px;
padding-bottom:20px;
}

.wp-block-image {
/* max-width: 100vw!important; */
position: relative;
/* left: 50%;
right: 50%;
margin-left: -50vw!important;
margin-right: -50vw!important; */
}


.Test {
  background-color: rgba(0,0,0,0.4);
height:80px;
}
.sticky {
/*  position: fixed; */
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.8);
/*  background-color: rgba(21,176,151,0.9); */
-webkit-transition: background-color 1000ms linear;
z-index:500;
}



.expanded-search {
padding-left:14%;
}

.expanded-search input[type=text] {
width: 37%;
}



#home-page-head .image-caption {
display:none;
}
#page-head .image-caption {
display:none;
}
.homeslide {
/* display:none; */
text-align:center;
top:40%;
position:absolute;
width:300px;
left:50%;
margin-left:-150px;
text-shadow:rgb(0, 0, 0) 0px 0px 12px;
z-index:1;
}
.homeslide h3 {
font-size:2em;
}
.hm-feature, .hm-feature-last, .hm-social, .hm-social-last {
width:100%;
padding-bottom:20px;
}
.hm-social-title, .hm-social-desc {
padding-right:0px;
}
#home-page-head {
min-height:500px;
}
#page-head {
min-height:300px;
}
#home-whats-on {
background-position: right;
}
#home-featured {
padding-bottom:20px;
}
.home-main-title h1 {
font-size: 2.8em;
}
.recent-containers {
width:auto;
height:auto;
margin-top:20px;
border-radius:0px;
}
.footer-quote {
font-size:2em;
width:auto;
text-align:center;
float:none;
}
.footer-about {
width:auto;
margin:10px;
}
.footer-social-icons {
width:auto;
font-size:2.6em;
margin: 10px;
}
.mobile-full-width {
width: 100vw;
position: relative;
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
}

.sitelogo {
max-width: 100px;
transition: all 0.3s ease-in-out;
margin-top:0px;
padding-left:10px;
}
.sitesearch {
padding-top:16px;
cursor:pointer;
padding-right:10px;
}

.home-main-title, .home-main-text, .home-main-image, .recent-containers {
width:auto;
}

.recent-1, .recent-2 {
/* float:none; */
}

.home-main-title, .home-main-image {
float:none;
padding-bottom:20px;
}
.hm-feature-title {
padding-right:0px;
}

.recent-containers {
padding:0px;
}

.recent-containers h3 {
padding:10px;
text-align: center;
}
.recent-title {
padding:10px;
text-align: center;
}

.recent-title-header {
font-size:2em;
text-align:center;
padding-bottom:4px;
}

.whats-on-container {
padding-top: 50%;
}

}

@media screen and (max-width: 600px) {

}