/*

Theme Name:		HydroNova Tech
Theme URI:		http://hydronova.tech/
Description:	Child theme for WP Industry Theme
Author:			Hydro Nova Tech
Author URI:		http://hydronova.tech/
Template:		wpindustry
Version:		1.0

*/

nav .nav li ul li > a
{
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}

.su-button-style-flat span {
    font-size: 12px !important;
    text-align: left;
}
    
.su-button i {
    font-size: 12px !important;
}
    
h2 {
    margin: 20px 0;
}
    
h3 {
	margin: 12px 0;
}

table td, dd {
    font-size: 16px;
    line-height: 1.6em !important;
}
    
#footer .foocol ul li {
    margin: 0 0 6px 0px;
    padding: 0 0 0 0px;
}
    
.foocol.first {
    width: 20%;
}
    
.foocol {
    width: 20%;
}
    
.clients {
	text-align: center;
}
	
.clients img {
	display:inline;
	padding: 16px 14px 0px 14px;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
    background: #00ADE0;
    border: 1px solid transparent;
    border-bottom: none;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 1px 12px 0 0;
    padding: 10px 20px 10px;
    white-space: nowrap;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	transition: background-color 250ms ease-in-out 0s, color 250ms ease-in-out 0s;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel {
    background: #fff;
    border: none;
    border-top: 1px solid #999999;
}
    
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #fff;
    border-color: #999999;
	color: #666666;
	padding-bottom: 11px;
	margin-top: 0;
	top: 1px;
}

h3, .foliohead .description, .foliohead a.mainbutton {
    color: #444 !important;
}

.widgetable h2 {
    font-size: 22px !important;
}

.foliosidebar-absolute {
	right: 0px;
}

body .wpcf7-form p {
	font-size: 13px;
}

body .wpcf7-form p input,
body .wpcf7-form p textarea
{
	font-size: 13px !important;
}

@media only screen and (max-width: 1040px)
{

#foliosidebar,
.pagesidebar,
.scroll-to-fixed-fixed {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
}

}
