/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
@font-face {
  font-family: 'SolaimanLipi';
  src: url('/wp-content/themes/soledad/font/SolaimanLipi.eot'); /* IE9 Compat Modes */
  src: url('/wp-content/themes/soledad/font/SolaimanLipi.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/soledad/font/SolaimanLipi.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/soledad/font/SolaimanLipi.woff') format('woff'), /* Pretty Modern Browsers */
       url('/wp-content/themes/soledad/font/SolaimanLipi.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/soledad/font/SolaimanLipi.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body, .entry-content {
	font-family: 'SolaimanLipi', 'Siyam Rupali', 'Bangla', Arial, sans-serif !important;
}
p {
	font-family: 'SolaimanLipi', sans-serif !important;
    font-size: 18px !important;
}
a {
	font-family: 'SolaimanLipi', sans-serif !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'SolaimanLipi', sans-serif !important;
}
h1 strong {
    font-family: 'SolaimanLipi', sans-serif !important;
}
h2 strong {
    font-family: 'SolaimanLipi', sans-serif !important;
}
h3 strong {
    font-family: 'SolaimanLipi', sans-serif !important;
}
h4 strong {
    font-family: 'SolaimanLipi', sans-serif !important;
}
h5 strong {
    font-family: 'SolaimanLipi', sans-serif !important;
}
h6 strong {
    font-family: 'SolaimanLipi', sans-serif !important;
}

/*Header*/
.penci_header_overlap .penci-desktop-midbar, .penci-desktop-midbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.penci-header-builder .pc-builder-element.pc-logo {
	margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.pc-builder-element.pc-main-menu .navigation .menu>li>a {
    line-height: 40px;
}
.pc-builder-element.pc-main-menu .navigation .menu>li>a {
	font-size: 18px !important;
}
.penci_header.penci_builder_sticky_header_desktop.sticky-apply .pc-builder-element.pc-main-menu .navigation ul.menu>li {
    margin-right: 15px !important;
}
.pc-builder-element.pc-main-menu .navigation ul.menu ul.sub-menu li a {
    font-size: 16px !important;
}
.pc-builder-element.pc-main-menu .navigation .menu>li.current-menu-item>a, .pc-builder-element.pc-main-menu .navigation .menu>li.current_page_item>a {
    color: #ffffff !important;
    font-weight: 700 !important;
    background: #ec2228;
    padding: 0 10px;
}
/*Mobile Header*/
@media (max-width: 768px) {
	.navigation.menu-item-padding ul.menu > li > a {
		line-height: 25px;
		padding-left: 0;
		padding-right: 10px;
	}
	.navigation.menu-item-padding .menu>li.current-menu-ancestor>a, .navigation.menu-item-padding .menu>li.current-menu-item>a, .navigation.menu-item-padding .menu>li.current_page_item>a, .navigation.menu-item-padding .menu>li:hover>a, .navigation.menu-item-padding .menu>li>a:hover {
		color: #ff0000;
		background-color: transparent !important;
	}
}

/*Home*/
.penci-biggrid-data .pcbg-content-inner .pcbg-title a {
    color: #163860 !important;
}
.penci_posts_tabs_widget .tabs {
    padding-bottom: 0;
}
.penci_posts_tabs_widget .tabs ul>li:not(:last-child) {
    margin-right: 0;
}
.penci_posts_tabs_widget .default-tabs .tabs ul {
    justify-content: space-around !important;
}
.penci_posts_tabs_widget .tabs ul>li a {
	padding: 15px!important;
}
.penci_posts_tabs_widget .tabs ul > li.active a {
    color: #FFFFFF;
    background-color: #FF5050;
}
/*Single post sidebar*/
.penci-sidebar-content .penci-border-arrow .inner-arrow {
    font-size: 18px !important;
}

/*Footer*/
.elementor-widget-container h5 {
    display: none !important;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	color: #dedede !important;
}
option {
    background: #163860 !important;
}