@font-face {
    font-family: caveatregular;
    src: url('../fonts/caveat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caveat-regular-webfont.woff2') format('woff2'),
         url('../fonts/caveat-regular-webfont.woff') format('woff'),
         url('../fonts/caveat-regular-webfont.ttf') format('truetype'),
         url('../fonts/caveat-regular-webfont.svg#caveatregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  font-size: 150%;
}

/* Header */

header .row {
  background-color: transparent;
}

/* backgrounds */
.day { 
  background: url('header/SunnySummerDay.jpg') fixed; 
  background-size: cover;
  background-position: center center;
}
.sunset { 
  background: url('header/picss1990nov7gjpgmedLABEL.jpg') fixed;
  background-size: cover;
  background-position: center bottom;
}
.night { 
  background: url('header/night-sky-hd-wallpaper.jpg') fixed;
  background-size: cover;
  background-position: center bottom;
}

.t3-header {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 10%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 10%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 10%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0.5) 90%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.logo-text a {
    font-size: 40px;
}

.logo-text span {
  font-family: 'Oxygen', sans-serif;
  font-weight: bold;
}

.logo-text .site-slogan {
  font-family: 'caveatregular', cursive;
  font-size: 34px;
  margin-left: 150px;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  position: relative;
  top: -10px;
  margin-top: 0;
}

.socialicons {
    float: right;
    margin-right: 20px;
    font-size: large;
}

header a {
  color: rgba(10,10,10,0.9);
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), color-stop(50%, rgba(0,0,0,.5)), to(rgba(0,0,0,1)));
}

header a:hover, a:focus, header a:hover span, header a:focus span {
    color: #000;
}

@media screen and (max-width: 767px) {
  .socialicons {
    float: none;
    margin-right: 0;
    text-align: center;
    margin-top: 20px;
  }
  .t3-header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .head-search {
    margin-top: 0;
  }
}
.head-search .search {
    max-width: 400px;
    margin: 0 auto;
}

/* Articles */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'caveatregular', cursive;
}

h1 {
    font-size: 300%;
}

h2 {
    font-size: 250%;
}

.article-title, .article-header h1 {
    margin: 0;
}

.article-header, .content-category h1 {
    padding-bottom: 9px;
    margin: 0 0 20px;
    border-bottom: 1px solid #eeeeee;
}

blockquote {
    margin-left: 40px;
    font-style: italic;
    border-left: none;
}

blockquote::before {
  font-family: FontAwesome;
  content: '\f10d'; /*quote left icon*/
  position: absolute;
  left: 30px;
  font-size: 30px;
  color: gray;
}

.item-page p a:link, .items-leading p a:link, .category-desc p a:link {
    font-weight: bold;
}

.article-intro img, .article-content img {
    width: 80%;
    max-width: 800px;
    max-height: 800px;
    margin: 0 auto;
}

div.img_caption {
    width: 100% !important;
}

.img_caption p.img_caption {
    font-size: 150%;
    font-family: 'caveatregular', cursive;
    width: 80%;
    margin: 0 auto;
}

.cat-children .page-header {
    font-size: x-large;
} 


div[class^="zhgm-markergroup"] img, #instafeed img, #wf-weatherfeed img, .TA_selfserveprop img { 
   width: initial;
}

div[class^="zhgm-markergroup"] img { 
   display: inline;
}

.zhgm-markergroup-text-simple {
    display: table;
}

.label {
  margin-right: 5px;
}

.label-info {
    background-color: #3d9200;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #59d402;
}

#adminForm h3 {
  font-size: 300%;
}

iframe#instagram-embed-0 {
  height: initial;
}


/* Modules */

.module-title {
    font-size: 24px;
    text-transform: uppercase;
}

/* Instagram Gallery */

#instafeed {  /* Prevent vertical gaps */
  line-height: 0; 
  -webkit-column-count: 5;
  -webkit-column-gap:   0px;
  -moz-column-count:    5;
  -moz-column-gap:      0px;
  column-count:         5;
  column-gap:           0px;  
}

@media (max-width: 1200px) {
  #instafeed {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #instafeed {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #instafeed {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  #instafeed {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

#instafeed a {
  padding: 5px;
  position:relative;
  display: inline-block;
} 

#instafeed img {
  margin: 0;
  display: initial;
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

#instafeed .rollover {
  background:rgba(0, 0, 0, 0.8);
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:20px;
  position:absolute;
  padding: 5px;
  color:#ffffff;
  right:5px;
  top:5px;
  left:5px;
  opacity:0;
  text-align:center;
  height: calc(100% - 10px);
}

#instafeed .rollover .tags {
  font-size: 14px;
  line-height: 14px;
  margin-top: 15px;
  display: inline-block;
}

#instafeed a:hover .rollover {
  opacity:1;
}
    
#instafeed .rollover .middle-text {    
    position: absolute;
    top: 50%;
    margin: -10% 0 0 0;
    width: calc(100% - 10px);
}  
  
/* Accommodation Page - Laterooms.com */

table.hotel-details {
    width: 317px;
    background: #eeeeee;
    margin-bottom: 20px;
} 

td.labelcol {
    background: #a3f06c;
    font-weight: bold;
}
.hotel-details td {
    border: #000 1px solid;
    padding: 2px;
}
.laterooms {
    border: 0px;
    width: 320px;
    margin: 15px auto 15px auto;
}
.laterooms td {
    border: 0px;
    margin: 5px;
}
.feed-item {
    border: solid 1px #008;
    margin: 1em 0;
    padding: 0 30px 0 30px;
    clear: both;
    min-height: 400px;
}

.feed-item img {
  width: initial;
}
.feed-item h2,
.feed-item h2 a {
    font-family: 'Courgette';
    font-size: 150%;
    color: #3d9200;
}
.feed-item .row {
    background-color: #fff;
}
.row-on {
    background-color: #dedede;
}
.address {
    width: 60%;
    font-weight: bold;
    font-size: 13px;
}
img.imgleft {
    float: left;
    border: solid 1px #000;
    margin-right: 30px;
    width: 33%;
    height: auto;
}
h2 a {
    text-decoration: none;
    font-family: 'Courgette';
}
.rightbutton {
    float: right;
    margin-top: 20px;
    padding: 10px;
    color: white;
    font-weight: bold;
    /* outer shadows  (note the rgba is red, green, blue, alpha) */
    
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .4);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .4);
  
    /* rounded corners */
    
    -webkit-border-radius: 12px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /* gradients */
    
    background: purple;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #710067), color-stop(15%, #710067), color-stop(100%, #D636C9));
    background: -moz-linear-gradient(top, #710067 0%, #710067 55%, #D636C9 130%);
    background-image: -ms-linear-gradient(top, #710067 0%, #710067 55%, #D636C9 130%);
    background-image: -o-linear-gradient(top, #710067 0%, #710067 55%, #D636C9 130%);
}
.rightbutton:hover {
    color: #EEE;
    text-shadow: 1px 1px 1px black;
    filter: dropshadow(color=black, offx=1, offy=1);
}

/* Contact page */

#basic-details, #display-misc {
    margin-top: 40px;
    font-size: 120%;
}

.contact h2 {
    font-size: 300%;
}

/* Footer */
#t3-footer .nav {
    margin-bottom: 20px;
}

.t3-copyright {
    padding: 20px 0 0;
    text-align: center;
}

/* Offline page */
#frame {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.outline {
    border: none;
    background: #ffffff;
    padding: 0;
}
