/*
Theme Name: konnectusnew
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: Gshrm Technology Team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.8
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns

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.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

.navbar-dark .navbar-nav .current_page_item > a, .navbar-dark .navbar-nav .current_page_item a, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #f3742a!important;
}
#myNavbar ul > li > a:before, #myNavbar ul > li.current_page_item > a:after {
   content: '';
    position: absolute;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 0;
    background: #f3742a;
    transition: 0s;
}
#myNavbar ul > li > a:hover:before, #myNavbar ul > li.current_page_item > a:before {
    height: 33%;
    transition: height 0.4s;
}
#myNavbar ul > li > a:before{
    top: 0;
}
#myNavbar ul > li > a:hover, #myNavbar ul > li.current_page_item > a:hover{
    color: #f3742a;
}
.post_content {
    margin-bottom: 20px;
}
.pagination_section span {
    color: #6c757d;
    
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
}
.pagination_section a {
    color: #6c757d;
    
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: .5rem .75rem;
    margin-right: 10px;
}
.pagination_section span {
    margin-right: 10px;
}
span.page-numbers.current {
    background: #243b64;
    color: #fff;
}
.pagination_section {
    justify-content: center;
    margin: auto;
}
header.entry-header h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
    color: #14212b;
    margin: 20px 0;
}
.pb_let_insights_block.all_post_sidebar h2 {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #14212b;
    margin-bottom: 25px;
}
.pb_let_insights_block.all_post_sidebar form.search-form {
    display: flex;
    border: 1px solid #243b64;
}
.pb_let_insights_block.all_post_sidebar input#search-form-1 {
    height: 47px;
    /* border: 1px solid #243b64; */
    width: 100%;
    padding: 10px 20px;
}
.pb_let_insights_block.all_post_sidebar button.search-submit {
    background: #243b64;
    color: #fff;
    border: 1px solid #243b64;
    padding: 10px 20px;
    margin-left: -5px;
}
.pb_let_insights_block.all_post_sidebar input#search-form-2 {
    width: 100%;
}
.insights_inner_left_sec button.search-submit {
    background: #243b64;
    border: 1px solid #243b64;
    color: #fff;
    padding: 10px 20px;
    margin-left: -5px;
}
.insights_inner_left_sec input#search-form-1 {
    height: 42px;
    border: 1px solid #ddd;
    padding: 10px 20px;
}


.post_content {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #999;
    font-size: 16px;
    line-height: 26px;
}
.post_content span {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #999;
    font-size: 16px;
    line-height: 26px;
}

.post_content p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #999;
    font-size: 16px;
    line-height: 26px;
}
.normal_page h2 ,.normal_page h1 ,.normal_page h3 ,.normal_page h4, .normal_page h5 ,.normal_page h6 {
    /* font-size: 40px; */
    font-weight: 700;
    color: #000;
    margin-bottom: 15 px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.normal_page p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #999;
    font-size: 16px;
    line-height: 26px;
}
.normal_page ul {
    margin-bottom: 20px;
    margin-left: 10px;
}
.normal_page ul li {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

.postcast_img{

    height: 400px;
    width: 691px;
margin-bottom: 30px;

}
.postcast_img img{
width:100%;
height:100%;
object-fit: contain;
}



/*mobile*/
@media only screen and (max-width: 479px)
{
.navbar-dark .navbar-nav a{
    color: #fff;
}
.postcast_img {
    height: 358px;
    width: 349px;
    margin-bottom: 30px;
    text-align: center;
}


}

@media only screen and (max-width: 991px) {
	.d-none, .close-icon {
    	display: block !important;
	}
}


