@font-face {
    font-family: 'LibreBaskervilleItalic';
    src: url(fonts/LibreBaskervilleItalic.eot);
    src: url(fonts/LibreBaskervilleItalic.eot) format('embedded-opentype'),
        url(fonts/LibreBaskervilleItalic.woff2) format('woff2'),
        url(fonts/LibreBaskervilleItalic.woff) format('woff'),
        url(fonts/LibreBaskervilleItalic.ttf) format('truetype'),
        url('fonts/LibreBaskervilleItalic.svg#LibreBaskervilleItalic') format('svg')
}

@font-face {
    font-family: 'LibreBaskervilleRegular';
    src: url(fonts/LibreBaskervilleRegular.eot);
    src: url(fonts/LibreBaskervilleRegular.eot) format('embedded-opentype'),
        url(fonts/LibreBaskervilleRegular.woff2) format('woff2'),
        url(fonts/LibreBaskervilleRegular.woff) format('woff'),
        url(fonts/LibreBaskervilleRegular.ttf) format('truetype'),
        url('fonts/LibreBaskervilleRegular.svg#LibreBaskervilleRegular') format('svg')
}

@font-face {
    font-family: 'LibreBaskervilleBold';
    src: url(fonts/LibreBaskervilleBold.eot);
    src: url(fonts/LibreBaskervilleBold.eot) format('embedded-opentype'),
        url(fonts/LibreBaskervilleBold.woff2) format('woff2'),
        url(fonts/LibreBaskervilleBold.woff) format('woff'),
        url(fonts/LibreBaskervilleBold.ttf) format('truetype'),
        url('fonts/LibreBaskervilleBold.svg#LibreBaskervilleBold') format('svg')
}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url(fonts/SourceSansProRegular.eot);
    src: url(fonts/SourceSansProRegular.eot) format('embedded-opentype'),
        url(fonts/SourceSansProRegular.woff2) format('woff2'),
        url(fonts/SourceSansProRegular.woff) format('woff'),
        url(fonts/SourceSansProRegular.ttf) format('truetype'),
        url('fonts/SourceSansProRegular.svg#SourceSansProRegular') format('svg')
}

@font-face {
    font-family: 'SourceSansProBold';
    src: url(fonts/SourceSansProBold.eot);
    src: url(fonts/SourceSansProBold.eot) format('embedded-opentype'),
        url(fonts/SourceSansProBold.woff2) format('woff2'),
        url(fonts/SourceSansProBold.woff) format('woff'),
        url(fonts/SourceSansProBold.ttf) format('truetype'),
        url('fonts/SourceSansProBold.svg#SourceSansProBold') format('svg')
}

@font-face {
    font-family: 'georgiaz';
    src: url(fonts/georgiaz.eot);
    src: url(fonts/georgiaz.eot) format('embedded-opentype'),
        url(fonts/georgiaz.woff2) format('woff2'),
        url(fonts/georgiaz.woff) format('woff'),
        url(fonts/georgiaz.ttf) format('truetype'),
        url('fonts/georgiaz.svg#georgiaz') format('svg')
}

@font-face {
    font-family: 'georgia';
    src: url(fonts/georgia.eot);
    src: url(fonts/georgia.eot) format('embedded-opentype'),
        url(fonts/georgia.woff2) format('woff2'),
        url(fonts/georgia.woff) format('woff'),
        url(fonts/georgia.ttf) format('truetype'),
        url('fonts/georgia.svg#georgia') format('svg')
}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url(fonts/SourceSansProSemibold.eot);
    src: url(fonts/SourceSansProSemibold.eot) format('embedded-opentype'),
        url(fonts/SourceSansProSemibold.woff2) format('woff2'),
        url(fonts/SourceSansProSemibold.woff) format('woff'),
        url(fonts/SourceSansProSemibold.ttf) format('truetype'),
        url('fonts/SourceSansProSemibold.svg#SourceSansProSemibold') format('svg')
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('fonts/Lato-Bold.eot');
    src: url('fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bold.woff2') format('woff2'),
        url('fonts/Lato-Bold.woff') format('woff'),
        url('fonts/Lato-Bold.ttf') format('truetype'),
        url('fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Black';
    src: url('fonts/Lato-Black.eot');
    src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Black.woff2') format('woff2'),
        url('fonts/Lato-Black.woff') format('woff'),
        url('fonts/Lato-Black.ttf') format('truetype'),
        url('fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

body::-webkit-scrollbar { display: none; }


body {
    font-family: 'SourceSansProRegular';
    overflow-x: hidden;
}

li {
    list-style-type: none !important;
}

img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    letter-spacing: .30px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

.footer .nav li a:hover {
    background-color: transparent !important;
}

.main {
    width: 100%;
    float: left;
}

.main-banner {
    width: 100%;
    float: left;
    position: relative;
}

.main-banner img.main-banner-img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #5f5f5f;
    z-index: 9;
    height: 90px;
}

.container {
    width: 900px;
}

/* .main-banner-content {
    width: 100%;
    float: left;
} */

.logo {
    width: auto;
    float: left;
    padding: 17px 0;
    position: relative;
    z-index: 999999;
}

.logo img {
    width: 248px;
}

.main-header-link {
    width: auto;
    float: right;
    /* overflow: hidden; */
}

.main-header-link ul {
    float: left;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-header-link ul li {
    float: left;
    padding: 34px 20px;
    position: relative;
}

.main-header-link ul li:first-child {
    padding-left: 0;
}

.main-header-link ul li a {
    float: left;
    font-family: 'LibreBaskervilleRegular', sans-serif;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
}

.main-header-link ul li a:after {
    display: none !important;
}

.main-header-link ul li a:hover {
    color: #CB7243;
}

.main-header-link ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: -27px;
    width: 225px !important;
    background-color: #000;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #CB7243;
}

.main-header-link ul li ul li {
    padding: 10px !important;
    width: 100%;
}

.main-header-link ul li ul li a {
    font-size: 16px;
    /* margin-bottom: 10px;*/
    font-family: 'SourceSansProRegular';
}

.main-search {
    width: auto;
    float: right;
    padding: 30px 0 0 0px;
}

.main-search a img {
    width: 35px;
}

.main-slider-section {
    width: 100%;
    float: left;
    padding: 30px 0;
    /* background: url(http://southlaketownsquare.com/wp-content/themes/townsquare/images/bg_new.jpg); */
    background-repeat-y: no-repeat;
}

.main-slider-img {
    width: 100%;
    float: left;
    position: relative;

}

.slider-content {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 0;
    transform: translateY(-52%);
    -webkit-transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    -o-transform: translateY(-52%);
}

.slider-content-sub {
    width: 460px;
    float: left;
    background-color: #fff;
    padding: 40px;
}

.slider-content-sub h5 {
    font-size: 30px;
    color: #010101;
    font-family: 'LibreBaskervilleBold';
}

.owl-theme .owl-dots .owl-dot span {
    width: 50px !important;
    height: 10px !important;
    border-radius: unset !important;
    background-color: #dfdfdf !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5f5f5f !important;
}

.miss-beat {
    width: 100%;
    float: left;
}

.miss-beat-content {
    width: 100%;
    float: left;
    background-color: #f1f2f2;
    padding: 40px;
    text-align: center;
}

.main-heading {
    width: 100%;
    float: left;
    text-align: center;
}

.main-heading h1 {
    font-size: 48px;
    color: #000000;
    font-family: 'LibreBaskervilleBold';
    width: 100%;
    float: left;
}

.beat-content {
    width: 100%;
    float: left;
}

.beat-content p {
    font-size: 30px;
    color: #5f5f5f;
    font-family: 'SourceSansProRegular';

}

.main-fomr-section {
    width: 70%;
    margin: 0 auto;
    display: inline-block;
}

.frm-grm {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.txt-box {
    width: 100%;
    float: left;
    border: 2px solid #bfbfbf;
    background-color: #fff;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    color: #808080;
    padding-left: 32px;
}

.sub-btn {
    font-size: 24px;
    color: #fff;
    background-color: #CB7243;
    padding: 0 50px;
    height: 70px;
    line-height: 70px;
    border: 0;
    font-family: 'LibreBaskervilleBold';
}

.cus-width {
    width: calc(100% - 202px);
}

.onthesquery {
    width: 100%;
    float: left;
    padding: 54px 0;
}

.onthesquery-content {
    width: 100%;
    float: left;
    padding-top: 30px;
    text-align: center;
}

.img-box {
    width: 14%;
    display: inline-block;
    padding: 0 3.5px;
    margin: 0 auto;
}

.img-box img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}

.onthesquery-content .img-box:first-child {
    padding-left: 0;
}

.onthesquery-content .img-box:last-child {
    padding-right: 0;
}

.TownSquareEvents {
    width: 100%;
    float: left;
    padding: 30px 0;
}

.TownSquareEvents-content {
    width: 100%;
    float: left;
}

.event-images {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.event-images-box {
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
}

.event-images-box img {
    width: 100%;
    min-height: 495px;
    object-fit: cover;
}

.events-detail {
    position: absolute;
    top: 40px;
    left: 50%;
    right: 40px;
    bottom: 40px;
    background-color: #fff;
}

.events-detail-box {
    width: 100%;
    float: left;
    background-color: #fff;
    position: relative;
    height: 100%;
    padding: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.events-detail-box h4 {
    font-size: 24px;
    color: #CB7243;
    font-family: 'LibreBaskervilleBold';
    width: 100%;
    float: left;
    margin: 10px 0 0;
}

.events-detail-box h5 {
    font-size: 18px;
    color: #000000;
    padding: 10px 0 20px;
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
}

.events-detail-box h5:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 2px solid #000;
    width: 220px;
    margin: 0 auto;
}

.main-content-box {
    width: 80%;
    display: inline-block;
    margin-top: 20px;
}

.main-content-box p {
    font-size: 16px;
    color: #000000;
}

.events-categories {
    width: 100%;
    float: left;
    padding-top: 55px;
}

.events-categories .row {
    margin-left: -15px;
    margin-right: -15px;
}

.events-box-new {
    width: 100%;
    float: left;
}

.box-event-img {
    width: 100%;
    float: left;
}

.box-event-img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.event-cat-detail .events-detail-box {
    padding: 0;
}

.event-cat-detail .main-content-box {
    width: 100%;
}

.event-cat-detail {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.p-25 {
    padding: 0 25px;
}

.p-10 {
    padding: 0 10px;
}

.new-store {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.new-store-content {
    width: 100%;
    float: left;
}

.sub-heading-sub {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0;
}

.sub-heading-sub:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top: 2px solid #f1f2f2;
}

.sub-heading-sub h5 {
    font-size: 30px;
    color: #5f5f5f;
    font-family: 'LibreBaskervilleBold';
    width: auto;
    float: left;
    background-color: #fff;
    position: relative;
    padding-right: 20px;
}

.sub-heading-sub a {
    font-size: 18px;
    color: #CB7243;
    background-color: #fff;
    float: right;
    font-family: 'LibreBaskervilleBold';
    margin-top: 5px;
    position: relative;
    padding-left: 20px;
}

.new-store-cat .events-detail-box h5 {
    color: #000;
    font-size: 24px;
    font-family: 'LibreBaskervilleBold';
    padding: 0 0 11px;
}

.new-store-cat .main-content-box {
    margin-top: 10px;
}

.events-categories.new-store-cat {
    padding-top: 20px;
}

.Square-Blog {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.Square-Blog-content {
    width: 100%;
    float: left;
}

.main-blog-section {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.main-blog-section .row {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-img {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
}

.blog-img img.blog_img {
    width: 100%;
    height: 440px;
}

.blog_img_hover {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
}

.blog_img_hover img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.blog-img:hover .blog_img_hover {
    opacity: 1;
}

.offer-box-new {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.main-row-offer {
    width: 100%;
    float: left;
}

.offer-images {
    width: 100%;
    float: left;
}

.offer-images img {
    width: 100%;
}

.offer-detail-new {
    width: 100%;
    float: left;
}

.main-dis-offer {
    width: 100%;
    float: left;
}

.main-dis-offer h5 {
    font-size: 24px;
    color: #CB7243;
    margin-bottom: 25px;
    position: relative;
    font-family: 'LibreBaskervilleBold';
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
}

.main-dis-offer h6 {
    font-size: 24px;
    color: #000;
    font-family: 'LibreBaskervilleBold';
    margin-bottom: 20px;
}

.main-dis-offer p {
    font-size: 16px;
    margin-bottom: 10px;
}

.sub-heading {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0;
}

.sub-heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-top: 2px solid #f1f2f2;
}

.sub-heading a {
    font-size: 18px;
    color: #CB7243;
    background-color: #fff;
    float: right;
    font-family: 'LibreBaskervilleBold';
    margin-top: 5px;
    position: relative;
    padding-left: 20px;
}

.main-ftr-part {
    width: 100%;
    float: left;
    background-color: #5f5f5f;
    margin-top: 100px;
}

.sub-ftr-part {
    width: 100%;
    float: left;
    margin-top: 80px;
}

.parent-ftr-part h3 {
    font-size: 24px;
    color: #fff;
    text-decoration: underline;
    margin-bottom: 15px;
}

.parent-ftr-part ul li {
    text-decoration: none;
    color: #fff;
}

.parent-ftr-part ul {
    padding-left: 0px;
}

.and {
    width: 42%;
}

.or {
    width: 58%;
}

.last-ftr-ftr h3 {
    font-size: 24px;
    color: #fff;
    text-decoration: underline;

}

.toggle-btn {
    width: auto;
    float: right;
    display: none;
}

.main-menu-icon {
    float: right;
    width: auto;
    margin-top: 24px;
    display: none;
}

.main-menu-icon a {
    position: relative !important;
    height: 15px !important;
    line-height: 15px !important;
    float: left !important;
    width: 25px !important;
    background-image: unset !important;
    margin: 0 !important;
}

.main-menu-icon a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
    transition: all 0.4s;
}

.main-menu-icon a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #fff;
    transition: all 0.4s;
}

.main-menu-icon a span {
    height: 3px;
    width: 25px;
    background-color: #fff;
    line-height: 13px;
    float: left;
    margin-top: 6px;
}

.menu-open span {
    opacity: 0;
}

.menu-open:before {
    transform: rotate(-45deg);
    top: 6px !important;
}

.menu-open:after {
    transform: rotate(45deg);
    bottom: 5px !important;
}

.sub-has:before {
    position: absolute;
    top: 27px;
    right: 4px;
    content: '\f0dd';
    font-size: 23px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.main-header-link ul {
    padding: 0 15px;
}

.sub-has.sub_menu_desk:hover:before {
    content: '\f0d8';
    top: 30px;
}

.sub-has.open-submenu:before {
    content: '\f0d8';
    top: 6px;
}

.bottom-sub-heading {
    text-align: center;
}

.bottom-sub-heading a {
    float: none;
    display: inline-block;
    padding: 0 50px;
}




.footer {
    width: 100%;
    float: left;
    /* background:url(../images/foot_back.png); */
    margin-top: 50px;
    padding-bottom: 20px;
    background-repeat: repeat;
    background-color: #5f5f5f;
    background-size: cover
}

.foot_logo {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin-top: -50px
}

.footer_block {
    width: 100%;
    float: left;
    margin-top: 20px
}

.box {
    width: 23%;
    float: left
}

.box-last {
    width: 15.5%;
    float: right
}

.foot_head {
    width: 100%;
    float: left;
    text-align: center
}

.foot_head h2 {
    font-family: 'LibreBaskervilleRegular';
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    text-align: left
}

.links {
    width: 100%;
    float: left;
    text-align: left
}

.links a {
    width: 100%;
    float: left;
    font-family: 'SourceSansProRegular';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: left
}

.foter_bot {
    width: 100%;
    float: left
}

.folow {
    width: 50%;
    float: left
}

.foot_menu {
    width: 44%;
    float: right;
    text-align: right
}

.folow a {
    float: left;
    margin-right: 0;
    line-height: 40px;
    margin-left: 20px
}

.folow span {
    font-family: 'LibreBaskervilleRegular' !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    text-align: left;
    float: left;
    letter-spacing: 2px
}

.foot_menu p>a {
    font-family: 'SourceSansProRegular';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: right;
    margin-left: 10px
}

.box-center {
    width: 10%;
    float: left
}

.follow_img {
    max-width: 30px
}

.footer_newslater {
    float: left;
    width: auto
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    font-family: "SourceSansProRegular"
}

.footer_logo_w {
    width: 100%;
    float: left
}

/*.footer_logo_w a img{max-width:25%}*/
.main-dis-offer a {
    text-decoration: none;
}

.footer_logo_w a {
    margin-left: 0px !important;
    margin-top: 5px
}

.mobi {
    display: none
}

.follow_img>img {
    max-width: 30px
}

.box_lh a {
    display: block
}

.valentine_pop {
    background: url(../images/valentine_pop_back.png);
    border: none;
    padding: 46px 34px;
    border-radius: 0;
    max-width: 652px;
    box-sizing: border-box
}

.v_pop_close {
    position: absolute;
    right: 10px;
    top: 10px
}

.foot_head {
    width: 100%;
    float: left;
    text-align: center
}

.foot_head h2 {
    font-family: 'LibreBaskervilleRegular';
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    text-align: left
}

.links {
    width: 100%;
    float: left;
    text-align: left
}

.links a {
    width: 100%;
    float: left;
    font-family: 'SourceSansProRegular';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: left
}

.foter_bot {
    width: 100%;
    float: left
}

.folow {
    width: 50%;
    float: left
}

.foot_menu {
    width: 44%;
    float: right;
    text-align: right
}

.folow a {
    float: left;
    margin-right: 0;
    line-height: 40px;
    margin-left: 20px
}

.folow span {
    font-family: 'LibreBaskervilleRegular' !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    text-align: left;
    float: left;
    letter-spacing: 2px
}

.foot_menu p>a {
    font-family: 'SourceSansProRegular';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: right;
    margin-left: 10px
}

.box-center {
    width: 10%;
    float: left
}

.follow_img {
    max-width: 30px
}

#cuboid {
    width: 229px;
    margin: 0 auto;
    perspective: 1000px
}

#cuboid form {
    transform: translateZ(-20px);
    transform-style: preserve-3d;
    height: 65px;
    transition: all 0.35s
}

#cuboid_footer {
    width: 229px;
    margin: 0 auto;
    perspective: 1000px
}

#cuboid_footer form {
    transform: translateZ(-20px);
    transform-style: preserve-3d;
    height: 65px;
    transition: all 0.35s
}

.cuboid-text {
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    font-family: "LibreBaskervilleRegular";
    margin: 0;
    padding-top: 10px
}

.loader {
    background: #CB7243 none repeat scroll 0 0;
    animation: phase 1s infinite
}

@keyframes phase {
    50% {
        background: #CB7243 none repeat scroll 0 0
    }
}

#email {
    background: white;
    outline: none;
    border: 1px solid #6b6b6b;
    font: inherit;
    text-align: left;
    color: hsl(120, 40%, 30%);
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0
}

#email_footer {
    background: white;
    outline: none;
    border: 1px solid #6b6b6b;
    font: inherit;
    text-align: left;
    color: hsl(120, 40%, 30%);
    display: block;
    width: 100%;
    padding: 0 10px;
    margin-top: 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0
}

#submit {
    display: none
}

.submit-icon,
.reset-icon {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, .25);
    line-height: 40px;
    padding: 17px 10px;
    transition: all 0.5s;
    cursor: pointer
}

.submit-icon.active {
    color: hsl(120, 40%, 30%)
}

.reset-icon {
    color: rgba(255, 255, 255, .25);
    font-size: 14px
}

#cuboid div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cuboid div:nth-child(1) {
    transform: rotateX(0deg) translateZ(20px)
}

#cuboid div:nth-child(2) {
    transform: rotateX(-90deg) translateZ(20px)
}

#cuboid div:nth-child(3) {
    transform: rotateX(-180deg) translateZ(20px)
}

#cuboid div:nth-child(4) {
    transform: rotateX(-270deg) translateZ(20px)
}

#cuboid form:hover,
#cuboid form.ready {
    transform: translateZ(-20px) rotateX(90deg)
}

#cuboid form.loading {
    transform: translateZ(-20px) rotateX(180deg)
}

#cuboid form.complete {
    transform: translateZ(-20px) rotateX(270deg)
}

#cuboid_footer div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cuboid_footer div:nth-child(1) {
    transform: rotateX(0deg) translateZ(20px)
}

#cuboid_footer div:nth-child(2) {
    transform: rotateX(-90deg) translateZ(20px)
}

#cuboid_footer div:nth-child(3) {
    transform: rotateX(-180deg) translateZ(20px)
}

#cuboid_footer div:nth-child(4) {
    transform: rotateX(-270deg) translateZ(20px)
}

#cuboid_footer form:hover,
#cuboid_footer form.ready {
    transform: translateZ(-20px) rotateX(90deg)
}

#cuboid_footer form.loading {
    transform: translateZ(-20px) rotateX(180deg)
}

#cuboid_footer form.complete {
    transform: translateZ(-20px) rotateX(270deg)
}

.this_month {
    width: 100%;
    float: left;
    margin-top: 20px
}

.date_title_month {
    color: #6b6b6b;
    font-size: 14px;
    line-height: 24px;
    width: 27%;
    background: #fff;
    float: left;
    font-family: 'LibreBaskervilleItalic';
    text-align: left;
    text-transform: uppercase
}

.line_mont {
    width: 70%;
    float: right;
    margin-top: 10px
}

.line_mont hr {
    border: 1px solid #e8e8e8;
    width: 100%;
    float: left
}

.this_month p {
    color: #6b6b6b;
    font-family: "SourceSansProRegular" !important;
    font-size: 16px;
    line-height: 18px;
    text-align: left
}

.footer {
    width: 100%;
    float: left;
    /* background:url(../images/foot_back.png); */
    margin-top: 50px;
    padding-bottom: 20px;
    background-repeat: repeat;
    background-color: #5f5f5f;
    background-size: cover
}

.foot_logo {
    width: 100%;
    float: left;
    display: block;
    text-align: center;
    margin-top: -50px
}

.footer_block {
    width: 100%;
    float: left;
    margin-top: 20px
}

.box {
    width: 23%;
    float: left;
    font-style: normal;
}

.box-last {
    width: 15.5%;
    float: right;
    font-style: normal;
}

.box .links ul li a {
    padding: 0px;
    font-weight: normal;
}

.box .links ul li a:hover {
    background-color: transparent !important;
}

.foot_head {
    width: 100%;
    float: left;
    text-align: center
}

.foot_head h2 {
    font-family: 'LibreBaskervilleRegular';
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    text-align: left;
    letter-spacing: normal;
}

.links {
    width: 100%;
    float: left;
    text-align: left
}

.links a {
    width: 100%;
    float: left;
    font-family: 'SourceSansProRegular';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: left
}

.foter_bot {
    width: 100%;
    float: left
}

.folow {
    width: 50%;
    float: left
}

.foot_menu {
    width: 44%;
    float: right;
    text-align: right
}

.folow a {
    float: left;
    margin-right: 0;
    line-height: 40px;
    margin-left: 20px
}

.folow span {
    font-family: 'LibreBaskervilleRegular' !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    text-align: left;
    float: left;
    letter-spacing: 2px
}

.foot_menu p>a {
    font-family: 'SourceSansProRegular';
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: right;
    margin-left: 10px
}

.box-center {
    width: 10%;
    float: left
}

.follow_img {
    max-width: 30px
}

#nav-wrap {
    float: left;
    width: auto;
    padding: 0
}

#nav,
#nav li {
    margin: 0;
    padding: 0
}

#nav li {
    list-style: none;
    float: left;
    width: auto;
    padding: 0;
    margin: 0
}

#nav a {
    padding: 0;
    margin: 0 0 0 35px;
    font-family: 'LibreBaskervilleRegular', sans-serif;
    font-size: 17px;
    line-height: 27px;
    color: #FFF;
    display: block;
    text-transform: uppercase;
    padding: 31px 0
}

.center {
    width: 100%;
    margin: auto;
    max-width: 900px;
}

.foot_text {
    width: 100% !important;
    float: left !important;
    text-align: left !important;
    color: #fff;
}

.foot_text a {
    color: #fff;
}

.moretag {
    display: none;
}

.main-slider_n {
    width: 100%;
    float: left;
}

.slider-img_n {
    width: 100%;
    float: left;
}

.slider-img_n img {
    width: 100%;
    /*height: 480px;*/
    object-fit: cover;
}

.slider-img_n img {
    height: auto;
    /*margin: 20px 0px 110px;*/
}

.blog-img img {
    margin: 20px 0px 110px;
}

.hover-text-main {
    width: 50%;
    display: inline-block;
    background-color: #CB7243;
    padding: 20px;
}

.text-border {
    width: 100%;
    float: left;
    border: 2px solid #fff;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    font-family: 'SourceSansProSemibold';
}

.event-box-new-main {
    width: 33.3333333333333%;
    float: left;
    position: relative;
    box-sizing: border-box;
}

#owl-demo2 .event-box-new-main {
    width: 100% !important;
    padding: 0 10px;
}

.links a {
    padding: 0 !important;
}


.menu-item-has-children:before {
    position: absolute;
    top: 22px;
    right: -4px;
    content: '\f0dd';
    font-size: 23px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.menu-item-has-children:hover:before {
    top: 29px;
    content: '\f0d8';
}

.main-header-link ul li ul li a:hover {
    color: #CB7243;
}



.footer_text_logo.mobi_none {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.footer_text_logo.mobi_none .footer_text {
    width: auto;
    float: left;
    margin-right: 5px;
}

.footer_text_logo.mobi_none .footer_logo_w {
    width: auto;
    float: left;
}

.footer_text_logo.mobi_none .footer_logo_w a {
    float: left;
    margin-right: 0;
    line-height: normal;
    margin: 0;
}

.blank-img-main {
    border: 1px solid #000;
}

.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.image_right.mob_image {
    display: none;
}

header.without_fe {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.without_im {
    margin-top: 60px;
}

.image_right.mob_image {
    float: left;
    width: 100%;

    text-align: center;
}

.image_right.mob_image img {
    width: 80%;
    margin: 0 auto;
}

.bottom-banner_n {
    width: 100%;
    float: left;
}

.bottom-banner-content_n {
    width: 100%;
    float: left;
}

.banner-img-bottom {
    width: 100%;
    float: left;
    position: relative;
}

.banner-img-bottom img {
    width: 100%;
}

.banner-content-box_n_bottom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 60px;
}

.bottom-banner-main-container {
    width: 100%;
    float: left;
}

.left-side-bottm-banner {
    width: 60%;
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 37px;
}

.left-side-bottm-banner h5 {
    font-size: 27px;
    color: #fff;
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
}

.left-side-bottm-banner h2 {
    font-size: 36px;
    color: #fff;
    width: 100%;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 4px 0 0;
}

.right-side-content-bottom-banner {
    width: 40%;
    float: left;
    text-align: center;
    background-color: #fff;
    padding: 47px 0;
}

.right-side-content-bottom-banner img {
    width: 230px;
}

.hide-pop {
    display: none !important;
}

.has-children>a::before,
.has-children>a::after {
    display: none !important;
}

li.go-back {
    display: none !important;
}

.has-children>a {
    padding-right: 0 !important;
}



/*Retailer-Login-page*/
.retailer-container {
    width: 1000px;
    margin: auto;
}

.retailer-header {
    width: 100%;
    float: left;
    background-color: #5f5f5f;
    padding: 90px 0px;
}

.retailer-header-logo {
    width: 100%;
    float: left;
    text-align: center;
}

.retailer-header-logo img {
    width: auto;
    height: auto;
    object-fit: cover;
}

.retailer-header-sub {
    width: 100%;
    float: left;
}

.retailer-header-text {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 80px;
}

.retailer-header-text h2 {
    font-size: 48px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #fff;
    line-height: 60px;
}

.retailer-header-text p {
    font-size: 18px;
    font-family: 'SourceSansProRegular';
    margin: 0px;
    color: #fff;
    padding-top: 30px;
}

.retailer-login {
    width: 100%;
    float: left;
    background-color: #f1f2f2;
    padding: 40px 0px;
}

.retailer-login-sub {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.retailer-login-sec-part {
    width: 100%;
    float: left;
}

.retailer-login-sec-part-left {
    width: 100%;
    float: left;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
}

.retailer-login-sec-part-left h2 {
    font-size: 48px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #333333;
}

.retailer-login-sec-part-left p {
    font-size: 18px;
    font-family: 'SourceSansProRegular';
    margin: 0px;
    color: #333333;
    padding-top: 55px;
    text-align: center;
    width: 90%;
    margin: auto;
}

.retailer-login-sec-part-left-btn {
    width: 100%;
    float: left;
}

.retailer-login-sec-part-left-btn a.retailer {
    font-size: 24px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #fff;
    text-align: center;
    margin-top: 90px;
    background-color: #CB7243;
    padding: 18px 48px;
    display: inline-block;
    text-decoration-line: none;
}

.retailer-login-sec-part-left-btn a.retailer:hover {
    background: #5f5f5f;
}

.retailer-login-box {
    width: 90%;
    float: none;
    padding-bottom: 20px;
    margin: 0px auto;
}

.retailer-login-box:nth-child(3) {
    padding-bottom: 10px;
}

.r-inp {
    height: 70px;
    line-height: 70px;
    width: 100%;
    border: 2px solid #bfbfbf;
    background-color: #ffffff;
    font-size: 24px;
    font-family: 'SourceSansProRegular';
    color: #808080;
    padding: 0px 30px;

}

.retailer-login-right h2 {
    padding-bottom: 60px;
}

.footer-sub {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 45px 0px;
}

.footer-head {
    width: 100%;
    float: left;
    text-align: center;
}

.footer-head h2 {
    font-size: 30px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #ffffff;
}

.footer.retailer-footer {
    margin-top: 0px;
    padding: 80px 0px;
}

.footer-sub-part {
    width: 100%;
    float: left;
    text-align: center;
}

.footer-sub-part h6 {
    font-size: 21px;
    font-family: 'SourceSansProRegular';
    margin: 0px;
    color: #ffffff;
    width: 100%;
    float: left;
}

.footer-sub-part h6 span {
    font-size: 21px;
    font-family: 'SourceSansProBold';
    margin: 0px;
    color: #ffffff;
    width: 100%;
    float: left;
}

.retailer-footer-social {
    width: 100%;
    float: left;
    text-align: center;

}

.retailer-footer-social ul {
    padding: 0px;
    margin: 0px;
}

.retailer-footer-social li {
    list-style: none;
    display: inline-block;
}

.retailer-footer-social li a {
    padding: 0px 20px;
    width: 100%;
    float: left;
}

/*Retailer-Register-Page*/
.padding0 {
    padding: 0px;
}

.retailer-register-sub {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.retailer-register-sub .retailer-login-box {
    width: 100%;
}

.retailer-register-sub .retailer-login-sec-part-left-btn a.retailer {
    margin-top: 0px;
}

.retailer-register-sub .retailer-login-box:nth-child(3) {
    padding-bottom: 20px;
}

.retailer-register-sec-part-left-btn a.account-link {
    font-size: 24px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #CB7243;
    width: 100%;
    float: left;
    padding-top: 30px;
    text-decoration-line: none;
}

.retailer-login-sec-part-left a.account-link {
    font-size: 24px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #CB7243;
    width: 100%;
    float: left;
    padding-top: 30px;
    text-decoration-line: none;
}

/*Retailer-Portal-Dashboard*/

.retailer-header.retailer-header-home {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.retailer-header-home .retailer-header-logo {
    text-align: left;
    width: auto;
}

.retailer-header-home-menu {
    width: auto;
    float: right;
}

.retailer-header-home-menu ul {
    padding: 0px;
    margin: 0px;
}

.retailer-header-home-menu li {
    list-style: none;
    display: inline-block;
    float: left;
}

.retailer-header-home-menu li a {
    font-size: 18px;
    font-family: 'LibreBaskervilleBold';
    color: #ffffff;
    text-decoration: none;
    /* padding: 35px 18px;*/
    padding: 35px 15px;
    text-align: center;
    float: left;
}

.retailer-header-home-menu li a:hover {
    background-color: #878787;
}

.retailer-header-home .retailer-header-sub {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.retailer-home-header-btm {
    width: 100%;
    float: left;
    text-align: center;
}

.retailer-home-header-btm p {
    font-size: 21px;
    font-family: 'SourceSansProRegular';
    color: #ffffff;
    text-align: center;
    float: left;
    width: 100%;
    background-color: #CB7243;
    padding: 20px 0px;
}

.retailer-dashboard-news {
    width: 100%;
    float: left;
    padding: 65px 75px;
}

.retailer-dashboard-news-head {
    width: 100%;
    float: left;
    text-align: center;
}

.retailer-dashboard-news-head h2 {
    font-size: 48px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #000000;
}

.retailer-dashboard-news-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}

.retailer-dashboard-news-part-sub {
    width: 100%;
    float: left;
}

.retailer-dashboard-news-part-sub h3 {
    font-size: 24px;
    font-family: 'LibreBaskervilleBold';
    color: #CB7243;
    width: 74%;
    margin: auto;
    position: relative;
}

.retailer-dashboard-news-part-sub span::after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #000000;
    width: 80%;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 10px;
    margin: auto;
}

.retailer-dashboard-news-part-sub span {
    font-size: 18px;
    font-family: 'SourceSansProRegular';
    color: #000000;
    padding: 15px 0px 25px;
    width: 100%;
    float: left;
    position: relative;
}

.retailer-dashboard-news-part-sub p {
    font-size: 16px;
    font-family: 'SourceSansProRegular';
    color: #000000;
}

.view-more {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.view-more::before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #f1f2f2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    z-index: -99999;
}

.view-more a {
    font-size: 18px;
    font-family: 'LibreBaskervilleBold';
    color: #CB7243;
    text-decoration-line: none;
    background-color: #fff;
    padding: 0px 20px;
}

.retailer-dashboard-event {
    width: 100%;
    float: left;

}

.retailer-dashboard-event-main {
    width: 100%;
    float: left;
    background-color: #f1f2f2;
    padding: 20px 0px 40px;
}

.retailer-dashboard-event-head {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px;
}

.retailer-dashboard-event-head h2 {
    font-size: 48px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #000000;
}

.retailer-dashboard-event-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.retailer-dashboard-event-sec-part {
    width: 100%;
    float: left;
}

.retailer-dashboard-event-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.retailer-dashboard-event-box h4 {
    font-size: 18px;
    font-family: 'SourceSansProRegular';
    margin: 0px;
    color: #000000;
    width: 40%;
    float: left;
}

.retailer-dashboard-event-box h5 {
    font-size: 18px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #CB7243;
    width: 60%;
    float: left;
}

.right-event-part {
    padding: 0px 30px;
}

.retailer-dashboard-event .view-more {
    margin-top: 50px;
}

.retailer-dashboard-manage {
    width: 100%;
    float: left;
    padding: 70px 0px 100px;
}

.retailer-dashboard-manage-head {
    width: 100%;
    float: left;
    text-align: center;
}

.retailer-dashboard-manage-head h2 {
    font-size: 48px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #000000;
}

.retailer-dashboard-manage-part {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;

}

.retailer-dashboard-manage-sec-part {
    width: 100%;
    float: left;
    background-color: #CB7243;
    min-height: 300px;
    padding: 0px 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.retailer-dashboard-manage-sec-part h2 {
    font-size: 36px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #ffffff;
    text-align: center;
}

.m-l5 {
    margin-left: 5px;
}

.m-r5 {
    margin-right: 5px;
}

.retailer-dashboard-event-sec-part .gj-picker.gj-picker-bootstrap.datepicker.gj-unselectable {
    display: block !important;
}

/*Responsive-Menu*/
.sidebarBtn {
    display: none;
}

.retailer-header-home-menu-res {
    display: none;
}

.retailer-header-home-menu-res.active {
    display: block !important;
    z-index: 9999;
    height: 100%;
}

.sidebarBtn {
    position: absolute;
    top: 15px;
    right: 40px;
    box-sizing: border-box;
    cursor: pointer;
    border: none;
    outline: none;
    display: none;
    z-index: 999999999;
    background: transparent
}

.sidebarBtn span {
    display: block;
    width: 25px;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    top: 24px;
    transition: .3s;
}

.sidebarBtn span:before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    top: -8px;
    left: 0;
    transition: .3s;
}

.sidebarBtn span:after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    top: 8px;
    left: 0;
    transition: .3s;
}

.sidebarBtn.toggle span:before {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}

.sidebarBtn.toggle span:after {
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
}

.sidebarBtn.toggle span:after {
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
}

.sidebarBtn.toggle span {
    background-color: transparent;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;

}

form#registerform {
    width: 100%;
    float: left;
}

.retailer-dashboard-event-sec-part {
    width: 100%;
    padding-right: 50px;
}

.retailer-dashboard-event-sec-part table.ui-datepicker-calendar {
    width: 100%;
}

.retailer-dashboard-event-sec-part .ui-datepicker-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.retailer-dashboard-event-sec-part .ui-datepicker-header .ui-datepicker-prev {
    order: 1;
    color: #CB7243;
    font-family: 'LibreBaskervilleBold';
    font-size: 18px;
}

.retailer-dashboard-event-sec-part .ui-datepicker-header .ui-datepicker-next {
    order: 3;
    color: #CB7243;
    font-family: 'LibreBaskervilleBold';
    font-size: 18px;
}

.retailer-dashboard-event-sec-part .ui-datepicker-header .ui-datepicker-title {
    order: 2;
    font-size: 24px;
    color: #5f5f5f;
    font-family: 'LibreBaskervilleBold';
}

.retailer-dashboard-event-sec-part table.ui-datepicker-calendar tr td {
    color: #808080;
    font-family: 'Lato-Bold';
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

.retailer-dashboard-event-sec-part table.ui-datepicker-calendar tr td a {
    color: #808080;
    font-family: 'Lato-Bold';
    font-size: 18px;
}

.retailer-dashboard-event-sec-part table.ui-datepicker-calendar tr th {
    color: #000000;
    font-family: 'Lato-Black';
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

.retailer-dashboard-event-sec-part table.ui-datepicker-calendar tr td.ui-datepicker-today {
    background-color: #CB7243;
}

.retailer-dashboard-event-sec-part table.ui-datepicker-calendar tr td.ui-datepicker-today a {
    color: #ffffff;
}

td.ui-datepicker-current-day {
    background-color: #CB7243;
}

.retailer-dashboard-event-sec-part table.ui-datepicker-calendar tr td.ui-datepicker-current-day a {
    color: #ffffff;
}




.elegant-calencar {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 0px;
}

#header-datepicker {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.pre-button,
.next-button {
    color: #CB7243;
    font-family: 'LibreBaskervilleBold';
    font-size: 18px;
    cursor: pointer;
}

.head-day {
    font-size: 24px;
    color: #5f5f5f;
    font-family: 'LibreBaskervilleBold';
}

.head-month {
    font-size: 24px;
    color: #5f5f5f;
    font-family: 'LibreBaskervilleBold';
}

#calendar {
    width: 100%;
}

#calendar tr td {
    color: #808080;
    font-family: 'Lato-Bold';
    font-size: 18px;
    text-align: center;
    /*cursor: pointer;*/
    padding: 10px;
}

#calendar tr th {
    color: #000000;
    font-family: 'Lato-Black';
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

#calendar #today {
    background-color: #5f5f5f;
    color: #fff;
}

#calendar td.selected {
    background-color: #CB7243;
    color: #fff;
}


.date-even-modal .modal-dialog {
    width: 767px;
    max-width: 100%;
}

.date-even-modal .modal-body {
    padding: 40px;
}

.event-detail-main {
    width: 100%;
}

.event-detail-main h2 {
    font-size: 24px;
    font-family: 'LibreBaskervilleBold';
    color: #CB7243;
    width: 100%;
    position: relative;
}

.event-detail-main h5 {
    font-size: 24px;
    font-family: 'LibreBaskervilleBold';
    color: #CB7243;
    width: 100%;
    position: relative;
}

.event-detail-main h5 {
    font-size: 18px;
    font-family: 'SourceSansProRegular';
    color: #000000;
    margin-top: 15px;
}

.event-detail-main p {
    font-size: 16px;
    font-family: 'SourceSansProRegular';
    color: #000000;
    margin-top: 20px;
}

.date-even-modal button.close {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #CB7243;
    line-height: 0px;
    vertical-align: middle;
    text-align: center;
    z-index: 9999;
    padding: 0;
}

.retailer-dashboard-event-box a {
    font-size: 18px;
    font-family: 'LibreBaskervilleBold';
    margin: 0px;
    color: #CB7243;
    width: 100%;
    float: left;
    text-decoration: none;
}

.portal-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.retailer-dashboard-news-part-sub a {
    font-size: 16px;
    font-family: 'LibreBaskervilleBold';
    color: #CB7243;
    width: 74%;
    margin: auto;
    position: relative;
    text-decoration: none;
}

.view-more.view-more_r {
    display: none;
}

.custon-news-n .retailer-dashboard-news .retailer-dashboard-news {
    padding: 0;
}

.custon-news-n .retailer-container {
    width: 100%;
}

.owl-demo-slider-ct {
    width: 100%;
    float: left;
}

#owl-demo .main-slider-img {
    width: unset;
}

div#owl-demo .item {
    display: inline-block;
}

div#owl-demo.owl-carousel.owl-drag .owl-item {
    text-align: center;
}

.main-row-offer.new_home_height {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-row-offer.new_home_height .offer-images img {
    height: 100%;
}

/* 10-01-2020 */

.retailer-dashboard-news-head.custon-news-n p {
    padding-bottom: 10px;
}

.retailer-dashboard-news-head.custon-news-n p:last-child {
    padding-bottom: 0;
}

.retailer-dashboard-news-head.custon-news-n h4 {
    padding-bottom: 30px;
}

.retailer-dashboard-news-part-sub p {
    padding-bottom: 10px;
}

form#portal_submit_form {
    width: 100%;
}

form#portal_submit_form textarea.r-inp {
    height: 150px;
    line-height: 30px;
}

form#portal_submit_form .retailer-login-box input {
    width: 100%;
}

form#portal_submit_form .retailer-login-box .input-group-addon {
    background: #fff;
    border: 2px solid #bfbfbf;
    border-left: unset;
    width: 60px;
}

.retailer-register-sub .retailer-login-box label {
    width: 100%;
    font-size: 24px;
    font-family: 'SourceSansProRegular';
    color: #808080;
    display: block;
    text-align: left;
}

/* 02/08/2020 */
.event-space-leave {
    padding-top: 0 !important;
}

.event-space-leave .retailer-dashboard-news-part {
    padding-top: 0;
}

.retailer-dashboard-news.dashboard-news-bottom {
    padding-bottom: 20px;
}

.retailer-footer-social .lazyloaded {
    border-radius: 100%;
}

.retailer-login-form .content_sub_text {
    text-align: left;
    font-size: 17px;
    /* padding-bottom: 15px; */
    padding-top: 10px;
    margin-top: -10px;
    display: inline-block;
    width: 100%;
}

.retailer-login-box.retailer-login-date .publish-date {
    padding-left: 0px;
    font-size: 20px;
}


.retailer-login-form .publish-date {
    padding-left: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.retailer-login-form .publish-date label {
    width: 250px;
    font-size: 22px;
}

.retailer-login-form .publish-date .r-inp {}

.input-group.date {
    width: calc(100% - 250px);
}

.retailer-gift-pic p a img {
    height: auto !important;
}

img.resp_ad.lazyloaded {
    display: none;
}

/*17-03-2020*/
.alert-box {
    width: 100%;
    overflow: hidden;
    background-color: #000;
    position: fixed;
    z-index: 99999;
    top: 0px;
    padding: 20px 0px;
}

.alert-box-cntnt {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.top-part-main {
    margin-top: 58px;
}

.alert-box-logo {
    width: auto;
    float: left;
}

.alert-box-logo img {
    width: 100px;
    object-fit: cover;
    height: auto;
    position: unset;
}

.alert-box-desc-dtl {
    width: auto;
    float: left;
}

.alert-box-close {
    width: auto;
    float: left;
}

.alert-box-desc-dtl h2 {
    color: #fff;
    line-height: 17px;
    font-family: 'LibreBaskervilleRegular', sans-serif !important;
    font-size: 16px !important;
    margin: 0px;
}

.alert-box-desc-dtl a {
    text-decoration: none;
}

/*==============18/03/2020=============*/
.alert-box-desc-dtl a h2 p {
    font-family: 'SourceSansProRegular';
}

.alert-box-desc-dtl {
    width: 97%;
}

.new-content-li .content ul li {
    font-family: 'SourceSansProRegular';
    font-size: 16px;
    line-height: 25px;
    color: #000;
    list-style-type: disc !important;
    margin-bottom: 5px;
    text-align: -webkit-auto;
}

.new-content-li .content ul {
    padding-left: 30px;
    padding-top: 10px;
}

/*==============18/03/2020=============*/


.index-head-top {
    margin-top: 60px;
}


#modal-subscribe .popupforms_inn {
    padding: 23px 0 0 0;
}

#modal-subscribe .modal-content {
    width: 100%;
    float: left;
    background-color: transparent;
    box-shadow: none;
}

#modal-subscribe .modal-body {
    width: 100%;
    float: left;
    padding: 0px;
}

#modal-subscribe .popuprighttext {
    text-align: center;
}

#modal-subscribe .popuptitel {
    padding: 0px 14px;
}

#modal-subscribe {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

#modal-subscribe .modal-open .modal {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

#modal-subscribe .modal-dialog {
    display: flex;
    justify-content: center;

}

.interactive-map-banner-main-part {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    height: 100px;
}

.interactive-map-banner-main-part img {
    width: 100%;
}

.interactive-map-banner-rt-tp {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.interactive-map-banner-rt-tp a {
    font-size: 40px;
    color: #ffffff;
    text-decoration-line: none;
    padding-right: 40px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    font-family: 'LibreBaskervilleRegular', sans-serif
}

.interactive-map-banner-pic-res {
    display: none;
}

.interactive-map-banner-rt-tp a span {
    padding-left: 30px;
}

.main-slider-section-tp-part .owl-carousel {
    float: left;
}

.town-blog-new-bx-dtl.town-blog-new-bx-dtl-home {
    width: 100%;
    /* display: flex;*/
    font-size: 14px;
    color: #000;
    font-family: 'SourceSansProRegular';
    flex-wrap: wrap;
    margin: 10px 0px 0px;
}

.town-blog-new-bx-dtl.town-blog-new-bx-dtl-home h3 {
    font-size: 17px;
    color: #000;
    font-family: 'LibreBaskervilleBold';
    max-width: 400px;

    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.town-blog-new-bx-dtl.town-blog-new-bx-dtl-home h3 a {
    font-size: 17px;
    color: #000;
    font-family: 'LibreBaskervilleBold';
    text-decoration-line: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}

.town-blog-new-bx-dtl.town-blog-new-bx-dtl-home p {
    font-size: 14px;
    color: #000;
    font-family: 'SourceSansProRegular';
    margin-bottom: 10px;
}

.town-blog-new-bx-dtl.town-blog-new-bx-dtl-home h6 {
    font-size: 14px;
    color: #CB7243;
    font-family: 'SourceSansProRegular';
}

.blog-img.town-blog-new-box-home img {
    margin: 20px 0px 21px;
}


/*22-10-2022*/
/* .header-new header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
} */

.banner-slider {
    width: 100%;
    float: left;
}

.banner-slide:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: -9;
}

.banner-slide {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 230px 0;
    width: 100%;
    float: left;
    position: relative;
    z-index: 99;
}

.banner-slide-cnt {
    width: 100%;
    text-align: center;
}

.banner-slide-cnt h4 {
    font-size: 48px;
    color: #fff;
    font-family: 'LibreBaskervilleBold';
}

.banner-slide-cnt h4 span {
    font-family: 'LibreBaskervilleRegular';
}

.banner-btn {
    background: #CB7243;
    color: #fff;
    border: none;
    font-size: 18px;
    font-family: 'LibreBaskervilleRegular';
    margin: 30px auto 0;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: fit-content;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    text-decoration: none;
}

.banner-btn:hover {
    background: #333;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #fff;
}

.banner-slider .slick-next {
    right: 150px;
    background: url(../images/banner-slider-arw1.png) no-repeat;
    width: 40px;
    height: 40px;
}

.banner-slider .slick-prev {
    left: 150px;
    background: url(../images/banner-slider-arw2.png) no-repeat;
    width: 40px;
    height: 40px;
}

.header .container {
    width: 1350px;
}

.header-main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header-new.fixed-header .header-main {
    background-color: #333;
}
.header-new header
{
    background-color:transparent;
}
/* 4:27  */

.slick-prev, .slick-next
{
    z-index: 1 !important;
}

/*12-01-2024*/
.main-header-sticky-new{
    position: fixed;
    top: 0;
}
.main-slider_n-new{
    margin-top: 85px;
}