/* CSS Document */




/* HIDDEN FIELDS ON FORMS */
#feedback1 { display: none; }
#name2 { display: none; }
#hpot1 { display: none; }
/*#socialmedia { display: none; }*/






/*-------------------- HEADER ----------------------
####################################################*/



/* BLUE GRADIENT ON HEADER */
.blueback { background: #3a4556; }


.contactdetails {
    margin-top: 14px;
    margin-right: 16px;
    float: right;
    color: #fff;
    text-align: right;
    font-size: 24px; }

#socialmedia {
    margin-top: 6px;
    float: right; }

#socialmedia a { 
    color: rgba(256, 256, 256, .5); }

#socialmedia i {
    font-size: 32px;
    padding-top: 6px;
    padding-right: 22px;
    padding-bottom: 6px;
    padding-left: 2px;
    float: right; }

.homeicon {
    float: left;
    width: 56px;
   /* border-bottom: solid 4px #e6b646; */ }

.homeicon i {
    font-size: 22px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 18px; }

.menurow {
    /*max-width: 990px; }*/ }

.bggray {
    background-color: #aaa; }





/*-------------------------- LINE BREAK -------------------------
################################################################*/

/* Gradient transparent - color - transparent */
hr.style-two {
    border: 0;
    height: 1px;
    margin: 50px 0px 50px 0px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}





/*----------------------- HOME PAGE NOTICE BOARD --------------------
################################################################*/

.noticetitle {
    margin-top: 50px;
    margin-bottom: 20px; }

.noticetitle h2 {
    color: #fff;
    background-color: #445868;
    border-radius: 4px;
    width: 100%;
    padding: 1px 0 1px 12px;
    font-size: 17px;
}

.noticecontent {
    margin-bottom: 10px; }





/*----------------------- RIGHT COLUMN ----------------------
#############################################################*/

.rightsection {
    margin-top: 4px;
    margin-bottom: 28px; }

.rightsectiontitle {
    background-color: #445868;
    border-radius: 4px;
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 14px;
    margin-top: 2px;
    margin-bottom: 2px; }

.rightsectiontitle h2 {
    text-align: left;
    font-size: 17px;
    color: #fff;
    margin-bottom: 0px; }






/*------- HOME PAGE - VIEW MEMORIALS and WEBCAST SERVICE - ICON LINKS --------
############################################################################*/

.iconsection {
    margin-bottom: 0px;
	margin-top: 12px; }

.iconarea {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 14px; }

.iconimage {
    width: 25%;
    margin-right: 8%;
    line-height: 0;
    padding: 0;
    float: left; }

@media screen and (max-width:768px) {
.iconimage {
    width: 25%;
    margin-right: 12px;
    line-height: 0;
    padding: 0;
    border: 1px solid #ccc;
    float: left; }
}

.icondetails {
    float: left;
    padding: 0;
    width: 65%; }

.icondetails h2 a {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    clear: both;
    font-size: 14px;
    color: #222;
    text-align: left; }

.iconarea-tour {
    float: left;
    clear: both;
    width: 100%;
    max-width: 360px;
    margin-left: 30px;
    margin-bottom: 40px; }

.iconimage-tour {
    width: 24%;
    margin-right: 8%;
    line-height: 0;
    padding: 0;
    float: left; }

.icondetails-tour {
    float: left;
    padding: 0;
    width: 66%; }

.icondetails-tour h2 a {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    clear: both;
    font-size: 14px;
    color: #222;
    text-align: left; }






/*------------ HOME PAGE - VIDEO LINKS ---------------
######################################################*/

.videoarea {
    /*margin-top: 12px;*/
    float: left;
    width: 100%;
    background: #FFF;
    border: 1px solid #DDD;
    /*margin-bottom: 20px;*/
    padding: 10px; }

.videoarea img {
    display: block; }






/*---- LINKS AT THE BOTTOM RE WESTERLEIGH GROUP INFORMATION ----
################################################################*/

.breadcrumbs>* {
    margin: 0;
    float: left;
    font-size: .8em;
    /* line-height: 1em; */
    text-transform: none;
    padding-top: 4px;
    color: #445868;
}

.breadcrumbs {
    margin-top: 0px;
    margin-bottom: 12px;
    display: block;
    overflow: hidden;
    margin-left: 0;
    list-style: none;
    border-radius: 3px;
}

.breadcrumbs img {
    clear: both;
    float: left;
}
.breadcrumbs h3 {
    font-size: 1em;
    color: #333;
    float: left;
    padding-top: 12px;
    padding-right: 12px;
}
.breadcrumbs h3:after {
    content: none;
}
.breadcrumbs>:focus a, .breadcrumbs>:hover a {
    text-decoration: underline;
}
.breadcrumbs>* a {
    color: #545454;
    padding-top: 10px;
    float: left;
    line-height: 24px;
}
.breadcrumbs>.current, .breadcrumbs>.current a {
    cursor: default;
    color: #333;
}
.breadcrumbs>.current:focus, .breadcrumbs>.current:focus a, .breadcrumbs>.current:hover, .breadcrumbs>.current:hover a {
    text-decoration: none;
}
.breadcrumbs>.unavailable, .breadcrumbs>.unavailable a {
    color: #999;
}
.breadcrumbs>.unavailable a:focus, .breadcrumbs>.unavailable:focus, .breadcrumbs>.unavailable:hover, .breadcrumbs>.unavailable:hover a {
    text-decoration: none;
    color: #999;
    cursor: default;
}
.breadcrumbs li {
    position: relative;
    padding-left: 28px;
    padding-right: 24px;
}
.breadcrumbs li:nth-child(1):before {
    font-family: wickmedia-icons;
    content: "s";
    left: 0px;
    position: absolute;
    font-size: 24px;
}
.breadcrumbs li:nth-child(2):before {
    font-family: wickmedia-icons;
    content: "e";
    left: 0px;
    position: absolute;
    font-size: 24px;
}
.breadcrumbs li:nth-child(3):before {
    font-family: wickmedia-icons;
    content: "D";
    left: 0px;
    position: absolute;
    font-size: 24px;
}
.breadcrumbs li:nth-child(4):before {
    font-family: wickmedia-icons;
    content: "Z";
    left: 0px;
    position: absolute;
    font-size: 24px;
}
.breadcrumbs li:nth-child(5):before {
    font-family: wickmedia-icons;
    content: "I";
    left: 0px;
    position: absolute;
    font-size: 24px;
}





/*-------------- GOOGLE MAPS iFRAME --------------
#################################################*/

.google-maps {
    margin-top: 12px;
    position: relative;
    padding-bottom: 75%;
    /* This is the aspect ratio height: 0; */
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}





/*-------------- VIRTUAL TOUR --------------
#################################################*/


.virtual-tour {
}

.all-tours {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }


.maintour {
    width: 66%;
    min-width: 336px; }

.subtours {
    width: 66%;
    min-width: 336px; }
@media (min-width: 1180px) { .subtours { width: 33%; } 
}

.google-tour-box {
    width: 48%;
    min-width: 336px; }

.google-tour {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px; }

.tour-first { 
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-bottom: 6px; }

.tour-second { 
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 55.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-bottom: 6px; }

.tour-third { 
  position: relative;
  overflow: hidden;
  width: 100%;
    margin-bottom: 6px; }

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }













