
/**********************************************************************************
  Project Name: Bootstrap based E-Commerce Footer Design.
  Project Description: Responsive footer design based on bootstrap 3+
  File Name: styles.css
  Author: Md Abdul Momin
  Author URI: http://www.opensourcit.net
  Version: 1.0.0
  
**********************************************************************************/
.footer-top-area1{
  border-top: 5px solid #d7d7d7;
  background: #E6E9EB;
  color: #6b6b6b;
  margin: 100px auto 0;
  padding-bottom: 30px;
}
.footer-bottom-area1{
 background: #E2E5E6;
}

.footer-bottom-area1 a{
  color: #6b6b6b;
}

.footer-top-area2{
  background: #f2f2f2;
  color: #787878;
  margin: 100px auto 0;
  padding-bottom: 30px;
}
.footer-bottom-area2{
 background: #fcfcfc;

 margin-bottom: 100px;
}

.footer-bottom-area2 a{
  color: #787878;
}

/*****************************************************************/
/* for top button and footer social link  */
/*****************************************************************/

.my_button{
  margin: 50px auto 0px;
}
.my_social_link a{
  font-size: 20px;
  color:#232323;
}



#subscription-form label{
    display: block;
  
}
#subscription-form input[type="text"],input[type="search"]{
  border: 1px solid #242424;
  margin-bottom: 8px;
  padding: 5px;
  border-radius: 2px;
  outline:medium none;
}
#subscription-form input[type="text"]:hover,
#subscription-form input[type="text"]:focus{
  background-color: #dddddd;
  border:1px solid green;
  border-radius: 2px;
  outline:none;
}

#wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1180px;
}

/* header styles */
#header {
  margin: 0 -9999px 18px;
  padding: 14px 9999px;
  /*background: #124f77;*/
  /*background: black;*/
  background: #fff;
  border-bottom: solid 5px #2eb1bd;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
/* page logo styles */
.logo {
  float: left;
  margin: -4px 20px 0 1px;
  width: 100px;
}
.logo img {
  display: block;
  width: 100%;
  height: auto;
}
.nav-opener {display: none;}
.header-holder {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #wrapper {
    padding: 0 10px;
  }
  #header {
    position: relative;
    margin: 0 -10px 20px;
    padding: 10px;
    
    .header-holder {
    min-height: 60px;
  }
}

