/*----------------------------------------------------------------------------------------------------------------------

    Theme Name:         Flatik
    Theme URI:          http://wpadaptive.com/themes/flatik
    Description:        Retina Class Responsive Business Theme
    Tags:               business, corporate, portfolio
    Version:            1.0.1
    Author:             Adaptive Themes
    Author URI:         http://themeforest.net/user/adaptivethemes
    License:            Split License
    License URI:        http://support.envato.com/index.php?/Live/Knowledgebase/Article/View/428/0/split-licensing-and-the-gpl---what-does-it-all-mean


------------------------------------------------------------------------------------------------------------------------

/*--------------------------------------------------------------------------------------------------------------------*/
/*  LESS Mixins
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*  LESS Variables
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Utilities
/*--------------------------------------------------------------------------------------------------------------------*/
.alignleft,
.align-left {
  float: left;
  text-align: left;
}
.alignright,
.align-right {
  float: right;
  text-align: right;
}
.aligncenter,
.align-center {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.clear {
  clear: both;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*	Page Container
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Page Container
/*--------------------------------------------------------------------------------------------------------------------*/
html.adaptive-theme {
  display: block;
  height: 100%;
  margin-top: 0 !important;
}
body {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.site-content-wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -ms-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: -webkit-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-transition: -moz-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -ms-transition: -moz-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: -moz-transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -webkit-transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -moz-transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -ms-transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  -o-transition: transform 0.2s cubic-bezier(0.2, 0.3, 0.25, 0.9);
  z-index: 2;
  background-color: #ffffff;
}
.page-layout-boxed {
  max-width: 1300px;
  margin: 0 auto;
}
.lt-ie9 .page-layout-boxed {
  max-width: 1020px;
}
.boxed-page-shadow .site-content-wrapper {
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
}
.boxed-cover-background body {
  background-size: cover;
  background-attachment: fixed;
}
.right_mobile_menu_open {
  overflow: hidden;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Page Layout
/*--------------------------------------------------------------------------------------------------------------------*/
article > section:first-child,
div[role="main"] > section:first-child {
  padding-top: 0;
}
.type-page .article-footer {
  display: none;
}
[class*="span"] {
  min-height: 0;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Base Typography
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Base Typography
/*--------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue", Helvetica, 'Segoe UI', Arial, sans-serif;
  padding-top: 0;
  /* If sticky header is enabled, then the padding-top should be equal to the height of the navbar */
}
.hide {
  display: none;
}
a,
i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a,
a:hover,
a:focus {
  outline: none !important;
  /* Get rid of that annoying outline when the link is active or focused */
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a:hover i:before {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
ul > p {
  display: none;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
p:empty {
  margin: 0;
}
.lt-ie9 .empty-element {
  margin: 0;
}
.no-margins,
.nomargins,
.no-margins img,
.nomargins img,
.no-margins img.alignnone,
.nomargins img.alignnone,
h2.no-margins,
h2.nomargins,
.h2.no-margins,
.h2.nomargins,
.wpb_text_column h2.no-margins:last-child,
.wpb_text_column h2.nomargins:last-child,
.wpb_text_column .h2.no-margins:last-child,
.wpb_text_column .h2.nomargins:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
ol li {
  margin-bottom: 9px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Content Typography
/*--------------------------------------------------------------------------------------------------------------------*/
body {
  font-size: 14px;
  line-height: 24px;
  color: #8d8d8d;
  font-weight: 300;
  letter-spacing: 0.03em;
}
p,
.wpb_text_column p:last-child,
p .wpb_text_column *:last-child,
.main-content .wpb_text_column p:last-child {
  margin-bottom: 28px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 200;
  letter-spacing: 0.03em;
}
span > strong,
.alert strong {
  color: inherit;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
h1,
.h1 {
  font-size: 42px;
  line-height: 42px;
  /*margin-bottom: 12px;*/
}
h2,
.h2 {
  font-size: 33px;
  line-height: 42px;
  margin-top: 50px;
}
h2,
.h2,
.wpb_text_column h2:last-child,
.wpb_text_column .h2:last-child {
  margin-bottom: 25px;
}
h2.no-margins,
.h2.no-margins,
.wpb_text_column h2:last-child.no-margins,
.wpb_text_column .h2:last-child.no-margins {
  margin-bottom: 0;
}
h2 strong,
.h2 strong {
  font-weight: 500;
}
h2.intro-text {
  font-size: 30px;
  line-height: 38px;
  color: #363636;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}
h4,
.h4 {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 24px;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 22px;
  letter-spacing: 0.01em;
  font-weight: 600;
}
hr {
  border-top-color: #e5e5e5;
  border-bottom: 0;
}
ol li {
  color: #000;
}
.lead,
.hero-unit .lead {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #a3a3a3;
}
.intro,
.hero-unit .intro {
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
}
dd {
  margin-left: 0;
  line-height: 1.714285714;
  margin-bottom: 24px;
  margin-bottom: 1.714285714rem;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Header
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Header
/*--------------------------------------------------------------------------------------------------------------------*/
.mobile-nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  background: #171717;
}
.right_mobile_menu_open .mobile-nav {
  display: block;
}
.mobile-nav .mobile-nav-scrollable-container {
  display: block;
  width: 300px;
  overflow: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.mobile-nav .mobile-nav-scrollable-container::-webkit-scrollbar {
  display: none;
}
.mobile-nav .mobile-nav-scrollable-container .at-mobile-menu-close-btn {
  display: block;
  position: absolute;
  right: 47px;
  top: 20px;
  font-size: 44px;
  line-height: 44px;
  width: 44px;
  height: 44px;
  color: white;
}
.mobile-nav .mobile-nav-scrollable-container .at-mobile-menu-close-btn:hover {
  color: #459ce4;
}
.mobile-nav .mobile-nav-scrollable-container .mobile-menu {
  display: block;
  padding: 18px 90px 21px 37px;
  list-style: none;
}
.mobile-nav .mobile-nav-scrollable-container .mobile-menu .sub-menu {
  margin: 0;
}
.mobile-nav .mobile-nav-scrollable-container .mobile-menu .menu-item {
  display: block;
  width: 100%;
}
.mobile-nav .mobile-nav-scrollable-container .mobile-menu .menu-item.current-menu-item a {
  color: #459ce4;
}
.mobile-nav .mobile-nav-scrollable-container .mobile-menu .menu-item .menu-item {
  padding-left: 20px;
}
.mobile-nav .mobile-nav-scrollable-container .mobile-menu .menu-item a {
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  text-transform: none;
  text-align: left;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 0;
  font-size: 18px;
  line-height: 1.65em;
  font-weight: 300;
  color: #a6a6a6;
}
.mobile-nav .mobile-nav-scrollable-container .mobile-menu .menu-item a:hover {
  color: #459ce4;
}
.site-nav-overlay {
  display: none;
  position: absolute;
  right: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 600;
}
.right_mobile_menu_open .site-nav-overlay {
  display: block;
  z-index: 900;
}
.right_mobile_menu_open .site-content-wrapper {
  left: 0;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 800;
  -webkit-transform: translate3d(-300px, 0, 0);
  -moz-transform: translate3d(-300px, 0, 0);
  -ms-transform: translate3d(-300px, 0, 0);
  -o-transform: translate3d(-300px, 0, 0);
}
.right_mobile_menu_open.page-layout-boxed .site-content-wrapper {
  position: absolute;
}
/* Header searchbars */
.navbar-search-wrapper {
  position: absolute;
  padding: 40px 0 42px 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.navbar-search-wrapper .navbar-search-inner {
  position: relative;
}
.navbar-search-wrapper .navbar-search-launcher {
  display: inline-block;
  line-height: 21px;
  color: #8f8f8f;
}
.navbar-search-wrapper .navbar-search-launcher:before {
  margin-right: 0;
}
.navbar-search-wrapper .navbar-search-launcher:hover {
  color: #459ce4;
}
.navbar-search-wrapper .navbar-search-popup {
  position: relative;
  right: 17px;
  /* vary this value to change the h-position of the popup */
  display: none;
}
.navbar-search-wrapper .navbar-search-popup .navbar-search-triangle {
  position: absolute;
  right: -16px;
  top: 5px;
  border: 8px solid transparent;
  border-left: 8px solid #e5e5e5;
}
.navbar-search-wrapper .navbar-search-popup .navbar-search-triangle-inner {
  position: absolute;
  right: -14px;
  top: 5px;
  border: 8px solid transparent;
  border-left: 8px solid white;
  z-index: 2;
}
.navbar-search-wrapper .navbar-search-popup .form-search {
  display: block;
  position: absolute;
  width: 270px;
  top: -5px;
  right: 0;
}
.navbar-search-wrapper .navbar-search-popup .form-search .search-submit {
  display: none;
}
.navbar-search-wrapper .navbar-search-popup .form-search .search-input-wrap {
  padding-right: 0;
}
.navbar-search-wrapper .navbar-search-popup .form-search .search-input-wrap ::-moz-placeholder {
  color: #8f8f8f;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
.navbar-search-wrapper .navbar-search-popup .form-search .search-input-wrap ::-webkit-input-placeholder {
  color: #8f8f8f;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
.navbar-search-wrapper .navbar-search-popup .form-search .search-input-wrap :-ms-input-placeholder {
  color: #8f8f8f;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
}
.navbar-search-wrapper .navbar-search-popup .form-search .search-input-wrap .search-query {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.webkit .navbar-search-wrapper .navbar-search-popup .form-search .search-input-wrap .search-query {
  padding-top: 12px;
}
.color-bar {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 6px;
  background: #459ce4;
}
.color-bar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.enable-intro-bar .color-bar {
  display: none;
}
.header-introbar {
  display: none;
  background: #f7f7f8;
  border-width: 0 0 1px 0;
  border-color: #e5e5e5;
  border-style: solid;
}
.enable-intro-bar .header-introbar {
  display: block;
}
.header-introbar a,
.header-introbar a:focus {
  color: #000000;
}
.header-introbar a:hover,
.header-introbar a:active {
  color: #459ce4;
}
.header-introbar .introbar-message {
  padding: 10px 0 10px 0;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.015em;
}
.header-introbar .introbar-quicklinks {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 20px;
  text-transform: uppercase;
}
.header-introbar .introbar-quicklinks ul {
  margin: 0;
  list-style: none;
  text-align: right;
}
.header-introbar .introbar-quicklinks ul li {
  display: inline-block;
  margin-left: 19px;
}
.header-introbar .introbar-quicklinks ul li a {
  padding: 10px 0 10px 0;
  display: inline-block;
}
.header-introbar .introbar-quicklink:before {
  position: relative;
  font-size: 16px;
  line-height: 21px;
  top: 2px;
  display: inline-block;
  margin-left: 0;
}
.header-introbar .custom-quicklink:before {
  margin-right: 0.3em;
}
.header-introbar .quicklink-search-wrapper {
  position: relative;
}
.header-introbar .quicklink-search-wrapper .navbar-search-wrapper {
  top: 4px;
}
.header-introbar .quicklink-search-wrapper .quicklink-search:before {
  position: relative;
  display: inline-block;
  top: 2px;
  font-size: 16px;
  line-height: 21px;
  left: 0;
}
.header-introbar .quicklink-search-wrapper .navbar-search-popup {
  top: -10px;
  right: -2px;
}
.header-introbar .quicklink-search-wrapper .navbar-search-popup .navbar-search-triangle {
  position: absolute;
  right: 18px;
  top: -20px;
  border: 8px solid transparent;
  border-bottom: 8px solid #e5e5e5;
}
.header-introbar .quicklink-search-wrapper .navbar-search-popup .navbar-search-triangle-inner {
  position: absolute;
  right: 18px;
  top: -18px;
  border: 8px solid transparent;
  border-bottom: 8px solid white;
  z-index: 2;
}
.header-navbar {
  margin-bottom: 0;
  filter: none;
  -ms-filter: none;
  background: #1f3f81;
  border-width: 0 0 1px 0;
  border-color: #e5e5e5;
  border-style: solid;
  /* Allow space for the search icon if it's enabled */
  /* TODO: Need to change the way borders are handled so that menuitem a's have borders
             on all sides (so they look right with uneven megamenu cols, etc.). Maintain
             the single line borders through the use of negative margins. */
}
.header-navbar .navbar-inner {
  position: relative;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background: none;
}
.header-navbar .container {
  width: 1170px;
}
.header-navbar .header-navbar-content {
  position: relative;
}
.header-navbar .brand {
  position: absolute;
  z-index: 3;
  left: 0;
  line-height: 1;
  margin-left: 0;
  padding: 0;
  /* Vary to position the logo precisely */
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header-navbar .brand img {
  display: inline-block;
  width: 299px;
  /* Vary to size the logo precisely */
  height: 150px;
  /* Vary to size the logo precisely */
}
.header-navbar .at-enable-menu-searchicon .nav {
  padding-right: 43px;
}
.header-navbar .nav {
  float: none;
  margin-right: 0;
  text-align: right;
}
.header-navbar .caret {
  display: none;
}
.header-navbar li.menu-item > a {
  font-size: 13px;
}
.header-navbar li.menu-item > a:hover {
  color: #459ce4;
}
.header-navbar li.menu-depth-0 {
  float: none;
  display: inline-block;
}
.header-navbar li.menu-depth-0 > a,
.header-navbar li.menu-depth-0 > a.dropdown-toggle {
  padding: 43px 10px 42px 10px;
  line-height: 21px;
  vertical-align: middle;
  color: #ffffff;
  text-shadow: none;
}
.header-navbar li.menu-depth-0.open > a,
.header-navbar li.menu-depth-0.open > a.dropdown-toggle,
.header-navbar li.menu-depth-0 > a:hover,
.header-navbar li.menu-depth-0 > a.dropdown-toggle:hover {
  color: #459ce4;
}
.header-navbar li.menu-depth-0:last-child > a {
  /* Makes it so the menu can sit flush on the right side of the header */
  padding-right: 0;
}
.header-navbar li.menu-depth-0 > .dropdown-menu {
  /* Make the first-level dropdown links align left nicely with the parent link */
  left: -10px;
}
.header-navbar li.menu-depth-0 > .dropdown-menu:before,
.header-navbar li.menu-depth-0 > .dropdown-menu:after {
  display: none;
  border: 0;
}
.header-navbar .dropdown-menu {
  z-index: 1001;
  margin: 0;
  padding: 0;
  background: white;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* Hide the submenu carets */
  /* Lower-level menu items need some layout adjustments to account for the borders */
}
.header-navbar .dropdown-menu .menu-item {
  text-align: left;
  vertical-align: top;
  border-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-navbar .dropdown-menu .menu-item a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 40px 10px 20px;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 1px;
  margin-top: -1px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.header-navbar .dropdown-menu .menu-item a,
.header-navbar .dropdown-menu .menu-item a:hover,
.header-navbar .dropdown-menu .menu-item a:focus,
.header-navbar .dropdown-menu .menu-item a:active {
  color: #8c8c8c;
  background: #ffffff;
}
.header-navbar .dropdown-menu .menu-item a span {
  position: relative;
  display: inline-block;
}
.header-navbar .dropdown-menu .menu-item a span:before {
  /* Rules for Entypo Icon font */
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  /* Content for the entypo-right-open-mini icon */
  content: '\e81b';
  /* Position & style icon */
  position: absolute;
  left: -24px;
  color: #459ce4;
  font-size: 19px;
  line-height: 19px;
  opacity: 0;
  /* Opacity transitions */
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
}
.header-navbar .dropdown-menu .menu-item a:hover span:before,
.header-navbar .dropdown-menu .menu-item a:focus span:before,
.header-navbar .dropdown-menu .menu-item a:active span:before {
  opacity: 1;
}
.header-navbar .dropdown-menu .menu-item:first-child > a {
  /* The very first menu item doesn't need to adjust for */
  /* a previous menu item's bottom border. */
  margin-top: 0;
}
.header-navbar .dropdown-menu .menu-item-has-children > a:after {
  display: none;
}
.header-navbar .dropdown-menu .dropdown-menu {
  margin-left: -1px;
}
.header-navbar .adaptive-megamenu .atl-megamenu-column-hide-title > a {
  display: none;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent {
  position: static;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent .dropdown-menu {
  padding: 0;
  margin: 0;
  border-width: 0;
  background: transparent;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent .at-megamenu-panel {
  float: none;
  left: 0;
  width: 1170px;
  /* Show the megamenu dropdown menu on hover */
}
.open .header-navbar .adaptive-megamenu .atl-megamenu-parent .at-megamenu-panel {
  display: table !important;
  /* !important is needed to override the Bootstrap JS inline styles */
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent .at-megamenu-panel .dropdown-menu {
  display: table !important;
  table-layout: fixed;
  left: 0;
  margin-top: 0;
  position: relative;
  width: 100%;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent .at-megamenu-panel .dropdown-menu .dropdown-menu .menu-item:first-child > a {
  /* In the megamenu, the bottom most children still need that 1px vertical offset at the top. */
  margin-top: -1px;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent .at-megamenu-panel .dropdown-menu a {
  margin-right: -1px;
  padding-right: 1px;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent .at-megamenu-panel .atl-megamenu-column {
  display: table-cell;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent .at-megamenu-panel .atl-megamenu-column > a {
  font-size: 15px;
  font-weight: 500;
  padding-top: 14px;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .at-megamenu-row {
  background: #ffffff;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .atl-megamenu-column {
  background: #ffffff;
  border-style: solid;
  border-color: #e5e5e5;
  border-width: 1px 1px 1px 0;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .atl-megamenu-column.atl-megamenu-column-hide-title > .dropdown-menu {
  padding-top: 10px;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .atl-megamenu-column:first-child {
  border-left-width: 1px;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .atl-megamenu-column a {
  margin: 0;
  padding-left: 39px;
  padding-bottom: 7px;
  border-width: 0;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .atl-megamenu-column > a {
  padding-top: 21px;
}
.header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .atl-megamenu-column .dropdown-menu li:last-child a {
  padding-bottom: 30px;
}
/* If the top color border on submenus is enabled */
.adap-menu-colorborder .header-navbar .dropdown-menu {
  letter-spacing: 0;
  border-top: 3px solid #459ce4;
  margin-top: -2px;
}
.adap-menu-colorborder .header-navbar .dropdown-menu > li:first-child > a {
  border-top-width: 0;
}
.adap-menu-colorborder .header-navbar .dropdown-menu .dropdown-menu {
  /* Adjust vertical alignment to account for the bigger top border */
  margin-top: -2px;
}
.adap-menu-colorborder .header-navbar .dropdown-menu li:first-child > .dropdown-menu {
  margin-top: -3px;
}
.adap-menu-colorborder .header-navbar .adaptive-megamenu .at-megamenu-panel {
  border-top: 3px solid #459ce4;
  margin-top: -2px;
}
.adap-menu-colorborder .header-navbar .adaptive-megamenu .at-megamenu-panel li {
  overflow: hidden;
}
.adap-menu-colorborder .header-navbar .adaptive-megamenu .at-megamenu-panel li.atl-megamenu-column:last-child {
  border-right: 1px solid #e5e5e5;
}
.adap-menu-colorborder .header-navbar .adaptive-megamenu .at-megamenu-panel li:first-child > .dropdown-menu {
  margin-top: 0;
}
.adap-menu-colorborder .header-navbar .adaptive-megamenu .atl-megamenu-nogrid .atl-megamenu-column {
  border-top-width: 0;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Mobile Side Menu Link
/*--------------------------------------------------------------------------------------------------------------------*/
.header-navbar .at-mobile-menu-link {
  z-index: 3;
  display: none;
  position: absolute;
  right: 0;
  /* Should be the same as the logo (needs to be varied in accordance with theme options) */
  margin: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}
.header-navbar .at-mobile-menu-link,
.header-navbar .at-mobile-menu-link:active,
.header-navbar .at-mobile-menu-link:focus,
.header-navbar .at-mobile-menu-link:hover {
  background: none;
  -webkit-box-shadow: 'none';
  -moz-box-shadow: 'none';
  box-shadow: 'none';
  text-shadow: none;
}
.header-navbar .at-mobile-menu-link,
.header-navbar .at-mobile-menu-link:active,
.header-navbar .at-mobile-menu-link:focus {
  color: #000000;
  background: none;
}
.no-touch .header-navbar .at-mobile-menu-link:hover {
  color: #459ce4;
}
.no-touch .header-navbar .at-mobile-menu-link:hover .icon-bar {
  background: #459ce4;
}
.header-navbar .at-mobile-menu-link .at-mobile-menu-link-label {
  display: inline-block;
}
.header-navbar .at-mobile-menu-link .at-mobile-menu-link-inner {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 3px;
}
.header-navbar .at-mobile-menu-link .icon-bar {
  display: block;
  background: #000000;
  margin-bottom: 2px;
  width: 20px;
  height: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Header Alternatives
/*--------------------------------------------------------------------------------------------------------------------*/
.underlined-header-style .header-navbar {
  border-bottom-width: 0;
}
.underlined-header-style .header-navbar .navbar-search-wrapper {
  padding-top: 38px;
}
.underlined-header-style .header-navbar .at-enable-menu-searchicon .nav {
  padding-right: 36px;
}
.underlined-header-style .header-navbar .nav li.menu-depth-0 > a {
  position: relative;
  padding-top: 40px;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 42px;
  font-size: 14px;
}
.underlined-header-style .header-navbar .nav li.menu-depth-0 > a:hover {
  background: none;
}
.underlined-header-style .header-navbar .nav li.menu-depth-0:last-child > a {
  padding-right: 0;
}
.underlined-header-style .header-navbar .nav li.menu-depth-0.current-menu-item > a:before,
.underlined-header-style .header-navbar .nav li.menu-depth-0.current-menu-ancestor > a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 7px;
  right: 6px;
  bottom: 34px;
  height: 3px;
  background: #459ce4;
}
.underlined-header-style .header-navbar .nav li.menu-depth-0:last-child.current-menu-item > a:before,
.underlined-header-style .header-navbar .nav li.menu-depth-0:last-child.current-menu-ancestor > a:before {
  right: 1px;
}
.underlined-header-style .subhead {
  padding-top: 113px;
}
.modern-header-style .header-navbar .brand {
  margin-left: 30px;
}
.modern-header-style .header-navbar .at-enable-menu-searchicon .nav {
  padding-right: 0;
}
.modern-header-style .header-navbar .navbar-inner .navbar-search-wrapper {
  display: none;
}
.modern-header-style .header-navbar .adap-menu-wrapper {
  position: relative;
}
.modern-header-style .header-navbar .nav {
  position: static;
  float: right;
}
.modern-header-style .header-navbar .nav li.menu-depth-0 {
  margin-right: -1px;
  display: block;
  float: left;
}
.modern-header-style .header-navbar .nav li.menu-depth-0 > a {
  position: relative;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 11px;
  text-transform: uppercase;
}
.modern-header-style .header-navbar .nav li.menu-depth-0 > a:before,
.modern-header-style .header-navbar .nav li.menu-depth-0 > a:after {
  position: absolute;
  display: block;
  content: "";
  top: 35px;
  bottom: 30px;
  background: #e5e5e5;
  width: 1px;
}
.modern-header-style .header-navbar .nav li.menu-depth-0 > a:before {
  left: 0;
}
.modern-header-style .header-navbar .nav li.menu-depth-0 > a:after {
  display: none;
  right: 0;
}
.modern-header-style .header-navbar .nav li.menu-depth-0:first-child > a:before {
  display: none;
}
.modern-header-style .header-navbar .nav li.menu-depth-0:hover > a {
  background: #f7f7f7;
}
.modern-header-style .header-navbar .nav li.menu-depth-0:hover > a:before,
.modern-header-style .header-navbar .nav li.menu-depth-0:hover > a:after {
  display: block;
  top: 0;
  bottom: 0;
}
.modern-header-style .header-navbar .nav li.menu-depth-0:hover + li > a:before {
  display: none;
}
.modern-header-style .header-navbar .nav li.menu-depth-0 > .dropdown-menu {
  left: -1px;
}
.modern-header-style .header-navbar .nav li.menu-depth-0 .dropdown-menu .menu-item a,
.modern-header-style .header-navbar .nav li.menu-depth-0 .dropdown-menu .menu-item a:hover,
.modern-header-style .header-navbar .nav li.menu-depth-0 .dropdown-menu .menu-item a:focus,
.modern-header-style .header-navbar .nav li.menu-depth-0 .dropdown-menu .menu-item a:active {
  background: #f7f7f7;
}
.modern-header-style .header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .atl-megamenu-column {
  background: #f7f7f7;
}
.modern-header-style .subhead {
  padding-top: 140px;
}
.mobile-header-style .header-navbar {
  border-bottom-width: 0;
}
.mobile-header-style .header-navbar .nav {
  visibility: hidden;
  /* Can't use display: none since the .nav is needed to maintain the header height */
}
.mobile-header-style .header-navbar .navbar-inner .navbar-search-wrapper {
  display: none;
}
.mobile-header-style .header-navbar .at-mobile-menu-link {
  display: block;
  top: 24px;
  z-index: 3;
  /* So it appears over the hidden regular desktop nav */
}
.centered-header-style .header-navbar .nav {
  text-align: center;
  padding-right: 0;
}
.centered-header-style .header-navbar .nav li.menu-depth-0 > a {
  position: relative;
  padding-top: 95px;
  font-size: 14px;
}
.centered-header-style .header-navbar .nav li.menu-depth-0 > a:hover {
  background: none;
}
.centered-header-style .header-navbar .nav li.menu-depth-0.current-menu-item > a:before,
.centered-header-style .header-navbar .nav li.menu-depth-0.current-menu-ancestor > a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 35px;
  height: 3px;
  background: #459ce4;
}
.centered-header-style .navbar-inner .navbar-search-wrapper {
  display: none;
}
.centered-header-style .subhead {
  padding-top: 140px;
}
.standard-header-style .header-navbar .nav > li.menu-depth-0 > a {
  font-weight: normal;
  letter-spacing: normal;
}
.standard-header-style .header-navbar .nav > li.menu-depth-0 > a:hover {
  background: none;
}
.standard-header-style .dropdown-menu a {
  font-weight: 400;
}
.overflow-parent-item .overflow-icon {
  margin-left: 0;
  margin-right: 0;
  line-height: 1;
}
.overflow-parent-item > .dropdown-menu {
  left: auto !important;
  right: -4px;
}
.overflow-parent-item > .dropdown-menu .dropdown-menu {
  top: 0;
  left: auto;
  right: 100%;
  margin-right: -1px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Subheader
/*--------------------------------------------------------------------------------------------------------------------*/
.subhead {
  padding-top: 73px;
  padding-bottom: 141px;
  background: none;
  color: #000;
  border: 0;
  filter: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.subhead:after {
  background: none;
}
.subhead h1 {
  margin: 0;
  text-align: center;
  font-size: 52px;
  font-weight: 100;
  line-height: 1;
  text-shadow: none;
  letter-spacing: 0.03em;
}
/* Breadcrumb NavXT */
.theme-breadcrumbs {
  position: absolute;
  top: 16px;
  font-size: 12px;
  font-weight: 600;
  color: black;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.theme-breadcrumbs.align-left {
  left: 0;
}
.theme-breadcrumbs.align-right {
  right: 0;
}
.theme-breadcrumbs a {
  color: #ccc;
  margin-right: 10px;
}
.theme-breadcrumbs a:hover {
  color: #000;
}
.theme-breadcrumbs a:after {
  display: inline-block;
  position: relative;
  font-family: 'fontello';
  content: '\75';
  font-size: 14px;
  margin-left: 12px;
  font-weight: normal;
  top: 1px;
  color: #ccc;
}
.theme-breadcrumbs .home {
  font-size: 15px;
}
.theme-breadcrumbs .home:after {
  margin-left: 7px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Overlay Header
/*--------------------------------------------------------------------------------------------------------------------*/
.adaptive-overlay-header .header-navbar {
  background: transparent;
  position: absolute;
  z-index: 2;
  width: 100%;
  color: #aaa;
}
.adaptive-overlay-header .header-navbar .header-introbar {
  background: transparent;
  border-bottom: 1px solid #444;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.adaptive-overlay-header .header-navbar .color-bar:after {
  display: none;
}
.adaptive-overlay-header .header-navbar .nav-collapse {
  z-index: 2;
}
.adaptive-overlay-header .header-introbar {
  border-bottom-width: 0;
}
.adaptive-overlay-header.modern-header-style .header-navbar .nav li.menu-depth-0:hover > a {
  background: transparent;
}
.adaptive-overlay-header.underlined-header-style .header-navbar .navbar-search-wrapper {
  padding-top: 30px;
}
.adaptive-overlay-header.underlined-header-style .header-navbar .nav li.menu-depth-0 > a {
  padding-top: 33px;
  padding-bottom: 9px;
}
.adaptive-overlay-header.underlined-header-style .header-navbar .nav li.menu-depth-0.current-menu-item > a:before,
.adaptive-overlay-header.underlined-header-style .header-navbar .nav li.menu-depth-0.current-menu-ancestor > a:before {
  bottom: 2px;
}
.adaptive-header-contrast-colors .header-navbar .at-mobile-menu-link,
.adaptive-header-contrast-colors .header-navbar .at-mobile-menu-link:active,
.adaptive-header-contrast-colors .header-navbar .at-mobile-menu-link:focus {
  color: white;
}
.adaptive-header-contrast-colors .header-navbar .at-mobile-menu-link .icon-bar {
  background: white;
}
.adaptive-header-contrast-colors .header-navbar .nav li.menu-depth-0 > a {
  color: white;
}
.adaptive-header-contrast-colors .header-navbar .nav li.menu-depth-0 > a:hover {
  color: #459ce4;
}
.adaptive-header-contrast-colors .header-navbar .header-introbar a {
  color: white;
}
.adaptive-header-contrast-colors .header-navbar .header-introbar a:hover {
  color: #459ce4;
}
.adaptive-header-contrast-colors .header-navbar .navbar-search-wrapper .navbar-search-launcher {
  color: white;
}
.adaptive-header-contrast-colors .header-navbar .navbar-search-wrapper .navbar-search-launcher:hover {
  color: #459ce4;
}
.adaptive-header-contrast-colors .header-navbar #lang_sel {
  color: white;
}
.adaptive-header-contrast-colors .header-navbar #lang_sel a:hover {
  color: #459ce4;
}
.adaptive-header-contrast-colors.standard-header-style .header-navbar,
.adaptive-header-contrast-colors.modern-header-style .header-navbar,
.adaptive-header-contrast-colors.centered-header-style .header-navbar {
  border-bottom: 1px solid #444;
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.adaptive-header-contrast-colors.centered-header-style .logo-centered-divider {
  background: #444;
  background: rgba(255, 255, 255, 0.1);
}
.adaptive-header-contrast-colors.modern-header-style .header-navbar .nav li.menu-depth-0 > a:hover {
  background: #222;
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
.adaptive-header-contrast-colors.modern-header-style .header-navbar .nav li.menu-depth-0 > a:before,
.adaptive-header-contrast-colors.modern-header-style .header-navbar .nav li.menu-depth-0 > a:after {
  background: #444;
  background: rgba(255, 255, 255, 0.1);
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Forms
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Forms
/*--------------------------------------------------------------------------------------------------------------------*/
form {
  /* Placeholders -- these must be kept as separate rules */
}
form input,
form textarea {
  width: auto;
}
form input,
form button,
form select,
form textarea,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form .uneditable-input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  height: auto;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: black;
  max-width: 100%;
  line-height: 22px;
  border: 0;
  border: 1px solid #dddddd;
}
form input,
form button,
form select,
form textarea,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form .uneditable-input,
form input:focus,
form button:focus,
form select:focus,
form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form .uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.msie form input,
.msie form button,
.msie form select,
.msie form textarea,
.msie form input[type="text"],
.msie form input[type="password"],
.msie form input[type="datetime"],
.msie form input[type="datetime-local"],
.msie form input[type="date"],
.msie form input[type="month"],
.msie form input[type="time"],
.msie form input[type="week"],
.msie form input[type="number"],
.msie form input[type="email"],
.msie form input[type="url"],
.msie form input[type="search"],
.msie form input[type="tel"],
.msie form input[type="color"],
.msie form .uneditable-input {
  line-height: 18px;
}
form ::-webkit-input-placeholder {
  color: black;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: black;
  opacity: 1;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  opacity: 1;
}
form :-ms-input-placeholder {
  line-height: 18px;
  color: black;
}
form input:-ms-input-placeholder {
  line-height: 18px;
  color: black;
}
button,
input[type="submit"],
.btn {
  padding: 10px 21px;
  line-height: 18px;
  border: 0;
  background: #459ce4;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.03em;
}
button:hover,
input[type="submit"]:hover,
.btn:hover,
button:focus,
input[type="submit"]:focus,
.btn:focus,
button:active,
input[type="submit"]:active,
.btn:active {
  background: #171717;
  color: #ffffff;
}
button.disabled,
input[type="submit"].disabled,
.btn.disabled,
button[disabled],
input[type="submit"][disabled],
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
}
button.btn-normal.btn-no-icon,
input[type="submit"].btn-normal.btn-no-icon,
.btn.btn-normal.btn-no-icon {
  padding-left: 23px;
  padding-right: 23px;
}
.msie input:focus,
.msie textarea:focus {
  outline: none !important;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Shortcodes
/*--------------------------------------------------------------------------------------------------------------------*/
/* Accordion */
.accordion.accordion-style-style1 .accordion-heading a {
  color: black;
}
.accordion.accordion-style-style1 .accordion-heading a .accordion-toggle-icon {
  font-size: 20px;
  top: 8px;
  left: -5px;
}
.accordion.accordion-style-style1 .accordion-heading a:hover .accordion-title-wrapper {
  color: #459ce4;
}
.accordion.accordion-style-style1.show-unbolded-titles .accordion-title-wrapper {
  font-weight: 300;
}
.accordion.accordion-style-style1 .accordion-inner {
  padding-left: 35px;
}
.accordion .wpb_text_column p:last-child,
.main-content .accordion .wpb_text_column p:last-child {
  margin-bottom: 0;
}
.accordion.accordion-style-style2 .accordion-toggle {
  background: #459ce4;
  color: white;
}
.accordion.accordion-style-style2 .accordion-toggle.collapsed {
  background: #e5e5e5;
  color: black;
}
.accordion.accordion-style-style2 .accordion-toggle.collapsed:hover {
  background: #f0f0f0;
}
.accordion.accordion-style-style2 .accordion-toggle .accordion-toggle-icon {
  top: 12px;
  left: 12px;
}
.accordion.accordion-style-style2 .accordion-toggle .accordion-title-wrapper {
  font-weight: 300;
}
.accordion.accordion-style-style2 .accordion-inner {
  padding-left: 52px;
}
/* Alert */
.alert-shortcode {
  font-size: 14px;
  line-height: 26px;
  text-shadow: 1px 1px #ffffff;
  padding-bottom: 15px;
}
.alert-shortcode a.close {
  font-weight: 300;
  font-size: 19px;
}
.row .alert-shortcode .wpb_text_column p:last-child,
.row .alert-shortcode .wpb_text_column :last-child {
  margin-bottom: 0;
}
/* Blockquotes */
blockquote {
  padding-left: 37px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
  background: #459ce4;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
blockquote p {
  position: relative;
  padding-left: 60px;
  color: white;
  border-left: 4px solid white;
  font-size: 14px;
  line-height: 1.714em;
  font-weight: 400;
}
.blockquote-shortcode blockquote .blockquote-shortcode-inner:before {
  font-family: "Helvetica Neue", Helvetica, 'Segoe UI', Arial, sans-serif;
  content: '\201C';
}
.blockquote-shortcode.blockquote-style-style1 {
  position: relative;
  background: #459ce4;
  color: white;
  font-size: 14px;
  line-height: 24px;
}
.blockquote-shortcode.blockquote-style-style1 blockquote {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 37px;
}
.blockquote-shortcode.blockquote-style-style1 blockquote .blockquote-shortcode-inner:before {
  top: 22px;
}
.blockquote-shortcode.blockquote-style-style1 blockquote:before {
  content: "";
  display: block;
  background: white;
  position: absolute;
  left: 37px;
  top: 22px;
  bottom: 22px;
  width: 4px;
}
.blockquote-shortcode.blockquote-style-style2 {
  font-family: "Helvetica Neue", Helvetica, 'Segoe UI', Arial, sans-serif;
}
.blockquote-shortcode.blockquote-style-style2 blockquote {
  border-color: #bebebe;
}
.blockquote-shortcode.blockquote-style-style2 .top-divider,
.blockquote-shortcode.blockquote-style-style2 .bottom-divider {
  background: black;
}
.blockquote-shortcode.blockquote-style-style2 .blockquote-shortcode-inner,
.blockquote-shortcode.blockquote-style-style2 .blockquote-shortcode-source {
  color: black;
}
.blockquote-shortcode.blockquote-style-style2 .blockquote-shortcode-inner {
  padding-top: 10px;
}
.blockquote-shortcode.blockquote-style-style3 {
  position: relative;
  font-family: "Helvetica Neue", Helvetica, 'Segoe UI', Arial, sans-serif;
  color: black;
}
.blockquote-shortcode.blockquote-style-style3 blockquote .blockquote-shortcode-inner:before {
  top: 15px;
  font-size: 70px;
}
.blockquote-shortcode.blockquote-style-style3 blockquote:before {
  content: "";
  display: block;
  background: black;
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 4px;
}
.blockquote-shortcode.blockquote-style-style4 blockquote {
  background: #459ce4;
  color: white;
  padding-right: 70px;
  padding-left: 70px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 35px;
  font-size: 29px;
  font-weight: 100;
}
.blockquote-shortcode.blockquote-style-style4 blockquote .blockquote-shortcode-inner {
  padding: 0;
}
.blockquote-shortcode.blockquote-style-style4 blockquote .blockquote-shortcode-inner:before {
  display: none;
}
.blockquote-shortcode.blockquote-style-style4 blockquote .blockquote-shortcode-source {
  display: block;
  margin-top: 23px;
  margin-left: 0;
  font-size: 21px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 300;
  font-style: normal;
}
.blockquote-shortcode.blockquote-style-style4 blockquote .blockquote-shortcode-source:before {
  content: "\2014";
  margin-right: 6px;
  margin-left: -1px;
}
/* Boxes */
.box-shortcode.box-shortcode-style1 .box-shortcode-icon {
  color: black;
}
.box-shortcode.box-shortcode-style1.box-icon-type-pixeden .box-shortcode-content {
  display: inline-block;
  padding-right: 20px;
}
.box-shortcode.box-shortcode-style1.box-icon-type-pixeden .box-shortcode-content,
.box-shortcode.box-shortcode-style1.box-icon-type-pixeden .box-shortcode-content p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.box-shortcode.box-shortcode-style1.box-icon-type-pixeden .box-shortcode-icon {
  font-size: 66px;
  margin-left: -6px;
}
.box-shortcode.box-shortcode-style1.box-icon-type-pixeden .box-shortcode-heading {
  font-size: 24px;
  padding-top: 16px;
  margin-bottom: 24px;
}
.box-shortcode.box-shortcode-style1.box-icon-type-entypo {
  padding-right: 10px;
}
.box-shortcode.box-shortcode-style1.box-icon-type-entypo .box-shortcode-content,
.box-shortcode.box-shortcode-style1.box-icon-type-entypo .box-shortcode-content p {
  font-size: 14px;
  line-height: 24px;
}
.box-shortcode.box-shortcode-style2 .box-shortcode-heading {
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-bottom: 17px;
}
.box-shortcode.box-shortcode-style2 .box-shortcode-icon {
  color: white;
  padding-left: 1px;
}
.box-shortcode.box-shortcode-style2 .box-shortcode-icon-wrapper {
  background-color: #459ce4;
  border-color: transparent;
  margin-right: 12px;
}
.box-shortcode.box-shortcode-style2 .box-shortcode-content {
  padding-right: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.box-shortcode.box-shortcode-style3 .box-shortcode-icon,
.box-shortcode.box-shortcode-style4 .box-shortcode-icon {
  margin-top: 22px;
}
.box-shortcode.box-shortcode-style5 {
  padding-left: 45px;
}
.box-shortcode.box-shortcode-style5 .box-shortcode-icon {
  font-size: 30px;
  margin-top: -3px;
  color: black;
}
.box-shortcode.box-shortcode-style5 .box-shortcode-content,
.box-shortcode.box-shortcode-style5 .box-shortcode-content p {
  font-size: 15px;
}
.box-shortcode.box-shortcode-style6.box-icon-type-entypo .box-shortcode-icon {
  margin-top: 20px;
}
.box-shortcode.box-shortcode-style6 .box-shortcode-heading {
  font-weight: 400;
  letter-spacing: 0.01em;
}
.box-shortcode.box-shortcode-style6 .box-shortcode-inner-wrapper {
  padding-top: 48px;
}
.box-shortcode.box-shortcode-style6 .box-shortcode-content,
.box-shortcode.box-shortcode-style6 .box-shortcode-content p {
  font-weight: 300;
  letter-spacing: 0.02em;
}
.box-shortcode.box-shortcode-style7 {
  text-align: center;
}
.box-shortcode.box-shortcode-style7 h3 {
  margin-top: 8px;
  margin-bottom: 26px;
}
.box-shortcode.box-shortcode-style7 .box-shortcode-icon {
  font-size: 66px;
}
.box-shortcode.box-shortcode-style7 .box-shortcode-content {
  font-size: 14px;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
}
.span4 > .wpb_wrapper > .box-shortcode.box-shortcode-style7 {
  padding-left: 8px;
  padding-right: 8px;
}
.span4 > .wpb_wrapper > .box-shortcode.box-shortcode-style7 .box-shortcode-heading {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 32px;
  margin-top: 22px;
}
.span4 > .wpb_wrapper > .box-shortcode.box-shortcode-style7 .box-shortcode-content {
  letter-spacing: inherit;
  font-weight: inherit;
}
/* Buttons */
.btn-shortcode {
  position: relative;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 41px;
  padding-right: 41px;
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #459ce4;
  border-color: #459ce4;
  /* Revolution Slider button styling */
}
.btn-shortcode:hover {
  background-color: black;
  border-color: black;
}
.btn-shortcode:active {
  background-color: #ccc;
  border-color: #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.rev_slider .btn-shortcode {
  /* Important keyword needed to override revolution slider */
  padding-top: 8px !important;
  padding-bottom: 10px !important;
  padding-left: 41px !important;
  padding-right: 41px !important;
}
.btn-shortcode i {
  position: absolute;
  line-height: 12px;
  width: auto;
}
.btn-shortcode i[class^="entypo"]:before {
  font-size: 20px;
  line-height: 19px;
}
.btn-shortcode.btn-small {
  font-size: 11px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 13px;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-shortcode.btn-small.btn-no-icon {
  padding-left: 22px;
  padding-right: 22px;
}
.btn-shortcode.btn-small.btn-icon {
  padding-left: 42px;
}
.btn-shortcode.btn-small i {
  left: 13px;
}
.btn-shortcode.btn-small i:before {
  font-size: 19px;
  line-height: 19px;
}
.btn-shortcode.btn-small i[class^="entypo"] {
  margin-top: -1px;
  left: 9px;
}
.btn-shortcode.btn-large {
  padding-right: 34px;
  padding-left: 34px;
  margin-bottom: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-shortcode.btn-large.btn-icon {
  padding-left: 67px;
}
.btn-shortcode.btn-large i {
  left: 26px;
}
.btn-shortcode.btn-large i[class^="entypo"] {
  margin-top: 5px;
  left: 22px;
}
.btn-shortcode.btn-large .btn-text {
  text-transform: none;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}
.btn-shortcode.btn-normal {
  font-size: 14px;
  margin-bottom: 18px;
  padding-right: 23px;
}
.btn-shortcode.btn-normal.btn-icon {
  padding-left: 57px;
}
.btn-shortcode.btn-normal i {
  left: 21px;
}
.btn-shortcode.btn-normal i:before {
  font-size: 19px;
  line-height: 19px;
}
.btn-shortcode.btn-normal i[class^="entypo"] {
  margin-top: 1px;
  left: 18px;
}
.btn-shortcode,
.btn-shortcode .btn-text {
  font-size: 11px;
  text-transform: uppercase;
}
.btn-shortcode.adap-btn-show-border {
  border-width: 1px;
  border-style: solid;
}
/* Counter Box */
.count-box {
  background-color: #459ce4;
  color: white;
}
.count-box .count-wrapper {
  font-weight: 100;
}
.count-box .count-wrapper.bolded-counter {
  font-weight: 400;
}
.count-box .count-caption {
  font-weight: 300;
  font-size: 14px;
}
/* Dropcap */
.dropcap-shortcode.dropcap-style-style1 {
  font-weight: 300;
  position: relative;
  bottom: -5px;
  padding-right: 12px;
  color: black;
}
.dropcap-shortcode.dropcap-style-style2 {
  background: #459ce4;
  position: relative;
  color: white;
  font-weight: 300;
  padding-top: 1px;
  padding-bottom: 2px;
  margin-top: 8px;
  margin-right: 10px;
}
/* Embeds */
embed,
iframe,
object,
video {
  max-width: 100%;
}
.videopress-placeholder {
  width: 100% !important;
  height: auto !important;
}
/* Gallery */
.gallery .gallery-icon img {
  height: auto;
  max-width: 100%;
}
.gallery .gallery-icon a {
  display: inline-block;
  width: 95%;
  padding-left: 5%;
  right: 5%;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
}
.gallery .gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery .gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery .gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery .gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery .gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery .gallery-columns-6 .gallery-item {
  width: 16.6%;
}
.gallery .gallery-columns-7 .gallery-item {
  width: 14.2%;
}
.gallery .gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery .gallery-columns-9 .gallery-item {
  width: 11.1%;
}
/* Hero Unit */
.hero-unit {
  padding-top: 32px;
  padding-bottom: 17px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.hero-unit,
.hero-unit p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.hero-unit h1,
.hero-unit h2,
.hero-unit h3,
.hero-unit h4,
.hero-unit h5,
.hero-unit h6 {
  letter-spacing: 0;
}
.hero-unit .btn-large {
  padding-left: 38px;
  padding-right: 38px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.hero-unit .btn-large .btn-text {
  font-weight: 500;
}
/* Google Maps */
.top-gmap {
  margin-top: -56px;
}
/* Highlight Shortcode */
.highlight-shortcode {
  background: #459ce4;
  color: white;
}
/* Icon list */
.list-shortcode {
  color: black;
}
.list-shortcode li {
  font-size: 14px;
  margin-bottom: 8px;
}
.list-shortcode li i {
  font-size: 16px;
  color: #459ce4;
}
/* Images with Captions */
img.alignleft,
img.align-left {
  margin: 12px 24px 12px 0;
}
img.alignright,
img.align-right {
  margin: 12px 0 12px 24px;
}
img.aligncenter,
img.align-center,
img.alignnone,
img.align-none {
  margin-top: 17px;
  margin-bottom: 18px;
}
img.alignnone {
  margin-top: 7px;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
img .img-polaroid {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 3px;
}
.wp-caption {
  max-width: 100%;
  margin: 4px;
}
.wp-caption.aligncenter,
.wp-caption.align-center,
.wp-caption.alignnone,
.wp-caption.align-none {
  margin-top: 17px;
  margin-bottom: 18px;
}
.wp-caption.alignnone,
.wp-caption.align-none {
  padding-left: 0;
  padding-right: 0;
}
.wp-caption.alignright,
.wp-caption.align-right {
  padding-right: 0;
  margin-top: 12px;
  margin-left: 12px;
  margin-right: 0;
}
.wp-caption.alignright .wp-caption-text,
.wp-caption.align-right .wp-caption-text {
  text-align: left;
  padding-left: 10px;
}
.wp-caption.alignleft,
.wp-caption.align-left {
  margin-top: 12px;
  margin-right: 12px;
}
.wp-caption-text,
.gallery-caption,
.entry-caption {
  font-family: "Palatino Linotype", "Palatino", "Georgia", serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.6em;
  color: #000;
  margin-top: 5px;
  margin-left: 0;
}
/* Label */
.label-shortcode {
  background: #459ce4;
}
/* Lightbox (PrettyPhoto) */
body div.pp_default {
  /* Overly specific selector needed due to PrettyPhoto default CSS */
}
body div.pp_default .pp_top,
body div.pp_default .pp_bottom {
  display: none;
}
body div.pp_default .pp_content_container .pp_left,
body div.pp_default .pp_content_container .pp_right {
  background: transparent;
  padding: 0;
}
body div.pp_default .pp_content_container .pp_content {
  background: transparent;
}
body div.pp_default .pp_content_container .pp_content p {
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
}
body div.pp_default .pp_content_container .pp_content .pp_loaderIcon {
  background-color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body div.pp_default .pp_content_container .pp_content .pp_fade {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}
body div.pp_default .pp_content_container .pp_content .pp_expand,
body div.pp_default .pp_content_container .pp_content .pp_contract {
  right: 49px;
  top: 17px;
}
body div.pp_default .pp_content_container .pp_content .pp_next,
body div.pp_default .pp_content_container .pp_content .pp_previous {
  display: none !important;
}
body div.pp_default .pp_content_container .pp_content .pp_details {
  margin-top: 10px;
}
body div.pp_default .pp_content_container .pp_content .pp_nav {
  padding-left: 13px;
}
body div.pp_default .pp_content_container .pp_content .pp_nav .pp_arrow_previous,
body div.pp_default .pp_content_container .pp_content .pp_nav .pp_arrow_next {
  margin-top: 0;
  margin-right: 4px;
}
body div.pp_default .pp_content_container .pp_content .pp_nav .currentTextHolder {
  left: 111px;
  color: #adadad;
}
body div.pp_default .pp_content_container .pp_content .pp_description {
  color: white;
  position: relative;
  top: 2px;
  margin-left: 130px;
  margin-right: 100px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
body div.pp_default .pp_content_container .pp_content .pp_close {
  margin-right: 13px;
}
body div.pp_default .pp_content_container .pp_content .pp_expand,
body div.pp_default .pp_content_container .pp_content .pp_contract,
body div.pp_default .pp_content_container .pp_content .pp_play,
body div.pp_default .pp_content_container .pp_content .pp_pause,
body div.pp_default .pp_content_container .pp_content .pp_arrow_previous,
body div.pp_default .pp_content_container .pp_content .pp_arrow_next,
body div.pp_default .pp_content_container .pp_content .pp_close {
  opacity: 1;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 30px;
  height: 30px;
  outline-offset: 0;
  border-radius: 2px;
  color: white;
  text-indent: 0;
  overflow: hidden;
}
body div.pp_default .pp_content_container .pp_content .pp_expand:hover,
body div.pp_default .pp_content_container .pp_content .pp_contract:hover,
body div.pp_default .pp_content_container .pp_content .pp_play:hover,
body div.pp_default .pp_content_container .pp_content .pp_pause:hover,
body div.pp_default .pp_content_container .pp_content .pp_arrow_previous:hover,
body div.pp_default .pp_content_container .pp_content .pp_arrow_next:hover,
body div.pp_default .pp_content_container .pp_content .pp_close:hover {
  background: white;
  color: black;
}
body div.pp_default .pp_content_container .pp_content .pp_expand:before,
body div.pp_default .pp_content_container .pp_content .pp_contract:before,
body div.pp_default .pp_content_container .pp_content .pp_play:before,
body div.pp_default .pp_content_container .pp_content .pp_pause:before,
body div.pp_default .pp_content_container .pp_content .pp_arrow_previous:before,
body div.pp_default .pp_content_container .pp_content .pp_arrow_next:before,
body div.pp_default .pp_content_container .pp_content .pp_close:before {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  position: relative;
  font-size: 17px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
}
body div.pp_default .pp_content_container .pp_content .pp_expand:before {
  content: '\e857';
}
body div.pp_default .pp_content_container .pp_content .pp_contract:before {
  content: '\e857';
}
body div.pp_default .pp_content_container .pp_content .pp_play:before {
  content: '\e8f0';
}
.mozilla body div.pp_default .pp_content_container .pp_content .pp_play:before {
  left: 1px;
}
body div.pp_default .pp_content_container .pp_content .pp_pause:before {
  content: '\e8ee';
}
body div.pp_default .pp_content_container .pp_content .pp_arrow_previous:before {
  content: '\e8ce';
}
body div.pp_default .pp_content_container .pp_content .pp_arrow_next:before {
  content: '\e8cd';
}
body div.pp_default .pp_content_container .pp_content .pp_close:before {
  content: '\e865';
}
.mozilla body div.pp_default .pp_content_container .pp_content .pp_close:before {
  top: 1px;
}
.webkit body div.pp_default .pp_content_container .pp_content .pp_close:before {
  top: 2px;
}
.webkit body div.pp_default .pp_content_container .pp_content .pp_expand:before,
.webkit body div.pp_default .pp_content_container .pp_content .pp_contract:before,
.webkit body div.pp_default .pp_content_container .pp_content .pp_play:before,
.webkit body div.pp_default .pp_content_container .pp_content .pp_pause:before,
.webkit body div.pp_default .pp_content_container .pp_content .pp_arrow_previous:before,
.webkit body div.pp_default .pp_content_container .pp_content .pp_arrow_next:before {
  top: 1px;
}
.pp_overlay {
  opacity: 0.8 !important;
  /* important needed to override inline style */
}
/* Pixeden Icons */
.pixeden-icon-shortcode i {
  display: inline-block;
}
.pixeden-icon-shortcode.icon-shortcode.size-large.icon-circle-background {
  border-width: 1px;
}
.pixeden-icon-shortcode.icon-shortcode.size-large i {
  position: relative;
  font-size: 44px;
  top: 7px;
}
/* Posts */
.recent-posts-shortcode section.post-preview {
  margin-bottom: 30px;
}
.recent-posts-shortcode .article-header {
  margin-bottom: 6px;
}
.recent-posts-shortcode .article-header h1 {
  margin-top: 0;
}
.recent-posts-shortcode .article-header h1 a {
  display: inline-block;
  padding-top: 18px;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.01em;
  text-transform: none;
  color: black;
}
.recent-posts-shortcode .article-header h1 a:hover {
  color: #459ce4;
}
.recent-posts-shortcode .article-header time {
  font-family: inherit;
  font-style: normal;
  font-size: 16px;
  margin-right: 15px;
}
.recent-posts-shortcode .article-header time:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 6px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  content: '\e874';
  color: #e5e5e5;
}
.recent-posts-shortcode .article-header .byline {
  display: inline-block;
}
.recent-posts-shortcode .article-header .byline-comments {
  display: inline-block;
  position: static;
}
.recent-posts-shortcode .article-header .byline-comments a {
  position: relative;
  color: #8d8d8d;
}
.recent-posts-shortcode .article-header .byline-comments a:before {
  margin-left: 0;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 2px;
  color: #e5e5e5;
  font-size: 19px;
}
.recent-posts-shortcode .entry-excerpt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
}
.recent-posts-shortcode .entry-excerpt,
.recent-posts-shortcode .entry-excerpt p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.recent-posts-shortcode .post-permalink {
  display: inline-block;
  font-size: 66px;
  font-weight: 300;
  color: black;
  padding-top: 9px;
}
.recent-posts-shortcode .post-permalink:hover {
  color: #459ce4;
}
.recent-posts-shortcode .post-permalink:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: -3px;
  font-family: "pixeden" !important;
  content: "b";
}
.bigger-gaps.span8 .recent-posts-shortcode.column-count-2 .span6:first-child > .post-preview > article {
  padding-right: 6px;
  padding-left: 0;
}
.bigger-gaps.span8 .recent-posts-shortcode.column-count-2 .span6 > .post-preview > article {
  padding-left: 6px;
}
/* Pricing Table */
.pricing-plan-shortcode .pricing-plan-title {
  font-weight: 300;
}
.pricing-plan-shortcode .pricing-plan-currency {
  font-weight: 300;
}
.pricing-plan-shortcode .pricing-plan-price {
  font-weight: 300;
  letter-spacing: 0;
}
.pricing-plan-shortcode .pricing-plan-period {
  margin-left: -2px;
}
.pricing-table .pricing-plan-shortcode .pricing-plan-header {
  background: transparent;
  color: black;
}
.pricing-table .pricing-plan-shortcode .pricing-plan-title {
  color: black;
}
.pricing-table .pricing-plan-shortcode .pricing-plan-details {
  background: transparent;
}
.pricing-table .pricing-plan-featured .pricing-plan-header {
  background: white;
}
.pricing-table .pricing-plan-featured .pricing-plan-title-wrapper {
  background: #459ce4;
  border-color: #459ce4;
}
.pricing-table .pricing-plan-featured .pricing-plan-title {
  color: white;
}
/* Profile  */
.adap-profile-shortcode .thumbnail .profile-picture {
  margin-bottom: 0;
  width: 100%;
}
.adap-profile-shortcode .profile-name {
  text-transform: none;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
.adap-profile-shortcode .profile-social-links {
  top: 6px;
}
.adap-profile-shortcode .profile-social-links a:hover {
  color: #459ce4;
}
.adap-profile-shortcode .profile-title {
  font-family: inherit;
  font-style: normal;
  color: black;
  margin-bottom: 21px;
}
.adap-profile-shortcode .profile-text,
.adap-profile-shortcode .profile-text p {
  line-height: 24px;
  letter-spacing: 0.036em;
}
.adap-profile-shortcode .thumbnail .caption {
  color: inherit;
}
.adap-profile-shortcode .profile-image-wrapper {
  position: relative;
  margin-bottom: 21px;
}
.adap-profile-shortcode .profile-image-wrapper .black-image-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.zero-gap-columns .adap-profile-shortcode .caption {
  padding-left: 20px;
}
.zero-gap-columns .adap-profile-shortcode .profile-social-links {
  right: 39px;
}
/* Progress Bar */
.progress-bar-shortcode .progress-bar-label-wrapper {
  background: #e5e5e5;
  font-weight: bold;
}
.progress-bar-shortcode .progress-bar-label-wrapper .progress-bar-icon {
  color: #b7b7b7;
}
.progress-bar-shortcode .progress-bar-label-wrapper .progress-bar-label {
  color: black;
}
.progress-bar-shortcode .bar {
  background: #459ce4;
}
/* Progress Circle */
.animated-circle-icon:before {
  padding-top: 10px;
}
.animated-circle-label {
  font-weight: 300;
}
.animated-circle-intro {
  margin-bottom: 5%;
}
.animated-circle-wrapper.no-intro .animated-circle-label {
  margin-top: 13%;
}
/* Rows */
.full-width-section {
  z-index: 1;
  overflow: visible;
  background: #459ce4;
}
.full-width-section .zero-gap-columns [class*="span"] {
  margin-left: 0;
}
.full-width-section .zero-gap-columns .span1 {
  width: 100%;
}
.full-width-section .zero-gap-columns .span2 {
  width: 16.6666666666666666666666666%;
}
.full-width-section .zero-gap-columns .span3 {
  width: 25%;
}
.full-width-section .zero-gap-columns .span4 {
  width: 33.3333333333333333333333333%;
}
.full-width-section .zero-gap-columns .span5 {
  width: 41.6666666666666666666666666%;
}
.full-width-section .zero-gap-columns .span6 {
  width: 50%;
}
.full-width-section .zero-gap-columns .span7 {
  width: 58.3333333333333333333333333%;
}
.full-width-section .zero-gap-columns .span8 {
  width: 66.6666666666666666666666666%;
}
.full-width-section .zero-gap-columns .span9 {
  width: 75%;
}
.full-width-section .zero-gap-columns .span10 {
  width: 83.3333333333333333333333333%;
}
.full-width-section .zero-gap-columns .span11 {
  width: 91.6666666666666666666666666%;
}
.full-width-section .zero-gap-columns .span12 {
  width: 100%;
}
/* Search form */
.form-search {
  position: relative;
}
.form-search .search-input-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding-right: 69px;
}
.form-search .search-query {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
  height: 38px;
}
.form-search .btn {
  position: absolute;
  right: 0;
  top: 0;
}
/* Social Buttons */
.wpb_pinterest {
  display: inline-block;
  margin-right: 5px;
}
.site-content-wrapper .twitter-share-button,
.site-content-wrapper .entry-content .twitter-share-button {
  margin-bottom: 0;
}
/* Tables */
.entry-content table,
.comment-content table {
  border: 1px solid #e2e2e2;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  margin: 0 0 24px;
  margin: 0 0 1.714285714rem;
  width: 100%;
}
.entry-content table caption,
.comment-content table caption {
  font-size: 16px;
  font-size: 1.142857143rem;
  margin: 24px 0;
  margin: 1.714285714rem 0;
}
.entry-content table th,
.comment-content table th {
  padding: 1px 15px;
  border-left: 1px solid #cbcbcb;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  background: #e2e2e2;
  border-top: 20px solid #e2e2e2;
  border-bottom: 20px solid #e2e2e2;
}
.entry-content table th:first-child,
.comment-content table th:first-child {
  border-left: none;
}
.entry-content table td,
.comment-content table td {
  border-top: 1px solid #e2e2e2;
  padding: 8px 0 7px 0;
  text-align: center;
  font-weight: 400;
}
.entry-content table td.even,
.comment-content table td.even {
  background: #fafafa;
}
.entry-content table tr:nth-child(odd),
.comment-content table tr:nth-child(odd) {
  background: #fafafa;
}
/* Tabs */
.nav-tabs > li > a.tab-shortcode-tab:hover {
  color: #459ce4;
}
/* Testimonials */
.testimonial-shortcode .quote {
  position: relative;
}
.testimonial-shortcode .testimonial-image {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 2;
}
.testimonial-shortcode .testimonials-text {
  margin-right: 0;
  margin-bottom: 29px;
}
.testimonial-shortcode .has-featured-image .testimonials-text {
  padding-left: 134px;
}
.testimonial-shortcode.testimonial-shortcode-style-style1 .testimonials-text {
  padding-bottom: 27px;
}
.testimonial-shortcode .author {
  line-height: 1.2em;
}
.testimonial-shortcode .author .author-name,
.testimonial-shortcode .author .author-title {
  font-weight: 300;
}
.testimonial-shortcode.testimonial-shortcode-style-style2 .has-featured-image cite {
  padding-left: 131px;
}
.testimonial-shortcode.testimonial-shortcode-style-style2 cite {
  padding-left: 30px;
}
.testimonial-shortcode.testimonial-shortcode-style-style2 cite .testimonial-shortcode-user-icon {
  position: relative;
  top: -1px;
}
/* Text Shortcode */
.custom-text-shortcode {
  display: inline-block;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Revolution Slider
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Revolution Slider
/*--------------------------------------------------------------------------------------------------------------------*/
.rev_slider_wrapper iframe {
  border: 0;
}
.rev_slider_wrapper .rev_slider {
  background-size: cover;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
  position: relative;
  background: transparent;
  width: 12px;
  height: 12px;
  border-radius: 16px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  margin: 0 3px;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected {
  background: transparent;
}
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected:before {
  display: block;
  content: '';
  margin-left: 2px;
  margin-top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Post
/*--------------------------------------------------------------------------------------------------------------------*/
.post {
  /* Quote post format */
  /* Video post format */
  /* Image post format */
}
.single-post .post .meta-secondary-wrapper {
  display: none;
}
.post.format-quote .featured-blockquote blockquote {
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.post.format-quote .featured-blockquote blockquote p {
  padding-left: 0;
  border-left: 0;
  line-height: 35px;
  font-size: 29px;
  font-weight: 100;
}
.post.format-quote .featured-blockquote blockquote p:before {
  display: none;
}
.post.format-quote .featured-blockquote blockquote p cite {
  display: block;
  margin-top: 23px;
  font-size: 21px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 300;
}
.post.format-quote .featured-blockquote blockquote p cite:before {
  content: "\2014";
  margin-right: 6px;
  margin-left: -1px;
}
.post.format-quote .byline {
  margin-bottom: 60px;
}
.post.format-video .fluid-width-video-wrapper,
.post.format-video .embed-youtube {
  margin-bottom: 28px;
}
.post.format-gallery .post-featured-content .wpb_gallery_slides {
  margin-bottom: 21px;
}
.post.format-image .wp-caption-dd {
  margin-bottom: 0;
}
.post.format-image .alignnone {
  margin-top: 10px;
}
.post.format-image .entry-content > dl:first-child {
  display: none;
}
.post.format-image img {
  width: auto;
}
.post.format-image .byline {
  margin-top: 21px;
}
.post.format-image .wpb_content_element {
  margin-bottom: 0;
}
.post .post-featured-content {
  margin-bottom: 6px;
}
.post .post-featured-content .wp-post-image {
  margin-bottom: 22px;
}
.post .byline {
  margin-left: 0;
  margin-bottom: 7px;
}
.post .byline .byline-item {
  list-style: none;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: 300;
  color: #ccc;
  position: relative;
  /* Right side byline items layout */
}
.post .byline .byline-item a {
  color: #ccc;
  font-size: inherit;
}
.post .byline .byline-item a:hover {
  color: #459ce4;
}
.post .byline .byline-item,
.post .byline .byline-item a {
  letter-spacing: 0.06em;
}
.post .byline .byline-item [class^="entypo-"]:before,
.post .byline .byline-item [class*=" entypo-"]:before {
  font-size: 20px;
  display: block;
  position: absolute;
  left: 0;
}
.post .byline .byline-item .entypo-comment:before {
  padding-top: 2px;
}
.post .byline .byline-item.byline-author {
  padding-left: 30px;
  margin-right: 10px;
}
.post .byline .byline-item.byline-categories {
  padding-left: 31px;
  margin-right: 9px;
  text-transform: lowercase;
}
.post .byline .byline-item.byline-categories .categories {
  font-size: 14px;
}
.post .byline .byline-item.byline-categories .more-categories-btn-group {
  line-height: 12px;
}
.post .byline .byline-item.byline-categories .more-categories-btn-group .dropdown-menu {
  top: 150%;
}
.post .byline .byline-item.byline-categories .more-link {
  position: relative;
  text-decoration: none;
}
.post .byline .byline-item.byline-categories .more-link i:before {
  display: inline-block;
  padding-top: 3px;
  position: relative;
  left: auto;
  font-size: 14px;
}
.post .byline .byline-item.byline-categories .btn-group {
  text-align: right;
}
.post .byline .byline-item.byline-categories .btn-group.open .more-link {
  color: #459ce4;
}
.post .byline .byline-item.byline-comments {
  padding-left: 28px;
}
.post .byline .byline-item.byline-datetime {
  float: none;
  font-size: 19px;
}
.post .byline .byline-item.byline-datetime a {
  letter-spacing: 0.01em;
  color: #686868;
}
.post .byline .byline-item.right-side-byline-items-parent {
  float: right;
}
.post .byline .byline-item.right-side-byline-items-parent .right-side-byline-items {
  margin-left: 0;
}
.post .byline .byline-item.right-side-byline-items-parent .right-side-byline-items .byline-item {
  padding-top: 2px;
}
.post .post-text-content {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.post .post-text-content .post-title {
  margin-top: 20px;
  margin-bottom: 11px;
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 32px;
}
.post .post-text-content .post-title a {
  color: black;
}
.post .post-text-content .post-title a:hover {
  color: #459ce4;
}
.post .post-divider {
  max-width: 170px;
  margin-bottom: 5px;
  margin-top: 60px;
  text-align: left;
}
.single-post .post .post-divider {
  /* The post divider should span the entire width of the post in the single post layout */
  max-width: 10000px;
  margin-bottom: 25px;
}
.single-post .post .end-post-divider {
  display: none;
}
.post .footer-byline {
  margin-bottom: 54px;
}
.post .footer-byline .byline-footer-item {
  font-weight: 300;
}
.post .footer-byline .byline-footer-item,
.post .footer-byline .byline-footer-item a {
  letter-spacing: 0.03em;
  color: #3b3b3b;
}
.post .footer-byline .byline-footer-item a:hover {
  color: #459ce4;
}
.post .footer-byline .byline-footer-item.byline-tags {
  float: right;
  display: inline-block;
}
.post .footer-byline .byline-footer-item.byline-author {
  float: none;
  display: inline-block;
  padding-left: 0;
}
.post .next-prev-nav {
  position: relative;
  margin-bottom: 47px;
}
.post .next-prev-nav .post-nav-title {
  display: none;
}
.post .next-prev-nav .nav-next,
.post .next-prev-nav .nav-previous {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 47%;
}
.post .next-prev-nav .nav-next a,
.post .next-prev-nav .nav-previous a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding: 10px 17px;
  line-height: 14px;
  border: 0;
  color: black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ddd;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
}
.post .next-prev-nav .nav-next a:hover,
.post .next-prev-nav .nav-previous a:hover {
  color: white;
  background: #459ce4;
  border-color: #459ce4;
}
.post .next-prev-nav .nav-previous a:before,
.post .next-prev-nav .nav-next a:after {
  top: 1px;
  font-family: 'entypo';
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity .8 */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - magrins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  position: relative;
}
.post .next-prev-nav .nav-previous {
  padding-right: 20px;
}
.post .next-prev-nav .nav-previous a:before {
  content: '\e8a1';
  margin-right: 22px;
}
.post .next-prev-nav .nav-next {
  text-align: right;
  float: right;
  padding-left: 20px;
}
.post .next-prev-nav .nav-next a:after {
  content: '\e8a0';
  margin-left: 22px;
}
.post .next-prev-nav .nav-blog {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
.post .next-prev-nav .nav-blog a {
  cursor: default;
  font-size: 32px;
  color: black;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Comments
/*--------------------------------------------------------------------------------------------------------------------*/
.comments-title {
  margin-bottom: 28px;
}
.comments-title,
#comment-form-title {
  margin-top: 0;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
#comment-form-title {
  margin-bottom: 43px;
}
.comments .comment.depth-1 {
  margin-top: 16px;
  margin-bottom: 50px;
}
.comments .comment:last-child {
  margin-bottom: 28px;
}
.comments .comment p,
.comments .comment ul {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.comments .comment .avatar-link {
  margin-top: 3px;
  margin-right: 30px;
}
.comments .comment .avatar-link img {
  margin-top: 0;
}
.comments .comment .media-body {
  letter-spacing: 0.02em;
}
.comments .comment .media-body .comment-author {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
}
.comments .comment .media-body .comment-author a {
  color: black;
}
.comments .comment .media-body .comment-author a:hover {
  color: #459ce4;
}
.comments .comment .media-body .comment-author .comment-citation {
  display: block;
  line-height: 1;
  color: black;
  padding-bottom: 3px;
}
.comments .comment .media-body .comment-author .comment-citation,
.comments .comment .media-body .comment-author .comment-citation a {
  font-size: 17px;
  font-weight: 600;
}
.respond-form {
  padding-top: 0;
  margin-bottom: 230px;
}
.respond-form a {
  color: black;
}
.respond-form .comment-form .control-group {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 21px;
}
.respond-form .comment-form .control-group.email-field-wrapper {
  padding-left: 5px;
}
.respond-form .comment-form .control-group.name-field-wrapper,
.respond-form .comment-form .control-group.website-field-wrapper {
  padding-right: 5px;
}
.respond-form .comment-form .control-group .control-label {
  display: none;
  float: none;
  line-height: 27px;
  text-align: left;
}
.respond-form .comment-form .control-group .controls {
  margin-left: 0;
}
.respond-form .comment-form .control-group label {
  color: black;
  font-weight: 600;
  margin-bottom: 11px;
}
.respond-form .comment-form .control-group textarea,
.respond-form .comment-form .control-group input[type="text"],
.respond-form .comment-form .control-group input[type="email"],
.respond-form .comment-form .control-group input[type="url"] {
  width: 100%;
}
.respond-form .comment-form .control-group input[type="submit"] {
  font-size: 11px;
  padding-left: 38px;
  padding-right: 38px;
}
.comment-form .subscribe-label {
  font-weight: 400;
}
#subscribe_comments,
#subscribe_blog {
  position: relative;
  margin-top: 0;
  top: -1px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Pagination
/*--------------------------------------------------------------------------------------------------------------------*/
.blog-pagination,
.portfolio-pagination-links {
  text-align: center;
  margin-top: -44px;
  margin-bottom: 107px;
}
.blog-pagination .post-divider,
.portfolio-pagination-links .post-divider {
  display: none;
}
.blog-pagination .pagination,
.portfolio-pagination-links .pagination {
  margin-top: 0;
}
.blog-pagination .pagination ul,
.portfolio-pagination-links .pagination ul {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.blog-pagination .pagination li,
.portfolio-pagination-links .pagination li {
  display: none;
}
.blog-pagination .pagination li *,
.portfolio-pagination-links .pagination li * {
  float: none;
  display: inline-block;
  padding: 10px 21px;
  line-height: 18px;
  border: 0px none;
  background: black;
  color: white;
  box-shadow: none;
  text-shadow: none;
  border-radius: 3px 3px 3px 3px;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 4px;
}
.blog-pagination .pagination .bpn-prev-link,
.portfolio-pagination-links .pagination .bpn-prev-link,
.blog-pagination .pagination .bpn-next-link,
.portfolio-pagination-links .pagination .bpn-next-link {
  display: inline-block;
  float: none;
  background: none;
  color: black;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  width: 66px;
  height: 69px;
}
.blog-pagination .pagination .bpn-prev-link a,
.portfolio-pagination-links .pagination .bpn-prev-link a,
.blog-pagination .pagination .bpn-next-link a,
.portfolio-pagination-links .pagination .bpn-next-link a {
  position: absolute;
  color: black;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 66px;
  font-weight: 300;
}
.blog-pagination .pagination .bpn-prev-link a,
.portfolio-pagination-links .pagination .bpn-prev-link a,
.blog-pagination .pagination .bpn-next-link a,
.portfolio-pagination-links .pagination .bpn-next-link a,
.blog-pagination .pagination .bpn-prev-link a:hover,
.portfolio-pagination-links .pagination .bpn-prev-link a:hover,
.blog-pagination .pagination .bpn-next-link a:hover,
.portfolio-pagination-links .pagination .bpn-next-link a:hover {
  background: none;
}
.blog-pagination .pagination .bpn-prev-link a:hover,
.portfolio-pagination-links .pagination .bpn-prev-link a:hover,
.blog-pagination .pagination .bpn-next-link a:hover,
.portfolio-pagination-links .pagination .bpn-next-link a:hover {
  color: #459ce4;
}
.blog-pagination .pagination .bpn-prev-link a:after,
.portfolio-pagination-links .pagination .bpn-prev-link a:after,
.blog-pagination .pagination .bpn-next-link a:after,
.portfolio-pagination-links .pagination .bpn-next-link a:after {
  display: none;
}
.blog-pagination .pagination .bpn-prev-link a:before,
.portfolio-pagination-links .pagination .bpn-prev-link a:before,
.blog-pagination .pagination .bpn-next-link a:before,
.portfolio-pagination-links .pagination .bpn-next-link a:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  font-family: "pixeden" !important;
  position: relative;
  width: 1em;
  top: 1px;
}
.blog-pagination .pagination .bpn-prev-link a,
.portfolio-pagination-links .pagination .bpn-prev-link a {
  right: 0;
}
.blog-pagination .pagination .bpn-next-link a,
.portfolio-pagination-links .pagination .bpn-next-link a {
  left: 0;
}
.blog-pagination .pagination .bpn-prev-link a:before,
.portfolio-pagination-links .pagination .bpn-prev-link a:before {
  content: "c";
}
.blog-pagination .pagination .bpn-next-link a:before,
.portfolio-pagination-links .pagination .bpn-next-link a:before {
  content: "b";
}
.blog-pagination .pagination .disabled a:before,
.portfolio-pagination-links .pagination .disabled a:before {
  color: #cccccc;
}
.complex-pagination {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 64px;
  margin-bottom: 180px;
}
.complex-pagination a {
  color: black;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.complex-pagination a:hover {
  color: #459ce4;
}
.complex-pagination ul {
  list-style: none;
  margin-left: 0;
}
.complex-pagination li {
  display: inline-block;
}
.complex-pagination .bpn-last-page-link,
.complex-pagination .bpn-first-page-link {
  display: none;
}
.complex-pagination .bpn-prev-link,
.complex-pagination .bpn-next-link {
  position: relative;
}
.complex-pagination .bpn-prev-link.disabled a,
.complex-pagination .bpn-next-link.disabled a,
.complex-pagination .bpn-prev-link.disabled a:hover,
.complex-pagination .bpn-next-link.disabled a:hover {
  color: #b8b8b8;
  border-color: #e5e5e5;
}
.complex-pagination .bpn-prev-link a,
.complex-pagination .bpn-next-link a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 20px;
  min-width: 200px;
}
.complex-pagination .bpn-prev-link a:hover,
.complex-pagination .bpn-next-link a:hover {
  border-color: #459ce4;
}
.complex-pagination .bpn-prev-link a:before,
.complex-pagination .bpn-next-link a:before {
  /* Rules for Entypo Icon font */
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  margin-left: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 19px;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -9px;
}
.complex-pagination .bpn-prev-link {
  text-align: right;
}
.complex-pagination .bpn-prev-link a {
  margin-right: 17px;
}
.complex-pagination .bpn-prev-link a:before {
  content: '\e808';
  left: 15px;
}
.complex-pagination .bpn-next-link {
  text-align: left;
}
.complex-pagination .bpn-next-link a {
  margin-left: 17px;
}
.complex-pagination .bpn-next-link a:before {
  content: '\e81b';
  right: 15px;
}
.complex-pagination .bpn-current a {
  font-weight: bold;
}
.complex-pagination .numbered-pagination-link {
  margin-left: 2px;
  margin-right: 2px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Search
/*--------------------------------------------------------------------------------------------------------------------*/
.search-results {
  /* Correct styles for the post previews */
}
.search-results .searchbar {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 37px;
}
.search-results .searchbar .form-search {
  max-width: 300px;
}
.search-results .searchbar .input-wrap {
  border: 1px solid #e5e5e5;
  padding-right: 25px;
  -webkit-transition: border 300ms ease-out;
  -moz-transition: border 300ms ease-out;
  -ms-transition: border 300ms ease-out;
  -o-transition: border 300ms ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-results .searchbar .input-wrap.has-focus {
  border-color: #459ce4;
}
.search-results .searchbar .input-wrap input {
  border: 0;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: normal;
}
.search-results .searchbar .search-submit {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  border: 0;
  font-size: 19px;
  padding-top: 9px;
  padding-bottom: 9px;
  -webkit-transition: color 300ms linear;
  -moz-transition: color 300ms linear;
  -ms-transition: color 300ms linear;
  -o-transition: color 300ms linear;
}
.search-results .searchbar .search-submit:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  margin-left: 0;
  content: '\e835';
}
.search-results .searchbar .search-submit:hover {
  color: #459ce4;
}
.search-results .search-preview {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 46px;
  padding-bottom: 65px;
}
.search-results .search-preview .results-count {
  font-size: 33px;
  line-height: 42px;
  font-weight: 200;
  color: #dddddd;
}
.search-results .search-preview .post-title {
  margin-top: 0;
  margin-bottom: 19px;
  font-weight: 200;
}
.search-results .search-preview .post-title a {
  color: black;
}
.search-results .search-preview .post-title a:hover {
  color: #459ce4;
}
.search-results .search-preview .byline {
  margin-left: 0;
  margin-bottom: 17px;
  list-style: none;
  font-size: 14px;
}
.search-results .search-preview .byline,
.search-results .search-preview .byline a {
  color: #b8b8b8;
}
.search-results .search-preview .byline a:hover {
  color: #459ce4;
}
.search-results .search-preview .byline li {
  display: inline-block;
}
.search-results .search-preview .byline .entypo-docs {
  font-size: 18px;
  color: #cccccc;
  margin-right: 3px;
}
.search-results .search-preview .byline .right-side-byline-items {
  margin-left: 9px;
}
.search-results .search-preview .no-excerpt .byline {
  margin-bottom: 2px;
}
.search-results .search-preview .entry-content > .excerpt-read-more {
  display: none;
}
.search-results .search-preview .more-button-wrapper .excerpt-read-more {
  margin-top: -3px;
}
.search-results .search-preview .meta-secondary-wrapper {
  display: none;
}
.search-results .search-preview .end-post-divider {
  display: none;
}
.search-results .post .byline .byline-item,
.search-results .post .byline .byline-item a {
  letter-spacing: 0.03em;
}
.search-results .post .byline .byline-item.byline-datetime a {
  color: #b8b8b8;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.search-results .post .byline .byline-item.byline-datetime a:hover {
  color: #459ce4;
}
.search-results .post .byline .byline-item.right-side-byline-items-parent {
  float: none;
  display: inline-block;
}
.search-results .post .byline .byline-item.right-side-byline-items-parent .right-side-byline-items {
  margin-left: 9px;
}
.search-results .post .byline .byline-item.right-side-byline-items-parent .right-side-byline-items .byline-item {
  padding-top: 0;
}
.search-results .post .byline .byline-item [class^="entypo-"]:before,
.search-results .post .byline .byline-item [class*=" entypo-"]:before {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #cccccc;
  margin-right: 3px;
}
.search-results .post .post-text-content {
  font-size: inherit;
  line-height: inherit;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Archives
/*--------------------------------------------------------------------------------------------------------------------*/
.archive .blog-pagination {
  text-align: left;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Blog
/*--------------------------------------------------------------------------------------------------------------------*/
.adap-blog-shortcode,
.blog {
  margin-bottom: 47px;
}
.adap-blog-shortcode .post-preview,
.blog .post-preview {
  position: relative;
  padding-top: 0;
  margin-bottom: 30px;
  /* Post Title */
  /* The ellipsis at the end of the post preview text */
  /* Read More Button */
}
.adap-blog-shortcode .post-preview .article-header .post-title,
.blog .post-preview .article-header .post-title {
  margin-top: 0;
  font-size: 33px;
  line-height: 38px;
}
.adap-blog-shortcode .post-preview .more-link,
.blog .post-preview .more-link {
  margin-top: 13px;
  margin-bottom: 5px;
  font-weight: 700;
}
.adap-blog-shortcode .post-preview .excerpt-read-more,
.blog .post-preview .excerpt-read-more {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 9px;
}
.adap-blog-shortcode .post-preview.adap-post-format-gallery .post-featured-content,
.blog .post-preview.adap-post-format-gallery .post-featured-content {
  margin-bottom: 22px;
}
.adap-blog-shortcode .post-preview.adap-post-format-gallery .flexslider,
.blog .post-preview.adap-post-format-gallery .flexslider {
  box-shadow: none;
  margin-bottom: 22px;
}
.adap-blog-shortcode .post-preview.adap-post-format-video .article-header .fluid-width-video-wrapper,
.blog .post-preview.adap-post-format-video .article-header .fluid-width-video-wrapper {
  padding-top: 430px !important;
}
.adap-blog-shortcode .post-preview.adap-post-format-video .article-header .fluid-width-video-wrapper > iframe,
.blog .post-preview.adap-post-format-video .article-header .fluid-width-video-wrapper > iframe {
  max-height: 430px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview,
.blog.blog-shortcode-layout-medium-image .post-preview {
  margin-bottom: 33px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-featured-content,
.blog.blog-shortcode-layout-medium-image .post-preview .post-featured-content {
  float: left;
  width: 370px;
  height: auto;
  margin-right: 30px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-featured-content img,
.blog.blog-shortcode-layout-medium-image .post-preview .post-featured-content img {
  margin-bottom: 0;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-featured-content .wpb_content_element,
.blog.blog-shortcode-layout-medium-image .post-preview .post-featured-content .wpb_content_element {
  margin-bottom: 0;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-featured-content .wpb_content_element .slide-text-wrapper,
.blog.blog-shortcode-layout-medium-image .post-preview .post-featured-content .wpb_content_element .slide-text-wrapper {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content {
  position: relative;
  float: left;
  width: 370px;
  top: -7px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline {
  position: relative;
  left: -4px;
  padding-bottom: 2px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .byline-datetime,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .byline-datetime {
  float: right;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .byline-datetime a,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .byline-datetime a {
  color: #459ce4;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .right-side-byline-items,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .right-side-byline-items {
  float: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .right-side-byline-items .byline-categories,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .right-side-byline-items .byline-categories {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .end-post-divider,
.blog.blog-shortcode-layout-medium-image .end-post-divider {
  /* Don't display a divider after every post in the medium layout */
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .blog-pagination > .pagination,
.blog.blog-shortcode-layout-medium-image .blog-pagination > .pagination {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .blog-pagination .post-divider,
.blog.blog-shortcode-layout-medium-image .blog-pagination .post-divider {
  display: block;
  margin-bottom: 35px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt article,
.blog.blog-shortcode-layout-full-image-alt article,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-text-content,
.blog.blog-shortcode-layout-full-image-alt .post-text-content {
  text-align: center;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .right-side-byline-items-parent,
.blog.blog-shortcode-layout-full-image-alt .right-side-byline-items-parent,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .right-side-byline-items,
.blog.blog-shortcode-layout-full-image-alt .right-side-byline-items {
  float: none;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-divider,
.blog.blog-shortcode-layout-full-image-alt .post-divider {
  text-align: center;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .byline-datetime,
.blog.blog-shortcode-layout-full-image-alt .byline-datetime {
  margin-right: 15px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .featured-blockquote blockquote,
.blog.blog-shortcode-layout-full-image-alt .featured-blockquote blockquote {
  padding-right: 37px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .entry-content,
.blog.blog-shortcode-layout-full-image-alt .entry-content {
  max-width: 684px;
  margin-left: auto;
  margin-right: auto;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .entry-content > .byline,
.blog.blog-shortcode-layout-large-image .entry-content > .byline,
.adap-blog-shortcode.blog-shortcode-layout-full-image .entry-content > .byline,
.blog.blog-shortcode-layout-full-image .entry-content > .byline,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .entry-content > .byline,
.blog.blog-shortcode-layout-full-image-alt .entry-content > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .entry-content > .byline,
.blog.blog-shortcode-layout-medium-image .entry-content > .byline,
.adap-blog-shortcode.blog-shortcode-layout-large-image .featured-blockquote > .byline,
.blog.blog-shortcode-layout-large-image .featured-blockquote > .byline,
.adap-blog-shortcode.blog-shortcode-layout-full-image .featured-blockquote > .byline,
.blog.blog-shortcode-layout-full-image .featured-blockquote > .byline,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .featured-blockquote > .byline,
.blog.blog-shortcode-layout-full-image-alt .featured-blockquote > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .featured-blockquote > .byline,
.blog.blog-shortcode-layout-medium-image .featured-blockquote > .byline {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .article-header > .byline,
.blog.blog-shortcode-layout-large-image .article-header > .byline,
.adap-blog-shortcode.blog-shortcode-layout-full-image .article-header > .byline,
.blog.blog-shortcode-layout-full-image .article-header > .byline,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .article-header > .byline,
.blog.blog-shortcode-layout-full-image-alt .article-header > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .article-header > .byline,
.blog.blog-shortcode-layout-medium-image .article-header > .byline {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .article-header .post-title,
.blog.blog-shortcode-layout-large-image .article-header .post-title,
.adap-blog-shortcode.blog-shortcode-layout-full-image .article-header .post-title,
.blog.blog-shortcode-layout-full-image .article-header .post-title,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .article-header .post-title,
.blog.blog-shortcode-layout-full-image-alt .article-header .post-title,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .article-header .post-title,
.blog.blog-shortcode-layout-medium-image .article-header .post-title {
  font-weight: 300;
  margin-top: 27px;
  margin-bottom: 25px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .post-text-content,
.blog.blog-shortcode-layout-large-image .post-text-content,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post-text-content,
.blog.blog-shortcode-layout-full-image .post-text-content,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-text-content,
.blog.blog-shortcode-layout-full-image-alt .post-text-content,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-text-content,
.blog.blog-shortcode-layout-medium-image .post-text-content {
  font-size: 16px;
  line-height: 28px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .post-text-content p,
.blog.blog-shortcode-layout-large-image .post-text-content p,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post-text-content p,
.blog.blog-shortcode-layout-full-image .post-text-content p,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-text-content p,
.blog.blog-shortcode-layout-full-image-alt .post-text-content p,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-text-content p,
.blog.blog-shortcode-layout-medium-image .post-text-content p,
.adap-blog-shortcode.blog-shortcode-layout-large-image .post-text-content .wpb_text_column p:last-child,
.blog.blog-shortcode-layout-large-image .post-text-content .wpb_text_column p:last-child,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post-text-content .wpb_text_column p:last-child,
.blog.blog-shortcode-layout-full-image .post-text-content .wpb_text_column p:last-child,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-text-content .wpb_text_column p:last-child,
.blog.blog-shortcode-layout-full-image-alt .post-text-content .wpb_text_column p:last-child,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-text-content .wpb_text_column p:last-child,
.blog.blog-shortcode-layout-medium-image .post-text-content .wpb_text_column p:last-child,
.adap-blog-shortcode.blog-shortcode-layout-large-image .post-text-content p .wpb_text_column *:last-child,
.blog.blog-shortcode-layout-large-image .post-text-content p .wpb_text_column *:last-child,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post-text-content p .wpb_text_column *:last-child,
.blog.blog-shortcode-layout-full-image .post-text-content p .wpb_text_column *:last-child,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-text-content p .wpb_text_column *:last-child,
.blog.blog-shortcode-layout-full-image-alt .post-text-content p .wpb_text_column *:last-child,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-text-content p .wpb_text_column *:last-child,
.blog.blog-shortcode-layout-medium-image .post-text-content p .wpb_text_column *:last-child,
.adap-blog-shortcode.blog-shortcode-layout-large-image .post-text-content .main-content .wpb_text_column p:last-child,
.blog.blog-shortcode-layout-large-image .post-text-content .main-content .wpb_text_column p:last-child,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post-text-content .main-content .wpb_text_column p:last-child,
.blog.blog-shortcode-layout-full-image .post-text-content .main-content .wpb_text_column p:last-child,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-text-content .main-content .wpb_text_column p:last-child,
.blog.blog-shortcode-layout-full-image-alt .post-text-content .main-content .wpb_text_column p:last-child,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-text-content .main-content .wpb_text_column p:last-child,
.blog.blog-shortcode-layout-medium-image .post-text-content .main-content .wpb_text_column p:last-child {
  margin-bottom: 0;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .post.format-image img,
.blog.blog-shortcode-layout-large-image .post.format-image img,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post.format-image img,
.blog.blog-shortcode-layout-full-image .post.format-image img,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post.format-image img,
.blog.blog-shortcode-layout-full-image-alt .post.format-image img,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post.format-image img,
.blog.blog-shortcode-layout-medium-image .post.format-image img {
  margin-top: 0;
  margin-bottom: 25px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .post.format-video .fluid-width-video-wrapper,
.blog.blog-shortcode-layout-large-image .post.format-video .fluid-width-video-wrapper,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post.format-video .fluid-width-video-wrapper,
.blog.blog-shortcode-layout-full-image .post.format-video .fluid-width-video-wrapper,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post.format-video .fluid-width-video-wrapper,
.blog.blog-shortcode-layout-full-image-alt .post.format-video .fluid-width-video-wrapper,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post.format-video .fluid-width-video-wrapper,
.blog.blog-shortcode-layout-medium-image .post.format-video .fluid-width-video-wrapper,
.adap-blog-shortcode.blog-shortcode-layout-large-image .post.format-video .embed-youtube,
.blog.blog-shortcode-layout-large-image .post.format-video .embed-youtube,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post.format-video .embed-youtube,
.blog.blog-shortcode-layout-full-image .post.format-video .embed-youtube,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post.format-video .embed-youtube,
.blog.blog-shortcode-layout-full-image-alt .post.format-video .embed-youtube,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post.format-video .embed-youtube,
.blog.blog-shortcode-layout-medium-image .post.format-video .embed-youtube {
  margin-bottom: 48px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .excerpt-read-more,
.blog.blog-shortcode-layout-large-image .excerpt-read-more,
.adap-blog-shortcode.blog-shortcode-layout-full-image .excerpt-read-more,
.blog.blog-shortcode-layout-full-image .excerpt-read-more,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .excerpt-read-more,
.blog.blog-shortcode-layout-full-image-alt .excerpt-read-more,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .excerpt-read-more,
.blog.blog-shortcode-layout-medium-image .excerpt-read-more {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper {
  display: block;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-secondary,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-secondary,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-secondary,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-secondary,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-secondary,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-secondary,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-secondary,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-secondary {
  margin-left: 0;
  margin-bottom: 21px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item {
  list-style: none;
  display: inline-block;
  margin-right: 27px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item a,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item a,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item a,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item a,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item a,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item a,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item a,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item a {
  font-size: 22px;
  line-height: 27px;
  color: #c1c1c1;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item a:hover,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item a:hover,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item a:hover,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item a:hover,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item a:hover,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item a:hover,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item a:hover,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item a:hover {
  color: #459ce4;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item a:before,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item a:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item a:before,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item a:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item a:before,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item a:before,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item a:before,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item a:before {
  position: relative;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  top: 24px;
  font-family: "pixeden" !important;
  font-size: 66px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-author a:before,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-author a:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-author a:before,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-author a:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-author a:before,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-author a:before,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-author a:before,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-author a:before {
  content: '&';
  margin-left: -10px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-datetime a:before,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-datetime a:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-datetime a:before,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-datetime a:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-datetime a:before,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-datetime a:before,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-datetime a:before,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-datetime a:before {
  content: 'v';
  margin-right: 3px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-comments a:before,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-comments a:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-comments a:before,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-comments a:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-comments a:before,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-comments a:before,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-comments a:before,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-comments a:before {
  content: 'p';
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .post-permalink,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .post-permalink,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .post-permalink,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .post-permalink,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .post-permalink,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .post-permalink,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .post-permalink,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .post-permalink {
  display: inline-block;
  font-size: 66px;
  font-weight: 300;
  color: black;
  margin-bottom: 70px;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .post-permalink:before,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .post-permalink:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .post-permalink:before,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .post-permalink:before,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .post-permalink:before,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .post-permalink:before,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .post-permalink:before,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .post-permalink:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: -3px;
  font-family: "pixeden" !important;
  content: "b";
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .post-permalink:hover,
.blog.blog-shortcode-layout-large-image .meta-secondary-wrapper .post-permalink:hover,
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .post-permalink:hover,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .post-permalink:hover,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .post-permalink:hover,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .post-permalink:hover,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .post-permalink:hover,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper .post-permalink:hover {
  color: #459ce4;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .post-divider,
.blog.blog-shortcode-layout-large-image .post-divider,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post-divider,
.blog.blog-shortcode-layout-full-image .post-divider,
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-divider,
.blog.blog-shortcode-layout-full-image-alt .post-divider,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-divider,
.blog.blog-shortcode-layout-medium-image .post-divider {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image .post .post-featured-content .wp-post-image,
.blog.blog-shortcode-layout-full-image .post .post-featured-content .wp-post-image {
  margin-bottom: 15px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image .article-header .post-title,
.blog.blog-shortcode-layout-full-image .article-header .post-title {
  margin-bottom: 15px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-secondary,
.blog.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-secondary {
  margin-bottom: 22px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image .post-preview.adap-post-format-gallery .flexslider,
.blog.blog-shortcode-layout-full-image .post-preview.adap-post-format-gallery .flexslider {
  margin-bottom: 15px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image .post.format-video .fluid-width-video-wrapper,
.blog.blog-shortcode-layout-full-image .post.format-video .fluid-width-video-wrapper,
.adap-blog-shortcode.blog-shortcode-layout-full-image .post.format-video .embed-youtube,
.blog.blog-shortcode-layout-full-image .post.format-video .embed-youtube {
  margin-bottom: 42px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image .blog-pagination,
.blog.blog-shortcode-layout-full-image .blog-pagination {
  text-align: right;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image .blog-pagination > .pagination,
.blog.blog-shortcode-layout-full-image .blog-pagination > .pagination {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image .blog-pagination .complex-pagination,
.blog.blog-shortcode-layout-full-image .blog-pagination .complex-pagination {
  margin-top: 0;
  margin-bottom: 134px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .entry-content,
.blog.blog-shortcode-layout-full-image-alt .entry-content {
  max-width: 1120px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post-text-content,
.blog.blog-shortcode-layout-full-image-alt .post-text-content {
  margin-bottom: 12px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-secondary,
.blog.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-secondary {
  margin-bottom: 44px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .blog-pagination,
.blog.blog-shortcode-layout-full-image-alt .blog-pagination {
  margin-top: 40px;
  margin-bottom: 55px;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .post.format-quote .featured-blockquote blockquote p cite:before,
.blog.blog-shortcode-layout-full-image-alt .post.format-quote .featured-blockquote blockquote p cite:before {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-full-image-alt .complex-pagination,
.blog.blog-shortcode-layout-full-image-alt .complex-pagination {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper,
.blog.blog-shortcode-layout-medium-image .meta-secondary-wrapper {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .entry-content,
.blog.blog-shortcode-layout-medium-image .entry-content,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .entry-content p,
.blog.blog-shortcode-layout-medium-image .entry-content p {
  font-size: 14px;
  line-height: 24px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .entry-content > .byline,
.blog.blog-shortcode-layout-medium-image .entry-content > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .featured-blockquote > .byline,
.blog.blog-shortcode-layout-medium-image .featured-blockquote > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .article-header > .byline,
.blog.blog-shortcode-layout-medium-image .article-header > .byline {
  display: block;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .format-image .entry-content > .byline,
.blog.blog-shortcode-layout-medium-image .format-image .entry-content > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .format-image .featured-blockquote > .byline,
.blog.blog-shortcode-layout-medium-image .format-image .featured-blockquote > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .format-image .article-header > .byline,
.blog.blog-shortcode-layout-medium-image .format-image .article-header > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .format-quote .entry-content > .byline,
.blog.blog-shortcode-layout-medium-image .format-quote .entry-content > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .format-quote .featured-blockquote > .byline,
.blog.blog-shortcode-layout-medium-image .format-quote .featured-blockquote > .byline,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .format-quote .article-header > .byline,
.blog.blog-shortcode-layout-medium-image .format-quote .article-header > .byline {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .article-header .post-title,
.blog.blog-shortcode-layout-medium-image .article-header .post-title {
  margin-top: 0;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .byline-datetime,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline .byline-datetime {
  float: none;
  margin-right: 10px;
  margin-left: 4px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .byline .byline-item.right-side-byline-items-parent,
.blog.blog-shortcode-layout-medium-image .byline .byline-item.right-side-byline-items-parent {
  float: none;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post .byline .byline-item.byline-datetime a,
.blog.blog-shortcode-layout-medium-image .post .byline .byline-item.byline-datetime a {
  font-size: 14px;
  font-weight: 500;
  color: #686868;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content {
  top: -10px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline,
.blog.blog-shortcode-layout-medium-image .post-preview .post-text-content .byline {
  padding-bottom: 0;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .article-header .post-title,
.blog.blog-shortcode-layout-medium-image .article-header .post-title {
  margin-bottom: 18px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-featured-content,
.blog.blog-shortcode-layout-medium-image .post-featured-content,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .entry-content p,
.blog.blog-shortcode-layout-medium-image .entry-content p {
  margin-bottom: 35px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post.format-image img,
.blog.blog-shortcode-layout-medium-image .post.format-image img {
  margin-bottom: 0;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-divider,
.blog.blog-shortcode-layout-medium-image .post-divider {
  display: block;
  width: 100%;
  max-width: 1170px;
  height: 1px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .format-image .post-divider,
.blog.blog-shortcode-layout-medium-image .format-image .post-divider,
.adap-blog-shortcode.blog-shortcode-layout-medium-image .format-quote .post-divider,
.blog.blog-shortcode-layout-medium-image .format-quote .post-divider {
  margin-top: 55px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post.format-quote .featured-blockquote blockquote,
.blog.blog-shortcode-layout-medium-image .post.format-quote .featured-blockquote blockquote {
  margin-bottom: 0;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview,
.blog.blog-shortcode-layout-medium-image .post-preview {
  margin-bottom: 48px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .excerpt-read-more,
.blog.blog-shortcode-layout-medium-image .excerpt-read-more {
  display: inline-block;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .blog-pagination,
.blog.blog-shortcode-layout-medium-image .blog-pagination {
  text-align: left;
  margin-top: -15px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .blog-pagination .pagination .bpn-prev-link,
.blog.blog-shortcode-layout-medium-image .blog-pagination .pagination .bpn-prev-link {
  margin-left: -4px;
}
.adap-blog-shortcode.blog-shortcode-layout-medium-image .blog-pagination .post-divider,
.blog.blog-shortcode-layout-medium-image .blog-pagination .post-divider {
  display: none;
}
.adap-blog-shortcode.blog-shortcode-layout-large-image .complex-pagination,
.blog.blog-shortcode-layout-large-image .complex-pagination {
  display: none;
}
.comments .comment.bypostauthor .media-body .comment-author .comment-citation {
  color: black;
}
.blog .blog-pagination {
  text-align: left;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Portfolio
/*--------------------------------------------------------------------------------------------------------------------*/
.adap-portfolio {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.adap-portfolio .portfolio-item-count {
  display: inline-block;
  padding-left: 1.28205128205%;
  font-size: 11px;
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  margin-right: 39px;
}
.adap-portfolio .portfolio-filter-wrapper {
  display: inline-block;
  position: relative;
}
.adap-portfolio .filter-dropdown {
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 38px;
  padding-left: 17px;
  padding-right: 40px;
  min-width: 180px;
  margin-bottom: 50px;
}
.adap-portfolio .filter-dropdown .currently-selected-filter {
  font-weight: bold;
  padding-left: 3px;
}
.adap-portfolio .filter-dropdown:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  font-size: 18px;
  position: absolute;
  right: 13px;
  top: 11px;
  content: '\e89e';
}
.adap-portfolio .filter-link.active {
  font-weight: 400;
  color: #459ce4;
}
.adap-portfolio .filters {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  width: 100%;
  border: 1px solid #ddd;
  border-top: 0;
  position: absolute;
  top: 39px;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
  text-align: left;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.adap-portfolio .filters li {
  display: block;
}
.adap-portfolio .filters li a {
  font-size: 11px;
  text-transform: uppercase;
  color: black;
  font-weight: 400;
}
.adap-portfolio .filters li a:hover {
  color: #459ce4;
}
.adap-portfolio .filters.show-icon-true li {
  padding-left: 2px;
  padding-right: 2px;
}
.adap-portfolio .filters.show-icon-true .filter-link {
  color: #ccc;
}
.adap-portfolio .filters.show-icon-true .filter-link i {
  font-size: 18px;
}
.adap-portfolio .filters.show-icon-true .filter-link:hover {
  color: #dc5560;
}
.adap-portfolio .filters.show-icon-true .filter-link:active {
  color: black;
}
.adap-portfolio .filters.show-icon-true .filter-link[data-filter="*"] {
  padding-right: 4px;
}
.adap-portfolio .filters.show-icon-true .filter-link[data-filter="*"] i {
  font-size: 19px;
}
.adap-portfolio .filters.show-icon-true .filter-link .entypo-cog {
  font-size: 21px;
}
.adap-portfolio .filters.show-icon-true .filter-link .entypo-camera {
  font-size: 20px;
}
.adap-portfolio .portfolio-image-preview {
  position: relative;
  margin-bottom: 21px;
}
.adap-portfolio .image-overlay {
  background: transparent;
  width: 100%;
  height: 100%;
}
.adap-portfolio .image-overlay a {
  color: white;
}
.adap-portfolio .image-overlay .image-overlay-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #459ce4;
  opacity: 0.95;
}
.adap-portfolio .image-overlay .image-overlay-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 34px 33px;
  text-align: left;
  color: white;
}
.adap-portfolio .image-overlay .image-overlay-inner .portfolio-preview-meta-upper {
  position: relative;
  top: -50px;
}
.adap-portfolio .image-overlay .image-overlay-inner .portfolio-item-overlay-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
}
.adap-portfolio .image-overlay .image-overlay-inner .portfolio-item-terms a {
  font-size: 14px;
}
.adap-portfolio .image-overlay .image-overlay-inner .portfolio-item-overlay-link {
  display: block;
  position: absolute;
  bottom: -30px;
  margin-bottom: 6px;
  font-size: 66px;
  font-weight: 300;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.adap-portfolio .image-overlay .image-overlay-inner .portfolio-item-overlay-link:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: -3px;
  font-family: "pixeden" !important;
  content: "b";
}
.adap-portfolio .image-overlay .image-overlay-inner .portfolio-item-overlay-link:hover {
  color: black;
}
.adap-portfolio .thumbnail {
  text-align: left;
}
.adap-portfolio .thumbnail .portfolio-preview-title {
  margin-bottom: 0;
}
.adap-portfolio .portfolio-preview-title a {
  text-transform: none;
  color: black;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}
.adap-portfolio .portfolio-preview-title a:hover {
  color: #459ce4;
}
.adap-portfolio .portfolio-categories {
  font-family: inherit;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 0;
  letter-spacing: 0.02em;
}
.adap-portfolio .portfolio-categories a:hover {
  color: #459ce4;
}
.adap-portfolio.enable-title .image-overlay .image-overlay-background {
  background: black;
  opacity: 0.6;
}
.adap-portfolio.enable-title .image-overlay .portfolio-item-overlay-title,
.adap-portfolio.enable-title .image-overlay .portfolio-item-terms {
  display: none;
}
.adap-portfolio.enable-title .image-overlay .portfolio-item-overlay-link {
  bottom: auto;
  top: 150%;
  left: 50%;
  background: #459ce4;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.adap-portfolio.enable-title .image-overlay .portfolio-item-overlay-link:before {
  text-align: center;
  padding-right: 3px;
  line-height: 68px;
  width: 70px;
  height: 70px;
  font-size: 45px;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  content: "j";
}
.adap-portfolio.enable-title .image-overlay .portfolio-item-overlay-link:hover {
  background: white;
  color: black;
}
.ie8 .image-overlay {
  display: none !important;
}
/* Pagination */
.portfolio-pagination-links {
  margin-top: -38px;
}
.zero-gap-columns .adap-portfolio {
  margin-left: 0;
  margin-right: 0;
}
.zero-gap-columns .adap-portfolio .portfolio-item {
  padding: 0;
}
.zero-gap-columns .adap-portfolio .portfolio-item .thumbnail {
  margin-bottom: 0;
}
.zero-gap-columns .adap-portfolio .portfolio-item .portfolio-image-preview {
  margin-bottom: 0;
}
.zero-gap-columns .portfolio-pagination-links {
  padding-top: 65px;
}
.bigger-gaps.span8 .adap-portfolio.column-count-2 .span6:first-child > .thumbnail {
  padding-right: 6px;
  padding-left: 0;
}
.bigger-gaps.span8 .adap-portfolio.column-count-2 .span6 > .thumbnail {
  padding-left: 6px;
}
/* Portfolio Navigation */
.portfolio-next-prev-nav {
  position: relative;
  min-height: 50px;
  margin-bottom: 100px;
  line-height: 23px;
}
.portfolio-next-prev-nav .portfolio-nav-title {
  display: none;
}
.portfolio-next-prev-nav .nav-prev-link-inner,
.portfolio-next-prev-nav .nav-next-link-inner {
  position: relative;
}
.portfolio-next-prev-nav .nav-prev-link,
.portfolio-next-prev-nav .nav-next-link {
  position: absolute;
  display: block;
  width: 50%;
}
.portfolio-next-prev-nav .nav-prev-link:before,
.portfolio-next-prev-nav .nav-next-link:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: "pixeden" !important;
  position: absolute;
  color: #cccccc;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 70px;
  font-weight: 300;
  top: -6px;
}
.portfolio-next-prev-nav .nav-prev-link:hover:before,
.portfolio-next-prev-nav .nav-next-link:hover:before {
  color: black;
}
.portfolio-next-prev-nav .nav-prev-link {
  left: 0;
}
.portfolio-next-prev-nav .nav-prev-link:before {
  content: "c";
  right: 46px;
}
.portfolio-next-prev-nav .nav-next-link {
  right: 0;
  text-align: right;
}
.portfolio-next-prev-nav .nav-next-link:before {
  content: "b";
  left: 48px;
}
.portfolio-next-prev-nav .nav-title-wrapper,
.portfolio-next-prev-nav .nav-category-wrapper {
  display: block;
}
.portfolio-next-prev-nav .nav-title-wrapper {
  font-weight: 500;
  color: black;
}
.portfolio-next-prev-nav .nav-category-wrapper {
  font-size: 14px;
  color: #686868;
}
.portfolio-next-prev-nav .nav-portfolio {
  position: absolute;
  top: 7px;
  left: 50%;
  margin-left: -21px;
  z-index: 2;
}
.portfolio-next-prev-nav .nav-portfolio a {
  font-size: 42px;
  color: #cccccc;
  cursor: default;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Portfolio Item
/*--------------------------------------------------------------------------------------------------------------------*/
.single-portfolio .portfolio-item-layout .article-header .wpb_content_element {
  margin-bottom: 0;
}
.single-portfolio .portfolio-item-layout .article-header .flexslider.wpb_flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.single-portfolio .portfolio-item-layout .portfolio-item-content-wrapper {
  margin-bottom: 50px;
}
.single-portfolio .portfolio-item-layout .portfolio-item-details {
  padding-top: 4px;
}
.single-portfolio .portfolio-item-layout.portfolio-full-width-layout .adap-post-nav {
  margin-bottom: 22px;
}
.single-portfolio .portfolio-item-layout.portfolio-full-width-layout .article-header {
  margin-bottom: 60px;
}
.single-portfolio .portfolio-item-layout.portfolio-compact-layout .adap-post-nav {
  margin-top: 14px;
  margin-bottom: 19px;
}
.single-portfolio .portfolio-item-layout.portfolio-compact-layout .adap-post-nav .nav-next,
.single-portfolio .portfolio-item-layout.portfolio-compact-layout .adap-post-nav .nav-prev {
  width: 43.5%;
}
.single-portfolio .portfolio-item-layout.portfolio-compact-layout .article-header {
  padding-top: 6px;
}
.single-portfolio .portfolio-item-layout.portfolio-compact-layout .portfolio-details-content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
}
.single-portfolio .portfolio-item-layout.portfolio-compact-layout .portfolio-details-content-wrapper .portfolio-item-details,
.single-portfolio .portfolio-item-layout.portfolio-compact-layout .portfolio-details-content-wrapper .portfolio-item-content {
  margin-bottom: 15px;
}
.single-portfolio .portfolio-item-layout.portfolio-compact-layout .portfolio-details-content-wrapper .post-title {
  text-transform: none;
}
/* Portfolio Items */
.portfolio-item-title {
  text-align: center;
  margin-top: 25px;
}
.portfolio-item-content {
  width: 886px;
  margin: 0 auto;
  text-align: center;
}
.portfolio-item-content p {
  margin-bottom: 12px;
}
.portfolio-item-meta {
  list-style: none;
  margin-left: 0;
  text-align: center;
}
.portfolio-item-meta,
.portfolio-item-meta a {
  color: #b2b2b2;
}
.portfolio-item-meta li {
  display: inline-block;
  font-size: 22px;
  margin-left: 22px;
}
.portfolio-item-meta li:first-child {
  margin-left: 0;
}
.portfolio-item-meta li:before {
  position: relative;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  top: 21px;
  font-family: "pixeden" !important;
  font-size: 60px;
}
.portfolio-item-meta .portfolio-item-client:before {
  margin-right: -2px;
}
.portfolio-item-meta .portfolio-item-date:before {
  font-size: 57px;
  margin-right: 4px;
}
.portfolio-item-meta .portfolio-item-tags:before {
  font-size: 57px;
  margin-right: 4px;
}
.portfolio-item-featured {
  margin-bottom: 118px;
}
.portfolio-compact-layout {
  margin-bottom: 68px;
}
.portfolio-compact-layout .portfolio-item-title {
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  margin-top: -6px;
  margin-bottom: 20px;
}
.portfolio-compact-layout .portfolio-content-wrapper {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 44px;
}
.portfolio-compact-layout .portfolio-item-meta li {
  display: block;
  text-align: left;
  margin-left: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
.portfolio-compact-layout .portfolio-item-meta li,
.portfolio-compact-layout .portfolio-item-meta li a {
  color: black;
}
.portfolio-compact-layout .portfolio-item-meta li a:hover {
  color: #459ce4;
}
.portfolio-compact-layout .portfolio-item-meta li:before {
  display: none;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Navigation
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Flexslider
/*--------------------------------------------------------------------------------------------------------------------*/
.flexslider.wpb_flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.flexslider.wpb_flexslider .slides li {
  position: relative;
}
.flexslider.wpb_flexslider .slides li .slide-text-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  padding-top: 22px;
  padding-bottom: 20px;
  padding-left: 49px;
  padding-right: 49px;
  width: 100%;
  max-width: 745px;
}
.flexslider.wpb_flexslider .slides li .slide-text-wrapper h3 {
  color: white;
  margin-bottom: 10px;
}
.flexslider.wpb_flexslider .slides li .slide-text-wrapper span {
  font-size: 14px;
  line-height: 24px;
  color: white;
}
.flexslider.wpb_flexslider .flex-control-nav {
  display: none;
}
.flexslider.wpb_flexslider .flex-direction-nav a {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 30px;
  height: 30px;
  border-radius: 2px;
  color: white;
  text-indent: 0;
  overflow: hidden;
}
.flexslider.wpb_flexslider .flex-direction-nav a:hover {
  background: white;
  background: rgba(255, 255, 255, 0.7);
  color: black;
}
.flexslider.wpb_flexslider .flex-direction-nav a:before {
  font-family: 'entypo';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 30px;
  margin-left: 0.2em;
  position: relative;
  top: 1px;
  font-size: 20px;
  line-height: 40px;
  margin-left: 0;
  margin-right: 0;
}
.flexslider.wpb_flexslider .flex-direction-nav a:before,
.flexslider.wpb_flexslider .flex-direction-nav a.flex-prev,
.flexslider.wpb_flexslider .flex-direction-nav a.flex-next {
  width: 40px;
  height: 40px;
}
.flexslider.wpb_flexslider .flex-direction-nav a.flex-prev,
.flexslider.wpb_flexslider .flex-direction-nav a.flex-next {
  opacity: 0.7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: white;
  color: black;
}
.flexslider.wpb_flexslider .flex-direction-nav a.flex-prev:hover,
.flexslider.wpb_flexslider .flex-direction-nav a.flex-next:hover {
  opacity: 0.8;
}
.flexslider.wpb_flexslider .flex-direction-nav a.flex-prev {
  margin-left: 0;
  left: 0;
}
.flexslider.wpb_flexslider .flex-direction-nav a.flex-prev:before {
  content: '\e8a1';
  left: -1px;
}
.flexslider.wpb_flexslider .flex-direction-nav a.flex-next {
  margin-right: 0;
  right: 0;
}
.flexslider.wpb_flexslider .flex-direction-nav a.flex-next:before {
  content: '\e8a0';
  right: -1px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Nivo Slider
/*--------------------------------------------------------------------------------------------------------------------*/
.wpb_slider_nivo .nivoSlider,
.wpb_slider_nivo.theme-default .nivoSlider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpb_slider_nivo .nivo-controlNav a,
.wpb_slider_nivo.theme-default .nivo-controlNav a {
  width: 9px;
  height: 9px;
  margin-right: 3px;
  margin-left: 2px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #b2b2b2;
}
.wpb_slider_nivo .nivo-controlNav a:hover,
.wpb_slider_nivo.theme-default .nivo-controlNav a:hover {
  background: black;
}
.wpb_slider_nivo .nivo-controlNav a.active,
.wpb_slider_nivo.theme-default .nivo-controlNav a.active {
  background: #459ce4;
}
.wpb_slider_nivo .nivo-nextNav,
.wpb_slider_nivo.theme-default .nivo-nextNav,
.wpb_slider_nivo .nivo-prevNav,
.wpb_slider_nivo.theme-default .nivo-prevNav {
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 30px;
  height: 30px;
  border-radius: 2px;
  color: white;
  text-indent: 0;
  overflow: hidden;
}
.wpb_slider_nivo .nivo-nextNav:before,
.wpb_slider_nivo.theme-default .nivo-nextNav:before,
.wpb_slider_nivo .nivo-prevNav:before,
.wpb_slider_nivo.theme-default .nivo-prevNav:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  position: relative;
  font-size: 17px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: 0;
  margin-right: 0;
  top: 2px;
  content: '\e8a1';
}
.wpb_slider_nivo .nivo-nextNav:hover,
.wpb_slider_nivo.theme-default .nivo-nextNav:hover,
.wpb_slider_nivo .nivo-prevNav:hover,
.wpb_slider_nivo.theme-default .nivo-prevNav:hover {
  background: white;
  background: rgba(255, 255, 255, 0.7);
  color: black;
}
.wpb_slider_nivo .nivo-nextNav:before,
.wpb_slider_nivo.theme-default .nivo-nextNav:before {
  content: '\e8a0';
}
.wpb_slider_nivo .nivo-prevNav:before,
.wpb_slider_nivo.theme-default .nivo-prevNav:before {
  content: '\e8a1';
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Widgets
/*--------------------------------------------------------------------------------------------------------------------*/
/* Base Widget Styling */
.widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 60px;
}
.widget ul a {
  text-transform: uppercase;
}
.widget > ul {
  list-style: none;
  margin-left: 0;
}
.widget > ul > li {
  margin-top: 21px;
}
.widget > ul > li:first-child {
  margin-top: 0;
}
.widget > ul > li > a {
  font-size: 14px;
  line-height: 20px;
}
.widget p {
  font-size: 14px;
}
.widget .widgettitle {
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.widget a {
  color: black;
  cursor: pointer;
}
.widget a:hover {
  color: #459ce4;
}
/* Archives */
.widget_archive {
  margin-bottom: 56px;
}
.widget_archive .widgettitle {
  margin-bottom: 17px;
}
/* Calendar Widget */
.widget_calendar table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 270px;
  width: auto;
  border-spacing: 0;
  border: 0;
}
.widget_calendar table,
.widget_calendar table caption {
  background: #f5f5f5;
}
.widget_calendar table tr:nth-child(odd),
.widget_calendar table tr:nth-child(even),
.widget_calendar table thead,
.widget_calendar table th,
.widget_calendar table td {
  background: transparent;
  border: 0;
}
.widget_calendar table td {
  text-align: center;
}
.widget_calendar table caption {
  margin-top: 8px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: black;
}
.widget_calendar table thead th {
  font-size: 13px;
  font-weight: 300;
  color: #9c9c9c;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 3px;
}
.widget_calendar table tbody td {
  color: black;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 4px;
}
.widget_calendar table tbody td a {
  color: #459ce4;
}
.widget_calendar table tbody tr:last-child td {
  padding-bottom: 16px;
}
.widget_calendar table td:first-child,
.widget_calendar table th:first-child {
  padding-left: 10px;
}
.widget_calendar table td:last-child,
.widget_calendar table th:last-child {
  padding-right: 9px;
}
.widget_calendar table tfoot {
  display: none;
}
/* Categories Widget */
.widget_categories .widgettitle {
  margin-bottom: 17px;
}
.widget_categories select {
  margin-left: 15px;
  width: auto;
}
/* Comments */
.widget_recent_comments {
  margin-bottom: 56px;
  font-size: 16px;
  line-height: 21px;
  color: black;
}
.widget_recent_comments ul a {
  display: block;
  margin-top: 4px;
  text-transform: none;
  font-weight: 500;
  font-style: italic;
}
/* Custom Menu */
.widget_nav_menu {
  margin-bottom: 56px;
}
.widget_nav_menu .menu-example-widget-menu-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 12px;
}
.widget_nav_menu .menu {
  margin-left: 0;
}
.widget_nav_menu .menu > li > .sub-menu {
  margin-bottom: 20px;
}
.widget_nav_menu .menu a {
  display: block;
  font-weight: 500;
}
.widget_nav_menu .menu > li > a {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.widget_nav_menu .menu li {
  list-style: none;
}
.widget_nav_menu .menu li li {
  margin-left: 18px;
}
.widget_nav_menu .menu li li a {
  margin-bottom: 7px;
}
/* Meta */
.widget_meta {
  margin-bottom: 56px;
}
.widget_meta .widgettitle {
  margin-bottom: 17px;
}
/* Recent Posts */
.widget_recent_entries {
  margin-bottom: 56px;
}
.widget_recent_entries .widgettitle {
  margin-bottom: 17px;
}
/* Recent Posts Extended */
.recent-posts-extended {
  /* !important keywords are needed to override inline styles */
  margin-bottom: 45px;
}
.recent-posts-extended .widgettitle {
  margin-bottom: 27px;
}
.recent-posts-extended .rpwe-ul {
  margin-bottom: 0;
}
.recent-posts-extended .rpwe-summary {
  font-size: 14px;
}
.recent-posts-extended .rpwe-block li {
  position: relative;
  border-bottom-width: 0;
  margin-bottom: 9px;
}
.recent-posts-extended .rpwe-block li > a:before {
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 44px;
  line-height: 70px;
  text-align: center;
  font-family: "pixeden" !important;
  color: white;
  content: "j";
  width: 70px;
  height: 70px;
  background: black;
  opacity: 0;
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}
.recent-posts-extended .rpwe-block li > a:hover:before {
  opacity: 0.8;
}
.recent-posts-extended .rpwe-block li .rpwe-thumb {
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 15px;
}
.recent-posts-extended .rpwe-block li .rpwe-title {
  margin-top: 0;
  font-size: 16px !important;
  line-height: 21px;
  font-weight: 500;
}
.recent-posts-extended .rpwe-block li .rpwe-title a {
  text-transform: none;
}
.recent-posts-extended .rpwe-block li .rpwe-time {
  color: #5d5d5d;
  font-size: 12px;
  line-height: 28px;
}
.recent-posts-extended .rpwe-block li .excerpt-read-more {
  position: absolute;
  bottom: -50px;
  display: inline-block;
  margin-left: -3px;
  background: transparent;
  color: black;
  padding: 0;
  font-size: 66px;
  line-height: 33px;
  font-weight: 300;
  font-family: "pixeden" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.recent-posts-extended .rpwe-block li .excerpt-read-more:hover {
  color: #459ce4;
}
/* RSS Widget */
.widget_rss {
  margin-bottom: 55px;
}
.widget_rss .widgettitle:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 4px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0;
  content: '\e839';
  font-size: 20px;
}
.widget_rss .widgettitle a {
  color: black;
}
.widget_rss .widgettitle a:hover {
  color: #459ce4;
}
.widget_rss .widgettitle a img {
  display: none;
}
.widget_rss .rss-date,
.widget_rss cite {
  display: block;
  font-size: 11px;
  color: black;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.widget_rss .rss-date,
.widget_rss .rssSummary {
  margin-bottom: 5px;
}
.widget_rss ul {
  padding-left: 31px;
}
.widget_rss ul > li,
.widget_rss ul > li:first-child {
  margin-top: 30px;
}
.widget_rss ul > li > a {
  display: block;
  margin-left: -1px;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 5px;
}
/* Navigation Widget */
.widget-sidenav ul {
  margin-left: 0;
}
.widget-sidenav ul > li > a[title="Parent"] {
  display: none;
}
.widget-sidenav ul li {
  list-style: none;
}
.widget-sidenav ul a {
  text-transform: none;
  font-weight: 300;
}
.widget-sidenav > ul > li > ul > li {
  padding: 0;
  background: #f3f3f3;
}
.widget-sidenav > ul > li > ul > li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 30px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget-sidenav > ul > li > ul > li > a {
  font-size: 14px;
  color: #7a7a7a;
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
}
.widget-sidenav > ul > li > ul > li > a:hover {
  color: #459ce4;
}
.widget-sidenav > ul > li > ul > li.current_page_item,
.widget-sidenav > ul > li > ul > li.current_page_ancestor,
.widget-sidenav > ul > li > ul > li.page_item_has_children.current_page_item {
  background: #459ce4;
  border-color: #459ce4;
}
.widget-sidenav > ul > li > ul > li.current_page_item + li,
.widget-sidenav > ul > li > ul > li.current_page_ancestor + li,
.widget-sidenav > ul > li > ul > li.page_item_has_children.current_page_item + li {
  border-top: 1px solid #f3f3f3;
}
.widget-sidenav > ul > li > ul > li.current_page_item > a,
.widget-sidenav > ul > li > ul > li.current_page_ancestor > a,
.widget-sidenav > ul > li > ul > li.page_item_has_children.current_page_item > a,
.widget-sidenav > ul > li > ul > li.current_page_item > a:hover,
.widget-sidenav > ul > li > ul > li.current_page_ancestor > a:hover,
.widget-sidenav > ul > li > ul > li.page_item_has_children.current_page_item > a:hover {
  position: relative;
  color: white;
  border: 1px solid #459ce4;
}
.widget-sidenav > ul > li > ul > li.current_page_item > a:after,
.widget-sidenav > ul > li > ul > li.current_page_ancestor > a:after,
.widget-sidenav > ul > li > ul > li.page_item_has_children.current_page_item > a:after,
.widget-sidenav > ul > li > ul > li.current_page_item > a:hover:after,
.widget-sidenav > ul > li > ul > li.current_page_ancestor > a:hover:after,
.widget-sidenav > ul > li > ul > li.page_item_has_children.current_page_item > a:hover:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  speak: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  position: absolute;
  top: 11px;
  right: 14px;
  font-size: 20px;
  content: '\e81b';
}
.widget-sidenav > ul > li > ul > li.page_item_has_children.current_page_item > a:after,
.widget-sidenav > ul > li > ul > li.current_page_ancestor > a:after,
.widget-sidenav > ul > li > ul > li.page_item_has_children.current_page_item > a:hover:after,
.widget-sidenav > ul > li > ul > li.current_page_ancestor > a:hover:after {
  content: '\e89e';
}
.widget-sidenav .current_page_item > a {
  color: #459ce4;
}
.widget-sidenav .current_page_item > a:after {
  content: '';
}
.widget-sidenav .children {
  display: none;
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  margin-bottom: -3px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.widget-sidenav .children li {
  position: relative;
}
.widget-sidenav .children a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #7a7a7a;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 50px;
  width: 100%;
}
.widget-sidenav .children a:hover {
  color: #459ce4;
}
.widget-sidenav .children .current_page_item a:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  speak: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  position: absolute;
  top: 10px;
  left: 23px;
  color: #459ce4;
  font-size: 20px;
  content: '\e81b';
}
.widget-sidenav .current_page_item .children,
.widget-sidenav .current_page_ancestor .children {
  display: block;
}
/* Search Widget */
.widget_search {
  margin-bottom: 58px;
}
.widget_search .form-search ::-moz-placeholder {
  color: #cccccc;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.widget_search .form-search ::-webkit-input-placeholder {
  color: #cccccc;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.widget_search .form-search :-ms-input-placeholder {
  color: #cccccc;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.03em;
}
.widget_search .form-search .search-input-wrap {
  padding-right: 0;
  margin-bottom: 4px;
}
.mozilla .widget_search .form-search .search-input-wrap {
  margin-bottom: 0;
}
.widget_search .form-search .search-input-wrap .search-query {
  height: 40px;
}
.widget_search .form-search .search-submit {
  border: 0;
  padding-left: 0;
  position: static;
  display: inline-block;
  margin-left: -3px;
  background: transparent;
  color: black;
}
.widget_search .form-search .search-submit:before {
  padding: 0;
  font-size: 66px;
  line-height: 33px;
  font-weight: 300;
  font-family: "pixeden" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: 'b';
}
.widget_search .form-search .search-submit:hover {
  color: #459ce4;
}
/* Tag Cloud */
.widget_tag_cloud .tagcloud {
  max-width: 180px;
}
.widget_tag_cloud .tagcloud a {
  font-size: 14px !important;
  line-height: 23px;
  color: black;
}
.widget_tag_cloud .tagcloud a:after {
  content: ", ";
  color: black;
}
.widget_tag_cloud .tagcloud a:hover {
  color: #459ce4;
}
.widget_tag_cloud .tagcloud a:last-child:after {
  display: none;
}
/* Text Widget */
.widget_text {
  margin-bottom: 40px;
}
.widget_text h5,
.widget_text .h5 {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 8px;
}
.widget_text form {
  margin-bottom: 0;
}
/* Twitter Widget */
.widget_reallysimpletwitterwidget {
  line-height: 21px;
  color: black;
}
.widget_reallysimpletwitterwidget > ul.really_simple_twitter_widget > li > a {
  font-size: inherit;
  text-transform: inherit;
}
.widget_reallysimpletwitterwidget .rstw_comma {
  display: none;
}
.widget_reallysimpletwitterwidget .twitter-timestamp {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  font-weight: 400;
  color: black;
  margin-top: 9px;
}
.widget_reallysimpletwitterwidget .rstw_link_user > a {
  display: block;
  padding-top: 10px;
  font-size: 16px;
  letter-spacing: 0;
  color: #459ce4;
  font-weight: 500;
}
.footer.footer-layout-three-column-modern .widget_reallysimpletwitterwidget .rstw_link_user > a {
  color: black;
}
.footer.footer-layout-three-column-modern .widget_reallysimpletwitterwidget .rstw_link_user > a:hover {
  color: #459ce4;
}
.full-width-section .widget_reallysimpletwitterwidget {
  text-align: center;
  color: white;
  padding-top: 67px;
  margin-bottom: 60px;
}
.full-width-section .widget_reallysimpletwitterwidget .really_simple_twitter_widget {
  margin: 0 auto;
  max-width: 530px;
}
.full-width-section .widget_reallysimpletwitterwidget h2.widgettitle {
  font-weight: 500;
  margin-bottom: 35px;
}
.full-width-section .widget_reallysimpletwitterwidget h2.widgettitle,
.full-width-section .widget_reallysimpletwitterwidget h2.widgettitle a {
  color: white;
}
.full-width-section .widget_reallysimpletwitterwidget a,
.full-width-section .widget_reallysimpletwitterwidget .rstw_link_user > a {
  color: white;
}
.full-width-section .widget_reallysimpletwitterwidget .rstw_link_user > a {
  display: inline-block;
  font-size: 18px;
  padding-top: 29px;
  max-width: 300px;
  text-align: center;
}
.full-width-section .widget_reallysimpletwitterwidget .twitter-timestamp {
  color: white;
  opacity: 0.5;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-top: 25px;
}
.full-width-section .widget_reallysimpletwitterwidget li {
  font-size: 18px;
  line-height: 28px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Sidebar
/*--------------------------------------------------------------------------------------------------------------------*/
.sidebar,
.wpb_widgetised_column {
  margin-bottom: 70px;
}
.sidebar > .alert,
.wpb_widgetised_column > .alert {
  display: none;
}
.sidebar .widget:first-child,
.wpb_widgetised_column .widget:first-child {
  /* First widget has no top magin  */
  margin-top: 0;
}
.pull-left .sidebar {
  padding-right: 0;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Footer
/*--------------------------------------------------------------------------------------------------------------------*/
.footer {
  background: #1f3f81;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  letter-spacing: 0;
}
.fancy-footer-entrance .page-layout-boxed .footer {
  width: 1300px;
}
.footer .row-fluid [class*="span"] {
  min-height: 0;
}
.footer,
.footer p {
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #459ce4;
}
.footer,
.footer li,
.footer .rpwe-summary {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .rpwe-block h3 {
  font-weight: 500;
  color: #a7a7a7;
  letter-spacing: 0;
}
.footer .widgettitle,
.footer .widgettitle a,
.footer .widgettitle label {
  background: none;
  font-size: 16px;
  font-weight: normal;
  color: #a7a7a7;
}
.footer .widgettitle {
  padding: 0;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: none;
}
.footer .widget {
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.footer .widget:first-child {
  padding-top: 76px;
}
.footer .widget:last-child,
.footer .widget:last-of-type {
  padding-bottom: 65px;
}
.footer .widget.recent-posts-extended {
  /* !important keywords are needed to override inline styles */
}
.footer .widget.recent-posts-extended .rpwe-ul {
  margin-bottom: 0;
}
.footer .widget.recent-posts-extended .rpwe-block li {
  position: relative;
  border-bottom-width: 0;
}
.footer .widget.recent-posts-extended .rpwe-block li > a:before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 28px;
  line-height: 70px;
  text-align: center;
  font-family: "streamline-24px" !important;
  color: black;
  content: "\e2ed";
  width: 70px;
  height: 70px;
  background: white;
  opacity: 0;
}
.footer .widget.recent-posts-extended .rpwe-block li > a:hover:before {
  opacity: 0.8;
}
.footer .widget.recent-posts-extended .rpwe-block li .rpwe-thumb {
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
  margin-bottom: 0;
  margin-right: 15px;
}
.footer .widget.recent-posts-extended .rpwe-block li .rpwe-title {
  margin-top: 0;
  font-size: 14px !important;
  line-height: 22px;
  font-weight: normal;
}
.footer .widget.recent-posts-extended .rpwe-block li .rpwe-title a {
  color: #bbbbbb;
}
.footer .widget.recent-posts-extended .rpwe-block li .rpwe-title a:hover {
  color: #ffffff;
}
.footer .widget.recent-posts-extended .rpwe-block li .rpwe-time {
  color: #5d5d5d;
  font-size: 12px;
  line-height: 28px;
}
.footer .widget.widget_reallysimpletwitterwidget {
  padding-right: 30px;
}
.footer .widget.widget_reallysimpletwitterwidget .twitter-timestamp {
  display: block;
  font-size: 12px;
  color: #5d5d5d;
  line-height: 28px;
}
.footer .widget.widget_reallysimpletwitterwidget li {
  margin-bottom: 10px;
}
.footer .widget .recent-work-widget .recent-work-link {
  position: relative;
  display: inline-block;
  margin: 2px 10px 12px 0px;
}
.footer .widget .recent-work-widget .recent-work-link:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  line-height: 72px;
  text-align: center;
  font-family: "streamline-24px" !important;
  color: black;
  content: "\e2ed";
  width: 70px;
  height: 70px;
  background: white;
  opacity: 0;
}
.footer .widget .recent-work-widget .recent-work-link:hover:before {
  opacity: 0.8;
}
.footer.footer-layout-three-column-modern,
.footer.footer-layout-three-column-modern p {
  color: #888888;
}
.footer.footer-layout-three-column-modern a {
  color: #000000;
}
.footer.footer-layout-three-column-modern a:hover {
  color: #459ce4;
}
.footer.footer-layout-three-column-modern .widgettitle,
.footer.footer-layout-three-column-modern .widgettitle a,
.footer.footer-layout-three-column-modern .widgettitle label {
  color: #9d9d9d;
}
.footer.footer-layout-three-column-modern h1,
.footer.footer-layout-three-column-modern h2,
.footer.footer-layout-three-column-modern h3,
.footer.footer-layout-three-column-modern h4,
.footer.footer-layout-three-column-modern h5,
.footer.footer-layout-three-column-modern h6 {
  color: #000000;
}
.footer.footer-layout-three-column-modern .widget:first-child {
  padding-top: 97px;
}
.footer.footer-layout-three-column-modern .widget:last-child {
  padding-bottom: 137px;
}
.footer.footer-layout-three-column-modern .widget.recent-posts-extended {
  /* !important keywords are needed to override inline styles */
}
.footer.footer-layout-three-column-modern .widget.recent-posts-extended .rpwe-block {
  padding-top: 15px;
}
.footer.footer-layout-three-column-modern .widget.recent-posts-extended .rpwe-block h3 {
  font-size: 20px !important;
}
.footer.footer-layout-three-column-modern .widget.recent-posts-extended .rpwe-block h3 a {
  color: #000000;
}
.footer.footer-layout-three-column-modern .widget.recent-posts-extended .rpwe-block h3 a:hover {
  color: #459ce4;
}
.footer.footer-layout-three-column-modern .widget.recent-posts-extended .rpwe-summary {
  line-height: 28px;
  margin-top: 14px;
}
.footer.footer-layout-three-column-modern .widget.recent-posts-extended .rpwe-block a.more-link {
  display: block !important;
  font-size: 66px;
  font-weight: normal;
  margin-top: 11px;
}
.footer.footer-layout-three-column-modern .widget.recent-posts-extended .rpwe-block a.more-link:before {
  display: inline-block;
  margin-left: -3px;
}
.footer.footer-layout-three-column-modern .widget.widget_reallysimpletwitterwidget {
  position: relative;
  padding-right: 0;
}
.footer.footer-layout-three-column-modern .widget.widget_reallysimpletwitterwidget .rstw_link_user {
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 158px;
}
.footer.footer-layout-three-column-modern .widget.widget_reallysimpletwitterwidget .rstw_link_user > a {
  font-size: 20px;
  font-weight: 400;
  padding-top: 8px;
}
.footer.footer-layout-three-column-modern .widget.widget_reallysimpletwitterwidget .really_simple_twitter_widget {
  margin-top: 75px;
}
.footer.footer-layout-three-column-modern .widget.widget_reallysimpletwitterwidget li {
  line-height: 28px;
  color: #888888;
}
.footer.footer-layout-three-column-modern .footer-widget-area {
  overflow: hidden;
  background: #f7f7f7;
}
.footer.footer-layout-three-column-modern .footer-column-1 {
  position: relative;
}
.footer.footer-layout-three-column-modern .footer-column-1,
.footer.footer-layout-three-column-modern .footer-column-1 p {
  color: #bbbbbb;
}
.footer.footer-layout-three-column-modern .footer-column-1 a {
  color: #ffffff;
}
.footer.footer-layout-three-column-modern .footer-column-1 a:hover {
  color: #459ce4;
}
.footer.footer-layout-three-column-modern .footer-column-1 .widgettitle,
.footer.footer-layout-three-column-modern .footer-column-1 .widgettitle a,
.footer.footer-layout-three-column-modern .footer-column-1 .widgettitle label {
  color: #ffffff;
}
.footer.footer-layout-three-column-modern .footer-column-1 h1,
.footer.footer-layout-three-column-modern .footer-column-1 h2,
.footer.footer-layout-three-column-modern .footer-column-1 h3,
.footer.footer-layout-three-column-modern .footer-column-1 h4,
.footer.footer-layout-three-column-modern .footer-column-1 h5,
.footer.footer-layout-three-column-modern .footer-column-1 h6 {
  color: #ffffff;
}
.footer.footer-layout-three-column-modern .footer-column-1 .footer-dark-color-background {
  position: absolute;
  top: 0;
  left: -1170px;
  right: -28px;
  bottom: -1170px;
  background: #171717;
}
.footer .subfooter {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 35px;
}
.footer .subfooter,
.footer .subfooter p {
  color: #000000;
}
.footer .subfooter a {
  color: #a3a3a3;
}
.footer .subfooter a:hover {
  color: #459ce4;
}
.footer .subfooter .subfooter-text {
  float: left;
}
.footer .subfooter .subfooter-navigation {
  float: right;
}
.footer .subfooter .subfooter-navigation .menu-item {
  display: inline-block;
  padding-left: 13px;
  text-align: right;
}
.footer .subfooter .subfooter-navigation .menu-item:first-child {
  padding-left: 0;
}
.footer .subfooter .subfooter-toplink-wrapper {
  position: relative;
  text-align: right;
}
.footer .subfooter .subfooter-toplink-wrapper .subfooter-toplink {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 63px;
  color: #d1d1d1;
  right: 25%;
}
.footer .subfooter .subfooter-toplink-wrapper .subfooter-toplink:hover {
  color: #459ce4;
}
.footer .subfooter .subfooter-toplink-wrapper .subfooter-toplink:before {
  font-family: "pixeden" !important;
  content: "a";
}
.footer .scrollup-button-container {
  z-index: 99;
  opacity: 0.8;
  position: fixed;
  bottom: 34px;
  right: 36px;
  display: none;
  background: #aaaaaa;
  border-radius: 3px;
}
.footer .scrollup-button-container a {
  z-index: 99;
  display: block;
  width: 50px;
  height: 50px;
  font-size: 40px;
  color: #ffffff;
}
.footer .scrollup-button-container:hover {
  opacity: 1;
  background: #459ce4;
}
.footer .scrollup-button-container:hover a,
.footer .scrollup-button-container:hover a:hover {
  color: #ffffff;
}
.footer .scrollup-button-container a:before {
  position: relative;
  left: 5px;
  top: 5px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  404 Page
/*--------------------------------------------------------------------------------------------------------------------*/
.error404 .subhead {
  padding-bottom: 100px;
}
.error404 .page-404-content {
  padding-top: 164px;
  padding-bottom: 100px;
  margin-bottom: 0;
  text-align: center;
  background-color: #f7f7f7;
}
.error404 .page-404-content .page-title-404,
.error404 .page-404-content .page-404-error,
.error404 .page-404-content .tagline-404 {
  display: inline-block;
}
.error404 .page-404-content .message-404 {
  width: 100%;
  margin-bottom: 10px;
}
.error404 .page-404-content .message-404 .page-title-404 {
  font-weight: bold;
  font-size: 232px;
  color: black;
}
.error404 .page-404-content .message-404 .page-404-error {
  font-size: 120px;
  font-weight: 200;
  color: black;
  padding-bottom: 8px;
}
.error404 .page-404-content .tagline-404 {
  position: relative;
  margin-left: 170px;
  margin-bottom: 0px;
  padding-top: 0;
  font-size: 37px;
  line-height: 44px;
  font-weight: 100;
}
.error404 .page-404-content .gohome-button {
  margin-top: -5px;
  margin-bottom: 52px;
}
.error404 .go-home-wrapper {
  text-align: center;
  padding-top: 94px;
  padding-bottom: 50px;
}
.error404 .go-home-wrapper .link-message {
  font-size: 20px;
  line-height: 28px;
  color: black;
  font-weight: 500;
  margin-bottom: 13px;
}
.error404 .go-home-wrapper .gohome-button span {
  display: block;
}
.error404 .go-home-wrapper .gohome-button a {
  color: black;
}
.error404 .go-home-wrapper .gohome-button a:hover {
  color: #459ce4;
}
.safari .error404 .page-404-content .message-404 .page-title-404,
.safari .error404 .page-404-content .message-404 .page-404-error {
  line-height: 192px;
  vertical-align: bottom;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Contact Form 7 Plugin Compatibility
/*--------------------------------------------------------------------------------------------------------------------*/
.sidebar .wpcf7 li {
  padding-left: 1px;
  padding-right: 1px;
}
.wpcf7 img.ajax-loader[style*="hidden"] {
  display: none;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  border: 2px solid #B94A48;
  background-color: #F2DEDE;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-mail-sent-ok {
  letter-spacing: 0;
  padding: 8px 14px 8px 14px;
  margin: 10px 0 20px 0;
  color: #B94A48;
  text-shadow: none;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  font-weight: 400;
  text-align: center;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #468847;
  background-color: #DFF0D8;
  border-color: #D6E9C6;
}
.wpcf7 .wpcf7-form.sent * {
  display: none;
}
.wpcf7 .wpcf7-form.sent .wpcf7-mail-sent-ok {
  display: block;
}
.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form textarea,
.wpcf7 form .name-field,
.wpcf7 form .email-field,
.wpcf7 form .message-field {
  background: #e5e5e5;
  border-color: transparent;
  box-shadow: none;
  width: 100%;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -ms-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
}
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form textarea:focus,
.wpcf7 form .name-field:focus,
.wpcf7 form .email-field:focus,
.wpcf7 form .message-field:focus {
  background: #f5f5f5;
}
.wpcf7 .flatik-regular-contact-form input[type="text"],
.wpcf7 .flatik-regular-contact-form input[type="email"],
.wpcf7 .flatik-regular-contact-form .name-field,
.wpcf7 .flatik-regular-contact-form .email-field,
.wpcf7 .flatik-regular-contact-form .message-field {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 24px;
}
.wpcf7 .flatik-regular-contact-form input[type="email"],
.wpcf7 .flatik-regular-contact-form .email-field {
  margin-bottom: 18px;
}
.wpcf7 .flatik-regular-contact-form .your-message {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding-right: 10px;
}
.wpcf7 .flatik-modern-contact-form .name-field {
  margin-right: 30px;
}
.wpcf7 .flatik-modern-contact-form .name-field,
.wpcf7 .flatik-modern-contact-form .email-field {
  width: 370px;
  margin-bottom: 30px;
}
.wpcf7 .flatik-modern-contact-form .message-field {
  width: 100%;
}
.wpcf7 .flatik-modern-contact-form input,
.wpcf7 .flatik-modern-contact-form textarea,
.wpcf7 .flatik-modern-contact-form .name-field,
.wpcf7 .flatik-modern-contact-form .email-field,
.wpcf7 .flatik-modern-contact-form .message-field {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0.03em;
  padding: 23px 27px 22px 27px;
}
.wpcf7 .flatik-modern-contact-form input[type="submit"] {
  display: inline-block;
  margin-left: -3px;
  background: transparent;
  color: black;
  padding-left: 0;
  padding-top: 17px;
  font-size: 66px;
  font-weight: 300;
  font-family: "pixeden" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wpcf7 .flatik-modern-contact-form input[type="submit"]:hover {
  color: #459ce4;
}
.wpcf7 .flatik-modern-contact-form.flatik-fullwidth-contact-form .name-field,
.wpcf7 .flatik-modern-contact-form.flatik-fullwidth-contact-form .email-field {
  width: 570px;
  margin-bottom: 43px;
}
.wpcf7 .flatik-sidebar-contact-form .message-field {
  margin-bottom: 0;
}
.wpcf7 .flatik-sidebar-contact-form input[type="submit"] {
  display: inline-block;
  margin-left: -3px;
  background: transparent;
  color: black;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 66px;
  font-weight: 300;
  font-family: "pixeden" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wpcf7 .flatik-sidebar-contact-form input[type="submit"]:hover {
  color: #459ce4;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  WPML Plugin Compatibility
/*--------------------------------------------------------------------------------------------------------------------*/
/* Language Dropdown */
#lang_sel {
  z-index: 4;
  height: auto;
  font-family: inherit;
  color: black;
}
#lang_sel li {
  float: none;
  width: auto;
}
#lang_sel li a.lang_sel_sel {
  display: inline-block;
  position: relative;
  border: 0;
  background: none;
  line-height: 20px;
  color: inherit;
}
#lang_sel li a.lang_sel_sel + ul {
  border: 1px solid #e5e5e5;
}
#lang_sel li a.lang_sel_sel:after {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: right;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .1em;
  font-size: 15px;
  position: relative;
  top: 2px;
  content: '\e8a2';
}
#lang_sel ul ul {
  text-transform: none;
  text-align: left;
  background: white;
  top: 35px;
  right: 0;
  left: auto;
  height: auto;
  min-width: 169px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
#lang_sel ul ul li {
  background: transparent;
  text-align: left;
  position: relative;
}
#lang_sel ul ul li:first-child a {
  padding-top: 22px;
}
#lang_sel ul ul li:last-child a {
  padding-bottom: 22px;
}
#lang_sel ul ul li:first-child:before {
  z-index: -1;
  display: block;
  position: absolute;
  right: 10px;
  top: -16px;
  border: 8px solid transparent;
  border-bottom: 8px solid #e5e5e5;
}
#lang_sel ul ul li a {
  border: 0;
  padding: 11px;
  padding-left: 27px;
  font-size: 12px;
  line-height: 33px;
  background: transparent;
}
#lang_sel ul ul li a:hover {
  background: transparent;
  color: #459ce4;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Jetpack Plugin Compatibility
/*--------------------------------------------------------------------------------------------------------------------*/
/* Tiled Gallery */
.tiled-gallery {
  margin-bottom: 20px !important;
}
/* Infinite Scroll */
.infinite-scroll .blog-pagination {
  display: none;
}
.infinite-scroll > article {
  padding-top: 30px;
}
.infinite-scroll .infinite-loader {
  padding-top: 30px;
}
/* Contact Form */
.contact-form label {
  margin-bottom: 6px;
}
.contact-form .contact-form textarea {
  width: 100%;
}
a[class^="grav-clone-"] {
  display: none;
  margin-top: -28px;
}
/* Sharing */
.sharedaddy {
  font-family: inherit;
  margin-bottom: 73px;
}
.sharedaddy .sd-block {
  border-top: 0;
  padding-top: 0;
}
.sharedaddy h3 {
  font-size: 19px;
  font-family: inherit;
  float: none;
  width: 100%;
  margin-bottom: 25px;
}
.sharedaddy .sd-content {
  float: none;
  width: 100%;
}
/* Likes */
.post-likes-widget {
  width: 100%;
}
/* Subscribe Widget */
#subscribe-field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  line-height: 20px;
  height: 38px;
  margin-bottom: 3px;
  /* Unfortunately, using !important is needed here since Jetpack uses inline styles */
  padding: 4px 15px !important;
  width: 100% !important;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  IE8 Fixes
/*--------------------------------------------------------------------------------------------------------------------*/
.lt-ie9 .brand img {
  max-width: none;
}
.lt-ie9 .blog-shortcode-layout-medium-image .post-featured-content,
.lt-ie9 .blog-shortcode-layout-medium-image .post-text-content {
  width: 295px;
}
.lt-ie9 .wpb_flexslider .slide-text-wrapper {
  position: relative;
  background: black;
  padding-bottom: 59px;
}
.lt-ie9 .wpb_flexslider .flex-direction-nav {
  display: none;
}
.lt-ie9 .wpb_flexslider .flex-control-nav {
  display: block !important;
  bottom: 15px;
  text-align: left;
  padding-left: 49px;
  z-index: 99;
}
.lt-ie9 .wpb_flexslider .flex-control-paging li a:hover {
  background: white;
}
.lt-ie9 .sidebar {
  padding-right: 0;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*  Media Queries
/*--------------------------------------------------------------------------------------------------------------------*/
/* Admin Bar Compatibility */
@media (min-width: 783px) {
  .admin-bar .site-content-wrapper {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar .site-content-wrapper {
    padding-top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
/* Widescreen Layout */
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 28px;
  }
  /* Make the sticky header 1260px wide in boxed mode */
  .page-layout-boxed.enable-sticky-header .navbar {
    width: 1300px;
  }
}
/* Desktop, Tablet and Mobile */
@media (max-width: 1200px) {
  .sidebar {
    padding-right: 0;
  }
  .adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-featured-content {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .adap-blog-shortcode.blog-shortcode-layout-medium-image .post-preview .post-text-content {
    width: 100%;
  }
  .wpcf7 .flatik-modern-contact-form .name-field,
  .wpcf7 .flatik-modern-contact-form.flatik-fullwidth-contact-form .name-field,
  .wpcf7 .flatik-modern-contact-form .email-field,
  .wpcf7 .flatik-modern-contact-form.flatik-fullwidth-contact-form .email-field {
    width: 100%;
  }
}
/* Desktop Layout */
@media (min-width: 980px) and (max-width: 1200px) {
  .header-navbar .container {
    width: 940px;
  }
  .header-navbar .adaptive-megamenu .atl-megamenu-parent.atl-megamenu-nogrid .atl-megamenu-column a {
    padding-left: 24px;
  }
  .header-navbar .adaptive-megamenu .atl-megamenu-parent > .dropdown-menu {
    width: 940px;
  }
  .page-layout-boxed {
    max-width: 1024px;
  }
  .page-layout-boxed.enable-sticky-header .navbar {
    width: 1024px;
  }
  .fancy-footer-entrance .page-layout-boxed .footer {
    width: 1024px;
  }
  .error404 .page-404-content {
    padding-left: 0;
  }
  .error404 .tagline-404 {
    margin-left: 125px;
  }
  .format-video .article-header .fluid-width-video-wrapper {
    padding-top: 346px !important;
  }
  .format-video .article-header .fluid-width-video-wrapper > iframe {
    max-height: 346px;
  }
  .rev_slider .btn {
    font-size: 14px;
  }
  .zero-gap-columns .adap-profile-shortcode .profile-social-links {
    right: 9px;
  }
}
/* Desktop and Widescreen Layouts */
@media (min-width: 980px) {
  .at-mobile-menu {
    display: none;
  }
  .underlined-header-style.adaptive-overlay-header .header-navbar .brand img {
    margin-top: -20px;
  }
  .centered-header-style .brand {
    left: 50%;
    top: -12px;
  }
  .centered-header-style .logo-centered-divider {
    width: 40px;
    height: 1px;
    background: #e5e5e5;
    margin: 19px auto 0 auto;
  }
  .enable-sticky-header.page-layout-boxed .navbar {
    left: auto;
  }
  .ipad-client .enable-sticky-header {
    padding-top: 0;
  }
  .ipad-client .enable-sticky-header .navbar {
    position: static;
  }
  .enable-sticky-header .site-content-wrapper {
    padding-top: 110px;
  }
  .enable-sticky-header .header-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
  }
  .sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background: rgba(255, 255, 255, 0.97);
  }
  .admin-bar .sticky-header {
    top: 32px;
  }
  .sticky-header + .main-content {
    padding-top: 107px;
  }
  .navbar .nav > li:last-child > a {
    padding-right: 0;
  }
  .zero-gap-columns.hovered  .caption {
    opacity: 0.3;
  }
  .zero-gap-columns.hovered  .black-image-overlay {
    display: block;
  }
  .zero-gap-columns.hovered .hovered .caption {
    opacity: 1;
  }
  .zero-gap-columns.hovered .hovered .profile-social-links a {
    color: black;
  }
  .zero-gap-columns.hovered .hovered .profile-social-links a:hover {
    color: #459ce4;
  }
  .zero-gap-columns.hovered .hovered .black-image-overlay {
    display: none;
  }
}
/* Tablet and Mobile Layouts */
@media (max-width: 979px) {
  .page-layout-boxed {
    max-width: 800px;
  }
  .fancy-footer-entrance .page-layout-boxed .footer {
    width: 800px;
  }
  .theme-breadcrumbs {
    display: none;
  }
  .portfolio-compact-layout .portfolio-nav-wrapper {
    width: 100%;
  }
  .portfolio-compact-layout .adap-post-nav {
    margin-top: 0;
  }
  .portfolio-compact-layout .portfolio-featured-media-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
  .portfolio-compact-layout .portfolio-details-content-wrapper {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
  .portfolio-compact-layout .portfolio-content-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .header-introbar {
    display: none;
  }
  .header-navbar {
    border-bottom-width: 0;
  }
  .header-navbar .navbar-search-launcher {
    display: none;
  }
  .header-navbar .at-mobile-menu-link {
    display: block;
  }
  .header-navbar .navbar-inner {
    min-height: 100px;
    padding-left: 0;
    padding-right: 0;
    /* Determines the height of the mobile header */
    min-height: 106px;
  }
  .navbar-fixed-top .header-navbar .navbar-inner {
    padding: 0;
  }
  .jumbotron {
    margin-top: 0;
  }
  .testimonial-shortcode .quote {
    position: relative;
  }
  .testimonial-shortcode .testimonial-image {
    top: 34px;
    left: 30px;
  }
  .flexslider.wpb_flexslider .flex-direction-nav {
    display: none;
  }
  .flexslider.wpb_flexslider .slide-text-wrapper {
    position: relative;
    background: black;
    padding-bottom: 59px;
  }
  .flexslider.wpb_flexslider .flex-control-paging li a:hover {
    background: white;
  }
  .flexslider.wpb_flexslider .flex-control-nav {
    display: none;
    bottom: 15px;
    text-align: left;
    padding-left: 49px;
    z-index: 99;
  }
  .webkit .flexslider.wpb_flexslider .flex-control-nav {
    bottom: 25px;
  }
  .post .byline-datetime {
    display: block;
  }
  .post .footer-byline .byline-footer-item.byline-author,
  .post .footer-byline .byline-footer-item.byline-tags {
    display: block;
    float: none;
  }
  .single-post .next-prev-nav .nav-next,
  .single-post .next-prev-nav .nav-previous {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .comment-form .name-field-wrapper,
  .comment-form .email-field-wrapper,
  .comment-form .website-field-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .single-portfolio .portfolio-compact-layout .portfolio-nav-wrapper {
    display: none;
  }
  .single-portfolio .portfolio-compact-layout .article-header {
    padding-top: 0;
  }
  .single-portfolio .portfolio-compact-layout .portfolio-featured-media-wrapper {
    margin-bottom: 35px;
  }
  .single-portfolio .portfolio-full-width-layout .article-header {
    margin-bottom: 35px;
  }
  .single-portfolio .portfolio-full-width-layout .portfolio-item-details {
    margin-bottom: 15px;
  }
  .single-portfolio .portfolio-item-title {
    margin-top: 0;
  }
  .single-portfolio .portfolio-next-prev-nav {
    display: none;
  }
  .single-portfolio .portfolio-item-content {
    width: 100%;
  }
  footer .subfooter .container {
    width: auto;
    padding: 0 20px;
  }
  footer .subfooter .subfooter-navigation,
  footer .subfooter p.subfooter-text {
    float: none;
    text-align: center;
    width: 100%;
  }
  .error404 .page-title-404,
  .error404 .page-404-error {
    display: none;
  }
  .error404 .tagline-404 {
    top: 0;
    margin-left: 0;
    text-align: center;
  }
  .error404 .page-404-content {
    display: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .error404 .go-home-wrapper {
    padding-top: 0;
  }
  .error404 .gohome-button {
    margin-top: 30px;
  }
  .format-video .article-header .fluid-width-video-wrapper {
    padding-top: 265px !important;
  }
  .format-video .article-header .fluid-width-video-wrapper > iframe {
    max-height: 265px;
  }
  .blog-shortcode-layout-medium-image .post-featured-content,
  .blog-shortcode-layout-medium-image .post-text-content {
    width: 100%;
    margin-right: 0;
  }
  .blog-shortcode-layout-medium-image .post-featured-content {
    margin-bottom: 20px;
  }
  .blog-shortcode-layout-medium-image .byline {
    left: 0;
  }
  .blog-pagination .pagination > ul > li > a.numbered-pagination-link,
  .blog-pagination .pagination > ul > li > span.numbered-pagination-link {
    display: none;
  }
  .rev_slider .btn {
    font-size: 13px;
  }
}
/* Tablet Layout */
@media (min-width: 768px) and (max-width: 979px) {
  .header-navbar .container {
    width: 724px;
  }
  .header-navbar .adaptive-megamenu .atl-megamenu-parent > .dropdown-menu {
    width: 724px;
  }
  .zero-gap-columns .adap-profile-shortcode .caption {
    margin-bottom: 33px;
  }
  .zero-gap-columns .adap-profile-shortcode .caption .profile-social-links {
    top: auto;
    right: auto;
    bottom: -33px;
    left: 20px;
  }
  .zero-gap-columns .adap-profile-shortcode .caption .profile-social-links li:first-child {
    padding-left: 0;
  }
}
/* Everything above mobile */
@media (min-width: 768px) {
  .fancy-footer-entrance .main-content {
    background: white;
  }
  .fancy-footer-entrance .footer {
    background: black;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
}
/* Mobile Layout */
@media (max-width: 767px) {
  body {
    background: none;
    /* Clear out site background */
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 24px;
  }
  .fancy-footer-entrance .page-layout-boxed .footer {
    width: 100%;
  }
  .header-introbar,
  .enable-intro-bar .header-introbar {
    display: none;
  }
  .header-introbar,
  .header-navbar .navbar-inner,
  .main-content,
  .footer-widget-area,
  .subfooter,
  .full-width-section > .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  /* Needed to counteract the above paddings */
  .make-full-width {
    margin-left: -50px;
    margin-right: -50px;
  }
  .full-width-section {
    margin-left: -50px;
    margin-right: -50px;
    padding-left: 0;
    padding-right: 0;
  }
  .row-fluid [class*="span"] {
    min-height: 0;
  }
  .mobile-nav .mobile-nav-scrollable-container .mobile-menu .menu-item a {
    line-height: 1.5em;
  }
  .header-navbar .container,
  .header-navbar .adaptive-megamenu .atl-megamenu-parent > .dropdown-menu {
    width: auto;
  }
  .rev_slider .tparrows.default {
    display: none;
  }
  .rev_slider .btn {
    font-size: 11px;
    padding: 5px 12px;
  }
  .full-width-section .zero-gap-columns [class*="span"] {
    width: 100%;
  }
  .post {
    /* Quote post format */
  }
  .post .featured-blockquote blockquote {
    padding-right: 37px;
  }
  .post .byline .byline-item.right-side-byline-items-parent {
    float: none;
    margin-top: 6px;
    margin-left: -4px;
  }
  .post .byline .byline-item.right-side-byline-items-parent .right-side-byline-items {
    display: block;
  }
  .post .post-divider {
    max-width: 10000px;
  }
  .post .footer-byline .byline-tags {
    float: none;
  }
  .post .next-prev-nav .nav-blog {
    display: none;
  }
  .post .next-prev-nav .nav-next,
  .post .next-prev-nav .nav-previous {
    width: 100%;
    padding: 0;
  }
  .post .next-prev-nav .nav-previous {
    margin-bottom: 10px;
  }
  .post .next-prev-nav .nav-next {
    margin-bottom: 60px;
  }
  blockquote p {
    padding-left: 35px;
  }
  blockquote p:before {
    display: none;
  }
  .zero-gap-columns .adap-profile-shortcode {
    margin-bottom: 50px;
  }
  .zero-gap-columns .adap-profile-shortcode .caption {
    padding-left: 0;
  }
  .zero-gap-columns .adap-profile-shortcode .profile-social-links {
    right: 0;
  }
  .adap-portfolio .portfolio-item.one-fourth,
  .adap-portfolio .portfolio-item.one-third,
  .adap-portfolio .portfolio-item.one-half {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  input,
  textarea,
  .uneditable-input {
    width: 100%;
  }
  body div.pp_default .pp_description,
  body div.pp_default .pp_gallery,
  body div.pp_default .pp_expand {
    display: none !important;
  }
  .sidebar {
    margin-top: 40px;
  }
  .single-portfolio .portfolio-compact-layout,
  .single-portfolio .portfolio-content-wrapper {
    width: 100%;
  }
  .single-portfolio .portfolio-content-wrapper {
    margin-left: 0;
  }
  .bigger-gaps.span8 .recent-posts-shortcode.column-count-2 .span6:first-child > .post-preview > article {
    padding-right: 0;
  }
  .bigger-gaps.span8 .recent-posts-shortcode.column-count-2 .span6 > .post-preview > article {
    padding-left: 0;
  }
  .bigger-gaps.span8 .adap-portfolio.column-count-2 .span6:first-child > .thumbnail {
    padding-right: 0;
  }
  .bigger-gaps.span8 .adap-portfolio.column-count-2 .span6 > .thumbnail {
    padding-left: 0;
  }
  .footer {
    margin: 0;
  }
  .footer p {
    margin-bottom: 0;
  }
  .footer .widget,
  .footer .widget:first-child,
  .footer .widget:last-child {
    padding-top: 47px;
    padding-bottom: 0;
  }
  .footer .footer-widget-area {
    padding-top: 14px;
    padding-bottom: 48px;
  }
  .footer.footer-layout-three-column-modern .footer-widget-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer.footer-layout-three-column-modern .widget,
  .footer.footer-layout-three-column-modern .widget:first-child,
  .footer.footer-layout-three-column-modern .widget:last-child {
    padding-top: 47px;
    padding-bottom: 0;
  }
  .footer.footer-layout-three-column-modern .footer-column-1 {
    padding-top: 50px;
    padding-bottom: 113px;
  }
  .footer.footer-layout-three-column-modern .footer-column-1 .footer-dark-color-background {
    top: 0;
    bottom: 0;
    right: -767px;
  }
  .footer.footer-layout-three-column-modern .widget.widget_reallysimpletwitterwidget {
    position: relative;
  }
  .footer.footer-layout-three-column-modern .widget.widget_reallysimpletwitterwidget .rstw_link_user {
    top: 106px;
  }
  .footer.footer-layout-three-column-modern .widget.widget_reallysimpletwitterwidget .really_simple_twitter_widget {
    margin-top: 73px;
  }
  .footer.footer-layout-three-column-modern .recent-posts-extended .rpwe-ul > li {
    margin-bottom: 0;
  }
  .footer.footer-layout-three-column-modern .recent-posts-extended .more-link {
    margin-bottom: 0;
  }
  .footer.footer-layout-three-column-modern .footer-column-3 {
    padding-bottom: 47px;
  }
  .footer .subfooter {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .footer .subfooter .subfooter-toplink-wrapper {
    display: none;
  }
  .complex-pagination {
    text-align: center;
    margin-bottom: 74px;
  }
  .complex-pagination li {
    text-align: center;
  }
  .complex-pagination .bpn-prev-link {
    margin-bottom: 15px;
  }
  .complex-pagination .bpn-next-link {
    margin-top: 15px;
  }
  .complex-pagination .bpn-prev-link,
  .complex-pagination .bpn-next-link {
    display: block;
  }
  .complex-pagination .bpn-prev-link a,
  .complex-pagination .bpn-next-link a {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
/* Mobile Layout */
@media (max-width: 480px) {
  .header-introbar,
  .header-navbar .navbar-inner,
  .main-content,
  .footer-widget-area,
  .subfooter {
    padding-left: 40px;
    padding-right: 40px;
  }
  .blockquote-shortcode.blockquote-style-style4 blockquote {
    font-size: 18px;
    line-height: 25px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .blockquote-shortcode.blockquote-style-style4 blockquote .blockquote-shortcode-source {
    font-size: 18px;
  }
  /* Needed to counteract the above paddings */
  .make-full-width {
    margin-left: -40px;
    margin-right: -40px;
  }
  .full-width-section {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio-item-meta li {
    margin-left: 0;
  }
  .portfolio-item-meta li.portfolio-item-tags {
    display: none;
  }
  .adap-blog-shortcode.blog-shortcode-layout-large-image,
  .adap-blog-shortcode.blog-shortcode-layout-full-image,
  .adap-blog-shortcode.blog-shortcode-layout-full-image-alt,
  .adap-blog-shortcode.blog-shortcode-layout-medium-image {
    text-align: center;
  }
  .adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item,
  .adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item,
  .adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item,
  .adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item {
    display: block;
  }
  .adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item.meta-author,
  .adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item.meta-author,
  .adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item.meta-author,
  .adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item.meta-author,
  .adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item.meta-datetime,
  .adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item.meta-datetime,
  .adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item.meta-datetime,
  .adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item.meta-datetime {
    margin-right: 0;
  }
  .adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item.meta-author a:before,
  .adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item.meta-author a:before,
  .adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item.meta-author a:before,
  .adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item.meta-author a:before,
  .adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item.meta-datetime a:before,
  .adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item.meta-datetime a:before,
  .adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item.meta-datetime a:before,
  .adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item.meta-datetime a:before {
    display: block;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .adap-blog-shortcode.blog-shortcode-layout-large-image .meta-secondary-wrapper .meta-item.meta-comments,
  .adap-blog-shortcode.blog-shortcode-layout-full-image .meta-secondary-wrapper .meta-item.meta-comments,
  .adap-blog-shortcode.blog-shortcode-layout-full-image-alt .meta-secondary-wrapper .meta-item.meta-comments,
  .adap-blog-shortcode.blog-shortcode-layout-medium-image .meta-secondary-wrapper .meta-item.meta-comments {
    display: none;
  }
  .blog-pagination .pagination ul > .bpn-prev-link,
  .blog-pagination .pagination ul > .bpn-next-link {
    display: block;
    float: none;
  }
  .blog-pagination .pagination ul > .bpn-prev-link > a,
  .blog-pagination .pagination ul > .bpn-next-link > a {
    display: block;
  }
  .blog-pagination .pagination ul > .bpn-prev-link {
    margin-bottom: 5px;
  }
  footer .subfooter .container {
    padding: 0;
  }
}