/*
Theme Name: SAOD
Description: Child theme for Gillion theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: gillion
*/

/* Add your custom CSS below */

/* ///////////////////////////////////////////// FONTS + TYPOGRAPHY ///////////////////////////////////////////// */

@font-face {
    font-family: "Circular-Pro-Black";
    src:url("fonts/lineto-circular-pro-black.eot");
    src:url("fonts/lineto-circular-pro-black.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-circular-pro-black.woff2") format("woff2"),
        url("fonts/lineto-circular-pro-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Pro-Book";
    src:url("fonts/lineto-circular-pro-book.eot");
    src:url("fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"),
        url("fonts/lineto-circular-pro-book.woff2") format("woff2"),
        url("fonts/lineto-circular-pro-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body { 
	font-style: normal;
	font-weight: 400;
}

html body p { 
	font-style: normal;
	font-weight: 400 !important;
  margin-bottom: 15px;
}

html body ul li { 
  font-style: normal;
  font-weight: 400 !important;
}

.primary-desktop ul li a { 
  font-style: normal;
  font-weight: 400 !important;
}

html body h1, html body h2, html body h3, html body h4, html body h5 { 
	font-style: normal !important;
	font-weight: 400 !important;
	letter-spacing: -0.04em; 
  text-transform: uppercase;
  font-weight: 700 !important;
}

.sh-header-top-date { font-family: "helvetica nenu", helvetica, arial, sans-serif !important; }

/* ////////////////////////////// NICE SELECT STYLES ///////////////////////////////// */

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 2px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #2aacd6; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #2aacd6; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }






/* HOLDING PAGE */

.holding-logo { width: 200px; margin: auto; }

/* GRADIENT ON MAIN HEADINGS */

/* .gradient h2 { background: linear-gradient(to right, #1072b9 0%, #2ba9e1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.gradient h3 { background: linear-gradient(to right, #1072b9 0%, #2ba9e1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.gradient h4 { background: linear-gradient(to right, #1072b9 0%, #2ba9e1 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
a.btn.gradient { background: linear-gradient(to right, #1072b9 0%, #2ba9e1 100%); -webkit-background-clip: box; -webkit-text-fill-color: transparent; } */

.sh-404-page .sh-404-overay { background-color: #1072b9; background: linear-gradient(to right, #1072b9 0%, #2ba9e1 100%); -webkit-background-clip: box; -webkit-text-fill-color: transparent; }

/* ///////////////////////////////////////////// WPBAKERY LAYOUT OVERIDES ///////////////////////////////////////////// */

#empty { height: 1px !important; opacity: 0; -webkit-opacity: 0; }

#wrapper > .sh-page-layout-default { padding: 0px; }

section.vc_secton { padding-top: 0 !important;  padding-bottom: 0 !important; padding-top: 0 !important; }

section.vc_section.vc_section-has-fill { padding-top: 0 !important; } 

.page-content .vc_section:nth-of-type(odd) { background: #FFF !important; }
.page-content .vc_section:nth-of-type(even) { background: #F4F4F4 !important; }

.page-content .vc_section.grey { background-color: #F4F4F4 !important; }

.wpb_video_widget { margin-bottom: 0; }

.vc_row.wpb_row { padding-top: 40px; padding-bottom: 40px; padding-right: 0 !important; }

.fifty-fifty .wpb_row { padding-top: 0 !important; padding-bottom: 0 !important; }

.no-padding .vc_column-inner { padding: 0 !important; }

.vc_row .vc_column-inner { padding-top: 0 !important; padding-bottom: 0 !important; }

#page-container .container { max-width: 100% !important; width: 1400px !important; }

/* FIFTY FIFTY SECTIONS */

.vc_row.no-padding { padding: 0 !important; }
.vc_row.no-padding .wpb_column.vc_column_container .wpb_content_element { padding: 0 !important; margin-bottom: 0 !important; }

.wpb_column.vc_column_container.no-padding { padding: 0 !important; }
.no-padding { padding: 0 !important; }
.vc_row-no-padding .vc_column_container .vc_column-inner { padding: 0 !important; }

.wpb_column.vc_column_container.fifty-text-left { padding-left: 20px !important; padding-right: 20px !important; padding-top: 30px !important; padding-bottom: 30px !important; }
.wpb_column.vc_column_container.fifty-text-right { padding-left: 20px !important; padding-right: 20px !important;  padding-top: 30px !important; padding-bottom: 30px !important; }

.wpb_column.vc_column_container.fifty-text-left .vc_column-inner { padding-top: 0 !important; }
.wpb_column.vc_column_container.fifty-text-right .vc_column-inner { padding-top: 0 !important; }

.wpb_column.vc_column_container ul li { margin: 15px 0 15px 0; }
.wpb_column.vc_column_container ol li { margin: 15px 0 15px 0; }

/* FIXED ROWS + COLUMNS */

.wpb_column.vc_column_container.fixed-right { padding: 0 !important; position: relative; bottom: 0; position: absolute; width: 100%; margin-left: -15px; height: 300px; }
.wpb_column.vc_column_container.fixed-left { padding: 0 !important; position: relative; bottom: 0; position: absolute; width: 100%; margin-left: -15px; height: 300px; }

.wpb_column.vc_column_container.fixed-text { margin-bottom: 0px; margin-bottom: 300px; }


/* TYPOGRAPHY */

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark p { color: #FFF; }

/* HEADER MOBILE */

header.primary-mobile { position: fixed; z-index: 9999; width: 100%; }

/* .sh-header-mobile-navigation .header-logo img { height: 80px; max-height: 250px; width: 80px; margin-top: 5px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } */

/* img.sh-standard-logo:hover { transform: scale(0.95); -webkit-transform: scale(0.95); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } */

.sh-nav-readmore ul .sh-read-later-item { background-color: #EEE !important; }

.sh-header-mobile-dropdown { height: 92vh; }
.sh-header-mobile-dropdown, .header-mobile-social-media a, .primary-desktop .sh-nav > li.menu-item ul:not(.nav-tabs), .sh-header-mobile-dropdown { }

.sh-login-popup { display: none !important; }

header.primary-mobile .astm-search-menu.is-menu.is-dropdown.menu-item { display: none !important; } 

/* SEARCH MOBILE NEW */

.search-mobile { position: absolute; z-index: 8888; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); display: none; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.search-mobile.flex { display: flex; }
.search-mobile-inner { order: 0; flex-basis: auto }
.search-mobile form { position: relative; overflow: hidden; }
.search-mobile input { line-height: 70px !important; background-color:  #fff; border-radius: 1000px; -webkit-border-radius: 1000px; width: 100%; display: table; margin: 0 auto; padding: 0 30px; border-width: 0px; z-index: 6000; font-size: 24px !important; color: #9e9e9e; font-weight: 400; box-shadow: 1px 4px 8px 1px rgba(0,0,0,0.2); margin: 10px 0; }

.search-mobile .search-close { top: 30px; right: 20px; z-index: 9999; position: absolute; }
.search-mobile .search-close i { font-size: 20px; color: #CCC; }

.sh-nav-share ul i { color: #666; }

li.menu-item.custom a { padding-top: 22px !important; }
li.menu-item.custom.bookmark a { padding-top: 26px !important; }
li.menu-item.custom a i { font-size: 25px; color: #29abdd; margin-top: 9px; }
li.menu-item.custom a:hover i {color: #32b18e !important }

li.menu-item.custom.search a i { margin-top: 5px; }

li.menu-item a i.icon-grid { font-size: 23px !important; color: #29abdd!important; bottom: -5px !important; }

.asp_w_container_1 { width: 25% !important; float: right; margin: 20px 0 0 20px; }


/* .menu-item.sh-nav-special.bookmark a i { font-size: 25px; color: #32b18e; }
.menu-item.sh-nav-search.search a i { font-size: 25px; color: #32b18e; } */


/* li.menu-item.sh-nav-readmore.sh-nav-special { display: none; } */ /* hide gillion bookmarks */

.sh-login-popup { font-weight: bold; }

/* ///////////////////////////////////////////// VR360 SECTION ///////////////////////////////////////////// */

#header-holder { width: 100%; height: 400px; position: relative; clear: both; }

#header-holder.category-page { height: 400px; }
#banner-cat { height: 300px; margin: 0; width: 100%; display: block; position: absolute; z-index: 1; }

#vr-360-row { margin: 0; width: 100%; display: block; height: 400px; position: absolute; z-index: 1; background: url('/wp-content/uploads/2023/08/saod-pattern.png') no-repeat center !important; background-size: cover !important; }
#vr-360-row .vc_row { padding-top: 0 !important; padding-bottom: 0 !important; }
#vr-360-row .vc_row .wpb_column.vc_column_container { padding-top: 0 !important; padding-bottom: 0 !important; }

#vr-360-row .vc_column-inner { padding: 0 !important; }
#vr-360-row .wpb_raw_code { position: relative; height: 100vh; overflow: hidden; max-width: 100%; margin: 0 !important; } 
#vr-360-row .wpb_raw_code iframe, #vr-360-row .wpb_raw_code object, #vr-360-row .wpb_raw_code embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#vr-360-row .vc_row.wpb_row.vc_row-fluid { padding-top: 0 !important; }

.hint { 
  display: none; 
  width: 360px; position: absolute; z-index: 2000; left: 50%; top: 50%; margin: -100px 0 0 -160px; 
  padding: 20px 0 20px 40px;  color: #FFF !important; font-size: 20px; text-align: center; 
  border-radius: 100px; -webkit-border-radius: 100px; 
  background: url('img/icons/icon-click-drag.png') no-repeat left 25px center; background-size: 30px; 
  background-color: rgba(0,0,0,0.7);
  opacity: 0; -webkit-opacity: 0;
  text-decoration: none; cursor: pointer;
}

/* BANNER ROW */

#banner { height: 400px; }


/* BOX */

.box { padding: 40px 20px; background-color: #f4f4f4; border-radius: 10px; -webkit-border-radius: 10px; }

/* ///////////////////////////////////////////// TITLE AREA ///////////////////////////////////////////// */

.vc_section.title-area { padding: 0; }
.vc_section.title-area .vc_row { padding: 0; }

#title.vc_section.title-area { 
	display: block; position: absolute !important; width: 100%; z-index: 1000; bottom: 0; width: 100%; padding-top: 15px; padding-bottom: 15px; 

    background: rgba(254,254,254,0) !important;
    background: -moz-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,0.66) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,0)), color-stop(100%, rgba(0,0,0,0.66))) !important;
    background: -webkit-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,0.66) 100%) !important;
    background: -o-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,0.66) 100%) !important;
    background: -ms-linear-gradient(top, rgba(254,254,254,0) 0%, rgba(0,0,0,0.66) 100%) !important;
    background: linear-gradient(to bottom, rgba(254,254,254,0) 0%, rgba(0,0,0,0.66) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#000000', GradientType=0 );
}

#title.vc_section .vc_row { /* margin-left: 20px;  */}

.title-area .vc_column_contaniner { padding: 0 !important; } 
.title-area .vc_column-inner { padding-top: 0 !important; padding-bottom: 0 !important; } 

.title-area h1 { font-size: 22px; line-height: 22px; color: #FFF; font-weight: bold; margin-bottom: 0; padding-bottom: 0; /* border-bottom: 1px solid #FFF; */ display: block; width: 100%; }

.title-area h2.profile { color: #CCC; font-size: 16px; line-height: 25px; margin-top: 20px; margin-bottom: 0; padding: 10px 0 10px 50px; background: url('img/icons/icon-project-group.png') no-repeat left center; background-size: 35px; }

.title-area.category-page h1 { font-size: 40px; } 

.title-area .sep { height: 2px; width: 100%; margin: 10px 0; background: #FFF; }

/* GPS */

.title-area a.gps { display: none; float: left; font-size: 14px; line-height: 22px; color: #FFF; font-weight: normal; margin: 0; padding: 0 0 0 30px; background: url(img/icons/icon-map.svg) no-repeat left center; background-size: 15px; text-decoration: none; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.title-area a.gps:hover { color: #29abdc; }

/* Breadcrumbers */

.title-area #breadcrumbs { 
	display: block; float: left; font-size: 14px; line-height: 16px; color: #FFF; font-weight: normal; 
	margin: 0; margin-left: 0; padding: 0; text-decoration: none; 
	background: url(img/icons/icon-breadcrumbs.svg) no-repeat left center; background-size: 20px; padding: 0 0 0 30px;
	-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; 
}
.title-area #breadcrumbs span span { float: right; }
.title-area #breadcrumbs span a { color: #FFF; }
.title-area #breadcrumbs span a:hover { color: #29abdc; }

ul.post-categories { margin: 0; padding: 0; display: block; overflow: hidden; list-style-type: none; }
ul.post-categories li { margin: 0 5px 0 0 !important; padding: 0; float: left; display: inline-block; }
ul.post-categories li a { color: #FFF; text-transform: none; font-size: 14px; line-height: 16px; padding-right: 5px; letter-spacing: 0; letter-spacing: -0.04em; }
ul.post-categories li:after { content:'\00B7'; font-size: 20px; }
ul.post-categories li:last-child:after { content:'' !important; }

.title-group { /* padding-bottom: 20px; */ }

.title-area .title-left { width: 100%; display: block; clear: both; }
.title-area .title-right { width: 100%; clear: both; }

.category-page .title-group { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch; align-items: flex-end; }
.category-page .title-group .item { order: 0; }
.category-page .title-group .title-left { width: auto; clear: none; flex-grow: 2; }
.category-page .title-group .title-right { width: auto; clear: none; }

.title-area  a.more { 
	width: 40px; height: 40px; float: right; margin-right: 10px; 
	background-size: 100% !important; outline: none; 
	border: 0; display: inline-block !important; 
	--balloon-color: #29abdd; 
	background: url(img/icons/icon-arrow-down.svg) no-repeat center; 
	position: absolute; right: 0; top: 20px;
}
.title-area.category-page a.more { top: 20px; }


.title-area .cat-icons { float: right; display: none; }
.category-page .title-area .cat-icons { float: right; display: block; }

.title-area .cat-icons .tag { 
	width: 40px; height: 40px; float: left; margin-right: 10px; 
	background-size: 100% !important; outline: none; 
	border: 0; display: inline-block; 
	--balloon-color: #29abdd; 
}

.title-area .cat-icons .tag img { width: 100%; height: auto; display: block; } 

.title-area.category-page .cat-icons .tag { width: 50px; height: 50px; margin: 14px 0 0 0; }

/* .title-area.category-page .cat-icons .tag { width: 50px; height: 50px; margin: 0; } */

.title-area .cat-icons .tag.beach { background: url(img/icons/icon-beach.svg) no-repeat center; }
.title-area .cat-icons .tag.heritage { background: url(img/icons/icon-history.svg) no-repeat center; }
.title-area .cat-icons .tag.attraction { background: url(img/icons/icon-attraction.svg) no-repeat center; }
.title-area .cat-icons .tag.event { background: url(img/icons/icon-event.svg) no-repeat center; }
.title-area .cat-icons .tag.town { background: url(img/icons/icon-town.svg) no-repeat center; }
.title-area .cat-icons .tag.restaurant { background: url(img/icons/icon-restaurant.svg) no-repeat center; }
.title-area .cat-icons .tag.harbour { background: url(img/icons/icon-harbour.svg) no-repeat center; }
.title-area .cat-icons .tag.cove { background: url(img/icons/icon-cove.svg) no-repeat center; }
.title-area .cat-icons .tag.lifeguard { background: url(img/icons/icon-life-guard.svg) no-repeat center; }
.title-area .cat-icons .tag.accommodation { background: url(img/icons/icon-accommodation.svg) no-repeat center; }
.title-area .cat-icons .tag.shop { background: url(img/icons/icon-shop.svg) no-repeat center; }
.title-area .cat-icons .tag.landmark { background: url(img/icons/icon-landmark.svg) no-repeat center; }
.title-area .cat-icons .tag.river { background: url(img/icons/icon-river.svg) no-repeat center; }

.title-area .cat-icons .tag.north { background: url(img/icons/icon-north.svg) no-repeat center; }
.title-area .cat-icons .tag.east  { background: url(img/icons/icon-east.svg) no-repeat center; }
.title-area .cat-icons .tag.south { background: url(img/icons/icon-south.svg) no-repeat center; }
.title-area .cat-icons .tag.west { background: url(img/icons/icon-west.svg) no-repeat center; }
.title-area .cat-icons .tag.mid-cornwall { background: url(img/icons/icon-central.svg) no-repeat center; }

.title-area .cat-icons .tag.blue-flag { background: url(img/icons/icon-blue-flag.svg) no-repeat center; }
.title-area .cat-icons .tag.featured { background: url(img/icons/icon-featured.svg) no-repeat center; }

.title-area .wpb_raw_code.wpb_content_element.wpb_raw_html { margin: 0 !important; }

.title-area .total-pages { display: inline-block; font-size: 40px; line-height: 40px; }

/* See More */

#see-more .wpb_column.vc_column_container { padding: 0; }

#see-more .vc_row .vc_row { padding-top: 0 !important; padding-bottom: 0 !important; }

.see-more-heading { float: left !important; display: inline-block; width: 100%; }
.see-more-map-btn { float: right !important; display: inline-block; }
.see-more-map-btn a { margin-top: -10px !important; width: 100% !important; }

.vc_btn3-container.see-more-map-btn { width: 100%; font-size: 16px !important; }

.vc_btn3-container.see-more-map-btn .vc_general.vc_btn3.vc_btn3-color-primary { background-color: #29abdd !important; border: 1px solid #29abdd !important; }

#see-more .vcg-heading { width: 100%; float: left; display: inline-block; }

.svc_share { display: none !important; }

/* ///////////////////////////////////////////// INTRO SECTION ///////////////////////////////////////////// */

/* Intro Text */

.intro-text { display: block; clear: both; overflow: hidden; }

/* Icons List */

.icons-grid { overflow: hidden; display: block; clear: both; float: none; margin: 30px 0 0 0;  width: 100%; padding: 20px; background-color: #f4f4f4;  }
.icons-grid ul {  display: table; list-style-type: none; padding: 0; margin: 0; width: 100%; }
.icons-grid ul li { display: block; margin: 0 !important; padding: 5px 0; font-size: 16px; line-height: 20px; }

/* Step 1: Common Properties: All required to make icons render reliably */
.icons-grid ul li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;
  border-radius: 100px; -webkit-border-radius: 100px; 
  margin-right: 10px; 
  width: 40px; height: 40px;
}

/* Step 2: Reference Individual Icons */
.icons-grid ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  font-size: 18px; line-height: 40px;
  text-align: center;
  color: #29abdc;
}

.icons-grid ul li.hazard-structure::before { content: "\f071"; }
.icons-grid ul li.hazard-lines::before { content: "\f071"; }






/* Embedded Google Map */

.wpb_gmaps_widget .wpb_wrapper { padding: 0 !important; overflow: hidden; width: 100%; height: 100%; position: relative; }
.wpb_gmaps_widget .wpb_map_wraper { width: 100%; height: 100%; position: relative; margin: 0; padding: 0; }
.wpb_gmaps_widget.wpb_content_element { margin-bottom: 0 !important; width: 100%; height: 100%; position: relative; }
.gmap .wpb_wrapper { margin: 0 !important; width: 100%; height: 100%; position: relative; }
.wpb_gmaps_widget .wpb_map_wraper iframe { width: 100% !important; height: 100% !important; }

div.gmap.fixed-right { margin-right: 0 !important; background-color: #EEE; overflow: hidden; }

div.gmap.fixed-right .wpgmp_map { height: 300px !important; }

div.wpgmp_map_container { height: 100%; }

div.wpgmp_map_parent { margin-bottom: 0; height: 100%; }

/* GOOGLE MAP ACF */

.acf-map { width: 100%; height: 100%; border: 0; margin: 0; position: relative; display: block; }
.acf-map img { max-width: inherit !important; } /* Fixes potential theme css conflict */

/* LOCATIONS MAP */

#header-holder.map-page { height: 70vh; }
#location-map { height: 100%; margin: 0; padding: 0;  }
#location-map .wpgmp_map { height: 100% !important; margin: 0; padding: 0; }

#location-map .wpgmp_map_parent { margin: 0 !important; }

.map-locations .wpb_column.vc_column_container.vc_col-sm-12 { margin: 0 !important; padding: 0 !important; }
.map-locations .wpgmp_map { height: 75vh !important; margin: 0 !important; padding: 0 !important; }

section#map-controls.vc_section {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,eeeeee+100 */
background: #dddddd !important; /* Old browsers */
background: -moz-linear-gradient(left,  #dddddd 0%, #eeeeee 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #dddddd 0%,#eeeeee 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #dddddd 0%,#eeeeee 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#eeeeee',GradientType=1 ) !important; /* IE6-9 */


}

#map-controls { height: 13vh; overflow: visible !important; margin-top: -30px; }
#map-controls .map-controls-inner { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; align-content: center; padding: 15px 0; }
#map-controls .map-controls-inner .item { flex-grow: 1; margin: 0 5px; }
#map-controls .map-controls-inner .item:first-child { margin-bottom: 10px; }

#map-controls .search { width: 100%; position: relative; display: flex; }
#map-controls .searchTerm { width: 100%; border: 1px solid #2aacd6; border-right: none; margin: 0; padding: 10px; height: 40px; border-radius: 5px 0 0 5px; outline: none; color: #666; line-height: 15px; }
#map-controls .searchTerm:focus{ color: #2aacd6; }
#map-controls .searchButton { width: 40px; height: 40px; border: 1px solid #2aacd6; background: #2aacd6; text-align: center; color: #fff; border-radius: 0 5px 5px 0; cursor: pointer; font-size: 20px; }
#map-controls .wrap { width: 30%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }


/* LOCATIONS INFO WINDOW */

div.wpgmp_infobox { width: 200px !important; margin-left: 50px; }
div.wpgmp_infowindow.fc-item-acerra { width: 200px !important; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }

div.fc-item-acerra div.fc-itemcontent-padding { padding: 5px 15px !important; }
div.fc-item-acerra .fc-item-title a { -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
div.fc-item-acerra:hover .fc-item-title a { color: #2aacd6 !important; }

div.fc-item-acerra img.wp-post-image { max-width: 120% !important; }
div.fc-item-acerra img.wp-post-image { width: 100%; margin: -40px 0 0 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
div.fc-item-acerra img.wp-post-image:hover { width: 105% !important; margin: -50px 0 0 -5px; }

div.infowindow-close { 
  background: url(img/icons-png/icon-cross.png) no-repeat center !important; 
  background-size: 15px !important; 
  background-color: #29abdb !important; 
  padding: 5px !important; 
  height: 30px !important; width: 30px !important; 
  border-radius: 50px; -webkit-border-radius: 50px; 
}

/* ///////////////////////////////////////////// OTHER ELEMENTS ///////////////////////////////////////////// */


/* FANCY GRID (NOT USED) */

.svc_post_grid_block { clear: both; }
.sa-grid-style-1 .sa-module-thumb a:last-child::before { background: none !important; }

.sa-big-grid-post h3 { color: #FFF !important; -webkit-background-clip: text; -webkit-text-fill-color: #FFF; }
.sa-grid-style-1 .sa-post-category { background-color: #29abdc !important; }

/* CATEGORY - GRID LOCATIONS */

section#short-bar { height: 70px; padding: 0 !important; overflow: visible !important; background-color: #f4f4f4 !important; }

section#grid { overflow: visible !important; background: transparent !important; }

#locations-grid { clear: both; width: 97%; }
.vc_grid-item.grid-locations { width: 50%; float: left; }

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item { display: inline-block; }

#grid .vc_grid-container { margin-top: 2px; margin-bottom: 0 !important; }
#grid #locations-grid .vc_grid-filter { padding-bottom: 15px; }
#grid .vc_grid-filter-select { padding-bottom: 15px; }
#grid .vc_grid-filter-select select { font-size: 16px !important; line-height: 25px !important; } 

.grid-locations .vc_gitem_row .vc_gitem-col { padding: 0 !important; }
.grid-locations .vc_gitem_row .vc_col-sm-12.vc_gitem-col { padding: 0 !important; }


.grid-locations h5 { color: #FFF !important; font-size: 18px; line-height: 25px; padding: 10px; margin: 0; bottom: 0; left: 0; z-index: 1000;}
.grid-locations .vc_gitem-post-meta-field-short_description { font-size: 12px; line-height: 16px; color: #FFF; padding: 10px; }
.grid-locations .grid-gps { color: #FFF; font-size: 10px; line-height: 14px;  }
.grid-locations .vc_gitem-post-data { margin-bottom: 0 !important; }

#grid .vc_grid-item .vc_gitem-animated-block .vc_gitem-zone { background-size: 180%; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } 
#grid .vc_grid-item:hover .vc_gitem-animated-block .vc_gitem-zone { background-size: 200% !important; } 


/* ///////////////////////////////////////////// SEE MORE ///////////////////////////////////////////// */

section#see-more { background-color: #eefafe !important; }

section .section-inner { padding: 40px 10px; display: block; overflow: hidden; }

section#video .section-inner { padding: 40px 10px; display: block; overflow: hidden; }
section#video .vc_column-inner:first-child { padding: 0; }

#see-more .more-title { float: left; display: block; font-size: 20px; line-height: 30px; margin-bottom: 0; color: #29abdd; padding: 10px 0 10px 30px; background: url('img/icons/icon-map.svg') no-repeat center left; background-size: 20px; }

#see-more .post-categories { float: left; display: none; font-size: 20px; line-height: 30px; padding: 13px 0 10px 20px; }
#see-more .post-categories li { font-size: 20px; line-height: 20px; color: #29abdd; }
#see-more .post-categories li a { font-size: 20px; line-height: 20px; color: #31b095; }
#see-more .post-categories li a:hover { color: #29abdd; }

.btn { 
  padding: 10px 20px 10px 40px; border-radius: 100px; -webkit-border-radius: 100px; 
  color: #FFF !important; font-size: 16px; line-height: 16px; text-align: right; text-decoration: none; display: block; 
  background: url('img/icons/icon-map.png') no-repeat left 15px center; background-size: 15px; background-color: #29abdd; 
}

#see-more .btn { float: right; display: inline-block; }

/* RELATED POSTS - CATEGORY GRID - CUSTOM FUNCTION */

#cat-grid { display: block; width: 100%; height: auto; overflow: hidden; padding: 20px 0; }
#cat-grid .cat-item { display: inline-block; width: 50%; height: 160px; float: left; overflow: hidden; text-decoration: none; position: relative; border: 2px solid #eefafe; background-size: 150%; background-position: center; background-repeat: no-repeat; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;  }
#cat-grid .cat-item h5 { position: absolute; z-index: 100;  bottom: 0; left: 0; padding: 10px; color: #FFF !important; margin: 0; }
#cat-grid .cat-item .bkg { width: 100%; height: 100%; display: block; opacity: 0; -webkit-opacity: 0; background-color: rgba(0,131,165,0.7); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
#cat-grid .cat-item:hover { background-size: 160%; }
#cat-grid .cat-item:hover .bkg { opacity: 1; -webkit-opacity: 1; }


/* VIDEO SECTION */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* #video { background-color: #555 !important; } */

#video p { color: #666; }
#video .ti-video-camera { color: #333; font-size: 50px; }
#video .vcg-icon { margin-bottom: 15px; }
#video .video-caption { display: block; overflow: hidden; margin: 30px 0 0 0; }

/* VIDEO SECTION */

section#video { background: #f4f4f4 !important; }

/* GALLERY */

#gallery .vc_row {
    left: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.thumbnails { display: flex; flex-wrap: wrap; }
.thumbnails a { height: 100px; margin: 1px; overflow: hidden; }
.thumbnails img { height: 100%; object-fit: cover; transition: transform .3s; }
.thumbnails a:hover img { transform: scale(1.05); }

.thumbnails.grid a { width: calc(20% - 4px); }
.thumbnails.grid a.double{ width: calc(50% - 4px); }
.thumbnails.grid img { width: 100%; }

.thumbnails.masonry a { flex-grow: 1; }
.thumbnails.masonry img { min-width: 100%; } 

/* ///////////////////////////////////////////// FOOTER ///////////////////////////////////////////// */

.sh-footer p { font-size: 14px; line-height: 20px; }

.sh-footer h3.widget-title { color: #FFF !important; }

.sh-footer-widgets { 

}
.sh-footer .sh-copyrights a, .sh-footer .sh-copyrights .sh-nav li.menu-item a { font-size: 14px; line-height: 14px; }
.sh-footer-widgets { border-bottom: none; }

.sh-widget-posts-slider-style1 h5 { font-size: 16px; line-height: 26px; }

.sh-footer ul#menu-footer-navigation { list-style: none; padding: 0; margin: 0; }
.sh-footer ul#menu-footer-navigation li { padding: 0; margin: 0 5px 10px 0; border:0; display: inline-block; background: rgba(255,255,255,0.2); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.sh-footer ul#menu-footer-navigation li a { padding: 10px 20px; text-transform: uppercase; color: #FFF; font-size: 14px; }
.sh-footer ul#menu-footer-navigation li:hover { padding: 0; margin: 0; display: inline-block; background: rgba(255,255,255,0.4); }
.sh-footer ul#menu-footer-navigation li:hover a { color: #FFF; }

.sh-footer ul#menu-footer-navigation li.current-menu-item { border-bottom: 2px solid #FFF !important; }

.sh-footer ul#menu-footer-navigation li.menu-item.menu-item-type-post_type.menu-item-object-page.current-page-ancestor a { color: #FFF !important; border-bottom: 2px solid #FFF !important; }

/* BOOKMARKS */

div.cbxwpbkmarkwrap { position: absolute; right: 0; }
a.cbxwpbkmarktrig { font-size: 16px; line-height: 16px; font-weight: bold; color: #32b18e !important; margin: -10px 0 0 0; border-radius: 100px; -webkit-border-radius: 100px; padding: 0; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
a.cbxwpbkmarktrig::before { 
  background-color: #32b18e !important; background-size: 25px !important; background-position: center !important; 
  padding: 25px; border-radius: 100px; -webkit-border-radius: 100px; color: #FFF; margin: 0;
}
a.cbxwpbkmarktrig:hover { transform: scale(1.1); -webkit-transform-scale: 1.1; }

/* a.cbxwpbkmarktrig.cbxwpbkmarktrig-label { display: none !important; } */


/* BLOG */

#wrapper > .sh-page-layout-default { padding-top: 60px; padding-bottom: 60px; } 

div.content-layout-sidebar-right.content-with-sidebar-right { padding-top: 60px; padding-bottom: 60px; } 
div.sidebar-right { padding-top: 60px; padding-bottom: 60px; } 
div.sidebar-right ul li a { font-size: 18px; line-height: 22px; font-weight: bold !important; } 

.post-categories { font-size: 18px; line-height: 22px; font-weight: bold !important; } 

body.singular #wrapper > .sh-page-layout-default { padding-top: 0px; padding-bottom: 0px; } 


/* PROJECT STATS */

.stats { display: block; background-color: #f4f4f4; padding: 10px 30px; margin-top: 20px; }
.stats div { border-bottom: 1px solid #CCC; padding: 10px 0 10px 60px; margin: 0; display: block; overflow: hidden; }
.stats div:last-child { border-bottom: 0; }
.stats div p { display: inline-block; margin: 0; }
.stats div span { font-weight: bold; clear: both; display: block; }

.stats div.location { background: url('img/icons/icon-project-location.png') no-repeat left center; background-size: 30px; }
.stats div.council { background: url('img/icons/icon-council.png') no-repeat left center; background-size: 30px; }
.stats div.project-type { background: url('img/icons/icon-trowel.png') no-repeat left center; background-size: 30px; }
.stats div.funding { background: url('img/icons/icon-funding.png') no-repeat left center; background-size: 30px; }
.stats div.dates { background: url('img/icons/icon-calendar.png') no-repeat left center; background-size: 30px; }
.stats div.professional { background: url('img/icons/icon-professional.png') no-repeat left center; background-size: 30px; }
.stats div.participants { background: url('img/icons/icon-crowd.png') no-repeat left center; background-size: 30px; }

.yes-no { display: flex; align-items: stretch; align-content: stretch; justify-content: space-between; flex-wrap: wrap; gap: 0px 10px 10px 10px; padding: 0; margin-top: 20px; }
.yes-no div { width: 45%; padding: 20px 10px 20px 10px; justify-content: space-between; align-items: center; margin: 0 10px 10px 0; background-color: #f4f4f4; }
.yes-no div p { font-size: 14px; line-height: 20px; text-align: center;  }

.yes-no div span { width: 50px; height: 50px; display: block; margin: 10px auto 0 auto; align-items: center; }
.yes-no div span.yn-tick { background: url('img/icons/icon-tick.png') no-repeat center; background-size: 100%; }
.yes-no div span.yn-cross { background: url('img/icons/icon-cross.png') no-repeat center; background-size: 90%; }

.links { display: block; padding: 0; margin-top: 20px; }
.links div { border: 1px solid #CCC; padding: 10px 20px 10px 60px; margin: 0 0 10px 0; display: block; overflow: hidden; border-radius: 5px; -webkit-border-radius: 5px; background: url('img/icons/icon-link.png') no-repeat left 20px center; background-size: 30px; }
.links div p { display: inline-block; margin: 0; font-size: 14px; line-height: 20px; }
.links div a { clear: both; display: block; font-size: 14px; line-height: 20px; }

/* Map Page Layout */

.wpgmp_filter_wrappers {  }

.wpgmp_before_listing { display: none; }

div.wpgmp_listing_header, div.categories_filter, div.wpgmp_categories, div.wpgmp_before_listing {  }

div.categories_filter { margin: 0 auto !important; float: none !important; }

.wpgmp_filter_wrappers { margin-bottom: 0 !important; }

.categories_filter input[type="button"] {
  border: 0;
  padding: 10px 50px 10px 20px;
  border-radius: 10px;
  text-transform: uppercase;
  border-radius: 5px !important; -webkit-border-radius: 5px !important; 
  background: url('img/icons/icon-reset.png') no-repeat right 15px center !important; background-size: 25px !important; background-color: #333 !important;
}

div.categories_filter select { background-color: #666 !important; border-radius: 5px !important; -webkit-border-radius: 5px !important; }

div.wpgmp_listing_container { margin: 0 !important; padding: 40px 10%; }

.fc-item-meta.fc-item-secondary-text-color.fc-css { display: none; }

#map1 { height: 80vh !important; }
.wpgmp_filter_wrappers { }

.location_listing1 { display: none !important; }

.location_pagination1 { display: none !important; }

/* LISTING TABLE */

.listing-table { margin: 50px 0; }

.listing-table table { width: 100% !important; }

.listing-table table tr:nth-child(odd) {
    background-color: #FFF;
}
 
.listing-table table tr:nth-child(even) {
    background-color: #F4F4F4;
}

.listing-table table thead tr { background-color: #333 !important; color: #FFF !important; font-weight: bold; }
.listing-table table thead th { color: #FFF !important; font-weight: bold; }

.listing-table .pagination a { padding: 5px 10px 3px 10px; background-color: #EEE; border-radius: 5px; -webkit-border-radius: 5px; }

.listing-table .pagination a.next.page-numbers, .listing-table .pagination a.prev.page-numbers { background-color: #333; color: #FFF; text-transform: uppercase; font-size: 14px; padding: 7px 10px; }

.page-numbers.current { padding: 5px 10px; background-color: #000; color: #FFF; border-radius: 5px; -webkit-border-radius: 5px; }

.listing-table form { margin-bottom: 40px; }

.listing-table select { width: 100%; display: inline-block; margin: 0 10px 10px 0; color: #000; background-color: #CCC; font-size: 16px !important; }
.listing-table select option { font-size: 16px !important; }


.listing-table input {
    border: 0; color: #FFF;
    padding: 14px 60px 14px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: url(img/icons/filter.png) no-repeat right 15px center !important;
    background-size: 25px !important;
    background-color: #333 !important;
    font-size: 14px; line-height: 14px;
    margin: 0 10px 10px 0;
}

.listing-table input[type=text] {
    border: 0; color: #333;
    padding: 14px 60px 14px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: url(img/icons/search.png) no-repeat right 15px center !important;
    background-size: 25px !important;
    background-color: #CCC !important;
    font-size: 14px; line-height: 14px;
    margin: 0 10px 10px 0;
}

.listing-table input[type=text]:hover { background-color: #CCC !important; }

.listing-table button {
    border: 0; color: #FFF;
    padding: 14px 60px 14px 15px;
    border-radius: 10px;
    text-transform: uppercase;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background: url(img/icons/icon-reset.png) no-repeat right 15px center !important;
    background-size: 25px !important;
    background-color: #333 !important;
    font-size: 14px; line-height: 14px;
    margin: 0 10px 10px 0;
}

.listing-table button:hover, .listing-table input:hover { background-color: #000 !important; }

.listing-table table td, .listing-table table th { padding: 5px !important; font-size: 14px; }

.listing-table table td:first-child { color: #333; font-weight: bold; }

.listing-table table td:last-child, .listing-table table th:last-child { display: none; }
.listing-table table td:nth-child(3), .listing-table table th:nth-child(3) { display: none; }


/* ////////////////////////////////////////////////////////////////////////////////////////////////// */
/* /////////////////////////////////////// RESPONSIVE STYLING /////////////////////////////////////// */
/* ////////////////////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////// MOBILE AND UP //////////////////////////////// */  

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

	.sh-header-mobile-navigation .sh-nav-container { padding: 10px 0; }
	.header-mobile-search { background-color: #666; border-radius: 0; -webkit-border-radius: 0; position: absolute; z-index: 10000; bottom: 0; } 
	.header-mobile-search i { color: #FFF !important; }
	.header-mobile-form-input::placeholder  { color: #FFF !important; font-size: 14px !important; }
	.header-mobile-search .header-mobile-form .header-mobile-form-input { font-size: 16px; }

	.sh-header-mobile-dropdown .menu-item.sh-nav-search { display: none; }
	.sh-header-mobile-dropdown .menu-item.sh-nav-share { display: none; }
	.sh-header-mobile-dropdown .menu-item.sh-nav-readmore { display: none; }
	.sh-header-mobile-dropdown .menu-item.sh-nav-menu { display: none; }

	.sh-header, .sh-header-3 > .container { border: none !important; }

	.widget-description { color: #FFF; }

  #banner { height: 300px; }
  #banner.short { height: 200px; }

	/* galleries */

	.vc_grid-container.vc_media_grid.small .vc_grid-item { width: 25%; display: inline-block; float: left; }

	body p { font-size: 16px; line-height: 26px; }

  #intro h2 { padding-right: 40px; }

  .sh-footer-widgets { padding: 40px 0 40px 0; }

}

/* //////////////////////////////// LARGE MOBILE //////////////////////////////// */  

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

.title-area h1 { font-size: 26px; line-height: 36px; }

.grid-locations .vc_gitem-post-meta-field-short_description { font-size: 14px; line-height: 18px; padding: 10px; }

}

/* //////////////////////////////// LARGE MOBILE //////////////////////////////// */  

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

  .icons-grid ul li { display: inline-block; width: 49%; font-size: 14px; line-height: 18px; }

  #cat-grid .cat-item { display: inline-block; width: 33%; height: 180px; }

  #locations-grid { clear: both; width: 97%; }
  .vc_grid-item.grid-locations { width: 33.333%; }

  .title-area.category-page .cat-icons { display: block; }

}

/* //////////////////////////////// IPAD PORTRAIT //////////////////////////////// */  

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

  #banner { height: 400px; }
  #banner.short { height: 250px; }

  #header-holder.category-page { height: 450px; }
  #banner-cat { height: 450px; }

	/* .vc_row.wpb_row.fixed-row { padding-right: 30px !important; } */

	/* .vc_row.wpb_row { left: auto !important; right: auto !important; width: auto !important; } */

	#title.vc_section.title-area { padding-top: 30px; padding-bottom: 30px; }

  .title-area a.more { top: 0; }

  .title-area .title-right { display: block; }
  .title-area.category-page .cat-icons .tag { width: 60px; height: 60px; }

	.title-area .wpb_column.vc_column_container { padding: 0 !important; }

  .vc_row.wpb_row.fixed-row { padding-top: 0 !important; padding-bottom: 0 !important; }

  .wpb_column.vc_column_container.fixed-right { position: absolute; right: -15px; height: 100%; padding: 0 !important; width: 28%; margin-left: 0; }
  .wpb_column.vc_column_container.fixed-left { position: absolute; left: -15px; height: 100%; padding: 0 !important; width: 28%; margin-right: 0; }

  .vc_row.wpb_row.fixed-row .vc_column_container.fixed-text { padding-top: 40px !important; padding-bottom: 40px !important; margin-bottom: 0 !important; }

  .wpb_column.vc_column_container.fixed-left { width: 31%; }
  .wpb_column.vc_column_container.fixed-right { width: 31%; }

	.title-group { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: stretch; align-items: flex-end; }
	.title-group .item { order: 0; }
	.title-group .title-left { width: auto; clear: none; flex-grow: 2; }
	.title-group .title-right { width: auto; clear: none; }
  .title-area.category-page .title-group .title-right {  }

  .title-area h1 { font-size: 30px; line-height: 40px; }
  .title-area.category-page h1 { font-size: 50px; line-height: 60px !important; }

	.title-area a.more { width: 50px; height: 50px; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
	.title-area a.more:hover { width: 60px; height: 60px;  margin-top: -2px; }

	.title-area .cat-icons { }
	.title-area .cat-icons .tag { width: 50px; height: 50px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
	.title-area .cat-icons .tag:hover { width: 60px; height: 60px; margin-top: -2px; }

  .icons-grid ul li { display: block; width: 100%; }

	#grid .vc_grid-container { margin-top: 5px; }
	#grid #locations-grid .vc_grid-filter { padding-bottom: 30px; padding-top: 25px; }
	#grid .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item { font-size: 14px; padding: 2px 15px; background-color: #DDD; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
	#grid .vc_active.vc_grid-filter-item { background-color: #29abdc !important; }
	#grid .vc_active.vc_grid-filter-item:hover { background-color: #32b18c !important; }
	#grid .vc_grid-filter-item:hover { background-color: #32b18c !important; color: #FFF !important; }
	#grid .vc_grid-filter-item:hover span { color: #FFF !important; }
	#grid .vc_active.vc_grid-filter-item span { color: #FFF; }

	.wpb_column.vc_column_container.fifty-text-left { padding: 40px 20px !important; }
  .wpb_column.vc_column_container.fifty-text-right { padding: 40px 20px !important; }

  .wpb_gmaps_widget .wpb_map_wraper { height: 100%; }

  div.gmap.fixed-right .wpgmp_map { height: 100% !important; }

  #header-holder.map-page { height: 73vh; }
  #location-map { height: 100%; }

  #map-controls { height: 130px; margin: -10px 0 0 0; }
  #map-controls .map-controls-inner { flex-wrap: nowrap; align-items: center; padding: 45px 0; }
  #map-controls .map-controls-inner .item { margin: 0 20px; }
  #map-controls .map-controls-inner .item:first-child { margin-bottom: 0; }

  #cat-grid .cat-item { display: inline-block; width: 25%; height: 180px; }

}

/* //////////////////////////////// IPAD WIDER //////////////////////////////// */  

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

  #video .video-caption { margin: 0 0 0 20px; }

  .listing-table select, .listing-table input[type=text] { width: 15%; display: inline-block; }
  .listing-table table td, .listing-table table th { padding: 5px 10px !important; font-size: 16px; }
/*   .listing-table table tr td:last-child, .listing-table table th:last-child { display: block; } */

}


/* //////////////////////////////// LAPTOP //////////////////////////////// */  

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

	#page-container .container { max-width: 850px !important; }

	.search-mobile { display: none !important; }

	.sh-header-search-side .sh-header-search-side-input { color: #CCC; font-weight: 400; }
	.sh-header-search-side-close { top: 48px; right: 40px; }
	.sh-header-search-side-close i { color: #666; font-size: 30px; }
	.sh-header-search-side-icon { top: 48px; left: 40px; }
	.sh-header-search-side-icon i { color: #CCC; font-size: 30px; }

	.vc_row .vc_column_container { }

  .hint { opacity: 1; -webkit-opacity: 1; }

	.header-social-media:not(:only-child) { border-right: 1px solid #FFF; }

  .sh-header ul.sh-nav li.menu-item ul.sub-menu li a { padding-top: 5px !important; }

  .current-page-ancestor { color: #29abdd !important; }
  .menu-item.menu-item-type-post_type.menu-item-object-page.current-page-ancestor a { color: #29abdd !important; }

	.title-area h1 { font-size: 40px; line-height: 50px !important; }
	.title-area .title-right {  }
	.title-group { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-end; }
	.title-group .item { order: 0; }
	.title-group .title-left { width: auto; clear: none; flex-grow: 2; }
	.title-group .title-right { width: auto; clear: none; padding: 0 0 10px 0; }
  .category-page .title-group .title-right { padding: 0; }

  .title-area a.gps { display: block; } 

	.title-area a.more { width: 50px; height: 50px; position: relative; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
	.title-area a.more:hover { width: 60px; height: 60px; margin-top: -10px; }

	.title-area .cat-icons { display: inline-block; }
	.title-area .cat-icons .tag { width: 50px; height: 50px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
	.title-area .cat-icons .tag:hover { width: 55px; height: 55px; margin-top: -10px; }
  .category-page.title-area .cat-icons .tag { width: 70px !important; height: 70px !important; margin-top: -5px; }

	.icons-grid ul li { display: inline-block; width: 50%; float: left; font-size: 14px; line-height: 20px; }

	#grid .vc_grid-container { margin-top: -25px; }
	#grid #locations-grid .vc_grid-filter { padding-bottom: 30px; }
  #grid .vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item { font-size: 17px; padding: 5px 20px; }

  #grid .vc_grid-item.grid-locations { width: 25%; }

	.grid-locations h5 { font-size: 20px; line-height: 30px; padding: 15px; }
	.grid-locations .vc_gitem-post-meta-field-short_description { font-size: 12px; line-height: 16px; padding: 15px; }

	.wpb_column.vc_column_container.fifty-text-left { padding-left: 3% !important; padding-right: 2% !important; }
	.wpb_column.vc_column_container.fifty-text-right { padding-left: 2% !important; padding-right: 3% !important; }

	.icons-grid { padding: 20px; }

	h2 { font-size: 30px; line-height: 40px; }
	h3 { font-size: 30px; line-height: 40px; }
	body p { font-size: 18px; line-height: 30px; }

  .thumbnails.grid a { width: calc(10% - 4px); }
  .thumbnails.grid a.double { width: calc(100% - 4px); height: 120px; }

  .title-area h2.profile { font-size: 18px; line-height: 25px; margin-top: 20px; background-size: 40px; padding-left: 60px; }

  .stats div span { float: right; text-align: right; display: inline-block; }
/*   .stats div.funding span { float: none; text-align: left; display: inline-block; font-size: 15px; line-height: 20px; margin-top: 10px; }
 */
  .yes-no div { width: 15%; } 

  .links div a { clear: none; display: inline-block; float: right; font-size: 16px; line-height: 25px; }

}

/* //////////////////////////////// DESKTOP //////////////////////////////// */  

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

	#page-container .container { max-width: 950px !important; }

	.wpb_column.vc_column_container.fifty-text-left { padding-left: 3% !important; padding-right: 2% !important; }
	.wpb_column.vc_column_container.fifty-text-right { padding-left: 2% !important; padding-right: 3% !important; }

	.primary-desktop-dark .sh-header:not(.sh-sticky-header-active) { background-color: #FFF !important; }

  .sh-header ul.sh-nav li.menu-item a { padding-top: 20px !important; font-weight: 700 !important;}

	#banner { height: 500px; }
  #banner.short { height: 300px; }

  h2 { margin: 0 0 30px 0; }

	.sh-copyrights-info { font-size: 14px; }
	#menu-footer { margin-right: 50px; }

	.sh-header-top { 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2aa9e1+0,0e71b8+100 */
background: #2aa9e1; /* Old browsers */
background: -moz-linear-gradient(left,  #2aa9e1 0%, #0e71b8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #2aa9e1 0%,#0e71b8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #2aa9e1 0%,#0e71b8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2aa9e1', endColorstr='#0e71b8',GradientType=1 ); /* IE6-9 */

	}
	
	#menu-topbar-navigation { margin-left: 160px; }
	
	/* 360 Pages */
	
	#vr-360-row { height: 600px; margin-top: -125px; }
	#vr-360-row .wpb_raw_code { height: 100vh; }

  #header-holder { height: 600px; }
  #vr-360-row { height: 600px; }

	.title-area .wpb_text_column.wpb_content_element { margin: 0 !important; }

  .title-group .title-right { padding: 0 0 15px 0; }
	.title-area a.more { width: 60px; height: 60px; }
	.title-area a.more:hover { width: 70px; height: 70px;  }

	.title-area h1 { font-size: 50px; line-height: 50px !important; }
  .title-area.category-page h1 { font-size: 60px; line-height: 70px; }

  .title-area .sep { margin: 20px 0; }


	.title-area .cat-icons {  }
	.title-area .cat-icons .tag { width: 60px; height: 60px; }
	.title-area .cat-icons .tag:hover { width: 70px; height: 70px;  }
  .category-page.title-area .cat-icons .tag { width: 70px !important; height: 70px !important; }

  .icons-grid ul li { font-size: 16px; line-height: 22px; }

	.vc_grid-container.vc_media_grid.small .vc_grid-item { width: 25%; display: inline-block; float: left; }

  #cat-grid .cat-item { width: 16.6%; height: 150px; }

	.grid-locations h5 { font-size: 20px; line-height: 30px; padding: 15px; }
	.grid-locations .vc_gitem-post-meta-field-short_description { font-size: 14px; line-height: 18px; padding: 15px; }

  #locations-grid { clear: both; width: 99%; }
  .vc_grid-item.grid-locations { width: 25%; }

  .thumbnails.grid a { width: calc(10% - 4px); }
  .thumbnails.grid a.double { width: calc(100% - 4px); height: 120px; }

  #location-map {  }
	
}

/* //////////////////////////////// LARGE SCREEN //////////////////////////////// */  

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

	#page-container .container { max-width: 1150px !important; }

	#title.vc_section.title-area { padding-top: 30px; padding-bottom: 30px; }

  .title-area #breadcrumbs { }
  ul.post-categories li a { font-size: 18px; line-height: 18px; }

	.wpb_column.vc_column_container.fifty-text-left { padding-top: 60px !important; padding-left: 6% !important; padding-right: 2% !important; }
  .wpb_column.vc_column_container.fifty-text-right { padding-bottom: 60px !important; padding-left: 2% !important; padding-right: 6% !important; }

  .vc_row.wpb_row.fixed-row .vc_column_container.fixed-text { padding-top: 60px !important; padding-bottom: 60px !important; }

  #banner { height: 600px; }

	.icons-grid { padding: 30px; }
	.icons-grid ul li { font-size: 18px; line-height: 28px; margin: 5px 0; }

  .title-area .cat-icons .tag { --balloon-font-size: 18px; line-height: 18px; } 
  .title-area a.gps { font-size: 18px; line-height: 26px; }
  .title-area #breadcrumbs span { font-size: 18px; line-height: 26px; }

  .thumbnails.grid a { width: calc(10% - 4px); height: 150px; }

  section#video .section-inner { padding: 60px 10px; }
  section#video .vc_column-inner:first-child { padding: 0 40px 0 0; }

  .sh-footer-widgets { padding: 60px 0 60px 0; }

/* //////////////////////////////// LARGE SCREEN //////////////////////////////// */  

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

	#page-container .container { max-width: 1250px !important; }

  #banner { height: 500px; }
  #banner.short { height: 300px; }

  #header-holder.category-page { height: 600px; }
  #banner-cat { height: 600px; }

  #vr-360-row { padding: 0 !important; }
  #title.vc_section.title-area { padding-top: 40px; padding-bottom: 40px; }

  .vc_row.wpb_row { padding-top: 60px; padding-bottom: 60px; }

	#title.vc_section.title-area { padding-top: 40px; padding-bottom: 40px; }
  #title.vc_section .vc_row { left: -10px !important; padding-right: 0 !important; width: 115% !important; }

	.title-area p.gps { font-size: 25px; line-height: 26px; } 

	.title-area h1 { font-size: 50px; line-height: 60px !important; width: 75%; }
  .title-area.category-page h1 { font-size: 70px; line-height: 80px; }

	.title-area a.more { width: 70px; height: 70px; }
	.title-area a.more:hover { width: 80px; height: 80px; margin-top: -15px; }

	.title-area .cat-icons {  }
	.title-area .cat-icons .tag { width: 70px; height: 70px; }
	.title-area .cat-icons .tag:hover { width: 80px; height: 80px; margin-top: -15px; }
  .category-page.title-area .cat-icons .tag { width: 80px !important; height: 80px !important; }

  .icons-grid { margin-top: 40px; }

  section#grid .vc_pageable-wrapper { left: 0 !important; width: 1400px !important; } 
  section#grid .vc_grid-container { margin-left: -100px; }

	#grid .vc_grid-container { margin-top: -42px; }
	#grid #locations-grid .vc_grid-filter { padding-bottom: 40px; }

	.grid-locations h5 { font-size: 25px; line-height: 35px; padding: 20px; }
	.grid-locations .vc_gitem-post-meta-field-short_description { font-size: 16px; line-height: 22px; padding: 20px; }
	
	h2 { font-size: 35px; line-height: 45px !important; }

  .wpb_column.vc_column_container.fifty-text-left { padding-left: 14% !important; padding-right: 5% !important; }
	.wpb_column.vc_column_container.fifty-text-right { padding-left: 5% !important; padding-right: 14% !important; }

  .wpb_column.vc_column_container.fifty-text-left { padding-top: 80px !important; padding-bottom: 80px !important; }
  .wpb_column.vc_column_container.fifty-text-right { padding-top: 80px !important; padding-bottom: 80px !important; } 

/*   .wpb_column.vc_column_container.fixed-right { width: 28%; margin-right: 107px; }
  .wpb_column.vc_column_container.fixed-left { width: 28%; margin-left: 107px; } */

  .vc_row.wpb_row.fixed-row .vc_column_container.fixed-text { left: -100px; width: 1000px; }

  #cat-grid .cat-item { height: 220px; }

  #see-more .more-title { font-size: 25px; line-height: 35px; }
  #see-more .post-categories li a { font-size: 25px; line-height: 29px; }

  #video .ti-video-camera { font-size: 70px; }

  .thumbnails.grid a { width: calc(10% - 4px); height: 200px; }

  #locations-grid { clear: both; width: 99%; }
  .vc_grid-item.grid-locations { width: 20%; }

  .sh-footer-widgets { padding: 80px 0 80px 0; }


}

/* //////////////////////////////// EXTRA LARGE SCREEN //////////////////////////////// */  

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

	#page-container .container { max-width: 1700px !important; }

  #banner-cat { height: 600px; }

	.vc_row.wpb_row { padding-top: 80px; padding-bottom: 80px; }

  #header-holder { height: 700px; }
  #vr-360-row { height: 700px; }

  #title.vc_section .vc_row { width: 120% !important; }

	.wpb_column.vc_column_container.fifty-text-left { padding-left: 18% !important; padding-right: 5% !important; }
	.wpb_column.vc_column_container.fifty-text-right { padding-left: 5% !important; padding-right: 18% !important; }

/*   .wpb_column.vc_column_container.fixed-left { width: 30%; margin-left: 108px; }
  .wpb_column.vc_column_container.fixed-right { width: 30%; margin-right: 108px; } */

	.vc_row.wpb_row.fixed-row .vc_column_container.fixed-text { padding-top: 80px !important; padding-bottom: 80px !important; }

	#grid .vc_grid-container { margin-top: -65px; }
	#grid #locations-grid .vc_grid-filter { padding-bottom: 50px; }

	#banner { height: 700px; }
  #banner.short { height: 400px; }

  #header-holder.category-page { height: 700px; }
  #banner-cat { height: 700px; }

	#title.vc_section.title-area { padding-top: 70px; padding-bottom: 50px; }

	.title-area .title-right {  }
	.title-area h1 { font-size: 60px; line-height: 70px !important; }

	h2 { font-size: 30px; line-height: 45px !important; }
	h3 { font-size: 30px; line-height: 45px !important; }

  .sh-footer-widgets { padding: 100px 0 100px 0; }

  #vr-360-row { background-size: 100% !important; }


}

/* //////////////////////////////// EXTRA LARGE SCREEN //////////////////////////////// */  

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

	#page-container .container { max-width: 2000px !important; }

	.wpb_column.vc_column_container.fifty-text-left { padding-left: 20% !important; padding-right: 5% !important; }
	.wpb_column.vc_column_container.fifty-text-right { padding-left: 5% !important; padding-right: 20% !important; }

	.title-area h1 { font-size: 60px; line-height: 70px !important; margin-bottom: 25px; } 
	.title-area .title-right {  }

  #title.vc_section .vc_row { width: 135% !important; }

	h2 { font-size: 35px; line-height: 45px; }
	h3 { font-size: 35px; line-height: 45px; }

}

