

h1 {
	font-size: 56px;
	line-height: 56px;
	background: none;
	padding: 0;
}

h5 {
	margin-bottom: 10px;
}

input[type="submit"], button[type="submit"], button {
	height: 48px;
	font: 700 20px/28px 'Brandon', sans-serif;
	padding: 10px 50px 10px 34px;
}

.alignleft, .alignright {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.mobile-show {
	display: block;
	visibility: visible;
}

img {
	width: auto;
	max-width: 100% !important;
	height: auto !important;
}

img.aligncenter, img.alignleft, img.alignright {
	display: block !important;
	margin: 0 auto 20px !important;
}

table {
	table-layout: fixed;
}

.content iframe {
	width: 100% !important;
	height: auto !important;
}

.one-half {
	display: block;
	width: 100%;
	vertical-align: top;
}

.green h2 {
	line-height: 48px;
	padding: 10px 20px;
}
/* Site */

#mobile-menu-wrap {
	display: block;
	visibility: visible;
	background: url('solved-bg.jpg') no-repeat center center;
	background-size: contain;
	width: 100%;
	z-index: 99999;
}

/*Strip the ul of padding and list styling*/

ul#mobile-menu {
	width: 100%;
	position: absolute;
	display: none;
	list-style: none;
	font: 400 16px/20px 'Oswald', sans-serif;
	color: #0E3C60;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin: -20px 0 0 0;
	padding: 20px 0 5px;
	z-index: 9990;
	background: url('green.jpg') repeat center center;
	background-size: 280px;
}

/*Create a horizontal list with spacing*/
#mobile-menu li {
	display: inline-block;
	padding: 10px 0;
	position: relative;
}

/*Style for menu links*/
#mobile-menu li a {
	color: #0E3C60;
	padding: 0;
}

/*Hover state for top level links*/
#mobile-menu li:hover a, ul#mobile-menu .sub-menu li:hover a, ul#mobile-menu .sub-menu li.active > a {
	color: #007899 !important;
}

/*Style for dropdown links*/
#mobile-menu li:hover ul a {
	color: #0E3C60 !important;
}

/*Hide dropdown links until they are needed*/
#mobile-menu li ul {
	display: none;
	margin: 0;
}

/*Make dropdown links vertical*/
#mobile-menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
#mobile-menu li ul li a {
	width: auto;
	display: block;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul#mobile-menu li a:hover + .sub-menu, #mobile-menu .sub-menu:hover {
	display: block;
}

ul#mobile-menu .sub-menu {
	font: 400 14px/20px 'Oswald', sans-serif;
	color: #0E3C60;
	letter-spacing: 1px;
	text-align: center;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin: 10px 0 0;
	padding: 10px 0;
	background: url('dots-white.png') no-repeat center top, url('dots-white.png') no-repeat center bottom;
	background-size: 652px;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font: 400 23px/38px 'Oswald', sans-serif;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 0 0;
	display: block;
	margin: 0;
	background: url('solved-bg.jpg') no-repeat center center;
	background-size: contain;
	position: relative;
	z-index: 9999;
}

/*Hide checkbox*/
input[type=checkbox]#show-menu {
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]#show-menu:checked ~ #mobile-menu{
    display: block;
    visibility: visible;
}

/*Responsive Styles*/

/*Make dropdown links appear inline*/

/*Create vertical spacing*/
#mobile-menu li {
	margin-bottom: -2px;
}
/*Make all menu links full width*/
ul#mobile-menu li, #mobile-menu li a {
	width: 100%;
}

#mobile-menu form.search-bar {
	border: 0 none;
	padding: 0;
}

#mobile-menu form.search-bar button {
	margin: 0;
	float: none;
}

#mobile-menu form.search-bar button span {
	display: none;
	visibility: hidden;
}


.pattern {
	min-width: 0;
}

#pattern-top {
	height: 114px;
}

#pattern-bottom {
	height: 106px;
}

.pattern-left, .pattern-right {
	width: 40%;
	background-size: cover !important;
}

#wrapper {
	min-width: 0;
	margin: 0 auto 0;
}

#wrapper:after {
	display: none;
	height: 0;
}

#header {
	position: relative;
}

#header-line {
	width: 100%;
	display: block;
	height: 2px;
	background: url('line-horz.png') repeat-x center bottom;
}

#top-bar {
	width: 100%;
	padding: 20px 0;
	background: none;
}

.template-product #top-bar {
	padding: 20px 0;
}

.template-product #top-bar #customers, .template-product #top-search {
    line-height: 34px;
}

#top-bar #customers {
	float: none;
	text-align: center;
}

#top-bar #clueless {
	display: none;
	visibility: hidden;
}

#top-search {
	display: none;
	visibility: hidden;
}

#logo {
	background: none;
	width: 100%;
	height: auto;
	padding: 20px 5%;
}

#logo img {
	width: 100%;
}

#logo-dots {
	display: none;
}

#logo-small {
	width: 100%;
	height: auto;
	padding: 20px 5%;
	float: none;
	margin: 20px auto -20px;
	background: url('line-horz.png') repeat-x center top;
}

#logo-small img {
	width: 100%;
}

#menu-logo-wrap {
	display: none;
	visibility: hidden;
}


#shop-menu {
	display: none;
	visibility: hidden;
}

.header-stripe {
	display: none;
	visibility: hidden;
}

#top-breadcrumb {
	width: 100%;
	height: auto;
	background-size: cover;
	padding: 10px 5%;
}

ul#top-tags {
	width: 100%;
	margin: 10px auto;
	padding: 0 5%;
}

ul#top-tags li {
	padding: 0 8px;
}

.content {
	width: 90% !important;
	margin: 30px auto 60px !important;
}

.row {
	width: 100% !important;
}

#footer-inside {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 40px 0 0;
	background: none;
}

#footer-inside .footer-cell {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 40px;
}

#footer-insta {
	max-width: 100%;
}

#footer-inside #footer-menu {
	display: none;
	visibility: hidden;
}

#footer-inside h3 {
	margin-bottom: 20px;
}


#footer-disclaimer p {
	max-width: 100%;
}

#social {
	text-align: center;
	vertical-align: middle;
}

#footer #social {
	margin-top: 0;
}

#copyright {
	width: 100%;
	padding: 20px 5%;
	margin-bottom: 0;
}

#copyright i {
	display: none;
	visibility: hidden;
}

#copyright a, #copyright span {
	display: block;
	margin-bottom: 10px;
}

ul#bottom-menu {
	display: none;
	visibility: hidden;
}



/* Pages */

#page {
	background: url('page-bg-mobile.jpg') no-repeat center top !important;
	background-size: contain !important;
	min-height: 0;
}

/* Index */

#index table, #index tr, #index td {
	border: 0 none;
	padding: 0;
	background: transparent;
}

#index-hero {
	display: none;
	visibility: hidden;
}

#index-mobile {
	text-align: center;
	margin-bottom: 40px;
}

#index-mobile h5 {
	margin-bottom: 20px;
}

#index-mobile h3 {
	color: #0E3C60;
}

#index-mobile h3 strong {
	display: block;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
	color: #C94C9B;
}

#index-mobile h3 em {
	display: block;
	font-family: 'Libre Baskerville', serif;
	text-transform: lowercase;
}

#index-mobile a.arrow.pink {
	display: inline-block;
	margin: 10px;
}

#index-popular {
	width: 100%;
	background: url('index-hot-bg-top.png') no-repeat right top, url('index-hot-bg-bottom.png') no-repeat left bottom;
	background-size: contain;
	margin: 0 auto 30px;
	padding: 50px 0;
}

#index-popular .dots {
	width: 100%;
}

#ip-dots-top {
	top: auto;
	left: auto;
}

#index-popular h2 {
	float: none;
	display: table;
	background: url('sidebar-h2.png') no-repeat right bottom;
	background-size: 36px;
    margin: 30px auto;
    padding: 0 36px 0 0;
}

#index-popular a {
	float: none;
	width: 100%;
	max-width: 346px;
	height: 234px;
	background-size: cover;
	margin: 0 auto 40px;
}

#index-popular a#index-popular-two {
	background-size: cover;
}

#index-popular img {
	bottom: 0;
}

#index-community {
	width: 95%;
	height: auto;
	background: #FAF3F8;
	border: 1px solid #DECFB1;
	outline: 5px solid #FAF3F8;
	margin: 0 auto 40px;
	padding: 30px;
}

#index-community h2 {
	font: 400 20px/30px 'Oswald', sans-serif;
	color: #C94C9B;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#index-community table, #index-community tr, #index-community td {
	display: block;
	padding: 0;
	margin: 0;
}

#index-community img {
	width: 100%;
	display: block;
	margin: 0 auto 5px;
}

#latest-posts, #featured-posts {
	width: 100%;
	margin: 40px auto 0;
	padding: 0;
	background-size: contain;
}

#featured-posts {
	display: none;
	visibility: hidden;
}

#latest-posts .dots, #featured-posts .dots {
	width: 100%;
}

#latest-posts h2, #featured-posts h2 {
	margin-bottom: 20px;
}

#latest-posts h2 strong, #featured-posts h2 strong {
	padding: 0 20px;
}

.latest-post {
	display: inline-block;
	width: 100%;
	max-width: 304px;
	margin: 0 10px 40px;
}

#about #page {
	width: 100%;
}

#about #page ul {
	display: block;
	left: 0;
	margin-left: 20px;
}

#about hr {
	width: 100%;
	background-size: 624px;
	margin: 30px auto;
}

#about .sidebar {
	float: none;
	width: 100%;
	margin: 0 auto 30px;
}

#about #about-pink {
	width: 95%;
	height: auto;
	background: #FAF3F8;
	border: 1px solid #DECFB1;
	outline: 5px solid #FAF3F8;
	margin: 0 auto 40px;
	padding: 30px;
}

#about #about-pink h2 {
	margin-bottom: inherit;
}

#about #about-christina {
	width: 100%;
	padding-right: 0;
}

#about #about-christina h4 {
	padding-top: 0;
}

#about #about-christina img {
	margin: 0 !important;
}

#about .green {
	clear: both;
	margin: 0 auto 40px;
}

#about .green p {
	padding: 0 10%;
}

#about .col {
	float: none;
	width: 100%;
	margin: 0 !important;
}

#faq #page {
	width: 100%;
	padding: 0;
}

#faq #page a.block {
	line-height: 38px;
	padding: 15px 20px;
}

#faq #page table {
	margin: 40px auto;
}

#faq #page table, #faq #page tr, #faq #page td {
	display: block;
	padding: 0;
}

#faq #page td {
	padding: 10px;
}

#disclaimer-usage-agreement #page .col, #privacy-policy #page .col {
	width: 100%;
	float: none;
	margin: 0;
}

#contact #page  .col {
	float: none;
	width: 100%;
	margin-bottom: 40px;
}

#contact #page  .col img {
	display: none;
	visibility: hidden;
}

#contact #page p {
	padding-top: 0;
}

#contact .form-vertical {
	width: 100%;
}

/* Blog */

#blog {
	background: url('page-bg-mobile.jpg') no-repeat center top !important;
	background-size: contain !important;
}

/* Sidebar */

#sidebar {
	float: none;
	width: 100%;
}

.sidebar-item {
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 30px;
	display: none;
	visibility: hidden;
}

#sidebar-header, #sidebar-search, #sidebar-newsletter {
	display: block;
	visibility: visible;
}

.template-article #sidebar-header, .template-article #sidebar-newsletter {
	display: none;
	visibility: hidden;
}

/* Posts */

#posts {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

.post {
	width: 100%;
	margin: 0 auto 60px;
}

.post-header {
	width: 100%;
	background-size: cover;
	margin: 0 auto 20px;
	padding: 5%;
}

.post-date, .post-category {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	text-align: center;
}

.post-social a {
	white-space: nowrap;
}

.post-content {
	width: 100%;
	margin: 40px auto;
}

.post .gray {
	margin-bottom: 40px;
}

.social-bottom {
	padding-top: 30px;
	margin-bottom: 40px;
}

.post-shop {
	width: 93%;
	padding: 30px 0;
	margin: 0 auto 40px;
}

.related-posts h3 {
	margin: 0 auto;
}

.post-comments .form-vertical {
	width: 100%;
	padding: 30px;
}

.post-comments {
	margin-top: 40px;
}

#comments ul {
	margin-bottom: 40px;
}

/* Collections */

#list-collections .col {
	width: 100%;
	display: block;
	margin: 0 auto 40px;
}

#list-collections .col ul {
	padding: 20px;
}

/* Breadcrumb */

.template-collection .breadcrumb {
	margin-bottom: 40px;
}

/* Pagination */

.grid-product {
	width: 47%;
	margin: 0 1% 40px;
}

.grid-product .badge {
	width: 60px;
	height: 57px;
	background-size: contain !important;
}

.grid-product img {
	margin-bottom: -18px;
}

.grid-product .grid-product-title {
	width: 100%;
	height: auto;
	min-height: 200px;
	padding: 0 20px;
	font-size: 15px;
	line-height: 24px;
}

/* Products */

#product {
	background: url('page-bg-mobile.jpg') no-repeat center top !important;
	background-size: contain !important;
}

#product-main {
	margin: 0 auto;
}

#ProductPhoto {
	width: 100%;
	float: none;
	margin: 0 auto 20px;
}

#ProductPhoto img {
	width: 100%;
	height: auto;
}

#ProductThumbs {
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}

#ProductThumbs li {
	display: inline-block;
	margin: 8px;
	line-height: 0;
}

#product h1 {
	padding-bottom: 20px;
}

#product .product-reviews-top {
	margin-bottom: 10px;
}

#product .spr-badge {
	display: inline-block;
	margin-right: 24px;
}

#product .spr-summary-actions, #product .spr-summary-actions-togglereviews, #product .spr-summary-caption {
	font: italic 14px/22px 'Libre Baskerville', serif;
	color: #0E3C60;
	letter-spacing: 1px;
	text-align: left;
	text-transform: lowercase;
}

#product .spr-summary-actions-newreview {
	float: none;
}

#product h2 {
	display: block;
	margin-right: auto;
}

#product .js-qty {
	display: none !important;
	visibility: hidden !important;
}

.product-share {
	margin-top: 40px;
}

.product-tabs {
	width: 100%;
	margin: 50px auto 70px;
}


/* Style the buttons inside the tab */
.product-tabs .tab button {
    height: 42px;
    padding: 0 20px;
}

/* Change background color of buttons on hover */
.product-tabs .tab button:hover, .product-tabs .tab button.active {
    background-color: #fff;
	color: #C94C9B;
}

/* Style the tab content */
.product-tabs .tabcontent {
    padding: 30px;
}

.product-tabs .tabcontent h3.tab-header, #product h2.spr-header-title {
	display: block;
	margin: 0 auto 20px;
}

.product-tabs .tabcontent h3.tab-header:after, #product h2.spr-header-title:after {
	display: none;
	width: 0;
	height: 0;
	background: none;
}

.tabcontent h3.tab-header em, #product h2.spr-header-title em {
	display: inline;
}

.tabcontent .spr-header {
	float: none;
	max-width: 100%;
}

.tabcontent .spr-header span {
	display: block;
	margin-bottom: 10px;
}

.tabcontent .spr-container {
	display: block;
	
}

.tabcontent .tab-inside, .tabcontent .spr-content {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.product-videos {
	background-size: contain;
	margin: 0 auto 60px;
	padding: 0;
}

.product-video {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.product-tags {
	width: 95%;
	height: auto;
	background: #FAF3F8;
	border: 1px solid #DECFB1;
	outline: 5px solid #FAF3F8;
	margin: 0 auto 40px;
	padding: 30px;
}

.product-tag {
	display: block;
	width: 100%;
	margin: 0 auto 40px !important;
}

.product-tag img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

.product-tag h4 {
	padding-top: 0;
	margin-bottom: 10px;
}

#product-tag-two {
	margin-bottom: 0 !important;
}

.product-press img {
	width: 47%;
	margin: 0 1% 20px;
}

/* Login */

/* Account */

#account .row {
	display: block;
}

.two-thirds, .one-third {
	width: 100%;
	float: none;
	padding: 0;
	background: none;
}

/* Search */

.template-search .collection-header {
	width: 100%;
	margin: 0 auto 80px;
}

/* Cart */

table.cart-table, table.cart-table tr {
	display: block;
	padding: 0;
	clear: both;
}

table.cart-table thead {
	display: none;
}

table.cart-table td {
	display: inline-block;
	padding: 20px;
}

table.cart-table td.cart-product {
	width: 78%;
}

table.cart-table td.td-cart-remove {
	width: 20%;
}

table.cart-table td.text-right.cart-price {
	float: right;
}

td.cart-product {
	text-align: right;
}

table.cart-table .cart-image {
	display: none;
	visibility: hidden;
}

.cart-product h2 {
	text-align: right;
}

.cart-row {
	padding: 20px;
}

.cart-row button {
	margin-bottom: 20px;
}