/*!
Theme Name: Invest Package theme
Author: oncotton.net
Description: Custom theme for Investportal
Version: 1.0.1


--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Font
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	  scroll-behavior: smooth;

}

.post-edit-link {
	position: fixed;
bottom: 70px !important
left: 30px !important
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: 'BwModellica', Arial, sans-serif;
	background: var(--wp--preset--color--background);
	line-height: 1.5em
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block; 
}

button.navbar-toggler {background: #434244 !important; margin-right: 10px}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Layout
	 ========================================================================== */

img.avatar {.avatar {
border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
}}

.wp-block-columns> * {
    max-width: 840px;
    margin-left: auto !important;
    margin-right: auto !important;
}



.wp-block-columns.alignwide {
    max-width: 1300px;
    margin: 0 auto
}



.wp-block-columns .alignfull {
    max-width: none;
}

.wp-block-columns.slider-test {max-width: 1100px !important}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

p {line-height: 1.5em}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */


button,
input,
optgroup,
select,
textarea, button#reset-pass-submit {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

#somfrp_user_info, #som_new_user_pass, #som_new_user_pass_again {
	
	display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
}



/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}

summary {
	display: list-item;
}

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}


/* Typography
--------------------------------------------- */

.alert-dark {border-radius: 0 !important; background: #000; padding: 40px; margin-top: -20px; border: solid 0px !important}
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 1rem;
	line-height: 1.3;
}

header.entry-header {
	position: relative !important;
	padding: 40px 0 
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;}

h1.site-logo {font-size: 1.2rem; font-weight: 400; padding-top: 10px;}
h1.invest {font-size: 1.8rem !important; white-space: nowrap !important}
h2 {
	font-size: 2rem;
	font-weight: 700
}
h3 {font-weight: 400}

h2.custom-span span {color: #FFF !important}


.price-box {background: #efefef; padding: 40px 40px 80px 40px}

h2 a {text-decoration: none}
span.underline-highlight {
	color:#fff;	
}

h3.gsection_title {padding-top: 40px}
.navbar {border-bottom: solid 1px #000;font-family: 'Montserrat', sans-serif;}
.navbar a.no-underline {text-decoration: none !important }
dfn,
cite,
em,
i {
	font-style: italic;
}

.custom-logo-link img {max-width: 145px; height: auto; padding: 15px 0}
.logout-item {background: var(--wp--preset--color--primary); border-radius: 20px; margin-left: 20px; padding-right: 25px}
ul.inclusion-list li span {color: #000; display: block;
}
ul.inclusion-list li {border-bottom: solid 1px #efefef; padding-bottom: 5px; margin-bottom: 5px}
blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
	

ul,
ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}



/* Links
--------------------------------------------- */
a {
	color: var(--wp--preset--color--primary);
}


a:hover,
a:focus,
a:active {
	color: var(--wp--preset--color--primary); opacity: .8;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}



/* Navigation
--------------------------------------------- */

#menu-main-menu li a{
		color: var(--wp--preset--color--light) !important;
}
#main-menu {
	padding-right: 40px
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.card {padding: 0}
.card img {max-width: 100%; height: 220px}
body.single .card img {max-width: 100%; height: auto !important; width: 100%}
.other-packages .card img {max-width: 100%; height: 220px}
#gform_wrapper_5 h2.gform_title {color: #1f4e81 !important; text-align: center}
h2.gform_title, p.gform_description {color: #000 !important; padding-bottom: 20px; font-size: 1.3rem}
.narrow-col {max-width: 890px !important; margin: 0 auto !important}
.show-print {display: none; }
.full-width-btn {display: block; }
.btn-lg {font-size: 1.425rem !important}
.number-step {font-family: 'Montserrat', sans-serif;font-weight: 900; font-size: 2rem}
.number-step::after {
  content: "";
  display: block;
  width: 32px;
  padding-top: 3px;
  border-bottom: 4px solid #fff;
}
h2.home-page-h2 {font-size: 3rem !important}
.wp-container-12 {gap:0}
.step-1 h3, .step-2 h3, .step-3 h3, .step-4 h3, .step-1 p, .step-2 p, .step-3 p, .step-4 p {padding: 20px 40px 0 40px; color: #fff; font-size: 1.2rem !important}
.step-1 {background: #044477; background-image: url('inc/img/numbers-1.png'); background-repeat: no-repeat; background-position: right bottom}
.step-2 {background: #538dad; background-image: url('inc/img/number-2.png'); background-repeat: no-repeat; background-position: right bottom}
.step-3 {background: #044477; background-image: url('inc/img/number-3.png'); background-repeat: no-repeat; background-position: right bottom}
.step-4 {background: #538dad; background-image: url('inc/img/number-4.png'); background-repeat: no-repeat; background-position: right bottom}
.step-1 img, .step-2 img, .step-3 img, .step-4 img {width: 100%; height: auto}
.btn.btn-white.btn-lg.full-width-btn {border-radius: 10px !important; margin-bottom: 20px; background: #000 !important; color: #FFF !important; font-size:1.6rem !important; font-family: 'Montserrat', sans-serif; font-weight: 900}

.card-contact_wrapper {padding: 40px; background: #FFF; border-radius: 10px;}
.z-index-1 {z-index: -1}
/*.card .card-img {max-height: 450px; overflow: hidden}*/

#gform_submit_button_5 {background: #044477 !important; text-transform: uppercase; padding: 10px 30px; color: #FFF !important}
.wp-block-cover__inner-container {max-width: 1300px !important}
.container-fluid {padding: 0 !important}
.max-text-width {max-width: 860px; margin: 0 auto}
.margin-btn-negative {margin-bottom: -210px !important}
.wp-block-cover {min-height: 210px !important}

body.page-id-111 .wp-block-cover {min-height: 98vh !important}
blockquote{
  margin:50px auto;
  font-style:italic;
  color: #555555;
  position: relative;
}

blockquote::before{
  font-family:Times;
  content: "\201C";
  color:var(--wp--preset--color--blue);
  font-size:9em;
  position: absolute;
  left: -10px;
  top:-100px;
}
cite {  color:var(--wp--preset--color--light-blue); font-weight: 900
}
blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

.btn, .gform_button.button, button#reset-pass-submit, .gform_button.button {background-color: #32373c;
border-width: 0;
color: #fff;
font-family: inherit;
font-size: inherit;
line-height: inherit;
padding: calc(0.667em + 2px) calc(1.333em + 2px);
text-decoration: none;box-shadow: none;
text-decoration: none;
border-radius: 9999px;
padding: calc(.667em + 2px) calc(1.333em + 2px);}

.bg-primary, .gform_button.button {background: var(--wp--preset--color--primary) !important;}
.btn.lrg-button{font-size: var(--wp--preset--font-size--large) !important;}
.btn-group-sm {font-size: .8rem !important; line-height: 1em; padding: 5px !important}
.btn.btn-tertiary {background: var(--wp--preset--color--primary) !important}
.btn-sm {font-size: .8rem;padding: 7px 11px;}
.btn-primary {background: none; border: solid 1px #000; color: #000}
.btn-primary:hover {background: #999; border: solid 1px #333}
.currency-aud.badge.bg-secondary {margin-right: 10px !important}
.has-light-background-color {border: solid 2px #fff}
.wp-block-button a:hover {opacity: .8}
.gform_wrapper {max-width: 1100px; margin: 0 auto}
.btn-white {background: #FFF; color: #000}
.btn-white:hover {background: var(--wp--preset--color--primary) !important;}

.ginput_container_select, .ginput_container_time{padding: 1.5rem;
margin-right: 0;
margin-left: 0;
border-width: 1px;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;}
.gfield--type-html {color: #000 !important}
.ginput_container_select select, .ginput_container_time select{display: block;
width: 100%;
padding: .375rem 2.25rem .375rem .75rem;
-moz-padding-start: calc(0.75rem - 3px);
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right .75rem center;
background-size: 16px 12px;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;}

.gform-body fieldset {padding: 20px 0}
#gform_5 .gform-body fieldset {padding: 0}
#gform_5 .gfield {margin: -30px 0 0 0}
#gform_wrapper_5 .gform_required_legend {color: #999 !important; margin: -40px 0 30px -20px;padding: 20px; font-size: .8rem }
#gform_5 h5 {padding-top: 30px}
.image-force-width img {width: 100% !important; height: auto; max-width: 100% !important}
.logout-item {padding-top: 7px}
.logout-item a {text-decoration: none; font-weight: 800}
.slick-slide .wp-block-quote{background: rgba(255, 255, 255, 0.78); padding: 40px; border-radius: 20px}
.slick-slide li:before {display: none !important}
.slick-slide {font-size: 1.2rem !important}
.slick-slide cite{font-size: 0.8rem !important}
.slick-slide figcaption {font-family: 'BwModellicaBold', Arial, sans-serif; font-size: 1.2rem; padding: 10px 0 0 0;color: var(--wp--preset--color--primary) }
.slick-next, .slick-prev {top: -65px; }
.slick-prev {left: auto; right: 100px}
.slick-next {right: 40px}
.slick-slide .size-full img {max-width: 110px !important}
.slick-next:before, .slick-prev:before {
content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 14px;
  transition: all 0.3s ease; opacity: 1 !important}
.slick-next:after, .slick-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  transition: all 0.3s ease;
}
.slick-prev:after, .slick-prev:before {transform: rotate(180deg); right: auto !important; left:10px !important;}
.slick-dots li.slick-active button:before {color: var(--wp--preset--color--primary)
}
.slick-prev:before {right: auto !important; left:14px !important;}
button.slick-arrow {background:  var(--wp--preset--color--primary) !important;
    cursor: pointer;
    padding: 10px 20px !important;
    color: #fff !important;    
    padding: 0.6em 1em 0.4em;
	-webkit-border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	border-radius: 20px !important;     
	height: 40px

}
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}


.slick-prev:hover:before {
  right: 34px;
  width: 35px;
}

.slick-next:hover:before {
  right: 14px;
  width: 35px;
}

.slick-dots li button:before {    
	width: 20px;
    height: 20px;
    content: '';
    opacity: .25;
    background: var(--wp--preset--color--primary);
    border-radius: 50%;}
.slick-dots {bottom: -50px}
.accordion-button {background: var(--wp--preset--color--primary) !important; color:  #fff !important}
.accordion-button.collapsed {background: #fff !important;  color: #000 !important}
.accordion-button:not(.collapsed) {color: var(--wp--preset--color--secondary)}
	/* Custom style */
    .accordion-button::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
      transform: scale(.7) !important;
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    }

footer {background: #000}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

@media all and (max-width: 991px) {
.invest .wp-block-button.has-large-font-size {font-size: 1rem !important}
blockquote {
	margin: 20px !important;
}
.wp-container-7 {text-align: center !important; padding: 40px}
.wp-container-7 img, .large-yellow img {max-width: 250px !important; height: auto !important; margin: 0 auto}
.reverse-mobile {flex-direction: column-reverse}

}

@media all and (max-width: 575px) {
h1.invest {font-size: 1.2rem !important}	
.btn-group-sm {
    font-size: .7rem !important;
    line-height: 1em;
    padding: 0px !important;
    margin-bottom: 30px;
    }
.card-body .p-5 {padding: 10px !important}
.modal-body.px-5 {padding: 0 !important}
.margin-btn-negative {margin-bottom: 10px !important}


}


ul {
  list-style: none;
  padding-left: 0;
}
li {
  position: relative;
  padding-left: 1.5em;  /* space to preserve indentation on wrap */
}
.package-info li:before {
  content: '';  /* placeholder for the SVG */
  position: absolute;
  left: 0;  /* place the SVG at the start of the padding */
  top:4px;
  width: 0.8em;
  height: 0.8em;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='12' height='12' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}

.no-bullets li:before {
background: none
/* override styles when printing */