/*
Theme Name: NineZeroSeven Child
Theme URI: http://www.webcreations907.com
Author: webcreations907
Author URI: http://themeforest.net/user/webcreations907
Template: ninezeroseven
*/

@import url("../ninezeroseven/style.css");


/************************************************************************
* Custom CSS code below
*************************************************************************/
html, body{
    height: 100%;
}
a:{
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}
a:hover {
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}

/* Content */
.main-content-area {
  padding: 0;
}
.button {
  color: #fff!important;
  font-size: 20px!important;
  opacity: 1!important;
  padding: 10px 20px!important;
  min-width: 150px;
  background: rgba(0,0,0,0.5)!important;
  border: 0!important;
  border: 1px solid #444!important;
}
.button:hover {
  color: #fff!important;
  font-size: 20px!important;
  opacity: 1!important;
  padding: 10px 20px!important;
  background: rgba(255,255,255,0.1)!important;
  min-width: 150px;
  border: 1px solid #444!important;
}

/* Footer */
#menu-social.menu {
  min-width: 216px!important;
}
.copyright {
  color: #eee!important;
}
.copyright a {
  color: #EAE5AF!important;
  text-decoration: none;
}
.copyright a:hover {
  color: #fff!important;
  text-decoration: underline;
}