/*-----------------------------------------------------------------------------------

	Theme Name: Visualmodo
	Theme URI: https://visualmodo.com
	Author: Jared S Dias
	Author URI: https://visualmodo.com
	Description: <strong>Visualmodo Premium Wordpress Themes</strong> - <a href="https://visualmodo.com">https://visualmodo.com</a>. Follow us for update notifications:<br/> <a href='http://twitter.com/visualmodo'>Twitter</a><br/> | <a href='http://www.facebook.com/visualmodo'>Facebook</a>
	Template: horizon
	Version: 1.0.0
	Text Domain:  vslmd
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, fluid-layout

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

*/


/* --------------------------------------------
	Custom CSS
-------------------------------------------- */

/* --------------------------------------------
	Awesome Support
	-------------------------------------------- */

	body.single-ticket #page-wrapper {
		padding: 4em 0 !important;
	}

	.wpas-table>tbody>tr>td, 
	.wpas-table>tbody>tr>th, 
	.wpas-table>tfoot>tr>td, 
	.wpas-table>tfoot>tr>th, 
	.wpas-table>thead>tr>td, 
	.wpas-table>thead>tr>th {
		vertical-align: inherit;
	}

	.wpas-btn {
		color: #6c757d;
		background-color: transparent;
		background-image: none;
		border-color: #6c757d !important;

		display: inline-block;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border: 1px solid transparent;
		border-radius: .25rem;
		transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

	.wpas-btn:hover {
		color: #fff;
		background-color: #6c757d;
		border-color: #6c757d;

	}

	.wpas-form-control {
		display: block;
		width: 100%;
		line-height: 1.5;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		box-shadow: none;
	}

	.wp-editor-container#wp-wpas-reply-wysiwyg-editor-container {
		border-color: #ced4da !important;
	}

	#wpas_ticketlist_filter input, .wpas-submit-ticket-wysiwyg, .wpas-wysiwyg-textarea {
		border: none !important;
		box-shadow: none !important;
	}


/* --------------------------------------------
	Woocommerce
	-------------------------------------------- */


	/* Recaptcha */

	.g-recaptcha>div {
		margin: 15px 0;
	}