/**
* Theme Name: NT Agricom Child
* Description: This is a child theme of NT Agricom, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: nt-agricom
* Version: 1.7.1
*/

#start-screen #vegas-slider .vegas-dots a {
    background-color: #9154a1;
    box-shadow: 0 0 0 0 #f1cf69 inset;
}
#start-screen #vegas-slider .vegas-dots a:hover, #vegas-slider .vegas-dots a.active {
    box-shadow: 0 0 0 8px #f1cf69 inset;
}

#start-screen #vegas-slider .vegas-dots a.active {
   background-color: #f1cf69;
}

.single-post .intro__title
{letter-spacing: 0.3rem;}

#announcement .vc_column-inner {
    padding-top: 0px;
}

#announcement .row-no-gutter > [class*=" col-"]{
    padding-right: 10px;
    padding-left: 10px;
}

.breadcrubms span{text-transform: none;}

.news-section .blog__item figure img{background-position: 50% 0%;}

.f1 input[type="submit"]:hover{
    background-color: #ffffff;
}

.section-contact ul{list-style: disc;margin-bottom: 25px;}
.section-contact ul li{margin-bottom: 5px;}

#aol_ad_form select.form-control:not([size]):not([multiple]) {
    height: -webkit-calc(2.5rem - 2px);
    height: calc(3.5rem - 2px);
}

h3.blog__entry__title a:hover{color:#6d2c8a;}

.section-contact div.col-xs-12.col-md-6.bg-2 .item
{padding: 0px; max-width: initial;}

.section-contact div.col-xs-12.col-md-6.bg-2 .item .item__header{ margin-bottom: 0px; }
.intro__text.template-cover-text{margin-top: 60px;}
#Our-Brand-Gallery .gallery__item{margin-bottom: 30px;}
.gallery-template-default .wp-block-image img {width: 100%; height: 100%;}
.gallery-template-default .wp-block-image figcaption{text-align:center}
select#_aol_app_branches.form-control{height: calc(3.5rem - 0px);}
select#_aol_app_position.form-control{height: calc(3.5rem - 0px);}
.aol-archive .aol-ad-inner-wrapper{margin-bottom: 22px;}
.section-contact ul{margin-left: 20px;padding-right: 0px;}
.section-contact .container-fluid .item{padding-right: 20px;}
.container .vc_custom_1489841119326 {
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}
#start-screen_content-container .start-screen__content .title{margin-left: 34px;}
.section-contact .container-fluid div.col-xs-12.col-md-6.bg-2 p{display: none;}

/* ====Location Selector Popup==== */
/*START*/
#location-selector-popup .container,
#location-selector-popup .overlay{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
#location-selector-popup .overlay{
    background-color: #000;
    opacity: 0.4;
}
.center-x,
.center-y{
    display: flex;
    justify-content: center;
}
#location-selector-popup .center-y{
    flex-direction: column;
    width: 100%;
    max-width: 500px;
}
.popup-content{
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.popup-content>p{
    color: #6d2c8a;
    font-weight: 600;
    margin-bottom: 30px;
}
.popup-content span.fa-times{
    position: absolute;
    top: 30px;
    right: 20px;
    font-size: 23px;
    opacity: 0.7;
    cursor: pointer;
}
.location-single{
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    color: #000;
    font-weight: 600;
}
.location_name{
    max-width: calc(100% - 76px);
    word-wrap: break-word;
}
.location-single button{
    border: none;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #6d2c8a;
    color: #fff;
    max-height: 33px;
}
/*END*/

.woocommerce-product-gallery,
.entry-summary{
	position: relative;
	z-index: 1;
}
/*Product Page*/
.single-product select#set{padding: 10px;font-size: 1.5rem;}
.single-product table.variations label {color: #6d2c8a;margin-top: 17px;}


.mobile-file-check{
    border: 1px solid var(--fluentform-border-color);
    border-radius: var(--fluentform-border-radius);
    color: var(--fluentform-secondary);
    display: block;
    padding: 35px;
    text-align: center;
    transition: all .2s ease;
    width: 100%;
}

.mobile-file-check .upload-file-type{
    display:flex;
    flex-wrap:wrap;
    margin:1rem 0px 2rem;
    align-items: center;
    justify-content: center;
}
.mobile-file-check a{
    padding:10px;
    width:110px;
    display:flex;
    align-items:center;
    border: 1px solid var(--fluentform-border-color);
    justify-content: center;
    margin: 0 10px;
    border-radius: 5PX;
    BOX-SHADOW: 1px 2px 2px rgba(0, 0, 0, 0.1);
    
}
.mobile-file-check a:active,
.mobile-file-check a:hover,
.mobile-file-check a.active{
background-color:#ebebeb;
}
.mobile-file-check a svg{
    width:50px;
    height:50px;
}		
.mobile-file-check .btn-label{
    margin-top:2rem;
}

.fluentform input:focus::placeholder,
.fluentform textarea:focus::placeholder {
  opacity: 0;
  transition: opacity 0.2s ease;
}

input.ff-el-form-control::placeholder {
  color: #bbb;
}

/* 通用 placeholder 样式适用于所有现代浏览器 */
::placeholder {
  color: #bbb;
  opacity: 1; /* 确保颜色不透明 */
}

/* 针对 Webkit 浏览器（Chrome、Safari） */
input::-webkit-input-placeholder {
  color: #bbb;
}

/* 针对 Firefox */
input::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

/* 针对 IE10+ */
input:-ms-input-placeholder {
  color: #bbb;
}

/* 针对 Edge */
input::-ms-input-placeholder {
  color: #bbb;
}

@media only screen and (min-width: 1024px) {
.section-contact div.col-xs-12.col-md-6.bg-2{height: auto;}
.section-contact div.col-xs-12.col-md-6.bg-2{padding: 0px;}
.section-contact div.col-xs-12.col-md-6.bg-1{max-width: 30%;flex: 0 0 30%;}
.section-contact div.col-xs-12.col-md-6.bg-2{max-width: 70%;flex: 0 0 70%;}
.section-contact div.col-xs-12.col-md-6.bg-2 p{margin: 0px;}
main img.our-location-image{width:450px; height:292px;}
#our-location p{padding-right: 105px;}
.contact-left.vc_column_container{padding-left: 15px;padding-right: 15px;}
.contact-right.vc_column_container{padding-left: 15px;padding-right: 15px;}
.hero-slider2 {display:none;}
}

@media only screen and (max-width: 768px) {
.section-contact div.col-xs-12.col-md-6.bg-2{height: 350px;}
.section-contact div.col-xs-12.col-md-6.bg-2{padding: 0px;}
.section-contact div.col-xs-12.col-md-6.bg-2 p{margin: 0px;}
main img.our-location-image{width:330px; height:214px;}
.contact-left.vc_column_container{padding-left: 15px;padding-right: 15px;}
.contact-right.vc_column_container{padding-left: 15px;padding-right: 15px;}	
.hero-slider1 {display:none;}
main .container .vc_custom_1489841119326{padding-top: 40px !important; padding-bottom: 0px !important;}
.single .index-header h1.intro__title{font-size: 2.6rem;}	
}

