/*
Theme Name: Schott Removals v1.0
Theme URI: http://schottremovals.co.uk
Author: Tom Schott
Author URI: http://tomschott.com
Description: A custom theme built specifically for Schott Removals.
Version: 1.0
=======
License: GNU General Public License
License URI: license.txt

This theme, like WordPress, is licensed under the GPL.

The development of BootstrapWP was powered by Sublime Text 2 and lots of Diet Coke.
Use this starter theme to make something cool.  Please share the results with me via Twitter @rachelbaker.
Enjoy!

*/
/********************************************************

Comfortable with LESS?  Check out the /assets/css/less folder where the bootstrapwp.less file is the master complier

Not comfortable with LESS?  You can override the compiled bootstrapwp.css file by adding custom styles here.
-------------------------------------------------- */

/*!
 * Start Bootstrap - Freelancer Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
}

p {
    font-size: 20px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #085497;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #18bc9c;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}

.img-centered {
    margin: 0 auto;
}

#top-header h1 {
    display: block;
    text-indent: -9999px;
    background: url(assets/img/logo.jpg) no-repeat;
    width: 442px;
    height: 89px;
    margin: 5px 0 0 0;
}
#top-header .contact {
    text-align: right;
    padding: 10px 10px 10px 0;
    line-height: 20px;
}
#top-header .contact h4 {
    line-height: 25px;
    margin: 20px 0 0 0;
}
header#home {
    text-align: left;
    color: #fff;
    background: url(assets/img/banner.jpg) center center no-repeat;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}

header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}
header .btn-outline {
    margin-top: 0;
}
header .btn-success {
    padding: 10px 27px;
    margin-right: 20px;
}

header .intro-text {
    margin-bottom: 20px;
}
header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
header.testimonials {
      background: url(http://sandbox.tomschott.com/schottremovals/wp-content/uploads/2015/03/testimonials.jpg) center center no-repeat;
      height: 200px;
}

@media(min-width:768px) {
    header .container {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }
}

@media(min-width:768px) {
    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-fixed-top.navbar-shrink {
        padding: 10px 0;
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

.navbar {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 50px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    color: #fff;
    background: #18bc9c;
}

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }
}

#portfolio .portfolio-item {
    right: 0;
    padding: 0;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(9,96,172,.8);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #085497;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18bc9c;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}

footer {
    color: #fff;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #3e3e3e;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #3e3e3e;
    color: #a0a0a0;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

.clear {
    float: none;
    clear: both;
}
#quote a.btn {
    margin-top: 24px;
}
#main-container {
    background: url(assets/img/body-bg.jpg) repeat;
}
#testimonials {
    background: url(assets/img/testimonial-bg.jpg) left no-repeat;
    background-size: auto 100%;
    padding: 50px;
}
.testimonial-box {
    background: #FFF;
    padding: 40px;
}
#testimonials .col-md-3 {
    color: #FFF;
}
#testimonials h4 {
    color: #085497;
    font-size: 2.25em
}
.arrows > a {
    display: block;
    height: 45px;
    width: 45px;
    background: #085497;
    float: left;
    margin-top: 21px;
    color: #FFF;
    text-decoration: none;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}
.arrows > a:hover {
    background: #0960ac;
}
.arrows .back {
    margin-right: 5px;
}
#address {
    background: url(assets/img/lingfield-bg.jpg) no-repeat center center;
    background-size: 100% auto;
}
#address .main-office {
    background: #085497;
    color: #FFF;
    padding: 20px;
}
#address .phone-box {
    padding: 20px 20px;
    background: #085497;
    color: #FFF;
    margin-bottom: 20px;
}
#address .phone-box p, #address .phone-box h6 {
    margin: 0;
}
#address a {
    color: #fff;
}
#address a:hover {
    text-decoration: none;
    border-bottom: 2px solid #FFF;
}
#top-header .contact > h4 {
    float: left;
}
#top-header .contact > img {
    float: right;
}
#top-header h1 {
    color: #085497
}
#footer {
	background: #3e3e3e;
	padding-top: 50px;
	color: #fff
}
footer {
	background: #3e3e3e;
	color: #a0a0a0;
	text-align: center;
}
footer p {
	font-size: 15px;
}
footer a {
    text-decoration: none;
    color: #a0a0a0;
}
footer a:hover {
    text-decoration: underline;
    color: #a0a0a0;
}

/**
   * Item Styles
   */
  .quovolve {
    margin: 20px 0;
  }
  .quovolve blockquote {
    margin: 0;
  }
  .quovolve blockquote p {
    margin: 10px 0;
  }
  .quotes ul {
    list-style: none;
  }

  /**
   * General Navigation Styles
   */
  .quovolve-nav:before, .quovolve-nav:after {
    content: "\0020"; display: block; height: 0; visibility: hidden;
  }
  .quovolve-nav:after { clear: both; }
  .quovolve-nav {
    margin: 20px 0;
    line-height: 30px;
    zoom: 1;
  }
  .quovolve-nav span {
    float: left;
    margin-right: 5px;
  }
  .quovolve-nav a {
    background: #aaa;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 5px 15px;
    border: 0 none;
    text-align: center;
    /* Border Radius */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /* Box Shadow */
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0, 0.15);
  }
  .quovolve-nav a:hover {
    background: #dd390d;
  }

  /**
   * Numbered Navigation
   */
  .nav-numbers {
    list-style: none; margin: 0;
    float: right;
  }
  .nav-numbers li {
    float: left;
    margin: 0 0 0 5px;
  }
  .nav-numbers li a {
    padding-left: 0; padding-right: 0;
    width: 30px;
  }
  .nav-numbers li.active a, .nav-numbers li a:hover {
    background: #dd390d;
  }

  /**
   * Navigation Description
   */
  .nav-text {
    margin-left: 30px;
    color: #aaa;
  }

  .quovolve-nav {
    display: none;
  }

  .sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

br.clear {
	float: none;
	clear: both;
}
.input-contain {
	width: 50%;
	float: left;
	margin-top: 10px;
}
.input-contain.full-width {
	width: 100%;
	float: none;
	clear: both;
	padding-top: 10px;
}
.radio-button {
	border-radius: 5px;
	background: #085ca5;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 5px 0 0;
}
.radio-button input[type=radio] {
	z-index:-1000;
	top:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
	display: none;
}
.radio-button input[type=radio] + label {
	padding-left:23px;
	height:18px;
	display:inline-block;
	line-height:18px;
	background-repeat:no-repeat;
	background-position: 0 -16px;
	color: #fff;
	font-size: 11px;
	vertical-align:middle;
	cursor:pointer;
}

.radio-button input[type=radio]:checked + label {
	background-position: 0 1px;
}
.radio-button label {
	background-image:url(assets/img/form/checkboxes.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#downstairs .input-contain label,
#upstairs .input-contain label,
#outside .input-contain label {
	float: left;
	width: 160px;
	text-align: right;
	padding: 5px 0 0 0;
}
#page_1 input {
	width: 90%;
}
#page_1 input[type=radio] {
	width: auto;
}
#downstairs .input-contain input,
#upstairs .input-contain input,
#outside .input-contain input {
	margin-left: 10px;
	display: inline-block;
}
#downstairs .input-contain.full-width label,
#upstairs .input-contain.full-width label,
#outside .input-contain.full-width label {
	float: left;
	text-align: left;
	width: auto;
	padding: 5px 0 0 0;
}
#downstairs .input-contain.full-width input,
#upstairs .input-contain.full-width input,
#outside .input-contain.full-width input {
	margin-left: 10px;
	display: inline-block;
}
#downstairs .input-contain:before,
#upstairs .input-contain:before,
#outside .input-contain:before {
	 display: table;
	 line-height: 0;
	 content: "";
}
#downstairs .input-contain:after,
#upstairs .input-contain:after,
#outside .input-contain:after {
	display: table;
	 line-height: 0;
	 content: "";
	clear: both;
}
#page_2, #page_3, #page_4, #page_5 {
	display: none;
}
.meter {
	width: 100%;
	height: 20px;
	position: relative;
	background: #dcdcdc;
	margin-bottom: 45px;
}
.meter > span {
	padding-left: 5px;
	display: block;
	height: 100%;
	background-color: #206ec6;
	position: relative;
	line-height: 20px;
}
input.mainForm {
	width: 160px !important;
	margin-top: 20px;
	padding: 10px;
}
input.submit-button {
	padding: 10px;
}
input.continue-button, input.submit-button {
	float: right;
	margin-top: 20px;
	background: #085ca5;
	color: #FFF;
	border: none;
	border-radius: 5px;
}
input.continue-button:hover, input.submit-button:hover {
	background: #0c73cc;
	color: #FFF;
}
input.back-button {
	float: left;
}
.input-contain label {
	display: block
}
.input-contain input {
	padding: 10px;
	border: 1px solid #65abd0;
}
.form-group input.error {
	border: solid #db7560;
	background: url(assets/img/form/input-error.png) #FFF right 10px center no-repeat;
}
.form-group input.valid {
	border: solid #24aa98;
	background: url(assets/img/form/input-valid.png) #FFF right 10px center no-repeat;
}
select.form-control.error {
    background: url(assets/img/form/select-arrow-error.png) #db7560 right 10px center no-repeat;
}
.form-group input:active {
	border: 1px solid #206ec6;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#formcontain > p {
	margin: 0;
}
#commentForm h4 {
	margin: 0 0 10px 0 !important;
	padding: 20px 0 0 0;
}
fieldset#downstairs > .form-inline, fieldset#upstairs > .form-inline, fieldset#outside > .form-inline {
    margin-top: 10px;
}
fieldset#downstairs input.form-control, fieldset#upstairs input.form-control, fieldset#outside input.form-control {
    margin-left: 10px;
}
#online-estimate .form-inline {
    margin-bottom: 5px;
}

select.form-control {
	background: url(assets/img/form/select-arrow.png) #085ca5 right 10px center no-repeat;
	padding: 10px;
	border: none;
	color: #fff;
	-webkit-appearance: none;
	height: 42px;
    line-height: 21px
}
label.error {
	/* display: none !important; */
    color: #db7560;
}
label[for="access1yes"],
label[for="access1no"],
label[for="access2yes"],
label[for="access2no"],
label[for="access2unsure"],
label[for="keysyes"],
label[for="keysno"],
label[for="keysunsure"],
label[for="packingyes"],
label[for="packingno"],
label[for="dismantleyes"],
label[for="dismantleno"],
label[for="liftingyes"],
label[for="liftingno"],
label[for="garmentsyes"],
label[for="garmentsno"] {
  background-color: #085ca5;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}
label[for="access1yes"] input,
label[for="access1no"] input,
label[for="access2yes"] input,
label[for="access2no"] input,
label[for="access2unsure"] input,
label[for="keysyes"],
label[for="keysno"],
label[for="keysunsure"],
label[for="packingyes"] input,
label[for="packingno"] input,
label[for="dismantleyes"] input,
label[for="dismantleno"] input,
label[for="liftingyes"] input,
label[for="liftingno"] input,
label[for="garmentsyes"] input,
label[for="garmentsno"] input {
    margin-right: 5px;
}
#indicator {
	position: relative;
	background: #2c2c2c;
	top: 28px;
	width: 24px;
	height: 20px;
	line-height: 20px;
	right: 12px;
	margin-left: 100%;
	font-size: 10px;
	text-align: center;
	color: #fff;
}
#indicator:before {
	position: absolute;
	display: inline-block;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #2c2c2c;
	left: 4px;
	content: '';
	top: -4px;
}

#commentForm fieldset > p {
	margin: 0 !important;
}

#sidebar h3 {
	display: block;
	padding: 10px;
	width: 100%;
	margin: 0;
    text-align: left;
}
#sidebar h3 span {
	font-size: 16px;
	line-height: 30px;
	margin-right: 10px;
}



/*form styles*/
#online-estimate {
}
#online-estimate fieldset {

    box-sizing: border-box;
    margin-top: 50px;

    /*stacking fieldsets above each other*/
}
#online-estimate fieldset:first-of-type {
    margin-top: 0;
}


/*progressbar*/
#progressbar ol, #progressbar {
    text-align: center;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}
#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-size: 12px;
    background-color: #085ca5;
}
#progressbar li a {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #085497;
}
.scroll-nav.fixed .scroll-nav__wrapper {
  position: fixed;
  top: 60px;
  min-width: 160px;
}
.scroll-nav__section {
    padding: 0;
}
.scroll-nav__item a {
    background: #064780;
    font-weight: bolder;
    color: #CCC;
}
.scroll-nav__item.active a {
    color: #FFF;
    background: #085497;
}
#progressbar li a:hover {
    color: #FFF;
    text-decoration: none;
}
#progressbar li a.valid {
	background: url(assets/img/form/nav-valid.png) green right 10px center no-repeat !important;
	border-bottom-color: green !important;
}


#contact-form .form-inline input.form-control {
    width: 100%
}

#main .post:nth-child(even) blockquote {
    border-left: 5px solid #CCC;
}
#main .post:nth-child(odd) blockquote {
    border-right: 5px solid #CCC;
    border-left: 0;
}

#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search {
    font-size: 23px;
}

@media(max-width:768px) {

    #top-header {
        background: none;
    }
    #top-header h1 {
        width: 100%;
        background-size: 100% auto;
    }
    #top-header .contact {
        padding: 10px 0;
        text-align: center;
    }
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
    .dropdown-menu {
        position: static;
        display: block;
        float: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-align: center;
        background: #0960ac;
    }
    header .container {
        padding-top: 50px;
    }
    header#home {
        text-align: center;
    }
    header#home a.btn {
        margin-top: 10px;
    }
    #quote {
        text-align: center;
    }
    #quote a.btn {
        float: none !important;
        margin: 0 auto 30px;
    }
    #main, #sidebar {
        padding: 0;
    }
    #main-container {
        padding-bottom: 20px;
    }
    section#testimonials {
        display: none;
    }
    #address {
        background-size: auto 100%;
    }

}