 /*some borders and background colors go the full width of the screen*/




 

/*Typography - FONTS via Google fonts... approptiate <link> must be added between head tags of Layout.
  Leave the quotes below empty to use the fonts selected in your Big Cartel admin.*/






/*boxes around inputs and menu border when fixed*/

/* CART IN TOP BAR*/





 /*options are uppercase, lowercase and none*/




/* MAIN MENU*/


 /*options are uppercase, lowercase and none*/
 /*options: normal, bold, or number from 100 - 900)*/















/* Typography - MOBILE MENU*/





 /*options are uppercase, lowercase and none*/
 /*options: normal, bold, or number from 100 - 900)*/

/* BUTTONS*/








 /*options: normal, bold, or number from 100 - 900)*/




/* Typography - SHOP NAME*/
 /* Header position from top of browser in pixels ex: 10px*/
 /* Header position from top of browser in pixels ex: 10px*/

 /*space between letters*/
 /* options are 'uppercase', 'lowercase' and 'none'*/
  /* options are 'bold', 'normal' or '100', '400', etc*/

 /*the max size for your uploaded logo image*/
 

 

/* Typography - BODY TEXT */


/* Typography - CART*/


/* FOOTER*/


   /*prev color #D1D5D8*/







 
 
/*leaving this blank will show each social media icon's default color on hover*/                                       









 /* options are 'uppercase', 'lowercase' and 'none'*/

 /* options are 'uppercase', 'lowercase' and 'none'*/
 /* options are 'bold', 'normal' or '100', '400', etc*/



/* PRODUCT PAGE */

 /* options are 'bold', 'normal' or '100', '400', etc*/

/* options are 'uppercase', 'lowercase' and 'none'*/


 /* options are 'bold', 'normal' or '100', '400', etc*/







/* PRODUCT LISTINGS PAGES */
 
/*Increase this value will increase the space between the images as well as slightly shrink the images*/


 
  /*needs to be enabled in Products and/or Home*/



/* options are 'uppercase', 'lowercase' and 'none'*/

/*options are left and center*/




 /* options are 'bold', 'normal' or '100', '400', etc*/

/* options are 'uppercase', 'lowercase' and 'none'*/




 /* options are 'bold', 'normal' or '100', '400', etc*/


 /* options are 'bold', 'normal' or '100', '400', etc*/

/* options are 'uppercase', 'lowercase' and 'none'*/

/* SPECIAL HEADERS (centered text between borders) */

 /*options are 'bold', 'normal' or a number value i.e. '200', '400', '700'*/

/*options are 'uppercase', 'lowercase' and 'none'*/


/* -------------------------------------------------------------- 
  -=Layout
-------------------------------------------------------------- */  
html {
  background-color: #ffffff;

       
}
body {
  
    background-color: #ffffff;
  
  
  
    font-family: 'Helvetica', sans-serif;
  
  font-size: 18px;
  color: ;
  margin: 0 auto;
}

html, body {height:100%;}
.holder {
    min-height: 100%;
    position: relative;
}

.contain {
max-width: 996px; 
margin: 0 auto; 
padding: 0 20px;  
position: relative;
}
/*override bootstrap max-width*/
/*@media (min-width:1200px){.container{max-width:1000px;} */

a {
  color: #111111;
  text-decoration: none;
  -webkit-transition: color .2s ease-in;
  -moz-transition: color .2s ease-in;
  -ms-transition: color .2s ease-in;
  -o-transition: color .2s ease-in;
  transition: color .2s ease-in;  
}
*:focus {
   outline: none !important;
}
a:hover, a:active, a:focus {
  border: none;
  color: #255B8A;
  text-decoration: none;
  -webkit-transition: color 0 ease-in;  
  -moz-transition: color 0 ease-in;
  -ms-transition: color 0 ease-in;
  -o-transition: color 0 ease-in;
  transition: color 0 ease-in; 
}
#banner {
  margin: 0px 0 0;
  max-width: 300px;
  width: 100%;
  float: left;
}

.main_banner {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 10px auto 0px;
  visibility: visible;
  position: absolute;
  top:0;
  
  
}
.main_banner.fixed {
    visibility: hidden;
}
h1.store_name {
     
        font-family: 'Helvetica';
     
     font-weight: 300;
     text-transform: uppercase;   
     letter-spacing: 2px;
     padding: 0;
     margin: 10px 0 0px 0;
}
.store_name a {
    color: #111111;
     font-size: 28px;
    padding: 0;
}
.store_name a:hover {
     color: #111111; /*no hover effect*/
}

/* -------------------------------------------------------------- 
  -=MENU
-------------------------------------------------------------- */  
nav {
  
  
  display: inline-block;
  line-height: 0;
  width: 100%;
}

.main_menu {
    
      font-family: 'Arial', sans-serif;
        
    display:inline-block;
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
}
/************************
-=TOP NAV CART
*************************/
.main_cart {
  background: #ffffff;
  font-size: 12px;
  margin: 10px;
  padding: 15px 0;
  float:right;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
  z-index:998;
}
.main_cart.fixed {
  /*position: fixed;*/
  /*right: 0;*/
  z-index: 999999;
  margin: 0;
  padding: 0;
  float: right;
}
li.main_cart {display: none;}
div.main_cart.fixed {
    /*display: none;*/
    visibility: hidden;
}
li.main_cart.fixed {
    display: inline-block;
    visibility: visible;
}
li.main_cart.fixed .cart_info {
    padding: 0;
}
.main_cart.fixed .cart_info {padding: 0 35px 0 0;}
.main_cart.fixed .cart_info p { 
    font-size: 10px;
    display: inline; 
}
.main_cart.fixed .cart_item_count {
  font-size: 10px;
  margin-right: 5px !important;
}
.main_cart.fixed .cart_count_text, .main_cart.fixed .cart_money_total {
  font-size: 12px;
}
.main_cart.fixed .cart_icon {
    /*display:none;*/
    visibility: hidden;
}
.main_cart a {
    color: #111111;
}
.main_cart a:hover {
    color: #255B8A;
}
.main_cart a:hover ~ .cart_info a {
    text-decoration: underline;
}
.cart_info:hover a {
    text-decoration: underline;
}
/*.cart_info a:hover ~ .main_cart .cart_block .cart_icon{
    background: #aaa;
}*/
.main_cart:hover .cart_icon{
      background: #aaa;  
}
.cart_info {
    float: left;
    padding: 0 10px 0 0;
    text-align: right;
    font-weight: 300;
}
.cart_info p { margin: 0 0 5px;}
.cart_icon, .navigation_icon {
  background: #bbb;
  float: right;
  height: 50px;
  position: relative;
  width: 50px;
  /*z-index: 99999;*/
}
#add_to_bag_button {
    min-width: 180px;
    position: relative;
}
.cart_icon:hover, 
.navigation_icon:hover,
#add_to_bag_button:hover i {
    background: #aaa;
}
#add_to_bag_button i.fa-shopping-cart {
  /*font-size: 16px;*/
  /*left: -5px;*/
  /*padding: 11px 9px 11px 10px;*/
}
#add_to_bag_button .fa-plus {
    padding-right: 12px;
    padding-left: 11px;    
    /*left:1px;*/
}
i.fa-plus,
i.fa-shopping-cart {
    position: absolute;
    /*font-size: 17px;*/
}
#add_to_bag_button span {
  position: absolute;
  right: 20px;
  top: 15px;
}
/*#add_to_bag_button i.fa-shopping-cart ~ span {
  display: inline-block;
  margin: 14px 0 0 15px;
}*/
.navigation_icon { float: left;}
.cart_icon i, 
.navigation_icon i,
.search_button input
{
  font-family:"FontAwesome";  
  color: #fff;
  bottom: 0;
  display: block;
  font-size: 24px;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}
.navigation_icon i {
  left: 4px;
  top: -1px;
}
.search_button input {
    top: -5px;
}
.cart_item_count {
    float: left;
    font-size: 10px;
    margin-right: 15px;
}
.cart_count_text, .cart_money_total { font-size: 14px;}

.checkout_text {
    display: none;
    float: left;
}
.checkout_text:after {
    content: " ";
    padding: 0 5px;
    color: #fff;
}
.checkout_link {
     color: #111111;;
}

.mobile_menu {
    display: none;
}
.menu {
    
    background-color: #ffffff;
/*    border-top: 1px solid #111111;
    border-bottom: 1px solid #111111;*/
  
  /*padding: 20px 0;*/
  padding: 10px 0 10px;
    
  display: inline-block;
  width: 100%;
}
.menu.fixed {
  left: 0;
  margin: 0 auto;
  max-width: 996px;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  z-index: 998;
  display: block;
  left: 0;
  right: 0;
}
.menu.fixed .ddm {
    border-bottom: 1px solid #ccc;
}
.top_nav.wrap {
    background: #000;
}
.top_nav {
    display: inline-block;
    margin: 0;
    width: 100%;    
}

nav ul ul {
    display: none;
}
.menu ul li:hover > ul {
    display: block;
}
nav ul {
        border-bottom: none;
	list-style: none;
	position: relative;
	display: inline-table;
	padding: 0 20px;
    margin: 0;
        /*text-align: center;*/
}
nav ul li {
    display: inline-block;
    text-align: left;
    position: relative;
}
nav ul .main_menu li:hover {
    background: #ffffff;
}
nav ul .main_menu li a:hover {
    color: #255B8A;
    text-decoration: none;
}
nav li.selected > a {
    color: #000;
}
nav ul li a {
    display: block; 
    color: #111111;
    padding: 10px 8px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;      
}
nav ul .main_menu li a {
     padding: 10px 10px;
     line-height: 16px;
     white-space: nowrap;
}
nav ul .main_menu li:first-child a {
    padding-left: 0;
}
nav ul ul {
    background: #ffffff;
    border: 1px solid #999;
    padding: 0;
    position: absolute; 
    z-index: 100;
    left: 0;
    min-width: 100px;
}
nav ul ul li {
  display: block;
  float: none;
}
nav ul ul li a {
    padding: 10px 10px !important;
    line-height: 1em;
    color:#111111;
}	
nav ul .main_menu ul li a:hover {
    background: #ffffff;
    color:#111111;
    text-decoration: none;
}	
/*hide this until the javascript has a chance to format
the menu and avoid the ugly page flash.*/
.ddm {
    display: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* -------------------------------------------------------------- 
  -=MAILING LIST
-------------------------------------------------------------- */  

#mc_embed_signup form {
  display: block;
  margin-top: 0;
  padding: 0;
  z-index: 0;
}
#mc_embed_signup{
    background: #ffffff;
    display: inline-block;
    width: 100%;
}
#mc_embed_signup label {
  clear: both;
  display: inline;
  margin: 0 5px 0 0;
  width: auto;
}
#mc_embed_signup .button {
  margin: 3px 0 0;
}
#mc_embed_signup input {
  text-transform: uppercase;
  padding: 0;
}
#mc_embed_signup input.email {
  display: inline;
  border: 1px solid #ccc;
  float: left;
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-indent: 5px;
  height:25px;
  
    max-width: 180px;    
  
}
#mc-embedded-subscribe {
  border-radius: 0;
  clear: none;
  float: right;
  height: 25px;
  margin: 0;
  width: auto;
  
}

/* -------------------------------------------------------------- 
  -=FOOTER
-------------------------------------------------------------- */ 

    .other_links {border-top: 1px solid #111111;}
    .other_links, .copyright {
      background: #ffffff;
      padding:0;
    }


footer {
  clear: both;
  color: #111111;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
  margin: 0;  
  
/*    height: 300px; */
    width:100%;
    position: absolute;
    left: 0;
    bottom: 0;  
  
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
    display: inline-block;
    width: 100%;
}
footer ul li {
    display: inline-block;;
    margin: 3px 10px 0;
}
footer a {
    color: #111111;
}
footer a:hover {
    color: #255B8A;
    text-decoration: none;
}
.page_links a:hover, .copyright a:hover, .social_links .text_links a:hover {
    color: #111111;
    text-decoration: underline;
}

footer h3 {
    font-size: 12px;
    /*text-decoration: underline;*/
    font-weight: bold;
    text-transform: uppercase;
    color: #111111;
}
.social_block {
    margin: 0;
    /*min-width: 280px;*/
    
}
.social_block.no_mailing_list {float: right;}
footer .social_links {
    margin: 15px 0 0;
    text-align: right;
    
        clear: both;
        display: inline-block;
        float: right;
        width: 100%;
    
}

footer .social_links.no_mailing_list {
    margin: 0; 
    text-align: right;
}
footer .social_links li {
  margin: 5px 15px 0 0;
}
.social_links i {
  font-size: 20px;
}
.social_links li a {
    color: #777;
}
footer .social_links li {
    display: inline-block;
    margin: 0 5px 15px 0;
  }
footer .social_links:first-child li {
    margin-left: 0;
}
  
footer .social_links span {margin: 0;}

footer .social_links li a {font-size: 11px;} 

    .social_links li a:hover {
        color: #666;
    }


footer .page_links {
        float: left;
}
footer .page_links li {
    display: inline-block;
    margin: 3px 10px 5px;
    
}
footer .page_links:first-child li {
    margin-left: 0;
}
.pages_nav {
  display: inline-block;
  float: none;
  margin: 15px auto 0;
  text-align: center;
  width: 100%;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 300;
}
.mailing_list {
    margin: 0 auto;
    text-align: center;
    
        display: inline-block;
        float: right;
    
}

.mailing_list_header, .other_links_header {
    display: none;
    
}
.social_mobile_header {
    display: none;
}



.search.wrap {
    display: inline-block;
    width: 100%;
}
.search form {
    margin: 0;
    float: right;
}

#search-form {
    font-size: 14px;
    min-width: 220px;
    display: inline-block;
    margin: 0 10px 0 0;
}
#search-input {
  padding: 8px 5px;
  max-width: 160px;
  height: 34px;
  border: solid 1px #ccc;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-font-smoothing: subpixel-antialiased;
  }
  .search_button input {
      background: transparent;
      font-size:14px;
      border: none;
  }  
.search .search_button {
  background: #bbb;
  float: right;
  height: 34px;
  position: relative;
  width: 50px;
}
.search .search_button:hover, .search_button input:hover {
  cursor: pointer;
  background: #aaa;
}

.copyright {
  color: #111111;
  clear: both;
  padding: 0 15px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
}
.copyright p {margin: 10px 0;}
#copy {
    margin-right: 15px;
}
#custom {
    margin-left:15px;
}
#footer a {
    color: #111111;
    text-decoration:none;
}
#footer a:hover {
    color: #255B8A;
    text-decoration:none;
}
footer li.social_header {
    margin-right: 0;
    color: #777;
    font-size: 12px;
}


/* -------------------------------------------------------------- 
  -=BUTTONS
-------------------------------------------------------------- */  

.fawn_button
{
    background: #bbb;
    color: #FFF;
    border-radius: 0px;
    border-color: #bbb;
    cursor: pointer;
    width: auto !important;
    min-width: 100px;
    padding: 10px;
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    -webkit-transition: background .3s ease-in;
    -moz-transition: background  .3s ease-in;
    -ms-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in;
}

.fawn_button:hover {
    background: #999;
    border-color: #999;
    color: #FFF
    /*border: solid 1px ;*/
    -webkit-transition: background .3s ease-in;  
    -moz-transition: background .3s ease-in;
    -ms-transition: background .3s ease-in;
    -o-transition: background .3s ease-in;
    transition: background .3s ease-in;         
    
}

h1, h2, h3, h4, h5 {
  
  font-family: Verdana;
  
  color: #111111;
}
h1 {
    margin: 0.17em 0;
}
h2{
    font-size: 1em;
}
.custom section.content h3, .custom section.content h4 {font-size: 22px !important;}

section.content {
  padding: 0;
  text-align: left;
  margin: 0 0 30px;
  display: inline-block;
  width: 100%;
}

/* for splash
body#home section.content {margin:0;}
*/

body#home  > .container,
body#products > .container {
    max-width: 2400px;
    padding: 0 4%;
}
body#product .content > .container {
    max-width: 1300px;
}
/*.custom section.content {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}*/
#shop section.content {
    display: block;
}

.custom section.content h1 {
    text-transform: uppercase;
    border-bottom: 1px solid #111111;
    display:inline-block;
    margin-bottom:15px;
    font-size: 24px;
    width:100%;
    padding: 5px 25px;   
    text-align: center;
}
.custom .content p {
    /*text-align: justify;*/
    font-size: 16px;
    font-weight: 300;
}

.custom section.content img {
    max-width: 100%;
}
body#blog img {
    width: auto;
}
body#blog iframe {
    display: block;
    margin: 0 auto;
}
.heading_underscore {
    border: 1px solid #111111; 
    color: #111111;
    display:block; 
    width: 35px; 
    text-align:center; 
}
.custom_underscore {
    border: 1px solid #111111; 
    margin: 10px auto 0;
}
#shop.custom section.content h1, #sale.custom section.content h1{display: none;}

#products section.content, #home section.content {margin-top: 0x;}
form li {list-style-type: none; margin-bottom: 1.2em;}

form label {
    display: block;
    margin-bottom: .2em;
}

form input, textarea {
    border: 1px solid #ccc;
    padding: 5px;
    width: 350px;
}

.errors {
  /*border-top: 1px solid #111111;*/
  margin-bottom: 3em;
  list-style: none;
  padding: 0;
}

.errors  li {
    background: #ea4859;
    /*border-bottom: 1px solid #A65A5A;*/
    color: #fff;
    padding: 3px 10px;
}
#cart .errors li {
    color: red;
}
.mobile_data {
    width: 700px;
    display: none;
}
@media screen and (max-width: 700px ){

    .menu{border:none; padding: 0;border:none; background: #ffffff}
    nav {border:none; background:transparent;}
    /*nav {position: initial !important;}*/
    nav.mobile_menu ul {
        text-align: center;
        position: absolute;
    }
    nav ul ul {left: 0; width: 100%;}
    nav ul ul li a {padding: 5px 0 !important;}
    .currency_widget {
      right: 0;
      top: 5px;
    }    
    
    .main_menu {
        display: none;
    }
    nav ul li {
      display: inline-block;
      padding: 0 10px;
      position: relative;
      text-align: left;
      width: 100%;
    }    
    nav ul li a {
        padding: 10px 0;
        display: inline-block;
        width:100%;
    }
    nav ul li a span{float: left; padding: 0 0 5px;}
    nav ul li a i{float: left;}
    .mobile_menu {
        /*font-size: 16px;
        letter-spacing: 1px;
        font-weight: normal;
        text-transform: uppercase;*/
        width: 100%;
        /*border: 1px solid #111111;*/
        position: fixed !important;
        z-index:999;
    }
    .nav_button { 
        position: relative;      
        }
    
    /*.nav_button, .nav_button a { padding: 0;}*/
    .menu {display: none;}
    .cart_info {
      float: right;
    }    
    .mobile_menu {
        display: inline-block;
    }

    nav ul ul li a {
        color: #000;
        font-size: 16px;
        padding: 10px 0 !important;
    }
    .tab_heading, .no_subs a {
        color: #000;
        font-size: 16px;    
    }
    nav ul ul li a:hover {
        color: #000;
    }
    .mobile_menu ul ul ul {
        position: initial;
        display: inline-block !important;
        padding: 0 0 0 15px;
    }
    h1.store_name {
        margin: 0 auto;
    }
    .main_banner {
      float: none;
      margin: 85px auto 15px;
      text-align: center;
      width: 100%;
      max-width: 100%;
      position: static;
    } 
    li.main_cart {display: none;}
    .main_cart {
      display: inline-block;
      position: fixed;
      border-radius: 0;
      font-size: 12px;
      top: 0;
      right: 0;
      margin: 0;
      padding: 10px 30px;
      width: 100%;
    }    
    #search-form {
      display: block;
      font-size: 14px;
      margin: 0 auto;
      max-width: 290px;
    }    
    #search-input {
      max-width: 230px;
    }    
    .search form {float: none; }
    /*.copyright {margin-bottom: 40px;}*/
}

.hide_on_mobile {display: inline-block;}
.hide_on_desktop {display: none !important;}

/*this is the breakpoint that determines when the footer will stack*/
@media screen and (max-width: 700px ){
    .hide_on_mobile {display: none !important;}
    .hide_on_desktop {display: inline-block !important;}
    
    .social_mobile_header {
        display: block;
        margin: 0 0 15px;
    }    
    #mc-embedded-subscribe {
        float: left;
    }
    #mc_embed_signup {
      width: auto;
      min-width: 300px;
    }    
    #mc_embed_signup input.email {
        display: block;
        margin: 0 4% 0 0;
        min-width: 154px;
        padding: 4px 0;
        text-indent: 5px;
        width: 100%;
      }
      #mc_embed_signup label {
        text-align: center;
        margin: 0;
      }
      #mc_embed_signup input.email {
        margin: 0 auto;
        width: 100%;
      }
    .footer {
      width: 100%;
    }  
    footer h3 {
        font-size: 1.5em;
    }
    footer .page_links {
        float: none;
    }
    .page_links.text_pane {
      width: 100%;
    }    
    .mailing_list, .social_links, .page_links {
        display: block;
        float: none;
        margin: 0 auto 20px;
    }
    
    footer li.social_header {
        display: none;
    }
    footer .social_links {
      display: inline-block;
      margin: 15px 0 0;
      text-align: center !important;
      width: 100%;
    }
    footer .social_links li {
        margin: 0 10px 15px !important;
    }    
    footer .social_links i {
        font-size: 2.2em;
    }    
    .other_links_header, .mailing_list_header, #custom, #copy {
        display: block;
    }
    .mailing_list, .social_links, .page_links, .social_block {
        width: 100%;
    }
    
    .social_block {max-width: 100%;}
    .search input {
        width: 100%;
    }
    .mailing_list_header {
        margin: 15px 0 10px 0;
    }    
    footer a {font-size: 1.5em;}
    footer #custom a {font-size: 1em;}
    #custom, #copy {
        margin: 0;
    }
    .pages_nav {
        display: block !important;
    }
    footer .page_links li {
        display: block;
        margin: 15px 0;
    }
    #banner {
        margin: 10px auto;
        width: 100%;
        float: none;
    }    
}


/* -------------------------------------------------------------- 
  -=PRODUCT PAGE
-------------------------------------------------------------- */  
body#product .product_images {
    float: left;
    margin: 20px 0;
        width: 58%;
}
.product_details {
    float: left;
    text-align: left;
    position: relative;
    width: 42%;
}

.mobile_product_description h3, .product_details h3 {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;    
}
.mobile_product_description h4, .product_details h4 {
    font-size: 16px;
    font-weight: normal;
}

#product ul#custom_social_links {
  display: inline-block;
  list-style: none;
  padding: 30px 0 0;
  width: 100%;
  border-top: 1px solid #111111;
}
#product ul#custom_social_links li {
    float: left;
    padding: 0 15px 0 0;
    font-size: 14px;
     color: #666;
}
#product ul#custom_social_links li a {
    color: #888;
}
#product ul#custom_social_links li a:hover {
    color: #666;
}

#product #custom_social_links i {
    font-size: 14px;
}
.product_form {
    padding-bottom: 5px;
    clear: both;
}
body#product .content aside {
  border-right: none;
  font-size: 1em;
  padding-left: 30px;
}
p.artist{
    font-size: .85em;
    width: 350px;
    padding-top: 15px;
}
#add_to_bag_button {
  display: inline-block;
  margin: 15px 0;
}
#add_to_bag_button:hover {
    cursor: pointer;
}
#add_to_bag_button i {
    background: #bbb;
    color: #FFF;
    padding: 10px;
}
#add_to_bag_button i.icon-plus {
    padding-right: 11px;
    padding-left: 12px;
    /*font-size: 20px;*/
}
#add_to_bag_button span {
  color: #111111;
  font-size: 14px;
  margin: 0 0 0 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#add_to_bag_button:hover span {
  color: #255B8A;
}
.product_form h3, h4 {
    margin: 0;
    padding: 0;
}
body#product .availability li {
    height: 16px;
    margin-bottom: 5px;
}
body#product .product_details ul#social_links {
    display: block;
    border-top: dotted 1px #DDDDDD;
    margin-bottom: 10px;
    margin-left: -5px;
    width: 350px;
    margin-top: 26px;
    padding: 15px 0 0 0;    
  }
  .quantity input {
      width: 30px;
      padding: 5px 10px;
      margin: -5px 0 0;
  }
.price_options {
    text-align: left;
    margin: 0 0 15px
}  
.product_details .price {
  margin: 10px 0;
  padding: 0;
}
.product_description img { 
    max-width: 100%; 
}
.product_description {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.5em;
    padding: 5px 0;
}
.product_description a {text-decoration: underline;}
.label {
    font-weight: 400;
    font-size: 14px;
    margin: 15px 0 0;
}
.options_select select {
  height: 25px;
  margin: 5px 0;
  max-width: 100%;
  min-width: 125px;
  width: auto;
}

body#product .product_details #social_links li {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 0;
    opacity: 1;
    text-align: left;
    float: left;
    
  }

body#product .product_details #social_links li#social_facebook{
        margin-right: 5px;
 }

 body#product .product_details #social_links li#social_tweet{
        width: 95px;
 }
  
#social_links #social_facebook iframe {
  margin: 0 auto 0 5px;
  }

#social_links #social_tweet iframe {
  height: 20px;
  margin-left: 5px !important;
}
#social_links #social_pinterest iframe {
  height: 20px;
  margin-left: 5px !important;
}
.mobile_product_description {
    text-align: center;
    margin-bottom: 15px;
    width: 100%;
    display: none;
}
.product_images ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
}
.product_images li{
    opacity: .5;
    margin: 15px 25px 10px 0;
    vertical-align: top;
    display: inline-block;
}
.product_images li.selected {opacity: 1;}
.product_images li img { 
    display: block;
    margin: 0 auto;
    max-height: 150px;
}
.product_images li.selected a:hover {cursor: default;}

#view_container {
    margin: 0 auto;
    width: 100%;
    float: left;
    overflow: hidden;
}

.primary_image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  visibility: visible;
}
.product_page_wrap {
  display: block;
  margin: 0 auto;
  max-width: 1220px;
}

/* -------------------------------------------------------------- 
  -= PRODUCT PAGE RESPONSIVE STYLES
-------------------------------------------------------------- */  
@media screen and (max-width: 700px) {
    .mobile_product_description {
        display: inline-block;
    }    
    .product_details h3, .product_details h4 { display: none;}
    body#product .content aside {
        border: medium none;
        margin: 0 auto;
        padding: 0 50px;
        width: auto;
    }
    .primary_image {
      display: block;
      float: none;
      margin: 0 auto;
      max-width: 600px;
      visibility: visible;
      width: 100%;
    }    

    .price_options {
        display: block;
        margin: 0 auto;
    	width: auto;
    }

    #add_to_bag_button {
      margin: 20px auto 10px;
    }    
    body#product .product_images, .product_details {
        width: 100%;
    }
    body#product .content aside {
        margin: 0 auto;
        padding: 0 10px;
        width: auto;
    }
}
@media screen and (max-width: 450px) {
    select#option {
        width: 100%;
    }
}
body#product .product_details ul#social_links {
    width: 250px;
}
@media only screen and (max-width: 990px) { 
    body#product .product_details ul#social_links {
        margin: 25px auto;
    }
}
/**********************************
-=related products
**********************************/
.related_products .product_container {
  visibility: visible;
}
.related_products {
	padding: 0;
        margin: 30px 0 0;
  	display: inline-block;
  	width: 100%;
}
.related_products li {
  list-style: none;
}
.related_products h3 {
    font-size: 22px;
    font-weight: 400;
}

/* -------------------------------------------------------------- 
  -=PRODUCTS PAGE
-------------------------------------------------------------- */  
body#home section.content ul, 
body#products section.content ul
{
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin: 0;
}

h3.products_page_name {
  /*border-bottom: 2px solid #111111;*/
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 20px;
  padding-left: 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product_container {
  display: block;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  visibility: hidden;
  margin: 0 1% 10px;
}

.image_container_large {
  bottom: 0;
  display: inline-block;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  /*padding: 0 15px;*/
}
.product_info {
  bottom: 0;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  height: 105px;
  padding: 10px 15px 0;
  padding: 10px 0 0;
  
}
.product_info p {
    padding:0 10px;
    padding: 0;
    margin:0;
}
.product_info p.product_name {
    margin: 5px 0;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.product_info p.product_name {color: #111111;}
.product_info p.product_name:hover {color: #255B8A;}

.product_info p.product_price, .product_info em {
    color: #111111;
    font-size: 12px;
    font-weight: 300;   
    margin: 5px auto 0
}

.product_info p.product_price:hover {
    color: #255B8A;
}
.product_img {
    width: 100%;
}
.product_img {
  margin: auto;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  /*padding: 0 15px;*/
}

.imageFade {
   opacity: .7;
   transition: opacity .50s ease-in-out;
   -moz-transition: opacity .50s ease-in-out;
   -webkit-transition: opacity .50s ease-in-out; 
}
 body#home section.content li.product div.pagination, 
 #shop section.content li.product div.pagination, 
 body#products section.content li.product div.pagination {
      clear: both;
}
#pagination {
  float: left;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#pagination span,
#pagination a {
  padding: 8px 4px;
  border: none;
  }

/*#pagination .disabled,
#pagination .next,
#pagination .previous {
  display: none;
  }*/

#pagination .disabled {
  display: none;
}

#pagination .current {
  text-decoration: underline;
}

/* -------------------------------------------------------------- 
  -=SALE TAG
-------------------------------------------------------------- */  
.sale_tag {
    position: absolute;
    top: 0;
    /*left: 15px;*/
    margin: 0;
    left: 0;
    padding: 10px 6px;
    background-color: #bbb;
    color: #FFF;
    text-transform: uppercase;
    z-index: 99;
    font-size: 12px;
}
/* -------------------------------------------------------------- 
  -=PRODUCTS POPUP INFO
-------------------------------------------------------------- */  
.product_popup_info {  
  
    color: rgba(0, 0, 0, 0.9);
    background: rgba(255, 255, 255, 0.6);
    
  display: none;
  bottom: 0;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: relative;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 991;
  height: 100%;
  
}
.popup_text {
  bottom: 0;
  left: 0;
  margin: 20% auto 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 28px;
  padding: 0 20px;
}

.popup_product_name, .popup_price {
  	margin: 0;
}
.popup_product_name {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}
.popup_price {
    font-size: 12px;
    font-weight: 300;    
}
.popup_underscore {
    margin: 10px auto;
    width: 25px;
    
    border-color: rgba(0, 0, 0, 0.9);
    
	/*border-color: rgba( , 0.9 );  */
}

@media only screen and (max-width: 610px) {
  .product_popup_info {  
    display: inline-block;
    
      color: #000;
      background: rgba(255, 255, 255, 0.4);
      
  
  }
}  
/* -------------------------------------------------------------- 
  -=CART PAGE
-------------------------------------------------------------- */  
body#cart form > ul {
   font-size: 14px;
   padding: 0;
}
body#cart h1 {
    font-size: 22px;
    text-transform: uppercase;
}
#cart .cart_heading {font-size: 14px;}
.cart_col_titles {
    border-bottom: 1px solid #ccc;
    padding: 15px 0 10px !important;    
}
.cart_item {
    border-bottom: 1px solid #ccc; 
}
.cart_item {
    /*height: 130px;*/
    height: auto;
}
.cart_col_titles p, .cart_item p {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.cart_col_titles .item_image, .cart_item .item_image {
    width: 15%;
/*        height: 75px;
    vertical-align: middle;*/
}
.cart_col_titles .item, .cart_item .item {
    width: 47%; 
}
.cart_col_titles .price, .cart_item .price { 
    width: 15%;
    
}
.cart_col_titles .quantity, .cart_item .quantity {
    position: relative;
    width: 8%;
}
.cart_item .item,
.cart_item .price,
.cart_item .quantity,
p.remove {
    /*height: 115px;*/
    margin: -115px 0 0;
    vertical-align: middle;   
}
p.remove { width: 7%; }

.cart_summary {
    display: inline-block;
    float: right;
    font-size: 16px;
}

.cart_summary h3 {
    border-bottom: solid 1px #111111;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: right;
}
body#cart .cart_summary p {
    padding: 0;
    margin: 12px 0 15px;
}

body#cart .cart_summary #cart-shipping-tax {
    margin-top: 4px;
    margin-bottom: 10px;
}

body#cart .cart_summary #cart-shipping-tax p
{
    padding: 0;
    margin: 0 0 5px;
}

body#cart .cart_summary .cart_discount p
{
    padding: 0;
    margin: 8px 0 20px;
}

body#cart li.cart_discount_entry {
    margin: 10px 0;
    position: relative; /*for 'apply discount' link*/
}

body#cart li.cart_discount_entry p {
    margin: 0;
}
.place_order {
  display: inline-block;
  float: right;
  margin: 0 0 10px;
}
#continue_button {
    margin-right: 5px;
    float: right;
}
#checkout_button,
#no_checkout_button {
      float: right;
}
.update_link {
  font-size: 0.8em;
  left: 0;
  position: absolute;
  top: 25px;
}
.cart_discount_entry .update_link {
    right: 0;

}
form li#cart-shipping-tax {
    margin-top: 5px;
}

li#cart-shipping-tax #country{
    margin-bottom: 5px;
    width: 225px;
}

#cart_discount_code {
    border: 1px solid #111111;
    margin-bottom: 15px;
    padding: 5px;
    width: 185px;
}

.no_shipping {
  color: red;
  width: auto;
}

body#cart form .cart_summary ul {
    /*margin: 0 60px 0 0;*/
    border-bottom: none;
    padding: 0
}

form .cart_summary li {
    display: block;
    list-style: none;   
    margin:0;
    padding:0;
    text-align: right;
       
}

.order_total{
    text-align: left;
}

body#cart form li {
      padding-bottom: 10px;
}

body#cart .content li img {
    display: block;
    margin: 0;
    max-height: 100px;
    max-width: 100%;
}

body#cart p.empty_cart {
        padding: 0;
        margin: 40px 0 80px;
        font-size: 20px;
}
body#cart p.empty_cart a {
    text-decoration: underline;
}
body#cart form p > input
{
        margin-right: 10px;
        text-align: center;
        width: 35px;
}

body#cart a.remove {
        display: inline-block;
        /*margin: 25px 0 0 0;*/   
        text-align: left;
    -webkit-transition: color .3s ease-in;  
    -moz-transition: color .3s ease-in;
    -ms-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;         

}
.icon-remove {
    color: #bbb; 
}
body#cart a.remove:hover .icon-remove {
    color: #999;
    -webkit-transition: color .3s ease-in;  
    -moz-transition: color .3s ease-in;
    -ms-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;         
    
}


@media only screen and (max-width: 650px) {
    body#cart a.remove {float: right;}
    .place_order {
        float: right;
        width: 200px;
     }
     #continue_button {
        margin: 5px 0 0;
      }
      li#cart-shipping-tax #country {
        max-width: 185px;
      }
    .cart_item .item, .cart_item .price, .cart_item .quantity, p.remove {
      padding: 0 10px;
    }      
    .cart_col_titles .item, .cart_item .item {
      width: 50%;
    }  
    .cart_col_titles .item_image, .cart_item .item_image {
      display: block;
      width: 100%;
    }
    body#cart .content li img {
        margin: 0 0 15px;
    }    
    .cart_item .item, .cart_item .price, .cart_item .quantity, p.remove {
      margin: 0;
      vertical-align: middle;
    }
    .cart_col_titles .price, .cart_item .price {
      width: 22%;
    }  
    p.remove {
      float: right;
      margin: 8px -10px 0 0;
      width: auto;
    } 
    .cart_col_titles .quantity, .cart_item .quantity {
      width: 15%;
    }
    .update_link {
      left: 10px;
    }    
}
/* -------------------------------------------------------------- 
  -=CONTACT PAGE
-------------------------------------------------------------- */  
#contact #contact_page p#thank_you {
    padding-bottom: 0 !important;
    border: none !important;
    text-align: center;
} 
div.contact_header {
    text-align:center;
} 
.contact_header h1 {
  border-bottom: 1px solid #111111;
  display: inline-block;
  padding: 5px 25px;
  text-align: center;
  font-size: 24px;
}

.contact_info {
    position: relative;
    height: 300px;
    width: auto;
    border-left: solid 1px #111111;
    width: 50%;
    float: right;   
}  
.contact_info .email_addy {
    position: absolute;
    padding: 50px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height:20px;
}
.contact {
  left: 0;
  margin: auto;
  max-width: 350px;
  position: relative;
  right: 0;
  width: 32%;
}
#contact_form ul {
    padding: 0;
}
#contact_form li {
    padding: 4px 0;
}
#contact_form label {
    width: 100%;
    float: none;
    margin-bottom: 5px;
    text-align: left;
}
#contact_form input,
#contact_form textarea {
    width: 250px;
    margin: 0;  
} 
#contact_form textarea {
    width: 290px;
    height: 100px;
}   
#captcha_img {
    overflow: hidden;
}
#captcha_img input {
    width: 75px;
    margin-right: 20px;
}  
#captcha_img img {
    -webkit-box-shadow: 1px 1px 1px #ccc;
    box-shadow: 1px 1px 1px #ccc;
    border-radius: 4px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#contact #contact_button_stripe {margin-bottom: 15px;}

@media only screen and (max-width: 700px) {
    .contact {
      width: 100%;
    }    
    .contact_info {
      border-left: 1px solid #111111;
      display: inline-block;
      float: none;
      height: auto;
      width: 100%;
    }  
    .contact_info .email_addy {
      height: auto;
      margin: 0 0 30px;
      position: initial;
      padding: 0;
    }      
}
/*--------------------------------------------------
-=Reveal Modal
-------------------------------------------------- */
.reveal-modal-bg { 
        position: fixed; 
        height: 100%;
        width: 100%;
        background: #ccc;
        background: rgba(0,0,0,.2);
        z-index: 100;
        display: none;
        top: 0;
        left: 0; 
        }

.reveal-modal {
        visibility: hidden;
        top: 100px; 
        left: 50%;
        margin-left: -320px;
        width: 585px;
        /*background: #fff url(modal-gloss.png) no-repeat -200px -80px;*/
        background: #fff;
        position: absolute;
        z-index: 101;
        padding: 30px 40px 34px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
        -box-shadow: 0 0 10px rgba(0,0,0,.4);
        }

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
        font-size: 22px;
        line-height: .5;
        position: absolute;
        top: 8px;
        right: 11px;
        color: #aaa;
        text-shadow: 0 -1px 1px rbga(0,0,0,.6);
        font-weight: bold;
        cursor: pointer;
        } 
/*--------------------------------------------------
-=CURRENCY CONVERTER
-------------------------------------------------- */
.currency_converter {background: #000; font-size:10px; border: none; padding: 1px; float: right; color: #fff;}
select.currency_converter {
    background: #777; 
    
}

.currency_converter option {background: #000; color:#fff;}
.currency_converter:focus {background: #000;}
.currency_heading {text-transform: uppercase; font-size:10px;color:#333;}
.currency_widget {
  position: absolute;
  right: 36px;
  top: 59px;
}
.currency_widget p {
  font-size: 12px;
  text-transform:auto;
  font-weight: normal;
  margin: 0;
  text-align: left;
  text-transform: none;
  color: #D3D0C5;
}
.currency_widget img {
    width:20px;
}

.currency_widget img:hover,
.currency_widget i:hover {
    cursor: pointer;
}
.info_button {color: #D3D0C5; font-size:14px;}

#infoModal {
    background: #2c2b2a;
    left: 0 !important;
    top: 25px;
    width: 100%;
    right:0;
    left: 0;
    margin:auto;
    display:inline-block;
    padding: 15px 25px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.36); 
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.36);     
}
#infoModal img {
    width: 100%;
}
a.close-reveal-modal {
  background: #000;
  color: #FFF !important;
  display: inline-block;
  font-size: 17px !important;
  padding: 3px;
}
a.close-reveal-modal:hover {background: red;}
.reveal-modal-bg {display:none !important;}
#fancybox-close {right: -45px !important;}
@media screen and (max-width: 700px ){
    .currency_widget {
      right: 0;
      top: 5px;
    }    
}
/*--------------------------------------------------
-=SelectBox
-------------------------------------------------- */

.sbHolder {
  background-color: #ffffff;
  float: right;
  /*font-size: 10px;*/
  /*height: 10px;*/
  position: relative;
  width: 42px;
  visibility: hidden;
}
.sbHolder:focus .sbSelector{
	
}
.sbSelector{
	display: block;
	height: 30px;
	left: 7px;
	line-height: 30px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: -8px;
	width: 60px;
}
.main_cart.fixed .sbSelector {
  left: 15px;
  top: -36px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
	color: #111111;
	outline: none;
	text-decoration: none;
}
.sbToggle{
	/*background: url(images/select-icons.png) 0 -116px no-repeat;*/
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	right: -12px;
	top: 0px;
	width: 7px;
}
.main_cart.fixed .sbToggle {
  right: -35px;
  top: -36px;
}
.sbToggle:after{
    font-family: "FontAwesome";
    content: "\f078";
     color:#111111;;
}
.sbToggleOpen:after{
    font-family: "FontAwesome";
    content: "\f077";
     color:#111111;;
}
.sbHolderDisabled{
	background-color: #3C3C3C;
	border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
	
}
.sbHolderDisabled .sbToggle{
	
}
.sbOptions{
	background-color: #ffffff;;
	border: solid 1px #ccc;;
	list-style: none;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 29px;
	width: 70px;
	z-index: 1;
	overflow-y: auto;
}
.sbOptions li{
	padding: 0 7px;
}
.sbOptions a{
	border-bottom: dotted 1px #ccc;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #111111;;
	text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
	color: #255B8A;;
}
.sbOptions li:last-child a{
	border-bottom: none;
}
.sbOptions .sbDisabled{
	border-bottom: dotted 1px #515151;
	color: #999;
	display: block;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
	border-bottom: dotted 1px #515151;
	color: #EBB52D;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
	padding-left: 17px;
}
@media screen and (max-width: 700px ){
    .sbHolder {
        font-size: 12px;
    }
}
/*******************************
-=SPECIAL HEADER STYLE 
*******************************/

 .special_header {
      margin: 0;
  }
   .border_intersect {
    display: inline-block;
    height: 40px;
    margin: auto;
    position: relative;
    width: 100%;
    }
  .the_border {
      border:1px solid #ffffff;
      position: absolute; 
      top: -4px; 
      bottom: 0; 
      width: 100%; 
      margin: auto; 
      height: 1px;
  }
  
  .special_header h3 {
    bottom: 0;
    display: block;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    left: 0;
    margin: auto;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 5px;
    z-index: 9;
    width: 100%;
  }
  .special_header span {
    
       background-color: #ffffff;
          
      display: inline-block;
      position: relative;
      padding: 0 15px;
  }
  
  .featured {margin: 15px 0 25px;}
  
@media only screen and (max-width: 480px) { 
  .special_header span {
    padding: 0 5px;
    width: 100%;
    display: block;
    position: inherit;
  }
  .special_header h3 {
      position:inherit;
      border-bottom:2px solid #111111;
  }  
}
/*flex override*/
.flexslider {
  border: none;
  box-shadow: none;
}
.flex-direction-nav a:before {
  font-size: 28px;
}
.flex-direction-nav a {
  background: rgba(255, 255, 255, 0.4);
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 57px;
  margin: -21px 0 0;
  opacity: 0;
  overflow: hidden;
  padding: 15px 10px;
  position: absolute;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 10;
}
/********************
-=SIMPLE GRID
********************/
/*the following is the margin set between product images and needs to match
what is in .product_container of layout.css.
*/
* {
  box-sizing: border-box;
}

.grid {
  background: white;
  margin: 0 0 5px 0;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
}

[class*='column-'] {
  float: left;
  padding-right: 5px;
}
.grid [class*='column-']:last-of-type {
  padding-right: 0;
}

@media only screen and (max-width: 3000px) {
  .column-lg-1 {
    width: 98%;
  }

  .column-lg-2-3 {
    width: 64.66%;
  }

  .column-lg-1-3 {
    width: 31.33%;
  }

  .column-lg-1-2 {
    width: 48%;
  }

  .column-lg-1-4 {
    width: 23%;
  }

  .column-lg-1-5 {
    width: 18%;
  }

  .column-lg-1-6 {
    width: 14.66%;
  }

  .column-lg-1-8 {
    width: 10.5%;
  }

  .column-lg-hide {
    display: none;
  }

  .column-lg-show {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  .column-md-1 {
    width: 98%;
  }

  .column-md-2-3 {
    width: 64.66%;
  }

  .column-md-1-3 {
    width: 31.33%;
  }

  .column-md-1-2 {
    width: 48%;
  }

  .column-md-1-4 {
    width: 23%;
  }

  .column-md-1-5 {
    width: 18%;
  }

  .column-md-1-6 {
    width: 14.66%;
  }

  .column-md-1-8 {
    width: 10.5%;
  }

  .column-md-hide {
    display: none;
  }

  .column-md-show {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .column-sm-1 {
    width: 98%;
  }

  .column-sm-2-3 {
    width: 64.66%;
  }

  .column-sm-1-3 {
    width: 31.33%;
  }

  .column-sm-1-2 {
    width: 48%;
  }

  .column-sm-1-4 {
    width: 23%;
  }

  .column-sm-1-5 {
    width: 18%;
  }

  .column-sm-1-6 {
    width: 14.66%;
  }

  .column-sm-1-8 {
    width: 10.5%;
  }

  .column-sm-hide {
    display: none;
  }

  .column-sm-show {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .column-xs-1 {
    width: 98%;
  }

  .column-xs-2-3 {
    width: 64.66%;
  }

  .column-xs-1-3 {
    width: 31.33%;
  }

  .column-xs-1-2 {
    width: 48%;
  }

  .column-xs-1-4 {
    width: 23%;
  }

  .column-xs-1-5 {
    width: 18%;
  }

  .column-xs-1-6 {
    width: 14.66%;
  }

  .column-xs-1-8 {
    width: 10.5%;
  }

  .column-xs-hide {
    display: none;
  }

  .column-xs-show {
    display: block;
  }
}
/* Opt-in outside padding */
.grid-pad {
  padding: 5px 0 5px 5px;
}
.grid-pad [class*='column-']:last-of-type {
  padding-right: 5px;
}
input, textarea, select:not(#option), .fawn_button {
  -webkit-appearance: none;
}
.options_select select {
 height: auto;
}
.one_of_two, .two_of_two {
    transition: opacity .4s;
}
.options_select select {
  text-indent: 5px;
}