/*
Theme Name: Audditio
Theme URI: https://audditio.com/
Description: Audditio is multipurpose proffesional wordpress theme, desined to develope any kind of website using wordpress. It also works like a framework with many prebuild functionality which will make a developer's life easy. 
Author: MyCodeGarden
Author URI: https://mycodegarden.org/
Tags: wordpress, theme, woocommerce, blog, developer, framework, multipurpose, proffesional, ecommerce
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: audditio
Version: 0.0.1
*/

.field-msg {
    float: left;
    color: #F00;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.right {
    float: right;
}

.field-msg.error {
    padding: 5px;
    margin: 0;
}

.page_text {
    float: left;
    width: 100%;
}

.section.thumbnail-slider {
    padding: 0;
}


/* bxSlider overflow X */
.bx-wrapper {
  max-width: 100% !important;
  overflow: hidden !important;
}

.bx-viewport {
  overflow: hidden !important;
  transform: none !important; 
}

body {
  overflow-x: hidden !important;
}

/* Page Heading */

.page_heading{
    margin: 0 ;
    margin-bottom: 40px;
    padding: 50px 0;
    font-size: 30px;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: var(--secondary);
}



