@charset 'utf-8';

/*

Theme Name: Bassein-Child

Theme URI:  http://bassein.themerex.net/

Description: Bassein - Multipurpose and Multiskin Responsive Wordpress theme

Author: ThemeREX

Author URI:  https://themerex.net/

Template: bassein

Version: 1.0

License: GNU General Public License

License URI: license.txt

Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready

Text Domain: bassein

*/

/* =Theme customization starts here

-------------------------------------------------------------- */

.h6-text-border-right {
  text-align: right;
}
.h6-text-border-left h6,
.h6-text-border-right h6 {
  display: inline-block;
  position: relative;
  padding-left: 105px;
  color: #2a3991;
  margin-bottom: 30px;
}

.h6-text-border-left h6:before,
.h6-text-border-right h6:before {
  background-color: #2a3991;
  content: "";
  display: block;
  position: absolute;
  width: 76px;
  height: 2px;
  left: 0;
  top: 12px;
}

.scheme_dark .h6-text-border-left h6,
.scheme_dark .h6-text-border-right h6 {
  color: white;
}

.scheme_dark .h6-text-border-left h6:before,
.scheme_dark .h6-text-border-right h6:before {
  background-color: white;
}
.h6-text-border-left-vert h6 {
  display: inline-block;
  position: relative;
  padding-left: 105px;
  margin-bottom: 30px;
  color: #bfc943;
}

.h6-text-border-left-vert h6:before {
  background-color: #bfc943;
  content: "";
  display: block;
  position: absolute;
  width: 76px;
  height: 2px;
  left: 0;
  top: 12px;
}

.trx_addons_list_number li {
  font-size: 17px;
  padding-left: 70px;
}
.trx_addons_list_number li::before {
  position: absolute;
  padding: 0;
  display: inline-block;
  top: 38%;
}
.background-gradient-dark {
  /*   background-color: #000000;
  background-image: linear-gradient(315deg, #000000 0%, #414141 74%); */
  background: #000000; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #434343,
    #000000
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #434343,
    #000000
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

body footer.footer_wrap .sc_layouts_row {
  background-color: black !important;
}
