/*
Theme Name: OOm Default
Theme URI: http://underscores.me/
Author: OOm Pte Ltd
Author URI: http://www.oom.com.sg/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oom_default
Tags:

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.

oom default is based on Underscores http://underscores.me/, (C) 2012-2015 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 http://necolas.github.com/normalize.css/
*/

/* Amendments 31.5.2023 */
.oom-cta-button-box a {
    display: inline-block;
    background-color: #a58644;
    border: 1px solid #a58644;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 30px;
    animation: glowing 1000ms infinite;
}

.oom-cta-button-box {
    text-align: left;
    margin-left: 0;
}
@media screen and (max-width: 991px){
	.oom-cta-button-box {
    text-align: center;
    margin-bottom: 20px;
}
}

.carousel-control-next, .carousel-control-prev {
    width: 10%!important;
}
