/*
 Theme Name:   If Then Move
 Description:  MODx Theme built for If Then Move
 Author:       Michael Glesenkamp
 Author URI:   http://michaelglesenkamp.com
 Version:      1.1.0.0
*/
@import "/css/fonts.css";
@import "/css/nav.css";
@charset "UTF-8";
body {
	background:url(../images/layout/bg-body.jpg) no-repeat top center #3f0b00;
	margin:0;
	padding:0;
	font-family: 'Rambla', sans-serif;
	font-size: 16px;
}
a {
	color:#136690;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.cursor {
	cursor: pointer;
}
#wrapper {
	/*background:url(/images/layout/bg-wrapper.png) top center;*/
    width:1065px;
	margin:0 auto;
}
#hidden {
	display:none;
}
h1,h2,h3,h4,h5,h6 {
	color: #084E70;
}
h1 {
	margin-top:0;
}
.section-title {
	display: block;
    padding: 40px 0;
	margin: -40px 0;
    background: url('../images/layout/bg-section-title.png') no-repeat top center;
    background-size: contain;
}
.section-title .title {
	display: inline-block;
	font-family: 'Changing', 'Rambla', sans-serif;
	font-size: 72px;
	font-family: 'Changing', 'Rambla', sans-serif;
    line-height: 80px;
	color: #005886;
    overflow: visible;
	opacity: .8;
}
.section-title .heart {
	display: inline-block;
	background: url('../images/layout/bg-heart.png') no-repeat bottom;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin: 0 10px;
}
.section-title .large-font {
	font-size: 100px;
}
.section-tagline {
	background: url('../images/layout/bg-tagline.png') no-repeat bottom;
	background-size: contain;
	padding-bottom: 45px;
	margin-bottom: 10px;
	font-size: 56px;
	line-height: 56px;
	font-family: 'MomentsSansBold-Regular', 'Rambla', sans-serif;
}
.section-tagline span {
	color: #084f70;
}
footer {
	position: relative;
	display: table;
	width: 100%;
}
footer > img {
	width: 100%;
}
footer #social-networks-wrapper {
	position: absolute;
	z-index: 2;
	top: 40%;
	display: block;
	width: 100%;
}
footer #social-networks {
	display: table;
	width: 48%;
	margin: auto;
}
footer #social-networks a {
	display: table-cell;
}
footer #social-networks img {
	max-width: 100%;
}
.lightbox {
	background:url(/images/layout/bg-lightbox.png);
	display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 25;
}
.lightboxwrapper {
	width:960px;
    margin:100px auto 0;
    position:absolute;
    z-index:50;
}
.subscribeform {
	display:none;
	width:600px;
	height:auto;
	z-index:100;
	margin:0 auto;
    background:#FFFFFF;
    border-radius:10px;
    padding:10px;
    position:relative;
}
.close {
	background: url("../images/prettyPhoto/default/sprite.png") no-repeat scroll 2px 1px transparent;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
    z-index:125;
}
.show {display:block;}
.post {
      border-bottom:1px solid #733707;
      float:left;
      width:100%;
}
.post h2.title a {
      color:#000000;
}
.post #sharing {
      float:right;
}
.content .thumbnail {
      float:left;
      width:auto;
      margin:20px 15px 10px 0;
}
.content .thumbnail img {
      max-width:630px;
}
.post .thumbnail {
      float:left;
      width:auto;
      margin-right:15px;
      margin-top:0;
}
.post .thumbnail img {
      max-width:300px;
      max-height:250px;
}
.quip-fld {
      padding:3px;
}
.paging {
      display:table;
      margin:0 auto;
}
.paging .pageList{
      list-style-type:none;
      float:left;
      margin:0;
      padding:10px 0;
}
.paging li{
      float:left;
}
.paging li a {
      padding:0 5px;
      color:#000000;
}
.paging li a.active {
      color:#2C766B;
      font-weight:bold;
      text-decoration:underline;
}
.media {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 2px solid #CCCCCC;
}
.media-left, .media > .pull-left {
	padding-right: 25px;
}
.colorTip {
      top:20px!important;
}
.stick{
      border-radius: 5px 5px 5px 5px;
      color: white;
      padding: 20px 10px;
      position: relative;
      width: 250px;
      z-index: 10000;
}
.stickr_success {
      background: rgba(12, 139, 32, 0.66);
}
.stickr_error {
      background: rgba(204, 0, 0, 0.66);
}
.right {
      text-align:right;
}
.notrequired {
      display:none;
}
.store.row {
      float:left;
      /*margin:0 55px 25px 0;*/
      margin:0 -6px 25px 0;
      text-align:left;
      width:160px;
      border-bottom:1px solid;
      padding:0 0 25px;
}
.store.category.row {
      width:315px;
}
.addToCartLink {
      background: none repeat scroll 0 0 #27A737;
      border-radius: 10px 10px 10px 10px;
      color: #FFFFFF;
      padding: 5px 10px;
}
a img {
      border:none;
}
th {
      vertical-align:top; padding:3px 5px;
}
td {
      padding:3px 5px;
}
.error {
      display: block;
      margin: 2px 0 4px;
}
.requiredrow {
      background:none repeat scroll 0 0 rgba(242, 144, 144, 0.54)!important;
}
.focused {
      background:none repeat scroll 0 0 rgba(140, 181, 67, 0.58)!important;
}
.payment {
      background:#27A737;
      padding:5px 10px;
      border:0;
      border-radius:8px;
      cursor:pointer;
      color:#ffffff;
}
.hide {
      display:none;
}
.rounded {
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
}
.btn.brown {
      background:#993D0F;
      padding:5px 10px;
}
.btn.wide {
	width: 50%;
}
a.btn {
      color:#FFFFFF;
}
body {
	background: none;
}
.page-1 header {
	padding-top: 60px;
}
header {
	background: url('../images/layout/bg-header.jpg') no-repeat, top, center;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 20px;
}
article.content {
	position: relative;
	padding:100px 0 50px;
}
article .ribbon {
	position: absolute;
	top: -10px;
	width: 100%;
}
article.content .wysiwyg {
	background: #f8f8f8b3;
	padding: 25px;
}
.phone1::after,
.phone2::after {
	content: " - ";
	position: absolute;
	top: 7px;
	right: -3px;
}
form .form-group.date-picker {
	position: relative;
}
form .form-group.date-picker img {
	position: absolute;
	top: 28px;
	right: 0;
}
form .form-group.date-picker img:hover {
	cursor: pointer;
}
.ui-state-disabled .ui-state-default,
.ui-widget-content .ui-state-disabled .ui-state-default,
.ui-widget-header .ui-state-disabled .ui-state-defualt {
	background: #cc0000;
	color: #FFFFFF;
}
mark {
	font-weight: bold;
}
/*****************************
*******    Shopping    *******
*****************************/
#shopping-cart table,
#shopping-cart-checkout table {
	width: 100%;
}
#shopping-cart th,
#shopping-cart-checkout th {
	text-align: center;
}
#shopping-cart thead tr,
#shopping-cart tbody tr,
#shopping-cart-checkout thead tr,
#shopping-cart-checkout tbody tr {
	border-bottom: 1px solid;
}
#shopping-cart tbody td {
	padding-left: 10px 5px;
}
#shopping-cart tbody td a {
	color: #16a3b3;
}
#shopping-cart-checkout tbody td {
	padding: 15px 5px;
}
#shopping-cart-checkout td.item-total form {
	position: relative;
}
#shopping-cart-checkout td.item-total form .btnUpdateAction {
	position: absolute;
	right: 0;
	top: 50px;
}
#shopping-basket {
	position: fixed;
	right: 0px;
	top: 45%;
	z-index: 9999998;
	font-size: 38px;
	cursor: pointer;
}
#shopping-basket .fa-shopping-basket {
	position: relative;
	color: #136690;
}
#shopping-basket .count {
	position: absolute;
	top: -16px;
	left: -13px;
	background: #16a3b3;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	font-size: 20px;
	text-align: center;
	padding: 7px 0 0;
	color: #fff;
}
#shopping-cart {
	position: fixed;
	z-index: 9999999;
	top: 0;
	right: -400px;
	text-align: center;
	background: #205775;
	width: 100%;
	height: 100%;
	max-width: 275px;
	padding: 5% 30px;
	color: #FFFFFF;
	overflow: scroll;
	font-size: 14px;
	line-height: 17px;
}
#shopping-cart td img {
	max-width: 50px;
	height: auto;
}
#shopping-cart .close {
	background: none;
	color: #FFFFFF;
	opacity: 1;
	font-size: 30px;
}
#shopping-cart-checkout table td img {
	max-width: 150px;
	height: auto;
}
#shopping-cart-checkout table td {
	font-size: 18px;
}
.increment:hover {
	cursor: pointer;
}
.sq-input {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 1px;
}
.sq-input--focus {
	outline-width: 5px;
	outline-color: #70ACE9;
	outline-offset: -1px;
	outline-style: auto;
}
.sq-input--error {
	outline-width: 5px;
	outline-color: #FF9393;
	outline-offset: 0px;
	outline-style: auto;
}
/*****************************
********    Search    ********
*****************************/
.search-icon {
	position: fixed;
	z-index: 9999999;
	right: 0;
	font-size: 28px!important;
	padding: 10px 10px 10px 14px;
	background: rgba(19, 102, 144, 0.7);;
	color: #FFFFFF;
	cursor: pointer;
}
#search-form {
	width: 50%;
	position: fixed;
	right: 0;
	top: 0;
	margin-right: 50px;
}
#search-form input {
	width: 100%;
	height: 49px;
}
#search-form #searchIcon {
	display: none;
}
