/*
Theme Name: Trading Blog
Description: A modern WordPress blog theme based on Blogar template design
Version: 1.0.0
Author: Trading Blog Team
Text Domain: trading-blog
Domain Path: /languages
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme is based on the Blogar template design.
*/

/* 
 * CSS files are loaded from the original Blogar template
 * Main CSS: https://new.axilthemes.com/demo/template/blogar/assets/css/vendor/bootstrap.min.css
 * Theme CSS: https://new.axilthemes.com/demo/template/blogar/assets/css/style.css
 */

/* Basic WordPress required styles */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* WordPress alignment classes */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Screen reader text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/**
 * Cool Tag Cloud Widget
 */
.widget_cool_tag_cloud .widget-title {
  border-bottom: 1px solid var(--color-lighter);
  padding-bottom: 7px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

/**
  * Custom post broker
  */
.axil-post-review {
  position: relative;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
}
.axil-post-review .axil-post-review__top {
  position: relative;
  /*margin-bottom: 30px;*/
}
.axil-post-review .axil-post-review__product {
  padding-right: 14%;
}
.axil-post-review .axil-post-review__product .media-left {
  max-width: 200px;
  margin-right: 30px;
  min-height: 200px;
  height: 200px;
}
.axil-post-review
  .axil-post-review__product
  .media-left
  .axil-post-review__product-image {
  height: 100%;
  width: 100%;
}
.axil-post-review .axil-post-review__product .axil-post-review-name {
  margin-bottom: 12px;
  font-size: 24px;
}
.axil-post-review .axil-post-review__product .axil-post-review-description {
  font-size: 16px;
  line-height: 27px;
  display: inline-block;
}
.axil-post-review .axil-post-review__overall-score {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--color-primary);
  width: 80px;
  height: 80px;
  border-radius: 10px;
  line-height: 80px;
  text-align: center;
}
.axil-post-review .axil-post-review__overall-score .post-score-value {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}

.axil-post-review .axil-post-review__pros ul,
.axil-post-review .axil-post-review__cons ul,
.axil-post-review__summary ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.axil-post-review .axil-post-review__pros ul li,
.axil-post-review .axil-post-review__cons ul li,
.axil-post-review__summary ul li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.axil-post-review .axil-post-review__pros ul li i,
.axil-post-review .axil-post-review__cons ul li i,
.axil-post-review__summary ul li i {
  color: var(--color-success);
  margin-right: 10px;
}
.axil-post-review .axil-post-review__cons ul li i {
  color: var(--color-danger);
}
.broker-cta a {
  background-color: #f97265;
  color: #fff;
  display: inline-block;
  height: 40px;
  font-size: 18px;
  text-align: middle;
}

}
.broker-cta a:hover {
  background-color: #639a98;
  color: #fff;
}