/*
Theme Name: Teleron	
Description: Teleron wp theme
*/
@import 'stylesheets/main.css';
@import 'stylesheets/main2.css';
.g-recaptcha > div {margin:0 auto;}
.enquiry-form .checkbox span {position:relative}
.enquiry-form .checkbox .icheckbox {left: 35px; top: 20px; z-index: 100000;}
.about-more-content {display:none;}
.latest-news a {
    color: inherit;
}
body.home .form-section p a {
    font-size: 1.25rem;
    font-weight: 600;
}

.popup {z-index: 1001;}
.popup form {margin-top: 0;}
.popup .modal-content {padding: 40px 20px;}
.popup h2 {margin-bottom: 40px; }

#mce-success-response {position: relative; bottom: 10px;}
#mce-success-response {min-height: 55px;}
#mce-success-response, #mce-error-response {font-size: 16px; line-height: 20px;}
.join-form .popup input[type="submit"] {margin-top: 10px;}

@media(max-width:600px) {
	#mce-success-response, #mce-error-response {font-size: 14px; line-height: 18px;}
	.popup .button1 {margin-top: 10px !important;}
}

/******* 03-01-2018 ********/

.list1.secondary footer {
	position: static;
}

.sorting.open-dropdown {
    background: url('images/minus.png') no-repeat left center;
}

.sorting ul { 
	z-index: 99;
}

@media (min-width: 768px) {
	.section1 .sorting.left {
    	width: 220px;
	}
}

.list1.secondary .read-less {
    display: block;
    text-align: left;
    margin-bottom: 24px;
}

.read-less {
    color: #828181;
    font-size: 0.875rem;
    line-height: 1.428;
    padding-left: 17px;
    display: inline-block;
    background: url('images/minus.png') no-repeat left center;
}

.read-less:hover {
    text-decoration: none;
}

.woocommerce-cart-form .table1 .screen-reader-text {
    display: none;
}


.quantity .qty {
    font-size: 1rem;
    color: #838383;
    padding: 0px 4px;
    font-weight: 200;
    line-height: 1.28;
    height: auto !important;
    text-align: center;
    background: transparent;
    border-color: transparent;
    -webkit-appearance: none;
    min-height: auto;
}

.quantity .qty:focus {
    outline: 0;
}

.quantity .qty::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #838383;
}

.quantity .qty::-moz-placeholder {
    /* Firefox 19+ */
    color: #838383;
}

.quantity .qty:-ms-input-placeholder {
    /* IE 10+ */
    color: #838383;
}

.quantity .qty:-moz-placeholder {
    /* Firefox 18- */
    color: #838383;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.table1 .product-image img {
    max-height: 80px;
    width: auto;
}

.table1 tbody .spacer:last-child td:last-child{
    display: none;
}

.form .form-group .woocommerce-Price-amount.amount {
    font-size: 1rem;
}

body.woocommerce-checkout .woocommerce-account-fields {
    display: none;
}

