/*!
 * Theme Name: 		Molla
 * Theme URI: 		https://molla.org/
 * Author: 			D-THEMES
 * Author URI: 		https://molla.org/about-me/
 * Description: 	Molla is a perfect theme for your project. Lightweight and highly extendable, it will lead you to create almost any type of website such a blog, business website and WooCommerce storefront with a beautiful & professional design. Very fast, responsive, RTL & translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet & mobile so your site looks good on every device. Work with the most popular page builders such as Elementor, Visual Composer, etc... Developers will love its scalable codebase making it a joy to customize and extend. Best friend of Elementor & WooCommerce.
 * Version: 	  	1.2.3
 * Tested up to:	5.6
 * Requires PHP:	7.2
 * Tags: 			    two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width-template, theme-options, e-commerce
 * Text Domain: 	molla
 *
 * License: GNU General Public License v3.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 *
 * DO NOT ADD YOUR CSS TO THIS FILE - IT WILL BE LOST
 * To add your own CSS, use a child theme: https://github.com/molla/molla-child-theme
 *
 * CSS file is in "assets/css"
 */

body {
	font-family: "Ubuntu Mono";
}

form label {
	font-family: "Ubuntu Mono";
}

#menu-main-menu a {
	color: #fff !important;
}

#menu-main-menu a:hover {
	color: #e2e2e2 !important;
}

.bypostauthor {
    display: block;
    font-size: inherit;
}

.gallery-caption {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
}

.wpcf7 textarea
{
	max-height: 130px;
}

.wpcf7 label {
	color: white;
	width: 100%;
}

.wpcf7 p {
	width: 100%;
}

.wpcf7-response-output {
	color: #fff;
}

.top-sidebar .toolbox-left {
	display: none;
}

.popupaoc-button{
	padding: 6px 15px;
    text-align: center;
    background: #013145;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin: 0 0 15px 0;
    font-size: 18px;
}

.paoc-popup-modal{
	flex-basis: 500px !important;
}

@media screen and (max-width: 480px) {
	.paoc-popup-modal{
		flex-basis: 350px !important;
	}
}

.paoc-popup-modal-cnt {
	background-color: #013145 !important;
}

.mobile-menu-container {
	background-color: #013145 !important;
	color: white;
}

.mobile-search{
	display: none;
}

@media (max-width: 991px) {
	#menu-main-menu {
    	display: none;
	}
	
}

.footer .footer-center {
	margin-top: 0;
}

@media (max-width: 991px) {
	.nav-filter.product-filter li{
		width: 100%;
		margin-left: 0 !important;
	}
	.footer .footer-center {
		margin-top: 25px;
	}
}

.mobile-menu-container .social-icons {
	display: none;
}

.woocommerce table.my_account_orders {
	font-size: 15px;
}

.footers-copyright a {
	font-size: 12px;
}

.woocommerce table.my_account_orders {
	font-size: 15px;
}

.footer .footer-center {
	margin-top: 0;
}

.woocommerce-order {
	text-align: center;
    max-width: 1109px;
    margin: 25px auto;
}

.order_details {
	margin: 25px auto;
}

.order_details li {
	float: none !important;
	display: inline-block;
	font-size: 12px !important;
}

.woocommerce-bacs-bank-details h2 {
	font-size: 22px;
}

.account_number {
	font-size: 16px;
}

.woocommerce-order-details, .woocommerce-customer-details {
	max-width: 900px;
    margin: 35px auto;
}

/* .nav-filter li:first-child {
	display: none;
} */