/*!
Theme Name: stylingpoint
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stylingpoint
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

stylingpoint is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */
#menu-header-menu li.dropdown ul.dropdown-menu.how-work-menu{
	background-image: url(images/how-work-menu-bg.jpg);
}
#menu-header-menu li.dropdown ul.dropdown-menu.about-menu{
	background-image: url(images/about-menu-bg.jpg);
}
#menu-header-menu li.dropdown ul.sub-menu li.menu-left>a {
	display: none;
}
.dropdown-toggle .caret{
	margin-left: 10px !important;
}
.abt-showcase ul.showcase-list li .inner .icon{
	margin-bottom: 0px !important;
}
/* Style wrapping span as button */
span.wpcf7-form-control-wrap.DropFileHere {
    display: inline-block;
    position: relative;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #4096ee;
    background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%);        
    color: #FFF;
    overflow:hidden;
}

/* Made input big and move it left and top inside wrapper to hide actual control but leave input clickable */
.input.wpcf7-form-control.wpcf7-multifile {
    position: absolute;
    width: 1500px;
    height: 1000px;
    right: 0;
    bottom: 0;        
    outline: none !important;
}

/* Add button text */
.wpcf7-multifile:before {
    content: "Click me";
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-size: 16px;
}
.errorTxt{
  	/*min-height:	15px;*/
  	color:	red !important;
  	font-size:	12px !important;
}
.errorTxt label{
	color:	red !important;
	font-size:	13px !important;
	font-weight: normal !important;
	font-family: "Josefin Sans",sans-serif  !important;
}

.filebtnwrapper{
	position: relative;
}
.upload-btn { 
	position: relative;
	overflow: hidden;
}
.fileinputclass{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.uploaderror{
	position: absolute;
	bottom: -30px;
	left: 0;
}
@media (max-width:480px) {
	.uploaderror{
		position: relative;
		bottom: 0;
		left: 0;
	}
}
.mailsuccess{
	border: 2px solid green;
}
.mailerror{
	border: 2px solid red;
}
.work-white-panel-box img{
	z-index: 99 !important;
}
.need-to-know label.error, label.error{
	min-height: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.menu-header-menu-container{
	font-size: 0px;
}