/*
Theme Name: Praposal
Text Domain: praposal
Version: 1.1
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

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


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

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
.praposal-box-wrape textarea {
    /*display: none;*/
	height: 0px;
    width: 0px;
    line-height: 0px;
}
.praposal-box-wrape {
    text-align: center;
    padding: 20px 10px;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #fff;
}
.praposal-box-wrape h2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #2c2c2c;
    margin-bottom: 8px;  
}
.praposal-box-wrape button {
    background: #7b7b7b;
    border: none;
    padding: 4px 15px;
    border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
}
.praposal-box-wrape button:not(.toggle), .praposal-box-wrape .button, .praposal-box-wrape .faux-button, 
.praposal-box-wrape .wp-block-button__link, .praposal-box-wrape .wp-block-file .wp-block-file__button, 
.praposal-box-wrape input[type="button"], .praposal-box-wrape input[type="reset"], 
.praposal-box-wrape input[type="submit"], .praposal-box-wrape .bg-accent, .praposal-box-wrape .bg-accent-hover:hover, 
.praposal-box-wrape .bg-accent-hover:focus, .praposal-box-wrape :root .has-accent-background-color, .praposal-box-wrape .comment-reply-link {
    background-color: #2c2c2c;
}
.praposal-box-wrape:hover button {
    background: #76c200;
}
.praposal-box-wrape .btn:hover {
    color: #fff; 
}
.praposal-box-wrape:hover {
    background: #f8f8f8;
}
a.skip-link.screen-reader-text {
    display: none;
}
.section-tab-wrapper {
    background: #0087e0;
    padding: 20px 0px;
    height: 58em;
}
.praposal-box-wrape textarea {
    border: none;
    box-shadow: none;
	color: #fff;
}
.praposal-box-wrape:hover h2 {
    color: #563d7c;
}
.section-tab-wrapper ul li:focus, .section-tab-wrapper ul li:hover, .section-tab-wrapper ul li a:focus, .section-tab-wrapper ul li a:hover{
	 outline: none;
	border-color:transparent;
	border:none;
}
.section-tab-wrapper ul li a {
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: 500;
	border-radius:0px;
}
.section-tab-wrapper ul.nav.nav-tabs {
    border: unset;
    border-radius: 30px;
}
.section-tab-wrapper .nav-tabs .nav-item.show .nav-link, .section-tab-wrapper .nav-tabs .nav-link.active {
    border-radius: 30px;
    border-color: #fff;
	color: #000000;
}
.section-tab-wrapper .nav-tabs .nav-item .nav-link:hover{
	color: #563d7c; 
	background-color:#fff;
}
.section-tab-wrapper ul.nav.nav-tabs li a {
    border: 1px solid #fff;
    border-radius: 30px;
}
.section-tab-wrapper ul.nav.nav-tabs li {
    margin-right: 10px;
}
 @media screen and (max-width: 767px) {
.praposal-box-wrape button {
    padding: 5px 22px;
    font-size: 14px;
}
.section-tab-wrapper ul.nav.nav-tabs li {
    width: 100%;
    margin-bottom: 8px;
    text-align: center;
}
.praposal-box-wrape h2 {
    font-size: 16px;
    margin-bottom: 0px;
}
.praposal-box-wrape {
    display: block;
	margin-bottom: 2px;
	padding: 18px 10px;
}
.section-tab-wrapper {
    padding: 35px 0px;
    height: 90em;
}
.praposal-box-wrape h2 {
    float: left;
}
.praposal-box-wrape button.btn {
    float: right;
	margin-top: -3px;
}
}