/*!
Theme Name: All Toolz In
Theme URI: http://underscores.me/
Author: All Toolz In
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: alltoolzin-com
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.

All Toolz In 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/
*/

/* content css */
.mu-list-style-none {
	list-style: none;
}
.faq-section div.faq-item {
	border: 1px solid #ddd;
	padding: 10px 20px;
	border-radius: 15px;
	margin: 25px auto;
}
.faq-item p {
	display: none;
	margin-top: 10px;
}
.faq-item.active p {
	display: block;
}
.faq-item h3 {
	cursor: pointer;
}

.stat_count {
    height: 110px;
    width: 19%;
    font-size: 18px;
	margin: 0 auto;
}
.stat_count span {
    font-size: 22px;
	padding: 0 10px;
}
@media only screen and (max-width: 600px) {
    .stat_count {
        width: 49%;
        margin: 1% 0px;
    }
}
/* serp-snippetd-tool */
.mu-serp-snippets-result-box {
	box-shadow: 0px 0px 3px 1px #eee;
	border-radius: 5px;
	padding: 25px;
	text-align: left;
}
#previewTitle {
	color: #1a0dab;
}

/* text-favicon-tool */
.mu-size-favicon .checkbox label {
	margin-left: 10px;
}
.mu-size-favicon .checkbox input[type="checkbox"] {
	margin-left: 0px;
}

/* image-compressor-tool */
.image-compressor-card {
	background:#fff;
	border:1px solid #e5e7eb;
	border-radius:10px;
	box-shadow:0 4px 10px rgba(0,0,0,0.05);
	padding:25px;
	margin-top:30px;
}
.image-compressor-card h3 {
	font-weight:600;
	margin-bottom:20px;
	color:#1e2a78;
}
.drop-zone {
	border:2px dashed #99a3c2;
	border-radius:10px;
	text-align:center;
	padding:40px;
	color:#6c757d;
	transition:.3s;
}
.drop-zone.dragover {
	background:#f0f4ff;
	border-color:#1e2a78;
	color:#1e2a78;
}
.preview-thumb {
	max-width:100%;
	border-radius:6px;
	margin-bottom:10px;
}
.progress {
	height:8px;
	margin-bottom:10px;
}
.btn-blue {
	background:#1e2a78;
	color:#fff;
	border:none;
}
.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
	background:#14205e;
	color:#fff;
}

/* image-crop-tool */
.cropper-dropzone {
    border: 2px dashed #3498db;
    padding: 50px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}
.cropper-dropzone.dragover {
    background-color: #eaf4fc;
    border-color: #2980b9;
}
.cropper-upload-icon {
    font-size: 50px;
    color: #3498db;
    margin-bottom: 15px;
}
.cropper-upload-text {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
}
.cropper-upload-subtext {
    font-size: 14px;
    color: #7f8c8d;
}
.cropper-upload-support {
    font-size: 12px;
    color: #95a5a6;
    margin-top: 10px;
}
.cropper-editor-section {
    margin-top: 30px;
}
.cropper-crop-area {
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
}
.aspect-btn {
	margin: 5px;
}
.aspect-btn.active {
    background-color: #3498db;
    color: #fff;
    border-color: #2980b9;
}
.cropper-action-buttons .btn {
    min-width: 150px;
    margin: 5px;
}
.cropper-action-buttons .btn-primary {
    background-color: #3498db;
    border-color: #2980b9;
}
.cropper-action-buttons .btn-primary:hover {
    background-color: #2980b9;
    border-color: #1c5980;
}

