body {
    font-family: sans-serif;
}
.container {
    width: 70%;
}
.fullwidth {
    width: 100%;
}
.bgcolor {
    text-align: center;
    padding: 2px;
}
.bgtop p {
    margin: 0;
}
.bgtop {
    background-color: #f15924;
    color: #fff;
    height: 40px;
    padding: 3px 0;
}
.bgbelow {
    background-color: #000;
    padding: 10px 0;
}
.logo-wrapper img {
    width: 80%;
}
.text-right {
    width: 100%;
    color: #58b947;
    font-size: 18px;
}
.header-top-info {
    display: flex;
    width: 100%;
    margin: auto;
}
.text-left {
    width: 100%;
    color: #f15924;
    font-size: 18px;
}
.header-below-info p {
    color: #fff;
    font-size: 40px;
    margin: 0;
    text-align: left;
}
.adjust-padd {
    padding: 10px 0;
}
ul.header-btn-right {
    padding: 0;
    list-style: none;
    margin: 10px 0;
    float: right;
}
.bgbelow .col-md-3:last-child {
    padding: 0;
}
button.order-ol {
    background-color: #58b947;
    border: none;
    padding: 5px 20px;
    color: #fff;
}
ul.header-btn-right li {
    margin: 15px 0;
}
button.reservation {
    border: none;
    padding: 5px 20px;
    color: #000;
    background-color: #fff;
}
.navbar-nav {
    width: 100%;
    text-align: left;

}
.navbar-nav > li {
    float: none;
    display: inline-block;
    padding: 0 1.2em;
}
.navbar-default {
    background-color: transparent !important;
    border: none !important;
}
.navbar-nav>li>a {
    padding: 10px 15px;
}
.navbar {
    margin-bottom: 0 !important;
    min-height: auto !important;
}
.first-row-bg {
    height: 71vh;
    background-image: url(http://tharindiansydney.com.au/wp-content/uploads/2018/06/bg-first-row.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.sec-row-bg {
    height: 100vh;
    background-image: url(http://tharindiansydney.com.au/wp-content/uploads/2018/06/bg-sec-row.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.box-wrapper {
    position: absolute;
    bottom: 7em;
    z-index: 99;
    background-color: rgba(000,000,000,0.7);
    padding: 30px;
    margin: 0 3em;
}
.box-wrapper1 {
    position: absolute;
    bottom: 7em;
    z-index: 99;
    background-color: rgba(000,000,000,1);
    padding: 30px;
    margin: 0 3em;
    top: 0;
    width: 27%;
    right: 10em;
}
.left {
    text-align: left !important;
}
p.box-title {
    color: #fff;
    font-size: 20px;
}
.box-wrapper p {
    margin: 0;
    line-height: 32px;
}
p.box-body {
    color: #fff;
    font-size: 38px;
    text-align: center;
}
p.sub-title {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}
.first-row-bg .sub-title {
    margin-bottom: 10px;
}
button.btn-reserve {
    background-color: #58b947;
    border: none;
    color: #fff;
    padding: 3px 30px;
    position: absolute;
    left: 5em;
    bottom: -.7em;
}
button.btn-direction {
    background-color: #58b947;
    border: none;
    color: #fff;
    padding: 15px 30px;
    margin-top: 3em;
    width: 100%;
}
p.center {
    text-align: center;
}
p.box-headtitle {
    color: #fff;
    font-size: 60px;
    margin-bottom: .2em;
}
p.box-headtitle-b {
    color: #000;
    font-size: 60px;
    margin-bottom: .2em;
    text-align: center;
}
.form {
    text-align: center;
}
p.join-us-title {
    font-size: 26px;
}
.ul-wrapper {
    width: 50%;
    margin: auto;
    text-align: left;
}
.ul-wrapper ul li {
    font-size: 16px;
}
.feed-section {
    padding: 4em 0;
    background-color: #e8e8e8;
    border-bottom: 10px solid #f15924;
}
.ul-wrapper ul {
    list-style: circle;
}

.form-style input {
    display: block;
    margin: auto;
    width: 100%;
    padding: 13px 5px !important;
    margin-bottom: 15px;
}
.form-style input[type='submit'] {
    width: 50%;
    background-color: #58b947;
    color: #fff;
    border: none;
    font-size: 20px;
}
.footer-section {
    margin-top: 4px;
    background-color: #000;
    position: absolute;
    width: 100%;
    /*height: 70%;*/
}
.footer-section .navbar-nav li a {
    color: #fff !important;
}
.footer-section .navbar-nav .active a {
    background-color: transparent;
}
.footer-section .navbar-nav li {
    padding: 0 .5em;
}
.footer-menu-wraper {
    padding: .5em 0;
    height: 89%;
}
.footer-section .navbar-nav {
    border-bottom: 2px solid #525252;
    padding: 1.5em 0;
}
.wrapper-footer-logo img {
    width: 100%;
}
.wrapper-footer-logo {
    margin-top: 3em;
}
p.footer-title {
    font-size: 30px;
    color: #fff;
}
p.footer-body {
    color: #a7a7a7;
}
.footer-bottom {
    padding: 10px 0;
    background-color: #000;
}
.footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.footer-bottom .col-md-6:last-child {
    text-align: right;
}
ul#menu-main-menu a{
    color: #000 !important;
}
ul#menu-footer li:first-child {
    margin-right: 5em;
}
#menu-footer > li:hover > a {
    border-top: none;
    font-size: 13px !important;
    padding-top: 10px !important;
    background-color: rgba(70, 70, 70, 0.4) !important;
}
ul#menu-footer li:first-child {
    margin-right: 12.5em;
}

ul#menu-footer {
    border-bottom: 2px solid #525252;
    padding: 1.5em 0;
}
.custom-list-style{
    list-style-image: url('../img/list-style.png');
}
a.mx-icon-tripad {
    background-image: url(http://tharindiansydney.com.au/wp-content/uploads/2018/06/tripadvisor2.png);
    background-position-y: 0em;
    background-size: cover;
}
a.mx-icon-tripad:hover {
    background-position-y: -2.1em;
    background-color: #3e962f;
}
ul#menu-footer li {
    padding: 0 0px !important;
    margin: 0 0px;
}
div.wpcf7-mail-sent-ok {
    color: #000 !important;
}
.tripdvisor-feed {
    margin-top: 4em;
}
.fullwdidth {
    width: 100%;
    display: table;
}