@charset "UTF-8";
/*
Theme Name:  Ri Solaris
Theme URI: http://wp.rivertheme.com/ri-solaris
Author:  River theme
Author URI: http://www.rivertheme.com/
Description: Our 2016 default theme is clean, blog-focused, and designed for clarity. Ri Solaris simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain:  ri-solaris

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
-Theme customize
-Redux theme option
-Vafpress Post Formats UI
-Slider (WOW Slider http://wowslider.com/) (Meta Slider https://wordpress.org/plugins/ml-slider/) (revolution Slider)
-Page Builder - Layout Builder - include(widget+ shortcode) >>

*/
/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Media Queries
 *    15.1 - Mobile Large
 *    15.2 - Tablet Small
 *    15.3 - Tablet Large
 *    15.4 - Desktop Small
 *    15.5 - Desktop Medium
 *    15.6 - Desktop Large
 *    15.7 - Desktop X-Large
 */
/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * and Blueprint http://www.blueprintcss.org/
 */
/*Color*/
/*Preset color*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-size: 15px;
}

dd {
  line-height: inherit;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

ul, ol {
  padding-left: 40px;
}

ul li ul, ol li ol {
  padding-left: 10px;
}

.widget-area li {
  list-style: none;
  boder-bottom: 1px solid #ebebeb;
}

a {
  transition: all .3s;
}

a:focus {
  outline: medium none;
  outline-offset: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

a img {
  border: 0;
}

/**
 * 3.0 Typography
 */
body,
button,
input,
select,
textarea {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  transition: all 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.25px;
  color: #252525;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 21px;
}

h6 {
  font-size: 18px;
}

p {
  line-height: 1.73em;
  margin-bottom: 1.666em;
  letter-spacing: 0.25px;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin-bottom: 25px;
  padding: 5px 0 0 80px;
  position: relative;
}

blockquote:before {
  content: "";
  position: absolute;
  left: 25px;
  top: -3px;
  width: 42px;
  height: 30px;
  background: url(images/quote.png) center center no-repeat;
}

blockquote p,
.entry-content blockquote p {
  font-size: 18px;
  color: #252525;
  letter-spacing: 0.25px;
}

blockquote > p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: transparent;
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 1.2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

abbr[title] {
  border-bottom: 1px dotted #eaeaea;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
  cursor: help;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
  text-transform: uppercase;
}

/**
 * 4.0 Elements
 */
hr {
  border-top: 1px solid #000000;
  margin-top: 30px;
  width: 100px;
}

ul,
ol {
  margin: 0 0 1.6em 1.3333em;
}

ul {
  list-style: disc;
}

ul.links {
  list-style: none;
  margin: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

.al-right {
  text-align: right;
}

.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

:-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

/**
 * 5.0 Forms
 */
button,
input,
select,
textarea {
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow on iOS inputs */
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
  background-color: #fff;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  color: #333;
}

input:focus,
select:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: transparent;
  border: medium none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 41px;
  padding: 0 20px;
  text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 0.375em;
  width: 100%;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

.post-password-form {
  position: relative;
}

.post-password-form input[type="submit"] {
  position: absolute;
  right: 0;
  bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

.search-form .search-field,
.widget .search-form .search-field {
  height: 40px;
}

.widget .search-form > label {
  display: block;
}

.widget .search-form .search-field {
  float: left;
  width: calc(100% - 40px);
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
  padding: 0;
  width: 40px;
  height: 40px;
  clip: inherit;
  font-size: 0;
  position: relative;
  background: url("images/bg-search.png") no-repeat 10px 11px #e1e1e1;
  border: none;
  border-radius: 0;
}

.search-form input[type="submit"]:hover,
.widget .search-form input[type="submit"]:hover {
  background-color: #000;
}

.rit-heading {
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 600;
  line-height: 1em;
}

.textcenter {
  text-align: center;
}

.gray {
  color: #333333 !important;
}

.style-italic {
  font-style: italic;
}

.lettet-2 {
  letter-spacing: 2px;
}

.lettet-3 {
  letter-spacing: 3px;
}

.black {
  color: #000 !important;
}

.font-2x {
  font-size: 20px;
}

.font-3x {
  font-size: 30px;
}

.font-4x {
  font-size: 40px;
  font-weight: 600;
}

.font-5x {
  font-size: 50px;
}

.al-horizontal {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px 0 0;
}

.al-horizontal.position-right {
  padding: 0 0 0 40px;
}

.al-horizontal .rit-button,
.al-vertical .rit-button {
  margin-top: 9px;
}

/**
 * 6.0 Navigations
 */
/**
 * 6.1 Links
 */
a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #252525;
}

/**
 * 6.2 Menus
 */
#main-navigation {
  max-height: 100%;
}

.mobile-nav {
  display: none;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  box-sizing: content-box;
  content: "";
  height: 42px;
  padding: 0;
  position: absolute;
  text-transform: lowercase;
  /* Stop screen readers to read the text as capital letters */
  top: 3px;
  right: 0;
  width: 42px;
}

.dropdown-toggle:after {
  color: #333;
  content: "\f431";
  font-size: 24px;
  line-height: 42px;
  position: relative;
  top: 0;
  left: 1px;
  width: 42px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
}

.dropdown-toggle:focus {
  outline: 1px solid #c1c1c1;
  outline: 1px solid rgba(51, 51, 51, 0.3);
}

.dropdown-toggle.toggle-on:after {
  content: "\f432";
}

.social-navigation {
  margin: 9.0909% 0;
}

.social-navigation ul {
  list-style: none;
  margin: 0 0 -1.6em 0;
}

.social-navigation li {
  float: left;
}

.social-navigation a {
  display: block;
  height: 3.2em;
  position: relative;
  width: 3.2em;
}

.social-navigation a:before {
  content: "\f415";
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.social-navigation a[href$="/feed/"]:before {
  content: "\f413";
}

.social-navigation a[href*="codepen.io"]:before {
  content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
  content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
  content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
  content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
  content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
  content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
  content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
  content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
  content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
  content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
  content: "\f208";
}

.social-navigation a[href*="pinterest.com"]:before {
  content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
  content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
  content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
  content: "\f222";
}

.social-navigation a[href*="stumbleupon.com"]:before {
  content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
  content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
  content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
  content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
  content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
  content: "\f213";
}

.social-navigation a[href*="mailto:"]:before {
  content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
  content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
  content: "\f516";
}

.secondary-toggle {
  background-color: transparent;
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  height: 42px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
}

.secondary-toggle:before {
  color: #333;
  content: "\f419";
  line-height: 40px;
  width: 40px;
}

.secondary-toggle:hover,
.secondary-toggle:focus {
  background-color: transparent;
  border: 1px solid #c1c1c1;
  border: 1px solid rgba(51, 51, 51, 0.3);
  outline: 0;
}

.secondary-toggle.toggled-on:before {
  content: "\f405";
  font-size: 32px;
  position: relative;
  top: 1px;
  left: -1px;
}

.blog .rit-pagination {
  text-align: right;
}

.blog .rit-pagination .pagination {
  width: auto;
}

.pagination {
  margin: 0;
  border-radius: 0;
}

.pagination .nav-links {
  min-height: 3.2em;
  position: relative;
  text-align: center;
}

.pagination .nav-links .page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #999;
  float: left;
  margin-right: 5px;
}

/* rit-pagination */
.rit-pagination {
  text-align: center;
  margin-top: 55px;
}

.rit-pagination ul {
  list-style: none;
  margin: 0;
  display: inline-block;
}

.rit-pagination ul li {
  background-color: #f3f3f3;
  color: #252525;
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  margin: 0 5px;
  text-align: center;
  min-width: 45px;
}

.rit-pagination a {
  color: #252525;
  text-transform: uppercase;
  background-color: #ebebeb;
}

.rit-pagination .prev i,
.rit-pagination .rit-pagination-left i {
  padding: 0 8px 0 0;
}

.rit-pagination .next i,
.rit-pagination .rit-pagination-right i {
  padding: 0 0 0 8px;
}

.rit-pagination .current,
.rit-pagination li:hover,
.rit-pagination li:hover a {
  color: #fff;
}

.rit-pagination span.current,
.rit-pagination a:hover {
  background: #2e39c9;
  color: #fff;
  font-weight: 700;
}

.rit-pagination span.current,
.rit-pagination a {
  padding: 0;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 1px;
  font-size: 14px;
  border-radius: 50%;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
  position: static !important;
}

.pagination .page-numbers.current {
  text-transform: uppercase;
}

.pagination .current {
  display: inline-block;
}

.pagination .prev {
  left: 0;
}

.image-navigation,
.comment-navigation {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.image-navigation a,
.comment-navigation a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.image-navigation a:hover,
.image-navigation a:focus,
.comment-navigation a:hover,
.comment-navigation a:focus {
  color: #333;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
  display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
  content: "\2215";
  font-weight: 400;
  margin: 0 0.7em;
}

.image-navigation .nav-previous a:before,
.comment-navigation .nav-previous a:before {
  content: "\f430";
  margin-right: 0.2em;
  position: relative;
}

.image-navigation .nav-next a:after,
.comment-navigation .nav-next a:after {
  content: "\f429";
  margin-left: 0.2em;
  position: relative;
}

.comment-navigation {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid #eaeaea;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2em 0;
}

.comments-title + .comment-navigation {
  border-bottom: 0;
}

.image-navigation {
  padding: 0 7.6923%;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty) {
  margin-bottom: 2em;
}

/**
 * 7.0 Accessibility
 */
/* Text meant only for screen readers */
.says,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font: bold 14px/normal "Noto Sans", sans-serif;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.logged-in .site .skip-link {
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

/**
 * 8.0 Alignments
 */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 1.2em;
}

/**
 * 9.0 Clearings
 */
.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
  content: "";
  display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
  clear: both;
}

/**
 * 10.0 Header
 */
.site-header {
  z-index: 999;
  width: 100%;
  position: relative;
  
}

.site-header > .container {
  position: relative;
}

.sticky-wrapper {
  position: relative;
  z-index: 1000;
  height: auto !important;
}

.site-header.header-light {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header.header-light,
.header-light .header-action-2 .rit-button {
  background-color: transparent;
}

.is-sticky .site-header.header-light {
  background-color: #fff;
  border-color: #f1f1f1;
}

.is-sticky #sticker {
  box-shadow: 0px 0 4px 0 rgba(0, 0, 0, 0.1);
}

/* Header Position Overide Slider */
.site-header.header-position-absolute {
  position: absolute;
  top: 0;
}

.site-branding {
  min-height: 2em;
  position: relative;
}

.site-title {
  margin: 0;
}

.site-description {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  margin: 0.5em 0 0;
  color: gray;
}

.site-header .site-title,
.site-description {
  padding: 0;
}

.site-header .site-title a {
  color: gray;
}

.header-top-right .rit-social {
  display: inline;
}

.social-share {
  padding: 0;
}

/**
 * 11.0 Widgets
 */
.widget {
  margin: 0 0 30px;
  padding: 0 0 20px;
  width: 100%;
  word-wrap: break-word;
  clear: both;
  float: left;
}

.widget p {
  margin-bottom: 0;
}

.widget pre {
  line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

.widget button,
.widget input {
  line-height: normal;
}

.widget > ul,
.widget > [class*="menu-"] ul,
.widget > form,
.widget > div {
  padding: 0;
  margin: 0;
  list-style: none;
}

.widget.widget_product_search > form,
.widget.widget_price_filter > form {
  margin-top: 30px;
}

.widget.widget_product_search input[type="search"],
.widget.widget_product_search input[type="text"] {
  margin-bottom: 20px;
}

.widget.widget_product_search input[type="submit"] {
  font-size: 12px;
  letter-spacing: 1px;
  width: 100%;
}

.widget ul .children {
  list-style: none;
}

.widget > div.tagcloud {
  padding: 23px 0;
}

.widget select {
  width: 99%;
  height: 40px;
  border: 1px solid #f1f1f1;
}

.widget img {
  max-width: 100%;
}

.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
  padding-left: 0;
  margin: 0;
}

.widget a .category-carret {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 20px;
}

.widget ul {
  margin-top: 10px;
}

.widget ul li {
  padding: 17px 0;
  border-top: 1px solid #ebebeb;
}

.widget ul li:first-child {
  border-top: none;
}

.widget ul li ul li:first-child {
  border-top: 1px solid #ebebeb;
}

.widget ul li:last-child {
  border-bottom: 1px solid #ebebeb;
}

.widget ul li ul li:last-child {
  border-bottom: none;
}

.widget ul li a {
  font-size: 16px;
  position: relative;
  letter-spacing: 0.5px;
  display: block;
  line-height: 100%;
  transition: all 300ms;
}

.widget_layered_nav ul li a,
.widget_product_categories ul li a,
.widget_recent_entries ul li a,
.widget_categories ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_archive ul li a {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  position: relative;
}

.widget_layered_nav ul li a:before,
.widget_product_categories ul li a:before,
.widget_recent_entries ul li a:before,
.widget_categories ul li a:before,
.widget_pages ul li a:before,
.widget_nav_menu ul li a:before,
.widget_meta ul li a:before,
.widget_archive ul li a:before {
  position: absolute;
  font-family: FontAwesome;
  color: #252525;
  content: "\f105";
  left: -25px;
  top: 4px;
  visibility: hidden;
  opacity: 0;
  height: 8px;
  line-height: 8px;
  transition: all 300ms;
}

.widget_layered_nav ul li a:hover,
.widget_product_categories ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_pages ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_archive ul li a:hover {
  -webkit-transform: translate(20px, 0);
      -ms-transform: translate(20px, 0);
          transform: translate(20px, 0);
}

.widget_layered_nav ul li a:hover:before,
.widget_product_categories ul li a:hover:before,
.widget_recent_entries ul li a:hover:before,
.widget_categories ul li a:hover:before,
.widget_pages ul li a:hover:before,
.widget_nav_menu ul li a:hover:before,
.widget_meta ul li a:hover:before,
.widget_archive ul li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: -20px;
}

.widget-title {
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

[id*="sidebar-"] .widget-title {
  text-transform: none;
  letter-spacing: 0;
}

[id*="sidebar-"] .widget ul li a:hover {
  font-weight: bold;
}

.widget-title i {
  padding-right: 16px;
}

[class*="rit_about_"] .widget-title {
  display: block;
}

[class*="rit_about_"] .about-widget {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.7;
}

.widget > :last-child {
  margin-bottom: 0;
}

.widget_calendar table {
  margin: 0;
}

.widget_calendar td,
.widget_calendar th {
  line-height: 2.3333;
  text-align: center;
  padding: 0;
}

.widget_calendar caption {
  font-weight: 700;
  margin: 0 0 1.6em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.widget_calendar tbody a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  display: block;
  font-weight: normal;
  padding: 0;
  text-align: center;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
}

.widget_recent_entries .post-date {
  display: block;
}

.widget_rss ul {
  list-style: none;
  margin: 0;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
  margin-bottom: 0;
}

.widget_rss .rsswidget {
  border: 0;
  font-weight: 700;
}

.widget_rss .rsswidget img {
  margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
  font-style: normal;
  display: block;
  line-height: 2;
  font-size: 13px;
}

.textwidget > :last-child {
  margin-bottom: 0;
  margin-right: 14px;
}

.textwidget a:hover,
.textwidget a:focus {
  border-bottom: 0;
}

.rit_latest_news_widget ul {
  padding-top: 10px;
}

.rit_latest_news_widget ul li {
  border: none;
  margin: 15px 0 0;
}

.rit_latest_news_widget ul li:last-child {
  border: none;
}

.rit_latest_news_widget ul li:first-child {
  margin: 0;
}

.rit_latest_news_widget ul li a {
  margin: 0;
  padding: 0;
}

.rit_latest_news_widget ul li a img {
  border-radius: 3px;
}

.rit_latest_news_widget ul li .side-image {
  float: left;
}

.rit_latest_news_widget ul li .side-item-text {
  padding-left: 10px;
  overflow: hidden;
}

.rit_latest_news_widget .side-item-meta {
  line-height: normal;
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

[id*="sidebar-"] .rit-instagram {
  padding-top: 12px;
}

/**
 * 12.0 Content
 */
.secondary {
  background-color: #fff;
}

.secondary.toggled-on {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  display: block;
}

.site-footer {
  margin-top: 40px;
  position: relative;
  line-height: 2;
  font-size: 15px;
}

.site-footer .widget a {
  display: inline-block;
  padding-left: 0;
  letter-spacing: 0.5px;
}

.site-footer #footer-center {
  padding-top: 40px;
}

.site-footer .widget_nav_menu ul li {
  line-height: 30px;
  list-style: none;
  padding: 6px 0 6px 20px;
  position: relative;
}

.site-footer .widget_nav_menu ul li:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-size: 8px;
  position: absolute;
  top: 6px;
  left: 0;
}

.site-footer .widget_nav_menu ul li a {
  margin-left: 0;
}

.site-footer .top-footer-sidebar {
  background: #ffd400;
}

.site-footer .top-footer-sidebar .widget {
  margin: 0;
  padding: 0;
}

.site-footer .top-footer-sidebar .widget a.rit-button {
  padding-left: 26px;
}

.site-footer .top-footer-sidebar .textwidget {
  width: 100%;
}

.site-footer .widget {
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.site-footer .widget ul li {
  line-height: 24px;
  list-style: none;
  border: none;
}

.site-footer .widget ul li a {
  margin-left: 0;
}

.site-footer .widget ul li a:before {
  content: none;
}

.site-footer .widget .eva-social-icon {
  overflow: hidden;
}

.site-footer .widget .eva-social-icon a {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  margin-right: 10px;
  margin-bottom: 10px;
}

.site-footer .widget .eva-social-icon a:hover {
  background: #2e39c9;
  color: #fff;
}

.site-footer .widget .rit-icons {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 15px;
  padding-left: 0;
}

.site-footer .widget .rit-icons .rit-icon {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.site-footer .widget .rit-icons .rit-icon i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background-color: #3d4bff;
  float: left;
  display: block;
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.site-footer .widget .rit-icons .rit-icon span {
  overflow: hidden;
}

.site-footer .widget .footer-logo {
  margin-top: 10px;
  margin-bottom: 0px;
}

.site-footer .widget .site-des {
  line-height: 2;
}

.site-footer .widget .widget-title {
  padding-bottom: 25px;
  color: #ccc;
}

.address [class*='icon_'] {
  font-size: 20px;
  padding-right: 20px;
}

.site-footer a {
  text-decoration: none;
  border-bottom: none;
  font-size: 15px;
}

.site-footer li a {
  color: #666666;
}

.site-footer .link li a:hover {
  padding-left: 20px;
}

.site-footer .newsletter-widget {
  margin-top: 30px;
}

.newsletter-widget {
  overflow: hidden;
}

.newsletter-widget p {
  display: block;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.newsletter-widget p:last-child {
  width: 100%;
  display: block;
  float: left;
}

.newsletter-widget .newsletter-submit {
  height: 42px;
  font-size: 13px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: 0.7px;
  padding: 0 10px;
  border-radius: 0;
  width: 100%;
}

.newsletter-email {
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  height: 42px;
  font-size: 13px !important;
  line-height: 42px;
  padding: 0 15px !important;
}

[id*="sidebar-"] .newsletter-email {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  letter-spacing: 1px;
  width: 100% !important;
  margin-top: 7px;
}

[id*="sidebar-"] .newsletter-email {
  border-color: #f1f1f1;
}

[id*="sidebar-"] .newsletter-submit {
  width: 100%;
  margin-top: 20px;
}

/**
 * 12.1 Posts and pages
 */
.hentry {
  background-color: #fff;
  position: relative;
}

.hentry.has-post-thumbnail {
  padding-top: 0;
}

.post-thumbnail {
  border: 0;
  display: block;
  margin-bottom: 2.4em;
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
  opacity: 0.85;
}

.entry-content > :last-child,
.entry-summary > :last-child {
  margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-content h2.large-title,
.entry-summary h2.large-title,
.page-content h2.large-title,
.comment-content h2.large-title {
  font-size: 65px;
  font-weight: bold;
}

.entry-content h2.large-title-2,
.entry-summary h2.large-title-2,
.page-content h2.large-title-2,
.comment-content h2.large-title-2 {
  font-size: 60px;
  font-weight: 100;
  line-height: 60px;
}

.entry-content h2.large-title-2 strong,
.entry-summary h2.large-title-2 strong,
.page-content h2.large-title-2 strong,
.comment-content h2.large-title-2 strong {
  font-weight: 100;
  color: #c2c2c2;
}

.entry-content h2.medium-title,
.entry-summary h2.medium-title,
.page-content h2.medium-title,
.comment-content h2.medium-title {
  font-size: 50px;
  text-transform: uppercase;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 14px 0;
  line-height: 1.67em;
}

.entry-content h6 {
  display: inline-block;
  margin: 0 0 30px;
}

.entry-content .al-horizontal h2,
.entry-content .al-vertical h2 {
  margin-bottom: 27px;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
  display: block;
}

.entry-content .more-link {
  white-space: nowrap;
}

.entry-content p,
.entry-content li {
  color: #666666;
  line-height: 1.7;
}

.single-content .entry-content li {
  line-height: 30px;
}

.entry-action a {
  border-bottom: 1px solid #5c5c5c;
  display: inline-block;
  font-weight: bold;
  line-height: 17px;
  margin-top: 27px;
  padding: 0;
  text-transform: uppercase;
}

.author-info {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  margin: 0 7.6923%;
  padding: 7.6923% 0;
}

.author-info .avatar {
  float: left;
  height: 36px;
  margin: 0 1.6em 1.6em 0;
  width: 36px;
}

.author-heading {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  letter-spacing: 0.04em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.author-title {
  clear: none;
}

.author-bio {
  line-height: 1.5;
  overflow: hidden;
  padding-bottom: 1px;
}

.author-description {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.author-description a {
  border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
  border-bottom: 0;
}

.author-description > :last-child {
  margin-bottom: 0;
}

.author-link {
  white-space: nowrap;
}

.entry-footer {
  background-color: #f7f7f7;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
  padding: 3.8461% 7.6923%;
  display: none;
}

.entry-footer a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
  border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
  color: #333;
}

.sticky-post {
  background-color: #333;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}

.updated:not(.published) {
  display: none;
}

.sticky .posted-on {
  display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
  margin-right: 2px;
  position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
  margin-right: 1em;
}

.comments-link,
.edit-link {
  white-space: nowrap;
}

.page-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  margin-top: 0;
}

.page-title {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 16px;
}

.taxonomy-description {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  padding-top: 0.4em;
}

.taxonomy-description a {
  border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
  border-bottom: 0;
}

.taxonomy-description > :last-child {
  margin-bottom: 0;
}

.page-content {
  background-color: #fff;
  padding: 7.6923%;
}

.page-content > :last-child {
  margin-bottom: 0;
}

.page-links {
  clear: both;
  margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  display: inline-block;
  height: 2em;
  line-height: 2;
  margin: 0 0.3333em 0.3333em 0;
  text-align: center;
  width: 2em;
}

.page-links a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  background-color: #333;
  border-color: #333;
}

.page-links a:hover,
.page-links a:focus {
  background-color: #707070;
  background-color: rgba(51, 51, 51, 0.7);
  border-color: transparent;
}

.page-links > .page-links-title {
  border: 0;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  height: auto;
  margin: 0;
  padding-right: 0.5em;
  width: auto;
}

.entry-attachment {
  margin-bottom: 1.6em;
}

.type-attachment .entry-title {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.entry-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.5;
  padding-top: 0.5em;
  word-wrap: break-word;
}

.entry-caption > :last-child {
  margin-bottom: 0;
}

/**
 * 12.2 Post Formats
 */
.format-link .entry-title a:after {
  content: "\f442";
  font-size: 24px;
  height: 24px;
  position: relative;
  top: 0;
  width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
  display: none;
}

/**
 * 12.3 Comments
 */
.nopassword {
  margin: 10px 0;
}

.comments-area {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  margin-top: 29px;
  padding-top: 60px;
}

.comments-area > :last-child {
  margin-bottom: 0;
}

.comment-list + .comment-respond {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
  padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333;
}

.comments-title {
  margin-bottom: 1.3333em;
}

.comment-list {
  list-style: none;
  margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.6em 0;
}

.comment-list .children {
  list-style: none;
  margin: 0;
}

.comment-list .children > li {
  padding-left: 0.8em;
}

.comment-author {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  margin-bottom: 0.4em;
}

.comment-author a:hover {
  border-bottom: 1px solid #707070;
  border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
  float: left;
  height: 24px;
  margin-right: 0.8em;
  width: 24px;
}

.comment-meta {
  padding-bottom: 10px;
}

.comment-metadata,
.pingback .edit-link {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
  border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
  color: #333;
}

.comment-metadata {
  margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
  margin-left: 1em;
}

.pingback .edit-link {
  margin-left: 1em;
}

.pingback .edit-link:before {
  top: 5px;
}

.comment-content ul,
.comment-content ol {
  margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
  margin-bottom: 0;
}

.comment-content > :last-child {
  margin-bottom: 0;
}

.comment-list .reply a {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
  border-color: #333;
  color: #333;
  outline: 0;
}

#reply-title {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
  height: 50px;
}

.comment-form > p,
.wpcf7 p {
  margin-bottom: 35px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  color: #252525;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-bottom: 2px solid #ccc;
}

.comment-form textarea,
.wpcf7 textarea {
  height: 127px;
  padding: 10px 20px;
}

.wpcf7 .wpcf7-submit {
  margin-top: 14px;
  padding: 0 28px;
}

.comment-form
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
  margin-bottom: 2em;
}

.logged-in-as a:hover {
  border-bottom: 1px solid #333;
}

.no-comments {
  border-top: 1px solid #eaeaea;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 700;
  padding-top: 1.6em;
}

.comment-navigation + .no-comments {
  border-top: 0;
}

.form-allowed-tags code {
  font-family: Inconsolata, monospace;
}

#commentform .form-submit, .form-submit {
  margin-bottom: 0;
}

#commentform .form-submit input, .form-submit input {
  font-weight: 400;
  letter-spacing: 1px;
}

#commentform .form-submit input:hover, .form-submit input:hover {
  background: #252525;
}

.required {
  color: #c0392b;
}

.comment-reply-title small {
  font-size: 100%;
}

.comment-reply-title small a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}

.comment-reply-title small a:before {
  content: "M";
  font-size: 32px;
  position: relative;
  top: -3px;
  font-family: 'ElegantIcons';
}

/**
 * 13.0 Footer
 */
.site-info {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
}

.site-info a {
  border-bottom: 1px solid transparent;
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
}

.site-info a:hover {
  border-bottom: 1px solid #333;
}

.site-info a:hover,
.site-info a:focus {
  color: #333;
}

/**
 * 14.0 Media
 */
.site .avatar {
  border-radius: 50%;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

audio,
canvas {
  display: inline-block;
}

embed,
iframe,
object,
video {
  margin-bottom: 1.6em;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.6em;
}

.wp-playlist.wp-playlist {
  padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
  margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
  border-bottom: 0;
  padding: 10px 0;
}

.wp-playlist-item .wp-playlist-item-length {
  top: 10px;
}

/**
 * 14.1 Captions
 */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  line-height: 1.5;
  padding: 0.5em 0;
}

/**
 * 14.2 Galleries
 */
.gallery {
  margin-bottom: 1.6em;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  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-icon img {
  margin: 0 auto;
}

.gallery-caption {
  color: #707070;
  color: rgba(51, 51, 51, 0.7);
  display: block;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/**
 * 15.0 Media Queries
 */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* =============================================
		// RIT Theme core style
============================================== */
body {
  overflow: hidden;
}

.body-boxed {
  background-color: #f5f5f5;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}

.se-pre-con .loader {
  position: fixed;
  top: 43%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  margin: 0;
  text-align: center;
}

.se-pre-con .loader:before {
  animation: 0.7s linear 0s normal none infinite running rotation;
  -webkit-animation: 0.7s linear 0s normal none infinite running rotation;
  -ms-animation: 0.7s linear 0s normal none infinite running rotation;
  -o-animation: 0.7s linear 0s normal none infinite running rotation;
  border-color: #32ae8b rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  height: 45px;
  margin: 0 auto 10px;
  text-align: center;
  width: 45px;
  background-image: none;
  top: 0;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.container-page-boxed {
  padding-left: 0;
  padding-right: 0;
  width: 1220px;
  margin: 40px auto 0;
  background-color: #fff;
}

/* ============== Header Top ===================== */
#header-top {
  line-height: 45px;
  font-size: 13px;
}

#header-top .header-top-left span {
  margin-right: 20px;
  padding-right: 20px;
}

#header-top .header-top-left span:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

#header-top span i {
  padding-right: 10px;
}

#header-top .rit-search .search-field::-moz-placeholder {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
}

#header-top .rit-social ul li {
  display: block;
  float: left;
}

#header-top .rit-social ul li a {
  padding: 0;
  width: 45px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

/* ============== Header 1 ===================== */
.home-boxed .header-inner {
  margin-bottom: 30px;
}

.header-inner {
  border-bottom-width: 1px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-border-dashed .header-inner,
.header-border-dashed .border-right {
  border-style: dashed;
}

.header-border-none .header-inner,
.header-border-none .border-right,
.header-border-none.site-header {
  border: none;
}

.header-border-none.site-header {
  background-color: #fff;
}

#logo {
  margin-bottom: 0;
}

#logo .logo-sticky {
  left: 15px;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}

.is-sticky #logo .logo-sticky {
  opacity: 1;
  visibility: visible;
}

/* ============ Header Action ============== */
.link-header ul {
  list-style: none;
  margin: 0;
}

.link-header li a {
  font-size: 13px;
  text-transform: uppercase;
  padding: 4px 0;
  display: block;
}

.link-header li a i {
  padding-right: 20px;
}

/* ============= RIT Search ================== */
.header-action .rit-search {
  float: left;
  margin: 10px 20px 0 0;
}

.header-action .rit-button {
  line-height: 50px;
}

.rit-search .search-submit {
  display: none;
}

.rit-search .search-form {
  float: left;
}

.rit-search .search-field {
  background-color: transparent;
  border: medium none;
  padding: 0;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  float: left;
  height: 45px;
  width: auto;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.rit-search span.fa {
  float: right;
  line-height: 45px;
}

.rit-search .open-search .search-field {
  width: 200px;
  padding: 0 10px;
}

.rit-search .search-field,
.rit-search .search-field::-moz-placeholder,
.rit-search .search-field::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

#header-top .rit-search {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 15px;
  padding-right: 15px;
}

.search-wrap {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 52px;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.open-search .search-wrap {
  opacity: 1;
  visibility: visible;
}

.search-wrap .icon {
  float: left;
  padding-top: 10px;
}

.search-wrap input[type="text"] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  float: left;
  font-size: 24px;
  height: 70px;
  padding: 0 30px;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
}

.search-wrap .search-form-overlay {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.search-wrap i {
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 21px;
  color: #fff;
}

.search-wrap .icon-close,
.donate-popup .icon-close {
  color: #ccc;
  cursor: pointer;
  font-size: 30px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 70px;
  width: 40px;
}

.donate-popup .icon-close {
  top: 20px;
  right: 20px;
}

.donate-popup .icon-close {
  width: 25px;
  height: 25px;
}

.search-wrap .icon-close:hover,
.donate-popup .icon-close:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.search-wrap .icon-close:before,
.search-wrap .icon-close:after,
.donate-popup .icon-close:before,
.donate-popup .icon-close:after {
  background-color: #fff;
  content: "";
  height: 38px;
  position: absolute;
  top: 0;
  left: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  width: 2px;
  transform-origin: center center 0;
  -webkit-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  -o-transform-origin: center center 0;
}

.donate-popup .icon-close:before,
.donate-popup .icon-close:after {
  height: 25px;
  left: 11px;
  background-color: #252525;
}

.search-wrap .icon-close:after,
.donate-popup .icon-close:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/* ============== Shopping Cart ================ */
.rit-shopping-cart .cart-item {
  position: relative;
  margin: 0 -20px 20px;
  padding: 0 20px 20px;
  border-bottom: 1px dashed #e5e5e5;
  line-height: normal;
}

.rit-shopping-cart .cart-item .remove {
  font-size: 14px;
  position: absolute;
  right: 18px;
  top: 0;
}

.rit-shopping-cart .cart-item .remove:hover {
  background-color: transparent;
  color: #333333 !important;
}

.rit-shopping-cart .cart-product-image {
  max-width: 50px;
  float: left;
  margin-right: 18px;
}

.rit-shopping-cart .cart-product-title a {
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}

.rit-shopping-cart .cart-product-price {
  color: #666665;
}

.rit-shopping-cart .cart-total {
  padding: 5px 0;
}

.rit-shopping-cart .cart-total span {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
}

.rit-shopping-cart .cart-total span .amount {
  font-size: 17px;
}

/* ============== RIT Button ================ */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.rit-button {
  display: inline-block;
  font-size: 14px;
  font-style: normal !important;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  padding: 0 26px;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.rit-button:hover {
  background-color: #252525;
}

.rit-button-default {
  border: 2px solid #333333;
}

.rit-button-light-white {
  font-size: 14px;
}

.rit-button-light-white, .rit-button-light-accent {
  border: 3px solid #fff;
  height: 50px;
  line-height: 46px;
  padding: 0 37px;
  color: #fff;
}

.rit-button-light-accent {
  border-width: 2px;
  height: 40px;
  line-height: 37px;
  padding: 0 23px;
}

.rit-button-light-accent {
  border-width: 2px;
}

.rit-button-light-accent:hover {
  color: #fff;
}

.rit-button-light-white:hover {
  background-color: #fff;
  color: #000;
}

.rit-button-border-gray {
  background-color: transparent;
  border: 2px solid #333333;
  height: 40px;
  line-height: 36px;
}

.rit-button-border-gray:hover {
  background-color: #333333;
}

.rit-button-has-icon i {
  padding-right: 8px;
  padding-left: 4px;
}

.rit-button-black {
  background-color: #333333;
}

.rit-button-black:hover {
  background-color: #fff;
  color: #333;
}

.rit-button-white {
  background-color: #fff;
}

.rit-button-white:hover {
  background-color: #333;
}

.rit-button-light-shadow {
  border: 3px solid #000000;
  height: 45px;
  line-height: 39px;
  box-shadow: 6px 6px 0 0 #e1e1e1;
}

.rit-button.rit-button-medium {
  height: 50px;
  line-height: 50px;
  padding: 0 46px;
}

.rit-button-accent {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  height: auto;
  border: 1px transparent;
  transition: all 300ms;
}

.rit-button-accent:hover {
  background: #00aeef;
  color: #fff;
}

.about-text a:hover {
  color: #fff;
}

.rit-button.no-radius {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  border-radius: 0;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.rit-button.no-radius i {
  margin-right: 30px;
}

.about-text .rit-button {
  height: auto;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 30px 0 !important;
}

.about-item {
  text-align: center;
  padding: 0 10px;
}

.about-item h6 {
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
  margin: 0;
  margin: 40px 0 30px;
}

.about-item p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

/* ============== Icon Toggle ================ */
.menu-wrap, .menu-toggle {
  margin-top: 14px;
}

.menu-wrap i, .menu-toggle i {
  font-size: 30px;
  cursor: pointer;
}

.menu-toggle span {
  width: 19px;
  height: 2px;
  display: block;
  position: relative;
  background-color: #000;
}

.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 2px;
  background-color: #000;
  left: 0;
}

.menu-toggle span:before {
  top: 7px;
}

.menu-toggle span:after {
  top: 14px;
}

.menu-toggle > div {
  cursor: pointer;
  height: 16px;
}

.open-menu .menu-toggle span {
  height: 0;
}

.open-menu .menu-toggle span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.open-menu .menu-toggle span:after {
  top: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/* ============== Slider ===================== */
.container-page-boxed .slider-wrap {
  padding: 0 40px;
}

.slider-post:before,
.slider-post:after {
  width: 33.3333%;
  position: absolute;
  content: "";
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.slider-post:before {
  left: 0;
}

.slider-post:after {
  right: 0;
  width: calc(33.333% + 1px);
}

.slider-wrap, .slider-wrap .feat-item, .slider-wrap .feat-image {
  position: relative;
}

.slider-boxed-padding, .slider-style-full-padding .rev_slider_wrapper {
  padding: 0 42px !important;
}

.slider-wrap .feat-overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
}

.slider-wrap .feat-item:hover .feat-overlay {
  opacity: 1;
  visibility: visible;
}

.slider-wrap .feat-image img {
  width: 100%;
}

.slider-wrap .feat-text {
  color: #cccccc;
  font-size: 15px;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
}

.feat-text .number {
  color: rgba(255, 255, 255, 0.1);
  display: block;
  font-size: 80px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 14px;
}

.feat-text .feat-title {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.arrow-down {
  bottom: 0;
  font-size: 50px;
  left: 50%;
  position: absolute;
  margin-left: -16px;
  z-index: 99;
}

.rit-cover-wrap {
  position: relative;
  background-size: cover;
  min-height: 221px;
  background-color: #252525;
  background-position: center center;
}

.rit-cover-title {
  color: #fff;
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.rit-cover-title .h1 {
  font-size: 48px;
  font-weight: 500;
  padding-bottom: 0;
  text-transform: uppercase;
  margin: 0;
}

.rit-cover-title p {
  font-weight: lighter;
  margin-top: 20px;
}

.rit-cover-shop {
  margin-top: -55px;
}

/* ============== Slider Full ===================== */
.slider-full .feat-overlay, .slider-full .feat-overlay h3 {
  background-color: #fff;
}

.slider-full .feat-overlay {
  padding: 42px 62px 73px;
}

.slider-full .feat-overlay, .slider-full .feat-overlay a {
  color: #000;
  font-weight: bold;
  font-size: 45px;
}

.slider-full .feat-overlay a {
  font-weight: bold;
  font-size: 48px;
}

.slider-full .feat-overlay .feat-title {
  font-size: 36px;
  font-weight: 100;
  display: block;
  line-height: normal;
}

.slider-full .feat-overlay .feat-link {
  background-color: #000;
  bottom: -17px;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0;
  padding: 11px 32px 12px;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.slider-full .feat-overlay .feat-link:before {
  border: 4px solid #fff;
  height: calc(100% + 8px);
  left: -3px;
  top: -4px;
  width: calc(100% + 7px);
}

/* ============== Slider Boxed ===================== */
.slider-boxed .feat-overlay {
  background-color: rgba(51, 51, 51, 0.8);
  padding: 45px 63px;
}

.slider-boxed .feat-overlay .feat-cat {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.slider-boxed .feat-overlay h3 {
  font-size: 35px;
  font-weight: bold;
  text-transform: capitalize;
}

.slider-boxed .feat-date {
  display: block;
  color: #cccccc;
  text-transform: capitalize;
  padding: 8px 0 11px;
}

.slider-boxed .feat-overlay .feat-link {
  background-color: transparent;
  border: 2px solid #ffffff;
  letter-spacing: 2px;
  margin-top: 10px;
  padding: 11px 32px;
}

.slider-boxed .feat-overlay .feat-link:before {
  display: none;
}

/* ================== Revolution Slider ==================== */
/* RIT Custom Arrows */
.tparrows.rit-navigation {
  background-color: transparent;
  border: 3px solid #fff;
  height: 54px;
  width: 54px;
  border-radius: 50%;
}

.tparrows.rit-navigation:before {
  font-family: 'FontAwesome';
  font-size: 24px;
  color: #fff;
  line-height: 48px;
}

.tp-rightarrow.tparrows.rit-navigation:before {
  content: "\f178";
}

.tp-leftarrow.tparrows.rit-navigation:before {
  content: "\f177";
}

/* RIT Custom Bullet */
.rit-navigation .tp-bullet {
  width: 20px;
  height: 5px;
}

.rit-navigation .tp-bullet:hover,
.rit-navigation .tp-bullet.selected {
  background-color: #fff;
}

/* ================== Breadcrumbs Title ==================== */
.woocommerce-breadcrumb {
  margin-bottom: 48px;
}

.breadcrumbs {
  font-size: 16px;
  text-transform: capitalize;
  background-color: #f3f3f3;
}

.breadcrumbs > .container > span,
.woocommerce-breadcrumb,
.woocommerce-breadcrumb i,
.woocommerce-breadcrumb a {
  padding: 0 8px 0 0;
  line-height: 60px;
  font-weight: 500;
}

.breadcrumbs i {
  margin-right: 8px;
}

/* ================== Custom Title ==================== */
.custom-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}

.custom-title h1 {
  font-size: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

.custom-title .sub-title {
  font-weight: normal;
  position: relative;
  padding-top: 20px;
  display: block;
  font-size: 19px;
  letter-spacing: 2px;
}

.custom-title .sub-title:before {
  background-color: #fff;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -23px;
  position: absolute;
  top: 8px;
  width: 55px;
}

/* ================== Canvas Menu ===================== */
.slicknav_btn {
  float: left;
}

.slicknav_btn .slicknav_icon-bar {
  background-color: #333;
  display: block;
  height: 2px;
  margin-bottom: 5px;
  width: 19px;
  transform-origin: 5px 1px;
  -webkit-transform-origin: 5px 1px;
  -ms-transform-origin: 5px 1px;
  -o-transform-origin: 5px 1px;
}

.header-light .slicknav_btn .slicknav_icon-bar {
  background-color: #fff;
}

.is-sticky .header-light .slicknav_btn .slicknav_icon-bar {
  background-color: #333;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(3) {
  opacity: 0;
}

.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-child(2) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.slicknav_nav {
  background-color: #000;
  display: none;
  list-style: outside none none;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  text-align: left;
  top: 80px;
  width: 100%;
  left: 0;
  overflow-y: scroll;
}

.slicknav_nav .mega-sub-menu > .mega-menu-item:not(:last-child) {
  border: none !important;
}

.slicknav_nav ul {
  list-style: none;
}

.slicknav_nav li {
  padding: 0;
}

.slicknav_nav li > a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
  display: block;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  position: relative;
  text-transform: uppercase;
}

.slicknav_nav li .mega-sub-menu li > a {
  padding-left: 15px;
}

.slicknav_nav li .mega-sub-menu .mega-sub-menu li > a {
  padding-left: 30px;
}

.mega-sub-menu {
  margin: 0;
}

.slicknav_nav .slicknav_arrow {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

/* ================== Main Menu ======================== */
#main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-navigation ul li ul {
  text-align: left;
}

#main-navigation ul#primary-menu {
  margin-left: 0;
}

#main-navigation li {
  position: relative;
  display: inline-block;
}

#main-navigation li a {
  display: block;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  font-weight: normal;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 40px;
}

/* ========== Submenu =========== */
#main-navigation .sub-menu,
#main-navigation .children {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  min-width: 250px;
  opacity: 0;
  text-align: left;
  position: absolute;
  top: 100%;
  visibility: hidden;
  padding: 10px 0;
  z-index: 1;
  -webkit-transform: translate(0, 30px);
      -ms-transform: translate(0, 30px);
          transform: translate(0, 30px);
  transition: all 300ms;
}

#main-navigation .sub-menu .sub-menu,
#main-navigation .children .children {
  left: calc(100% + 40px);
  top: 0;
}

#main-navigation .sub-menu li,
#main-navigation .children li {
  display: block;
}

#main-navigation .sub-menu li a,
#main-navigation .children li a {
  text-transform: capitalize;
}

#main-navigation li:hover > .sub-menu,
#main-navigation li:hover > .children {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
  opacity: 1;
  visibility: visible;
}

#main-navigation .sub-menu li:hover .sub-menu,
#main-navigation .children li:hover .children {
  top: 0;
  left: 100%;
}

#main-navigation .sub-menu li.menu-item a {
  font-weight: normal;
  color: #7d7d7d;
}

#main-navigation .menu-arrow {
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 16px;
  width: 20px;
  cursor: pointer;
}

/* ================= Main Content ====================== */
.site-content {
  /* margin-top: 55px; */
}

.left-sidebar > .site-main {
  padding-left: 35px;
}

.no-margin-content {
  margin-top: 0;
}

.post-image {
  overflow: hidden;
  margin-bottom: 22px;
  position: relative;
}

.post-image iframe {
  width: 100%;
  margin: 0;
}

.post-image.audio iframe {
  height: auto;
  max-height: 200px;
}

.post-image img {
  width: 100%;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

/* ================= Sidebar ====================== */
[id*="sidebar-"] #sb_instagram #sbi_images .sbi_item a {
  padding: 0;
}

.flickr-channel {
  margin: 0 -7px;
}

.flickr-channel > a {
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 7px;
  width: 33.3333%;
  position: relative;
}

.flickr-channel > a:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  font-family: FontAwesome;
  height: calc(100% - 14px);
  left: 7px;
  line-height: 75px;
  position: absolute;
  text-align: center;
  top: 7px;
  width: calc(100% - 14px);
  opacity: 0;
}

.flickr-channel > a:hover:before {
  opacity: 1;
}

/* ================= Share Link ====================== */
.share-links .share-text {
  float: left;
  font-weight: bold;
}

.share-links ul {
  float: left;
  margin: 0;
  list-style: none;
}

.share-links ul li {
  float: left;
  margin-left: 8px;
  text-transform: uppercase;
  display: inline-block;
  list-style: none;
  color: #252525;
}

.social-icon, .site-footer .widget .eva-social-icon a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 38px;
  transition: all 300ms;
  border-radius: 50%;
}

.social-icon i, .site-footer .widget .eva-social-icon a i {
  margin: 0;
  padding: 0;
}

.social-icon a, .site-footer .widget .eva-social-icon a a {
  width: 100%;
  height: 100%;
  display: block;
}

.border-icon {
  border: 2px solid #ccc;
}

.border-icon i {
  color: #252525;
}

.border-icon:hover i {
  color: #fff;
}

/* ================= Tag ====================== */
.tags-wrap {
  margin-top: 20px;
  display: inline-block;
}

.tags-wrap h6 {
  padding-right: 8px;
  font-weight: 600;
  text-transform: uppercase;
}

.tags-wrap a {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-weight: 600;
}

.single-section {
  line-height: 40px;
  margin-top: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.single-section .share-links span {
  color: #252525;
  text-transform: capitalize;
  font-weight: 600;
  padding-right: 10px;
  font-size: 16px;
}

.single-section .post-comment {
  color: #252525;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
}

/* ================= Author ====================== */
.post-related {
  margin-top: 55px;
}

.post-author {
  padding: 35px;
  background: #f3f3f3;
}

.post-author .author-name {
  margin-bottom: 20px;
}

.post-author p {
  line-height: 1.6;
  margin-bottom: 15px;
}

.post-author h5 {
  margin-bottom: 13px;
  text-transform: uppercase;
}

.post-related .post-box h5,
.comments h5,
.comment-respond h3 {
  margin-bottom: 21px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}

.title-block {
  text-transform: capitalize;
  font-weight: 600;
}

.post-related .title-block {
  margin-bottom: 40px;
}

.author-name {
  font-weight: 500;
}

.author-img img {
  width: 100%;
}

.date-post {
  font-size: 12px;
  color: #acacac;
  text-transform: uppercase;
}

.author-social {
  margin: 0;
  padding: 0;
}

.author-social li {
  list-style: none;
  margin: 0 5px 0 0;
  float: left;
}

.author-social li a {
  padding: 5px 8px;
  color: #555;
}

.author-social li i {
  font-size: 16px;
}

.author-social li:first-child a {
  padding-left: 0;
}

/* ================= Post Related ====================== */
.title {
  font-weight: 600;
  line-height: 1.6;
}

.post-related {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
}

.item-related {
  padding-bottom: 20px;
}

.post-related .item-related a {
  font-weight: 600;
  text-transform: none;
}

.post-related .item-related img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}

/* ================= Post Comment ====================== */
#comments-list {
  margin: 45px 0 35px;
}

#comments-list h5 {
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}

#comments-list ol,
#comments-list ul {
  list-style: none;
  margin: 0;
}

#respond-wrap {
  padding: 35px 20px;
  background: #f3f3f3;
}

#comments-list .depth-2 .children {
  padding-left: 70px;
}

#comments-list .comment-wrap {
  border-bottom: 1px solid #ebebeb;
  padding: 40px 0 25px;
}

#comments-list > ol > li:first-child > .comment-wrap {
  border-top: none;
  padding-top: 0;
}

#comments-list .comment-avatar {
  float: left;
  width: 70px;
  padding-right: 20px;
}

#comments-list ol > li:last-child {
  border-bottom: none;
}

#comments-list .comment-avatar img {
  border-radius: 50%;
}

#comments-list .comment-content p {
  margin-bottom: 7px;
}

#comments-list .comment-content i {
  font-size: 15px;
  color: #999999;
  padding-right: 5px;
}

#comments-list .comment-content {
  width: calc(100% - 70px);
  float: left;
  line-height: 1.7;
  position: relative;
}

.comment-meta-actions {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 20px;
}

.comment-meta-actions a {
  background-color: #cccccc;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  height: 18px;
  padding: 0 5px;
  text-transform: uppercase;
  line-height: 20px;
}

.comment-meta-actions a:hover {
  color: #fff;
}

#comments-list .comment-date {
  color: #959595;
  display: block;
  margin: -11px 0 10px;
}

#comments-list > ol {
  padding: 40px 0 0;
}

#comments-list li {
  list-style: none;
  padding-left: 0;
}

#comments-list li .comment-wrap {
  padding-left: 0;
}

/* ================= Post Pagination ====================== */
.post-pagination {
  margin-bottom: 50px;
  margin-top: 50px;
}

.post-pagination span {
  font-size: 12px;
  text-transform: uppercase;
  color: #ccc;
}

.post-pagination h6 {
  padding: 5px 0;
  font-weight: 600;
}

.post-pagination a {
  transition: all 300ms;
}

.post-pagination a:hover span {
  color: #7d7d7d;
}

.post-pagination .next-post {
  text-align: right;
}

.post-pagination .prev-post {
  text-align: left;
}

/* ================= Post Item ====================== */
.post-item:not(:last-child) {
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid #e7e7e7;
}

/* ================= Post Content ====================== */
.article-meta .separator {
  padding: 0 6px;
}

.rit-news-inner {
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
}

.rit-news-inner .article-meta {
  font-size: 15px;
  margin-bottom: 10px;
}

.post-date {
  color: #acacac;
  font-size: 15px;
  letter-spacing: 0.25px;
}

.rit-news-inner .entry-title {
  margin: 3px 0 7px;
}

.content-full .readmore {
  display: block;
  margin-top: 18px;
  line-height: 100%;
}

.content-full .readmore a {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 4px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.content-full .readmore a:before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 600ms;
}

.content-full .readmore a:hover:before {
  width: 100%;
}

/* Large Post */
.rit-blog-large-layout .rit-news-item {
  margin-bottom: 32px;
}

.rit-blog-large-layout .rit-news-item:last-child {
  margin: 0;
}

.rit-blog-large-layout .entry-title {
  margin: 0 0 20px;
}

.single-content .entry-title {
  margin: 7px 0 35px;
}

/* ================= Social ==================== */
.rit-social {
  text-align: center;
}

.rit-social ul {
  list-style: none;
  margin: 0;
  float: left;
}

.rit-social ul li {
  display: inline-block;
}

.rit-social ul li a {
  text-transform: uppercase;
  padding: 0 6px;
  font-weight: bold;
  display: block;
  font-size: 14px;
}

.rit-social.no-name a span, .rit-social.no-icon a i {
  display: none;
}

.entry-content .rit-social ul li a {
  font-size: 17px;
  padding: 0 13px;
}

/* =============== Footer ============= */
#footer-top {
  padding: 73px 0 0;
  background: #1e232b;
}

.site-footer #footer-top .widget-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 53px;
}

.site-footer .widget-title {
  border: medium none;
  font-size: 18px;
  padding-bottom: 32px;
  margin: 0;
}

.site-footer .footer-center-1 .widget-title {
  padding-bottom: 58px;
}

#copy-right a:hover .icon_heart_alt:before {
  content: '';
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
  margin: 8px 0 !important;
  padding: 0 8px !important;
}

.rit-instagram {
  margin: 0 -8px !important;
}

#sb_instagram .sbi_photo {
  position: relative;
  overflow: hidden;
}

#sb_instagram .sbi_photo:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -100%;
  top: -100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

#sb_instagram .sbi_photo:hover:before {
  left: 0;
  top: 0;
  opacity: 1;
}

/* =============== Coppy Right ============= */
#copy-right {
  padding: 0;
}

#copy-right p {
  margin: 0;
  line-height: 50px;
  font-size: 14px;
  font-weight: 100;
}

.copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
  text-align: center;
}

.site-footer .rit-social ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid transparent;
  line-height: 34px;
  margin: 7px 0 0 12px;
}

/* ================= Back To Top ================= */
#back-to-top {
  background-color: #EAEF1C;
  cursor: pointer;
  display: none;
  font-size: 25px;
  height: 36px;
  right: 24px;
  line-height: 32px;
  position: fixed;
  text-align: center;
  bottom: 31px;
  width: 36px;
  z-index: 999;
}

#back-to-top:hover {
  background-color: green;
}

/* =================== Tag Cloud ======================= */
.tagcloud a {
  display: block;
  border-radius: 3px;
  float: left;
  font-size: 13px !important;
  margin: 0 5px 5px 0;
  padding: 4px 13px;
  background-color: #d7d7d7;
  color: #fff;
}

.tagcloud a:hover {
  color: #fff;
}

/* =================== Visual Composer ================== */
.vc_row-fluid {
  position: relative;
}

#content .vc_row,
.vc_row-no-padding .row {
  margin-left: 0;
  margin-right: 0;
}

.vc_row-no-padding .container {
  padding-left: 0;
  padding-right: 0;
}

#content .vc_row.vc_inner {
  margin-bottom: 0;
}

/* =================== Box Toggle ======================= */
.box-toggle .content-toggle {
  display: none;
}

.box-toggle a.link-toggle {
  border: none;
}

/* =================== Progress ======================= */
.rit-progress {
  height: 35px;
  background-color: #cccccc;
  border-radius: 0;
  margin-bottom: 35px;
}

.rit-progress .progress-bar {
  background-color: #333333;
  line-height: 35px;
  padding-left: 16px;
  text-align: left;
}

/* =================== Team ============================ */
.rit-team {
  font-size: 13px;
}

.rit-team .item_inner .img {
  margin-bottom: 45px;
}

.rit-team .item_inner h3 {
  font-size: 28px;
  font-weight: bold;
}

.rit-team .item_inner h5 {
  text-transform: uppercase;
  margin: 14px 0 8px;
}

/* =================== Box Content Icon ============================ */
.box-content-icon p {
  margin: 0;
}

.box-content-icon h3 {
  margin-bottom: 55px;
}

.box-content-icon i {
  margin-bottom: 44px;
}

.box-icon-before i {
  border: 1px solid #000;
  display: inline-block;
  font-size: 46px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  width: 82px;
  margin-bottom: 16px;
}

.box-icon-before h3 {
  margin-bottom: 18px;
}

/* =================== RIT Element ======================== */
.rit-title {
  letter-spacing: 1px;
}

.rit-element-title,
.wpb_column .rit-element-title {
  margin-bottom: 53px;
  text-align: center;
  font-weight: 500;
}

.rit-element-title.al-left {
  text-align: left;
}

.rit-element-slider .rit-element-title {
  position: relative;
  z-index: 9;
  display: inline-block;
  margin: 0 0 42px;
}

.rit-sub-heading {
  display: block;
  letter-spacing: 1px;
  line-height: 1.7;
  padding-top: 15px;
}

/* ============================================
// Slider Boxed Scroller
============================================ */
.slider-boxed-scroller .boxed-image img {
  left: 50%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.slider-boxed-scroller .owl-theme .owl-controls {
  margin: 0;
}

.slider-boxed-scroller .boxed-content-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.slider-boxed-scroller .boxed-content-info {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.slider-boxed-scroller .boxed-content-inner .rit-button {
  margin-top: 20px;
}

.slider-boxed-scroller .boxed-content h2 {
  font-size: 24px;
  text-transform: uppercase;
}

.slider-boxed-scroller .boxed-content p {
  font-size: 14px;
  color: #959595;
}

.slider-boxed-scroller .price-item-slide {
  font-size: 60px;
  line-height: normal;
}

.slider-boxed-scroller .owl-theme .owl-controls .owl-buttons {
  display: none;
}

.slider-boxed-scroller .owl-theme .owl-controls .owl-pagination {
  bottom: inherit;
  display: block;
  opacity: 1;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: auto;
}

.slider-boxed-scroller .owl-theme .owl-controls .owl-page {
  display: block;
  margin: 12px 0;
}

.slider-boxed-scroller .owl-theme .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  background-color: transparent;
  position: relative;
  border-radius: 50%;
  opacity: 1;
}

.slider-boxed-scroller .owl-theme .owl-controls .owl-page.active span,
.slider-boxed-scroller .owl-theme .owl-controls .owl-page:hover span {
  background-color: #000;
}

.slider-boxed-scroller .owl-theme .owl-controls .owl-page span:before {
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: -3px;
  position: absolute;
  top: -3px;
  width: 15px;
}

/* ============================================
// RIT Element Tab
============================================ */
.rit-tab-title ul {
  list-style: none;
  margin: 0 0 45px 0;
  position: relative;
  z-index: 9;
  display: inline-block;
}

.rit-tab-title ul li {
  display: inline-block;
}

.rit-tab-title ul li a {
  font-size: 20px;
  text-transform: uppercase;
  color: #cccccc;
  position: relative;
  margin-right: 48px;
  letter-spacing: 2px;
}

.rit-tab-title ul li:not(:last-child) a:after {
  content: "/";
  display: block;
  position: absolute;
  right: -30px;
  top: 3px;
  color: #cccccc;
}

.rit-tab-title ul li a.active,
.rit-tab-title ul li a:hover {
  color: #333333;
}

.rit-tab-content {
  position: relative;
  min-height: 518px;
}

.rit-tab-content .rit-tab-content-item {
  opacity: 0;
  visibility: hidden;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.rit-tab-content .rit-tab-content-item.active {
  opacity: 1;
  visibility: visible;
}

/* =================== RIT Recent Post ======================== */
.icon-thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.4);
  -webkit-transform: translate(-50%, -50%) scale(0.4);
  -ms-transform: translate(-50%, -50%) scale(0.4);
  -o-transform: translate(-50%, -50%) scale(0.4);
  width: 56px;
  height: 56px;
  line-height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.icon-thumbnail i {
  font-size: 24px;
  vertical-align: -3px;
}

.rit-recent-item:hover .icon-thumbnail {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}

.rit-recent-item .post-image {
  margin-bottom: 14px;
}

.rit-recent-item .post-image:hover img {
  transform: rotate(5deg) scale(1.2);
  -webkit-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}

.rit-recent-item .post-image a {
  margin: 0;
}

.rit-recent-item h5 {
  margin: 4px 0 17px 0;
}

.rit-recent-item.al-center h5 {
  text-transform: uppercase;
  margin: 19px 0 14px;
}

.rit-recent-item a,
#mega-menu-wrap-primary #mega-menu-primary ul li a, .rit-recent-item a {
  margin-bottom: 5px;
  display: block;
  overflow: hidden;
}

.rit-recent-item.al-center .entry-content p {
  font-style: italic;
  letter-spacing: 1px;
}

.recent-info {
  line-height: normal;
  margin-bottom: 6px;
}

.rit-recent-item .post-info {
  padding: 0 20px;
}

.recent-info span {
  margin-right: 26px;
}

.recent-info span i {
  margin-right: 10px;
}

.rit-element-slider .owl-carousel {
  width: inherit;
}

.rit-element-slider .owl-theme .owl-controls {
  margin: 26px;
}

/* =================== RIT Brand ======================== */
.rit-image-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  margin: 0;
}

/* =================== RIT Parallax ======================== */
.parallax-content {
  text-align: center;
}

.parralax-position-right .parallax-content {
  left: 60%;
}

.parralax-position-left .parallax-content {
  left: 40%;
}

.parallax-list {
  list-style: none;
}

.parallax-content h3 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: normal;
}

.parallax-content p {
  font-size: 18px;
  letter-spacing: 0.7px;
}

.testimonial-item .name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding: 0 0 3px 0;
}

.testimonial-item .position {
  font-size: 14px;
}

.testimonial-item .custom-avatar {
  display: inline-block;
  max-width: 143px;
}

.parallax-content .custom-info span {
  display: block;
  text-transform: uppercase;
  line-height: normal;
}

.parralax-custom .parallax-content h3 {
  font-size: 40px;
  padding-bottom: 10px;
}

.parralax-style-dark .parallax-content p {
  color: #fff;
  margin-bottom: 15px;
}

.parralax-style-dark .parallax-content h3 {
  color: #333333;
}

/* ================= Image Hover ================= */
.rit-element-image-hover {
  margin-bottom: 30px !important;
}

.image-hover-inner {
  position: relative;
}

.image-hover-inner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  padding: 0 10px;
  width: 100%;
}

.image-hover-inner .content h3 small {
  font-size: 13px;
}

.image-hover-inner .image-overlay {
  background-color: rgba(0, 0, 0, 0.35);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: visible;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}

.image-hover-inner:hover .image-overlay {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.position-bottom-left .image-hover-inner .content,
.position-bottom-center .image-hover-inner .content,
.position-bottom-right .image-hover-inner .content {
  bottom: 25px;
  top: inherit;
}

.position-top-left .image-hover-inner .content,
.position-top-center .image-hover-inner .content,
.position-top-right .image-hover-inner .content {
  top: 26px;
}

.position-top-center .image-hover-inner .content {
  top: 85px;
}

.position-top-left .image-hover-inner .content,
.position-middle-left .image-hover-inner .content,
.position-bottom-left .image-hover-inner .content {
  left: 20px;
  text-align: left;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

.position-top-right .image-hover-inner .content,
.position-middle-right .image-hover-inner .content,
.position-bottom-right .image-hover-inner .content {
  right: 20px;
  text-align: right;
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

/* =============== Style 2 =============== */
.style-2 .image-hover-inner .content,
.style-4 .image-hover-inner .content {
  opacity: 1;
}

.image-hover-inner .content h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}

.style-2 .image-hover-inner .content h3 {
  font-size: 30px;
}

.image-hover-inner .content h4 {
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.image-hover-inner .content a {
  font-style: italic;
  border-bottom: 1px solid #fff;
  text-transform: capitalize;
}

.image-hover-inner .content a.rit-button {
  margin-top: 20px;
}

.image-hover-inner .border-mask {
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: calc(100% - 24px);
  left: 12px;
  position: absolute;
  top: 12px;
  width: calc(100% - 24px);
  opacity: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.rit-element-image-hover:hover .content,
.rit-element-image-hover:hover .border-mask {
  opacity: 1;
}

.rit-element-image-hover:hover .border-mask {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.image-hover-caption {
  font-size: 14px;
  color: #666666;
}

.image-hover-caption a {
  font-style: italic;
}

.image-hover-caption h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0;
}

.top-image-hover {
  min-height: 211px;
}

.bottom-image-hover p {
  margin-top: 440px;
}

/* ============= Style 3 ============= */
.rit-element-image-hover.style-3 {
  margin-bottom: 0 !important;
}

.style-3 .image-hover-inner img {
  width: 100%;
}

.rit-element-image-hover:hover .border-mask {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.style-3 .image-hover-inner .border-mask {
  border: none;
  background-color: rgba(255, 255, 255, 0.92);
}

.style-3 .image-hover-inner .content h4 {
  font-size: 18px;
  color: #000;
}

.style-3 .image-hover-inner .content h3 {
  font-size: 36px;
  color: #000;
}

.style-3 .image-hover-inner .content a,
.style-4 .image-hover-inner .content a {
  border: none;
}

/* ============= Style 4 ============= */
.style-4 .image-hover-inner .content h3 {
  font-size: 25px;
  line-height: 1;
  padding-bottom: 5px;
}

/* ============== Shop =============== */
.banner-shop {
  position: relative;
}

.banner-shop, .ordering {
  margin-bottom: 30px;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner-content h3 {
  font-size: 25px;
  text-transform: uppercase;
}

.ordering h3 {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  margin-right: 20px;
  line-height: 30px;
}

#sort-by ul {
  list-style: none;
  margin: 0;
}

#sort-by ul li {
  float: left;
  margin: 6px 3px 0 0;
}

#sort-by ul li .list i {
  display: block;
  font-size: 25px;
  margin-top: -3px;
}

.ordering .selectBox-dropdown {
  border-style: dashed;
  line-height: 22px;
  border-radius: 0;
}

.ordering .selectBox-dropdown .selectBox-label {
  font-size: 13px;
}

.ordering .selectBox-dropdown .selectBox-arrow {
  width: 28px;
  border-left: 1px dashed #bbb;
  background-position: -20px 5px;
}

.ordering .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
  background-position: 3px 5px;
}

.orderby-selectBox-dropdown-menu {
  margin-top: -32px;
  width: 230px !important;
  border: 1px dashed #bbb;
  border-radius: 0;
  box-shadow: none;
}

.selectBox-options.orderby-selectBox-dropdown-menu li.selectBox-selected a {
  background-color: transparent;
}

.selectBox-dropdown-menu.orderby-selectBox-dropdown-menu li a {
  font-size: 13px;
  color: #333333;
  cursor: pointer;
}

/* ============== Product Category =============== */
.products-category-wrap.deactivate {
  display: none;
}

.products-grid li.product {
  min-height: 505px;
}

/* details-action */
.details-action {
  border-bottom: 1px dashed #cdcdcd;
  padding: 30px 0 2px;
}

.summary .product_meta > span {
  display: block;
}

.single-actions > * {
  float: left;
  margin: 0 0 0 6px;
}

.rit-product-details .product-action-item {
  border-color: #333333;
  color: #333333;
}

.rit-product-details .product-action-item:hover {
  background-color: #333;
}

/* Sidebar Details */
.sidebar-details .widget > div {
  padding: 0;
  text-align: center;
  font-size: 13px;
}

.sidebar-details .widget > div img {
  display: inline-block;
  padding: 9px 0 29px;
}

/* ------------ SIDEBAR SERVICE ------------- */
[id*="sidebar-"] .rit_testimonials_widget {
  padding: 25px;
}

[id*="sidebar-"] .rit_testimonials_widget .rit-testimonial {
  margin-bottom: -50px;
}

[id*="sidebar-"] .rit_testimonials_widget .title-shortcode {
  color: #172154;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
}

[id*="sidebar-"] .rit_testimonials_widget .rit-testimonial-content {
  margin-bottom: 30px;
}

[id*="sidebar-"] .rit_testimonials_widget .rit-wrap-author {
  overflow: hidden;
  background: #fff;
  padding: 0 10px;
}

[id*="sidebar-"] .rit_testimonials_widget .rit-wrap-author .rit-wrap-avatar {
  float: left;
}

[id*="sidebar-"] .rit_testimonials_widget .rit-wrap-author .rit-wrap-author-info {
  overflow: hidden;
  padding-left: 15px;
}

[id*="sidebar-"] .rit_testimonials_widget .rit-wrap-author .rit-wrap-author-info a {
  font-size: 15px;
}

[id*="sidebar-"] .rit_testimonials_widget .rit-testimonial-des {
  text-transform: uppercase;
  font-size: 13px;
}

[id*="sidebar-"] .rit_testimonials_widget,
[id*="sidebar-"] .widget_nav_menu {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #172154;
}

[id*="sidebar-"] .widget_nav_menu {
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #172154;
}

[id*="sidebar-"] .widget_nav_menu .widget-title {
  background: #172154;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 30px;
  margin: 0;
  font-size: 18px;
}

[id*="sidebar-"] .widget_nav_menu .menu-menu-service-container .menu .menu-item {
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}

[id*="sidebar-"] .widget_nav_menu .menu-menu-service-container .menu .menu-item a {
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
  font-size: 15px;
}

[id*="sidebar-"] .widget_nav_menu .menu-menu-service-container .menu .menu-item a:before {
  content: none;
}

[id*="sidebar-"] .widget_nav_menu .menu-menu-service-container .menu .menu-item:hover {
  background: #f5f5f5;
}

[id*="sidebar-"] .widget_nav_menu .menu-menu-service-container .menu .menu-item:hover a {
  color: #252525;
  font-weight: normal;
}

.rit-grid-layout .entry-title {
  font-size: 18px;
  line-height: 1.5em;
}

.rit-grid-layout .readmore a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #252525;
  line-height: 100%;
  letter-spacing: 0;
}

.rit-grid-layout .readmore a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  right: -8px;
  top: 0;
  transition: all .3s;
}

.rit-grid-layout .readmore a:hover:before {
  color: #2e39c9;
  right: -20px;
}

/* ------------  Service ------------- */
.service .page-header {
  display: none;
}

.service [id*="sidebar-"] ul li a:hover {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.service #sidebar-left {
  padding-right: 15px;
}

.service .service .post-image a {
  display: block;
  position: relative;
}

.service .service .post-image a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(23, 33, 84, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 600ms;
  position: absolute;
  z-index: 10;
}

.service .service .post-image a:before {
  content: "\f0c1";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc( -50% - 30px));
      -ms-transform: translate(-50%, calc( -50% - 30px));
          transform: translate(-50%, calc( -50% - 30px));
  font-size: 24px;
  color: #fff;
  transition: all 500ms;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  z-index: 99;
}

.service .service .post-image a:hover:after {
  opacity: 1;
  visibility: visible;
}

.service .service .post-image a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service .service .title-news {
  margin: 13px 0;
}

.service .service .title-news a {
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
}

.service .service .description p {
  margin-bottom: 5px;
}

.service .wrapper-img a {
  display: block;
  position: relative;
}

.service .wrapper-img a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(23, 33, 84, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 600ms;
  position: absolute;
}

.service .wrapper-img a:before {
  content: "\f0c1";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, calc( -50% - 30px));
      -ms-transform: translate(-50%, calc( -50% - 30px));
          transform: translate(-50%, calc( -50% - 30px));
  font-size: 24px;
  color: #fff;
  transition: all 500ms;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  z-index: 99;
}

.service .wrapper-img a:hover:after {
  opacity: 1;
  visibility: visible;
}

.service .wrapper-img a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service .title-news {
  margin: 13px 0;
}

.service .title-news a {
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
}

.service .entry-header {
  display: none;
}

.service .description p {
  margin-bottom: 5px;
}

.single-service .entry-content h4 {
  margin-top: 0;
  line-height: 100%;
  font-size: 21px;
  color: #1a3b66;
}

.single-service .entry-content ul {
  list-style: square;
  padding-left: 10px;
}

#sidebar-left.service {
  padding-right: 15px;
}

#sidebar-left.service ul li a:hover {
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

#sidebar-right {
  padding-left: 35px;
}

#sidebar-left {
  padding-right: 35px;
}

/* ------------ 404 ------------- */
.error-404 {
  font-size: 23px;
  line-height: normal;
  text-align: center;
}

.error-404 h1 {
  font-size: 200px;
  font-weight: 300;
  line-height: 170px;
}

/* ------------ Revolution ------------- */
.tparrows.special,
.tparrows.special:hover,
.tparrows.special span {
  background-color: transparent;
  min-height: 84px;
  opacity: 1 !important;
  visibility: visible !important;
}

.tp-leftarrow.tparrows.special {
  left: -65px !important;
}

.tp-rightarrow.tparrows.special {
  left: calc(100% + 65px) !important;
}

.tparrows.special:before,
.tparrows.special:after {
  position: absolute;
  width: 3px;
  height: 42px;
  background-color: #000;
  content: "";
  transition: all 0.3s ease 0s;
  right: 0;
}

.tp-leftarrow.tparrows.special::before,
.tp-leftarrow.tparrows.special::after {
  right: inherit;
  left: 0;
}

.tparrows.special:before {
  top: 0;
  -webkit-transform-origin: right bottom 0;
      -ms-transform-origin: right bottom 0;
          transform-origin: right bottom 0;
}

.tparrows.special:after {
  bottom: 0;
  -webkit-transform-origin: right top 0;
      -ms-transform-origin: right top 0;
          transform-origin: right top 0;
}

.tp-leftarrow.tparrows.special::before {
  -webkit-transform-origin: left bottom 0;
      -ms-transform-origin: left bottom 0;
          transform-origin: left bottom 0;
}

.tp-leftarrow.tparrows.special::after {
  -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
          transform-origin: left top 0;
}

.tparrows.special:hover:before,
.tp-leftarrow.tparrows.special:hover:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tparrows.special:hover:after,
.tp-leftarrow.tparrows.special:hover:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tparrows.special span:before {
  content: "next";
  position: relative;
  top: 0;
  left: 5px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-left: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  width: 17px;
  word-break: break-all;
}

.tp-leftarrow.tparrows.special span::before {
  content: "prev";
  left: -3px;
}

.tparrows.special:hover span:before {
  opacity: 0;
  left: -40px;
}

.tp-leftarrow.tparrows.special:hover span:before {
  left: 40px;
}

/* ================= One Page ===================== */
.rit-one-page {
  position: fixed;
  right: 70px;
  top: 40%;
  z-index: 100;
}

.rit-one-page ul {
  list-style: none;
  margin: 0;
}

.rit-one-page ul li {
  display: block;
  text-align: right;
  padding: 5px 0;
}

.rit-one-page span {
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rit-one-page .icon,
.rit-one-page span.text {
  transition: all 0.3s ease 0s;
}

.rit-one-page span.text {
  opacity: 0;
  visibility: hidden;
}

.rit-one-page .icon {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: rgba(200, 200, 200, 0.5);
  vertical-align: -5px;
  margin-left: 5px;
}

.rit-one-page a:hover .text {
  opacity: 1;
  visibility: visible;
}

.rit-one-page a:hover .icon {
  background-color: #c8c8c8;
}

/* ================ Twitter ================= */
.tweet-list.twitter-logo li {
  background: url("images/icon-twitter.png") no-repeat top center;
  padding-top: 50px;
  padding-bottom: 55px;
}

.tweet-list li p,
.tweet-list li a,
.tweet-list li span {
  font-size: 20px;
  font-weight: lighter;
}

.tweet-list li p {
  padding: 0 100px;
}

.tweet-list li small {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding-top: 15px;
}

/* ================ Shortcode ================= */
.rit-dropcap {
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 50px;
  line-height: normal;
  margin: 10px 10px 0 0;
  padding: 0 14px;
  text-align: center;
  text-transform: uppercase;
}

/* =============== Icon Box =================== */
.rit-icon-box .icon-box-line {
  background-color: #ededed;
  height: 1px;
  margin: 14px 0 32px;
  width: 100%;
  display: block;
}

.rit-icon-box-inner {
  padding: 15px;
}

.rit-icon-box-item h5 {
  text-transform: uppercase;
  font-style: normal;
  margin: 24px 0 10px;
  letter-spacing: 1px;
}

.rit-icon-box-item .icon-box-content p {
  margin-bottom: 10px;
}

.rit-icon-box-item .icon {
  border: 3px solid #1abc9c;
  border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
  box-sizing: content-box;
  display: inline-block;
  height: 45px;
  text-align: center;
  text-overflow: clip;
  transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  width: 45px;
  line-height: 53px;
}

.rit-icon-box-item .icon i {
  color: #fff;
  display: inline-block;
  font-size: 24px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.rit-icon-box-inner:hover .icon {
  background-color: transparent;
}

.link {
  color: #999999;
}

.rit-icon-box-item .link i {
  padding-left: 12px;
  vertical-align: -1px;
}

/* Icon Box style Boxed */
.style-boxed {
  background-color: #fff;
}

.style-boxed .rit-icon-box-inner {
  padding: 0 50px 54px;
}

.style-boxed .rit-icon-box-item .icon {
  border: 4px solid #fff;
  border-radius: 50%;
  height: 90px;
  line-height: 96px;
  margin-top: -45px;
  text-align: center;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 90px;
}

.style-boxed .rit-icon-box-item .icon i {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.style-boxed .rit-icon-box-inner:hover .icon i {
  color: #fff;
}

.style-boxed .rit-icon-box-item .icon::before {
  display: none;
}

.style-boxed .rit-icon-box-item h5 {
  margin-top: 38px;
}

/* Icon Box Image */
.icon-box-image {
  margin-bottom: 50px;
}

.rit-icon-box-image .rit-icon-box-item h5 {
  margin-bottom: 17px;
}

/* =============== Contact =================== */
.contact-title,
.entry-content .contact-title {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 25px;
}

.contact-section {
  margin-bottom: 57px;
}

.contact-section i {
  border-radius: 50%;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  margin-right: 9px;
}

.contact-section h2 {
  margin-bottom: 27px;
}

.contact-section.contact-form h2 {
  margin-bottom: 56px;
}

/* =============== Portfolio =================== */
/* =============== Service =================== */
.home .service.content-center .rit-news-info {
  text-align: center;
}

.home .service.content-left .rit-news-info {
  text-align: left;
}

.home .service.content-right .rit-news-info {
  text-align: right;
}

.home .service.content-justify .rit-news-info {
  text-align: justify;
}

.home .service .title-news {
  margin: 25px 0 20px;
}

.home .service .title-news a {
  font-weight: 400;
  text-transform: uppercase;
}

.home .service .description {
  font-size: 15px;
}

/* ============= Text Button ================= */
.rit-text-button {
  font-size: 22px;
}

.rit-text-button .rit-text {
  margin: 0;
  line-height: 50px;
  font-weight: normal;
  letter-spacing: 0.7px;
}

.rit-text-button .rit-button {
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* ============= FORTFOLIO INFORMATION ================= */
.portfolio-information {
  margin-top: 32px;
  margin-bottom: 32px;
}

.portfolio-information .item-label {
  float: left;
  font-weight: bold;
  min-width: 200px;
}

.portfolio-information .social li {
  float: left;
  list-style: outside none none;
  margin: 0 10px 0 0;
}

.portfolio-information .short-description {
  border: none;
  padding: 0;
  margin: 0;
}

/* ============= Visual Composer Overide ================= */
.rit-accordion {
  background-color: #fff;
  margin-bottom: 10px;
}

.rit-accordion .vc_tta-panel-heading {
  border: none;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-body,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:last-child:not(:first-child) .vc_tta-panel-heading,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-body,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel:first-child:not(:last-child) .vc_tta-panel-heading {
  border-radius: 0;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-heading {
  border: 1px solid #ebebeb;
  margin-bottom: 0 !important;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border: none;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading a {
  background: #1a3b66;
  color: #fff;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-heading a {
  color: #252525;
  padding-left: 20px;
  font-size: 18px;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-heading a .vc_tta-controls-icon {
  right: 20px;
  left: auto;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-heading a .vc_tta-controls-icon::after,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-heading a .vc_tta-controls-icon::before {
  border-color: #1a3b66;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon::after,
.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-heading a .vc_tta-controls-icon::before {
  border-color: #fff;
}

.vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body {
  border: 1px solid #ebebeb;
  border-top: 1px solid transparent;
}

.vc_tta-color-grey.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  color: #252525;
}

/* ===========================
 Pie Chart
 =========================== */
.rit-pie-chart {
  text-align: center;
  position: relative;
  font-size: 12px;
}

.chart-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.chart-content,
.chart-content p,
.chart-content h2,
.chart-content h3,
.chart-content h4 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.chart {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  max-width: 100%;
  max-height: 100%;
}

.chart canvas {
  left: 0;
  position: absolute;
  top: 0;
  max-width: 100%;
}

.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

.percent:after {
  content: "%";
  font-size: 0.8em;
  margin-left: 0.1em;
}

.chart [class*="fa-"] {
  font-size: 30px;
}

/* ===========================
 Row
 =========================== */
.bg-attachment-fixed {
  background-attachment: fixed;
}

.bg-attachment-local {
  background-attachment: local;
}

.bg-attachment-scroll {
  background-attachment: scroll;
}

.widget.service.widget_text {
  padding: 0;
}

/*Cover page*/
#cover-page {
  position: relative;
}

.wrap-cover-page {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 800px;
  padding: 15px;
}

.title-cover-page, .description-cover-page {
  text-align: center;
  color: #fff;
  font-weight: 600;
}

.title-cover-page {
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 0.25px;
}

.no-background .title-cover-page, .no-background .description-cover-page {
  color: #252525;
}

/*Custom color*/
.tagcloud a:hover {
  background: #2e39c9;
  border-color: #2e39c9;
}

.tags-wrap a {
  color: #2e39c9;
}

.tags-wrap a:hover {
  color: #1a3b66;
}

.border-icon:hover {
  background: #2e39c9;
  border-color: #2e39c9;
}

.post-pagination a:hover h6 {
  color: #2e39c9;
}

.author-social li a:hover {
  color: #2e39c9;
}

.comment-form #submit {
  background: #2e39c9;
}

#main-navigation li:hover > a {
  color: #2e39c9;
}

.comment-reply-link:hover {
  background: #1a3b66;
}

.post-cat a {
  color: #2e39c9;
}

.post-cat a:hover {
  color: #1a3b66;
}

/* ============= Heading title ================= */
.head-title {
  text-align: center;
  margin: 50px 15px 30px !important;
}

.head-title span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 33px;
  position: relative;
  padding-bottom: 20px;
}

.head-title span:before {
  content: '';
  width: 100%;
  height: 23px;
  background: url(images/bg-title-widget.png) no-repeat center center;
  position: absolute;
  bottom: 0;
  left: 0;
}

.head-title-1 {
  text-align: center;
  margin: 50px 15px 30px !important;
}

.head-title-1 span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 33px;
  position: relative;
  padding-bottom: 20px;
}

.rit-custom-heading.devide span:after {
  content: "";
  width: 100%;
  height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/bg-title-widget.png) no-repeat center center;
}

.list-brands {
  margin: 0 40px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list-brands .item {
  list-style: none;
}

.list-brands .item a {
  display: block;
}

.list-brands .item a img {
  opacity: 0.3;
  transition: all 300ms;
}

.list-brands .item a:hover img {
  opacity: 1;
}

/*===============================
 Layout Shop
 ============================== */
.rit-shop .rit-short {
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 30px;
}

.rit-shop .rit-short .woocommerce-result-count {
  margin: 0;
  line-height: 40px;
  color: #252525;
  font-size: 16px;
}

.rit-shop .rit-short .rit-shop-layout {
  float: left;
  overflow: hidden;
  margin-right: 40px;
}

.rit-shop .rit-short .rit-shop-layout > a {
  display: block;
  float: left;
  padding: 10px;
  font-size: 19px;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin-bottom: 10px;
}

/*===============================
 Shop Order
 ============================== */
.woocommerce-ordering-wrap {
  float: right;
}

.woocommerce-ordering-wrap .woocommerce-ordering {
  border: 1px solid #ebebeb;
  position: relative;
}

.woocommerce-ordering-wrap .woocommerce-ordering .orderby {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 40px;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
  min-width: 180px;
  background: transparent;
}

.woocommerce-ordering-wrap .woocommerce-ordering .orderby:focus {
  border: 0;
  outline: 0;
}

.woocommerce-ordering-wrap .woocommerce-ordering .orderby option {
  padding: 10px;
}

.woocommerce-ordering-wrap .woocommerce-ordering:after {
  content: "\f107";
  font-family: 'FontAwesome';
  width: 40px;
  height: 40px;
  border-left: 1px solid #ebebeb;
  text-align: center;
  line-height: 40px;
  color: #959595;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}

.woocommerce-ordering-wrap .ordering-title {
  margin-right: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #252525;
}

/*===============================
 Products
 ============================== */
.rit-products {
  padding: 0;
}

.rit-products li {
  list-style: none;
}

.rit-products.grid li.product {
  list-style: none;
}

.rit-products.grid li.product .product-thumbnail {
  position: relative;
}

.rit-products.grid li.product .product-thumbnail > a.thumb {
  display: block;
}

.rit-products.grid li.product .product-thumbnail > a.thumb img {
  width: 100%;
}

.rit-products.grid li.product .product-thumbnail > a.thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all ease 300ms;
}

.rit-products.grid li.product .product-thumbnail:hover > a.thumb:after {
  opacity: 1;
  visibility: visible;
}

.rit-products.grid li.product .product-thumbnail:hover .add_to_cart_button,
.rit-products.grid li.product .product-thumbnail:hover .wc-forward {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}

.rit-products.grid li.product .product-thumbnail .add_to_cart_button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  visibility: hidden;
  opacity: 0;
}

.rit-products.grid li.product .product-thumbnail .add_to_cart_button.added {
  visibility: hidden;
  opacity: 0;
}

.rit-products.grid li.product .product-thumbnail .wc-forward {
  display: inline-block;
  font-size: 14px;
  font-style: normal !important;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  padding: 0 26px;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
      -ms-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
  visibility: hidden;
  opacity: 0;
}

.rit-products.grid li.product .price {
  font-size: 16px;
}

.rit-products.grid li.product.first {
  clear: both;
}

.rit-products.list li.product {
  width: 100%;
  list-style: none;
  margin-bottom: 40px;
}

.rit-products.list li.product .product-thumbnail {
  overflow: hidden;
  float: left;
  position: relative;
}

.rit-products.list li.product .product-thumbnail:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.rit-products.list li.product .product-thumbnail img {
  transition: 600ms all;
}

.rit-products.list li.product .product-thumbnail:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.rit-products.list li.product .product-thumbnail:hover:before {
  visibility: visible;
  opacity: 1;
}

.rit-products.list li.product .product-detail {
  overflow: hidden;
  text-align: left;
}

.rit-products.list li.product .product-detail a h3 {
  font-size: 24px;
  text-align: left;
}

.rit-products.list li.product .product-detail .product-description p {
  margin: 20px 0;
}

.rit-products.list li.product .product-detail .price .amount {
  font-size: 24px;
}

.rit-products.list li.product a.added_to_cart {
  display: inline-block;
  font-size: 14px;
  font-style: normal !important;
  font-weight: normal;
  height: 45px;
  line-height: 45px;
  margin: 0 2px;
  padding: 0 26px;
  text-transform: uppercase;
  border-radius: 3px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.woocommerce .product {
  transition: all 600ms;
  padding-bottom: 20px;
}

.woocommerce .product span.onsale {
  border-radius: 0;
  top: 10px;
  left: 0;
  background-color: #ffd400;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 999;
}

.woocommerce .product .product-detail {
  padding: 20px;
  text-align: center;
}

.woocommerce .product a h3 {
  font-size: 15px;
  font-weight: 400;
  color: #7d7d7d;
  text-align: center;
  margin-bottom: 10px;
}

.woocommerce .product .price {
  display: block;
  padding-top: 5px;
  color: #252525;
}

.woocommerce .product .price .amount {
  font-weight: 700;
  padding: 3px 5px;
  color: #252525;
}

.woocommerce .product .price ins {
  text-decoration: none;
}

.woocommerce .product .price del {
  color: #959595;
}

.woocommerce .product .price del .amount {
  color: #959595;
}

.woocommerce .star-rating {
  float: none;
  display: inline-block;
  font-size: 13px;
  height: 14px;
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  color: #ffca00;
}

.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 25px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  top: -6.5px;
}

.woocommerce .widget_price_filter .price_label {
  font-size: 15px;
}

.woocommerce .widget_price_filter .price_label span {
  font-weight: bold;
  color: #252525;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 20px 0;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  width: 80px;
  margin-right: 20px;
  margin-left: 0;
  float: left;
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  display: block;
  margin: 7px 0;
}

.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount {
  font-weight: 700;
  padding: 3px 5px;
  color: #333;
}

.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins {
  text-decoration: none;
  color: #333;
}

.woocommerce ul.cart_list li del .amount,
.woocommerce ul.product_list_widget li del .amount {
  color: #959595;
}

.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
  line-height: 40px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #ebebeb;
}

.woocommerce .woocommerce-pagination {
  border-top: 1px solid #ebebeb;
  padding-top: 40px;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
  border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
  margin: 0 5px;
  border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span,
.woocommerce .woocommerce-pagination ul.page-numbers li a {
  font-size: 14px;
  color: #252525;
  background: #f3f3f3;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  padding: 0;
  font-weight: bold;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span.current,
.woocommerce .woocommerce-pagination ul.page-numbers li a:hover {
  background: #252525;
  color: #fff;
}

.woocommerce .widget_layered_nav ul li {
  padding: 17px 0;
}

.woocommerce .widget_layered_nav ul li .count {
  display: none;
}

.woocommerce .zoomPad > img {
  max-width: 100%;
}

.woocommerce .product-images,
.woocommerce .product-thumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.woocommerce .product-images {
  margin-bottom: 20px;
}

.woocommerce .product-thumbs .item {
  padding-right: 20px;
  cursor: pointer;
}

.woocommerce.single-product div.product p.price {
  font-size: 30px;
}

.woocommerce .owl-theme.product-thumbs .owl-item {
  position: relative;
  cursor: pointer;
}

.woocommerce .owl-theme.product-thumbs .owl-item:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}

.woocommerce .owl-theme.product-thumbs .owl-item.synced:before, .woocommerce .owl-theme.product-thumbs .owl-item:hover:before {
  background: rgba(255, 255, 255, 0);
}

.woocommerce .owl-theme.rit-products {
  border: none;
}

.woocommerce .owl-theme.rit-products .owl-controls .owl-buttons div {
  top: calc( 50% - 100px);
}

.woocommerce .owl-theme.rit-products .product .star-rating {
  display: inline-block;
}

.woocommerce div.product div.images .zoomPad .zoomWrapper {
  border: none;
}

.woocommerce div.product div.images .zoomPad .zoomWrapper .zoomWrapperImage > img {
  max-width: initial !important;
  max-height: initial !important;
  height: auto;
  width: auto;
}

.woocommerce div.product div.entry-summary .entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

.woocommerce div.product div.entry-summary .woocommerce-product-rating {
  margin-bottom: 10px;
}

.woocommerce div.product div.entry-summary .woocommerce-review-count {
  font-size: 14px;
  margin: 0 4px 0 2px;
  display: inline-block;
}

.woocommerce div.product div.entry-summary .woocommerce-review-link {
  font-size: 14px;
  margin: 0 2px;
  display: inline-block;
  color: #252525;
}

.woocommerce div.product div.entry-summary .wrap-price {
  overflow: hidden;
  margin-bottom: 20px;
}

.woocommerce div.product div.entry-summary .wrap-price .price {
  float: left;
  margin: 0;
}

.woocommerce div.product div.entry-summary .wrap-price .price .amount {
  line-height: 100%;
}

.woocommerce div.product div.entry-summary .wrap-price .price ins {
  font-size: 30px;
  color: #000;
  float: left;
}

.woocommerce div.product div.entry-summary .wrap-price .price del {
  font-size: 21px;
  color: #ccc;
}

.woocommerce div.product div.entry-summary .wrap-price .stock {
  float: right;
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0;
  color: #252525;
}

.woocommerce div.product div.entry-summary .wrap-price .stock span {
  font-weight: 400;
}

.woocommerce div.product div.entry-summary .wrap-price .stock.in-stock span {
  color: #00aeef;
}

.woocommerce div.product div.entry-summary .wrap-price .stock.out-of-stock span {
  color: #ff0000;
}

.woocommerce div.product div.entry-summary .woocommerce-title .entry-title {
  float: left;
  display: block;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products {
  float: right;
  margin: 0;
  padding: 0;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li {
  float: left;
  position: relative;
  list-style: none;
  margin-left: 5px;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li .product-link-btn {
  width: 30px;
  height: 30px;
  border: 2px solid #ebebeb;
  text-align: center;
  line-height: 26px;
  color: #363636;
  display: block;
  transition: all 300ms;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li .product-item {
  position: absolute;
  min-width: 250px;
  background: #fff;
  border: 1px solid #eaeaea;
  top: calc(100% + 5px);
  right: 0px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
      -ms-transform: translate(-30px, 0);
          transform: translate(-30px, 0);
  transition: all 600ms;
  z-index: 9999;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li .product-item .product-img {
  float: left;
  width: 80px;
  display: block;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li .product-item .product-item-info {
  overflow: hidden;
  padding-left: 10px;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li .product-item .product-item-info .product-title {
  font-size: 16px;
  line-height: 1.2em;
  margin: 10px 0;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li .product-item .product-item-info p.price {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li .product-item .product-item-info p.price .amount {
  margin: 0;
  padding: 0;
  color: #252525;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li .product-item .product-item-info p.price ins {
  color: #252525;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li:hover .product-link-btn {
  border-color: #252525;
}

.woocommerce div.product div.entry-summary .woocommerce-title .link-products li:hover .product-item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

.woocommerce div.product div.entry-summary .cart {
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.woocommerce div.product div.entry-summary .variations label {
  font-size: 15px;
  color: #000000;
  font-weight: 700;
}

.woocommerce div.product div.entry-summary .woocommerce-variation {
  margin-bottom: 1.2em;
}

.woocommerce div.product div.entry-summary .woocommerce-variation .price {
  padding: 0;
}

.woocommerce div.product div.entry-summary .single_add_to_cart_button {
  height: 55px;
  border-radius: 0;
  padding: 0 55px;
  font-weight: 700;
  font-size: 16px;
}

.woocommerce div.product div.entry-summary .single_add_to_cart_button i {
  font-size: 18px;
  margin-right: 12px;
}

.woocommerce div.product div.entry-summary .woo-custom-share .social-icons {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.woocommerce div.product div.entry-summary .woo-custom-share .social-icons li {
  float: left;
}

.woocommerce div.product div.entry-summary .woo-custom-share .social-icons li a {
  display: block;
  padding: 0 10px;
  text-align: center;
}

.woocommerce div.product div.entry-summary .primary-font {
  float: left;
  display: block;
  margin-right: 30px;
  color: #252525;
  font-weight: bold;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom: 3px solid #ebebeb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  transition: all 300ms;
  margin: 0;
  border-radius: 0;
  float: left;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  content: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.25px;
  line-height: 50px;
  padding: 0 1.3em;
  color: #252525;
}

.woocommerce div.product .woocommerce-tabs .panel {
  box-shadow: none;
  margin-bottom: 5em;
}

.woocommerce #reviews #comments ol.commentlist li.comment div.comment-text {
  border-radius: 0;
}

.woocommerce #reviews #review_form #respond textarea {
  border: 1px solid #ededed;
}

.woocommerce #reviews #review_form #respond p.stars {
  color: #ffca00;
}

.woocommerce #reviews input#submit {
  color: #fff;
}

.woocommerce .quantity {
  position: relative;
  border: 1px solid #ebebeb;
  margin-right: 10px !important;
}

.woocommerce .quantity input {
  border: none;
  width: 100px;
  height: 53px;
  padding-left: 10px;
  font-weight: 700;
  color: #000;
}

.woocommerce .quantity .qty {
  min-width: 100px;
  padding-left: 20px;
}

.woocommerce .quantity ._qty {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
}

.woocommerce .quantity ._qty a {
  font-size: 18px;
  color: #7d7d7d;
  font-weight: 600;
  line-height: 35px;
}

.woocommerce .quantity ._qty .plus {
  float: right;
}

.owl-theme {
  position: relative;
}

.owl-theme .col-md-4 {
  width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  height: 57px;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  width: 57px;
  top: calc( 50% - 23px);
}

.owl-theme .owl-controls .owl-buttons div i {
  font-size: 42px;
  color: #252525;
  line-height: 57px;
  transition: all 300ms;
}

.owl-theme .owl-controls .owl-buttons div:hover i {
  color: #777;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

.woocommerce-checkout-review-order-table ul {
  padding: 0;
  margin: 0;
}

.woocommerce-checkout-review-order-table ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-checkout-review-order-table ul li > .col-xs-6 {
  padding: 5px 0;
  margin: 0;
}

.woocommerce-checkout-review-order-table .product-name {
  width: 50%;
}

.woocommerce-checkout-review-order-table .header-table {
  text-transform: uppercase;
  color: #252525;
  border-bottom: 2px solid #ebebeb;
  font-weight: 600;
}

.woocommerce-checkout-review-order-table .header-table .product-name {
  font-weight: 600;
  color: #252525;
}

.woocommerce-checkout-review-order-table .cart-subtotal .special-font {
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .shipping {
  margin-top: 30px;
}

.woocommerce-checkout-review-order-table .order-total {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .wc_payment_methods li {
  list-style: none;
}

.woocommerce-checkout-review-order-table .wc_payment_methods li:before, .woocommerce-checkout-review-order-table .wc_payment_methods li:after {
  display: none !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce form .form-row .select2-container {
  height: 45px;
  line-height: 45px;
}

.select2-container .select2-choice {
  border-radius: 0;
}

.woocommerce-billing-fields {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}

.woocommerce-shipping-fields .title {
  margin: 0;
}

.woocommerce-shipping-fields .checkbox {
  margin: 0;
  font-size: 16px;
  width: auto;
  display: inline-block;
}

.woocommerce-checkout .woocommerce {
  padding-bottom: 80px;
}

.calculated_shipping.cart_totals li.cart_total_item .shipping {
  width: 100%;
  text-align: left;
}

/*Cart page*/
.woocommerce table.shop_table {
  border: none;
}

.woocommerce table.shop_table th.product-name {
  width: auto;
}

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  padding: 20px 5px;
  border: none;
}

.woocommerce table.shop_table .product-thumbnail {
  text-align: center;
}

.woocommerce table.shop_table .product-thumbnail img {
  width: 70px;
  margin: 0 auto;
}

.woocommerce table.shop_table th {
  text-transform: uppercase;
  border-bottom: 2px solid #ebebeb;
  color: #252525;
}

.woocommerce table.shop_table .cart_item td {
  border-bottom: 1px solid #ebebeb;
}

.woocommerce table.shop_table .amount {
  color: #252525;
}

.woocommerce table.shop_table .quantity {
  display: inline-block;
  width: auto;
}

.product-remove {
  border: none;
  width: 20px;
  text-align: center;
}

.coupon-block {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
  border: 3px dashed #ebebeb;
}

.coupon-block label {
  color: #252525;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

#coupon_code {
  margin-bottom: 10px;
}

.btn-fullwidth {
  width: 100%;
  border-radius: 0 !important;
  height: 45px;
  line-height: 45px;
  letter-spacing: 1px;
}

.wrap-coupon {
  max-width: 400px;
  margin: 40px auto;
}

.input-text {
  height: 45px;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
}

.cart_totals {
  padding: 10px 30px;
  background: #f3f3f3;
}

.cart_totals ul {
  margin: 0;
  padding: 0;
}

.cart_totals li {
  list-style: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  display: inline-block;
}

.cart_totals li.cart_total_item {
  line-height: 30px;
}

.cart_totals li.cart_total_item > span {
  width: 110px;
  float: left;
  color: #252525;
  text-transform: uppercase;
  font-weight: 600;
}

.cart_totals li.cart_total_item > div {
  width: calc(100%  - 110px);
  float: left;
  text-align: right;
  color: #252525;
}

.cart_totals .shipping-calculator-button {
  font-weight: 600;
  text-transform: capitalize;
  color: #252525;
  letter-spacing: 1px;
}

.cart_totals select {
  height: 45px;
  border: 1px solid #ebebeb;
  padding-left: 10px;
}

.cart_totals option {
  padding: 5px 10px;
}

.cart_totals input.button {
  margin-bottom: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  margin: 0;
  font-size: 16px;
  line-height: auto;
  height: auto;
}

.woocommerce-checkout-review-order-table ul {
  padding: 0;
  margin: 0;
}

.woocommerce-checkout-review-order-table ul li {
  list-style: none;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ebebeb;
}

.woocommerce-checkout-review-order-table ul li > .col-xs-6 {
  padding: 5px 0;
  margin: 0;
}

.woocommerce-checkout-review-order-table .product-name {
  width: 50%;
}

.woocommerce-checkout-review-order-table .header-table {
  text-transform: uppercase;
  color: #252525;
  border-bottom: 2px solid #ebebeb;
  font-weight: 600;
}

.woocommerce-checkout-review-order-table .header-table .product-name {
  font-weight: 600;
  color: #252525;
}

.woocommerce-checkout-review-order-table .cart-subtotal .special-font {
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .shipping {
  margin-top: 30px;
}

.woocommerce-checkout-review-order-table .order-total {
  width: 100%;
  display: inline-block;
  font-weight: 700;
  color: #252525;
  text-transform: uppercase;
}

.woocommerce-checkout-review-order-table .wc_payment_methods li {
  list-style: none;
}

.woocommerce-checkout-review-order-table .wc_payment_methods li:before, .woocommerce-checkout-review-order-table .wc_payment_methods li:after {
  display: none !important;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
  list-style: none;
}

.woocommerce form .form-row .select2-container {
  height: 45px;
  line-height: 45px;
}

.select2-container .select2-choice {
  border-radius: 0;
}

.woocommerce-billing-fields {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}

.woocommerce-shipping-fields .title {
  margin: 0;
}

.woocommerce-shipping-fields .checkbox {
  margin: 0;
  font-size: 16px;
  width: auto;
  display: inline-block;
}

.woocommerce-checkout .woocommerce {
  padding-bottom: 80px;
}

.calculated_shipping.cart_totals li.cart_total_item .shipping {
  width: 100%;
  text-align: left;
}

/*Status order*/
.wrapper-status-order {
  width: 100%;
  display: inline-block;
  margin: 40px 0;
}

.wrapper-status-order ul {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.wrapper-status-order li {
  list-style: none;
  text-align: center;
  position: relative;
}

.wrapper-status-order li:after {
  display: block;
  width: 100%;
  position: absolute;
  border-bottom: 2px dashed #ebebeb;
  content: '';
  top: 45px;
  right: 50%;
}

.wrapper-status-order li:first-child:after {
  display: none;
}

.wrapper-status-order li.active .step {
  background: #2e39c9;
}

.wrapper-status-order li.active .step a {
  color: #fff;
}

.wrapper-status-order li.active i {
  background: #fff;
}

.wrapper-status-order .step {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ebebeb;
  color: #252525;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 80px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  border: 5px solid #ebebeb;
}

.wrapper-status-order .step a {
  color: #252525;
}

.wrapper-status-order h4 {
  font-size: 16px;
  padding: 10px 0;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.wrapper-status-order i {
  width: 30px;
  height: 30px;
  border: 2px solid #ebebeb;
  background: #ebebeb;
  text-align: center;
  line-height: 28px;
  position: absolute;
  left: -15px;
  top: 30px;
  font-size: 18px;
  color: #252525;
  z-index: 3;
  border-radius: 50%;
}

.woocommerce-checkout .coupon-block {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.woocommerce .woocommerce-info {
  border: none;
  text-align: center;
  background: none;
  padding: 0 !important;
}

.woocommerce .woocommerce-info a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}

.woocommerce .woocommerce-info:before {
  display: none;
}

/*End Status order*/
.how-we-work {
  position: relative;
}

.how-we-work:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(29, 33, 89, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
}

.how-work .icon-box .thumb {
  position: relative;
}

.how-work .icon-box .thumb:after, .how-work .icon-box .thumb:before {
  content: '';
  position: absolute;
  width: 102px;
}

.how-work .icon-box .thumb:before {
  left: -10px;
  top: calc(50% - 7px);
  background: url(images/right.png) no-repeat left center;
  height: 13px;
}

.how-work .icon-box .thumb:after {
  right: -10px;
  height: 23px;
  top: calc(50% - 12.5px);
  background: url(images/left.png) no-repeat right center;
}

.how-work .row > div:first-child .icon-box .thumb:before {
  content: none;
}

.how-work .row > div:last-child .icon-box .thumb:after {
  content: none;
}

/* Portfolio detail*/
.portfolio-detail {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}

.portfolio-detail .portfolio-large,
.portfolio-detail .portfolio-small {
  margin: 0;
  padding: 0;
  list-style: none;
}

.portfolio-detail .portfolio-large {
  margin-bottom: 30px;
}

.portfolio-detail .portfolio-large li a {
  cursor: crosshair;
}

.portfolio-detail .portfolio-small li {
  cursor: pointer;
  padding-right: 30px;
}

.portfolio-detail .rit-news-inner .entry-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #172154;
}

.portfolio-detail .rit-news-inner .entry-content h4 {
  margin-top: 0;
  color: #172154;
}

.portfolio-detail .owl-theme .owl-controls .owl-buttons div {
  background: rgba(0, 0, 0, 0.3);
  transition: all 500ms;
}

.portfolio-detail .owl-theme .owl-controls .owl-buttons div:hover {
  background: rgba(0, 0, 0, 0.6);
}

.portfolio-detail .owl-theme .owl-controls .owl-buttons div i {
  color: rgba(255, 255, 255, 0.5);
}

.portfolio-detail > .row {
  margin: 0 -25px;
}

.portfolio-detail > .row > .col-xs-12 {
  padding: 0 25px;
}

.single-portfolio .post-pagination {
  margin-top: 35px;
}

.single-portfolio .post-pagination a {
  display: block;
  background: #f5f5f5;
  width: 100%;
  padding: 12px 70px 12px 70px;
  position: relative;
}

.single-portfolio .post-pagination a h6 {
  color: #172154;
}

.single-portfolio .post-pagination a:hover {
  background: #172154;
}

.single-portfolio .post-pagination a:hover:before {
  color: #fff !important;
}

.single-portfolio .post-pagination a:hover h6,
.single-portfolio .post-pagination a:hover span {
  color: #fff;
}

.single-portfolio .post-pagination .prev-post a:before {
  content: "\f104";
  font-family: 'FontAwesome';
  font-size: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  color: #252525;
}

.single-portfolio .post-pagination .next-post a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 30px;
  position: absolute;
  top: calc(50% - 15px);
  right: 30px;
  color: #252525;
}

.proj-img {
  padding-bottom: 20px;
}

.detail-project-info {
  margin: 0;
  padding: 20px 0;
}

.detail-project-info li {
  list-style: none;
  line-height: 30px;
  width: 100%;
  display: inline-block;
}

.detail-project-info li span {
  float: left;
  display: inline-block;
}

.detail-project-info .info-label {
  width: 40%;
  color: #172154;
  font-weight: 600;
}

.detail-project-info .info-content {
  width: 60%;
}

.top-footer-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 30px 0;
}

.top-footer-link h5 {
  color: #fff;
  float: left;
}

.top-footer-link .btn-border {
  float: right;
}

.top-footer-link .btn-border:hover {
  color: #88cc00;
  background: #fff;
}

.btn-border {
  height: 45px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  border-radius: 3px;
  padding: 10px 25px;
  display: inline-block;
}

.project-item {
  margin-bottom: 30px;
}

.project-item, .wrap-proj-img {
  position: relative;
}

.wrap-proj-img img {
  margin: 0 auto;
}

.about-info .wpb_text_column {
  text-align: center;
}

.about-info h6 {
  font-weight: 400;
  text-transform: uppercase;
}

.partners {
  margin: 0;
  padding: 0;
}

.partners li {
  list-style: none;
}

.partners li a {
  display: block;
  text-align: center;
  line-height: 120px;
}

.partners li a img {
  display: inline-block;
  opacity: .5;
  transition: all 300ms;
}

.partners li a:hover img {
  opacity: 1;
}

.member {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.member figcaption {
  padding: 20px;
}

.member figcaption h6 {
  font-size: 16px;
  color: #1a3b66;
  text-transform: uppercase;
  display: block;
  line-height: 100%;
  margin-bottom: 3px;
}

/*End Image hover*/
/*Time line*/
.timeline-shortcode, .timeline-item {
  width: 100%;
  display: inline-block;
}

.timeline-item {
  float: left;
}

.date-block {
  float: left;
  width: 110px;
}

.date-block h5 {
  margin: 0;
  padding-top: 14px;
  line-height: 30px;
  text-align: center;
  color: #007ece;
}

.timeline-content {
  float: left;
  width: calc(100% - 140px);
  padding: 20px 30px;
  position: relative;
  margin-bottom: 30px;
  background: #f5f5f5;
  border-radius: 3px;
}

.timeline-content .title {
  margin: 0 0 15px;
  line-height: 30px;
  font-weight: 400;
}

.timeline-content:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #f5f5f5;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 22px;
  left: -5px;
}

.timeline-content:after {
  background: #ebebeb;
  width: 5px;
  height: calc(100% - 20px);
  display: block;
  content: '';
  position: absolute;
  left: -57px;
  top: 53px;
}

.timeline-item:last-child .timeline-content:after {
  display: none;
}

@media (max-width: 480px) {
  .timeline-content, .date-block {
    width: 100%;
    padding-left: 30px;
  }
  .date-block {
    padding-bottom: 10px;
  }
  .date-block h5 {
    text-align: left;
  }
  .timeline-content:before {
    left: 0px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .timeline-content:after {
    display: none;
  }
  .timeline-content {
    padding-bottom: 30px;
    position: static;
  }
  .timeline-item {
    position: relative;
  }
}

@media (max-width: 992px) {
  .hide-sm {
    display: none;
  }
}

@media (min-width: 992px) {
  .hide-md {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-xs {
    display: none;
  }
}

.wpb_text_column.wpb_content_element h4 {
  margin-top: 0;
}

.contact-detail h4 {
  margin-top: 0;
  line-height: 100%;
}

.contact-detail p {
  margin-bottom: 20px;
}

.contact-detail ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-detail ul li {
  letter-spacing: 0.25px;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
}

.contact-detail ul li strong {
  float: right;
  font-weight: normal;
  color: #252525;
  width: 50%;
  display: block;
}

.contact-detail ul li:last-child {
  border: none;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder,
.wpcf7::-webkit-input-placeholder,
.wpcf7:-moz-placeholder,
.wpcf7::-moz-placeholder,
.wpcf7:-ms-input-placeholder {
  color: #999;
}

.wpcf7 input:focus::-webkit-input-placeholder, .wpcf7 input:focus:-moz-placeholder, .wpcf7 input:focus::-moz-placeholder, .wpcf7 input:focus:-ms-input-placeholder {
  color: #000000;
}

.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #ebebeb;
  padding: 15px;
}

.wpcf7 input {
  border: 1px solid #ebebeb;
  height: 45px;
}

.wpcf7 textarea {
  height: 130px;
}

.wpcf7 input.wpcf7-submit {
  height: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-left: 15px;
  padding-right: 15px;
}

.top-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}

.top-footer span {
  font-size: 21px;
  color: #172154;
  font-weight: bold;
}

.top-footer .rit-button {
  background: #172154;
  color: #fff;
}

.top-footer .rit-button:hover {
  background: #2e39c9;
}

/* ===========================
 CUSTOM STYLE
 =========================== */
.chose_us .icon-box .thumb {
  cursor: pointer;
}

.chose_us .icon-box .thumb span {
  transition: all 600ms;
  position: relative;
  border: 3px solid transparent;
}

.chose_us .icon-box .thumb span:before {
  content: '';
  width: 100%;
  height: 100%;
  background: transparent;
  border: 3px solid #2e39c9;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transition: all 600ms;
}

.chose_us .icon-box .thumb:hover span {
  background: transparent;
  color: #00aeef;
  border: 3px solid #00aeef;
}

.chose_us .icon-box .thumb:hover span:before {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.lastest-new .rit-news-item .wrapper-img a img {
  transition: all 600ms;
}

.lastest-new .rit-news-item .wrapper-img a:hover {
  opacity: .5;
}
