/* SSSI customistaion - 2019
04/11/2019
12h
 */



#topNav, footer {
    background: #ada699;
}
	
header .col-sm-5 h1 a {
    height: 140px;
    
    padding: 35px 0 0 155px;
    color: #fff;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: url(140w139h-sssi-logo-trans.png) no-repeat !important;
	background-position: -100px 5px 100px 20px; 
}
	
	
	
header {
    box-shadow: 1px 2px 1px 0 rgba(0,0,0,.15) !important;
    background-color: #f3eee5 !important;
}
	
header .col-sm-5 h1 {
    margin: 10px 0 5px 0px;
}
	
header .col-sm-5 h1 a span {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -.93px;
	color: #000;
}
	
	
	
header #mainNav li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000;
}
	
	
header #mainNav li a {
    color: #000;
}
	
	
#spots .col-sm-4 .wrapper span,  #campaign .lightBox, #banner .intro-box.blue {
	background-color: rgba(45,150,62,.8);
}

	
	
	@media (max-width: 767px) {
		
		
		header .col-sm-5 h1 a {
				padding: 8px 0 0 155px;
			}
		
		
			header .col-sm-5 h1 {
			 max-width: 410px;
			float: left;
			max-width: 310px;
			margin: 7px 0 13px -3px;
			}
		
		
			header .col-sm-5 h1 a span {
			font-weight: 600;
			font-size: 17px;
			line-height: 25px;
			letter-spacing: -1px;
			}
		
			#menuIcon, #searchIcon {
				color: #000;
			}
		
	}
	
	
	
#spots .col-sm-4 .wrapper h3 a {
    color: #000;
}
	


#socialFeeds h2 {
    color: #000 !important;
}
	

/* LANDING PAGES */

#expanding-panel .panel-default .panel-heading .panel-title {
    color: #ada699;
}


/* STANDARD PAGES */

.rightNav ul li a {
    color: #000;

}


.standard>h1, .standard>h1>a {
    color: #000;
}


.standard>h2, .standard>h2>a {
    color: #000;
}


.standard>h3, .standard>h3>a {
    color: #000;
}

/* Override Footer Logo */

footer .col-sm-6 img {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(140w139h-sssi-logo-trans.png) no-repeat;
  width: 140px; /* Width of new image */
  height: 139px; /* Height of new image */
  padding-left: 140px; /* Equal to width of new image */
}