/*
 Theme Name:   Techtlk Child
 Theme URI:    https://techtlk.rstheme.com/
 Description:  Techtlk Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     techtlk
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */


/* Header Comments Removed */
.rs_comments {
	display: none;
}

/* Style Website Text - Justify */

.justify-text {
	text-justify: inter-character; 
	word-spacing: 0rem; 
	text-align: justify;
}

/* Style Boxes Same Height */

.service-box {
  height: auto;
  align-content: center;
  display: flex;
  width: 100%;
}

.services-inner.link {
  height: auto;
  min-height: 100%;
  width: auto;
  min-width: 20vw;
}

.services-inner.box {
  height: auto;
  min-height: 50vh;
  width: auto;
}

/* Accordion Buttons */

.acc-btn a {
  background-color: transparent;
  background-image: linear-gradient(180deg, var( --e-global-color-primary ) 0%, var( --e-global-color-3e199fd ) 100%);
  color: white;
  background: #2B4DFF;
  background-color: rgb(43, 77, 255);
  background-image: none;
  color: white;
  padding: 19px 29px;
  border-radius: 3px;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.34;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease 0s;
  margin-top: 2rem;
}

.acc-btn > a {
  color: white !important;
  text-decoration: none !important;
}

.acc-btn > a:hover{
	opacity: 0.9;
}


/*Blog posts*/

.blog-post-image{
	margin-top: 1rem;
}


