/*
Theme Name: Buffalo
Theme URI: http://themexlab.com/buffalo/
Author: Template Path
Author URI: http://themeforest.net/user/template_path
Description: Buffalo Restaurant WordPress theme.
Version: 1.2
License: GNU General Public License v3.0
License URI: license.txt
Tags: responsive-layout, featured-images, theme-options, full-width-template
Text Domain: Templatepath
*/

/* ================================= Table Contents =================================
1. GLOBAL STYLES
	- Main Styles
	- Button Styles	
	- Extra Classes
2.  HEADER
3.  NAVIGATION
4.  LAYOUT
5.  SERVICES	
6.  PORTFOLIO
7.  CALL TO ACTION
8.  ICONS SECTION
9.  TILED GALLERY SECTION
10. TEAM SECTION
11.	TESTIMONIALS SECTION
12.	CLIENT SLIDER SECTION
13. SPECIAL ITEM SECTION
14.	TWITTER FEEDS SECTION
15. OPENING HOURS
16.	TABS SECTION
17. CONTACT US SECTION
18. STORE AND LOCATION SEARCH
19. FOOTER
20. PARALLAX STYLES
21. SOCIAL ICONS
22. BLOG
23. ADDITIONAL CSS
	- Isotope
	- Flexslider
24. WIDGETS
25. CUSTOM CSS
	- Custom Button Styles
	- Revolution Slider
	- Galleries
	- VC
26. WOOCOMMERCE
27. WOOCOMMERCE WIDGETS
=========================================================================== */

/* =========================== GLOBAL STYLES ============================== */
/* ------------- Main Styles ------------- */
body {
    background: #fff;
    color: #7f7f7f;
    font-weight: 400;
    font-family: Arial;
    margin: 0;
    overflow-x: hidden;
    position: relative;
    line-height: 36px;
}
body.boxed {
    background: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/pattern-01.png)
        top left repeat;
}
body.boxed #tpath_wrapper {
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    line-height: 1.1;
    color: #262626;
}
/* Links */
a {
    outline: none;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
}
a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}
a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0;
}

/* Text Elements */
p {
    margin: 0 0 20px;
}
blockquote p {
    font-style: italic;
}
dd {
    margin-bottom: 1em;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 10px;
}
b,
strong {
    font-weight: 800;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin: 0 1.5em 1.5em 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 1.5em 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Tables */
table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
}
table th,
table td {
    padding: 8px;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
}
table th {
    font-weight: bold;
}
table thead th {
    vertical-align: bottom;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
    border: 1px solid #dcdcdc;
}
table > thead > tr > th,
table > thead > tr > td {
    border-bottom-width: 2px;
}
table th {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2d2d2d;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* Clearing */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
*:first-child + html .clearfix {
    min-height: 1px;
}
.clear {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
/* Override the bootstrap style */
blockquote,
.blockquote-reverse {
    border-left: none;
    border-right: none;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    color: #7c7c7c;
}
/* Insert the pseudo element - replicating what FontAwesome does */
blockquote:before {
    content: "";
    background: #a5a5a5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}
blockquote footer,
blockquote small,
blockquote .small {
    font-weight: 500;
}
blockquote > blockquote:before,
blockquote > blockquote:after {
    content: none;
}
blockquote > blockquote,
blockquote > blockquote {
    padding: 0;
}
/* ------------- Button Styles ------------- */
.btn.btn-wide input[type="submit"] {
    width: 159px;
    padding: 13px 12px;
}
.btn.btn-wide i {
    padding-right: 8px;
    font-size: 13px;
}
.btn,
.pager li > a,
.pager li > span,
input[type="submit"],
.wpcf7 input[type="submit"] {
    font-weight: 500;
    font-size: 16px;
    padding: 10px 25px;
    -webkit-transition: all 700ms linear;
    -moz-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    transition: all 700ms linear;
}
.btn,
.btn.btn-style-2,
.vc_general.vc_btn3.vc_btn3-style-custom {
    display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background: none;
    border: 2px solid #c6c6c6;
    color: #c6c6c6;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    text-shadow: 0 0 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.vc_general.vc_btn3.vc_btn3-style-custom:hover,
.vc_general.vc_btn3.vc_btn3-style-custom:active,
.vc_general.vc_btn3.vc_btn3-style-custom:focus {
    color: #fff;
}
.btn.btn-search {
    border: none;
}
.btn.btn-search:hover {
    color: #000;
}
.btn.btn-active,
.vc-btn-active .vc_general.vc_btn3.vc_btn3-style-custom {
    color: #fff;
}
.btn.btn-active:hover,
.btn.btn-active:active,
.btn.btn-active:focus,
.vc-btn-active .vc_general.vc_btn3.vc_btn3-style-custom:hover,
.vc-btn-active .vc_general.vc_btn3.vc_btn3-style-custom:active,
.vc-btn-active .vc_general.vc_btn3.vc_btn3-style-custom:focus {
    background: transparent;
}
.btn.btn-style-2 {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    color: #fff;
}
.pager li > a,
.pager li > span {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #ffffff;
    padding: 5px 10px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.pager li > a i {
    font-size: 16px;
    font-weight: 700;
}
.pager li.previous > a i {
    margin-right: 5px;
}
.pager li.next > a i {
    margin-left: 5px;
}
input[type="submit"],
.wpcf7 input[type="submit"],
.tpath-booking-form-wrapper .rtb-booking-form button {
    border: 1px solid;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    text-align: center;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    width: auto;
    height: auto;
}
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.wpcf7 input[type="submit"]:hover,
.wpcf7 input[type="submit"]:active,
.wpcf7 input[type="submit"]:focus {
    background: #2d2d2d;
    border-color: #2d2d2d;
}
.btn i {
    padding-right: 10px;
    font-size: 17px;
}
.btn-search i {
    padding-right: 0;
    font-size: 22px;
}
.btn-margin {
    margin-right: 20px;
}
.search-form .btn {
    padding: 3px 12px;
    font-size: 17px;
}
.widget .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.btn.btn-search {
    background: transparent;
    color: #000;
    border-color: transparent;
}
.btn.btn-search:hover,
.btn.btn-search:active,
.btn.btn-search:focus {
    background: transparent;
    border-color: transparent;
}
.search-form .input-group {
    background: #fff;
    border: 1px solid #ededed;
    height: 50px;
    padding: 12px 30px;
}
.search-form input.form-control {
    background: transparent;
    border: medium none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    padding: 0;
    text-transform: uppercase;
}
.search-form .input-group-btn .btn {
    padding: 0;
}
.search-form .input-group-btn .btn:hover,
.sidebar .search-form .input-group-btn .btn:hover {
    color: #000;
}
/* ------------- Extra Classes ------------- */
.inline-block,
.inline-title {
    display: inline-block;
}
.no-padding {
    padding: 0;
}
.tpath-rounded {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.animated {
    visibility: hidden;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
}
.visible {
    visibility: visible;
}
.input-group input.form-control {
    background: #fff;
    height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.input-group-btn .btn {
    height: 45px;
    min-width: 0;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: 0;
}
.input-group .form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.section-arrow-pointer {
    position: absolute;
}
.section-icon i:before,
.section-icon i:after {
    font-size: 30px;
}
.section-icon i {
    color: #7f8c8d;
}
.tpath-listitem,
.list-unstyled {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tpath-listitem.custom-icon li:before {
    content: "\f00c";
    font-size: 14px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    border: 2px solid #2d2d2d;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 28px;
}
.tpath-listitem.custom-icon li {
    position: relative;
    padding-left: 45px;
    line-height: 30px;
}
.container-big {
    margin: 0 auto;
}
.pageloader {
    background: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/page-loader.GIF)
        center center no-repeat #fff;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
/* Page Header */
.page-title-section {
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-color: #2b2b2b;
    position: relative;
}
.page-title-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}
.page-title-container {
    position: relative;
    float: left;
    width: 100%;
    padding: 58px 0;
}
.page-title-header {
    float: left;
}
.page-breadcrumbs {
    float: right;
}
.page-title-header h1 {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}
.page-breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.page-breadcrumbs ul li {
    float: left;
}
.page-breadcrumbs ul li:after {
    content: "/";
    display: inline-block;
    font-size: 16px;
    padding: 0 6px;
}
.page-breadcrumbs ul li:last-child:after {
    content: none;
}
.page-breadcrumbs ul li,
.page-breadcrumbs ul li a,
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
    color: #fff;
}
.woocommerce .woocommerce-breadcrumb a {
    font-weight: normal;
}
.page-breadcrumbs ul li.active,
.woocommerce .woocommerce-breadcrumb {
    font-weight: 700;
}
.slider-section {
    position: relative;
    z-index: 1;
}
.tpath-section-top {
    display: block;
    position: absolute;
    top: 0;
    font-size: 0;
    height: 0;
    line-height: 0;
    top: 0;
}
.tpath-listitem li {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 22px;
}
.tpath-section-title {
    margin-bottom: 60px;
    padding-bottom: 25px;
    position: relative;
}
.tpath-section-title .section-title {
    font-weight: 500;
    margin-bottom: 0;
    line-height: 40px;
}
.tpath-section-title div.section-title {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 0;
    color: #262626;
}
.tpath-section-title .section-sub-title {
    font-size: 14px;
    line-height: 24px;
    padding: 3px 16px;
    background: #c6c6c6;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    color: #fff;
    margin-top: 10px;
    margin-left: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.widget-title {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
    margin-top: 0;
}
.widget-title::before,
.tpath-section-title::before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin-top: 0;
    position: absolute;
    vertical-align: middle;
    width: 150px;
}
.widget-title::before {
    width: 150px;
}
.tpath-section-title.text-center::before {
    margin-left: auto;
    margin-right: auto;
    right: 0;
}
.tpath-section-title.text-center::before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    vertical-align: middle;
    width: 115px;
}
.tpath-section-title.section-margin {
    margin-bottom: 50px;
}
#back-to-top {
    bottom: 15px;
    right: 15px;
    color: #fff;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
}
#back-to-top:hover,
#back-to-top:active,
#back-to-top:focus {
    background-color: #000;
}
/* ================================================================
 * HEADER 
 * ================================================================ */
#tpath_wrapper .header-section {
    width: 100%;
    z-index: 1001;
}
.header-section .header-main-section {
    border-bottom: 1px solid #eee;
}
.is-sticky.header-main-section {
    width: 100%;
    z-index: 1001;
    background: #fff;
    position: fixed;
    top: 0;
}
.header-section .navbar {
    margin-bottom: 0;
    min-height: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
}
.header-sticky.is-sticky .header-section {
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.site-title {
    margin: 0;
    text-transform: uppercase;
}
.site-title a {
    color: #fff;
    text-decoration: none;
}
.site-description {
    color: #fcfcfc;
    font-weight: 300;
    text-align: center;
}
.navbar-brand {
    font-size: inherit;
    height: inherit;
    padding: 0;
}
.navbar-header.tpath-logo {
    padding: 15px 0;
    max-width: 200px;
}
.tpath-logo .navbar-brand > img {
    position: relative;
    width: 100%;
}
.navbar-brand > img:hover {
    box-shadow: none;
}
.navbar-header.tpath-logo,
.tpath-logo .navbar-brand,
.tpath-logo .navbar-brand > img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.tpath-top-bar {
    padding: 0 0 0 15px;
}
.tpath-top-bar .header-top-right {
    text-align: right;
    float: right;
}
.logo-left .tpath-top-bar {
    float: right;
}
.tpath-top-navbar > li {
    position: static;
}
.logo-left .is-sticky .navbar-header.tpath-logo,
.logo-right .is-sticky .navbar-header.tpath-logo {
    max-width: 140px;
}
.logo-left .is-sticky .navbar-header.tpath-logo .navbar-brand > img,
.logo-right .is-sticky .navbar-header.tpath-logo .navbar-brand > img {
    width: 100%;
}
/* Logo Center */

.logo-center .header-section .header-main-section {
    padding: 20px 0 20px;
}
.logo-center .is-sticky.header-main-section {
    padding: 20px 0 17px;
}
.tpath-centered-logo {
    position: relative;
    z-index: 10;
}
.logo-center .nav.navbar-nav.tpath-main-bar {
    float: left;
}
.logo-center .navbar-header.tpath-logo {
    margin: 0 auto;
    padding: 0 70px;
    max-width: 400px;
    width: 100%;
    float: none;
}
.logo-center .is-sticky .navbar-header.tpath-logo {
    max-width: 280px;
}
.logo-center .navbar-brand {
    float: none;
}
.logo-center .navbar-brand img {
    margin: 0 auto;
    width: auto;
}
.logo-center .tpath-top-bar {
    float: none;
    text-align: center;
    padding: 0;
}
.logo-center .navbar > .container .navbar-brand {
    margin-left: 0;
    padding: 0 15px;
    margin-bottom: 10px;
}
.logo-center .tpath-header-main-bar {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: -1;
}
/* Logo Right */
.logo-right .navbar-header.tpath-logo,
.logo-right .navbar-brand {
    float: right;
}
.logo-right .nav.navbar-nav.tpath-main-bar {
    float: left;
}
.logo-right .navbar > .container .navbar-brand {
    margin-left: 0;
    margin-right: -15px;
}
.logo-right .navbar-toggle {
    float: left;
}
.logo-right .tpath-top-bar {
    padding: 0 15px 0 0;
}

/* ================================================================
 * NAVIGATION
 * ================================================================ */
.header-main-section .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.nav.navbar-nav.tpath-main-bar {
    float: right;
}
.nav.navbar-nav.navbar-right.tpath-main-bar {
    margin-right: 0;
}
.tpath-main-nav.nav.navbar-nav > li > a {
    padding: 0 18px;
    line-height: 159px;
    font-size: 14px;
    color: #7f7f7f;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    text-shadow: 0 1px 0;
}
.logo-center.header-sticky .is-sticky .tpath-main-nav.nav.navbar-nav > li > a {
    line-height: 80px;
}
.header-sticky .is-sticky .tpath-main-nav.nav.navbar-nav > li > a {
    line-height: 119px;
}
.header-menu-bar {
    border: none;
    padding: 10px 0;
}
.header-menu-bar .navbar-collapse {
    position: relative;
}
.nav.navbar-nav.tpath-main-left > li {
    position: static;
}

.navbar-header .icon-bar {
    background: none repeat scroll 0 0 #ffffff;
}
.navbar-collapse {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.dropdown-toggle .caret {
    display: none;
}
.dropdown:hover .dropdown-menu,
.dropdown-menu .dropdown:hover .sub-menu,
.dropdown:hover .tpath-megamenu-wrapper {
    visibility: visible;
    animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    -ms-animation-duration: 0.6s;
    animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
}
.dropdown:hover .dropdown-menu {
    top: 100%;
}
.dropdown-menu {
    border: 1px solid #e2e2e2;
    border-top: 3px solid;
    background: #fff;
    min-width: 200px;
    padding: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    display: block;
    opacity: 0;
    visibility: hidden;
    top: 110%;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: transparent;
}
.dropdown-menu,
.dropdown-menu .sub-menu,
.tpath-megamenu-container {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.dropdown-menu li {
    border-bottom: 1px solid #e2e2e2;
}
.dropdown-menu li:last-child {
    border: none;
}
.navbar-nav.tpath-main-nav .dropdown-menu li {
    margin-right: 0;
}
.dropdown-menu > li > a,
.dropdown-menu .sub-menu a {
    padding: 12px 16px;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    padding: 0;
    min-width: 200px;
    list-style: none;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid #e2e2e2;
}
.dropdown-menu .sub-menu a {
    clear: both;
    display: block;
    line-height: 1.42857;
    white-space: nowrap;
}
.dropdown-menu a,
.mobile-sub-menu a {
    color: #2d2d2d;
    text-transform: uppercase;
}
.nav-tabs .dropdown-menu,
.nav-pills .dropdown-menu,
.navbar .dropdown-menu {
    margin-top: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background: transparent;
}
.tpath-megamenu-wrapper {
    visibility: hidden;
    min-width: 800px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
}
.tpath-megamenu-container,
.tpath-megamenu,
.tpath-megamenu .tpath-megamenu-submenu .sub-menu {
    list-style: none;
}
.tpath-megamenu .tpath-megamenu-submenu .sub-menu {
    padding: 0;
    margin: 0;
}
.tpath-megamenu-container {
    border-top: 3px solid #fff;
    margin: 0;
}
.tpath-megamenu {
    display: table;
    width: 100%;
    padding: 15px;
}
.tpath-megamenu > li {
    padding: 15px;
    float: none;
    display: table-cell;
    text-align: left;
}
.navbar-nav .tpath-megamenu > li a {
    color: #333333;
}
.tpath-megamenu > li:last-child {
    border: none;
}
.tpath-megamenu-title {
    margin: 0 0 15px;
}
.tpath-megamenu-title .tpath-megamenu-icon {
    padding-right: 10px;
}
.tpath-megamenu-container a {
    display: block;
    padding: 8px 0;
}
.tpath-megamenu-bullet {
    padding-right: 10px;
}
.nav > li.tpath-megamenu-menu,
.nav > li.tpath-megamenu-menu .dropdown-toggle {
    position: static;
}
.nav > li.tpath-megamenu-menu .dropdown-toggle:after {
    display: none;
}
.mobile-sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li span.menu-toggler {
    display: inline-block;
    width: 30px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1;
}
ul li span.menu-toggler i {
    display: block;
    line-height: 20px;
    font-size: 25px;
}
ul li span.menu-toggler .fa-angle-down {
    display: block;
}

/* ================================================================
 * LAYOUT
 * ================================================================ */
.boxed #tpath_wrapper,
.boxed .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}
.boxed #tpath_wrapper {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.fullwidth .container {
    width: 100%;
    max-width: 1200px;
}
#tpath_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.two-col-right #single-sidebar-container #primary,
.two-col-left #single-sidebar-container #sidebar,
.three-col-right #single-sidebar-container,
.three-col-right #single-sidebar-container #primary,
.three-col-middle #single-sidebar-container #primary,
.three-col-middle #secondary-sidebar,
.three-col-left #single-sidebar-container #sidebar,
.three-col-left #secondary-sidebar {
    float: left;
}
.two-col-right #single-sidebar-container #sidebar,
.two-col-left #single-sidebar-container #primary,
.three-col-right #single-sidebar-container #sidebar,
.three-col-right #secondary-sidebar,
.three-col-middle #single-sidebar-container,
.three-col-middle #single-sidebar-container #sidebar,
.three-col-left #single-sidebar-container,
.three-col-left #single-sidebar-container #primary {
    float: right;
}
#content {
    padding: 0;
}
.main-section {
    position: relative;
    min-height: 480px;
    width: 100%;
}
.main-section .vc_row {
    height: 50vh;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center; /* выравнивание по вертикали */
    justify-content: center;
    text-align: center;
}

.heroBg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.page-template-template-parallax .main-section {
    background: transparent;
}
.main-col-small,
.main-col-full,
.content-col-small,
.content-col-full,
.pm-sidebar,
.sec-sidebar,
.fullwidth-page-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.main-col-small {
    width: 81%;
}
.main-col-full {
    width: 100%;
}
.content-col-small {
    width: 68%;
}
.content-col-full {
    width: 100%;
}
.pm-sidebar {
    width: 31%;
}
.single-sidebar-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-sidebar-container.parallax-flat {
    padding-top: 0;
    padding-bottom: 0;
}
.wp-caption {
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    max-width: 100%;
    clear: both;
}
dl.wp-caption {
    border: none;
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    padding: 5px;
}
.wp-caption-text {
    text-align: center;
}
.revslider_active .main-section {
    border-top: none;
}
/* ================================================================
 * SERVICES
 * ================================================================ */
.tpath-feature-box {
    position: relative;
}
.tpath-feature-box .tpath-feature-image {
    position: relative;
    overflow: hidden;
}
.tpath-feature-box .vc_feature_box-img {
    width: 100%;
}
.tpath-feature-box p {
    font-size: 16px;
    line-height: 36px;
}
.tpath-feature-box .tpath-feature-box-title h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    margin: 25px 0 20px;
    text-shadow: 0.3px 0 0;
}
.tpath-feature-box.title_top .tpath-feature-box-title h4 {
    text-transform: uppercase;
}
.tpath-feature-box .tpath-feature-icon i,
.tpath-feature-box .tpath-feature-icon i:before {
    font-size: 70px;
    line-height: 80px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tpath-feature-box.title_top .tpath-feature-icon i,
.tpath-feature-box.title_top .tpath-feature-icon i::before {
    color: #4b3c38;
    text-shadow: 1px 0 0;
    font-size: 80px;
    line-height: 90px;
}

.tpath-feature-box.image_overlay {
    padding: 0;
}
.tpath-feature-box.image_overlay .tpath-feature-box-content {
    backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    border-top: 6px solid transparent;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    padding: 20px 15px;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
}
.tpath-feature-box.image_overlay:hover .tpath-feature-box-content {
    opacity: 1;
}
.tpath-feature-box.image_overlay .tpath-feature-box-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 15px;
    right: 15px;
}
.tpath-feature-box:hover .btn {
    color: #fff;
}
.tpath-feature-box.image_overlay .btn:hover,
.tpath-feature-box.image_overlay .btn:active,
.tpath-feature-box.image_overlay .btn:focus {
    background: transparent;
}
.tpath-feature-box.title_top .btn {
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: #4b3c38;
}
.tpath-feature-box.title_top:hover .btn {
    background: transparent;
}
/* ================================================================
 * PORTFOLIO
 * ================================================================ */
.portfolio-image {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.portfolio-image > a:before {
    font-size: 76px;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 2;
    color: #fff;
}
/* .portfolio-image > a:after {
    background: rgba(0, 0, 0, 0.75);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
} */
/* .portfolio-item:hover .portfolio-image > a:before,
.portfolio-item:hover .portfolio-image > a:after {
    opacity: 1;
} */
.portfolio-item img {
    transform: scale(1);
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 100%;
}
.portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.portfolio-item:hover .btn {
    color: #fff;
}
.portfolio-content .portfolio-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
}
.portfolio-content .portfolio-title > a {
    color: #262626;
}
.portfolio-content .portfolio-top {
    position: relative;
}
.portfolio-content .portfolio-price {
    font-weight: 500;
    font-size: 18px;
    color: #c6c6c6;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 2px solid #c6c6c6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    float: right;
    padding: 0 16px;
}
.portfolio-item:hover .portfolio-price {
    color: #fff;
}
.portfolio-excerpt {
    font-size: 16px;
}
.portfolio-item .portfolio-more .btn {
    color: #fff;
}
.portfolio-gallery-wrapper .portfolio-top-wrapper {
    display: block;
    margin-bottom: 55px;
    overflow: hidden;
}
.portfolio-top-wrapper .portfolio-tabs {
    float: left;
    margin: 0;
}
.portfolio-gallery-wrapper .portfolio-tabs > li {
    padding: 0;
    margin-right: 10px;
}
.portfolio-gallery-wrapper .portfolio-tabs > li a {
    border: medium none;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    background: #cbcbcb;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
}
.portfolio-columns-2 .portfolio-item {
    width: 50%;
}
.portfolio-columns-3 .portfolio-item {
    width: 33.3333%;
}
.portfolio-columns-4 .portfolio-item {
    width: 25%;
}
.portfolio-item .portfolio-content {
    display: block;
    overflow: hidden;
}
.portfolio-item .portfolio-content:hover img {
    transform: scale(1.1) rotate(4deg);
    -moz-transform: scale(1.1) rotate(4deg);
    -webkit-transform: scale(1.1) rotate(4deg);
    -o-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
}
.portfolio-item .portfolio-content img {
    width: 100%;
    min-height: 300px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.portfolio-item .portfolio-overlay {
    bottom: 0;
    height: 58px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    transition: opacity 300ms ease 0s;
    -moz-transition: opacity 300ms ease 0s;
    -webkit-transition: opacity 300ms ease 0s;
    -o-transition: opacity 300ms ease 0s;
    -ms-transition: opacity 300ms ease 0s;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px;
}
.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}
.portfolio-gallery-wrapper .portfolio-overlay h4 {
    color: #fff;
    font-size: 15px;
    line-height: 58px;
    margin-bottom: 0;
    margin-top: 0;
    float: left;
}
.portfolio-gallery-wrapper .portfolio-overlay h4 a {
    color: #fff;
}
.portfolio-gallery-wrapper .portfolio-overlay h5.portfolio-date {
    font-size: 15px;
    line-height: 58px;
    float: right;
    margin: 0;
}
.post-navigation .pager li a:hover {
    background: #7f7f7f;
}
/* Single Portfolio */
.portfolio-header {
    margin-bottom: 40px;
    overflow: hidden;
}
.page-title-header {
    position: relative;
}
.portfolio-header h1 {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 15px;
}
h3.portfolio-desc-title,
h3.portfolio-info-title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}
.portfolio-box {
    float: left;
    width: 100%;
}
.portfolio-box h5 {
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    margin: 0;
    padding-right: 12px;
    float: left;
}
.portfolio-box .portfolio-date,
.portfolio-box .portfolio-terms {
    float: left;
}
.portfolio-gallery.portfolio-image {
    margin-bottom: 3em;
}
.portfolio-gallery.portfolio-image img {
    margin: 0 auto;
    width: 100%;
}
.post-navigation .pager li a {
    border: medium none;
    font-size: 16px;
}

/* ================================================================
 * CALL TO ACTION
 * ================================================================ */
.call-to-action-wrapper {
    margin: 0;
    text-align: center;
}
.call-to-action-text {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    font-size: 52px;
    line-height: 56px;
    font-weight: 400;
    margin: 0;
    padding: 25px 10px;
    display: inline-block;
    color: rgb(255, 255, 255);
}
/* ================================================================
 * ICONS SECTION
 * ================================================================ */
.tpath-icons-box {
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.tpath-icons-box .flaticon,
.tpath-icons-box .flaticon:before,
.tpath-icons-box .flaticon:after,
.tpath-icons-box i,
.tpath-icons-box .fa {
    color: #565656;
    font-size: 50px;
    line-height: 65px;
}
.tpath-icons-box:hover .flaticon,
.tpath-icons-box:hover i,
.tpath-icons-box:hover .fa,
.tpath-icons-box:hover .flaticon:before,
.tpath-icons-box:hover .flaticon:after {
    color: #fff;
}
.tpath-icons-box .tpath-icon-view {
    margin-bottom: 20px;
}
.tpath-icons-box .tpath-icon-title h5 {
    font-weight: normal;
}
.tpath-icons-box:hover .tpath-icon-title h5 {
    color: #fff;
}
/* ================================================================
 * TILED GALLERY SECTION
 * ================================================================ */
.tpath-tiled-gallery-wrapper .tpath-gallery-item {
    backface-visibility: hidden;
    display: block;
    overflow: hidden;
    float: left;
    width: 25%;
    position: relative;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-item img {
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-sizer {
    width: 25%;
}
.tpath-tiled-gallery-wrapper .tpath-landscape-img {
    width: 50%;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-inner {
    position: relative;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-item .tpath-gallery-content {
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 0;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.tpath-tiled-gallery-wrapper .tpath-gallery-item:hover img {
    transform: scale(1.2) rotate(3deg);
    -ms-transform: scale(1.2) rotate(3deg);
    -webkit-transform: scale(1.2) rotate(3deg);
    -o-transform: scale(1.2) rotate(3deg);
    -moz-transform: scale(1.2) rotate(3deg);
}
.tpath-tiled-gallery-wrapper .tpath-gallery-item:hover .tpath-gallery-content {
    opacity: 1;
}
.tpath-tiled-gallery-wrapper
    .tpath-gallery-content
    .tpath-gallery-content-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 20px;
}
.tpath-gallery-content .tiled-gallery-title {
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
}
.tpath-gallery-content .tiled-gallery-title:before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 35px;
}
.tpath-gallery-content .tpath-tiled-gallery-text {
    color: #4b3c38;
    margin-top: 15px;
    font-size: 16px;
}
/* ================================================================
 * TEAM SECTION
 * ================================================================ */
.member-area {
    overflow: hidden;
    position: relative;
}
.member-area img {
    transform: scale(1);
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.member-area:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.member-name {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.member-name h4 {
    font-size: 16px;
    font-weight: 500;
}
.member-area:hover .member-name {
    color: #fff;
}
.team-member .member-social .list-inline {
    text-align: center;
}
.member-social .tpath-member-social-icons li {
    padding: 0 8px;
}
.member-social .tpath-member-social-icons li a {
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    min-width: 30px;
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -ms-transition: 0.4s all;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
.member-social {
    margin-top: 15px;
}
.member-social .tpath-member-social-icons li:hover a {
    padding-top: 10px;
}
.member-social .tpath-member-social-icons li.facebook a {
    background-color: #3b5998;
}
.member-social .tpath-member-social-icons li.twitter a {
    background-color: #55acee;
}
.member-social .tpath-member-social-icons li.linkedin a {
    background-color: #007ab5;
}
.member-social .tpath-member-social-icons li.pinterest a {
    background-color: #c91921;
}
.member-social .tpath-member-social-icons li.googleplus a {
    background-color: #dd4937;
}
.member-social .tpath-member-social-icons li.youtube a {
    background-color: #e22b26;
}
.member-social .tpath-member-social-icons li.rss a {
    background-color: #f75f0b;
}
.member-social .tpath-member-social-icons li.tumblr a {
    background-color: #34465d;
}
.member-social .tpath-member-social-icons li.reddit a {
    background-color: #cee3f9;
}
.member-social .tpath-member-social-icons li.dribbble a {
    background-color: #ea4886;
}
.member-social .tpath-member-social-icons li.digg a {
    background-color: #1b5891;
}
.member-social .tpath-member-social-icons li.flickr a {
    background-color: #ff0082;
}
.member-social .tpath-member-social-icons li.skype a {
    background-color: #00a9f1;
}
.member-social .tpath-member-social-icons li.blogger a {
    background-color: #ff9334;
}
.member-social .tpath-member-social-icons li.yahoo a {
    background-color: #65106d;
}
.member-social .tpath-member-social-icons li.email a {
    background-color: #007ab5;
}
/* ================================================================
 * TESTIMONIALS SECTION
 * ================================================================ */
.testimonial-carousel-slider .testimonial-content {
    font-size: 23px;
    font-style: italic;
    margin-right: 15px;
    padding: 53px 84px;
    background: #fff;
    min-height: 230px;
}
.testimonial-carousel-slider .testimonial-content p {
    font-size: 24px;
    font-style: italic;
    color: #565656;
    margin: 0;
}
.testimonial-carousel-slider .testimonial-author {
    background: #fff;
    min-height: 230px;
    padding: 10px;
}
.testimonial-carousel-slider .testimonial-item .testimonial-author img {
    margin: 20px auto 15px;
    max-width: 110px;
}
.testimonial-carousel-slider .testimonial-item .testimonial-author h5 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 0;
}
.testimonial-carousel-slider .testimonial-item .testimonial-author p {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.testimonial-carousel-slider .testimonial-content p::after,
.testimonial-carousel-slider .testimonial-content p::before {
    content: "''";
    padding: 10px;
}
.testimonial-carousel-slider .testimonial-left {
    padding-left: 0;
}
.testimonial-carousel-slider .testimonial-right {
    padding-left: 0;
    padding-right: 0;
}
.testimonial-carousel-slider .testimonial-author a:hover {
    color: #000;
}
.testimonial-carousel-slider .owl-nav {
    bottom: 25px;
    position: absolute;
    right: 27.5%;
}
.testimonial-carousel-slider.owl-carousel.owl-theme .owl-controls .owl-nav div {
    margin-left: 8px;
    text-align: center;
    opacity: 1;
    filter: alpha(opacity=100);
}
.testimonial-carousel-slider.owl-carousel.owl-theme
    .owl-controls
    .owl-nav
    .owl-prev {
    left: -110px;
}
.testimonial-carousel-slider .owl-pagination {
    text-align: center;
}
.testimonial-ticker-slider {
    margin-top: -30px;
    margin-bottom: 30px;
}
.testimonial-ticker-slider .testimonial-item {
    overflow: hidden;
    border-bottom: 1px solid #c6c6c6;
    padding: 30px 0;
}
.testimonial-ticker-slider .testimonial-author {
    padding-right: 30px;
    width: 150px;
}
.testimonial-ticker-slider .testimonial-content h5 {
    margin: 0 0 10px 0;
    color: #565656;
    font-size: 16px;
}
.testimonial-ticker-slider .testimonial-author,
.testimonial-ticker-slider .testimonial-content {
    display: table-cell;
    vertical-align: top;
}
.testimonial-ticker-slider .testimonial-info {
    margin-top: 10px;
}
.testimonial-ticker-slider .testimonial-info .testimonial-date {
    float: right;
}
/* ================================================================
 * CLIENT SLIDER SECTION 
 * ================================================================ */
.clients-carousel-slider .client-item img {
    opacity: 0.7;
    width: auto;
}
.clients-carousel-slider .client-item img:hover {
    opacity: 1;
}
.clients-carousel-slider .owl-pagination {
    position: absolute;
    width: 100%;
}
.clients-carousel-slider .owl-controls .owl-buttons div {
    top: 50%;
    transform: translateY(-50%);
}
.clients-carousel-slider .owl-controls .owl-prev {
    top: 0;
    left: -30px;
    position: absolute;
}
.clients-carousel-slider .owl-controls .owl-next {
    top: 0;
    right: -30px;
    position: absolute;
}
.boxed .clients-carousel-slider .owl-controls .owl-prev {
    left: 0;
}
.boxed .clients-carousel-slider .owl-controls .owl-next {
    right: 0;
}
.clients-wrapper .owl-theme .owl-controls .owl-buttons div:hover::after {
    opacity: 0.5;
}
.clients-carousel-slider.owl-theme.navstyle-dark
    .owl-controls
    .owl-buttons
    div::after {
    color: #7f7f7f;
}
.clients-carousel-slider.owl-theme.navstyle-light
    .owl-controls
    .owl-buttons
    div::after {
    color: #fff;
}
.clients-carousel-slider .owl-item img {
    margin: 0 auto;
}
/* ================================================================
 * SPECIAL ITEM SECTION
 * ================================================================ */
.tpath-special-item {
    background: #fff;
    display: inline-block;
    position: relative;
}
.tpath-special-imagearea {
    width: 50%;
    position: relative;
    float: left;
}
.tpath-special-imagearea img {
    width: 100%;
}
.tpath-special-price-wrapper {
    bottom: 50px;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.tpath-special-imagearea h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 6px;
    padding: 10px 20px;
    text-transform: uppercase;
    margin: auto;
    display: inline-block;
    position: relative;
    z-index: 10;
}
.tpath-special-imagearea h4 {
    bottom: 30px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    right: 5%;
}
.tpath-special-contentarea {
    float: left;
    padding: 32px;
    width: 50%;
}
.tpath-special-contentarea .tpath-special-title {
    margin-bottom: 25px;
}
.tpath-special-btn {
    bottom: 0;
    float: right;
    position: absolute;
    right: 0;
}
/* ================================================================
 * TWITTER FEEDS SECTION
 * ================================================================ */
.tpath-twitter-slider .tweet-item {
    padding-bottom: 0;
}
.tpath-twitter-slider .tweet-item::before,
.tpath-twitter-slider .tweet-user-name > span,
.tpath-twitter-slider .tweet-user-name > a {
    color: #fff;
}
.tpath-twitter-slider .tpath_tweet_text,
.tpath-twitter-slider .tpath_tweet_text a {
    color: #fff;
    font-size: 16px;
}
.tpath-twitter-slider .tweet-user-name > a {
    color: #7f7f7f;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div:after {
    font-size: 22px;
    font-family: "FontAwesome";
    height: 24px;
    line-height: 24px;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    position: absolute;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 30px;
}
.tpath-twitter-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
/* ================================================================
 * OPENING HOURS
 * ================================================================ */
.tpath-opening-hours-wrapper .opening-hours-days {
    margin-bottom: 25px;
}
.tpath-opening-hours-wrapper.two_column .opening-hours-days {
    display: inline-block;
    margin-bottom: 0;
}
.tpath-opening-hours-wrapper .opening-days {
    overflow: hidden;
    margin-bottom: 15px;
    font-weight: 600;
}
.tpath-opening-hours-wrapper.two_column .opening-days {
    float: left;
    margin-right: 15%;
    width: 42%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tpath-opening-hours-wrapper.two_column .opening-days:nth-child(2n) {
    margin-right: 0;
}
.tpath-opening-day {
    float: left;
    text-transform: uppercase;
}
.opening-days .tpath-opening-day .tpath-opening-subtext {
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    padding: 2px 10px;
}
.opening-days .tpath-opening-hours:before {
    content: "\f017";
    font-family: FontAwesome;
    padding-right: 5px;
    font-weight: normal;
}
.wpb_wrapper .menu-item,
.tpath-bmenu-item {
    margin-bottom: 25px;
}
.tpath-bmenu-item {
    padding: 0 10px;
}
.tpath-menu-content > p {
    margin-bottom: 10px;
}
.wpb_wrapper .menu-item:last-child,
.tpath-bmenu-item:last-child {
    margin-bottom: 0;
}
.wpb_wrapper .menu-item .menu-title,
.tpath-bmenu-item .tpath-menu-title {
    font-size: 16px;
    text-transform: uppercase;
}
/* ================================================================
 * TABS SECTION
 * ================================================================ */
.wpb_tabs.wpb_content_element .wpb_tabs_nav {
    margin-bottom: 30px;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li > a {
    background: transparent;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    padding: 6px 45px;
    text-transform: uppercase;
    color: #000;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li,
.tpath-tabs-widget .nav-tabs > li {
    background: transparent;
}
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li:hover > a,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active > a:hover,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active > a:focus,
.wpb_wrapper .wpb_tabs .wpb_tabs_nav li.active a,
.wpb_wrapper .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a,
.tpath-tabs-widget .nav-tabs > li:hover > a,
.tpath-tabs-widget .nav-tabs > li.active > a:hover,
.tpath-tabs-widget .nav-tabs > li.active > a:focus,
.tpath-tabs-widget .nav-tabs > li.active a,
.tpath-tabs-widget .nav-tabs > li.ui-tabs-active a {
    border: medium none;
    border-radius: 0;
    color: #fff;
}
.wpb_tabs.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
    padding: 0;
}
.tpath-tabs-widget .nav-tabs > li {
    padding: 0;
    margin: 0;
}
.tpath-tabs-widget .nav-tabs > li > a {
    padding: 10px 0;
    margin: 0;
    min-width: inherit;
    border: none;
}
.wpb_wrapper .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_wrapper .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
    background: transparent;
}
.wpb_tab.ui-tabs-panel .wpb_text_column h6,
.wpb_tab.ui-tabs-panel .wpb_text_column h5,
.wpb_tab.ui-tabs-panel .wpb_text_column h4 {
    margin-bottom: 20px;
}

/* ================================================================
 * CONTACT US SECTION
 * ================================================================ */
.tpath-contact-info i {
    margin-right: 10px;
}
.tpath-form-center.tpath-contactform {
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
    float: none;
}
input,
.form-group .form-control,
textarea {
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    resize: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    color: #c6c6c6;
    font-size: 16px;
    height: 46px;
    padding: 6px 16px;
}
.form-group,
.tpath-contactform .tpath-contact-form .form-group {
    margin-bottom: 20px;
}
select {
    height: 46px;
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 6px 16px;
    color: #c6c6c6;
}
.tpath-input-submit.form-group {
    margin-top: 20px;
}
.tpath-tp-contactform .tpath-input-submit.form-group {
    text-align: right;
    margin-bottom: 30px;
}
.tpath-input-submit .btn.tpath-submit:before {
    display: none;
}
.tpath-input-submit .btn.tpath-submit {
    color: #fff;
}
.tpath-input-submit .btn.tpath-submit:hover,
.tpath-input-submit .btn.tpath-submit:active,
.tpath-input-submit .btn.tpath-submit:focus {
    background: transparent;
}
input,
input.form-control,
textarea,
textarea.form-control,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    font-size: 16px;
}
.tpath-contact-form-wrapper select {
    padding: 6px 12px;
    height: 42px;
    width: 100%;
}
textarea,
.form-group textarea.form-control {
    height: auto;
}
.form-control::-moz-placeholder {
    color: #7f7f7f;
}
.form-control:-ms-input-placeholder {
    color: #7f7f7f;
}
.form-control::-webkit-input-placeholder {
    color: #7f7f7f;
}
.form-control-feedback {
    height: 42px;
    line-height: 42px;
    width: 28px;
    font-size: 13px;
}
.has-feedback .form-control {
    padding-right: 32px;
}
.has-error .form-control {
    border-color: #a94442;
}
.has-error .form-control:focus,
.has-success .form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper textarea {
    height: 42px;
    padding: 10px;
}
.gform_wrapper li.gfield.gfield_error,
.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border: none;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin-bottom: 0 !important;
    margin-top: 0;
    padding-left: 0 !important;
}
.gform_wrapper .top_label .gfield_error {
    width: 100%;
}
.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required
    label.gfield_label,
.gform_wrapper
    li.gfield.gfield_error.gfield_contains_required
    div.ginput_container {
    margin-top: 10px;
}
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}
.wpcf7-form .wpcf7-form-control {
    width: 100%;
    background: #f3f3f3;
}
.wpcf7 input {
    height: 42px;
    width: 100%;
}
.wpcf7 textarea {
    max-height: 180px;
    width: 100%;
}
.wpcf7 p {
    color: #565656;
    font-weight: bold;
    margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
    margin-top: 30px;
}
.gmap_canvas {
    margin-bottom: 0;
}
.gmap_canvas img {
    max-width: none;
}
.gm-style .gm-style-iw {
    line-height: 1.2;
}
.page-title-header .contact-section-title {
    margin-bottom: 30px;
}
.contact-description {
    margin-bottom: 40px;
    font-size: 16px;
}
.contact-row {
    margin-bottom: 15px;
}
.contact-row p,
.contact-row div {
    margin-bottom: 5px;
}
/* ================================================================
 * STORE AND LOCATION SEARCH
 * ================================================================ */
.tpath-location-content {
    margin-bottom: 40px;
}
.location-form .tpath-field-group {
    float: left;
    width: 20%;
    padding-right: 20px;
}
.tpath-form-button {
    float: left;
    width: 20%;
    text-align: right;
}
#location-form .input-field,
#location-form select {
    width: 100%;
}
#location-form .btn.btn-submit {
    text-transform: uppercase;
}
.stores-meta-details li {
    list-style: none;
    font-weight: bold;
}
.stores-meta-details li .meta-info {
    font-weight: normal;
}
.store-meta-list li:before {
    font-family: "FontAwesome";
    margin-right: 5px;
    font-weight: normal;
    width: 18px;
    text-align: center;
    display: inline-block;
}
.store-meta-list .st-location:before,
.store-meta-list .st-zip:before {
    content: "\f041";
}
.store-meta-list .st-city:before {
    content: "\f1b9";
}
.store-meta-list .st-types:before {
    content: "\f0f5";
}
.tpath-booking-form-wrapper .rtb-booking-form input,
.tpath-booking-form-wrapper .rtb-booking-form select {
    max-width: inherit;
    width: 100%;
}
.tpath-booking-form-wrapper .phone,
.tpath-booking-form-wrapper .time {
    width: 48%;
    margin-right: 4%;
    float: left;
}
.tpath-booking-form-wrapper .date,
.tpath-booking-form-wrapper .party {
    width: 48%;
    float: left;
}
.rtb-booking-form fieldset .type {
    display: inline-block;
    width: 100%;
}
.tpath-booking-form-wrapper .rtb-booking-form label {
    color: #fff;
}
.black-form .tpath-booking-form-wrapper .rtb-booking-form label {
    color: #565656;
}
.tpath-stores-pagination {
    clear: both;
}
.store-read-more {
    clear: both;
    padding-top: 12px;
}

/* ================================================================
 * FOOTER
 * ================================================================ */
#footer-widgets-container .footer-widgets {
    min-height: 100px;
}
.footer-section {
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
}
.footer-section a:hover {
    color: #fff;
}
.footer-widgets-section {
    padding: 50px 0;
}
.footer-copyright-section {
    padding: 35px 0;
}
.footer-copyright-section p {
    margin: 0;
    font-weight: 900;
    display: inline-block;
}
.footer-copyright-section a {
    text-transform: capitalize;
    color: #fff;
}
.footer-social h5 {
    margin: 0 0 15px;
    color: #39536c;
    text-transform: uppercase;
    font-size: 20px;
}
.footer-social .tpath-social-icons li,
.footer-social .tpath-social-icons.soc-icon-circle li {
    margin: 0 10px;
}
.widget .site-title {
    margin-bottom: 20px;
}
.footer-widgets .widget h3 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.footer-section .footer-widgets .widget_nav_menu li:before {
    content: "";
    width: 11px;
    height: 11px;
    margin-right: 15px;
    display: inline-block;
}
.footer-widgets ul li a {
    color: #fff;
}
.footer-widgets div,
.footer-widgets p,
.footer-widgets .widget_categories ul li a,
.footer-copyright-section p {
    color: #c6c6c6;
    font-size: 16px;
}
.footer-social ul.soc-icon-flat li {
    border: 1px solid #d5d5d5;
    margin: 0 5px;
}
.footer-social ul.soc-icon-flat li a {
    padding: 0 10px;
}
.footer-section
    .tpath_contact_info_widget
    .contact_info-inner
    span.contact-widget-title {
    display: table-cell;
    width: 75px;
    color: #fff;
    font-weight: bold;
}
.tpath_contact_info_widget .contact_info-inner span.contact-widget-text {
    display: table-cell;
}
.footer-section .contact_info-inner p {
    color: #c6c6c6;
    line-height: 22px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}
.footer-section .contact_info-inner a {
    color: #c6c6c6;
    word-break: break-all;
}
.footer-section .contact_info-inner a:hover {
    color: #fff;
}
/* ================================================================
 * PARALLAX STYLES
 * ================================================================ */
.tpath-parallax-header {
    text-align: center;
}
.parallax-header .parallax-desc {
    font-size: 30px;
    font-weight: 700;
}
.parallax-title {
    letter-spacing: -4px;
}
.parallax-background.parallax-section .parallax-page-inner {
    position: relative;
    color: #ffffff;
}
.section-page .parallax-page-inner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.parallax-background.parallax-section {
    background-attachment: fixed !important;
    background-size: cover;
    z-index: 100;
}
.parallax-page-inner .parallax-header {
    padding-bottom: 20px;
}
.parallax-background.parallax-section .parallax-page-inner .parallax-title {
    color: #ffffff;
}
.parallax-overlay.parallax-overlay-pattern:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.parallax-overlay.parallax-overlay-pattern {
    position: relative;
    z-index: 100;
}
.parallax-overlay.parallax-overlay-pattern.pattern-1:before {
    background: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/patterns/pattern-1.png)
        top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-2:before {
    background: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/patterns/pattern-2.png)
        top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-3:before {
    background: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/patterns/pattern-3.png)
        top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-4:before {
    background: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/patterns/pattern-4.png)
        top left repeat;
}
.parallax-overlay.parallax-overlay-pattern.pattern-5:before {
    background: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/patterns/pattern-5.png)
        top left repeat;
}
.fullwidth-section {
    position: relative;
}
/* ================================================================
 * SOCIAL ICONS
 * ================================================================ */
.tpath-social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.tpath-social-icons li {
    display: inline-block;
    margin: 0;
}
.fullwidth-menu-section .tpath-social-icons li {
    margin: 17px 3px;
}
.tpath-social-icons li a {
    font-size: 20px;
    background: transparent;
    display: block;
    color: #bfbfbf;
}
.tpath-social-icons li:last-child a {
    margin-right: 0;
}
.tpath-social-icons.soc-icon-transparent i {
    font-size: 22px;
    border: none;
}
.tpath-social-icons.soc-icon-transparent a {
    border: none;
}
.soc-icon-circle li a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-circle li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a {
    display: block;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.soc-icon-flat li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.tpath-social-share-box {
    margin: 0;
    padding: 10px 0;
}
.tpath-social-share-icons li {
    float: none;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.tpath-social-share-box .tpath-social-share-icons li a {
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 0;
    color: #7f7f7f;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ddd;
}
.tpath-social-share-box .tpath-social-share-icons li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.tpath-social-icons.soc-icon-flat li {
    border: 1px solid #d5d5d5;
}
.tpath-social-icons.soc-icon-flat li a {
    width: 43px;
    height: 41px;
    text-align: center;
}
.tpath-social-icons li a:hover {
    color: #ffffff;
}
.tpath-social-icons li a .fa {
    font-size: 15px;
    text-align: center;
}
.tpath-social-icons.soc-icon-circle li a {
    width: 36px;

    line-height: 32px;
    text-align: center;
    color: #403735;
}
.tpath-social-icons.soc-icon-transparent li a {
    background: none;
    color: #bfbfbf;
    margin: 0;
    padding: 0 5px;
}
/* Boxed And Border Type */
.tpath-social-icons li a {
    color: #fff;
}
.tpath-social-icons li.facebook a {
    background-color: #3b5998;
}
.tpath-social-icons li.twitter a {
    background-color: #55acee;
}
.tpath-social-icons li.linkedin a {
    background-color: #007ab5;
}
.tpath-social-icons li.pinterest a {
    background-color: #c91921;
}
.tpath-social-icons li.googleplus a {
    background-color: #dd4937;
}
.tpath-social-icons li.youtube a {
    background-color: #e22b26;
}
.tpath-social-icons li.rss a {
    background-color: #f75f0b;
}
.tpath-social-icons li.tumblr a {
    background-color: #34465d;
}
.tpath-social-icons li.reddit a {
    background-color: #cee3f9;
}
.tpath-social-icons li.dribbble a {
    background-color: #ea4886;
}
.tpath-social-icons li.digg a {
    background-color: #1b5891;
}
.tpath-social-icons li.flickr a {
    background-color: #ff0082;
}
.tpath-social-icons li.instagram a {
    background-color: #7b9cb3;
}
.tpath-social-icons li.skype a {
    background-color: #00a9f1;
}
.tpath-social-icons li.blogger a {
    background-color: #ff9334;
}
.tpath-social-icons li.yahoo a {
    background-color: #65106d;
}
.tpath-social-icons li a:hover .fa {
    transition: 0.4s all;
    -moz-transition: 0.4s all;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    -ms-transition: 0.4s all;
    color: #fff;
}
/* Transparent Social Icon Type */
.tpath-social-icons.soc-icon-transparent li a {
    background: transparent;
}
.tpath-social-icons.soc-icon-transparent li.facebook a {
    color: #3b5998;
}
.tpath-social-icons.soc-icon-transparent li.twitter a {
    color: #55acee;
}
.tpath-social-icons.soc-icon-transparent li.linkedin a {
    color: #007ab5;
}
.tpath-social-icons.soc-icon-transparent li.pinterest a {
    color: #c91921;
}
.tpath-social-icons.soc-icon-transparent li.googleplus a {
    color: #dd4937;
}
.tpath-social-icons.soc-icon-transparent li.youtube a {
    color: #e22b26;
}
.tpath-social-icons.soc-icon-transparent li.rss a {
    color: #f75f0b;
}
.tpath-social-icons.soc-icon-transparent li.tumblr a {
    color: #34465d;
}
.tpath-social-icons.soc-icon-transparent li.reddit a {
    color: #cee3f9;
}
.tpath-social-icons.soc-icon-transparent li.dribbble a {
    color: #ea4886;
}
.tpath-social-icons.soc-icon-transparent li.digg a {
    color: #1b5891;
}
.tpath-social-icons.soc-icon-transparent li.flickr a {
    color: #ff0082;
}
.tpath-social-icons.soc-icon-transparent li.skype a {
    color: #00a9f1;
}
.tpath-social-icons.soc-icon-transparent li.blogger a {
    color: #ff9334;
}
.tpath-social-icons.soc-icon-transparent li.yahoo a {
    color: #65106d;
}
.tpath-social-icons.soc-icon-circle li {
    border: none;
    border-radius: 50%;
    margin: 0 5px;
}
.tpath-social-share-icons li.facebook a:hover {
    background-color: #3b5998;
}
.tpath-social-share-icons li.twitter a:hover {
    background-color: #55acee;
}
.tpath-social-share-icons li.linkedin a:hover {
    background-color: #007ab5;
}
.tpath-social-share-icons li.pinterest a:hover {
    background-color: #c91921;
}
.tpath-social-share-icons li.googleplus a:hover {
    background-color: #dd4937;
}
.tpath-social-share-icons li.tumblr a:hover {
    background-color: #34465d;
}
.tpath-social-share-icons li.reddit a:hover {
    background-color: #cee3f9;
}
.tpath-social-share-icons li.digg a:hover {
    background-color: #1b5891;
}
.tpath-social-share-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tpath-social-share-icons li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    color: #fff;
}
.tpath-subscribe-socials .tpath-social-icons {
    padding-left: 10px;
}

/* ================================================================
 * BLOG
 * ================================================================ */
.sticky {
}
#sc-posts-infinite-container,
#archive-posts-container {
    position: relative;
    margin-bottom: 50px;
}
.grid-posts {
    margin-bottom: 30px;
}
.grid-col-2 .grid-posts {
    width: 48%;
}
.grid-col-3 .grid-posts {
    width: 32%;
}
.grid-col-4 .grid-posts {
    width: 24%;
}
.grid-layout {
}
.quote-format blockquote:after {
    top: auto;
    bottom: 0;
}
.grid-posts .posts-inner-container {
    padding: 0 0 10px;
}
.posts-content-wrapper {
    background: #fff;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.sticky .posts-content-wrapper {
    background: #fcfcfc;
    border: 1px solid #cccccc;
}
.grid-posts .posts-content-wrapper {
    background: transparent;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
/*.posts-content-container {
	padding: 30px;	
}*/
.grid-posts .posts-content-container {
    padding: 0;
}
.posts-content-container .entry-summary,
.posts-content-container .entry-content {
    font-size: 15px;
    line-height: 36px;
}
.medium-posts,
.large-posts,
.grid-posts {
    padding: 0;
}
h3.entry-title {
    margin-bottom: 0;
    margin-top: 0;
}
.post .entry-title a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #2d2d2d;
    text-align: left;
}
.post.sticky .entry-title a:before {
    content: "\e031";
    font-family: "Simple-Line-Icons";
    font-size: 25px;
    padding-right: 10px;
}
.link-url {
    font-size: 20px;
    margin-bottom: 15px;
}
.posts-content-container .read-more {
    text-align: right;
}
.btn.btn-more i {
    padding-left: 10px;
    padding-right: 0px;
}
.large-posts {
    margin-bottom: 80px;
}
.entry-thumbnail {
    position: relative;
}
.entry-thumbnail img {
}
.grid-posts .entry-thumbnail.image-format {
    position: relative;
}
.entry-thumbnail.blog-medium-image {
    padding: 0;
    margin-right: 30px;
}
.large-posts {
    background: #fff;
    border: 1px solid #e0e0e0;
}
.large-posts .posts-content-container {
    padding: 35px;
}
.large-posts .entry-thumbnail {
    margin: -35px;
}
.large-posts .entry-meta-list ul {
    padding: 0;
    margin: 0;
}
.large-posts .entry-header h3.entry-title a {
    font-size: 30px;
}
.list-posts .posts-content-container .post-media {
    float: left;
    margin-right: 3%;
    width: 32%;
}
.tpath-posts-container .post {
    margin-bottom: 30px;
}
.tpath-posts-container.list-layout.list-columns .list-posts,
#archive-posts-container.list-layout.list-columns .list-posts {
    float: left;
    width: 48%;
    margin-bottom: 50px;
}
.tpath-posts-container.list-layout .list-posts,
#archive-posts-container.list-layout .list-posts {
    margin-bottom: 50px;
}
.list-layout .list-posts .entry-thumbnail,
.list-layout .list-posts .audio-player,
.list-layout .list-posts .video-player {
    margin-bottom: 0;
}
.tpath-posts-container.list-layout.list-columns > article:nth-child(2n + 1),
#archive-posts-container.list-layout.list-columns > article:nth-child(2n + 1) {
    margin-right: 2%;
    clear: left;
}
.tpath-posts-container.list-layout.list-columns > article:nth-child(2n),
#archive-posts-container.list-layout.list-columns > article:nth-child(2n) {
    margin-left: 2%;
}
.list-layout.list-columns .list-posts .posts-content-container .post-media {
    width: 50%;
}
.entry-thumbnail,
.entry-thumbnail.flexslider,
.audio-player,
.video-player {
    margin-bottom: 20px;
}
.large-posts .entry-thumbnail,
.large-posts .entry-thumbnail.flexslider,
.large-posts .audio-player,
.large-posts .video-player {
    margin-bottom: 35px;
}
.grid-layout.grid-col-4
    .audio-player
    .mejs-container
    .mejs-time.mejs-currenttime-container,
.grid-layout.grid-col-4
    .audio-player
    .mejs-container
    .mejs-time.mejs-duration-container {
    display: none;
}
.entry-header {
    margin-bottom: 15px;
}
.entry-summary {
    margin-bottom: 20px;
}
.entry-thumbnail-overlay {
    position: relative;
}
.entry-thumbnail-overlay .entry-meta-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 15px;
}
.entry-thumbnail-overlay .entry-meta-list .entry-meta {
    padding: 0;
    margin: 0;
}
.entry-thumbnail-overlay .entry-meta .date > span {
    display: block;
    text-align: center;
}
.entry-thumbnail-overlay .entry-meta {
    display: table;
}
.entry-thumbnail-overlay .entry-meta > li {
    display: table-cell;
    text-align: center;
}
.entry-thumbnail-overlay .entry-meta li.date {
    width: 25%;
}
.entry-thumbnail-overlay .entry-meta .entry-date {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.1;
}
.entry-thumbnail-overlay .entry-meta .entry-month {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
}
.entry-thumbnail-overlay .entry-meta li.author {
    text-align: right;
}
.entry-thumbnail-overlay .entry-meta li.author img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}
.entry-thumbnail-overlay .entry-meta .comments-link a {
    color: #ffffff;
}
.entry-thumbnail img,
.single-post .entry-thumbnail > img {
    width: 100%;
}
.blog-gallery-item {
    width: 100%;
    overflow: hidden;
}
.entry-thumbnail .post-img-overlay {
    position: relative;
    display: block;
}
.quote-author {
    text-align: center;
}
.large-posts .entry-thumbnail img {
    width: 100%;
}
.has-post-thumbnail
    .posts-content-container
    .posted-date
    .entry-date
    span.date {
    display: block;
    font-size: 32px;
    line-height: 35px;
    text-align: center;
}
.posts-content-container .posted-date .entry-date {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
}
.posts-content-container .posted-date .entry-date span {
    padding: 0 2px;
}
.has-post-thumbnail .posts-content-container .posted-date .entry-date {
    color: #fff;
    padding: 10px;
    text-align: center;
}
.has-post-thumbnail .posted-date .entry-date {
    left: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 9;
}
.has-post-thumbnail .posts-content-container .entry-thumbnail {
    overflow: hidden;
}
.entry-meta {
    padding: 12px 0;
    margin: 10px 0 0;
    list-style: none;
    width: 100%;
}
.single.single-post .entry-meta {
    padding: 0;
    margin: 0 0 15px;
}
.entry-meta i {
    margin-left: 5px;
    margin-right: 5px;
}
.entry-meta a {
    font-weight: 600;
}
.entry-meta li {
    display: inline-block;
    margin: 0;
    font-weight: 700;
}
.posts-content-container .entry-meta li {
    margin: 0 5px 0 0;
    position: relative;
}
.entry-meta .author a {
    text-transform: capitalize;
}
.posts-content-container .entry-meta li:after {
    content: "|";
    margin: auto;
    display: inline-block;
    color: #000;
    padding: 0 0 0 5px;
}
.posts-content-container .entry-meta li:last-child:after {
    content: "";
}
.comments-link a {
    padding: 0;
    position: relative;
}
.category-image img {
    width: 100%;
}
.archive-header {
    margin-bottom: 15px;
}
.pagination {
    text-align: center;
    display: block;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    margin-top: 30px;
    clear: both;
}
.pagination > li {
    display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
    background: transparent;
    border: none;
    color: #000;
    padding: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 0 6px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span.page-numbers.current {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.pagination > li > a .fa {
    padding: 0;
}
.content-404page .error-title {
    color: #b7b7b7;
    font-size: 165px;
    text-align: center;
    line-height: 1;
    margin-bottom: 40px;
}
.search-404page {
    margin-top: 20px;
}
.content-404page {
    text-align: center;
    margin-bottom: 30px;
}
.content-404page .title-404 {
    margin-bottom: 20px;
}
.search.search-results .tpath-search-results {
    margin-bottom: 30px;
}
.author-info {
    background-color: #fff;
    border: 1px solid #ededed;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 20px;
}
.author-info.author-info-page {
    border: 1px solid #eee;
}
.author-name {
    margin: 0 0 10px;
    text-transform: capitalize;
}
.comments-box .author-name {
    margin: 0;
}
.author-img {
    padding-right: 5px;
}
.author-avatar {
    float: left;
}
.author-info-container {
    position: relative;
    margin-left: 140px;
}
.author-description,
.comment-status-text {
    font-size: 15px;
    line-height: 25px;
}
.author-description h3 {
    margin-bottom: 0;
}
.author-description .author-name a {
    text-transform: capitalize;
}
.author-links {
    float: right;
}
.author-links .author-social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
}
.form-allowed-tags {
    word-break: break-all;
}
.form-allowed-tags code {
    background: none;
    color: inherit;
}
.grid-posts .author-img {
    display: none;
}
.link-url {
    font-weight: bold;
}
.tag-share-wrapper {
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    padding-top: 10px;
}
.tags-share-section {
    float: left;
}
.tag-share-wrapper .share-options {
    float: right;
}
.post-tags {
    padding: 8px 0;
}
.post-tags h5 {
    margin: 0 8px 0 0;
    vertical-align: middle;
}
.post-tags i {
    margin-right: 5px;
}
.post-tags a {
    margin: 0 0 5px 8px;
    font-weight: 700;
}
.vimeo-inner {
    max-width: 100% !important;
}
.comment-respond label {
    display: block;
}
.comment-reply-title {
    text-transform: capitalize;
}
#comment {
    width: 100%;
}
.bypostauthor {
}
.comment-form:after {
    clear: both;
    content: "";
    display: table;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
    float: left;
    width: 31%;
}
.comment-form-author,
.comment-form-email {
    margin-right: 3.5%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}
.comment-form-comment {
    float: left;
    width: 100%;
}
.comment-respond .form-submit {
    float: left;
}
.comments-section {
    padding-top: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
    clear: both;
}
.comment-respond {
    margin-bottom: 60px;
}
.comments-title {
    margin-bottom: 15px;
}
.tpath-all-comments ul.children {
    list-style: none;
    padding-left: 75px;
}
.comment-container {
    padding: 30px 0;
}
.comments-box {
    margin: 0 0 10px;
}
.comments-box-container {
    background: #fff;
    padding: 40px;
    position: relative;
    margin-left: 180px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.comments-box-container:after,
.comments-box-container:before {
    right: 100%;
    top: 60px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.comments-box-container:after {
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}
.comments-box-container:before {
    border-right-color: #fff;
    border-width: 20px;
    margin-top: -20px;
}
.comment-avatar {
    float: left;
}
.comment-avatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.comment-posted-date {
    float: right;
    font-size: 16px;
    font-weight: 700;
}
.comment-post-meta {
    float: right;
    margin-right: 30px;
}
.comment-post-meta > span.edit {
    margin-right: 15px;
}
.comment-post-meta span a {
    margin: 0;
    padding: 4px 24px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.comment-post-meta span a:hover,
.comment-post-meta span a:active,
.comment-post-meta span a:focus {
    background: #2d2d2d;
}
.time-diff {
    text-transform: capitalize;
}
.comment-list .author-name {
    display: inline-block;
    text-transform: capitalize;
}
.comment-list .comment-time {
    color: #a6a6a6;
    padding: 0 25px;
}
#infscr-loading {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    background: none;
    padding: 8px 5px;
    color: #fff;
}
#infscr-loading img {
    margin: 0 auto;
}
.all-loaded {
    background: #eaeaea;
    color: #000;
    padding: 15px;
}
.pagination.infinite-scroll {
    display: none;
}
.tpath-hr-line {
    border-color: #eaeaea;
}
.video-player {
    background: #000000;
}
.video-player .mejs-container,
.wp-video-shortcode,
.mejs-overlay {
    width: 100% !important;
    margin: 0 auto;
}
.wp-video-shortcode {
    max-width: 100%;
}
.wp-video {
    width: 100% !important;
}
.youtube-inner {
    max-width: 100% !important;
}
.tpath-form-success,
.tpath-form-error {
    padding: 10px;
    display: none;
}
.tpath-form-success i,
.tpath-form-error i {
    padding-right: 10px;
}
/* ================================================================
 * ADDITIONAL CSS
 * ================================================================ */
/* ------------- Isotope ------------- */
/* Isotope Filtering */
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/* Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}
/* disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* ------------- Owl Carousel ------------- */
.tpath-owl-carousel.owl-carousel {
    /*margin: 0 -15px;
	width: auto;*/
}
.owl-carousel .owl-wrapper-outer {
    z-index: 9;
}
.owl-carousel.owl-theme .owl-controls .owl-nav div {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity = 0);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    z-index: 9;
}
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    float: left;
    left: 0;
}
.owl-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    float: right;
    right: 0;
}
.owl-carousel.owl-theme:hover .owl-controls .owl-nav div {
    opacity: 1;
    filter: alpha(opacity = 100);
}
.owl-carousel.owl-theme .owl-controls .owl-dots {
    text-align: center;
}
.owl-carousel.owl-theme .owl-controls .owl-dot {
    display: inline-block;
}
.owl-carousel.owl-theme .owl-controls .owl-dots span {
    width: 12px;
    height: 12px;
    background: #cbcbcb;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    display: block;
    opacity: 1;
    margin: 0 6px;
}
.owl-slides-container {
    position: relative;
}
.owl-carousel .itemsScale .owl-item img {
    width: 100%;
}
/* ================================================================
 * COUNTDOWN
 * ================================================================ */
.is-countdown {
}
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.tpath-daycounter-title {
    margin-bottom: 3em;
    margin-top: 7em;
}
.tpath-daycounter-title h3 {
    color: #fff;
    font-size: 46px;
    line-height: 54px;
    padding-right: 2em;
    text-align: right;
}
.tpath-daycounter-title h4 {
    color: #f28b1c;
    letter-spacing: 12px;
    margin-left: 10%;
    font-weight: 700;
    text-align: right;
    padding-right: 2em;
}
.tpath-daycounter.tpath-daycounter-wrapper {
    float: right;
    margin: 2em 0;
}
.countdown-row {
    clear: both;
    padding: 0;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 0 auto;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    margin: 15px;
    width: 85px;
    height: 70px;
    line-height: 63px;
    position: relative;
}
.countdown-amount {
    color: #fff;
    font-size: 50px;
    padding: 30px 45px;
    position: relative;
    text-align: center;
    z-index: 0;
    letter-spacing: 5px;
}
.countdown-period {
    display: block;
    line-height: 20px;
    font-size: 15px;
}
.countdown-descr {
    display: block;
    width: 100%;
}
.countdown-amount:after {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: skew(20deg);
    -moz-transform: skew(20deg);
    -webkit-transform: skew(20deg);
    -o-transform: skew(20deg);
    -ms-transform: skew(20deg);
    width: 100%;
    z-index: -1;
}
.paralax-form p {
    color: #fff;
    margin-bottom: 10px;
}

/* ================================================================
 * WIDGETS
 * ================================================================ */
.sidebar .widget {
    background: none repeat scroll 0 0 #fff;
}
.sidebar .widget-title,
.sidebar .tpath-section-title {
    padding-bottom: 10px;
}
.sidebar .widget.widget_search {
    padding: 0;
}
.sidebar .widget a,
.sidebar .widget li a {
    color: #000;
}
.sidebar .widget a:hover,
.sidebar .widget li:hover a {
    color: #000;
}
.sidebar .widget .btn:hover,
.sidebar .widget .nav-tabs > li:hover > a {
    color: #fff;
    text-decoration: none;
}
.widget {
    margin-bottom: 40px;
}
.widget.widget_search {
    padding: 0;
    background-color: transparent;
    margin-bottom: 40px;
}
.widget ul {
    padding: 0px;
    list-style: none;
}
.widget li {
    list-style: none;
}
.widget input,
.widget select,
.widget textarea {
    width: 100%;
}
.widget-entry-content a {
    color: #434343;
}
.footer-widgets .widget {
    margin-bottom: 0;
    border-bottom: none;
}
.posts-item,
.cat-posts-item {
    margin-bottom: 18px;
}
.widget_recent_entries li,
.widget.widget_categories .categories > li,
.latest-posts-menu li.posts-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    padding: 10px 0;
}
.widget.widget_categories .categories ul.children {
    padding-top: 10px;
}
.widget_recent_entries .post-date {
    display: block;
}
.widget_recent_entries li:first-child {
    border-top: 0;
}
.widget_recent_comments li.recentcomments,
.widget_archive li,
.widget_meta li,
.widget_pages li,
.widget_nav_menu li.menu-item {
    margin: 5px 0;
}
.widget_rss li {
    margin: 10px 0;
}
.posts-item:last-child {
    margin-bottom: 0;
}
.posts-title {
    margin-top: 0;
    margin-bottom: 0;
}
.widget-entry-content .entry-date {
    font-size: 16px;
    font-weight: 700;
    margin-top: -5px;
}
.widget_tag_cloud .tagcloud a {
    font-size: 13px !important;
    padding: 6px 8px;
    color: #fff;
    font-weight: 600;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:active,
.widget.widget_tag_cloud .tagcloud a:focus {
    background: #2d2d2d;
    color: #fff;
}
.tpath_testimonial_widget .testimonial-content p {
    color: #7f7f7f;
}
.tpath_testimonial_widget .testimonial-author p {
    font-weight: 600;
    font-size: 18px;
    color: #2d2d2d;
}
.tpath_call_to_action_widget {
    padding: 15px 0;
}
.call-to-action-inner {
    background: #fff;
    border: 1px solid #fcfcfc;
    padding: 15px 0;
}
.call-to-action-inner h2 {
    margin: 0 0 10px;
}
.call-btn-col {
    padding-top: 10px;
    text-align: center;
}
.btn-call-action {
    background: #000;
    color: #fff;
}
.tpath_flickr_widget,
.tpath_instagram_widget {
    overflow: hidden;
}
.flickr_photo_item,
.instagram-item {
    margin: 0;
    padding: 0;
    float: left;
}
.flickr_photo_item img,
.instagram-item img {
    width: 100%;
    padding: 0 2px 2px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.flickr_photo_item:hover {
    opacity: 0.7;
}
.instagram-item {
    margin: 0;
    padding: 5px;
    width: 33.3%;
}
.tpath-tabs-widget .tabs {
    border: 1px solid #e2e2e2;
}
.tpath-tabs-widget .nav-tabs {
    background: #eee;
    border: none;
}
.tpath-tabs-widget .nav-tabs > li.active > a,
.tpath-tabs-widget .nav-tabs > li.active > a:hover,
.tpath-tabs-widget .nav-tabs > li.active > a:focus {
    border: none;
}
.tpath-tabs-widget .nav-tabs > li {
    margin-bottom: 0;
    width: 33.33333333%;
    text-align: center;
}
.tpath-tabs-widget .nav-tabs > li > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.tpath-tabs-widget img,
.latest-post-img {
    max-width: 80px;
}
.tpath-tab-content {
    padding: 0 15px;
}
.widget-posts-list li,
.tpath-latest-posts li,
.category-posts-menu li {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden;
    display: table;
    width: 100%;
}
.widget-posts-list li:last-child {
    border-bottom: none;
}
.widget-posts-list .widget-entry-image,
.posts-item .widget-entry-image {
    display: table-cell;
    vertical-align: top;
    padding: 12px 10px 0 0;
    width: 80px;
}
.widget-entry-content {
    display: inline-block;
}
.widget-title {
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 10px;
}
.sidebar .widget.widget_categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget.widget_categories ul.categories > .cat-item {
    padding: 10px 0;
}
.footer-widgets .widget_categories ul.categories > .cat-item,
.footer-widgets .bootstrapwidgetmenu ul li a {
    padding: 0;
}
.footer-widgets .widget_categories ul li a {
    display: block;
}
.tweet-item:before {
    content: "\f099";
    font-family: "FontAwesome";
    width: 35px;
    height: 35px;
    line-height: 37px;
    font-size: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}
.tweet-item {
    padding-left: 50px;
    padding-bottom: 20px;
    position: relative;
}
.tweet-item p {
    margin-bottom: 0;
}
.tpath-twitter-widget .tpath_tweet_text {
    color: #c8c8c8;
}
.tpath-twitter-widget .tweet-user-name {
    color: #c6c6c6;
    font-style: italic;
}
.widget-entry-content h5 {
    font-size: 17px;
}
.tpath_contact_info_widget .contact_info-inner .fa,
.tpath_contact_info_widget .contact_info-inner .simple-icon {
    font-size: 20px;
    padding-right: 0;
    width: 35px;
    display: inline-block;
}
/* About Me */
.widget.tpath_about_widget {
    padding: 0;
}
.widget.tpath_about_widget .tpath-about-widget .widget-author-name {
    padding-top: 10px;
    font-weight: 500;
    margin-top: 20px;
}
.widget.tpath_about_widget .tpath-about-widget .about-desc {
    padding: 10px 0;
}
.tpath-about-widget .widget-author-image img {
    margin: 0 auto;
}
/* ================================================================
 * CUSTOM CSS
 * ================================================================ */
a {
    color: #434343;
}
a:hover,
a:active,
a:focus,
.comments-link a:hover,
.comments-link a:active,
.comments-link a:focus,
.portfolio-link:hover,
.portfolio-link:active,
.portfolio-link:focus {
    color: #333;
}
.btn:hover,
.btn:active,
.btn:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > span.current,
.pagination > li > span.current:hover,
.pagination > li > span.current:focus,
.portfolio-nav li a {
    color: #ffffff;
}
.sidebar .widget-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    padding-bottom: 20px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.related-post-item h5 a,
.comments-section h5,
.comments-title h5,
.comment-respond .comment-reply-title {
    color: #232323;
    font-weight: 700;
}
/* ------------- Revolution Slider ------------- */
.rev_slider .tp-caption.slider-title {
    font-size: 55px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    line-height: 80px;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.rev_slider .tp-caption.slider-subtitle {
    font-size: 40px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    line-height: 45px;
    text-transform: uppercase;
    text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.tp-bullets.simplebullets.preview1 .bullet {
    background: rgba(255, 255, 255, 0.4) !important;
    border: none !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 18px !important;
    height: 18px !important;
    margin: 0 6px;
}
.tp-caption.slider-btn .btn {
    padding: 10px 20px;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}
.tp-caption.slider-btn .btn.btn-active {
    color: #fff;
    margin-right: 20px;
}
.tp-bullets {
    z-index: 200;
}
.tpath-vc-section
    .wpb_revslider_element.wpb_content_element
    .rev_slider_wrapper
    .tp-bullets.tp-thumbs.round {
    padding: 0;
    bottom: 0;
}
.rev_slider .tp-caption.slider-thumb-title {
    color: #fff;
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 500;
}
/* ------------- Galleries ------------- */
.gallery {
    margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
    display: table;
    margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
    text-align: center;
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-1.gallery-size-thumbnail
    figure.gallery-item:nth-of-type(1n + 1),
.gallery-columns-2.gallery-size-thumbnail
    figure.gallery-item:nth-of-type(2n + 1),
.gallery-columns-3.gallery-size-thumbnail
    figure.gallery-item:nth-of-type(3n + 1),
.gallery-columns-4.gallery-size-thumbnail
    figure.gallery-item:nth-of-type(4n + 1),
.gallery-columns-5.gallery-size-thumbnail
    figure.gallery-item:nth-of-type(5n + 1) {
    clear: left;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    width: 100%;
}
.gallery-caption:before {
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.gallery-item:hover .gallery-caption {
    opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
/* ------------- VC ------------- */
/* .tpath-vc-section {
    padding: 60px 0;
    margin-bottom: 0;
} */
.tpath-vc-section.vc_row-no-margin {
    margin-left: 0;
    margin-right: 0;
}
.wpb_single_image .vc_single_image-wrapper {
    max-width: 100%;
}
.tpath-vc-section.overlay-wrapper,
.tpath-vc-section.overlay-half-wrapper {
    position: relative;
    z-index: 1;
}
.tpath-vc-section.overlay-half-wrapper {
    overflow: hidden;
}
.tpath-vc-section.overlay-wrapper:before {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.tpath-vc-section.overlay-half-wrapper:before {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: -50%;
    content: "";
    display: block;
    left: -12%;
    position: absolute;
    top: -30%;
    z-index: -1;
    width: 55%;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
}
/* ------------- VC Carousel ------------- */
.tpath-vc-section .vc_carousel-inner .vc_inner img {
    width: 100%;
}
#main .wpb_images_carousel .vc_slide.vc_images_carousel {
    max-width: 100%;
}
#main .vc_images_carousel .vc_carousel-control .icon-next::before,
#main .vc_images_carousel .vc_carousel-control .icon-prev::before {
    top: 0;
    color: #fff;
}
#main .vc_images_carousel .vc_carousel-control {
}
#main .vc_images_carousel .vc_carousel-control .icon-prev,
#main .vc_images_carousel .vc_carousel-control .icon-next,
#main .vc_images_carousel .vc_carousel-control .glyphicon-chevron-left,
#main .vc_images_carousel .vc_carousel-control .glyphicon-chevron-right {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
}
#tpath_wrapper
    #main
    .wpb_images_carousel
    .vc_slide.vc_images_carousel
    .vc_right.vc_carousel-control,
#tpath_wrapper
    #main
    .wpb_images_carousel
    .vc_slide.vc_images_carousel
    .vc_left.vc_carousel-control {
    display: block !important;
    left: auto;
    opacity: 1;
}
#main .vc_images_carousel .vc_right.vc_carousel-control {
    right: 0;
}
#main .vc_images_carousel .vc_left.vc_carousel-control {
    right: 50px;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control {
    top: auto;
    bottom: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    text-shadow: none;
}
.tpath-vc-section .vc_images_carousel .vc_carousel-control .icon-prev,
.tpath-vc-section .vc_images_carousel .vc_carousel-control .icon-next {
    margin: 0;
}
#main .vc_images_carousel .vc_carousel-indicators .vc_active {
    background: transparent;
}
.wpb_wrapper .wpb_button,
.vc_general.vc_btn3.vc_btn3-style-custom {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 22px;
}
.main-section .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
}

/* ================================================================
 * WOOCOMMERCE 
 * ================================================================ */
/* Header Top Cart */
.header-top-section ul li.header-top-cart {
    border-left: 1px solid #d5d5d5;
    width: 58px;
    height: 41px;
    text-align: center;
}
.header-top-section ul li.header-top-cart .cart-contents {
    color: #bfbfbf;
    height: 41px;
    display: block;
}
.header-top-section ul li.header-top-cart .cart-contents:hover {
    color: #2d2d2d;
}
.header-top-cart .cart-contents > i {
    font-size: 18px;
    line-height: 41px;
}
.header-top-cart .cart-contents > span {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    line-height: 11px;
    padding: 4px;
    position: relative;
    text-align: center;
    width: 20px;
    margin-right: 3px;
}
.header-top-cart .woo-header-cart {
    position: relative;
}
.header-top-cart .woo-header-cart .woo-cart-contents {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #dfdfdf;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    transition: opacity 0.2s ease 0s;
    visibility: hidden;
    width: 250px;
}
.header-top-cart .woo-header-cart:hover .woo-cart-contents {
    opacity: 1;
    visibility: visible;
    z-index: 1002;
}
.header-top-cart .woo-cart-item {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
    min-height: 62px;
    padding-bottom: 10px;
    position: relative;
    text-align: left;
}
.woo-cart-contents .woo-cart-item .ajax-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/woo-ajax-loader.gif)
        no-repeat scroll center center/16px 16px #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.header-top-cart .woo-cart-item img {
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 10px;
    max-width: 62px;
}
.woo-cart-item .cart-item-content h5 {
    margin: 0;
}
.woo-cart-item .cart-item-content .cart-product-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-right: 18px;
}
.woo-cart-item .cart-item-content .cart-product-quantity {
    font-size: 16px;
}
.woo-cart-contents .woo-cart-total {
    text-align: left;
}
.woo-cart-contents .woo-cart-total h5 {
    font-size: 19px;
}
.woo-cart-total .cart-total span.amount {
    padding-left: 5px;
}
.woo-cart-item .remove-cart-item {
    color: #a6a6a6;
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 0;
}
.woo-cart-contents .woo-cart-buttons a {
    display: block;
    border: 2px solid #dcdcdc;
    line-height: 25px;
    padding: 5px 10px;
}
.woo-cart-contents .woo-cart-buttons a:hover,
.woo-cart-contents .woo-cart-buttons a:active,
.woo-cart-contents .woo-cart-buttons a:focus {
    color: #fff;
}
.woo-cart-buttons .cart-button {
    float: left;
}
.woo-cart-buttons .checkout-button {
    float: right;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    padding-right: 40px !important;
}
/* Woocommerce Ordering */
.tpath-woo-orderby-container,
.tpath-woo-sorting-container,
.tpath-woo-count-container {
    float: left;
}
.woo-dropdown,
.woo-sort-ordering {
    cursor: pointer;
    float: left;
    list-style: outside none none;
    margin: 0 10px 30px 0;
    padding: 0;
    display: inline-block;
    position: relative;
    width: 215px;
}
.woo-sort-ordering {
    width: 35px;
}
.woo-dropdown > li:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: block;
    font-size: 14px;
    height: 29px;
    line-height: 33px;
    position: absolute;
    right: 0;
    width: 33px;
    top: 0;
    z-index: 91;
}
.woo-dropdown > li:before {
    position: absolute;
    width: 1px;
    content: "";
    background: #c6c6c6;
    right: 32px;
    top: 0;
    bottom: 0;
}
.woo-dropdown > li,
.woo-sort-ordering > li {
    background: #f7f7f7;
    border: 1px solid #c6c6c6;
    color: #7f7f7f;
    display: block;
    font-size: 14px;
    padding: 1px 0;
    font-weight: 300;
    line-height: 29px;
    text-indent: 13px;
    position: relative;
}
.woo-dropdown > li .order-sub-dropdown {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c6c6c6;
    opacity: 0;
    list-style: outside none none;
    padding: 0;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 32px;
    z-index: 100;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    visibility: hidden;
}
.woo-dropdown > li:hover .order-sub-dropdown {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.woo-dropdown > li .order-sub-dropdown > li:first-child {
    border-top: none;
}
.woo-dropdown > li .order-sub-dropdown > li {
    border-top: 1px solid #c6c6c6;
    height: 35px;
    line-height: 35px;
}
.woo-dropdown > li .order-sub-dropdown > li:hover {
    background: #f9f9f9;
}
.woo-dropdown > li .order-sub-dropdown > li strong {
    display: block;
}
.woo-dropdown > li .order-sub-dropdown > li a,
.woo-sort-ordering > li a {
    color: #7f7f7f;
}
.woo-sort-ordering > li {
    text-indent: 5px;
}
.woo-sort-ordering > li > a {
    display: block;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: left;
}
.woocommerce .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
    border-color: #d3d3d3;
    height: auto;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-right: 2%;
}
.woocommerce ul.products.products-2 li.product,
.woocommerce-page ul.products.products-2 li.product {
    width: 49%;
}
.woocommerce ul.products.products-3 li.product,
.woocommerce-page ul.products.products-3 li.product {
    width: 32%;
}
.woocommerce ul.products.products-4 li.product,
.woocommerce-page ul.products.products-4 li.product {
    width: 23.5%;
}
.woocommerce ul.products.products-5 li.product,
.woocommerce-page ul.products.products-5 li.product {
    width: 18.4%;
}
ul.products.products-2 li.product:nth-child(2n) {
    margin-right: 0;
}
ul.products.products-3 li.product:nth-child(3n) {
    margin-right: 0;
}
ul.products.products-4 li.product:nth-child(4n) {
    margin-right: 0;
}
ul.products.products-5 li.product:nth-child(5n) {
    margin-right: 0;
}
.woocommerce ul.products li.product h3 {
    font-size: 18px;
    font-weight: normal;
}
.woocommerce ul.products li.product .product-image-wrapper {
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-bottom: 1em;
}
.woocommerce ul.products li.product .product-image-wrapper:before {
    content: url(/web/20200911175537im_/https://www.brionsgrille.com/wp-content/themes/buffalo/images/cursor.png);
    font-size: 76px;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    z-index: 2;
    color: #fff;
}
.woocommerce ul.products li.product .product-image-wrapper:after {
    background: rgba(0, 0, 0, 0.75);
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
}
.woocommerce ul.products li.product:hover .product-image-wrapper:before,
.woocommerce ul.products li.product:hover .product-image-wrapper:after {
    opacity: 1;
}
.woocommerce ul.products li.product .product-image-wrapper img {
    transform: scale(1);
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 100%;
    margin-bottom: 0;
}
.woocommerce ul.products li.product:hover .product-image-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.woocommerce ul.products li.product .product-wrapper .price > .amount,
.woocommerce ul.products li.product .product-wrapper .price ins > .amount {
    font-weight: 500;
    font-size: 18px;
    color: #c6c6c6;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: 2px solid #c6c6c6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0 16px;
    display: block;
}
.woocommerce ul.products li.product:hover .product-wrapper .price > .amount,
.woocommerce
    ul.products
    li.product:hover
    .product-wrapper
    .price
    ins
    > .amount {
    color: #fff;
}
.woocommerce ul.products li.product .product-content-wrapper .price > del {
    float: left;
}
.woocommerce ul.products li.product .product-content-wrapper .price > ins {
    float: right;
}
.woocommerce ul.products li.product .product-content-wrapper {
    position: relative;
}
.woocommerce ul.products li.product .product-content-wrapper h3 {
    float: left;
    margin-bottom: 10px;
    max-width: 60%;
    line-height: 1.5;
    padding: 0;
}
.woocommerce ul.products li.product .product-content-wrapper .price {
    position: absolute;
    right: 0;
    top: 0;
}
.woocommerce ul.products li.product .product-content-wrapper .star-rating {
    clear: both;
}
.woocommerce
    .content-col-small
    ul.products.products-3
    li.product.sale
    .product-content-wrapper
    h3,
.woocommerce
    ul.products.products-4
    li.product.sale
    .product-content-wrapper
    h3 {
    max-width: none;
}
.woocommerce
    .content-col-small
    ul.products.products-3
    li.product.sale
    .product-content-wrapper
    .price,
.woocommerce
    ul.products.products-4
    li.product.sale
    .product-content-wrapper
    .price {
    position: static;
    float: left;
    width: 100%;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 26px;
    font-weight: bold;
}
.woocommerce .quantity .qty {
    margin-right: 8px;
    width: 70px;
    height: 50px;
}
.woocommerce div.product form.cart {
    margin-top: 1em;
}
.woocommerce div.product .product_meta > span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
.woocommerce ul.products li.product .price del {
    display: inline-block;
    margin-right: 12px;
}
.woocommerce ul.products li.product .price ins {
    text-decoration: none;
}
.woocommerce ul.products li.product .onsale {
    margin: 0;
    z-index: 5;
}
.woocommerce span.onsale {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    min-height: auto;
    line-height: 1;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 8px 12px;
}
.woocommerce-page span.onsale {
    left: 0;
    top: 0;
}
.woocommerce div.product p.stock {
    color: #222;
    font-size: 1em;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin-bottom: 35px;
}
.woocommerce ul.products li.product .star-rating {
    margin-top: 5px;
}
.woocommerce .star-rating::before {
    content: "SSSSS";
    color: #c6c6c6;
}
.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: normal;
}
/* Buttons */
.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.added_to_cart {
    display: inline-block;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    background: none;
    border: 2px solid #c6c6c6;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    text-shadow: 0 0 0;
    padding: 10px 25px;
    font-size: 16px;
    line-height: 1.42857;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    height: 50px;
    padding: 10px 30px;
    line-height: 25px;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:active,
.woocommerce ul.products li.product .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    color: #fff;
}
.woocommerce a.added_to_cart {
    margin-top: 1em;
    margin-left: 0.5em;
}
/* Message Boxes */
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    background: #f9f9f9;
    line-height: 1.6;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    border-color: #dcdcdc;
}
.woocommerce .woocommerce-info {
    border-top-color: #2d2d2d;
}
.woocommerce .woocommerce-info::before {
    color: #2d2d2d;
}
/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
    padding-left: 5px;
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
    border-color: #e9e9e9;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
    background: #eaeaea;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    margin: 0 0 0 -5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
    content: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #f2f2f2;
    background: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border-color: #e9e9e9;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    padding: 20px;
    border-color: #e9e9e9;
    border-top-color: transparent;
    margin-bottom: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.woocommerce #reviews h3 {
    margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    position: static;
    margin-right: 10px;
    width: auto;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    line-height: 18px;
}
.woocommerce .related.products h2,
.woocommerce .upsells h2,
.woocommerce .cross-sells h2,
.woocommerce .cart_totals h2,
.woocommerce .shipping_calculator h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 25px;
    padding-bottom: 22px;
    position: relative;
}
.woocommerce .related.products h2:before,
.woocommerce .upsells h2:before,
.woocommerce .cross-sells h2:before,
.woocommerce .cart_totals h2:before,
.woocommerce .shipping_calculator h2:before {
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    margin-top: 0;
    position: absolute;
    vertical-align: middle;
    width: 115px;
}
/* Cart */
.woocommerce table.shop_table {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border: none;
    border-collapse: collapse;
    margin: 30px 0 50px;
    background: #fff;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    padding: 12px;
}
.woocommerce a.remove {
    font-size: 18px;
}
.woocommerce-cart table.cart img {
    width: 80px;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 120px;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
    border-collapse: collapse;
    background: #fff;
    margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    border-left: 1px solid #dcdcdc;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form {
    padding: 0 15px;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 10px;
    text-align: left;
    width: 50%;
    vertical-align: middle;
}
.woocommerce-cart table.cart input {
    line-height: 1.42857;
}
/* Checkout */
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-checkout h3 {
    font-size: 22px;
}
.woocommerce-shipping-fields h3 > label {
    display: inline-block;
}
.woocommerce-shipping-fields h3 > .input-checkbox {
    height: auto;
    margin: 0 10px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    background: #fff;
}
.woocommerce form.checkout_coupon input[type="checkbox"],
.woocommerce form.login input[type="checkbox"],
.woocommerce form.register input[type="checkbox"] {
    height: auto;
}
.woocommerce form.login .button {
    margin-right: 15px;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    color: #2d2d2d;
}
.woocommerce-checkout h3#order_review_heading {
    margin-top: 15px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    height: auto;
}
.woocommerce-checkout #payment {
    background: #fff;
}
.woocommerce-checkout #payment div.payment_box:after {
    top: -2px;
}
.select2-search input,
.select2-results .select2-result-label {
    line-height: 1.5;
}
.payment_method_paypal > label {
    display: inline;
}
.woocommerce #payment .place-order {
    margin-bottom: 30px;
}
.woocommerce
    table.shop_table.customer_details
    tbody:first-child
    tr:first-child
    td,
.woocommerce
    table.shop_table.customer_details
    tbody:first-child
    tr:first-child
    th {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* Woocommerce Pagination */
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 25px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    width: 40px;
    height: 38px;
    line-height: 38px;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0 6px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff;
}
/* ================================================================
 * WOOCOMMERCE WIDGETS
 * ================================================================ */
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    width: 60px;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 4px;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border: none;
}
.woocommerce
    .widget_shopping_cart
    .widget_shopping_cart_content
    .buttons
    .button.checkout,
.woocommerce.widget_shopping_cart
    .widget_shopping_cart_content
    .buttons
    .button.checkout {
    float: right;
}
.sidebar .widget a.button:hover {
    color: #fff;
}
.woocommerce .widget_price_filter .price_slider_wrapper {
    margin-top: 20px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #eee;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    width: 0.7em;
}
.woocommerce .widget_price_filter .ui-slider {
    margin-left: 0;
    margin-right: 0;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    margin-top: 6px;
}
.widget_product_tag_cloud .tagcloud a {
    color: #fff;
    font-size: 13px !important;
    font-weight: 600;
    padding: 6px 8px;
}
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .tagcloud a:active,
.widget.widget_product_tag_cloud .tagcloud a:focus {
    background: #2d2d2d;
    color: #fff;
}
/*
     FILE ARCHIVED ON 17:55:37 Sep 11, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:23:49 Aug 27, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.976
  exclusion.robots: 0.041
  exclusion.robots.policy: 0.025
  esindex: 0.015
  cdx.remote: 104.78
  LoadShardBlock: 196.284 (3)
  PetaboxLoader3.datanode: 161.619 (4)
  load_resource: 45.847
*/

.banner {
    background-image: url(/index_files/1.jpeg);
}

#rs-demo-id {
}
#rev_slider_1_1_wrapper .tp-loader.spinner2 {
    background-color: #ffffff !important;
}
.hades.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.25);
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    z-index: 100;
}

.hades.tparrows:before {
    font-family: "revicons";
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    display: block;
    line-height: 100px;
    text-align: center;
    transition: background 0.3s, color 0.3s;
}
.hades.tparrows.tp-leftarrow:before {
    content: "\e824";
}
.hades.tparrows.tp-rightarrow:before {
    content: "\e825";
}

.hades.tparrows:hover:before {
    color: rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 1);
}
.hades .tp-arr-allwrapper {
    position: absolute;
    left: 100%;
    top: 0px;
    background: #888;
    width: 100px;
    height: 100px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.hades.tp-rightarrow .tp-arr-allwrapper {
    left: auto;
    right: 100%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
}

.hades:hover .tp-arr-allwrapper {
    -ms-filter: "progid:dximagetransform.microsoft.alpha(opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotatey(0deg);
    transform: rotatey(0deg);
}

.hades .tp-arr-iwrapper {
}
.hades .tp-arr-imgholder {
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.hades .tp-arr-titleholder {
}
.hades .tp-arr-subtitleholder {
}

.hades.tp-bullets {
}
.hades.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}
.hades .tp-bullet {
    width: 3px;
    height: 3px;
    position: absolute;
    background: rgba(127, 127, 127, 1);
    cursor: pointer;
    border: 5px solid rgba(255, 255, 255, 1);
    box-sizing: content-box;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translatez(0.01px);
    transform: translatez(0.01px);
}
.hades .tp-bullet:hover,
.hades .tp-bullet.selected {
    background: rgba(86, 86, 86, 1);
    border-color: rgba(255, 255, 255, 1);
}

.hades .tp-bullet-image {
    position: absolute;
    top: -80px;
    left: 0;
    width: 120px;
    height: 60px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: rotatex(-90deg) translatex(-50%);
    -webkit-transform: rotatex(-90deg) translate(-50%);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
}
.hades .tp-bullet:hover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: rotatex(0deg) translatex(-50%);
    -webkit-transform: rotatex(0deg) translatex(-50%);
    visibility: visible;
}
.hades .tp-bullet-title {
}

#rev_slider_2_2_wrapper .tp-loader.spinner3 div {
    background-color: #ffffff !important;
}
.hesperiden .tp-thumb {
    opacity: 1;
    -webkit-perspective: 600px;
    perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size: 12px;
    position: absolute;
    margin-top: -10px;
    color: rgba(255, 255, 255, 1);
    display: block;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 5px 10px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: rotatex(90deg) translatez(0.001px);
    transform-origin: 50% 100%;
    -webkit-transform: rotatex(90deg) translatez(0.001px);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
}
.hesperiden .tp-thumb:hover .tp-thumb-title {
    transform: rotatex(0deg);
    -webkit-transform: rotatex(0deg);
    opacity: 1;
}

.portfolio-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.portfolio-item {
    position: relative !important; /* отменяем absolute */
    width: 100% !important;
    max-width: 370px; /* на десктопе не шире */
}

/* ===== Адаптив ===== */
@media (max-width: 991px) {
    .portfolio-container {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .portfolio-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .portfolio-item {
        max-width: none;
    }
}

hr {
    border: 1px solid;
}

section {
    margin-bottom: 60px;
}

.site-footer {
    padding: 28px 0 18px;
    border-top: 1px solid #e6e6e6;
    background: #fff;
    color: #111;
}
.site-footer a {
    color: inherit;
    text-decoration: none;
}
.site-footer a:hover {
    text-decoration: underline;
}

.footer-main {
    display: flex;
    flex-direction: row;

    justify-content: space-between;
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
    align-items: center;
}

#about {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .footer-main {
        gap: 20px;
    }

    .tpath-feature-box-content .tpath-feature-box-btn {
        margin: 20px auto 40px auto !important;
    }
}

@media (max-width: 600px) {
    .footer-main {
        flex-direction: column;
        gap: 20px;
    }
    .tpath-feature-box-content .tpath-feature-box-btn {
        margin: 20px auto 40px auto !important;
    }
}

.contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
}

.social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.social-list a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid currentColor;
    border-radius: 50%;
}
.social-list a:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.fb-follow {
    display: inline-block;
    padding: 10px 14px;
    background-color: #ffffff;

    font-size: 18px;
}

.fb-follow:hover {
    background: #ffffff;
    text-decoration: none;
    font-size: 30px;
    text-align: center;
}

.footer-bottom {
    max-width: 1200px;
    margin: 18px auto 0;
    padding: 12px 16px 0;
    border-top: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #444;
}

footer {
    .defaultP {
        text-align: center;
    }
}

/* доступность */
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

#main-mobile-nav {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
    height: 40vh;
    z-index: 1000;
    position: fixed;
    background-color: #ffffff;

    inset: 0;
    top: 70px;
    transition: 0.5s all !important;
}

#main-mobile-nav a {
    font-size: 18px;
    font-weight: 100;
    color: #7f7f7f;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.no-scroll {
    overflow: hidden;
    height: 110vh; /* фиксирует вьюпорт */
}

.social-media {
    padding: 40px;
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
    border-color: #993300;
}

.social-media-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-direction: row; /* по умолчанию — в ряд */
}

.social-media-list li a {
    font-size: 24px;
    color: #333;
    transition: color 0.3s ease, transform 0.2s ease;
}

.social-media-list li a:hover {
    color: #993300; /* подсветка при наведении */
    transform: scale(1.1);
}

/* На мобилке — колонка */
@media (max-width: 768px) {
    .social-media-list {
        flex-direction: row;
        gap: 15px;
    }

    .call-to-action-text {
        border: none !important;
    }

    /* Панель мобильного меню — поверх контента */
}
/* базовая раскладка хедера */
.site-header {
    background: #fff;
}
.hdr {
    display: flex;
    align-items: center;
    justify-content: space-between; /* desktop layout */
    gap: 16px;
}

/* ссылки по умолчанию */
.nav-left,
.nav-right,
.mobile-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav-left a,
.nav-right a,
.mobile-list a {
    text-decoration: none;
    color: #111;
}

/* ===== DESKTOP (≥992px) ===== */
@media (min-width: 992px) {
    .nav-left,
    .nav-right {
        display: flex;
        gap: 24px;
    } /* показываем десктоп-меню */
    .mobile-nav,
    .mobile-list,
    .burger {
        display: none !important;
    } /* скрываем моб.список/бургер */
}

/* ===== MOBILE (<992px) ===== */
@media (max-width: 991px) {
    .nav-left,
    .nav-right {
        display: none !important;
    } /* скрываем десктоп-списки */
    .burger {
        display: inline-flex;
    } /* если есть кнопка */
    .mobile-nav {
        display: block;
    } /* контейнер моб.меню */
    .mobile-list {
        display: flex; /* показываем моб.список */
        flex-direction: column;
        gap: 18px;
    }
}
/* Кнопка-бургер */
.burger {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 40px;
    height: 36px;
    background: #f59e0b;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.burger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    margin: 4px 0;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Состояние открытого меню — превращаем в крестик */
.burger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}
.burger.active span:nth-child(2) {
    opacity: 0;
}
.burger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}
