/*!
Theme Name: uticon 2024
Theme URI: http://underscores.me/
Author: Logique
Author URI: https://www.uticon.net
Description: Themes uticon for Indonesia website
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: uticon
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.

uticon 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/
*/
html, body{ 
	line-height: normal;
	padding: 0;
	margin: 0;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #444;
}
body, button{
  font-size: 16px;
}
h1, h2, h3, h4{
	margin: 0;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}
p{
	margin: 0 0 16px;
}
/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* new css added */
.m-0{
	margin:0;
	padding: 0	;
}
.m-0 p{
	margin: 0;
	padding: 0;
}
.coorporate-logo ul svg{
	height: 24px !important ;
}
.coorporate-logo ul li:last-child svg{
	width: 84px !important;
}
.lang-switcher .cpel-switcher__toggle{
	border-radius:0px;
	border: 1px solid var(--main-color);
	padding:5px;
	background: #006CB7;
	background-size: 24px;
	display: flex;
	align-items: center;
}
.lang-switcher .cpel-switcher__nav a{
	display: flex !important;
	color: #000;
	background: transparent !important;
}
.lang-switcher  .cpel-switcher__nav a span{
	padding: 0 !important;
}
.lang-switcher  .cpel-switcher__nav .cpel-switcher__toggle a .cpel-switcher__code {
	display: none !important;
}
.lang-switcher.cpel-switcher--layout-dropdown .cpel-switcher__toggle:after{
	background: url(img/icon-arrow-down-white.svg) no-repeat center;
	background-size: contain ;
	position: static;
	height: 20px;
	width: 20px !important; 
}
.lang-switcher.cpel-switcher--layout-dropdown .cpel-switcher__toggle--on.cpel-switcher__toggle:after{
	transform: rotate(180deg);
}
.lang-switcher .cpel-switcher__list{
	padding: 0px !important;
}
.cpel-switcher--layout-dropdown.cpel-switcher--align-right .cpel-switcher__list{
	background: #202020;
}
.cpel-switcher__list .cpel-switcher__lang{
	display: flex ;
	padding: 5px;  
	background: var(--main-color);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	justify-content: center !important;
}
.cpel-switcher__list .cpel-switcher__lang .cpel-switcher__flag{
	margin-right: 5px;
}
.cpel-switcher__list .cpel-switcher__lang a{
	background: transparent !important;
	display: flex !important;
	align-items: center !important;
	color: #fff;
}

.elementskit-entry-thumb{
	line-height: 0;
}
.elementor .elementor-element.shape-banner{
	transform: skew(25deg);
	background: #fff;
	bottom: 0; 
}
/* Display */
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }

/* SM breakpoint */
@media (min-width: 576px) {
  .d-sm-none { display: none !important; }
  .d-sm-inline { display: inline !important; }
  .d-sm-inline-block { display: inline-block !important; }
  .d-sm-block { display: block !important; }
  .d-sm-table { display: table !important; }
  .d-sm-table-row { display: table-row !important; }
  .d-sm-table-cell { display: table-cell !important; }
  .d-sm-flex { display: flex !important; }
  .d-sm-inline-flex { display: inline-flex !important; }
}

/* MD breakpoint */
@media (min-width: 768px) {
  .d-md-none { display: none !important; }
  .d-md-inline { display: inline !important; }
  .d-md-inline-block { display: inline-block !important; }
  .d-md-block { display: block !important; }
  .d-md-table { display: table !important; }
  .d-md-table-row { display: table-row !important; }
  .d-md-table-cell { display: table-cell !important; }
  .d-md-flex { display: flex !important; }
  .d-md-inline-flex { display: inline-flex !important; }
}

/* LG breakpoint */
@media (min-width: 992px) {
  .d-lg-none { display: none !important; }
  .d-lg-inline { display: inline !important; }
  .d-lg-inline-block { display: inline-block !important; }
  .d-lg-block { display: block !important; }
  .d-lg-table { display: table !important; }
  .d-lg-table-row { display: table-row !important; }
  .d-lg-table-cell { display: table-cell !important; }
  .d-lg-flex { display: flex !important; }
  .d-lg-inline-flex { display: inline-flex !important; }
}
