/*
  Theme Name: Name - Multipurpose HTML Template
  Author: R100
  Support: R100
  Web: https://restart10.com/
  Email: NAFIULPUST@GMAIL.COM
  Description: Creative  HTML5 template By R100
  Version: 1.0

*/

/*=== table of content ===*/
/*
1. common header & footer
2. home page
*/
/*=== table of content ===*/

/*=== 1. common header & footer start ===*/

/*=== header & banner start ===*/
.v-logo {
  max-width: 240px;
}

header {
  position: absolute;
  width: 100%;
  padding: 15px 0;
}

.v-banner-single {
  padding: 25px 0;
  min-height: 100vh;
  display: flex;
}

.v-banner-single h2 {
  font-size: 80px;
  color: var(--theme-color-7);
  max-width: 550px;
  text-transform: uppercase;
}

.v-banner-single p {
  font-size: 22px;
  color: var(--theme-color-7);
  max-width: 630px;
  line-height: 35px;
}

/*=== header & banner end ===*/
/*=== footer start ===*/
.v-footer {
  padding-bottom: 150px;
}

.footer-cta-img {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  top: -50px;
  z-index: 9999;
  max-width: 80px;
}

.footer-part ul {
}

.footer-part ul li {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 3px 5px;
  position: relative;
}

.footer-part ul li a {
  color: #272727;
}

.footer-part ul li a:hover {
  text-decoration: underline;
  color: var(--theme-color-1);
}

.footer-part ul li:after {
  content: "";
  height: 15px;
  width: 1px;
  background: #272727;
  right: -3px;
  top: 8px;
  position: absolute;
}

.footer-part ul li:last-child:after {
  display: none;
}

.v-tag li:after {
  display: none;
}

.v-tag ul li {
  padding: 0;
}

.v-tag ul li a {
  padding: 0 5px;
  border-right: 1px solid #272727;
  margin-bottom: 7px;
  border-left: 1px solid #272727;
}

.v-tag ul li:first-child a {
  border-left: none;
}

.v-tag ul li:last-child a {
  border-right: none;
}

/*===popup footer start ===*/

.v-popup {
  position: fixed;
  width: 100%;
  z-index: 999999;
  bottom: 0;
  display: none;
}

.v-popup.show-popup {
  display: none;
}

.closed-popup {
  display: none;
}

.popup-adjust {
  padding-bottom: 0;
}

i.v-popup-close {
  font-size: 35px;
  color: #910601;
  right: 4px;
  position: absolute;
  top: 5px;
}

i.v-popup-close:hover {
  cursor: pointer;
  color: var(--theme-color-4);
}

/*===popup footer end ===*/

/*=== footer end ===*/
/*=== 1. common header & footer end ===*/
/*common section start*/
.v-cta-section h2 {
  text-transform: uppercase;
  font-weight: 700;
}

.v-cta-section h2,
.v-cta-section p {
  color: var(--theme-color-7);
}

/*common section end*/
/*home page start*/
.v-signup-section {
  position: relative;
}

.v-signup-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
  top: 0;
}

.v-signup-section h3,
.v-signup-section p,
.v-signup-section .form-control,
.v-signup-section button {
  position: relative;
  z-index: 9999;
}
.v-signup-section p,
.v-signup-section h3 {
  color: var(--theme-color-7);
}
.v-signup-section .form-control,
.v-signup-section button {
  color: var(--theme-color-3);
}
.v-signup-section .form-control {
  background: rgba(201, 175, 175, 0.14);
  border-radius: 35px;
  color: var(--theme-color-7);
}

.v-signup-section ::placeholder {
  color: var(--theme-color-7);
  opacity: 1; /* Firefox */
}

.v-signup-section ::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--theme-color-7);
}

/*post section start*/
.v-post-single {
  text-align: center;
  position: relative;
}

/*.v-post-single a {*/
/*    color: #008cb2;*/
/*}*/
.blog-link {
  height: unset;
  color: #008cb2 !important;
  /*top: -45px;*/
  font-weight: 700;
  position: absolute;
  top: 97%;
  left: 0;
  right: 0;
  text-align: center;
}

.v-post-thumb {
  min-height: 185px;
}

.v-post-thumb img {
  height: 185px;
}

.v-post-single a {
  color: #443f3f;
  display: block;
}

.v-post-short-description {
  padding: 10px 15px;
}

.v-post-short-description h3 {
  font-size: 22px;
  padding: 15px 0 0 0;
  color: var(--theme-color-6);
}

.v-date {
  background: var(--theme-color-4);
  border: 3px solid #008cb2;
  display: inline-block;
  padding: 5px 15px;
  color: #008cb2;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  left: -10px;
  top: 20px;
}

/*post section end*/

/*featured items section start*/
.v-featured-item {
  grid-gap: 16px;
  align-items: center;
  color: #262626;
  display: grid;
  grid-template-columns: 112px 1fr;
  line-height: 1.2;
}

.v-featured-item-image {
  background: var(--theme-color-4);
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  display: block;
}

.v-featured-item-image img {
  padding: 5px;
  border-radius: 10px;
}

.v-featured-item h3 {
  color: var(--theme-color-6);
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 5px;
}

.v-featured-item p {
  color: var(--theme-color-6);
  font-size: 14px;
  line-height: 1.3;
}

.v-featured-item:hover h3,
.v-featured-item:hover p {
  color: #443f3f;
  text-decoration: underline;
}

/*featured items section end*/

/*box image section for category start*/
.box-badge {
  overflow: hidden;
  position: relative;
}

.box-badge-image {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.box-badge-image img {
  width: 100%;
}

.box-badge-text {
  background-color: hsla(0, 0%, 100%, 0.95);
  bottom: 15%;
  padding: 0.8em 1em 1em;
  position: absolute;
  transition: background 0.3s;
  z-index: 1;
  width: 100%;
}

.box-badge:hover .box-badge-text {
  background: #0087b7;
}

.box-badge-text h5 {
  text-transform: uppercase;
  color: var(--theme-color-6);
  font-size: 22px;
  margin-bottom: 0;
}

.box-badge-text p {
  margin-bottom: 0;
  font-size: 14px;
}

.box-badge:hover .box-badge-text h5,
.box-badge:hover .box-badge-text p {
  color: var(--theme-color-4);
}

/*box image section for category end*/

/*home page end*/
/*page banner start*/
.page-banner {
  padding: 120px 0 90px 0;
  display: flex;
  text-align: center;
  justify-content: center;
  align-content: center;
}

.page-banner h1,
.page-banner p {
  color: var(--theme-color-7);
}

.page-banner h1 {
  text-transform: uppercase;
  font-size: 40px;
}

.page-banner p {
  text-transform: capitalize;
  font-size: 20px;
}

/*page banner end*/
/*single post page start*/
.post-banner h1 {
  font-size: 35px;
}

.featured-image {
  background: var(--theme-color-4);
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  display: block;
}

.featured-image img {
  padding: 5px;
}

.post-cta {
  align-items: center;
  justify-content: space-between;
}

.post-cta i {
  font-size: 20px;
}

.post-cta a,
.post-cta span {
  color: #333333;
  padding: 2px 5px;
}

.post-cta a.v-cta {
  padding: 10px 20px;
  color: var(--theme-color-4);
}

.latest-post .image {
  float: left;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  margin-right: 10px;
  margin-bottom: 0;
  max-width: 70px;
}
.latest-post a:hover{
  color: #126499;
  text-decoration: underline;
}
.latest-post .title,
.latest-post .title a {
  font-size: 18px;
  font-weight: 700;
  color: #443f3f;
  line-height: 26px;
}

.latest-post .summary p {
  font-size: 15px;
  line-height: 20px;
}

.latest-post .article {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}

.latest-post .article a:hover {
  text-decoration: underline;
}

.single-post-banner {
  padding: 45px 0 45px 0;
}

.v-post p {
  font-size: 18px;
  line-height: 30px;
}

.v-post ul li,
.v-post ol li {
  font-size: 18px;
  line-height: 30px;
  padding: 5px 0;
}

.bg-sidebar {
  background: #e6e6e6;
}
.v-post-data i {
  position: relative;
  top: 1px;
}
/*single post page end*/
/*sales page template start*/
.pt-150 {
  padding-top: 150px !important;
}
.page-template-sales-template {
}
.page-template-sales-template .v-cta-section h2 {
  margin: 0;
  font-size: 33px;
  line-height: 50px;
}
.page-template-sales-template a:hover {
  text-decoration: none;
}
/*sales page template end*/
/* pagination css start */

.pagination-center {
  text-align: center;
}
.pagination-navigation li a,
.pagination-navigation li a:hover,
.pagination-navigation li.active a,
.pagination-navigation li.disabled {
  color: #fff;
  text-decoration: none;
}

.pagination-navigation li {
  display: inline-block;
}

.pagination-navigation li a,
.pagination-navigation li a:hover,
.pagination-navigation li.active a,
.pagination-navigation li.disabled {
  background-color: #6fb7e9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}

.pagination-navigation li a:hover,
.pagination-navigation li.active a {
  background-color: #3c8dc5;
}
.pagination-navigation a {
  font-family: fontawesome;
}
.pagination-navigation ul li:before {
  display: none;
}
.pagination {
  justify-content: center;
}
.pagination-navigation ul {
  margin-left: 0;
}
/* pagination css start */
