/* 
 Theme Name:   Divi Child
 Theme URI:    
 Description:  
 Author:       lowsiteadmin
 Author URI:   
 Template:     Divi
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* hide and show ticket links */
.hide-ticket-link {
    display: none !important;
}

.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {
    min-height: 100% !important;
    height: 100% !important;
}

.header-buttons {
    display: inline-block; 
    margin: 5px;
    text-align: center;
}

.footer-widget .header-buttons, .footer-widget .header-buttons A {
    min-width: 100% !important;
    color: #FFF !important;
}

.et_fullscreen_slider .et_pb_slide_title, .et_fullscreen_slider .et_pb_slide_content {
	text-shadow: 2px 2px 3px #000 !important;
}

.logo-mobile, .mobile-text {
    display: none;
}

.mobile-text {
	font-size: 1.1em;
}

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

@media only screen and (max-width: 1024px) {
	.logo-mobile {
		display: inline-block;
	}
	.logo-desktop {
		display: none;
	}
	.mobile-text {
		display:block;
	}
}

#cboxWrapper {
    z-index: 9999999 !important;
}


a.smallblue, a.bigblue {
	border: solid 2px #999 !important;
	background-color: #FFF !important;
	padding: 15px 30px !important;
	margin: auto !important;
	font-size: 1.5em !important;
	background: #FFF !important;
	color: #999 !important;
	text-transform: uppercase !important;
	margin-top: 25px !important;
	text-align: center !important;
	font-weight: 600 !important;
}

.postid-645 .et_post_meta_wrapper IMG, .postid-600 .et_post_meta_wrapper IMG {
	display: none !important;
}


H1, H2, H3, H4 {
	text-transform: uppercase;
}

.icon-infinity {
	font-size: 6em;
	margin-top: 5px;
}

.ds-vertical-align { 
    display: flex; 
    flex-direction: column; 
    justify-content: center;
} 

#page_header H1 {
	text-shadow: 2px 2px 3px #000;
	font-size: 3.5em;
}

.round-img IMG {
    border-radius: 50%;
}

.img-corner IMG {
	border-radius: 15px;
}

.gform_button {
	background-color:#000;
	text-transform: uppercase;
	color: #FFF;
	padding: 8px;
	min-width: 100% !important;
	border-radius: 15px;
	margin: auto;
	border: 0px;
}

.hide {
	display: none;
}

#lotw-displays .row {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 60px 10px;
}

.box-display {
	background-size: cover;
	background-position: center center;
	min-width: 400px;
	height: 250px;
	border: solid 1px #CCC;
	flex-grow: 1;
	margin: 10px 10px 0px 0px;
	border-radius: 25px;
}

.box-title {
	width:100%;
	min-height:50px;
	background-color: rgba(0, 0, 0, 0.5);
	text-align: center;
	text-shadow: 1px 1px #000;
	padding: 5px;
	border-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.box-title H4 {
	text-shadow: 1px 1px #000;
	color: #FFF;
	line-height:50px;
}

.box-wrap {
	min-height: 100% !important;
}

.box-left, .box-right {
	float: left;
	margin: 10px;
	max-width: 50%;
	flex-grow: 1;
}

.img-info {
	text-align: center;
	margin: auto;
}

.box-left {
	text-align: center;
	border-right: dotted 1px #CCC;
}

.box-right P {
	font-size: 2em;
	line-height: 1.8em;
}

.box-right H2 {
	font-family: 'Raleway',Helvetica,Arial,Lucida,sans-serif;
}

.display-box-info {
	padding: 15px;
	background-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .box-left, .box-right {
		float: none;
		padding: 5px;
		text-align: center;
		max-width: 100%;
	  	border-right: 0px;
	}
	
	.box-left IMG {
		max-height: 200px;
		width: auto;
	}

	.box-right P {
		font-size: 1.2em;
		line-height: 1.6em;
	}
}

@media only screen and (max-width: 500px) {
	.box-display {
		min-width: 300px;
	}
}


/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with background images */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cd-btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #685f99;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.no-touch .cd-btn:hover {
  background-color: #756da4;
}

@media only screen and (min-width: 1170px) {
  .cd-btn {
    width: 190px;
    height: 60px;
    line-height: 60px;
    margin-right: 15px;
    font-size: 1.4rem;
    letter-spacing: 2px;
  }
}


/* overrides for map pages */

.page-id-111 .container {
    max-width: 1400px;
    width: 100%;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-product {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

@media only screen and (min-width: 1170px) {
    .cd-product {
        /* padding-top: 100px; */
        height: 100vh;
    }
    .cd-product.is-product-tour {
        height: auto;
        padding-bottom: 100px;
    }
}

.cd-product-intro {
  padding: 50px 0;
  text-align: center;
}

.cd-product-intro h1 {
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  /* color: #ffffff; */
}

.cd-product-intro p {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.cd-product-intro::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

@media only screen and (min-width: 1170px) {
    .cd-product-intro {
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        left: 0;
        padding: 0;
        text-align: left;
        -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
        -moz-transition: -moz-transform 0.6s, opacity 0.6s;
        transition: transform 0.6s, opacity 0.6s;
    }
    .is-product-tour .cd-product-intro {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .cd-product-intro h1 {
        font-size: 4rem;
    }

    .cd-product-intro p {
        font-size: 1.6rem;
        padding: 10px 0 44px;
        margin: 0;
    }

    .cd-product-intro::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.no-csstransforms3d #cd-start {
  /* remove start button if CSS 3D Transforms are not supported */
  display: none;
}

.cd-product-mockup {
  position: relative;
}

.cd-product-mockup img {
  display: block;
  position: relative;
  /* Firefox bug - 3D CSS transform, jagged edges */
  outline: 1px solid transparent;
}
@media only screen and (min-width: 1170px) {
    .cd-product-mockup {
        width: 75%;
        left: 150px;
        margin-bottom: 0;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: center top;
        -moz-transform-origin: center top;
        -ms-transform-origin: center top;
        -o-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: rotateX(-60deg) rotateZ(-40deg) translateX(50px) translateY(300px);
        -moz-transform: rotateX(-60deg) rotateZ(-40deg) translateX(50px) translateY(300px);
        -ms-transform: rotateX(-60deg) rotateZ(-40deg) translateX(50px) translateY(300px);
        -o-transform: rotateX(-60deg) rotateZ(-40deg) translateX(50px) translateY(300px);
        transform: rotateX(-60deg) rotateZ(-40deg) translateX(-550px) translateY(350px);
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        transition: transform 0.6s;
    }

    .cd-product-mockup::before {
        /* mockup shadow */
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        /* play with these values to create a realistic shadow */
        height: 55%;
        box-shadow: 0px 0px 20px 300px rgba(0, 0, 0, 0.1);
        /* -webkit-transform: translateZ(-100px) translateY(480px); */
        -moz-transform: transform: translateZ(-100px) translateY(580px) rotateZ(-90deg);
        -ms-transform: transform: translateZ(-100px) translateY(580px) rotateZ(-90deg);
        -o-transform: transform: translateZ(-100px) translateY(580px) rotateZ(-90deg);
        transform: translateZ(-100px) translateY(580px) rotateZ(-90deg);
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        transition: transform 0.6s;
    }

    .is-product-tour .cd-product-mockup {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
        left: 0px;
    }
    .is-product-tour .cd-product-mockup::before {
        -webkit-transform: translateZ(-100px) translateY(220px) translateX(280px) rotateZ(-90deg);
        -moz-transform: translateZ(-100px) translateY(220px) translateX(280px) rotateZ(-90deg);
        -ms-transform: translateZ(-100px) translateY(220px) translateX(280px) rotateZ(-90deg);
        -o-transform: translateZ(-100px) translateY(220px) translateX(280px) rotateZ(-90deg);
        transform: translateZ(-100px) translateY(220px) translateX(280px) rotateZ(-90deg);
        display: none;
    }
    .cd-product-mockup img {
        max-width: 100%;
    }
}

.no-csstransforms3d .cd-product:after {
  content: "";
  display: table;
  clear: both;
}
.no-csstransforms3d .cd-product-mockup {
  float: right;
}
.no-csstransforms3d .cd-product-mockup::before {
  display: none;
}

.cd-3d-right-side, .cd-3d-bottom-side {
  display: none;
}
@media only screen and (min-width: 1170px) {
  .cd-3d-right-side, .cd-3d-bottom-side {
    display: block;
    position: absolute;
    left: 0;
    background-image: url(../img/cd-app-image.html);
    /* Firefox bug - 3D CSS transform, jagged edges */
    outline: 1px solid transparent;
  }
  .cd-3d-right-side::after, .cd-3d-bottom-side::after {
    /* darken the right/bottom sides */
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -15%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (min-width: 1170px) {
  .cd-3d-right-side {
    top: -1px;
    width: 10px;
    height: 100%;
    left: -15%;
    background-size: auto 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
    -moz-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
    -ms-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
    -o-transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
    transform: translateZ(-1px) translateY(1px) rotateY(-90deg);
  }

  .cd-3d-bottom-side {
    bottom: 0;
    width: 130%;
    height: 10px;
    left: 4.5%;
    height: 10px;
    background-position: bottom center;
    background-size: 100% auto;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translateZ(-1px) rotateX(-90deg);
    -moz-transform: translateZ(-1px) rotateX(-90deg);
    -ms-transform: translateZ(-1px) rotateX(-90deg);
    -o-transform: translateZ(-1px) rotateX(-90deg);
    transform: translateZ(-1px) rotateX(-90deg);
  }
  .cd-3d-bottom-side::after {
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.no-csstransforms3d .cd-3d-right-side, .no-csstransforms3d .cd-3d-bottom-side {
  display: none;
}

.cd-close-product-tour {
  /* close icon - product tour */
  display: none;
}
@media only screen and (min-width: 1170px) {
  .cd-close-product-tour {
    display: block;
    position: absolute;
    top: 0px;
    right: -15%;
    height: 40px;
    width: 40px;
    opacity: 0;
    visibility: hidden;
  }
  .no-touch .cd-close-product-tour:hover {
    opacity: .8;
  }
  .cd-close-product-tour::after, .cd-close-product-tour::before {
    /* these are used to create the 'X' icon */
    content: '';
    height: 40px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #ffffff;
  }
  .cd-close-product-tour::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .cd-close-product-tour::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .cd-close-product-tour.is-visible {
    visibility: visible;
    opacity: 1;
  }
}

.cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.cd-single-point > a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: inherit;
  background: #ea4a55;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  z-index: 2;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.cd-single-point > a::after, .cd-single-point > a:before {
  /* rotating plus icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-single-point > a::after {
  height: 2px;
  width: 12px;
}
.cd-single-point > a::before {
  height: 12px;
  width: 2px;
}
.cd-single-point::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}

.map-phoenix UL, .map-tucson UL {
    list-style: none;
}

/* Phoenix Map Markers */
.map-phoenix .mark-a {
    left: 22%;
    top: 41%;
}
.map-phoenix .mark-b {
    left: 22%;
    top: 28%;
}
.map-phoenix .mark-c {
    left: 7%;
    top: 29%;
}
.map-phoenix .mark-d {
    left: 18%;
    top: 24%;
}
.map-phoenix .mark-e {
    left: 30%;
    top: 22%;
}
.map-phoenix .mark-f {
    left: 35%;
    top: 21%;
}
.map-phoenix .mark-g {
    left: 58%;
    top: 52%;
}
.map-phoenix .mark-h {
    left: 75%;
    top: 40%;
}
.map-phoenix .mark-i {
    left: 47%;
    top: 33%;
}
.map-phoenix .mark-j {
    left: 63%;
    top: 25%;
}
.map-phoenix .mark-k {
    left: 53%;
    top: 22%;
}
.map-phoenix .mark-l-1 {
    left: 42%;
    top: 20%;
}
.map-phoenix .mark-l-2 {
    left: 74%;
    top: 28%;
}

/* Tucson Map Markers */
.map-tucson .mark-a {
    left: 48%;
    top: 46%;
}
.map-tucson .mark-b {
    left: 78%;
    top: 50%;
}
.map-tucson .mark-c {
    left: 7%;
    top: 51%;
}
.map-tucson .mark-d {
    left: 41%;
    top: 39%;
}
.map-tucson .mark-e {
    left: 33%;
    top: 38%;
}
.map-tucson .mark-f {
    left: 38%;
    top: 28%;
}
.map-tucson .mark-g {
    left: 45%;
    top: 28%;
}
.map-tucson .mark-h {
    left: 41%;
    top: 30%;
}
.map-tucson .mark-i-1 {
    left: 32%;
    top: 29%;
}
.map-tucson .mark-i-2 {
    left: 49%;
    top: 29%;
}



.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open::after {
  /* remove pulse effect */
  display: none;
}
.cd-single-point.is-open .cd-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.visited > a {
  background-color: #685f99;
}
.cd-single-point.visited::after {
  /* pulse effect no more active on visited elements */
  display: none;
}
@media only screen and (min-width: 480px) {
  .cd-single-point.is-open .cd-more-info.cd-left {
    right: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-right {
    left: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-top {
    bottom: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-bottom {
    top: 140%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-single-point {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  .cd-single-point::after {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
  }
  .points-enlarged .cd-single-point {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cd-bounce 0.4s;
    -moz-animation: cd-bounce 0.4s;
    animation: cd-bounce 0.4s;
  }
  .points-pulsing .cd-single-point::after {
    -webkit-animation: cd-pulse 2s infinite;
    -moz-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite;
  }
}

.no-csstransforms3d .cd-single-point {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(0);
  }
  60% {
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(234, 74, 85, 0);
  }
}
.cd-single-point .cd-more-info {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point .cd-more-info::before {
  /* triangle next to the interest point description - hidden on mobile */
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 8px solid transparent;
}
.cd-single-point .cd-more-info h2 {
    font-size: 2.2rem;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    margin-bottom: .8em;
    width: 100%;
    text-align: center;
}
.cd-single-point .cd-more-info p {
  color: #3d385a;
}
@media only screen and (min-width: 480px) {
  .cd-single-point .cd-more-info {
    position: absolute;
    width: auto;
    height: auto;
    padding: 1em;
    overflow-y: visible;
    line-height: 1.4;
    border-radius: .25em;
    box-shadow: 0 0 20px rgba(61, 56, 90, 0.3);
  }
  .cd-single-point .cd-more-info::before {
    display: block;
  }
  .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left {
    right: 160%;
    left: auto;
  }
  .cd-single-point .cd-more-info.cd-left::before {
    border-left-color: rgba(255, 255, 255, 0.95);
    left: 100%;
  }
  .cd-single-point .cd-more-info.cd-right {
    left: 160%;
  }
  .cd-single-point .cd-more-info.cd-right::before {
    border-right-color: rgba(255, 255, 255, 0.95);
    right: 100%;
  }
  .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top {
    bottom: 160%;
    top: auto;
  }
  .cd-single-point .cd-more-info.cd-top::before {
    border-top-color: rgba(255, 255, 255, 0.95);
    top: 100%;
  }
  .cd-single-point .cd-more-info.cd-bottom {
    top: 160%;
  }
  .cd-single-point .cd-more-info.cd-bottom::before {
    border-bottom-color: rgba(255, 255, 255, 0.95);
    bottom: 100%;
  }
  .cd-single-point .cd-more-info h2 {
    margin-bottom: 0;
  }
  .cd-single-point .cd-more-info p {
    font-size: 1.3rem;
  }
}

.cd-close-info {
  /* close the interest point description - only on mobile */
  position: fixed;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
}
.cd-close-info::after, .cd-close-info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  background-color: #ea4a55;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition-property: transform 0.2s;
  -moz-transition-property: transform 0.2s;
  transition-property: transform 0.2s;
}
.cd-close-info::after {
  height: 2px;
  width: 16px;
}
.cd-close-info::before {
  height: 16px;
  width: 2px;
}
@media only screen and (min-width: 480px) {
  .cd-close-info {
    display: none;
  }
}

.cd-more-info {
	min-width: 200px;
}

#interactive-map .cd-product-intro  P, .cd-more-info P {
	font-size: 14px !important;
}
.cd-more-info H2 {
	font-size: 16px !important;
}

@media only screen and (min-width: 1024px) {
	.cd-more-info {
		min-width: 400px;
	}
}

#main-content .container:before {
	background-color: transparent;
}

.cd-close-product-tour {
    top: 5px;
    right: 10px;
}

.entry-content ul {
    padding: 0px;
}

.cd-3d-right-side, .cd-3d-bottom-side {
    left: 0px;
}

.cd-3d-bottom-side {
    left: 15%;
    width: 100%;
}



