/*--------------------------------------------------------------
FORMS:
--------------------------------------------------------------*/
button,input[type="button"],input[type="reset"],input[type="submit"] {border: none;border-color: #ccc #ccc #bbb;border-radius: 5px;font-size: .9em;line-height: 1;padding: 10px 40px;display: block;margin: 20px auto 0px;}
button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover {border-color: #ccc #bbb #aaa;}
button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active {border-color: #aaa #bbb #bbb;}
input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"] {width: 100%;height:3.3em;color: #454545;border: 1px solid #ccc;border-radius: 5px;padding: 5px;}textarea {border-radius: 5px;color: #454545;border: 1px solid #ccc;padding: 10px;width:100%;}
select:not([multiple]) {border: 1px solid #ccc;width: 100%;height: 3.3em;border-radius: 5px;padding: 0 5px;}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="color"]:focus,textarea:focus {color: #111;}
textarea {width: 100%;}
/*--------------------------------------------------------------
# CUSTOM STYLES:
--------------------------------------------------------------*/
/* ## Pardot:*/
form#pardot-form {border:1px solid #ccc;border-radius: 10px;padding: 20px;}
form#pardot-form label {font-size: .9em;display: block;}
form#pardor-form input {outline: none;}
/* ## Consultation Request Form:*/
#solis_gen_form .form-section-heading {padding:20px;}
.form-section-label-heading {background: #777;display: inline-block;padding:5px 10px;border-radius: 5px 0 0 5px;font-weight: bold;color: #fff;}
.form-section-label-heading-mobile {background: #777;display: block;padding:5px 10px;border-radius: 5px 5px 0 0;font-weight: bold;color: #fff;}
.form-section-label-content-mobile {background: #6cc04a;display: block;border-radius: 0 0 5px 5px;padding:5px 10px;}
.form-section-label-content {background: #6cc04a;padding:5px 10px;border-radius: 0 5px 5px 0;}
#solis_gen_form form-group {padding:0 20px}
input, textarea, button, select {outline: none;}
#solis_gen_form label {text-align: left;float: left;font-size: .75em;}
#solis_gen_form label:before {font-family: FontAwesome;content: "\f069";color: #df1a1a;position: relative;left: 3px;font-size: 10px;margin-right: 10px;}
.steps-indicator-container {margin: 0 auto;padding: 20px 0;background: #eee;width: 90%;box-shadow: inset 0 -10px 10px -10px rgba(0,0,0,0.2);border-radius: 10px 10px 0 0;position: relative;top:10px;}
.steps-indicator {list-style: none;padding:0;margin: 0;}
.steps-indicator li {position: relative;overflow: hidden;}
.steps-indicator .step{transition: all 300ms ease-in-out;width: 80px;height: 80px;border-radius: 50%;border: 6px solid #57c9e8;line-height: 68px;font-size: 40px;margin: 0 auto;background-color: #dde6e7;}
.step strong {position: absolute;margin: auto;display:block;left:0;right:0;transition: all 400ms ease-in-out;}
.steps-indicator .step i {transition: all 300ms ease-in-out;color:#55565a;position: absolute;bottom:-40px;right:0;left:0;margin: auto;}
.steps-indicator .step.done {border-color: #6cc04a;background-color: #d1f0db;}
.steps-indicator .step.done i {color:#92949a;text-shadow: 1px 1px 0 #fff;}
@media only screen and (min-width : 100px ) and (max-width : 370px) {
    .steps-indicator .step{transition: all 300ms ease-in-out;width: 60px;height: 60px;border-radius: 50%;border: 6px solid #57c9e8;line-height: 48px;font-size: 25px;margin: 0 auto;background-color: #dde6e7;
    }
}
.error-message, .error-message-invalid-email, .error-message-invalid-phone {display: none;color:red;padding-left:10px;}
.form-group {position: relative;}
.form-group i{position: absolute;right:30px;top:35px;font-size: 22px;display: none;}
.form-control {transition: all 300ms ease-in-out;height: 3em;}
select.form-control:not([multiple]) {height:3.2em !important;}
.form-control.error {background: -moz-radial-gradient(center, ellipse cover, rgba(255,168,169,0.6) 0%, rgba(239,143,145,0.6) 59%, rgba(239,112,114,0.6) 100%);background: -webkit-radial-gradient(center, ellipse cover, rgba(255,168,169,0.6) 0%,rgba(239,143,145,0.6) 59%,rgba(239,112,114,0.6) 100%);background: radial-gradient(ellipse at center, rgba(255,168,169,0.6) 0%,rgba(239,143,145,0.6) 59%,rgba(239,112,114,0.6) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffa8a9', endColorstr='#99ef7072',GradientType=1 );}
.form-control.valid {background:#c8f5b6;}
i.fa-check {color: #6cc04a;}
i.fa-times{color:#df1a1a;}
.fifty-left {float: left;width: 49%;padding: 0;position: relative;}
.fifty-right {float: right;width: 49%;padding: 0;position: relative;}
#solis_gen_form fieldset {padding: 0 20px !important;margin: 10px auto;border-radius: 10px;}
#solis_gen_form fieldset#step-1 {background: #eee;}
#solis_gen_form fieldset#step-2 {background: #c2e4ad;}
#solis_gen_form fieldset#step-3 {background: #c5e5ed;}
.show-message-box {display: inline-block;margin: 15px 0;}
input[type="checkbox"] {-webkit-appearance: none;-moz-appearance: none;appearance: none;font-family: FontAwesome;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;width: 20px;height: 20px;border-radius: 5px;border-style: solid;border-width: 1px;border-color: #ccc;background:#fff;display: inline-block;position: absolute;}
input[type=checkbox]:checked:before {content: "\f00d";display: block;text-align: center;color: #6cc04a;}
/*--------------------------------------------------------------
TABLES:
--------------------------------------------------------------*/
.wpupg-columns tr:first-child {background: #fff !important;}
span.wpupg-post-title {display:block;font-family: 'Merriweather';font-size:.75em;padding: 10px;background:transparent;}
.wpupg-tax-category-immigration-article span.wpupg-post-title {color:#41873f}
.wpupg-tax-category-i-9-articles span.wpupg-post-title {color:#00586f}
table.fancy-table-head {color:#fff;background:#57c9e8;border-radius: 5px 5px 0 0;padding: 10px;margin: 0;}
table {background: #F3F3F3;border-radius: 10px;overflow: hidden;}
/* table tr {border-left:1px solid #ccc;border-right:1px solid #ccc;} */
table tr th, table tr:first-child td {padding: 10px;}
table:not('#wp-calendar') tr:first-child {background: #57c9e8;}
table tr:nth-child(even) {background:#fafafa;}
table:not('#wp-calendar') tr td {padding: 15px 5px;border-bottom:1px solid #ccc;border-right:1px solid #ccc}
table tr td:last-child {border-right: none;}
table tr:last-child td {border-bottom:none;}
table a {font-weight:normal;font-size:90%;}
.fancy-table table, .single-post table {border-radius: 5px;overflow: hidden;background-color: #efefef;}
.fancy-table table tr td, .single-post table tr td {padding: 20px;border-bottom: 1px solid #ccc;border-color:#ccc;}
.fancy-table table tr td:first-child, .single-post table tr td:first-child {font-weight: bold;border-right:1px solid #ccc;}
.fancy-table table tr:last-child td, .single-post table tr:last-child td {border-bottom: none;}
.fancy-table table tr:first-child, .single-post table.table-header, .single-post table tr:first-child {background-color: #57c9e8;width: 50%;margin: 0 !important;padding: 10px;color: #fff;font-weight: bold;font-family: 'Merriweather';border-radius: 5px 5px 0 0;}
.scroll-to-background {
	top:10px !important;
}