/*
Theme Name: Base WP Theme
Description: A personal custom starter theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aa_base
*/

.grecaptcha-badge {
	display: none !important;
}

@media only screen and (max-width: 450px) {
	.calculator-form .btn-wrap .btn {
		height: auto;
		line-height: 2em !important;
	}
}

.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 1px;
  padding-right: 8px;
  padding-left: 8px;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: #ED6A00 !important;
  color: #ffffff;
}

/* New form */

@media (min-width: 1200px) {
	.smartcaution-form {
		padding-left: 35px !important;
	}
	
}

.wpforms-submit-container {
	margin-top: 0 !important;
	padding: 5px 0 0 0 !important;
}

.smartcaution-form-send {
	height: auto !important;
	background: white !important;
	color: #ED6A00 !important;
	border: thin solid #ED6A00 !important;
	padding: 15px 20px !important;
    border: thin solid #ED6A00 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
	padding-right: 70px !important;
    border-radius: 0 !important;
}

.smartcaution-form-send:hover {
	background: #ED6A00 !important;
	color: white !important;
}

.smartcaution-form-send:hover:before {
	background-image: url(/wp-content/themes/aa-base-theme/build/images/icons/arrow-right-white.svg) !important;
}

.smartcaution-form-send:before {
	position: absolute !important;
    content: '' !important;
    background-image: url(/wp-content/themes/aa-base-theme/build/images/icons/arrow-right-orange.svg) !important;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
    background-size: 8px auto !important;
    background-position: 90% center !important;
    top: 0 !important;
    right: 0 !important;
}

.smartcaution-form input,textarea {
	border-radius: 0 !important;
}

.smartcaution-form input:focus, textarea:focus {
	border: 1px solid black !important;
    box-shadow: 0 0 0 1px black,0px 1px 2px rgba(0,0,0,0.15) !important;
    outline: none !important;
}

.page-template-page-cocon .main-navigation{display:none;}
.page-template-page-cocon .default-page-wrap{margin-top: 0;}
.page-template-page-cocon .breadcrumbs{padding:20px 0;background:#f5f5f5;margin-bottom:60px;font-size:13px;}
.page-template-page-cocon .col-sm-7 h1{margin-top:0;}
.page-template-page-cocon .sidebar{margin-left:60px;padding:40px;background:#f5f5f5;font-size:15px;}
.page-template-page-cocon .sidebar ul{padding:0;margin:0;}
.page-template-page-cocon .sidebar ul li{ margin: 0 0 5px;list-style: none;}
.page-template-page-cocon .sidebar ul{padding-left:15px;margin-top: 10px;}
.page-template-page-cocon .sidebar ul li.current_page_item>a{color: #ED6A00;font-weight:bold;}

@media (max-width: 768px) {
	.page-template-page-cocon .sidebar{margin-left:0;padding:30px;}
}