body{
font-family: 'Montserrat', sans-serif;
font-size:16px;
background:#fff;
font-weight:400;
}
h1{
  font-size:24px;
}

h2{
  font-size:22px;
}
h3{
  font-size:20px;
}

.btn-primary{
  background:#0049ae;
}

.top-logo{
  max-height:50px;
}
/* Backgrounds */
.bg-gold{
  background:#f7f6f3;
}

/* Header */

.mage-header{


}
.mage-header .nav-pills .nav-link{
  color:#000;
  font-weight:600;
}

.mage-header .subdrop .submenu-top{
  display:none;
}
.mage-header .subdrop{
  position:relative;
}
.mage-header .subdrop .toggle{
  position:absolute;
  right:5px;
  top:10px;
  font-size:12px;

}
.mage-header .submenu-top{
  list-style-type:none;
  background: #fff;
  padding: 4px;
  position: absolute;
  left: 100%;
  z-index: 9999;
  top: 0px;
  width: 300px;
  border: 1px solid #ccc;

}
.mage-header .subdrop:hover .submenu-top{
  display:block;
}
.mage-header .submenu-top li a{
  text-decoration:none;
  color:#000;
  font-size:14px;
  display:block;
  padding:5px 5px;
}
.mage-header .submenu-top li a:hover{
  background:#efefef;
}




.error-template{
  text-align:center;
  padding:40px;
  padding-bottom:200px;
}






/* Footer */
footer{
  background: linear-gradient(150deg, #272a34 20%, #503047 80%) !important;
  padding: 10px 0px 10px 0px;
}

.disclaimer-section{
  /*background-color:#060708;*/
  color:#ababab;
  padding:40px;
  text-align:center;
  font-size:14px;
  background-color: #181a1e;
  padding-top:0px;
}

.copyright-section{
  text-align:center;
  padding:20px 0px;
      background-color: #181a1e;
}
/* Pachete */
.pachet-item{
  background:#f7f6f3;
  background:#fff;
}
.pachet-item .pachet-link{
  display:block;
}
.pachet-item .container{
  border:1px solid #efefef;
  border-radius:20px;
  margin-top:20px;
  margin-bottom:20px;
  background: rgb(66,66,66);
  background: linear-gradient(0deg, rgba(66,66,66,0.15309873949579833) 0%, rgba(0,0,0,0) 73%, rgba(0,71,86,0) 100%, rgba(0,0,0,0) 100%);
}
.pachet-item.white{
  background:#fff;
}
.pachet-item .price{
  text-align:center;
}
.pachet-item .price .inside{
  display:inline-block;
  font-family: 'Lora', serif;
  font-style: italic;
  font-size:30px;
  font-weight:bold;
  background-color: #baad7b;
  border-color: #baad7b;
  color:#141e3c;
  padding:5px 20px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.pachet-item .magic-text{
  text-align:center;
  padding-top:10px;
}
.pachet-item .magic-text b{
  color:red;
}

.pachet-item .info{
  padding:20px;
}
.pachet-item .info h2 a{
  color:#baad7b;
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight:600;
  font-size:28px;
  text-decoration: none;
}

.pachet-item .info ul{
  -webkit-column-count: 3;
    column-count: 3;
    list-style: none;
    line-height: 2;
    margin: 0;
    padding: 0;
    font-size:14px;
}

.pachet-item .contact{
  padding:10px 0px;
}
.pachet-item .contact .icon{
  font-size:30px;
  color:#baad7b;
  padding-right:20px;
}
.pachet-item .contact h6{
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight:700;
  margin-bottom:2px;
  font-size:18px;
}
.pachet-item .contact a{
  text-decoration:none;
  color:#000;
}


/* Section Hero */
.section-hero{

}
.section-hero .title{
  font-family: 'Lora', serif;
  font-style: italic;
  font-weight:700;
  margin-bottom:2px;
  font-size:34px;
  color:#baad7b;
}
.section-hero .title b{
  color:#486173;
}
.section-hero .candle{
  background-color:#141e3c;
  background-image:url(../img/candle-3.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
}

.section-hero .candle:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #141e3c;
    opacity: 0;
}

.section-hero .text{
  padding:100px 0px;
}
.section-hero .desc{
  padding:30px 0px;
}


/* Reviews */
.reviews{

}
.reviews .review{

}
.reviews .review .text{
  border-bottom:1px solid #efefef;
  padding-bottom:10px;
  margin-bottom:10px;
  font-size:24px;
  font-family: 'Lora', serif;
}
.reviews .review .name{
  font-weight:bold;
}


/* Header Pc */
.header-pc{

}

.header-pc-floating{

}
.header-pc-floating .header-pc{
    position:fixed;
    width:100%;
    background:#fff;
    z-index:9999;
    top:0px;
    left:0px;
}
.header-pc-floating .header-top{
  padding:8px 0px;
}
.header-pc-floating .header-bottom{
  border-bottom:1px solid #e1e1e1;
}
.header-pc-floating .header-pc .header-top .logo img{
  max-height:50px;
}
.header-pc-floating .header-top .info .icon{
  font-size:20px;
}
.header-pc-floating .header-top .info .text h4{
  font-size:12px;
}


.header-pc-floating .header-bottom .navbar-light .navbar-nav .nav-link{
    padding:5px 10px;
    font-size:14px;
    font-weight:600;
}


.big-header{
  padding:20px;
}

.magic-h1{
  font-size:34px;
  font-weight: bold;
  color: #000;
}
.magic-h2{
  font-size:24px;
  font-weight: bold;
  color: #000;
  font-family: 'Lora', serif;
  font-style: italic;
}



.post-list a{
  text-decoration: none;
  color:#000;
}


/* New Blog Design */
.blog-post-item{
  margin-bottom:20px;
  border:1px solid #efefef;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius:10px;
  overflow:hidden;
}
.blog-post-item .post-info{
  background:#fff;
}
.blog-post-item .image a{
  display:block;
  text-align: center;

}
.blog-post-item .image img{
  max-width:100%;
}
.blog-post-item .post-info{
  padding:20px;
}

.blog-post-item .date a{
  text-decoration:none;
  color:#000;

}



.blog-post-item .post-content{
  font-size:12px;
}
.blog-post-item .post-info .date{
  font-size:12px;
  font-weight:600;
  padding:5px 10px;
  color:#000;
  border-radius:10px;
  margin-bottom:5px;
}
.blog-post-item .post-info .entry-title a{
  text-decoration: none;
  color:#000;
  font-weight:bold;
  padding-bottom:0px;
  margin-bottom:0px;
  font-size:24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height:60px;
  vertical-align: middle;
}


/* List View Blog Post Item */
.blog-post-item.list-view .post-info .entry-title a{
  min-height:auto;

}

.post-content table{
  margin:0 auto;
}

/* Sidebar */

.sidebar-search{
  margin-bottom:20px;
}
.sidebar-search .form-control{
  border-radius:0px;
  border-radius:20px;
}
.sidebar-categories{

}

.sidebar-categories .cat-list{
  list-style: none;
  padding:0px;
}
.sidebar-categories .cat-list li{
  padding-bottom:4px;
}
.sidebar-categories .cat-list li a{
  text-decoration: none;
  font-size:14px;
  color:#000;
  font-weight:600;
  display:block;
  background:#fff;
  border-left:4px solid #000;
  padding:10px 10px;
  -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;

}

.sidebar-categories .cat-list li a:hover{
  background:#efefef;
}


.main-container {
  max-width:1320px;
  margin:0 auto;
  min-height: calc(100vh - 166px);
  padding-bottom:20px;
}



/* Post Page */
.post-page .container{

}

.post-page .post-content img{
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  padding:10px;
}
.post-page .magic-h1{
  font-size:34px;

}
.post-page a{
  color:#000;
}
.post-page .categories{
 padding:5px 0px;
}
.post-page .categories a{
  font-weight:700;
  display:inline-block;
  padding:0px 5px;
  text-decoration: none;
}
.post-page .banner{
  margin-bottom:20px;
  text-align: center;
}
.post-page .banner img{
  max-width: 100%;
}

.post-page .sub-header{

}
.post-page .sub-header > div{
  display:inline-block;
}
.post-page .author a{
  font-weight:bold;
}

/* Posts List */
.posts-list .container{

}
.posts-list .category-title{
  text-align:center;
}


.center-title{
  text-align:center;
  margin-bottom:40px;
}


.share-it{
  text-align: center;
  padding-bottom:20px;
}
.share-it a{
  display:inline-block;
  padding:10px;
  font-size:20px;
}


.page{
  min-height:500px;
}




/* Selector EXchange */
.selector-exchange{

  padding:20px 0px;

}
.selector-exchange h3{
  text-align: center;
text-transform: uppercase;

}
.selector-exchange .response{
  text-align:center;
  padding:10px;
  font-weight:600;
  font-size:24px;
}

.selector-exchange .price-info{
  font-size:16px;
}
.selector-exchange .response .final-price{
  color:green;
  font-weight: 700;
}

.selector-exchange .daily-chart{
  width:100%;

}



/* Selector EXchange */
.selector-chart{

  padding:20px 0px;

}

.selector-chart h3 {
    text-align: center;
    text-transform: uppercase;
}
.selector-chart .response{
  text-align:center;
  padding:10px;
  font-weight:600;
  font-size:24px;
}

.selector-chart .response .final-price{
  color:green;
  font-weight: 700;
}

.selector-chart .daily-chart{
  width:100%;
  height:500px;
}



/* Card Selector */
.card-selector{
  margin-bottom:20px;
}
.card-selector .card-header{
  background-color:#00309a;
  color:#fff;
  text-align:center;
  font-weight:700;
  text-transform: uppercase;
}
.card-selector .card-body{
  padding:5px;
}

.card-selector .selector-exchange{
  padding:0px;
}

.card-performance{
  margin-bottom:20px;
}
.card-performance .card-header{
  background-color:#00309a;
  color:#fff;
  text-align:center;
  font-weight:700;
  text-transform: uppercase;
  font-size:12px;
}
.card-performance .selector-performance h3{
  display:none;
}
.selector-performance table{
  font-size:12px;
  font-weight:bold;
}
.selector-performance td.title{
  font-weight:bold;
}
.selector-performance h3{
    text-align:center;
    text-transform: uppercase;
}


.hide-mags{
  display:none;
}


/* FInancial News */
.financial-news{
    background:#002e94;
    border-radius:5px;
    padding:20px;
    padding-top:0px;
    margin-bottom:20px;

}

.financial-news h3{
    font-weight:bold;
    padding:20px 0px;
        color:#fff;
}


.btn-gold{
  background: rgb(246,204,58);
  background: linear-gradient(0deg, rgba(246,204,58,1) 0%, rgba(245,229,152,1) 100%);
  border:none;
  font-weight:bold;
}


.selector-performance-annual h3{
    text-align:center;
    text-transform: uppercase;
}


.selector-performance-annual .nav-pills{
  font-weight:bold;
  text-transform: uppercase;
  margin-bottom:10px;
}
.selector-performance-annual .nav-pills .nav-link{
  color:#000;
  font-size:10px;
}
.selector-performance-annual .nav-pills .nav-link.active{
  background:#fff;
  border:1px solid #ccc;

}


.card-annual{
  margin-top:20px;
  margin-bottom:20px;
}


.selector-default .response-loader{
  font-size:12px;
  color:#333;
}

/* LIst Category */
.list-category h4 a{
  text-decoration: none;
  font-weight:600;
  color:#000;
}


.pick-date-daily-container .flatpickr-calendar{
  margin:10px auto;

}

.pick-date-daily-container .pick-date-daily{
  display:none;
}



.card-history{
 padding-bottom:20px;
 background:#efefef;
 border:none;
 border-radius:10px;
 margin-bottom:10px;
}

.card-history .card-title{
  text-align:center;
  padding:10px 0px;
}

.rss-color{
  color:orange;
}
.rss-color:hover{
  color:orange;
}


/* Card Recents */
.recent-posts h3{
  font-style: italic;
  font-size:16px;
}
.recent-posts .card-recent{
  margin-bottom:5px;
  border:none;
}
.recent-posts .card-recent a{
  display:block;
}
.recent-posts .card-recent .thumb a{
  padding:5px;
}
.recent-posts .card-recent .username{
  display:inline-block;
  text-decoration:none;
}
.recent-posts .card-recent .thumb img{
 max-width:100%;
}
.recent-posts .card-recent h5{
  font-size:14px;
  margin-bottom:0px;
}
.recent-posts .card-recent h5 a{
  text-decoration: none;
  font-size:20px;
}


.pros-and-cons{
  padding:20px 0px;
}
.pros-and-cons .pros ul, .pros-and-cons .cons ul{
    list-style-type: none;
    padding:0px;
}
.pros-and-cons .pros h2{
  color:green;
  font-weight:bold;
}

.pros-and-cons .cons h2{
  color:red;
  font-weight:bold;
}

.pros-and-cons .pros ul li:before {
  content:"\2713\0020";
  color:green;
}


.pros-and-cons .cons ul li:before {
    content: "\00d7\0020"; /* This will render the 'X' */
    color:red;
}


.table-of-contents{
  background-color: #f9f9f9;
border: 1px solid #e8e8e8;
padding:10px;
margin:0px;
}
.table-of-contents ul{
  list-style: none;
  padding:0px;
}



/*Scroll Top */
.scroll_top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 32px;
    background-color: #111;
    display: none;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.scroll_top:hover,
.scroll_top:focus,
.scroll_top:active{
    color: #fff;
    background-color: #e64931;
}






.comments-list .comment {
    position: relative;
    margin: 20px auto;
    border-bottom:1px solid #efefef;
}
.comments-list .comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

.comments-list .comment-info {
    color: rgba(0, 0, 0, 0.5);

}
.comments-list .comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
}
.comments-list .comment-author:hover {
    text-decoration: underline;
}
.comments-list .replies {
    margin-left: 20px;
}


.toggle-menu-button{
  display:none;
}


.show-this-forced{
  display:block !important;
}
