/*
	Theme Name: Word Press Custom
	Author: BubbleUP Marketing
	Author URI: http://www.bubbleup.ca/
	Description: Custom WordPress Theme
	Version: 1.0
	License: Commercial
*/

#ie8{
    text-align:center;
    width:500px;
    margin:20% auto 0;
    font-family: arial, helvetica, sans-serif;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.header-image{
    height:144px;
    background:url(images/direction-bg.png) no-repeat center top; 
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
}

.header-logo{
    text-align:center;
    padding:20px 0;
}   

.desktop-nav{
    background:url(images/green-bg.jpg) #b3c591; 
    border-radius:0;
    -webkit-border-radius:0;
}

.desktop-nav a{
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial;
    font-weight: bold;
    padding-left: 12px;
    padding-right: 12px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 18px;
    border-right: 1px solid transparent;
}
.desktop-nav .nav .caret {
    border-top-color: #333333 !important;
    border-bottom-color: #333333 !important;
}

.dropdown-menu>li>a {
    display: block;
    padding: 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    font-size: 11px;
    white-space: nowrap;
}
.desktop-nav .dropdown-menu {
    background:#333;
    border-radius:0;
    -webkit-border-radius:0;
    text-align:left;
    margin:0;
}
.desktop-nav .dropdown-menu>li>a{
    text-align:left;
    color:#fff;
    text-transform: capitalize;
    font-size:14px;
}

.desktop-nav .dropdown-menu>li>a:hover, .desktop-nav .dropdown-menu>.active>a, .desktop-nav .nav .open>a,
.desktop-nav .nav>li>a:hover
{
    background:#326600 !important;
    color:#fff;
}

.desktop-nav .nav .open>a {
    border:0;
}
.nav>li>a:focus {
    border-right:1px solid #333;
}

.btn-lg {
color: #333;
background-color: #fff;
border-color: #ccc;
}


.btn-green-paper{
    border-style: solid;
    border-width: 14px 18px 15px 19px;
    -moz-border-image: url(images/button-border.png) 14 18 15 19 stretch;
    -webkit-border-image: url(images/button-border.png) 14 18 15 19 stretch;
    -o-border-image: url(images/button-border.png) 14 18 15 19 stretch;
    border-image: url(images/button-border.png) 14 18 15 19 fill stretch;
    padding:0;
}

.btn-green-paper, .btn-green-paper a{
    color:#fff;
    font-size:20px;
    font-weight:700;
}

.btn-green-paper:hover{
    border-style: solid;
    border-width: 14px 18px 15px 19px;
    -moz-border-image: url(images/button-border-hover.png) 14 18 15 19 stretch;
    -webkit-border-image: url(images/button-border-hover.png) 14 18 15 19 stretch;
    -o-border-image: url(images/button-border-hover.png) 14 18 15 19 stretch;
    border-image: url(images/button-border-hover.png) 14 18 15 19 fill stretch;
}


.blog-post-wrapper{
    padding-bottom: 20px;
    margin-bottom:20px;
    border-bottom: 1px solid #e3e3e3;
    height:auto;
    overflow:auto;
}
.blog-post-wrapper h2{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom:10px;
}
.date{
font-weight: bold;
text-align: center;
padding-right: 5px;
line-height: normal;
font-size: 13px;
line-height: 16px;
text-transform: uppercase;
}
.day{
border-left: 1px solid #e3e3e3;
font-size: 32px;
padding-right: 5px;
}
.pop-up{
    white-space:pre-wrap;
    width:50%;
    padding:20px;
}
.pop-up ul{
    list-style:disc;
    padding-left:20px;
}
.infopopup-link{
    color:#428bca;
}
.infopopup-link:hover{
    color:#286596;
    text-decoration:underline;
}

.wpcf7 input, .wpcf7 select, .wpcf7 textarea{
    width:100%;
}

#map_canvas, #map_canvas_2{
  width:100%;
  height:400px;
	}

        
/* line 396, sass/main.scss */
.gallery .gallery-item {
  border-bottom: 0 !important;
  text-align: center;
}

/* line 401, sass/main.scss */
.gallery .gallery-item .image-container {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 1;
}

/* line 411, sass/main.scss */
.gallery-item .video-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 50px;
  line-height: 150px;
  color: #fff;
}

/* line 422, sass/main.scss */
.gallery-item .video-button:hover {
  color: #ccc;
}

/* line 427, sass/main.scss */
.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause, .blueimp-gallery > .title, .blueimp-gallery > .indicator {
  visibility: visible;
  display: block;
}

/* line 432, sass/main.scss */
.blueimp-gallery > .slides > .slide > .slide-content {
  max-height: 60%;
  width: auto;
}

/* line 437, sass/main.scss */
.blueimp-gallery > .title {
  width: 50%;
  margin: 0 auto;
  left: 25%;
  right: 25%;
  top: 5%;
  text-align: center;
  font-family: 'nimbus-sans', sans-serif;
  text-transform: none;
} 
@media (min-width:760px) {

}
@media (min-width: 992px) { 
    .header-logo{
        text-align:left;
    }    
}