/*
Template Name: 
Theme URL: 
Description: 
Author: 
Author URL: 
Version: 1.0
Tags: 
*/

/*  
 General
*/



html {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: calc(15px + 0.390625vw);
  font-weight: 400;
  line-height: 1.8;
  color: #333;
}

/* 
 Bootstrap 
*/

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* 
 Typography
*/

h1, .h1 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 600;
line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

h4{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

h5{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

h6{
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

p {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;

  font-weight: 400;

  margin-bottom: 0;
}

strong, b {
  font-weight: 700;
}

.font-weight-200 {
  font-weight: 200;
}

.wrap-line {
  margin: 20px 0 50px 0;
  position: relative;
}

.wrap-line:before {
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: -30px;
  left: 50%;
  margin-left: -20px;
  content: "";
  border-bottom: 1px solid;
}

/* 
Font Colours
*/

.text-color {
  color: #00ACC1;
}

.text-white {
  color: #fff;
}

.text-light {
  color: #aaa;
}

.text-grey {
  color: #444;
}

/* 
 Links
*/

a {
  color: #333;
  text-decoration: none;
}

i {
  margin: 10px;
  font-size: 36px;
}

a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a.link-white,
a.link-white:hover,
a.link-white:active,
a.link-white:focus {
  color: #fff;
}

a.link-light,
a.link-light:hover,
a.link-light:active,
a.link-light:focus {
  color: #fff;
}

a.link-grey,
a.link-grey:hover,
a.link-grey:active,
a.link-grey:focus {
  color: #000;
}

/* 
 Space
 */

.vert-middle {
  min-height: 700px;
  height: 100%;
  align-items: center;
  display: flex;
}

.vert-middle > div {
  width: 100%;
  vertical-align: middle;
}

.p-t-b-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-t-b-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-t-b-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-t-b-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-t-b-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-t-b-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.p-t-30 {
  padding-top: 30px;
}

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

.img-hover-effect {
  position: relative;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.img-hover-effect img {
  max-width: 100%;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 2s ease;
}

.img-hover-effect:hover img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.img-hover-effect .img-title {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 100%;
  left: 50%;
  padding: 5px 8px;
  margin: auto;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  border: 1px solid #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.img-hover-effect:hover .img-title {
  opacity: 1;
  top: 50%;
}


/*
 Others
 */

.page-info {
  min-height: 700px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.map > div {
  width: 100%;
  height: 300px;
}
