@charset "UTF-8";
/*!
Theme Name: rtcamp V6
Theme URI: http://rtcamp.com/
Author: rtCamp
Author URI: http://rtcamp.com/
Description: Description
Version: 6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rtcamp
Tags: white
*/
/*
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

rtcamp is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Typography
# Forms
# Layout
# icons
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.vc_images_carousel {
  text-align: center;
}

.vc_images_carousel .vc_carousel-control .icon-prev {
  position: relative;
  background: #fff;
  border: 2px solid #444;
}
.vc_images_carousel .vc_carousel-control .icon-prev:after, .vc_images_carousel .vc_carousel-control .icon-prev:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vc_images_carousel .vc_carousel-control .icon-prev:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 37px 22px;
  margin-top: -37px;
}
.vc_images_carousel .vc_carousel-control .icon-prev:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #444;
  border-width: 38px 23px;
  margin-top: -38px;
}
.vc_images_carousel .vc_carousel-control .icon-next {
  position: relative;
  background: #fff;
  border: 2px solid #444;
}
.vc_images_carousel .vc_carousel-control .icon-next:after, .vc_images_carousel .vc_carousel-control .icon-next:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.vc_images_carousel .vc_carousel-control .icon-next:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 37px 22px;
  margin-top: -37px;
}
.vc_images_carousel .vc_carousel-control .icon-next:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #444;
  border-width: 38px 23px;
  margin-top: -38px;
}

.vc_images_carousel .vc_carousel-control .icon-prev, .vc_images_carousel .vc_carousel-control .icon-next {
  border: 0;
  height: 0;
  width: 0;
}

/**
 * Checkout the difference between mixins & placeholder, follow the links
 * http://www.sitepoint.com/sass-mixin-placeholder/
 * http://krasimirtsonev.com/blog/article/SASS-mixins-extends-and-placeholders-differences-use-cases
 */
/**
 * Micro clearfix, as per: http://cssmojo.com/latest_new_clearfix_so_far/
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
[class*="block-grid-"]:after, .entry-header:after,
.edd_download_buy_button:after,
.edd_download_purchase_form:after, .rt-tabs:after, #content .rtas-tabs .login-register-tabs:after, .clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5, h6, ul, ol, dd, table, p, address, pre, hr {
  margin: 0 0 1.625rem;
  padding: 0;
}

.aligncenter, .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* Note: This file is updated by S@G@R, To remove ducplication of styles. */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Note: This file is updated by S@G@R, To remove ducplication of styles. */
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/**
 * 1. Set the global `box-sizing` state to `border-box`.
 *    http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 * 2. Set font family. [normalize.css]
 * 3. Set the base element’s `font-size` to the value of your choosing.
 * 4. Work out the unitless `line-height` for your project based around your
 *    desired `line-height` (defined previously in pixels), and your project’s
 *    base font size.
 * 5. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom. [normalize.css]
 *
 */
html {
  box-sizing: border-box;
  /* [1] */
  font-family: "Lato", sans-serif;
  /* [2] */
  font-size: 1rem;
  line-height: 1.625;
  /* [3] */
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [5] */
  -webkit-text-size-adjust: 100%;
  /* [5] */
  color: #444;
  /* [additional] */
  overflow-x: hidden;
}

/**
 * 1. Inherit box-sizing to make it easier to change the property for components
 *    that leverage other behavior.
 *    https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*:before,
*:after {
  box-sizing: inherit;
  /* [1] */
}

/**
 * 1. Fallback for when there is no custom background color defined. [WordPress]
 * 2. Remove default margin. [normalize.css]
 */
body {
  background: #fff;
  /* [1] */
  margin: 0;
  /* [2] */
  overflow-x: hidden;
}
body.mce-content-body {
  font-family: inherit;
  margin: 15px;
}

/**
 * 1. Remove border when inside `a` element in IE 8/9/10. [normalize.css]
 * 2. Offset `alt` text from surrounding copy.
 * 3. Make sure images are scaled correctly.
 * 4. Fluid images for responsive purposes.
 * 5. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 *
 */
img {
  border: 0;
  /* [1] */
  font-style: italic;
  /* [2] */
  height: auto;
  /* [3] */
  max-width: 100%;
  /* [4] */
  vertical-align: middle;
  /* [5] */
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/**
 * Headings
 */
/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
h1 {
  font-size: 1.75rem;
  line-height: 1.85714;
  /*font-weight: 400;*/
  letter-spacing: 0.05rem;
}

h2 {
  font-size: 1.625rem;
  line-height: 1;
  /*font-weight: 400;*/
}

h3 {
  font-size: 1.5rem;
  line-height: 1.08333;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.3;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.44444;
}

h6 {
  font-size: 1rem;
  line-height: 1.625;
}

.rtp-main-title {
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
  line-height: 1.85714;
  margin-bottom: 0px;
}

/**
 * Lists
 */
ul, ol, dd {
  margin-left: 1.625rem;
}

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

/**
 * Tables
 */
/**
 * Crude table styles; tables are very difficult to keep on the baseline.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid #E1E1E1;
  padding: 13px;
  text-align: left;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

.rthd-comment-content th,
.rthd-comment-content td {
  vertical-align: top;
}
.rthd-comment-content th:first-child,
.rthd-comment-content td:first-child {
  width: 18%;
}

/**
 * Paragraphs
 */
/**
 * Not strictly a paragraph, but probably doesn’t need its own section.
 */
/**
 * CODE
 */
pre {
  background: #f5f5f5;
  border: 1px solid #ddd;
  max-width: 100%;
  overflow: auto;
  /* Contain overflow in all browsers. */
  padding: 1rem;
}
pre code.bash, pre > code {
  background: transparent;
  border: 0;
  display: block;
  margin: 0;
  padding: 0;
}
pre code code.bash {
  font-size: inherit;
}

code {
  padding: 0.125rem 0.375rem;
  margin: 0 0.1875rem;
  font-size: 80%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/**
 * 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
 *    font-size smaller than 1em.
 */
code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  /* [1] */
}

/**
 * Set up quote marks on quoting elements.
 */
q,
blockquote {
  border-left: 4px solid #ccc;
  color: #999;
  font-style: italic;
  margin: 0 0 1.625rem 1.625rem;
  padding-left: 1rem;
}

/**
 * HR
 */
hr {
  background-color: #ddd;
  border: 0;
  box-sizing: content-box;
  /* Address differences between Firefox and other browsers. Source- normalize.css */
  height: 1px;
}

/**
 * Address margin not present in IE 8/9 and Safari. [normalize.css]
 */
figure {
  margin: 1rem 1.625rem;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button.primary,
input[type="button"],
input[type="submit"] {
  background: #2a75ba;
  border: 1px solid #2a75ba;
  color: #fff;
}
button:hover, button:active, button:focus,
.button.primary:hover,
.button.primary:active,
.button.primary:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  background: #4b94d6;
  border: 1px solid #4b94d6;
  color: #fff;
}

.button,
input[type="reset"] {
  background: #fff;
  border: 1px solid #2a75ba;
  color: #2a75ba;
}
.button:hover, .button:active, .button:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus {
  background: #2a75ba;
  border-color: #2a75ba;
  color: #fff;
}

button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.875rem 1.75rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
}
button:hover, button:visited, button:active, button:focus,
.button:hover,
.button:visited,
.button:active,
.button:focus,
input[type="button"]:hover,
input[type="button"]:visited,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:visited,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:visited,
input[type="submit"]:active,
input[type="submit"]:focus {
  text-decoration: none;
}

.button + .button {
  margin-left: 1.25rem;
}

.edd_go_to_checkout.button.blue.button.primary {
  display: inline-block;
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Remove default vertical scrollbar in IE 8/9/10/11. */
  padding-left: 3px;
  width: 100%;
}

.edd_price_options {
  margin: 0;
  border: 1px solid #eee;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.edd_price_options:after {
  top: 18px;
  right: 15px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(68, 68, 68, 0);
  border-top-color: #444;
  border-width: 6px;
  margin-left: -6px;
}
.edd_price_options select {
  font-size: 1rem;
  padding: 0.5rem 1.625rem 0.5rem 0.5rem;
  height: 42px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.edd_price_options select:focus {
  outline: none;
}

.gform_wrapper form ul.left_label li,
.gform_wrapper form ul.right_label li,
.gform_wrapper ul.left_label li,
.gform_wrapper ul.right_label li {
  margin-bottom: 26px;
}

.gsection.field_sublabel_below.field_description_below {
  margin-bottom: 32px;
  margin-top: 64px;
}

.gsection.field_sublabel_below.field_description_below h2 {
  padding-bottom: 5px !important;
}

.gform_confirmation_message {
  font-weight: bold;
  color: #66bb66;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site-header {
  border: 0;
  margin-bottom: 2rem;
  position: relative;
  width: 100%;
  background: #fafafa;
}
.site-header .site-header-inner {
  margin: 0 auto;
  max-width: 65.625rem;
  position: relative;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
  left: 0;
}
.site-header .rt-header-search-form {
  background: #fafafa;
  border: 0;
}
.site-header:before, .site-header:after {
  background: #fafafa none repeat scroll 0 0;
  content: " ";
  height: 100%;
  position: absolute;
  width: 624.938rem;
  top: 0;
  bottom: 0;
  display: block;
}
.site-header:before {
  right: 100%;
}
.site-header:after {
  left: 100%;
}

.rtp-secondary-header {
  background: #fff;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.rtp-secondary-header .rtp-secondary-header-inner {
  margin: 0 auto;
  max-width: 65.625rem;
  position: relative;
}
.rtp-secondary-header.fixed {
  position: fixed;
  top: 0;
  z-index: 10000;
  left: 0;
}

.admin-bar .rtp-secondary-header.fixed {
  top: 30px;
}

@media only screen and (min-width: 900px) {
  .page-template-template-landing-php .site-header {
    width: 100%;
    z-index: 2;
  }
  .page-template-template-landing-php .site-content {
    padding-top: 37px;
  }
}
.site-branding {
  float: left;
}

.site-title {
  line-height: 1;
  margin: 0;
  padding: 1rem 0;
}
.site-title img {
  display: block;
}

.rt-header-search-form {
  background: #fff;
  border: 1px solid white;
  border-radius: 4px;
  float: right;
  margin-left: 26px;
  overflow: hidden;
  position: absolute;
  height: 34px;
  width: 34px;
  -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s;
  right: 0;
  top: 1rem;
  z-index: 5;
}
.rt-header-search-form.expand {
  border: 1px solid #ddd;
  width: 280px;
}
.rt-header-search-form:before {
  font-size: 1.0625rem;
  height: 34px;
  line-height: 34px;
  position: absolute;
  left: 2px;
  text-align: center;
  width: 34px;
}
.rt-header-search-form .search-submit {
  background: none;
  border: 0;
  float: left;
  font-size: 0;
  height: 34px;
  padding: 10px 5px;
  position: relative;
  width: 34px;
  z-index: 1;
}
.rt-header-search-form .search-submit:hover, .rt-header-search-form .search-submit:active, .rt-header-search-form .search-submit:focus {
  background: none;
  border: 0;
  outline: none;
}
.rt-header-search-form .search-field {
  border: 0;
  font-family: "Lato", sans-serif;
  height: 26px;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
}
.rt-header-search-form .search-field:focus {
  outline: none;
}
.rt-header-search-form label {
  float: right;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
}

.rt-header-cart {
  color: #222;
  float: right;
  line-height: 34px;
  margin: 0 3.5rem 0 1rem;
  padding: 1rem 0;
  position: relative;
}
.rt-header-cart .ti-shopping-cart {
  display: inline-block;
  font-size: 1.25rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.rt-header-cart:hover {
  text-decoration: none;
}

.header-cart.edd-cart-quantity {
  background: #2a75ba;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: 10px;
  width: 18px;
}

.rt-user-profile-wrap {
  float: right;
  font-size: 17px;
  line-height: 34px;
  margin-right: 36px;
  padding: 1rem;
}
.rt-user-profile-wrap a {
  color: inherit;
}
.rt-user-profile-wrap a:hover {
  text-decoration: none;
}
.rt-header-cart + .rt-user-profile-wrap {
  margin: 0;
}

.rt-code-bg {
  background: url("img/terminal-bg.jpg") no-repeat center top;
  padding: 45px 105px;
  text-align: left;
  text-align: left;
  position: relative;
}

.rt-landing-page {
  text-align: center;
}
.rt-landing-page h2 {
  font-size: 3.125rem;
  font-weight: 300;
  margin: 3rem 0;
}
.rt-landing-page h3 {
  /*font-weight: 400;*/
}
.rt-landing-page hr {
  margin: 6rem 0;
}
.rt-landing-page strong {
  font-size: 0.9375rem;
  font-weight: 400;
}
.rt-landing-page .entry-content {
  		/*		@include font-size(18);
  
  				p {
  					font-weight: 300;
  					-webkit-font-smoothing: auto;
  					-moz-osx-font-smoothing: auto;
  				}*/
}
.rt-landing-page [class^="ti-"],
.rt-landing-page [class*=" ti-"] {
  color: rgba(0, 0, 0, 0.4);
  font-size: 3rem;
  margin-bottom: 2rem;
}
.rt-landing-page [class*="block-grid-"] li {
  margin-bottom: 0;
}
.rt-landing-page [class*="block-grid-"] p:last-child {
  margin: 0;
}
.rt-landing-page .column p:last-child {
  margin: 0;
}
.rt-landing-page .hentry {
  margin: 0;
}

.rt-separator {
  clear: both;
  margin: 6rem 0;
}

.rt-clients > li {
  height: 120px;
  line-height: 120px;
}

.rt-rounded {
  border-radius: 100%;
}

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

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

.wp-video {
  margin: 0 auto 2rem;
}

.rt-client-wrap {
  border: 1px solid #ddd;
  height: 150px;
  line-height: 150px;
}
.rt-client-wrap img {
  display: inline-block;
  max-width: 84%;
}

.rt-check.rt-check {
  color: inherit;
  font-family: inherit;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.rt-check:before {
  color: #aaa;
  font-family: "themify";
  left: 0;
  position: absolute;
}

.rt-excerpt {
  font-size: 1rem;
  margin-bottom: 1rem !important;
  padding-left: 30px;
}

.rt-process-steps {
  border-radius: 100%;
  background: #2a75ba;
  font-size: 1.875rem;
  font-weight: 400;
  color: #FFF;
  padding: 10px 20px;
  margin-right: 10px;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 67.5rem;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:after {
  content: "";
  display: table;
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:after {
  content: "";
  display: table;
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 641px) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.9375rem;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.9375rem 1.875rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 641px) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
[class^="notice-"],
[class*=" notice-"],
.success, .warning, .error, .info {
  background: #fff;
  border-left: 4px solid #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 2rem;
  padding: 0.5rem 1rem;
}

.success,
.notice-success {
  border-color: #7ad03a;
}

.warning,
.notice-warning {
  border-color: #ffba00;
}

.error,
.notice-error {
  border-color: #dd3d36;
}

.info,
.notice-info {
  border-color: #00a0d2;
}

.rt-product-image-container {
  float: left;
}
.archive .rt-product-image-container {
  margin-right: 1.875rem;
  margin-top: 0.25rem;
  max-width: 160px;
}

.rt-product-desc-container {
  overflow: hidden;
}
@media only screen and (min-width: 641px) {
  .rt-product-desc-container {
    min-height: 200px;
  }
  .single .rt-product-desc-container {
    min-height: 240px;
  }
}
.single .rt-product-desc-container {
  background: #f6f6f6;
  padding: 1.5rem 1.875rem 0;
}
.rt-product-desc-container .rt-product-title.entry-title {
  margin-bottom: 0.75rem;
}
.rt-product-desc-container h1 {
  font-weight: 400;
}
.rt-product-desc-container .edd_download_buy_button,
.rt-product-desc-container .edd_download_purchase_form,
.rt-product-desc-container .edd_purchase_submit_wrapper,
.rt-product-desc-container .edd_price_options {
  float: left;
}
.rt-product-desc-container .edd_price_options,
.rt-product-desc-container .edd_purchase_submit_wrapper {
  margin: 0 0.625rem 0 0;
}

.rt-demo-link {
  float: left;
}

.rt-product-title a {
  color: inherit;
  text-decoration: none;
}
.rt-product-title a:visited {
  color: inherit;
}

.rt-product-list-wrapper {
  margin-bottom: 1.875rem;
}

.rt-view-details {
  border-left: 1px solid #ddd;
  margin-left: 0.5rem;
  padding-left: 0.625rem;
  text-decoration: none;
}

@media only screen and (min-width: 641px) {
  .archive .rt-product-excerpt {
    margin-right: 1.875rem;
  }
}
.rt-product-excerpt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 0.75rem;
}
@media only screen and (max-width: 780px) {
  .rt-product-excerpt {
    display: none;
  }
}

.rt-product-specs-container #isa-edd-specs {
  border: 0;
}
.rt-product-specs-container caption {
  display: none;
}
.rt-product-specs-container #isa-edd-specs td,
.rt-product-specs-container #isa-edd-specs th {
  border: 0;
  display: block;
  padding: 0;
  width: auto;
}
.rt-product-specs-container .widget_edd_software_specs_widget #isa-edd-specs td:last-child {
  margin-bottom: 2rem;
}
.rt-product-specs-container #isa-edd-specs td:hover {
  background-color: transparent;
}
.rt-product-specs-container .widget_edd_software_specs_widget #isa-edd-specs td:first-child {
  font-size: 1rem;
  font-weight: 700;
  width: auto;
}

.edd_price.rt-price {
  font-size: 1rem;
}

.rt-terms {
  color: #999;
  float: left;
  font-size: 1rem;
}
.rt-terms a {
  color: #444;
  margin: 0 0.5rem;
}
.rt-terms a:hover {
  color: #2a75ba;
}
.rt-terms span {
  color: #ddd;
}

.rt-product-header {
  margin-bottom: 1rem;
}
.rt-product-header .search-form {
  float: right;
}
.rt-product-header input[type="submit"] {
  display: none;
}
.rt-product-header form[role="search"] {
  border: 1px solid #ddd;
  float: right;
  font-size: 0.875rem;
  margin: 0;
  min-width: 240px;
  padding: 0;
  position: relative;
}
.rt-product-header form[role="search"]:before {
  color: #999;
  content: "\e610";
  font-family: "themify";
  font-size: 14px;
  left: 10px;
  position: absolute;
  top: 2px;
}
.rt-product-header h3 {
  display: none;
}
.rt-product-header input[name="s"] {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  float: left;
  height: 30px;
  margin: 0;
  padding: 0 0 0 32px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.rt-product-menu.active {
  color: #2a75ba;
}

.single-download .breadcrumbs-container {
  margin: -20px 0 20px;
}

#pw-search-terms {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.rt-portfolio-nav {
  color: #999;
  font-size: 1rem;
  list-style: none;
  margin: -1.25rem 0 1.25rem;
}
.rt-portfolio-nav li {
  display: inline-block;
  margin-right: 20px;
}

.edd-csau-products.edd-csau-products {
  border: 0;
  margin-left: -24px;
  margin-right: -24px;
}
.edd-csau-products h2 {
  font-size: 1.375rem;
  border-top: 1px solid #ddd;
  padding-top: 42px;
  margin-top: 42px;
}
.edd-csau-products .edd_download_image {
  max-width: 160px;
}
.edd-csau-products .edd_download_excerpt,
.edd-csau-products .anchor {
  display: none;
}
.edd-csau-products .edd_download_title {
  font-size: 1rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}
#main .edd-csau-products .edd-submit {
  padding: 8px 16px;
}
.edd-csau-products .edd_price_options select {
  font-size: 0.8125rem;
}
.edd-csau-products .edd_download_purchase_form .edd_price_options {
  display: inline-block;
}

#edd-rp-checkout-header {
  font-size: 22px;
}

.edd-rp-checkout .edd-rp-item {
  padding: 0 10px;
  width: 25%;
}
.edd-rp-checkout .edd-rp-item > a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0;
}
.edd-rp-checkout .edd_cart_item_image {
  margin: 20px 0;
}

.rt-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.rt-tabs.rt-tabs li {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  float: left;
  margin: 0 5px;
  padding: 0;
}
.rt-tabs a {
  border: 0;
  color: inherit;
  display: block;
  padding: 0.625rem 1.25rem;
  text-decoration: none;
}
.rt-tabs a:visited, .rt-tabs a:hover {
  color: inherit;
}
.rt-tabs a:focus {
  background: transparent;
  box-shadow: 0 0 0;
}
.rt-tabs .active {
  position: relative;
}
.rt-tabs .active:after {
  background: #FFF;
  bottom: -1px;
  content: ' ';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.rt-tabs ~ div:focus {
  outline: none;
}

.hide {
  display: none;
}

.footer-widget-area {
  font-size: 0.875rem;
  line-height: 30px;
}
.footer-widget-area .widget-title {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
.footer-widget-area ul, .footer-widget-area ol {
  list-style: none;
  margin-left: 0;
}

.rtp-secondary-footer {
  font-size: 0.875rem;
  line-height: 30px;
}
.rtp-secondary-footer strong {
  display: inline-block;
  min-width: 4.375rem;
}
.rtp-secondary-footer ul {
  list-style: none;
  margin-left: 0;
}

.site-footer {
  border-top: 1px solid #ddd;
  font-size: 0.875rem;
  margin: 1.625rem 0 0;
  padding-top: 1.625rem;
}

.rt-copyright-info {
  display: inline-block;
}

.rt-footer-menu-container {
  float: right;
}

.rt-footer-menu {
  list-style: none;
  margin-left: 0;
}
.rt-footer-menu li {
  display: inline-block;
  margin-left: 1rem;
}

.rt-footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}

.rt-social-icons a {
  background: #fff;
  border-radius: 100%;
  color: #888;
  display: inline-block;
  border: 1px solid #999;
  font-size: 0.875rem;
  height: 28px;
  line-height: 30px;
  text-align: center;
  width: 28px;
}
.rt-social-icons a:hover {
  background: #2a75ba;
  color: #fff;
  text-decoration: none;
}

.rt-footer-separator {
  margin-bottom: 3rem;
}

.rtp-single-widget {
  text-align: center;
  padding: 60px 0;
  background: #F4F4F4 none repeat scroll 0 0;
  font-size: 1.0625rem;
}
.rtp-single-widget:before, .rtp-single-widget:after {
  background: #F4F4F4 none repeat scroll 0 0;
  content: " ";
  height: 100%;
  position: absolute;
  width: 624.938rem;
  top: 0;
  bottom: 0;
}
.rtp-single-widget:before {
  right: 100%;
}
.rtp-single-widget:after {
  left: 100%;
}
.rtp-single-widget.widget {
  margin: 40px 0 0;
}
.rtp-single-widget .rt-single-widget-title {
  color: #333;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 22px;
}
.rtp-single-widget .rt-single-widget-description {
  color: #666666;
}
.rtp-single-widget .rt-social-icons a {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 1.0625rem;
  margin: 0 5px;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper {
  width: 90%;
  margin: 30px auto;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper div.validation_error {
  display: none;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form {
  text-align: center;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .top_label .gfield_error {
  width: 100%;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield {
  position: relative;
  background: transparent;
  border: 0;
  margin-right: 5px;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield.gfield_contains_required.gfield_error {
  margin: 0 !important;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield.gfield_contains_required.gfield_error .ginput_container_email {
  margin: 0;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield.gfield_contains_required.gfield_error .gfield_description {
  padding-left: 0 !important;
  margin: 10px 0 0 !important;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield .ginput_container_email {
  margin: 0;
  float: left;
  max-width: unset;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield .ginput_container_email input {
  border: 1px solid #2a75ba;
  height: 56px;
  line-height: 56px;
  width: 690px;
  padding: 0 5px;
  font-size: 16px;
  margin-right: px;
  color: #333;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield .validation_message {
  /*background: #ffdada none repeat scroll 0 0;
  height: 56px;
  left: 0;
  width: 690px;*/
  line-height: 200%;
  margin: 5px 0 0 0;
  padding: 0 10px !important;
  position: relative;
  text-align: left;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield .gfield_required {
  display: none;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper form .gform_footer .gform_button {
  height: 56px;
  line-height: 56px;
  padding: 0 55px;
  font-size: 16px;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper .gform_body {
  display: inline-block;
  vertical-align: top;
}
.rtp-single-widget .rt-single-widget-form .gform_wrapper .gform_footer {
  display: inline-block;
  vertical-align: top;
}
.rtp-single-widget .rt-single-widget-social {
  margin: 60px 0 40px;
}
.rtp-single-widget .rt-single-widget-menu li {
  margin: 0 20px;
}
.rtp-single-widget .rt-single-widget-menu li a {
  font-size: 16px;
}
.rtp-single-widget .rt-single-widget-text {
  font-size: 16px;
}
.rtp-single-widget .gform_confirmation_message {
  font-weight: bold;
  color: #000000;
}

@media only screen and (max-width: 1025px) {
  .rtp-single-widget.widget {
    width: 100%;
  }

  .rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield .ginput_container_email input {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .rtp-single-widget .rt-single-widget-form .gform_wrapper form .gfield .ginput_container_email,
  .rtp-single-widget .rt-single-widget-form .gform_wrapper .gform_body {
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .footer-widget-area,
  .rtp-secondary-footer,
  .site-footer {
    text-align: center;
  }

  .rt-social-icons a {
    margin: 16px 3px 26px;
  }
}
@media only screen and (min-width: 1025px) {
  .footer-widget-area .widget:nth-child(3), .footer-widget-area .widget:nth-child(4) {
    /*padding-left: rem-calc(85);*/
  }
}
#cse table.gstl_0 {
  border-width: 0;
  margin: 0;
}
#cse .gsc-result-info,
#cse .gsc-url-top {
  color: #bbb;
  margin: 0;
  padding: 0;
}
#cse .gs-web-image-box,
#cse .gs-promotion-image-box {
  padding: 3px 0 0;
}
#cse .gsc-webResult.gsc-result {
  border-width: 0 0 1px;
  border-style: none none dotted;
  clear: both;
  margin: 0;
  padding: 10px 0;
  position: relative;
}
#cse .gsc-result .gs-title {
  height: auto;
  line-height: 1.5;
  text-decoration: none;
}
#cse .gsc-result .gsc-cursor-box .gsc-cursor-page {
  border: 1px solid #ddd;
  color: #2a75ba;
  display: inline-block;
  float: none;
  font-weight: normal;
  margin: 2px;
  padding: 5px 10px;
  text-decoration: none;
}
#cse .gsc-result .gsc-cursor-box .gsc-cursor-page:hover {
  color: #2a75ba;
  text-decoration: underline;
}
#cse .gsc-result .gsc-cursor-current-page, #cse .gsc-result .gsc-cursor-current-page:hover {
  color: #333;
  font-weight: normal;
  text-decoration: none;
}
#cse .gsc-result a.gs-title, #cse .gsc-result a.gs-title b {
  color: #2a75ba;
  text-decoration: none;
}
#cse .gsc-result a.gs-title:hover, #cse .gsc-result a.gs-title b:hover {
  color: #2a75ba;
}
#cse .gsc-result img.gs-image, #cse .gsc-result img.gs-promotion-image {
  margin: 0;
}
#cse input.gsc-input:hover {
  border: 0;
}
#cse .cse input.gsc-search-button,
#cse input.gsc-search-button {
  height: auto;
  margin: 0;
  min-width: 50px;
  padding: 13px 18px;
  vertical-align: middle;
}
#cse .gsc-tabdActive .gsc-results .gsc-cursor {
  display: block;
  margin: 15px 0 5px;
  overflow: hidden;
  text-align: center;
}
#cse .gsc-thumbnail-inside {
  padding: 0;
}

#page .gsc-control-cse {
  padding: 0;
}
#page .gsc-results {
  width: 100%;
}
#page .gcsc-branding {
  margin: -16px 0 0;
  padding: 0;
}
#page .gsc-input-box {
  height: 40px;
  padding: 6px 10px;
}
#page .gsc-input-box table {
  margin: 0;
}
#page .gsc-input-box .gsc-input > input:focus, #page .gsc-input-box .gsc-input-box-focus {
  border: 0;
}
#page .gsc-input-box .gscb_a {
  line-height: 25px;
}
#page .gsc-input-box .gsst_a {
  line-height: 18px;
  padding-top: 0;
}
#page .gsc-input-box .gsib_b {
  line-height: 18px;
  padding-bottom: 0;
  padding-top: 0;
}
#page table.gsc-search-box td {
  border-width: 0;
  padding: 0;
}
#page table.gsc-search-box td.gsc-input {
  padding-left: 0;
}
#page table.gsc-search-box td.gsib_a {
  line-height: 18px;
  padding-top: 0;
}
#page .gsc-table-result {
  border-bottom: 1px solid #ddd;
  margin: 0;
}
#page .gsc-table-result td {
  border-width: 0;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}
#page .gsc-table-result .gsc-thumbnail {
  padding-left: 0;
}
#page .gsc-result-info-container {
  border-width: 0;
  padding: 0;
}
#page td.gsc-clear-button {
  padding-right: 0;
}
#page input.gsc-input {
  margin-left: 0;
}
#page .gs-promotion-table, #page .gs-promotion-table td, #page .gsc-resultsHeader, #page .gsc-resultsHeader td {
  border-width: 0;
  margin: 0;
}

/* End - Search Page Style */
.breadcrumb {
  padding: 8px 0;
  margin: 0;
  list-style: none;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > .active {
  text-decoration: none;
  color: #bbb;
  line-height: 1em;
  font-size: 14px;
}
.breadcrumb .breadcrumb_last {
  color: #2a75ba;
}
.breadcrumb a {
  color: #bbb;
}
.breadcrumb a:hover {
  color: #2a75ba;
  text-decoration: none;
}

.rtcampers-list > div {
  margin-bottom: 30px;
  max-height: 202px;
  overflow: hidden;
}
.rtcampers-list figure {
  margin: 0;
}
.rtcampers-list h3 {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 30px 0 0;
  padding: 4px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.rtcampers-list .rt-social-icons {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  margin: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.rtcampers-list .rtp-designation {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.rtp-member-container {
  position: relative;
  /*    .rtcampers-list &:hover
  		.rt-social-icons {
  		display: block;
  	}*/
}

.rt-portfolio-archive-list {
  list-style: none;
  padding-left: 0;
}

.rt-portfolio-container {
  font-size: 0.9375rem;
  text-align: center;
}
.rt-portfolio-container .entry-title.entry-title {
  font-size: 1.25rem;
  margin-bottom: 6px;
}
.rt-portfolio-container figure {
  position: relative;
  line-height: 0;
  margin: 0 0 1.25rem;
  text-align: center;
}
.rt-portfolio-container .rt-portfolio-purpose {
  color: #999;
}

.rt-testimonial.rt-testimonial {
  margin-bottom: 40px;
}
.rt-testimonial .large-2 {
  text-align: center;
}
.rt-testimonial .avatar {
  border-radius: 100%;
}
.rt-testimonial h6 {
  margin: 0;
}
.rt-testimonial span {
  font-size: 13px;
  line-height: 1.5;
  display: inline-block;
}

.rtp-panel-secondary {
  background-color: #fff;
  border: solid 1px #ECECEC;
  padding: 1.25rem;
}
.rtp-panel-secondary p {
  padding: 10px;
}
.rtp-panel-secondary figure {
  padding-bottom: 20px;
}
.rtp-panel-secondary figure img {
  max-width: 100%;
}

#edd_checkout_wrap {
  font-size: 1rem;
}

#edd_checkout_cart,
#edd_checkout_form_wrap fieldset,
#edd_checkout_form_wrap #edd_payment_mode_select,
#edd_checkout_form_wrap fieldset#edd_register_fields #edd_checkout_user_info {
  margin-bottom: 2rem;
}

#edd_checkout_cart .edd_cart_header_row th {
  padding: 8px 24px;
}

.edd_cart_footer_row {
  font-size: 15px;
}

#edd_checkout_cart td, #edd_checkout_cart th {
  padding: 8px 24px;
}

#edd_checkout_form_wrap #edd-payment-mode-wrap .edd-payment-mode-label {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03rem;
  margin-bottom: 10px;
}

#edd-payment-mode-wrap {
  overflow: hidden;
}

#edd_payment_mode_select #edd-payment-mode-wrap label {
  float: left;
  font-weight: 400;
  line-height: 1.3;
}

#edd_checkout_form_wrap fieldset {
  padding: 14px 30px 24px;
}

#edd_checkout_form_wrap label {
  font-size: 15px;
}

#edd_checkout_form_wrap #edd-login-account-wrap,
#edd_checkout_form_wrap #edd-new-account-wrap {
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  margin: -14px -30px 26px;
}

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
  width: 82%;
}

#edd_checkout_form_wrap span.edd-description {
  color: #888;
  display: block;
  font-size: 13px;
  margin: 0 0 8px;
}

#edd_checkout_form_wrap legend {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 2rem;
}

#edd-confirmation-checkbox label {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 0 0 20px;
  position: relative;
}
#edd-confirmation-checkbox .edd-self-declaration {
  left: 0;
  position: absolute;
  top: 3px;
}

#edd_show_terms {
  margin-bottom: 5px;
}

#edd_purchase_submit #edd_mailchimp p {
  margin: 0 0 32px;
}

#edd_checkout_form_wrap fieldset#edd_register_account_fields legend {
  padding-top: 0;
}

#edd_cc_address legend {
  padding-top: 16px;
}

@media only screen and (min-width: 1025px) {
  #edd_checkout_user_info p,
  #edd_register_account_fields p,
  #edd_cc_address p {
    display: inline-block;
    position: relative;
    width: 32%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  #edd_checkout_user_info p,
  #edd_register_account_fields p,
  #edd_cc_address p {
    display: inline-block;
    position: relative;
    width: 48%;
  }
}
@media only screen and (max-width: 640px) {
  #edd_checkout_user_info p,
  #edd_register_account_fields p,
  #edd_cc_address p {
    display: inline-block;
    position: relative;
    width: 100%;
  }
}
#edd_checkout_form_wrap span.edd-description {
  background: #fffAF0;
  border: 1px solid #f5deaf;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0;
  padding: 6px 12px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  left: auto;
  top: 49px;
  -webkit-transition: all 0.4s ease-in-out 0s;
          transition: all 0.4s ease-in-out 0s;
}
#edd_checkout_form_wrap span.edd-description.show {
  opacity: 1;
  visibility: visible;
}
#edd_checkout_form_wrap span.edd-description:after, #edd_checkout_form_wrap span.edd-description:before {
  right: auto;
  bottom: 100%;
  left: 26px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#edd_checkout_form_wrap span.edd-description:after {
  border-color: rgba(255, 250, 240, 0);
  border-bottom-color: #fffAF0;
  border-width: 3px;
  margin-left: -3px;
}
#edd_checkout_form_wrap span.edd-description:before {
  border-color: rgba(245, 222, 175, 0);
  border-bottom-color: #f5deaf;
  border-width: 5px;
  margin-left: -5px;
}

#edd-purchase-button, .edd-submit, input.edd-submit[type="submit"] {
  border: 0;
  padding: 1rem 2rem;
}

body:not(.logged-in) #edd_checkout_user_info {
  margin-bottom: 8px !important;
}

.rt-checkout-steps {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  text-align: center;
}
.rt-checkout-steps li {
  display: inline-block;
  position: relative;
}
.rt-checkout-steps .rt-active {
  color: #bbb;
}
.rt-checkout-steps .rt-count {
  border: 2px solid #eee;
  border-radius: 100%;
  height: 36px;
  line-height: 34px;
  margin-right: 12px;
  width: 36px;
}
.rt-checkout-steps.rt-checkout-steps p,
.rt-checkout-steps.rt-checkout-steps div {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
}

.rt-li-separator {
  width: 16%;
}
.rt-li-separator:after {
  background: #eee;
  content: ' ';
  display: block;
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 81%;
}

#edd_checkout_cart .edd_cart_header_row th {
  background: #eee;
}
#edd_checkout_cart td img {
  width: 50px;
}
#edd_checkout_cart td, #edd_checkout_cart th {
  font-size: 18px;
}
#edd_checkout_cart .edd_checkout_cart_item_title {
  display: inline-block;
  margin-left: 10px;
  margin-top: 12px;
}
#edd_checkout_cart .edd_cart_subtotal,
#edd_checkout_cart .edd_cart_tax {
  font-weight: 400;
}

#edd_checkout_form_wrap {
  display: none;
}

.wp-sponsor {
  max-width: 150px;
  position: fixed;
  right: 20px;
  top: 60px;
}

#rtAS-LnR-Tabs {
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 60px auto 0;
  max-width: 400px;
  padding: 0 30px 10px;
}

#content .rtas-tabs .content {
  background: none;
  padding: 0;
}
#content .rtas-tabs .login-register-tabs {
  border-bottom: 1px solid #ddd;
  margin: 0 -30px 30px;
  overflow: visible;
  padding: 0 20px;
  width: auto;
}
#content .rtas-tabs .login-register-tabs li {
  margin: 0;
  overflow: visible;
  position: relative;
  text-align: center;
  width: 50%;
}
#content .rtas-tabs .login-register-tabs li:first-child {
  border-right: 1px solid #ddd;
}
#content .rtas-tabs .login-register-tabs li a {
  background: none;
  padding: 12px;
}
#content .rtas-tabs .login-register-tabs li.active:after {
  background: #fff;
  bottom: -1px;
  content: ' ';
  height: 1px;
  left: -20px;
  position: absolute;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
}
#content .rtas-tabs .login-register-tabs li.active:last-child:after {
  left: auto;
  right: -20px;
}
#content .rtas-tabs .content p {
  margin-bottom: 22px;
}
#content .rtas-tabs .content input.rtas-input {
  border-color: #ddd;
  height: 42px;
  padding: 0 12px;
  width: 100%;
}
#content .rtas-rememberme-label {
  font-size: 14px;
}
#content a.forgot-password {
  font-size: 15px;
}
#content .rtas-tabs hr {
  margin: 12px 0 26px;
}

div[id='rtas-registration-block'] {
  display: none;
}

#rtas-registration-block > p,
#rtAS-Login-Block > p {
  font-size: 1rem;
  line-height: 1.5;
  color: #666;
}

#rtAS_login_submit {
  font-weight: 700;
  width: 50%;
}

input#rtAS_registration_submit {
  margin-top: 26px;
  width: 50%;
  font-weight: 700;
}

#or .anchor {
  display: none;
}

div#rtAccountDiv ul {
  margin: 0 0 20px;
}
.comment-form div#rtAccountDiv ul {
  text-align: left;
}
div#rtAccountDiv ul li {
  padding: 0;
}
div#rtAccountDiv a {
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  height: 40px;
  margin: 0 5px;
  width: 40px;
  text-align: center;
}
div#rtAccountDiv a:after {
  font-family: "themify";
}
div#rtAccountDiv a:hover {
  text-decoration: none;
}
div#rtAccountDiv a[title='Facebook'] {
  background: #354f88;
}
div#rtAccountDiv a[title='Facebook']:after {
  content: '\e741';
}
div#rtAccountDiv a[title='GitHub'] {
  background: #222;
}
div#rtAccountDiv a[title='GitHub']:after {
  content: '\e73f';
}
div#rtAccountDiv a[title='Twitter'] {
  background: #00aced;
}
div#rtAccountDiv a[title='Twitter']:after {
  content: '\e74b';
}
div#rtAccountDiv a[title='LinkedIn'] {
  background: #007bb6;
}
div#rtAccountDiv a[title='LinkedIn']:after {
  content: '\e735';
}
div#rtAccountDiv a[title='Google'] {
  background: #ce3e26;
}
div#rtAccountDiv a[title='Google']:after {
  content: '\e73e';
}
div#rtAccountDiv img {
  display: none;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
@font-face {
  font-family: 'themify';
  src: url("fonts/themify.eot?-fvbane");
  src: url("fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("fonts/themify.woff?-fvbane") format("woff"), url("fonts/themify.ttf?-fvbane") format("truetype"), url("fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  background-color: transparent;
  /* Remove the gray background color from active links in IE 10. source - normalize.css */
  color: #2a75ba;
  text-decoration: none;
}
a:hover, a:active {
  color: #2a75ba;
  outline: 0;
  /* Improve readability of focused elements when they are also in an active/hover state. source - normalize.css */
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  float: right;
  margin-right: 3rem;
  position: relative;
  /* Removed | Symsbol */
  /*&:after {
  	background: #999;
  	content: ' ';
  	height: 16px;
  	position: absolute;
  	right: -30px;
  	top: 26px;
  	width: 1px;
  }*/
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  background: #fff;
  border-bottom: 1px solid #ddd;
  float: left;
  position: absolute;
  top: 66px;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  border: 1px solid #ddd;
  border-bottom: 0;
  width: 100%;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 0;
}
.main-navigation ul ul a {
  font-size: 0.9375rem;
  line-height: 1.4;
  padding: 10px 0;
  width: 160px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: 0;
}
.main-navigation li {
  float: left;
  padding: 0 1rem;
  position: relative;
}
.main-navigation li:last-child {
  padding-right: 0;
}
.main-navigation a {
  color: inherit;
  display: block;
  font-size: 1.0625rem;
  letter-spacing: -0.02rem;
  line-height: 34px;
  text-decoration: none;
}
.main-navigation a:hover {
  color: #2a75ba;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
  color: #2a75ba;
}
.main-navigation .menu-item-has-children > a {
  padding-right: 1rem;
  position: relative;
}
.main-navigation .menu-item-has-children > a:after {
  color: inherit;
  content: '\e64b';
  display: inline-block;
  font-family: "themify";
  font-size: 5px;
  margin-top: 1px;
  position: absolute;
  right: 0;
}

body:not(.animate-nav) .rt-custom-nav > li,
body:not(.animate-nav) #primary-menu > li {
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.menu-toggle {
  background: none;
  border-color: #fff;
  color: #444;
  display: none;
  font-size: 16px;
  margin-right: -14px;
  margin-top: 16px;
  padding: 8px;
}
.menu-toggle:hover {
  background: none;
  color: #444;
}
.menu-toggle .ti-menu {
  font-size: 14px;
  margin-right: 8px;
}

.rt-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
  z-index: 999990;
}
.animate-nav .rt-overlay {
  display: block;
}

.rtp-additional-sub-nav {
  margin: 4px 0 0 0;
  padding: 0;
  text-align: right;
  float: right;
}
.rtp-additional-sub-nav li {
  display: inline-block;
  font-size: 17px;
  margin: 0 20px;
}
.rtp-additional-sub-nav li a {
  color: inherit;
  padding: 0;
}
.rtp-additional-sub-nav li a:hover {
  text-decoration: none;
  color: #2a75ba;
}
.rtp-additional-sub-nav li.current a {
  color: #2a75ba;
  text-decoration: none;
}
.rtp-additional-sub-nav .site-title {
  display: none;
}

.animate-nav .main-navigation .menu-item-has-children > a:after {
  padding-right: 2rem;
  right: 20px;
}
.animate-nav .main-navigation ul ul,
.animate-nav .main-navigation ul li:hover > ul,
.animate-nav .main-navigation ul li.focus > ul {
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.animate-nav .main-navigation ul ul a {
  padding: 10px 10px 10px 32px;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .rt-menu-header-container {
    background: white;
    height: 100%;
    left: -240px;
    overflow: auto;
    position: fixed;
    top: 0;
    -webkit-transition: 500ms left;
            transition: 500ms left;
    width: 240px;
    z-index: 999998;
  }
  .animate-nav .rt-menu-header-container {
    left: 0;
  }
  .rt-menu-header-container .site-title {
    background: #f6f6f6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
    padding: 10px 0;
  }

  .menu-toggle {
    display: block;
  }

  .main-navigation li {
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0;
  }

  .main-navigation a {
    padding: 6px 20px;
  }

  .main-navigation {
    margin-right: 40px;
  }

  .rt-header-cart {
    display: none;
  }
}
@media only screen and (max-width: 415px) {
  .main-navigation {
    margin-right: 0px;
    float: right;
    margin-bottom: 10px;
  }

  .page-header .rtp-main-title {
    float: none;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .rtp-additional-sub-nav {
    margin-left: 0;
    text-align: center;
  }
  .rtp-additional-sub-nav li {
    margin: 0 10px;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.05469rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.admin-bar .widget-area.sidebarfixed {
  position: fixed;
  top: 30px;
}

.widget-area.sidebarfixed {
  position: fixed;
  top: 0px;
}

.widget {
  margin: 0.3125rem 0 1.625rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

.widget-title {
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  line-height: 1.85714;
}

.rt-toc-list li ul li {
  list-style: outside;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-main {
  font-size: 1.0625rem;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.88235;
}

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 2rem;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2rem 0 0;
}

.entry-content li {
  margin-bottom: 0.3125rem;
}

.page-links {
  clear: both;
  margin: 0 0 2rem;
}

.entry-title:not(.portfolio-title) {
  margin: 0;
}
.entry-title a {
  color: inherit;
}

.entry-meta {
  float: left;
  font-size: 0.875rem;
  left: 0;
  min-width: 140px;
  padding: 0.5rem 2rem 0.5rem 0;
}
.entry-meta a {
  color: #999;
}

.rt-title-meta-wrap {
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding-bottom: 2rem;
}
.rt-title-meta-wrap .entry-title {
  font-size: 1.5rem;
  /*font-weight: 700;*/
  margin-bottom: 10px;
}

.rt-footer-meta {
  color: #999;
  font-size: 0.875rem;
}
.rt-footer-meta a {
  color: inherit;
  border-bottom: 1px dotted;
}
.rt-footer-meta a:hover {
  color: #2a75ba;
  text-decoration: none;
}

.archive:not(.post-type-archive-download):not(.tax-download_category):not(.post-type-archive-portfolio) .site-main,
.search .site-main,
.blog .site-main {
  max-width: 840px;
  margin: 0 auto;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  position: relative;
}
.entry-content h1:hover .anchor, .entry-content h2:hover .anchor, .entry-content h3:hover .anchor, .entry-content h4:hover .anchor, .entry-content h5:hover .anchor, .entry-content h6:hover .anchor {
  opacity: 1;
}

.anchor {
  color: inherit;
  display: block;
  font-size: 20px;
  left: -28px;
  line-height: 1;
  margin-top: 2px;
  opacity: 0;
  position: absolute;
  text-align: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 250ms ease 0s;
          transition: all 250ms ease 0s;
}
.anchor:hover {
  color: inherit;
  text-decoration: none;
}
h1 .anchor {
  margin-top: 1rem;
}

.edit-link {
  display: block;
  font-size: 0.75rem;
  margin: 0.625rem 0 0;
}
.single .edit-link {
  display: inline-block;
}
.rt-landing-page .edit-link {
  font-size: 0.75rem;
}

.post-edit-link {
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
  margin-left: 0.3125rem;
  text-transform: uppercase;
}

.cat-links,
.tags-links,
.posted-on,
.byline {
  margin-right: 4px;
}

.rt-page-header {
  text-align: left;
}

.rt-pagination {
  text-align: center;
}
.rt-pagination .page-numbers {
  border: 1px solid #eee;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1;
  padding: 10px 14px;
}

.maps iframe {
  pointer-events: none;
}

.site-content .search-form {
  display: inline-block;
}
.site-content .search-field {
  float: left;
  height: 36px;
  min-width: 240px;
  padding-left: 16px;
}
.site-content .search-submit {
  float: left;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/**
 * Comments
 */
.comments-area {
  margin-bottom: 1.625rem;
}

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

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

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

.comments-title {
  margin-bottom: 1rem;
}

.comment-list {
  font-size: 1rem;
  list-style: none;
  margin-left: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.625rem 0;
}

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

.comment-list .children > li {
  padding-left: 2.5rem;
}

.comment-author {
  color: #707070;
  margin-bottom: 0.4em;
}

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

.comment-author .avatar {
  float: left;
  margin-right: 0.8em;
}

.comment-metadata,
.pingback .edit-link {
  color: #999;
  font-size: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.comment-list .reply {
  font-size: 0.75rem;
}

.comment-list .reply a {
  border: 1px solid #ddd;
  display: inline-block;
  font-weight: 700;
  margin-top: 2em;
  padding: 0.4167em 0.8333em;
  text-transform: uppercase;
}

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

.comment-form label {
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.logged-in .comment-form label {
  display: none;
}

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

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

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

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

.required {
  color: #c0392b;
}

.rtp-default-subscribe {
  font-size: 0.6875rem;
  display: inline-block;
}

.rtp-manage-subscribe.rtp-author-label {
  background: #ddd;
  display: block;
  padding: 0.375rem 0.625rem;
  font-size: 0.875rem;
}

.comment-reply-title small {
  font-size: 0;
}
.comment-reply-title a {
  border: 0;
  float: right;
  height: 32px;
  overflow: hidden;
  width: 26px;
}
.comment-reply-title a:before {
  content: '\e646';
  font-family: "themify";
  font-size: 1rem;
  position: relative;
}

.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

@media only screen and (min-width: 641px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url,
  .comment-form-comment {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .comment-form-author label,
  .comment-form-email label,
  .comment-form-url label,
  .comment-form-comment label {
    min-width: 115px;
    width: 20%;
  }
}

.comment-form-comment textarea {
  height: 120px;
}

.comment-form .form-allowed-tags {
  display: none;
}

@media only screen and (min-width: 641px) {
  .form-submit .submit.submit {
    margin-left: 0;
    width: auto;
  }
}

label[for='subscribe-reloaded'] {
  margin-bottom: 1rem;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  margin: 0;
  padding: 0.3125rem;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Slider
--------------------------------------------------------------*/
.rt-main-slideshow {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.rt-main-slideshow img {
  display: block;
  margin: 0 auto;
}

.slide.cycle-slide {
  max-width: 100%;
  width: 100%;
}

.rt-pager {
  clear: both;
  overflow: hidden;
  text-align: center;
}
.rt-pager span {
  background: #ccc;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 10px;
  line-height: 1;
  margin: 0 2px;
  width: 10px;
}
.rt-pager .cycle-pager-active {
  background: #777;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 1049px) {
  .site-header, .rtp-secondary-header-inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 879px) {
  .rt-code-bg {
    background-image: none;
    background-color: #F5F5F5;
    border-radius: 10px;
    border: 1px solid #ededed;
    border-top: 25px solid #d8d8d8;
    padding: 25px 45px;
  }

  .rt-product-desc-container h1.entry-title {
    font-size: 1.6875rem;
    line-height: 1.2;
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 805px) {
  .admin-bar .rtp-secondary-header.fixed {
    top: 45px;
  }
}
@media only screen and (max-width: 587px) {
  .admin-bar .rtp-secondary-header.fixed {
    top: 0px;
  }
}
@media only screen and (max-width: 640px) {
  table {
    display: block;
    overflow-x: auto;
  }

  .rt-code-bg {
    padding: 20px 35px !important;
  }
  .rt-code-bg br {
    margin: 15px 0;
  }
  .rt-code-bg code, .rt-code-bg span {
    clear: both;
    float: left;
    vertical-align: top;
  }
  .rt-code-bg span {
    margin-left: 10px;
  }

  .site-header::before, .site-header::after {
    background: transparent;
  }

  .rt-product-image-container {
    background: #f6f6f6;
    float: none;
    padding-top: 1.25rem;
    text-align: center;
    width: 100%;
  }

  .rt-product-desc-container h1.entry-title {
    margin-bottom: 1.625rem;
  }

  .single .rt-product-desc-container {
    padding-bottom: 2rem;
  }

  .single-download .edd_download_purchase_form {
    margin-bottom: 0;
  }

  .rt-product-desc-container .edd_price_options,
  .rt-product-desc-container .edd_purchase_submit_wrapper {
    margin-bottom: 1.25rem;
  }

  .archive .rt-product-image-container {
    float: left;
    margin-right: 1.25rem;
    margin-top: 0;
    max-width: none;
    padding: 0;
    width: 30%;
  }

  .archive .rt-product-excerpt {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */