/*
*
*	Linker Framework V 1
*	------------------------------------------------
* 	Copyright Linker  - https://linker.co.il
*
*/


/*GLOBAL
----------------------------------------------------------*/
.button-color,
.button-color:hover,
.button-color:focus,
.button-color:active {
	color: white;
	background-color: #0060b3;
}

/*CATEGORY
----------------------------------------------------------*/

.ldp-top-page {
    float: left;
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.ldp-contact-container {
    position: relative;
}

.ldp-top-page img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.ldp-top-page .main-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 36px;
    color: white;
    padding: 5px;
}

.ldp-top-page .lf-breadcrumbs {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    padding: 0 10px;
    color: white;
    filter: drop-shadow(1px 1px #000);
    font-size: 20px;
}

.ldp-top-page .lf-breadcrumbs a,
.ldp-top-page .lf-breadcrumbs span {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.dpost-row {
	float: left;
	width: 100%;
    height: 70px;
    margin-top: 5px;
}

.dpost-row:active, .dpost-row:hover, .dpost-row:focus {
    background-color: #ffffff;
}

.dpost-col-image {
	position: relative;
    float: right;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.dpost-col-image img {
   width: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   margin-right: -50%;
   transform: translate(-50%, -50%);
}

.dpost-col-info {
    float: right;
    width: calc(100% - 220px);
    height: 70px;
	padding: 5px;
    overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.dpost-col-title {
    font-size: 22px!important;
    line-height: 30px!important;
    margin: 0;
}

.dpost-col-actions {
    float: right;
    width: 150px;
    height: 70px;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.dpost-col-actions span {
    height: 50px;
    margin: auto;
	padding: 0 10px;
    font-size: 20px;
	line-height: 50px;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.ldp-contact-area {
    margin-top: 5px;
    border: 2px solid #0060b3;
}

.ldp-contact-area span {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.ldp-contact-area .wpcf7-not-valid-tip {
    text-align: center;
}

.ldp-contact-area input {
    display: block;
    width: 90%;
    font-size: 20px;
    text-align: center;
    margin: auto;
    border: 0;
    border-bottom: 1px solid #dddddd;
    outline: 0;
}

.wpcf7-mailpoetsignup {
    display: block;
    width: 90%!important;
    font-size: 14px;
    text-align: right;
    margin: auto;
    border: 0;
    outline: 0;
}

.wpcf7-mailpoetsignup input {
	float: right;
	width: auto;
    margin: 0 0 0 5px;
}

.ldp-contact-area input[type="submit"] {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 26px;
    line-height: 40px;
    cursor: pointer;
}

.ldp-contact-area .contact-title {
    float: left;
    width: 100%;
    margin: 5px 0;
    text-align: center;
    font-size: 26px!important;
    line-height: 30px!important;
}

.ldp-contact-area .wpcf7-response-output {
	float: left;
    width: 100%;
    margin: 0!important;
	text-align: center;
}

.ldp-contact {
    float: left;
    width: 100%;
}

.ldp-highlight h2 {
	font-weight: bold;
}

/*SEARCH
----------------------------------------------------------*/


/*SEARCH PAGE
----------------------------------------------------------*/


/*CATEGORY
----------------------------------------------------------*/


/*SHOTRCODS
--------------------------------------------------*/


/*--------------------------Responsive------------------------------*/

@media screen and (max-width: 950px) {

.ldp-top-page .main-title {
    font-size: 22px;
}

.dpost-col-info {
	width: calc(100% - 140px);
}

.dpost-col-title {
    font-size: 16px!important;
    line-height: 20px!important;
}

.dpost-col-actions {
    width: 60px;
    height: 70px;
}

.dpost-col-actions span {
    width: 60px;
    height: 50px;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    white-space: normal;
    padding: 5px 0;
}

.ldp-top-page {
    margin-top: 5px;
    height: 150px;
}

.ldp-top-page img {
    height: 100%!important;
    object-fit: cover;
    -o-object-fit: cover;
}

}

@media screen and (max-width: 600px) {

}
