/*
 * Theme Name: Pasternack WP Theme
 * Theme URI:
 * Author: Orion innovation
 * Author URI: https://www.orioninc.com/
 * Description: Pasternack WP Theme
 * Version: 1.0
*/

/*----------------------------------------------------
## prebuild css start
------------------------------------------------------*/
@import url(//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900);
@import url(//fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700;800;900);

*{
    margin: 0px;
    padding: 0px;

}

html{
     font-size:100%;
}

body,html{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Roboto', sans-serif;
    padding-top: 8rem!important;
}

@media print, screen and (min-width: 64em){
    body {
        padding-top: 13.625rem!important;
    }
}

img{
    max-width: 100%;
    height: auto;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    color:#278bca;
}

a:focus{

}

a:active{

}

/* ==========================================================================
   Typography
========================================================================== */

h1,h2,h3,h4,h5,h6{

}

.blog-content h1{
    font-family: 'Saira', sans-serif;
    font-size: 2.75rem;
    font-weight: 600;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: #0070b8;
}

.blog-content h4{
    font-family: 'Saira', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #494949;
}

.blog-content p{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #494949;
}

/* ==========================================================================
   List
========================================================================== */

.blog-content ul, .blog-content ol, .blog-content dt, .blog-content li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ==========================================================================
   Grids
========================================================================== */

.container {
    margin: 0 auto;
    max-width: 82.5rem;
    position: relative;
    z-index: 1;
    padding: 0px 30px;
}

/* ==========================================================================
   Buttons
========================================================================== */

/* ==========================================================================
   Header code start
========================================================================== */
header{

}

/* ==========================================================================
   Footer code start
========================================================================== */

Footer{

}

/* ==========================================================================
   Breadcrumb code start
========================================================================== */
.top-breadcrumb {

}

.top-breadcrumb .breadcrumbs{
    margin:0px;
    padding:0px;
}

.top-breadcrumb .breadcrumbs a{
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #494949;
}

.top-breadcrumb .breadcrumbs span{
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #494949;  
}

.searchbreadcrumb .breadcrumbs span{
    visibility: collapse;
}

.searchbreadcrumb .breadcrumbs span span a{
   visibility: visible;
}

.homebreadcrumb .breadcrumbs span{
    visibility: collapse;
}

.homebreadcrumb .breadcrumbs span span a{
    visibility: visible;
}

.homebreadcrumb .breadcrumbs span span.breadcrumb_last:nth-child(1){
    visibility: visible;
}



/* ==========================================================================
   Main content code start
========================================================================== */

.blog-content{
    margin: 24px 0px 48px 0px;
}

.blog-content .landing-head{
    margin: 0px 0px 24px 0px;
}

.blog-content .topresponsive{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    display: none;
}

.blog-content .topresponsive li{
    flex-basis: 100%;
}

.blog-content .topresponsive .searchform{
    margin-bottom: 14px;
    position: relative;        
}

.blog-content .topresponsive .searchform input[type=search]{
    width: 100%;
    height: 48px;
    padding-left: 44px;
    box-sizing: border-box;
    border: 1px solid #878787;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #494949;
}

.blog-content .topresponsive .searchform img{
    position: absolute;
    left: 10px;
    top: 14px;
}

.blog-content .topresponsive h2{
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #494949;
}

.blog-content .topresponsive label{
    display: none;
}

.blog-content .topresponsive select{
    border:1px solid #878787;
    border-radius: 3px;

    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #494949;
    width: 100%;
}

.blog-content .topresponsive select:hover{
    cursor: pointer;
}

.blog-content .topresponsive select option{
    width: 100%;
}

.blog-content .post-section{
    display: flex;
    flex-direction: row;  
}

.blog-content .post-section .post-list{
    margin-right: 27px;
    width: 75%;
}

.blog-content .post-section .post-list .post-content p{
    margin: 0px;
}

.blog-content .post-section .post-list .post-loop{
    border-top:2px solid #939393;
    padding: 23px 0px;
}

.blog-content .post-section .post-list .post-loop:nth-last-child(2){
    border-bottom:2px solid #939393;
}

.blog-content .post-section .post-list .post-loop .post-title{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-content .post-section .post-list .post-loop .post-author{
    margin-top: 13px;
    margin-bottom: 18px;
}

.blog-content .post-section .post-list .post-loop a{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color:#0070b8;
    margin-top: 4px;
    display: inline-block;
    position: relative;
}

.blog-content .post-section .post-list .post-loop a::after{
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-right: 1px solid #0070b8;
    border-bottom: 1px solid #0070b8;
    transform: rotate(-45deg);
    position: absolute;
    right: -11px;
    top: 8px;
}

.blog-content .post-section .post-list .pagination-area{
    clear: both;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 34px;
    margin: auto;
}


.blog-content .post-section .post-list .pagination-area .nav-previous, .blog-content .post-section .post-list .pagination-area .nav-next{
    display: inline-block;
}

.blog-content .post-section .post-list .pagination-area .nav-previous a, .blog-content .post-section .post-list .pagination-area .nav-next a{
    width: 48px;
    height: 48px;
    background-color: #878787;
    text-align: center;
    line-height: 48px;
    border-radius: 3px;
    display: inline-block;
    color: #fff;
}

.blog-content .post-section .post-list .pagination-area .nav-previous a:hover, .blog-content .post-section .post-list .pagination-area .nav-next a:hover{
    cursor: pointer;
    background-color:#cdcdcd;
    color:#fff;
}

.blog-content .post-section .post-list .pagination-area .pagination-right{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: right;
    color:#494949;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.blog-content .post-section .post-list .pagination-area .pagination-right input[type="number"]{
    margin: 0px 11px 0px 20px;
    width: 63px;
    height: 48px;
}

.blog-content .post-section .post-list .pagination-area .pagination-right input[type="submit"]{
    margin:0px 0px 0px 12px;
    width:54px;
    height: 48px;
    text-transform: uppercase;
    background-color: #878787;
    color:#fff;
    border-radius:3px;
    outline: none;
    border: none;
}

.blog-content .post-section .post-list .pagination-area .pagination-right input[type="submit"]:hover{
    cursor: pointer;
}

.blog-content .post-section .post-sidebar{
    width: 25%;
}

.blog-content .post-section .post-sidebar .widget_ns_category_widget h2, .blog-content .post-section .post-sidebar .Annual_Archive_Widget h2{
    font-family: 'Saira', sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #494949;
}

.blog-content .post-section .post-sidebar p, .blog-content .post-section .post-sidebar .widget_ns_category_widget li,.blog-content .post-section .post-sidebar .Annual_Archive_Widget li{
    margin-top:12px;
    margin-bottom: 0px;
}

.blog-content .post-section .post-sidebar p a, .blog-content .post-section .post-sidebar .widget_ns_category_widget li a, .blog-content .post-section .post-sidebar .Annual_Archive_Widget li a{
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #494949;
}

.blog-content .post-section .post-sidebar h4, .blog-content .post-section .post-sidebar h2{
    margin-top: 24px;
}

.blog-content .post-section .post-sidebar .searchform{
    margin-bottom: 22px;
    position: relative;
}

.blog-content .post-section .post-sidebar .searchform input[type=search]{
    width: 100%;
    height: 48px;
    padding-left: 44px;
    box-sizing: border-box;
    border: 1px solid #878787;
    border-radius: 3px;

    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #494949;
}

.blog-content .post-section .post-sidebar .searchform input[type=search]:focus{
    outline: none;
}

.blog-content .post-section .post-sidebar .searchform img{
    position: absolute;
    left: 10px;
    top: 14px;
}

.blog-content .post-section .post-sidebar .widget_email-subscribers-form h2{
    font-family: 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #494949;
    margin: 22px 0px 6px 0px;
}

.blog-content .post-section .post-sidebar .widget_email-subscribers-form input[type=email]{
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border: 1px solid #878787;
    border-radius: 3px;

    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #494949;
    padding: 0px 12px;
    margin-bottom: 15px;
    visibility: visible;
    margin-top: -24px;
}

.blog-content .post-section .post-sidebar .widget_email-subscribers-form input[type=email]:focus{
    outline: none;
}

.blog-content .post-section .post-sidebar .widget_email-subscribers-form input[type=submit]{
    width: 136px;
    height: 48px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0);
    border:none;

    font-family: 'Saira', sans-serif;
    font-size: 1rem;
    font-weight: bold;
    font-stretch: semi-condensed;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;

    background-color: #0243b4;
    /* background-image: linear-gradient(141deg, #158bef 0%, #1076DE 51%, #0449b9 75%); */
    background-image: linear-gradient(108deg, #1999fb, #0039ac);
}

.blog-content .post-section .post-sidebar .widget_email-subscribers-form input[type=submit]:hover{
    background-color: #3F91D2;
    /* background-image: linear-gradient(141deg, #419BF9 0%, #2D77C1 51%, #1D5EB0 75%); */
    background-image: linear-gradient(110deg, #54baff, #0039ac 144%);
    cursor: pointer;
}

.blog-content .post-section .post-sidebar .widget_email-subscribers-form input[type=submit]:focus{
    outline: none;
}

.blog-content .post-section .post-sidebar .widget_email-subscribers-form label {
    visibility: hidden;
}

.blog-content .post-section .post-sidebar .widget_email-subscribers-form .es_spinner_image{
    position: fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
}

.blog-content .post-section .post-sidebar .widget_custom_html p{
    color:#0070b8;
}

.blog-content .post-section .post-sidebar .widget_custom_html p:hover{
    cursor: pointer;
}

.blog-content .post-section .post-sidebar #ns-category-widget-3, .blog-content .post-section .post-sidebar #custom_html-3{
    display: none;
}

.blog-content .post-section .post-sidebar #annual_archive_widget-3, .blog-content .post-section .post-sidebar #custom_html-5{
    display: none;
}


/* ==========================================================================
   Single page code start
========================================================================== */

.blog-content .single-post{
    width: calc(75% - 22px);
}

.blog-content .single-post .post-title{
    margin: 0px 0px 24px 0px;
}

.blog-content .single-post .post-author{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-content .single .post-section .post-content .heateor_sss_sharing_container {
    margin:16px 0px!important;
}

.blog-content .single .post-section .post-content .heateor_sss_sharing_container li{
    margin-right:16px!important;
}

.blog-content .single .post-section .post-content p{
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #494949;
}

.blog-content .single .post-section .post-content img{
    max-width: 484px;
    margin: 0px 73px 47px 0px;
    float: left;
    clear: both;
}

.blog-content .single .post-section .post-list .pagination-area{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    border-top:2px solid #939393;
    padding-top: 34px;
    margin: auto;
}

.blog-content .single .post-section .post-list .pagination-area .nav-next, .blog-content .single .post-section .post-list .pagination-area .nav-previous{
    padding: 0px 25px;
}

.blog-content .single .post-section .post-list .pagination-area .nav-previous, .blog-content .single .post-section .post-list .pagination-area .nav-next{
    max-width: 50%;
    position: relative;
}

.blog-content .single .post-section .post-list .pagination-area .nav-previous a, .blog-content .single .post-section .post-list .pagination-area .nav-next a{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0070b8;
    width: auto;
    height: auto;
    background: transparent;
    text-align: unset;
    vertical-align: top;
}

.blog-content .single .post-section .post-list .pagination-area .nav-previous a span{
    position: absolute;
    left: 0px;
    top: 0px;
}

.blog-content .single .post-section .post-list .pagination-area .nav-next a span{
    position: absolute;
    right: 0px;
    top: 0px;
}

.blog-content .single .post-section .post-list .pagination-area a {
    color:#0070b8;
}

.blog-content .single .post-section .post-sidebar{
    margin-top:68px;
}


/* ==========================================================================
   Media code start
========================================================================== */

@media only screen and (min-width: 768px) and (max-width:1024px){
    .blog-content .post-section .post-list {
        margin-right: 27px;
        width: 60%;
    }

    .blog-content .post-section .post-sidebar {
        width: 40%;
    }

    .blog-content .single-post{
        width: calc(60% - 22px);
    }

    .blog-content .single .post-section .post-content img {
        max-width: 100%;
        margin: 0px 0px 47px 0px;
        float: none;
    }
}

@media only screen and (max-width:767px){
    .blog-content .post-section {
        flex-direction: column;
    }

    .ctm-padd{
        padding-bottom: 120px;
    }

    .blog-content .post-section .post-list {
        margin-right: 0px;
        width: 100%;
    }

    .blog-content .single-post{
        margin-right: 0px;
        width: 100%;
    }

    .blog-content .post-section .post-sidebar {
        width: 100%;
        margin-top:24px;
    }

    .blog-content .single .post-section .post-sidebar{
        margin-top:24px;
    }

    .blog-content .single .post-section .post-content img {
        max-width: 100%;
        margin: auto;
        float: none;
    }

    .blog-content h1 {
        font-family: 'Saira', sans-serif;
        font-size: 2.25rem;
        font-weight: 600;
        font-stretch: semi-condensed;
        font-style: normal;
        line-height: 1.18;
        letter-spacing: normal;
        color: #0070b8;
    }

    .blog-content .post-section .post-sidebar .searchform{
        display: none;
    }

    .blog-content .post-section .post-sidebar .cat-arch-section{
        display: none;
    }

    .blog-content .topresponsive{
        display: flex;
    }

    .blog-content .single .post-section .post-list .pagination-area .nav-previous{
        margin-bottom: 16px;
    }

    .blog-content .post-section .post-list .pagination-area{
        justify-content: flex-end;
    }
    
    .ctm-position{
        position: absolute;
        bottom: 0px;
        right: 30px;
    }

    .blog-content .post-section .post-list .pagination-area .pagination-right{
       display:none;
    }

}

@media only screen and (min-width: 460px) and (max-width:767px){
    .blog-content .topresponsive li:nth-child(1){
        flex-basis: 100%;
    }

    .blog-content .topresponsive li{
        flex-basis: 45%;
    }
}


@media only screen and (max-width:576px){
    .blog-content .single .post-section .post-list .pagination-area{
        flex-direction: column;
        
    }
    .blog-content .single .post-section .post-list .pagination-area .nav-previous, .blog-content .single .post-section .post-list .pagination-area .nav-next{
        max-width: 100%;
    }

}
/*