/*
 * Theme Name:  Squaretype Child
 * Theme URI:   https://codesupply.co/themes/squaretype/
 * Description: Squaretype Child Theme
 * Author:      Code Supply Co.
 * Author URI:  https://codesupply.co/
 * Template:    squaretype
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

.nav-scroll {
    position: static;
}

.cus-mega-menu .panel-body ul{
    padding: 0;
}

.talk-btn {
    background-color: #00adee;
    color: #fff!important;
    border-radius: 100px;
    padding: 14px 20px;
    min-width: 240px;
    display: inline-block!important;
    border: 1px solid #00adee;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.talk-btn:hover,
.talk-btn:active,
.talk-btn:focus {
    background-color: transparent;
    color: #00adee!important;
    text-decoration: none!important;
}

.navbar-brand img {
    max-width: 100%;
    max-height: 100%;
    width: 220px;
}

body.home.blog header .navbar-toggler span,body.single-post header .navbar-toggler span {
    background: #121212!important;
}

body.home.blog header .navbar-toggler[aria-expanded="true"] span,body.single-post header .navbar-toggler[aria-expanded="true"] span {
    background: #fff!important;
}

.call-details-btn-popup ul li {
    list-style-type: none;
}
/*.menu-main-list .menu-main-list-inner .text-sec {
    font-family: hg-grotesk,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.cus-mega-menu .panel-body ul li {
    font-family: hg-grotesk,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}*/

/*.header-bg-change .cus-mega-menu,
.header-bg-change .custom-overlay{
    display: none;
}*/

@media (min-width: 1200px) {
    .navbar-nav .nav-link:not(.talk-btn) {
        text-transform: capitalize;
        margin-right: 25px;
        font-size: 16px;
        transition: 0.2s;
        color:  #000 !important;
    }
}

@media(max-width:1200px) {
    .dropdown-link .nav-link:after {
        content: "\e915"!important;
        font-family: 'powerkit-icons' !important;
        transform: rotate(90deg);
        top: 6px;
    }
    .dropdown-link .nav-link.icon:after {
        content: "\e915"!important;
        font-family: 'powerkit-icons' !important;
        transform: rotate(-90deg);
        top: 6px;
    }
    .menu-main-list .menu-main-list-inner.active .text-sec:before {
        content: "\e915"!important;
        font-family: 'powerkit-icons' !important;
        transform: rotate(-90deg);
        top: 6px;
    }
    .menu-main-list .menu-main-list-inner .text-sec:before {
        content: "\e915"!important;
        font-family: 'powerkit-icons' !important;
        transform: rotate(90deg);
        top: 6px;
    }
}

.single .sidebar-disabled .entry-header-standard .entry-header-inner > .cs-breadcrumbs, .single .sidebar-disabled .entry-header-standard .entry-header-inner > .entry-inline-meta, .single .sidebar-disabled .entry-header-standard .entry-header-inner > .entry-title, .single .sidebar-disabled .entry-header-standard .entry-header-inner > .post-meta, .single .sidebar-disabled .entry-header-standard .entry-header-inner > .post-excerpt, .single .post-sidebar-disabled .entry-header-standard .entry-header-inner > .cs-breadcrumbs, .single .post-sidebar-disabled .entry-header-standard .entry-header-inner > .entry-inline-meta, .single .post-sidebar-disabled .entry-header-standard .entry-header-inner > .entry-title, .single .post-sidebar-disabled .entry-header-standard .entry-header-inner > .post-meta, .single .post-sidebar-disabled .entry-header-standard .entry-header-inner > .post-excerpt{
    max-width: 100%;
}


body.single .site-content{
    margin-top: 0;
}
.single-blog-here{
    background: url("https://scrumdigital.com/blog/wp-content/uploads/2021/07/blog_banner.jpg") no-repeat center center/cover;
    padding: 70px 0;
    width: 100%;
    position: relative;
}
.single-blog-here:before{
    content: '';
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.single-blog-here .cs-container{
    position: relative;
    z-index: 1;
}

.single-blog-here .entry-title,
.single-blog-here .meta-category a .label,
.single-blog-here .post-meta *,
.single-blog-here .post-meta a,
.single-blog-here .post-meta .author a, .cs-breadcrumbs *,
.single-blog-here .cs-breadcrumbs a {
    color: #fff;
}



/* .post-author{
    display:none!important;
}

.entry-header-large .entry-header-inner .entry-title {
    margin-top: 50px;
}
.site-footer .cs-container.container-2{
    padding: 0px 100px;
  max-width: 100%;
}
.navbar-primary.sticky-nav.sticky-up {
    z-index: 99999;
}

.title-block:after{
    display:none!important;
}

@media(max-width:1200px){
    .single.single-post .entry-title {font-size:36px!important;
}
}
@media(max-width:767px){
    .site-footer .cs-container.container-2 {
    padding: 0px 15px;
}
} */
.home.blog .cs-hero-container .hero-details span{
    color:#fff!important;
    background-color:transparent;
    font-weight:700!important;
}
.home.blog .cs-hero-container  .hero-details .meta-category a:before {
    color: #fff;
}
.home.blog .cs-hero-container  .hero-details .meta-category a .label:after {
    background-color:#fff;
}
.home.blog .cs-hero-container h2.hero-title a{
    color: #fff;
}
.home.blog .cs-hero-container .hero-excerpt{
    color:#fff
}
.custom-overlay{
    z-index:9;
}
.nav-scroll .navbar {
    z-index: 99;
}
body{
    padding-top:90px
}
.nav-scroll{
    position:fixed!important;
}
@media (min-width: 1700px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 1400px!important;
    }
    .top-container {
        max-width: 1600px;
    }
}
@media screen and (max-width: 1700px) {
    .container,.cs-hero-container,.cs-container {
        max-width: 1340px!important;
    }
    .top-container {
        max-width: 1500px;
    }
}
@media screen and (max-width: 1599px) {
     .container,.cs-hero-container,.cs-container{
        max-width: 1260px!important;
    }
    .top-container {
        max-width: 1370px;
    }
}
@media screen and (max-width: 1440px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 1220px!important;
    }
    .top-container {
        max-width: 1300px;
    }
}
@media (max-width:1400px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 1200px!important;
    }
    .top-container {
        max-width: 1300px;
    }
	.archive-heading-medium.archive-grid .entry-title {
    font-size: 16px;
    margin-bottom: 15px;
}
	.pk-widget-posts .pk-preview-enabled .entry-title {
    font-size: 14px;
}
	.archive-wrap .archive-borders-enabled.archive-grid article{
padding:20px;
	}
	.entry-header .entry-header-inner .entry-title,.page-title {
    font-size: 36px;
}
}
@media(max-width:1366px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 1140px!important;
    }
    .top-container {
        max-width: 1160px;
    }
}
@media(max-width:1199px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 1000px!important;
    }
    .navbar-brand img {
    max-width: initial;
    max-height: inherit;
    width: 160px!important;
}
    body {
    padding-top: 69px;
}

}
@media(max-width:1024px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 920px!important;
    }
}
@media(max-width:991px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 800px!important;
    }
}
@media(max-width:767px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 620px!important;
    }
}
@media(max-width:575px) {
    .container,.cs-hero-container,.cs-container{
        max-width: 540px!important;
    }
}