/*
Theme Name: Floorkrete
Text Domain: twentytwenty
Version: 2.0
Tested up to: 6.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/


/*  $$$$$$ Blog Style $$$$$$  */
.blogItem {
    transition-property: background,border,box-shadow;
    transition-duration: .25s;
    border-radius: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.blogItem:hover{
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}
.blogItem:hover a.featured-media-inner:after{
    opacity: .5;
}
.blogItem a.featured-media-inner {
    height: 200px;
    display: block;
    position: relative;
    overflow: hidden;
}
.blogItem a.featured-media-inner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.blogItem a.featured-media-inner:after{
    display: block;
    content: "";
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    transition: all .3s ease-out;
}
.blogItem .entry-title a{
    font-size: 18px;
    font-weight: 600;
    color: #2e2751;
    line-height: 26px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
}
.excerpt-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0;
}
.p-3{
    padding: 16px;
}
.blogItem .featured-media {
    margin: 0;
}
body:not(.single) .blogItem .entry-content{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 52px;
    margin-bottom: 12px;
}
.blogItem .read-more,
.published-date,
.border ul li a {
    color: #33afeb;
}

.nav-links .next.page-numbers,
.nav-links .prev.page-numbers,
hr.pagination-separator,
nav.pagination-single,
body.single .blogItem .read-more{
    display: none;
}
body.single .blogItem a.featured-media-inner {
    height: 400px;
}
body.single .blogItem a.featured-media-inner img{
    width: 100%;
}
body.single .blogItem {
    margin: 30px 0;
}
.tags{
    position: absolute;
    top: 0;
    background: #818a91;
    color: #fff;
    font-size: 12px;
    padding: 0.6em 1.2em;
    line-height: 1;
    font-weight: 400;
    right:0;
    margin: 12px;
    border-radius: 25px;
}
.header-part{
    padding: 30px 0;
    margin-bottom: 40px;
}
.border {
    border: 1px solid #a4afb7;
    padding: 15px;
}
.border h3 {
    margin:0 -15px;
    margin-bottom: 15px;
    padding: 15px;
    padding-top: 0;
    border-bottom: 1px solid #a4afb7;
    font-size: 20px;
}
.social-share a{
    margin-top: 12px;
    display: inline-block;
    color: #fff;
    background-image: linear-gradient(90deg,rgba(0,0,0,.12),transparent);
    background: #3b5998;
    padding-right: 20px;
    margin-right: 5px;
}
.social-share a.twitter{
    background: #1da1f2;
}
.social-share a.linkedin{
    background: #0077b5;
}
.social-share a span {
    height: 42px;
    width: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.border ul li {
    margin-bottom: 12px;
}
body.single-post .col-md-9 h1{
	padding-top:140px;
	margin-top:-140px;
}
@media (max-width: 767.98px) {
    body.single-post #site-content .header-part{display: none;}
    body.single-post #site-content .row img{
        max-width: 100%;
        height: auto;
        margin: 20px 0;
    } 
	.social-share,.table-of-contents.border{margin-bottom:20px;}
	.header .img-logo{margin:0;width: 220px;}
	.top-contact{padding-top: 0; text-align: center; font-size: 13px;}
	.h1, h1 { font-size: 24px;}
	.topbar {text-align: center;}
	.middle-header {padding: 12px 0}
	.menu-area {display: none;}
	.slicknav_menu { display: block;}
	.slicknav_menu .slicknav_icon-bar {
		display: block;
		width: 25px;
		height: 3px;
		background: #2E2751;
		margin: 4px;
		margin-left: auto;
	}
	.slicknav_nav li a {
    margin: 0;
    color: #fff;
    background: transparent;
    overflow: hidden;
}
	.slicknav_nav li {
    border-bottom: 1px solid #ebebeb;
        padding: 12px 0;
}
	.slicknav_nav li ul{    margin: 0 0 0 20px;}
}
.border ul li a {
    color: #33afeb;
}
.border ul li {
    margin-bottom: 20px;
}
.border ul {
    margin:10px  20px;
	
}
  .single .blog_header p{ margin: 20px 0px;
   font-size: 14px; font-weight:400;line-height:24px;}
   .single  .blog_header a{color: #33afeb}
  .single .blog_header ul li {
    margin-bottom: 20px;
    font-weight: 400;
	line-height:24px;
}
 .single .blog_header ol li {
    margin-bottom: 20px;
    font-weight: 400;
	line-height:24px;
}


.side_bar { padding: 15px; }
.bg_post img { width: 100%; height: 200px; border-radius: 6px; margin-bottom: 15px; }    
.blog_data h3 { font-size: 18px; margin-bottom: 10px; line-height: 22px; }  
.blog_data h3 a { color: #be2b2c; }  
.blog_data span { margin-bottom: 10px; display: block; }    
.blog_data { margin-bottom: 40px; }  
.blog_data p a { margin-top: 20px; display: inline-block; color: #be2b2c; text-transform: uppercase; font-weight: 700; font-size: 16px; }
.border-rounded{border-radius: 10px; margin-top:20px; width: 100%;}
.blog_header p, .blog_header ul li, .blog_header ol li { text-align: justify; }
.my_pots h2 { font-weight: bold; margin: 50px 0px 20px; }


.my_search { background: #be2b2c; padding: 5px; }  
.my_search input { height: 36px; border: 0px; padding: 0px 10px; }   
input#search-form-1 {width: 100%;}  
.my_search label { width: 76%; }

.groups img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 10px;
}

.groups {
    margin-bottom: 40px;
    box-shadow: 0px 4px 4px #ccc;
    padding: 20px;
}
.name_post {
    font-size: 18px;
    margin: 13px 0px;
    line-height: 20px;
}

.groups p {
    line-height: 19px;
    margin-bottom: 20px;
}

.groups a {
    color: #4e9ad4;
}