/**
Theme Name: Astra child Wrapstyle
Author: PudingStudio
Author URI: https://www.pudingstudio.cz
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-wrapstyle
Template: astra
*/

/* Ultimate Post Kit */
.upk-slidenav-container i {
    display: block;
    width: 26px;
    height: 40px;
    background-repeat: no-repeat;
}
.upk-icon-arrow-left-2 { background: url(assets/svg/chevron-left-solid.svg); }
.upk-icon-arrow-right-2 { background: url(assets/svg/chevron-right-solid.svg); }
.upk-alter-carousel .upk-img-wrap .upk-main-img,
.upk-alter-carousel .upk-img-wrap .upk-main-img .upk-img { min-height: 160px; }
/* Ultimate Post Kit - news page */
@media only screen and (min-width: 600px) {
  .upk-alter-grid .upk-style-1 { grid-template-columns: repeat(2, 1fr)!important;}
}
@media only screen and (min-width: 1600px) {
    .elementor.elementor .e-con > .elementor-widget.elementor-widget-upk-alter-carousel { max-width: 1500px;}
}
/* CF7 - forms */
.form-container {
    max-width: 400px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-container { max-width: 100%;}
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form-row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
}
.form-row > *:last-child p { margin-bottom: 0;}
.form-col { flex: 1 0 0%;}
.form-col-100 { flex: 0 0 auto; width: 100%;}
@media (min-width: 768px) {
    .form-col-md-50 { flex: 0 0 auto; width: 50%;}
}
@media (min-width: 992px) {
    .form-col-lg-25 { flex: 0 0 auto; width: 25%;}
}
label { display: inline-block;}
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption), .visually-hidden:not(caption) { position: absolute !important;}
.form-row > * label+br { display: none;}
.wpcf7 p { margin-bottom: 1rem;}
.wpcf7 input:not([type="submit"]), .wpcf7 select, .wpcf7 textarea {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7 input:not([type="submit"]):focus, 
.wpcf7 select:focus, .wpcf7 textarea:focus {
    border-color: #b68944!important;
    border-style: solid!important;
    box-shadow: 0 0 0 0.2rem #b6894440!important;
}
.wpcf7-not-valid {
    border-color: #dc3232!important;
    box-shadow: 0 0 0 0.2rem #dc323240!important;
}
.wpcf7 input::placeholder,
.wpcf7 select::placeholder, 
.wpcf7 textarea::placeholder {
    color: #6c757d;
    opacity: 1
}
span.wpcf7-list-item {
  display: inline-block;
  width: 50%;
  margin-left: 0px;
}
.wpcf7 input[type="submit"] { background-color: #000000; transition: background-color .15s ease-in-out;}
.wpcf7 input[type="submit"]:hover { background-color: #666666;}
/* contact-gal */
@media (min-width: 768px) { .contact-gallery .gallery-item { max-width: 33.333%!important;}}
@media (min-width: 1200px) { .contact-gallery .gallery-item { max-width: 16.666%!important;}}
/* design helpers */
.elementor-heading-title > span { color: #b68944!important;}
/* timeline */
.ue_timeline_item_icon_holder { border: 7px solid #e6e6e6;}
.ue_timeline_item_icon_image { border-radius:50%!important;}
#uc_unlimited_timeline_elementor_5551fbb_item8 > .ue_timeline_item_content { visibility: hidden!important;}
/* search */
#secondary .wp-block-search__input { border-radius: 0;}
#secondary .wp-block-search__button { padding: 8px 32px;}
/* 404 */
.ast-404-search .widget_search .search-form > label { display: block;}
.ast-404-search .widget_search .search-form input[type="submit"], 
.ast-404-search .widget_search .search-form input[type="submit"]:focus, 
.ast-404-search .widget_search .search-form input[type="submit"]:hover { padding: 6px 20px; box-shadow: none;}
.ast-404-search .widget_search .search-form button { top: 7px; box-shadow: none;}
.ast-404-search .widget_search .search-form i { font-size: 20px;}
/* homepage form */
.home-carousel-block { position: relative;} /* -carousel container */
@media (min-width: 768px) { .home-carousel-form { position: absolute; z-index: 10;} } /* -inside form container */
.home-form { padding: 15px; background-color: #ffffff;}
.home-form input::placeholder, .home-form select::placeholder, .home-form textarea::placeholder { color: #6c757d; opacity: 1;}
.home-form > strong { color: #000000; }
.home-form label { width: 100%;}
.home-form.wpcf7 .form-control { height: 42px; margin-bottom: 5px; padding: 0px; border: 1px solid #e6e6e6; border-radius: 0; }
.home-form input:not([type="submit"]):focus, .home-form select:focus, .home-form textarea:focus {
  border-color: #b68944 !important;
  border-style: solid !important;
  box-shadow: 0 0 0 0.2rem #b6894440 !important;
}
.home-form button { width: 100%; transition: all .2s linear;}
.form-label { position: relative;}
.form-label > .icon {
  position: absolute;
  top: 46%;
  left: 10px;
  transform: translateY(-46%);
  color: silver;
}
.home-form.wpcf7 .form-label > input {
  padding-left: 46px; /* icon width + icon padding-left + desired separation*/
  /*padding-left: calc(1.5em + 10px + 8px);*/
  /*height: 2em;*/
}
.home-form.wpcf7 .form-label > select {
  padding-left: 42px;
}
/* SVG SpriteSheet */
.spritesheet { display: none;}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
/* menu */
@media only screen and (min-width: 922px) { 
  .ast-builder-menu-1 .menu-item > .menu-link { padding-left: 10px; padding-right: 10px; font-size: 85%;} 
}
@media only screen and (min-width: 980px) {
  .ast-builder-menu-1 .menu-item > .menu-link { padding-left: 12px; padding-right: 12px; font-size: 100%;}
}
.menu-flag img { vertical-align: initial; width: 18px; height: 12px; min-width: 18px;}
