/*
 Theme Name:   GeneratePress Child
 Theme URI:    http://opas.com
 Description:  GeneratePress child theme
 Author URI:   http://opas.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/
/*for removing carrot symbol from primary nav dropdown menu*/

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
body {
  display: flex;
  flex-direction: column;
  /* background-color:white; */
  background-color: #efefef;
}
body > .container.grid-container {
  flex: 1 0 auto;
  width: 100%;
}

body.testimanials-page .entry-content {
  display: none;
}
body.testimanials-page article {
  margin-bottom: 0px !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

#main.archive-page header.entry-header {
  padding-top: 15px;
}

/**
 * Search widget
 **/
#site-navigation button.menu-toggle {
  text-align: left;
}
#site-navigation form.search-form-custom {
  margin-top: 9px;
  margin-right: 10px;
}
#site-navigation form.search-form-custom .search-field-wrap {
  /* border: 1px solid #ccc; */
  background-color: white;
  margin-bottom: 8px;
}
#site-navigation form.search-form-custom .search-field-wrap,
#site-navigation form.search-form-custom .search-field-controls-wrap {
  display: inline-block;
}
#site-navigation .search-field-icon {
  border: none;
  text-align: center;
  display: inline-block;
  background-color: white;
  color: #3a3a3a;
  font-size: 16px;
  padding: 0px 5px;
}
#site-navigation .search-field-icon:before {
  content: "\f002";
  font-family: GeneratePress;
}
#site-navigation form.search-form-custom .search-field-input {
  display: inline-block;
}
#site-navigation form.search-form-custom input.search-field {
  padding: 2px;
  font-size: 14px;
  border: none;
}
#site-navigation form.search-form-custom .search-field-controls-wrap {
  background-color: #0d243d;
  padding: 1px;
}
#site-navigation form.search-form-custom input.search-submit {
  font-size: 16px;
  padding: 0px 15px;
  background-color: #0d243d;
}
#site-navigation form.search-form-custom .search-field-controls-wrap:hover {
  background-color: #ffb639;
}
#site-navigation form.search-form-custom input.search-submit:hover {
  background-color: #ffb639;
}
#site-navigation .mobile-bar-items form.search-form-custom {
  margin-right: 10px;
}

/*Mobile*/
@media (max-width: 767px) {
  .mobile-grid-text-right {
    text-align: right;
  }
  .mobile-grid-text-left {
    text-align: left;
  }
  .mobile-grid-text-justify {
    text-align: justify;
  }
  .mobile-grid-text-center {
    text-align: center;
  }
  .mobile-grid-padding-top {
    padding-top: 10px;
  }
  .mobile-grid-padding-bottom {
    padding-bottom: 10px;
  }
  .mobile-grid-margin-top {
    margin-top: 10px;
  }
  .mobile-grid-margin-bottom {
    margin-bottom: 10px;
  }
  .mobile-grid-display-inline {
    display: inline-block;
  }
  .mobile-grid-margin-right-none {
    margin-right: 0;
  }
  .mobile-grid-margin-top-10px {
    margin-top: 10px;
  }
  .mobile-grid-margin-bottom-10px {
    margin-bottom: 10px;
  }
  #footer-wrapper #opas-for-area #opas-for-business {
    border-right: 27px solid #1b2843;
    margin-bottom: 5px;
  }
  #footer-wrapper #customer-service-area #customer-service-area-signup,
  #footer-wrapper #customer-service-area #customer-service-area-login {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 130px;
    /* background-color: #ffb639;
        border-radius: 3px;
        padding: 5px; */
  }
  /* #footer-wrapper #customer-service-area #customer-service-area-signup:hover, 
    #footer-wrapper #customer-service-area #customer-service-area-login:hover {
        background-color: #e1a132;
    } */
  #footer-wrapper #customer-service-area #customer-service-area-signup a,
  #footer-wrapper #customer-service-area #customer-service-area-login a {
    padding: 7px 30px;
  }
  #footer-wrapper #customer-service-area {
    margin-top: 0px;
  }
  #footer-wrapper #social-media-area {
    margin-top: 10px;
  }
  #login-btn,
  #signup-btn {
    margin-top: 10px;
  }
  #site-navigation form.search-form-custom .search-field-controls-wrap {
    display: none;
  }
}
@media (min-width: 568px) and (max-width: 769px) {
  #site-navigation form.search-form-custom .search-field-controls-wrap {
    display: inline-block;
  }
}

/*Tablet*/
@media (min-width: 768px) and (max-width: 1025px) {
  .tablet-grid-text-right {
    text-align: right;
  }
  .tablet-grid-text-left {
    text-align: left;
  }
  .tablet-grid-text-justify {
    text-align: justify;
  }
  .tablet-grid-text-center {
    text-align: center;
  }
  .tablet-grid-padding-top {
    padding-top: 10px;
  }
  .tablet-grid-padding-bottom {
    padding-bottom: 10px;
  }
  .tablet-grid-margin-top {
    margin-top: 10px;
  }
  .tablet-grid-margin-bottom {
    margin-bottom: 10px;
  }
  .tablet-grid-display-inline {
    display: inline-block;
  }
  .tablet-grid-margin-right-none {
    margin-right: 0;
  }
  #footer-wrapper #opas-for-area #opas-for-business {
    border-right: 27px solid #1b2843;
    margin-bottom: 5px;
  }
  .tablet-padding-right-25px {
    padding-right: 25px;
  }
  #login-btn,
  #signup-btn {
    margin-top: 10px;
  }
  #primary-menu li.search-item {
    width: 100%;
    text-align: right;
  }
  #primary-menu .search-field-wrap {
    width: 97%;
    margin: 0px 20px 10px 20px;
  }
  #primary-menu .search-field-wrap .search-field-input {
    width: 85%;
  }
  #primary-menu .search-field-wrap .search-field-input input {
    width: 100%;
  }
}
@media (max-width: 1180px) and (max-height: 835px) {
  #primary-menu li.search-item {
    width: 100%;
    text-align: right;
  }
  #primary-menu .search-field-wrap {
    width: 97%;
    margin: 0px 20px 10px 20px;
  }
  #primary-menu .search-field-wrap .search-field-input {
    width: 85%;
  }
  #primary-menu .search-field-wrap .search-field-input input {
    width: 100%;
  }
}

/*Desktop*/
@media (min-width: 1025px) {
  .grid-text-right {
    text-align: right;
  }
  .grid-text-left {
    text-align: left;
  }
  .grid-text-justify {
    text-align: justify;
  }
  .grid-text-center {
    text-align: center;
  }
  .grid-padding-top {
    padding-top: 10px;
  }
  .grid-padding-bottom {
    padding-bottom: 10px;
  }
  .grid-margin-top {
    margin-top: 10px;
  }
  .grid-margin-top-15px {
    margin-top: 15px;
  }
  .grid-margin-bottom {
    margin-bottom: 10px;
  }
  .grid-display-inline {
    display: inline-block;
  }
  .grid-margin-right-none {
    margin-right: 0;
  }
  .padding-right-55px {
    padding-right: 55px;
  }
  .padding-right-15px {
    padding-right: 15px;
  }
}

#right-sidebar,
#right-sidebar aside {
  margin-top: 0px;
  padding-top: 24px;
}

#right-sidebar aside,
#left-sidebar aside {
  text-align: center;
}

#right-sidebar aside .widget-title,
#left-sidebar aside .widget-title {
  padding: 0px;
  margin: 30px 0px 10px 0px;
}

.inside-right-sidebar {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.gp-float-left {
  float: left;
}
.gp-inline-block {
  display: inline-block;
}

/* featured image plugin - used for right sidebar - but can be used anywhere to display the featured image */
#featured-img-id {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
}

#primary-menu .menu-item-has-children .dropdown-menu-toggle {
  display: none;
}
.main-navigation .main-nav ul li.menu-item-has-children > a,
.secondary-navigation .main-nav ul li.menu-item-has-children > a {
  padding-right: 20px; /*change this number*/
}
body .no-padding {
  padding: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
body .no-margin {
  margin: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* footer */
#footer-wrapper {
  padding-bottom: 15px;
}
#footer-widgets {
  padding-bottom: 10px;
}
#footer-wrapper,
#footer-widgets,
#footer-wrapper .site-info {
  color: white;
  background-color: #1b2843;
}
#footer-wrapper #opas-for-area {
  margin-top: 30px;
}
#opas-for-area #opas-for-business {
  /* background-color: #5fccdc; */
  padding: 12px 12px -1px 12px;
  font-size: 0px;
  border-top: 55px solid #5fccdc;
  border-right: 27px solid #ffb639;
  position: relative;
}
#opas-for-area #opas-for-business:hover {
  border-top: 55px solid #52b0be;
}
#opas-for-area #opas-for-consumers {
  padding: 12px 12px -1px 12px;
  font-size: 0px;
  border-top: 55px solid #ffb639;
  border-right: 27px solid #1b2843;
  position: relative;
}
#opas-for-area #opas-for-consumers:hover {
  border-top: 55px solid #e1a132;
}
#footer-wrapper #opas-for-area #opas-for-business a,
#footer-wrapper #opas-for-area #opas-for-consumers a {
  color: white;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  top: -45px;
  left: 15px;
}

#footer-wrapper #footer-widgets h2.widget-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #5fccdc;
}
#customer-service-area {
  margin-top: 25px;
}
#social-media-area {
  margin-top: 45px;
}
#social-media-area a {
  font-size: 50px;
  color: #5fccdc;
}
#social-media-area a:hover {
  color: #4789a6;
}
#footer-wrapper #customer-service-area-title {
  font-style: italic;
  font-size: 16px;
  color: #4789a6;
  margin-right: 20px;
}
#footer-wrapper #customer-service-area-phone,
#footer-wrapper #customer-service-area-email {
  font-weight: 500;
  font-size: 15px;
  margin-right: 20px;
}
#customer-service-area-email a {
  color: white;
}
#customer-service-area-email a:hover {
  text-decoration: underline;
  color: white;
}
#customer-service-area #customer-service-area-signup {
  margin-top: 30px;
}
#customer-service-area #customer-service-area-login {
  margin-top: 20px;
}
#customer-service-area #customer-service-area-signup,
#customer-service-area #customer-service-area-login {
  margin-bottom: 15px;
  text-align: center;
  float: right;
  clear: right;
  margin-right: 20px;
  width: 130px;
  /* background-color: #ffb639;
    border-radius: 3px;
    padding: 5px; */
}
/* #customer-service-area #customer-service-area-signup:hover,
#customer-service-area #customer-service-area-login:hover {
    background-color: #e1a132;
} */
#footer-wrapper #customer-service-area-signup a,
#footer-wrapper #customer-service-area-login a {
  text-transform: uppercase;
  color: white;
  border-radius: 3px;
  padding: 7px 30px;
}
#footer-wrapper #customer-service-area-logo img {
  width: 160px;
}
#footer-wrapper footer.site-info {
  display: none;
}
#footer-wrapper-site-info {
  background-color: #3a4e6f;
  color: #e8e8e8;
  font-size: 15px;
}
#footer-wrapper-site-info a {
  color: #e8e8e8;
  font-size: 15px;
  border-left: 1px solid #ccc;
  padding-left: 5px;
  padding-right: 3px;
  padding-left: 5px;
}
#footer-wrapper-site-info a:hover {
  text-decoration: underline;
}
#footer-wrapper-site-info > div > div {
  padding: 20px;
}
#footer-wrapper-site-info .gp-inline-block {
  padding-right: 3px;
}
.footer-widgets .widget {
  font-size: 14px;
}
.footer-widgets a,
.footer-widgets a:visited {
  color: #e8e8e8;
  font-size: 15px;
}
.footer-widgets a:hover {
  color: #ffffff;
}
.footer-widgets .social-icons a {
  font-size: 32px;
  color: #f36e21;
}
.footer-widgets .gfield_label {
  display: none;
}
.footer-widgets input[type="text"],
.footer-widgets input[type="email"] {
  border-radius: 4px;
}
.footer-widgets .gform_widget .widget-title {
  margin-bottom: 10px;
}

@media (max-width: 325px) {
  #opas-for-area #opas-for-business {
    padding: 12px 12px -1px 12px;
    font-size: 0px;
    border-top: 80px solid #5fccdc;
    border-right: 27px solid #ffb639;
    position: relative;
  }
  #opas-for-area #opas-for-business:hover {
    border-top: 80px solid #52b0be;
  }
  #opas-for-area #opas-for-consumers {
    padding: 12px 12px -1px 12px;
    border-top: 80px solid #ffb639;
    border-right: 27px solid #1b2843;
  }
  #opas-for-area #opas-for-consumers:hover {
    border-top: 80px solid #e1a132;
  }
  #footer-wrapper #opas-for-area #opas-for-business a {
    top: -60px;
    left: 30px;
  }
  #footer-wrapper #opas-for-area #opas-for-consumers a {
    top: -75px;
    left: 30px;
  }
}

/**
 * Header
 */
#site-logo {
  margin-top: 2px;
}
header.site-header {
  background-color: #ffffff;
}
header.site-header .inside-header {
  padding: 0px;
}
#site-logo img {
  width: 290px;
}

/**
 * OPAS opening hours
 */
#open-close-widget {
  font-size: 14px;
  margin-left: 10px;
  margin-top: 5px;
}
#open-close-widget .open-office {
  color: green;
  text-transform: uppercase;
}

#open-close-widget .close-office {
  color: red;
  text-transform: uppercase;
}

blockquote {
  color: #616161;
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.45;
  margin: 0.25em 0;
  position: relative;
  quotes: "\201C""\201D";
  width: 500px;
}
blockquote:before,
blockquote:after {
  color: #7a7a7a;
  display: block;
  font-size: 80px;
  position: absolute;
}
blockquote:before {
  content: open-quote;
  left: 0;
  top: -20px;
}
blockquote:after {
  content: close-quote;
  bottom: -40px;
  right: 0;
}

/**
 * OPAS language switcher
 */
#lang_sel_list {
  padding-top: 10px;
  text-align: right;
}

#lang_sel_list ul li {
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 0px;
}

#lang_sel_list ul li a img {
  margin-bottom: 0px;
}

#masthead .header-widget aside {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget_icl_lang_sel_widget {
  margin-bottom: 0;
  float: right;
}
.lang_sel_list_horizontal {
  padding: 0;
}

/**
 * Language switcher
 */
.widget.language-switcher {
  font-size: 14px;
  margin-top: 2px;
}
#language-selector-block li.wpml-ls-current-language:hover {
  background-color: #f4f4f4;
}
#language-selector-block li.wpml-ls-current-language ul.wpml-ls-sub-menu {
  background-color: #f4f4f4;
}
.widget.language-switcher ul li {
  display: inline-block;
}
#language-selector-block .wpml-ls-legacy-dropdown-click {
  width: auto;
}
#language-selector-block .wpml-ls-legacy-dropdown-click a {
  border: none;
  background-color: transparent;
}
#language-selector-block ul li.wpml-ls-current-language ul.wpml-ls-sub-menu li {
  margin: 0;
}

/* 
 * Buttons
 */
#signup-btn,
#login-btn {
  font-size: 22px;
  border: none;
  background-color: #ffb639;
  color: white;
  border-radius: 4px;
  width: auto;
  padding: 3px 36px 0px 36px;
  font-weight: 500;
  /* margin-right: 125px; */
}
#signup-btn:hover,
#login-btn:hover {
  background-color: #e1a132;
}
.btn-yellow {
  border: none;
  background-color: #ffb639;
  color: white;
  border-radius: 2px;
  width: auto;
}
.btn-yellow:hover {
  background-color: #e1a132;
}
.text-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.text-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

/*Pricing table*/
.opas-pricing-table .osc-pricingtable .pricing-table {
  border: 1px solid #006599;
}
.opas-pricing-table .osc-pricingtable .pricing-table .pricing-table-header {
  background: #006599;
}
.opas-pricing-table
  .osc-pricingtable
  .pricing-table:hover
  .pricing-table-header,
.opas-pricing-table
  .osc-pricingtable
  .pricing-table
  .pricing-table-header:hover {
  background: rgba(0, 126, 192, 0.88);
}
.opas-pricing-table
  .osc-pricingtable
  .pricing-table
  .pricing-table-heading-outer
  .heading,
.opas-pricing-table
  .osc-pricingtable.pt_premium_col
  .pricing-table
  .pricing-table-heading-outer
  .heading {
  background: #006599;
  color: white;
}
.opas-pricing-table
  .osc-pricingtable
  .pricing-table:hover
  .pricing-table-heading-outer
  span.heading,
.opas-pricing-table
  .osc-pricingtable
  .pricing-table:hover
  .pricing-table-heading-outer
  span {
  background: #006599;
  color: white;
}

.opas-pricing-table
  .osc-pricingtable.pt_single_col.pt_premium_col
  .pricing-table,
.opas-pricing-table .osc-pricingtable.pt_premium_col .pricing-table {
  border: 2px solid #ef8243 !important;
}
.opas-pricing-table
  .osc-pricingtable.pt_premium_col
  .pricing-table
  .pricing-table-sign-up {
  padding: 15px 20px;
}
.opas-pricing-table .osc-pricingtable .pricing-table form .gform_footer input,
.opas-pricing-table .osc-pricingtable .pricing-table .pricing-table-sign-up a {
  background: #ef8243;
}
.opas-pricing-table
  .osc-pricingtable
  .pricing-table:hover
  form
  .gform_footer
  input,
.opas-pricing-table
  .osc-pricingtable
  .pricing-table:hover
  .pricing-table-sign-up
  a {
  background: rgba(239, 130, 67, 0.72);
}
.opas-pricing-table
  .osc-pricingtable
  .pricing-table
  form
  .gform_footer
  input:hover,
.opas-pricing-table
  .osc-pricingtable
  .pricing-table:hover
  .pricing-table-sign-up
  a:hover {
  background: #ef8243;
}

.opas-pricing-table
  .osc-pricingtable:first-child
  .pricing-table
  .pricing-table-features
  table {
  margin: 0 0 125px;
}
.opas-pricing-table
  .osc-pricingtable:nth-child(2)
  .pricing-table
  .pricing-table-features
  table {
  margin: 0 0 35px;
}
.opas-pricing-table form .gform_body {
  padding: 0px 10px;
  /*display: none;*/
}
.opas-pricing-table .osc-pricingtable .pricing-table form .gform_footer {
  background-color: #ecf0f1;
  padding: 20px;
  border-top: 1px solid #bdc3c7;
}
.opas-pricing-table .osc-pricingtable .pricing-table form .gform_footer input {
  border: none;
}
.opas-pricing-table .pricing-table .heading p {
  border: none;
  padding: 0;
  line-height: normal;
}
.opas-pricing-table .pricing-table .heading p.font-size-small {
  font-size: 16px;
}

.gform_wrapper ul {
  margin: 0;
}

/**
 * Forms
 */
.gfield_visibility_hidden {
  display: none;
}
.validation_message {
  color: #a94442;
}
.gform_confirmation_wrapper {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.gform_button.button:hover {
  color: white;
}

li.gf_left_half {
  float: left;
  width: 49%;
}
li.gf_right_half {
  float: right;
  width: 49%;
}
li.gf_clear {
  clear: both;
}

/**
 * Buttons
 */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #666666;
}
.btn.input-style {
  color: #3a3a3a;
  font-size: 12px;
  padding: 4px 0px;
  text-transform: uppercase;
  text-decoration: none;
  border-color: #ccc;
  width: 100px;
  margin: auto;
  box-shadow-color: #333;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-style: solid;
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
}
.btn.input-style:hover {
  border-color: #999;
  box-shadow-color: #333;
  background-color: rgba(214, 214, 214, 1);
}

/**
 * Testimonials
 */
@media screen and (max-width: 500px) {
  #content-full-testimonial-form #recaptcha_table td.recaptcha_image_cell,
  #content-full-testimonial-form
    #recaptcha_table
    td.recaptcha_image_cell
    #recaptcha_image,
  #content-full-testimonial-form
    #recaptcha_table
    td.recaptcha_image_cell
    #recaptcha_image
    img,
  #content-full-testimonial-form #recaptcha_table .recaptcha_input_area input {
    width: 225px !important;
  }
  #content-full-testimonial-form
    #recaptcha_table
    td.recaptcha_image_cell
    #recaptcha_image {
    height: 60px !important;
  }
  #content-full-testimonial-form table#recaptcha_table tr:first-child {
    height: 150px;
  }
  #content-full-testimonial-form table#recaptcha_table tr td {
    padding: 0 !important;
  }
  #content-full-testimonial-form
    #recaptcha_table
    tr:first-child
    td:nth-child(2) {
    padding-top: 20px !important;
    padding-left: 38% !important;
  }
  #content-full-testimonial-form
    #recaptcha_table
    tr:first-child
    td:nth-child(2)
    a {
    float: left;
    margin-right: 10px;
  }
  #content-full-testimonial-form
    #recaptcha_table
    tr:first-child
    td:nth-child(2)
    a:nth-child(2)
    img {
    height: 18px;
  }
  #content-full-testimonial-form
    #recaptcha_table
    tr:first-child
    td:nth-child(3) {
    clear: both;
  }
  #content-full-testimonial-form
    #recaptcha_table
    tr:first-child
    td:nth-child(3)
    img {
    padding-top: 10px !important;
    margin: 0 auto !important;
  }

  #content-full-testimonial-form
    #recaptcha_table
    tr:nth-child(2)
    td:nth-child(2) {
    text-align: center;
    padding-bottom: 10px;
  }
  #content-full-testimonial-form
    #recaptcha_table
    tr:nth-child(2)
    td:nth-child(2)
    #recaptcha_privacy {
    float: none;
  }
  #content-full-testimonial-form table#recaptcha_table,
  #content-full-testimonial-form table#recaptcha_table tbody,
  #content-full-testimonial-form table#recaptcha_table tr,
  #content-full-testimonial-form table#recaptcha_table tr td {
    display: block;
    background-color: white;
  }
  #content-full-testimonial-form table#recaptcha_table tr td,
  #content-full-testimonial-form table#recaptcha_table tr td input {
    margin: 0 auto !important;
  }
  #content-full-testimonial-form table#recaptcha_table {
    padding: 10px 0px !important;
  }
}

#content-full-testimonials #testimonials-filters {
  margin-bottom: 10px;
  text-align: right;
}
#content-full-testimonials .testimonial-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#content-full-testimonials header {
  text-align: center;
}
#content-full-testimonials .testimonial-country {
  /*	float: left;
	margin-right: 10px;*/
}
#content-full-testimonials .testimonial-author {
  text-align: right;
}
#content-full-testimonials .testimonial-content {
  text-align: justify;
}
#content-full-testimonials nav.navigation {
  text-align: center;
}
#content-full-testimonials nav.navigation a {
  margin: 0px 20px;
}

#content-full-testimonial-form {
  margin-top: 20px;
}
#content-full-testimonial-form label {
  display: none;
}
#content-full-testimonial-form .leave-testimonial-link {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#content-full-testimonial-form .gform_footer {
  text-align: center;
}
#content .inside-article {
  padding-top: 0px;
}

/*
	FAQ - Knowledgebase
*/
#faq-page-template header .navbar {
  margin-bottom: 0;
}
#faq-page-template #kbe-search-area {
  background-color: #092242;
}
#faq-page-template #kbe-search-area .row {
  text-align: center;
}
#faq-page-template ul li i.fa-file-text-o,
#faq-page-template ul li i.fa-question-circle,
#faq-page-template ul li i.fa-file-o,
#faq-page-template ul li i.fa-circle-o {
  font-size: 22px;
  display: block;
  float: left;
  margin-right: 10px;
  color: #bbb;
}
#faq-page-template .kbe_search_field {
  position: relative;
}

#faq-page-template ul#search-result {
  border-bottom: none;
}
#faq-page-template ul#search-result li a {
  background-color: rgb(255, 255, 255);
}
#faq-page-template ul#search-result li a:hover {
  background-color: #f8f8f8;
}
#faq-page-template ul#search-result li:last-child {
  border-bottom: 1px solid #cccccc;
}
#faq-page-template ul#search-result li i.fa-file-text-o,
#faq-page-template ul#search-result li i.fa-question-circle,
#faq-page-template ul#search-result li i.fa-file-o {
  padding-top: 10px;
  padding-left: 10px;
  color: #bbb;
}
#faq-page-template .kbe_search_field input[type="text"] {
  position: relative;
}
#faq-page-template .kbe_search_field:before {
  content: "\f002";
  font-family: FontAwesome;
  position: absolute;
  top: -9px;
  left: 2px;
  font-size: 35px;
  color: #666666;
  z-index: 2;
}
#faq-page-template #kbe-search-area #kbe-search-title {
  color: white;
}
#faq-page-template #kbe-search-area #kbe-search-title h1 {
  padding-top: 15px;
  margin-bottom: 5px;
}
#faq-page-template #kbe-search-area #kbe-search-title h1 a {
  font-weight: bold;
  color: white;
}
#faq-page-template #kbe-search-area #kbe-search-title h1 a:hover {
  text-decoration: none;
}
#faq-page-template #kbe-search-area #kbe-search-title h4 {
  color: white;
  margin-bottom: 10px;
}
#faq-page-template #kbe-search-area .kbe_search_field input {
  width: 100%;
  padding: 7px 16px 7px 40px;
}
#faq-page-template .kbe_articles_search ul li i,
#faq-page-template .kbe_articles ul li i {
  padding-top: 5px;
}
#faq-page-template #kbe_content .kbe_articles_search ul li a.post-title {
  color: black;
  font-size: 18px;
}
#faq-page-template .kbe_articles_search ul li {
  padding-top: 10px;
  padding-bottom: 25px;
}
#faq-page-template .kbe_articles_search ul li .kbe_read_more a {
  color: #166c94;
  text-decoration: underline;
}
#faq-page-template #kbe-bread-crumbs {
  background-color: #f8f8f8;
}
#faq-page-template #kbe-bread-crumbs .kbe_breadcrum {
  padding: 15px;
  margin-bottom: 0px;
}
#faq-page-template #kbe-bread-crumbs .kbe_breadcrum ul li {
  background: none;
  padding: 0px 5px;
}
#faq-page-template #kbe-bread-crumbs .kbe_breadcrum ul li.separator {
  font-weight: bold;
}
#faq-page-template #kbe_content {
  margin-top: 15px;
  margin-bottom: 30px;
}
#faq-page-template #kbe_content .kbe_category {
  margin: 0px;
}
#faq-page-template #kbe_content .dd_post_share {
  display: none;
}
#faq-page-template .kbe_aside .kbe_widget ul li {
  position: relative;
  padding-left: 20px;
}
#faq-page-template .kbe_aside .kbe_widget ul li:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: 5px;
  content: "\f105";
  font-size: 18px;
  color: #bbb;
}
#faq-page-template .kbe_aside .kbe_widget.kbe_widget_article ul li:before {
  position: absolute;
  font-family: FontAwesome;
  top: 0;
  left: -5px;
  content: "\f0f6";

  font-size: 22px;
  color: #bbb;
}
#faq-page-template .kbe_aside .kbe_widget.kbe_widget_article ul li {
  padding-left: 20px;
}
#faq-page-template #kbe-article {
  text-align: justify;
}
#faq-page-template #kbe-article h1 {
  text-align: left;
}

/**
 * FORM: Switch to OPAS Now!
 */
#gform_5 input[type="checkbox"],
#gform_8 input[type="checkbox"] {
  display: inline-block;
  width: 25px;
  border: none;
  box-shadow: none;
}
#gform_5 input[type="checkbox"] ~ label,
#gform_8 input[type="checkbox"] ~ label {
  width: 90%;
  font-weight: normal;
  font-size: 14px;
}

/*Lightbox*/
.featherlight.promotional-popup {
  background: url(data:image/png;base64,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TUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDEzLTExLTA2VDIyOjExOjgxPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMDwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4xPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KbQS91AAAAB1JREFUGBljZGBgOA7EBAETQRVQBaMK8YYU0cEDAE1HANt9zybzAAAAAElFTkSuQmCC) !important;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.featherlight.promotional-popup .featherlight-content {
  background: none;
}
.promo-popup-content {
  text-align: center;
  max-width: 670px;
  padding: 20px;
  font-size: 18px;
  border: 10px solid white;
  background-color: #474747;
}
.promo-popup-content,
.promo-popup-content a,
.promo-popup-content h1,
.promo-popup-content h2,
.promo-popup-content h3 {
  color: white;
}
.promo-popup-content h3 {
  font-size: 32px;
}
.promo-popup-content h2 {
  font-size: 70px;
  margin: 40px 0px;
}
.promo-popup-content h3:first-child {
  padding-top: 0px;
  margin-top: 0px;
}
.promo-popup-content .promo-button {
  margin-top: 10px;
}
.promo-popup-content .promo-button a {
  background-color: black;
  border: 2px solid white;
  padding: 2px 5px;
  cursor: pointer;
}
.promo-popup-content .promo-button a:hover {
  background-color: #615f5f;
}
.promo-popup-content .promo-button a:hover,
.promo-popup-content .promo-button a:visited {
  color: white;
}
.dont-diaplay-popup-wrapp {
  font-size: 14px;
  margin-top: 20px;
}
input.dont-diaplay-popup {
  cursor: pointer;
}

/**
  * Content: Guides
  */
body.no-sidebar article #blank-cta-template {
  text-align: center;
}
body.no-sidebar article .row.guides-row {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.no-sidebar article .row.guides-row .guide-description {
  text-align: justify;
}

@media screen and (max-width: 992px) {
  body.no-sidebar article .row.guides-row {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  body.no-sidebar article .row.guides-row .row {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  body.no-sidebar article .row.guides-row .guide-title {
    text-align: center;
  }
  body.no-sidebar article .row.guides-row #blank-cta-template img {
    margin: 0 auto;
  }
}

/**
  * Content: Landing Page
  */
#primary.landing-page-primary #main {
  margin-right: 0px;
  margin-left: 0px;
}
#primary.landing-page-primary article .inside-article {
  padding: 0px;
}

#page form .gform_footer {
  text-align: center;
}

#landing-page-left-sidebar,
#landing-page-left-sidebar .inside-left-sidebar,
#landing-page-left-sidebar .inside-left-sidebar aside,
#landing-page-right-sidebar,
#landing-page-right-sidebar .inside-left-sidebar,
#landing-page-right-sidebar .inside-left-sidebar aside {
  background-color: #efefef;
}

#landing-page-left-sidebar .inside-left-sidebar aside {
  padding: 20px 0 0 0;
}
#landing-page-right-sidebar .inside-left-sidebar {
  padding: 0px 30px;
}
#landing-page-right-sidebar aside.widget.gform_widget {
  color: #666;
  font: 14px/26px "Raleway", sans-serif;
  padding: 15px;
  background-color: #fbfbfb;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#landing-page-right-sidebar aside.widget.gform_widget h4.widget-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
#landing-page-right-sidebar aside.widget.gform_widget .gform_footer {
  text-align: center;
}

/**
  * Content: Blog
  */
#main.archive-page article,
#main.archive-page-author article {
  border-top: 1px solid #ccc;
}
#main.archive-page article:first-child,
#main.archive-page-author article:first-child {
  border: none;
}
#main.archive-page article .inside-article {
  padding-bottom: 0px;
}
/* #main.archive-page article.type-blog .post-image {
    margin-top: 20px;
}
#main.archive-page article.type-blog .post-image img {
    width: 300px;
}
#main.archive-page article.type-blog header.entry-header {
    margin-left: 330px;
} */
#main article,
#main article .inside-article {
  background-color: white;
  /* background-color: #efefef; */
}
#main #blog-container article {
  background-color: #efefef;
  background: #efefef;
}
nav.paging-navigation .nav-links .page-numbers {
  margin-right: 10px;
}

/**
  * Content: Archive
  */
main.archive-page header.page-header {
  padding: 0px 0px 20px 40px;
  margin: 0px;
}
#main.archive-page #blog-container article {
  clear: both;
}
#main.archive-page #blog-container .blog-column {
  display: inline-block;
  padding: 20px;
}
#main.archive-page #blog-container article .blog-row header.blog-entry-header {
  padding-bottom: 15px;
}
#main.archive-page #blog-container article .blog-row h1.entry-title {
  font-size: 24px;
  color: #1e73be;
}
#main.archive-page #blog-container article .blog-row h1.entry-title:hover {
  text-decoration: underline;
}
#main.archive-page #blog-container .blog-col-30 {
  width: 25%;
  float: left;
}
#main.archive-page #blog-container .blog-col-70 {
  width: 65%;
}

/*Mobile*/
@media (max-width: 736px) {
  #main.archive-page #blog-container .blog-col-30 {
    width: 90%;
  }
  #main.archive-page #blog-container .blog-col-70 {
    width: 90%;
  }
}
/*Tablet*/
@media (min-width: 736px) and (max-width: 1025px) {
  #main.archive-page #blog-container .blog-col-30 {
    width: 90%;
  }
  #main.archive-page #blog-container .blog-col-70 {
    width: 90%;
  }
  #main.archive-page #blog-container .blog-column .blog-post-image {
    text-align: center;
  }
  #main.archive-page #blog-container .blog-column .blog-post-image img {
    width: 60%;
  }
}
@media (max-width: 1180px) and (max-height: 835px) {
}
/*Desktop*/
@media (min-width: 1025px) {
  .blog-col-30 {
    width: 29%;
    float: right;
  }
  .blog-col-70 {
    width: 70%;
  }
}

/**
  * Search widget
  */
#site-navigation {
  box-shadow: 0px 0px 1px #0b2342;
}
#site-navigation #primary-menu .search-item a {
  background-color: #0b2342;
}
#site-navigation #primary-menu .search-item a:hover {
  color: #ffb639;
  font-size: 15px;
}
#site-navigation,
#site-navigation.main-navigation ul,
#site-navigation button:hover {
  background-color: #2c4e73;
  color: #dce8f6;
}
#site-navigation button.menu-toggle {
  color: #dce8f6;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
}
#site-navigation.main-navigation ul ul li {
  border-bottom: 1px solid #0b2342;
}
#menu-menu-main > li a {
  padding-right: 20px;
  padding-left: 20px;
}

#site-navigation li a:hover,
#site-navigation li a:active,
#site-navigation .main-nav ul li[class*="current-menu-"] > a,
#site-navigation .main-nav ul li:hover > a,
#site-navigation .main-nav ul li:focus > a,
#site-navigation .main-nav ul li.sfHover > a {
  background-color: #0b2342;
}

#site-navigation a {
  color: #dce8f6;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

#site-navigation #login-btn-wrapper {
  padding: 10px 20px;
}
#site-navigation #login-btn {
  padding: 0px;
  padding: 0px 24px;
  border: none;
  color: #0b2342;
  font-size: 12px;
  font-weight: 600;
  width: auto;
}
#site-navigation #login-btn:hover,
#site-navigation #login-btn-wrapper:hover > a {
  background-color: #e8e8e8;
}

#site-navigation .navigation-search input[type="search"],
#site-navigation .navigation-search input[type="search"]:active {
  background-color: white;
  color: black;
  border: 1px solid black;
  padding: 0px 10px;
  margin-bottom: 1px;
  line-height: normal;
  height: 45px;
}

#right-sidebar aside h2.widget-title {
  text-align: center;
}

#cookie-notice {
  background-color: rgba(252, 174, 25, 0.9) !important;
  text-shadow: 1px 1px #774d00;
}
#cn-notice-text {
  float: left;
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
}
#cn-notice-text a {
  color: #292828;
  text-decoration: underline;
  text-shadow: none;
}
#cn-notice-text a:hover {
  text-decoration: none;
}
#cookie-notice a.cn-button,
#cookie-notice a.cn-button:visited {
  background-color: #2c4e73;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 5px 20px;
}
#cookie-notice a.cn-button:hover {
  background-color: #0b2342;
}

#kbe_content .kbe_leftcol li p,
#kbe_content .kbe_leftcol li span {
  margin-bottom: 0px !important;
}
#kbe_content .kbe_leftcol li p:last-child {
  margin-bottom: 20px !important;
}
#right-sidebar aside {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.signup-form form li.gfield.field_sublabel_below .warningTextareaInfo {
  display: none;
}
.gform_ajax_spinner {
  width: 30px;
  display: block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  top: 10px;
}

#search-results-page header.page-header {
  padding: 0;
  text-align: center;
}

/*
** GravityForms 
*/

/* Signup form */
.ginput_container_password {
  position: relative;
}
.ginput_container_password span button {
  top: -5px;
  position: absolute;
  background: none;
  width: 30px;
  height: 30px;
  right: 5px;
}
.ginput_container_password span.ginput_left button {
  top: -5px;
}
.ginput_container_password span.ginput_right button {
  top: 55px;
}
.ginput_container_password span button span {
  color: #7a7a7a;
}
.ginput_container_password span button span:hover {
  color: black;
}
.gfield_password_strength {
  font-weight: 400;
}
.gfield_password_strength.mismatch {
  color: #a94442;
}
.gfield_password_strength.blank {
  color: #2c4e73;
}
.gfield_password_strength.short {
  color: #ff766e;
}
.gfield_password_strength.bad {
  color: #ffb300;
}
.gfield_password_strength.good {
  color: #5fccdc;
}
.gfield_password_strength.strong {
  color: #119249;
}

.gform_validation_errors.validation_error h1,
.gform_validation_errors.validation_error h2,
.gform_validation_errors.validation_error h3 {
  color: #b94a48;
  font-size: 17px;
  padding: 0px;
  margin: 0px;
}

/* jQuery UI */
.ui-dialog.text-center .ui-dialog-content {
  text-align: center;
}
.ui-dialog.buttons-center .ui-dialog-buttonset {
  text-align: center;
  float: none;
}
.ui-dialog.buttons-center .ui-dialog-buttonset button.btn-warning {
  font-size: 16px;
  border: none;
  background-color: #ffb639;
  color: white;
  border-radius: 4px;
  width: auto;
  font-weight: bold;
}
.ui-dialog.notification-msg .ui-dialog-titlebar {
  background-color: #2c4e73;
}

.enhanced-password-wrapp {
  clear: both;
  padding: 0px 0px 0px 5px;
}
.password-empty {
  width: 31%;
  background-color: #ccc;
  margin: 3px;
  float: left;
}
.password-empty hr {
  height: 5px;
}
.enhanced-password-wrapp .password-empty.red {
  background-color: #b94a48;
}
.enhanced-password-wrapp .password-empty.orange {
  background-color: #ffb300;
}
.enhanced-password-wrapp .password-empty.green {
  background-color: #008a20;
}
