@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300);

@import url(https://fonts.googleapis.com/css?family=Oswald:300,700);
@import url(https://s3.amazonaws.com/store24-ubertor-com/jeffthorpe.ourubertor.com/content/document/45.css);

@font-face {
	font-family: 'PalaceScript';
	src: url('https://s3.amazonaws.com/store24-ubertor-com/strathedendesigns.ourubertor.com/content/document/95.otf'); 
	src: 
		local('PalaceScript'),
		local('PalaceScript'),
		url('https://s3.amazonaws.com/store24-ubertor-com/strathedendesigns.ourubertor.com/content/document/95.otf') 
		format('opentype');
}


body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    color: #222;
}

#main_menu a {
    font-weight: 400;
}

h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif !important;
}

h1 {
    font-weight: 700;
}

h2 {
    font-weight: 500;
}

h3, h4, h5 {
    font-weight: 300;
}

.dash {
    display: block;
    width: 24px;
    height: 2px;
    margin: 20px auto 30px;
    background: #000;
}

.cms_content p {
    color: #222;
}

.top-navbar .nav-collapse {
    background-color: rgba(0, 0, 0, 0);
}

#main_menu li.active > a, #main_menu li.sel > a, #main_menu li:hover > a {
    color: #000;
    background: #F5F5F5;
}

.navbar-logo {
    color: #fff;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/strathedendesigns.ourubertor.com/content/image/48.png) no-repeat;
    width: 312px;
    height: 190px;
    background-size: contain;
    float: none;
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: 36%;
}

.navbar-logo h2 {
   display: none !important;
}

@media (min-width: 768px) {

.navbar-header {
    float: none;
    width: 100%;
}
.navbar-logo {
    position: relative;
    left: 0;
}
footer .col-sm-4 {
    width: 29.333%;
}
}

.header-meta ul {
    display: none;
}


/* Blog */

.sidebar-title {
    background: #000;
}

.post_heading a {
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.post small {
    color: #828282;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.entry {
  padding: 20px 0;
}


/* Footer */

footer {
    background: #58595b;
    color: #000;
}

footer a {
    color: #000;
}

footer .col-xs-12 {
    display: none;
}

.logo {
  background: url("http://limelightmarketing.ca/wp-content/uploads/2014/02/limelight-web-footer-black2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 27px;
  margin: 0 14px 0 0;
  width: 130px;
}

footer .links {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  float: left;
  height: 20px;
  width: 160px;
}

footer .links a {
  float: left;
  font-size: 80%;
  line-height: 10pt;
  margin: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

.links2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 20px;
  width: 161px;
  float: right;
  padding-right: 92px;
}

.links2 a {
  float: right;
  font-size: 75%;
  line-height: 10pt;
  margin: 0;
  opacity: 1;
  position: relative;
  text-decoration: none;
}

#powered_by {
    top: -11px;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/strathedendesigns.ourubertor.com/content/image/104.png);
}

#about-me {
    display: none;
}

body.home footer {
margin-top: 0;
}

.paddingtop2em {
    padding: 2em 0 0;
}

.brokeragelogo {
    max-width: 243px;
    margin-top: 3em;
}

#slides {
  height: 833px !important;
  overflow: hidden;
}

#main_menu {
    margin-left: 19%;
}

/* FLIP IMAGE CODE */

#f1_container {
  position: relative;
  margin: 10px auto;
  width: 450px;
  height: 281px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
  -webkit-perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: all 1.0s linear;
  -webkit-transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
    transform: rotateX(0deg);
  text-align: center;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  text-align: center;

}

.button_ba {
    margin-top: 110px;
    margin-bottom: -40px;
    text-align: center;
}

.button_ba a {
    color: #58595b;
    border: 1px solid #58595b;
    padding: 20px 30px;
}

.button_ba a:hover {
    color: white;
    padding: 20px 30px;
    text-decoration: none;
    background-color: #58595b;
}



@media screen and (min-width: 1200px) {
#slider1_container {
  height: 650px !important;
}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) { 
#slider1_container {
  height: 550px !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1000px) { 
#slider1_container {
  height: 450px !important;
}
}

@media screen and (max-width: 768px) {
#slider1_container {
  height: 400px !important;
}
}

.properties.list .pagination a, .has_afc .pagination a {
    color: #000;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #E8E8E8;
    border-color: #E8E8E8;
}

.befor_after {
    margin-bottom: 8%;
    margin-top: 2%;
}



/* Paralax Effect */

.bg-deepocean {
    padding: 6em 0;
    background-color: #F7F7F7 !important;
    background: url(https://s3.amazonaws.com/store24-ubertor-com/strathedendesigns.ourubertor.com/content/image/47.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.content-2-4 h1 {
    color: #FFF;
    font-size: 18pt;
    line-height: 24pt;
    text-shadow: 1px 0px 2px #2D2D2D;
    font-family: 'Open Sans', sans-serif !important;
    padding-bottom: 25px !important;
}

.content-2-4 i {
    clear: both;
    color: rgba(255,255,255,0.2);
}

.text-muted {
    color: #fff;
    text-shadow: 1px 0px 2px #2D2D2D;
}

a {
    color: #ADADAD;
}

h3.text-muted a {
    border: 1px white solid;
    padding: 10px 20px;
    margin-top: 10px !important;
    color: white;
}

h3.text-muted a:hover {
    text-decoration: none;
    background: white;
    color: black;
    text-shadow: none;
}

.hero-txt {
    display: none;
}

.portfolio_h4 {
    text-align: center;
    background: #58595b;
    width: 450px;
    padding: 20px;
    color: white;
    letter-spacing: 1px;
}

.port_head {
    margin-top: 23%;
    position: absolute;
}

.sssprev {
    opacity: 0.5 !important;
}

.sssnext {
    opacity: 0.5 !important;
}

.logo {
    background: url("http://limelightmarketing.ca/wp-content/uploads/2014/02/web-logo-footer-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 27px;
    margin: 0 14px 0 0;
    width: 130px;
}

footer .links a {
    color: white;
}

.footer_logo {
    text-align: center;
    color: white;
    margin-bottom: -70px;
    margin-top: 10px;
}

.footer_logo a {
    color: white;
}

@media (max-width: 736px) {
    a.navbar-logo.no-hover {
        margin-left: 7%;
        margin-top: -19px;
        margin-bottom: -8px;
    }
    
    .button_ba {
        margin-bottom: 10px;
        text-align: center;
        margin-top: 35px;
    }
    
    .footer_logo {
        margin-bottom: 20px;
    }
    
    
    
}

@media (max-width: 320px) {
    div#f1_container {
        width: 300px;
    }
    
    div#f1_card {
        width: 300px;
    }
    
    div#f1_card img {
        width: 300px;
    }
    
}

@media (max-width: 414px) {
    div#f1_container {
        width: 350px;
    }
    
    div#f1_card {
        width: 350px;
    }
    
    div#f1_card img {
        width: 350px;
    }
    
    .home_title_con h1 {
        font-size: 50px !important;
    }
    
    .home_title_con img {
        width: 58% !important;
        margin-left: 22% !important;
    }
}


@media (min-width: 700px) and (max-width: 768px) {
    
    div#f1_container {
        margin-bottom: 53px !important;
    }
    
    .col-sm-4 {
        width: 100%;
    }
    
    #main_menu {
    margin-left: 9%;
}
}

.port_video {
    margin-top: 50px;
    text-align: center;
    align-items: center;
    margin-left: 15%;
}

@media (min-width: 700px) and (max-width: 768px) {

    div#hf_footer-middle {
        float: right;
        margin-right: -117%;
    }
}

footer .footer_menu_links {
    margin-top: 0;
}

footer .col-sm-4 {
    min-height: 203px;
}

/***** 180627 glom - custom projects *****/
#custom-project .title {
  font-family: 'PT Serif', serif;
  text-align: center;
  margin: 30px 0px;
}
#custom-project .body {
  margin-bottom: 60px;
}
#custom-project .photos {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
#custom-project .item {
  width: 33%;
  box-sizing: border-box;
  padding: 5px;
}
#custom-project .item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width : 992px) {
  #custom-project .item {
    width: 50%;
  }
}
@media only screen and (max-width : 480px) {
  div#custom-project .photos {
    height: initial;
  }
  #custom-project .item {
    width: 100%;
  }
}
/*hover*/
#custom-project .item {
 border: 10px solid #fff;
    background: #fff;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;
}
#custom-project .item img {
  transition: all 0.25s ease;
  overflow: hidden;
}
#custom-project .item:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
/*large photo*/
#custom-project .photo-feature {
  width: 100%;
  border: 5px solid #000;
  overflow: hidden;
  cursor: pointer;
}
#custom-project .photo-feature img {
  width: 100%;
  transition: all 0.25s ease;
}
#custom-project .photo-feature:hover img {
  transform: scale(1.1);
  opacity: 0.6;
}
