/*!
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: 'Sora', 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;
    line-height: 36px !important;
}

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) */
    padding-bottom: 16px !important;
}

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


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

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

.header-top {
    top: 0;
    background: #fff;
    height: 85px;
    width: 100%;
    z-index: 999;
    box-shadow: 0 5px 11px 0 rgb(50 50 50 / 8%);
    padding: 5px 0;
}

.padding_v {
    padding: 100px 0;
}

.padding_v_small {
    padding: 50px 0;
}

.hero-section {
    background: #FFF6F2;
}

.page-header {
    background: #FFF6F2;
}

.navbar-brand img {
    height: 55px;
}

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

#main {
    margin-top: 75px;
}

.card {
    border: none;
}

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

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

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






.post-detiles-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-detiles-content ul {
    list-style: disc;
}

.post-detiles-content ul, ol {
    margin: 0 0 0em 1.5em;
}
.post-detiles-content ol, ul {
    list-style: none;
}

.post-detiles-content ul li{
    padding-bottom:16px !important;
}

.post-detiles-content ul li {
    list-style: disc;
    padding: 0;
    margin: 0;
}









.hero-title {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 600;
    margin: 14px 0 0px;
    max-width: 600px;
}

.primary_bg,
.btn-primary {
    border-radius: 0;
    background: #F06324;
    border: #F06324 solid 1px;
    padding: 18px 45px;
    font-size: 16px;
    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: #04264B;
    border-color: #04264B;
    outline: 0;
}

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

a {
    color: #000;
}

p a {
    color: #F06324;
}

a:hover {
    color: #F04E24;
}

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

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

#breadcrumbs {
    font-size: 14px;
    font-weight: normal;
    opacity: 0.6;
    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 {
    max-width: 150px;
    display: inline-block;
    vertical-align: top;
}

a[rel~="category"] {
    border: #F06324 2px solid;
    padding-bottom: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-block;
    padding: 5px 10px;
    font-size: 11px;
    text-transform: none;
    border-radius: 2px;
    background: #FFF6F2;
}

a[rel~="category"]:hover {
    background-color: #F06324;
    color: #fff;
}

.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 0px 0 30px;
}

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

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

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

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

.post {
    position: relative;
}

.post-listing-sec-main {
    margin-top: 100px;
}

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

.post-listing-sec-main h3 {
    font-weight: 500;
    line-height: 32px;
    padding: 0;
    margin: 0;
}


/* blockquote start */

blockquote {
    padding: 28px;
    margin: 10px 0 20px;
    border-left: 5px solid #FFB512;
    padding-left: 36px;
    background: url(#) left 14px top 25px no-repeat #FFF6F2;
}

blockquote,
q {
    quotes: "" "";
}

blockquote p {
    font-size: 18px!important;
    font-weight: 300;
    line-height: 32px!important;
    /* color: #fff!important; */
    padding-bottom: 0px !important;
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}

blockquote p a {
    color: #F06324;
}

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


/* blockquote end */

.col-header {
    max-width: 800px;
    margin: 0 auto;
}

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

.entry-header {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post-detiles-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

.post-detiles-content h3 {
    padding-bottom: 14px;
}

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

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

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

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

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

#comments {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.entry-meta {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.post-navigation {
    max-width: 800px;
    margin: 0px auto !important;
}

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

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

.nav-link {
    color: #333;
}

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

.home-media {
    width: 100%;
    display: inline-flex;
    border: 1px solid #e4eaecbf;
    padding: 20px;
    border-top: none;
    min-height: inherit;
    background: #fff;
    vertical-align: top;
}

.home-post-thumb a {
    color: #333;
    font-weight: 600;
}

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

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

.media-object {
    display: block;
}

.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: #F06324;
}

.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 (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;
    }

    .entry-content .post-thumbnail img {
        min-height: 100%;
        max-height: 100%;
    }

    .post-listing-sec-main {
        margin-top: 28px;
    }

    .padding_v {
        padding: 48px 0 48px;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 600;
        margin: 14px 0 0px;
        max-width: 600px;
        font-size: 22px;
    }
    .hero-post{
        padding:0 15px 0 15px
    }

    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 24px;
        font-weight: 600;
        line-height: 32px !important;
    }

    .col-header {
        padding:0 27px 0 27px
        }

        .entry-content{
            padding:0 15px 0 15px
        }

        .post-navigation{
            padding:0 15px 0 15px
        }
        






}