/*
Theme Name: Indoned Theme
Theme URI: https://www.indoned.com/
Author: U Digital Developer Team
Author URI: https://www.u-digital.nl/
Description: This template is exclusively developed for Indoned's website
Version: 1.0

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.
*/

/* General
------------------------------------------------------------ */
a{
    color: #337ab7;
    text-decoration: none;
}

.container{
    max-width: 1170px;
}

img{
    max-width: 100%;
    height: auto;
}

.btn{
    transition: all .3s;
}

.btn-primary{
	background-color: #1b78c9;
}

/* Added by Hilal 22-01-2019
------------------------------------------------------------ */
.header-area .logo a{
	margin: 1px 0px;
}

.header-area .logo a img{
	max-width: 150px; /*-----Edit by yuda 19-01-2022----*/
}

.show-search #search-input{
	height: 40px !important;
	border-radius: 0px;
}

.search #search-input{
	height: 50px;
}

.archive .list-posts-wrapper > .post-item:last-child{
	border-bottom: none;
}

.main-menu .navigation > li > a{
	min-height: 102px;
}

.main-menu .navigation > li > a > .fa{
	vertical-align: top;
	margin-top: -1px;
}

.main-menu .navigation > li.home > a{
	
}

.main-menu .navigation > li.home > a:hover,
.main-menu .navigation > li.home.active > a{
	color: #ff0;
	background-color: #005fb1;
}

.main-menu .navigation > li > .dropdown-menu{
	min-width: 200px;
}

/*18 April 2022 fixing by IT Indoned*/
.footer-information-link {
	color:#fff;
}
.footer-information-link:hover{
	color:#FF4500;
	text-decoration:none;
}
.social i{
	color: #fff;
}
.social i:hover{
	color:#FF4500;
}
