/**
 * VictorThemes Styling
 *
 * 1. Common Element Stylings
 * 2. Headers
 * 3. Brand Logo
 * 4. Navigation
 * --- Rifl Menu
 * 5. Page Title
 * 6. Elements
 * --- Dropcap
 * --- Buttons
 * --- Contact Box
 * --- Table
 * --- Animation
 * --- Slick Slider
 * --- Custom Scroll
 * --- Magnific Popup
 * --- Bullets
 * --- Owl Slider
 * --- Flexslider
 * 7. Sidebar Widgets
 * --- Widget Search
 * --- Widget Categories
 * --- Widget Archives
 * --- Widget Tags
 * 8. Footer
 * 9. Copyright
*/
/* 1. Common Element Stylings */
html {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  height: 100%;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  color: #111111;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: grayscale;
}
::selection {
  background: #111111;
  color: #ffffff;
}
::-webkit-selection {
  background: #111111;
  color: #ffffff;
}
::-moz-selection {
  background: #111111;
  color: #ffffff;
}
::-o-selection {
  background: #111111;
  color: #ffffff;
}
::-ms-selection {
  background: #111111;
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
::-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
:-moz-placeholder {
  color: #aaaaaa;
  opacity: 1;
}
a {
  color: #111111;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
a:focus {
  outline: none;
  outline-offset: 0;
}
a:hover, a:focus {
  text-decoration: none;
  color: #444444;
}
img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
}
iframe {
  display: block;
  width: 100%;
  border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.42857143;
}
p {
  margin-bottom: 10px;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
video {
  display: block;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background-color: #d0d0d0;
}
.padding-xs {padding-top: 10px !important;padding-bottom: 10px !important;}
.padding-sm {padding-top: 20px !important;padding-bottom: 20px !important;}
.padding-md {padding-top: 40px !important;padding-bottom: 40px !important;}
.padding-lg {padding-top: 80px !important;padding-bottom: 80px !important;}
.padding-xl {padding-top: 160px !important;padding-bottom: 160px !important;}
.padding-cnt-no{padding-top: 0 !important;padding-bottom: 0 !important;}

.rifl-mid-wrap ul, .rifl-mid-wrap ol {
  padding-left: 18px;
}
/* 6. Elements */
.rifl-table-container {
  display: table;
  width: 100%;
  height: 100%;
}
.rifl-align-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.rifl-align-container.bottom {
  vertical-align: bottom;
}
.rifl-responsive-table {
  overflow-x: auto;
}
.rifl-parallax {
  background-attachment: fixed;
}
.rifl-parallax-text {
  position: relative;
}
.scrollme {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
/* Dropcap */
.dropcap {
  float: left;
  padding: 3px 11px 5px;
  margin: 9px 10px 0 0;
  background: #111111;
  color: #ffffff;
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  border: 3px solid transparent;
}
.dropcap.transparent {
  background: transparent;
  color: #111111;
  border-color: #111111;
}
/* Buttons */
.rifl-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 150px;
  padding: 12px 25px 13px;
  background-color: #111111;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.rifl-btn:hover, .rifl-btn:focus {
  background-color: #222222;
  color: #ffffff;
}
.rifl-btn-small {
  min-width: 10px;
  padding: 6px 21px;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.rifl-btn-gray-border {
  background-color: transparent;
  color: #111111;
  border-color: #ececec;
}
.rifl-btn-gray-border:hover, .rifl-btn-gray-border:focus {
  background-color: #f2f2f2;
  color: #111111;
}
.rifl-btn-white-border {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.rifl-btn-white-border:hover, .rifl-btn-white-border:focus {
  background-color: #ffffff;
  color: #111111;
}
/* Contact Box */
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="search"], input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"], input[type="url"], input[type="number"], textarea, select, .form-control {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #555555;
  font-family: 'Cabin', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  border: 1px solid #e8e8e8;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="url"]:focus, input[type="number"]:focus, textarea:focus, select:focus, .form-control:focus {
  border-color: #d6d6d6;
}
input[type="file"] {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
}
input[type="checkbox"], input[type="radio"] {
  margin: 0 5px 0 0;
}
textarea, textarea.form-control {
  height: 180px;
  padding: 15px 20px;
  resize: vertical;
}
input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  min-width: 127px;
  padding: 15px 25px;
  background-color: #111111;
  color: #ffffff;
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: #222222;
}
select {
  padding: 10px 30px 10px 20px;
  background-image: url(../images/icons/icon6.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  color: #888888;
}
select option {
  padding: 5px 10px;
}
select[multiple] {
  height: 174px;
  padding: 0;
  background-image: none;
}
label {
  font-weight: 400;
  cursor: pointer;
}
sub, sup {
  font-size: 9px;
}
sub {
  bottom: 0;
}
sup {
  top: -0.7em;
}
form p {
  margin: 0;
  line-height: normal;
}
form label {
  margin-bottom: 16px;
  color: #555555;
  font-family: 'Cabin', sans-serif;
  font-size: 14px;
  letter-spacing: 0.2px;
  position: relative;
}
form sup {
  top: 0;
  color: #888888;
  font-size: 14px;
}
form input, form textarea, form select {
  margin-bottom: 32px;
}
form input[type="submit"], form input[type="button"], form button {
  margin: 0;
}
blockquote {
  padding: 0 15px;
  margin: 20px 70px;
  border-left: 4px solid #596fb8;
}
blockquote p:first-child:before {
  content: "“";
}
blockquote p:last-child:after {
  content: "”";
}
blockquote p {
  color: #363636;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 38px;
}
blockquote p cite {
  color: #303030;
  font-weight: 700;
}
/* Table */
table {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  text-align: center;
  border: 1px solid #ececec;
}
table th {
  padding: 7px;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  line-height: 1.42857;
  vertical-align: middle;
  text-align: center;
}
table tbody th {
  border-bottom: 1px solid #ececec;
}
table td {
  vertical-align: top;
  padding: 7px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 1.42857;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
table.table-condensed {
  border: none;
}
table tr #today {
  background: #111111;
  color: #ffffff;
}
address {
  font-style: italic;
}
.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}
.container {
  padding: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-caption {
  margin-bottom: 30px;
}
.wp-caption .wp-caption-text {
  font-size: 15px;
  font-style: italic;
  padding-top: 10px;
}
.post-password-form label {
  display: block;
  overflow: hidden;
  clear: both;
  margin: 0;
}
.post-password-form label input {
  margin-top: 5px;
}
.page-links {
  font-size: 12px;
  line-height: 20px;
}
.page-links a, .page-links > span {
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  margin-right: 3px;
  text-align: center;
  width: 24px;
}
.page-links a {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.page-links a:hover, .page-links a:focus {
  background-color: transparent;
  border-color: #d1d1d1;
  color: #222222;
}
.page-links a span {
  font-size: 12px;
}
.page-links > .page-links-title {
  width: auto;
  height: auto;
  padding-right: 5px;
  margin: 0;
  font-size: 14px;
  border: 0;
}
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Inner Row Width */
.width-one {
  width: 1560px;
  margin: 0 auto;
}
.width-two {
  width: 1470px;
  margin: 0 auto;
}
.width-three {
  width: 1090px;
  margin: 0 auto;
}
.width-four {
  width: 1140px;
  margin: 0 auto;
}
.width-five {
  width: 1015px;
  margin: 0 auto;
}
.width-six {
  width: 945px;
  margin: 0 auto;
}
.width-seven {
  width: 800px;
  margin: 0 auto;
}
.width-eight {
  width: 700px;
  margin: 0 auto;
}

/* Slick Slider */
.slick-slider .item {
  width: 25%;
  float: left;
}
.slick-slider.slick-initialized .item {
  width: auto;
  float: left;
}
.slick-slider.slick-initialized img {
  width: 100%;
}
.slick-slide {
  height: auto;
}
.slick-slider.slick-dotted {
  margin: 0;
}
.slick-slider {
  height: 100%;
  margin: 0 -2.5px;
}
.slick-slider .slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  height: 100%;
}
.slick-slider .slick-slide {
  padding: 0 2.5px 5px;
  outline: none;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.slick-slider .slick-dots {
  bottom: 15px;
}
.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.slick-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.slick-slider .slick-dots li.slick-active button {
  background: rgba(0, 0, 0, 0.6);
}
.slick-slider .slick-dots li button:before {
  display: none;
}
.slick-slider:hover .slick-arrow:before {
  left: 0;
}
.slick-slider .slick-arrow {
  left: 30px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  z-index: 1;
}
.slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}
.slick-slider .slick-prev:hover:before, .slick-slider .slick-next:hover:before {
  background: #111111;
  color: #ffffff;
  border-color: transparent;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  color: #111111;
  font: normal normal normal 12px/48px FontAwesome;
  border: 1px solid #111111;
  text-rendering: auto;
  opacity: 1;
  content: "\f053";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.slick-slider .slick-next:before {
  left: 100%;
  content: "\f054";
}
/* Custom Scroll */
.vertical-scroll {
  height: 100%;
}
.horizontal-scroll {
  width: 100%;
}
.vertical-track {
  width: 6px;
  right: -20px;
}
.horizontal-track {
  height: 6px;
  bottom: -20px;
}
.vertical-handle {
  width: 6px;
  background-color: #111111;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
.horizontal-handle {
  height: 6px;
  background-color: #111111;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
/* Magnific Popup */
.mfp-bg {
  background: rgba(0, 0, 0, 0.85);
  opacity: 1;
}
.mfp-close {
  position: absolute;
  right: 28px;
  top: 30px;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  z-index: 9999;
}
.mfp-close:active {
  top: 30px;
}
.mfp-bottom-bar {
  display: none;
}
.mfp-bottom-bar a {
  color: #ffffff;
  font-weight: 700;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: 5px;
  right: 5px;
  width: 16px;
  padding-right: 0;
}
.mfp-image-holder .mfp-close {
  display: none;
}
.mfp-container {
  padding: 0 25px;
}
.mfp-container .mfp-img {
  padding: 0;
}
.mfp-container .mfp-arrow {
  width: auto;
  height: auto;
  margin: 0;
  color: #ffffff;
  opacity: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
  z-index: 9999;
}
.mfp-arrow:after {
  display: none;
}
.mfp-arrow:before {
  display: inline-block;
  margin: 0;
  font: normal normal normal 36px/1 FontAwesome;
  border: none;
  position: static;
  opacity: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.mfp-arrow-left {
  left: 30px;
}
.mfp-arrow-right {
  right: 45px;
}
.mfp-arrow-right:before {
  content: "\f105";
}
.mfp-figure:after {
  display: none;
}
.mfp-close:before {
  position: absolute;
  top: -2px;
  left: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.mfp-close:after {
  position: absolute;
  top: -2px;
  right: 7px;
  width: 2px;
  height: 16px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
/* Bullets */
.squre-bullets {
  padding: 0;
  color: #777777;
  font-family: 'Lora', serif;
  font-size: 15px;
  line-height: 26px;
  list-style: none;
}
.squre-bullets li {
  padding-left: 18px;
  margin-bottom: 11px;
  position: relative;
}
.squre-bullets li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  background: #c4c4c5;
  content: "";
  z-index: 1;
}
.squre-bullets li a {
  color: #777777;
}
/* Owl Slider */
.owl-drag.owl-loaded {
  display: block;
}
.owl-drag {
  display: none;
  position: relative;
  z-index: 1;
}
.owl-drag .owl-stage-outer {
  overflow: hidden;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
}
.owl-drag .owl-stage:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  content: ".";
  visibility: hidden;
}
.owl-drag .owl-stage {
  position: relative;
}
.owl-drag .owl-item {
  float: left;
  min-height: 1px;
  position: relative;
  backface-visibility: hidden;
}
.owl-drag .owl-nav.disabled, .owl-drag .owl-dots.disabled {
  display: none;
}
.owl-drag .owl-prev, .owl-drag .owl-next, .owl-drag .owl-dot {
  cursor: pointer;
}
.owl-drag .owl-nav {
  text-align: center;
}
.owl-drag .owl-prev:before, .owl-drag .owl-next:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  color: #333333;
  font: normal normal normal 25px/98px FontAwesome;
  letter-spacing: 0.4px;
  text-rendering: auto;
  content: "\f104";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.portfolio-mockups .owl-drag .owl-prev:before, .portfolio-mockups .owl-drag .owl-next:before {
  top: 46%;
}
.owl-drag .owl-next:before {
  content: "\f105";
}
.owl-drag .owl-next:before {
  left: auto;
  right: 0;
}
.portfolio-mockups .owl-drag .owl-next:before {
  left: auto;
  right: 30px;
}
.owl-drag .owl-prev:hover:before, .owl-drag .owl-next:hover:before {
  background: rgba(255, 255, 255, 0.9)
}
.owl-drag .slider-no-current {
  padding-top: 10px;
  letter-spacing: 2px;
}
.owl-drag .current-no:after {
  display: inline-block;
  content: "/"
}
.owl-drag .owl-dots {
  padding-top: 30px;
  text-align: center;
}
.owl-drag .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-indent: -999px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.owl-drag .owl-dot.active {
  background: rgba(0, 0, 0, 0.3);
}
.slider-no-current {
  display: none;
}
.owl-drag.counter .owl-dots {
  padding-top: 56px;
}
.owl-drag.counter .owl-dot {
  width: auto;
  height: auto;
  background: none;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  text-indent: 0;
  counter-increment: counter;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.owl-drag.counter .owl-dot.active {
  font-size: 18px;
}
.owl-drag.counter .owl-dot.active:before {
  border-bottom-color: #111111;
}
.owl-drag.counter .owl-dot:before {
  display: inline-block;
  padding: 0 2px;
  border-bottom: 2px solid transparent;
  content: counter(counter, decimal-leading-zero);
}
/* Flexslider */
.flexslider {
  margin-bottom: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.flex-direction-nav li a {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 40px;
  margin-top: -20px;
  text-indent: 99999px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 2;
}
.flex-direction-nav li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.flex-direction-nav li a.flex-prev {
  left: 0;
}
.flexslider:hover .flex-direction-nav a.flex-prev {
  left: 0;
  opacity: 1;
}
.flexslider:hover .flex-direction-nav a.flex-next {
  right: 0;
  opacity: 1;
}
.flex-direction-nav li a.flex-next {
  right: 0;
}
.flex-direction-nav a.flex-prev:before {
  content:"\f104";
}
.flex-direction-nav a.flex-next:before {
  content:"\f105";
}
.flex-direction-nav li a:before {
  position: absolute;
  top: 11px;
  left: 10px;
  color: #ffffff;
  font: normal normal normal 18px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  text-indent: 0;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.thumb-slider {
  padding: 10px 0;
}
.thumb-slider.flexslider .slides > li {
  cursor: pointer;
  margin: 0 5px;
}
ul.slides {
  padding-left: 0;
}
.thumb-slider.flexslider .slides li:first-child {
  margin-left: 0;
}
.thumb-slider:hover .flex-direction-nav a.flex-prev, .thumb-slider .flex-direction-nav li a.flex-prev {
  left: 0;
}
.thumb-slider:hover .flex-direction-nav a.flex-next, .thumb-slider .flex-direction-nav li a.flex-next {
  right: 0;
}
/* Animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Animation */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes MenuAnimOut2 {
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(-25%);
    opacity: 0;
  }
}
@keyframes MenuAnimOut2 {
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-25%);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(25%);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(25%);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
    opacity: 0;
  }
}
/* Rifl Hover */
.rifl-footer.footer-light-version a:hover, .rifl-copyright.copyright-style-two a:hover, .rifl-socials a:hover, .squre-bullets li a:hover, .blog-meta a:hover, .widget_categories ul li a:hover, .contact-wrap .contact-item p a:hover, .rifl-footer.footer-light-version .rifl-copyright a:hover,
.widget_archive ul li a:hover, .widget_recent_comments ul li a:hover, .widget_recent_entries ul li a:hover,
.widget_meta ul li a:hover {
  color: #777777;
}
.rifl-footer.footer-light-version a:hover {
  color:#444444;
}
.footer-dark-version .footer-widget-area .widget_recent_entries ul li a:hover {
  color: #888888;
}
.footer-light-version .footer-widget-area .widget_recent_entries ul li a:hover {
  color: #444444;
}
.footer-dark-version .rifl-widget.widget_tag_cloud a {
    color: #111;
}
.footer-dark-version .widget_categories ul li, .footer-dark-version .widget_recent_entries ul li,
.footer-dark-version .widget_recent_comments ul li, .footer-dark-version .widget_meta ul li,
.footer-dark-version .widget_archive ul li, .footer-dark-version .rifl-widget.widget_pages ul li,
.footer-dark-version .rifl-widget.widget_nav_menu ul li {
  border-bottom: 1px solid #656565;
}
.footer-dark-version table td {
  border-bottom: 1px solid #656565;
  border-right: 1px solid #656565;
}
.footer-dark-version table {
  border:1px solid #656565;
}
.rifl-hover .portfolio-info {
  opacity: 1;
}
.footer-widget-area {
  padding: 0 20px;
}
.rifl-footer .contact-wrap .contact-item p, .rifl-footer .contact-wrap .contact-item p a {
  color: #cccccc;
}
.rifl-footer .contact-wrap .contact-item p a:hover {
  color: #a9a9a9;
}
.rifl-footer.footer-light-version .contact-wrap .contact-item p, .rifl-footer.footer-light-version .contact-wrap .contact-item p a,
.rifl-footer.footer-light-version .contact-wrap .contact-item p a {
  color: #777777;
}
.rifl-footer.footer-light-version .contact-wrap .contact-item p a:hover,
.rifl-footer.footer-light-version .contact-wrap .contact-item p a:hover {
  color: #444444;
}
.rifl-footer .contact-wrap .contact-item span {
  color: #ffffff;
}
.rifl-footer.footer-light-version .contact-wrap .contact-item span {
  color: #111111;
}
.rifl-footer.footer-dark-version img.footer-white-logo {
  display: none;
}
.rifl-footer.footer-dark-version img.footer-black-logo {
  display: inline-block;
}
.rifl-footer.footer-light-version img.footer-white-logo {
  display: inline-block;
}
.rifl-footer.footer-light-version img.footer-black-logo {
  display: none;
}
.rifl-hover.portfolio-item .rifl-image img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.horizontal-portfolio .rifl-hover.portfolio-item .rifl-image img {
  transform: scale(1);
}
.rifl-hover .portfolio-info-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.rifl-hover .member-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* 2. Headers */
.is-sticky .rifl-header {
  background: #ffffff;
  z-index: 4 !important;
}
.rifl-header {
  padding: 25px 20px;

}
.rifl-header-filter {
  padding: 30px 40px;
  display: inline-block;
  width: 100%;
}
.rifl-header:before, .rifl-header:after {
  display: table;
  clear: both;
  content: "";
}
.admin-bar .transparent-header .rifl-header {
  top: 32px !important;
}
.admin-bar .is-sticky .rifl-header {
  top: 32px !important;
}
.admin-bar nav.rifl-menu.open {
  top: 32px;
}
header.rifl-header .header-container {
  width: 1560px;
  margin: 0 auto;
}
.nav-style-two header.rifl-header .header-container {
  padding: 0 20px;
}
.nav-style-two header.rifl-header .header-wide {
  padding: 0 20px;
}
.nav-style-two .is-sticky .rifl-header .header-container {
  width: 1560px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding:0 20px;
}
.nav-style-two .rifl-head-inner .header-wide {
  padding: 0 20px;
}
/* 3. Brand Logo */
.rifl-brand {
  float: left;
  padding: 5px 0;
}
.rifl-brand img {
  -webkit-animation: fadeIn all ease .3s;
  animation: fadeIn all ease .3s;
  margin-top: 10px;
}
.rifl-brand .white-logo {
  display: none;
}
.transparent-header .default-logo {
  display: none;
}
.text-logo h2 {
  color: #111111;
  margin-bottom: 0;
  line-height: 38px;
}
/* Default Logo - Active */
.rifl-brand.hav-transparent-logo .default-logo,
.rifl-brand.hav-transparent-logo .retina-logo, .rifl-brand img.retina-logo, .rifl-brand img.transparent-retina-logo, .rifl-brand .transparent-default-logo {display: none;}

.rifl-brand.dhav-transparent-logo .default-logo,
.transparent-header .rifl-brand.hav-transparent-logo .transparent-default-logo {display: inline-block;}
.rifl-brand.dhav-transparent-logo .retina-logo, .transparent-header .rifl-brand.hav-transparent-logo .transparent-retina-logo {display: none;}

/* Retina Logo - Active */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

  .rifl-brand .default-logo, .rifl-brand.hav-transparent-logo .transparent-default-logo, .rifl-brand img.default-logo,
  .transparent-header .rifl-brand.hav-transparent-logo .transparent-default-logo {display:none;}

  .transparent-header .rifl-brand.hav-transparent-logo .transparent-retina-logo {display:inline-block;}
  .rifl-brand img.retina-logo {display:inline-block;}

}

.header-right {
  float: right;
}
.header-right .masonry-filters {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  font-size: 11px;
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  transition: opacity ease .3s;
  z-index: -1;
}
.header-right .masonry-filters.open {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header-right .masonry-filters ul li {
  padding: 0 0 0 26px;
}
.header-right .rifl-btn {
  margin-left: 16px;
}
header.rifl-header.menu-open .rifl-btn, header.rifl-header.menu-open .masonry-filters.open {
  opacity:0;
}
.filter-toggle.active {
  color: #111111;
  background-color: #f2f2f2;
}
.rifl-toggle {
  display: inline-block;
  vertical-align: middle;
  height: 28px;
 /* margin-left: 12px;
  margin-top: 5px;
  margin-bottom: 5px;*/
  margin: 5px 0 5px 12px;
}
.rifl-toggle:hover .toggle-separator:before {
  top: -6px;
}
.rifl-toggle:hover .toggle-separator:after {
  top: 6px;
}
.rifl-toggle .toggle-separator {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 2px;
  margin-top: 5px;
  background: #232323;
  position: relative;
}
.rifl-toggle .toggle-separator:before, .rifl-toggle .toggle-separator:after {
  position: absolute;
  top: -5px;
  right: 0;
  width: 100%;
  height: 2px;
  background: #232323;
  content: "";
  z-index: 1;
}
.rifl-toggle .toggle-separator:after {
  top: 5px;
}
.rifl-menu-open {
  margin-right: 17px;
  overflow: hidden;
}
/* 4. Navigation */
/* Rifl Menu */
/* DL Menu */
.dl-menuwrapper:first-child {
  margin-right: 0;
}
.dl-menuwrapper {
  float: none;
  width: auto;
  max-width: none;
  opacity: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 1000ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 1000ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.dl-menuwrapper ul {
  background: none;
}
.dl-menuwrapper li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
  display: none;
}
.dl-menuwrapper li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px;
  margin: 15px 0;
  line-height: 1.42857;
}
.dl-menuwrapper li.dl-subviewopen > a, .dl-menuwrapper li a:hover {
  color: #5c5edc;
}
.dl-menuwrapper .dl-submenu > li.dl-back {
  padding: 18px 30px;
  text-align: center;
  cursor: pointer;
}
.dl-menuwrapper li.dl-back:after {
  display: inline-block;
  right: 0;
  font: normal normal normal 15px/50px FontAwesome;
  position: static;
  color: #ffffff;
  line-height: 1.42857;
  text-rendering: auto;
  content: "\f0d9";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: none;
  transform: none;
}
.dl-menuwrapper li.dl-back > a {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  line-height: 1.42857;
  text-indent: -99999px;
}
.rifl-menu .dl-submenu > li:nth-child(-n+2) > a {
  padding-left: 0;
}
.dl-menuwrapper .dl-menu {
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-top: 0;
  background: none;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.dl-menuwrapper > .dl-submenu {
  top: 0;
  -webkit-transition: all 1000ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 1000ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 1000ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li, .no-js .dl-menuwrapper li .dl-submenu {
  display: inline-block;
  vertical-align: middle;
}
.dl-menuwrapper li .dl-submenu {
  text-align: center;
}
.dl-menu.dl-animate-out-1, .dl-menu.dl-animate-out-2, .dl-menu.dl-animate-out-3, .dl-menu.dl-animate-out-4, .dl-menu.dl-animate-out-5, .dl-menu.dl-animate-in-1, .dl-menu.dl-animate-in-2, .dl-menu.dl-animate-in-3, .dl-menu.dl-animate-in-4, .dl-menu.dl-animate-in-5, .dl-menuwrapper>.dl-submenu.dl-animate-in-1, .dl-menuwrapper>.dl-submenu.dl-animate-in-2, .dl-menuwrapper>.dl-submenu.dl-animate-in-3, .dl-menuwrapper>.dl-submenu.dl-animate-in-4, .dl-menuwrapper>.dl-submenu.dl-animate-in-5, .dl-menuwrapper>.dl-submenu.dl-animate-out-1, .dl-menuwrapper>.dl-submenu.dl-animate-out-2, .dl-menuwrapper>.dl-submenu.dl-animate-out-3, .dl-menuwrapper>.dl-submenu.dl-animate-out-4, .dl-menuwrapper>.dl-submenu.dl-animate-out-5 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.rifl-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 80px 40px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 1500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 1500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  z-index: -5;
}
.rifl-menu .caret {
  display: none;
}
.rifl-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 100ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 100ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 100ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  z-index: 5;
}
.rifl-menu.closing {
  z-index: 5;
}
.rifl-menu.open .dl-menuwrapper {
  opacity: 1;
}
.rifl-menu.open .rifl-brand, .rifl-menu.open .rifl-close, .rifl-menu.open .rifl-copyright {
  opacity: 1;
  z-index: 3;
}
.rifl-menu.closing .menu-background {
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.rifl-menu.open .menu-background {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.rifl-menu .rifl-table-container {
  position: relative;
  z-index: 2;
}
.rifl-menu .rifl-brand {
  position: absolute;
  top: 30px;
  left: 40px;
  opacity: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 1200ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 1200ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  z-index: 1;
}
.rifl-menu .menu-label {
  display: block;
  padding-bottom: 9px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.5px;
  position: relative;
}
.rifl-menu .dl-has-submenu > a > .menu-label:after {
  position: absolute;
  top: 20px;
  right: -19px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  content: "";
  z-index: 1;
}
.rifl-menu .menu-sub-label {
  display: block;
  color: #aaaaaa;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.rifl-menu .rifl-copyright {
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: #888888;
  font-size: 15px;
  text-transform: none;
  text-align: left;
  opacity: 0;
  -webkit-transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  z-index: 3;
}
.rifl-menu .rifl-copyright a {
  color: #888888;
}
.rifl-menu .rifl-copyright a:hover {
  color: #5e5e5e;
}
.rifl-menu .rifl-copyright a:hover {
  color: #5e5e5e;
}
.rifl-close {
  position: absolute;
  top: 30px;
  right: 40px;
  opacity: 0;
  -webkit-transition: all 1200ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 1200ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 1200ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  z-index: 1;
}
.rifl-close a {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 35px;
  border: 1px solid #444444;
  position: relative;
}
.rifl-close a:hover {
  background: rgba(0, 0, 0, 0.4);
  border-color: transparent;
}
.rifl-close a:before {
  position: absolute;
  top: 7px;
  left: 17px;
  width: 2px;
  height: 20px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.rifl-close a:after {
  position: absolute;
  top: 7px;
  right: 16px;
  width: 2px;
  height: 20px;
  background: #ffffff;
  content: "";
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 9, 9, 0.92);
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: 1;
}
.masonry-filters {
  padding: 45px 0;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  text-align: center;
}
.masonry-filters ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.masonry-filters ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
}
.masonry-filters ul li a {
  color: #777777;
}
.masonry-filters ul li a:hover, .masonry-filters ul li a.active {
  color: #111111;
}
/* Rifl Portfolio */
.rifl-masonry {
  margin: 0 -10px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.rifl-masonry[data-space="0"] {
  margin: 0;
}
.rifl-masonry[data-space="0"] .masonry-item {
  padding: 0;
}
.rifl-masonry[data-space="2.5"] {
  margin: 0 -2.5px;
}
.rifl-masonry[data-space="2.5"] .masonry-item {
  padding: 0 2.5px 5px;
}
.rifl-masonry[data-space="5"] {
  margin: 0 -5px;
}
.rifl-masonry[data-space="5"] .masonry-item {
  padding: 0 5px 10px;
}
.rifl-masonry[data-space="10"] {
  margin: 0 -10px;
}
.rifl-masonry[data-space="10"] .masonry-item {
  padding: 0 10px 20px;
}
.rifl-masonry[data-space="15"] {
  margin: 0 -15px;
}
.rifl-masonry[data-space="15"] .masonry-item {
  padding: 0 15px 30px;
}
.rifl-masonry[data-space="20"] {
  margin: 0 -20px;
}
.rifl-masonry[data-space="20"] .masonry-item {
  padding: 0 20px 40px;
}
.rifl-masonry[data-space="25"] {
  margin: 0 -25px;
}
.rifl-masonry[data-space="25"] .masonry-item {
  padding: 0 25px 50px;
}
.rifl-masonry[data-item="1"] .masonry-item {
  width: 100%;
}
.rifl-masonry[data-item="2"] .masonry-item {
  width: 50%;
}
.rifl-masonry[data-item="3"] .masonry-item {
  width: 33.3333%;
}
.rifl-masonry .masonry-item.one-half-item {
  width: 50%;
}
.rifl-portfolio {
  display: table;
  width: 100%;
}
.rifl-portfolio.horizontal-portfolio {
  display: block;
}
.rifl-portfolio.custom-blog-portfolio, .rifl-portfolio.portfolio-blog-item {
  display: block;
}
.rifl-masonry .masonry-item.one-fifth-item {
  width: 41.66666667%;
}
.rifl-masonry .masonry-item.one-seventh-half-item {
  width: 29.166666665%;
}
.rifl-masonry .masonry-item.two-thirds-item {
  width: 64.5%;
}
.rifl-masonry .masonry-item.two-fifths-item {
  width: 35.5%;
}
.rifl-masonry .masonry-item.full-item {
  width: 100%;
}
.rifl-masonry .rifl-image img {
  width: 100%;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.rifl-masonry .one-fifth-item .rifl-image img {
  width: 100%;
}
.rifl-masonry .blog-item {
  margin-bottom: 0;
}
.masonry-item {
  float: left;
  width: 25%;
  padding: 0 10px 20px;
}
.blog-items.grid-view.rifl-blog-col-3 .masonry-item {
  width: 33.333%;
}
.blog-items.grid-view.rifl-blog-col-2 .masonry-item {
  width: 50%;
}
.blog-items.grid-view.rifl-blog-col-4 .masonry-item {
  width: 25%;
}
.vertical-portfolio .masonry-item {
  width: 100%;
}
.rifl-masonry .masonry-item.custom-masonry-item {
  width: auto;
}
.spacer-wrap .masonry-item {
  width: 25%;
}
.container.rifl-hide-sidebar .masonry-item {
  width: 33.333%;
}
.masonry-style-two .masonry-item {
  width: 25%;
}
.masonry-item.double-width {
  width: 50%;
}

.rifl-mid-wrap .rifl-right-sidebar .masonry-item, .rifl-mid-wrap .rifl-left-sidebar .masonry-item {
  width: 33.333%;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 32px 40px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  z-index: 1;
}
.portfolio-info a:hover {
  opacity: 0.85;
}
.portfolio-info h3 {
  line-height: 24px;
}
.portfolio-info h5 {
  font-size: 15px;
}
.portfolio-info .rifl-table-container {
  position: relative;
  z-index: 2;
}
.portfolio-info-wrap {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.portfolio-title {
  margin-bottom: 5px;
}
.portfolio-title a {
  color: #ffffff;
}
.portfolio-category {
  margin-bottom: 2px;
  color: #cccccc;
  font-weight: 500;
}
.portfolio-category .category-name:after {
  content: ",";
  padding-left: 1px;
}
.portfolio-category .category-name:last-child:after {
  content: "";
}
.portfolio-category a {
  color: #cccccc;
}
.portfolio-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.8;
  z-index: 1;
}
.rifl-pagination {
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
  display: block;
  float: left;
  width: 100%;
}
.wp-pagenavi {
  padding: 43px 0;
}
.rifl-pagination .page-numbers.current {
  color: #000;
}
.rifl-pagination .page-numbers {
  text-decoration: none;
  padding: 3px 5px;
  margin: 2px;
  color: #777777;
}
.rifl-pagination ul {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  list-style: none;
}
.rifl-pagination ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
}
.rifl-pagination ul li a {
  display: inline-block;
  color: #777777;
}
.rifl-pagination ul li a:hover, .wp-link-pages a span:hover {
  color: #111111;
}
.rifl-pagination ul li.active {
  color: #888888;
}
.rifl-pagination ul li a.prev {
  padding-left: 20px;
  background-image: url(../images/icons/icon2.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 12px auto;
}
.rifl-pagination ul li a.next {
  padding-right: 20px;
  background-image: url(../images/icons/icon3.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 12px auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}
.wp-pagenavi a {
  color: #777777;
}
.wp-pagenavi a:hover {
  color: #111111;
}
.wp-link-pages {
  font-weight: 600;
}
.single .wp-link-pages {
  margin-top: 38px;
}
.wp-link-pages span {
  padding: 0 6px;
  color: #111111;
  font-weight: 600;
}
.wp-link-pages a span {
  color: #777777;
}
.mouse-event i {
  font-size: 20px;
  font-weight: 400;
}
/* Rifl Portfolio Hovers */
.portfolio-hover-two .portfolio-item {
  text-align: center;
}
.portfolio-hover-two .portfolio-item .rifl-image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.portfolio-hover-two .portfolio-item.rifl-hover .rifl-image img {
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.portfolio-hover-two .portfolio-info {
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.095, 1.08);
}
.portfolio-hover-two .rifl-hover .portfolio-info {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.portfolio-hover-two .portfolio-info-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.portfolio-hover-two .portfolio-background {
  opacity: 1;
}
.center-info .portfolio-info {
  text-align: center;
}
.center-info .portfolio-background {
  opacity: 0.96;
}
/* Rifl Home V3 Page */
/* Rifl Vertical Portfolio */
.horizontal-portfolio {
  height: 100% !important;
  text-align: center;
}
.horizontal-portfolio .portfolio-item {
  height: 100%;
}
.horizontal-portfolio .portfolio-item .rifl-image {
  height: 100%;
  background-image: url(../images/portfolios/portfolio33.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.horizontal-portfolio .portfolio-info {
  height: auto;
  padding: 28px;
  background: #ffffff;
  color: #111111;
  opacity: 1;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  -ms-transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
  transition: all 800ms cubic-bezier(0.85, 0, 0.15, 1) 0s;
}
.horizontal-portfolio .rifl-hover .portfolio-info {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.horizontal-portfolio .portfolio-info h3 {
  font-size: 20px;
}
.horizontal-portfolio .portfolio-info .portfolio-title {
  font-weight: 500;
}
.horizontal-portfolio .portfolio-info .portfolio-title a, .horizontal-portfolio .portfolio-info .portfolio-category a {
  color: #111111;
}
.horizontal-portfolio .portfolio-info-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.horizontal-portfolio .portfolio-background {
  background: #ffffff;
  opacity: 1;
}
/* Rifl Home V4 Page */
/* Rifl Mid Wrap */
.rifl-mid-wrap {
  padding: 140px 0 100px;
}
.rifl-mid-wrap.spacer-two {
  padding-top: 66px;
  padding-bottom: 90px;
}
.rifl-mid-wrap.spacer-three {
  padding: 123px 0 100px;
}
.rifl-mid-wrap.spacer-four {
  padding: 127px 0 140px;
}
.rifl-main-wrap.wrap-container {
  width: 1560px;
  margin: 0 auto;
}
.rifl-main-wrap.wrap-container .rifl-header {
  padding-left: 0;
  padding-right: 0;
}
.rifl-main-wrap.wrap-container .rifl-footer {
  padding: 75px 0 70px;
  background: none;
}
.rifl-main-wrap.wrap-container .rifl-copyright.copyright-style-two {
  padding: 40px 0;
}
.left-sidebar .rifl-primary {
  float: right;
  padding-right: 15px;
  padding-left: 35px;
}
.left-sidebar.rifl-portfolio-full-wrap .portfolio-info-container {
  float: right;
  padding: 48px 0 48px 48px;
}
.left-sidebar.rifl-portfolio-full-wrap .container .portfolio-info-container {
  float: right;
  padding: 0;
}
.portfolio-gallery .portfolio-info-container {
  max-width: 420px;
  float: right;
}
.rifl-primary {
  padding-right: 35px;
}
.rifl-content-side.rifl-primary.extra-width {
  padding: 0;
}
.spacer-wrap {
  padding: 0 90px;
  display: inline-block;
  width: 100%;
}
.rifl-typewriter {
  width: 800px;
  padding: 63px 0 113px;
  margin: 0 auto;
  font-family: 'Lora', serif;
  font-size: 42px;
  line-height: 54px;
  letter-spacing: -0.2px;
  text-align: center;
}
.rifl-typewriter div {
  display: inline;
}
.rifl-typewriter span, .typewriter-caption {
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
}
.typed-cursor:after {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 25px;
  margin-left: 10px;
  background: #111111;
  opacity: 1;
  content: "";
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.typed-fade-out {
  opacity: 0;
  animation: 0;
  transition: opacity .25s;
}
#typed-strings span {
  display: none;
}
#typed-strings span:first-child {
  display: inline-block;
}
.skrollable {
  position: relative;
}
.rifl-load-more {
  padding: 47px 0;
  text-align: center;
}
span.infinite-load-more {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.rifl-load-more-posts {
  text-align: center;
}
.malinky-load-more__button {
  background: #333;
  color: #fff;
  padding: 12px 20px;
  display: inline-block;
}
a.malinky-load-more__button {
  color: #fff;
}
.rifl-clients {
  padding-top: 60px;
  text-align: center;
}
.rifl-clients h6 {
  line-height: 24px;
}
.client-section-title {
  color: #777777;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.client-item {
  padding: 76px 0 66px;
}
.nav-style-two .rifl-brand {
  padding: 0;
}
.nav-style-two .rifl-menu {
  display: inline-block;
  vertical-align: middle;
  position: static;
  padding: 0;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  /*opacity: 1;*/
  /*-webkit-transition: opacity ease .3s;
  -ms-transition: opacity ease .3s;
  transition: opacity ease .3s;*/
  z-index: 1;
}
.nav-style-two .rifl-menu .menu__breadcrumbs {
  display: none;
}
.nav-style-two .rifl-menu .menu-navigation-bar > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-style-two .rifl-menu .menu-navigation-bar > ul > li {
  display: inline-block;
  padding: 0 12px;
  margin: 0;
  position: relative;
}
.nav-style-two .rifl-menu .menu-navigation-bar > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  color: #777777;
}
.nav-style-two .rifl-menu > ul > li:hover > a, .nav-style-two .rifl-menu > ul > li.active > a {
  color: #111111;
}
.nav-style-two .rifl-toggle.active .toggle-separator {
  background: none;
}
.nav-style-two .rifl-toggle .toggle-separator, .rifl-toggle .toggle-separator:before, .rifl-toggle .toggle-separator:after {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.rifl-toggle:hover .toggle-separator:before {
  top: -5px;
}
.rifl-toggle:hover .toggle-separator:after {
  top: 5px;
}
.nav-style-two .rifl-toggle.active .toggle-separator:before {
  top: -5px;
  -webkit-transform: translateY(5px) rotateZ(-45deg);
  -ms-transform: translateY(5px) rotateZ(-45deg);
  transform: translateY(5px) rotateZ(-45deg)
}
.nav-style-two .rifl-toggle.active .toggle-separator:after {
  top: 5px;
  -webkit-transform: translateY(-5px) rotateZ(45deg);
  -ms-transform: translateY(-5px) rotateZ(45deg);
  transform: translateY(-5px) rotateZ(45deg)
}
.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  background: #ffffff;
  font-size: 11px;
  list-style: none;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
  z-index: 1000;
}
.dropdown > li {
  padding: 0;
  position: relative;
}
.dropdown > li > a {
  display: block;
  padding: 7px 20px;
  color: #888888;
}
.dropdown > li:hover > a, .dropdown > li.active > a {
  color: #111111;
}
.dropdown .dropdown {
  top: 0;
  left: 100%;
}
.portfolio-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 55px;
  z-index: 1;
}
.portfolio-caption a:hover {
  opacity: 0.85;
}
.portfolio-caption p {
  font-family: 'Cabin', sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.portfolio-caption h2 {
  font-size: 34px;
  line-height: 42px;
}
.portfolio-caption.style-two h2 {
  font-size: 30px;
  line-height: 40px;
}
.portfolio-caption.style-three h2 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.portfolio-caption h3 {
  font-size: 26px;
}
.portfolio-caption.style-three .caption-title {
  margin-bottom: 16px;
}
.portfolio-caption.spacer-two {
  padding: 50px 120px;
}
.portfolio-caption.quote-caption .caption-title {
  font-size: 35px;
  line-height: 45px;
  letter-spacing: -0.2px;
  position: relative;
}
.portfolio-caption.quote-caption .caption-title:before {
  position: absolute;
  top: -9px;
  left: -16px;
  font-family: 'OptimusPrincepsSemiBold';
  font-weight: normal;
  font-size: 45px;
  content: "“";
}
.portfolio-caption.quote-caption .caption-title:after {
  position: absolute;
  bottom: -5px;
  right: -21px;
  padding-left: 13px;
  font-family: 'OptimusPrincepsSemiBold';
  font-weight: normal;
  font-size: 45px;
  content: "”";
}
.portfolio-caption .rifl-socials {
  text-align: center;
}
.portfolio-caption .rifl-socials a, .portfolio-caption .rifl-socials span {
  width: 42px;
  height: 42px;
  margin: 2.5px 1px;
  background: #404a71;
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.caption-sub-title {
  margin-bottom: 6px;
  text-transform: uppercase;
}
.read-more {
  padding-top: 7px;
  font-family: 'Lora', serif;
  font-weight: 700;
  font-size: 16px;
}
.caption-meta {
  padding-top: 3px;
  font-family: 'Lora', serif;
  font-style: italic;
}
.quote-caption-author {
  padding-top: 4px;
  color: #666666;
  font-family: 'Lora', serif;
  font-weight: normal;
  letter-spacing: -0.2px;
}
.rifl-socials a, .rifl-socials > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  color: #777777;
  font-size: 13px;
}
/* Rifl Home V6 Page */
/* Rifl Vertical Portfolio */
.vertical-portfolio .portfolio-item .container {
  width: 1340px;
}
.vertical-portfolio .portfolio-info {
  padding: 0;
  opacity: 1;
}
.vertical-portfolio .portfolio-info h3 {
  font-size: 50px;
  line-height: normal;
}
.vertical-portfolio .portfolio-info h5 {
  font-size: 18px;
}
.vertical-portfolio .portfolio-info-wrap {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vertical-portfolio .portfolio-title {
  font-weight: 600;
}
.vertical-portfolio .portfolio-title a {
  color: #111111;
}
.vertical-portfolio .portfolio-category {
  margin-bottom: 0;
  color: #666666;
  font-family: 'Lora', serif;
  font-weight: 400;
}
.vertical-portfolio .portfolio-category a {
  color: #666666;
}
.vertical-portfolio .portfolio-background {
  opacity: 0.05;
}
/* Rifl About Page */
/* Rifl Approach */
.rifl-approach {
  padding-bottom: 140px;
}
.rifl-approach .container {
  width: 1560px;
}
.section-title-wrap {
  padding-bottom: 81px;
  text-align: center;
}
.section-title-wrap p {
  font-family: 'Lora', serif;
  font-size: 20px;
  line-height: 35px;
}
.section-title-wrap h2 {
  font-size: 50px;
}
.section-title-wrap .section-title {
  margin-bottom: 19px;
  letter-spacing: -0.3px;
}
.approach-wrap {
  display: table;
  width: 100%;
}
.approach-wrap .rifl-image {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.approach-info {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 50px 100px;
  background: #232323;
  color: #ffffff;
}
.approach-info p {
  font-family: 'Lora', serif;
  line-height: 27px;
}
.approach-info .approach-title {
  margin-bottom: 7px;
}
/* Rifl About Info Wrap */
.about-info-wrap .container {
  width: 975px;
}
.about-info-wrap p {
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  letter-spacing: 0.2px;
}
.about-info-wrap h3 {
  font-size: 22px;
}
.about-info-wrap .rifl-clients {
  padding-top: 30px;
}
.about-info-wrap .client-item {
  padding: 35px 0;
}
.about-info-item {
  padding-bottom: 50px;
}
.about-info-item h2 {
  font-size: 28px;
}
.about-info-item .about-title {
  margin-bottom: 15px;
}
.about-info-item .about-title-two {
  margin-bottom: 35px;
  font-weight: 600;
}
.rifl-team {
  padding-top: 41px;
}
.rifl-team .row {
  margin: 0 -5px;
}
.rifl-team [class*="col-"] {
  padding: 0 5px;
}
.member-list {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.member-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  background: rgba(35, 35, 35, 0.7);
  color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.member-info h4 {
  font-size: 20px;
  line-height: 22px;
}
.member-name {
  margin-bottom: 0;
}
.member-name a {
  color: #ffffff;
}
.member-name a:hover {
  opacity: 0.85;
}
.member-designation {
  margin-bottom: 0;
  color: #e0e0e0;
}
/* Rifl About Me Page */
/* Rifl FullPage */
.rifl-fullpage {
  height: 100%;
}
.rifl-fullpage .sticky-wrapper, .rifl-fullpage .rifl-header, .transparent-header .sticky-wrapper, .transparent-header .rifl-header, .header-style-two .sticky-wrapper, .header-style-two .rifl-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
}
.rifl-fullpage .is-sticky .rifl-header, .transparent-header .is-sticky .rifl-header {
  background: rgba(0, 0, 0, 0.8);
}
.rifl-fullpage .rifl-brand .dark-logo, .transparent-header .rifl-brand .dark-logo {
  display: none;
}
.rifl-fullpage .rifl-brand .white-logo, .transparent-header .rifl-brand .white-logo {
  display: block;
}
.rifl-fullpage .rifl-toggle .toggle-separator, .rifl-fullpage .rifl-toggle .toggle-separator:before, .rifl-fullpage .rifl-toggle .toggle-separator:after, .transparent-header .rifl-toggle .toggle-separator, .transparent-header .rifl-toggle .toggle-separator:before, .transparent-header .rifl-toggle .toggle-separator:after {
  background: #ffffff;
}
/* Rifl About Me */
.rifl-about-me {
  height: 100vh;
  padding: 125px 95px 85px;
  background-color: #232323;
  background-image: url(../images/backgrounds/background1.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.rifl-about-me .container {
  height: 100%;
}
.rifl-about-me .my-wrap {
  width: 600px;
  height: 100%;
  color: #d0d0d0;
}
.rifl-about-me .my-wrap p {
  color: #aaaaaa;
  font-size: 17px;
  line-height: 30px;
}
.rifl-about-me .my-wrap h1 {
  font-size: 70px;
  line-height: 65px;
}
.rifl-about-me .my-wrap h5 {
  font-size: 16px;
}
.rifl-about-me .my-title {
  margin-bottom: 36px;
  color: #ffffff;
  text-transform: uppercase;
}
.rifl-about-me .my-subtitle {
  margin-bottom: 19px;
  text-transform: uppercase;
}
.rifl-about-me .my-description {
  padding-bottom: 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1px;
}
.rifl-about-me .my-signature {
  padding-top: 41px;
}
.rifl-about-me .vertical-track {
  display: none;
}
/* Rifl Blog List Page */
.blog-items .rifl-load-more {
  padding: 20px 0 0;
}
.blog-items .rifl-pagination {
  padding: 13px 0 0;
}
.blog-item {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ececec;
}
.blog-maso {
  height: 100%;
}
.blog-item.sticky .blog-info, .masonry-item.sticky .blog-info {
  border: 2px dashed #ececec;
  padding: 35px;
}
.blog-item.rifl-hover .blog-info .read-more a.more-link:after {
  right: -15px;
  opacity: 1;
}
.blog-item .rifl-image {
  float: left;
  padding-right: 45px;
}
.masonry-item .blog-item .rifl-image {
  padding-right: 0;
}
.blog-info {
  display: block;
  overflow: hidden;
  padding: 21px 0 0 0;
}
.blog-info p {
  font-family: 'Lora', serif;
  line-height: 26px;
  letter-spacing: 0.1px;
}
.blog-info .read-more {
  display: block;
  overflow: hidden;
  clear: both;
  padding-top: 42px;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-info .read-more a.more-link {
  display: inline-block;
  position: relative;
}
.blog-info .read-more a.more-link:after {
  position: absolute;
  top: 2px;
  right: 0;
  font: normal normal normal 14px/12px FontAwesome;
  text-rendering: auto;
  content: "\f105";
  opacity: 0;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.blog-meta {
  margin-bottom: 11px;
  color: #666666;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.blog-meta a {
  color: #666666;
}
span.meta-item {
  text-transform: capitalize;
}
.blog-meta .meta-item:after {
  padding: 0 1px;
  content: " / ";
}
.blog-meta .meta-item:last-child:after {
  content: "";
}
.blog-title {
  margin-bottom: 14px;
}
/* Rifl Blog Fullwidth Masnory Page */
.grid-view .blog-item {
  padding-bottom: 19px;
  border-bottom: 1px dotted #d7d7d7;
}
.grid-view .blog-item .rifl-image {
  float: none;
}
.grid-view .blog-info {
  clear: both;
  padding: 24px 0 0;
}
.grid-view .blog-info p {
  font-size: 14px;
  line-height: 24px;
}
.grid-view .blog-info h3 {
  font-size: 20px;
  line-height: 26px;
}
.grid-view .blog-meta {
  margin-bottom: 4px;
}
.grid-view .blog-title {
  margin-bottom: 8px;
}
.grid-view .read-more {
  padding-top: 18px;
  font-weight: 400;
}
.blog-likes {
  display: inline-block;
  vertical-align: middle;
}
.blog-likes a i {
  margin-right: 4px;
  color: #777777;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.blog-likes a:hover .fa-heart-o:before, .blog-likes a.active .fa-heart-o:before {
  color: #f3605c;
  content: "\f004";
}
/* rifl Blog Single Page */
.blog-detail-wrap .rifl-primary {
  padding-right: 55px;
}
.blog-detail-wrap.left-sidebar .rifl-primary {
  padding-left: 55px;
  padding-right: 15px;
}
.rifl-unit-fix {
  word-wrap: break-word;
}
.rifl-unit-fix ul, .rifl-unit-fix ol {
  list-style-position: inside;
  margin: 0 0 0 1.25em;
  padding-left: 0;
}
.rifl-comment-form textarea.error, input[type="text"].error {
  border: 1px solid #ff0404 !important;
}
.entry-content .comment-form label.error {
  display: none !important;
}
label.error {
  display: none !important;
}
.rifl-unit-fix .comments-area > ol, .rifl-unit-fix .comments-area > ul {
  padding: 0;
}
.rifl-blog-detail p {
  margin-bottom: 10px;
  font-family: 'Lora', serif;
}
.rifl-blog-detail p a {
  color: #111111;
  text-decoration: underline;
}
.rifl-blog-detail p a:hover {
  color: #444444;
  text-decoration: none;
}
.rifl-blog-detail form p {
  margin-bottom: 12px;
}
.rifl-blog-detail h1, .rifl-blog-detail h2, .rifl-blog-detail h3, .rifl-blog-detail h4, .rifl-blog-detail h5, .rifl-blog-detail h6 {
  margin-bottom: 15px;
}
.rifl-blog-detail .blog-picture {
  padding-bottom: 30px;
}
.single .blog-picture.popup-picture {
  text-align: center;
}
.rifl-blog-detail .blog-meta {
  margin-bottom: 0;
}
.rifl-blog-detail h3.blog-title {
  font-size: 40px;
  line-height: 50px;
}
.rifl-blog-detail .blog-title {
  margin-bottom: 27px;
  letter-spacing: -0.2px;
}
.rifl-blog-detail blockquote {
  margin: 50px 70px;
}
.rifl-blog-detail .rifl-more-posts .more-posts-link.rifl-hover {
  padding: 0;
}
.rifl-blog-meta {
  padding-bottom: 40px;
}
.rifl-blog-meta.rifl-meta-tags {
  padding: 30px 0 0;
}
.rifl-blog-detail .rifl-blog-meta.rifl-meta-tags {
  padding-top: 40px;
}
.rifl-blog-tags {
  padding-bottom: 10px;
}
.rifl-blog-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.rifl-blog-tags ul li {
  display: inline-block;
}
.rifl-blog-tags ul li:first-child {
  margin-right: 7px;
}
.rifl-blog-tags ul li span {
  display: inline-block;
  padding-right: 5px;
  font-weight: 600;
}
.rifl-blog-tags ul li a {
  display: inline-block;
  padding: 6px 15px 5px;
  margin: 0 3px 10px 0;
  background: #fcfcfc;
  color: #777777;
  font-size: 13px;
  letter-spacing: 0.2px;
  border: 1px solid #e8e8e8;
}
.rifl-blog-tags ul li a:hover, .rifl-blog-tags ul li a:focus {
  background: #111111;
  color: #ffffff;
  border-color: #111;
}
.rifl-blog-share {
  padding-bottom: 14px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.rifl-blog-share a {
  display: inline-block;
  margin-right: 4px;
  color: #777777;
  position: relative;
}
.rifl-blog-share a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #3b5998;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.rifl-blog-share a:hover {
  color: #3b5998;
}
.rifl-blog-share a:hover:after {
  width: 100%;
}
.rifl-blog-share a.twitter:after {
  background: #1da1f2;
}
.rifl-blog-share a.twitter:hover {
  color: #1da1f2;
}
.rifl-blog-share a.linkedin:after {
  background: #0077b5;
}
.rifl-blog-share a.linkedin:hover {
  color: #0077b5;
}
.rifl-blog-share a.pinterest:after {
  background: #bd081c;
}
.rifl-blog-share a.pinterest:hover {
  color: #bd081c;
}
.rifl-blog-share a.tumblr:after {
  background: #35465c;
}
.rifl-blog-share a.tumblr:hover {
  color: #35465c;
}
.rifl-blog-share a.google:after {
  background: #dd4b39;
}
.rifl-blog-share a.google:hover {
  color: #dd4b39;
}
.blog-meta-title:after {
  padding-right: 5px;
  content: ":";
}
.rifl-more-posts {
  padding: 35px 0 31px;
  color: #888888;
  font-weight: 500;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.rifl-more-posts .text-right .more-posts-link {
  padding: 0 33px 0 0;
}
.rifl-more-posts .text-right .more-posts-link:before {
  left: auto;
  right: 0;
  background-image: url(../images/icons/icon8.png);
}
.rifl-more-posts .text-right .more-posts-link.rifl-hover:before {
  left: auto;
  right: -19px;
}
.rifl-more-posts .more-posts-link {
  display: inline-block;
  overflow: hidden;
  padding-left: 33px;
  color: #555555;
  position: relative;
}
.rifl-more-posts .more-posts-link:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19px;
  height: 11px;
  background-image: url(../images/icons/icon7.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 19px auto;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.rifl-more-posts .more-posts-link.rifl-hover:before {
  left: -19px;
}
.rifl-more-posts .more-posts-link.rifl-hover .more-post-type {
  color: #555555;
}
.rifl-more-posts .more-posts-link.rifl-hover .more-post-title {
  color: #333333;
}
.rifl-more-posts .more-post-type {
  display: block;
  padding-bottom: 4px;
  color: #888888;
  font-size: 15px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.rifl-more-posts .more-post-title {
  display: block;
  font-size: 17px;
  -webkit-transition: all ease .4s;
  -ms-transition: all ease .4s;
  transition: all ease .4s;
}
.rifl-author-info {
  padding: 35px 35px 30px;
  margin-top: 40px;
  border: 1px solid #e9e9e9;
}
.author-avatar {
  float: left;
}
.author-avatar img {
  object-fit: cover;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.avatar-72 {
  width: 72px;
  height: 72px;
}
.author-content {
  display: block;
  overflow: hidden;
  padding-left: 28px;
}
.author-content p {
  margin-bottom: 10px;
}
.author-content .author-pro {
  color: #777777;
  font-weight: 500;
  font-size: 11px;
  line-height: 24px;
  text-transform: uppercase;
}
.author-content .author-name {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}
.rifl-comments-area h3 {
  font-size: 22px;
}
.rifl-comments-area h4.comments-sub-title {
  font-size: 17px;
}
.rifl-comment-form {
  margin-top: 50px;
}
.rifl-comments-area .comments-sub-title {
  margin-bottom: 35px;
  color: #777777;
  font-weight: 400;
  letter-spacing: 0.1px;
}
.rifl-comments-area .comments-title {
  margin-bottom: 5px;
  margin-top: 50px;
}
.rifl-comments-area ul, .rifl-comments-area ol {
  margin: 0;
  list-style: none;
}
.rifl-comments-area >ul, .rifl-comments-area ol.comment-list {
  padding: 0;
}
.rifl-comments-area .comments > li:last-child .comment-item {
  border-bottom: none;
}
.rifl-comments-area .comment-body {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 24px 0;
  border-bottom: 1px solid #e9e9e9;
}
.rifl-comments-area .comments li .comment-awaiting-moderation {
  margin-bottom: 10px;
  display: inline-block;
}
.rifl-comments-area .comments li .children {
  display: block;
  overflow: hidden;
  clear: both;
}
.rifl-comments-area .comments li .children li {
  padding-left: 115px;
}
.rifl-comments-area .comments li > div {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 24px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e9e9e9;
}
.rifl-comments-area .comment-main-area .reply {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 16px;
  z-index: 1;
}
.rifl-comments-area .comment-image {
  float: left;
}
.rifl-comments-area .comment-main-area {
  display: block;
  overflow: hidden;
  padding-left: 35px;
  position: relative;
}
.rifl-comments-area .pingback .comment-main-area {
  padding-left: 0;
}
.rifl-comments-area .comment-wrapper p {
  margin-bottom: 8px;
  line-height: 29px;
}
.rifl-comments-area .rifl-comments-meta {
  margin-bottom: 9px;
  position: relative;
}
.rifl-comments-area .rifl-comments-meta h4 {
  margin: 0 60px 5px 0;
  font-weight: 400;
}
.rifl-comments-area .rifl-comments-meta .comments-date {
  color: #777777;
}
.rifl-comments-area .rifl-comments-meta .comments-reply {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 16px;
  z-index: 1;
}
.rifl-comment-form {
  padding-bottom: 20px;
}
.rifl-comment-form p.logged-in-as {
  padding: 20px 0;
}
.rifl-comment-form p.logged-in-as > a {
  text-decoration: none;
}
.rifl-comment-form label {
  margin-bottom: 8px;
  color: #888888;
  font-size: 16px;
}
.rifl-comment-form input[type="text"], .rifl-comment-form input[type="email"], .rifl-comment-form textarea {
  border-color: #ececec;
}
.rifl-comment-form input[type="text"]:focus, .rifl-comment-form input[type="email"]:focus, .rifl-comment-form textarea:focus {
  border-color: #d6d6d6;
}
.rifl-comment-form input[type="submit"] {
  min-width: 150px;
}
.rifl-blog-detail .comment-reply-title {
  margin-bottom: 26px;
}
.form-submit {
  padding-top: 8px;
}
#cancel-comment-reply-link {
  float: right;
  font-size: 20px;
  padding: 4px 0 0;
}
.post-password-required input {
  margin-bottom: 15px;
}
.post-password-required input[type="submit"] {
  width: 100%;
}
.post-password-required form {
  margin-bottom: 20px;
  margin-top: 38px;
}
/* 7. Sidebar Widgets */
.rifl-widget input[type="text"], .rifl-widget input[type="email"], .rifl-widget input[type="password"], .rifl-widget input[type="tel"], .rifl-widget input[type="search"], .rifl-widget input[type="date"], .rifl-widget input[type="time"], .rifl-widget input[type="datetime-local"], .rifl-widget input[type="month"], .rifl-widget input[type="url"], .rifl-widget input[type="number"], .rifl-widget select, .rifl-widget .form-control {
  height: 45px;
  margin-bottom: 10px;
  font-size: 13px;
}
.rifl-widget h4 {
  font-size: 20px;
}
.rifl-widget ul {
  padding-left: 10px;
  list-style: inside;
}
.rifl-widget.widget_nav_menu ul {
  position: relative;
  top: auto;
  left: 0;
  width: auto;
  height: auto;
  background: transparent;
  transform: none;
}
.rifl-widget > ul {
  padding-left: 0;
}
.rifl-widget img {
  height: auto;
}
.widget-title {
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #111;
}
.widget_calendar h4.widget-title {
  margin-bottom: 4px;
}

/*Post : Gallery */
.gallery .gallery-caption {
  margin-bottom: 15px;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
/* Widget Search */
.widget_search p {
  position: relative;
}
.widget_search form input[type="text"] {
  padding-right: 53px;
  margin: 0;
}
.widget_search form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 55px;
  height: 45px;
  padding: 0;
  background-color: transparent;
  background-image: url(../images/icons/icon5.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
  z-index: 1;
}
/* Widget Categories */
.widget_recent_comments a {
  color: #888888;
}
.widget_categories ul, .widget_recent_entries ul, .widget_recent_comments ul,
.widget_meta ul, .widget_archive ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  list-style: none;
}
.rifl-widget.widget_pages ul {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  list-style: none;
}
.rifl-widget.widget_pages ul li {
  padding: 10px 0;
}
.rifl-widget.widget_pages ul li ul {
  padding-left: 18px;
}

.rifl-widget.widget_pages ul li a {
  display: inline-block;
  padding-left: 10px;
  color: #888888;
  position: relative;
  font-size: 15px;
}
.rifl-widget.widget_pages ul li a:hover {
  color: #444444;
}
.footer-dark-version .footer-widget-area .rifl-widget.widget_pages ul li a {
  color: #ffffff;
}
.footer-dark-version .footer-widget-area .rifl-widget.widget_pages ul li a:hover,
.widget_rss cite, .widget_rss span {
  color: #888888
}

.widget_categories ul li, .widget_recent_entries ul li, .widget_recent_comments ul li,
.widget_meta ul li, .widget_archive ul li, .rifl-widget.widget_pages ul li, .rifl-widget.widget_nav_menu ul li {
  padding: 13px 0 15px;
  border-bottom: 1px solid #ececec;
}
.widget_meta ul li:first-child,.widget_recent_comments ul li:first-child, .widget_recent_entries ul li:first-child,
.widget_archive ul li:first-child {
  padding-top: 0;
}
.widget_categories h4.widget-title, .widget_pages h4.widget-title {
  margin-bottom: 0;
}
.widget_categories select {
  margin-top: 12px;
}
.widget_nav_menu h4.widget-title {
  margin-bottom: 2px;
}
.widget_categories ul li .children {
  padding-left: 20px;
}
.widget_categories ul li .children li, .rifl-widget.widget_nav_menu ul li .sub-menu li {
  border-bottom: none;
  padding-bottom: 0;
}
.rifl-widget.widget_pages ul li .children li {
  border-bottom: none;
  padding-bottom: 4px;
}

.widget_categories ul li a, .widget_recent_entries ul li a, .widget_recent_comments ul li span,
.widget_meta ul li a, .widget_archive ul li a, .rifl-widget.widget_nav_menu ul li a {
  display: inline-block;
  padding-left: 13px;
  color: #888888;
  position: relative;
}
.footer-dark-version .footer-widget-area .widget_categories ul li a, .footer-dark-version .footer-widget-area .widget_recent_entries ul li a,
.footer-dark-version .footer-widget-area .widget_recent_comments ul li span,
.footer-dark-version .footer-widget-area .widget_meta ul li a, .footer-dark-version .footer-widget-area .widget_archive ul li a,
.footer-dark-version .footer-widget-area .rifl-widget.widget_nav_menu ul li a, .footer-dark-version .footer-widget-area .rifl-widget.widget_rss a {
  color: #ffffff;
}
.footer-dark-version .footer-widget-area .widget_categories ul li a:hover, .footer-dark-version .footer-widget-area .widget_recent_entries ul li a:hover,
.footer-dark-version .footer-widget-area .widget_meta ul li a:hover, .footer-dark-version .footer-widget-area .widget_archive ul li a:hover,
.footer-dark-version .footer-widget-area .rifl-widget.widget_nav_menu ul li a:hover, .footer-dark-version .footer-widget-area .rifl-widget.widget_rss a:hover,
.rifl-widget .rssSummary {
  color: #888888;
}
.footer-light-version .footer-widget-area .widget_categories ul li a, .footer-light-version .footer-widget-area .widget_recent_entries ul li a,
.footer-light-version .footer-widget-area .widget_recent_comments ul li span,
.footer-light-version .footer-widget-area .widget_meta ul li a, .footer-light-version .footer-widget-area .widget_archive ul li a,
.footer-light-version .footer-widget-area .rifl-widget.widget_nav_menu ul li a, .footer-light-version .footer-widget-area .rifl-widget.widget_rss a {
  color: #777777;
}
.footer-light-version .footer-widget-area .widget_categories ul li a:hover, .footer-light-version .footer-widget-area .widget_recent_entries ul li a:hover,
.footer-light-version .footer-widget-area .widget_meta ul li a:hover, .footer-light-version .footer-widget-area .widget_archive ul li a:hover,
.footer-light-version .footer-widget-area .rifl-widget.widget_nav_menu ul li a:hover, .footer-light-version .footer-widget-area .rifl-widget.widget_rss a:hover {
  color: #444444;
}

.widget_categories ul li a:before, .widget_recent_entries ul li a:before, .widget_recent_comments ul li span:before,
.widget_meta ul li a:before, .widget_archive ul li a:before, .rifl-widget.widget_pages ul li a:before,
.rifl-widget.widget_nav_menu ul li a:before {
  position: absolute;
  top: 4px;
  left: 0;
  color: #888888;
  font: normal normal normal 15px/1 FontAwesome;
  text-rendering: auto;
  content: "\f0da";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
.footer-dark-version .footer-widget-area .widget_categories ul li a:before, .footer-dark-version .footer-widget-area .widget_recent_entries ul li a:before,
.footer-dark-version .footer-widget-area .widget_recent_comments ul li span:before,
.footer-dark-version .footer-widget-area .widget_meta ul li a:before,
.footer-dark-version .footer-widget-area .widget_archive ul li a:before,
.footer-dark-version .footer-widget-area .rifl-widget.widget_pages ul li a:before,
.footer-dark-version .footer-widget-area .rifl-widget.widget_nav_menu ul li a:before {
  color: #ffffff;
}
.footer-light-version .footer-widget-area .widget_categories ul li a:before, .footer-light-version .footer-widget-area .widget_recent_entries ul li a:before,
.footer-light-version .footer-widget-area .widget_recent_comments ul li span:before,
.footer-light-version .footer-widget-area .widget_meta ul li a:before,
.footer-light-version .footer-widget-area .widget_archive ul li a:before,
.footer-light-version .footer-widget-area .rifl-widget.widget_pages ul li a:before,
.footer-light-version .footer-widget-area .rifl-widget.widget_nav_menu ul li a:before {
  color: #777777;
}
.recent-post {
  display: block;
  overflow: hidden;
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.recent-post:last-child {
  padding-bottom: 12px;
}
.recent-post .rifl-picture {
  float: right;
}
.post-info {
  display: block;
  overflow: hidden;
  padding-right: 15px;
}
.post-info .post-title {
  margin-bottom: 4px;
  font-family: 'Lora', serif;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.post-info .post-time {
  display: inline-block;
  padding-left: 21px;
  color: #888888;
  font-size: 13px;
  position: relative;
}
.post-info .post-time:before {
  position: absolute;
  top: 2px;
  left: 1px;
  font: normal normal normal 13px/1 FontAwesome;
  text-rendering: auto;
  content: "\f017";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
}
/* Widget Archives */
.widget_archives {
  margin-bottom: 20px;
}
.widget_archives .widget-title {
  margin-bottom: 19px;
}
/* Widget Tags */
.widget_tag_cloud a {
  display: inline-block;
  vertical-align: middle;
  padding: 6px 15px 5px;
  margin: 0 4px 14px 0;
  background: #fcfcfc;
  color: #777777;
  font-size: 13px;
  letter-spacing: 0.2px;
  border: 1px solid #e8e8e8;
}
.widget_tag_cloud a:hover, .widget_tag_cloud a:focus {
  background: #111111;
  color: #ffffff;
  border-color: #111;
}
.rifl-widget.widget_nav_menu ul.sub-menu {
  padding-left: 16px;
}
.rifl-widget.widget_nav_menu ul li a {
  padding-bottom: 8px;
  display: block;
  color: #888888;
  font-size: 15px;
}
.rifl-widget.widget_nav_menu ul li a:hover, .rifl-widget.widget_rss a:hover {
  color: #444444;
}
.rifl-widget.widget_nav_menu ul {
  list-style: none;
  color: #888888;
}
.rifl-widget.widget_rss {
  font-size: 15px;
}
.rifl-widget.widget_rss a {
  color: #888888;
}
.entry-content img {
  height: auto;
}
.entry-content .comment-author {
  margin: 0;
}
.entry-content .comment-respond {
  padding-top: 10px;
}
.entry-content .comment-respond .comment-reply-title {
  margin-bottom: 10px;
}
.entry-content dt, .rifl-mid-wrap dt {
  margin-bottom: 5px;
}
.entry-content dd, .rifl-mid-wrap dd {
  margin-bottom: 15px;
}
.entry-content .comment-metadata {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #4c4c4c;
}
.entry-content .comment-list p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 24px;
}
.entry-content .comment-meta .comment-author .avatar {
  height: 42px;
  width: 42px;
}
.entry-content .comment-author .avatar {
  height: 42px;
  position: relative;
  top: 0.25em;
  width: 42px;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .comment-content ol.comment-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-content table tbody tr th {
  background: transparent;
  border-right: 1px solid #ececec;
}
.entry-content .comments-section table tbody th {
  background: #333;
  border-right: 1px solid #333;
}
.comment-area li > ul {
  list-style-type: square;
}

.comment-area ul {
  list-style-type: circle;
}
.comment-area ol {
  list-style-type: decimal;
}
.entry-content .comment-list .comment-body,
.entry-content .comment-list .trackback {
  padding: 1.75em 0;
}
.entry-content .comment-list .children {
  list-style: none;
  margin: 0;
  padding-left: 20px;
}
.entry-content .comment-list .children > li {
  padding-left: 0.875em;
}
.entry-content .comment-author {
  color: #1a1a1a;
  margin-bottom: 0;
}
.entry-content .comment-author .avatar {
  float: left;
  height: 28px;
  margin-right: 0.875em;
  position: relative;
  width: 28px;
}
.entry-content .bypostauthor > article .fn:after {
  content: "\f304";
  left: 3px;
  position: relative;
  top: 5px;
}
.single .bypostauthor {
  display: block;
}
.entry-content .comment-metadata,
.entry-content .pingback .edit-link {
  color: #686868;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6153846154;
}
.entry-content .comment-metadata {
  margin-bottom: 15px;
  font-size: 15px;
}
.entry-content .comment-metadata a,
.entry-content .pingback .comment-edit-link {
  color: #686868;
}
.entry-content .comment-metadata a:hover,
.entry-content .comment-metadata a:focus,
.entry-content .pingback .comment-edit-link:hover,
.entry-content .pingback .comment-edit-link:focus {
  color: #686868;
}
.entry-content .comment-metadata .edit-link,
.entry-content .pingback .edit-link {
  display: inline-block;
}
.entry-content .comment-metadata .edit-link:before,
.entry-content .pingback .edit-link:before {
  content: "\002f";
  display: inline-block;
  opacity: 0.7;
  padding: 0 0.538461538em;
}
.entry-content .comment-content ul,
.entry-content .comment-content ol {
  margin: 0 0 1.5em 1.25em;
}
.entry-content .comment-content li > ul,
.entry-content .comment-content li > ol {
  margin-bottom: 0;
}
.entry-content .comment-form label {
  color: #686868;
  display: inline-block;
  font-size: 13px;
  font-size: 12px;
  letter-spacing: 0.076923077em;
  line-height: 1.6153846154;
}
.entry-content .comment-list .comment-form {
  padding-bottom: 1.75em;
}
.entry-content .comment-notes,
.entry-content .comment-awaiting-moderation,
.entry-content .logged-in-as,
.entry-content .form-allowed-tags {
  color: #686868;
  font-size: 15px;
  margin-bottom: 20px;
}
.entry-content .no-comments {
  border-top: 1px solid #d1d1d1;
  font-weight: 700;
  margin: 0;
  padding-top: 1.75em;
}
/* Rifl Left Sidebar Page */
.portfolio-info-container p {
  margin-bottom: 29px;
  font-family: 'Lora', serif;
  font-size: 15px;
  line-height: 26px;
}
.portfolio-info-container h1 {
  font-size: 35px;
}
.portfolio-info-container .portfolio-title {
  margin-bottom: 10px;
}
.portfolio-info-listings ul {
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px;
  list-style: none;
}
.portfolio-info-listings ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ececec;
}
.portfolio-info-listings ul li:first-child {
  padding-top: 0;
}
.info-listings {
  text-align: center;
  display: block;
  min-width: 25%;
}
.info-listings.info-border-bottom {
  border-bottom: 1px solid #ececec;
  border-right: none;
  text-align: left;
  padding: 15px 0;
}
.info-listings.info-border-right {
  border-right: 1px solid #ececec;
  padding: 8px 20px;
}
.portfolio-info-listings ul li .info-list-title, .info-listings .info-list-title {
  display: block;
  padding-bottom: 7px;
  color: #777777;
  font-size: 12px;
  text-transform: uppercase;
}
.info-listings .info-list-subtitle {
  display: inline-block;
  margin: 0 4px;
}
.info-listings.info-border-bottom .info-list-subtitle {
  display: inline-block;
  margin: 0 6px 0 0;
}
.portfolio-info-listings ul li .info-list-title:after, .info-listings .info-list-title:after {
  content: " : ";
}
.portfolio-info-listings ul li .info-list-subtitle {
  display: block;
  font-size: 14px;
}
.portfolio-info-listings ul li .portfolio-category-item:after {
  content: ",";
}
.portfolio-info-listings ul li .portfolio-category-item:last-child:after {
  content: "";
}
.share-portfolio {
  display: inline-block;
  margin-top: 18px;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.share-portfolio .share-link {
  display: inline-block;
  vertical-align: bottom;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px auto;
  color: #777777;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.share-portfolio.rifl-hover .share-link {
  padding-right: 22px;
  margin-right: 9px;
  background-image: url(../images/icons/icon9.png);
}
.share-portfolio.rifl-hover .rifl-socials {
  opacity: 1;
}
.share-portfolio.rifl-hover .rifl-socials a {
  margin-left: 0;
}
.share-portfolio .rifl-socials {
  display: inline-block;
  vertical-align: text-bottom;
  opacity: 0;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.share-portfolio .rifl-socials a {
  margin-left: -22px;
}
/* Rifl More Posts, Posts Style Two */
.rifl-more-posts.posts-style-two {
  padding: 0;
  background: #f8f8f8;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  border-color: #eeeeee;
  border-bottom: none;
}
.rifl-more-posts.posts-style-two .row {
  margin: 0;
}
.rifl-more-posts.posts-style-two [class*="col-"] {
  padding: 0;
}
.rifl-more-posts.posts-style-two .more-posts-link {
  display: block;
  padding: 34px 75px 31px;
  border-right: 1px solid #eeeeee;
}
.rifl-more-posts.posts-style-two .more-posts-link:before {
  left: 40px;
}
.rifl-more-posts.posts-style-two .text-right .more-posts-link {
  border-left: 1px solid #eeeeee;
  border-right: none;
}
.rifl-more-posts.posts-style-two .text-right .more-posts-link:before {
  left: auto;
  right: 40px;
}
.rifl-more-posts.posts-style-two .text-right .more-posts-link.rifl-hover:before {
  background-image: url(../images/icons/icon16.png);
}
.rifl-more-posts.posts-style-two .more-posts-link.rifl-hover:before {
  background-image: url(../images/icons/icon15.png);
}
.rifl-more-posts.posts-style-two a.more-posts-link.rifl-hover:after {
  background-color: rgba(245, 240, 240, 0.62);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.rifl-more-posts.posts-style-two .more-posts-link.rifl-hover .more-post-type {
  color: #555555;
}
.rifl-more-posts.posts-style-two .more-posts-link.rifl-hover .more-post-title {
  color: #ef173c;
}
.rifl-more-posts.posts-style-two .more-post-type {
  color: #666666;
  font-size: 10px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.rifl-more-posts.posts-style-two .more-post-title {
  color: #333333;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
.rifl-more-posts.posts-style-two .rifl-hover .rifl-image {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rifl-more-posts.posts-style-two .rifl-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  -ms-transition: all 800ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  transition: all 800ms cubic-bezier(0.645, 0.045, 0.095, 1.08);
  z-index: 1;
}
.post-grid-view {
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 12px;
  margin-top: 44px;
}
.post-grid-view:hover .grid-icon, .post-grid-view:hover .grid-icon:before, .post-grid-view:hover .grid-icon:after {
  background: none;
  border-color: #aaaaaa;
}
.post-grid-view .grid-icon {
  float: left;
  clear: both;
  width: 5px;
  height: 5px;
  margin-bottom: 2px;
  background: #aaaaaa;
  border: 1px solid transparent;
  position: relative;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.post-grid-view .grid-icon:before, .post-grid-view .grid-icon:after {
  position: absolute;
  top: -1px;
  left: 6px;
  width: 5px;
  height: 5px;
  background: #aaaaaa;
  border: 1px solid transparent;
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
.post-grid-view .grid-icon:after {
  left: 13px;
}
/* Rifl Left Sidebar Page */
.portfolio-info-container.info-style-two p {
  font-size: 17px;
  line-height: 33px;
  letter-spacing: -0.3px;
}
.portfolio-info-container .portfolio-sub-title {
  padding-top: 6px;
  margin-bottom: 21px;
  color: #555555;
  font-weight: 400;
  letter-spacing: 0.05px;
}
.portfolio-spacer-wrap {
  padding-bottom: 50px;
}
.portfolio-spacer-wrap.spacer-wrap-two {
  padding-bottom: 61px;
}
.portfolio-spacer-wrap.spacer-wrap-three {
  padding-bottom: 72px;
}
.share-portfolio-wrap {
  text-align: center;
}
.share-portfolio-wrap .share-portfolio {
  margin-top: 0;
}
/* Rifl Fullwidth Right Sidebar Page */
.rifl-portfolio-full-wrap .rifl-masonry .masonry-item:last-child {
  padding-bottom: 0;
}
.rifl-portfolio-full-wrap .portfolio-info-container {
  max-width: 420px;
  padding: 0 48px 48px 0;
}
.rifl-portfolio-full-wrap .container .portfolio-info-container {
  max-width: 420px;
  padding: 0 0 48px 0;
}
.rifl-portfolio-full-wrap .rifl-floting-sidebar {
  padding-top: 48px;
}
/* Rifl Center Masnory Gallery Page */
.portfolio-info-container.center {
  width: 945px;
  margin: 0 auto;
  padding-bottom: 65px;
  text-align: center;
}
.portfolio-info-container.center p {
  font-size: 16px;
  letter-spacing: -0.2px;
}
.portfolio-info-container.center h1 {
  font-size: 55px;
}
.portfolio-info-container.center .portfolio-title {
  margin-bottom: 24px;
  letter-spacing: -0.2px;
}
.portfolio-info-container.center .portfolio-info-listings {
  padding-top: 7px;
}
.portfolio-info-container.center .portfolio-info-listings ul li {
  display: inline-block;
  vertical-align: top;
  min-width: 25%;
  padding: 8px 20px;
  margin: 0 -2px 30px;
  border-bottom: none;
  border-right: 1px solid #ececec;
}
.portfolio-info-container.center .portfolio-info-listings ul li:last-child {
  border-right: none;
}
.portfolio-info-container.center .portfolio-info-listings ul li .info-list-title {
  padding-bottom: 4px;
}
.portfolio-info-container.center .share-portfolio {
  margin-top: 23px;
}
/* Rifl Custom Style 1 Page */
/* Rifl Portfolio Banner */
.rifl-portfolio-banner {
  height: 800px;
  background-color: #a2cacb;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.portfolio-banner-caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.portfolio-banner-caption h2 {
  font-size: 100px;
  line-height: 125px;
}
.portfolio-banner-caption .portfolio-info-listings ul li {
  display: inline-block;
  vertical-align: top;
  border-bottom: none;
  padding: 0 15px 10px;
}
.portfolio-banner-caption .portfolio-info-listings ul li .info-list-title {
  display: inline-block;
  padding-bottom: 0;
  color: #111111;
  font-size: 17px;
  letter-spacing: 0.2px;
  text-transform: none;
}
.portfolio-info-listings ul li .info-list-title:after {
  content: ": ";
}
.portfolio-banner-caption .portfolio-info-listings ul li .info-list-subtitle {
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.2px;
}
.portfolio-banner-title {
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: -0.2px;
}
/* Rifl Custom Portfolio */
.rifl-custom-portfolio {
  padding: 143px 0 62px;
}
.rifl-custom-portfolio .portfolio-info-container h1 {
  font-size: 45px;
  line-height: 50px;
}
.rifl-custom-portfolio .portfolio-info-container.info-style-two p {
  line-height: 30px;
}
.rifl-custom-portfolio .portfolio-title {
  margin-bottom: 17px;
  letter-spacing: -0.2px;
  text-align: center;
}
.rifl-custom-portfolio .portfolio-sub-title {
  padding-bottom: 28px;
  margin-bottom: 39px;
  letter-spacing: 0.02px;
  line-height: 26px;
  text-align: center;
  position: relative;
}
.rifl-custom-portfolio .portfolio-sub-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 30px;
  height: 2px;
  margin: 0 auto;
  background: #ff8a8a;
  content: "";
  z-index: 1;
}
.custom-portfolio-images {
  padding-top: 62px;
}
.custom-portfolio-technology {
  padding-top: 40px;
  text-align: center;
  display: inline-block;
  padding-bottom: 130px;
}
.custom-technology-item {
  padding: 50px 17px 0;
}
.custom-technology-item p {
  line-height: 24px;
  letter-spacing: 0.2px;
}
.custom-technology-item h3 {
  font-size: 22px;
}
.custom-technology-item .rifl-icon {
  padding-bottom: 16px;
}
.custom-technology-item .technology-title {
  margin-bottom: 12px;
}

.custom-container-two {
  width: 1090px;
  margin: 0 auto;
}
.custom-container-three {
  width: 880px;
  margin: 0 auto;
}
.custom-container-four {
  width: 1140px;
  margin: 0 auto;
}
.custom-container-five {
  width: 700px;
  margin: 0 auto;
}
/* Rifl Portfolio Showcase */
.rifl-portfolio-showcase {
  padding: 170px 0 177px;
  text-align: center;
  position: relative;
}
.rifl-portfolio-showcase:before {
  position: absolute;
  top: 96px;
  left: 50%;
  width: 306px;
  height: 608px;
  margin-left: -2px;
  background-image: url(../images/icons/icon13.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.rifl-portfolio-showcase.showcase-style-two:before {
  display: none;
}
.rifl-portfolio-showcase .container {
  width: 1470px;
}
.rifl-portfolio-showcase .rifl-slider {
  margin: 0 -15px;
}
.rifl-portfolio-showcase .owl-item {
  padding: 0 15px;
}
.rifl-portfolio-showcase .owl-item.center .rifl-image img {
  opacity: 1;
}
.rifl-portfolio-showcase .owl-item .rifl-image img {
  opacity: 0.5;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}
/* Rifl Portfolio Info */
.rifl-portfolio-info p {
  font-family: 'Lora', serif;
  font-size: 17px;
  line-height: 33px;
  letter-spacing: -0.2px;
}
.rifl-portfolio-info h2 {
  font-size: 40px;
  line-height: 40px;
}
.portfolio-info-title {
  letter-spacing: -0.2px;
}
/* Rifl Portfolio Images */
.rifl-portfolio-images .row {
  margin: 0;
}
.rifl-portfolio-images [class*="col-"] {
  padding: 0;
}
.rifl-portfolio-images .rifl-image img {
  width: 100%;
}
/* Rifl Portfolio Mockups */
.rifl-portfolio-mockups {
  padding: 135px 0 170px;
}
.rifl-portfolio-mockups .owl-drag.counter .owl-dot {
  color: #ffffff;
}
.rifl-portfolio-mockups .owl-drag.counter .owl-dot.active:before {
  border-bottom-color: #ffffff;
}
/* Rifl Portfolio Quote */
.rifl-portfolio-quote {
  text-align: center;
  padding: 136px 0 134px;
}
.rifl-portfolio-quote p {
  font-family: 'Lora', serif;
  font-style: italic !important;
  font-size: 24px;
  line-height: 44px;
  color: #111111;
}
.rifl-portfolio-quote .quote-wrap p:before {
  display: inline-block;
  content: open-quote;
  vertical-align: bottom;
  position: relative;
  top: -13px;
  left: -12px;
  color: #cccccc;
  font-family: 'CrimsonText-SemiboldItalic';
  font-size: 65px;
  line-height: 0;
}

@font-face {
  font-family: 'crimsonsemibolditalic';
  src: url('../fonts/crimson-semibolditalic-webfont.woff2') format('woff2'),
       url('../fonts/crimson-semibolditalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.rifl-portfolio-quote p:after {
  display: inline-block;
  content: close-quote;
  vertical-align: bottom;
  position: relative;
  top: -8px;
  left: 10px;
  color: #cccccc;
  font-family: 'CrimsonText-SemiboldItalic';
  font-size: 65px;
  line-height: 0;
}
.rifl-portfolio-quote h5 {
  font-size: 16px;
  letter-spacing: 0.3px;
}
.rifl-portfolio-quote .rifl-image {
  padding-top: 106px;
}
.quote-owner {
  padding-top: 31px;
  font-weight: 400;
}
.quote-owner:before {
  margin-right: 4px;
  content: "-";
}
/* Rifl Custom Style 2 Page */
/* Rifl Custom Portfolio Style */
.rifl-custom-portfolio-style {
  display: inline-block;
}
.rifl-custom-portfolio-style .rifl-primary {
  padding-right: 0;
}
.rifl-custom-portfolio-style .portfolio-info-container h1 {
  font-size: 45px;
  line-height: 50px;
}
.rifl-custom-portfolio-style .portfolio-info-container h4 {
  font-size: 19px;
  line-height: 28px;
}
.rifl-custom-portfolio-style .portfolio-title {
  margin-bottom: 12px;
  letter-spacing: -0.2px;
}
/* Rifl Custom Portfolio Banner */
.rifl-custom-portfolio-banner {
  height: 660px;
  background-color: #e7e7e7;
  background-image: url(../images/backgrounds/background3.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.rifl-custom-portfolio-banner h2 {
  font-size: 40px;
}
.rifl-custom-portfolio-banner .rifl-table-container {
  background: rgba(0, 0, 0, 0.3);
}
/* Rifl Portfolio Info, Portfolio Info Style Two */
.rifl-portfolio-info.portfolio-info-style-two {
  padding: 145px 0;
}
.rifl-portfolio-info.portfolio-info-style-two p {
  letter-spacing: -0.3px;
}
.rifl-portfolio-info.portfolio-info-style-two h2 {
  line-height: 45px;
}
.rifl-portfolio-info.portfolio-info-style-two .portfolio-info-title {
  margin-bottom: 17px;
}
.portfolio-info-item {
  padding: 0 0 19px 65px;
  position: relative;
  counter-increment: counter;
}
.portfolio-info-item:before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 47px;
  height: 47px;
  background: #f5f5f5;
  font-weight: 600;
  font-size: 17px;
  line-height: 33px;
  letter-spacing: -0.3px;
  line-height: 46px;
  text-align: center;
  content: counter(counter, decimal);
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.portfolio-info-item h3 {
  font-size: 22px;
  line-height: 33px;
}
.portfolio-mockups .owl-drag .owl-dot {
  width: 20px;
  height: 4px;
  margin: 0 4px;
  background: rgba(254, 100, 124, 0.2);
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.portfolio-mockups .owl-drag .owl-dot.active {
  background: #fe647c;
}
/* Rifl Portfolio Showcase, Showcase Style Two */
.rifl-portfolio-showcase.showcase-style-two {
  padding: 90px 0;
}
.rifl-portfolio-showcase.showcase-style-two .rifl-image img {
  opacity: 1;
}
.rifl-portfolio-showcase.hav-shadow img {
  -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4);
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4);
}
.rifl-portfolio-showcase.showcase-style-two .rifl-image {
  padding: 50px 0;
}
/* Rifl Custom Style 3 Page */
.portfolio-info-container.spacer-two {
  padding-bottom: 95px;
}
/* Rifl Custom Style 4 Page */
/* Rifl Portfolio Info, Portfolio Info Style Three */
.rifl-portfolio-info.portfolio-info-style-three {
  padding: 130px 0 143px;
}
.rifl-portfolio-info .portfolio-info-container {
  padding-bottom: 0;
}
.rifl-portfolio-info .portfolio-info-container p {
  line-height: 26px;
}
/* Rifl Portfolio Showcase, Showcase Style Three */
.rifl-portfolio-showcase.showcase-style-three {
  padding: 90px 0;
}
.rifl-portfolio-showcase.showcase-style-three:before {
  display: none;
}
.rifl-portfolio-showcase.showcase-style-three .rifl-image {
  padding: 50px 0;
}
.rifl-portfolio-showcase.showcase-style-three .rifl-image img {
  opacity: 1;
  -webkit-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4);
  box-shadow: -10px 10px 20px rgba(0, 0, 0, 0.4);
}
/* Rifl Portfolio Quote, Quote Style Two */
.rifl-portfolio-quote.quote-style-two {
  padding: 142px 0 118px;
}
/* Rifl Launch Info */
.rifl-launch-info {
  padding: 200px 0 202px;
  color: #ffffff;
  text-align: center;
}
.rifl-launch-info p {
  color: #ffffff;
  font-family: 'Lora', serif;
  font-size: 17px;
}
.rifl-launch-info h2 {
  font-size: 50px;
  line-height: 65px;
}
.rifl-launch-info .rifl-btn {
  margin-top: 26px;
}
.rifl-launch-info .launch-title {
  margin-bottom: 19px;
}
/* Rifl Custom Style 5 Page */
/* Rifl Portfolio Showcase, Showcase Style Four */
.rifl-portfolio-showcase.showcase-style-four {
  padding: 62px 0;
}
.rifl-portfolio-showcase.showcase-style-four:before {
  display: none;
}
.rifl-portfolio-showcase.showcase-style-four .rifl-image img {
  opacity: 1;
}
/* Rifl Portfolio Info, Portfolio Info Style Four */
.rifl-portfolio-info.portfolio-info-style-four {
  padding: 48px 0 68px;
  display: inline-block;
}
.portfolio-info-style-four .row {
  margin: 0 -35px;
}
.portfolio-info-style-four [class*="col-"] {
  padding: 0 35px;
}
.portfolio-info-style-four h2 {
  font-size: 37px;
}
.portfolio-info-style-four .portfolio-info-item {
  padding-left: 0;
}
.portfolio-info-style-four .portfolio-info-item:before {
  display: none;
}
.portfolio-info-style-four .portfolio-info-item p {
  font-size: 15px;
  line-height: 26px;
}
.portfolio-info-style-four .portfolio-info-item h3 {
  font-size: 24px;
  line-height: 32px;
}
.portfolio-info-style-four .portfolio-info-item-title {
  margin-bottom: 25px;
}
.portfolio-info-items {
  padding-top: 48px;
}
/* Rifl Portfolio Video */
.rifl-portfolio-video {
  padding: 105px 0;
}
.rifl-portfolio-video iframe {
  height: 640px;
}
/* Rifl Contact Page */
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
  border: 1px solid red;
}
/* Rifl Banner */
.rifl-banner {
  height: 710px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
.rifl-banner .rifl-table-container {
  background: rgba(0, 0, 0, 0.3);
}
.rifl-banner .banner-text {
  letter-spacing: -0.1px;
}
.rifl-banner h1 {
  font-size: 70px;
  line-height: 80px;
}
.rifl-banner .banner-title {
  letter-spacing: -0.1px;
  color: #fff;
}
.contact-wrap .contact-detail {
  padding-right: 20px;
}
.contact-wrap .contact-detail p {
  font-family: 'Lora', serif;
  font-size: 17px;
  line-height: 28px;
}
.contact-wrap .contact-detail h2 {
  font-size: 50px;
  line-height: 56px;
}
.contact-wrap .contact-wrap-title {
  margin-bottom: 13px;
}
.contact-wrap .contact-info {
  padding-top: 15px;
}
.rifl-copyright .contact-wrap .contact-info {
  padding-top: 0;
}
.rifl-footer .contact-wrap .contact-info {
  padding-top: 0;
}
.contact-wrap .contact-item {
  margin-bottom: 23px;
}
.rifl-copyright .contact-wrap .contact-item {
  margin-bottom: 0;
}
.rifl-footer .contact-wrap .contact-item:last-child {
  margin-bottom: 0;
}
.contact-wrap .contact-item .contact-label {
  width: 15%;
}
.contact-wrap .contact-item span {
  color: #111111;
  font-size: 17px;
}
.rifl-copyright .contact-wrap .contact-item span {
  color: #777777;
}
.rifl-copyright .contact-wrap .contact-item span {
  font-size: 13px;
  vertical-align: middle;
}
.contact-wrap .contact-item p {
  color: #777777;
  font-family: 'Cabin', sans-serif;
  line-height: 26px;
}
.contact-wrap .contact-item p a {
  color: #777777;
}
.contact-form label {
  width: 100%;
  color: #333333;
}

/* Rifl Map */
.rifl-map {
  height: 450px;
}
.gm-style-iw h1 {
  font-size: 18px;
  margin-bottom: 4px;
}
/*Rifl Purchase Block */
.rifl-purchase-block {
  padding: 66px 0 72px;
  background: #596fb8;
  color: #ffffff;
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
.rifl-purchase-block a {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  color: #ffffff;
}
.rifl-purchase-block a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  z-index: 1;
}
.rifl-purchase-block a:hover:after {
  width: 0;
}
.rifl-purchase-block p {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
/* Rifl Error Page */
.rifl-404-error {
  padding: 57px 0 100px;
  text-align: center;
}
.rifl-404-error p {
  font-family: 'Lora', serif;
  line-height: 28px;
}
.rifl-404-error h1 {
  font-size: 300px;
  line-height: 230px;
}
.rifl-404-error h2 {
  font-size: 32px;
}
.rifl-404-error .error-title {
  margin-bottom: 31px;
  letter-spacing: 0.1px;
}
.rifl-404-error .error-sub-title {
  font-weight: 500;
  letter-spacing: -0.2px;
}
.rifl-404-error .error-sub-title span {
  color: #596fb8;
}
.rifl-404-error form {
  display: inline-block;
  vertical-align: middle;
  width: 490px;
  padding-top: 31px;
}
.rifl-404-error form input[type="text"] {
  float: left;
  width: 76%;
  padding: 10px 20px;
  margin-bottom: 0;
  background-color: #f7f7f7;
  letter-spacing: 0.2px;
  border-color: transparent;
}
.rifl-404-error form input[type="text"]:focus {
  border-color: #e6e6e6;
}
.rifl-404-error form input[type="submit"] {
  float: left;
  padding: 10px 25px;
  font-size: 13px;
  background-color: #ff5f94;
  min-width: 24%;
  height: 50px;
  font-weight: 600;
}
.rifl-404-error form input[type="submit"]:hover, .rifl-404-error form input[type="submit"]:focus {
  background-color: #ff2970;
}
/* 8. Footer */
.rifl-footer {
  padding: 75px 40px 70px;
  background: #232323;
  color: #cccccc;
  font-size: 16px;
}
.rifl-footer a {
  color: #cccccc;
}
.rifl-footer a:hover {
  color: #a9a9a9;
}
.rifl-footer p {
  color: #cccccc;
  font-family: 'Cabin', sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0.2px;
}
.rifl-widget.vt-text-widget {
  line-height: 28px;
  font-size: 17px;
  letter-spacing: 0.2px;
}

.rifl-footer.footer-light-version {
  background: #f9f9f9;
  color: #777777;
  border-top: 1px solid #ececec;
}
.rifl-footer.footer-light-version a, .rifl-footer.footer-light-version p, .rifl-footer.footer-light-version .widget-title {
  color: #777777;
}
.rifl-footer a.tag-cloud-link:hover, .rifl-footer.footer-dark-version .widget-title {
  color: #ffffff;
}

.rifl-footer.footer-light-version .contact-label, .rifl-footer.footer-light-version .rifl-copyright, .rifl-footer.footer-light-version .rifl-copyright a {
  color: #111111;
}
.rifl-footer.dhav-widget {
  background: none;
  padding: 0;
}
footer.rifl-footer.footer-dark-version.dhav-widget {
  background: transparent;
}
.contact-item {
  display: block;
  overflow: hidden;
  line-height: 28px;
}
.contact-item p {
  display: block;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 0;
}
.rifl-copyright .contact-item p {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
}
.contact-item .contact-label {
  float: left;
  width: 18%;
  padding-right: 15px;
  letter-spacing: 0.2px;
}
.rifl-footer .contact-item .contact-label {
  width: 18%;
}
/* 9. Copyright */
.rifl-copyright {
  line-height: 24px;
  letter-spacing: 0.2px;
}
.rifl-copyright.copyright-style-two {
  padding: 32px;
  color: #777777;
  font-size: 13px;
  border-top: 1px solid #f9f9f9;
}
.rifl-copyright.copyright-style-two:before, .rifl-copyright.copyright-style-two:after {
  display: table;
  clear: both;
  content: "";
}
.rifl-copyright.copyright-style-two a {
  color: #777777;
}
.rifl-copyright.copyright-style-two .contact-wrap .contact-item p a:hover,
.rifl-copyright.copyright-style-two a:hover {
  color: #222;
}
.rifl-copyright.copyright-style-two .pull-left {
  padding-top: 2px;
}
.rifl-copyright .contact-item {
  display: inline-block;
  vertical-align: middle;
}
.rifl-copyright .contact-wrap .contact-item .contact-label {
  float: none;
  width: auto;
  display: inline-block;
  padding: 0 0 0 7px;
  letter-spacing: 0.3px;
}
.rifl-copyright .contact-wrap .contact-item .contact-label:after {
  content: "_";
}
/* Rifl Back Top */
.rifl-back-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 2;
}
.rifl-back-top a {
  display: block;
  width: 40px;
  height: 40px;
  padding: 1px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  background: #111111;
  color: #ffffff;
}
.rifl-back-top a:hover {
  background: #333333;
}
/* Rifl Preloader */
.rifl-preloader {
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111111;
  text-align: center;
  z-index: 4;
}
.rifl-pagination .rifl-preloader {
  display: table;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
   background: transparent; 
  text-align: center;
  z-index: 3;
}
.rifl-pagination .malinky-load-more__icon .rifl-preloader {
  display: table !important;
}
.loader-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.loader {
  display: inline-block;
  vertical-align: middle;
}
/* Simple Link */
a.rifl-simple-link, a.rifl-link-underline, a.rifl-link-arrow-right, a.rifl-link-arrow-left  {
  font-size: 18px;
  color: #111111;
}
a.rifl-simple-link:hover, a.rifl-link-underline:hover, a.rifl-link-arrow-right:hover, a.rifl-link-arrow-left:hover {
  color: #444444;
}
.footer-dark-version a.rifl-simple-link:hover {
  color: #fff;
}
.rifl-pagination .loader-inner>div, 
.rifl-pagination .loader-inner>div,
.rifl-pagination .loader-inner>div:before, 
.rifl-pagination .loader-inner>div:after {
  background-color: #111111 !important;
  border-color: #111111 !important;
}
.rifl-pagination .loader-inner.pacman>div:first-of-type, .rifl-pagination .loader-inner.pacman>div:nth-child(2) {
  width: 0;
  height: 0;
  border-right: 25px solid transparent !important;
  border-top: 25px solid #fff;
  border-left: 25px solid #fff;
  border-bottom: 25px solid #fff;
  background: transparent !important;
  border-radius: 25px;
  position: relative;
  left: -30px;
}
.rifl-pagination .malinky-ajax-pagination-loading img {
  width: auto;
  height: auto;
}
.malinky-load-more, .malinky-ajax-pagination-loading {
  padding: 30px 0;
}
.rifl-pagination .loader-inner.ball-scale-multiple>div {
  width: 50px;
  height: 50px;
}
.rifl-pagination .loader-inner.ball-grid-pulse>div {
  width: 11px;
}
.rifl-pagination .loader-inner.ball-grid-beat>div, .rifl-pagination .loader-inner.ball-grid-pulse>div, .rifl-pagination .loader-inner.ball-pulse-rise>div {
  height: 11px;
}
.rifl-pagination .loader-inner.ball-clip-rotate>div {
  border: 2px solid #111 !important;
  border-bottom-color: transparent !important;
  background: transparent !important;
}
.rifl-pagination .loader-inner.ball-clip-rotate-pulse>div:last-child {
  background: 0 0 !important;
  border-color: #111 transparent !important;
}
.rifl-pagination .loader-inner.ball-clip-rotate-pulse>div:first-child {
  background: #111 !important;
}
.rifl-pagination .loader-inner.ball-clip-rotate-multiple>div:last-child {
  border-color: #111 transparent !important;
}
.rifl-pagination .loader-inner.ball-clip-rotate-multiple>div {
  border: 2px solid #111 !important;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  background: transparent !important;
}
.rifl-pagination .loader-inner.ball-scale>div {
  height: 50px;
  width: 50px;
}
.rifl-pagination .loader-inner.triangle-skew-spin>div {
  border-left: 20px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-bottom: 20px solid #111 !important;
  background: transparent !important;
}
.rifl-pagination .loader-inner.ball-grid-beat>div {
  width: 11px;
}
.rifl-pagination .loader-inner.semi-circle-spin>div {
  background-image: -webkit-linear-gradient(transparent 0,transparent 70%,#111 30%,#111 100%);
  background-image: linear-gradient(transparent 0,transparent 70%,#111 30%,#111 100%);
  background-color: transparent !important;
}

/*Black Unit Fix*/
hr.wp-block-separator {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}
blockquote.wp-block-pullquote {
  padding: 0 0 0 20px;
}
ul.wp-block-latest-posts li {
  margin-bottom: 10px;
}
.wp-block-categories ul li {
  margin-bottom: 10px;
}
ul.wp-block-gallery {
  padding-bottom: 50px;
  padding-left: 0;
}
pre.wp-block-verse {
  margin-bottom: 30px;
}