/*
Theme Name: inForward
Theme URI: https://velikorodnov.com/dev/inforward/
Author: Designed by monkeysan
Author URI: https://themeforest.net/user/monkeysan/portfolio
Description: We would like to thank you for purchasing inForward WordPress.
Version: 2.7
Tags: one-column, two-columns, left-sidebar, right-sidebar, sticky-post, theme-options
Text Domain: inforward
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
*/

/*------------------------------------------------------------------
[Master Stylesheet]

Project:	inForward
Last change:	18/10/2017 [initial release]
Assigned to:	mad_velikorodnov
Primary use:	eCommerce

/*------------------------------------------------------------------
[Color codes]

# Primary Color: #14468c

Background:	#fff
Content Color:	#fff
Header h1:	#333

a (standard): #666
a (active):	  #666
::selection:  #333
# */

/*------------------------------------------------------------------
[Typography]

Body: 16px/28px 'Open Sans', sans-serif;
Headers: 'Lato', sans-serif;

-------------------------------------------------------------------*/

/* ----------------------------------
  1. Reset default browser styles
  2. Global
  3. General classes
  4. Typography
  5. Header
  6. Content Elements
  7. UI Elements
      7.1. Buttons
      7.2. Forms
          7.2.1. Inputs & Textarea
          7.2.2. Label & Legend
          7.2.3. Checkbox & Radio
          7.2.4. Select
          7.2.5. Fieldset
          7.2.6. Form variations
      7.3. Tables
      7.4. Lists
      7.5. Blockquotes
      7.6. Dividers
  8. Widgets & Shortcodes
      8.1. Twitter Feed
      8.2. Instagram Feed
      8.3. LightBox
      8.5. Accordions & Toggles
      8.6. Alert boxes
      8.7. Callouts
      8.8. Pagination
      8.9. Dropcaps
      8.10. Icon Boxes
      8.11. Testimonials
      8.12. Carousel Sliders
      8.13. Progress Bars
      8.14. Pricing Tables
      8.15. Counters
      8.16. Tabs & Tour Sections
      8.17. Isotope
      8.18. Team Members
      8.19. Google Map
      8.20. Services
      8.21. Countdown
      8.22. Audio Player
  9. Blog
      9.1. Entries
  10. Portfolio
  11. Shop
  12. Sidebar
  13. Footer
-------------------------------------*/

/* -----------------------------------

  1. Reset default browser styles

------------------------------------- */

@viewport {
  user-zoom: fixed;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

iframe {
  width: 100%;
}

b,
strong {
  font-weight: bold !important;
}

q {
  quotes: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

embed {
  vertical-align: top;
}

input,
button {
  -webkit-appearance: none;
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

html {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

/* -----------------------------------

  2. Global 

------------------------------------- */

body {
  font: 16px/28px 'Open Sans', sans-serif;
  color: #333;
  /* position: relative; */
}

.ls_none {
  list-style: none;
  padding: 0;
  margin: 0;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 99999;
}

.wrapper-container {
  position: relative;
}

::selection {
  background: #333333;
  color: #fff;
}

::-moz-selection {
  background: #333333;
  color: #fff;
}

::-o-selection {
  background: #333333;
  color: #fff;
}

::-ms-selection {
  background: #333333;
  color: #fff;
}

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.clearfix:after,
.row:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: ".";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #666;
  -webkit-transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 16px;
  color: #666;
  opacity: 1;
  -webkit-transition: text-indent .5s ease, color .5s ease;
}

[placeholder]:focus::-webkit-input-placeholder {
  text-indent: 10em;
  color: transparent;
}

[placeholder]:focus::-webkit-textarea-placeholder {
  text-indent: 10em;
  color: transparent;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sup {
  top: -0.5em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  color: #5f6366;
}

.col-sm-4 .widget.widget_media_image img {
  margin: 0;
}

img.size-full,
img.size-large,
img.wp-post-image {
  display: block;
  margin: 0 auto 0;
  max-width: 100%;
  width: auto !important;
}

ul.custom-list,
ul.info-links,
ol.custom-list {
  margin-bottom: 0;
  list-style: none;
}

ul,
ol {
  margin-bottom: 25px;
  list-style-position: inside;
  padding: 0 0 0 20px;
}

ul li,
ol li {
  list-style-position: unset;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

.navigation.pagination>.screen-reader-text {
  display: none;
}

.page-links {
  margin-bottom: 20px;
}

.page-links span {
  line-height: 34px;
  padding: 6px 8px;
}

.page-links a:hover {
  color: #fff;
  background: #14468c;
  webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

.page-links a {
  display: inline-block !important;
  margin: 3px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #333;
  font-weight: bold;
  background: transparent;
  border-radius: 3px;
  font-size: 16px;
}

.post-password-form input[type="submit"] {
  border-radius: 3px;
  margin-top: 10px;
  background: #0d2f5d;
  color: #fff;
  webkit-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
  padding: 13px 30px;
  font-size: 16px;
  letter-spacing: 1.2px;
}

table {
  margin: 0 0 1.75em;
  border: 1px solid #d8d8d8;
  border-collapse: collapse;
  border-spacing: 0;
}

.wpb_mad_table table,
.wpb_mad_table table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  border-top: 1px solid #d8d8d8;
  padding: 0.9em 1.9em;
}

caption,
th,
td {
  text-align: left;
}

/* ------------------------------------------------------
  
  3. General classes
  
------------------------------------------------------ */

.full-width-block {
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.relative {
  position: relative;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

.alignleft {
  float: left;
  margin-right: 30px;
}

.alignright {
  float: right;
  margin-left: 30px;
}

.align-right {
  text-align: right;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

img[class*="align"] {
  margin-bottom: 5px;
  max-width: 100%;
}

img.alignleft {
  float: left;
  margin-right: 30px;
}

img.alignright {
  float: right;
  margin-left: 30px;
}

img.full:not(:last-child) {
  margin-bottom: 15px;
}

.cp-page-content-wrap {
  padding: 100px 0;
}

.page-content-wrap2 {
  padding: 0 0 110px;
}

[class*="page-section"] {
  padding: 100px 0;
}

[class*="page-section"].no-space {
  padding: 0;
}

[class*="page-section"].no-top-space {
  padding-top: 0;
}

[class*="page-section"].type2 {
  padding: 130px 0;
}

[class*="page-section"].type3 {
  padding: 220px 0 90px;
}

[class*="page-section"].type4 {
  padding: 110px 0 205px;
}

[class*="page-section"].type5 {
  padding: 110px 0 160px;
}

.push-top {
  padding-top: 20px;
}

.page-section-bg {
  background: #f6f6f6;
}

.page-section-bg2 {
  background: #14468c;
}

.page-section-bg3 {
  background: #e7ecf3;
}

.page-section-bg4 {
  background: #bf0d3e;
}

.page-section-bg4 .section-title {
  color: #fff;
}

[class*="page-section-bg"] .section-sub-title {
  color: #d2d2d2;
}

.page-section-bg .section-sub-title {
  color: #666;
}

.page-section-bg p {
  color: #666;
}

.page-section-bg2,
.page-section-bg2 .section-sub-title {
  color: #b7bcc5;
}

.page-section-bg2 h2,
.page-section-bg2 .info-btn {
  color: #fff;
}

.page-section-bg2 .icons-box .icons-wrap .icons-item>.item-box .icons-box-title span {
  color: #fff;
}

.content-element:not(:last-child) {
  margin-bottom: 80px;
}

.content-element2:not(:last-child) {
  margin-bottom: 50px;
}

.content-element3:not(:last-child) {
  margin-bottom: 30px;
}

.content-element4:not(:last-child) {
  margin-bottom: 40px;
}

.content-element5:not(:last-child) {
  margin-bottom: 20px;
}

.content-element7:not(:last-child) {
  margin-bottom: 60px;
}

.extra {
  width: 100%;
}

[class*="flex-row"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

[class*="flex-row"]:after {
  display: none;
}

[class*="flex-row"]>* {
  float: none;
}

[class*="flex-row"].flex-justify {
  justify-content: space-between;
}

[class*="flex-row"].flex-center {
  align-items: center;
}

.responsive-iframe {
  position: relative;
  z-index: 1;
  height: 0px;
  padding-bottom: 56.2%;
}

.responsive-iframe>iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.responsive-iframe.fix-size>iframe {
  top: -45%;
  height: 180%!important;
}

/* -----------------------------------

  4. Typography

------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #333;
  line-height: 1.33em;
  font-weight: normal;
  clear: both;
}

h1 {
  font-size: 60px;
  letter-spacing: -0.1px;
}

h2 {
  font-size: 48px;
  letter-spacing: -0.1px;
}

.cp-entry-content h2,
.entry-content h2,
.comment-content h2 {
  margin-top: 0.8em;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

h1:not(:last-child) {
  margin-bottom: 20px;
}

h2:not(:last-child) {
  margin-bottom: 20px;
}

h3:not(:last-child) {
  margin-bottom: 25px;
}

h4:not(:last-child) {
  margin-bottom: 25px;
}

h5:not(:last-child) {
  margin-bottom: 25px;
}

h6:not(:last-child) {
  margin-bottom: 20px;
}

p {
  padding: 0;
}

p:not(:last-child) {
  margin-bottom: 20px;
}

.fw-medium {
  font-weight: 600;
}

small {
  font-size: 90%;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  outline: none;
  text-decoration: none;
  background: transparent;
  vertical-align: baseline;
}

a,
a>* {
  text-decoration: none;
  outline: none !important;
}

a {
  color: #000;
}

a.link-text2 {
  color: #14468c;
}

a.link-text2:hover {
  text-decoration: underline;
}

a,
button {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a.link-text {
  color: #bf0d3e;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

a.link-text:before,
a.info-btn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
}

a.info-btn:before {
  bottom: 5px;
}

a.link-text:hover:before,
a.info-btn:hover:before {
  width: 100%;
}

.info-btn.prev-btn,
.info-btn.exp-btn {
  margin-left: 10px;
}

.info-btn.prev-btn:after,
.info-btn.exp-btn:after,
.info-btn.next-btn:after {
  position: absolute;
  left: -10px;
  top: 0;
  font-family: 'Lato', sans-serif;
}

.info-btn.prev-btn:after {
  content: '«';
}

.info-btn.exp-btn:after {
  content: '+';
}

.info-btn.next-btn {
  margin-left: 0;
  margin-right: 10px;
}

.info-btn.next-btn:after {
  left: auto;
  right: -10px;
  content: '»';
}

[class^="icon-"]:before,
[class*="icon-"]:before {
  width: auto;
  margin: 0;
  padding: 0;
}

.selected-type-1 {
  background: #333;
  color: #fff;
}

.tt-up {
  text-transform: uppercase;
}

.title-holder {
  color: #666;
}

.title-holder:not(:last-child) {
  margin-bottom: 45px;
}

.title-holder .section-title:not(:last-child) {
  margin-bottom: 15px;
}

.section-title:not(:last-child) {
  margin-bottom: 40px;
}

.section-sub-title {
  color: #666;
  font-size: 16px;
  text-transform: uppercase;
}

.section-sub-title:not(:last-child) {
  margin-bottom: 10px;
}

.text-size-small {
  font-size: 16px;
  line-height: 26px;
}

.text-size-medium {
  font-size: 18px;
  line-height: 30px;
}

.text-size-big {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.1px;
}

.text-size-big:not(:last-child) {
  margin-bottom: 30px;
}

.text-color2 {
  color: #666;
}

.row.type-2 {
  margin: 0 -30px;
}

.row.type-2>* {
  padding: 0 30px;
}

/* Tooltips */

.tooltips a {
  position: relative;
  color: #666;
}

.tooltips a:hover {
  text-decoration: underline;
  text-decoration-style: dashed;
  -moz-text-decoration-style: dashed;
}

.tooltip {
  position: absolute;
  display: block;
  background: #fff;
  padding: 6px 10px;
  color: #333;
  font-size: 13px;
  line-height: 14px;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 5;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

a.top-tooltip .tooltip {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  -webkit-transform: translate(-50%, -15px);
  -moz-transform: translate(-50%, -15px);
  -o-transform: translate(-50%, -15px);
  -ms-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);

  -webkit-box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.45);
  -moz-box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.45);
  box-shadow: 0px 8px 15px 0px rgba(187, 187, 187, 0.45);
}

a.left-tooltip .tooltip {
  top: 50%;
  right: 100%;
  margin-right: 5px;
  -webkit-transform: translate(-15px, -50%);
  -moz-transform: translate(-15px, -50%);
  -o-transform: translate(-15px, -50%);
  -ms-transform: translate(-15px, -50%);
  transform: translate(-15px, -50%);

  -webkit-box-shadow: 8px 0px 15px 0px rgba(187, 187, 187, 0.45);
  -moz-box-shadow: 8px 0px 15px 0px rgba(187, 187, 187, 0.45);
  box-shadow: 8px 0px 15px 0px rgba(187, 187, 187, 0.45);
}

a.right-tooltip .tooltip {
  top: 50%;
  left: 100%;
  margin-left: 9px;
  -webkit-transform: translate(15px, -50%);
  -moz-transform: translate(15px, -50%);
  -o-transform: translate(15px, -50%);
  -ms-transform: translate(15px, -50%);
  transform: translate(15px, -50%);

  -webkit-box-shadow: -8px 0px 15px 0px rgba(187, 187, 187, 0.45);
  -moz-box-shadow: -8px 0px 15px 0px rgba(187, 187, 187, 0.45);
  box-shadow: -8px 0px 15px 0px rgba(187, 187, 187, 0.45);
}

a.bottom-tooltip .tooltip {
  top: 100%;
  left: 50%;
  margin-top: 5px;
  -webkit-transform: translate(-50%, 15px);
  -moz-transform: translate(-50%, 15px);
  -o-transform: translate(-50%, 15px);
  -ms-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);

  -webkit-box-shadow: 0px -8px 15px 0px rgba(187, 187, 187, 0.45);
  -moz-box-shadow: 0px -8px 15px 0px rgba(187, 187, 187, 0.45);
  box-shadow: 0px -8px 15px 0px rgba(187, 187, 187, 0.45);
}

a.top-tooltip:hover .tooltip {
  -webkit-transform: translate(-50%, 0px);
  -moz-transform: translate(-50%, 0px);
  -o-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

a.left-tooltip:hover .tooltip {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

a.right-tooltip:hover .tooltip {
  -webkit-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

a.bottom-tooltip:hover .tooltip {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tooltips a .tooltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
}

a.top-tooltip .tooltip:after {
  border-left: 7px solid transparent;
  border-top: 5px solid #fff;
  border-right: 7px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -7px;
}

a:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.tooltips a.left-tooltip .tooltip:after {
  border-top: 7px solid transparent;
  border-left: 5px solid #fff;
  border-bottom: 7px solid transparent;
  top: calc(50% - 7px);
  left: 100%;
}

.tooltips a.right-tooltip .tooltip:after {
  border-top: 7px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 7px solid transparent;
  right: 100%;
  top: calc(50% - 7px);
}

.tooltips a.bottom-tooltip .tooltip:after {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 5px solid #fff;
  border-top: none;
  bottom: 100%;
  left: calc(50% - 7px);
}

/* -----------------------------------

  5. Header

------------------------------------- */

#header.sticky-header.clone-fixed {
  position: fixed;
  z-index: 99;
  transition: 0.5s all cubic-bezier(.3, .73, .3, .74);
}

#header {
  position: relative;
  z-index: 9;
  width: 100%;
  background: #fff;
}

#header.fixed-header {
  position: absolute;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
}

#header.fixed-header.sticky-header.clone-fixed {
  background: #0d2f5d;
}

#header:not([class*="header-"]) .top-bar {
  background: #f2f3f6;
  position: relative;
}

#header:not([class*="header-"]) .top-bar:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background-image: -webkit-linear-gradient(left, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%);
  background-image: -moz-linear-gradient(left, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%);
  background-image: -o-linear-gradient(left, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%);
  background-image: linear-gradient(to right, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%), linear-gradient(to right, #7fc645 0%, #44ab88 50%, #3fa98e 51%, #048ed2 100%);
}

#header .top-header {
  padding: 30px;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.nav-item .btn:last-child {
  margin-left: 10px;
}

/* Lang button */

.lang-button {
  position: relative;
}

.lang-button>a:after {
  content: "\e93a";
  font-size: 8px;
  font-weight: bold;
  font-family: 'Linearicons';
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.lang-button .dropdown-list {
  padding-top: 6px;
}

.lang-button .dropdown-list>li>a {
  display: block;
  padding: 5px 20px;
  background: #f2f3f6;
  text-align: left;
}

.lang-button .dropdown-list>li:first-child>a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.lang-button .dropdown-list>li:hover>a {
  background: #fff;
}

.lang-button:hover .dropdown-list {
  visibility: visible;
  opacity: 1;
}

.dropdown-list,
.dropdown-window {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow: hidden;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.dropdown-window {
  -webkit-transform: scale3d(.85, .85, .85);
  -ms-transform: scale3d(.85, .85, .85);
  transform: scale3d(.85, .85, .85);
}

.dropdown-window.opened {
  opacity: 1;
  visibility: visible;

  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.top-header .page-options {
  text-align: right;
  margin: 0 -15px;
  margin-bottom: 40px;
}

.top-header .page-options>* {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.top-header .page-options>.search-holder {
  width: 28px;
}

#header.style-2 .top-header {
  background-color: #0d2f5d;
}

#header.style-2 .top-header .main-navigation>ul>li>a {
  color: #fff;
}

/*----------- Header style-2 --------------*/

#header.header-2.fixed-header {
  z-index: 99;
}

#header.header-2:not(.fixed-header):not(.clone-fixed) {
  position: unset;
}

#header.header-2:not(.fixed-header) {
  background: #e7ecf3;
}

#header.header-2 .top-header {
  padding: 30px 50px;
}

#header.cp-header.header-2.fixed-header.sticky-header.clone-fixed {
  background: #fff;
}

/*----------- Header style-3 --------------*/

#header.header-3 .top-header {
  padding: 40px 0 0;
  position: relative;
  display: block;
}

#header.header-3 .top-header .logo-wrap {
  padding-top: 15px;
}

#header.header-3 .top-header .logo img {
  max-width: inherit;
}

#header.header-3 .top-header .join-us {
  display: inline-block;
}

#header .top-header .join-us .join-form .btn {
  padding: 10px 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
}

#header.header-3 .top-header>.btn {
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: none;
  padding: 23px 30px;
  border-radius: 0;
}

#header.header-3.sticky-header.clone-fixed .top-header {
  padding: 0;
}

#header.header-3.sticky-header.clone-fixed .top-header .col-lg-3,
#header.header-3.sticky-header.clone-fixed .top-header .page-options {
  display: none;
}

#header.header-3.sticky-header.clone-fixed .top-header .col-lg-9 {
  width: 100%;
}

#header.header-3.sticky-header.clone-fixed .top-header .menu-holder {
  text-align: left;
}

#header.header-3.sticky-header.clone-fixed .top-header .main-navigation:after {
  left: -500px;
}

#header.header-3 .top-header .join-us .search-holder {
  display: none;
}

#header .top-header .join-us.style-3 .join-form .input-holder {
  padding: 5px 0;
}

#header .top-header .join-us.style-3 .join-form .input-holder input {
  height: 30px;
  font-size: 14px;
}

#header .top-header .join-us.style-3 .join-form .input-holder input::-webkit-input-placeholder,
#header .top-header .join-us.style-3 .join-form .input-holder textarea::-webkit-input-placeholder {
  font-size: 14px;
}

#header .top-header .join-us.style-3 .join-form .input-holder input::-moz-placeholder,
#header .top-header .join-us.style-3 .join-form .input-holder textarea::-moz-placeholder {
  font-size: 14px;
}

/*----------- Header style-4 --------------*/

#header.header-4 .top-header {
  background: #0e1e40;
  padding: 50px 0;
  display: block;
}

#header.header-4 .top-header .logo-wrap {
  text-align: center;
}

#header.header-4 .top-header .join-us h6 {
  line-height: auto;
  display: block;
  color: #fff;
}

#header.header-4 .top-header .join-us h6:not(:last-child) {
  margin-bottom: 15px;
}

#header.header-4 .top-header .join-form:not(:first-child) .input-holder {
  margin-left: 0;
}

#header.header-4 .top-header .join-form .input-holder {
  max-width: 260px;
}

#header.header-4 .top-header .lang-section>a,
#header.header-4 .top-header button.search-button {
  color: #fff;
}

#header.header-4 .top-header .page-options {
  margin-bottom: 10px;
}

#header.header-4 .top-header .social-icons {
  text-align: right;
}

#header.header-4.sticky-header.clone-fixed .top-header {
  display: none;
}

#header.header-4 .nav-item {
  position: relative;
}

#header.header-4 .nav-item>.btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: none;
  padding: 23px 30px;
  border-radius: 0;
}

/* Main Navigation */

#wrapper {
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.main-navigation {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.main-navigation>ul {
  font-size: 0;
}

.main-navigation>ul>li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}

.main-navigation>ul>li {
  padding: 0 20px;
}

.main-navigation>ul>li>a {
  color: #333;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  position: relative;
  padding: 10px 0;
  letter-spacing: 0.3px;
}

.searchform-wrap.opened,
.main-navigation>li:hover>.sub-menu-wrap {
  width: 355px;
  opacity: 1;
  visibility: visible;
}

.sub-menu-wrap ul li {
  position: relative;
}

.main-navigation>ul>li>a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #bf0d3e;
  -webkit-transform: scale3d(0, 5, 1);
  transform: scale3d(0, 5, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.main-navigation>ul>li.current>a:before,
.main-navigation>ul>li:hover>a:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.main-navigation>ul>li.dropdown.current>a:before,
.main-navigation>ul>li.dropdown:hover>a:before {
  width: calc(100% - 17px);
}

.main-navigation>ul>li.current>a:before,
.main-navigation>ul>li:hover>a:before {
  width: 100%;
}

.main-navigation>ul>li.dropdown>a:after,
.navbar-menu ul>li.dropdown>a:after {
  font-family: 'fontello';
  content: '\f107';
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.main-navigation .sub-menu-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 210px;
  background: #fff;
  padding: 15px 0;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  margin-top: -3px;

  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.18);

  -webkit-transition: -webkit-transform .3s ease, opacity .3s ease, visibility .3s ease;
  transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
  -webkit-transform: translate3d(-15px, 15px, 0);
  -moz-transform: translate3d(-15px, 15px, 0);
  -o-transform: translate3d(-15px, 15px, 0);
  -ms-transform: translate3d(-15px, 15px, 0);
  transform: translate3d(-15px, 15px, 0);
}

.main-navigation .sub-menu-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 3px;
  background-color: #bf0d3e;
}

.main-navigation .sub-menu-wrap .sub-menu-wrap.sub-menu-inner {
  left: 100%;
  background: #fff;
  top: 0;
  margin-left: -7px;
  margin-top: -5px;
}

.main-navigation>ul>li:hover>.sub-menu-wrap:not(.sub-menu-inner),
.sub-menu-wrap ul li:hover .sub-menu-wrap.sub-menu-inner {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.main-navigation .sub-menu-wrap ul li a {
  display: block;
  white-space: pre;
  position: relative;
  line-height: 1em;
  padding: 12px 35px 12px 20px;
  color: #333;
}

.main-navigation .sub-menu-wrap ul li.sub>a:after {
  font-family: 'fontello';
  content: '\f105';
  position: absolute;
  right: 20px;
}

.sub-menu-wrap ul li.current>a,
.sub-menu-wrap ul li:hover>a {
  background: #14468c;
  color: #fff;
}

.responsive-nav-button {
  display: none;
  text-align: center;
  color: #bf0d3e;
  font-size: 58px;
  z-index: 2;
  border-radius: 0;
  background: transparent;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#header.fixed-header .responsive-nav-button,
#header.style-2 .responsive-nav-button:not(:hover),
#header.with-bg-img .responsive-nav-button:not(:hover) {
  color: #fff;
}

.responsive-nav-button:hover {
  color: #bf0d3e;
}

.responsive-nav-button:before {
  font-family: 'linea-arrows-10';
  content: "\e032";
}

#wrapper #advanced-menu-hide {
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.menu-button-wrap {
  text-align: right;
  padding: 10px 0;
}

.mobile-advanced {
  display: none;
}

#header.fixed-header .main-navigation>ul>li>a,
#header.with-bg-img .main-navigation>ul>li>a {
  color: #fff;
}

#header.with-bg-img {
  background-position: center center;
}

#header.header-2 .menu-wrap {
  z-index: 99;
}

#header.header-2 .menu-wrap {
  margin: 0 -15px -15px;
  font-size: 0;
}

#header.header-2 .menu-wrap>* {
  margin: 0 15px 15px;
  display: inline-block;
  vertical-align: middle;
}

#header.header-3 .nav-item {
  position: relative;
  display: inline-block;
}

#header.header-3 .nav-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  right: 0;
  z-index: -1;
  background-color: #14468c;
}

#header.header-3 .main-navigation>ul>li,
#header.header-4 .main-navigation>ul>li {
  padding: 0!important;
}

#header.sticky-header.clone-fixed .nav-item:after {
  left: -500px;
}

#header.header-3 .main-navigation>ul>li>a {
  color: #fff;
  padding: 23px 20px;
}

#header.header-3 .main-navigation>ul>li.current>a,
#header.header-3 .main-navigation>ul>li:hover>a {
  background: #0d2f5d;
}

#header.header-3 .menu-holder {
  text-align: right;
}

#header.header-3 .main-navigation>ul>li>a:before {
  display: none;
}

#header.header-3 .main-navigation .sub-menu-wrap {
  margin-top: -13px;
}

#header.header-4 .menu-holder {
  background: #14468c;
}

#header.header-4 .main-navigation>ul>li>a:before {
  display: none;
}

#header.header-4 .main-navigation>ul>li>a {
  color: #fff;
  padding: 23px 20px;
}

#header.header-4 .main-navigation>ul>li.current>a,
#header.header-4 .main-navigation>ul>li:hover>a {
  background: #0d2f5d;
}

#header.header-4 .main-navigation .sub-menu-wrap {
  margin-top: -13px;
}

#header.header-4 .main-navigation>ul>li>.sub-menu-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 3px;
  background-color: #bf0d3e;
}

.navbar-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #fff;
  padding: 150px 0;
  z-index: 98;
  text-align: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  overflow-x: hidden;
  overflow-y: auto;

  -webkit-box-shadow: -12px 1px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -12px 1px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -12px 1px 25px 0px rgba(0, 0, 0, 0.1);
}

.navbar-menu.open-navbar {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.navbar-menu>ul>li>a {
  font-size: 18px;
  text-transform: uppercase;
}

.navbar-menu ul>li>a {
  padding: 16px 130px 16px 20px;
  display: block;
  font-family: 'Lato', sans-serif;
}

.navbar-menu ul>li.dropdown>a:after {
  font-size: 18px;
  margin-left: 20px;
  letter-spacing: 0.3px;
}

.navbar-menu>ul>li.current>a,
.navbar-menu>ul>li:hover>a {
  background-color: #f6f6f6;
  color: #325794;
}

.navbar-menu .nav-menu li.dropdown>.sub-menu-wrap {
  display: none;
  position: relative;
  background-color: #f6f6f6;
}

.navbar-menu .sub-menu-wrap>ul>li>a {
  font-size: 16px;
  padding: 16px 130px 16px 20px;
}

.navbar-menu .sub-menu-wrap ul>li:not(.dropdown)>a {
  padding-right: 160px;
}

.navbar-menu .sub-menu-wrap>ul>li:hover>a,
.navbar-menu .sub-menu-wrap>ul>li:current>a {
  background: #14468c;
  color: #fff;
  text-decoration: underline;
}

.navbar-toggle {
  font-size: 58px;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
}

.nav-bttn:before {
  font-family: 'linea-arrows-10';
  content: "\e032";
}

.navbar-toggle.active:before {
  content: '\e04a';
}

.lang-section {
  margin: 0 -5px;
  font-size: 0;
}

.lang-section>a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.3px;
  position: relative;
  border-bottom: 1px solid transparent;
}

.lang-section>a:hover {
  color: inherit;
  border-bottom-color: inherit;
}

.lang-section>a:not(:last-child):after {
  content: '';
  position: absolute;
  right: -10px;
  top: calc(50% - 6.5px);
  background: #ccc;
  height: 13px;
  width: 1px;
}

/* Search and Shopping cart buttons */

button.search-button,
.shop-cart .sc-cart-btn {
  font-family: "linea-basic-10";
  font-size: 24px;
  color: #494949;
  background: none;
  display: inline-block;
  vertical-align: middle;
}

button.search-button {
  transition: none;
}

button.search-button:before {
  content: "#";
}

button.search-button.active {
  font-size: 42px;
}

button.search-button.active:before {
  content: '\e04a';
  font-family: 'linea-arrows-10';
}

button.search-button:hover,
.shop-cart .sc-cart-btn:hover,
.shop-cart .sc-cart-btn.opened {
  color: #bf0d3e;
}

.searchform-wrap h4 {
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
}

.searchform-wrap input {
  border: none;
  padding-left: 0;
  padding-right: 30px;
  color: #fff;
}

.searchform-wrap input::-webkit-input-placeholder {
  color: #636363;
}

.searchform-wrap input::-moz-placeholder {
  color: #636363;
}

.close-search-form {
  background-color: transparent;
  position: absolute;
  font-family: 'linea-arrows-10';
  font-size: 48px;
  color: #333;
  z-index: 99;
  font-weight: normal;
  display: inline-block;
  top: 25px;

  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.close-search-form:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);

  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.close-search-form:before {
  content: '\e04a';
}

.searchform-wrap {
  border-bottom: none;
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  text-align: center;
  z-index: 201;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;

  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
}

.searchform-wrap.opened {
  width: 100%;
  position: relative;
  height: 55px;
  padding: 6px 0;

  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.searchform-wrap .vc-child {
  width: 460px;
  display: inline-block;
}

.searchform-wrap input {
  border: none!important;
  background-color: transparent!important;
  font-size: 16px;
  color: #666!important;
  padding-right: 60px!important;
}

.searchform-wrap form {
  position: relative;
}

.searchform-wrap button.close-search-form {
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
}

.searchform-wrap form input::-webkit-input-placeholder,
.searchform-wrap form textarea::-webkit-input-placeholder {
  color: #666;
}

.searchform-wrap form input::-moz-placeholder,
.searchform-wrap form textarea::-moz-placeholder {
  color: #666;
}

.searchform-wrap form input:not([type="submit"]):focus,
.searchform-wrap form textarea:focus {
  border-color: transparent;
  box-shadow: none;
}

#header.header-3 .top-header .join-us.open-search .newslatter {
  display: none;
}

#header.header-3 .top-header .join-us.open-search .search-holder {
  display: block;
}

/* ------------------------------------------------------
    
    6. Content Elements
    
------------------------------------------------------ */

.team-member ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

span.sticky-post.label {
  background-color: #bf0d3e;
  line-height: 12px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 5px !important;
}

#content {
  position: relative;
}

/* coming soon */

.coming-soon h1 {
  font-size: 100px;
  color: #fff;
  letter-spacing: 0.3px;
  line-height: 120px;
  font-weight: bold;
  font-style: italic;
}

.coming-soon h1:not(:last-child) {
  margin-bottom: 40px;
}

.coming-soon p {
  color: #fff;
  font-size: 18px;
}

.coming-soon p:not(:last-child) {
  margin-bottom: 20px;
}

/* mobile-elert */

.get-mobile-section {
  padding: 0;
  position: relative;
  margin-top: -110px;
  padding: 0 15px;
}

.get-mobile {
  background: #14468c;
  border-radius: 3px;
  padding: 53px 25px;
  width: 925px;
  display: inline-block;
  text-align: left;
  color: #d2d2d2;

  webkit-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
}

.get-mobile .container {
  width: 100%;
}

.get-mobile h3 {
  color: #fff;
  text-transform: uppercase;
}

.get-mobile p {
  line-height: 24px;
}

.get-mobile .terms {
  font-size: 13px;
  color: #7f8696;
}

.get-mobile .terms span {
  color: #fff;
}

.get-mobile .search-holder:not(:last-child) {
  margin-bottom: 15px;
}

/* issues */

.issues-container .flex-row {
  margin-bottom: -30px;
}

.issues-container .flex-row [class*="col-"] {
  padding-bottom: 30px;
}

.issue-item figure:not(:last-child) {
  margin-bottom: 25px;
}

.issue-item figure img {
  width: 100%;
}

.issue-item h5 {
  font-weight: bold;
}

.issue-item h5 a {
  border-bottom: 1px solid transparent;
}

.issue-item h5 a:hover {
  border-bottom-color: inherit;
}

.issue-item h5:not(:last-child) {
  margin-bottom: 15px;
}

/* Backgrounds */

.parallax-section {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.media-holder {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.media-holder.full-src {
  min-height: 700px;
}

.media-inner {
  position: absolute;
  top: 50%;
  left: 190px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  color: #fff;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.media-inner h1 {
  font-weight: normal;
  color: #fff;
  font-style: italic;
}

.media-inner span {
  font-size: 72px;
  line-height: 82px;
  font-weight: 900;
}

.media-inner p {
  font-size: 18px;
}

.media-inner p:not(:last-child) {
  margin-bottom: 25px;
}

.media-holder .social-icons {
  position: absolute;
  right: 50px;
  top: 50%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.media-holder.style-2 {
  border-bottom: 4px solid #bf0d3e;
}

.media-holder.style-2 .media-inner {
  right: 330px;
  left: auto;
}

.media-holder.style-2 .media-inner h1 {
  color: #0d2f5d;
  font-style: normal;
  font-size: 52px;
  line-height: 68px;
  letter-spacing: 0;
}

.media-holder.style-2 .media-inner h1 span {
  font-size: 72px;
  font-weight: 900;
  color: #bf0d3e;
}

.media-holder.style-2 .media-inner .join-us {
  background: #fff;
  padding: 35px 40px 45px;
  border-radius: 3px 3px 0 0;
  border-bottom: 4px solid #14468c;

  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.media-holder.style-2 .media-inner .join-us p {
  color: #333;
}

.media-holder.style-2 .media-inner .join-us .join-form:not(:only-child) .input-holder {
  margin-left: 0;
}

.page-section.with-bg-img {
  padding: 110px 0 200px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.media-holder.style-3 {
  height: 550px;
}

.media-holder.style-3 .breadcrumbs-wrap,
.media-holder.style-4 .breadcrumbs-wrap {
  background: transparent !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.media-holder.style-4 {
  height: 350px;
}

.media-holder.style-4 .breadcrumbs-wrap .page-title,
.media-holder.style-4 .breadcrumbs-wrap .breadcrumbs {
  color: #fff;
}

/* Half column section */

.half-bg-col {
  position: relative;
}

.col-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

[class*="img-col"] {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.img-col-left {
  left: 0;
}

.img-col-right {
  right: 0;
}

.half-bg-col .row {
  margin: 0 -35px;
}

.half-bg-col .row [class*="col-"] {
  padding: 0 45px;
}

.img-full-col>.half-col-img {
  background-repeat: no-repeat!important;
  background-position: center center!important;
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover!important;
}

.half-bg-col .event-info .event-info-item,
.half-bg-col .event-info .event-info-item i {
  font-size: 20px;
  color: #fff;
}

/* Breadcrumbs */

.breadcrumbs-wrap {
  padding: 60px 20px;
  background-size: cover;
}

.breadcrumbs-wrap.show_title_0 {
  padding: 10px 0;
}

.breadcrumbs-wrap .page-title:not(:last-child) {
  margin-bottom: 5px;
}

.breadcrumbs-wrap .breadcrumbs span.separate {
  color: #999999;
}

.breadcrumbs-wrap .page-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 44px;
}

.breadcrumbs-wrap .breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs-wrap .breadcrumbs>li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.breadcrumbs-wrap .breadcrumbs>span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.breadcrumbs-wrap .breadcrumbs>li>a {
  color: #999999;
}

.breadcrumbs-wrap .breadcrumbs>li>a:hover {
  text-decoration: underline;
}

.breadcrumbs>li:not(:first-child):before {
  display: inline-block;
  vertical-align: middle;
  color: #999;
  margin-right: 5px;
}

.breadcrumbs-wrap.with-bg {
  background-color: #f6f6f6;
}

.breadcrumbs-wrap.with-bg .page-title {
  color: #333;
}

.breadcrumbs-wrap.with-bg .breadcrumbs {
  color: #333;
}

.breadcrumbs-wrap.with-bg2 {
  background-color: #0d2f5d;
}

.breadcrumbs-wrap.with-bg2 .page-title,
.breadcrumbs-wrap.with-bg2 .breadcrumbs {
  color: #fff;
}

.breadcrumbs-wrap.type-2 {
  padding: 10px 0;
}

/* Cookies */

.cookies {
  background: rgba(42, 44, 50, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 25px 0;
  color: #fff;
}

.cookies span:before {
  content: '\e955';
  font-family: 'Linearicons';
  font-size: 24px;
  display: inline-block;
  margin-right: 10px;
}

.cookies .btn {
  margin: 0 2px;
}

/* Revolution slider */

.rev-wrapper {
  z-index: 2;
  position: relative;
  padding-top: 40px;
  padding-bottom: 150px;
}

.tparrows {
  background: none;
  width: auto;
  height: auto;
}

.tparrows:before {
  font-family: "linea-arrows-10";
  font-size: 92px;
  color: #fff;
  opacity: 0.5;

  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.tparrows:hover {
  background: none;
}

.tparrows:hover:before {
  opacity: 1;
  background: none;
}

.tparrows.tp-leftarrow:before {
  content: "\e03f";
}

.tparrows.tp-rightarrow:before {
  content: "\e04b";
}

.tp-bullet,
.tp-bullet.selected,
.tp-bullet:hover {
  background: none;
  height: auto;
  width: auto;
}

.circle-bullet,
.owl-dots .owl-dot {
  display: block;
  background: #fff;
  border-radius: 50%;
  opacity: 0.8;

  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.circle-bullet,
.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
}

.tp-bullet.selected .circle-bullet,
.owl-dots .owl-dot.active {
  background: transparent;
  border: 2px solid #14468c;
}

.tp-bullet.selected .circle-bullet,
.owl-dots .owl-dot.active {
  width: 12px;
  height: 12px;
}

[class*="scaption"] {
  font-size: 18px;
  line-height: 24px;
}

[class*="scaption-white"] {
  color: #fff;
}

[class*="scaption"][class*="-large"],
[class*="scaption"][class*="-medium"] {
  font-family: 'Lato', sans-serif;
  font-size: 60px;
  letter-spacing: 0.3px;
}

[class*="scaption"][class*="-large2"] {
  font-size: 92px;
  font-weight: 900;
  line-height: 105px;
  letter-spacing: 0.3px;
}

[class*="scaption"][class*="-medium2"] {
  font-size: 76px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 105px;
  letter-spacing: 0;
}

.tp-banner-container [class*="scaption"][class*="-large2"] {
  font-size: 82px;
}

.tp-banner-container [class*="scaption"][class*="-medium2"] {
  font-size: 66px;
}

[class*="scaption"][class*="-large"] {
  font-weight: 900;
  line-height: 68px;
  letter-spacing: 0.3px;
}

[class*="scaption"][class*="-medium"],
[class*="scaption"][class*="-large"] span {
  font-weight: 300!important;
}

[class*="scaption"][class*="-small"] {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.8px!important;
  text-transform: uppercase;
}

.tp-caption .btn {
  font-weight: 900!important;
  letter-spacing: 0.8px!important;
  transition: all .45s ease!important;
}

.rev-wrapper .flex-row {
  margin: -1px -1px;
}

.rev-wrapper .flex-row>[class*="col-"] {
  padding: 1px 1px;
}

.rev-wrapper .tp-banner-container .tparrows:before {
  font-size: 72px;
}

.text-with-stars {
  position: relative;
}

.text-with-stars:before,
.text-with-stars:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 93px;
  height: 18px;
  margin-top: -9px;
}

.text-with-stars:before {
  left: -130px;
  background-image: url(images/left-arrow.png);
}

.text-with-stars:after {
  right: -130px;
  background-image: url(images/right-arrow.png);
}

/* Page 404 */

.page-404-section {
  position: relative;
  min-height: 300px;
}

body.error404 .cp-page-content-wrap {
  padding-top: 30px;
}

.page-404-section .inner-404 {
  padding: 30px 0;
  text-align: center;
}

.page-404-section .inner-404 h1 {
  font-size: 400px;
  font-weight: 900;
  color: #bf0d3e;
  line-height: 310px;
}

.page-404-section .inner-404 h1:not(:last-child) {
  margin-bottom: 50px;
}

.page-404-section .inner-404 p.text-size-big {
  font-size: 24px;
  line-height: 43px;
  letter-spacing: -0.1px;
}

.page-404-section .inner-404 .text-size-big:not(:last-child) {
  margin-bottom: 10px;
}

.page-404-section .inner-404 p.text-size-small {
  font-size: 14px;
}

.page-404-section .inner-404 p.text-size-small:not(:last-child) {
  margin-bottom: 20px;
}

.page-404-section .inner-404 p a {
  color: #14468c;
}

.page-404-section .inner-404 p a:hover {
  text-decoration: underline;
}

.page-404-section .inner-404 form input {
  min-width: 360px;
}

/* Landing */

.landing .media-holder {
  height: 1250px;
  padding: 30px 30px 250px;
}

.landing .landing-container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landing .landing-container .landing-info {
  display: inline-block;
}

.landing-info .land-title {
  color: #fff;
  font-size: 52px;
  font-weight: normal;
}

.landing-info .land-title span {
  font-size: 72px;
  color: #bf0d3e;
  font-weight: 900;
}

.land-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  height: 100%;
  padding: 35px 40px 45px;
  background: #fff;
  border-radius: 3px 3px 0 0;
  border-bottom: 4px solid #bf0d3e;
}

.land-item i {
  font-size: 321px;
  position: absolute;
  z-index: -1;
  right: -50px;
  top: -55px;
  opacity: 0.1;
  height: 0;

  -moz-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.landing-info .info-btn {
  text-transform: uppercase;
  color: #fff;
}

.landing-info .info-btn:before {
  bottom: 0;
}

.land-item i.icon-basic-mail {
  color: #14468c;
}

.land-item i.icon-ecommerce-banknotes {
  color: #bf0d3d;
}

.land-item .chose-donate.style-2 .btn {
  box-shadow: none;
}

.land-item .land-item-title {
  font-family: 'Open sans', sans-serif;
}

.landing .media-holder footer.footer {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: left;
}

.media-holder footer.footer .social-icons {
  position: relative;
  transform: none;
  top: 0;
  right: 0;
}

.landing .footer .btn {
  text-transform: uppercase;
}

/* -----------------------------------

  7. UI Elements

------------------------------------- */

/*----------- Buttons --------------*/

.button-holder {
  margin: 0 -3px -10px;
}

.button-holder>.btn {
  margin: 0 3px 10px;
}

.btn {
  padding: 10px 30px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #eee;
  color: #333;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.8px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;

  webkit-box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
}

.btn.no-shadow {
  box-shadow: none;
}

.btn:hover {
  background: #fff;
  color: inherit;
}

.btn-small {
  padding: 5px 30px;
  font-size: 13px;
}

.btn-big {
  padding: 13px 30px;
  font-size: 16px;
  letter-spacing: 1.2px;
}

[class*="btn"] i {
  font-size: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: -4px;
  height: 0;
}

.btn-small i {
  font-size: 16px;
}

.btn-big i {
  font-size: 20px;
}

[class*="btn"].btn-style-2 {
  background: #fff;
  color: #14468c;
}

[class*="btn"].btn-style-2:hover {
  background: #14468c;
  color: #fff;

  webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

[class*="btn"].btn-style-3 {
  background: #14468c;
  color: #fff;

  webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

[class*="btn"].btn-style-3:hover {
  background: #bf0d3e;

  webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
}

[class*="btn"].btn-style-4 {
  background: #0d2f5d;
  color: #fff;

  webkit-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(13, 47, 93, 0.43);
}

[class*="btn"].btn-style-4:hover {
  background: #bf0d3e;

  webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
}

[class*="btn"].btn-style-4.type-2:hover {
  background: #fff;
  color: #333;
}

[class*="btn"].btn-style-5 {
  background: #0e1e40;
  color: #fff;

  webkit-box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
}

[class*="btn"].btn-style-5:hover {
  background: #bf0d3e;

  webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(191, 13, 61, 0.43);
}

[class*="btn"].btn-style-6 {
  background: #bf0d3e;
  color: #fff;

  webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
}

[class*="btn"].btn-style-6:hover {
  background: #ac0c38;

  webkit-box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
}

.go-to-top {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  position: fixed;
  z-index: 103;
  right: -20px;
  bottom: 30%;
  background: #eee;
  color: #333;
  opacity: 0;
  visibility: hidden;
  font-family: 'Fontello';
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.45);
}

.go-to-top.go-top-visible {
  right: 20px;
  opacity: 1;
  visibility: visible;
  display: block;
}

.go-to-top:before {
  content: '\e902';
}

.go-to-top:hover {
  color: #fff;
  background: #333;
}

.btns-set:not(:last-child) {
  margin-bottom: 50px;
}

.btns-set .flex-row {
  margin: 0 -20px -20px;
}

.btns-set .flex-row>.btn-col {
  padding: 0 20px 20px;
}

.btns-set .btn-col ul>li:not(:last-child) {
  margin-bottom: 20px;
}

.data-grad-bg .btns-set {
  padding: 30px 0;
}

.btn-section .data-grad-bg {
  margin-top: 30px;
}

.info-btn {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #14468c;
  line-height: 28px;
  letter-spacing: 0.5px;
  display: inline-block;
  position: relative;
  text-transform: none;
}

/*----------- Forms --------------*/

form .row,
form .row>[class*="col-"] {
  margin-top: 0px !important;
}

form {
  text-align: left;
}

form.with-icon input {
  padding: 10px 60px 10px 20px;
}

form.with-icon input+button {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 40px;
  font-size: 20px;
  color: #80c644;
  background: transparent;
}

form.with-icon input+button:hover {
  color: #2a2c32;
}

/* Inputs & Textarea */

body input[type="radio"],
body input[type="checkbox"] {
  width: 34px;
  height: 34px;
}

input:not([type="submit"]),
textarea,
.custom-select .select-title {
  width: 100%;
  color: #7b8285;
  height: 44px;
  padding: 0 20px;
  border: 2px solid #eee;
  background-color: transparent;
  text-align: left;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: box-shadow .35s ease, border-color .35s ease;
  transition: box-shadow .35s ease, border-color .35s ease;
}

.custom-select .select-title {
  height: 50px;
  padding: 10px 20px;
}

select {
  width: 100%;
  font-size: 16px !important;
  height: 50px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 30px;
  cursor: pointer;
  color: #333;
  border-radius: 3px;
  border: 2px solid #eee;
  background-color: #fff;
  background-image: url(images/select-arrow1.png);
  background-position: center right;
  background-repeat: no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.widget select {
  max-width: 300px;
}

textarea {
  padding: 10px 20px;
  height: initial;
  resize: none;
}

input:not([type="submit"]):focus,
textarea:focus {
  -moz-appearance: none;
  outline: 0px none transparent;
}

/* Label & Legend */

label,
legend {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

legend {
  color: inherit;
  padding: 0 7px;
  margin-bottom: 0px;
}

label[for] {
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.required:after {
  content: "*";
  color: #bf0d3e;
  display: inline-block;
  margin-left: 2px;
  font-size: 14px;
}

/* Checkbox & Radio */

.input-wrapper:not(:last-child) {
  margin-bottom: 10px;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-transform: none;
  width: initial;
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  margin-bottom: 0px;
  display: inline-block;

  position: relative;
  padding-left: 50px;

  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

input[type="checkbox"]+label {
  padding-left: 50px;
}

input[type="radio"]+label:not(:last-child),
input[type="checkbox"]+label:not(:last-child) {
  margin-right: 25px;
}

input[type="radio"]+label::before,
input[type="checkbox"]+label::before,
input[type="radio"]+label::after,
input[type="checkbox"]+label::after {
  content: "";
  display: block;
  position: absolute;
}

input[type="radio"]+label::before,
input[type="checkbox"]+label::before {
  background: transparent;
  border: 2px solid #f3f3f3;
  left: 0;
  top: 3px;
}

input[type="radio"]+label::before {
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

input[type="checkbox"]+label::before {
  top: 2px;
  border-radius: 3px;
  width: 34px;
  height: 34px;
}

input[type="radio"]+label::after,
input[type="checkbox"]+label::after {
  opacity: 0;
  visibility: hidden;
}

input[type="radio"]+label::after {
  left: 9px;
  top: 12px;
  border-radius: 50%;
  background-color: #333;
  width: 16px;
  height: 16px;
}

input[type="checkbox"]+label::after {
  font-family: 'fontello';
  content: "\E813";
  color: #333;
  font-size: 16px;
  left: 9px;
  text-align: center;
  top: 6px;
}

input[type="radio"]:checked+label::after,
input[type="checkbox"]:checked+label::after {
  opacity: 1;
  visibility: visible;
}

.form-style1 input:not(:last-child) {
  margin-bottom: 6px;
}

/*----------- Custom Select --------------*/

.custom-select {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.custom-select .select-title {
  cursor: pointer;
  position: relative;
  padding: 8px 20px;
  overflow: hidden;
  color: #666;
  border-radius: 3px;
}

.custom-select .select-title.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #fff;
}

.custom-select .select-list {
  position: absolute;
  left: 0;
  top: 100%;
  cursor: pointer;
  background: #fff;
  z-index: 1;
  border: 2px solid #f2f3f6;
  display: none;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top: none;
  list-style: none;
  margin-bottom: 0;
}

.custom-select .select-list li {
  padding: 10px 20px;
  color: #666;

  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.custom-select .select-list li:before,
.custom-select .select-title:before {
  content: '';
  display: inline-block;
  color: #666;
}

.custom-select .select-list li:hover {
  background: #eee;
  color: #333;
}

.custom-select .select-title:before {
  content: '\f107';
  font-family: 'fontello';
  position: absolute;
  top: 0;
  right: 20px;
  line-height: 46px;
  color: #666;
  font-size: 18px;
}

.custom-select .select-title.active:before {
  content: '\f106';
}

/* Fieldset */

fieldset {
  border-radius: 8px;
  padding: 20px;
  border-color: #f1f1f1;
}

fieldset:not(:last-child) {
  margin-bottom: 15px;
}

/* Price Scale */

.price-scale {
  padding: 0;
}

.price-scale:not(.distance) .range-values:not(:last-child) {
  margin-bottom: 10px;
}

.ui-slider {
  height: 13px;
  position: relative;
  margin-top: 5px;
  border-radius: 3px;
  background-color: #fff;
  border: 2px solid #eee;
}

.ui-slider-handle {
  width: 15px;
  height: 22px;
  top: 50%;
  border-radius: 3px;
  display: inline-block;
  margin-top: -12px;
  position: absolute;
  z-index: 1;
  background: #fff;
  margin-left: -3px;

  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  background: #bf0d3e;
  border-radius: 3px;
  margin: 2px 0;
}

.ui-slider-handle:last-child {
  margin-right: -2px;
}

.range-values input[type="text"] {
  padding: 0;
  height: auto;
  border: none;
  background: transparent;
  font-size: 14px;
  width: 35px;
}

.price-scale:not(:last-child) {
  margin-bottom: 25px;
}

.price-scale input[type="text"] {
  width: auto;
  background: none;
}

.price-scale input[type="text"].last-limit {
  text-align: right;
}

.price-scale .ui-slider {
  margin-bottom: 0;
}

.price-scale .ui-slider-handle {
  background: #14468c;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-left: -4px;
}

.price-scale .ui-slider-handle:last-child {
  margin-left: -20px;
}

.price-scale .ui-slider-handle:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
}

.range-values span,
.range-values input[type="text"] {
  color: #333;
}

.range-values input:focus {
  border: none;
  box-shadow: none;
}

.range-values input[type="text"] {
  padding: 0;
  width: 50%;
  height: auto;
  border: none;
}

.parallax-section .range-values span,
.parallax-section .range-values input[type="text"] {
  color: #d6dde0;
}

.parallax-section .ui-slider {
  border-color: transparent;
}

/* switch UI */

.switch-holder span {
  color: #7b8285;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 61px;
  height: 24px;
  margin-bottom: 0;
}

.switch .switch input {
  display: none;
}

.switch .slider {
  display: block;
  position: absolute;
  cursor: pointer;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border: 2px solid #f2f3f6;
  border-radius: 24px;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 0;
  bottom: 0;
  background-color: #838383;
  border-radius: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked+.slider {
  background-color: #fff;
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}

.parallax-section .swith-holder span {
  color: #d6dde0;
}

.parallax-section .switch .slider {
  background-color: #fff;
  border-color: transparent;
}

/* Form variations */

.join-form .input-holder {
  background-color: #fff;
  border-radius: 3px 0 0 3px;
  max-width: 390px;
  padding: 10px 0;
  overflow: hidden;
}

.tribe-events-bar .join-form .input-holder {
  overflow: visible;
}

.shop-header .join-form .input-holder {
  max-width: 330px;
}

.join-form .input-holder.input-cols {
  margin: 0 -5px -10px;
  max-width: inherit;
  padding: 0;
}

.join-form .input-holder.input-cols .input-col {
  display: inline-block;
  padding: 0 5px 10px;
  vertical-align: bottom;
}

.join-form input {
  display: inline-block;
  width: auto;
  border: none;
  height: 30px;
}

.join-form input:first-child {
  width: 59%;
}

.join-form input:last-child {
  width: 38%;
  position: relative;
  border-left: 1px solid #ccc;
}

.join-form input:only-child {
  border-left: none;
  width: 100%;
}

.join-form .btn {
  border-radius: 0 3px 3px 0;
}

.join-us:not(.style-4) .join-form .btn {
  box-shadow: none;
}

.join-us.style-2 .join-form .input-holder {
  border-radius: 3px;
  margin-bottom: 20px;
  margin-left: 0 !important;
}

.join-us.style-2 .join-form .btn {
  border-radius: 3px;
}

.join-us.style-3 .join-form .input-holder {
  border: 2px solid #eee;
  border-right: none;
  padding: 8px 0;
}

.join-us.style-4 .join-form {
  display: block;
}

.join-us.style-4 .join-form input {
  border: 2px solid #eee;
  border-radius: 3px;
  width: 100%!important;
  padding: 10px 20px;
  height: 50px;
  background: #fff;
}

.join-us.style-4 .join-form input:not(:last-child) {
  margin-bottom: 20px;
}

.join-us.style-4 .join-form .btn {
  border-radius: 3px;
  margin-top: 10px;
}

.join-us.style-4 p:not(:last-child) {
  margin-bottom: 30px;
}

.join-us.style-4 .join-form .row:not(:last-child) {
  margin-bottom: 20px;
}

.join-form .btn-search {
  padding: 0!important;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}

.join-form .btn-search:before {
  content: "#";
  font-family: "linea-basic-10";
  font-size: 24px;
  font-weight: normal;
}

/*----------- Tables --------------*/

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

[class*="table-type"] {
  border: 2px solid #d8d8d8;
  overflow: hidden;
}

[class*="table-type"] table tr>td,
[class*="table-type"] table tr>th {
  padding: 14px 30px;
  text-align: left;
}

[class*="table-type"] table tr>th,
[class*="table-type"] table tr.bg-cell>td {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

[class*="table-type"] table tr.bg-cell>td,
[class*="table-type"] table tr.bg-cell>th {
  font-weight: bold;
}

[class*="table-type"] table tr:not(:last-child)>td,
[class*="table-type"] table tr.total-cell2>th {
  border-bottom: 2px solid #d8d8d8;
}

.table-type-1 table tr.bg-cell>td {
  border: none;
  background: #80c644;
}

.table-type-2 table tr.bg-cell td,
.table-type-2 table tr.bg-cell th {
  border: none;
  background: #80c644;
}

.table-type-1 tr:first-child>th,
.table-type-2 tr>th {
  background: #eee;
}

.table-type-2 tr>th {
  width: 35%;
}

[class*="table-type"] table tr.total-cell>td,
[class*="table-type"] table tr.total-cell>th,
[class*="table-type"] table tr.total-cell2>td,
[class*="table-type"] table tr.total-cell2>th {
  font-weight: bold;
  text-transform: uppercase;
}

[class*="table-type"] table tr.total-cell2>td,
[class*="table-type"] table tr.total-cell2>th {
  color: #bf0d3e;
}

[class*="table-type"].style-2 {
  border-color: #d0dae8;
}

.table-type-1.style-2 tr:first-child>th,
.table-type-2.style-2 tr>th {
  background: #e7ecf3;
}

[class*="table-type"] table .btn,
[class*="table-type"] table .btn:hover {
  box-shadow: none;
}

/*----------- Lists --------------*/

.custom-list:not(:last-child) {
  margin-bottom: 20px;
}

.custom-list.push-left {
  margin-left: 20px;
}

.custom-list>li {
  position: relative;
}

.custom-list>li a {
  border-bottom: 1px solid transparent;
}

.custom-list>li a:hover {
  border-bottom-color: inherit;
}

.custom-list>li span {
  overflow: hidden;
  display: block;
}

.custom-list>li>ul>li,
.custom-list>li>ol>li {
  margin-left: 20px;
}


.custom-list.type2:not(:last-child) {
  margin-bottom: 20px;
}

.custom-list.type2>li:not(:last-child) {
  margin-bottom: 0;
}

.custom-list>li:not(:last-child),
.custom-list>li>ul>li:not(:last-child),
.custom-list>li>ol>li:not(:last-child) {
  margin-bottom: 12px;
}

.custom-list>li>ul,
.custom-list>li>ol {
  margin-top: 10px;
}

.custom-list>li h6 {
  font-family: 'Heebo', sans-serif;
  line-height: 26px;
  color: #4b4e50;
}

.widget .custom-list>li h6 {
  font-family: 'Lato', sans-serif;
}

.custom-list>li h6:not(:last-child) {
  margin-bottom: 5px;
}

.custom-list[class*="type-"] li::before {
  content: "";
  float: left;
  vertical-align: middle;
  margin-right: 15px;
  font-family: 'fontello';
  color: #14468c;
  font-size: 12px;
}

.custom-list.type-1 li::before {
  content: "\e85d";
  font-size: 16px;
}

.custom-list.type-2 li::before {
  content: "\e98e";
}

.custom-list.type-3 li::before {
  content: "\e996";
}

.custom-list.type-4 li::before {
  content: "\e806";
}

.custom-list.type-5 li::before {
  background-color: #14468c;
  margin-top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.custom-list.type-6,
.custom-list.type-6>li>ol {
  counter-reset: item;
}

.custom-list.type-6 li:before {
  content: counters(item, ".")".";
  counter-increment: item;
  font-size: 14px;
  font-weight: bold;
}

.custom-list>li:not(:last-child) {
  margin-bottom: 12px;
}

.info-links>li:not(:last-child) {
  margin-bottom: 8px;
}

.cp-footer.footer-3 .info-links>li>a {
  color: #333;
}

.cp-footer.footer-1 .info-links>li>a {
  color: #fff;
}

.cp-footer.footer-4 .info-links>li>a {
  color: #fff;
}

.cp-footer.footer-1 .widget_calendar tfoot #prev a,
.cp-footer.footer-4 .widget_calendar tfoot #prev a {
  color: #fff;
}

.cp-footer.footer-1 a.link-text,
.cp-footer.footer-4 a.link-text {
  color: #fff;
}

.info-links>li>a {
  color: #bf0d3e;
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.info-links>li>a:hover {
  border-bottom-color: inherit;
}

.info-links.comment-type>li {
  color: #999;
}

.info-links.comment-type>li>a {
  color: #14468c;
}

.info-links.comment-type>li>a:last-child {
  color: #333;
}

.social-icons {
  margin: 0 -5px -10px;
  font-size: 0;
}

.social-icons>li {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 10px !important;
}

.social-icons>li>a {
  text-align: center;
  line-height: 46px;
  width: 50px;
  height: 50px;
  display: block;
  border: 2px solid #888f9f;
  border-radius: 50px;
  color: #fff;
}

.cp-footer .widget.widget_social_links .social-icons>li>a {
  color: #fff;
}

.cp-footer .widget.widget_social_links .social-icons>li>a:hover {
  color: #fff;
}

.social-icons>li>a:hover {
  border-color: #fff;
}

.social-icons.style-2>li>a {
  border-color: #ccc;
  color: #333;
}

.social-icons.style-2>li>a:hover {
  border-color: #333;
}

.social-icons.v-type {
  margin: -5px 0;
}

.social-icons.v-type>li {
  display: block;
  padding: 5px 0;
}

.slash-list>* {
  position: relative;
}

.slash-list>*:not(:last-child) {
  padding-right: 12px;
  margin-right: 10px;
}

.slash-list>*:not(:last-child):after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  width: 1px;
  height: 13px;
  background: #8c9097;
}

.share-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #666;
  display: block;
  letter-spacing: -0.1px;
}

.share-title:not(:last-child) {
  margin-bottom: 10px;
}

.share span.title {
  display: inline-block;
  vertical-align: -8px;
  margin-right: 10px;
  text-transform: uppercase;
}

.share>ul {
  display: inline-block;
}

.share-wrap.style-2 {
  margin: 0 -10px;
}

.share-wrap.style-2 .share-title,
.share-wrap.style-2 .social-icons.share {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}

.social-icons.share>li>a>i {
  font-size: 16px;
}

.social-icons.share>li>a>i {
  margin-right: 10px;
}

.social-icons.share>li>a.sh-facebook {
  background: #3b5998;
}

.social-icons.share>li>a.sh-twitter {
  background: #1da1f2;
}

.social-icons.share>li>a.sh-google {
  background: #d73d32;
}

.social-icons.share>li>a.sh-pinterest {
  background: #bd081c;
}

.social-icons.share>li>a.sh-mail {
  background: #7b8285;
}

.social-icons.share {
  font-size: 0;
  margin: -4px -2px 0;
  padding: 0;
}

.social-icons.share>li {
  font-size: 15px;
  display: inline-block;
  padding: 4px 2px 0;
  cursor: pointer;
}

.social-icons.share:not(.type2)>li>a {
  width: auto;
  height: auto;
  padding: 7px 20px;
  border: none;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-radius: 3px;
}

.social-icons.share.type3>li>a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  padding: 0;
}

.social-icons.share.type3>li>a i {
  margin-right: 0;
}

/*----------- Blockquotes --------------*/

blockquote:not(:last-child) {
  margin-bottom: 30px;
}

blockquote {
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  padding: 45px 55px;
  font-weight: 600;
}

blockquote .author {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 24px;
}

blockquote .author-status {
  font-size: 16px;
  color: #d2d2d2;
  line-height: 24px;
  font-weight: normal;
}

blockquote.style-2 .author-status {
  color: #666;
}


blockquote.style-2 {
  background: transparent;
  border: 3px solid #bf0d3e;
}

blockquote.style-2 {
  padding: 42px 55px;
  color: #333;
}

blockquote.style-2:after {
  color: #bf0d3e;
}

/*----------- Dividers --------------*/

hr {
  border-style: solid;
  border-color: #d8d8d8;
  margin: 15px 0;
}

hr.item-divider {
  border-width: 1px 0 0 0;
}

hr.item-divider-2 {
  border-width: 2px 0 0 0;
}

hr.item-divider-3 {
  border-width: 3px 0 0 0;
  width: 70px;
}

hr.style-2 {
  border-color: #333;
}

hr.style-3 {
  border-color: #bf0d3e;
}

hr.style-4 {
  border-color: #14468c;
}

/* Quantity */

.quantity {
  text-align: center;
  position: relative;
  display: inline-block;
}

.quantity button {
  position: absolute;
  text-align: center;
  height: 100%;
  top: 0;
  bottom: auto;
  line-height: 50px;
  width: 50px;
  background: transparent;
  color: #666;
}

.quantity .qty-minus {
  left: 0;
}

.quantity .qty-plus {
  right: 0;
}

.quantity input[type="text"] {
  width: 130px;
  text-align: center;
  padding: 0 45px;
  height: 50px;
}

/* -----------------------------------

  8. Widgets & Shortcodes

------------------------------------- */

.widget-holder:not(.style-3) .row {
  margin: 0;
}

.widget-holder:not(.style-3) .row [class*="col-"] {
  padding: 0;
  margin: 0;
}

.widget-holder .entry {
  position: relative;
  height: 100%;
}

.widget-holder .entry,
.widget-holder .entry .entry-attachment,
.widget-holder .entry .entry-attachment figure {
  height: 100%;
}

.widget-holder .entry .entry-body {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 30px 25px;
  padding-bottom: 60px;
  color: #fff;
}

.widget-holder .entry .entry-title a,
.widget-holder .entry h6 {
  color: #fff;
}

.widget-holder .entry .entry-title a {
  border-bottom: 1px solid transparent;
}

.widget-holder .entry .entry-title a:hover {
  border-bottom-color: inherit;
}

.widget-holder .entry .thumbnail-attachment img {
  width: 100%;
  height: 100%;
}

.widget-holder .entry h6 {
  font-size: 16px;
  text-transform: uppercase;
}

.widget-holder .entry h6:not(:last-child) {
  margin-bottom: 15px;
}

.widget-holder .entry .entry-title:not(:last-child) {
  margin-bottom: 5px;
}

.widget-holder .entry-date {
  color: #909397;
  font-size: 14px;
}

.widget-holder:not(.style-3) .info-btn {
  position: absolute;
  bottom: 25px;
  left: 30px;
  color: #fff;
}

.widget-holder [class*="widget-"]:not(:last-child) {
  margin-bottom: 40px;
}

.widget-holder [class*="widget-"]:not(.tabs) {
  padding: 30px;
  padding-bottom: 75px;
  height: 100%;
  position: relative;
}

.widget-holder.carousel-twitter [class*="widget-"] {
  padding: 0;
  padding-bottom: 50px;
}

.widget-holder [class*="widget-"] header:not(:last-child) {
  margin-bottom: 25px;
}

.widget-holder [class*="widget-"] header:before {
  font-family: 'fontello';
  display: block;
  font-size: 24px;
  color: #fff;

  transition: all .4s ease;
}

.widget-holder [class*="widget-"] p {
  letter-spacing: -0.1px;
}

.widget-holder.style-2 [class*="widget-"] {
  background: transparent;
  border: 3px solid #d0dae8;
  color: #333;
  padding: 100px 30px 70px;
  overflow: hidden;
}

.widget-holder.style-2 [class*="widget-"] header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #e7ecf3;
  padding: 15px 30px;
}

.widget-holder.style-2 [class*="widget-"] header:before {
  color: #6e85af;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
}

.widget-holder.style-2 [class*="widget-"] header>* {
  display: inline-block;
  text-transform: uppercase;
  color: #14468c;
}

.widget-holder.style-2 [class*="widget-"] .entry-meta,
.widget-holder.style-3 .widget-item .entry-meta {
  float: left;
  margin-bottom: 0!important;
}

.widget-holder.style-2 .entry-date {
  color: #999;
}

.widget-holder.style-2 .slash-list>a {
  color: #333;
}

.widget-holder.style-2 .twitter .tweet_list>li a {
  color: #345995;
}

.widget-holder.style-2 [class*="widget-"] .slash-list,
.widget-holder.style-3 .widget-item .slash-list {
  float: right;
}

.widget-holder.style-2 .info-btn {
  color: #14468c;
}

.widget-holder .tabs .tabs-nav {
  width: auto;
}

.widget-holder .tabs .tabs-content {
  padding: 0;
}

.widget-holder .tabs h2:not(:last-child) {
  margin-bottom: 0;
}

.widget-holder .tabs [class*="widget-"] {
  padding: 0;
}

.widget-holder .tabs [class*="widget-"]:not(:last-child) {
  margin-bottom: 0;
}

.widget-holder.style-3 .entry .entry-body,
.widget-holder.style-3 .entry.hr-type,
.widget-holder.style-3 .widget-item {
  background: #f5f7fa;
  width: 100%;
  transition: all .4s ease;
}

.widget-holder.style-3 .entry.hr-type:hover,
.widget-holder.style-3 .entry:hover .entry-body,
.widget-holder.style-3 .widget-item:hover {
  background: #fff;
}

.widget-holder.style-3 .widget-item {
  padding: 20px 30px;
}

.widget-holder.style-3 .widget-item .entry-meta:not(:last-child) {
  margin-bottom: 0;
}

.widget-holder .entry:hover .entry-body,
.widget-holder.style-3 .widget-item:hover {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.widget-holder.style-3 .entry .entry-body,
.widget-holder.style-3 .widget-item {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: block;
  color: #333;
}

.widget-holder.style-3 .entry:not(.entry-small) .entry-body {
  padding-bottom: 30px;
}

.widget-holder.style-3 .entry .entry-meta:not(:last-child) {
  margin-bottom: 10px;
}

.widget-holder.style-3 .entry .entry-title a,
.widget-holder.style-3 .entry h6 {
  color: #333;
}

.widget-holder.style-3 .widget-item {
  display: inline-block;
}

.widget-holder.style-3 .widget-item header:not(:last-child) {
  margin-bottom: 15px;
}

.widget-holder.style-3 .widget-item header:before {
  opacity: 0.7;
}

.widget-holder.style-3 .widget-item:hover header:before {
  opacity: 1;
}

.widget-holder.style-3 .widget-item .slash-list>a {
  color: #14468c;
}

.widget-holder.style-3 .widget-twitter header:before {
  color: #14468c;
}

.widget-holder.style-3 .widget-fb header:before {
  color: #0d2f5d;
}

.widget-holder .wrapper .entry-meta:not(:last-child) {
  margin-bottom: 0;
}

.widget-holder .wrapper {
  margin-top: 15px;
}

.widget-holder .wrapper .entry-meta {
  float: left;
}

.widget-holder .wrapper .slash-list {
  float: right;
}

.widget-holder p+.wrapper:not(:last-child) {
  margin-bottom: 30px;
}

/*----------- Twitter Feed --------------*/

.widget-holder .widget-twitter {
  background: #14468c;
  color: #c9cbce;
}

.widget-twitter header:before {
  content: '\f309';
}

.widget-twitter.one-tweet .tweet_list>li:not(:last-child) {
  display: none;
}

.widget-twitter.two-tweet .tweet_list>li:first-child {
  display: none;
}

.twitter .tw-user {
  display: inline-block;
  font-weight: 700;
}

.twitter .tweet_time {
  display: none;
}

.twitter .tweet_list>li {
  line-height: 28px;
  letter-spacing: -0.1px;
}

.twitter .tweet_list>li:empty {
  display: none;
}

.twitter .tweet_list>li:not(:last-child) {
  margin-bottom: 30px;
}

.twitter .tweet_list>li a:hover {
  text-decoration: underline;
}

.twitter .tweet_list>li a {
  color: #fff;
}

.widget-twitter .slash-list>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

.widget-twitter .slash-list>a:hover {
  text-decoration: underline;
}

.widget-twitter .entry-meta:not(:last-child) {
  margin-bottom: 10px;
}

.carousel-twitter.widget-holder .widget-twitter {
  background: none;
}

.carousel-twitter.widget-holder [class*="widget-"]:not(:last-child) {
  margin-bottom: 0;
}

.carousel-twitter.widget-holder [class*="widget-"] header:not(:last-child):before {
  margin-bottom: 35px;
}

.widget-twitter.carousel-twitter {
  background: transparent;
  padding: 0;
}

.widget-holder.carousel-twitter:before {
  color: #14468c;
}

.widget-holder.carousel-twitter .tweets li {
  color: #333;
  font-size: 20px;
  line-height: 34px;
  padding-bottom: 15px;
}

.widget-holder.carousel-twitter .tweets li a {
  color: #14468c;
}

.widget-holder.carousel-twitter .tweets:not(:last-child) {
  margin-bottom: 50px;
}

.widget-holder.carousel-twitter .tweets li .tweet_time a {
  top: 100%;
  left: 0;
  right: 0;
  font-size: 16px;
  color: #666;
  position: absolute;
}

.widget-holder.carousel-twitter [class*="widget-"] header:before {
  font-size: 36px;
  color: #14468c;
}

.twitter-list .tw-list:not(:last-child) {
  margin-bottom: 20px;
}

.twitter-list .tw-list ul>li {
  display: none;
}

.twitter-list .tweet_list>li a {
  color: #14468c;
}

.twitter-list>.row>[class*="col-"]:nth-child(1) .tw-list ul>li:nth-child(1) {
  display: block;
}

.twitter-list>.row>[class*="col-"]:nth-child(2) .tw-list ul>li:nth-child(2) {
  display: block;
}

.twitter-list>.row>[class*="col-"]:nth-child(3) .tw-list ul>li:nth-child(3) {
  display: block;
}

.twitter-list>.row>[class*="col-"]:nth-child(4) .tw-list ul>li:nth-child(4) {
  display: block;
}

.twitter-list>.row>[class*="col-"]:nth-child(5) .tw-list ul>li:nth-child(5) {
  display: block;
}

.twitter-list>.row>[class*="col-"]:nth-child(6) .tw-list ul>li:nth-child(6) {
  display: block;
}

/*----------- Facebook --------------*/

.widget-holder .widget-fb {
  background: #0d2f5d;
  color: #d2d2d2;
}

.widget-holder:not(.style-2):not(.style-3) .widget-fb p {
  color: #d2d2d2;
}

.widget-fb header:before {
  content: '\f30c';
}

.widget-fb .slash-list>a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
}

.widget-holder:not(.style-2):not(.style-3) .widget-fb p:not(:last-child) {
  margin-bottom: 0;
}

.widget-fb .slash-list>a:hover {
  text-decoration: underline;
}

.widget-fb .entry-meta:not(:last-child) {
  margin-bottom: 10px;
}

/*----------- Instagram Feed --------------*/

.widget-holder .widget-instagram {
  background: #0e1e40;
}

.widget-instagram header:before {
  content: '\f16d';
}

.inforward_instagram-feed .instagram-feed {
  overflow: hidden;
  list-style: none;
}

.inforward_instagram-feed .instagram-carousel .nv-instafeed-item {
  width: 100%;
  height: 210px;
}

.instagram-feed {
  margin: 0 -5px -10px;
  font-size: 0;
}

.instagram-feed .nv-instafeed-item {
  width: 33.3333%;
  padding: 0 5px 10px;
  display: inline-block;
}

.inforward_instagram-feed .instagram-carousel .nv-instafeed-item {
  width: 100%;
  height: 210px;
}

.instagram-feed.two-cols .nv-instafeed-item {
  width: 50%;
  padding: 0 5px 10px;
}

.insta-gallery .instagram-feed {
  margin: 0 -15px -30px;
}

.insta-gallery .instagram-feed .nv-instafeed-item {
  padding: 0 15px 30px;

}

.instagram-feed .nv-instafeed-item>a {
  cursor: url(images/icon_zoomin.png) 24 24, auto;
}

.nv-instafeed-item a {
  position: relative;
  display: block;
}

.nv-instafeed-item a:after {
  opacity: 0;
  visibility: hidden;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: rgba(14, 40, 64, 0.5);

  transition: all .4s ease;
}

.nv-instafeed-item:hover a:after {
  opacity: 1;
  visibility: visible;
}

/*----------- Events --------------*/

.widget-holder .widget-events {
  background: #fff;
}

.widget-holder .widget-events>.info-btn {
  color: #345995;
}

.event-title {
  color: #bf0d3e;
  text-transform: uppercase;
}

h6.event-title {
  font-size: 16px;
}

.event-item {
  overflow: hidden;
}

.event-item:not(:last-child) {
  margin-bottom: 30px;
}

.event-item .event-img {
  display: block;
}

.event-item .event-img:not(:last-child) {
  margin-bottom: 25px;
}

.event-item .event-date {
  width: 68px;
  height: 68px;
  background: #bf0d3e;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  float: left;
  margin-right: 20px;
  font-family: 'Lato', sans-serif;
}

.event-date .event-month {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}

.event-date .event-day {
  font-weight: 900;
  font-size: 30px;
}

.event-item .event-info {
  overflow: hidden;
}

.event-info h6.event-link {
  line-height: 24px;
}

.event-info h6.event-link:not(:last-child) {
  margin-bottom: 5px;
}

.event-info .event-link a {
  border-bottom: 1px solid transparent;
}

.event-info .event-link a:hover {
  border-bottom-color: inherit;
}

.event-info .event-info-item {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}

.event-info .entry-date {
  font-size: 14px;
  color: #a7a7a7;
  line-height: 20px;
}

.event-info .event-info-item i {
  display: inline-block;
  width: 20px;
  padding: 0 2px;
  color: #333;
}

.event-info .event-link .label {
  position: relative;
  display: inline-block;
  margin-right: 15px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 10px;
  vertical-align: 6px;
}

.event-info .event-link>.label+a {
  overflow: hidden;
}

.event-info .entry-meta {
  color: #999;
  font-size: 14px;
}

.event-info .entry-meta a {
  color: #14468c;
}

.event-info .entry-meta a:hover {
  text-decoration: underline;
}

.event-info header h4.event-link {
  line-height: 36px;
}

.event-info .entry-meta>*:not(:last-child):after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
  color: #999;
}

.event-info header:not(:last-child) {
  margin-bottom: 10px;
}

.event-item .event-info .event-link+.entry-meta {
  margin-top: -10px;
}

.event-info .entry-meta:not(:last-child) {
  margin-bottom: 10px;
}

.link-attachment {
  border: 3px solid #14468c;
  padding: 45px 60px;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #14468c;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.link-attachment:hover {
  background: #14468c;
  color: #fff;
}

.link-attachment:before {
  font-family: "linea-basic-10";
  content: "8";
  position: absolute;
  font-size: 180px;
  left: 15px;
  top: 0;
  color: #eff1f5;
  font-weight: normal;
  z-index: -1;
}

.link-attachment:hover:before {
  color: #fff;
  opacity: 0.1;
}

.audio-frame {
  margin-bottom: -10px;
}

.events-holder:not(:last-child) {
  margin-bottom: 50px;
}

.events-holder .event-item:not(:last-child) {
  margin-bottom: 50px;
}

.events-holder>.flex-row {
  margin-bottom: -50px;
}

.events-holder .flex-row>[class*="col-"] {
  padding-bottom: 50px;
  margin-bottom: 0!important;
}

.events-holder .event-info .event-link:not(:last-child) {
  margin-bottom: 15px;
}

.events-holder .event-item .event-info .event-link a {
  font-weight: normal;
}

.events-holder .event-item .event-date {
  margin-right: 30px;
  background: #0d2f5d;
  position: relative;
  margin-top: 68px;
}

.events-holder .event-item .event-date.type-2 {
  background: none;
  margin-top: 0;
  margin-right: 20px;
}

.events-holder .event-item .event-date:before {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  font-family: "linea-basic-10";
  content: "\e011";
  width: 68px;
  height: 68px;
  background: #14468c;
  color: #b3c2d6;
  font-size: 42px;
  line-height: 68px;
  text-align: center;
}

.events-holder .event-item .event-date.type-2:before {
  bottom: 0;
}

.event-carousel .event-item .event-body {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 290px;
  bottom: 0;
  background: rgba(191, 13, 62, 0.8);
  padding: 25px 30px 70px;
  color: #fff;
}

.event-carousel .event-item .event-body .event-link a {
  color: #fff;
  border-bottom: 1px solid transparent;
  font-weight: bold;
}

.event-carousel .event-item .event-body .event-link a:hover {
  border-bottom-color: inherit;
}

.event-carousel .event-item .event-body .event-info-item i {
  width: 22px;
  display: inline-block;
  margin-left: 0;
  vertical-align: baseline;
}

.event-carousel .event-item .event-body .event-info-item i:before {
  margin: 0;
  padding: 0;
}

.event-carousel .event-item .event-body .info-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.events-holder .event-header:not(:last-child) {
  margin-bottom: 15px;
}

.events-holder .event-header .event-link:not(:last-child) {
  margin-bottom: 0;
}

.event-header .event-price {
  color: #bf0d3e;
}

.event-desc:not(:last-child) {
  margin-bottom: 15px;
}

.event-desc {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.2px;
}

.event-desc a {
  color: #14468c;
}

.event-desc a:hover {
  text-decoration: underline;
}

.event-desc time {
  color: #333;
  font-weight: bold;
}

.single-event .event-desc {
  font-size: 16px;
  line-height: 28px;
}

.single-event .event-header .event-price {
  padding-top: 10px;
}

.single-event .event-info:not(:last-child) {
  margin-bottom: 30px;
}

.event-nav {
  color: #dadada;
}

.event-nav:not(:last-child) {
  margin-bottom: 20px;
}

.event-detail-title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.event-detail-list:not(:last-child) {
  margin-bottom: 25px;
}

.event-detail-list>li {
  font-size: 14px;
  line-height: 24px;
  padding: 7px 0;
  border-bottom: 1px solid #d8d8d8;
  color: #333;
  letter-spacing: -0.1px;
}

.event-detail-list>li:first-child {
  padding-top: 0;
}

.event-detail-list>li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.event-detail-list .detail-col {
  width: 50%;
}

.event-detail-list .detail-col:only-child {
  width: 100%;
}

.event-detail-list .detail-col a {
  color: #14468c;
}

.event-detail-list .detail-col a:hover {
  text-decoration: underline;
}

.event-detail-list .detail-col:first-child {
  width: 35%;
  font-weight: bold;
}

.event-detail-list .detail-col:last-child {
  width: 65%;
}

.events-holder.type-2 .event-item {
  overflow: visible;
}

.events-holder.type-2 .event-item:not(:last-child) {
  margin-bottom: 30px;
}

.events-holder.type-2 .event-item:hover .event-info {
  background-color: #fff;

  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.events-holder.type-2 .event-info {
  padding: 30px;
  background-color: #f5f7fa;

  transition: all .4s ease;
}

.events-holder.type-2 .event-info .entry-date {
  display: inline-block;
}

.events-holder.type-2 .event-info header {
  margin: -30px;
  margin-bottom: 10px;
}

.events-holder.type-2 .event-info header+.entry-meta {
  margin-bottom: -15px;
}

/* wp-calendar-event */

.tribe-events-bar:not(:last-child) {
  margin-bottom: 20px;
}

.tribe-events-bar .join-form .input-col:first-child {
  max-width: 175px;
}

.tribe-events-bar .custom-select .select-title,
.tribe-events-bar .custom-select .select-list li {
  padding-left: 50px;
}

.tribe-events-bar .custom-select .select-list li {
  position: relative;
}

.tribe-events-bar .custom-select .select-title:after,
.tribe-events-bar .custom-select .select-list li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 16px;
  left: 20px;
  top: 15px;
  background: url(images/15x16_icon1.jpg) no-repeat;
}

.tribe-events-bar .custom-select .select-list li:nth-child(1):before {
  background: url(images/15x16_icon2.jpg);
}

.tribe-events-bar .custom-select .select-list li:nth-child(2):before {
  background: url(images/15x16_icon3.jpg);
}

.tribe-events-bar .custom-select .select-list li:nth-child(3):before {
  background: url(images/15x16_icon4.jpg);
}

.tribe-events-bar .custom-select .select-list li:nth-child(4):before {
  background: url(images/15x16_icon5.jpg);
  width: 12px;
}

.tribe-events-bar .custom-select .select-list li:nth-child(5):before {
  background: url(images/15x16_icon6.jpg);
}

.tribe-events-filters-content {
  display: none;
}

.tribe-events-filters-content .flex-row:not(:last-child) {
  margin-bottom: 10px;
}

.tribe-events-filters-content .flex-row label {
  margin-bottom: 0;
}

.tribe-events-filters-content label {
  text-transform: uppercase;
}

.tribe-events-filters.show-filter #tribe_events_filters_toggle {
  display: none;
}

.tribe-events-filters.show-filter .tribe-events-filters-content {
  display: block;
}

.tribe-filter-control {
  margin: 0 -15px;
}

.tribe-filter-control>* {
  margin: 0 15px;
  position: relative;
}

.tribe-filter-control>*:not(:last-child):after {
  content: '';
  height: 13px;
  width: 1px;
  background: #dadada;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -6px;
}

.tribe-events-filters-content>form {
  margin: 0 -20px -10px;
  font-size: 0;
}

.tribe_events_filter_item {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 0 20px 10px;
}

.tribe-events-filter-checkboxes {
  top: 100%;
  left: 50%;
  margin-left: -102.5px;
  margin-top: 10px;
  min-width: 185px;
  background: #fff;
  padding: 10px;
  position: absolute;
  display: none;
  z-index: 2;

  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.tribe-events-filter-checkboxes:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #fff;
  border-top: none;
  bottom: 100%;
  left: calc(50% - 7px);
}

.tribe_events_filter_item.active .tribe-events-filter-checkboxes {
  display: block;
}

.tribe-events-filter-checkboxes .custom-select .select-title {
  height: 34px;
  padding: 0 20px;
  line-height: 32px;
}

.tribe-events-filter-checkboxes .custom-select .select-title:before {
  line-height: 32px;
}

.tribe-events-filter-checkboxes .custom-select .select-list li {
  padding: 0 20px;
  line-height: 34px;
}

.tribe_events_filter_item .tribe-events-filters-group-heading {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.6px;
  padding-right: 17px;
}

.tribe_events_filter_item .tribe-events-filters-group-heading:not(:last-child) {
  margin-bottom: 0;
}

.tribe_events_filter_item .tribe-events-filters-group-heading:after {
  position: absolute;
  top: 2px;
  right: 0;
  content: '\e85d';
  font-family: 'Fontello';
}

.tribe_events_filter_item.active .tribe-events-filters-group-heading:after {
  content: '\e85a';
}

.tribe-events-calendar thead tr th {
  font-family: 'Open sans', sans-serif;
  font-weight: bold;
  background-color: #14468c;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  text-align: left;
  letter-spacing: normal;
}

.tribe-events-calendar thead tr th:first-child {
  border-left: 0;
}

.tribe-events-calendar thead tr th:last-child {
  border-right: 0;
}

.tribe-events-calendar tr td .tribe-events-daynum {
  padding: 5px 30px;
  background: #e7ecf3;
  line-height: 22px;
  border-bottom: 2px solid #d0dae8;
}

.tribe-events-calendar tr td .tribe-events-daynum.next-month a {
  color: #aaacad;
}

.tribe-events-calendar thead tr th:not(:last-child),
.tribe-events-calendar tr td:not(:last-child) {
  border-right: 2px solid #d0dae8;
}

.tribe-events-calendar tr td {
  border-bottom: 2px solid #d0dae8;
}

.tribe-events-calendar tr td:first-child {
  border-left: 3px solid #d0dae8;
}

.tribe-events-calendar tr td:last-child {
  border-right: 3px solid #d0dae8;
}

.tribe-events-calendar tr:last-child td {
  border-bottom: 3px solid #d0dae8;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events {
  padding: 10px 30px;
  line-height: 22px;
  position: relative;

  transition: all .4s ease;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events:hover {
  background: #14468c;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events:hover>a {
  color: #fff;
}

.tribe-events-calendar tr td .tribe-events-category-tech-events a {
  position: relative;
}

.tribe-events-category-tech-events .tribe-events-tooltip {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-left: -2px;
  padding: 10px;
  background: #fff;
  width: 420px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;

  transition: all .4s ease;

  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.1);
}

.tribe-events-category-tech-events .tribe-events-tooltip:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-top: 10px solid #fff;
  border-right: 9px solid transparent;
  top: 100%;
  left: 30px;
  margin-left: -7px;
}

.tribe-events-category-tech-events:hover .tribe-events-tooltip {
  opacity: 1;
  visibility: visible;
}

.tribe-events-category-tech-events .tribe-events-tooltip header:not(:last-child) {
  margin-bottom: 10px;
}

.tribe-events-category-tech-events .tribe-events-tooltip h6 {
  font-size: 16px;
  font-weight: bold;
}

.tribe-events-category-tech-events .tribe-events-tooltip h6:not(:last-child) {
  margin-bottom: 0;
}

.tribe-events-category-tech-events .tribe-events-tooltip time {
  color: #333;
  font-size: 12px;
}

.tribe-events-category-tech-events .tribe-events-tooltip {
  font-size: 13px;
  line-height: 20px;
}

.tribe-events-category-tech-events .tribe-events-tooltip img.alignleft {
  margin-right: 15px;
  margin-bottom: 0;
}

/*----------- You-tube --------------*/

.widget-holder .widget-youtube {
  background: #bf0d3e;
}

.widget-holder .widget-youtube header:before {
  content: '\f16a';
}

.widget-holder .widget-youtube h6 {
  color: #fff;
  font-weight: bold;
}

.widget-holder .widget-youtube h6:not(:last-child) {
  margin-bottom: 0;
}

.widget-holder:not(.widget) .widget-youtube .responsive-iframe:not(:last-child) {
  margin-bottom: 15px;
}

/*----------- LightBox --------------*/

/*----------- Accordions & Toggles --------------*/

.accordion {
  text-align: left;
  background-color: #fff;
  border-radius: 3px;

  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.accordion .accordion-item:not(:last-child) {
  border-bottom: 2px solid #e5e5e5;
}

.accordion .a-title {
  font-family: 'Lato', sans-serif;
  position: relative;
  cursor: pointer;
  color: #14468c;
  padding: 10px 70px 10px 30px;
  margin-bottom: 0;
  font-weight: 900;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: all .4s ease;
}

.accordion .accordion-item:first-child .a-title {
  border-radius: 3px 3px 0 0;
}

.accordion .accordion-item:last-child .a-title:not(.active) {
  border-radius: 0 0 3px 3px;
}

.accordion .a-title span {
  color: #7b8285;
}

.accordion .a-content {
  padding: 40px 30px;
}

.accordion .a-content .custom-list:not(:last-child) {
  margin-bottom: 20px;
}

.accordion .a-title.active {
  background-color: #14468c;
  color: #fff;

  -webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

.accordion.style-2 {
  box-shadow: none;
}

.accordion.style-2 .a-title {
  font-weight: normal;
  background-color: #eee;
  color: #333;
  box-shadow: none;
  line-height: 42px;
  border-bottom: 2px solid transparent;
}

.accordion.style-2 .a-title.active {
  color: #bf0d3e;
  border-bottom-color: #bf0d3e;
}

.accordion.style-2 .accordion-item:not(:last-child) {
  border-bottom: 2px solid #fff;
}

/*----------- Alert boxes --------------*/

[class*="alert"] {
  padding: 10px 70px 10px 30px;
  margin-bottom: 20px;
  position: relative;
  font-size: 14px;
  border-radius: 3px;
  color: #333;
}

[class*="alert"]:before {
  font-family: 'linea-arrows-10';
  font-size: 24px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

[class*="alert"].alert-warning,
.warning {
  background: #fceadb;
  color: #f0994d;
}

[class*="alert"].alert-warning:before {
  content: "\e034";
  color: #f0994d;
}

[class*="alert"].alert-success,
.success {
  background: #dff1da;
  color: #2ba206;
}

[class*="alert"].alert-success:before {
  content: "\e007";
  color: #2ba206;
}

[class*="alert"].alert-info,
.info {
  background: #dae4f1;
  color: #0648a2;
}

[class*="alert"].alert-info:before {
  content: "\e00b";
  color: #0648a2;
}

[class*="alert"].alert-error,
.error {
  background: #fde6e6;
  color: #eb0b0b;
}

[class*="alert"].alert-error:before {
  content: "\e00e";
  color: #eb0b0b;
}

[class*="alert"] .close {
  font-family: 'linea-arrows-10';
  position: absolute;
  right: 30px;
  top: calc(50% - 13px);
  background: none;
  font-weight: bold;
  color: #353535;
  font-size: 22px;
}

[class*="alert"] .close:hover {
  color: #2a2c32;
}

[class*="alert"] .close:after {
  content: '\e04a';
}

.message-container-subscribe {
  color: #333;
  display: none;
  font-size: 14px;
  margin-top: 5px;
}

[class*="message-container"] {
  display: inline-block;
  margin-top: 10px;
  top: 100%;
  left: 0;
  position: absolute;
  border-radius: 3px;
}

.alert-box i {
  float: left;
  position: relative;
  font-style: normal;
  font-weight: bold;
  margin-right: 10px;
}

.alert-box p {
  white-space: nowrap;
}

/*----------- Callouts --------------*/

.call-out {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
}

.call-out h1,
.call-out h2,
.call-out h3,
.call-out h4,
.call-out h5,
.call-out h6 {
  color: #fff;
}

.call-out h1:not(:last-child) {
  margin-bottom: 0;
}

.call-out h2:not(:last-child) {
  margin-bottom: 0;
}

.call-out h5:not(:last-child),
.join-us h6:not(:last-child) {
  margin-bottom: 0;
}

.call-out.join-us [class*="bg-col"] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.call-out.join-us [class*="bg-col"]:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.call-out.join-us .bg-col-1:after {
  background-color: #14468c;
  left: -2000px;
}

.call-out.join-us .bg-col-2:after {
  background-color: #bf0d3e;
  right: -2000px;
}

.call-out.join-us:not(.type2) .row>[class*="col-"]:first-child h5,
.join-us .join-form,
.join-us h6 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.call-out a.col-md-4 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.header-3 .top-header .join-us h6 {
  line-height: 44px;
}

.call-out.join-us .row {
  height: 100%;
}

.call-out.join-us .row>[class*="col-"] h5 {
  line-height: 50px;
}

.join-us .join-form:not(:only-child) .input-holder {
  margin-left: 15px;
}

.call-out.join-us .row>a:hover {
  background: #ac0c38;
}

.call-out.join-us.type2 [class*="bg-col"] {
  padding: 50px 15px;
}

.call-out.join-us.type2 .bg-col-3:first-child:after {
  background-color: #0d2f5d;
  left: -2000px;
}

.call-out.join-us.type2 .bg-col-4:after {
  background-color: #14468c;
  right: -2000px;
}

.call-out.join-us.type2 .bg-col-5:after {
  background-color: #0e1e40;
  right: -2000px;
}

.call-out.join-us.type2 h5 {
  line-height: 28px;
  font-weight: normal;
}

.call-out.join-us.type2 h5:not(:last-child) {
  margin-bottom: 20px;
}

.call-out.join-us.type2 .event-item {
  text-align: left;
}

.call-out.join-us.type2 .event-info .event-link a,
.call-out.join-us.type2 .event-info .event-info-item i,
.call-out.join-us.type2 .widget-events>.info-btn {
  color: #fff;
  font-weight: normal;
}

.call-out.join-us.type2 .widget-events>.info-btn {
  font-weight: bold;
}

.call-out.join-us.type2 .event-info .event-link {
  text-transform: none;
}

.call-out.join-us.type2 .join-form:not(:only-child) .input-holder {
  margin-left: 0;
}

.call-out.join-us.type2 .join-form {
  margin-top: 5px;
}

.call-out.join-us.type2 p {
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  color: #c9cbce;
}

.call-out.join-us.type2 .bg-col-5>h5 {
  line-height: 24px;
}

/*----------- Pagination --------------*/

.pagination {
  text-align: center;
  margin: -3px -3px 0;
  position: relative;
  display: inline-block;
  font-size: 0;
}

.pagination>li {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
}

.pagination>li>a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #333;
  font-weight: bold;
  background: transparent;
  border-radius: 3px;
  font-size: 16px;
}

.pagination>li>a.cp-active,
.pagination>li>a:hover {
  color: #fff;
  background: #14468c;

  webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

.prev-page::before,
.next-page::before {
  font-family: 'fontello';
  font-size: 18px;
}

.prev-page::before {
  content: '\f104';
}

.next-page::before {
  content: '\f105';
}

/*----------- Dropcaps --------------*/

.dropcap::first-letter {
  display: block;
  float: left;
  margin: 15px 10px 0 0;
}

.dropcap::first-letter {
  font-size: 60px;
  font-weight: 900;
}

.dropcap.type-1::first-letter,
.dropcap.type-1>p::first-letter {
  color: #333;
  font-size: 60px;
  font-weight: 900;
  display: block;
  float: left;
  margin: 15px 10px 0 0;
}

.dropcap.type-2::first-letter,
.dropcap.type-2>p::first-letter {
  color: #bf0d3e;
  font-size: 60px;
  font-weight: 900;
  display: block;
  float: left;
  margin: 15px 10px 0 0;
}

/*----------- Icon Boxes --------------*/

.icons-box:not(:last-child) {
  margin-bottom: 60px;
}

.icons-box>.flex-row {
  margin-bottom: -30px;
}

.icons-box [class*="col-"] {
  padding-bottom: 30px;
}

.icons-box .icons-wrap .icons-item>img {
  width: 100%;
}

.icons-box .icons-wrap .icons-item.type-2 {
  display: block;
  height: auto;
  background: none;
  border: none;
}

.icons-box:not(.type-2) .icons-wrap .icons-item {
  text-align: center;
}

.icons-box:not(.type-2) .icons-wrap .icons-item>.item-box {
  position: relative;
  text-align: center;
  display: inline-block;
}

.icons-box:not(.type-2) .icons-wrap .icons-item>.item-box:hover>i {
  background: #e7ecf3;
  color: #14468c;
}

.icons-box .icons-wrap .icons-item>.item-box .icons-box-title span {
  position: relative;
  border-bottom: 2px solid transparent;
  display: inline;
  font-weight: bold;

  transition: all .4s ease;
}

.icons-box .icons-wrap .icons-item>.item-box:hover .icons-box-title span {
  border-color: inherit;
}

.icons-box .icons-wrap .icons-item>.item-box .icons-box-title:not(:last-child) {
  margin-bottom: 13px;
}

.icons-box .icons-wrap .icons-item>.item-box>p {
  font-size: 16px;
  color: #202732;
}

.icons-box:not(.type-2) .icons-wrap .icons-item>.item-box>* {
  -webkit-transition: color .35s ease;
  -o-transition: color .35s ease;
  transition: color .35s ease;
}

.icons-box:not(.type-2) .icons-wrap .icons-item>.item-box i {
  font-size: 56px;
  width: 120px;
  height: 120px;
  color: #cdd2de;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 50%;
  line-height: 130px;
  text-align: center;
  background-color: #123f7e;

  transition: all .45s ease;
}

.icons-box .icons-wrap .icons-item>.item-box i {
  transition: all .4s ease;
}

.icons-box.type-2 .icons-wrap .icons-item>.item-box {
  position: relative;
  padding-left: 100px;
}

.icons-box.type-2 .icons-wrap .icons-item>.item-box .icons-box-title {
  padding-top: 10px;
}

.icons-box.type-2:not(.style-2) .icons-wrap .icons-item>.item-box i {
  font-size: 32px;
  width: 70px;
  height: 70px;
  color: #edccd2;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
  background-color: #bf0d3e;
}

.icons-box.type-2:not(.style-2) .icons-wrap .icons-item:hover>.item-box i {
  background-color: #eee;
  color: #bf0d3e;
}

.icons-box.type-2.iconbox-type-3 .icons-wrap .icons-item>.item-box i {
  position: absolute;
  left: 0;
  top: -30px;
  margin-bottom: 0;
}

.icons-box.type-2 .icons-wrap .icons-item>.item-box i {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.icons-box.type-2.style-2 .icons-wrap .icons-item>.item-box {
  padding-left: 30px;
  margin-top: 40px;
  background: #fff;
}

.icons-box.type-2.style-2 .icons-wrap .icons-item>.item-box .icons-box-title {
  padding-top: 0;
}

.icons-box.type-2.style-2 .icons-wrap .icons-item>.item-box i {
  margin-top: -15px;
  font-family: 'Lato', sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 20px;
  color: rgba(191, 13, 62, 0.3);
  font-style: normal;
  display: block;
  /* z-index: 0; */
  vertical-align: top;
  overflow: hidden;
  padding-top: 20px;
}

/* actions */

.action-widget {
  text-align: center;
  position: relative;
}

.action-widget[class*="action-col-"] {
  font-size: 0;
  margin: 0 -2px -4px;
}

.action-widget.pull-top {
  margin-top: -115px;
}

.action-widget.pull-bottom {
  margin-bottom: -140px;
}

.action-widget .action-col {
  display: inline-block;
  padding: 0 2px 4px;
  vertical-align: top;
}

.action-widget.action-col-4 .action-col {
  width: 25%;
}

.action-widget.action-col-3 .action-col {
  width: 33.3333%;
}

.action-widget.action-col-2 .action-col {
  width: 49.3333%;
}

.action-widget.action-col-1 .action-col {
  width: 100%;
}

.action-widget .action-item {
  cursor: pointer;
  display: table;
  width: 100%;
  padding: 50px 10px 70px;
  color: #d2d2d2;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
  height: 100%;

  transition: all .45s ease;
}

.action-widget .action-item .action-inner {
  display: table-cell;
  vertical-align: middle;
}

.action-widget .action-item.register {
  background-color: #14468c;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

.action-widget .action-item.register:hover {
  background-color: #123f7e;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(18, 63, 126, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(18, 63, 126, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(18, 63, 126, 0.43);
}

.action-widget .action-item.event {
  background-color: #0d2f5d;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(13, 43, 93, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(13, 43, 93, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(13, 43, 93, 0.43);
}

.action-widget .action-item.event:hover {
  background-color: #0c2a54;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(12, 42, 84, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(12, 42, 84, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(12, 42, 84, 0.43);
}

.action-widget .action-item.get-involved {
  background-color: #0e1e40;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(14, 30, 64, 0.43);
}

.action-widget .action-item.get-involved:hover {
  background-color: #0d1b39;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(13, 27, 57, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(13, 27, 57, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(13, 27, 57, 0.43);
}

.action-widget .action-item.donate {
  background-color: #bf0d3e;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
}

.action-widget .action-item.donate:hover {
  background-color: #ac0c38;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(172, 12, 56, 0.43);
}

.action-widget .action-item.default {
  background-color: #e7ecf3;
  color: #5377ab;
}

.widget_text_with_icon.action-widget .action-item.default i {
  color: #14468c;
}

.action-widget .action-item.default .action-title {
  color: #14468c;
  font-weight: normal;
}

.action-widget .action-item.default p {
  color: #666;
}

.widget_text_with_icon.action-widget .action-item.default:hover {
  background-color: #0d2f5d;
}

.widget_text_with_icon.action-widget .action-item.default:hover i {
  color: #fff;
}

.widget_text_with_icon.action-widget .action-item.default:hover p {
  color: #d2d2d2;
}

.widget_text_with_icon.action-widget .action-item.default:hover .action-title {
  color: #fff;
}

.action-widget .action-item i {
  font-size: 66px;
  display: block;
  opacity: 0.7;
  width: auto;
  height: auto;
  transition: all .45s ease;
}

.action-widget:not(.style-2) .action-item i {
  color: #fff;
}

.action-widget .action-item i:not(:last-child) {
  margin-bottom: 30px;
}

.action-widget .action-item .action-title:not(:last-child) {
  margin-bottom: 15px;
}

.action-widget .action-item .action-title.size-2:not(:last-child) {
  margin-bottom: 40px;
}

.action-widget .action-item .action-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;

  transition: color .4s ease;
}

.action-widget .action-item .btn:hover {
  background: #fff;
  color: #333;
}

.chose-donate {
  font-size: 0;
  margin: 0 -5px -10px;
}

.chose-donate>* {
  display: inline-block;
  margin: 0 5px 10px;
  vertical-align: top;
}

.chose-donate .chose-item {
  border: 2px solid #fff;
  border-radius: 3px;
  padding: 9px 5px;
  width: 90px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background: transparent;
}

.chose-donate .chose-item:hover,
.chose-donate .chose-item.active {
  background: #fff;
  color: #333;
}

.chose-donate.style-2 .chose-item {
  background: #fff;
  border: 2px solid #eee;
  font-size: 16px;
  color: #333;
  width: 80px;
  margin: 0 2.5px 5px;
}

.chose-donate.style-2 .chose-item:hover,
.chose-donate.style-2 .chose-item.active {
  border-color: #bf0d3e;
  color: #bf0d3e;
}

.action-widget .action-item.type-2.donate {
  text-align: center;
  padding: 25px 0;
  border-radius: 0;
  z-index: 2;
  position: relative;
  margin-top: -1px;
}

.action-widget .action-item.type-2 .action-inner {
  display: inline-block;
}

.action-widget .action-item.type-2 .action-title:not(:last-child) {
  margin-bottom: 0;
  margin-right: 40px;
}

.action-widget .action-item.type-2 .action-title {
  font-weight: 900;
}

.action-widget .action-item.type-2 .action-title,
.action-widget .action-item.type-2 .chose-donate,
.action-widget .action-item.type-2 .action-title i {
  display: inline-block;
  vertical-align: middle;
}

.action-widget .action-item.type-2 .action-title i {
  display: inline-block;
  margin-right: 20px;
  font-size: 60px;
  line-height: 30px;
}

.action-widget.style-2 {
  background-color: #e7ecf3;
}

.action-widget.style-2>.container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.action-widget.style-2[class*="action-col-"] {
  margin: 0;
}

.action-widget.style-2[class*="action-col-"] .action-col {
  padding: 0;
}

.action-widget.style-2 .action-item {
  display: block;
  box-shadow: none;
  border-radius: 0;
  color: #5377ab;
  padding: 55px 10px;
}

.action-widget.style-2 .action-item i {
  color: #14468c;
}

.action-widget.style-2 .action-item:hover i {
  color: #fff;
}

.action-widget.style-2 .action-item:not(.donate) {
  background: none;
}

.action-widget.style-2 .action-col:not(:last-child) .action-item {
  border-right: 2px solid #fff;
}

.action-widget.style-2 .action-item:not(.donate):hover {
  background: #0d2f5d;
  box-shadow: none;
  color: #b7c1cf;
}

.action-widget.style-2 .action-item:not(.donate) .action-title {
  color: #14468c;
  font-weight: normal;
}

.action-widget.style-2 .action-item:hover .action-title {
  color: #fff !important;
}

.action-widget.style-2 .action-item:not(.donate) .action-title:not(:last-child),
.action-widget.style-2 .action-col .action-item .action-title:not(:last-child),
.action-widget.type-vr .action-item:not(.donate) .action-title:not(:last-child),
.action-widget.type-vr .action-col .action-item .action-title:not(:last-child) {
  margin-bottom: 5px;
}

.action-widget.type-vr.style-2 .action-item p {
  color: #666;

  transition: color .45s ease;
}

.action-widget.style-2 .action-item:hover p {
  color: #d2d2d2;
}

.action-widget.type-vr.style-2 {
  background: none;
}

.action-widget.type-vr .action-item:not(:last-child) {
  margin-bottom: 30px;
}

.action-widget.type-vr.style-2 .action-item:not(:last-child) {
  margin-bottom: 2px;
}

.action-widget.type-vr .action-item {
  overflow: hidden;
  padding: 31px 28px 32px 28px;
  text-align: left;
}

.action-widget.type-vr.style-2 .action-col:not(:last-child) .action-item {
  border: none;
}

.action-widget.type-vr .action-item .action-title {
  padding-top: 5px;
}

.action-widget.type-vr.style-2 .action-item:not(:hover):not(.donate),
.action-widget.type-vr.style-2 .action-col .action-item:not(:hover) {
  background: #e7ecf3;
}

.action-widget.type-vr.style-2 .action-item.donate:hover {
  box-shadow: none;
}

.action-widget.type-vr.style-2 .action-col .action-item.donate:not(:hover) .action-title,
.action-widget.type-vr.style-2 .action-col .action-item.donate i {
  color: #bf0d3e;
}

.action-widget.type-vr.style-2 .action-col .action-item.donate:hover i {
  color: #ecb7c5;
}

.action-widget.type-vr .action-item i {
  float: left;
}

.action-widget.type-vr .action-item i:not(:last-child) {
  margin-bottom: 0;
  margin-right: 20px;
}

.action-widget.type-vr .chose-donate .chose-item {
  font-size: 18px;
  width: auto;
  padding: 6px 11px;
}

.action-widget.type-vr .chose-donate .btn {
  padding-left: 25px;
  padding-right: 25px;
}

.action-widget.type-vr.style-2 {
  margin: 0 -1px;
}

.action-widget.type-vr.style-2 .action-col {
  padding: 0 1px 2px;
}

/*----------- Testimonials --------------*/

.testimonial:not(:last-child) {
  margin-bottom: 40px;
}

.testimonial blockquote {
  color: #333;
  font-size: 20px;
  padding: 0;
}

.testimonial h6 {
  color: #4b4e50;
  font-weight: 600;
  line-height: 20px;
}

.testimonial h6:not(:last-child) {
  margin-bottom: 20px;
}

.testimonial .author-box {
  overflow: hidden;
  line-height: 22px;
  display: table;
}

.testimonial .author-box>* {
  display: table-cell;
  vertical-align: middle;
}

.testimonial:not(.type-2):not(.testimonial-single) .avatar {
  padding-right: 20px;
}

.testimonial .avatar img {
  border-radius: 50%;
}

.testimonial .author-name {
  font-size: 18px;
  display: block;
  color: #666;
}

.testimonial .author-position,
.testimonial .author-about,
.testimonial .author-company {
  display: block;
  font-size: 16px;
  color: #666;
}

.testimonial .author-name:not(:last-child) {
  margin-bottom: 2px;
}

.testimonial .author-position:not(:last-child) {
  margin-bottom: 2px;
}

.testimonial .testimonial-holder {
  margin-bottom: 20px;
}

.testimonial.testimonial-single {
  overflow: hidden;
}

.testimonial.testimonial-single .author-box {
  float: left;
  width: 30%;
  margin-right: 30px;
  max-width: 263px;
}

.testimonial.testimonial-single .testimonial-holder {
  float: left;
  width: 67%;
  padding-top: 30px;
}

.testimonial.testimonial-single blockquote:not(:last-child) {
  margin-bottom: 20px;
}

.testimonial.testimonial-single blockquote {
  position: relative;
}

.testimonial.testimonial-single blockquote:before {
  content: '“';
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 72px;
  text-align: center;
  position: absolute;
  border-radius: 50px;
  right: 100%;
  margin-right: 30px;
  margin-top: -15px;
  top: 0;
  width: 68px;
  height: 68px;
  line-height: 100px;
  background: #fff;
  color: #14468c;
  z-index: 17;
}

/*----------- Carousel Sliders --------------*/

.carousel-type-2 .owl-carousel .owl-dot,
.carousel-type-1 .owl-carousel .owl-nav {
  display: none!important;
}

.carousel-type-1 .owl-carousel {
  padding-right: 40px;
}

.owl-dots .owl-dot {
  width: 12px;
  height: 12px;
}

.owl-dots .owl-dot {
  display: block;
  background: transparent;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;

  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.owl-dots .owl-dot.active {
  background-color: #14468c;
}

[class*="carousel-type"] .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

[class*="carousel-type"] .owl-dots .owl-dot {
  display: block;
}

[class*="carousel-type"] .owl-dots .owl-dot:not(:last-child) {
  margin-bottom: 10px;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}

.owl-prev,
.owl-next {
  color: #aab3b6;
  position: absolute;
  top: 50%;
  font-size: 62px;
  margin-top: -15px;
  cursor: pointer;
  font-weight: normal;

  -webkit-transition: all .35s ease;
  transition: all .35s ease;
}

.owl-prev {
  left: -60px;
}

.owl-next {
  right: -60px;
}

.owl-prev::before,
.owl-next::before {
  font-family: "linea-arrows-10";
}

.owl-prev::before {
  content: "\e03f";
}

.owl-next::before {
  content: "\e04b";
}

.owl-nav>[class*="owl-"] {
  color: #ccc;
}

.owl-nav>[class*="owl-"]:hover {
  color: #333;
}

.carousel-type-2.type-2 .owl-prev {
  left: 15px;
}

.carousel-type-2.type-2 .owl-next {
  right: 15px;
}

.carousel-type-2.type-2 .owl-prev,
.carousel-type-2.type-2 .owl-next {
  font-size: 82px;
  margin-top: -20px;
}

.carousel-type-2.type-2 .instagram-carousel .owl-prev {
  left: 0;
}

.carousel-type-2.type-2 .instagram-carousel .owl-next {
  right: 0;
}

.carousel-type-2.type-2 .instagram-carousel .owl-prev,
.carousel-type-2.type-2 .instagram-carousel .owl-next {
  font-size: 62px;
  margin-top: -15px;
}

.event-carousel .owl-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 2px -1px 0;
  padding: 0 45px;
}

.event-carousel .owl-dots .owl-dot,
.event-carousel .owl-nav>* {
  display: block;
  background: #fff;
  padding: 8px 0;
  text-align: center;
  color: #bf0d3e;
  opacity: 1;
  border-radius: 0;
  height: auto;
  border: none;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  margin: 0 1px;
  letter-spacing: 0.8px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;

  webkit-box-shadow: 0px 10px 25px -5px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 10px 25px -5px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 10px 25px -5px rgba(187, 187, 187, 0.43);
}

.event-carousel .owl-dots .owl-dot.active,
.event-carousel .owl-carousel .owl-nav>*:hover {
  background: #bf0d3e;
  color: #fff;

  webkit-box-shadow: 0px 10px 25px -5px rgba(191, 13, 62, 0.43);
  -moz-box-shadow: 0px 10px 25px -5px rgba(191, 13, 62, 0.43);
  box-shadow: 0px 10px 25px -5px rgba(191, 13, 62, 0.43);
}

.event-carousel .owl-carousel .owl-nav>* {
  top: auto;
  bottom: 0;
  width: 44px;
  height: 44px;
  font-size: 30px;
  line-height: 44px;
  padding: 0;
  margin: 0;
}

.event-carousel .owl-carousel .owl-nav>.owl-prev {
  left: 0;
  border-radius: 0 0 0 3px;
}

.event-carousel .owl-carousel .owl-nav>.owl-next {
  right: 0;
  border-radius: 0 0 3px 0;
}

/*----------- Progress Bars --------------*/

.pbar-wrap {
  position: relative;
}

.pbar {
  position: relative;
  height: 5px;
  background-color: transparent;
  background: #e7ecf3;
}

.pbar-wrap:not(:last-child) {
  margin-bottom: 37px;
}

.pbar-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #14468c;

  webkit-box-shadow: 0px 5px 13px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 5px 13px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 5px 13px 0px rgba(20, 70, 140, 0.43);
}

.pbar-wrap .pbar-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

.pbar-wrap .pbar-title>span {
  float: right;
}

/*----------- Pricing Tables --------------*/

.pricing-tables-holder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-align-items: center;
  align-items: center;

  -webkit-justify-content: space-around;
  justify-content: space-around;

  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.pricing-tables-holder.cols-2 .pricing-table {
  width: 50%;
}

.pricing-tables-holder.cols-3 .pricing-table {
  width: 33.33333%;
}

.pricing-tables-holder.cols-4 .pricing-table {
  width: 25%;
}

.pricing-table {
  border: 2px solid #d8d8d8;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #f6f6f6;
}

.pricing-table.selected {
  border-color: #bf0d3e;
  z-index: 2;
  background: #fff;
}

.pricing-table.selected .pt-header {
  padding-top: 70px;
}

.pricing-table:nth-child(n+2) {
  margin-left: -7px;
}

.pt-header {
  font-family: 'Lato', sans-serif;
  color: #bf0d3e;
  padding: 45px 30px 20px;
  word-break: break-all;
}

.pt-type {
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.pt-price {
  font-size: 42px;
  font-weight: 900;
  color: #bf0d3e;
}

.pt-type,
.pt-price {
  line-height: 1.2em;
}

.pt-type:not(:last-child) {
  margin-bottom: 5px;
}

.pt-period {
  font-family: 'Open sans', sans-serif;
  font-size: 14px;
  color: #999;
  line-height: 19px;
}

.pt-lifetime {
  vertical-align: baseline;
}

.pt-features-list {
  padding: 10px 30px 10px;
  color: #7b8285;
}

.pt-features-list>li:not(:last-child) {
  margin-bottom: 10px;
}

.pt-footer {
  padding: 15px 30px 60px;
}

.pt-header,
.pt-footer,
.pt-features-list {
  position: relative;
  z-index: 1;
}

.pt-footer .btn {
  letter-spacing: 1px;
}

.pricing-table .label {
  font-size: 11px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  display: block;
  padding: 10px 30px;
  position: absolute;
  background-color: #bf0d3e;
  right: 0;
  left: 0;
  top: 0;
  z-index: 2;
}

.pricing-table .label.sale {
  background-color: #ce2929;
}

.pricing-table .label.sold {
  background-color: #f1a91f;
}

.pricing-tables-holder .pt-header {
  -webkit-transition: color .5s ease-in, background-color .5s ease-in;
  transition: color .5s ease-in, background-color .5s ease-in;
}

.pricing-tables-holder .pricing-table:hover .pt-header,
.pricing-tables-holder .pricing-table.active .pt-header {
  -webkit-transition: color .1s ease-in, background-color .1s ease-in;
  transition: color .1s ease-in, background-color .1s ease-in;
}

/*----------- Counters --------------*/

.counters-section .counters-holder-bg {
  margin-top: 50px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 60px 0;
}

.counters-section .counters-holder-bg .section-title {
  color: #fff;
  font-weight: normal;
}

.counter {
  color: #666;
}

.counters-holder-bg .counter {
  color: #d2d2d2;
}

.count-number {
  color: #bf0d3e;
  font-size: 72px;
  font-weight: 300;
  line-height: 43px;
  margin-bottom: 15px;
  letter-spacing: -0.3px;
}

.counter .count-number:not(:last-child) {
  margin-bottom: 15px;
}

.counter>span {
  color: #fff;
  float: left;
  font-size: 60px;
  margin-right: 20px;
}

/*----------- Tabs & Tour Sections --------------*/

.tabs-conrainer {
  position: relative;
}

.tabs .tabs-nav li {
  float: left;
}

.tabs:not(.vertical) .tabs-nav li a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.horisontal .tabs-nav li:last-child a {
  margin-right: 0;
}

.tabs .tabs-content {
  display: block;
  padding: 40px 30px;
  border-radius: 5px;
  background: #fff;

  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.tabs .tabs-nav {
  width: 100%;
}

.tabs.horisontal.style2 .a-content {
  padding-bottom: 40px;
}

.tabs.horisontal.style2 .a-content p:not(:last-child) {
  margin-bottom: 20px;
}

.tabs:not(.vertical) .tabs-nav>li:not(:last-child) {
  margin-right: 2px;
}

.tabs .tabs-nav>li>a {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 30px;
  letter-spacing: 0.8px;
  color: #14468c;
  position: relative;
  background: #fff;
}

.tabs .tabs-nav>li>a:after {
  content: '';
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;

  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.tabs .tabs-nav>li.ui-tabs-active>a:after {
  z-index: 2;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
}

.tabs.vertical .tabs-nav>li>a:after {
  webkit-box-shadow: -5px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: -5px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: -5px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.tabs .tabs-nav>li.ui-tabs-active a {
  background-color: #14468c;
  color: #fff;
}

.tabs.vertical .tabs-nav>li.ui-tabs-active a:after {
  webkit-box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(20, 70, 140, 0.43);
  z-index: 2;
}

.tabs.style-2 .tabs-nav>li>a {
  padding: 7px 30px;
  color: #333;
  background-color: #eee;
  font-weight: normal;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}

.tabs.style-2 .tabs-nav>li>a:after,
.tabs.style-2 .tabs-nav>li.ui-tabs-active>a:after {
  display: none;
}

.tabs.style-2 .tabs-nav>li.ui-tabs-active>a {
  color: #bf0d3e;
  border-bottom-color: #bf0d3e;
  background-color: #eee;
}

.tabs.style-2 .tabs-content {
  box-shadow: none;
}

.tabs.vertical {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.tabs.vertical .tabs-nav {
  width: 30%;
  max-width: 30%;
  margin-bottom: 0;
}

.tabs.vertical .tabs-content {
  width: 70%;
  max-width: 70%;
}

.tabs.vertical.type-2 .tabs-nav {
  width: 23%;
}

.tabs.vertical.type-2 .tabs-content {
  width: 77%;
  max-width: 77%;
  padding: 0;
  background: none;
  box-shadow: none;
  padding-left: 50px;
}

.tabs.vertical .tabs-nav li {
  float: none;
}

.tabs.vertical .tabs-nav li:not(:last-child) {
  margin-bottom: 2px;
}

.tabs.vertical .tabs-nav li a {
  border-radius: 3px 0 0 3px;
}

.tabs.vertical.type-2 .tabs-nav li:first-child a {
  border-radius: 3px 3px 0 0;
}

.tabs.vertical.type-2 .tabs-nav li:last-child a {
  border-radius: 0 0 3px 3px;
}

.tabs.vertical.style-2 .tabs-nav li a {
  padding: 8px 30px;
  border-bottom: none;
  border-right: 2px solid transparent;
}

.tabs.vertical.style-2 .tabs-nav li.ui-tabs-active a {
  border-right-color: #bf0d3e;
}

/*----------- Isotope --------------*/

.portfolio-holder {
  margin: -30px -15px 0;
}

.portfolio-holder.flickr-gallery:not(.isotope) {
  margin: -2.5px -10px;
  position: relative;
}

.portfolio-holder.flickr-gallery:not(:last-child) {
  margin-bottom: 60px;
}

.portfolio-holder.two-collumn .item {
  width: 50%;
}

.portfolio-holder.three-collumn .item {
  width: 33.3333%;
}

.portfolio-holder.fourth-collumn .item {
  width: 25%;
}

.portfolio-holder .item {
  padding: 30px 15px 0;
}

.portfolio-holder.flickr-gallery .item {
  padding: 2.5px;
  position: relative;
}

#options {
  z-index: 9;
  position: relative;
}

#options:not(:last-child) {
  margin-bottom: 40px;
}

.isotope-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}

.isotope-nav>button {
  font-family: 'Lato', sans-serif;
  margin: 0 1px 2px;
  text-transform: uppercase;
  color: #bf0d3e;
  background-color: #eee;
  padding: 7px 30px;
  letter-spacing: 0.5px;
  color: #333;
  font-weight: normal;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.isotope-nav>button.is-checked {
  color: #bf0d3e;
  border-bottom-color: #bf0d3e;
}

/*----------- Team Members --------------*/

.team-holder .flex-row {
  margin-bottom: -50px;
}

.team-holder .flex-row [class*="col-"] {
  padding-bottom: 50px;
}

.team-holder .team-item .team-member .member-name {
  font-weight: 600;
}

.team-holder .team-item .team-member .member-name a {
  position: relative;
  display: inline-block;
}

.team-holder .team-item .team-member .member-name a:hover {
  color: inherit;
}

.team-holder .team-item .team-member .member-name a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
}

.team-holder .team-item .team-member .member-name a:hover:before {
  width: 100%;
}

.team-holder .team-item .team-member .member-name:not(:last-child) {
  margin-bottom: 5px;
}

.team-member {
  position: relative;
  z-index: 1;
}

.team-member .member-info:not(:last-child) {
  margin-bottom: 25px;
}

.team-member .member-photo {
  display: block;
}

.team-member .member-photo:not(:last-child) {
  margin-bottom: 20px;
}

.member-about {
  color: #999;
}

.member-position {
  color: #999;
  font-size: 16px;
  font-family: 'Open sans', sans-serif;
}

.member-position:not(:last-child) {
  margin-bottom: 15px;
}

.team-member .custom-list li span {
  width: 78px;
  display: inline-block;
}

.team-member .custom-list li {
  color: #2a2c32;
}

.team-member .social-icons>li>a {
  border-color: #ccc;
  color: #333;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 14px;
}

.team-member .social-icons>li:hover>a {
  border-color: #333;
}

.team-holder.type-2 .team-item {
  text-align: left;
  padding: 30px 30px 40px;
  background-color: #f6f6f6;
}

.team-holder.type-2 .team-item p {
  color: #666;
}

.team-holder.type-2 .team-item .member-photo {
  float: left;
  margin-right: 20px;
}

.team-holder.type-2 .team-member .member-photo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
}

/*----------- Google Map --------------*/

.map-section .map-container:not(:last-child) {
  margin-bottom: 30px;
}

.map-section p:not(:last-child) {
  margin-bottom: 0;
}

.map-section p a:hover {
  text-decoration: underline;
}

#googleMap,
#googleMap2 {
  width: 100%;
  padding-bottom: 74%;
  min-height: 350px;
  z-index: 1;
  overflow: hidden;
}

iframe::-webkit-scrollbar {
  display: none!important;
}

iframe::scrollbar {
  display: none!important;
}

.map-section.big-map #googleMap2 {
  padding-bottom: 26%;
  min-height: 300px;
}

/*----------- Widget calendar --------------*/

#sidebar .widget_calendar {
  background-color: #f6f6f6;
  padding: 30px;
}

.widget_calendar .owl-carousel .owl-dots {
  display: none;
}

.widget_calendar .owl-carousel .owl-prev,
.widget_calendar .owl-carousel .owl-next {
  top: 10px;
  margin-top: 0;
  font-size: 18px;
  color: #fff;
}

.widget_calendar .owl-carousel .owl-prev {
  left: 15px;
}

.widget_calendar .owl-carousel .owl-next {
  right: 15px;
}

.calendar-wrap {
  overflow: hidden;
  border-bottom: none;
}

.widget_calendar table {
  width: 100%;
  background: transparent;
  border: none;
  max-width: 300px;
}

.widget_calendar table thead tr th {
  border-top: 0 !important;
  background: #e7ecf3;
}

.widget_calendar table thead tr th {
  color: #333;
}

.widget_calendar table thead tr:not(:first-child) th:first-child {
  border-left: 4px solid #c9d3e1;
}

.widget_calendar table thead tr:not(:first-child) th:last-child {
  border-right: 4px solid #c9d3e1;
}

.widget_calendar table thead tr th {
  text-align: center;
  padding: 13px 5px;
  border: 2px solid #c9d3e1;
  font-size: 14px;
  line-height: 15px;
  color: #666;
  transition: all .4s ease;
  background: #e7ecf3;
}

.widget_calendar table tr td {
  text-align: center;
  padding: 13px 5px;
  border: 2px solid #c9d3e1;
  font-size: 14px;
  line-height: 15px;
  color: #666;
  background: #fff;
  transition: all .4s ease;
}

.widget_calendar table tr.month td {
  color: #2a2c32;
}

.widget_calendar table tr:first-child td,
.widget_calendar table tr th,
.calendar-month {
  color: #222;
  font-size: 12px;
}

.widget_calendar table caption {
  padding: 12px 10px 11px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  background: #14468c;
}

.widget_calendar table tr td#today,
.widget_calendar table tr td#today:hover {
  color: #fff;
  background: #bf0d3e;
}

.widget.widget_calendar table tfoot tr td {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  text-transform: none;
  color: #14468c;
  border: none;
  background: transparent;
}

.widget_calendar table tfoot tr td a:hover {
  text-decoration: underline;
}

/* -----------------------------------

  9. Blog

------------------------------------- */

.entry-box .flex-row {
  margin-bottom: -30px;
}

.entry-box .flex-row>[class*="col-"] {
  padding-bottom: 30px;
}

.entry-box .entry:not(:last-child) {
  margin-bottom: 30px;
}

/*----------- Entries --------------*/

.entry.hr-type {
  display: flex;
  width: 100%;
}

.entry.hr-type .entry-body {
  padding: 20px 30px;
}

.entry.entry-small .entry-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.entry.hr-type.entry-small .entry-attachment {
  min-width: 260px;
}

.entry.entry-small .entry-title:not(:last-child) {
  margin-bottom: 0;
}

.entry.entry-small .entry-body {
  padding: 20px 30px;
}

.events-holder:not(.type-2) .event-item .entry-attachment:not(:last-child),
.event-item.single-event .entry-attachment:not(:last-child) {
  margin-bottom: 25px;
}

.event-item.single-event .event-info:not(:last-child) {
  margin-bottom: 30px;
}

.events-holder.type-2.small-events .event-info {
  padding: 20px;
}

/* ------------------------------------------------------

      Comments
      
  ------------------------------------------------------ */

.comments-list {
  overflow: hidden;
  margin: -20px 0;
  list-style: none;
}

.comments-list ul {
  list-style: none;
}

.comments-list:not(:last-child) {
  margin-bottom: 30px;
}

.comments-list .children .comment {
  padding-left: 40px;
}

.comment>article {
  position: relative;
  padding: 20px 0 20px;
  overflow: hidden;
}

.gravatar {
  float: left;
  width: 100px;
  margin-right: 20px;
}

.comments-list .gravatar img {
  border-radius: 50%;
}

.comment-body {
  overflow: hidden;
}

.comment-meta {
  font-size: 12px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
}

.comment-meta:not(:last-child) {
  margin-bottom: 10px;
}

.comment-meta .comment-info {
  float: right;
}

.comment-meta .comment-info>* {
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
}

.comment-meta .comment-info>a {
  color: #14468c;
}

.comment-meta .comment-info>*:not(:last-child):after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
  color: #999;
}

.comment-author {
  float: left;
  font-weight: 600;
  text-transform: none;
}

.comment-author a:hover {
  color: #bf0d3d;
}

.comment-author:not(:last-child) {
  margin-bottom: 5px;
}

.comment-reply-link {
  color: inherit;
}

.comment-reply-link:hover {
  text-decoration: underline;
}

.tabs-content .comment-meta>.comment-author {
  display: block;
  float: none;
}

.tabs-content .comment-meta {
  font-size: 14px;
}

#commentform #submit.btn {
  border-radius: 3px;
  margin-top: 10px;
  width: auto;
  height: auto;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#commentform .row:not(:last-child) {
  margin-bottom: 20px;
}

#commentform input:not([type="submit"]) {
  border: 2px solid #eee;
  border-radius: 3px;
  width: 100%!important;
  padding: 10px 20px;
  height: 50px;
  background: #fff;
}

/* -----------------------------------

  10. Portfolio

------------------------------------- */

.portfolio-holder:not(.isotope) {
  margin: -30px -15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.portfolio-holder:not(:last-child) {
  margin-bottom: 60px;
}

.project,
.project-image {
  position: relative;
  z-index: 1;
}

.project-image {
  overflow: hidden;
}

.portfolio-holder .project-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: url(images/icon_zoomin.png) 24 24, auto;
}

.portfolio-holder .project:hover .project-link {
  background: rgba(14, 40, 64, 0.5);
}

.portfolio-holder .project:hover>.project-description {
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.project-description {
  background: #f5f7fa;
  padding: 30px;

  transition: all .45s ease;
}

.project-description .project-cats:not(:last-child) {
  margin-bottom: 13px;
}

.project-description .project-cats li {
  display: inline-block;
}

.project-description .project-cats li a {
  color: #14468c;
  font-size: 16px;
}

.project-description .project-cats li a:hover {
  text-decoration: underline;
}

.project-description .project-title a {
  font-weight: bold;
  letter-spacing: 0;
  border-bottom: 1px solid transparent;
}

.project-description .project-title a:hover {
  border-bottom-color: inherit;
}

.project-description .project-title:not(:last-child) {
  margin-bottom: 0;
}

.project .project-image img {
  width: 100%;
}

.project .project-image .overlay {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 6px 30px 8px;
  background: rgba(14, 30, 64, 0.4);
  opacity: 0;
  visibility: hidden;

  transition: all .5s ease;
}

.project:hover .project-image .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.project .project-image .overlay .share-title {
  text-transform: none;
  color: #d2d2d2;
}

.portfolio-holder.three-collumn .project-description {
  padding: 20px 30px;
}

.portfolio-holder.three-collumn .project-description .project-title {
  font-size: 20px;
  line-height: 28px;
}

.portfolio-holder.three-collumn .project-image .share-wrap.style-2 {
  margin: 0 -5px;
}

.portfolio-holder.three-collumn .project-image .share-wrap.style-2 .share-title,
.portfolio-holder.three-collumn .project-image .share-wrap.style-2 .social-icons.share {
  margin: 0 5px;
}

.portfolio-holder.three-collumn .project-image .overlay .share-wrap .share-title {
  font-size: 14px;
}

.portfolio-holder.three-collumn .project-image .social-icons.share:not(.type2)>li>a {
  padding: 7px 14px;
}

.project .project-image .project-description {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px;
  background: none;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  padding-bottom: 0;
}

.project:hover .project-image .project-description {
  opacity: 1;
  visibility: visible;
}

.project .project-image .project-title a,
.project .project-image .project-cats li a {
  color: #fff;
}

.portfolio-holder.fourth-collumn:not(.isotope) .project .project-image .overlay {
  padding: 10px 20px;
}

.portfolio-holder.fourth-collumn:not(.isotope) .project .project-image .overlay .share-title,
.portfolio-holder.fourth-collumn:not(.isotope) .social-icons.share:not(.type2)>li>a {
  font-size: 13px;
}

.portfolio-holder.fourth-collumn:not(.isotope) .share-wrap .share-title {
  margin: 0;
}

.portfolio-holder.fourth-collumn:not(.isotope) .social-icons.share:not(.type2)>li>a {
  padding: 3px 10px;
}

.add-item {
  display: none;
}

/* -----------------------------------

  11. Shop

------------------------------------- */

.settings-view-products {
  padding-bottom: 10px;
}

.settings-view-products:not(:last-child) {
  margin-bottom: 30px;
}

.settings-view-products>span {
  float: left;
  color: #7b8285;
  line-height: 40px;
}

.settings-view-products::after {
  content: "";
  display: block;
  clear: both;
}

.settings-view-products .sort-criteria {
  float: right;
  margin: 0 -10px;
}

.settings-view-products .view-type .active {
  color: #28abe3;
}

.sort-criteria .custom-select,
.sort-criteria .view-type {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  font-size: 0;
}

.sort-criteria .custom-select {
  width: 215px;
  font-size: 14px;
}

.settings-view-products .sort-item>* {
  display: inline-block;
  vertical-align: middle;
}

.settings-view-products .sort-item .title {
  margin-right: 8px;
}

.view-type {
  font-size: 0;
}

.view-type>* {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0;
  color: #2a2c32;
}

.view-type>*:first-child {
  font-size: 18px;
  line-height: 15px;
}

.hidden-section:not(:last-child) {
  margin-bottom: 20px;
}

.hidden-section .account-action {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.hidden-section .account-action>a {
  color: #14468c;
  border-bottom: 1px solid transparent;
}

.hidden-section .account-action>a:hover {
  border-bottom-color: inherit;
}

.hidden-section .content {
  padding: 20px 0 15px;
}

.hidden-section .content input:not([type="submit"]):not(:last-child) {
  margin-bottom: 15px;
}

.hidden-section .content .join-form {
  display: block;
}

.forgot-password {
  color: #038ed3;
}

.forgot-password:hover {
  text-decoration: underline;
}

.login-form-footer {
  margin-top: 10px;
}

.checkbox-title input[type="checkbox"]+label {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  color: #2a2c32;
}

.checkbox-title input[type="radio"]+label::before,
.checkbox-title input[type="checkbox"]+label::before {
  left: auto;
  right: 0;
  top: 50%;
  margin-top: -17px;
}

.checkbox-title input[type="checkbox"]+label::after {
  left: auto;
  right: 9px;
  top: 50%;
  margin-top: -12px;
}

.checkbox-title input[type="checkbox"]+label {
  padding-left: 0;
  padding-right: 50px;
}

.checkbox-title:not(:last-child) {
  margin-bottom: 20px;
}

.payment-option li:not(:last-child) {
  margin-bottom: 15px;
}

.payment-option input[type="radio"]+label {
  font-weight: bold;
  color: #333;
  font-size: 18px;
}

.payment-option p {
  color: #7b8285;
}

.payment-option .input-wrapper:not(:last-child) {
  margin-bottom: 0;
}

.payment-option .input-wrapper a {
  color: #14468c;
  font-size: 14px;
}

.payment-option .paypal-link {
  font-size: 18px;
  font-family: 'Assistant', sans-serif;
  color: #038ed3;
  margin-left: -20px;
}

.payment-option .paypal-link:hover {
  text-decoration: underline;
}

.payment-option>li:last-child [class*="btn"]:only-child {
  margin-top: 15px;
}

.product-sort-section:not(:last-child) {
  margin-bottom: 30px;
}

.product-sort-section .custom-select {
  width: auto;
  min-width: 230px;
  z-index: 5;
}

.product-sort-section>span {
  color: #666;
}

/* ------------------ Product Box ---------------- */

.products-holder {
  margin: -30px -15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-holder>[class*="col-"] {
  padding: 30px 15px 0;
}

.products-holder:not(:last-child) {
  margin-bottom: 50px;
}

.product {
  position: relative;
}

.product-description {
  position: relative;
}

.product .product-image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.product .overlay {
  opacity: 0;
  visibility: hidden;
  background: rgba(14, 30, 64, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;

  transition: all .45s ease;
}

.product:hover .product-image .overlay {
  opacity: 1;
  visibility: visible;
}

.overlay-inner {
  position: absolute;
  top: 50%;
  width: 100%;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product .product-description .product-name a:hover {
  border-color: inherit;
}

.product::after {
  content: "";
  display: block;
  clear: both;
}

.product-image {
  display: block;
  position: relative;
}

.product-image:not(:last-child) {
  margin-bottom: 20px;
}

.product-name {
  line-height: 28px;
  letter-spacing: 0;
  font-weight: bold;
}

.product-name a {
  border-bottom: 1px solid transparent;
}

.product-name:not(:last-child) {
  margin-bottom: 5px;
}

.product-price {
  font-size: 18px;
  color: #14468c;
}

.product-info {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  letter-spacing: -1px;
  font-family: 'Assistant', sans-serif;
  overflow: hidden;
}

.product-info .product-review {
  color: #7b8285;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: 0;
  font-family: 'Heebo', sans-serif;
}

.product-info .product-review:last-child {
  margin-left: 10px;
}

.product-info .product-review>a {
  color: #038ed3;
}

.product-info .product-review>a:hover {
  text-decoration: underline;
}

.product-excerpt:not(:last-child) {
  margin-bottom: 10px;
}

.products-holder .product .product-name {
  font-size: 20px;
  line-height: 24px;
}

.products-holder .product .product-price {
  font-size: 16px;
}

.rating {
  z-index: 1;
  font-size: 0;
}

.rating>li {
  display: inline-block;
  font-size: 16px;
  color: #face00;
}

.rating-list .rating {
  line-height: 10px;
}

.rating-list>li {
  display: inline-block;
  position: relative;
  line-height: 15px;
  font-size: 0;
}

.rating-list>li:not(:last-child) {
  padding-right: 19px;
  margin-right: 15px;
}

.rating-list>li:not(:last-child):after {
  content: '';
  height: 16px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  background: #ccc;
}

.rating-list .rating>li {
  font-size: 24px;
}

/* ------------------ List View ---------------- */

.products-holder.view-list[class*="fx-cols-"] .product-col {
  max-width: 100%;
  width: 100%;
  flex-basis: 100%;
}

.products-holder.view-list .product-image {
  float: left;
  max-width: 230px;
  width: 32%;
  margin: 0 30px 0 0;
}

.products-holder.view-list .product-description {
  padding-top: 25px;
}

.products-holder.view-list .product-price {
  display: block;
}

.product-size {
  display: block;
  color: #666;
}

.products-holder.view-list .product-info:not(:last-child) {
  margin-bottom: 0px;
}

.products-holder.view-list .product-price:not(:last-child) {
  margin-bottom: 8px;
}

.products-holder.view-list .product-name:not(:last-child) {
  margin-bottom: 8px;
}

/* ------------------ Shopping cart ---------------- */

.shop-cart {
  position: relative;
}

.shop-cart .sc-cart-btn {
  background: transparent;
  font-size: 24px;
  position: relative;
}

.sc-invoker:hover,
.sc-invoker.opened {
  color: #28abe3 !important;
}

.sc-cart-btn>span:not(.price) {
  position: relative;
}

.sc-cart-btn>span:not(.price)::after {
  content: attr(data-amount);
  position: absolute;
  font-size: 10px;
  font-family: 'Open sans', sans-serif;
  color: #fff;
  background: #bf0d3e;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  text-align: center;
  line-height: 18px;
  top: 0;
  right: 0;
  margin-right: -5px;
}

.shopping-cart {
  background: #fff;
  padding: 30px;
  width: 360px;
  text-align: left;
  font-size: 14px;
  margin-top: 15px;

  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.shopping-cart:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 3px;
  background-color: #bf0d3e;
}

.shopping-cart .product-image:not(:last-child),
.shop-cart-form .product .product-image:not(:last-child) {
  margin-bottom: 0;
}

.shopping-cart .product-name:not(:last-child),
.shop-cart-form .product .product-name:not(:last-child) {
  margin-bottom: 0;
}

.shopping-cart .products-holder .product .product-name {
  font-size: 16px;
}

.shopping-cart .product-color,
.shop-cart-form .product .product-color {
  font-size: 13px;
  color: #7b8285;
}

.shopping-cart .products-holder {
  margin: 0;
}

.shopping-cart .products-holder .col {
  padding: 0;
}

.shopping-cart .products-holder .product-image,
.shop-cart-form .product .product-image {
  float: left;
  margin-right: 20px;
  max-width: 80px;
  overflow: hidden;
}

.shopping-cart .products-holder .product-description {
  overflow: hidden;
  padding: 0;
  padding-right: 30px;
}

.shopping-cart .product-name,
.shop-cart-form .product .product-name {
  display: block;
  line-height: 22px;
  font-weight: bold;
  font-size: 16px;
}

.shopping-cart .product-name:hover,
.shop-cart-form .product .product-name:hover {
  color: #28abe3 !important;
}

.shopping-cart .product .item-close,
.shop-cart-form .item-close {
  color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
  font-family: "linea-arrows-10";
  background: none;
  font-size: 18px;
  z-index: 2;
}

.shopping-cart .product .item-close:before,
.shop-cart-form .item-close:before {
  content: "\e00e";
}

.shopping-cart .product .item-close:hover,
.shop-cart-form .item-close:hover {
  color: #ed1c24;
}

.shopping-cart .products-holder {
  margin: 0;
}

.shopping-cart .products-holder .product {
  box-shadow: none;
  background: transparent;
  width: 100%;
}

.shopping-cart .products-holder .product:not(:last-child) {
  margin-bottom: 20px;
}

.sc-footer .subtotal {
  padding: 20px 0 0;
}

.sc-footer .subtotal .total-price {
  padding-left: 35px;
}

.shopping-cart .subtotal:not(:last-child) {
  margin-bottom: 25px;
}

.sc-footer .subtotal {
  font-family: 'Lato', sans-serif;
  min-width: 100px;
  color: #bf0d3e;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.shopping-cart-form:not(:last-child) {
  margin-bottom: 40px;
}

.shop-cart-form tr td {
  vertical-align: top;
}

.shop-cart-form tr td .item-close {
  position: absolute;
  margin-top: 0;
  top: 50%;
  left: 0;
  margin-top: -14px;
}

.shop-cart-form tr th.close-product {
  width: 490px;
}

.shop-cart-form .product,
.shop-cart-form .item-close {
  display: inline-block;
}

.shop-cart-form .product-image,
.shop-cart-form .product-description,
.shop-cart-form .item-close {
  display: inline-block;
  vertical-align: top;
}

.shop-cart-form:not(.order-type) .product {
  padding-left: 70px;
  position: relative;
}

.shop-cart-form .item-close {
  display: inline-block;
}

.shop-cart-form.order-type tr td.order-total {
  background: #eee;
  font-size: 16px;
  position: relative;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
}

.shop-cart-form .product .product-description {
  overflow: hidden;
}

.recent-order tr td a.info-btn {
  color: #14468c;
}

.recent-order tr td a:not(.btn):hover {
  text-decoration: underline;
}

.payment-desc {
  padding-left: 50px;
}

.product.single {
  box-shadow: none;
  background: transparent;
}

.product.single .product-description {
  padding: 0;
  color: #5f6366;
}

.product.single .product-name {
  line-height: 48px;
  font-weight: normal;
}

.product.single .product-name:not(:last-child) {
  margin-bottom: 5px;
}

.product.single .product-price {
  font-size: 24px;
  font-weight: bold;
}

.product.single .product-price:not(:last-child) {
  margin-bottom: 15px;
}

.product.single .pricing-area:not(:last-child) {
  margin-bottom: 10px;
}

.product.single .pricing-area .rating {
  display: inline-block;
}

.product.single .pricing-area .rating li i {
  font-size: 18px;
}

.product.single .pricing-area span>a {
  color: #14468c;
  font-size: 14px;
}

.product.single .pricing-area span>a:hover {
  text-decoration: underline;
}

.image-preview:not(:last-child) {
  margin-bottom: 30px;
}

.product.single .product-excerpt {
  color: #333;
}

.product.single .product-info:not(:last-child) {
  margin-bottom: 15px;
}

.product.single .add-to-cart-form>*:not(:last-child) {
  margin-bottom: 20px;
}

.product.single .add-to-cart-form .custom-select {
  width: auto;
  min-width: 190px;
}

.product.single .product-actions .quantity+.btn {
  margin-left: 15px;
}

.product.single .product-characteristics {
  margin: -10px -7px 0;
}

.product.single .product-characteristics:not(:last-child) {
  margin-bottom: 30px;
}

.product.single .product-characteristics>li>* {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 7px 0;
}

.product.single .product-characteristics>li:not(:last-child) {
  margin-bottom: 8px;
}

.product-characteristics .selected-option {
  min-width: 200px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.product-characteristics .selected-option::after {
  border-top-color: #c5c5c5;
}

.product.single .product-characteristics .name {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #2c3035;
  text-transform: uppercase;
  min-width: 60px;
}

.product.single .add-to-cart-form:not(:last-child),
.product.single .product-actions:not(:last-child) {
  margin-bottom: 20px;
}

.product.single .product-meta {
  color: #333;
}

.product.single .product-meta>li>span {
  color: #494949;
}

.product.single .product-meta:not(:last-child) {
  margin-bottom: 25px;
}

.product.single .product-meta a {
  color: #14468c;
}

.product.single .product-meta a:hover {
  text-decoration: underline;
}

.product.single .product-meta>li:not(:last-child) {
  margin-bottom: 10px;
}

.product.single .product-actions {
  margin: -10px -5px 0;
}

.product.single .product-actions>* {
  margin: 10px 5px 0;
}

.image-preview {
  position: relative;
  overflow: hidden;
}

.image-preview .label {
  top: 40px;
  z-index: 5;
}

.open-modal {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  font-size: 20px;
  color: #2a2c32;
}

.zoomContainer {
  z-index: 4 !important;
}

.product-thumbs.owl-carousel .owl-item img {
  opacity: 0.5;
  width: auto;
}

.product-thumbs .active:not(.owl-item) img {
  opacity: 1;
}

.product-thumbs .owl-nav,
.product-thumbs .owl-dots {
  display: none;
}

.product-thumbs .owl-nav>* {
  font-size: 20px;
}

.product-thumbs .owl-nav .owl-prev {
  left: -15px;
}

.product-thumbs .owl-nav .owl-next {
  right: -15px;
}

.share .title {
  color: #7b8285;
  margin-right: 10px;
}

.share ul {
  display: inline-block;
}

/* -----------------------------------

  12. Sidebar

------------------------------------- */

#sidebar .widget:not(:last-child) {
  margin-bottom: 40px;
}

#sidebar [class*="widget-bg"] {
  padding: 40px 30px;
  overflow: hidden;
}

#sidebar .widget-bg {
  background: #f6f6f6;
}

#sidebar .widget-bg2 {
  background: #14468c;
}

.widget:not(:last-child) {
  margin-bottom: 30px;
}

#sidebar .widget .wt-title {
  text-transform: uppercase;
}

#sidebar .widget-bg2 .wt-title {
  color: #fff;
}

#sidebar .widget-bg2 p {
  color: #d2d2d2;
}

#sidebar .widget .entry-attachment .entry-body .entry-title {
  font-size: 16px;
  font-weight: normal;
}

#sidebar .widget .action-widget .action-item.donate .btn {
  padding-left: 10px;
  padding-right: 10px;
}

#sidebar .widget-holder:not(.style-2):not(.widget-bg) .wt-title {
  color: #fff;
}

#sidebar .widget.widget-bg .join-form {
  display: block;
}

/* ----------------- Newslatter Widget ---------------- */

#sidebar .widget .join-us.style-4 .join-form input:not(:last-child) {
  margin-bottom: 10px;
}

#sidebar .widget .join-us.style-4 p:not(:last-child) {
  margin-bottom: 20px;
}

/* ----------------- Search Widget ---------------- */

.widget.widget-searchform {
  padding: 0;
  background: transparent;
}

/* ----------------- Tags Widget ---------------- */

.tagcloud {
  overflow: hidden;
  margin: -5px -2.5px 0;
}

.tagcloud a {
  color: #14468c;
  font-size: 14px;
  line-height: 16px;
  padding: 9px 10px 8px;
  display: block;
  float: left;
  background-color: #e7ecf3;
  border-radius: 3px;
  margin: 5px 2.5px 0;
}

.tagcloud a:hover {
  color: #fff;
  background-color: #14468c;
}

.tagcloud span {
  float: left;
  display: block;
  padding: 6px 0 5px;
  margin: 4px 20px 0 3px;
  color: #666;
  text-transform: uppercase;
}

.tagcloud:not(:last-child) {
  margin-bottom: 15px;
}

/* ----------------- About Me Widget ---------------- */

.widget-about-me {
  text-align: center;
  padding-bottom: 25px;
}

.widget-about-me .avatar {
  display: inline-block;
  border-radius: 50%;
  max-width: 130px;
}

.widget-about-me .avatar:not(:last-child) {
  margin-bottom: 18px;
}

.widget-about-me .author-name {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.widget-about-me .author-position {
  color: #2c3035;
  font-size: 16px;
}

.widget-about-me .author-position:not(:last-child) {
  margin-bottom: 10px;
}

.widget-about-me .social-icons a {
  color: #908d8d;
}

.widget-about-me .social-icons {
  margin: -5px -5px 0;
}

.widget-about-me .social-icons>li {
  margin: 5px;
}

.widget-about-me .social-icons a:hover {
  color: #28abe3;
}

/* ----------------- Entry Widget ---------------- */

.widget .entry-attachment .entry-body .entry-title {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 25px;
}

.widget.entry.small-thumb .entry-attachment .entry-body {
  padding-top: 5px;
}

.entry:not(.type2) .entry-attachment .entry-body .entry-meta:not(:last-child) {
  margin-bottom: 8px;
}

.widget.entry.small-thumb .entry-attachment:not(:last-child) {
  margin-bottom: 25px;
}

[class*="footer"] .widget .entry-attachment .entry-body .entry-meta a,
[class*="footer"] .widget .entry-attachment .entry-body .entry-title>a {
  color: #fff;
}

[class*="footer"] .widget .entry-attachment .entry-body {
  padding-top: 5px;
}

.entry-attachment img {
  width: 100%;
}

#sidebar .widget.widget-holder .widget-events {
  padding: 0 0 20px 0;
  background: none;
}

#sidebar .widget.widget-holder .widget-events>.info-btn {
  left: 0;
  bottom: 0;
}

#sidebar .widget .events-holder .event-item:not(:last-child) {
  margin-bottom: 30px;
}

#sidebar .widget .events-holder:not(:last-child) {
  margin-bottom: 20px;
}

#sidebar .widget-events .event-item .event-link {
  font-weight: bold;
  margin-top: 0;
}

#sidebar .widget .events-holder .event-info .event-link:not(:last-child) {
  margin-bottom: 0;
}

/* ----------------- Product Widget ---------------- */

.widget .products-holder {
  margin: 0;
  display: block;
}

.widget .products-holder .product {
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.widget .products-holder .product:not(:last-child) {
  margin-bottom: 30px;
}

.widget .products-holder .product-description {
  overflow: hidden;
  padding: 5px 0 0;
}

.widget .products-holder .product-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.widget .products-holder .product-name:not(:last-child) {
  margin-bottom: 0;
}

.widget .products-holder .product-image {
  float: left;
  max-width: 100px;
  margin: 0 20px 0 0;
}

.widget .products-holder .product-info {
  margin: -5px -2px 0;
  line-height: 22px;
}

.widget .products-holder .product-info>* {
  display: inline-block;
  vertical-align: baseline;
  margin: 5px 2px 0;
}

.widget .products-holder .product-price {
  color: #14468c;
  font-size: 14px;
  line-height: 28px;
  float: none;
}

.widget .rating .empty-state {
  width: 70px;
  height: 14px;
  background-image: url("images/icon_star_empty_small.png");
}

.widget .rating .fill-state {
  background-image: url("images/icon_star_small.png");
}

/*----------- Comment --------------*/

.widget .comment-item {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
  color: #7b8285;
}

.widget .comment-item .author,
.widget .comment-item .author:hover {
  color: #038ed3;
}

.widget .comment-item a:hover {
  text-decoration: underline;
  color: #2a2c32;
}

/* -----------------------------------

  13. Footer

------------------------------------- */

.footer.footer-1 .main-footer {
  padding: 70px 0;
  color: #d2d2d2;
  background: url(images/footer_bg.jpg) center no-repeat;
  background-size: cover;
}

[class*="footer"] .widget {
  padding: 0;
  background: transparent;
}

[class*="footer"] .widget:not(:last-child) {
  margin-bottom: 60px;
}

[class*="footer"] .widget .widget-title {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
}

[class*="footer"] .widget .logo {
  display: block;
}

[class*="footer"] .widget .logo:not(:last-child) {
  margin-bottom: 30px;
}

[class*="footer"] .copyright .widget:not(:last-child) {
  margin-bottom: 25px;
}

[class*="footer"] .widget span,
[class*="footer"] .widget p a.link-text {
  color: #fff;
}

.copyright {
  color: #999;
  font-size: 14px;
  line-height: 24px;
}

.copyright .paid-by {
  border: 1px solid #999;
  padding: 7px 20px;
  color: #999;
  text-transform: uppercase;
  display: inline-block;
}

.widget p>a {
  text-transform: none;
  font-size: 16px;
}

.copyright .paid-by:not(:last-child) {
  margin-bottom: 25px;
}

/* footer 2 */

.footer-2 .main-footer {
  padding: 70px 0;
  background-color: #0e1e40;
}

.footer-2 .top-footer {
  text-align: center;
  background-color: #0c1a36;
  padding: 23px 0;
  border-top: 4px solid #bf0d3e;
}

.top-footer-menu {
  margin: 0 -20px;
  font-size: 0;
  display: inline-block;
}

.top-footer-menu>li {
  padding: 0 18px;
  display: inline-block;
}

.top-footer-menu>li>a {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #bf0d3e;
}

.top-footer-menu>li>a:hover {
  color: #fff;
}

.footer-2 .widget_copyright .copyright {
  padding-top: 60px;
}

.footer-2 .copyright {
  padding-top: 30px;
  text-align: center;
}

.footer-2 .social-icons:not(:last-child) {
  margin-bottom: 10px;
}

.footer-2 .copyright .widget p {
  font-size: 16px;
  color: #c9c9ca;
}

/* footer 3 */

.footer-3 .main-footer {
  position: relative;
  z-index: 2;
  padding: 0 0 70px 0;
  background-color: #f6f6f6;
  color: #737373;
}

.footer-3 .main-footer .cp-fs-medium {
  padding-top: 70px;
}

.footer-3 .main-footer .cp-fs-top {
  background-color: #e7ecf3;
}

.footer-3 .main-footer .widget .widget-title {
  color: #333;
}

.footer-3 .main-footer .widget p a.link-text {
  color: #333;
}

.footer-3 .main-footer .widget p span {
  color: #737373;
}

.footer-3 .main-footer .copyright {
  color: #b5b5b5;
}

.footer-3 .main-footer .copyright .paid-by {
  color: #666;
}

/* footer 4 */

.footer-4 .main-footer {
  padding: 60px 0 80px;
  background-color: #0e1e40;
}

.footer-4 .main-footer .col-sm-6 .copyright {
  text-align: center;
  margin-top: 30px;
}

.footer-4 .main-footer .copyright p.info-block {
  color: #d2d2d2;
}




.cp-page-content-wrap.cp-left-sidebar aside#sidebar {
  float: left;
}

.cp-page-content-wrap.cp-left-sidebar main#main {
  float: right;
}

.cp-page-content-wrap.cp-right-sidebar aside#sidebar {
  float: right;
}

.cp-page-content-wrap.cp-right-sidebar main#main {
  float: left;
}

#wrapper.cp-boxed-layout-type #content.cp-page-content-wrap {
  width: 1220px;
  max-width: 100%;
  margin: auto;
}

#wrapper.cp-boxed-layout-type .cp-footer-holder {
  width: 1220px;
  max-width: 100%;
  margin: auto;
}

#wrapper.cp-boxed-layout-type .cp-footer-holder #footer.cp-footer {
  width: 1220px;
  max-width: 100%;
  margin: auto;
}

.wp-caption .wp-caption-text,
.wp-caption-dd {
  font-size: 13px;
  font-style: italic;
  padding: 0;
  margin: 5px 0;
  color: #a7a7a7;
}

.alignnone {
  margin-bottom: 23px;
}

.bypostauthor {
  padding: 2px;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.75em;
}

.cp-page-content-wrap {
  word-wrap: break-word;
}

.gallery.gallery-columns-3 .gallery-item {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.main-navigation ul.cp-navigation {
  margin-bottom: 0;
}

.main-navigation ul {
  list-style: none;
  padding: 0;
}

.cp-media-holder.style-1 .media-inner h1 strong {
  font-size: 72px;
  line-height: 82px;
  font-weight: 900 !important;
}

.cp-media-holder.style-2 .media-inner h1 strong {
  font-size: 72px;
  font-weight: 900 !important;
  line-height: 82px;
  color: #bf0d3e;
}

.cp_action_list i:before {
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cp_action_list i.icon {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-left: 0;
}

[class*="footer"] .widget.widget_media_image {
  margin-bottom: 30px;
}

#sidebar .inforward_instagram-feed {
  background: rgb(14, 30, 64);
  padding-bottom: 30px;
}

#sidebar .inforward_instagram-feed .info-btn {
  margin-top: 25px;
  color: #fff;
}

#sidebar .inforward_instagram-feed .wt-title {
  color: #fff;
}

.widget ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

#sidebar .widget_latest_tweets_widget {
  background: transparent;
  border: 3px solid #d0dae8;
  color: #333;
  padding: 100px 30px 20px;
  overflow: hidden;
  position: relative;
}

#sidebar .widget_latest_tweets_widget .cp-widget-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #e7ecf3;
  color: #14468c;
  padding: 15px 30px;
  margin-bottom: 25px;
}

#sidebar .widget_latest_tweets_widget .cp-widget-title:before {
  color: #6e85af;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 15px;
  font-family: 'fontello';
  font-size: 24px;
  content: '\f309';
}

#sidebar .widget_latest_tweets_widget .latest-tweets li a {
  color: #345995;
}

#sidebar .widget_latest_tweets_widget .latest-tweets .tweet-text {
  margin-bottom: 15px;
}

#sidebar .widget_latest_tweets_widget .latest-tweets li {
  clear: both;
  display: block;
  line-height: 28px;
  letter-spacing: -0.1px;
  margin-bottom: 30px;
}

#sidebar .widget_latest_tweets_widget .tweet-details,
#sidebar .widget_latest_tweets_widget .tweet-details a {
  color: #999 !important;
  font-size: 14px;
}

#sidebar .widget_media_video {
  background: #bf0d3e;
  padding-bottom: 30px;
}

#sidebar .widget.widget_media_video .wt-title {
  color: #fff;
}

#sidebar .widget.widget_media_video .info-btn {
  margin-top: 20px;
  color: #fff;
}

.widget_donate.action-widget .chose-donate .sd_object.btn {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.widget_donate.action-widget .wt-title {
  color: #fff;
  font-weight: bold;
  text-align: left;
}

#sidebar .widget.widget_donate.action-widget {
  overflow: hidden;
  padding: 30px;
  background-color: #bf0d3e;
  box-shadow: none;
}

#sidebar .widget.widget_donate.action-widget.sh-1 {
  border-radius: 3px;
  -webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
}

#sidebar .widget.widget_donate.action-widget .btn:hover {
  background: #fff;
  color: #333;
  box-shadow: none;
}

.widget_donate.action-widget .chose-donate .chose-item {
  max-width: 78px;
}

.widget_donate.action-widget .chose-donate input.chose-item {
  color: #fff;
  padding: 6px 5px;
  cursor: auto;
}

.widget_donate.action-widget .chose-donate input.chose-item.active,
.widget_donate.action-widget .chose-donate input.chose-item:hover {
  color: #333;
}

.widget_donate.action-widget input[type=number]::-webkit-inner-spin-button,
.widget_donate.action-widget input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.widget_donate.action-widget .chose-donate input.chose-item::placeholder {
  color: #fff;
}

.widget_text_with_icon.action-widget.type-vr.style-2 .action-item {
  margin-bottom: 2px;
}

.widget_text_with_icon.action-widget .action-item i {
  width: auto;
  height: auto;
  line-height: 1;
  margin-left: 0;
}

#sidebar .widget_latest_tweets_widget_type_2 {
  background: #14468c;
  color: #c9cbce;
  margin-bottom: 40px;
}

#sidebar .widget_latest_tweets_widget_type_2 .widget {
  border: none;
  margin-bottom: 0;
  color: #c9cbce;
  padding: 80px 30px 20px;
}

#sidebar .widget_latest_tweets_widget_type_2 .widget_latest_tweets_widget .cp-widget-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #14468c;
  color: #fff;
  padding: 30px 0 15px 30px;
  margin-bottom: 0;
}

#sidebar .widget_latest_tweets_widget_type_2 .widget_latest_tweets_widget .cp-widget-title:before {
  content: none;
}

#sidebar .widget_latest_tweets_widget_type_2 .widget_latest_tweets_widget li a {
  color: #fff;
}

.blog-type-grid.cp-isotope-container {
  margin: 0 -15px 0;
  -webkit-transition: height .5s ease;
  transition: height .5s ease;
}

.blog-type-grid .event-item {
  padding: 0 15px 30px;
}

.blog-type-grid.isotope .item:hover .event-info {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.blog-type-grid.isotope {
  margin-bottom: 50px;
}

.navbar-menu ul {
  list-style: none;
  padding: 0;
}

.cp-single-entry-holder .cp-entry-tags.tagcloud {
  display: block;
  clear: both;
  margin-bottom: 30px;
  margin-top: 55px;
}

.cp-single-entry-holder .related-news {
  margin-bottom: 80px;
}

.cp-single-entry-holder .event-item {
  overflow: visible;
}

blockquote {
  background: #14468c;
  position: relative;
}

blockquote::after {
  content: " “ ";
  position: absolute;
  font-size: 414px;
  line-height: 250px;
  top: 20px;
  left: -10px;
  font-weight: 900;
  color: rgb(255, 255, 255);
  opacity: 0.1;
  font-family: Lato, sans-serif;
}

#header.with-bg-img .top-header {
  background-color: transparent !important;
}

.vc_row[data-vc-full-width] .portfolio_block .portfolio-holder.fourth-collumn .project .project-image .overlay {
  padding: 6px 30px 8px;
}

.vc_row[data-vc-full-width] .portfolio_block .fourth-collumn .project-description h5.project-title {
  font-size: 24px;
  line-height: 28px;
}

.vc_row[data-vc-full-width] .portfolio_block .fourth-collumn .share-title {
  font-size: 16px;
  margin: 0 9px;
}

.vc_row[data-vc-full-width] .portfolio_block .fourth-collumn .social-icons.share:not(.type2)>li>a {
  padding: 7px 20px;
  font-size: 14px;
}

.vc_row[data-vc-full-width] .portfolio_block .fourth-collumn .social-icons.share:not(.type2)>li>a i {
  display: inline-block;
}

.portfolio_block .fourth-collumn .project-description h5.project-title {
  font-size: 16px;
  line-height: 18px;
}

.portfolio_block .fourth-collumn .share-title {
  font-size: 13px;
  margin: 0;
}

.portfolio_block .fourth-collumn .social-icons.share:not(.type2)>li>a {
  padding: 3px 10px;
  font-size: 13px;
}

.portfolio_block .fourth-collumn .social-icons.share:not(.type2)>li>a i {
  display: none;
}

.portfolio_block .portfolio-holder.fourth-collumn .project .project-image .overlay {
  padding: 10px 20px;
}

.single-portfolio-content .share-wrap .share-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}

.single-portfolio-content .share-wrap {
  margin: 0 -10px;
}

.single-portfolio-content .share-wrap .social-icons.share {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}

/* Event widgets */

.widget .tribe-mini-calendar-event {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.widget .tribe-mini-calendar-event .list-info {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-bottom: 0;
  margin-top: 0;
  display: grid;
  float: inherit;
  width: auto;
}

.widget .tribe-mini-calendar-event .tribe-events-location div {
  display: inline-block;
}

.widget .tribe-mini-calendar-event i.icon {
  line-height: 20px;
  vertical-align: text-top;
  margin-left: 0;
}

.widget .tribe-mini-calendar {
  margin-left: 0;
}

.widget .tribe-mini-calendar thead {
  border: none;
}

.widget .tribe-mini-calendar-nav span {
  font-weight: normal;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
}

.widget .tribe-mini-calendar-nav .tribe-mini-calendar-nav-link span {
  display: none;
}

.widget .tribe-mini-calendar-nav td {
  background: #14468c;
  padding: 12px 10px 11px;
  border: none;
}

.widget .tribe-mini-calendar-nav .next-month::before {
  content: "\e04b";
  font-family: "linea-arrows-10";
  font-size: 18px;
  color: #fff;
}

.widget .tribe-mini-calendar-nav .prev-month::before {
  content: "\e03f";
  font-family: "linea-arrows-10";
  font-size: 18px;
  color: #fff;
}

.widget .tribe-mini-calendar-nav .next-month {
  margin: 0;
  position: absolute;
  right: 0;
}

.widget .tribe-mini-calendar-nav .prev-month {
  margin: 0;
  position: absolute;
  left: 0;
}

.widget .tribe-mini-calendar td,
.widget .tribe-mini-calendar th {
  border: 2px solid #c9d3e1;
}

.widget .tribe-mini-calendar td {
  border-color: #c9d3e1;
}

.widget .tribe-mini-calendar-no-event {
  color: #333;
  padding: 12px 5px;
}

.widget .tribe-mini-calendar td.tribe-events-has-events {
  background: #fff;
}

.widget .tribe-mini-calendar .tribe-events-has-events a {
  color: #333;
}

.widget .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] {
  font-weight: normal;
}

.widget .tribe-mini-calendar-no-event {
  color: #333;
  font-weight: normal;
}

.widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present,
.widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
  background-color: #bf0d3e;
}

.widget .tribe-mini-calendar .tribe-events-has-events.tribe-events-present a:hover,
.widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a:hover {
  background-color: #bf0d3e;
  color: #fff;
}

.widget .tribe-mini-calendar th {
  color: #333;
  background: #e7ecf3;
  border-color: #c9d3e1;
  font-weight: normal;
  padding: 13px 5px;
  font-size: 14px;
  line-height: 15px;
}

.widget .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present a,
.widget .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a {
  color: #fff;
}

.widget .tribe-mini-calendar .tribe-events-has-events:hover a:hover {
  background: #bf0d3e;
}

.widget .tribe-mini-calendar div[id*='daynum-'] a {
  padding: 10px 0 15px 0;
}

.widget .tribe-mini-calendar .tribe-events-has-events div[id*='daynum-'] a:before {
  background: #c9d3e1;
}

.widget .tribe-mini-calendar .tribe-events-past {
  background: #fff;
  opacity: .5;
}

.chose-donate.style-2 input.chose-item {
  height: 50px;
}

.testimonial blockquote {
  background: transparent;
}

.testimonial blockquote::after {
  content: '';
  display: none;
}

.brands-holder .item-carousel {
  float: left;
}

blockquote.style-2 {
  overflow: hidden;
}

.blog-type-widget.widget-holder .entry .entry-body {
  width: 100%;
  background: rgba(22, 49, 74, 0.61);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.55) 78%, rgba(0, 0, 0, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.55) 78%, rgba(0, 0, 0, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.55) 78%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45000000', endColorstr='#a6000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.latest-tweets ul {
  list-style: none;
  color: #c9cbce;
  padding: 0;
}

.latest-tweets ul>li a {
  color: #fff;
}

.latest-tweets footer a {
  color: #fff;
}

.latest-tweets ul time {
  color: #909397;
  font-size: 14px;
}

#wp_instagram_widget_vc.inforward_instagram-feed .info-btn {
  margin-top: 25px;
  color: #fff;
}

ul.news-list {
  list-style: none;
  padding: 0;
}

.project-description ul {
  list-style: none;
  padding: 0;
}

ul.cp-pagination {
  list-style: none;
  padding: 0;
}

.action-widget.donate_type_3 .action-item .action-inner {
  padding-top: 18px;
  padding-bottom: 20px;
}

.action-widget.donate_type_3 .action-item .action-inner input.chose-item {
  min-height: 50px;
  line-height: 50px;
  width: 100px;
}

.action-widget.donate_type_3 .action-item .action-inner input.chose-item::-webkit-input-placeholder,
.action-widget.donate_type_3 .action-item .action-inner input.chose-item::placeholder {
  color: #fff;
  font-size: 24px;
}

.vc_col-lg-4 .action-widget.widget_donate_type_5 .chose-donate .btn {
  padding-left: 25px;
  padding-right: 25px;
}

.chose-donate input::-moz-placeholder {
  font-size: 24px;
  color: #fff;
}

#sidebar .chose-donate input::-moz-placeholder {
  font-size: 18px;
}

.carousel-twitter .latest-tweets footer {
  position: relative;
  margin-top: 50px;
  bottom: auto;
  text-align: center;
  width: 100%;
  display: inline-block;
}

.carousel-twitter .latest-tweets .owl-carousel {
  color: #333;
  font-size: 20px;
  line-height: 34px;
}

.rev_slider_wrapper .custom.tparrows {
  background: transparent;
  width: auto;
  height: auto;
}

.rev_slider_wrapper .custom.tparrows:before {
  font-family: "linea-arrows-10";
  font-size: 92px;
  color: #fff;
  opacity: 0.5;
  line-height: 40px;
  text-align: center;
  -webkit-transition: opacity .35s ease;
  -o-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

.rev_slider_wrapper .custom.tparrows.tp-leftarrow:before,
.custom-owl-prev:before,
.owl-nav>.owl-prev:before {
  content: '\e03f';
}

.rev_slider_wrapper .custom.tparrows.tp-rightarrow:before,
.custom-owl-next:before,
.owl-nav>.owl-next:before {
  content: "\e04b";
}

.rev_slider_wrapper .custom.tparrows:hover:before {
  opacity: 1;
}

.donate_type_4 form {
  display: inline-block;
}

.action-widget.donate_type_4 .action-item .action-inner input.chose-item {
  min-height: 50px;
  line-height: 50px;
  width: 100px;
}

.action-widget.donate_type_4 .action-item .action-inner input.chose-item::-webkit-input-placeholder {
  color: #fff;
  font-size: 24px;
}

.cp_action_list .action-widget.style-2 .action-item:hover i {
  color: #fff !important;
}

.cp-button-container.cp-center {
  text-align: center;
}

.cp-blog-posts .cp-type-5 .entry-big .entry-body {
  padding: 30px 25px;
  padding-bottom: 30px;
  color: #333;
  background: #f5f7fa;
  width: 100%;
  transition: all .4s ease;
}

.cp-blog-posts .cp-type-5 .entry-big:hover .entry-body {
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.cp-blog-posts .cp-type-5 .entry-big h4.entry-title {
  margin-bottom: 5px;
}

.cp-blog-posts .cp-type-5 .entry-big .entry-date {
  color: #909397;
  font-size: 14px;
}

.cp-blog-posts .cp-type-5 .entry-big .entry-meta {
  margin-bottom: 10px;
}

.cp-blog-posts .cp-type-5 .entry-small .entry-attachment {
  width: 260px;
  height: auto;
}

.cp-blog-posts .cp-type-5 .entry-small {
  background: #f5f7fa;
  width: 100%;
  margin-bottom: 30px;
  transition: all .4s ease;
}

.cp-blog-posts .cp-type-5 .entry-small .entry-body {
  background: #f5f7fa;
  width: 100%;
  transition: all .4s ease;
}

.cp-blog-posts .cp-type-5 .entry-small:hover .entry-body {
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}


.portfolio_block .videos_tab_list .entry-big .entry-body {
  padding: 30px 25px;
  padding-bottom: 30px;
  color: #333;
  background: #f5f7fa;
  width: 100%;
  transition: all .4s ease;
}

.portfolio_block .videos_tab_list .entry-big:hover .entry-body {
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.portfolio_block .videos_tab_list .entry-big h4.entry-title {
  margin-bottom: 5px;
}

.portfolio_block .videos_tab_list .entry-big .entry-date {
  color: #909397;
  font-size: 14px;
}

.portfolio_block .videos_tab_list .entry-big .entry-meta {
  margin-bottom: 10px;
}

.portfolio_block .videos_tab_list .entry-small {
  background: #f5f7fa;
  width: 100%;
  margin-bottom: 30px;
  transition: all .4s ease;
}

.portfolio_block .videos_tab_list .entry-small .entry-body {
  background: #f5f7fa;
  width: 100%;
  transition: all .4s ease;
}

.portfolio_block .videos_tab_list .entry-small:hover .entry-body {
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.portfolio_block .videos_tab_list .entry-small .entry-date {
  color: #909397;
  font-size: 14px;
}

.cp_press_list .entry-date {
  color: #909397;
  font-size: 14px;
}

.cp_press_list .entry-body:hover {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
}

.cp_press_list .entry-body {
  transition: all .4s ease;
}

.cp_press_list .press-col {
  padding-bottom: 30px;
}


.vc_latest_tweets_feed.type3 .latest-tweets ul li {
  margin-bottom: 30px;
  vertical-align: top;
  width: 30.33333333333333%;
  position: relative;
  min-height: 1px;
  padding: 20px 30px 20px 30px;
  color: #333;
  background: #f5f7fa;
  transition: all .4s ease;
  margin-right: 15px;
  margin-left: 15px;
  display: inline-block;
}

.vc_latest_tweets_feed.type3 .latest-tweets ul {
  margin-right: -30px;
  margin-left: -15px;
  padding: 0;
}

.vc_latest_tweets_feed.type3 .latest-tweets ul li a {
  color: #14468c;
}

.vc_latest_tweets_feed.type3 footer {
  text-align: center;
}

.vc_latest_tweets_feed.type3 footer .info-btn {
  background: #eee;
  padding: 10px 30px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  color: #333;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.8px;
  webkit-box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
}

.vc_latest_tweets_feed.type3 footer .info-btn:before {
  border-bottom: none;
}

.vc_latest_tweets_feed.type3 .latest-tweets ul li:before {
  color: #0d2f5d;
  opacity: 0.7;
  font-family: 'fontello';
  display: block;
  font-size: 24px;
  transition: all .4s ease;
  content: '\f309';
  margin-bottom: 15px;
}

.vc-widget-fb.type_3 #cff .cff-item:before {
  color: #0d2f5d;
  opacity: 0.7;
  font-family: 'fontello';
  display: block;
  font-size: 24px;
  transition: all .4s ease;
  content: '\f30c';
  margin-bottom: 15px;
}

.vc-widget-fb.type_3 #cff .cff-item {
  margin-bottom: 30px;
  vertical-align: top;
  width: 30.33333333333333%;
  position: relative;
  min-height: 1px;
  padding: 20px 30px 20px 30px;
  color: #333;
  background: #f5f7fa;
  transition: all .4s ease;
  margin-right: 15px;
  margin-left: 15px;
  display: inline-block;
  float: none;
}

.vc-widget-fb.type_3 #cff.cff-default-styles .cff-item p {
  line-height: 1.4;
  color: #333!important;
}

.vc-widget-fb.type_3 #cff.cff-default-styles .cff-item a {
  color: #14468c!important;
}

.vc-widget-fb.type_3 #cff {
  margin-right: -30px;
  margin-left: -15px;
  padding: 0;
  float: none;
  width: auto;
}

.vc-widget-fb.type_3 .cff-post-links {
  display: none;
}

.cp-social-holder .bg-col-4 {
  padding: 60px 30px 70px 30px;
  color: #fff;
  position: relative;
}

.cp-social-holder .bg-col-4 h5 {
  color: #fff;
}

.cp-social-holder .bg-col-4:before {
  background-color: #14468c;
  right: -2000px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.cp-social-holder .bg-col-5 {
  padding: 60px 30px 70px 30px;
  color: #fff;
  position: relative;
}

.cp-social-holder .bg-col-5:before {
  background-color: #0e1e40;
  right: -2000px;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.cp-social-holder .cp-social-holder-inner {
  position: relative;
}

.cp-social-holder .bg-col-5 h5.section-title {
  color: #fff;
  margin-bottom: 0;
  margin-right: 40px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}

.cp-social-holder .bg-col-5 ul.social-icons {
  display: inline-block;
}

.vc_events_list .event-info .event-info-item i.icon {
  margin-left: 0;
}

.cp-section .wpb_content_element.cp_action_list {
  margin-bottom: 0;
}

.cp-btn.custom_btn.info-btn {
  padding: 0;
  font-size: 16px;
  background: none;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cp-blog-posts.owl-custom .owl-carousel .item .event-info {
  color: #333;
  background: #f5f7fa;
  width: 100%;
  padding: 30px 25px;
  transition: all .4s ease;
}

.vc_latest_tweets_feed.type4 {
  background: #14468c;
  color: #c9cbce;
  padding: 70px 30px 30px 30px;
  position: relative;
}

.vc_latest_tweets_feed.type4 .cp-widget-title {
  background: transparent;
  color: #fff;
  padding: 25px 30px;
  margin-bottom: 25px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.vc_latest_tweets_feed.type4 .cp-widget-title:before {
  color: #6e85af !important;
  margin-bottom: 0;
  display: inline-block !important;
  margin-right: 15px;
  font-family: 'fontello';
  display: block;
  font-size: 24px;
  color: #fff;
  transition: all .4s ease;
  content: '\f309';
}

.vc-widget-video.widget-youtube {
  padding: 30px;
  height: 100%;
  position: relative;
  background: #bf0d3e;
}

.vc-widget-video.widget-youtube header {
  margin-bottom: 25px;
}

.vc-widget-video.widget-youtube header:before {
  content: '\f16a';
  font-family: 'fontello';
  display: block;
  font-size: 24px;
  color: #fff;
  transition: all .4s ease;
}

.vc-widget-video.widget-youtube h6 {
  color: #fff;
  font-weight: bold;
}

.vc-widget-video.widget-youtube .info-btn {
  color: #fff;
}

.widget-instagram.instagram_grid_type2 {
  padding: 30px;
  height: 100%;
  position: relative;
  background: #0e1e40;
}

.widget-instagram.instagram_grid_type2 header {
  margin-bottom: 25px;
}

.widget-instagram.instagram_grid_type2 header:before {
  content: '\f16d';
  font-family: 'fontello';
  display: block;
  font-size: 24px;
  color: #fff;
  transition: all .4s ease;
}

.widget-instagram.instagram_grid_type2 .instagram-feed.two-cols .nv-instafeed-item {
  width: 33.3333%;
  padding: 0 5px 10px;
}

.custom_products .products_carousel .item-carousel img {
  width: 100%;
}

.widget_social_with_icon ul.social-icons {
  margin-bottom: 10px;
}

.widget.widget_social_links.custom_type2 {
  text-align: right;
}

.widget_copyright p.copyright_address {
  font-size: 16px;
  color: #c9c9ca;
}

.footer-3 .widget.widget_copyright {
  text-align: center;
}

.vc_events_slider .event-item {
  max-height: 300px;
}

.cp-footer.footer-4 .widget.widget_nav_menu li {
  padding: 0 18px;
  display: inline-block;
}

.cp-footer.footer-4 .widget.widget_nav_menu {
  text-align: center;
  margin-top: 40px;
}

.cp-footer.footer-4 .widget.widget_social_links.custom_type2 {
  margin-top: 30px;
}

.cp-sidebar .widget.widget_latest_tweets_widget.widget-bg footer .info-btn {
  color: #14468c;
}

.widget.tribe-events-adv-list-widget .event-item .event-date {
  margin-bottom: 20px;
}

.widget.woocommerce.widget_products .product-name {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.widget_products .product_list_widget .product-image {
  float: left;
  max-width: 100px;
  margin: 0 20px 0 0;
}

.widget_products .product_list_widget .product-description {
  overflow: hidden;
  padding: 5px 0 0;
}

.widget_products .product_list_widget .product:not(:last-child) {
  margin-bottom: 30px;
}

.widget_products .product_list_widget .woocommerce-Price-amount {
  color: #14468c;
  font-size: 14px;
  line-height: 28px;
  float: none;
}

.widget_price_filter .price_slider_amount .button {
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 5px 30px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #eee;
  color: #14468c;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.8px;
  webkit-box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(187, 187, 187, 0.43);
}

.widget_price_filter .price_slider_amount .button:hover {
  background: #14468c;
  color: #fff;
  webkit-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(20, 70, 140, 0.43);
}

.widget_price_filter .ui-slider-handle {
  background: #14468c;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-left: -4px;
}

.widget_price_filter .ui-slider-handle:last-child {
  margin-left: -20px;
}

.widget_price_filter .ui-slider-handle:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
}

.product-image a.added_to_cart {
  display: block;
  color: #fff;
}

body.events-photo #tribe-events-photo-events {
  width: 100%;
  margin-bottom: 40px;
}

body #tribe-events-photo-events .tribe-events-photo-event {
  box-sizing: border-box;
  width: 32%;
}

body .tribe-events-photo-grid-sizer {
  width: 32%;
}

body .tribe-events-photo-gutter-sizer {
  width: 1.5%;
}

.vc_events_list .event-info .event-info-item i {
  vertical-align: baseline;
}

.widget_recent_comments .info-links>li>a {
  white-space: normal;
}

.widget_calendar table tbody tr td.link a {
  color: #fff;
}

.widget_calendar table tbody tr td.link {
  color: #fff;
  background: #bf0d3e;
  cursor: pointer;
}

#sidebar .widget_latest_tweets_widget_type_2 .widget-bg footer .info-btn {
  color: #fff;
}

#sidebar .widget_latest_tweets_widget .latest-tweets ul {
  color: #333;
}

.cp-footer.footer-3 .widget_contact_us a.btn-style-6 {
  color: #fff !important;
}

.widget_nav_menu .custom-list>li a {
  font-family: 'Lato', sans-serif;
  line-height: 26px;
  font-size: 18px;
}

footer#footer.footer-3 .widget_media_image {
  margin-bottom: 60px;
}

.top-header .page-options {
  text-align: left;
  margin-left: 40px;
}

.vc_row[data-vc-full-width] .cp-blog-posts.owl-custom .owl-item .item .event-info:hover {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  -moz-box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  box-shadow: 0px 5px 25px 0px rgba(187, 187, 187, 0.43);
  background: #fff;
}

.vc-widget-fb p.cff-link-caption,
.vc-widget-fb span.cff-date-dot {
  display: none;
}

#cff .cff-item .cff-post-links {
  display: none;
}

#cff .cff-item:last-child .cff-post-links {
  display: block;
}

.vc-widget-fb.type_3 #cff .cff-item:last-child .cff-post-links {
  display: none;
}

.vc-widget-fb.type_3 #cff.cff-default-styles .cff-item p.cff-date {
  color: #909397!important;
}

.vc_row[data-vc-full-width] .vc-widget-fb.type_1 #cff .cff-item:last-child .cff-post-links {
  position: absolute;
  bottom: 30px;
}

.vc_row[data-vc-full-width] .vc-widget-video.widget-youtube .info-btn {
  position: absolute;
  bottom: 30px;
}

.vc_row[data-vc-full-width] #wp_instagram_widget_vc.inforward_instagram-feed .info-btn {
  position: absolute;
  bottom: 30px;
}

.vc_row[data-vc-full-width] .vc_latest_tweets_feed.type4 .latest-tweets footer a.info-btn {
  position: absolute;
  bottom: 30px;
}

.vc_row[data-vc-full-width] .vc_latest_tweets_feed.type4 .cp-widget-title:before {
  color: #fff !important;
}

.vc_row[data-vc-full-width] .vc-widget-fb.type_1 .cp-widget-title:before {
  color: #fff !important;
}

.cp-footer.footer-4 .widget.widget_nav_menu:not(:last-child) {
  margin-bottom: 80px;
}

.cp-footer.footer-4 .widget_copyright p.copyright_address {
  font-size: 14px;
}

.about_portfolio ul.event-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp_issues_section .carousel-type-2 .issue-item .cp-member-about {
  margin-bottom: 20px;
}

.vc_latest_tweets_feed.type4 .latest-tweets .my-date>a {
  color: #909397;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.vc_latest_tweets_feed.type4 .latest-tweets .my-date span.slash-list.f-right {
  float: right;
  display: inline-block;
}

.vc_latest_tweets_feed.type4 .latest-tweets li:not(:last-child) {
  margin-bottom: 20px;
}

.vc_latest_tweets_feed.type4 .latest-tweets p.my-tweet {
  margin-bottom: 10px;
}

.vc_latest_tweets_feed.type4 .latest-tweets .my-date span.slash-list.f-right a {
  line-height: 28px;
  letter-spacing: -0.1px;
  font-size: 13px;
  text-transform: uppercase;
}

.vc_events_list .event-info-item i:before {
  margin: 0;
  padding: 0;
  width: auto;
}

.navbar-menu .cp-navigation li.dropdown>.sub-menu-wrap {
  display: none;
  position: relative;
  background-color: #f6f6f6;
}

.navbar-menu .cp-navigation li.dropdown>.sub-menu-wrap.sub-menu-inner {
  display: none;
  position: relative;
  background-color: #f6f6f6;
}

.cp-btn.custom_btn.info-btn.btn-white {
  color: #fff;
}

.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-lg .vc_icon_element-icon {
  font-size: 2.6em!important;
}

.carousel-twitter.carousel-type-1 .owl-carousel p.my-date {
  display: none;
}

.carousel-twitter.carousel-type-1 .tweets_btn {
  text-align: center;
}

.vc_latest_tweets_feed.type4 .tweets_btn {
  position: absolute;
  bottom: 30px;
}

.action-widget.donate_type_3 .action-item .action-inner input.chose-item:hover::-webkit-input-placeholder {
  color: #333;
}

.action-widget.donate_type_3 .action-item .action-inner input.chose-item:hover::-moz-placeholder {
  color: #333;
}

.action-widget.donate_type_4 .action-item .action-inner input.chose-item:hover::-webkit-input-placeholder {
  color: #333;
}

.action-widget.donate_type_4 .action-item .action-inner input.chose-item:hover::-moz-placeholder {
  color: #333;
}

.action-widget.donate_type_5 .action-item .action-inner input.chose-item:hover::-webkit-input-placeholder {
  color: #333;
}

.action-widget.donate_type_5 .action-item .action-inner input.chose-item:hover::-moz-placeholder {
  color: #333;
}

.action-widget .action-item .action-inner input.chose-item:hover::-webkit-input-placeholder {
  color: #333;
}

.action-widget .action-item .action-inner input.chose-item:hover::-moz-placeholder {
  color: #333;
}

#sidebar .action-widget.widget_donate .chose-donate input.chose-item:hover::-webkit-input-placeholder {
  color: #333;
}

#sidebar .action-widget.widget_donate .chose-donate input.chose-item:hover::-moz-placeholder {
  color: #333;
}

body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta-controls-size-sm .vc_tta-tabs-container,
body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta-controls-size-sm .vc_tta-tabs-container {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel.vc_active {
  opacity: 1;
  display: block;
}

body.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs .vc_tta-panel {
  opacity: 0;
  display: none;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

#header.header-3 .top-header .join-us {
  margin-left: 30px;
}

.cp-blog-posts .events-holder.cp-type-5 .entry.hr-type.entry-small .entry-meta {
  color: #909397;
  font-size: 14px;
}

.cp-blog-posts .events-holder.cp-type-5 .entry.hr-type.entry-small .entry-attachment {
  height: 168px;
  overflow: hidden;
}

.vc_events_list .section-title.type2 {
  margin-bottom: 30px;
}

#header.header-4 .top-header .page-options {
  text-align: right;
}

.rev-btn {
  letter-spacing: 0.8px!important;
}

.rev-btn:hover {
  transition: all .45s ease!important;
}

.cp-blog-posts .events-holder .event-info .cp-post-title.event-link {
  margin-bottom: 9px;
}

.widget_mailchimp.widget_mailchimp_type_2 p.cp-newsletter-info {
  color: #666;
}

#cff.cff-default-styles h3,
#cff.cff-default-styles h4,
#cff.cff-default-styles h5,
#cff.cff-default-styles h6,
#cff.cff-default-styles p {
  line-height: 1.7;
}

.vc-widget-video h6.cp-widget-title {
  margin-top: 15px;
}

.cp-footer.footer-4 .widget.widget_nav_menu li a {
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
}

body [class^="icon-"]:before,
body [class*="icon-"]:before {
  width: auto;
  margin: 0;
  padding: 0;
}

.cp-footer.footer.footer-4 .widget.widget_archive,
.cp-footer.footer.footer-4 .widget.widget_categories,
.cp-footer.footer.footer-4 .widget.widget_recent_comments,
.cp-footer.footer.footer-4 .widget.widget_recent_entries,
.cp-footer.footer.footer-4 .widget.widget_rss,
.cp-footer.footer.footer-4 .widget.widget_text {
  color: #d2d2d2;
}

.cp-footer.footer.footer-4 .widget.widget_recent_comments a {
  color: #fff;
}

.cp-footer.footer.footer-4 .widget.widget_rss a {
  color: #fff;
}

.cp-footer.footer .widget .screen-reader-text {
  display: none;
}

.cp-footer.footer .widget.widget_search .join-form .input-holder {
  max-width: unset;
}

#sidebar .widget_latest_tweets_widget_type_2 .widget_latest_tweets_widget p.my-date>a {
  color: #909397;
  font-size: 14px;
}

#sidebar .widget_latest_tweets_widget_type_2 .widget_latest_tweets_widget p.my-date .slash-list {
  text-transform: uppercase;
  font-size: 13px;
}

#sidebar .widget_latest_tweets_widget_type_2 .widget_latest_tweets_widget p.my-tweet {
  color: #c9cbce;
}

#sidebar .widget_latest_tweets_widget_type_1 .widget_latest_tweets_widget p.my-date>a {
  color: #909397;
  font-size: 14px;
}

#sidebar .widget_latest_tweets_widget_type_1 .widget_latest_tweets_widget p.my-date .slash-list {
  text-transform: uppercase;
  font-size: 13px;
}

#sidebar .widget_latest_tweets_widget_type_1 .widget_latest_tweets_widget p.my-tweet {
  color: #333;
}

.widget .tribe-mini-calendar .tribe-mini-calendar-nav td,
.widget .tribe-mini-calendar .tribe-mini-calendar-nav th {
  border: none;
}

.widget .tribe-mini-calendar th.tribe-mini-calendar-dayofweek {
  border-top: 0;
}

.sp_issues_section .issue-item .cp-member-about {
  margin-bottom: 20px;
}

.wpcf7-form .row label {
  line-height: 38px;
}

.wpcf7-form input:not([type="submit"]) {
  height: 50px;
  border-radius: 3px;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

.widget.tribe-events-adv-list-widget .tribe-events-widget-link {
  margin-top: 20px;
}

.tribe-events-style-full #tribe-events-content.tribe-events-list {
  margin-top: 80px;
}

.tribe-events-style-full #tribe-events-content.tribe-events-month {
  margin-top: 80px;
}

.tribe-events-style-full #tribe-events-content.tribe-events-week-grid {
  margin-top: 80px;
}

.tribe-events-style-full #tribe-events-photo-events .tribe-events-photo-event {
  margin-bottom: 30px;
}

.tribe-events-list .tribe-events-loop .tribe-events-photo-event .tribe-events-event-details {
  padding: 15px 0;
}

.tribe-bar-geoloc-filter,
.tribe-events-uses-geolocation .tribe-bar-date-filter,
.tribe-events-uses-geolocation .tribe-bar-search-filter,
.tribe-events-uses-geolocation .tribe-bar-submit {
  padding: 15px 6px;
  width: 24%;
}

.tribe-events-style-full #tribe-events-content .tribe-events-calendar td {
  border-top: none;
}

#tribe-events-content .tribe-events-calendar td,
#tribe-events-content table.tribe-events-calendar {
  border: none;
}

.tribe-events-list .tribe-events-event-image {
  margin: 0;
}

.tribe-events-list .tribe-events-event-meta .tribe-event-schedule-details {
  color: #333;
  font-weight: bold;
}

.tribe-events-list .tribe-events-read-more {
  margin-top: 20px;
}

.tribe-events-single #tribe-events-footer.content-element {
  margin-bottom: 80px;
}

.portfolio-holder.three-collumn .project-description.portfolio_des ul {
  margin: 0;
}

.related-portfolio .portfolio-holder ul.project-cats {
  margin: 0;
}

.team-member .social-icons>li {
  padding: 0 10px 10px 0;
}

ul.cp-list.custom-list {
  padding: 0;
}

.events-holder a.info-btn:hover {
  color: #14468c;
}

.widget_search .btn-search:hover,
.widget_search .btn-search {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.event-info .entry-meta {
  line-height: 20px;
}

.widget_search .join-form .input-holder {
  border: 2px solid #eee;
  border-right: none;
  padding: 8px 0;
}

.products .cp_col .product-description .product-price {
  font-size: 16px;
}

.products .cp_col .product-description .product-name {
  font-size: 20px;
  line-height: 24px;
}

.related.products .product-image img.wp-post-image {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-info a {
  color: #14468c;
  border-bottom: 1px solid transparent;
}

.woocommerce-checkout input.woocommerce-form__input-checkbox {
  position: absolute;
  height: 34px;
  width: 34px;
  opacity: 0;
  padding: 0;
  z-index: 10;
}

.woocommerce-cart-form .quantity .screen-reader-text {
  display: none;
}

.cart_totals table.shop_table tr.order-total>th {
  border-bottom: 2px solid #d8d8d8;
}

.vc_insta_gallery button[disabled] {
  display: none;
}

.single-post .breadcrumbs-wrap .page-title {
  display: none;
}

.single-post .breadcrumbs-wrap {
  padding: 10px 0;
}

.single-post .sidebar_cp-no-sidebar .breadcrumbs-wrap {
  text-align: center !important;
}

.single-post .cp-page-content-wrap.cp-no-sidebar .event-item.post>h4.event-link {
  text-align: center;
  font-size: 36px;
  margin-bottom: 35px;
}

.single-post .cp-page-content-wrap.cp-no-sidebar .related-news h3.related-news-title {
  margin-bottom: 35px;
}

.single-post .cp-page-content-wrap.cp-no-sidebar .event-item.single-event .event-info:not(:last-child) {
  margin-bottom: 45px;
}

.single-post .cp-page-content-wrap .cp-entry-content>p:first-child,
.single-post .cp-page-content-wrap .cp-entry-content>h1.headline+p {
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6;
}

.single-post .cp-page-content-wrap .cp-entry-content p:not(:last-child) {
  margin-bottom: 24px;
}

.comments-list li.cp-comment.comment .cp-comment-body ul {
  list-style: disc;
}

.comment-respond .contact-form input[type=checkbox] {
  display: none;
}

.events-holder.widget-holder.cp-type-3 a.info-btn:hover {
  color: #fff;
}

.vc_column-inner .vc_col-lg-3 .vc_latest_tweets_feed.type4 .latest-tweets .my-date span.slash-list.f-right {
  float: left;
  display: inline-block;
}

.widget_calendar tfoot #prev a {
  float: left;
  color: #14468c;
}

.widget_calendar tfoot #next a {
  float: right;
  color: #14468c;
}

.widget_calendar tfoot #prev,
.widget_calendar tfoot .pad {
  padding: 20px 5px 0 0;
}

.widget_calendar tfoot #next {
  padding: 20px 0 0 5px;
}

.col-sm-4 .widget.widget_media_image img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

#sidebar .widget_latest_tweets_widget_type_1 {
  margin-bottom: 40px;
}

#sidebar .widget_latest_tweets_widget_type_2 {
  margin-bottom: 40px;
}

#header.header-style-1.relative-header .top-header {
  background-color: #0d2f5d;
}

#header.header-style-1 ul.cp-navigation>li>a,
#header.header-style-3 ul.cp-navigation>li>a,
#header.header-style-4 ul.cp-navigation>li>a {
  color: #ffffff;
}

.cp-table-holder table {
  margin-bottom: 0;
}

.single-post .cp-page-content-wrap.cp-no-sidebar .event-item.post>h2.event-link {
  text-align: center;
  margin-bottom: 35px;
}

.widget .screen-reader-text {
  display: none;
}

.cp-page-content-wrap #respond.comment-respond {
  margin-top: 25px;
}

.cp-page-content-wrap #respond.comment-respond h3 {
  margin-bottom: 15px;
}

.cp-footer .widget ul li li {
  padding-left: 24px;
  padding-left: 1.5rem;
}

.cp-footer .widget ul li,
.cp-footer .widget ol li {
  padding: 0.5em 0;
}

.widget_rss ul li:first-child {
  border-top: none;
  padding-top: 0;
}

.widget_rss ul li {
  padding: 2.125em 0;
}

.widget_rss ul li {
  padding-bottom: 1em;
  padding-top: 1em;
}

.widget_text {
  word-wrap: break-word;
}

.widget_donate.widget_donate_type_5.action-widget .wt-title {
  margin-bottom: 13px;
}

.woocommerce table {
  margin-bottom: 0;
  border: none;
}

.woocommerce table th {
  border-top: none;
}

.woocommerce table.shop_table tr td {
  border-top: none;
}

.cp-page-content-wrap #comments.content-element {
  margin-top: 15px;
}

div.pagination {
  text-align: center;
  margin: 15px 0;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 34px;
}

div.pagination a {
  color: #333;
  font-weight: bold;
  background: transparent;
}

.entry-content:after,
.page-content:after {
  clear: both;
}

.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after {
  content: "";
  display: table;
}

blockquote a {
  color: #999999;
}

table a {
  box-shadow: 0 1px 0 0 currentColor;
}

.wpb-js-composer table a {
  box-shadow: none;
}

.entry-content,
.cp-entry-content {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.woocommerce table a {
  box-shadow: none;
}

.wpb-js-composer h2 {
  margin-top: 0;
}

.vc_tta-container>h2 {
  font-size: 36px;
}

.widget_text_with_icon.action-widget.type-vr h5.action-title {
  display: inline-block;
}

.cp_action_list .action-widget.style_3.style-2.type-vr h5.action-title {
  display: inline-block;
}

.index-item .cp-continue-reading-link {
  margin-top: 20px;
}

#footer .widget a {
  font-weight: 300;
}

#footer .info-links>li:not(:last-child) {
  margin-bottom: 0;
}

#footer .info-links li {
  line-height: 1;
}

.cp-entry-content:after,
.entry-content:after,
.cp-entry-content:before,
.entry-content:before {
  content: "";
  display: table;
}

.cp-entry-content:after,
.entry-content:after {
  clear: both;
}

img[class*=align],
img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
}

.blog-type-list .event-info .entry-date {
  color: #14468c;
}

#main-navigation ul.sub-menu {
  display: none;
}

#main-navigation .sub-menu-wrap ul.sub-menu {
  display: block;
}

#main-navigation ul.children {
  display: none;
}

#main-navigation .sub-menu-wrap ul.children {
  display: block;
}

.wp-caption {
  max-width: 100%;
}

.loop-holder.blog-type-list .event-info .entry-meta:not(:last-child) {
  margin-bottom: 25px;
}

.cp-single-entry-holder .event-item h2.event-link {
  margin-bottom: 10px;
}

.cp-single-entry-holder .event-item .event-info .entry-meta {
  margin-bottom: 25px;
}

.cp-single-entry-holder .event-item.single-event .event-info {
  margin-bottom: 45px;
}

.cp-single-entry-holder .event-item:not(:last-child) {
  margin-bottom: 60px;
}

.cp-header.header-sticky-1.clone-fixed {
  top: -70px;
}

div.vc-hoverbox-block.vc-hoverbox-front {
  z-index: -9999;
}

.vc-hoverbox-block,
.vc-hoverbox-block-inner * {
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
}


.cp-header.clone-fixed {
  opacity: 0;
}

.cp-header.clone-fixed.slideDown {
  opacity: 1;
}

.page-404-section .inner-404 h1 {
  margin-top: 20px;
}

body #header.cp-type-2 .top-header {
  background: transparent;
}

body .gform_wrapper .gfield_radio li input[type=radio] {
  display: none;
}

body .gform_wrapper .gfield_radio li label {
  padding-left: 50px;
  height: 40px;
  line-height: 40px;
}


.give-wrap .give-card:active,
.give-wrap .give-card:focus,
.give-wrap .give-card:hover,
.give-wrap .give-card:visited {
  box-shadow: none;
  top: 0;
}

.give-wrap .give-card {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.give-wrap .give-card__media img {
  width: 100% !important;
}

.give-wrap .give-card__body {
  padding: 30px 0;
}

.give-wrap .give-grid {
  grid-gap: 30px;
  margin-bottom: 30px;
}

.give-wrap .give-card__title {
  line-height: 1.2;
  margin: 0 0 .75rem;
  font-size: 24px;
  font-weight: 700;
  padding: 0;
}

.give-wrap .give-card__progress .income {
  font-size: 30px;
  color: #bf0d3e;
}

.give-wrap .give-card__progress {
  color: #777777;
}

.give-progress-bar {
  height: 5px;
  background: #f2e9ec;
  border-radius: 0;
}

.single-give_forms .give-form-title {
  text-align: center;
  margin: 0 0 40px;
}

.single-give_forms [id*=give-form] div#give-sidebar-left {
  width: 100%;
  float: none;
}

[id*=give-form] div.summary {
  width: 100%;
  float: none;
}

.single-give_forms .cp-page-content-wrap.cp-no-sidebar .give-wrap.container {
  max-width: 780px;
}

.single-give_forms [id*=give-form] div.images {
  margin: 0 0 25px;
}

.give-goal-progress .income {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
  color: #bf0d3e;
}

.give-goal-progress .raised {
  color: #777777;
}

.single-give_forms .give-goal-progress {
  margin-bottom: 40px;
  clear: both;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border-left: 2px solid #eee;
  border-right: none;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol {
  background-color: #f6f6f6;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
  color: #666;
  margin: 0;
  padding: 0 16px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  box-sizing: border-box;
  float: left;
}

form[id*=give-form] .give-donation-amount #give-amount,
form[id*=give-form] .give-donation-amount #give-amount-text {
  border: 2px solid #eee;
  background: #fff;
  border-radius: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  min-width: 125px;
  float: left;
}

.give-btn {
  background: #f6f6f6;
  border: 2px solid #eee;
  color: #333;
  padding: 12px 16px;
  cursor: pointer;
  line-height: 1.2em;
  font-size: 1em;
  color: #666;
}

form[id*=give-form] .give-donation-amount {
  margin: 0 0 20px;
}

#give-donation-level-button-wrap {
  margin: 0 0 40px;
}

#give-recurring-form h3.give-section-break,
#give-recurring-form h4.give-section-break,
#give-recurring-form legend,
form.give-form h3.give-section-break,
form.give-form h4.give-section-break,
form.give-form legend,
form[id*=give-form] h3.give-section-break,
form[id*=give-form] h4.give-section-break,
form[id*=give-form] legend {
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 20px;
  padding: 0;
  border-bottom: none;
  width: 100%;
}

form[id*=give-form] #give-gateway-radio-list>li input[type=radio] {
  display: none !important;
}

form[id*=give-form] #give-gateway-radio-list>li {
  display: block;
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 20px;
}

form[id*=give-form] #give-gateway-radio-list>li label.give-gateway-option {
  padding-top: 8px;
}

#give-recurring-form .form-row input[type=email].required,
#give-recurring-form .form-row input[type=password].required,
#give-recurring-form .form-row input[type=tel].required,
#give-recurring-form .form-row input[type=text].required,
#give-recurring-form .form-row input[type=url].required,
#give-recurring-form .form-row select.required,
#give-recurring-form .form-row textarea.required,
form.give-form .form-row input[type=email].required,
form.give-form .form-row input[type=password].required,
form.give-form .form-row input[type=tel].required,
form.give-form .form-row input[type=text].required,
form.give-form .form-row input[type=url].required,
form.give-form .form-row select.required,
form.give-form .form-row textarea.required,
form[id*=give-form] .form-row input[type=email].required,
form[id*=give-form] .form-row input[type=password].required,
form[id*=give-form] .form-row input[type=tel].required,
form[id*=give-form] .form-row input[type=text].required,
form[id*=give-form] .form-row input[type=url].required,
form[id*=give-form] .form-row select.required,
form[id*=give-form] .form-row textarea.required {
  color: #666;
}

#give-recurring-form .form-row input[type=email],
#give-recurring-form .form-row input[type=password],
#give-recurring-form .form-row input[type=tel],
#give-recurring-form .form-row input[type=text],
#give-recurring-form .form-row input[type=url],
#give-recurring-form .form-row select,
#give-recurring-form .form-row textarea,
form.give-form .form-row input[type=email],
form.give-form .form-row input[type=password],
form.give-form .form-row input[type=tel],
form.give-form .form-row input[type=text],
form.give-form .form-row input[type=url],
form.give-form .form-row select,
form.give-form .form-row textarea,
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  outline: none;
  color: #666;
  background-color: #fff;
  border: 2px solid #eee;
  margin: 0;
  padding: 16px;
  height: 48px;
}

form[id*=give-form] #give-final-total-wrap {
  margin: 5px 0 35px;
}

form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  color: #bf0d3e;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
  box-sizing: border-box;
  float: left;
  border: none;
}

form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  border: none;
  background: #fff;
  color: #bf0d3e;
  border-radius: 0;
  height: auto;
  line-height: 1;
  padding: 0 4px;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  border-left: none;
  float: left;
}

.give-submit-button-wrap .give-submit,
[id^=give-user-login-submit] .give-submit {
  border: none;
  background: #bf0d3e;
  color: #ffffff;
  webkit-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  -moz-box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  box-shadow: 0px 12px 25px 0px rgba(191, 13, 62, 0.43);
  padding: 16px 30px;
  font-size: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 3px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}


.cp-type-6 .nav-item .search-holder {
  display: inline-block;
  padding: 0 30px 0 10px;
}

#header.cp-type-6 .top-header {
  padding: 50px 170px;
}

#header.cp-type-6 .pre-header {
  padding: 5px 170px;
  border-bottom: 1px solid #eee;
}

#header.cp-type-6 .pre-header .our-info .info-item {
  font-size: 13px;
  font-weight: 300;
  color: #666;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

#header.cp-type-6 .pre-header .our-info .info-item:not(:last-child) {
  margin-right: 18px;
}

.right-actions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.right-actions .social-icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px 0 0;
  list-style: none;
}

.justify-content-between {
  -ms-flex-pack: justify!important;
  justify-content: space-between!important;
}

#header.cp-type-6 .pre-header .social-icons>li>a {
  font-size: 11px;
  text-align: center;
  line-height: 21px;
  width: 26px;
  height: 26px;
  display: block;
  border: 2px solid #999;
  border-radius: 26px;
  color: #333;
}

#header.cp-type-6 .pre-header .social-icons>li>a:hover {
  border-color: #333;
}

#header.cp-type-6 .pre-header .social-icons>li {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 2px !important;
}

.footer-5 .main-footer {
  padding: 80px 0 98px;
  background-color: #0e1e40;
}

.footer-5 .main-footer .cp-fs-medium {
  padding-top: 55px;
}

.footer-5 .widget_contact_us p {
  color: #d2d2d2;
}

.footer-5 .widget_copyright {
  text-align: center;
}

.cp-footer .widget_contact_us p:not(:last-child) {
  margin-bottom: 10px;
}

.cp_newsletter .comment-form-cookies-consent input[type="checkbox"] {
  display: none;
}

.cp_newsletter .comment-form-cookies-consent {
  position: absolute;
  padding: 5px 0;
}

.call-out.join-us .cp_newsletter .comment-form-cookies-consent {
  position: absolute;
  padding: 5px 15px;
}


.cp_newsletter input[type="checkbox"]+label::before {
  top: 2px;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  background: #fff;
}

.cp_newsletter input[type="checkbox"]+label::after {
  font-family: 'fontello';
  content: "\E813";
  color: #333;
  font-size: 16px;
  left: 4px;
  text-align: center;
  top: 2px;
}

.cp_newsletter input[type="checkbox"]+label {
  padding-left: 30px;
  line-height: 24px;
  padding-top: 2px;
  padding-bottom: 0;
  color: #7f8696;
  margin-left: 0;
}

.cp-header .cp_newsletter .comment-form-cookies-consent input[type="checkbox"] {
  display: block;
  position: absolute;
  z-index: 1000000;
  cursor: pointer;
}

#footer .widget a.btn.btn-big {
  font-weight: 900;
}

.vc_events_carousel .owl-carousel .owl-dot {
  display: none!important;
}

.vc_events_carousel .owl-carousel .event-body {
  max-width: 880px;
  margin: 0 auto;
}

.vc_events_carousel h2.event-name {
  margin-bottom: 50px;
}

.vc_events_carousel .event-title {
  margin-bottom: 20px;
}

.vc_events_carousel .event-info-item {
  margin-bottom: 50px;
}

.page-section-bg4.vc_give_donations .donation-about {
  color: #d2d2d2;
}

.page-section-bg4.vc_give_donations .give-goal-progress .raised {
  color: #d2d2d2;
}

.page-section-bg4.vc_give_donations .give-goal-progress .income {
  color: #fff;
}

.page-section-bg4.vc_give_donations .give-goal-progress {
  margin-bottom: 40px;
}

[class*="page-section"].vc_give_donations {
  padding: 120px 0;
}

.cp-header.cp-type-6 .right-actions .lang-section {
  margin-left: 15px;
}

.vc_events_carousel i.icon {
  vertical-align: baseline;
}

.half-bg-col.vc_give_donations .row [class*="col-"] {
  padding: 0 60px;
}

.half-bg-col.vc_give_donations .donation-about.content-element3:not(:last-child) {
  margin-bottom: 45px;
}

.half-bg-col.vc_give_donations .section-title:not(:last-child) {
  margin-bottom: 45px;
}

.single-give_forms .cp-page-content-wrap.cp-right-sidebar .give-wrap.container,
.single-give_forms .cp-page-content-wrap.cp-left-sidebar .give-wrap.container {
  width: initial;
}

nav.navigation.pagination {
  text-align: center;
  margin: -3px -3px 0;
  position: relative;
  display: block;
  font-size: 16px;
}

.archive .cp-entries-holder .entry-attachment:not(:last-child) {
  margin-bottom: 25px;
}

.archive .cp-entries-holder .event-item:not(:last-child) {
  margin-bottom: 50px;
}

.join-form.cp_newsletter.type_tel input {
  width: 50%;
}

.join-form.cp_newsletter.type_tel input:first-child {
  border-right: 1px solid #ccc;
}

.court-angel img {
  width: 360px !important
}

img.meet-judge-img {
  float: left;
  max-width: 555px;
  padding: 35px 35px 20px 0px;
}

.judge-single img {
  float: left;
  max-width: 555px;
  padding: 0px 10px 20px 0px;
}

.judge-single {
  padding: 0px !important;
  margin: 0px !important
}

img.cp-standard-logo2 {
  display: block;
  position: relative;
  width: 170px;
}

.signs-volunteers h3 {
  font-size: 36px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important
}

.form-signs-name {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.form-signs-name {
  grid-template-columns: 1fr 1fr!important;
  display: grid;
  grid-column-gap: 5px;
  margin-bottom: 0px;
}

.form-signs-name2 {
  grid-template-columns: 100px 200px 350px!important;
  display: grid;
  grid-column-gap: 5px;
  margin-bottom: 0px;
}

.form-signs-name p,
.form-signs-name2 p {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important
}

.wpcf7-form-control.wpcf7-submit {
  margin: 20px 0 40px 0px !important
}

.form-single-line-remainder {
  width: 30% !important
}

.form-single-line {
  width: 70% !important
}

.form-single-half {
  width: 50% !important;
}

.form-container input {
  border: 1px solid grey !important;
  margin-bottom: 20px!important;
}

.form-container input:focus {
  border: 1px solid lightslategrey !important
}

.form-container label {
  font-weight: bold !important
}

.form-desktop-remove {
  display: none !important
}

.form-mobile-remove {
  display: block !important
}

.phone-num {
  width: 70%!important
}

@media screen and (max-width: 768px) {
  .form-desktop-remove {
    display: block !important
  }
  .form-mobile-remove {
    display: none !important
  }
  .form-single-line-remainder,
  .phone-number input.form-city,
  .form-single-line {
    width: 100% !important;
  }
  /*.form-container input,.phone-number input{margin-bottom:0px !important}*/
  .form-single-half,
  .form-signs-name {
    grid-template-columns: 1fr!important;
  }
  .form-signs-name2 {
    grid-template-columns: 1fr 1fr 1fr!important;
  }
  .form-container-row form,
  .share-buttons-container,
  .meet-the-judge-container {
    margin: 0px!important;
  }
  .form-container-row div[role=form] {
    padding: 0px !important
  }
  cp-page-content-wrap cp-no-sidebar
}