/*
Theme Name: APTTEC
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.9
Tags: 
Text Domain: APTTEC



*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */
.gform_fields{
	
	padding-left:0px !important;
}
.textarea {
	width:100% !important;
	padding:5px !important;
	background: #fff;

border: 1px solid #c9c9c9;
}
input {
	padding:5px !important;
	background: #fff;

border: 1px solid #c9c9c9;
}
.button{
	background-image: -moz-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
background-image: -webkit-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
background-image: -ms-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
	font-size: 13px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
padding: 12px 28px;
border-radius: 5px;
border: none;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
	color:#fff;
	padding-right: 20px !important;

padding-left: 20px !important;
}
.button:hover {
    box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.1);
}
#input_1_6{
	
	max-height:150px;
}
.page-header-title h1{
	font-size: 60px !important;
color: rgb(38, 38, 38) !important;
margin-bottom: 10px !important;
}
.page-header-title h5{
padding-left: 0px;
font-size: 18px !important;
color: #515151 !important;
font-weight:normal !important;
}
.white-back-box{
	box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
background: #fff;
padding: 20px;
}
.list-style-tag a{
	    position: relative;
    padding: 6px 12px;
    line-height: 20px;
    font-weight: 400;
    border: 1px dashed #ddd;
    margin-right: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: top;
    color: #323232;
    font-size: 14px;
}
.list-style-tag a:hover{
	background: #fff;
box-shadow: 0 0 12px rgba(0, 0, 0, .1);
text-decoration: none;
}
.tnp-field-email label{
	width:100%;
	margin-top:10px;
	margin-bottom:0px;
}
.tnp-submit{
background-image: -moz-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
background-image: -webkit-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
background-image: -ms-linear-gradient(0deg, #1721cc 0%, #128df5 100%);
border: 0px;
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
padding: 12px 28px;
border-radius: 5px;
border: none;
box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
padding-top: 7px !important;
padding-bottom: 7px !important;
padding-right: 20px !important;
padding-left: 20px !important;
cursor: pointer;
margin-top: 10px;
}
.tnp-email{
height: 44px;
border-radius: 5px;
outline: none;
padding: 3px 45px 3px 15px;
font-size: 14px;
border: none;
box-shadow: 0 4px 30px -1px rgba(0, 0, 0, 0.15);
width: 100%;
padding-left: 10px !important;
border: 1px solid #e7e7e7;
}

.widget-popular-tag .tag-cloud-link{
	position: relative;
padding: 6px 12px;
line-height: 20px;
font-weight: 400;
border: 1px dashed #ddd;
margin-right: 2px;
margin-bottom: 3px;
display: inline-block;
vertical-align: top;
color: #323232;
font-size: 14px;
}
.widget-popular-tag .tag-cloud-link:hover{
	background: #fff;
box-shadow: 0 0 12px rgba(0, 0, 0, .1);
text-decoration: none;
}

.wp-pagenavi a{
background: #f6f7f8;
color: #626262;
padding: .5rem .75rem;
margin: 3px;
}
.wp-pagenavi span{
	background: #f6f7f8;
color: #fff;
padding: .5rem .75rem;
margin: 3px;
background:#545252;
}
.wp-pagenavi{
	text-align:center;
}
#extensions_message_3_4{
width: 100%;
float: left;
margin-bottom: 30px;
font-size: 12px;
}
.post-categories{
	list-style:none;
	padding-left:0px;
}
.post-categories li a {
	color:#000;
}

.feature-box p {
    margin: 0;
    color: #7f7c97;
    height: 110px;
    font-size: 13px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}