/*DM CSS */
body {
    text-shadow: none !important;
    font-family: 'Montserrat', sans-serif !important;
}

.entry-content {
    /*margin-bottom: 250px;*/
}



#loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.grow {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    padding: 10px;
}

.grow_full {
    display: grid;
    grid-template-columns: 100%;
    padding: 10px;
}

.brownwhite {
    background: #964b00;
    color: #FFF;
    font-size: 12pt;
}

.grow.barhead {
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
}

.grow.barhead .gcol {
    font-weight: bold;
}

.box {
    border-bottom: 1px solid #dfdfdf;
    margin: 0px 0px;
}

.swipeenb {
    cursor: pointer;
}
.swipelock72{
    cursor: pointer;
}
.swipeenb .gcol {
    pointer-events: none;

    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    text-shadow: none;
    position: relative;
}

.swipeenb .grid_1,
.swipeenb .grid_2,
.swipeenb .grid_3 {
    pointer-events: none;

    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    text-shadow: none;
    position: relative;
}

@media only screen and (max-width:700px) {
    .wp_login_form {
        width:100%;
    }
}

@media only screen and (min-width:701px) {
    .wp_login_form {
	    width:45%;
    }
}

.wp_login_form {
    border: 1px solid #ddd;
    background: #fff;
    margin: 25px auto;
    padding: 0px;
    font-size: 10pt !important;
}

.wp_login_form .head {
    background: #2ab0e4;
    color: #000;
    padding: 2px 10px;
    font-size: 12pt;
    text-shadow: 0 0px 0px !important
}

.wp_login_form .formarea {
    padding: 15px;
}

.wp_login_form .input {
    width: 100%;
}

.wp_login_form label {
    display: block;
    font-size: 10pt;
    margin: 0px;
    font-size: 10pt !important;
}

.wp_login_form input[type=submit] {
    width: 100%;
    font-size: 12pt !important;
    color: #000;
}

.accepted {
    background: #d0f0c0 !important;
    color: #000;
    font-weight: bold;
}

.declined {
    background: #ffcff1 !important;
    color: #FFF;
    font-weight: bold;
}

.infobar {
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.infobar .swipeleft {
    font-size: 10pt;
    /* color: #ff0000; */
    color: black;
}

.infobar .swiperight {
    font-size: 10pt;
    /* color: #00ff00; */
    color: black;
}

.gcol_full span {
    font-size: 12pt;
    font-weight: 400;
    text-shadow: none !important;
}

.ajax_loading {
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
	padding-top:80px;;
}

body.page-id-10029{padding-top: 80px;}
body.page-id-10040{padding-top: 80px;}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.img img {
    width: 100%;
}

img {
    display: inline-block;
}

p {
    margin-bottom: 10px;
    line-height: 1.875;
}

b,
strong {
    font-family: 'Gilroy', sans-serif;
    font-weight: 700;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin-bottom: .5rem;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

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

/************** Main Style Start **************/

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible;
}

.main_header {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 0;
}

.main_header .container .row {
    display: flex;
    flex-flow: wrap;
    align-items: center;
}

.main_logo {
    text-align: left;
}

.main_logo img {
    max-width: 423px;
}

.headerright_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 7.5px 0px;
}

.user_account {
    display: flex;
    align-items: center;
    margin-right: 25px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
}

.user_account .user_img {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 100px;
    border: 2px solid #f49127;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
}

.user_account .user_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bars_icons a.site-menu-toggle {
    line-height: normal;
    font-size: 22px;
    color: #000000;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
    box-shadow: -10px 0 20px -10px rgb(0 0 0 / 10%);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
    font-family: 'Montserrat', sans-serif !important;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap a:hover,
.site-mobile-menu .site-nav-wrap li.active > a {
    color: #F49127;
}

.site-mobile-menu .site-nav-wrap > li > .sub-menu {
    margin: 0px;
    display: none;
}

.site-mobile-menu .site-nav-wrap > li > .sub-menu .menu-item a {
    padding: 10px 20px 10px 30px;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.d-none {
    display: none !important;
}

/*.shiftdetails_wrapper {
    padding: 60px 0px 60px;
    margin-top: 100px;
    margin-bottom: 200px;
}*/

.shift_title {
    color: #000000;
    font-weight: 500;
    font-size: 55px;
    line-height: 67px;
    margin-bottom: 30px;
    text-align: center;
}

.shift_topgrid {
    padding: 9px 20px;
    background: #F49127;
    border-radius: 6px;
    margin-bottom: 10px;
}

.shift_topgrid,
.bottom_grid_details {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(3, 1fr) 30px;
}

.grid_details {
    position: relative;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.grid_details.active {
    background: #FFFFFF;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.grid_details.active .bottom_grid_details {
    border-radius: 6px 6px 0px 0px;
}

.gridmore_details {
    padding: 25px 20px;
    background: #ffffff;
}

.bottom_grid_details {
    border: 1px solid #EFEFEF;
    background: #ffffff;
    border-radius: 6px;
    padding: 8px 20px;
}


.greenbg {
    background: #CDE6AC !important;
}

.redbg {
    background: #d5a8bb !important;
}


.greenbg.dark {
    background: #CDE6AC !important;
}

.redbg.dark {
    background: #ffcff1 !important;
}

.whitebg {
    background: #FFF !important;
}

.whitebg.dark {
    background: #eee !important;
}


.bottom_grid_details:last-child {
    margin-bottom: 0px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4 {
    min-width: 0;
    width: auto;
}

.grid_4 {
    text-align: right;
}

.grid_head {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.grid_desc {
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
}

.gridmore_desc p {
    margin-bottom: 15px;
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.gridmore_desc iframe {
    width: 348px;
    height: 147px;
}

.main_footer {
    background: #FFE2C2;
    /* padding: 45px 0;*/
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: fixed;
    bottom: 0;
}

.footer_legal {
    text-align: center;
}

.footer_legal h3 {
    color: #000000;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: uppercase;
}

.footer_legal p {
    margin-bottom: 10px;
    line-height: normal;
}

.footer_legal a {
    color: #000000;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
    display: inline-block;
}

.footer_legal p:last-child {
    margin-bottom: 0px;
}

@media only screen and (min-width:768px) and (max-width:992px) {

    .main_header {
        height: 70px;        
    }

    .main_logo img {
        max-width: 240px;
    }
    
    .headerright_block {
        padding: 0px;
    }

    /*  .shiftdetails_wrapper {
        margin-top: 70px;
        margin-bottom: 150px;
    }
*/

    .shift_title {
        font-size: 40px;
        line-height: 50px;
    }

    .grid_head {
        font-size: 16px;
    }

    .grid_desc {
        font-size: 14px;
        line-height: 18px;
    }

    .gridmore_desc p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .main_footer {
        padding: 25px 0;
        height: 35px;
        line-height: 35px;
    }

}

@media only screen and (min-width:768px) {

    .mobile_show {
        display: none;
    }

}

@media only screen and (max-width: 767px) {

    body {
        padding-top: 40px;
    }

    .main_header {
        padding: 5px;
    }

    .main_logo img {
        max-width: 150px;
    }

    .headerright_block {
        padding: 2px 0px;
    }

    .user_account {
        margin-right: 10px;
    }

    .user_account .user_img {
        width: 30px;
        height: 30px;
        line-height: 25px;
        margin-right: 5px;
    }

    .site-mobile-menu .site-nav-wrap > li > a {
        font-size: 16px;
    }

       /* .shiftdetails_wrapper {
        margin-top: 40px;
        margin-bottom: 100px;
    } */
   
    .grid_2 {
        display: none;
    }

    .grid_1 .grid_head:nth-child(1) {
        display: none;
    }

    .shift_topgrid,
    .bottom_grid_details {
        grid-template-columns: auto;
        display: flex;
        align-items: flex-start;
    }

    .shift_topgrid {
        padding: 10px 5px;
        margin-bottom: 5px;
    }

    .grid_head {
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
    }

    .bottom_grid_details {
        padding: 3px 5px;
    }

    .grid_details {
        margin-bottom: 5px;
    }

    .grid_desc {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.03em;
        font-weight: 400;
    }

    .grid_1 {
        width: 50%;
    }

    .grid_3 {
        width: 40%;
    }

    .grid_4 {
        width: 10%;
    }

    .shift_title {
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .gridmore_details {
        padding: 15px;
    }

    .gridmore_desc p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 8px;
    }

    .gridmore_desc iframe {
        width: 100%;
        height: 150px;
        border-radius: 6px;
    }

    .main_footer {
        height: 35px;
        line-height: 35px;
        /*padding: 15px 0px;*/
    }

    .footer_legal h3 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .footer_legal p {
        margin-bottom: 3px;
    }

    .footer_legal a {
        font-size: 14px;
        line-height: 17px;
    }

}

.info_icon {
    width: 20px;
    height: 20px;
}

body.page-id-825 article.post-825{
	height:calc(100vh - 280px);
	display:flex;
	align-items: center;
	justify-content: center;
}
.modal-backdrop.in{opacity:.5 !important;}
