/*
/   name           Starter
/   version        1.8
/   description    Responsive and customizable Joomla! template
/   demo           http://demo.favthemes.com/starter
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2018 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style by NZ
///
//////////////////////////////////////////////////////////////////////////////*/


body{
  background-color:#FDF2D1;
  color: rgb(33, 33, 33);
  font-weight: bold;
  font-size: 18px;
}

a {
 color: #8d681e; 
}
 
a:hover , #fav-showcopyright a:hover, .fav-module-block-color a:hover {
  color: #216d01;
}

.intro1, .intro2, .intro3, .intro4, .intro5, .intro6,
.about1, .about2, .about3, .about4, .about5, .about6,
#fav-maincontent 
{
  color: rgb(33, 33, 33);
  font-weight: 600;
}

/* === Removing Box around Images === */

img{
  padding:0;
  border:0;
  background-color: transparent;
}

/* === To remove Top Padding for site (was 15px) === */

#fav-container .fav-container-width.favth-container {
  padding-top: 0;
}

/* === Titles Font-weight and reducing TOP/BOTTOM Margins ===*/

.fav-container h3:first-of-type, .fav-container .page-header h2, .fav-container .hikashop_header_title h1,
.fav-container h1{
  margin-bottom: 14px;
  margin-top: 14px;
  font-weight: 600; 
}

/* === Remove spaces around Header === */

#fav-headerwrap #fav-header, #fav-topbar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

/* === Changing Background color for used positions to #FDF2D1 === */

#fav-mainwrap, #fav-copyrightwrap, #fav-debugwrap, #fav-slidewrap, #fav-basewrap, #fav-blockwrap, #fav-backtopwrap,
#fav-noticewrap, #fav-breadcrumbswrap, #fav-maincontent, #fav-container-block, #fav-headerwrap,
#fav-topbar,
#fav-headerwrap .fav-default {
 background-color:#fdf2d1; 
}

/* === Positioning the Main === */

#fav-mainwrap {
  margin-top: -10px; 
}
#fav-mainwrap .favth-container-block {
  color: #333;
}

/* === Changing Background Color to differentiate from production === */

#fav-containerwrap, 
.fav-overlay {
 /* background-color: rgba(107,68,33, 1)*/
  
 /* background-color: #336699;  This is Light blue */
  
   background-color: #4d2600 /* This is coffee */
}

/* === Removing spaces around Language switcher === */

#fav-container .mod-languages .lang-inline {
    padding: 0px;
    margin-bottom: 0;
}

/* === This is for the Search === */

#fav-topbarwrap .fav-transparent .favth-container-block .favth-row .favth-clearfix,  
#fav-topbar1 {
  height: 50px;
}

#fav-topbarwrap  .fav-overlay .favth-container-block  {
  padding:0;
}

#fav-topbarwrap  .fav-overlay .favth-container-block .favth-row {
  margin: 0px;
}

/* === Removing the white lines around TopBar === */

#fav-topbarwrap.fav-module-block-color{
  border:0;
}


/* === Changing color of cart border and text ===*/

#fav-cart .hikashop_cart_module {
  padding: 10px 15px;
  margin-bottom:5px;
  border: 3px double #666;}

#fav-cart #hikashop_cart_module.hikashop_cart_module a.hikashop_small_cart_checkout_link, #fav-cart #hikashop_cart_module.hikashop_cart_module .hikashop_cart #hikashop_cart_module_empty {

  color: #863;}
  

/* === This is for User Name That I put in Intro 1 === */

#fav-intro   {
  height:50px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

#fav-intro {
  padding-top: 5px;
  padding-bottom:5px
}

#fav-intro .moduletable {
  margin-top:0;
  margin-left:115px;
}

#fav-intro .favth-container-block {
  color: #333;
}


/* To place Name of registered user div id = "salut" */

#salut {
  margin-top: -60px;
  padding-top:0px;  
}

/* === To prevent white printing ??? === */

.fav-module-block-color h3, .fav-module-block-color p, .fav-module-block-color {
  color: #333;
}


/* === Size of font in forms == */

.hkcontrol-label {
  font-size: 20px;
}
 /* below copied from cms.css line 1256, changed font size fro 13 to 20px  ==*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.input-append .add-on,
.input-prepend .add-on {
  height: auto;
  width: auto;
  border: 1px solid #e7e7e7;
  padding: 7px 14px;
  font-size: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
 /* == To center text at left of image on Home page ==*/
#hometext {
   /*border: 5px solid red;*/
   padding-left: 220px;
   padding-right: 20px;
 
}

/* === Collections Fonta ===*/
#favshowcase-description1,#favshowcase-description2,#favshowcase-description3, #favshowcase-description4, #favshowcase-description5,#favshowcase-description6,#favshowcase-description7,#favshowcase-description8,#favshowcase-description9 {
  font-family: Happy Monkey !important
} 

/* === The JD Simple Form ===*/
#fav-basewrap .favth-container-block {
  width: 500px;
}
.moduletable_nz {  
  background-color:#f6eccf;
  margin-left:50px;
}

.moduletable_nz .form-control {
  width: 350px;
}
#simple-contact-form-122 .form-control  {
  font-Size: 20px;
}
.jd-simple-contact-form .d-block, .jd-simple-contact-form .text-muted {

  font-Size: 20px; !important;
  font-style:italic;
}
