/*!
Theme Name: devops-managed
*/


/*------------------------------------*
  RESET
*------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}


/*--- HEADINGS ---*/

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 24px;
    font-weight: 600;
}

h1 {
    font-size: 1.5em;
    /* 24px --> 24 ÷ 16 = 1.5 */
    line-height: 1em;
    /* 24px --> 24 ÷ 24 = 1 */
}

h2 {
    font-size: 1.375em;
    /* 22px --> 22 ÷ 16 = 1.375 */
    line-height: 1.0909em;
    /* 24px --> 24 ÷ 22 = 1.090909(09) */
}

h3 {
    font-size: 1.25em;
    /* 20px --> 20 ÷ 16 = 1.25 */
    line-height: 1.2em;
    /* 24px --> 24 ÷ 20 = 1.2 */
}

h4 {
    font-size: 1.125em;
    line-height: 1.5em;
}

h5,
h6 {
    font-size: 1em;
    /* 16px --> 16 ÷ 16 = 1 */
    line-height: 1.5em;
    /* 24px --> 24 ÷ 16 = 1.5 */
}

.navbar {
    background: #fff;
}


/*------------------------------------*
  MAIN
*------------------------------------*/

html {
    background: #fff;
    color: #333;
}

.header-top {
    top: 0;
    background: #F7F7F7;
    height: 73px;
    width: 100%;
    z-index: 999;
    padding:0;
}

.padding_v {
    padding:50px 0;
}

.padding_v_small {
    padding: 30px 0;
}

.hero-sec-tw .date {
    margin-top: 10px;
}

.hero-section {
    background: #fff;
}

.page-header {
    background: #F04F2C;
}

.page-header a:hover {
    color: #fff;
}

.page-header .date {
    color: #fff;
    padding-top: 0px;
}

.page-header p {
    color: #fff;
}

.page-header h1 {
    color: #fff;
}

.page-header a {
    color: #fff;
}

.navbar-brand img {
    margin-top: 5px;
    width: 160px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    margin: 0;
}

#main {
    margin-top: 75px;
}

.card {
    border: none;
}

#sidebar h3 {
    color: #F04F2C;
}

div#sidebar {
    margin-left: 30px;
    padding-left: 0;
    display: inherit;
}

#sidebar ul {
    padding-left: 50px;
    border-left: 1px solid #f3f2f2;
}

#sidebar ul li {
    margin: 0;
    color: #4a4a4a;
    font-size: 15px;
    list-style: none;
    background: url(./images/arrow_list.jpg) no-repeat left 10px;
    padding: 0 0 30px 30px;
    line-height: 26px;
}

#sidebar ul li a:hover {  color: #F04F2C;}

#sidebar h3 {
    color: #F04F2C;
    margin-bottom: 25px;
}

.sidebar h3 {
    color: #F04F2C;
}

.sidebar ul li {
    margin: 0;
    color: #4a4a4a;
    font-size: 15px;
    list-style: none;
    background: url(./images/arrow_list.jpg) no-repeat left 10px;
    padding: 0 0 17px 25px;
}

.sidebar ul {
    padding-left: 23px;
    border-left: 1px solid #f3f2f2;
}

.sidebar h3 {
    color: #F04F2C;
    margin-bottom: 25px;
}

p {
    font-size: 15px;
    color: #333;
    line-height: 26px;
    letter-spacing: 0.2px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-title {
    font-size: 18px;
    line-height: 3rem;
    font-weight: 600;
    margin: 0px 0 0px;
    max-width: 600px;
    color: #262B2B;
}

.primary_bg,
.btn-primary {
    border-radius: 0;
    background: #F04F2C;
    border: #F04F2C solid 1px;
    padding: 18px 45px;
    font-size: 15px;
    transition: transform 0.7s, opacity 0.7s, background-color 0.7s;
}

.primary_bg:hover,
.btn-primary:hover,
.primary_bg:active,
.btn-primary:active,
.primary_bg:focus,
.btn-primary:focus {
    background: #222;
    border-color: #222;
    outline: 0;
}

.hero-content {
    margin-bottom: 2.5rem;
}

a {
    color: #000;
}

a:hover {
    color: #585050;
}

.hero-content p {
    font-size: 18px;
    line-height: 30px;
    max-width: 600px;
}

.date {
    font-size: 15px;
    font-weight: normal;
    opacity: 0.6;
    padding: 0;
    margin: 15px 0 0 0;
    position: relative;
    display: block;
}

#breadcrumbs {
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
    padding: 0;
    margin: 0 0 15px 0;
    position: relative;
    display: block;
    text-transform: lowercase;
}

#breadcrumbs::first-letter {
    text-transform: uppercase;
}

p.card-text {
    max-width: 500px;
}

.home-media-left {
    display: inline-block;
    vertical-align: top;
}

a[rel~="category"] {
    padding-bottom: 10px;
    margin-right: 10px;
    margin-bottom: 4px;
    display: inline-block;
    padding: 0px;
    font-size: 15px;
    text-transform: none;
    border-radius: 2px;
    color: #F04F2C;
}

a[rel~="category"]:hover {
    color: #F04F2C;
}

.post-categories li {
    display: inline;
}

.home-post-thumb .home-media-body {
    /* width: calc(100% - 100px); */
    display: inline-block;
    margin-left: 0;
    vertical-align: top;
    padding: 0px;
}

.post-listing-sec-main .card-title h2 {
    margin-bottom: var(--bs-card-title-spacer-y);
    font-size: 30px;
    line-height: 42px;
}

.cat-posts .card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    padding: 14px 0 5px;
    line-height: 29px;
}

.post-listing-sec-main .card-body,
.archive .card-body,
.category .card-body,
.search .card-body {
    padding-left: 35px;
}

.entry-header1 h1 {
    margin-bottom: 10px;
}

.not-found p {
    margin-bottom: 15px;
}

.post {
    position: relative;
}

.post-listing-sec-main {
    margin: 0;
    padding: 50px 0 0 0;
}

.post-listing-sec-main .card {
    border: none!important;
}

.post-listing-sec-main h3 {
    font-weight: 600;
    line-height: 26px;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 18px;
}








/* surya added css start */

.entry-content a{
    color: #F04F2C;
    }
    
    
    
    /* blockquote start */
    
    blockquote {
        padding: 28px;
        margin: 10px 0 20px;
        border-left: 5px solid #F04F2C;
        padding-left: 36px;
        background: url(#) left 14px top 25px no-repeat #FEF2F0;
    }
    
    blockquote,
    q {
        quotes: "" "";
    }
    
    blockquote p {
        font-size: 18px!important;
        font-weight: 300;
        line-height: 32px!important;
        padding-bottom: 0px !important;
    }
    
    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25;
    }
    
    blockquote p a {
        color: #D92026;
    }
    
    .entry-content blockquote p {
        margin-bottom: 0px;
    }
    
    
    /* blockquote end */
    
    
    
    
    .entry-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .entry-content ul {
        list-style: disc;
    }
    
    .entry-content ul, ol {
        margin: 0 0 1.5em 1.5em;
    }
    .entry-content ol, ul {
        list-style: none;
    }
    
    .entry-content ul li{
        padding-bottom:16px !important;
    }
    
    .entry-content ul li {
        list-style: disc;
        padding: 0;
        margin: 0;
    }



/* surya added css End */











/* .entry-content .post-thumbnail img {
    min-height: 500px;
    max-height: 500px;
} */

.post-detiles-content p {
    margin-bottom: 30px;
}

.me-auto {
    margin-left: auto!important;
}

.navbar-nav li a {
    font-size: 15px;
    padding: 0;
    margin: 0 10px;
}

.search-form button[type="submit"] {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border: #97999766 1px solid;
    padding: 0 15px;
    background: #F04F2C;
    color: #fff;
}

.form-control {
    border: #97999766 1px solid;
    font-size: 14px;
}

.navbar-expand-md .navbar-nav .active,
.navbar-expand-md .navbar-nav a:hover {
    color: #F04F2C;
}

.title {
    font-size: 15px;
    line-height: 35px;
}

.btn-outline-secondary {
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
}

p.logged-in-as {
    padding-bottom: 15px;
}

#footer {
    background-color: #F8F9FA;
    margin-top: 4rem;
}

#footer ul {
    margin-bottom: 15px;
}

.nav-link {
    color: #333;
    margin-top: 2px !important;
    letter-spacing: 0.2px;
}

.nav-link:hover,
#footer .menu-item a[aria-current=page] {
    color: #F04F2C;
}

.home-media {
    width: 100%;
    display: inline-flex;
    /* padding: 0 30px; */
    border-top: none;
    min-height: inherit;
    vertical-align: top;
}

.home-post-thumb.hero-sec-tw  .home-media-body{
    background: #fafafa;
    min-height: 340px;
}


/* .home-post-thumb .media-object img {
    min-height: 200px;
    max-height: 200px;
} */

.caption {
    padding-top: 15px;
}

.home-media-body {
    background: #fff;
    padding: 25px !important;
    display: inline-flex;
    min-height: 150px;
}

.home-post-thumb a {
    color: #F04F2C;
    font-weight: 500;
    font-size: 15px;
}

.home-post-thumb h5 a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #262B2B;
    letter-spacing: 0.1px;
}

.home-post-thumb h5 {
    margin: 5px 0 15px;
    height: 50px;
}

.home-post-thumb a:hover {
    color: #646464;
}

.trending-posts {
    background: #fff8f6;
    padding: 50px 0;
}

.trending-posts .media-object img {
    min-height: 200px;
    max-height: 200px;
}

.trending-posts .home-post-thumb h5, .editor-pick  .home-post-thumb h5, .home-post-thumb.hero-sec-tw  h5 {
    margin: 4px 0 10px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: block;
    display: -webkit-box;
    max-width: 100%;
}

.trending-posts .home-post-thumb h5 a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #262B2B;
    letter-spacing: 0.1px;
}

.trending-posts h2 {
    padding-bottom: 30px;
}

.editor-pick {
    background: #DBD9FF36;
    padding: 50px 0;
}

.editor-pick h2 {
    padding-bottom: 30px;
}

.latest-blogs h2 {
    padding-bottom: 30px;
}

.latest-blogs .home-post-thumb h5 {
    margin: 0px 0 10px;
}

.latest-blogs .home-post-thumb .home-media-body {
    margin-top: 15px;
    margin-bottom: 35px;
}

ul.post-categories {
    margin-top: 0px;
}

.cat-posts ul.post-categories {
    margin-top: 0px;
}

.latest-blogs ul.post-categories {
    margin-top: 0px;
}

.latest-blogs .home-post-thumb h5 {
    height: inherit;
}

.latest-blogs .home-post-thumb {
    background: #fafafa;
    margin-bottom: 50px;
}

.latest-blogs .home-post-thumb .home-media-body {
    min-height: inherit;
    background: none;
    padding: 10px 25px !important;
}

.pagination {
    clear: both;
}

.pagination a, .pagination span {
    color: #F04F2C;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #F04F2C;
    padding: 5px 15px;
    margin: 2px;
}

.pagination a:hover, .pagination span.current {
    border-color: #F04F2C;
    background-color:#F04F2C;
}

.pagination span.current {
    font-weight: bold;
    background-color:#F04F2C;
}

.editor-pick .home-media-body {
    min-height: 340px;
}

.hero-post .date {
    margin: 0;
}

.hero-post .caption {
    padding-top: 15px;
    background: #fff;
    padding: 25px;
}

.hero-section .hero-post .caption {
    padding-top: 15px;
    background: #fafafa;
    padding: 25px;
}


/* .home-post-thumb .media-object {
    max-width: 150px;
} */

.media-object {
    display: block;
    border: 1px solid #dfdfdf;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.wp-pagenavi {
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin: 0 auto;
}

.wp-pagenavi a {
    color: #212529;
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 15px;
    margin: 2px;
}

.wp-pagenavi .current {
    list-style: none;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 50%;
    color: #F04F2C;
}

.pagination ul li.numb.first {
    margin: 0px 3px 0 -5px;
}

.pagination ul li.numb.last {
    margin: 0px -5px 0 3px;
}

.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
}

.pagination ul li.btn {
    padding: 0 20px;
    border-radius: 50px;
}

.pagination .current,
.pagination ul li.numb:hover,
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
    color: #fff;
    background: #20B2AA;
}


/*

@media (min-width: 768px) {
    .navbar-expand-md {
        padding: 5px 0;
    }


    } */


/* @media (min-width: 1024px)
{

    .navbar-expand-cmd {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

} */

@media (max-width: 767px) {
    .post-listing-sec-main .card-body,
    .archive .card-body,
    .category .card-body,
    .search .card-body {
        padding-left: 0px;
    }
    .navbar-nav li a {
        line-height: 40px;
    }
    h1 {
        line-height: 1.5em;
    }
    #comments {
        margin-left: 15px;
        margin-right: 15px;
    }
    .mt-5 {
        margin-left: 15px;
        margin-right: 15px;
    }
    .post-navigation {
        margin-left: 15px;
        margin-right: 15px;
    }
}