/*!
Theme Name: Blocksy
Theme URI: 
Author: Abhishek
Copyright: (c) 2021 BinarySemantics.
Requires at least: 5.2
Requires PHP: 7.0
Tested up to: 5.5
Text Domain: blocksy
Tags: blog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, buddypress, rtl-language-support, news

*/

/* Added  CSS BSL-abhi */
.entry-card .ct-image-container img {
    height: auto !important;
}

.entry-content > ul a{text-decoration:none!important;}
widget .widget-title, .widget > h4 {
    text-transform: uppercase!important;
 
}

footer-nav a{text-decoration:none!important}
.footer, .footer a {
    color: #8d8d8d !important;
    font-size: 16px!important;
}

footer.ct-footer h3 {
    text-transform: uppercase!important;
}

.quicklinks {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 0px !important;
}

.custom-social-icons a {
    display: inline-block;
    color: #ccc !important;
    width: 31px;
    height: 31px;
    text-align: center;
    border: 1px solid #e4e4e4;
        border-top-color: rgb(228, 228, 228);
        border-right-color: rgb(228, 228, 228);
        border-bottom-color: rgb(228, 228, 228);
        border-left-color: rgb(228, 228, 228);
    font-size: 12px;
    margin-right: 1px;
    margin-bottom: 6px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border-radius: 3px;
    
}
.entry-meta, .meta-categories{display: none!important;}
.custom-social-icons a {
     background-color: #9826d0 !important;
    border-radius: 50% !important;
    border-color: rgba(255,255,255,.1) !important;}

.footer, .footer a {
    color: #8d8d8d !important;
    font-size: 16px;
}

.custom-social-icons a.linkedin {
    border-color: #0c88c8;
    background-color: #0c88c8;
    color: #fff;
}

.custom-social-icons a.twitter {
    border-color: #63cdf1;
    background-color: #63cdf1;
}

.custom-social-icons a.facebook {
    border-color: #507cbe;
    background-color: #507cbe;
}
.custom-social-icons a.youtube {
    border-color: #f16261;
    background-color: #f16261;
}

.custom-social-icons a.mail {
    border-color: #b1a48f;
    background-color: #b1a48f;
}
.custom-social-icons a.instagram {
    border-color: #fa2398;
    background-color: #fa2398;
}

.custom-social-icons a i {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

#search-modal {background-color: rgba(18, 21, 25, 0.8)!important; }

.animated-submenu > .sub-menu{
      background-color: #fff!important;
      z-index: 999;
      min-width: 180px;
      padding: 0;
      box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
}
.animated-submenu > .sub-menu li{
                    border-bottom: 1px solid #ddd;
                    padding: 0px;
                     }
.animated-submenu > .sub-menu a {     
    color: #505050;
    padding: 6px 15px;
    padding-top: 6px;
    transition: color 200ms ease;
    font-size: 16px;
    line-height: 1.47rem;
  }
 
 
 /*blog Post Paragraph */
 .entry-card .entry-excerpt p {
    text-align: justify;
}

.meta-author{display:none !important;}
 
 /*end blog Post Paragraph */
 
 /* Justify inner */
 article>.entry-content>* {
    text-align: justify;}
 /*end Justify inner */
 
.sym {
    cursor: pointer;
}

.page-description.ct-hidden-sm {
    display: none !important;
}

header [data-row*="top"] {
    z-index: 3;
    padding-top: 10px;
    padding-bottom: 10px;
}
#header .ct-container {
padding: 0;
}

.search-field{width: 300px!important; margin: 0 auto;}
#searchform{width: auto; display: table; margin: 0 auto 30px;}
@media only screen and (max-width :992px) {
    .search-field {
        width: 269px !important;
      }
}

/* End CSS BSL-abhi */ 



