/*!
Theme Name: angelpub
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: angelpub
AMP: true
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

angelpub is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoCondensed-Light.woff2") format("woff2"),
    url("fonts/RobotoCondensed-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoCondensed-Bold.woff2") format("woff2"),
    url("fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoCondensed-Regular.woff2") format("woff2"),
    url("fonts/RobotoCondensed-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoCondensed-LightItalic.woff2") format("woff2"),
    url("fonts/RobotoCondensed-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoCondensed-BoldItalic.woff2") format("woff2"),
    url("fonts/RobotoCondensed-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/RobotoCondensed-Italic.woff2") format("woff2"),
    url("fonts/RobotoCondensed-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-BlackItalic.woff2") format("woff2"),
    url("fonts/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.dark-gray {
  color: #231F20 !important;
  text-align: center !important;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-MediumItalic.woff2") format("woff2"),
    url("fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-BoldItalic.woff2") format("woff2"),
    url("fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Black.woff2") format("woff2"),
    url("fonts/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Italic.woff2") format("woff2"),
    url("fonts/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Light.woff2") format("woff2"),
    url("fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Bold.woff2") format("woff2"),
    url("fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Medium.woff2") format("woff2"),
    url("fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-LightItalic.woff2") format("woff2"),
    url("fonts/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Thin.woff2") format("woff2"),
    url("fonts/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-Regular.woff2") format("woff2"),
    url("fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("fonts/Roboto-ThinItalic.woff2") format("woff2"),
    url("fonts/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

.optipub_widget_signup .white.background {
  background: #fff;
  color: #333;
  padding: 20px 15px 20px 15px;
}


.optipub_widget_signup .panel-default>.panel-heading {
  background-color: transparent !important;
  color: #231f20 !important;
  font-size: 30px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
  text-align: center;
  line-height: 30px;
  border-bottom: 3px solid #bfbfbf !important;
}

.optipub_widget_signup .panel-body.white.background div {
  padding: 15px;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  text-align: justify;
  margin-bottom: 20px;
}

.author-section {
  display: flex;
}

.author-image {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.author-image a {
  margin: 0 15px 0 0;
  width: 60px;
}

.author-image a img {
  width: 60px;
}

.author_details p {
  font-size: 14px !important;
  text-align: left;
}

.optipub_widget_signup form span {
  font-size: 16px !important;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  text-align: left !important;
}

h3.entry-title {
  padding: 20px 0 !important;
}

#archives-filters-form {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  margin: 15px 0 30px 0 !important;
}

#archives-filters-form .form-group {
  margin-bottom: 0 !important;
  width: 100%;
  padding-right: 20px;
}

.archives_button {
  background: #923c39 !important;
  border: 1px solid #923c39 !important;
  color: #fff !important;
  height: 38px !important;
  line-height: 0 !important;
  display: block !important;
  width: auto !important;
}

.optipub_widget_signup .input-group-btn>.btn.btn-default {
  border-radius: 0;
  border: 2px solid #bfbfbf;
  color: #fff;
  background: #923c39;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 5px;
}

.optipub_widget_signup .panel-body.white.background div {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  text-align: justify;
  margin-bottom: 20px;
  padding-top: 5px;
}

.pagination_search {
  display: flex !important;
  justify-content: center;
  list-style: none;
  border-radius: 0.25rem;
}

.font-13px {
  font-size: 13px !important;
  font-weight: 400;
  color: #3f3f3f;
  font-style: normal;
}

.line-height-med {
  padding: 5px;
}

.author_text {
  color: #923c39 !important;
}

.author_text a {
  color: #923c39 !important;
}

.archive_pagi .pagination_search a {
  padding: 6px 12px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  color: #923c39 !important;
}

.btn-group.margin-top-bottom-sm a {
  color: #923c39;
}

.archive_pagi .pagination_search a:hover:not(.active) {
  background-color: #eee !important;
  border-color: #ddd !important;
  text-decoration: none !important;
  color: #923c39 !important;
}

.archive_pagi .pagination_search .current {
  background-color: #923c39 !important;
  color: #fff !important;
  padding: 6px 12px !important;
  border: 1px solid #923c39 !important;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
}

.pagination_search a:hover:not(.active) {
  background-color: #231F20;
  text-decoration: none;
  color: white !important;
}

.latest_picks_inner .row .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  display: flex;
}

.renewable_filter {
  padding: 20px !important;
  margin-bottom: 20px !important;
}

.latest_picks_inner .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.editor_box .renewable_contains img {
  height: 300px;
}

.editor_box .row .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  display: flex !important;
}

.list-group-item>.font-13px {
  color: #923c39 !important;
  font-weight: bold;
}

.page-numbers {
  padding: 8px 16px !important;
  color: black !important;
}

.pagination_search .active a {
  color: white !important;
  background: #923c39 !important;
  padding: px !important;
  border: 1px solid #923c39;
  font-size: 16px !important;
  line-height: 1.42857143;
  font-weight: 400;
  font-style: normal;
}

.optipub_widget_signup .panel-default>.panel-body {
  padding: 15px;
}

.optipub_widget_signup .panel-default>.panel-footer {
  padding: 5px 15px;
}

.latest_picks_section .row .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
  display: flex !important;
}

.list-group-resource {
  border: none !important;
}

.label.label-primary.margin-right-sm {
  background: none;
  color: #231F20;
}

.pagination {
  display: inline-block !important;
}

.page-numbers.current {
  background-color: #231F20 !important;
  color: white !important;
}

.expert_content2 {
  width: 100% !important;
}

.pagination a:hover:not(.active) {
  background-color: #231F20;
  text-decoration: none;
  color: white !important;
}

.archive_pagi {
  text-align: center;
  padding: 25px 0 15px 0 !important;
}

.archive_pagi .pagination a {
  padding: 6px 12px !important;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  color: #923c39 !important;
}

.archive_pagi .pagination a:hover:not(.active) {
  background-color: #eee !important;
  border-color: #ddd !important;
  text-decoration: none !important;
  color: #923c39 !important;
}

.archive_pagi .pagination .page-numbers.current {
  background-color: #923c39 !important;
  color: #fff !important;
  padding: 6px 12px !important;
  border: 1px solid #923c39 !important;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
}

.archives_button {
  background: #923c39 !important;
  border: 1px solid #923c39 !important;
  color: #fff !important;
}

.archives_button:hover {
  background: #231F20 !important;
  border: 1px solid #231F20 !important;
  color: #fff !important;
}

body {
  background: #ffffff;
  font-size: 16px;
  color: #231f20;
}

a {
  color: #923C39;
}

a:hover {
  color: #231F20;
}

/* Mini Header */
.mini_header {
  background: #1a1a1a;
  padding: 8px 0;
}

ul.mini_header_links {
  margin: 0;
  text-align: center;
  padding: 0;
}

.mini_header_links li {
  color: #b2b2b2;
  font-size: 15px;
  display: inline;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  padding: 0 49px 0 46px;
  border-right: 2px solid #bfbfbf;
  text-transform: uppercase;
}

.mini_header_links li a {
  color: #bfbfbf;
}

.mini_header_links li:last-child {
  border-right: none;
}


/* Header */
a.navbar-brand img {
  width: 100%;
}

.header_menu {
  padding: 0;
}

.eac_menu .navbar-nav li a {
  padding: 34px 20px !important;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  color: #923c39 !important;
  display: block;
}

.eac_menu .navbar-nav li a:hover {
  color: #231F20 !important;
}

.eac_menu .navbar-nav li.nav-item.first_menu a {
  color: #231F20 !important;
}

.eac_menu .navbar-nav li.nav-item.active a {
  color: #923c39 !important;
  background: #d5d5d5;
  padding: 34px 20px !important;
}

section.header {
  background: #fff;
}


/* Menu icon */
.menu_icon {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.menu_icon:hover,
.menu_icon:active,
.menu_icon:focus,
.menu_icon:focus-visible,
.menu_icon:focus-within,
.menu_icon:visited {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}

.bar1,
.bar2,
.bar3 {
  width: 30px;
  height: 4px;
  background-color: #923c39;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-44deg) translate(-6px, 6px);
  transform: rotate(-44deg) translate(-6px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.search {
  background: none;
  border-radius: 200px;
  height: 35px;
  display: flex;
  align-items: center;
  transition: all 0.75s ease-in-out;
}

.search a:hover {
  color: #923c39;
  text-decoration: none;
}

.search:hover {
  background: #ffffff;
  color: #923c39;
}

.search:hover a {
  color: #923c39;
}

.search:hover .search__button {
  color: #923c39;
  float: right;
}

.search__text {
  border: 0;
  background: transparent;
  outline: 0;
  color: #231F20;
  float: left;
  line-height: 2.5rem;
  width: 0;
  transition: all 0.5s ease-in-out;
  font-size: 0.8rem;
}

.search__button {
  color: #923c39;
  background: none;
  border-radius: 50%;
  float: right;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 10px 0 10px 10px;
}

.en_mobile_search .search__button {
  color: #fff;
}

.search:hover .search__text {
  width: 8.5rem;
  margin-left: 1rem;
}

.search:hover>.search__button {
  transform: scale(0.75);
  color: #923c39;
}

button.search-submit:hover {
  background: #231F20 !important;
}

button.btn.btn-default:hover {
  background: #231F20 !important;
}


/* Renewable */
.renewable_inner {
  margin: 30px 0 0 0;
  padding: 20px 25px;
  background: #fff;
}

.renewable_inner .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.renewable_contains {
  padding: 20px;
  border: 3px solid #bfbfbf;
  margin-bottom: 20px;
}

.renewable_contains img {
  width: 100%;
  border-radius: 0;
}

h1.renewable_title,
h2.entry-title {
  line-height: 24px;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0 0 10px 0;
}

h1.renewable_title a,
h2.entry-title a {
  color: #923c39;
}

h1.renewable_title a:hover {
  text-decoration: none;
}

.renewable_text {
  font-size: 16px;
  color: #231F20;
  margin: 0 0 10px 0;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

.renewable_bottom_text {
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  color: #3f3f3f;
  margin: 0;
}

.renewable_bottom_text a {
  color: #923c39;
}

.renewable_bottom_text span {
  color: #923c39;
}

.renewable_button {
  text-align: center;
}

.renewable_button a {
  background: #923c39;
  padding: 6px 10px;
  color: #fff;
  font-size: 24px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  border: 3px solid #bfbfbf;
}

.renewable_button a:hover {
  background: #fff;
  color: #923c39;
  text-decoration: none;
}

.panel-default .form-control {
  border: 2px solid #ced4da;
  border-radius: 0;
  background: #f5f5f5;
}


/* HAVE ANY QUESTIONS? */
.question_inner {
  margin: 30px 0 0 0;
  padding: 15px 20px 10px 20px;
  background: #fff;
}

.question_title {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  color: #231F20;
  margin: 0 0 25px 0;
  padding: 0 0 8px 0;
  border-bottom: 3px solid #bfbfbf;
}

.question_content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.question_content img {
  background: #923c39;
  padding: 6px;
  border-radius: 21px;
  margin-right: 12px;
}

.question_content h1 {
  color: #923c39;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 5px;
  line-height: 24px;
}

.question_content p {
  color: #231F20;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
}

/* Experts */
.expert_inner {
  padding: 20px 25px 0 25px;
  background: #923c39;
  margin-top: 30px;
}

.expert_inner .col-lg-3.col-md-6.col-sm-6.col-xs-12 {
  padding-right: 10px;
  padding-left: 10px;
}

.expert_content {
  margin-bottom: 20px;
}

.expert_content h1 {
  color: #fff;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #bfbfbf;
  letter-spacing: 0.3px;
}

.expert_content p {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 300;
  font-style: normal;
  text-align: justify;
}

.expert_content2 {
  padding: 12px 20px;
  background: #fff;
  border: 3px solid #bfbfbf;
  margin-bottom: 20px;
}

.expert_content2 h1 {
  font-size: 25px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 12px;
  line-height: 25px;
  text-align: center;
}

.expert_content2 h1 a {
  color: #923c39;
}

.expert_content2 img {
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}

.expert_content2 p {
  color: #231F20;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
}


/* OUR PUBLICATIONS */
.row>.publication_cols {
  display: flex;
}

.publication_inner {
  margin: 30px 0 30px 0;
  background: #fff;
}

.publication_title {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
}

.publication_content {
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  width: 100% !important;
}

.publish .publication_content {
  display: flex;
  align-items: center;
}

.publication_texts h1 {
  font-size: 25px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 30px;
}

.publication_texts p {
  text-align: justify;
}

.publication_button {
  color: #231F20;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0;
  text-decoration: underline;
}

.publication_button:hover {
  color: #923c39;
}

.publication_right {
  float: right;
  position: absolute;
  right: 40px;
}

.publication_img {
  padding: 0 0 0 20px;
  max-height: 106px;
}

.publication_img_inner {
  text-align: right;
}


/* Footer Section */
.footer_section {
  background: #1a1a1a;
  padding: 40px 0 16px 0;
}

ul.footer_links {
  list-style: none;
  margin: 0 auto;
}

.footer_links_section {
  display: flex;
  align-items: center;
}

.footer_links li {
  color: #d8d8d8;
  font-size: 16px;
  display: inline;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  padding: 0 60px;
  border-right: 2px solid #d8d8d8;
  text-transform: uppercase;
}

.footer_links li a {
  color: #d8d8d8;
}

.footer_links li:last-child {
  border-right: none;
}


.footer_links li:first-child {
  padding-left: 0px;
}

.search-container {
  margin: 0 0 0 auto;
}

.search-container input {
  width: 220px;
  border: none;
  outline: none;
  background: #d8d8d8;
  height: 35px;
  padding: 0 0 0 10px;
}

.search-container button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.search-container button i {
  color: #d8d8d8;
  font-size: 20px;
  padding: 0 0 0 30px;
}

.search-container form {
  margin: 0;
  display: flex;
  align-items: center;
}

.address {
  color: #d8d8d8;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 170px;
}

.logo_footer {
  text-align: center;
}

.logo_footer img {
  width: 100%;
}

.contact {
  color: #d8d8d8;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: right;
}

.copyright p {
  color: #d8d8d8;
  font-size: 13px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
}

.footer_middle div.row {
  align-items: center;
}


/* Renewable Energy */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.renewable_cols .renewable_contains_first a img {
  max-width: 100%;
}

.home .row>.renewable_cols {
  display: flex;
}

section.renewable_first {
  margin-top: 30px;
}

.renewable_contains_first {
  padding: 20px;
  border: 3px solid #bfbfbf;
  background: #fff;
}

h1.renewable_title_first {
  font-size: 28px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 15px 0 10px 0;
}

h1.renewable_title_first a {
  color: #923c39;
}

h1.renewable_title_first a:hover {
  text-decoration: none;
}

.renewable_text_first {
  font-size: 16px;
  color: #231F20;
  margin: 0 0 10px 0;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
}

.renewable_bottom_text_first {
  font-size: 13px;
  font-family: "Roboto";
  font-weight: 400;
  font-style: normal;
  color: #3f3f3f;
  margin: 0;
}

.renewable_bottom_text_first span {
  color: #923c39;
}

.renewable_2 {
  border: 3px solid #bfbfbf;
  background: #fff;
}

.renewable_2 h3 {
  color: #231F20;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
  text-align: center;
  line-height: 35px;
  border-bottom: 3px solid #bfbfbf;
}

.renewable_2_content {
  padding: 20px 15px 20px 15px;
}

.renewable_2_content p {
  color: #231F20;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin: 0 0 20px 0;
  text-align: justify;
}

.renewable_2_content p:first-child {
  margin: 0 0 32px 0;
}

.newsletter {
  padding: 80px 0;
}

.newsletter .content {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.content-tuned {
  font-size: 0.8rem;
  margin-bottom: 34px !important;
  color: #fff;
}

.subscribe_input {
  border-radius: 0;
  border-top: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
  border-left: 2px solid #bfbfbf;
  background: #f5f5f5;
}

.subscribe_btn {
  border-radius: 0;
  border: 2px solid #bfbfbf;
  color: #fff;
  background: #923c39;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

.subscribe_btn:hover {
  border: 2px solid #bfbfbf;
  color: #923c39;
  background: #fff;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.content {
  margin-bottom: 20px;
}


/* Latest Picks */
.latest_picks_section {
  padding: 22px 0 30px 0;
}

.latest_picks_inner {
  padding: 20px 25px;
  background: #fff;
  width: 100%;
}

.latest_picks_inner .col-2 {
  margin-bottom: 60px;
}

.latest_picks_inner h3 {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  margin: 0 0 24px 0;
  text-transform: capitalize;
}

.latest_picks_inner .ribbon h3 {
  margin: 0;
}

.picks_img {
  text-align: center;
  margin: 0 0 24px 0;
}

.latest_picks_inner p {
  color: #231F20;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-style: normal;
  text-align: justify;
}

.latest_button {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

.latest_button img {
  vertical-align: middle;
}

.latest_button a {
  color: #923c39;
  font-size: 17px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
}

.latest_button div.latest_left {
  margin-left: auto;
}

.latest_left img {
  margin-left: 10px;
}

.latest_button a:hover {
  text-decoration: none;
}


/* New Css */
.optipub_signup_widget .panel-default>.panel-heading {
  background-color: transparent !important;
  color: #231F20 !important;
  font-size: 30px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
  text-align: center;
  line-height: 20px;
  border-bottom: 3px solid #bfbfbf !important;
}

.optipub_signup_widget .panel-body.white.background {
  padding: 30px 25px 30px 25px;
  background: none !important;
  color: #231F20 !important;
}

.optipub_signup_widget .panel-default {
  border: none !important;
}

.optipub_signup_widget .panel-body.white.background p:first-child {
  margin: 0 0 20px 0;
}

.optipub_signup_widget .panel-body.white.background p {
  color: #231F20;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin: 0 0 20px 0;
  text-align: justify;
}

.optipub_signup_widget .panel-body.white.background div {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 20px;
}

.optipub_signup_widget .input-group {
  position: relative;
}

.optipub_signup_widget input[type="email"] {
  border: 2px solid #bfbfbf;
  background: #f5f5f5 !important;
  font-size: 18px;
  border-radius: 0 !important;
}

.optipub_signup_widget .input-group-btn {
  position: absolute !important;
  right: 0;
  width: auto !important;
  z-index: 9;
}

.optipub_signup_widget .input-group-btn input.btn.btn-default {
  border-radius: 0;
  border: 2px solid #bfbfbf;
  color: #fff;
  background: #923c39;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

.optipub_signup_widget .input-group-btn input.btn.btn-default:hover {
  border: 2px solid #bfbfbf;
  color: #923c39;
  background: #f5f5f5;
}

.optipub_signup_widget form span {
  font-size: 16px !important;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  text-align: left !important;
}

.optipub_signup_widget form {
  margin-bottom: 10px !important;
}

.renewable_inner .row>.col-lg-3.col-md-6.col-sm-6.col-xs-12 {
  display: flex;
}

.question_inner .row>.col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  display: flex;
}

.expert_inner .row>.col-lg-3.col-md-6.col-sm-6.col-xs-12 {
  display: flex;
}

.publication_inner .row>.publication_cols {
  display: flex;
}

.navbar-brand {
  height: auto !important;
}

.header_menu {
  border: none !important;
  margin: 0 !important;
  min-height: auto !important;
}

.navbar-brand {
  height: auto !important;
  padding: 18px 0px !important;
}

.header_menu:before,
.header_menu:after {
  display: none !important;
}

.eac_menu {
  padding: 0 !important;
}

.renewable {
  margin-bottom: 30px;
}

.renewable_contains_first p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.optipub_widget_top_rated_articles .margin-bottom-med h3 {
  margin-bottom: 0;
}

.entry-content .content-container figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.content_img {
  display: flex;
  width: 100%;
  align-items: center;
}

.content_i {
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin-left: auto;
}

.table_responsive {
  overflow-x: auto;
}

.whitelist_b {
  font-size: 14px;
}

.whitelist_media {
  padding: 0 20px;
}

.whitelist_media .media-body {
  width: 100%;
}

.whitelist_media figure {
  margin: 0;
}

.renewable_cols {
  padding: 0 10px;
}

/* editors page css */
.editor_box .renewable_content.mincontent a img {
  width: 150px;
  height: 150px;
  float: right;
  padding: 0 0 0 15px;
  margin: 0;
}

.editor_box .renewable_content.mincontent>a {
  float: right;
}

.editor_box .renewable_content.mincontent p.renewable_text {
  margin: 0;
}

/* Sidebar css */
.renewable_contains a img {
  margin-bottom: 15px;
  min-height: 160px;
  height: 160px !important;
}

.bottom_sidebar {
  margin-top: 20px;
}

.singleSignupSidebar {
  border: 3px solid #bfbfbf;
  background: #fff;
  margin-bottom: 20px;
}

.singleTRSidebar,
.singleTASidebar {
  padding: 5px !important;
  margin-bottom: 20px !important;
}

.singleTRSidebar h3,
.singleTASidebar h3 {
  margin-bottom: 0 !important;
  line-height: 1 !important;
}

.singleTRSidebar .list-group-item,
.singleTASidebar .list-group-item {
  padding: 0.75rem !important;
}

.singleTRSidebar .label.label-primary.margin-right-sm,
.singleTASidebar .label.label-primary.margin-right-sm {
  background: #923c39 !important;
  color: #fff !important;
  margin: 0 10px 0 5px !important;
  padding: 0 7px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.singleTRSidebar .list-group-item>.font-13px,
.singleTASidebar .list-group-item>.font-13px {
  color: #333333 !important;
  font-weight: 500 !important;
}

.singleTRSidebar .list-group-item:last-child,
.singleTASidebar .list-group-item:last-child,
.singleTRSidebar .list-group-item:first-child,
.singleTASidebar .list-group-item:first-child {
  border-radius: 0 !important;
}

/* FAQ Page css */
#faqsAccordion .card-header {
  padding: 0 !important;
}

#faqsAccordion .card {
  margin-bottom: 10px !important;
}

#faqsAccordion .card h2 button {
  white-space: break-spaces;
  color: #231F20;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  margin: 0;
  line-height: 30px;
  width: 100%;
  padding: 0.6rem 1.1rem !important;
  position: relative;
}

section.latest_picks_section.energy .entry-title {
  padding: 0 0 8px 0 !important;
  font-size: 2.5rem;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.pencil.hidden-print {
  font-size: 18px;
  font-family: "Roboto";
  font-weight: 500;
  font-style: normal;
  margin: 0;
  text-align: center;
  line-height: 20px;
  padding: 10px;
  border-bottom: 1px solid #bfbfbf;
}

.pencil.hidden-print a {
  color: #923c39;
}

.pencil.hidden-print a:hover {
  text-decoration: none;
}

.bottom_sidebar_6 .col-lg-8 {
  max-width: 100%;
}

.bottom_sidebar_6 h2.no-margin-top {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px;
}

.bottom_sidebar_6 .input-group.input-group-sm {
  margin-bottom: 10px;
}

.bottom_sidebar_6 input.form-control {
  border-top: 2px solid #ced4da;
  border-bottom: 2px solid #ced4da;
  border-left: 2px solid #ced4da;
  border-radius: 0;
  background: #f5f5f5;
}

.bottom_sidebar_6 button.btn.btn-default {
  border-radius: 0;
  border: 2px solid #bfbfbf;
  color: #fff;
  background: #923c39;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

.en_search_page h3.entry-title {
  margin: 0;
  padding-top: 10px 0 20px 0 !important;
}

.en_search_page input.form-control {
  border-top: 2px solid #ced4da;
  border-bottom: 2px solid #ced4da;
  border-left: 2px solid #ced4da;
  border-radius: 0;
  background: #f5f5f5;
}

.en_search_page button.search-submit {
  border-radius: 0;
  border: 2px solid #bfbfbf;
  color: #fff;
  background: #923c39;
  font-size: 18px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin: 0;
  padding: 5px 10px;
}

.en_search_page .form.group.has-feedback {
  display: flex;
}

.en_search_page .line-height-med {
  padding: 0;
}

.en_search_page .form.group.has-feedback {
  margin-bottom: 10px;
}

.en_search_page .btn-group.margin-top-bottom-sm {
  margin: 10px 0;
}

.en_search_page .btn-group.margin-top-bottom-sm a {
  padding: 0 10px 0 0;
}

.en_search_page .sortActive {
  font-weight: bold;
  pointer-events: none;
}

.en_search_page .bold {
  font-weight: bold;
}

.en_search_page .italic {
  font-style: italic;
}

.en_search_notfound {
  width: 100%;
  text-align: center;
}

.single_report_section .ribbon-heading {
  background: #923c39;
  padding: 10px;
  margin-bottom: 20px;
}

.single_report_section .report-footer-content p {
  font-size: 11px;
}

.social-box {
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 30px;
}

.social-box .social-btn .sbtn {
  margin-right: 15px;
}

.social-box .social-btn .sbtn>i {
  font-size: 40px;
}

.social-box .social-btn .sbtn>i:hover {
  opacity: 0.7;
}

.social-box .social-btn .sbtn.s-facebook>i {
  color: #3B5998;
}

.social-box .social-btn .sbtn.s-twitter>i {
  color: #55ACEE;
}

.social-box .social-btn .sbtn.s-whatsapp>i {
  color: #0bb89e;
}

.social-box .social-btn .sbtn.s-linkedin>i {
  color: #007bb5;
}

.error-404 {
  padding: 100px 0;
  text-align: center;
}

#page-toolbar {
  background: #fff;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  right: 0;
  text-align: center;
  position: fixed;
  top: 200px;
  z-index: 9999;
}

#page-toolbar .toolbar-top {
  padding: 6px 9px 3px 9px;
}

#page-toolbar .toolbar-bottom {
  background: #e5e5e5;
  border-top: 1px solid #ddd;
  padding: 6px 9px 5px 9px;
}

#page-toolbar a {
  color: #444;
  border: none;
  display: block;
  margin: 6px 0;
  text-decoration: none;
}

/* single page signup form css */
.single-articles .renewable_contains_first .panel.panel-default.signup-primary {
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0;
  padding: 15px;
}

.single-articles .renewable_contains_first .panel.panel-default .panel-heading {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 28px;
}

.single-articles .renewable_contains_first .panel.panel-default .input-group-btn>.btn.btn-default {
  border-radius: 0;
  color: #fff;
  background: #923c39;
  font-weight: bold;
  font-style: normal;
  margin: 0;
}

.single-articles .renewable_contains_first .panel-body p:nth-child(3) {
  text-align: center;
}

.single-articles .renewable_contains_first .panel.panel-default .panel-body .form-control {
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
}

.row>.eletters_cols {
  display: flex;
}

.eletters_inner {
  margin: 30px 0 30px 0;
  padding: 15px 25px 0 25px;
  background: #fff;
}

.eletters_title {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 30px;
}

.eletters_content,
.premium_content {
  padding: 15px;
  background: #fff;
  margin-bottom: 20px;
  width: 100% !important;
}

.publish .eletters_content,
.premium_content {
  display: flex;
  align-items: center;
}

.eletters_texts h1 {
  color: #923c39;
  font-size: 25px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 30px;
}

.eletters_texts p {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  text-align: justify;
}

.eletters_button {
  color: #923c39;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0;
}

.eletters_button:hover {
  color: #923c39 !important;
}

.eletters_right,
.premium_right {
  float: right;
}

.eletters_img {
  padding: 20px 0 25px 0;
  max-height: 106px;
}

.eletters_img_inner {
  text-align: right;
}


/*-----------------------Start----------------------------*/
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #231F20;
}

.single .type-editors img {
  margin-left: 20px !important;
  margin-bottom: 10px !important;
  width: 200px;
  height: 250px;
}

.single .type-editors a>img {
  width: auto;
  height: auto;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}

section.home_editors_section {
  background-color: #D8D8D8;
  padding: 50px 0;
}


section.home_editors_section .editor {
  text-align: center;
}

section.home_editors_section .editor img {
  border-radius: 50%;
  width: 130px !important;
  height: 130px !important;
  border: 5px solid #231F20;
}

div.margin-bottom-med {
  border: none !important;
}

.eletters_title,
.publication_title {
  font-size: 30px;
  margin-bottom: 20px;
}

.eletters_section .eletters_texts {
  padding-right: 50px;
}

.publication_inner {
  padding: 70px 0 50px 0;
  margin: 0;
  background: none;
}

section.publication_section.publish {
  background-image: url('https://assets.angelpub.com/images/2022/46/angel-publishing-wp-premium-bg-1920x870-75022.jpeg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.publication_section .publication_title {
  color: #fff;
  text-transform: capitalize;
}

section.optipub_widget_experts {
  background-color: #d8d8d8 !important;
}

.col.editor {
  text-align: center;
}

.col.editor:first-child {
  padding-left: 0px;
}

.col.editor:last-child {
  padding-right: 0px;
}

.col.editor h6 {
  padding-top: 15px;
  color: #231F20;
  text-decoration: underline;
}


.feature_cols h3 {
  color: #923c39;
}

.expert_section .row {
  flex-wrap: inherit !important;
}

.investment_bottom h2,
.investment_top h4 {
  color: #fff;
}

.investment_contains_seconds {
  padding-left: 50px;
}

.investment_top div {
  display: inline-block;
  vertical-align: middle;
}

.investment_logo img {
  width: 100px;
}

.investment_text {
  padding-left: 15px;
}

.investment_text h4 {
  font-size: 28px !important;
  padding-top: 15px;
}

.eletters_cols h1 {
  color: #231F20 !important;
}

.eletters_cols .eletters_button {
  color: #231F20;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0;
  text-decoration: underline;
}

.optipub_widget_premium_services .eletters_inner {
  background: #923c39 !important;
}

.optipub_widget_premium_services {
  background: #923c39 !important;
}


.optipub_widget_premium_services .eletters_title {
  color: #fff !important;
}

.expert_inner,
.investment_inner,
.feature_inner,
.eletters_inner,
.premium_inner {
  padding: 45px 0px !important;
  background: none !important;
  margin: 0px !important;
}

.premium_cols .top_box {
  display: flex;
  align-items: center;
}


.optipub_widget_premium .eletters_title {
  color: #fff !important;
}


.optipub_widget_premium .premium_texts h1 {
  color: #231F20;
  font-size: 25px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 30px;
}


.optipub_widget_premium .premium_texts p {
  color: #231F20;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  text-align: justify;
}

.premium_button {
  color: #231F20;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 0;
}

.eletters_content {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-bottom: 20px;
  width: 100% !important;
}

.eletters_texts h1 {
  color: #231F20 !important;
  font-size: 25px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 30px;
}

.premium_title {
  color: #fff;
}

.premium_content {
  display: block !important;
}

a.eletters_left {
  float: left !important;
}

.eletters_img_inner img {
  width: 350px !important;
}

.footer_middle {
  padding: 40px 100px;
}

section.widget.optipub_widget_investment {
  background-position: bottom center;
  background-size: cover;
  background-image: url('https://assets.angelpub.com/images/2022/46/angel-publshing-wp-video-bg-1920x558-75025.png');
}

.entry-content .pubs-template a .btn {
  color: #fff;
  background-color: #923C39;
  border-color: #923C39;
  margin-right: 20px;
}

.entry-content .pubs-template a .btn:hover {
  color: #fff;
  background-color: #231F20;
  border-color: #231F20;
}

input.search__text::placeholder {
  color: #231F20;
}

section.home_editors_section .editor h5 {
  padding-top: 15px;
  text-decoration: underline;
}

section.home_editors_section .editor h5:hover {
  color: #923c39;
}

#faqsAccordion .card h2 button:hover {
  color: #923C39;
}

.btn-link:focus {
  color: #923C39 !important;
}

.signup-primary a {
  color: #923C39 !important;
}


.signup-primary a:hover {
  color: #231F20 !important;
}


.list-group-item>.font-13px {
  color: #231F20 !important;
}

.list-group-item>.font-13px:hover {
  color: #923C39 !important;
}


.en_desktop_search .search__button {
  border: none !important;
  outline: none !important;
}

/*--------------------------End------------------------------------------*/


/* Responsive CSS */
@media (max-width:767px) {
 
  .investment_inner {
    padding: 20px 0 !important;
  }

  .investment_top div {
    display: inline-block;
    vertical-align: middle;
  }

  .investment_logo img {
    float: left;
    width: 70px;
  }

  .investment_text {
    padding-left: 10px !important;
    margin-top: 15px;
  }

  .investment_text h4 {
    font-size: 16px !important;
    padding-top: 0;
    margin: 0;
  }

  .investment_contains_seconds {
    padding: 20px 0 0 !important;
  }

  .investment_bottom h2 {
    font-size: 21px;
  }

  .investment_bottom {
    padding-top: 1.5rem !important;
  }
}

@media (min-width: 992px) {
  .en_mobile_search {
    display: none;
  }
}

@media (max-width: 1200px) {
  section.latest_picks_section.energy .entry-title {
    font-size: 2.2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .container {
    max-width: 1010px;
  }

}

@media (min-width: 1500px) {
  .container {
    max-width: 1310px;
  }
}

@media (max-width: 1500px) and (min-width: 1250px) {
  .mini_header_links li {
    font-size: 15px;
    padding: 0 31px 0 28px;
  }

  .header_bottom_links li {
    font-size: 16px;
  }

  .renewable_2 h3 {
    font-size: 21px;
  }

  h1.renewable_title_first {
    font-size: 22px;
  }

  .renewable_text_first {
    font-size: 16px;
  }

  .renewable_2_content p {
    font-size: 16px;
  }

  .renewable_2_content p:first-child {
    margin: 0 0 20px 0;
  }

  .renewable_2_content {
    padding: 20px 15px 0 15px;
  }

  .renewable_text_first {
    font-size: 16px;
  }

  h1.renewable_title {
    font-size: 19px;
  }

  .renewable_text {
    font-size: 16px;
    line-height: 25px;
  }

  .renewable_contains {
    padding: 10px;
  }

  .renewable_button a {
    font-size: 22px;
  }

  .expert_content h1 {
    font-size: 19px;
    margin-bottom: 15px;
  }

  .expert_content p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }

  .expert_content2 p {
    font-size: 16px;
    line-height: 26px;
  }

  .publication_texts h1 {
    font-size: 25px;
    line-height: 22px;
  }

  .footer_links li {
    font-size: 16px;
  }

  .logo_footer img {
    width: 85%;
  }

  .input-group {
    align-items: center;
  }

  .subscribe_btn {
    font-size: 16px;
  }

  .latest_picks_inner h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    text-transform: capitalize;
  }
}

@media (max-width: 1405px) {
  .eac_menu .navbar-nav li a {
    padding: 34px 18px !important;
  }

  .eac_menu .navbar-nav li:last-child a {
    padding: 34px 6px 34px 18px !important;
  }

  .question_content {
    width: 100%;
  }
}

@media (max-width: 1250px) {
  .latest_picks_inner h3 {
    font-size: 22px;
    margin: 0 0 12px 0;
    text-transform: capitalize;
  }

  .search-container form {
    margin: 0;
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
  }

  .input-group {
    align-items: center;
  }

  .subscribe_btn {
    font-size: 16px;
  }

  .mini_header_links li {
    font-size: 14px;
    padding: 0 28px 0 25px;
  }

  .eac_menu .navbar-nav li a {
    font-size: 16px !important;
  }

  .header_bottom_links li {
    font-size: 14px;
  }

  .renewable_2 h3 {
    font-size: 19px;
    padding: 0 10px;
  }

  h1.renewable_title_first {
    font-size: 30px;
  }

  .renewable_text_first {
    font-size: 16px;
  }

  .renewable_2_content p {
    font-size: 16px;
  }

  .renewable_2_content p:first-child {
    margin: 0 0 20px 0;
  }

  .renewable_2_content {
    padding: 20px 15px 0 15px;
  }

  h1.renewable_title {
    font-size: 18px;
  }

  .renewable_text {
    font-size: 16px;
    line-height: 22px;
  }

  .renewable_contains {
    padding: 12px;
  }

  .renewable_button a {
    font-size: 22px;
  }

  .expert_content h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .expert_content p {
    font-size: 16px;
    line-height: 23px;
  }

  .expert_content2 h1 {
    font-size: 25px;
  }

  .expert_content2 p {
    font-size: 16px;
    line-height: 27px;
  }

  .publication_texts h1 {
    font-size: 22px;
    line-height: 18px;
  }

  .footer_links li {
    font-size: 15px;
  }

  .logo_footer img {
    width: 85%;
  }

}

@media (max-width: 1499px) {
  .footer_links li {
    padding: 0 55px;
  }

  .search-container button i {
    padding: 0 0 0 15px;
  }
}

@media (max-width: 1171px) {
  .renewable_2 h3 {
    font-size: 18px;
    padding: 0 10px;
  }

  .eac_menu .navbar-nav li a {
    padding: 34px 15px !important;
    font-size: 16px !important;
  }

  .eac_menu .navbar-nav li:last-child a {
    padding: 34px 0px 34px 15px !important;
    font-size: 16px !important;
  }

  .footer_links li {
    padding: 0 44px;
    font-size: 15px;
  }

  .search-container input {
    width: 160px;
  }

  .search-container button i {
    padding: 0 0 0 7px;
    font-size: 18px;
  }

  .header_bottom_links li {
    font-size: 15px;
  }

  .search:hover .search__text {
    width: 120px;
    margin-left: 1rem;
  }

  .mini_header_links li {
    font-size: 14px;
    padding: 0 19px 0 16px;
  }
}

@media (max-width: 1024px) {
  .investment_contains_firsts{
  }
  .publish .publication_content {
    display: block;
  }

  .publication_img {
    padding: 10px 0 0 0;
    max-height: 106px;
  }
}

@media (max-width: 1000px) {
  .search-container input {
    width: 145px;
  }


  .header_bottom_links li {
    font-size: 16px;
  }

  .footer_links li {
    padding: 0 45px;
  }
}

@media (max-width: 991px) {
  .header {
    border-bottom: 2px solid #d3d3d3;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .editors_inner .row {
    display: block;
  }

  .eletters_img_inner {
    text-align: center;
  }

  .eletters_img_inner img {
    width: 195px !important;
  }

  .eletters_section .eletters_texts {
    padding-right: 0px;
  }

  .publish .eletters_content,
  .premium_content {
    display: block;
  }

  section.home_editors_section .editor {
    text-align: center;
    padding-bottom: 20px;
  }

  .en_desktop_search {
    display: none !important;
  }

  .en_mobile_search {
    background: #923c39 !important;
    border-radius: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
    height: auto;
  }

  .en_mobile_search .search__text {
    padding: 0;
  }

  .en_mobile_search .search__button {
    padding: 14px 10px;
  }

  .en_mobile_search .search__button i {
    font-size: 16px;
  }

  .en_mobile_search:hover form {
    width: auto;
    background: #fff;
    border-radius: 50px;
    margin: 5px 0;
    height: 34px;
  }

  .en_mobile_search:hover .search__text {
    height: 34px;
    font-size: 14px;
  }

  .en_mobile_search:hover .search__button {
    padding: 10px !important;
  }

  .eac_menu .navbar-nav li.nav-item.active a {
    color: #923c39 !important;
    padding: 14px 0 !important;
  }

  .content_img {
    display: block;
  }

  .content_i {
    padding: 10px 0 15px 0;
    display: flex;
  }

  .renewable_2 h3 {
    font-size: 16px;
    padding: 0 10px;
  }

  .pagination {
    display: flex;
    justify-content: center;
  }

  .expert_content p {
    font-size: 18px;
    line-height: 32px;
  }

  .latest_picks_inner {
    margin-bottom: 20px;
  }

  .footer_links li {
    padding: 0 28px;
    font-size: 14px;
  }

  .search-container input {
    width: 100px;
  }

  .search-container button i {
    padding: 0 0 0 15px;
    font-size: 15px;
  }

  .address {
    line-height: 24px;
    width: auto;
  }

  .logo_footer img {
    width: 100%;
  }

  .contact {
    line-height: 24px;
    width: auto;
  }

  .header_bottom_links li {
    font-size: 14px;
  }

  .eac_menu .navbar-nav li a {
    padding: 14px 0 !important;
    font-size: 15px !important;
    text-align: center;
    color: #fff !important;
  }

  .eac_menu ul li.nav-item {
    background: #923c39;
    border-bottom: 1px solid #fff;
  }

  .eac_menu ul {
    padding: 10px 0 0 0;
  }

  .mini_header_links li {
    font-size: 12px;
    padding: 0 15px 0 12px;
  }

  .publication_texts h1 {
    font-size: 19px;
    line-height: 18px;
  }

  .publication_texts p {
    font-size: 15px;
    line-height: 24px;
  }

  .author-section {
    flex-direction: column;
  }
}

@media (max-width: 767px) {

  .renewable_contains_first {
    margin-bottom: 15px;
  }

  .bottom_sidebar {
    margin-bottom: 20px;
  }
}

@media (max-width: 769px) {
  .expert_content p {
    font-size: 17px;
    line-height: 30px;
  }

  .expert_content2 p {
    font-size: 16px;
    line-height: 27px;
  }

  .expert_content p {
    font-size: 17px;
    line-height: 30px;
  }

  .footer_links_section {
    display: block;
  }

  .search-container input {
    width: auto;
  }

  ul.footer_links {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_links {
    margin-bottom: 20px;
  }

  .footer_links li {
    padding: 0 12px;
    font-size: 14px;
  }

  .logo_footer img {
    width: auto;
  }

  .address {
    text-align: center;
    padding: 10px 0;
  }

  .contact_info {
    padding: 10px 0;
  }

  .contact {
    text-align: center;
    float: none;
  }
}

@media (max-width: 575px) {

  .question_content p {
    text-align: justify;
  }

  h1.renewable_title_first {
    font-size: 24px;
  }

  .renewable_2 h3 {
    font-size: 18px;
  }
}

@media (min-width: 540px) {
  a.navbar-brand img {
    width: 300px;
    height: 60px;
  }
}

@media (max-width: 540px) {
  .footer_links li {
    font-size: 15px;
    display: block;
    padding: 0;
    border-right: none;
    line-height: 30px;
  }

  .header_bottom_section_inner {
    display: block;
  }

  .search__button {
    float: none;
  }

  .search:hover a {
    float: right;
    margin: 4px 0 0 0;
  }

  ul.header_bottom_links {
    text-align: center;
  }

  a.navbar-brand img {
    width: 300px;
  }

  .renewable_button a {
    font-size: 20px;
  }

  .question_inner {
    padding: 15px 15px 20px 15px;
  }

  .search__button {
    padding: 0;
  }
}

@media (max-width: 425px) {
  .header_bottom_links li {
    font-size: 14px;
  }

  .mini_header_links li {
    font-size: 10px;
    padding: 0 11px 0 8px;
    line-height: 21px;
  }
}

@media (max-width: 768px) {
  #archives-filters-form {
    display: block !important;
  }

  #archives-filters-form .form-group {
    padding: 0 0 15px 0 !important;
  }

  .archives_button {
    margin-top: 10px;
  }

  .footer_middle {
    padding: 50px 15px;
  }

  .logo_footer {
    padding: 15px 0;
  }

  .single-articles .renewable_contains_first .panel.panel-default .input-group-btn>.btn.btn-default {
    font-size: 16px;
  }

  .single-articles .renewable_contains_first .panel.panel-default .panel-body .form-control {
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .eac_menu ul {
    width: 100% !important;
  }

  .eac_menu {
    display: none !important;
  }

  .eac_menu.show {
    display: block !important;
  }

  .footer_middle {
    padding: 40px 50px;
  }
}

.container_wrap {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container_wrap {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .container_wrap {
    max-width: 970px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .investment_top div {
    display: block;
  }

  .investment_logo img {
    float: left;
    width: 80px;
  }

  .investment_text {
    padding-left: 100px;
  }

  .investment_text h4 {
    font-size: 24px !important;
    padding-top: 10px !important;
  }

  .investment_bottom h2 {
    font-size: 26px !important;
  }

  .investment_contains_seconds {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .investment_bottom {
    padding-top: 35px !important;
  }
  
}

@media (min-width: 1200px) {
  .container_wrap {
    max-width: 1180px;
  }
}

@media (min-width: 1500px) {
  .container_wrap {
    max-width: 1320px;
  }

  .investment_contains_seconds {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}


@media (max-width: 400px) {
  .content_i {
    padding: 10px 0 0 0;
    display: block;
    text-align: center;
  }

  .content_i img {
    padding: 0 0 15px 0;
  }

  .whitelist_media .media-body ol {
    padding: 0 0 0 20px;
  }

  .whitelist_media {
    padding: 0;
  }

  .author-image a {
    margin: 0 10px 0 0;
    width: 55px;
  }

  .author-image {
    margin: 0 0 15px 0;
  }
}

@media (max-width: 375px) {
  a.navbar-brand img {
    width: 200px;
  }
}

@media print {

  .mini_header,
  .header,
  .header_bottom_section,
  .footer_section {
    display: none;
  }
}


/* dev4 css Start--- */
.header_bottom_section .header_menu {
  padding: 0 !important;
}

.header_bottom_section {
  padding: 0 !important;
  background-color: #923c39;
}

.header_bottom_section .navbar {
  padding: 0 !important;
}

.header_bottom_links li:hover {
    background-color: #712d2a;
}

.en_mobile_search li:hover {
    background-color: #712d2a;
}

.header_bottom_links li:last-child:hover {
    background-color: #876f1f;
}

.header_bottom_links li:last-child {
  background-color: #b08f26;
}

.header_bottom_links li a {
    color: #fff;
    display: block;
}

.header_bottom_links li a:hover {
    text-decoration: none;
}

.header_bottom_links li:last-child a {
  padding: 0px 50px;
}

.header_bottom_links li {
  line-height: 2.5;
}

ul.header_bottom_links {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  width: 100%;
}

.navbar-light .navbar-nav a {
  font-size: 18px;
  font-family: "Roboto";
  font-weight: bold;
  font-style: normal;
 /* text-transform: capitalize;*/
  display: block;
}

.en_desktop_search {
  margin-left: 0px;
}

.search__button {
  color: #923c39;
  background: none;
  font-size: 20px;
  padding: 10px 0 10px 10px;
  border: 0;
}

.search {
  height: auto;
}

button:focus {
  outline: 0px
}

.search__text {
  color: #000;
}

.search:hover .search__button {
  color: #923c39;
  padding: 10px 0;
  float: right;
}

.en_mobile_search .search__button {
  color: #fff;
}

.bar1,
.bar2,
.bar3 {
  background-color: #923c39;
}

.investment_contains_firsts{
  padding-bottom:56.25%;
  position:relative; 
  display:block; 
  width: 100%;
}

.investment_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
}

/* FAQs page */

.panel.panel-default {
  margin-bottom: 10px !important;
}

.panel.panel-default {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.25rem;
}

.panel-heading:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.panel-heading {
    padding: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

h4.panel-title {
  padding: 0.7rem 1.1rem !important;
  margin: 0;
}

.panel-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

div#faq-accordion {
  margin-top: 1.5rem !important;
}


@media (max-width: 991px) {
  .header_bottom_section {
    background-color: unset !important;
  }

  .header_bottom_section_inner {
    background: #923c39 !important;
  }

  .header_bottom_section .navbar-nav li {
    font-family: 'Roboto';
    /*text-transform: capitalize;*/
    border-bottom: 1px solid #fff;
  }

  .header .en_mobile_search {
    background: #923c39 !important;
    margin: 0 !important;
  }

  .header {
    border-bottom: 2px solid #d3d3d3;
  }

  .header_menu {
    justify-content: space-between !important;
  }

  .header .eac_menu .navbar-nav li a {
    font-family: 'Roboto';
    /*text-transform: capitalize;*/
    border-bottom: 1px solid #fff;
  }

  .eac_menu ul li.nav-item {
    background: #923c39 !important;
    border-bottom: 0 !important;
  }

  .navbar-light .navbar-nav a {
    color: #fff !important;
  }
}


@media (max-width: 991px) {

  ul.header_bottom_links,
  .search {
    background: #923c39 !important;
    border-radius: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
    height: auto;
  }

/*  .header_bottom_links li:last-child {
    background-color: #923c39;
  }*/

}
