/*!
Theme Name: tradeangel8
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tradeangel8
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.

tradeangel8 is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */





.signup-popup .modal-dialog{
    max-width: 800px;
}
.signup-popup .modal-body {

    padding: 25px 20px;

}
.title{font-size: 30px;font-weight: 600;line-height: 1.2;color: #000;margin-bottom: 20px;}


.signup-popup .modal-dialog {

    max-width: 460px;

    height: auto;

    min-height: 100vh;

    display: flex;

    align-items: center;

    margin: 0 auto;

}



.signup-popup .row>* {

    margin-bottom: 15px;

    position: relative;

}
.signup-popup .row>*:last-child{margin-bottom: 0;}



.signup-popup .form-select,

.signup-popup .form-control {

    border: 1px solid #e2e2e2;

    padding: 10px 18px;

    background-color: #fff;

    border-radius: 3px;

    width: 100%;

    color: #000;
    font-size: 16px;

    resize: none;

}
header .btn{
	font-size: 16px;
	background:#fff;
	color:#000
}
header .signup-btn + .signup-btn .btn{
	background: #64a846;
	color:#fff;
	border-color: #64a846;
}

header .btn:hover{
	background:transparent !important;
	border-color: #fff !important;
	color:#fff !important;
	
}

.signup-popup .btn {
	font-size: 17px;
	padding: 15px 35px;
	background-color: #099dd0;
}

.signup-popup .form-control::-webkit-input-placeholder { 
  color: rgba(0, 0, 0, 0.5);
}
.signup-popup .form-control::-moz-placeholder { 
  color: rgba(0, 0, 0, 0.5);
}
.signup-popup .form-control:-ms-input-placeholder { 
  color: rgba(0, 0, 0, 0.5);
}
.signup-popup .form-control:-moz-placeholder { 
  color: rgba(0, 0, 0, 0.5);
}



.signup-popup .form-control:focus,

.signup-popup .form-select:focus {

    border-color: #e2e2e2;

    box-shadow: 0 6px 15px rgb(202 201 201 / 31%);

}



.form-select {

    padding-right: 38px;

}



.signup-popup textarea {

    width: 100%;

    display: block;

}

.signup-popup {
    overflow-y: hidden;
}

.signup-popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 20px;
    height: 20px;
    z-index: 9;
}

@media only screen and (max-width: 568px) {
    .title{font-size: 26px;}
    .signup-popup .modal-dialog{max-width: 90%;}
}
