/*font-family: 'Montserrat', sans-serif;
font-family: 'Great Vibes', cursive;
font-family: 'Open Sans', sans-serif;*/
body{
    
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    color: #606060;
    font-size: 16px;
    background: #f7f4ed;
  /*  text-align: left!important;*/
}

ul{
    padding: 0;margin: 0;list-style: none;
}
img{
    max-width: 100%;
    width: 100%;
}
a[href=""]:hover{
    text-decoration: none;outline: none;
    color: #cba662;
    -webkit-transition: color 700ms ease;
    -o-transition: color 700ms ease;
    transition: color 700ms ease;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Great Vibes', cursive;
}
/*h2{
    
    font-size: 48px;
}*/
a.link {
    display: inline-block;
    padding: 11px 63px;
    text-align: center;
    color: #fff;
    background: #cba662;
    font-size: 21px;
    border-radius: 50px;
    position: relative;
}
a.link span.fs1 {
    display: inline-block;
    margin-top: 0;
    position: absolute;
    top: 9px;
    font-size: 35px;
    left: auto;
    right: 25px;
}
.link_arr {
    margin-top: 31px;
    text-align: center;
}
/*=================================================================================================================================*/
                                            /*Homne Page Styling*/
/*=================================================================================================================================*/
/*Banner*/
body.home_page .banner {
    position: relative;
    height: 95vh;
    overflow: hidden;
}
.banner_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
}
.banner_border {
    width: 732px;
    margin: 0 auto;
    height: 445px;
    border: 20px solid transparent;
    -o-border-image: url(../images/banner_border.png) 30 round;
    border-image: url(../images/banner_border.png) 30 round;
    padding: 80px 0 0;
}

.banner_border img.banner_logo {
    max-width: 506px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.banner_border img.banner_text {
    max-width: 520px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
}
.scro_banner a {
    display: block;
    width: 328px;
    margin: 0 auto;
}
.scro_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
}
.slider_about .item .content {
    max-width: 767px;
    width: 100%;
    margin: 0 auto;
    margin-right: 0;
    padding-left: 25px;
}
.heading{}
.heading h2 {
    font-size: 60px;
    color: #b98d34;
    font-weight: 700;
    display: inline-block;
    position: relative;
    letter-spacing: 5px;
}
.heading h2>span {
    color: #121212;
}
.heading h2>span.line {
    display: block;
    width: 100px;
    height: 5px;
    background: #b98d34;
    position: absolute;
    top: 50%;
    left: auto;
    right: -110px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.heading h2>span.line.left {
    right: auto;
    left: -110px;
}
.about_section .content p {
    font-family: 'Segoe Print';
    font-weight: 700;
}
.content p{}
.content p>strong {
    color: #171717;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
}
.owl-carousel.slider_about .owl-nav {
    position: absolute;
    bottom: 0;
    width: 168px;
    text-align: center;
}
.owl-carousel.slider_about .owl-nav{

}
.owl-carousel.slider_about .owl-nav button {
    font-size: 50px;
    color: #cba662;
}
.owl-carousel.slider_about .owl-nav button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}
.owl-carousel.slider_about .owl-dots {
    position: absolute;
    bottom: 16px;
    left: 168px;
    width: 200px;
}
.owl-carousel.slider_about .owl-dots button.owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #cba662;
    margin: 0 3px;
    border: 3px solid #cba66200;
    border-radius: 100px;
}
.owl-carousel.slider_about .owl-dots button.owl-dot.active>span {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 34px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.owl-carousel.slider_about .owl-nav button:focus,
.owl-carousel.slider_about .owl-dots button.owl-dot:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

.services_section {
    padding: 3rem 0;
}
.services_section .content p{
    font-size: 20px;
    color: #626262;
}
.services_list{}
.services_list .item {
    text-align: center;
    padding: 4rem 0 0;
}
.services_list .figure_img {
    max-width: 150px;
    width: 100%;
    margin: 0 auto;
}
.services_list .figure_img img{}
.services_list .item h4 {
    font-size: 40px;
    color: #72461c;
    margin: 30px 0;
    font-weight: 800;
    letter-spacing: 5px;
}

/*=================================================================================================================================*/
                                            /*Reservation Page Styling*/
/*=================================================================================================================================*/
.container.bokid {
    padding: 2rem 15px;
}
.banner_content h1 {
    font-size: 80px;
    text-align: center;
    color: #ffffff;
	text-shadow: 2px 2px #000000;
    font-weight: 700;
    line-height: 73px;
}
.banner_content h2 {
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 73px;
}
.container.bokid .content h2 {
    font-size: 22px;
    font-family: sans-serif;
    font-weight: 700;
    color: #b98e32;
    margin-bottom:10px;
}
form.book_table_form {
    width: 360px;
    height: 534px;
    margin: 0 auto;
    border: 1px solid #ccc;
    background: #ffffff;
    overflow: hidden;
}
.table_bookin_po h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: 0;
    padding: 11px 0;
    font-weight: 600;
    color: #b98e32;
}
ul.boki_poro_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
    background: #b98e32;
}
ul.boki_poro_ li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    position: relative;
    cursor: pointer;
    opacity: 0.3
}
ul.boki_poro_ li .fs1 {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #444;
    background: #fff;
    text-align: center;
    border: 2px solid #c78247;
    border-radius: 100px;
    font-size: 20px;
}
ul.boki_poro_ li.active {
    opacity: 1;
}
ul.boki_poro_ li span.line {
    position: absolute;
    left: -22px;
    width: 45px;
    background: #444444;
    height: 2px;
    top: 25%;
}
ul.boki_poro_ li.active .fs1:hover{
-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
         -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
            transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}
ul.boki_poro_ li p {
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    margin-top: 8px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
}
.selct_people h5,.eh h5 {
    font-family: 'Open Sans', sans-serif;
    text-align: right;
    font-size: 16px;
    margin-left: 25px;
    font-weight: 600;
}
.eh h5{
    text-align: center;
}
.no_po_po {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
    padding-right: 20px;
}
.no_po_po>span {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
        margin: 0 3px;
    border: 1px solid #ccc;
    border-radius: 100px;
}
.no_po_po span.more {
    width: 60px;
    height: 34px;
    position: relative;
}

.no_po_po span.more>span {
    display: block;
}
select.more {
    border: 1px solid #ccc;
    padding: 5px 0px;
    border-radius: 114px;
    font-size: 14px;
    font-weight: 700;
}
select.more:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background: #cba662;
    border-color: #cba662;
    color: #fff;
}
select.more option {
    background: #fff;
    color: #333;
}
.callender_booking.dis * {
    cursor: not-allowed !important;
    opacity: 0.7;
}
.callender_booking.dis div#v-cal{
    position: relative;
}
.callender_booking.dis div#v-cal:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
}
.no_po_po>span.active {
    background: #b98e32;
    color: #fff;
    border-color: #b98e32;
}

.booking_timing {
    background: #fff;
    display: none;
}

.titl_s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
    height: 360px;
    overflow: hidden;
    overflow-y: scroll;
}
.titl_s>span {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    width: 25%;
    text-align: center;
    border: 1px solid #ccc;
    margin: 8px;
    border-radius: 100px;
}
.titl_s>span:hover {
    background: #b98e32;
    border-color: #b98e32;
    color: #fff;
    cursor: pointer;
}
.eh h5 {
    text-align: center;
    margin: 13px 0 0;
}
.titl_s>p {
    margin: 0;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
}
.il_po_ input {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #212121;
    font-size: 14px;
    height: auto !important;
    text-align: center;
}
.il_po_ {
    width: 100px;
    margin: 0 auto;
    margin-right: 20px;
}
/*=================================================================================================================================*/
                                            /*Function Page Styling*/
/*=================================================================================================================================*/
.function_section .content {
    max-width: 768px;
    margin: 0 auto;
    margin-right: 0;
    padding-left: 25px;
    width: 100%;
}
.function_section .link_arr {
    text-align: left;
}
.banner {
    position: relative;
}
.banner_content h4 {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 3px;
    margin-bottom: 0;
    font-weight: 700;
}
.function_section ul {
    list-style-type: disc;
    margin-bottom: 20px;
}

.content span.pri_ p {
    margin: 0;
    text-align: center;
    line-height: 28px;
    padding: 0 3px;
    font-weight:bold;
}
.content span.pri_ p small {
    display: block;
    line-height: 8px;
    text-align: center;
    margin-top: -7px;
}
/*=================================================================================================================================*/
                                            /*Menu Page Styling*/
/*=================================================================================================================================*/
section.menu_section .row {
    margin: 0;
}
.menu_right_bg .heading h2 {
    font-size: 44px;
}
.menu_uu h4 {
    margin-bottom: 0;
}
.menu_uu {
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
}
.menu_left_bg .bg_content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain !important;
}
.menu_uu p {
    font-family: Lucida Handwriting;
    line-height: 26px;
    margin-top: 8px;
}
.menu_uu h6 {
    font-family: Times New Roman;
    color: #000;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.menu_left_bg {
    max-width: 500px;
    width: 100%;
    position: relative;
}
.menu_right_bg {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 15px;
}
.menu_right_bg h4 {
    color: #000000;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 73px;
    font-size: 35px;
    text-decoration: underline;
}
.cilliv{
    position: relative;
    display: inline-block;
}
.cilliv:after {
    content: "";
    position: absolute;
    left: auto;
    right: -25px;
    width: 25px;
    top: 4px;
    height: 25px;
    background: url(../uploads/chilliv.png);
    background-size: 52%;
    background-repeat: no-repeat;
   /* -webkit-transform: rotate(83deg);
        -ms-transform: rotate(83deg);
            transform: rotate(83deg);*/
}



.cilli{
    position: relative;
    display: inline-block;
}
.cilli:after {
    content: "";
    position: absolute;
    left: auto;
    right: -25px;
    width: 25px;
    top: 4px;
    height: 25px;
    background: url(../uploads/chilli.png);
    background-size: 52%;
    background-repeat: no-repeat;
    -webkit-transform: rotate(83deg);
        -ms-transform: rotate(83deg);
            transform: rotate(83deg);
}
.cilli.cilli_2:after {
    background: url(../uploads/chill_.png);
    width: 50px;
    background-size: 82%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    right: -47px;
    top: -4px;
}
.lsidt_item h5 {
    color: #3c3c3c;
    font-weight: 600;
   
    font-family: sans-serif;
    line-height: 28px;
    font-size: 22px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #f7f4ed;
    z-index: 1;
}

.lsidt_item h6 {
    color: #3c3c3c;
    font-family: sans-serif;
    line-height: 25px;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    text-align:left;
}
.lsidt_item h6 span.pri_ {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
}
.lsidt_item .item_name {
    -ms-flex-preferred-size: 50%;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

    padding-right: 15px;
}
.lsidt_item .list .list_content {
    border-bottom: 2px solid #4a4a16;
    margin-bottom: 15px;
    padding-right: 45px;
    position: relative;
}
.menu_flex {
}
.flex_left {
}
.hide {
    display: none;
}
.show {
    display: block;
}
.form_info .flex .form-control {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #212121;
    font-size: 14px;
    height: auto !important;
}
.form_info .flex .form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;outline: none;
}
.form_info .flex {
    padding: 4px 0;
}
.col_1 {
    width: 78px;
    -ms-flex-preferred-size: 78px;
        flex-basis: 78px;
}
.col_2 {
    width: 36%;
}
.form_group {
    padding: 0 3px;
}
.col_12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.form_info .flex .form-control {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    color: #212121;
    font-size: 14px;
    height: auto !important;
    text-align: center;
}
.form_group.col_ll {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form_comp_oo button.btn.btn-primary {
    background: #b98e32;
    border-color: #b98e32;
    border-radius: 0;
    width: 100%;
    padding: 8px 0;
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
    font-family: sans-serif;
}
.form_comp_oo {
    padding:15px;
    display: none;
}
.form_comp_oo.active{
    display: block !important;
}
.form_comp_oo p {
    margin: 0;
    text-align: center;
    font-weight: 700;
    color: #000;
    line-height: 25px;
}
.tc_p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    padding: 6px 0;
    font-family: sans-serif;
}
.tc_p input {
    display: inline-block;
    width: 15px;
    margin-top: 0px;
}
.loih {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-bottom: 9px;
}
.loih a {
    display: inline-block;
    text-align: center;
    background: #cba662;
    padding: 2px 20px;
    width: 142px;
    color: #fff;
    border-radius: 100px;
}
.loih a:hover{
    color: #333;
}

.titl_s::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.titl_s::-webkit-scrollbar
{
    width: 3px;
    background-color: #fff;
}

.titl_s::-webkit-scrollbar-thumb
{
    background-color: #b98e32;
    border: 2px solid #b98e32;
}

/*=================================================================================================================================*/
                                            /*Gallery Page Styling*/
/*=================================================================================================================================*/
.galley_iteam{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 5px;
}
 /*=================================================================================================================================*/
                                            /*Contact Page Styling*/
/*=================================================================================================================================*/

body.contact_page .jumbotron,body.blog_page .jumbotron {
    padding: 8rem 0;
    background-color: #141517;
}
body.contact_page .jumbotron h1,
body.blog_page .jumbotron h1 {
    color: #fff;
}
body.contact_page .jumbotron p,
body.blog_page .jumbotron p{color: #fff;}
.form_conatct button.btn.btn-primary {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-right: 0;
    border-color: #cba662;
    background: #cba662;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.form_conatct h3 {
    font-family: sans-serif;
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
}
.lop_ppo p {
    margin: 0;
    font-size: 20px;
}
.lop_ppo label {
    color: #b98e32;
    font-weight: 600;
    display: block;
    margin: 0;
    font-size:23px;
}
.lop_ppo {
    max-width: 767px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
    font-family: 'Times New Roman';
}
.lop_ppo h4 {
    font-family: 'Times New Roman';
    text-transform: capitalize;
    font-size: 30px;
    line-height: 36px;
    text-decoration: none;
}
.lop_ppo h1 {
    font-family: 'Times New Roman';
}
.lop_ppo h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Times New Roman';
}
/*=================================================================================================================================*/
                                            /*Event Catering Page Styling*/
/*=================================================================================================================================*/

.banner_content h3 {
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    font-size: 65px;
    text-shadow: 0 6px 5px #333;
    font-weight: 600;
}
body.event_page .owl-carousel.slider_about.owl-theme.owl-loaded.owl-drag .owl-nav, 
body.event_page .owl-carousel.slider_about.owl-theme.owl-loaded.owl-drag .owl-dots{
    display: none !important;
}

/*=================================================================================================================================*/
                                            /*Blog Page Styling*/
/*=================================================================================================================================*/
body.blog_page .item img{

}
body.blog_page h1{}
body.blog_page h2{}
body.blog_page h3{}
body.blog_page h4 {
    font-family: sans-serif;
    text-transform: capitalize;
}
body.blog_page p{}
label.date_iy[for="date"] {
    position: absolute;
    top: 7px;
    right: 0;
    left: auto;
    letter-spacing: 2px;
    font-weight: bolder;
    color: #cba662;
    font-size: 15px;
}
label[for="date"]{
}
label[for="date"] span {
    display: inline-block;
    border-right: 2px solid;
    line-height: normal;
    margin: 0 0;
    padding: 0 4px;
}
label[for="date"] span:last-child {
    border: 0;
}
.blog_item {
    margin-bottom: 2rem;
}
label[for="date"] span.dd{}
label[for="date"] span.month{}
label[for="date"] span.year{}
.blog_item .content {
    position: relative;
    padding: 10px 0;
}
body.blog_page a.link {
    border-radius: 0;
    border-left: 4px solid #141517;
    border-right: 4px solid #141517;
    padding: 9px 46px;
    background: transparent;
    font-size: 18px;
    position: relative;
}
body.blog_page a.link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width:0%;
    background: #141517;
    -webkit-transition: width 700ms ease;
    -o-transition: width 700ms ease;
    transition: width 700ms ease;
}
body.blog_page a.link:hover:before {
    width:100%;
}
body.blog_page a.link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #cba662;
    z-index: -1;
}
body.blog_page a.link span {
    position: relative;
}
body.blog_page .recebt_blog{

}
body.blog_page .recebt_blog h3{
    
}
body.blog_page .recebt_blog .item>a{
    
}
body.blog_page .recebt_blog .item>a img{
    
}

body.blog_page .recebt_blog h4 {
    font-size: 18px;
    color: #606060;
}
body.blog_page .recebt_blog label[for="date"] {
    color: #cba662;
}
body.blog_page .recebt_blog .blog_item {
    margin-bottom: 0;
}
span.v_ {
    color: green;
}

/*============================Thank You Page*/
body.thankyou_page header {
    position: static;
}

.thankyou_section {
    max-width: 667px;
    width: 100%;
    margin: 0 auto;
    padding: 78px 15px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    margin-bottom: 4rem;
}
.thankyou_section p {
}
.thankyou_section h4 {
    font-family: 'Times New Roman';
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 15px 0;
}
.thankyou_section h1 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 2px;
    background: -o-linear-gradient(45deg, #b53711 0%, #f2a71a 100%);
    background: linear-gradient(45deg, #b53711 0%, #f2a71a 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.thankyou_section .row {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}.thankyou_section .row .fs1 {
    font-size: 45px;
    background: -o-linear-gradient(45deg, #b53711 0%, #f2a71a 100%);
    background: linear-gradient(45deg, #b53711 0%, #f2a71a 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}.thankyou_section .row span {
    display: block;
    margin: 6px 0 0;
}

