/*
Theme Name: WannaSpend
Author: WannaSpend
Author URI: http://www.wannaspend.com/
Description: WannaSpend  Theme
Version: 1.0
Text Domain: wannaspend
*/

body {
  padding: 0;
  margin: 0;
  background-color: #F5F5F5;
  font-size: 18px;
  color: #666666;
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 300;
  font-style: normal;
  src: url('css/fonts/Open-Sans-Condensed-300/Open-Sans-Condensed-300.eot');
  src: url('css/fonts/Open-Sans-Condensed-300/Open-Sans-Condensed-300.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Cond Light'),
       local('Open-Sans-Condensed-300'),
       url('css/fonts/Open-Sans-Condensed-300/Open-Sans-Condensed-300.woff2') format('woff2'),
       url('css/fonts/Open-Sans-Condensed-300/Open-Sans-Condensed-300.woff') format('woff'),
       url('css/fonts/Open-Sans-Condensed-300/Open-Sans-Condensed-300.ttf') format('truetype'),
       url('css/fonts/Open-Sans-Condensed-300/Open-Sans-Condensed-300.svg#OpenSansCondensed') format('svg');
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-style: normal;
  src: url('css/fonts/Open-Sans-Condensed-700/Open-Sans-Condensed-700.eot');
  src: url('css/fonts/Open-Sans-Condensed-700/Open-Sans-Condensed-700.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Condensed Bold'),
       local('Open-Sans-Condensed-700'),
       url('css/fonts/Open-Sans-Condensed-700/Open-Sans-Condensed-700.woff2') format('woff2'),
       url('css/fonts/Open-Sans-Condensed-700/Open-Sans-Condensed-700.woff') format('woff'),
       url('css/fonts/Open-Sans-Condensed-700/Open-Sans-Condensed-700.ttf') format('truetype'),
       url('css/fonts/Open-Sans-Condensed-700/Open-Sans-Condensed-700.svg#OpenSansCondensed') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url('css/fonts/Open-Sans-regular/Open-Sans-regular.eot');
  src: url('css/fonts/Open-Sans-regular/Open-Sans-regular.eot?#iefix') format('embedded-opentype'),
       local('Open Sans'),
       local('Open-Sans-regular'),
       url('css/fonts/Open-Sans-regular/Open-Sans-regular.woff2') format('woff2'),
       url('css/fonts/Open-Sans-regular/Open-Sans-regular.woff') format('woff'),
       url('css/fonts/Open-Sans-regular/Open-Sans-regular.ttf') format('truetype'),
       url('css/fonts/Open-Sans-regular/Open-Sans-regular.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('css/fonts/Open-Sans-700/Open-Sans-700.eot');
  src: url('css/fonts/Open-Sans-700/Open-Sans-700.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Bold'),
       local('Open-Sans-700'),
       url('css/fonts/Open-Sans-700/Open-Sans-700.woff2') format('woff2'),
       url('css/fonts/Open-Sans-700/Open-Sans-700.woff') format('woff'),
       url('css/fonts/Open-Sans-700/Open-Sans-700.ttf') format('truetype'),
       url('css/fonts/Open-Sans-700/Open-Sans-700.svg#OpenSans') format('svg');
}

@font-face {
  font-family: 'Imprima';
  font-weight: 400;
  font-style: normal;
  src: url('css/fonts/Imprima-regular/Imprima-regular.eot');
  src: url('css/fonts/Imprima-regular/Imprima-regular.eot?#iefix') format('embedded-opentype'),
       local('Imprima'),
       local('Imprima-regular'),
       url('css/fonts/Imprima-regular/Imprima-regular.woff2') format('woff2'),
       url('css/fonts/Imprima-regular/Imprima-regular.woff') format('woff'),
       url('css/fonts/Imprima-regular/Imprima-regular.ttf') format('truetype'),
       url('css/fonts/Imprima-regular/Imprima-regular.svg#Imprima') format('svg');
}


h1, h2, h3 {
  margin-bottom: 30px;
}

p {
  margin-bottom: 20px;
}

.row.bloglist {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px; 
  border-bottom: 1px dashed #CCCCCC;
}

.row.bloglist h3 {
  color: #1a1a1a;
  font-family: 'Open Sans Condensed', sans-serif; 
  text-decoration: underline;
  font-weight: bold;
}

.row.bloglist img {
  -webkit-box-shadow: 0 0px 7px 2pxrgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0 0px 7px 2px rgba(50, 50, 50, 0.5);
  box-shadow:         0 0px 7px 2px rgba(50, 50, 50, 0.5);
}

.bloglist div.price {
  float: right;
  margin: 0 15px 0 0;
}

.bloglist a.buynow {
  float: left;
  margin-top: 15px;
}

.singlegift {
  margin: 15px auto 20px auto;
}

.singlegift img {
  -webkit-box-shadow: 0 0px 7px 2pxrgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0 0px 7px 2px rgba(50, 50, 50, 0.5);
  box-shadow:         0 0px 7px 2px rgba(50, 50, 50, 0.5);
}

img {
  border: none;
}

.clear {
  clear: both;
}

a:link, a:visited, a:hover, a:active {
  color: #4285f4;
}

a:hover {
  text-decoration: none;
}

.msg_ok {
  background-color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #559C43;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}

#logo {
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 15px;
}

#logo img {
  width: 300px;
  height: auto;
}

#navbar {
  background-color: #f7a127;
  text-align: center;
  padding: 5px 0 5px;
  font-family: 'Imprima', sans-serif;
  font-size: 14px;
  -webkit-box-shadow: 0 4px 7px -2pxrgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0 4px 7px -2px rgba(50, 50, 50, 0.5);
  box-shadow:         0 4px 7px -2px rgba(50, 50, 50, 0.5);
}

#navbar a {
  display: inline-block;
  color: white;
  text-decoration: none;
  margin-right: 10px;
}

#navbar a:hover {
  text-shadow: 0 0 10px #FFFFFF;
}

#navbar a.questions {
  background: url('images/sprite.png') no-repeat;
  padding-left: 24px;
}

#navbar a.options {
  background: url('images/sprite.png') no-repeat;
  background-position: 0 -19px;
  padding-left: 22px;
}

#navbar a.submit {
  background: url('images/sprite.png') no-repeat;
  background-position: 0 -39px;
  padding-left: 23px;
}

#navbar a.contact {
  background: url('images/sprite.png') no-repeat;
  background-position: 0 -55px;
  padding-left: 23px;
}

#navbar a.gifts {
  background: url('images/sprite.png') no-repeat;
  background-position: 0 -75px;
  padding-left: 23px;
}

#navbar a.tips {
  background: url('images/sprite.png') no-repeat;
  background-position: 0 -97px;
  padding-left: 23px;
}

#navbar a.reviews {
  background: url('images/sprite.png') no-repeat;
  background-position: 0 -122px;
  padding-left: 23px;
}

#navbar a.home {
  background: url('images/sprite.png') no-repeat;
  background-position: 0 -144px;
  padding-left: 26px;
}

#searchholder {
  margin: 0 auto;
  margin-top: 20px;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 260px;
  height: 53px;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

#centeredcontentlarge {
  width: 640px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  min-height: 250px;
}

.centeredcontentlarge {
  width: 640px;
  margin: 0 auto;
  margin-top: 30px;
  min-height: 250px;
}

.social-third {
  width: 213px;
  text-align: center;
  float: left;
}

.social-third h4 {
  margin: 10px 0 10px;
  opacity: 0.8;
}

.social-third .soc-subtext {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}

.largebottommargin {
  margin-bottom: 50px;
}

#centeredcontent {
  width: 340px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  min-height: 250px;
}

.fancy {
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  font-size: 18px;
}

.less-fancy {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #444444;
  font-size: 22px;
  font-weight: bold;
}

#productbox {
  text-align: center;
  width: 640px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
  padding: 10px;
}

.toleftbox {
  text-align: left;
  width: 320px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
  padding: 20px;
}

.toleftbox h2 {
  font-size: 16px;
  margin: 10px 0 10px;
}

.toleftboxbig {
  text-align: left;
  width: 320px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 20px;
}

.toleftboxbigw {
  text-align: left;
  width: 320px;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
  padding: 20px;
}

#productbox h1 {
  font-size: 20px;
  margin: 0 0 10px;
}

#productbox h2 {
  font-size: 16px;
  margin: 10px;
}

#productbox .title {
  padding-top: 15px;
  margin-bottom: 20px;
}

#productbox .description {
  margin: 10px 30px 20px 30px;
  font-size: 14px;
}

#productbox .price {
  display: block;
  margin: 10px 30px 10px 30px;
  font-size: 24px;
  font-weight: bold;
}

.listprice {
  display: inline-block;
  margin: 0 30px 10px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #999999;
}

.listbottom {
  margin-top: 15px;
}

.side-left {
  width: 300px;
  float: left;
}

.side-right {
  width: 320px;
  float: left;
}

.holder-type {
  /* border-right: 1px dotted #CFCFCF; */
  /* padding-right: 10px; */
  margin-right: 2px;
  float: left;
  width: 80px;
  height: 38px;
}

.holder-amount {
  padding-left: 5px;
  color: #777777;
  font-size: 18px;
  font-family: Arial, sans-serif;
  float:left;
  width: 95px;
}

.holder-amount input {
  text-align: center;
  border: 1px dashed #CCCCCC;
  width: 70px;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  font-weight: bold;
  font-family: 'Imprima', sans-serif;
  float:left;
}

.holder-go {
  float:left;
  width: 35px;
}

.holder-go button {
  font-family: 'Imprima', sans-serif;
  background-color: #f7a127;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  color: white;
  height: 35px;
  width: 65px;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 1);
}

.styled-button {
  font-family: 'Imprima', sans-serif;
  background-color: #559C43;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  color: white;
  height: 35px;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 1);
  padding: 5px 20px 5px 20px;
}

.emailsubscribe {
  border: 1px #CCCCCC dashed;
  height: 25px;
  font-size: 18px;
  width: 200px;
  padding: 3px;
  margin: 5px 0 20px;
  text-align: center
}

.wideinput {
  width: 500px;
}

.hightext {
  height: 120px;
}

.red {
  font-weight: bold;
  color: red;
}

a.smalllink {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
}

a.buynow:link,
a.buynow:hover,
a.buynow:visited {
  font-size: 18px;
  margin: 0 auto 5px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 4px 6px 4px 6px;
  font-family: 'Imprima', sans-serif;
  background-color: #f7a127;
  cursor: pointer;
  border: none;
  color: white;
  -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 5px rgba(50, 50, 50, 1);
}

a.buynow.small {
  width: 120px;
}

.tocenter {
  margin: 10px auto;
}

.toright {
   float: right;
   margin: 10px 0 5px 0 !important;
}

div.price {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
  color: #333333;
}

div.price.toleft {
    float: left;
}

div.price.single {
    margin-bottom: 10px;
}

/* Override custom select */

.sbHolder {
  position: relative;
  top: 4px;
  background-color: #FFFFFF;
  border: none;
  width: 80px;
  text-transform: uppercase;
}

.sbHolder:hover .sbSelector {
  color: #000000;
}

.sbHolder:hover .sbToggle{
  background: url(/bundles/wannaspendmain/js/jquery.selectbox-0.2/img/select-icons.png) 0 -167px no-repeat;
}


.sbOptions {
  background-color: #FFFFFF;
  border: 1px dotted #CCCCCC;
  width: 75px;
}

.sbOptions a:link, .sbOptions a:visited, .sbOptions a:hover {
  color: #666666;
}

.sbSelector {
  width: 60px;
  text-indent: 5px;
}


.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #666666;
  position: relative;
  top: 1px;
}

.sbOptions a.sbFocus {
  color: #000000;
}

.sbToggle {

}

/* END Override custom select */

.container-fluid {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    max-width: 900px;
    overflow: hidden;
}

.in-box-medium {
    width: 250px;
    float: left;
    margin: 0 10px 10px 0;
    padding: 10px;
    box-shadow: 0 0 10px -2px rgba(50, 50, 50, 1);
}

.search-box-medium {
    width: 270px;
    display: inline-block;
    margin: 0 10px 20px 10px;
    padding: 10px;
    box-shadow: 0 0 10px -2px rgba(50, 50, 50, 1);
}

.search-box-medium .title-holder {
  height: 45px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

.search-box-medium h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  color: #233d1c;
}

.search-box-small {
    width: 250px;
    float: left;
    margin: 0 30px 20px 0;
    padding: 10px;
    box-shadow: 0 0 10px -2px rgba(50, 50, 50, 1);
}

.search-box-small .title-holder {
  height: 55px;
  text-align: center;
  overflow: hidden;
}

.search-box-small h2 {
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  color: #233d1c;
}

.search-box-medium h2 a:link, 
.search-box-medium h2 a:hover, 
.search-box-medium h2 a:visited, 
.search-box-medium h2 a:active {
  color: #233d1c;
}

.search-box-small h2 a:link, 
.search-box-small h2 a:hover, 
.search-box-small h2 a:visited, 
.search-box-small h2 a:active {
  color: #233d1c;
}

.in-box-small {
    width: 100px;
    float: left;
    margin: 0 10px 10px;
    padding: 10px;
    box-shadow: 0 0 10px -2px rgba(50, 50, 50, 1);
}

#goform {
    position: relative;
    top: -10px;
}

div.paging {
    width: 300px;
    margin: 10px auto;
    text-align: center;
}

div.paging a:link,
div.paging a:hover,
div.paging a:active,
div.paging a:visited {
    font-size: 22px;
}


.container-side-left {
    width: 600px;
    margin-right: 20px;
    float: left;
}

.container-side-right {
    max-width: 280px;
    float: left;
}

.limit-holder {
    font-size: 10px; color: #666666; margin-top: 15px; text-align: center;
}

.limit-holder input {
    position: relative;
    top: 3px;
    margin-right: 1px;
}

h1 {
  margin-top: 0;
  font-family: 'Open Sans Condensed', sans-serif;
}

h1.lesspronounced {
  font-size: 18px; 
  color: #CCCCCC;
}

h1, h2, h3, h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1A1A1A;
  font-weight: bold;
}

.box-square {
  display: inline-block;
  height: auto;
  vertical-align: top;
  width: 99%;
  padding: 0 10px 10px 10px;
}

.box-square h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: underline;
}

.box-square img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.35);
}

.box-square.blog {
  width: 99%;
}

.blog-container {
  width: 860px;
  margin: 0 auto;
}

.blog-column-left {
  width: 650px;
  float: left;
}

.blog-column-right {
  width: 200px;
  margin-left: 10px;
  float: right;
}

.thumb-holder {
  width: 100px;
  height: 100px;
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  float: left;
}

.thumb-holder-side {
  margin: 8px 0 25px;
  width: 100px;
  height: 100px;
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}



.listing-title a:link,
.listing-title a:hover,
.listing-title a:active,
.listing-title a:visited {
  font-size: 28px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1A1A1A;
  font-weight: bold;
}
.excerpt {
  margin-top: 10px;}

.excerpt-links {
  margin-top: 10px;
}

.excerpt-links a {
  margin-right: 10px;
}

.thumbed {
  float: left;
  margin-left: 20px;
}

.clear {
  clear: both;
}

.whitebg {
  background-color: #FFFFFF;
}

body {
  background-color: #FFFFFF;
}

#header {
  padding-bottom: 15px;
/*  background-color: #D1E7C6; */
/*  box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2); */
  position: relative;
  z-index: 10;
}

#sidebar {
    margin-top: 30px;
}

#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar li {
  margin: 10px 0 0 0;
  padding: 0;
}

.notopmargin {
  margin-top: 0;
}

p.wsc-links {
  border-radius: 10px;
  padding: 10px;
  background-color: #F3F3F3;
  margin-top: 3px;
}

p.wsc-links a:link,
p.wsc-links a:active,
p.wsc-links a:hover,
p.wsc-links a:visited {
  margin-right: 10px;
}

h4.wsc-links {
  color: #666666;
  padding-left: 10px;
  margin-bottom: 0px;
}

blockquote {
    color: #666666;
    margin-left: 0;
    border-radius: 10px;
    background-color: #E6E6E6;
    padding: 10px;
    font-style: italic;
}

.container-fluid.centered {
    text-align: center;
}

.single-gift-d-450 {
    margin: 0 auto;
    max-width: 450px;
}

.moreinfo {
    font-size: 13px;
    width: 80px;
    float: left; 
    margin-top: 17px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}
.footer {
  font-size: 14px;
  color: #FFFFFF;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #f7a127;
  -webkit-box-shadow: 0 0 7px 2pxrgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0 0 7px 2px rgba(50, 50, 50, 0.5);
  box-shadow:         0 0 7px 2px rgba(50, 50, 50, 0.5);
}

.footer a:link,
.footer a:hover,
.footer a:visited,
.footer a:active {
  color: #FFFFFF;
  text-decoration: underline;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.footer .container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.footer .container .text-muted {
  margin: 20px 0;
}


@media (max-width: 767px) {
  .bloglist img {
    width: 100%;
    height: auto;
  }
 
  .bloglist .thumbcol {
    text-align: center;
  }

  .listbottom {
  }

  h1 {
    font-size: 28px;
  }

  .bloglist div.price {
    float: left;
  }

  .bloglist a.buynow {
    float: right;
  }

}

@media(min-width:768px){

  .box-square,
  .box-square.blog {
   width: 48.5%;
  }  
}

@media(max-width:992px){

}

@media(min-width:992px){
  .box-square {
   width: 32%;
  }  
}

@media(min-width:1200px){
  .box-square {
   width: 23%;
  }  
}
