/*!
Theme Name: StriverTrade
Theme URI: http://underscores.me/
Author: Dinc
Author URI: https://dhanashree.com
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: strivertrade
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.

StriverTrade 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.


*/

header .top-right a:hover {
   color: inherit;
}

footer .call-box a {
   color: inherit;
   text-decoration: none;
}

footer .call-box a:hover {
   color: inherit;
}

footer .contact-box a {
   color: inherit;
   text-decoration: none;
}

footer .bi-youtube {
   background-color: #0d47a1 !important;
}

footer .bi-twitter {
   background-color: #1da1f2 !important;
}

body>section {
   min-height: 100px;
}

.dropdown-menu[data-bs-popper] {
   left: auto !important;
}

.latest-news-card .card-title a {
   text-decoration: none;
   color: inherit;
}

.txt_limit_lines {
   display: -webkit-box;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}

.line_clamp1 {
   line-clamp: 1;
   -webkit-line-clamp: 1;
}

.line_clamp2 {
   line-clamp: 2;
   -webkit-line-clamp: 2;
}

.line_clamp3 {
   line-clamp: 3;
   -webkit-line-clamp: 3;
}

.line_clamp4 {
   line-clamp: 4;
   -webkit-line-clamp: 4;
}

.line_clamp5 {
   line-clamp: 5;
   -webkit-line-clamp: 5;
}


.contact_us_form_wrap .wpcf7-form-control-wrap[data-name="email"],
.contact_us_form_wrap .wpcf7-form-control-wrap[data-name="phone"] {
   flex: 1 1 auto;
   width: 1%;
   min-width: 0;
}


.contact_us_form_wrap .wpcf7-form-control-wrap[data-name="email"] input,
.contact_us_form_wrap .wpcf7-form-control-wrap[data-name="phone"] input {
   border-top-left-radius: 0;
   border-bottom-left-radius: 0;
}


/* Pagination CSS */
.pagination {
   border-radius: 0;
   padding: 0;
   margin: 0
}

.pagination ul {
   display: inline-block;
   display: inline;
   zoom: 1;
   margin: 0 auto;
   padding: 0
}

.pagination li {
   display: inline
}

.pagination a {
   float: left;
   padding: 0 18px;
   line-height: 40px;
   text-decoration: none;
   border: 1px solid #dbdbdb;
   border-left-width: 0;
   background: #fff;
   color: #000;
}

.pagination a:hover {
   background-color: #06356b;
   color: #fff
}

.pagination .active a {
   background-color: #f7f7f7;
   color: #999;
   cursor: default
}

.pagination .disabled span {
   color: #999;
   background-color: transparent;
   cursor: default
}

.pagination .disabled a {
   color: #999;
   background-color: transparent;
   cursor: default
}

.pagination .disabled a:hover {
   color: #999;
   background-color: transparent;
   cursor: default
}

.pagination li:first-child a {
   border-left-width: 1px
}

/* Blog listing page CSS */
.pagination li span {
   float: left;
   padding: 0 18px;
   line-height: 40px;
   text-decoration: none;
   border: 1px solid #dbdbdb;
   border-left-width: 0;
   background: #fff;
   color: #000;
}

.pagination li:first-child span {
   border-left-width: 1px;
}

.pagination span.current {
   background-color: #f7f7f7;
   color: #999;
   cursor: default;
}

.edt_cont {
   line-height: 1.7;
}

.edt_cont p {
   margin-top: 5px;
   margin-bottom: 5px;
}

.breadcrumb-item {
   color: #06356b;
}

.breadcrumb-item a {
   text-decoration: none;
   color: inherit;
}

.inq_prod_title {
   font-size: 18px;
   font-weight:600;
   font-family: "Rajdhani", sans-serif;
   color: #06356b;
}

.search_result .link-title a {
   text-decoration: none;
}