/*!
Theme Name: Alamo City Communications - Child
Theme URI: 
Author: DFW
Author URI: 
Description: 
Template: alamocity
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: themex
Tags: custom-background, custom-logo, custom-menu, featuprimary-images, threaded-comments, translation-ready

*/

/* ==========================
	GLOBAL STYLES START  
=============================*/

:root {
  --primary: #193493;
  --secondary: #eff2ff;
  --black: #000;
  --light-black: #1d2939;
  --gray: #616368;
  --light-gray: #f6f6f6;
  --white: #fff;
  --error: #ff0000;
  --success: #4caf50;
  --archivo-typography: "Archivo", sans-serif;
  --poppins-typography: "Poppins", sans-serif;
  --montserrat-typography: "Montserrat", sans-serif;
  --container-max-width: 1320px;
  --container-min-width: 1140px;
  --sidebar-width: calc(377px - 37px);
  --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Instrument Sans", Sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

.goto-top {
  display: inline-block;
  position: fixed;
  bottom: -100px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: var(--primary);
  color: var(--white) !important;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  z-index: 2000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goto-top:hover {
  background: var(--secondary);
}

.goto-top.visible {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.btn-primary > a {
  background-image: linear-gradient(80deg, #193493 0%, #2157ff 100%);
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 18px;
}

.btn-primary > a,
.btn-white > a {
    font-family: "Instrument Sans", Sans-serif !important;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 18px;
}

.btn-primary > a > span,
.btn-white > a > span {
  font-weight: 400;
  text-transform: capitalize;
}
.btn-primary > a {
  background-image: linear-gradient(80deg, #193493 0%, #2157ff 100%);
}
.btn-primary > a:hover {
  background-image: linear-gradient(190deg, #193493 0%, #2157ff 100%);
}

.btn-white > a {
  background: var(--white) !important;
    color: var(--light-black) !important;
}
.btn-white > a:hover {
  background: var(--secondary) !important;
}
.gradient-bg {
  background-image: linear-gradient(190deg, #193493 0%, #2157ff 100%);
}

.gradient-text {
  background: linear-gradient(to right, #1e3791, #2948b1, #3153c6, #385fda);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For other browsers */
  color: transparent;
}

/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

/* HEADER CSS START  */

.head-topbar {
  position: relative;
  padding: 0;
}
/* .head-topbar .elementor-element {
  padding: 0;
} */
.head-topbar p {
  margin: 0;
}
.head-topbar .gtranslate_wrapper {
  position: absolute !important;
  top: -12px !important;
  right: 0 !important;
}
.head-topbar .gtranslate_wrapper .gt_selected {
  background: transparent !important;
}

.head-topbar .gtranslate_wrapper .gt_selected > a {
  border: 0 !important;
  width: auto !important;
  margin: 0 !important;
  font-size: 0.875rem !important;
  padding: 0 !important;
}
.head-topbar .gtranslate_wrapper .gt_selected > a:hover {
  background: transparent !important;
}
.head-topbar .gtranslate_wrapper .gt_selected * {
  color: var(--white) !important;
}

.head-topbar .gtranslate_wrapper .gt_selected a:after {
  fill: var(--white) !important;
  filter: invert(100%) sepia(0%) saturate(7427%) hue-rotate(23deg)
    brightness(200%) contrast(118%) !important;
}

.head-topbar .gtranslate_wrapper .gt_switcher {
  width: 130px !important;
}

.head-topbar .gtranslate_wrapper .gt_selected a img {
  margin-right: 0.3rem !important;
}
.head-topbar .gtranslate_wrapper .gt_selected a.open {
  background: var(--light-black) !important;
}

.head-topbar .gtranslate_wrapper .gt_selected a.open:hover {
  background: var(--light-black) !important;
}

.header-icons li a {
  background: #eaecf0;
  width: 2rem !important;
  height: 2rem;
  border-radius: 50%;
  align-items: center !important;
  justify-content: center !important;
}

.header-icons li a:hover {
  background: var(--light-black);
}
.header-icons li svg {
  margin: 0 !important;
}
.header-icons li:hover svg {
  fill: var(--white) !important;
}
.header-icons li span.elementor-icon-list-text {
  display: none !important;
}

.header-menu .elementor-nav-menu > li > a {
  padding: 1rem 3rem 1rem 0 !important;
}
/* HEADER CSS END  */

/* HOME S1 CSS START  */

#home-s1 .pos-abs {
  position: absolute;
  bottom: 0;
  right: 0;
}

#home-s1 .swiper {
  padding: 0 !important;
}

/* HOME S1 CSS END  */

/* HOME Product CSS START  */

.product-box .product-price .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.product-box .product-price .price ins {
    text-decoration: unset;
}

/*BANNER CATEGORY SLIDE START */

.category-slider li.product-category a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-slider li.product-category a img {
    flex: 1 1 10%;
    margin: auto !important;
}

.category-slider li.product-category a h2 {
    flex: 1 1 90%;
}


.category-slider li.product-category h2.woocommerce-loop-category__title .count {
    display: none;
}

.category-slider li.product-category h2.woocommerce-loop-category__title {
    font-size: .875rem !important;
    font-weight: 500 !important;
    color: var(--black);
}

.category-slider li.product-category {
    background: var(--white);
    border-radius: 6px;
    width: max-content !important;
    padding: 6px 14px !important;
}


.woo-category-item {
    background: var(--white);
    border-radius: 6px;
    padding: 6px 8px;
    margin: 0 5px;
}

.woo-category-item>a>h3 {
    font-size: .875rem;
    font-weight: 500;
    color: var(--black);
}

.woo-category-item>a {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.woo-category-loop .slick-arrow:before {
    opacity: 1;
    color: var(--light-black);
    font-size: 1.5rem;
    opacity: 0.2;
    transition: var(--transition);
}

.woo-category-loop .slick-arrow:hover:before {
    opacity: 1;
}
/* HOME Product CSS END  */

/* FOOTER FORM CSS START  */

.footer-form textarea#form-field-message {
  border-radius: 20px;
}

.footer-form .elementor-field-type-submit button {
  padding: 1rem 2rem;
  border-radius: 50px;
  font-size: 18px;
  background-image: linear-gradient(80deg, #193493 0%, #2157ff 100%);
  cursor: pointer;
  margin-top: 20px;
}

.footer-form .elementor-field-type-submit button:hover {
  background-image: linear-gradient(190deg, #193493 0%, #2157ff 100%);
}

/* FOOTER FORM CSS END  */

/*@media (max-width: 991px) {*/
/*#home-s2 .elementor-image-box-wrapper {*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*    gap: .5rem;*/
/*}*/

/*#home-s2 .elementor-image-box-wrapper h3.elementor-image-box-title {*/
/*    font-size: 14px;*/
/*}*/
/*#home-s2 .elementor-image-box-wrapper figure.elementor-image-box-img {*/
/*    margin: 0;*/
/*}*/

/*#home-s2 .elementor-image-box-wrapper figure.elementor-image-box-img img {*/
/*    margin: auto;*/
/*}*/
/*}*/
.client-testimonial .review-text {
    min-height: 240px;
}
@media (max-width: 991px) {
    div#home-s10 {
        background-image: unset;
    }
}
@media (max-width: 767px) {
    .section {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .client-testimonial .review-text {
        min-height: 290px;
    }

}