/*
 Theme Name:   Investments
 Description:  Investments
 Author:       Eduvationnet
 Version:      1.0.0
 License:      Other
 Text Domain:  Investments
*/
@charset utf-8;

/********
Thin 100
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
Extra-bold 800
Black 900
********/
.btn-gold,.btn-gold:hover,.btn-gold:focus {
   background-color: #B98C60;
   border: 1px solid #B98C60;
   color:#FFFFFF;
   padding: 5px 20px;
   width: auto;
}
.fact-right {
   border-left: 1px solid #B98C60;
}
.fund-desc {
   border-right: 1px solid #B98C60;
}
.list-header {
   background-color: #0D4C8C;
   border-right: 1px solid #A5A5A5;
   margin-top:40px;
   padding:0;
}
.list-header .header {
   border-left: 1px solid #A5A5A5;
   min-height: 60px;
   padding:10px 15px;
}
.list-header h3 {
   color:#FFFFFF;
   font-size: 16px;
   font-weight: 400;
   margin:0;
}
.list-content {
   border-right: 1px solid #A5A5A5;
   padding:0;
}
.list-content .thecontent {
   border-left: 1px solid #A5A5A5;
   padding:10px 15px;
}
.list-content:nth-child(odd) {
   background-color: #F5F5F5;
}
.list-content:nth-child(even) {
   background-color: #EBEBEB;
}
.list-content:last-child {
   border-bottom: 1px solid #A5A5A5;
}
.list-content p {
   margin:0;
   font-size: 14px;
}
.main-content {
   float:left;
   margin-left: 250px;
   min-height: 100vh;
   width: calc(100% - 250px);
}
.manager {
   display: none;
}
.menu-div {
   height:100vh;
   position: fixed;
   width:250px;
}
.navbar-collapse {
   padding:0;
}
.navbar-nav {
   float: right;
}
.navbar-nav > li {
   background-color: #0D4C8C;
   float: left;
   margin-left:5px;
   width: auto;
}
.navbar-nav > li a {
   background-color: #0D4C8C;
   color: #FFFFFF;
   padding:15px;
   text-transform: uppercase;
   width: 100%;
}
.navbar-nav > li.active a {
   background-color: #B98C60;
}
.navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
   background-color: #B98C60;
   color: #FFFFFF;
   text-decoration: none;
}
.navbar-toggle .icon-bar {
   background-color: #B98C60;
   border-radius: 1px;
   height: 2px;
   width: 25px;
}
.password-strength {
   color:#CC0000;
}
.performance-right {
   border-left: 1px solid #B98C60;
}   
.portfolio-list {
   float:right;
   border-right: 1px solid #B98C60;
   min-height: 66vh;
}
.portfolio-list h2{
   margin-top:0;
}
.portfolio-list .list-header h3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.portfolio-overview {
   float:right;
}
.portfolio-overview p {
   font-size: 14px;
}
.required {
   color:#FF0000;
}
.righter {
   text-align:right;
}
.sidemenu {
   background: #1d2d61;
   color: #fff;
   height: 100vh;
   left: 0;
   position: fixed;
   top: 0;
   transition: all 0.3s;
   width: 250px;
   z-index: 999;
}
.sidemenu.active {
   left: 0;
   width: 250px;
}
.sidemenu .menu_panel {
   float:left;
   height:140px;
   padding: 30px 0;
   width:100%;
}
.sidemenu .menu_panel img {
   background-color: #FFFFFF;
   padding: 15px 10px;
   width:100%;
}
.sidemenu .menu_panel .navbar-toggle {
   float: none;
   margin:15px auto;
}

.sidemenu .the_main_menu {
   float:left;
   height:calc(100vh - 100px);
   padding: 0;
   width:100%;
}
.thecontent h3 {
   display: none;
   color:#0D4C8C;
   font-size: 16px;
   font-weight: 400;
   margin: 0;
}
.title-menu {
   border-bottom:1px solid #707070;
   padding-top:40px;
}
.title-menu h1 {
   margin:0;
}
.title-menu h1 .fa{
   color:#0D4C8C;
}
.top-logo img {
   max-width: 200px;
}
.top-menu {
   text-align: right;
   margin-top: 40px
}

.wpcf7 .themanager {
   height:1px;
   visibility: hidden;
}
.wpcf7 h2 {
   margin-top:0;
}
.wpcf7 form .wpcf7-response-output {
   float: left;
   margin-top: 0px;
}

body {
   color:#707070;
   font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
   font-weight: 400;
   font-size:16px;
   line-height: 22px;
}
a, a:focus, a:hover {
   color: #707070;
   text-decoration: none;
}
footer {
   margin-top:40px; 
}
h2 {
   color:#1d2d61;
   font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
   font-weight: 700;
   font-size:20px;
}
h4 {
   color:#1d2d61;
   font-family:"Helvetica Neue", Helvetica, Arial, "sans-serif";
   font-weight: 700;
   font-size:18px;
}
input {
   display: block;
   width: 100%;
   height: 38px;
   padding: 6px 15px;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.5;
   color: #54667a;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #707070;
   border-radius: 0;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   box-shadow: none;
}
input[type="radio"] {
   width: auto;
   display: inline-block;
   height: auto;
}
select {
   appearance: none;
   background-position: right 10px center;
   background-color: #FFFFFF;
   background-image: url('img/down-arrow.png');
   background-repeat: no-repeat;
   border: 1px solid #707070;
   border-radius: 0;
   box-shadow: none;
   color: #54667a;
   display: block;
   font-size: 16px;
   font-weight: 400;
   height: 36px;
   line-height: 1.5;
   padding: 6px 15px;
   transition: all .2s ease-in;
   width: 100%;
}

textarea {
   display: block;
   width: 100%;
   padding: 6px 15px;
   font-size: 16px;
   font-weight: 400;
   line-height: 1.5;
   color: #54667a;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #707070;
   border-radius: 0;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   box-shadow: none;
}
table.fund_table {
   background: #EFEFEF;
   border-collapse: collapse;
   color: #fff;
   margin: 0 auto 20px auto;
   text-rendering: optimizeLegibility;
   width: 100%;
}
table.fund_table th {
   background: #0D4C8C none repeat scroll 0 0;
   border-right: 1px solid #FFFFFF;
   color: #FFFFFF;
   font-size: 12px;
   font-weight: 600;
   padding: 10px;
   vertical-align: top;
}
table.fund_table th:first-child {
   border-bottom: 1px solid #FFFFFF;
}
table.fund_table th h4 {
   font-size: 18px!important;
}
table.fund_table tbody td:first-child {
   background: #0D4C8C;
   color: #FFFFFF;
   font-weight: 600;
}
table.fund_table tbody td {
   border-right: 1px solid #A5A5A5;
   color: #37424A;
   font-size: 14px;
   height: 40px;
   padding: 10px;
   vertical-align:top;
}
table.fund_table tbody tr:nth-child(even) {
   background-color: #EBEBEB;
}
table.fund_table tbody tr:nth-child(odd) {
   background-color: #F5F5F5;
}

@media (max-width:1440px) {}
@media (max-width:1200px) {
   .fact-right {
      border-left: 0px solid #B98C60;
   }   
   .fund-desc {
      border-right: 0px solid #B98C60;
   }   
   .portfolio-list {
      border-right: 0px solid #B98C60;
      float:left;
      width: 100%;
   }   
   .portfolio-overview {
      border-left: 0px solid #B98C60;
      float:left;
      margin-bottom: 30px;
      width: 50%;
   }   
   .performance-right {
      border-left: 0px solid #B98C60;
   }   
}
@media (max-width:992px) {
   .navbar-collapse.collapse {
       display: none!important;
   }   
   .navbar-collapse.collapse.in {
       display: block!important;
   }   
   .menu-div {
      height:100vh;
      position: fixed; 
      width:80px;
   }
   .navbar-nav {
      float: left;
      margin:5px 0;
      width: 100%;
   }
   .navbar-nav > li {  
      margin:0;
      text-align: left;
      width: 100%;
   }
   .navbar-toggle {
       display: block;
   }   
   .portfolio-list .list-header .header {
      display: none;
   }
   .portfolio-list .list-content {
      border-left: 1px solid #A5A5A5;
      border-right: 1px solid #A5A5A5;
      padding: 10px 0;
   }
   .portfolio-list .list-content .thecontent {
      border-left: 0px solid #A5A5A5;
      padding: 5px 15px;
   }   
   .portfolio-list .thecontent h3 {
      display: block;
   }
   .portfolio-list .righter {
      text-align:left;
   }
   .portfolio-overview {
      width: 66%;
   }      
   .sidemenu {
       width: 0;
       left: -250px;
       height: 100vh;
       transition: all 0.3s;
   }   
   .sidemenu .menu_panel {
      float:left;
      height:100px;
      padding: 30px 0;
      width:100%;
   }
   .sidemenu .menu_panel img {
      display:none;
   }
   .sidemenu .menu_panel .navbar-toggle {
      display: block;
   }      
   
   .the_main_menu {
      left: 0;
      position: absolute;
      top: 100%;      
      width: 100%;
      z-index: 100;
   }
   .the-menu {
      text-align: left;
      position:unset;
   }   
   
   /***responsive table ***/
   table.fund_table {
      border: 0;
   }
   table.fund_table caption {
      font-size: 1.3em;
   }
   table.fund_table th {
      display: none;
   }
   table.fund_table tbody td {
      background: #FFFFFF;
      border-right: 0px solid #FFFFFF;
      display: block;
      height:auto;
      padding: 15px;
      width: 100% !important;      
   }
   table.fund_table tbody tr td:first-child {
      background: #0D4C8C;
      border-right: 0px solid #FFFFFF;
      color: #FFFFFF;
   }
   table.fund_table tbody td:before {
      content: attr(data-th);
      display: inline-block;
      font-weight: bold;
      padding-right: 30px;
      width: auto;
   } 
   table.fund_table td {
      border-bottom: 1px solid #ddd;
      display: block;
      text-align: left;
   }   
   table.fund_table td:last-child {
      border-bottom: 0;
   }     
   table.fund_table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
   }
   table.fund_table tr {
      border-bottom: 3px solid #ddd;
      display: inline-block;
      width:24.5%;
   }   
   
}
@media (max-width:768px) {
   .input-wrap {
      margin-bottom:5px;
   }
   .list-header .header {
      display: none;
   }
   .list-content {
      border-left: 1px solid #A5A5A5;
      border-right: 1px solid #A5A5A5;
      padding: 10px 0;
   }
   .list-content .thecontent {
      border-left: 0px solid #A5A5A5;
      padding: 5px 15px;
   }
   .portfolio-overview {
      width: 100%;
   }      
   .thecontent h3 {
      display: block;
   }
   table.fund_table tr {
      border-bottom: 3px solid #ddd;
      display: inline-block;
      width:32%;
   }      
   
}
@media (max-width:620px) {
   .btn-gold,.btn-gold:hover,.btn-gold:focus {
      padding: 5px 10px;
      white-space: nowrap;
   }   
   .col-xxs-12 {
      width: 100%;
   }
   .title-menu {
      padding-top: 0px;
   }
   .title-menu h1 {
      font-size: 30px;
      margin-top: 10px;
   }   
   .top-logo {
      text-align: center;
   }
   .top-menu {
      text-align: center;
      margin:20px 0 10px 0;
   }   
   table.fund_table tr {
      border-bottom: 3px solid #ddd;
      display: inline-block;
      width:49%;
   }       
}
@media (max-width:498px) {
   .title-menu h1 {
      font-size: 20px;
      margin-top: 15px;
   }     
}