/*
Theme Name: North_County
Theme URI: http://www.northcountylowry.com
Description: Custom Theme for North County Lowry.
Version: 1.0
Author: Josh Bergman
Author URI: http://www.joshbergman.com

Typekit:
font-family: "rosewood-std-fill",sans-serif;


*/

/* Begin */
body {
	font-size: 15px; /* Resets 1em to 10px */
	font-family: arial, helvetica, verdana, sans-serif;
	color: #333;
	text-align: center;
	margin:0;
	padding:0;
	}
#container {
	width:100%;
	}
#header {
	width:100%;
	height:auto;
	max-height:291px;
	overflow:hidden;
	background-image:url('../jpg/header-bg.jpg');
	background-repeat:repeat-x;
	background-position:top center;
	text-align:left;
	}
#header-container {
	width:100%;
	max-width:980px;
	margin:auto;
	}
#logo {
	width:50%;
	height:auto;
	max-width:464px;
	max-height:291px;
	float:left;
	position:relative;
	overflow:hidden;
	}
#logo img {
	max-width:100%;
	height:auto;
	}
#header-right {
	width:50%;
	height:auto;
	overflow:hidden;
	float:left;
	position:relative;
	display:inline-block;
	}
#header-address {
	width:100%;
	max-width:330px;
	height:122px;
	font-family: "rosewood-std-fill",sans-serif;
	clear:both;
	}
#header-address p {
	margin:30px 50px 30px 50px;
	float:right;
	font-size:15px;
	line-height:110%;
	letter-spacing:3px;
	text-align:left;
	}
#header-image {
	width:100%;
	height:auto;
	max-width:480px;
	max-height:169px;
	background-color:transparent;
	}
#header-image img {
	max-width:100%;
	height:auto;
	}
#nav {
	background-color:#1c1919;
	width:100%;
	min-height:49px;
	color:#FFF;
	}
#nav-bar {
	width:100%;
	max-width:1300px;
	margin:auto;
	text-align:center;
	padding-top:15px;
	}
#content-container {
	width:100%;
	display:inline-block;
	background-image:url('../jpg/bg.jpg');
	background-position:top center;
	}
#content-slideshow {
	width:100%;
	max-width:780px;
	height:auto;
	max-height:550px;
	margin:auto;
	overflow:hidden;
	position:relative;
	text-align:left;
	z-index:10;
	}
#content-home {
	width:100%;
	max-width:780px;
	height:auto;
	display:inline-block;
	margin:auto;
	position:relative;
	text-align:left;
	}
#content {
	width:100%;
	height:auto;
	max-width:420px;
	max-height:550px;
	top:0;
	right:0;
	position:absolute;
	background-color:transparent;
	background-image:url('../png/70bg.png');
	text-align:left;
	overflow:hidden;
	z-index:100;
	}
#content-scroll {
	margin:10px;
	width:100%;
	max-width:400px;
	height:530px;
	}
#home-content {
	width:100%;
	max-width:780px;
	height:auto;
	position:relative;
	background-color:transparent;
	background-image:url('../png/home-bg2.png');
	background-repeat:no-repeat;
	display:inline-block;
	}
#content-full {
	width:100%;
	max-width:780px;
	height:auto;
	display:inline-block;
	margin:auto;
	position:relative;
	text-align:left;
	background-color:#FFF;
	}
#full-content {
	width:100%;
	max-width:780px;
	height:auto;
	position:relative;
	display:inline-block;
}
#footer {
	width:100%;
	height:auto;
	display:inline-block;
	background-color:#1c1919;
	text-align:center;
	color:#FFF;
	clear:both;
	}
#footer-container {
	width:100%;
	max-width:1280px;
	margin:auto;
	padding-top:20px;
	text-align:center;
	}
#footer-col1 {
	width:33.33%;
	max-width:420px;
	display:inline-block;
	position:relative;
	padding-right:15px;
	box-sizing:border-box;
	vertical-align:top;
	}
#footer-col2 {
	width:33.33%;
	max-width:420px;
	display:inline-block;
	position:relative;
	padding-right:15px;
	box-sizing:border-box;
	vertical-align:top;
	}
#footer-col3 {
	width:33.33%;
	max-width:420px;
	display:inline-block;
	position:relative;
	padding-right:0;
	box-sizing:border-box;
	vertical-align:top;
	}
#footer input[name="EMAIL"] {
    margin: 4px auto auto;
    width: 200px;
    height:24px;
}
#footer input[type="submit"] {
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
    text-transform: uppercase;
    margin:-4px auto 0px;
    border-radius: 6px;
    background-color:#6dc19b;
    color:#000;
}
#footer input {
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    color: #333;
    padding: 5px;
}
.footer-info {
	display:inline-block;
	width:100%;
	background-color:#FFF;
	font-size:11px;
}
.footer-info p {
	margin:5px 0;
}
	
/* Nivo Slider */

#container .theme-default .nivoSlider {
	position:relative;
	background:#fff url('../gif/loading.gif') no-repeat 50% 50%;
    margin-bottom:0;
    /* -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a; */
}

/* Home */

#home-box-left {
	float:left;
	position:relative;
	width:50%;
	max-width:370px;
	margin-right:90px;
	}

#home-box-right {
	float:left;
	position:relative;
	width:50%;
	max-width:270px;
	}
#home-box-events {
	float:none;
	width:100%;;
	display:inline-block;
	padding-bottom:20px;
	padding-top:15px;
	color:#FFF;
	}
#home-box-events a {
	text-decoration:underline;
	color:#FFF;
}
#home-box-events a:hover {
	color:#CCC;
}
.tour iframe {
	border:0;
}

/* End Home */

/* Content */

a {
	color:#666;
	text-decoration:underline;
	}
a:hover {
	color:#999;
	}
	
.row {
	float:left;
	position:relative;
	clear:both;
	width:100%;
	}
.column1 {
	float:left;
	position:relative;
	width:90%;
	}
.column2 {
	float:left;
	position:relative;
	width:47%;
	margin-right:10px;
	}
.column3 {
	float:left;
	position:relative;
	width:30%;
	margin-right:10px;
	}
.column {
	float:left;
	position:relative;
}
.line {
	border-top:solid 1px #999;
	height:5px;
	width:100%;
	display:block;
}
.button {
	background-color:#1c1919;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:10px;
	margin:10px auto;
	color:#FFF;
	display:table;
	clear:both;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    	transition: all 0.3s ease 0s;
	}
.button:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	}
.button a {
	color:#FFF;
	text-decoration:none;
	display:block;
	}
.button a:hover {
	color:#FFF;
	text-decoration:none;
	}
.button:hover {
	background-color:#333;
}

.home .button {
	margin:15px auto;
	text-align:center;
}

.home .button:hover {
	background-color:#f7941e !important;
}

.button-large {
	background-color:#538781;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:15px;
	margin:auto;
	color:#FFF;
	display:table;
	clear:both;
	-webkit-transition: all 0.3s ease 0s; /* Safari */
    transition: all 0.3s ease 0s;
	text-align:center;
	}
.button-large:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
	}
.button-large a {
	color:#FFF;
	text-decoration:none;
	display:block;
	font-size:18px;
	}
.button-large a:hover {
	color:#FFF;
	text-decoration:none;
	}
.button-large:hover {
	background-color:#f7941e;
}

.sgpb-popup-builder-content-html {
	text-align:center;
}

.sgpb-popup-builder-content-html .button {
	margin:auto;
}
.css-cl6530 {
	padding-right:30px !important;
}
.css-cl6530 a {
	font-size:22px !important;
}

/* End Content */	
	
/* Navigation */

#nav-bar .menu ul {
	margin:0;
}

#nav-bar ul.menu ul {
	display:none;
	list-style:none;
	z-index:100;
}

#nav-bar .sub-menu {
	background-color:#f58026;
	overflow:hidden;
	position:absolute;
	padding:0;
	margin:-3px 0 0 -28px;
	border:solid 1px #402303;
}

.menu-main-menu-container {
	margin:auto;
	display:table;
}

ul#menu-main-menu {
	margin:0;
	padding:0;
	list-style:none;
	margin:auto;
	display:inline-block;
}

ul#menu-main-menu li {
	display:inline-block;
	color:#402303;
	padding-right:20px;
	padding-left:20px;
	border-right:solid 1px #72caa2;
	height:22px;
	float:left;
	font-family: "rosewood-std-fill",sans-serif;
}


ul#menu-main-menu li:last-child {
	border-right:none;
}

ul#menu-main-menu li a {
	color:#FFF;
	font-size:17px;
	letter-spacing:3px;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	padding-top:1px;
	font-family: "rosewood-std-fill",sans-serif;
}

ul#menu-main-menu li a:hover, ul#menu-main-menu li.current-menu-item a {
	color:#6dc19b;
	text-decoration:none;
}

ul#menu-main-menu ul.sub-menu li {
	display:block;
	background-image:none;
	border-bottom:solid 1px #402303;
	border-right:none;
	text-align:left;
	float:none;
	padding:5px 10px 5px 10px;
	height:19px;
	min-width:100px;
}

ul#menu-main-menu ul.sub-menu li:hover {
	background-color:#6dc19b;
}

ul#menu-main-menu ul.sub-menu li:last-child {
	border-bottom:none;
}

ul#menu-main-menu ul.sub-menu li a, ul#menu-main-menu ul.sub-menu li a:hover {
	color:#FFF;
	font-size:15px;
	margin-top:0;
	letter-spacing:2px;
}

#nav-bar ul#menu-main-menu ul.sub-menu ul.sub-menu , #nav-bar ul#menu-main-menu ul.sub-menu ul.sub-menu ul.sub-menu, ul#menu-main-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.submenu {
	display:none !important;
}

.menu-footer-menu-container {
	text-align:center;
	margin:10px auto 0 auto;
	display:block;
	position:relative;
}

ul#menu-footer-menu {
	margin:auto;
	padding:0;
	list-style:none;
}

ul#menu-footer-menu li {
	color:#FFF;
	text-align:center;
}

ul#menu-footer-menu li:last-child {
	border-right:none;
}

ul#menu-footer-menu li a {
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
}

ul#menu-footer-menu li a:hover, ul#menu-footer-menu li.current-menu-item a {
	color:#6dc19b;
	text-decoration:none;
}

.border-button a {
	border:solid 1px #FFF;
	padding:3px 5px 3px 5px !important;
	margin-bottom:3px;
	line-height:1.0 !important;
}

.border-button ul li a {
	border:0;
}

/* End Navigation */

/* Sidebar */

#widget-title {
	font-size:17px;
	font-weight:normal;
	font-family: "rosewood-std-fill",sans-serif;
	color:#FFF;
	letter-spacing:2px;
	}
#blog-sidebar #sidebar-widget {
	margin-top:15px;
	padding-bottom:10px;
	border-bottom:solid 1px #666;
	width:250px;
	display:table;
	}
	
	#learn-more {
	text-align:right;
	font-size:11px;
	border-bottom:solid 1px #8c9993;
	padding:3px;
	}

#sidebar-widget form#searchform input#s, #sidebar-widget select, form#searchform input#s {
	border:solid 1px #999999;
	border-radius:10px;
	-moz-border-radius:10px;
	background-color:#FFFFFF;
	width:175px;
	height:26px;
	padding: 0 0 0 5px;
	margin-bottom:7px;
	margin-right:5px;
	float:left;
	position:relative
}

#sidebar-widget form#searchform input.go_button, form#searchform input.go_button {
	background-image:url('../png/button-go.png');
	background-repeat:no-repeat;
	border:none;
	color:transparent;
	background-color:transparent;
	width:30px;
	height:30px;
	cursor:pointer;
	float:left;
	position:relative;
}

/* End Sidebar */

/* Blog */

#blog-post {
	display:inline-block;
	padding-bottom:15px;
	margin-bottom:15px;
	width:100%;
	max-width:420px;
	border-bottom:dashed 1px #f9f9f9;
	}
#post-pic {
	width:150px;
	height:150px;
	margin-right:15px;
	float:left;
	position:relative;
	}
#post-detail {
	display:inline-block;
	width:100%;
	max-width:420px;
	float:left;
	position:relative;
	}
.post-date {
	font-size:10px;
	font-style:italic;
	}
.post-excerpt {
	}

/* End Blog */

/* Door Dash */
.storefront-sdk-emotion-cl6530 {
	width:auto !important;
	right:0 !important;
	bottom:20px !important;
}


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	}

h1, h2, h3 {
	font-family: "rosewood-std-fill",sans-serif;
	font-weight: normal;
	letter-spacing:3px;
	color:#3f685b;
	max-width:400px;
	}
#home-box-events h1, #home-box-events h2, #home-box-events h3  {
	color:#FFF;
}

h1 {
	font-size: 23px;
	overflow-x:hidden;

	}
h1:after {
	content:" ::::::::::::::";
	color:#3f685b;
	font-size:35px;
	}
#home-content h1:after {
	content:none;
	}
.join-our-team h1:after {
	content:" ::::::::::::::";
	}


h2 {
	font-size: 19px;
	}

h2.pagetitle {
	font-size: 22px;
	}

#sidebar h2 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 16px;
	}

h3 {
	font-size: 16px;
	}

h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color:#3f685b;
	}

h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#3f685b;
	}

h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em arial, helvetica, verdana, sans-serif;
	}
.commentlist li ul li {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	font-size:11px;
	line-height: 12px;
	text-transform: none;
	}

#commentform p {
	font-family: arial, helvetica, verdana, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em arial, helvetica, verdana, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
.postmetadata {
	font-size:11px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em arial, helvetica, verdana, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
.post {
	margin: 20px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding:0;
	margin: 0 0 10px 0;
	}

h2 {
	margin: 0 0 10px 0;
	}

h2.pagetitle {
	margin: 0 0 10px 0;
}

#sidebar h2 {
	margin: 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0 0 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 20px;
	padding: 0;
	list-style: disc;
	}

.entry ol {
	padding: 0;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:left;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
.grecaptcha-badge {
	display:none;
}


/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/




/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Mobile */

.slicknav_menu {
  display: none;
}

@media only screen and (max-width: 900px) {
#header-image {
	height:140px;
	overflow:hidden;
	}
#header-address p {
	margin:30px 50px 30px 50px;
	}
}

@media only screen and (max-width: 800px) {
#header-image {
	height:110px;
	}
ul#menu-main-menu li {
	padding-right:15px;
	padding-left:15px;
}
}
@media only screen and (max-width: 775px) {
#home-box-events {
	color:#333;
	}
#home-box-events h1, #home-box-events h2, #home-box-events h3 {
	color:#3f685b;
	}
#home-box-events a {
	color:#666;
	}
#home-box-events a:hover {
	color:#999;
	}
#home-content {
	background-color:transparent;
	background-image:url('../png/70bg.png');
	background-repeat:repeat;
	}
#home-box-left, #home-box-right {
	width:100%;
	max-width:100%;
	margin-right:0;
	float:none;
	}
}
@media only screen and (max-width: 700px) {
#header-image {
	height:90px;
	}
}
@media only screen and (max-width: 600px) {
.slicknav_menu {
  display: block;
}

ul.menu, ul#menu-main-menu.menu {
	display:none;
}
#header-image {
	display:none;
	}
#nav {
	height:10px;
	}
#header-address {
	height:auto;
	}
#header-address p {
	margin:30px 30px 0 20px;
	letter-spacing:2px;
	}

#footer-col1, #footer-col2, #footer-col3 {
	width:100%;
	max-width:100%;
	}
#footer-col1, #footer-col2 {
	border-bottom:solid 1px #FFF;
	}
#footer-col2, #footer-col3 {
	margin-top:10px;
	}
}

@media only screen and (max-width: 457px) {
#header-address p {
	font-size:12px;
	}
}
@media only screen and (max-width: 343px) {
#logo {
	float:none;
	width:195px;
	margin:auto;
	}
#header-right {
	float:none;
	width:195px;
	margin:auto;
	display:block;
	}
#header-address p {
	margin:20px 0 20px 0;
	text-align:center;
	float:none;
	font-size:15px;
	}
}


/* "Let me know if you need anything else." */
