/*
	Theme Name: Mobile Glass
	Theme URI: http://zadroweb.com
	Description: Fully responsive html5 theme
	Author: Dario Zadro
	Author URI: http://zadroweb.com
	Version: 1.0
*/

/* GLOBAL STYLES */
body {font-family:'Open Sans', sans-serif;line-height:1.5em;font-size:15px;}
h1, h2, h3 {color:#0083cb;}
.alignleft,.left {float: left; }
img.alignleft {margin: 15px 15px 15px 0;}
.alignright,.right {float: right; }
img.alignright {margin: 15px 0 15px 15px;}
img.aligncenter {margin: 15px auto;}
.error {
	border:1px solid #ed4848;
	background-color:#efd5d8;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
		-ms-transition: all .5s ease;
		 -o-transition: all .5s ease;
			transition: all .5s ease;
}
form span {color:#ed4848;margin-left:5px;}
.blue {color:#053670;}
.light-blue {color:#0083cb;}
.green {color:#76b728;}
.no-padding {padding: 0 !important;margin: 0 !important;}

/* CUSTOMIZE THE NAVBAR */
.top-header {padding: 20px 0;}
.navbar-wrapper {width:100%;background-color:#053670;}
.navbar-toggle {top:10px;}
.navbar {background-color: #053670;margin:0;}
.nav > li > a {
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
	border-radius: 0;
	font-weight: 600;
	font-size:18px;
	margin: 20px 30px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #76b728;
}
.nav > .dropdown > a .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav > .dropdown > a:hover .caret,
.nav > .dropdown > a:focus .caret {
  border-top-color: #76b728;
  border-bottom-color: #76b728;
}
.nav a:hover,
.nav .current_page_item > a,
.nav .current_page_parent > a {color: #76b728;}

#breadcrumbs {margin-top:15px;padding-bottom:10px;border-bottom:1px dashed #ced0d1;font-family:Verdana, Geneva, sans-serif;font-size:13px;}

.menu-item-has-children:hover > .dropdown-menu {display:block;visibility:visible;margin-top:-1px;margin-left:20px;}
.menu-item-has-children .dropdown-menu .menu-item-has-children:hover .dropdown-menu {position:absolute;top:0;left:100%;margin:0;}

#menu-quote {line-height:75px;margin-left:20px;}
.dropdown-menu a {font-size:15px;}

#logo {display:block;margin-top:0;}
.tagline {font-size:24px;text-transform:uppercase;font-weight:bold;text-align:center;margin-top:7px;}
.tagline .tag-phone {color:#053670;}
.tagline .green {display:block;width:100%;margin-bottom:8px;}
.tagline .green:hover, .tag-phone {text-decoration:none!important;}

#social-header {}
#social-header > li a {background:url(assets/img/social-icons.png) no-repeat; width:38px; height:38px;padding-right:10px;padding-left:10px;display:block;}
#social-header > li a span {display:none;}

#social-header .facebook {background-position:0 0;}
#social-header .facebook:hover {background-position:0 -38px!important;}

#social-header .twitter {background-position:-38px 0;}
#social-header .twitter:hover {background-position:-38px -38px!important;}

#social-header .google {background-position:-76px 0;}
#social-header .google:hover {background-position:-76px -38px!important;}

#social-header .pinterest {background-position:-114px 0;}
#social-header .pinterest:hover {background-position:-114px -38px!important;}

#share {list-style:none;padding:0;float:right;margin-top:5px;}
#share li {display:inline-block;width:105px!important;height:25px;vertical-align:middle;}
#share li.pull {margin-bottom:5px!important;}


/* HERO */
#hero {height:485px;position:relative;text-align:center;border-bottom:12px solid #f59331}
.hero-slide {
	background: url(assets/img/hero-girl.jpg) no-repeat center center;
	-webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
	width:100%;height:100%;
}
#road {background: url(assets/img/road.png) repeat-x;height:54px;width:100%;position:relative;}
#road #phil {width:273px;height:301px;position:absolute;bottom:10px;left:50px;}
#road #chip {width:258px;height:237px;position:absolute;bottom:10px;left:450px;}
#road .phil-callout {position:absolute;bottom:320px;left:70px;float:left;}
#road .chip-callout {position:absolute;bottom:230px;left:425px;float:left;}

.phil-callout .arrow, .chip-callout .arrow {
  position: absolute;
  bottom: -30px;
  left: 90px;
  border-top: 15px solid rgba(1,52,114,1);
  border-bottom: 15px solid transparent;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

/* BODY COPY */
.body-section {margin-top:40px;margin-bottom:40px;}
.call-out {background-color:#053670;padding:20px;margin-bottom:20px;color:#fff;text-transform:uppercase;font-weight:600;font-size:18px;position:relative;}
.entry .call-out {margin-top:30px;}
.call-out.orange {background-color:#f59331;}
.call-out.black {background-color:#333;}
a.call-out {text-decoration:none;display:block;}
a.call-out:hover {color:#fff;background-color:#76b728;}
.call-out .right-arrow {background:url(assets/img/sidebar-right-arrow.png) right no-repeat;height:23px;height:16px;padding-right:28px;}

.call-out.arrow:after {
	top: 100%;
	right: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(51, 51, 51, 0);
	border-top-color: #333333;
	border-width: 15px;
	margin-left: -15px;
}

.sidebar-icon {border-bottom:1px solid #fff;margin-bottom:20px;width:100%;height:54px;}
.sidebar-icon.thumb {background:url(assets/img/sidebar-thumb-white.png) center top no-repeat;}
.sidebar-icon.arrow {background:url(assets/img/sidebar-arrow-white.png) center top no-repeat;}
.sidebar-icon.check {background:url(assets/img/sidebar-check-white.png) center top no-repeat;}
.sidebar-icon.star {background:url(assets/img/sidebar-star-white.png) center top no-repeat;}

/* INTERIOR PAGE */
.header-image {border-radius: 6px;margin-bottom:20px;margin-top:10px;}
.locations-list {overflow:hidden;}
.locations-list li {float:left;width:160px;margin-bottom:10px;}
.location hr {clear:both;width:100%;}
.locations-single {margin-bottom:26px;}

/* PHIL TIP BOX */
.phil-box {background:#fffdc7;border:1px solid #e0bb3e;padding:15px;margin:20px 25px 20px 0;float:left;max-width:380px;font-weight:bold;}
.phil-box.emotion-tip {background:url(assets/img/phil-tip_54x80.jpg) 10px no-repeat #fffdc7;padding-left:80px;min-height:100px;}
.phil-box.emotion-confused {background:url(assets/img/phil-confused_47x80.jpg) 10px no-repeat #fffdc7;padding-left:75px;min-height:100px;}
.phil-box.emotion-confident {background:url(assets/img/phil-confident_49x80.jpg) 10px no-repeat #fffdc7;padding-left:75px;min-height:100px;}
.phil-box.emotion-scared {background:url(assets/img/phil-scared_70x80.jpg) 10px no-repeat #fffdc7;padding-left:95px;min-height:100px;}
.phil-box.emotion-running {background:url(assets/img/phil-running_72x80.jpg) 10px no-repeat #fffdc7;padding-left:95px;min-height:100px;}

/* BLOG and BODY ELEMENTS */
.postmetadata {margin-top:10px;margin-bottom:10px;font-weight:600;display:block;}
.page h1, .post h1, .post h2:first-of-type {margin-top:0;}
.page .entry, .post .entry {margin:30px 0;}

/* BLOG FEED */
.blog-feed {border-bottom:1px solid #ced0d1;padding-bottom:15px;margin-bottom:15px;}
.blog-feed .postmetadata {margin-top:0;margin-bottom:7px;}
.blog-feed .blog-entry {font-size:13px;}
.blog-feed h2, .blog-feed h3, .blog-feed h4 {margin-top:5px;margin-bottom:5px;}
.blog-feed .blog-image {float:left;margin-right:15px;border:4px solid #ced0d1;}
.blog-feed .blog-image:hover {border:4px solid #053670;}

/* SIDEBAR */
#sidebar ul {list-style:none;padding:0;margin:0;}
#sidebar ul ul {margin:0;}
#sidebar ul ul li {padding:7px 0 0;}

/* COMMENTS */
#comments,#respond h3 {
    background: #87bce2;
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px;
}
.commentlist,#respond {background: #efefef;float: left;margin: 0;}
#respond {width: 100%;}
.commentlist, .commentlist .children {list-style: none;width:100%;}
.commentlist li,.commentlist li:first-child {margin: 0;padding-top: 0;}
.commentlist .comment, #respond form {padding: 26px;}
.comment .comment-body {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 16px;
}
.comment-body .comment-author {float: left;width: 100%;position: relative;height: 48px;}
.comment-body .avatar {float: left;}
.comment-body .comment-meta a {color: #838383;text-decoration: none;}
.comment-body .comment-meta {float: left;}
.comment-body .comment-meta a:hover {text-decoration: underline;}
.comment-body .comment-text {margin-left: 60px;float: left;}
.comment-body .fn {margin-left: 12px;position: absolute;top: 0;}
.comment-body .meta-data {position: absolute;bottom: 0;margin-left: 60px;font-size:12px;}
.comment-body {border-bottom: 1px solid #dedede;padding: 8px 0;}
.comment-body .fn,.comment-body .fn a {font-size: 16px;text-decoration: none;}
.comment-body .fn a:hover, .comment-body .reply a:hover {text-decoration: underline;}
.comment-body p {padding: 8px 0;}
.comment-body .reply {float: left;border-left: 1px solid #a0a0a0;padding-left: 4px;margin-left: 4px;}
.comment-body .reply a {text-decoration: none;}
.comment-body .reply a:hover,#cancel-comment-reply a:hover {text-decoration: underline;}
#respond label {display:block;}
#respond a {color: #033a68;text-decoration: none;}
#respond a:hover {text-decoration: underline;}
#cancel-comment-reply {}

/* FOOTER */
.footer {width:100%;border-top:2px solid #ddd;margin-top:60px;font-size:12px;}
.footer .top-footer {background:#e3e3e3;padding:30px 0;}
.footer .top-footer .col-lg-3 {border-right:1px solid #c2c2c2;height:240px;}
.footer h4 {margin-bottom:25px;color:#333;margin-top:0;}
.footer .bottom-footer {background:#323232;padding:30px 0;color:#dbd9d9;}
.footer .bottom-footer .col-lg-3 {border-right:1px solid #505f62;height:240px;}
.footer .bottom-footer h4 {border-bottom:1px solid #dbd9d9;padding-bottom:15px;color:#dbd9d9;}
.footer .omega {border-right:0!important;}

#store-hours li {border-bottom:1px solid #bec2c3;}

#contact-list li {padding-left:38px;line-height:1.4em;margin-bottom:25px;}
#contact-list span {display:block;}
#contact-list strong {margin-right:10px;width:50px;display:inline-block;}
#contact-list .map {background:url(assets/img/footer-map.png) left no-repeat;}
#contact-list .map span {display:inline-block;}
#contact-list .phone {background:url(assets/img/footer-phone.png) left no-repeat;}
#contact-list .mail {background:url(assets/img/footer-mail.png) left no-repeat;}

#social-footer > li a {background:url(assets/img/social-icons-small.png) no-repeat; width:28px; height:28px;padding-right:10px;padding-left:10px;display:block;}
#social-footer > li a span {display:none;}

#social-footer .facebook {background-position:0 0;}
#social-footer .facebook:hover {background-position:0 -28px!important;}

#social-footer .twitter {background-position:-28px 0;}
#social-footer .twitter:hover {background-position:-28px -28px!important;}

#social-footer .google {background-position:-56px 0;}
#social-footer .google:hover {background-position:-56px -28px!important;}

#social-footer .pinterest {background-position:-84px 0;}
#social-footer .pinterest:hover {background-position:-84px -28px!important;}

#social-footer .youtube {background-position:-112px 0;}
#social-footer .youtube:hover {background-position:-112px -28px!important;}

#menu-footer {list-style:none;padding:0;margin:0;}
#menu-footer li {margin-bottom:3px;}
#menu-footer a {font-size:14px;text-decoration:none;font-weight:bold;}

.flickrPhotos {margin-top:5px;list-style:none;padding:0;margin:0;}
.flickrPhotos li a {margin-left:10px;margin-right:10px;margin-bottom:20px;padding:0;float:left;}
.flickrPhotos li img {border:1px solid #053670;}
.flickrPhotos li img:hover {border:1px solid #efefef;}

/* SOCIAL WIDGETS */
.twitter_stream {list-style:none;padding:0;}
.twitter_stream li {margin-bottom:6px;line-height:1.5em;font-size:11px;}

.copyright {padding:15px 0;}

/*Responsive Styles*/
@media (max-width: 1199px) {
	.nav > li > a {margin-right:10px;margin-left:10px;}
	.header-image,
	.entry img {width:100%;height:auto;}
}
@media (max-width: 979px) {
	.nav > li > a {margin-right:0;margin-left:0;font-size:15px;}
	.top-header .tagline {font-size:19px;}
}
@media (min-width: 979px) and (max-width: 1199px) {
	.flickrPhotos img {width:50px!important;height:auto!important;}
	.footer {font-size:11px;}
	#logo img {width:220px;height:auto;}
	#share li {width:90px!important;}
}
@media (min-width: 767px) and (max-width: 979px) {
	#logo img {width:250px;height:auto;}
}
@media (max-width: 767px) {
	.nav-collapse {float:left;width:100%;}
	.dropdown:hover .dropdown-menu {
		position:relative;
		width:100%;
		background:none;
		border:none;
		-webkit-box-shadow: none;
        box-shadow: none;
		margin-bottom:20px;
	}
	.dropdown-menu li a {color: #fff;}
	.dropdown-menu li a:hover {
		background-color: inherit;
  		background-image: none;
		color: #76b728;
	}
	.top-header .col-sm-4 {text-align:center!important;float:none;margin-bottom:15px!important;}
	#menu-navigation {margin-top:30px!important;}
	.navbar-wrapper {padding-top:10px!important;padding-bottom:10px!important;}
	.nav > li > a {margin-top:0;margin-bottom:0;}
	.tagline {float:none;}
	.footer .top-footer .col-lg-3 {border-right:0;border-bottom:1px solid #c2c2c2;margin-bottom:20px;}
	.footer .bottom-footer .col-lg-3  {border-right:0;}
	.footer .omega {border-bottom:0!important;}
	.hidden-small {display:none!important;}
	.ytmap {width:300px;height:200px;}
}

article.post {
    clear:both;
    overflow:hidden;
}

.nav-below {
    overflow:hidden;
}

.nav-previous {
    float:left;
}

.nav-next {
    float:right;
}
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.top-header #social-footer {
	margin-top: 15px;
}
