/*
Theme Name: Sk Wfl
Theme URI: 
Author: Saju Theme
Author URI: 
Description: This is Description
Version: 1.0.0
*/

/* modified code by sajjad */
.language-switcher-block{
	text-align: right;
	position: absolute;
	right: 0;
	top: 30px;
}
.language-switcher-block ul{
	list-style: none;
	padding: 0;
}
.language-switcher-block ul li{	
	display: inline;
}
.current-lang a{
	color: #c25d15;
}

.dt-bootstrap4{
	/*width: 100%;*/
}

.cl-table-cs{
	font-size: 14px;	
}
.cl-table-cs th{
	padding: 5px;	
	width: 33%;
}
.cl-table-cs td{
	padding: 5px;	
}

.embed-grid iframe, .post-card-media iframe{
	max-width: 100% !important;
}

.embed-grid .post-card-title{
	margin-bottom: 0px;
}

p a, td a{
	color: #0000cc;
}
.current-menu-item a, .current-menu-parent a{
	color: #DB3334;
}

.dropdown-item:focus, .dropdown-item:hover{
	background: #cdcfd0;
}
.navbar-nav li a{
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.logo-grid .post-items{
	border: 1px solid #c6c6c6;
	margin-bottom: 0px !important;	
}
.wp-block-image .aligncenter {
    border: 1px solid #dfdfdf;
    padding: 10px;
}
/* under 768px*/
@media only screen and (max-width: 768px) {
	.language-switcher-block{
		top: -13px;
	}

	.c-logo-link{
		margin-bottom: 20px;
	}
}
