@charset 'utf-8';
/*
Theme Name: Richard Duncan Economics
Theme URI: https://pragmaticode.com
Author: MrHOG
Author URI: https://pragmaticode.com
Description: A specially customized theme developed for the Richard Duncan Economics website.
Tags: custom-css, custom-background, custom-logo, custom-menu, editor-style, featured-images, post-formats, threaded-comments, translation-ready, customizer-support, widget-support
Text Domain: richardduncaneconomics
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.htm
Version: 1.0
*/
/*
==========================================
  Font Styles
==========================================
*/
@font-face {
  font-family: "open_sanslight";
  src: url("fonts/OpenSans-Light-webfont.eot");
  src: url("fonts/OpenSans-Light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Light-webfont.woff") format("woff"), url("fonts/OpenSans-Light-webfont.ttf") format("truetype"),
    url("fonts/OpenSans-Light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("fonts/OpenSans-Regular-webfont.eot");
  src: url("fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Regular-webfont.woff") format("woff"),
    url("fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("fonts/OpenSans-Semibold-webfont.eot");
  src: url("fonts/OpenSans-Semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Semibold-webfont.woff") format("woff"),
    url("fonts/OpenSans-Semibold-webfont.ttf") format("truetype"), url("fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansbold";
  src: url("fonts/OpenSans-Bold-webfont.eot");
  src: url("fonts/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-Bold-webfont.woff") format("woff"), url("fonts/OpenSans-Bold-webfont.ttf") format("truetype"),
    url("fonts/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansextrabold";
  src: url("fonts/OpenSans-ExtraBold-webfont.eot");
  src: url("fonts/OpenSans-ExtraBold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/OpenSans-ExtraBold-webfont.woff") format("woff"),
    url("fonts/OpenSans-ExtraBold-webfont.ttf") format("truetype"), url("fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cassannet_plusregular";
  src: url("fonts/cassannet_plus_regular-webfont.eot");
  src: url("fonts/cassannet_plus_regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/cassannet_plus_regular-webfont.woff2") format("woff2"),
    url("fonts/cassannet_plus_regular-webfont.woff") format("woff"), url("fonts/cassannet_plus_regular-webfont.ttf") format("truetype"),
    url("fonts/cassannet_plus_regular-webfont.svg#cassannet_plusregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
==========================================
  Base Styles
==========================================
*/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
}
*:focus {
  outline: none;
}
header,
div,
aside,
footer,
article {
}
html {
  height: 100%;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth !important;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  font-family: "open_sanssemibold", sans-serif;
  color: #222;
}
h1 {
  line-height: 50px;
  font-size: 36px;
}
a:link {
  color: #033481;
}
a:visited {
  color: #033481;
}
a:hover {
  color: #eea236;
}
a:active {
  color: #eea236;
}
p {
  margin-bottom: 20px;
  letter-spacing: 1px;
}
hr {
  height: 1px;
  margin: 20px 0;
  border: none;
  background-color: #eeeeee;
}
/*
==========================================
  Helper Classes
==========================================
*/
.featured-title {
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  color: #4cc1f4;
}
.title-container {
  margin-bottom: 30px;
  color: #222;
}
.title-decor {
  padding: 0 0 10px 0;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
}
.title-decor::after {
  content: "";
  height: 1px;
  width: 100px;
  margin-left: -50px;
  position: absolute;
  left: 50%;
  bottom: -1px;
  background-color: #eea236;
}
.title-decor-left {
  padding: 0 0 7px 0;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
}
.title-decor-left::after {
  content: "";
  height: 1px;
  width: 100px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #eea236;
}
.all-centered {
  text-align: center;
}
.single-title {
  line-height: 110%;
  padding: 0 0 7px 0;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  font-size: 26px !important;
}
.single-title::after {
  content: "";
  height: 1px;
  width: 150px;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #eea236;
}
.title-med {
  font-size: 1.5rem !important;
}
.subtitle {
  margin-top: 40px;
  font-size: 24px;
}
.btn {
  display: inline-block;
  border: 1px solid #aaa !important;
  border-radius: 3px !important;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  font-size: 18px !important;
  color: #666 !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-primary,
.button-primary {
  padding: 0.5rem 1rem;
  border: 1px solid #eea236 !important;
  border-radius: 3px !important;
  background-color: #eea236 !important;
  font-size: 18px !important;
  color: #fff !important;
}
.btn-primary:hover,
.button-primary:hover {
  border: 1px solid #033481 !important;
  background-color: #033481 !important;
}
.btn-big {
  padding: 15px 40px;
}
.btn-wrap {
  padding: 42px 10px;
}
.btn-wrap-content {
  padding: 20px 0;
}
.stick-top {
  position: sticky;
  top: 10px;
}
.more-wrap {
  padding: 30px 0;
  text-align: center;
}
.clear-row {
  display: block;
  clear: both;
}
.wp-block-image img {
  height: auto;
}
.space-top-50 {
  padding-top: 50px;
}
/*
==========================================
  Main Structure Styles
==========================================
*/
/* ===================================== Main Wrap ===================================== */
#main-wrap {
  min-height: 100%;
}
/* ===================================== Header ===================================== */
#main-header {
  border-bottom: 5px solid #013381;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  position: relative;
}
#top-bar {
  max-height: 60px;
  line-height: 30px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  display: block;
  transition: max-height 0.3s linear;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 15px;
  color: #222;
}
#top-bar-left {
  text-align: center;
}
#top-bar-right {
  text-align: center;
}
.custom-logo {
  max-width: 300px !important;
  height: auto;
  transition: max-width 0.3s linear;
}
#logo-wrap {
  margin: 10px 0;
  position: relative;
  text-align: center;
}
#logo-wrap img {
  width: 100%;
  height: auto;
}
#subscribe-myaccount {
  justify-content: center;
  padding: 0 0 20px;
}
#login-cart a {
  color: #666 !important;
  transition: color 0.6s linear;
}
#login-cart a:hover {
  color: #4cc1f4 !important;
}
#login-cart ul li {
  list-style: none;
  display: inline-block;
}
#login-cart ul li .cart-icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
  color: #111;
}
#menu-row {
  border-top: 1px solid #eee;
}
.navbar {
  padding: 0 1rem;
}
.navbar-nav {
  margin: 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.3rem;
  padding-left: 1.3rem;
}
#main-menu-navbar ul li a {
  padding: 1rem 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
#main-menu-navbar ul li ul li a {
  border-bottom: 1px solid #ddd;
}
#main-menu-navbar ul li.current_page_item a,
#main-menu-navbar ul li.current_page_item a,
#main-menu-navbar ul li.current-menu-ancestor .dropdown-toggle,
#main-menu-navbar ul li.current-menu-parent .dropdown-toggle {
  color: #013381;
}
.navbar-light .navbar-toggler {
  width: 100%;
  margin: 10px 0;
  background-color: #f6f6f6;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0;
}
/* ===================================== Content ===================================== */
#main-content {
  padding: 0 0 132px 0;
  display: flex;
  flex-direction: column;
}
#main-content-left ol,
#main-content-left ul {
  margin: 0 0 25px 25px;
}
#main-content-left h2 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
#inside-top {
  padding: 20px 0;
}
#inside-top h1 {
  font-size: 30px;
}
#main-content-left,
#main-content-right {
  padding: 0 10px 40px;
}
#sidebar-top {
  padding: 30px 0 0;
}
.sidebar-box {
  margin-bottom: 40px;
}
.sidebar-box h3 {
  font-size: 22px;
}
.sidebar-content,
.widget_recent_entries {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f6f6f6;
}
.sidebar-content ul {
  margin: 0 0 0 20px;
  color: #666;
}
.sidebar-content ul li {
  margin-bottom: 5px;
  font-size: 14px;
}
.sidaber-desc {
  font-size: 16px;
}
.or-statement {
  margin: 0;
  padding: 5px 0;
}
.widget_recent_entries {
  margin-top: -30px;
}
.widget_recent_entries ul {
  margin: 0 0 0 10px;
}
.widget_recent_entries ul li {
  margin-bottom: 10px;
  list-style: disc;
  color: #bbb;
  font-size: 14px;
}
.login-username {
}
.login-password {
}
.login-username input,
.login-password input {
  width: 100%;
  height: 40px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.login-remember input {
  border: 1px solid #ddd !important;
}
/* ===================================== Footer ===================================== */
#main-footer {
  min-height: 132px;
  margin-top: -132px;
  border-top: 1px solid #ddd;
  background-color: #013381;
  color: #a7bbda;
}
#footer-top {
  min-height: 92px;
  padding: 20px 0;
  color: #a7bbda;
}
.footer-box {
  padding: 10px;
  font-size: 18px;
}
.footer-box p {
  font-size: 15px;
}
.footer-box a {
  color: #fff;
}
.footer-box a:hover {
  color: #4cc1f4;
}
.footer-box ul li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
}
.foot-social ul li {
  margin: 0 8px;
  display: inline-block;
  font-size: 20px;
}
.foot-social ul li a {
  display: block;
  width: 40px;
  padding: 4px 8px;
  border-radius: 2px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: #033481;
}
.footer-box h5 {
  margin-bottom: 30px;
  letter-spacing: 0;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #829fcd;
}
.footer-box h6 {
  margin-bottom: 15px;
  letter-spacing: 0;
  font-family: "open_sanssemibold", sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #111;
}
.foot-logo {
  margin-bottom: 20px;
}
#foot-payment-methods {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
}
#footer-bar {
  min-height: 40px;
  line-height: 20px;
  padding: 10px 0;
  background-color: #031529;
  font-size: 13px;
  color: #fff;
}
#footer-bar-landing {
  min-height: 40px;
  line-height: 40px;
  padding: 30px 0;
  background-color: #031529;
  font-size: 13px;
  color: #fff;
}
#site-info {
  text-align: center;
  font-size: 16px;
}
#design-info {
  width: 100%;
  text-align: center;
  color: #829fcd;
}
#design-info a {
  color: #829fcd;
}
/*
==========================================
  Specific Page Styles
==========================================
*/
.white-bg {
  background-color: #ffffff !important;
}
.sc-jKvnYE #page-body #section-011f5632d590 .civVjI .hswPRn .kAEQOD {
  padding-top: 10px !important;
  padding-bottom: 50px !important;
}

/* ===================================== Home ===================================== */
#main-banner {
  padding: 40px 10px;
  margin-bottom: 30px;
  border-bottom: 5px solid #ff9200;
  background-image: url(images/economy-banner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
#main-banner .container {
  max-width: 800px;
}
.video-container {
  position: relative;
}
video {
  width: 100%;
  height: auto;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  opacity: 0.7;
  cursor: pointer;
}
#main-banner .btn-primary {
  padding: 15px 45px;
}
#main-banner .btn-wrap {
  padding: 30px 10px 0;
}
.title-home h2 {
  font-size: 22px;
}
.post-box-home {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  text-align: left;
  border: 1px solid #eee;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.post-box-desc {
  padding: 15px;
  font-size: 14px;
}
.post-box-desc h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.post-box-desc p {
  margin-bottom: 10px;
}
#inside-mid .post-box-desc p {
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.lpost-meta {
  margin-bottom: 2px;
  font-size: 12px;
  color: #999;
}
.excerpt-more {
  text-align: right;
}
.excerpt-more {
  vertical-align: middle;
}
/* ===================================== Macro Watch ===================================== */
.video-box-wrap {
  margin-bottom: 40px;
}
.video-box {
  border: 1px solid #eee;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}
.video-box .video-image {
  position: relative;
}
.video-box .video-image img {
  display: block;
}
.video-box .video-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-box .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  color: rgba(255, 255, 255, 0.8);
}
.video-box .video-description {
  padding: 15px;
}
.video-box .video-description h3 {
  font-size: 18px;
}
.file-download p {
  font-size: 14px;
  color: #999;
}
.file-download a {
  color: #001c47;
}
.ns-video-list {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 4px;
}
.home-message {
  padding: 15px 10px;
  position: relative;
  text-align: center;
  background-color: #222;
  font-size: 15px;
  color: #fff;
}
.home-message p {
  margin: 0;
  letter-spacing: 0;
}
.home-message a {
  font-weight: 700;
  color: #eea236;
}
.toggle-message {
  display: block;
  padding: 15px 0;
  font-size: 20px;
}
.toggle-message span {
  font-size: 14px;
  vertical-align: text-top;
}
@media (min-width: 860px) {
  .toggle-message {
    padding: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-0%, -50%);
  }
}
/* ===================================== Books ===================================== */
.book-wrap {
  padding: 0 10px;
  margin-bottom: 80px;
  /*text-align: center;*/
}
/* ===================================== Blog ===================================== */
.post-box-blog {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.post-box-blog .post-box-image {
  width: 100%;
  flex-basis: 100%;
}
.post-box-blog .post-box-desc {
  width: 100%;
  flex-basis: 100%;
}
/* ===================================== Single ===================================== */
.single-post-date {
  padding: 20px 0 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #999;
}
.post-nav {
  display: flex;
  justify-content: space-between;
}
.next-post {
  text-align: right;
}
#comments {
  padding: 50px 0 20px;
}
#comments ol li {
  margin-bottom: 10px;
  list-style: none;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#comments ol li .children {
  padding: 5px;
}
#comments ol li .children li {
  margin-bottom: 0;
}
#comments .comment-meta {
  display: flex;
  padding: 10px;
  align-items: baseline;
  background-color: #ddd;
}
#comments .comment-author,
#comments .comment-metadata {
  width: 50%;
  flex-basis: 50%;
}
#comments .comment-metadata {
  text-align: right;
  font-size: 14px;
}
#comments .edit-link {
  display: block;
  font-size: 13px;
}
#comments .comment-content {
  padding: 10px;
}
#comments .reply {
  padding: 10px;
  text-align: right;
}
#comments #reply-title {
  font-size: 18px;
}
#comments #respond {
  padding: 10px;
}
/* ===================================== 404 ===================================== */
.page-icon {
  display: block;
  font-size: 50px;
  color: #999;
}
.list-404 {
  list-style: none;
  font-weight: 700;
}
/* ===================================== Shop ===================================== */
.shop-result-head {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
  overflow: auto;
}
.shop-result-head .woocommerce-ordering,
.shop-result-head p {
  margin: 0 !important;
}
.shop-result-head .woocommerce-ordering select {
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.shop-result-head p {
  line-height: 36px;
  font-size: 20px;
}
.products .product.type-product {
  border: 1px solis #eee;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
}
.products .product.type-product h2 {
  padding: 20px 0 10px !important;
  font-size: 20px !important;
}
.woocommerce ul.products li.product a img {
  margin: 0;
}
.woocommerce ul.products li.product .button {
  margin: 10px 0 20px;
}
/* ===================================== Single Product ===================================== */
.entry-summary .cart .quantity input {
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.product_meta .sku_wrapper,
.product_meta .posted_in,
.product_meta .tagged_as {
  display: block;
}
#tab-description ul,
#tab-description ol {
  margin-left: 20px;
}
.woocommerce-billing-fields__field-wrapper p,
.woocommerce-billing-fields__field-wrapper p span {
  width: 100% !important;
}
.woocommerce-billing-fields__field-wrapper input[type="text"],
.woocommerce-billing-fields__field-wrapper input[type="email"],
.woocommerce-billing-fields__field-wrapper input[type="password"],
.woocommerce-billing-fields__field-wrapper select {
  width: 100%;
  height: 42px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
  border: 1px solid #ddd;
  height: 40px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.woocommerce-billing-fields__field-wrapper label {
  margin-bottom: 0;
}
.woocommerce-billing-fields__field-wrapper .form-row {
  margin: 0 0 16px !important;
}
#customer_details .shipping-column {
  display: none;
}
/* ===================================== Forms ===================================== */
.woocommerce-form input[type="text"],
.woocommerce-form input[type="email"],
.woocommerce-form input[type="password"] {
  width: 100%;
  height: 42px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}
/* ===== Account Forms ===== */
.woocommerce-EditAccountForm input[type="text"],
.woocommerce-EditAccountForm input[type="email"],
.woocommerce-EditAccountForm input[type="password"],
.woocommerce-address-fields__field-wrapper input[type="text"],
.woocommerce-address-fields__field-wrapper input[type="email"],
.woocommerce-address-fields__field-wrapper input[type="tel"],
.woocommerce-address-fields__field-wrapper select {
  width: 100%;
  height: 42px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.woocommerce-address-fields__field-wrapper .form-row label {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
.woocommerce-address-fields__field-wrapper .form-row span {
  display: block;
  width: 100%;
}
.woocommerce-EditAccountForm label,
#commentform label {
  margin-bottom: 0;
}
.woocommerce-EditAccountForm span {
  line-height: 130%;
  font-size: 13px;
}
/* ===== Comment Form ===== */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.form-submit input {
  padding: 0.5rem 1rem;
  border: 1px solid #eea236 !important;
  border-radius: 3px !important;
  background-color: #eea236 !important;
  font-size: 18px !important;
  color: #fff !important;
  overflow: visible;
  font-weight: normal;
  transition: border 0.6s ease, background-color 0.6s ease;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  border: 1px solid #033481 !important;
  background-color: #033481 !important;
}
#commentform input[type="text"],
#commentform input[type="email"],
.woocommerce-ResetPassword input {
  width: 100%;
  height: 40px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
/* ===== Contact Form ===== */
.wpcf7-form {
  margin-bottom: 30px;
}
.wpcf7-form fieldset {
  margin-bottom: 15px;
}
.wpcf7-form label {
  margin-bottom: 0;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  width: 100%;
  height: 40px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.wpcf7-form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 240px;
  padding: 2px 5px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
/* ===== GetResponse Form ===== */
#form-toggler-wrap {
  padding: 0 20px 20px;
}
.gr-form-block {
  display: none;
  max-width: 520px;
  padding: 15px;
  margin: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f6f6f6;
}
#subscribe-wrap input[type="text"],
#subscribe-wrap input[type="email"] {
  width: 100%;
  height: 42px;
  padding: 2px 5px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#subscribe-wrap input[type="submit"] {
  margin: 10px;
}
/* ===== Modal Form ===== */
.timeoutPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s linear, visibility 0.1s linear, background 0.1s linear;
}
.timeout-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.timeout-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeoutPopup_hidden {
  visibility: hidden;
  opacity: 0;
  background: transparent;
}
.timeoutPopup_hidden .timeoutPopup__wrapper {
  top: -100%;
  visibility: hidden;
  opacity: 0;
}
.timeoutPopup__wrapper {
  position: relative;
  max-width: 500px;
  /*border: 1px solid #ddd;*/
  visibility: visible;
  opacity: 1;
  transition: opacity 0.4s linear, visibility 0.4s linear, top 0.4s linear;
}
.timeoutPopup__content {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 3px 3px 0 0;
  background-color: #013381;
}
.popup-img {
  width: 30%;
  flex-basis: 30%;
  /*padding: 15px 25px 15px 0;*/
  text-align: center;
  color: #031529;
}
.popup-img i {
  font-size: 6em;
}
.popup-desc {
  width: 70%;
  flex-basis: 70%;
  color: #fff;
}
.popup-desc h3 {
  font-size: 1.5em;
  color: #829fcd;
}
.popup-desc p {
  margin-bottom: 0;
  font-size: 14px;
}
.popup-form {
  padding: 20px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
}
.popup-form form {
  display: flex;
}
#popup-input {
  width: 70%;
  flex-basis: 70%;
  height: 40px;
  padding: 2px 5px;
  border: 1px solid #ddd;
  border-radius: 0 3px 3px 0;
  background-color: #fff;
}
#popup-submit {
  width: 30%;
  flex-basis: 30%;
  height: 40px;
  border: 1px solid #eea236;
  border-radius: 0 3px 3px 0;
  background-color: #eea236;
  color: #fff;
  cursor: pointer;
}
.timeoutPopup__close {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999999999;
  width: 32px;
  height: 32px;
  font-size: 2em;
  font-weight: 900;
}
/* ===================================== Index ===================================== */
.cv-title {
  font-size: 22px;
}
/* ===================================== Landing ===================================== */
.half-box {
  padding: 10px;
}
.hb-content {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}
/* ===================================== Search ===================================== */
.article-list {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
/* ===================================== Search Form ===================================== */
#search-wrap {
  position: relative;
}
#search-toggler {
  display: none;
}
#search-container {
  display: block;
  background-color: #013381;
}
#search-intro {
  display: none;
}
#search-box {
  min-height: 50px;
  padding: 10px 10px 3px;
  overflow: auto;
  transition: padding 0.3s linear;
}
#form-search {
  width: 100%;
}
#form-search #s {
  width: 77%;
  height: 40px;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
  float: left;
  background: #fff;
  color: rgb(100, 100, 100);
}
#form-search #searchsubmit {
  width: 23%;
  height: 40px;
  border: 1px solid #eea236;
  border-radius: 0 3px 3px 0;
  float: left;
  background: #eea236;
  color: #fff;
  cursor: pointer;
}
#form-search #searchsubmit i {
  font-size: 1.7em;
}
/* ===================================== Social ===================================== */
.newsletter-wrap {
  overflow: auto;
}
.newsletter-wrap #nl-email {
  width: 77%;
  height: 40px;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 3px 0 0 3px;
  float: left;
  background: #fff;
  color: rgb(100, 100, 100);
}
.newsletter-wrap #nl-submit {
  width: 23%;
  height: 40px;
  border: 1px solid #eea236;
  border-radius: 0 3px 3px 0;
  float: left;
  background: #eea236;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
/*
==========================================
  Scripts and Plugins Styles
==========================================
*/
.wc-stripe-elements-field,
.wc-stripe-iban-element-field,
.stripe-card-group {
  width: 100%;
}
.onsale {
  padding: 10px;
  border-radius: 3px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 9;
  background-color: #222;
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 30px 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f6f6f6;
}
.bread-block .woocommerce-breadcrumb {
  display: none;
}
.woocommerce-MyAccount-navigation ul {
  margin: 0 0 20px 15px;
  color: #999;
}
/* ----------------- Back to Top ----------------- */
.seb-btt-wrap {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.seb-btt-wrap::after {
  content: "";
  display: table;
  clear: both;
}
.seb-btt-top {
  display: inline-block;
  width: 70px;
  height: 50px;
  border-radius: 3px;
  position: fixed;
  bottom: 30px;
  left: 20px;
  background: rgba(0, 0, 0, 0.5) url(images/cd-top-arrow.svg) no-repeat center 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5 0s, visibility 0s 0.5s;
}
.seb-btt-top.seb-btt-visible,
.seb-btt-top.seb-btt-invisible,
.no-touch .seb-btt-top:hover {
  transition: opacity 0.5s 0s, visibility 0s 0s;
}
.seb-btt-top.seb-btt-visible {
  visibility: visible;
  opacity: 1;
}
.seb-btt-top.seb-btt-invisible {
  opacity: 0.7;
}
.no-touch .seb-bt-top:hover {
  background-color: #000000;
  opacity: 1;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: normal;
}
/*
====================================================================================================================================================-----
  Responsive Styles
  -This styles are a complement or overwrite of the sixeightblue.css file
====================================================================================================================================================-----
*/
@media (min-width: 520px) {
  #main-content-left {
    padding: 10px 40px 60px;
  }
}
@media (min-width: 620px) {
  .post-box-home {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (min-width: 720px) {
  #top-bar-left {
    text-align: left;
  }
  #top-bar-right {
    text-align: right;
  }
  #search-toggler {
    display: block;
    padding: 10px;
    position: absolute;
    bottom: -50px;
    right: 30px;
    border-radius: 3px;
    background-color: #013381;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
  }
  #search-container {
    display: none;
  }
  #search-box {
    padding: 10px 20px 3px;
  }
  #search-intro {
    display: block;
    line-height: 50px;
    padding-top: 3px;
    font-size: 20px;
    color: #fff;
  }
  #main-content-left {
    padding: 10px 60px 60px 0;
  }
  #main-content-right {
    padding: 10px 0 60px 0;
  }
  #subscribe-myaccount {
    justify-content: flex-end;
    padding: 0;
  }
  .post-box-blog {
    margin-bottom: 20px;
  }
  .post-box-blog .post-box-image {
    width: 30%;
    flex-basis: 30%;
  }
  .post-box-blog .post-box-desc {
    width: 70%;
    flex-basis: 70%;
  }
  .book-wrap {
    padding: 0;
    text-align: left;
  }
  .woocommerce-form-coupon-toggle {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
  }
}
@media (min-width: 860px) {
}
@media (min-width: 960px) {
}
@media (min-width: 1090px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1220px) {
}
@media (min-width: 1600px) {
}
@media (min-width: 1900px) {
}
@media (max-width: 859px) {
  #search-container {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  #main-menu-navbar ul li a {
    padding: 1rem 0.65rem !important;
  }
}

/* ============= Landing Page Styles ============= */
.landing-head-2022 {
  padding: 10px 20px !important;
  font-size: 1.5em !important;
}
.landing-title-2022 {
  margin: 40px 0 !important;
  font-size: 2.5em !important;
}
.landing-subtitle-2022 {
  font-size: 1.9em !important;
  margin: 25px 0 !important;
  line-height: 130%;
}
.landing-ruler-2022 {
  height: 3px;
  margin-bottom: 40px;
  border: none;
  border-radius: 6px;
  background-color: #a5aeb6;
}
.landing-bubble-2022 {
  padding: 20px !important;
  border: 1px solid #a5aeb6;
  border-radius: 10px;
  position: relative;
}
.cloud-arrow {
  width: 76px;
  height: 50px;
  position: absolute;
  bottom: -48px;
  left: 50px;
  background-image: url(images/cloud-arrow.png);
}
.landing-authorbox-2022 {
  margin-top: 30px;
}
.landing-authorimg-2022 {
}
.landing-authordesc-2022 {
  font-size: 18px;
  font-weight: 600;
}
.landing-subscribebtn-2022 a {
  padding: 0.5rem 1rem !important;
  background-color: #eea236 !important;
}
.lp-mw-intro {
  font-size: 18px;
}

#mwlp-wrap {
}
#mwlp-cover {
  display: block;
}
#mwlp-video {
  display: none;
}

/*-05-06-25-*/
#inside-mid .title-cut-3 span {
  color: #f4a146;
  font-weight: 600;
}
/*-*/
