/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/


table.dataTables_wrapper tr td:nth-child(3){
    display: none;
}

/* Accordians */
/*.mk-accordion.fancy-style .mk-accordion-single {
    border-left: none;
    border-right: none;
}

.mk-accordion-single button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey,
.mk-accordion-single a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey
{
    background: #958771;
    color: white !important;
    padding: 4px 29px !important;
    font-size: 15px !important;
    line-height: 28px !important;
    display: inline-block !important;
    text-transform: none !important;
    transition: all 250ms ease-in-out;
    width: auto !important;
	border-radius: 0;
	border: none;
}

.mk-accordion-tab span {
    font-size: 21px;
    color: #002a54;
    text-transform: none;
    margin-bottom: 20px;
    margin-top: 35px;
}

.mk-accordion-single button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover,
.mk-accordion-single a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover{
	background : #252525!important;
}

.mk-accordion.fancy-style .mk-accordion-tab {
    padding-top: 20px;
    padding-bottom: 20px;
}*/

/*------------------------------------*\
    THEME - ACCORDIAN
\*------------------------------------*/
/* Accordians */
.mk-accordion.fancy-style .mk-accordion-single {
  border-left: none;
  border-right: none;
}
.mk-accordion.fancy-style .mk-accordion-single button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey,
.mk-accordion.fancy-style .mk-accordion-single a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background: #958771;
  color: white !important;
  padding: 4px 29px !important;
  font-size: 15px !important;
  line-height: 28px !important;
  display: inline-block !important;
  text-transform: none !important;
  transition: all 250ms ease-in-out;
  width: auto !important;
  border-radius: 0;
  border: none;
}
.mk-accordion.fancy-style .mk-accordion-single button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey,
.mk-accordion.fancy-style .mk-accordion-single a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey {
  background: #958771;
}
.mk-accordion.fancy-style .mk-accordion-single button.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover,
.mk-accordion.fancy-style .mk-accordion-single a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background: #001f4e;
}
.mk-accordion.fancy-style .mk-accordion-single .mk-accordion-tab {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mk-accordion.fancy-style .mk-accordion-single .mk-accordion-tab span {
  font-size: 21px;
  color: #002a54;
  text-transform: none;
  margin-bottom: 20px;
  margin-top: 35px;
  vertical-align: inherit;
}
.mk-accordion.fancy-style .mk-accordion-single.current .mk-accordion-tab {
  background: none;
}
.mk-accordion.fancy-style .mk-accordion-single.current .mk-accordion-pane {
  border-top: 0 none;
  transition: all 250ms ease-in-out;
  max-height: 1000px; 
  padding: 0 20px;
}

/* Bord of director accordians */
.dc-theme-titles .wpb_accordion_wrapper .mk-accordion-tab span > span {
    color: #958771 !important;
}

.dc-map-header.project-map-wrapper .projects_map_image .imp-wrap {
    max-width: 755px !important;
}

.dc-map-header.project-map-wrapper .vc_col-sm-12 > div:nth-child(2){
	top: 100px !important;
}

.mk-accordion-single.hide_item > .mk-accordion-pane {
   max-height: 0 !important;
	 padding-top: 0;
    padding-bottom: 0;
}

.mk-accordion-single.hide_item.current > .mk-accordion-tab>.mk-svg-icon{
	transform: none !important;
}

/* investor center  */
.dc-investor-header {
  display: flex;
  align-items :center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*min-height: 500px;*/
	min-height: 340px;
}

.dc-investor-header .dc-inner{
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.dc-title-wrapper h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 900 !important;
  text-align: center;
  font-size: 45px;
}

.dc-hotbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -40px;
}

.dc-hotbox-wrapper > div {
  flex: 1;
  max-width: 250px;
  margin-right: 40px;
  max-height: 140px;
  border: 1px solid #958771;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px 20px;
}

.dc-gold-price h2{
	margin-bottom: 4px !important;
}

.dc-hotbox-wrapper > div:first-child{
	border-bottom-left-radius: 100px;
}

.dc-hotbox-wrapper > div h2 {
  text-transform: capitalize;
  font-size: 36px;
}

.dc-hotbox-wrapper > div h2,.dc-hotbox-wrapper > div p{
	color: white;
	text-align: center !important;
}

.dc-ic-header-hotbox.hotbox-link {
	position: relative;
    border-top-right-radius: 100px;
    background-color: #001f4e;
    border: none;
    border-bottom: 5px solid #958771;
}

.dc-ic-header-hotbox.hotbox-link h2 {
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    text-align: left !important;
}

.dc-ic-header-hotbox.hotbox-link a {
    font-size: 14px;
    color: white;
}

section.vc_section.dc-ic-hotbox-outer {
	padding-top: 70px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

.dc-ic-hotbox-outer h2.SGHeading3 {
    text-transform: capitalize;
    font-size: 35px;
	margin-bottom: 30px;
}

section.vc_section.dc-ic-hotbox-outer > div:not(:first-child) {
    width: 60%;
}

section.vc_section.dc-ic-hotbox-outer > div:last-child {
    width: 40%;
	padding: 30px 60px;
	background-color: white;
    border-top-right-radius: 100px;
}

section.vc_section.dc-ic-hotbox-outer > div:not(:first-child) { 
     margin: 0;
}

.dc-hotbox-inner > div {
    display: flex;
    flex-wrap: wrap;
	padding-left: 0;
	padding-right: 0;
}

.dc-ic-hotbox {
	position: relative;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    background-color: #001f4e;
    padding: 60px 40px;
	transition: 0.5s;
	
}

.dc-ic-hotbox .text {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 70%;
    padding-right: 8px;
}

.dc-ic-hotbox .text h3 {
    color: white;
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.dc-ic-hotbox .text a {
	position: relative;
    margin-left: 10px;
	font-size: 15px;
    color: white;
}

.dc-ic-hotbox .text a:before {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f0da";
    left: -10px;
    top: 0
    color: white;
}

.dc-ic-hotbox .image-wrapper {
    width: 30%;
	text-align: right;
}
.dc-ic-hotbox .image-wrapper img
{
	max-height: 65px;
}

.dc-ic-hotbox.bg-gold {
    background-color: #958771;
}

.dc-ic-hotbox.bg-blue {
    background-color: #9aa9bf;
	border-bottom-left-radius: 100px;
}

.dc-ic-hotbox.bg-dark {
    background-color: #091425;
}

.dc-latest-press > div > div > p{
	text-align: left;
	color: #001f4e;
}

.wpfd-latest-container.latest_ic > div {
    border-bottom: 1px dotted;
    padding: 10px 0;
}

.wpfd-latest-container.latest_ic > div .latest_date {
    font-size: 11px;
}

.wpfd-latest-container.latest_ic > div .latest_title {
    font-size: 14px;
}

.wpfd-latest-container.latest_ic > div > a {
    display: flex;
    flex-direction: column-reverse;
    color: #001f4e;
}



.dc-latest-press p strong {
    color: #001f4e;
    font-weight: bold;
	font-size: 22px;
}

.dc-ic-lists {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    padding: 80px 20px;
}

.dc-ic-lists > div {
    width: 50%;
}

.dc-gb-list > div,
.dc-qc-list > div {
    padding-left: 0;
    padding-right: 0;
}

.dc-gb-list h3, .dc-qc-list h3 {
	font-size: 35px !important;
	color: #001f4e !important;
	margin-bottom: 40px !important;
}

.dc-gb-list ul li, .dc-qc-list ul li{
	margin-bottom: 30px !important;
    margin-left: 30px;
    color: #001f4e;
    font-weight: bold;
	font-size: 22px !important;
}

.dc-qc-list ul li{
	margin-left: 0 !important;
}

.dc-qc-list ul li > a{
	color:  #001f4e;
}

.dc-qc-list ul li:before{
	content: "" !important;
	background-image: none;
}

.dc-gb-list ul li:before{
	content: "" !important;
    background-image: url(https://saramaresources.com/wp-content/uploads/2021/01/bullet-icon.png);
    width: 30px !important;
    height: 30px !important;
    background-size: cover;
    left: -45px !important;
}

.dc-qc-list ul{
	margin-left: 0;
}

.dc-qc-list ul li {
    margin-left: 0 !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #958771;
    padding-bottom: 10px;
}

.dc-qc-list ul li:after {
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f0da";
    top: 0;
    color: #958771;
    right: 0;
}

.page-id-1445 .mk-main-wrapper-holder {
    background: #f0f2f6;
	background-image: url(https://saramaresources.com/wp-content/uploads/2021/01/investor-centre-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.dc-arrow-head{
	position: relative;
    margin-left: 10px;
    color: #001f4e;
    font-weight: bold;
}



.dc-arrow-head:before{
	font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f0da";
    top: 0;
    color: #958771;
    left: -10px;
}

.dc-ic-header-hotbox h2 span.smw-inline.smw-basic{
	font-size: 0;
}

.dc-ic-header-hotbox h2 span.smw-field-quote-regularMarketPrice{
	font-size: 32px;
}

.dc-anchor-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dc-ic-header-hotbox.hotbox-link:hover h2,
.dc-ic-header-hotbox.hotbox-link:hover a,
.dc-arrow-head:hover,
.dc-qc-list ul li > a:hover,
.wpfd-latest-container.latest_ic > div > a:hover{
    color: #958771 !important;
}

.dc-ic-hotbox:hover {
    box-shadow: inset 1000px 1000px 1000px rgba(225,225,225,0.3);
}

.dc-ic-hotbox-outer > div > div {
    padding-left: 0;
    padding-right: 0;
}


@media screen and (max-width: 1100px) {
	.dc-hotbox-wrapper > div h2,.dc-ic-header-hotbox h2 span.smw-field-quote-regularMarketPrice{
		font-size: 28px !important;
	}
}

@media screen and (max-width: 950px) {
	section.vc_section.dc-ic-hotbox-outer{
		flex-direction: column;
	}
	section.vc_section.dc-ic-hotbox-outer > div{
		width : 100% !important;
		margin-left: auto !important;
    	margin-right: auto !important;

	}
	
	section.vc_section.dc-ic-hotbox-outer > div:not(:first-child){
		margin-bottom: 20px;
		border-radius: 0;
	}
	
	.dc-ic-hotbox.bg-blue{
		border-radius: 0;
	}
	
	.dc-hotbox-wrapper > div {
		width: calc(50% - 40px);
		max-width: none;
		flex: none;
		margin-bottom: 10px;
		padding: 20px;
		border-radius: 0 !important;
	}
	
	.dc-ic-header-hotbox.hotbox-link h2,.dc-ic-header-hotbox.hotbox-link{
		text-align: center !important;
	}
}

@media screen and (max-width: 768px) {
	.dc-ic-lists > div{
		width : 100%;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 650px) {
	.dc-ic-hotbox{
		width: 100%;
	}
}

@media screen and (max-width: 550px) {
	.dc-investor-header .dc-inner{
		padding: 30px;
	}
	
	.dc-title-wrapper h1{
		margin-bottom: 20px;
		font-size: 28px;
	}
	
	.dc-hotbox-wrapper{
		margin-right: 0;
	}
	.dc-hotbox-wrapper > div {
		width: 80%;
		margin: 0 auto 10px;
		padding: 10px 20px;
	}
	
	.dc-hotbox-wrapper > div h2, .dc-ic-header-hotbox h2 span.smw-field-quote-regularMarketPrice {
    	font-size: 22px !important;
	}
	
	.dc-hotbox-wrapper > div h2, .dc-hotbox-wrapper > div p {
		margin-bottom: 0 !important;
		line-height: 1.2em;
	}
	
	.dc-ic-hotbox{
		padding: 20px;
	}
	
	.dc-ic-hotbox .text h3{
		margin-bottom: 20px;
    	font-size: 18px !important;
	}
	
	.dc-ic-hotbox .image-wrapper img {
		max-width: 60px;
		max-height: 50px;
	}
	
	section.vc_section.dc-ic-hotbox-outer > div:last-child{
		padding: 20px;
	}
	
	.dc-ic-lists{
		padding: 40px 20px;
	}
	
	.dc-gb-list ul li, .dc-qc-list ul li{
		font-size: 20px !important;
	}
}

/*Popup  */
div#popmake-1506 {
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 114px 60px 40px 60px;
	background-image: url(https://saramaresources.com/wp-content/uploads/2021/01/popup-bg.png);
    background-repeat: no-repeat;
    background-position: -74%;
}

div#pum_popup_title_1506 {
    text-align: center;
    font-weight: bold;
    color: #002a54;
    margin-bottom: 30px;
}

.pum-content.popmake-content p {
    color: #002a54;
    font-weight: bold;
    max-width: 410px;
    margin: 0 auto;
    font-size: 22px;
}

button.pum-close.popmake-close {
    background: none !important;
    color: #002a54 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    margin-right: 30px !important;
    margin-top: 30px;
    font-size: 22px !important;
}

div#pum_popup_title_1506:before {
    content: "";
    background-image: url(https://saramaresources.com/wp-content/uploads/2021/01/popup-icon.png);
    width: 137px;
    height: 137px;
    background-size: contain;
    position: absolute;
    top: -180px;
    left: calc(50% - 68px);
    right: calc(50% - 68px);
}

div#popmake-1506 .ginput_container.ginput_container_email {
    text-align: center;
}

div#popmake-1506 .ginput_container.ginput_container_email input {
    background: none !important;
    border-bottom: 1px solid #958771 !important;
    width: 100% !important;
	max-width: 540px;
    text-align: center;
}

div#popmake-1506 .gform_footer.top_label {
    text-align: center !important;
    display: flex;
}

div#popmake-1506 input#gform_submit_button_2 {
	text-align: center;
    margin: 0 auto !important;
    padding: 12px 36px;
}

div#popmake-1506 #gform_wrapper_2 .gform_fields .gfield input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
  color: #002a54;
  font-weight: bold;
}
div#popmake-1506 #gform_wrapper_2 .gform_fields .gfield input::-moz-placeholder { 
	/* Firefox 19+ */
  color: #002a54;
	 font-weight: bold;
}
div#popmake-1506 #gform_wrapper_2 .gform_fields .gfield input:-ms-input-placeholder {
	/* IE 10+ */
  color: #002a54;
	 font-weight: bold;
}
div#popmake-1506 #gform_wrapper_2 .gform_fields .gfield input:-moz-placeholder {
	/* Firefox 18- */
  color: #002a54;
	 font-weight: bold;
}




/* NEW TITLE STYLING */

.new-title-wrapper,
.new-title-wrapper {
	margin-top: 50px !important;
}

/*
#theme-page .two_col_with_sidebar.new-title-wrapper > .page-section-content > .mk-padding-wrapper .vc_col-sm-9 {
	padding-top: 0;
}
*/

#mk-boxed-layout .mk-page-title-box.new-title {
    background: none !important;
    height: auto !important;
    min-height: 60px !important;
    padding-bottom: 10px;
    margin: -12px 0 0 0 !important;
    width: 100% !important;
}
#mk-boxed-layout .mk-page-title-box.new-title .mk-page-title-box-content {
    padding-bottom: 0;
/*     vertical-align: bottom; */
}
#mk-boxed-layout .mk-page-title-box.new-title .mk-grid {
    position: relative;
    background: #001F4E;
    padding: 0;
}
#mk-boxed-layout .mk-page-title-box.new-title .mk-grid:before {
    content: "";
    position: absolute;
    left: -48px;
    width: 60px;
    min-width: 60px;
    background: #001F4E;
    height: 100%;
    top: 0;
}
#mk-boxed-layout .mk-page-title-box.new-title h1.mk-page-title-box-title {
    color: white !important;
    font-weight: 400 !important;
    padding: 11px 40px 0 0 !important;
    position: relative;
    margin: 0 !important;
    line-height: 1em;
    font-size: 40px !important;
}
#mk-boxed-layout .mk-page-title-box.new-title h1:last-child {
    padding-bottom: 7px !important;
}
#mk-boxed-layout .mk-page-title-box.new-title .mk-page-title-box-subtitle {
    color: #958771 !important;
    position: relative;
    padding-bottom: 7px !important;
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    line-height: 1.4em;
}

#mk-boxed-layout .mk-page-title-box.new-title .mk-grid:after {
    content: "\f0da";
    left: -48px;
    height: 100%;
    width: 6px;
    border-left: 4px solid #958771;
    top: 0;
    position: absolute;
    font-family: 'FontAwesome';
    color: #958771;
    font-size: 30px;
    text-indent: -3px;
    display: flex;
    padding-top: 15px;
}

@media only screen and (max-width: 950px) {
	
	#mk-boxed-layout .mk-page-title-box.new-title .mk-grid:before {
	    left: -32px;
	}
	
	#mk-boxed-layout .mk-page-title-box.new-title .mk-grid:after {
	    left: -32px;
	}
}


@media only screen and (max-width: 767px) {
	
	#mk-boxed-layout .mk-page-title-box.new-title {
	    margin: 0 !important;
	}
	
	#mk-boxed-layout .mk-page-title-box.new-title .mk-grid:before {
	    min-width: 95%;
	}

	#mk-boxed-layout .mk-page-title-box.new-title h1.mk-page-title-box-title {
	    font-size: 28px !important;
	}
	
	#mk-boxed-layout .mk-page-title-box.new-title .mk-page-title-box-subtitle {
		font-size: 14px !important;
	}
}

/* New project page */
/* menu */
div#dc-project-nav {
    margin-top: 70px;
}
div#dc-project-nav .mk-text-block ul li:before{
	content: none;
}

div#dc-project-nav .mk-text-block ul {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dotted #002a54;
    margin-left: 0;
}

@media only screen and (max-width: 767px) {
    div#dc-project-nav .mk-text-block ul {
	    overflow: scroll;
	}
}

div#dc-project-nav .mk-text-block ul li {
	position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
}

div#dc-project-nav .mk-text-block ul li a {
    font-weight: bold;
}

div#dc-project-nav .mk-text-block ul li.active:after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    height: 5px;
    background-color: #958771;
    width: 100%;
}

/* project intro */
.dc-intro-title h2 {
    text-transform: inherit;
    /*font-size: 36px !important;*/
    margin-bottom: 60px;
}

h3.vc_custom_heading.dc-intro-custom-title {
    font-weight: bold;
    background: #EAEAEA;
    padding: 30px 20px;
	color: #002a54;
}

#dc-project-intro .mk-text-block ul li:before {
    content: "";
}

#dc-project-intro .mk-text-block ul li {
    margin-left: 0;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D4D4D4;
}

#dc-project-intro .mk-text-block ul li strong {
    width: 40%;
    display: inline-block;
    font-weight: bold;
}

/* All section titles */
#dc-project-highlights .mk-text-block h3,
#dc-tenement-boundary .mk-text-block h3,
#dc-historical-results .mk-text-block h3,
#dc-project-gallery .mk-text-block h3,
#dc-technical-reports .mk-text-block h3,
#dc-road-map .mk-text-block h3,
#dc-footnotes .mk-text-block h3{
   /* font-weight: bold;*/
   /* font-size: 45px;*/
	/*margin-bottom: 60px;*/
}

/* Historical Results */
#dc-historical-results .wpb_row .vc_col-sm-12 {
    display: flex;
    flex-wrap: wrap;
}

#dc-historical-results .wpb_row .vc_col-sm-12 > div {
    width: 100%;
}

#dc-historical-results .wpb_row .vc_col-sm-12 .mk-accordion {
    width: calc(50% - 20px);
    margin-right: 20px;
}

#dc-historical-results .wpb_row .vc_col-sm-12 .mk-accordion .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    background: transparent;
    color: #958771;
    font-size: 16px;
}

#dc-historical-results .wpb_row .vc_col-sm-12 .mk-accordion .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat i{
	color: #000;
}

@media only screen and (max-width: 767px) {
	#dc-historical-results .wpb_row .vc_col-sm-12 .mk-accordion {
    width: 100%;
    margin-right: 0;
	margin-bottom: 30px;
	}
}


/* Technical reports */
.project-tr-files .wpfd_latest > a {
   color: #001f4e;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    
    padding: 20px 30px;
    background: #f2f2f2;
    margin-bottom: 1px;
}

.project-tr-files .wpfd_latest > a:hover {
    color: #958771;
}

.project-tr-files .wpfd_latest > a .latest_title {
    padding-left: 30px;
}

.project-tr-files a.wpfd_downloadlink .latest_date {
    padding-right: 30px;
    position: relative;
}

.project-tr-files .wpfd_latest > a .latest_title:after {
    position: absolute;
    margin-left: 20px;
    content: "\f019";
    font-family: 'FontAwesome';
}

.project-tr-files a.wpfd_downloadlink .latest_date:after {
    position: absolute;
    height: 60%;
    top: 6px;
    right: 0;
    width: 2px;
    background: #001f4e;
    content: "";
}

/* Project title */

.project-header-outer {
/*     overflow: visible !important; */
    
}
/*
.project-header-outer:before {
    content: "";
    background: #001f4e;
    height: 100%;
    width: calc(100% + 30px);
    position: absolute;
}
*/

.dc-project-header {
    border-bottom: 70px solid white;
}

.dc-project-header .dc-inner{
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.dc-project-header .dc-inner .dc-title-wrapper h1 {
    text-align: left;
    text-transform: inherit;
    margin-bottom: 20px;
    font-size: 72px;
    color: white !important;
}

.dc-project-header .dc-inner .dc-title-wrapper p,
.dc-project-header .dc-inner .dc-title-wrapper h4{
    color: white;
    max-width: 650px;
    font-size: 30px;
	
	margin-top: 0;
	margin-bottom: 15px;
}

.dc-project-header .dc-title-wrapper a {
    border: 1px solid white;
    font-size: 30px;
    font-weight: bold;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    margin-top: 30px;
    display: inline-block;
}

.dc-project-header .info-box-wrapper{
	display: flex;
    justify-content: flex-end;
}

.dc-project-header .info-box-wrapper .inner-wrapper{
	position: absolute;
    margin-top: -7px;
    z-index: 9999;
    padding: 25px 0 25px 100px;
    display: flex;
}

.dc-project-header .info-box-wrapper .inner-wrapper:before {
    content: "";
    position: absolute;
    background-color: white;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 1px 1px 8px;
}

.dc-project-header .info-box-wrapper .item {
    font-size: 32px;
    line-height: 34px;
    margin-right: 60px;
    
    color: #001f4e;
    position: relative;
    z-index: 9999;
    
    font-family: 'AvenirLTW01-85Heavy';
}

.dc-project-header .info-box-wrapper .item span {
    font-size: 18px;
    display: block;
    color: #000;
    font-weight: normal;
    
    font-family: 'AvenirLTW01-35Light';
}

@media only screen and (max-width: 1100px) {
	.dc-project-header .info-box-wrapper{
		justify-content: center;
    	max-width: 100%;
	}
	
	.dc-project-header .info-box-wrapper .inner-wrapper{
		margin-top: 15px;
		padding: 20px 0 20px 60px;
		background-color: white;
    	box-shadow: 1px 1px 8px;
	}
	
	.dc-project-header .info-box-wrapper .inner-wrapper:before{
		content: none;
	}
}

@media only screen and (max-width: 950px) {
	.dc-project-header .dc-inner .dc-title-wrapper h1{
		font-size: 60px;
	}
	
	.dc-project-header .dc-inner .dc-title-wrapper p,
	.dc-project-header .dc-title-wrapper a{
		font-size: 24px;
	}
	
	
}

@media only screen and (max-width: 767px) {
	
	
	.dc-project-header .dc-inner .dc-title-wrapper h1{
		font-size: 40px;	
	}
	
	.dc-project-header .dc-inner .dc-title-wrapper p,
	.dc-project-header .dc-title-wrapper a{
		font-size: 18px;
	}
	
	.dc-project-header .dc-title-wrapper a{
		margin-top: 10px;
	}
	
	.dc-project-header .info-box-wrapper .inner-wrapper {
		padding: 20px 0 20px 20px;
	}
	
	.dc-project-header .info-box-wrapper .item {
		font-size: 18px;
	    line-height: 24px;
	    margin-right: 20px;
	}

	.dc-project-header .info-box-wrapper .item span {
	    font-size: 12px;
	}
}

@media only screen and (max-width: 560px) {
	
	.dc-project-header .info-box-wrapper .inner-wrapper {
		padding: 20px 0 20px 16px;
		width: calc(100% - 30px);
	}
	
	.dc-project-header .info-box-wrapper .item {
		font-size: 16px;
	    margin-right: 16px;
	}

	.dc-project-header .info-box-wrapper .item span {
	    font-size: 11px;
	}
}


@media only screen and (min-width: 560px) {
	.mk-text-block.dc-intro-title {
		padding-left: 15px;
	}
}

#dc-historical-results .mk-fancy-title.shortcode-heading{
	font-size: 14px !important;
}

/* Stock widget currency */
body.home #mk-theme-container .home-landing .mk-padding-wrapper.wpb_row .home-investor-row .wpb_wrapper .investor_home .smw-table table tr:nth-child(2) td:last-child:before {
content:  "$";
padding-left: 11px;
}