/*
font-family: 'Lato', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Kadwa', serif;
*/

body {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

a {
    color: #d25c02;
}
a:hover {
    color: #d25c02;
    text-decoration:underline;
}

img {
    outline: 0;
    max-width: 100%;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h1 {
    text-transform: uppercase;
    color: #000;
}

h2 {
    color: #000;
}

h3 {
    color: #000;
}


p {
    margin-bottom: 20px;
}

p.large {
    font-size: 20px;
    font-weight: 700;
}

/*About us section*/

.content-section {
    padding-top: 30px;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
}

.content-section .btn {
    margin-right: 10px;
}

.content-section .btn:last-child {
    margin-right: 0;
}

.content-section .btn-primary {
    background-color: #ffbf00;
}

.content-section .btn-primary:hover {
    background-color: #e3af13;
}

.content-section h1 {
    color: #000;
    margin-bottom: 20px;
}

.content-section p {
    color: #8c8c8c;
    font-weight:300;
    margin-bottom: 30px;
}
.menu-catering-btn{
	background: #ff9151;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
}
.menu-catering-btn:hover{
	background: #fff;
    color: #ff9151;
}
.content-section .large-text {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    line-height: 1.2;
}

.content-section h2 {
    font-size:30px;
    color:#000;
    font-weight:700;
    text-transform:uppercase;
    font-family: 'Kadwa', serif;
    margin-bottom:18px;
    margin-top:30px;
}

.content-section .owner-description p {
    color:#b8bdcf;
    font-size:16px;
    line-height:1.2;
    font-weight:400;
    text-transform:uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom:0;
}



/*Instagram section*/

.instagram-section {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    padding-left: 2px;
    background: #fff;
    padding-right: 2px;
    background: url(../images/instagram-bg.jpg) repeat-x left top;
}

.instagram-section .row > div {
    padding-left: 1px;
    padding-right: 1px;
}

.instagram-section .item {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    float: left;
    width: 100%;
}

.instagram-section .item img {
    display: none;
}

.instagram-section .item .description {
    background: rgba(255, 144, 81, 0.8);
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 18px 10px 18px;
    width: 100%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    color: #fff;
}

.instagram-section .item .description:after {
    content: "\f16d";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 34px;
    position: absolute;
    right: 10px;
    top: 70px;
}

.instagram-section .item:hover .description {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/*Site Footer*/

.site-footer {
    display: inline-block;
    width: 100%;
    padding-bottom: 35px;
    padding-top: 20px;
}

.site-footer .social-icons {
    width: 100%;
    float: left;
    font-size: 55px;
    padding-left: 0;
    margin-bottom: 5px;
}

.site-footer .social-icons li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

.site-footer .social-icons li a {
    color: #d64d00;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.site-footer .social-icons li a .fa {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.site-footer .social-icons li a:hover .fa-facebook {
    color: #3b5998;
}

.site-footer .social-icons li a:hover .fa-instagram {
    color: #fbad50;
}

.site-footer .callto {
    color: #d64d00;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.site-footer .callto:hover {
    text-decoration: underline;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.site-footer .address {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.2;
}

.site-footer .address a {
    color: #2f2f2f;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.site-footer .address a:hover {
    text-decoration: underline;
    color: #d64d00;
}

.menu-footer-menu-container {
    font-weight: 500;
    margin-top: 4px;
}

.menu-footer-menu-container ul.menu {
    margin-bottom: 20px;
    padding-left: 0;
}

.menu-footer-menu-container ul.menu li {
    margin-right: 28px;
    text-transform: uppercase;
    font-size: 20px;
    list-style: none;
    display:inline-block;
}
.menu-footer-menu-container ul.menu li:last-child {
    margin-right: 0;
}

.menu-footer-menu-container ul.menu li:last-child {
    margin-right: 0;
}

.menu-footer-menu-container ul.menu li a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #d64d00;
}

.menu-footer-menu-container ul.menu li a:hover {
    color: #d25c02;
    text-decoration: underline;
}


/*Banner section*/

.banner-section {
    float: left;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner-section .main-banner-carousel .item {
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 720px;
    background-size: cover;
}


.banner-section .description {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    margin-bottom: 20px;
    max-width: 1050px;
    overflow: hidden;
    z-index: 10;
}

.banner-section h1 {
    display: inline-block;
    color: #fff;
    font-size: 78px;
    font-weight: 700;
    font-family: 'Kadwa', serif;
    text-shadow: 0px 0px 0px #d25c02, 3px 2px 0px #d25c02;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
}

.tag-line {
    line-height: 1;
    overflow: hidden;
}

.tag-line span {
    position: relative;
    display: inline-block;
    padding: 0 14px 0 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
}

.tag-line span:before,
.tag-line span:after {
    content: "";
    position: absolute;
    height: 5px;
    background: #fff;
    top: 50%;
    width: 1050px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 0px #d25c02, 0px 2px 0px #d25c02;
    box-shadow: 0px 0px 0px #d25c02, 0px 2px 0px #d25c02;
}

.tag-line span:before {
    right: 100%;
}

.tag-line span:after {
    left: 100%;
}


/*Header section*/

.site-header {
    width: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    background: #fff;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.site-header ul {
    margin-bottom: 0;
    padding-left:0;
}

.site-header .container {
    max-width: 1500px;
}

.sticky-header {
    background: #fff;
}

.site-header .logo img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.site-header .navigation {
    font-size: 20px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
    color: #ff9051;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.site-header .logo {
    padding: 35px 72px 15px;
    text-align: center;
    display: inline-block;
}

.site-header .left-menu {
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

.site-header .right-menu {
    display: inline-block;
    vertical-align: top;
}
.site-header .navigation li.dad {position: relative}
.site-header .navigation > ul > li > ul {
  display: none;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 10px 0;
  width: 200px;
  margin-top: 0 !important;
}
.site-header .navigation > ul > li > ul > li {
  display: block;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
}
.site-header .navigation > ul > li > ul > li a {
  display: block;
	color: #ff9051;
  padding: 8px 10px;
}
.site-header .navigation > ul > li > ul > li a:focus {
	color: #ff9051;
  text-decoration: none;
}
.site-header .navigation > ul > ul > li > ul > li a:hover {
  background-color: #EFEFEF;
}

.site-header .navigation li {
    list-style: none;
    display: inline-block;
    padding: 0 47px;
    line-height: 132px;
}

.site-header .navigation li a {
    color: #ff9051;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.site-header .navigation li a:hover {
    color: #d25c02;
    text-decoration: none;
}

.site-header .navigation li:first-child {
    padding-left: 0;
}

.site-header .navigation li:last-child {
    padding-right: 0;
}

/*products section*/

.products-section {
    float: left;
    width: 100%;
    border-top: 1px solid #d64d00;
    padding-bottom: 25px;
    padding-top: 30px;
    text-align: center;
    font-family: 'Kadwa', serif;
    color: #acacb0;
    font-size: 15px;
    font-weight: 400;
    background:#fff;
    overflow: hidden;
}

.products-section h4 {
    color: #fb6f20;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.products-section .block {
    border-top: 1px solid #d25c02;
    border-bottom: 1px solid #d25c02;
    display: inline-block;
    padding: 8px 0;
    max-width: 217px;
    width: 100%;
    position: relative;
}

.products-section .block:before {
    content: "\f0f5";
    font-family: "FontAwesome";
    color: #d25c02;
    font-size: 15px;
    background: #fff;
    padding: 0 5px;
    position: absolute;
    left: 50%;
    top: -12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.inner .banner-section {
    padding-top: 50px;
    padding-bottom: 40px;
}

/*=========================================== MEDIA MODULE ==========================================================*/
.media-module > div {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: dashed 1px #ebebeb;
}
.media-module > div:last-child {
	padding: 0;
	border: none;
}
.media-module .left {
	float: left;
	display: block;
	width: 180px;
	height: 180px;
	background-position: center;
	background-size: cover;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.media-module .left:hover {
	opacity: 0.8;
}
.media-module .date span {
	display: block;
	color: #bdbdbd;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}
.media-module .date span.day {
	font-size: 2.8em;
	float: left;
	color: #7a7a7a;
}
.media-module .date span.month-year {
	font-size: 1.3em;
	padding: 4px 0;
	padding-left: 70px;
}
.media-module .right {
	padding-left: 195px;
}
.media-module .right .title {
	text-transform: capitalize;
    line-height: 1.4em;
    margin-bottom: 10px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 30px;
}
.media-module .right .text {
	line-height: 1.4em;
	margin-bottom: 0;
}
.media-module-interior {
	padding-top: 50px;
}
.media-module .news-thumb {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;
}
span.event-date {
    color: #7a7a7a;
}
@media screen and (max-width: 991px) {
	.media-module .left {
		width: 180px;
		height: 120px;
	}
	.media-module .right {
		padding-left: 195px;
	}
}
@media screen and (max-width: 768px) {
	.media-module .right .title {font-size: 34px;}
}
@media screen and (max-width: 650px) {
	.media-module .left {
		display: none;
	}
	.media-module .right {
		padding-left: 0;
	}
}
/*=========================================== PAGINATION ===================================================*/
.pagination {
	margin: 25px 0;
	display: block;
}
.pagination > div {
	float: right;
	padding: 0;
	margin: 0;
	display: table;
}
.pagination > div > a,
.pagination > div > span {
	display: inline-block;
	font-size: 14px;
	align-items: center;
	text-align: center;
	min-width: 20px;
	padding: 4px 12px;
	border: solid 1px #dcdcdc;
	border-right: none;
}
.pagination > div > a:first-child,
.pagination > div > span:first-child{
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
}
.pagination > div > a:last-child,
.pagination > div > span:last-child {
	border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-right: solid 1px #dcdcdc;
}
.pagination > div > a:hover,
.pagination > div > span:hover{
	background-color: #f7f7f7;
}
.pagination > div > span.current {
	color: #fff;
	background-color: #BE4400;
}

/*=========================================== TESTIMONIALS ===================================================*/
.testimonial-item{max-width:850px;margin:60px auto 120px;}
.testimonial-item .icon{
	    float: left;
    font-size: 80px;
    line-height: 1em;
    color: #ffdfce;
}
.testimonial-item .right{padding-left:120px;}
.testimonial-item .right p{ font-size: 20px;color: #9a9a9a;}
.testimonial-item .right p.author{
	font-size: 24px;
    line-height: 1.2em;
    text-transform: capitalize;
    font-style: italic;
    color: #7E2D00;
    font-weight: 200;
}
@media screen and (max-width:650px){.testimonial-item .icon{font-size:50px;}
.testimonial-item .right{padding-left:65px;}
.testimonial-item .right p{font-size:18px;}
.testimonial-item .right p.author{font-size:22px;}
}

/*=========================================== PROJECTS ===================================================*/
.projects-list {
  position: relative;
}
.projects-list > div {
  padding: 0 15px;
  margin-bottom: 25px;
}
.projects-list > div a {
  display: block;
  position: relative;
  text-align: center;
}
.projects-list > div a img {
  margin-bottom: 10px;
}
.projects-list > div a h4 {
  text-align: center;
  font-size: 16px;
}

/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
  font-size: 16px;
  line-height: 23px;
  color: #505050;
  font-weight: 400;
  margin: 0;
  margin-bottom: 7px;
}
.form-horizontal .control-label {
  text-align: left;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea, select {
  width: 100%;
  height: 60px;
  border-width: 1px;
  border: solid 1px;
  border-color: #ccc;
  padding: 0 5px;
  color: #000;
  font-size: 16px;
  border-radius: 4px;
}
textarea {
  min-height: 120px;
}
.custom-checkRad label {
  cursor: pointer;
  display: inline-block;
}
.custom-checkRad input[type="checkbox"], .custom-checkRad input[type="radio"] {
  display: none;
}
.custom-checkRad input[type="checkbox"] + label .fa.unchecked, .custom-checkRad input[type="radio"] + label .fa.unchecked {
  display: inline-block;
}
.custom-checkRad input[type="checkbox"] + label .fa.checked, .custom-checkRad input[type="radio"] + label .fa.checked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.unchecked, .custom-checkRad input[type="radio"]:checked + label .fa.unchecked {
  display: none;
}
.custom-checkRad input[type="checkbox"]:checked + label .fa.checked, .custom-checkRad input[type="radio"]:checked + label .fa.checked {
  display: inline-block;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	cursor: pointer;
  border-radius: 4px;
    border: solid 2px #ff9051;
    background-color: #ff9051;
    color: #fff;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input[type=submit]:focus {
 border-color: #d25c02;
  background-color: #d25c02;
  color: #f1f1f1;
  text-decoration: none;
}

/*Instagram section*/
.instagram-section {
    display: inline-block;
    width: 100%;
    background: #fff;
    overflow-x: hidden;
    padding: 0 16px;
}
.instagram-section .social-wrap {
    padding: 8px 0;
    margin: 0 -8px;
}
.instagram-section .social-wrap > a {
    display: block;
    float: left;
    width: 16.6666%;
    padding: 8px;
}
.instagram-section .social-wrap span.content {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.instagram-section .social-wrap a span.overlay {
    position: absolute;
    z-index: 1;
    left: 0; right: 0; top: 0; bottom: 0;
    background-color: rgba(29, 40, 45, 0.45);
    opacity: 0;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.overlay {
    opacity: 1;
}
.instagram-section .social-wrap a span.content .fa-instagram {
    position: absolute;
    z-index: 2;
    top: 50%; left: 50%;
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-top: -21px;
    margin-left: -25px;
    opacity: 0;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.content .fa-instagram {
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .instagram-section .social-wrap > a {
        width: 20%;
    }
    .instagram-section .social-wrap > a:nth-child(11),
    .instagram-section .social-wrap > a:last-child {
        display: none;
    }
}
@media only screen and (max-width:1023px) {
    .instagram-section .social-wrap > a {
        width: 25%;
    }
    .instagram-section .social-wrap a span.content .fa-instagram {
        font-size: 30px;
        margin-top: -12px;
        margin-left: -15px;
    }
}
@media only screen and (max-width:990px) {
    .instagram-section {
        padding: 0 8px;
    }
    .instagram-section .social-wrap {
        padding: 4px 0;
        margin: 0 -4px;
    }
    .instagram-section .social-wrap > a, .instagram-section .social-wrap > span {
        padding: 4px;
    }

}
@media only screen and (max-width:600px) {
    .instagram-section .social-wrap > a {
        width: 33.3333%;
    }
}
@media only screen and (max-width:400px) {
    .instagram-section {
        padding: 0 4px;
    }
    .instagram-section .social-wrap {
        padding: 2px 0;
        margin: 0 -2px;
    }
    .instagram-section .social-wrap > a, .instagram-section .social-wrap > span {
        width: 50%;
        padding: 2px;
    }
}

/*=========================================== Team ========================================================*/
.team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex!important;
    flex-wrap: wrap;
}
.team-grid > div {
    margin-bottom: 35px;
    position: relative;
    height: auto
}
.team-grid .member-link {
    text-align: center;
    display: block;
    top: 0; bottom: 0;
    padding: 12% 0;
}
.team-grid .member-link:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transform: scale(.96);
    -webkit-transform: scale(.96);
    -moz-transform: scale(.96);
    -o-transform: scale(.96);
}
.team-grid .member-link:hover:after {
    background-color: #fdffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.28);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}
.team-grid .member-link img {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 200px;
    margin: 0 auto 35px;
}
.team-grid .member-link .img {
    display: block;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: top center;
    width: 200px;
    padding-bottom: 200px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 auto 15px;
}
.team-grid .member-link .name {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 29px;
    line-height: 1.25em;
    color: #0d524c;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 5px;
    letter-spacing: 2px;
}
.team-grid .member-link .title {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 20px;
    color: #5e5e5e;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    font-style: italic;
}

.team-grid .member-link .info {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 13px;
    line-height: 1.4em;
    margin: 7px 0;
}
@media screen and (max-width: 1200px) {
    .team-grid .member-link .name {
        font-size: 22px;
    }
    .team-grid .member-link .title {
        font-size: 13px;
        line-height: 1.3em;
    }
    .team-grid .member-link .info {
        font-size: 10px;
    }
}
@media screen and (max-width: 991px) {
    .ice-icon {width: 50px;}
}
@media screen and (max-width: 768px) {
    .ice-icon {display: none;}
}
@media screen and (max-width: 600px) {
    .team-grid > div {
        float: none;
        width: 100%;
    }
    .team-grid .member-link .name {
        font-size: 18px;
    }
    .team-grid .member-link .title {
        font-size: 16px;
    }
    .team-grid .member-link .info {
        font-size: 15px;
    }
}