/*
 Theme Name:   SmartShop Pro Child
 Description:  SmartShop Pro Child Theme
 Author:       Supriyadi Widodo
 Author URI:   http://wido.do
 Template:     smartshop-pro
 Version:      1.5.3
*/

@import url("../smartshop-pro/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#header {
  /*background: #2a2a2a;*/
  background: #fff;
}

.header-widget p {
  margin-bottom: 0;
  margin-top: 15px;
  font-weight: 700;
  font-size: 12pt;
  color: #fff;
}

#home-widgets .widgettitle,
#home-bottom-area .widgettitle {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
}

#home-widgets img {
  margin: 10px auto 0;
}

#home-bottom-area .widgettitle {
  color: #fff;
}

#home-bottom-area {
  background: #545454;
  padding: 20px;
}

#home-bottom-area img {
  width: auto;
}

#home-bottom-area div.wpcf7 {
    margin: 0 0px;
    padding: 20px 0;
    background: none;
    color: #fff;
}

#home-bottom-area input[type="text"],
#home-bottom-area input[type="email"],
#home-bottom-area textarea {
  width: 100%;
  font-size: 12pt;
  padding: 5px;
  margin: 0 auto 10px auto;
}

#home-bottom-area input[type="submit"] {
    background: #222;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
}

#home-bottom-area input[type="submit"]:hover {
  color:#333;
  background-color:#fff;
}

.container#footer {
  background: #2a2a2a !important;
  color: #fff;
  padding: 15px 20px 0 20px;
}

.container#footer a {
  color: #fff;
}

#footer .footer-left ul {
  list-style: none;
}

#footer .footer-left ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#navigation-wrap {
  background: #2a2a2a;
}

.main-navigation li a {
  color: #fff;
}

.slider-wrapper .caption-inner {
  background: #222;
}

.text-7 {
  padding: 20px;
}

#home-featured-area {
  background: #2a2a2a;
}

.header-widget p {
  color: #000;
}

.main-navigation ul.primary-nav, .main-navigation div.primary-nav > ul {
    border-bottom: 0px solid #ededed;
    border-top: 0px solid #ededed;
}
