/*
Theme Name: Custom Theme
Author: HIDDENX
Description: Custom Starter Theme CMS Team (Website)
Version: 2.0
License: MIT
Tags: wordpress, html, javascript, sass, css, postcss, webpack, babel, PHP, LD
Text Domain: Custom Theme
*/

/*
This CSS file is needed for WordPress to recognize the theme and display its info.
Please use the ../src/assets/styles/main.scss as an entry point for your SASS code.
*/


section.blogpagestemp {
    padding: 100px 0;
}
.blog-content h6{font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 17px;}


.blog-content {
    text-align: center;
    padding: 100px 0px;
}



 .menu > li.current_page_item > a {
    color: #4F9AF4;
}

.page-id-85 .s3{border-top: none;}

section.blogpagestemp img{
    margin:auto;
    display:block;
}

.mainBanner .mb_1 h1 {
    font-size: 70px;
}

section.list-sec {
    padding: 50px 0px 0px 0px;
}


.list-sec ul  {
    display:inline-flex;
    list-style:none;
}

.list-sec ul li {
    margin:20px;
    text-align:center;
}
.list-sec h3 {
    text-align:center;
}

section.post-sec p, section.post-sec ul li, .post-sec ol li, .post-sec h3, .post-sec h4 {
    text-align:left;
}