/*!
	Theme Name: Agriable
	Theme URI: #
	Author: Peakpixel Creative Hub
	Author URI: https://www.peakpixelhub.com/
	Version: 4.3.2
	Tested up to: 5.4
	Requires PHP: 5.6
	Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Global reset and box model fix */
html, body, *, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #282E3A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Typography */
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

/* Links */
a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    transition: color 0.5s ease;
}
a:hover, a:active {
    color: var(--e-global-color-secondary);
}


/* Form Elements */
label {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    margin: 0;
    outline: none;
}
input[type="text"], 
input[type="email"], 
select, textarea {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    color: #282E3A;
    transition: all 0.3s ease;
	border-radius: 2px;
}
input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    border-color: #ccc!important;
}
textarea {
    height: 100px;
    overflow: auto;
    resize: vertical;
}
select {
    display: block;
    color: #ababab;
    background: #fff;
}
select option {
    color: #282E3A;
}
select option:first-of-type,
::-webkit-input-placeholder {
    color: #ababab;
}
@media (max-width: 767px) {
input[type="text"],
input[type="email"],
select,textarea {
	padding: 12px;
}
textarea {
	height: 80px;
}
}



/* Button Styles */
.elementor-button, button {
    padding: 16px 30px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
	color: var(--e-global-color-secondary);
    border: 2px solid var(--e-global-color-secondary);
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.5s;
}
.elementor-button:hover, button:hover {
    background-color: var(--e-global-color-secondary);
	color: #fff;
}
.elementor-button:focus, button:focus {
    outline: none;
    border-color: transparent;
}
@media (max-width: 991px) {
.elementor-button, button {
	font-size: 12px;
	padding: 10px 18px;
}
}



/* Table styling */
table {
	float: left;
	width: 100%!important;
	border: 0!important;
	margin: 0!important;
	background-color: #fff;
	border-spacing: 0;
	border-collapse: collapse!important;
	border-radius: 0!important;
	font-size: 16px;
    line-height: 16px;	
}
table tr:nth-child(odd) {
	background: #f3f3f3;
}
table tr th {
	width: 40%;
}
table tr th:after {
	content: ":";
	float: right;
}
table th, table td {
    padding: 20px !important;
    color: #282E3A;
    background: transparent !important;
	min-width: auto!important;
	border: 0!important
}
table th {
	font-weight: 600; 
	text-align: left;	
}
table td:before {
	font-weight: 500!important;
}
@media (max-width: 767px) {
table {
	font-size: 14px; 
}
table tr th {
	width: 50%;
}
table th, table td {
    padding: 10px!important;
}
}



/* List styling */
ul, ol, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	position: relative;
}
  

/* 404 page */
body.error404 .error-page {
	padding: 50px 15px;
	background: #f3f3f3;
}
body.error404 .error-page .elementor-widget-wrap {
	padding: 0px 15px;
}
body.error404 .error-page .elementor-widget-wrap h1 {
	color: #343434;
	margin-bottom: 20px;
}
@media (min-width: 767px) {
body.error404 .error-page {
	padding: 80px 15px;
}
}
@media (min-width: 991px) {
body.error404 .error-page {
	padding: 120px 0px;
}
}