@charset "UTF-8";

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */
.widget {
    padding-bottom: 20px;
}

img.wp-post-image {
    float: left;
    padding: 0 20px 0 0;
}

p {
    hyphens: none;
}

.feature-text p {
    font-size: 24px;
}

.feature-text.entry-content {
    padding: 1em 1em 0;
}

.entry-content {
	padding: 0.5em 1.5em 0;
}

.sidebar{
	background: #fafafa;
	padding: 0 1em !important;
	margin-bottom: 20px;
}

div#custom_html-3,
div#text-2 p {
	font-size: 0.85em;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("icons/responsivenav.eot");
  src:url("icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icons/responsivenav.ttf") format("truetype"),
    url("icons/responsivenav.woff") format("woff"),
    url("icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: relative;
  overflow: hidden;
  height: 24px;
  padding:6px 0;
  color:rgba(255,255,255,0.75);
}

.utility {
	background:#efefef;
}

.social ul {
	padding: 12px 0 0 0;
}

.social li,
.utility li {
	height: 36px;
	text-align:center;
}

.social li a {
	display:inline-block;
	width: auto;
	text-indent: 0;
	padding-left:36px;
}

.utility li a {
	display:inline-block;
	height: 36px;
	width: 24px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px;
	padding: 6px 0;
	text-indent: -9999px;
	text-decoration:none;
}

.copyright {
	text-align: center;
}

.social li a {
	color: #f8f9fa;
}

.social li.instagram a {
	background:url(../library/images/social-1_logo-instagram-reverse.svg) center left no-repeat;
	background-size: 25px;
}

.social li.facebook a {
	background:url(../library/images/social-1_logo-facebook-reverse.svg) center left no-repeat;
	background-size: 25px;
}




.utility li.phone a {
	background-image: url(../library/images/phone-solid.svg);
}

.utility li.address a {
	background-image:url(../library/images/map-marker-alt-solid.svg);
}

.nav-toggle:before {
	color: #000000; /* Edit this to change the icon color */
	font-family: "responsivenav", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 24px;
	text-transform: none;
	position: absolute;
	content: "≡";
	text-indent: 0;
	text-align: center;
	line-height: 36px;
	speak: none;
	width: 100%;
	top: 0;
	left: 0;
}

.nav-toggle.active::before {
	color: #000;
	font-size: 24px;
	content:"x";
}

.nav li ul:hover > ul.sub-menu{
	display: block;
	visibility: visible;
}


@media only screen and (min-width: 481px) {

      ul.sub-menu,
      ul.children {
		display: block;
	  }
	
	.nav-toggle {
		position: relative;
		overflow: hidden;
		width: 48px;
		height: 48px;
		float: right;
	}
	
	.nav-toggle:before {
	  line-height: 48px;
	}
	
	.nav-toggle.active::before {
	  line-height: 48px;
	}
	
	.utility {
		background: transparent;
		position: absolute;
		right: 0px;
		top: 30px;
	}
	
	.utility li {
		background-color:#3b579d;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		width: 48px;
		height: 48px;
		float: right;
		margin-left:17px;
  
	}
	
	.utility.m-all {
		width:50%;
		
	}

}

@media screen and (min-width:768px) {

	.copyright {
		text-align: left;
	}

	.utility li {
		background-color: transparent;
		width: auto;
		height: 24px;
		margin-top:12px;
		margin-right:0;
		margin-left:0;
	}

	.utility li a {
		text-indent: 0;
		background-position: left center;
		padding-left: 24px;
		width: auto;
	}

	.social li a {
		float: right;
	}


}