/*
Theme Name: NineZeroSeven Child
Theme URI: http://www.webcreations907.com
Author: webcreations907
Author URI: http://themeforest.net/user/webcreations907
Template: ninezeroseven
Description: One Page Parallax Theme ~ If you need support please use the <a href="http://support.webcreations907.com/">Theme's Support Forum</a>
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black,white,orange,flexible-width,custom-background,custom-colors,featured-images,full-width-template,theme-options,translation-ready,left-sidebar,right-sidebar
*/

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


/************************************************************************
* Custom CSS code below - Jas Gidda
*************************************************************************/
/*** To change submit button contact form ***/
input.wpcf7-form-control.wpcf7-submit {
    float: left;
    width: 96%;
}
/*** To change textarea height contact form ***/
.form-box textarea, .wpcf7 .wpcf7-textarea {
    display: block;
	min-height: 60px;
    height: 60px;
    width: 97%;
}
/*** To change Mobile menu font colour to white ***/
.mobile-nav-menu li.menu-item a {
color: #fff;
}

/*** To remove author and comments from posts ***/
.user,
.comments
{display:none;}


/**** Tooltip (hover over text) ****/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #404040;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content:attr(data-description);
  /**content: "";**/
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #404040 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/**** Tooltip Ends (hover over text) ****/

/************************************************************************
* Custom CSS code below - Jas Gidda
*************************************************************************/