@import url(//fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);

body {
  background: #fff;
  color: #000;
  font-family: 'Lato', arial, serif;
}

p,
.content-area ul li,
.content-area ol li,
.content-area {
  margin-bottom: 0px;
  font-family:'Lato',arial,serif;
  text-shadow:none;
  color: #999;
  font-weight: 300;
}

ul, ol {
  font-size: 1em;
}

ul.button-group li a {
  font-family: Raleway;
  font-weight: 200;
  font-size: 1.1em;
  text-shadow: 0px 0px 0px;
}

ul.button-group li a:hover{
  text-decoration: underline;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: .9em;
  font-weight: normal;
  margin: 0 0 8px 2px;
  color: #999;
  text-transform: uppercase;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  font-size: 1.15em;
  margin: 10px 0 15px 0;
  color: white;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  font-size: 1.1em;
  margin: 10px 0 15px 0;
  color: white;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  font-size: 1.05em;
  margin: 10px 0 15px 0;
  color: white;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  font-size: 1.1em;
  margin: 10px 0 15px 0;
  color: white;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 3px;
  font-size: 1.05em;
  margin: 10px 0 15px 0;
  color: white;
  font-weight: normal;
  color: #999;
  text-transform: uppercase;
}

.logo-header {
  text-align: center;
}

div.logo-header div.columns {
  padding: 0px;
}

.logo {
  font-size: 1.5em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 100;
  color: #565455;
}

.slogan {
  font-family: 'Lato',Century Gothic, Verdana, Arial;
  text-align: center;
  font-size: 8.7pt;
  // padding-left: 5px;
  margin-bottom: 20px;
  display: none;
}

div.logo-header div.editor-body-section p {
  text-align: center;
}

.remove-foundation-indent {
  padding-left: 0px;
}

.social-links-bar a {
  color: #ababab;
  margin-right: 5px;
}

/* main styles for larger screens */
@media only screen and (min-width: 58.75em) {

  body, html { font-size: 1em; }

  .nav-outer {
    padding-left: 20px;
  }

  .navigation-menu {
    float: right;
  }

  #scrolling_navigation .navigation-menu {
    margin-top: 15px;
  }

  .website-body {
    padding: 0px;
  }

  p,
  .content-area ul li,
  .content-area ol li,
  .content-area {
    line-height: 1.6em;
  }

  .logo-header {
    text-align: left;
  }

  .logo-slogan {
    margin-top: 22px;
  }

  .logo {
    font-size: 1.5em;
    margin: 0px 0 11px 0;
    text-align: left;
  }

  .slogan {
    font-size: .75em;
    margin-bottom: 0px;
    text-align: left;
  }

  h1 { font-size: 1.2em; margin: 0px 0 15px 0; }
  h2 { font-size: 1em; margin: 10px 0 15px 0; }
  h3 { font-size: .9em; margin: 10px 0 15px 0; }
  h4 { font-size: .85em; margin: 10px 0 15px 0; }

  div.logo-header div.editor-body-section p {
    text-align: left;
    margin-top: 20px;
  }

  .logo-nav-body {
    margin-top: 50px;
    margin-left: 40px;
  }

}

/* end styles for larger screens */


/* begin NAVIGATION *******************************/

/* begin Foundation TopBar (for small screens) */

/* end Foundation TopBar (for small screens) */


/* begin ddsmoothmenu (for small screens) */


/* begin ddsmoothmenu (for small screens) */

/* begin ddsmoothmenu (for full size screens) */

.ddsmoothmenu {
  margin: 8px 0px 10px 0px;
}

.navigation-menu {
  margin-top: 0px;
}

@media only screen and (min-width: 58.75em) {

  .navigation {
    display: block;
    height: auto;
  }

  .navigation-menu {
    margin-top: 7px;
  }

  .ddsmoothmenu {
    // background: #272727; /* ######### changes with Design Editor  ######### */
    clear: both;
    font-weight: normal;
    //text-shadow: #000 0px 1px 0px;
    padding: 1px 0px 0px 0px;
    width:100%;
    display: inline-block;
    border-width: 2px;
    border-left: none;
    border-right: none;
    margin-bottom: 19px;
    letter-spacing: 1px;
  }


  .ddsmoothmenu ul li {
    // background: #272727;
    margin: 0;
  }


  .ddsmoothmenu ul li ul {
      box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.80);
      -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.80);
      -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.80);
      //margin: -1px -1px -1px -1px;
  }

  .ddsmoothmenu ul li a, .ddsmoothmenu ul li.menuonly  {
       /* main nav text color, position, padding */
       background: white;
       border: none;
       // color: white;  /* ######### changes with Design Editor  ######### */
       /* margin: add/remove space between main nav bg and drop down nav bg */
       margin-bottom: 5px;
       /* padding: changes space between nav text, also adds hover backround padding */
       padding: 2px 20px 2px;
       // text-shadow: black 0px 1px 0px;
       color: #665c5c;
  }

  .ddsmoothmenu ul li.menuonly {
       margin: 0 5px 0px 0px;
  }

  .ddsmoothmenu ul li:hover {
       /* changes main nav hover background & hover text color */
  }

  .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.jqhover, .ddsmoothmenu ul li a.selected {
       /* changes main nav hover background & hover text color */
       // border: 1px solid #5a5a5a;
       // background: #003961; /* ######### changes with Design Editor  ######### */
       color: #000; /* ######### changes with Design Editor  ######### */
       text-shadow: none;
  }

  .ddsmoothmenu ul li.space {
       height: 15px;
       width: 40px;
  }


  .ddsmoothmenu ul li.separator {
       width: 20px;
  }


  .ddsmoothmenu ul li a img.downarrowclass {
       visibility: hidden;
  }

  .ddsmoothmenu ul li ul {
  }

  .ddsmoothmenu ul li ul li a img.downarrowclass {
       visibility: visible;
  }

  .ddsmoothmenu ul li ul li{
       color:#fff;
  }

  .rightarrowclass{
       position: absolute;
       top: 14px;
  }


  .ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li ul li.menuonly {
       /* changes drop-down background color, text & text position */
       // background:#003961;
       font-size: 1em;
       font-weight: normal;
       margin: 0 0 0px 0px;
       /* padding: changes padding around text, does not move background position */
       padding: 9px 20px 9px 20px;
       text-align: left;
       width: 200px;
       color: #665c5c;
  }

  .ddsmoothmenu ul li ul li:hover {
       /* changes main nav hover background & hover text color */
    // background:#003961;
    color: #000;
  }


  .ddsmoothmenu ul li ul li.space {
       // background: #272727;
       line-height: 1px;
       // padding: 0px 20px 0px 20px;
       width: 141px;
  }


  .ddsmoothmenu ul li ul li.separator {
       margin: 0 0 -2px 0;
       width: 141px;
       line-height: 1px;
  }


  .ddsmoothmenu ul li ul li.menuonly {
    font-style:italic;
  }

  .ddsmoothmenu ul li ul li a:hover {
    /* changes main nav hover background & hover text color */
    border-top: none;
    border-left: none;
    border-right: none;
    color: #000;
  }

}

/* end ddsmoothmenu (for full size screens) */

/* end NAVIGATION *******************************/


/* begin BILLBOARD *******************************/


.billboard {
  position: relative;
  box-shadow: 0px 7px 10px -9px #999;
  -webkit-box-shadow: 0px 7px 10px -9px #999;
  -moz-box-shadow: 0px 7px 10px -9px #999;
}

div.billboard div.wrap {
  padding: 0px 20px;
}

.billboard-wrapper {
  padding: 10px 10px 6px 10px;
  margin: 30px 0px;
  box-shadow: 0px 5px 10px #999;
  -webkit-box-shadow: 0px 5px 10px #999;
  -moz-box-shadow: 0px 5px 10px #999;
}


@media only screen and (min-width: 58.75em) {

  div.billboard div.wrap {
    padding: 0px;
  }

}

/* end BILLBOARD *********************************/

/* begin CONTENT AREA ********************************/

.headline {
  font-family: Century Gothic;
  margin: 0px 0 0px 0;
  color: white;
  padding-left: 28px;
}

.crumbtrail {
  margin-bottom: 10px;
  padding-left: 0px;
  color: 000;
  font-weight: 300;
}

.product-photos {
  padding-left: 0px;
  border: 1px solid #f0f0f0 !important;
}

.content-area div.columns {
  padding-left: 0px;
}

div.content-area div.content-area-inner {
  padding-left: 0px;
}

div.content-area div.headline {
  padding-left: 0px;
}

.content-area-body {
  margin: 0px 0 0em 0;
  padding-left: 0px;
}

.content-area a:link, .content-area a:visited {
  color: #000;
  text-shadow: none;
  text-decoration: underline;
  font-weight: 300;
}

.content-area a:hover {
  color: #000;
  text-shadow: none;
}

/* end CONTENT AREA ********************************/

/* begin FOOTER **************************************/


.footer div.columns {
  padding-left: 0px;
}

.footer {
  text-shadow: none;
  color: #000;
}

.footer-area-inner {
  text-shadow: none;
  text-align: center;
}

.footer-area-inner a, .footer-area-inner a:link, .footer-area-inner a:visited {
  color: #000;
  text-shadow: none;
}

.footer-area-inner a:hover {
  color: #000;
  text-shadow: none;
}

.footer-area-inner p {
  font-size: .6em;
  text-transform: uppercase;
  letter-spacing: 2px;
}


@media only screen and (min-width: 58.75em) {

  .footer-area-inner {
    text-align: left;
  }

}


/* end FOOTER **************************************/

/* begin PHOTO GALLERY ********************************/

.photo-inner-container {
  box-shadow: 0px 5px 10px -5px #999;
}

/* end PHOTO GALLERY ********************************/

/* begin STORE **************************************/

.art-store {
  // border: 1px dotted #e0e0e0;
}

.art-store-btn-row {
  border-top: 1px solid #f0f0f0;
}

form.build-product-form [data-section='']>section.active>[data-section-content], [data-section='']>section.active>.content.art-store-tab-content-area {
  border: 1px solid #f0f0f0;
}

section.active p.title {
  //background: #fafafa !important;
  //border-top: 2px dotted #f0f0f0 !important;
  //border-left: 2px dotted #f0f0f0 !important;
  //border-right: 2px dotted #f0f0f0 !important;
  //border-bottom: none !important;
}

section p.title {
  color: #686868 !important;
  border: 1px solid #f0f0f0 !important;
}

section.active p.title {
  background: white !important;
  border-top: 1px solid #f0f0f0 !important;
  border-left: 1px solid #f0f0f0 !important;
  border-right: 1px solid #f0f0f0 !important;
}

div.art-store div.crumbtrail {

}

.art-store div#product_form_container {
  padding-left: 0px;
  border-left: none;
}

.social-icons-bar {
  border-top: 1px solid #f0f0f0;
}

div.art-store div.headline {
  padding-right: 7px;
}

div.art-store div.headline span {
  font-size: .5em;
}

div.art-store div.headline h1 {
  margin-bottom: 0px;
}

.art-store-btn-row {
  border-bottom: 1px solid #f0f0f0;
}



.social-sharing-icons {
  background: none;
}

.submit-form-btn, .submit-form-btn:link, .submit-form-btn:visited, .back-btn, .back-btn:link, .back-btn:visited, .see-on-wall-btn {
  border-radius: 0px;
}

.product-sizes {
  border-radius: 0px;
}

.product-info-icon {
  font-size: 1.2em;
  color: #ababab;
}

@media only screen and (min-width: 58.75em) {

}

/* end STORE ****************************************/

/* begin FORM ***************************************/


div.user-form {
  margin-bottom: 0px;
}

div.user-form div.headline {
  margin-top: 0px;
}

div.user-form div.headline h1 {

}



div.user-form input.submit-form-btn {
 font-size: 1em;
}

div.user-form input.submit-form-btn, div.user-form input.submit-form-btn:link, .div.user-form input.submit-form-btn:visited {
  border-radius: 0px;
  font-weight: 300;
}

.visitor-upload-btn-container {
  border-color: #ccc;
}

.required-text {
  border-bottom: 1px solid #999;
}


/* end FORM ***************************************/

/* begin KNOWLEDGEBASE ***************************************/

.post-section {
  margin-bottom: 0px;
}

/* end KNOWLEDGEBASE ***************************************/

/* begin BLOG ***************************************/

.blog-page {
  margin-top: 10px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.blog-post-page {
  margin-left: 0px;
  display: table;
}

.post-heading h1 {
  margin-bottom: 0px;
  margin-left: -2px;
}



/* end BLOG ***************************************/

/* begin SEARCH ****************************************/

.search-container {
  // padding-bottom: 40px;
  height: 100%;
}

.search-container {

}

#search {
  z-index: 1;
  margin: 0 auto;
}


@media only screen and (min-width: 58.75em) {

  #search {

  }

  .search-container {
    height: 70px;
  }

}

@media only screen and (min-width: 78.75em) {

  .jumbo #search {

  }

  .search-container {
    height: 70px;
  }

}

/* end SEARCH ****************************************/

/* begin FOUNDATION overrides *********************/

.joyride-tip-guide h5 {
  font-size: 20px;
}

/* end FOUNDATION overrides ***********************/
