/*
Theme Name: Landmark Press
Description: Theme designed by hotscot
Author: Hotscot
Author URI: http://hotscot.net
Version: 1.0
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

*{margin: 0px; padding: 0px; outline: 0px none; border: 0px none}
input[type="text"], input[type="submit"] {
    -webkit-appearance: none;
    border-radius:0;
}
.bgimage{display: block; overflow: hidden; text-indent: -1000px; background-position: left top; background-repeat: no-repeat;}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.clearboth{clear: both;}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

body {
    background: white;
    /*font-family: "Gill Sans", "Open Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
    font-family: "Open Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #1d1d1d;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    }

a {
    color: #ca1d04;
    text-decoration: underline;
    }

a:hover {
    text-decoration: none;
    color: #a81904;
    }

.logo {
    background: url(images/logo.png) no-repeat left top;
    background-size: cover;
    width: 223px;
    height: 94px;
    display: block;
    }

.logo-container {
    float: left;
    width: 223px;
}

header {
    padding-top: 12px;
    padding-bottom: 7px;
    }

header nav ul {
    font-size: 13px;
    font-weight: bold;
    }

header nav ul li a {
    text-decoration: none;
    color: #606060;
    }

header nav > ul > li.current_page_item > a,
header nav > ul > li.current_page_ancestor > a {
    color: #a81904;
}

header nav > ul > li > ul.children{
    display: none;
}

header nav > ul > li > a{
    text-transform: uppercase;
}

header nav ul li.current-menu-item a {
    color: #ca1d04;
    }

.navigation {
    border-top: 1px solid #d4d4d4;
    padding-top: 19px;
    }

.top-right {
    float: right;
    }

header nav ul li {
    margin-left: 2px;
    margin-right: 2px;
    }

.btn {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    }
.wpcf7-form label{
    display: block !important;
    margin-bottom: 4px;
}
span.wpcf7-list-item{
    margin-left: 0 !important;
}

.top {
    margin-bottom: 16px;
    }

.address {
    color: #606060;
    font-size: 20px;
    position: relative;
    top: 5px;
    }

.btn.btn-primary {
    background-color: #1d84b5;
    }

.btn.btn-primary:hover {
    background-color: #003366;
    }

.address a {
    font-size: 29px;
    color: #003366;
    text-decoration: none;
    line-height: 23px;
    }

.sf-arrows .sf-with-ul:after {
    display: none;
    }

.sf-arrows .sf-with-ul {
    padding-right: 0;
    }

header nav>ul ul {
    position: absolute;
    background: #003366;
    list-style: none;
    text-align: left;
    padding: 10px 10px;
    width: 230px;
    margin-top: 17px;
    z-index:6000;
    }

header nav>ul ul:after {
    bottom: 100%;
    left: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 51, 102, 0);
    border-bottom-color: #003366;
    border-width: 5px;
    margin-left: 10px;
}

header nav>ul > li:last-child ul{
    right: 20px;
}
header nav>ul > li:last-child ul:after{
    left: auto;
    right: 0;
    margin-right: 10px;
}

header nav>ul ul li a {
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 7px 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

header nav>ul ul li a:hover {
    color: #4c84b5;
        }

section.top {
    height: 617px;
    background: url(images/header.jpg) no-repeat center center;
    background-size: cover;
    }

section.top h1 {
    font-size: 45px;
    color: white;
    text-shadow: 1px 1px 0 #084070;
    margin-top: 65px;
    margin-bottom: 66px;
    }

section.top .box {
    background: white;
    padding: 25px 16px 16px 16px;
    border: 1px solid #ddd;
    margin-bottom: 33px;
    }
section.top .box a {
    color: #1d1d1d;
	text-decoration: none;
    }
section.top .box a:hover {
    color: #003366;
	text-decoration: none;
    }
section.top .box h2 {
    margin-top: 0;
    font-size: 32px;
    font-weight: bold;
    color: #1d1d1d;
    text-align: center;
    margin-bottom: 25px;
    }

section.top .box h3 {
    font-size: 24px;
    font-weight: normal;
    text-shadow: 1px 1px 0 #000;
    color: white;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    bottom: 3px;
    }

.img-section {
    position: relative;
    margin-bottom: 26px;
    }

span.gradient {
    background: url(images/gradient.png) repeat-x left top;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 104px;
    }

section.top ul.row li {
    font-size: 15px;
    background: url(images/blue-tick.png) no-repeat left top;
    padding: 2px 0px 5px 35px;
    margin-bottom: 8px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
    }

section.top ul.row {
    margin: 20px 0 15px 0;
    min-height: 75px;
    }

section.top p {
    margin-bottom: 0;
    }

.btn.btn-default {
    background: #ca1d04;
    color: white !important;
    border: none;
    }

.btn.btn-default:hover {
    background: #7c1202;
    }

.btn.btn-lg {
    font-size: 14px;
    }

section.content.top-padding,
div.content.top-padding {
    padding-top: 166px;
    }

ul.services {
    border: 1px solid #ddd;
    margin-bottom: 20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: center;
    }

ul.services li {
    padding: 15px 5px 15px 47px;
    font-size: 15px;
}


ul.services li.services-title {
    display: block;
    background: #003366;
    color: white;
    font-size: 16px;
    padding: 15px 34px 15px 34px;
    text-align: center;
	font-weight: 600;
    }
ul.services li.services-title h6{
    margin: 4px 0;
    padding: 0;
    color: white;
   font-size: 16px;
    font-weight: 600;
}


ul.services li {
    background: url(images/red-tick.png) no-repeat 15px center;
    }

ul.services li a {
    color: #1d84b5;
    text-decoration: none;
    }

ul.services li a:hover {
    color: #003366;
    }

section.content,
div.content {
    padding-bottom: 30px;
    }

section.testimonials {
    background: url(images/socialbg.gif) no-repeat center center;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 20px;
	min-height: 400px;
    }

section.testimonials h2 {
    margin-bottom: 38px;
    font-size: 36px;
    }

h2 {
    font-size: 36px;
    margin-bottom: 30px;
    }

div.content {
    padding-top: 20px;
    }

section.testimonials li {
    background: url(images/quote.png) no-repeat left top;
    padding-left: 60px;
    }

.author {
    font-size: 13px;
    line-height: 1.1em;
    }

.front .author{
    float: right;
    display: inline-block;
	margin-left: 20px;
	max-width: 100px;
}

.author .author-image {
    width: 71px;
    margin: 0 auto;
    }

section.testimonials .author .author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    }


.standalone-testimonial{
    clear: both;
}

.standalone-testimonial .author {
    float: left;
    width: 20%;
	margin-right: 20px;
}

div.hr{
    clear: both;
    height: 1px;
    background: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
    padding-top: 20px;
}

.standalone-testimonial cite{
    float: left;
    width: 75%;
}

.standalone-testimonial .author .author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    }

section.testimonials cite {
    font-size: 20px;
    }

.btn.btn-info {
    background: #003366;
    }

.btn.btn-info:hover {
    background: #1d84b5;
    }

section.testimonials .btn {
    margin: 0 10px;
    }

.image-container {
    position: relative;
    }

.image-container .btn.btn-default.btn-sm {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    }

.blog-item h4 {
    font-weight: bold;
    font-size: 19px;
    }

.blog-item p {
    font-size: 14px;
    margin-bottom: 3px;
    }

.blog-item p.date {
    color: #868282;
    }

.twitter-widget {
        max-width: 400px;
        margin: 0 auto;
        }

section.social {
    background: url(images/pattern.jpg);
    padding-top: 40px;
    padding-bottom: 20px;
    }

section.social .col-lg-4{
    margin-bottom: 20px;
}


footer {
    background: #003366;
    color: white;
    padding-top: 25px;
    font-size: 14px;
    }

footer a { color: #7CA5C9; text-decoration: none; }

footer a:hover { color: red; text-decoration: underline; }

footer h4 {
    font-size: 20px;
    margin-bottom: 20px;
    }

.bottom {
    background: #012446;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    }

ol.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
    }

.group-trips img, .welcome-to-scotland img {
    margin: 0 auto;
    }

.group-trips .btn, .welcome-to-scotland .btn {
    position: relative;
    top: -20px;
    }

.welcome-to-scotland img {
    margin-top: 16px;
    }

.testimonials .bx-wrapper {
    border-bottom: 1px solid #a2cce1;
    padding-bottom: 10px;
    margin-bottom: 25px !important;
    }

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position: relative;
  z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#panel {
    background: white;
}

#menu {
    background: #003366;
    color: white;
    }

button.toggle-button, button.toggle-button-close {
    background: none;
    outline: none;
    border: 1px solid #ddd;
    padding: 5px 10px;
    position: absolute;
    left: 5px;
    top: 0px;
    cursor: pointer;
    display: none !important;
    }

#menu { display: none; }

#menu > ul > li.current-menu-item > ul {
  display: block;
}
.align-right {
  float: right;
}
#menu > ul > li > a {
    text-transform: uppercase;
  padding: 7px 14px;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #01478e;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  display: block;
}
#menu > ul > li > a:hover {
  color: #d8f3f0;
}
#menu ul > li.page_item_has_children > span.togg:after {
  position: absolute;
  right: 14px;
  top: 9px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#menu ul > li.page_item_has_children > span.togg:before {
  position: absolute;
  right: 10px;
  top: 13px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#menu ul > li.page_item_has_children.open > span.togg:after,
#menu ul > li.page_item_has_children.open > span.togg:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu ul ul li a {
  padding: 7px 14px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
   display: block;
}
#menu ul ul ul li a {
  padding-left: 32px;
}
#menu ul ul li a:hover {
  color: #ffffff;
}
#menu ul ul > li.page_item_has_children > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#menu ul ul > li.page_item_has_children > a:before {
  top: 20px;
  background: #dddddd;
}

#menu ul ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    }

#menu ul,
#menu ul li,
#menu ul li a {
    display: block;
    position: relative;
    }

#menu span.togg {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 3px;
    right: 4px;
    z-index: 5000;
    }

.interior-top {
    height: 224px;
    background: url(images/paperbg.jpg) repeat left top;
    font-size: 15px;
    color: white;
    padding-top: 23px;
    }

.interior-top a {
    color: #8CCFEC;
	text-decoration: none;
    }

.interior-top a:hover {
    color: #001b35;
    }

.breadcrumb>.active {
    color: white;
    }

.blog-item a {
    color: #1d1d1d;
    text-decoration: none;
    }

.blog-item a:hover {
    color: #000;
    }

.blog-item .image-container a{
    position: relative;
    padding-top: 56.25%;
    display: block;
}

.blog-item .image-container img{
    display: block;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
}
.content-box.push-up {
    margin-top: -175px;
    background: white;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 22px;
    }

.content-box.push-up .col-sm-8 p {
    margin-bottom: 18px;
    }
.content-box.push-up .col-sm-8 p.date {
    margin-bottom:3px;
    }

.content-box.push-up .col-sm-8 h3 {
    margin-bottom: 13px;
    font-size: 19px;
    font-weight: bold;
    }

.content-box.push-up h1 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
    }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.counter {
    font-size: 45px;
    font-weight: bold;
    border: 1px solid #ddd;
    margin: 10px 0;
    }

.sidebar .box {
    border: 1px solid #ddd;
    padding: 12px;
    margin-bottom: 20px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size:14px;
    }

.nav-tabs>li>a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 17px;
    }

.sidebar .btn {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border: 3px;
    padding: 9px 10px;
    font-size: 13px;
    }

.map {
    margin-top: 15px;
    }

.tabs-container {
    margin-bottom: 45px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
    }
.tabs-container h4 a {
    text-decoration: none;
    }
.tabs-container h4 a:hover {
    text-decoration: underline;
    }
.nav-tabs {
    border: 1px solid #ddd;
    }

.tabs-container .nav>li>a {
    border-right: 1px solid #ddd;
    padding: 21px 58px;
    text-decoration: none;
    color: #606060;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: none;
    background-right: 1px solid transparent;
    background: #003366;
    color: white;
    }

.nav-tabs>li {
    margin-bottom: -2px;
    margin-left: -2px;
}

#downloads li {
    font-size: 15px;
    background: url(images/blue-tick.png) no-repeat left top;
    padding-left: 35px;
    margin-bottom: 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	padding-bottom: 5px;
    }

#downloads li a {
    text-decoration: none;
    }

.tab-content {
    padding: 25px;
    border: 1px solid #ddd;
    border-top: none;
    }

.bottom-margined {
    margin-bottom: 23px;
    }

#comments cite {
    background: url(images/quote.png) no-repeat left top;
    padding-left: 60px;
    display: block;
    }

.author .author-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 7px;
    }

.panel-title a {
    text-decoration: none;
    display: block;
    background: #116587;
    color: white;
    padding: 10px 15px;
	font-weight: 600;
	font-size: 14px;
    }

.tab-content .panel-heading {
    border: none;
    background: none;
    border: none;
    padding: 0;
    }

.tab-content .panel-body {
    font-size: 15px;
    color: #6e6e6e;
    }

.sidebar .img-section {

    }

.sidebar .img-section h5 {
    color: white;
    position: absolute;
    bottom: 0px;
    padding: 0 10px;
    font-weight: 600;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    }

.img-section {
    margin-bottom: 12px;
}

.sidebar h4 {
    margin-top: 0;
    }

.sub-navigation {
    background: #003366;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }

.sub-navigation a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 5px 10px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 600;
    }

.sub-navigation li:first-child a {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-top: 10px;
    }

.sub-navigation li:last-child a {
    -webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
padding-bottom: 10px;
    }

.sub-navigation a:hover,
.sub-navigation li.current_page_item ,
.sub-navigation li.current-menu-item a {
    background: #ca1d04;
    }

.box.bordered { border-top: 4px solid #c6c6c6; }

.teamrow .col-sm-4 {
    margin-bottom: 40px;
    }

.teamrow .col-sm-4 .box {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #efefef;
    padding: 15px;
    }

.teamrow .col-sm-4  h4 small {
    display: block;
    }

.datec {
    background: #efefef;
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 15px;
    }

.sidebar ul {
    list-style: none;
    padding-left: 0;
    }

.wp-caption p.wp-caption-text {
    padding-top: 15px;
    font-size: 16px;
}

.content-box.push-up .image-container img {
    width: 100%;
    }

.content-box.push-up .blog-item {
    margin-bottom: 40px;
    }

#product-tab-accordion .panel-heading {
    padding: 0;
    }

.dontshow {
    display: none;
}


h5 { font-weight: bold; }
article ul, article ol {
    padding-left: 40px;
}
article ul li, article ol li { font-family: 'Open Sans', Helvetica, Arial, sans-serif;  font-size:15px;}
p { font-family: 'Open Sans', Helvetica, Arial, sans-serif;  font-size:15px;}
footer p {font-size:13px;}
footer .list-unstyled { font-family: 'Open Sans', Helvetica, Arial, sans-serif;  font-size:13px;}
.list-inline.attractions>li {padding: 0px 15px;}
.blogside a {text-decoration: none;}
.blogside li { list-style-type: circle; margin-bottom: 5px;}
.blogside ul { margin-left: 20px;}
.ctaheader {font-size: 16px; font-weight: 600; font-family: 'Open Sans', Helvetica, Arial, sans-serif; text-align: center; margin: 20px 0px 12px 0px;}
.case-study-link{
    margin-top: 30px;
}


.faqitem ul, .faqitem ol {
    padding-left: 40px;
}


section.testimonials{
    height: auto;
    min-height: 400px;
}
.metaslider .flexslider {
margin-bottom: 65px !important;
 }

.grecaptcha-badge{
    z-index: 1 !important;
}