/*
  Theme Name: FixTeam Child
  Theme URI: http://fixteam.ancorathemes.com/
  Description: FixTeam - Multipurpose and Multiskin Responsive Wordpress theme
  Author: AncoraThemes
  Author URI: http://ancorathemes.com/
  Template: fixteam
  Version: 1.0
  Tags: light, responsive-layout, 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:  fixteam
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
h3.uagb-desc-text {
  font-size: 18px;
}

h2.uagb-heading-text {
	 font-size: 24px!important;
}
.sc_form_field {text-align:center;}


/* Базовий текст */
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content blockquote,
.entry-content address,
.entry-content li,
.entry-content td,
.entry-content th
.entry-content uagb-question {
  font-size: 17px;
  line-height: 1.75;
  color: #2f3a45;
  font-weight: 400;
  letter-spacing: 0.01em;
}



/* Address */
.entry-content address {
  font-style: normal;
}

/* 📱 Мобільна адаптація */
@media (max-width: 768px) {
  .entry-content p,
  .entry-content ul,
  .entry-content ol,
  .entry-content dl,
  .entry-content blockquote,
  .entry-content address,
  .entry-content li,
  .entry-content td,
  .entry-content th
.entry-content uagb-question {
    font-size: 15px;
    line-height: 1.7;
  }
}

.uagb-button__link {font-size:large;}
form.wpcf7-form input[type="submit"] {font-size:medium;}

/* -------------------------------------------
   1. Стилі для ПОСИЛАНЬ НА МІСТА (Звичайний стан)
------------------------------------------- */
.geo-city-link {
    color: #fec30e; /* М'який золотий колір літер */
    text-decoration: none; 
    font-weight: 400;
    transition: all 0.3s ease; 
    font-size: 20px; 
    border-bottom: 1px dashed #fec30e; /* Пунктирна лінія */
    padding: 2px 0; 
    cursor: pointer; 
}

/* 📱 Мобільна адаптація */
@media (max-width: 768px) {
    .geo-city-link { 
        font-size: 17px;
    }
}

/* -------------------------------------------
   Ефект при наведенні мишки (Hover)
   ЗАСТОСОВАНО IMPORTANT, ЩОБ ПЕРЕБИТИ СТИЛІ ТЕМИ
------------------------------------------- */
.geo-city-link:hover {
    color: #fec30e !important; /* Букви ТОЧНО стають темно-золотими */
    border-bottom: 1px solid #fec30e !important; /* Лінія ТОЧНО стає суцільною темно-золотою */
    padding-left: 4px !important; /* ТОЧНО спрацює зсув вправо */
}

/* -------------------------------------------
   2. Стилі для ПОТОЧНОГО міста (Де користувач зараз)
------------------------------------------- */
.geo-current-city {
    color: #f1b317; 
    font-weight: 700; 
    cursor: default; 
    position: relative;
    font-size: 20px;
}

/* 📱 Мобільна адаптація для поточного міста */
@media (max-width: 768px) {
    .geo-current-city { 
        font-size: 17px;
    }
}

/* Невеличка прикраса для поточного міста */
.geo-current-city::after {
    content: "(Current Area)";
    font-size: 0.8em;
    color: #7f8c8d;
    font-weight: 400;
    margin-left: 6px;
}

.subheadinghero {
	font-weight: 600!important;
	text-align: center!important;
	color:#FFF!important;
}