/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


b, strong {
	font-weight: bold;
}

.post-template-default .entry-meta {
    padding-left: 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
}

.entry-divider {
	display: none;
}

.entry-content {
    padding-bottom: 0em;
    padding-top: 0em;
}

.custom-category-info a {
    font-weight: bold;
    color: white;
    background-color: #ff6e0d;
    padding: 5px;
    margin-right: 8px;
}

.single .entry-author {
    padding: 15px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

/*related post*/
.pt-related {
	    margin-top: 40px;
}
.pt-related-content-item {
	    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    display: grid;
    position: relative;
	margin-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}

.pt-related .image-cover {
	    padding-top: 62.5% !important;
}

.pt-related .image-cover img {
	border-radius: 8px
}

.pt-related .box-text-inner {
	    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.pt-related-title  {
    text-transform: none !important;
    padding-bottom: 15px !important;
    display: block;
    position: relative;
	border-bottom: 1px solid #13172b !important;
	
}

.pt-related-title span {
	margin-left: 18px;
	font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	letter-spacing: normal
}

.pt-related-title:before {
	background-color: #ff464b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0px;
    position: absolute;
    width: 10px;
    top: 10px;
}

.pt-related .post-title {
	font-size: 16px;
}


.custom-category-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-category-item {
    display: inline-block;
    margin-right: 10px;
}

.custom-category-link {
    text-decoration: none;
    color: #0073aa;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.custom-category-link:hover {
    background-color: #005177;
    color: #ffffff;
}

.no-category {
    color: #ff0000;
    font-style: italic;
}

.is-divider {
	display: none;
}

.widget.widget_text .post-item .box {
	display: flex;
    align-items: center;
    gap: 10px;
}

.widget.widget_text .post-item {
    padding-bottom: 10px;
}
.widget.widget_text .post-item .box .box-image {
	width: 30%;
}

.widget.widget_text .post-item .box .box-image img {
	border-radius: 5px;
}

.widget.widget_text .post-item .box .box-text {
	width: 70%;
	    padding: 0;
    margin: 0;
}

.widget.widget_text .post-item .box .box-text a {
    font-size: 14px;
    font-weight: normal;
    color: #111;
}

span.widget-title  {
    background-color: #0077ff;
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.widget .current-cat>a {
    color: #ffffff;
}


.section-home-1 .col-2 .col {
	padding-bottom: 10px;
}

.section-home-1 .col-2 .box-text {
	padding: 0 0 0 10px;
}

.section-home-1 .col-2 .post-title a {
	color: black;
}

.section-home-1 {
	padding: 30px 0 0 !important;
}

.section-home-1>.section-content>.row>.col {
	padding-bottom: 0;
}

#header {
    max-width: 1120px;
    margin: 0 auto;
}


.section-home-2 .col-2 .section-title {
	    background-color: #0077ff;
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 15px;
}

.section-title-normal span {
	border: none;
}

.section-home-2 .col-1 .post-title {
	font-size: 20px;
	color: black;
}

.section-home-2 .col-2 .post-title {
	color: black;
}

.section-home-2 .col-2 .col {
	padding-bottom: 5px;
}

.archive #post-list .post-title a, .search #post-list .post-title a {
	font-size: 19px;
	color: black;
}

.single .post-sidebar, .archive .post-sidebar, .search .post-sidebar {
    border: none !important;
    padding-left: 0;
}

.taxonomy-description ul, .entry-content ul {
	margin-left: 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.section-home-1 .col-2 .box-text, .section-home-2 .col-2 .post-title, .section-home-2 .col-1 .post-title {
    padding: 10px;
    font-size: 17px;
}

	.archive #post-list .post-title a, .search #post-list .post-title a {
	font-size: 17px;
}
	
	.single .post-sidebar, .archive .post-sidebar, .search .post-sidebar {
    padding-left: 15px;
}
	
}