/*

Theme Name: Pro
Theme URI: https://theme.co/pro
Author: Themeco
Author URI: https://theme.co
Description: The Most Advanced Website Creator for WordPress.
Version: 6.6.9
License: GNU General Public License v2.0
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: __x__

*/
.kd-resources {
	padding: 90px 0;
	background: #F2F2F2;
}
.kd-post-filter-select {
    margin-bottom: 0;
    border: 1px solid #003A5D;
    background: #FFF url(/wp-content/uploads/2025/07/icon-select-d.svg) no-repeat calc(100% - 20px) center;
    height: 58px;
    color: #6C767D;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    appearance: none;
    position: relative;
    min-width: 394px;
    padding: 15px 40px 15px 15px;
}
.kd-post-filter h2 {
    color: #333;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    margin-top: 0;
}
.kd-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.kd-post-filter {
    margin-bottom: 40px;
}
.kd-post-item {
    background-color: #fff;
    flex: 0 1 calc(33.3333% - 16px);
}
.kd-post-thumb {
    height: 15vw;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-color: rgba(22, 22, 22, 0.65);
}
.kd-post-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.kd-post-item .tg-item-share-holder {
    position: absolute;
    display: block;
    width: 20%;
    min-width: 74px;
    left: 0px;
    top: 0;
}

.kd-post-item .tg-item-share-holder .triangle-up-left {
    width: 0;
    height: 0;
    padding-bottom: 100%;
    padding-left: 100%;
    overflow: hidden;
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
}

.kd-post-item .tg-item-share-holder .triangle-up-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-bottom: 500px solid transparent;
    border-left: 500px solid;
    border-left-color: inherit;
}
.kd-post-thumb .triangle-up-left:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: -500px;
    border-bottom: 500px solid transparent;
    border-left: 500px solid;
    border-left-color: inherit;
}

.kd-post-thumb .tg-icon-reply {
    position: absolute;
    display: block;
    top: 15%;
    left: 12%;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
}

.kd-post-thumb .tg-share-icons {
    position: absolute;
    display: block;
    z-index: 2;
    width: 30px;
    top: 30%;
    left: 20%;
    margin: 14px 0 0 -7px;
    padding: 4px 0;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
    -webkit-transition: -webkit-transform 0.15s ease, opacity 0.15s ease, visibility 0.15s step-end;
    -moz-transition: -moz-transform 0.15s ease,opacity 0.15s ease,visibility 0.15s step-end;
    -ms-transition: -ms-transform 0.15s ease,opacity 0.15s ease,visibility 0.15s step-end;
    -o-transition: -o-transform 0.15s ease,opacity 0.15s ease,visibility 0.15s step-end;
    transition: transform 0.15s ease, opacity 0.15s ease, visibility 0.15s step-end;
    color: #ffffff;
    fill: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
}
.kd-post-thumb .tg-share-icons:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    border-bottom: 5px solid rgba(255, 255, 255, 0.9);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.kd-post-thumb .tg-icon-reply:hover + .tg-share-icons,.kd-post-thumb .tg-share-icons:hover {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.15s ease,opacity 0.15s ease,visibility 0s step-end;
    -moz-transition: -moz-transform 0.15s ease,opacity 0.15s ease,visibility 0s step-end;
    -ms-transition: -ms-transform 0.15s ease,opacity 0.15s ease,visibility 0s step-end;
    -o-transition: -o-transform 0.15s ease,opacity 0.15s ease,visibility 0s step-end;
    transition: transform 0.15s ease,opacity 0.15s ease,visibility 0s step-end
}

.kd-post-thumb .tg-share-icons:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    top: -5px;
    margin-left: -5px;
    border-bottom: 5px solid rgba(255,255,255,0.9);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.kd-post-thumb .tg-share-icons a,.kd-post-thumb .tg-share-icons i {
    position: relative;
    float: left;
    width: 100%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #444444 !important;
    cursor: pointer
}

.kd-post-thumb .tg-share-icons i.tg-icon-facebook:hover {
    color: #3b5998 !important
}

.kd-post-thumb .tg-share-icons i.tg-icon-twitter:hover {
    color: #55acee !important
}

.kd-post-thumb .tg-share-icons i.tg-icon-google-plus:hover {
    color: #d34836 !important
}
.kd-post-thumb .tg-share-icons i.tg-icon-pinterest:hover {
    color: #cb2027 !important
}
.kd-post-content {
    padding: 25px 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 15vw);
}
.kd-post-content .kd-post-category {
    color: #BAABA4;
    font-size: 14px;
    font-weight: 645;
    line-height: 1.875;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.kd-post-content .kd-post-category a {
    color: #BAABA4;
}
.kd-post-content .kd-post-category a:hover {
    color: rgb(0,80,128);
}
.kd-post-title {
    color: #444;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.63px;
    text-transform: uppercase;
    margin: 0 0 12px;
}
.kd-post-title a {
    color: #444;
}
.kd-post-title a:hover {
	color: rgb(0,80,128);
}
.kd-post-content .kd-post-meta {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.857;
    letter-spacing: -0.63px;
    margin-bottom: 20px;
}
.kd-post-content .kd-post-excerpt {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.78;
	margin-bottom: 0;
}
.kd-post-content .kd-post-tags {
	margin: 20px 0 0;
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
	color: #444;
	font-size: 13px;
	font-weight: 467;
	line-height: 2;
	text-transform: capitalize;
}
.kd-post-pagination {
    padding-top: 50px;
    text-align: center;
}
.kd-pagination {
    display: flex;
    justify-content: center;
    gap: 20px 24px;
    flex-wrap: wrap;
    align-items: center;
}
.kd-pagination a {
	color: #444;
	font-size: 16px;
	line-height: 1.5;
    padding: 4px 0;
	transition: .3s ease;
}
.kd-pagination a:hover {
	color: #BAABA4;
}
.kd-pagination a.active {
	font-weight: 700;
	color: #BAABA4;
}
.kd-pagination span {
    flex: 0 1 100%;
    color: #878787;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.kd-paging-link.kd-paging-link-button {
    border-radius: 5px;
    border: 1px solid #003A5D;
    width: 87px;
}
.kd-paging-link.kd-paging-link-button:hover {
    background-color: #003A5D;
    color: #fff;
}
.kd-post-thumb > a {
    display: block;
    width: 100%;
    height: 100%;
}
.kd-post-content .kd-post-tags a {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #000;
    color: #444;
}
.kd-post-content .kd-post-tags a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.kd-post-content .kd-post-tags a:hover {
    color: rgb(0,80,128);
}
.kd-post-filter .select-dropdown {
    position: relative;
    max-width: 394px;
}
.kd-post-filter .select-head {
    margin-bottom: 0;
    border: 1px solid #003A5D;
    background: #FFF url(/wp-content/uploads/2025/07/icon-select-d.svg) no-repeat calc(100% - 20px) center;
    height: 58px;
    color: #6C767D;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    appearance: none;
    padding: 15px 40px 15px 15px;
    border-radius: 5px;
}
.kd-post-filter #js-kd-post-filter-select-options {
    position: absolute;
    left: 0;
    top: 54px;
    width: 100%;
    border: 1px solid #003A5D;
    background: #FFF;
    border-top: none;
    max-height: 510px;
    overflow-y: scroll;
    z-index: 1;
    display: none;
}
.kd-post-filter .select-option-list {
    padding: 7px 16px;
    transition: background .3s ease;
}
.kd-post-filter .select-option-list:first-child {
    display: none;
}
.kd-post-filter .select-option-list:hover {
    background-color: #F2F2F2;
    cursor: pointer;
}
.kd-post-filter .select-option-list.kd-option-parent {
    font-weight: 600;
}
.kd-post-filter .select-option-list.kd-option-child {
    padding: 7px 16px 7px 55px;
    position: relative;
}
.kd-post-filter .select-option-list.kd-option-child:before {
    content: '';
    width: 26px;
    height: 1px;
    background-color: #C7C7C7;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media (max-width: 1024px) {
	.kd-post-item {
	    flex: 0 1 calc(50% - 12px);
	}
	.kd-post-thumb {
	    height: 28vw;
	}
	.kd-post-content {
	    height: calc(100% - 28vw);
	}
}
@media (max-width: 768px) {
	.kd-post-item {
        flex: 100%;
    }
    .kd-post-content {
	    height: auto;
	}
	.kd-post-filter-select {
		max-width: 394px;
		width: 100%;
        min-width: 0;
	}
	.kd-post-thumb {
        height: 58vw;
    }
}