/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

p a {
	color: #000;
    font-weight: 600;
}

p a:hover {
	text-decoration: underline;
}

.ukwms-post__archive .page-numbers {
    background-color: #000;
    padding: 8px 15px;
    color: #FFF;
}

.ukwms-post__archive .page-numbers.current {
    background-color: var( --e-global-color-vamtam_accent_2 );
}

.ukwms-category a {
    color: #000;
    font-weight: 600;
}

ul.elementor-nav-menu--dropdown a {
	border-left: none !important;
}

@media screen and (max-width: 1200px) {
   /* buat section */
   .elementor-container {
       max-width: 90% !important;
   }
   /* buat container */
   .e-con>.e-con-inner {
       max-width: 90% !important;
   }
.ukwms-header__bar .elementor-container {
    max-width: 100% !important;
}
}