
/*///////////////////////////////////
// Blog 2
///////////////////////////////////*/


.blog__item__large {
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border-radius: 5px;
    background: #ffffff;
}
.blog__item__large .blog__item__pic {
    height: 450px;
    border-radius: 5px 5px 0 0;
}
.blog__item__pic {
    height: 390px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog__art__pic {
    height: 210px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.blog__item__pic .play-btn {
    height: 50px;
    width: 50px;
    background: black;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    color: #ffffff;
}

.blog__item__large .blog__item__text {
    padding: 25px 30px 40px;
}

.blog__item__text {
    padding: 20px 30px 25px;
    background-color: white;
}
.blog__item__large .blog__item__text .blog__item__tags {
    margin-bottom: 10px;
}
.blog__item__text .blog__item__tags {
    margin-bottom: 5px;
}

.blog__item__large .blog__item__text .blog__item__tags li {
    font-size: 14px;
}

.blog__item__text .blog__item__tags li {
    list-style: none;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 3px;
    color: #2a3855;
    position: relative;
    font-size: 12px;
}
.blog__item__text .blog__item__tags li:last-child {
    margin-right: 0;
}

.blog__item__text h5, .blog__item__text h3 {
    margin-bottom: 10px;
}

h3 {
    font-size: 30px;
}

h5 {
    font-size: 18px;
}

.blog__item__large .blog__item__text h3 a {
    font-size: 30px;
}

.blog__item__text h5 a, .blog__item__text h3 a {
    font-size: 20px;
    color: #323232;
    font-weight: 700;
    line-height: 30px;
}

ul, ol {
    padding: 0;
    margin: 0;
}

.blog__item__text .blog__item__widget li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    color: #a8a8a8;
    margin-right: 30px;
}

p {
    font-size: 15px;
    font-family: "Cairo", sans-serif;
    color: #707070;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px 0;
}

.blog__item {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}


.carousel-item .mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color:#fff;
}



/*///////////////////////////////////
// Tag Cloud
///////////////////////////////////*/

/* .container{ border: 2px solid green }
.grid-item{ border: 2px solid red; padding: 20px;}
.grid{ border: 1px solid blue} */


.filters ul{
    display: flex;
    justify-content: center;
    list-style: none;
    /*border-bottom: 2px solid #D9D9D9;*/
    margin: 30px 15px
}
.filters ul li{
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    padding: 5px 5px 8px 5px;
    font-weight: 700;
    font-size: 16px; 
    cursor: pointer;
    position: relative;
    margin-bottom: -2px;
    color: #0c1038;
    transition: 0.3s;
    text-transform: uppercase;
}
.filters ul li:hover{
    color: #fff;
    background-color: #0c1038
}
.filters ul li.is-checked{
    border-bottom: 2px solid #0c1038;
}
.filters ul li:last-child{
    margin-right: 0;
}


.grid .grid-item h1{
    background: #EEEEEE;
    height: 150px;
    line-height: 150px;
    color: white;
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
}

.ql-align-justify {
    text-align: justify!important;
    font-family: "Cairo", sans-serif;
}


/*///////////////////////////////////
// Search Page
///////////////////////////////////*/

.search-result .title h3 {
    margin: 0 0 15px;
    color: #333;
}
.search-result .title p {
    font-size: 12px;
    color: #333;
}
.well {
    border: 0;
    padding: 20px;
    min-height: 63px;
    background: #fff;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    max-height: 100000px;
    border-bottom: 2px solid #ccc;
    transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    -ms-transition: max-height 0.5s ease;
    -moz-transition: max-height 0.5s ease;
    -webkit-transition: max-height 0.5s ease;
}