@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Fonts
# Variables-site
# Mixins-master
# Normalize
# Typography
# Elements
	## Buttons
	## Tables
	## Lists
# Forms
	## Fields
# Navigation
	## Menus
# Accessibility
	## Alignments
	## Clearings
	## Infinite-scroll
# Site
	## Posts-and-pages
	## Comments
	## Header
	## Slider
	## Preloader
	## Body
	## Widgets
	## Footer
# Shop
# Media
	## Captions
	## Galleries
# Media queries





/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: LibreFranklin-Black;
  src: url(../fonts/LibreFranklin-Black.ttf); }
@font-face {
  font-family: LibreFranklin-BlackItalic;
  src: url(../fonts/LibreFranklin-BlackItalic.ttf); }
@font-face {
  font-family: LibreFranklin-Bold;
  src: url(../fonts/LibreFranklin-Bold.ttf); }
@font-face {
  font-family: LibreFranklin-BoldItalic;
  src: url(../fonts/LibreFranklin-BoldItalic.ttf); }
@font-face {
  font-family: LibreFranklin-ExtraBold;
  src: url(../fonts/LibreFranklin-ExtraBold.ttf); }
@font-face {
  font-family: LibreFranklin-ExtraBoldItalic;
  src: url(../fonts/LibreFranklin-ExtraBoldItalic.ttf); }
@font-face {
  font-family: LibreFranklin-ExtraLightItalic;
  src: url(../fonts/LibreFranklin-ExtraLightItalic.ttf); }
@font-face {
  font-family: LibreFranklin-Italic;
  src: url(../fonts/LibreFranklin-Italic.ttf); }
@font-face {
  font-family: LibreFranklin-Light;
  src: url(../fonts/LibreFranklin-Light.ttf); }
@font-face {
  font-family: LibreFranklin-LightItalic;
  src: url(../fonts/LibreFranklin-LightItalic.ttf); }
@font-face {
  font-family: LibreFranklin-Medium;
  src: url(../fonts/LibreFranklin-Medium.ttf); }
@font-face {
  font-family: LibreFranklin-MediumItalic;
  src: url(../fonts/LibreFranklin-MediumItalic.ttf); }
@font-face {
  font-family: LibreFranklin-Regular;
  src: url(../fonts/LibreFranklin-Regular.ttf); }
@font-face {
  font-family: LibreFranklin-SemiBold;
  src: url(../fonts/LibreFranklin-SemiBold.ttf); }
@font-face {
  font-family: LibreFranklin-SemiBoldItalic;
  src: url(../fonts/LibreFranklin-SemiBoldItalic.ttf); }
@font-face {
  font-family: LibreFranklin-Thin;
  src: url(../fonts/LibreFranklin-Thin.ttf); }
@font-face {
  font-family: LibreFranklin-ThinItalic;
  src: url(../fonts/LibreFranklin-ThinItalic.ttf); }
@font-face {
  font-family: Lobster-Regular;
  src: url(../fonts/Lobster-Regular.ttf); }
                       /*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
--------------------------------------------------------------*/
                                         /*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
                                /*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: LibreFranklin-Thin, sans-serif;
  line-height: 1.5; }

html {
  box-sizing: border-box; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a,
address,
body,
dd,
dt,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
  font-family: LibreFranklin-Thin, sans-serif; }

h1 {
  font-size: 44px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 18px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0 24px;
  clear: both; }

a {
  color: #888888;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

h1.entry-title a:focus,
h1.entry-title a:hover {
  text-decoration: none; }

a:focus,
a:hover {
  color: #443f3f;
  outline: 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

img {
  max-width: 100%;
  height: auto; }

.img-left {
  margin: 0 33px 0 0 !important;
  float: left; }

.img-right {
  margin: 0 0 0 33px !important;
  float: right; }

strong {
  font-weight: 600; }

address,
dd,
dt,
li,
p {
  color: #888888;
  font-family: LibreFranklin-Thin, sans-serif;
  font-size: 16px;
  text-align: justify;
  line-height: 29px;
  word-spacing: 3px;
  letter-spacing: 1px; }

blockquote,
q {
  quotes: "" ""; }
  blockquote:after, blockquote:before,
  q:after,
  q:before {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

                                 /*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Buttons
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  position: relative;
  display: inline-block;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  padding: 12px 34px;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart .button,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce input.button.alt,
.woocommerce a.button,
.woocommerce .widget_price_filter .price_slider_amount .button,
.woocommerce #review_form #respond .form-submit input {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  padding: 8px 12px;
  border-radius: 0;
  border: 1px solid #888888;
  background-color: transparent; }
  .woocommerce ul.products li.product .button:hover,
  .woocommerce div.product form.cart .button:hover,
  .woocommerce .cart .button:hover,
  .woocommerce .cart input.button:hover,
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
  .woocommerce input.button.alt:hover,
  .woocommerce a.button:hover,
  .woocommerce .widget_price_filter .price_slider_amount .button:hover,
  .woocommerce #review_form #respond .form-submit input:hover {
    color: #ffffff;
    border-color: #888888;
    background-color: #888888; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: transparent; }

.nav-next,
.nav-previous {
  padding: 16px 0; }

.nav-next a,
.nav-previous a {
  max-width: 95%;
  display: inline-block;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  padding: 25px;
  text-overflow: ellipsis; }

.btn-thetirral,
a.btn-thetirral,
.entry-content a.btn-thetirral,
.nav-next a,
.nav-previous a,
input[type="submit"] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #888888;
  padding: 9px 12px;
  border-radius: 0;
  border: 1px solid #888888 !important;
  background-color: transparent; }
  .btn-thetirral:hover, .btn-thetirral:focus,
  a.btn-thetirral:hover,
  a.btn-thetirral:focus,
  .entry-content a.btn-thetirral:hover,
  .entry-content a.btn-thetirral:focus,
  .nav-next a:hover,
  .nav-next a:focus,
  .nav-previous a:hover,
  .nav-previous a:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    color: #ffffff !important;
    border-color: #888888;
    background-color: #888888; }

.nav-next a {
  padding-right: 30px;
  position: relative; }
  .nav-next a:hover:after {
    color: #fff; }
  .nav-next a:after {
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 14px;
    color: #888888;
    position: absolute;
    top: 8px;
    right: 12px; }

.nav-previous a {
  padding-left: 30px;
  position: relative; }
  .nav-previous a:hover:before {
    color: #fff; }
  .nav-previous a:before {
    font-family: 'FontAwesome';
    content: "\f053";
    font-size: 14px;
    color: #888888;
    position: absolute;
    top: 8px;
    left: 12px; }

/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
table {
  width: 100%; }

th, td {
  border: 1px solid #333;
  padding: 5px;
  text-align: center; }

/*--------------------------------------------------------------
Lists
--------------------------------------------------------------*/
ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

                             /*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Fields
--------------------------------------------------------------*/
input:hover, input:focus, input:active, input:visited,
select:hover,
select:focus,
select:active,
select:visited,
textarea:hover,
textarea:focus,
textarea:active,
textarea:visited,
a:hover,
a:focus,
a:active,
a:visited {
  outline: none; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  color: #767676;
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  height: 44px;
  padding: 4px 20px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

textarea {
  width: 100%;
  height: 120px;
  padding: 15px 20px; }

input[type="checkbox"] {
  display: inline; }

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #a3a2a2; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c3c3c3; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

.orches-animation {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.orches-animation.animated {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

@-webkit-keyframes pop-scale {
  0% {
    -webkit-transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-scale {
  0% {
    -moz-transform: scale(0.7); }
  100% {
    -moz-transform: scale(1); } }
@keyframes pop-scale {
  0% {
    transform: scale(0.7); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes pop-scale2 {
  0% {
    -webkit-transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pop-scale2 {
  0% {
    -moz-transform: scale(0.5); }
  100% {
    -moz-transform: scale(1); } }
@keyframes pop-scale2 {
  0% {
    transform: scale(0.5); }
  100% {
    transform: scale(1); } }
/* bootstrap resetting elements */
.btn {
  background-image: none; }

textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  -webkit-appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-size: 16px; }

input[type="search"]::-webkit-input-placeholder {
  color: #767676;
  font-weight: 300;
  font-size: 14px; }

input[type="search"]::-moz-placeholder {
  color: #767676;
  font-weight: 300;
  font-size: 14px; }

input[type="search"]:-ms-input-placeholder {
  color: #767676;
  font-weight: 300;
  font-size: 14px; }

input[type="search"]:-moz-placeholder {
  color: #767676;
  font-weight: 300;
  font-size: 14px; }

                       /*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.posts-navigation .nav-previous {
  padding-left: 15px; }

.posts-navigation .nav-next {
  padding-right: 15px; }

.post-navigation {
  margin: 30px 0; }

/*--------------------------------------------------------------
 Menus
--------------------------------------------------------------*/
#mainnavwrapper {
  margin-left: 20px !important;
  margin-right: 20px !important; }

#mainnav {
  display: block;
  float: right;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  #mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  #mainnav li {
    float: left;
    padding: 0 14px; }
  #mainnav ul ul li {
    padding: 0; }
  #mainnav ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #888888;
    font-weight: 500;
    text-decoration: none;
    outline: none; }
    #mainnav ul li a:hover {
      color: #2095f2; }
  #mainnav ul ul a {
    width: 180px;
    padding: 6px 6px 6px 12px; }
  #mainnav ul li {
    position: relative; }
    #mainnav ul li ul {
      width: 180px;
      position: absolute;
      top: 100%;
      left: initial;
      opacity: 0;
      z-index: 10;
      visibility: hidden;
      background-color: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
      #mainnav ul li ul ul {
        top: 0; }
      #mainnav ul li ul:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 1px; }
      #mainnav ul li ul ul:after {
        top: 0; }
      #mainnav ul li ul li ul {
        left: 100%; }
  #mainnav > ul > li:last-child {
    padding-right: 0; }
  #mainnav li:hover > ul {
    opacity: 1;
    padding-top: 10px;
    visibility: visible;
    left: auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    #mainnav li:hover > ul ul {
      padding-top: 0;
      left: 100%; }
  #mainnav .sub-menu {
    z-index: 99999; }
    #mainnav .sub-menu li a {
      color: #888888;
      display: block;
      line-height: 30px;
      background: #1c1c1c;
      padding: 0 18px;
      border-top: 1px solid #252525;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out; }
    #mainnav .sub-menu li:hover > a {
      color: #000; }
  #mainnav li:hover > .sub-menu > li > a {
    padding: 8px 18px; }
  #mainnav ul li::before {
    font-family: Fontawesome;
    color: #000;
    float: left;
    margin: 5px 5px 0 0;
    font-size: 14px;
    line-height: 1;
    font-weight: 400; }
  #mainnav ul li a {
    float: left;
    text-align: left; }
  #mainnav .sub-menu li:before {
    content: '';
    margin: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease; }
  #mainnav .page_item_has_children:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 14px;
    color: #888888;
    position: absolute;
    display: block;
    top: -1px;
    right: 1px;
    font-style: normal; }
  #mainnav .page_item_has_children .page_item_has_children:after {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 14px;
    color: #888888;
    position: absolute;
    display: block;
    top: 2px;
    right: 12px;
    font-style: normal; }

#mainnav-mobi ul li a {
  float: none; }
#mainnav-mobi ul li::before {
  content: ''; }

#mainnav-mobi {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  #mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    #mainnav-mobi ul li {
      margin: 0;
      position: relative;
      text-align: left;
      border-top: 1px solid #dadada;
      cursor: pointer; }
    #mainnav-mobi ul > li > a {
      display: block;
      text-decoration: none;
      padding: 10px 25px;
      color: #888888; }
    #mainnav-mobi ul.sub-menu {
      top: 100%;
      left: 0;
      z-index: 2000;
      position: relative;
      background-color: #888888; }
      #mainnav-mobi ul.sub-menu > li > a {
        display: block;
        text-decoration: none;
        padding: 5px 60px;
        border-top-color: #888888;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      #mainnav-mobi ul.sub-menu > li > a:hover {
        color: #000; }
  #mainnav-mobi > ul > li > ul > li {
    position: relative;
    border-top: 1px solid #888888;
    background-color: #222; }
    #mainnav-mobi > ul > li > ul > li > ul > li {
      position: relative;
      border-top: 1px solid #888888;
      background-color: #222; }
    #mainnav-mobi > ul > li > ul > li > a {
      padding-left: 70px !important; }
    #mainnav-mobi > ul > li > ul > li > ul > li a {
      padding-left: 90px !important; }
  #mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none; }
  #mainnav-mobi > ul > li > ul > li.active > a {
    color: #fff; }

#mainnav-mobi ul ul a {
  padding: 10px 40px !important; }

#mainnav-mobi ul ul ul a {
  padding: 10px 60px !important; }

#mainnav-mobi ul ul ul ul a {
  padding: 10px 80px !important; }

.btn-menu {
  margin: 0 auto;
  font-size: 40px;
  font-family: "FontAwesome";
  color: #888888;
  text-align: center;
  width: 40px;
  height: 52px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .btn-menu:before {
    content: "\f0c9"; }

.btn-submenu {
  position: absolute;
  right: 20px;
  top: 0;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  width: 70px;
  height: 44px; }
  .btn-submenu:before {
    content: "\f107";
    color: #888888; }
  .btn-submenu.active:before {
    content: "яДЖ"; }

                                 /*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Accessiability
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

                                 /*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

span.mejs-duration, span.mejs-currenttime {
  font-size: 14px !important;
  line-height: 14px !important; }

/*--------------------------------------------------------------
Standard Post Format 
--------------------------------------------------------------*/
article {
  padding-top: 40px;
  padding-bottom: 40px; }

h1.entry-title {
  word-wrap: break-word; }
  h1.entry-title a {
    color: #888888;
    font-style: normal;
    font-family: Libre Franklin;
    font-size: 44px;
    font-weight: 300;
    text-align: center;
    line-height: 64px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    word-wrap: break-word; }

.entry-meta {
  font-size: 14px;
  font-weight: 200;
  color: #888888;
  margin-bottom: 20px; }
  .entry-meta a {
    font-size: 14px;
    font-weight: 500;
    color: #888888; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #888888; }

.entry-excerpt {
  margin: 30px 0 16px; }
  .entry-excerpt p {
    font-size: 18px;
    color: #888888;
    line-height: 1.5em;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-bottom: 33px; }

.entry-thumb {
  text-align: center;
  margin-bottom: 30px; }

.standard-featured-link {
  display: block;
  position: relative; }
  .standard-featured-link:hover .standard-featured:after, .standard-featured-link:focus .standard-featured:after {
    background-color: rgba(0, 0, 0, 0); }

.standard-featured {
  height: 500px !important;
  color: #ffffff; }
  .standard-featured:after {
    background-color: transparent; }

.background-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.standard-featured {
  height: 330px;
  display: block;
  position: relative;
  margin-bottom: 25px; }
  .standard-featured:after {
    -webkit-transition: background-color 320ms ease;
    -moz-transition: background-color 320ms ease;
    -ms-transition: background-color 320ms ease;
    -o-transition: background-color 320ms ease;
    transition: background-color 320ms ease;
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.35); }

.button-container {
  margin-bottom: 30px; }

.entry-footer {
  border-bottom: 2px solid #eee;
  padding-top: 26px;
  font-size: 12px; }
  .entry-footer .post-footer-container {
    padding: 10px 5px;
    margin-bottom: 26px;
    color: #888888;
    text-transform: uppercase; }
  .entry-footer a {
    color: #888888;
    font-size: 12px; }
    .entry-footer a:hover, .entry-footer a:focus {
      color: #888888; }
  .entry-footer .tags-list .thetirral-icon {
    margin-right: 10px; }
  .entry-footer .tags-list a {
    padding: 0 4px; }
  .entry-footer .comments-link .thetirral-icon {
    margin-left: 10px; }

/* 
	Footer Section
	------------------------------------------------
*/
.thetirral-footer {
  background-color: #333;
  padding: 20px 0;
  margin-top: 40px;
  display: block; }

/* 
	Comment section
	------------------------------------------------
*/
.comments-area {
  border-top: 4px solid #F1F1F1;
  margin-top: 40px; }

.last-field {
  margin-bottom: 50px; }

.comment-list {
  padding: 0;
  list-style: none; }

.comment-body {
  padding-bottom: 0; }

.comments-area .children {
  background-color: #F5F5F5;
  padding-right: 20px;
  padding-left: 20px;
  list-style: none;
  margin-left: 60px; }
  .comments-area .children .comment-author:before {
    background-color: #fff; }

.comment-author {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 300; }
  .comment-author:before {
    position: absolute;
    content: '';
    display: block;
    top: 2px;
    bottom: 2px;
    left: 40px;
    right: 0;
    background-color: #f5f5f5;
    z-index: 1;
    border-radius: 4px; }
  .comment-author * {
    z-index: 1;
    position: relative; }
  .comment-author b {
    font-weight: 400; }
  .comment-author .avatar {
    border-radius: 50%;
    margin-right: 10px;
    border: 3px solid #fff; }

.comment-metadata {
  text-align: right;
  text-transform: uppercase;
  margin-top: 3px;
  font-size: 12px; }
  .comment-metadata a {
    color: #999; }

.comment-content {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #E6E6E6;
  margin-left: 60px; }

.reply {
  text-align: right;
  padding: 5px 0; }

a.comment-reply-link {
  text-transform: uppercase;
  color: #404040; }
  a.comment-reply-link:hover, a.comment-reply-link:focus {
    color: #404040; }

.comment-respond {
  margin-top: 60px; }

/* 
	404 Page
	------------------------------------------------
*/
.not_found {
  color: #888888;
  font-family: LibreFranklin, sans-serif !important;
  font-size: 96px;
  text-align: center;
  line-height: 64px; }

.error404 .search-form input {
  width: 100%; }

.error404 .search-submit {
  display: none; }

.error404 h1.widgettitle,
.error404 h1.widget-title {
  color: #888888;
  font-family: LibreFranklin-Thin, sans-serif;
  font-size: 22px;
  text-align: left;
  line-height: 20px; }

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

#reply-title,
.comments-title {
  font-size: 22px; }
  #reply-title span,
  .comments-title span {
    font-size: 22px;
    line-height: 1.1; }

.comment-form input {
  width: 100%;
  max-width: 100%; }

.comment-form input[type="submit"] {
  width: auto;
  margin-top: 28px; }

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
header {
  width: 100%; }

.show {
  opacity: 1;
  z-index: 999; }

.admin-bar .header-wrap.show {
  top: 32px; }

h1.site-title {
  line-height: 26px;
  word-wrap: break-word; }
  h1.site-title a {
    text-align: left !important;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.6;
    word-wrap: break-word; }
    h1.site-title a:hover, h1.site-title a:focus {
      text-decoration: none; }

.site-description {
  font-size: 12px;
  margin: 0;
  line-height: 1.2;
  word-spacing: 3px;
  letter-spacing: 0px; }

.site-logo {
  max-height: 72px; }

.site-header {
  margin: 0 !important;
  background-color: white;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.site-header {
  border-bottom: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important; }
  .site-header.fixed {
    position: fixed;
    padding-left: 0px !important;
    padding-right: 0px !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    border-bottom: 1px solid #cecece !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
  .site-header .logo {
    margin: 40px 0;
    float: left;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 135px;
    height: 27px; }
    .site-header .logo a {
      display: block;
      height: 100%; }
  .site-header.float-header {
    padding: 8px; }
    .site-header.float-header #mainnav {
      padding: 0; }
      .site-header.float-header #mainnav > ul > li > a {
        height: 70px;
        line-height: 70px; }
    .site-header.float-header .logo {
      margin: 20px 0; }

.admin-bar .site-header {
  top: 32px; }
  .admin-bar .site-header.float-header {
    top: 32px; }

.header-image {
  display: none;
  position: relative;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.header-inner {
  display: none; }

.site-title {
  margin: 0; }

.telephone-wrapper ul {
  margin: 0; }
  .telephone-wrapper ul li {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 12px 0;
    padding-right: 16px;
    line-height: 20px;
    border-right: 1px solid #888888; }
    .telephone-wrapper ul li:first-child {
      border-right: none; }
.telephone-wrapper i.fa {
  color: #2095f2;
  padding: 0px 2px 0px 16px;
  font-size: 18px; }
.telephone-wrapper span {
  color: #888888;
  font-size: 13px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.container-fluid .jumbotron {
  padding: 0 !important; }

/*--------------------------------------------------------------
Slider and Jumbotron
--------------------------------------------------------------*/
.carousel-wrapper {
  padding-left: 0;
  padding-right: 0; }
  .carousel-wrapper .carousel-caption {
    top: -moz-calc(50% - 230px) !important;
    top: calc(50% - 230px) !important;
    top: -webkit-calc(50% - 230px) !important;
    padding-top: 200px;
    width: 460px;
    height: 460px;
    border-radius: 50%; }

.carousel-wrapper.left_text .carousel-caption {
  left: -moz-calc(30% - 230px) !important;
  left: calc(30% - 230px) !important;
  left: -webkit-calc(30% - 230px) !important; }

.carousel-wrapper.center_text .carousel-caption {
  left: -moz-calc(50% - 230px) !important;
  left: calc(50% - 230px) !important;
  left: -webkit-calc(50% - 230px) !important; }

.carousel-wrapper.right_text .carousel-caption {
  left: -moz-calc(70% - 230px) !important;
  left: calc(70% - 230px) !important;
  left: -webkit-calc(70% - 230px) !important; }

.carousel-caption.container-color {
  background-color: rgba(0, 0, 0, 0.4); }

.jumbotron-wrapper {
  padding-left: 0;
  padding-right: 0; }
  .jumbotron-wrapper .jumbotron {
    position: relative;
    border-radius: 0 !important; }
    .jumbotron-wrapper .jumbotron p {
      display: block !important;
      position: absolute !important;
      width: 100% !important;
      height: 30px !important;
      left: 0 !important;
      top: 50% !important;
      margin-top: -15px !important;
      padding: 0 50px !important;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/
#page-preloader {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  cursor: default;
  pointer-events: none;
  text-align: center;
  vertical-align: middle;
  background-color: #FFF;
  z-index: 9999999; }

#page-preloader img {
  position: absolute;
  top: calc(50% - 48px);
  left: calc(50% - 42px);
  animation-name: rotationY;
  animation-duration: 750ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@-ms-keyframes rotationY {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(180deg); } }
@-moz-keyframes rotationY {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(180deg); } }
@-webkit-keyframes rotationY {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(180deg); } }
@keyframes rotationY {
  from {
    transform: rotateY(0deg); }
  to {
    transform: rotateY(180deg); } }
/*--------------------------------------------------------------
Body
--------------------------------------------------------------*/
.content-area {
  padding: 40px 60px 80px 60px; }

.fp-content-area {
  padding: 40px 20px 80px 20px; }

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
#secondary {
  padding: 20px 30px 10px 40px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.secondary-fixed {
  position: fixed;
  top: 110px;
  right: 0;
  height: calc(100% - 120px);
  height: -moz-calc(100% - 120px);
  height: -webkit-calc(100% - 120px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }

.widget-area {
  padding-top: 40px;
  padding-bottom: 40px; }
  .widget-area .widget {
    position: relative;
    margin-bottom: 5px;
    padding-top: 16px; }
  .widget-area h2 {
    margin-bottom: 36px; }

.search-form {
  width: 100%; }
  .search-form label {
    width: 100%; }
  .search-form input {
    width: 100%; }

.widget ul {
  list-style: none;
  padding: 0;
  margin-left: 14px; }
  .widget ul li {
    font-family: Libre Franklin, sans-serif;
    position: relative;
    padding: 6px 0;
    font-size: 13px;
    font-weight: 300 !important; }
    .widget ul li:before {
      font-family: FontAwesome;
      content: "\f054";
      font-size: 10px;
      position: absolute;
      top: 7px;
      left: -14px; }
    .widget ul li:a, .widget ul li:span {
      font-family: Libre Franklin, sans-serif;
      font-size: 13px;
      font-weight: 300 !important;
      color: #888888 !important; }

.widget .children {
  padding-left: 15px; }

.woocommerce input[type="submit"],
.widget_search .search-submit {
  display: none; }

#woocommerce-product-search-field,
.search-form input {
  width: 96%; }

.textwidget {
  font-family: LibreFranklin-Thin, sans-serif;
  font-size: 16px !important;
  color: #888888 !important;
  line-height: 1.5em !important;
  font-weight: 300 !important;
  letter-spacing: 0.02em !important;
  margin-bottom: 33px !important; }

#wp-calendar td,
#wp-calendar th {
  border: none; }

#wp-calendar td#today {
  width: 30px;
  height: 30px;
  background-color: #F1F1F1; }

#wp-calendar caption {
  padding-bottom: 20px; }

.footer-widgets h2 {
  padding: 0; }

/*--------------------------------------------------------------
Panels
--------------------------------------------------------------*/
.panel-grid-cell .widget-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px; }

.panel-grid-cell .widget-title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #d65050; }

.panel-grid {
  max-width: 1170px;
  margin-left: auto !important;
  margin-right: auto !important; }

.panel-row-style[data-hasbg="hasbg"] {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
  z-index: 11;
  overflow: hidden; }

.panel-grid .overlay {
  z-index: -1; }

.no-col-padding .panel-grid-cell {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
  padding-top: 26px;
  padding-bottom: 16px;
  font-size: 12px;
  text-align: center; }

.go-top {
  position: fixed !important;
  right: 20px;
  bottom: -45px;
  color: #fff;
  display: block;
  font-size: 26px;
  line-height: 42px;
  text-align: center;
  width: 46px;
  height: 46px;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.go-top:hover {
  background-color: transparent; }

.go-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 22px; }

.site-info a {
  font-weight: 700; }

.footer-info {
  text-transform: uppercase;
  font-weight: 700; }

.footer-shadow {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0;
  padding: 0; }

                     /*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Woocommerce styles 
--------------------------------------------------------------*/
.price_label {
  color: #888888; }

.product_list_widget li a {
  line-height: 24px; }

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 70px; }

.product_list_widget li .star-rating {
  padding-bottom: 16px;
  color: #888888; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #77a464; }

.woocommerce .quantity .qty {
  width: 9.631em;
  text-align: center;
  height: 33px; }

.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: 9.631em;
  text-align: center;
  height: 33px; }

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  font-size: 22px; }

.woocommerce ul.products li.product h3 {
  font-size: 22px;
  text-align: center; }

.woocommerce ul.products li.product .price del {
  font-size: 16px;
  text-align: center; }

.woocommerce ul.products li.product .price {
  font-size: 18px;
  text-align: center;
  font-weight: 700; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 24px; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center; }

.woocommerce span.onsale {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-size: 14px;
  width: 52px;
  height: 52px; }

.woocommerce ul.products li.product .onsale {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-size: 12px;
  width: 42px;
  height: 42px; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 25px 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
  .woocommerce ul.products li.product:hover,
  .woocommerce-page ul.products li.product:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 82px;
  box-shadow: none; }

.cart-conteiner {
  display: block;
  width: 86px;
  text-align: center; }
  .cart-conteiner .cart-contents:before {
    font-family: WooCommerce;
    content: "\e01d";
    font-size: 20px;
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    padding-right: 5px;
    vertical-align: bottom; }
  .cart-conteiner .cart-contents:hover {
    text-decoration: none; }
  .cart-conteiner .cart-contents-count {
    font-weight: bold;
    border-radius: 10px;
    padding: 2px 6px;
    line-height: 1;
    font-size: 10px;
    vertical-align: top; }

.woocommerce th,
.woocommerce td {
  border: none;
  padding: 5px;
  text-align: center; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding-left: 10px;
  padding-right: 10px; }

.woocommerce h2, .woocommerce h2 span {
  color: #888888;
  font-style: Normal;
  font-family: Libre Franklin;
  font-weight: 300;
  font-size: 22px;
  text-align: left;
  line-height: 20px; }

.woocommerce .star-rating {
  width: 130px; }

                     /*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

                       /*--------------------------------------------------------------
# Media querie
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .carousel-caption.container-color {
    background-color: rgba(0, 0, 0, 0); }

  .carousel-wrapper.left_text .carousel-caption {
    left: -moz-calc(50% - 230px) !important;
    left: calc(50% - 230px) !important;
    left: -webkit-calc(50% - 230px) !important; }

  .carousel-wrapper.right_text .carousel-caption {
    left: -moz-calc(50% - 230px) !important;
    left: calc(50% - 230px) !important;
    left: -webkit-calc(50% - 230px) !important; }

  .carousel-custom-height .item img {
    min-height: 220px; }

  .jumbotron {
    margin-bottom: 10px; }

  .telephone-wrapper i.fa {
    display: none; }

  .telephone-wrapper ul li {
    padding-right: 0;
    font-weight: 800;
    margin: 6px 0; }

  .cart-conteiner {
    margin-top: 13px; }

  article {
    padding-top: 10px;
    padding-bottom: 10px; }

  ol,
  ul {
    margin: 0 0 1.5em; }

  .comment-list ol,
  .comment-list ul {
    margin: 0 0 1.5em; }

  .btn-menu {
    display: block; }

  .site-header {
    position: relative;
    top: 0;
    padding: 10px 0 30px; }

  .admin-bar .site-header {
    position: relative;
    top: 0; }

  .site-branding {
    text-align: center; }

  h1.site-title {
    text-align: center; }

  .site-description {
    text-align: center; }

  .telephone-wrapper ul {
    padding: 0; }

  .telephone-wrapper ul li {
    border-right: none;
    width: 100%;
    text-align: center; }

  .telephone-wrapper ul li:first-child {
    display: block;
    width: 100%;
    float: none;
    text-align: center; }

  .cart-conteiner {
    margin: 0 auto; }

  .content-area {
    padding: 20px 20px 5px; }

  #secondary {
    padding-top: 5px; }

  .entry-excerpt {
    margin: 20px 0 16px; }

  .standard-featured {
    height: 240px !important; }

  .entry-footer {
    padding-top: 0; }

  .post-footer-container {
    margin-bottom: 0; }

  .comment-content {
    margin-left: 0; }

  .comments-area .children {
    margin-left: 0; } }
@media (min-width: 770px) {
  .header-wrap {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 116px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; } }
@media only screen and (max-width: 767px) {
  .nav-next a,
  .nav-previous a {
    font-size: 12px; }

  .nav-next a:after,
  .nav-previous a:after {
    top: 7px; }

  .woocommerce ul.products li.product .button {
    font-size: 10px; }

  .textwidget {
    margin-bottom: 12px !important; } }
@media only screen and (max-width: 480px) {
  .entry-excerpt p,
  address,
  dd,
  dt,
  li,
  p {
    font-size: 14px; }

  .carousel-wrapper .carousel-caption {
    top: -moz-calc(50% - 150px) !important;
    top: calc(50% - 150px) !important;
    top: -webkit-calc(50% - 150px) !important;
    padding-top: 110px;
    padding-left: 50px;
    padding-right: 50px;
    width: 300px;
    height: 300px;
    border-radius: 50%; }

  .carousel-wrapper.left_text .carousel-caption {
    left: -moz-calc(30% - 150px) !important;
    left: calc(30% - 150px) !important;
    left: -webkit-calc(30% - 150px) !important; }

  .carousel-wrapper.center_text .carousel-caption {
    left: -moz-calc(50% - 150px) !important;
    left: calc(50% - 150px) !important;
    left: -webkit-calc(50% - 150px) !important; }

  .carousel-wrapper.right_text .carousel-caption {
    left: -moz-calc(70% - 150px) !important;
    left: calc(70% - 150px) !important;
    left: -webkit-calc(70% - 150px) !important; }

  .carousel-caption h3 {
    font-size: 24px !important;
    line-height: 32px !important; }

  .carousel-caption p {
    display: none; }

  .carousel-indicators {
    bottom: 0; }

  .comment-author .avatar {
    width: 40px; }

  .comment-author:before {
    background-color: transparent; }

  .comment-author {
    font-size: 14px; } }
@media only screen and (max-width: 320px) {
  .custom-text p {
    width: 280px;
    overflow: hidden; } }

/*# sourceMappingURL=thetirral.css.map */
