/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
.d-flex{
    display: flex;
}
.flex-row{
    flex-direction: row;
}
.flex-column{
    flex-direction: column;
}
.justify-content-end{
    justify-content:flex-end;
}
.align-self-start{
    align-items:flex-start;
}
.col-date{
    margin-right: 15px;
}
.col-day{
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}
.col-month{
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.col-entry .title--recentpost{
    font-size: 14px;
    color: #fff;
    margin:0;
    font-family:sanchez;
}
.col-entry .title--recentpost a{
    color: #fff;
    text-decoration: none;
}
.col-entry .desc--recentpost{
    color: #fff;
    font-size: 12px;
}
.col-description{
    font-size:13px;
}
.col-btn-apply a{
    color: #666666;
    border:1px solid #808289;
    font-size: 12px;
    width:190px;
    padding-top:4px;
    padding-bottom:4px;
    text-align:center;
}
.col-title-position{
    font-size:12px;
    font-weight:bold;
    color:#100044;
    text-transform:uppercase;
}
.col-description{
    color:#808289;
}
.col-carreer hr{
    margin-top:20px;
    margin-bottom:20px;
    border-color:#100044;
}
.grid--3{
    width: 33.33333%;
 }
.grid--12{
     width: 100%;
}
 .recent-news-contruction .col-day{
    background: #140a56;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    color:#fff;
}
.recent-news-contruction .col-month{
    color:#140a56;
}
.recent-news-contruction .col-entry .title--recentpost a{
    color:#797979;
}
.recent-news-contruction .col-entry .desc--recentpost{
    color:#797979;
}
.recent-news-contruction .widget-title{
    display:none;
}
.project_homepage .elementor-portfolio__filter{
    font-size:14px !important;
}
.pagination-project-detail .fa{
    border: 1px solid #b8b9bd;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    line-height:18px;
    text-align: center;  
}
.pagination-project-detail .fa-angle-left{
    margin-right:20px;
}
.pagination-project-detail .fa-angle-right{
    margin-left:20px;
}
.now-selling-row .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item{
    border-bottom:0;
}
.now-selling-row .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .lae-entry-text-wrap{
    margin-top:0;
    background:#404040 url(images/arrow.png) no-repeat right;
    background-position:95% 50%;
    color:#fff;
    text-align:left;
    padding:10px 20px;
    min-height:85px;
}
.now-selling-row .lae-portfolio-wrap .lae-taxonomy-filter .lae-filter-item a{
    padding-bottom:0;
}
.now-selling-row .lae-portfolio-wrap .lae-taxonomy-filter .lae-active a{
    color:#100044 !important;
}
.now-selling-row .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary{
    margin-top:0;
    padding-top:0;
}
.now-selling-row .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary:before{
    display:none;
}
.now-selling-row .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-title{
    margin-bottom:0;
    text-transform:uppercase;
    font-weight:bold;
}
.now-selling-row .lae-portfolio-wrap .lae-portfolio .lae-portfolio-item .entry-summary p{
    margin-bottom:0;
}
.our-news .elementor-posts .elementor-post{
    position:relative;
    margin-bottom:0;
}
.our-news .elementor-post__thumbnail__link{
    margin-bottom:0 !important;
}
.our-news .elementor-post__text{
    position: absolute;
    bottom: 70px;
    left: 0;
    padding: 0 10%;
    right: 0;
}
.our-news .elementor-posts .elementor-post__thumbnail{
    background:#000;
}
.our-news .elementor-posts .elementor-post__thumbnail img{
    opacity:0.5;
}
.our-news .elementor-post__read-more{
    border: 1px solid #fff;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 10px;
}
