/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
 width: 100% !important;
 box-sizing: border-box;
}

.color-light a, .color-light h1 a, .color-light h2 a, .color-light h3 a, .color-light h4 a, .color-light h5 a, .color-light h6 a {
    color: #e54939 !important;
}

.map-background { background-size: 1100px; }

.latest-blog .blog-item { margin: 0px !important; }

label, legend {
    cursor: pointer;
    display: inline-block !important;
}

#custom-tabs {
	background: #f9f9f9;
	border-bottom: 1px solid #e9e9e9;
	height: 90px;
	text-align: center;
}
#custom-tabs ul {
	list-style: none;
}
#custom-tabs li {
	float: left;
	height: 90px;
	border-bottom: 3px solid transparent;
	color: #212121;
	position: relative;
	cursor: pointer;
}
#custom-tabs li:hover {
	border-color: #212121;
}
#custom-tabs li.selected {
	border-color: #e54939;
	color: #e54939;
}
#custom-tabs li.selected h4 {
	color: #e54939;
}
#custom-tabs h4 {
	font-size: 14px;
	line-height: 14px;
	margin: 37px 0 0 0;
	font-weight: 600;
}
#custom-tabs i {
	font-size: 36px;
	line-height: 90px;
	position: absolute;
	top: 0;
	left: 20px;
}

#mobile-logo {
    background: #c93222 none repeat scroll 0 0;
    margin-top: 0;
    padding: 52px 45px 44px;
    line-height: 1 !important;
}

.header-v1 .logo {
    background: #c93222 none repeat scroll 0 0;
    margin-top: 0;
    padding: 52px 45px 44px;
    line-height: 1 !important;
}
.header-login {
    background: #ffffff url('');
    color: #888888;
    font-size: 12px;
    padding: 7px 0;
    width: 100%;
}
.header-wrapper {
    overflow: hidden;
    padding: 5px 20px;
}
#header {
    box-shadow: none !important;
}
.header-right {
    float: right;
    text-align: right;
}
.header-left {
    float: left;
    text-align: left;
}
.header-left a {
    font-weight: 700;
}
ul.styled-list {
    list-style-position: inside !important;
    list-style-type: none !important;
    margin-bottom: 25px !important;
    padding: 0 20px !important;
    text-indent: -11px !important;
}
.header-v1 .logo {
    background: #c93222 none repeat scroll 0 0;
    margin-top: 0;
    padding: 52px 45px 44px;
    line-height: 1 !important;
}
.header-login {
    background: #ffffff url('');
    color: #888888;
    font-size: 12px;
    padding: 7px 0;
    width: 100%;
}
.header-wrapper {
    overflow: hidden;
    padding: 5px 20px;
}
#header {
    box-shadow: none !important;
}
.header-right {
    float: right;
    text-align: right;
}
.header-left {
    float: left;
    text-align: left;
}
.header-left a {
    font-weight: 700;
}
ul.styled-list {
    list-style-position: inside !important;
    list-style-type: none !important;
    margin-bottom: 25px !important;
    padding: 0 20px !important;
    text-indent: -11px !important;
}
.ms-account-wrapper h2 {
    font-size: 16px;
    background: #f9f9f9;
    padding: 10px 20px;
    line-height: 35px;
}

.ms-account-wrapper a { color: #c93222; }

.ms-edit-profile {
    font-size: 12px;
}
.ms-all-invoices {
    font-size: 12px;
}
.ms-all-activities {
    font-size: 12px;
}
#account-membership {
    margin-bottom: 40px;
}
#account-profile {
    margin-bottom: 40px;
}
#account-activities {
    margin-bottom: 0px;
}
#account-invoices {
    margin-bottom: 40px;
}
.ms-form-element {
    margin: 20px 0
}
#ms-view-frontend-profile-form legend {
    font-size: 16px;
    background: #f9f9f9;
    padding: 10px 20px;
    border-bottom: 0px !important;
    line-height: 35px;
    font-weight: 400;
}
div.bbp-template-notice,
div.indicator-hint {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    clear: both;
    color: #000;
    margin: 5px 0 15px;
    padding: 30px;
}
button {
    font-size: 12px;
    height: 46px;
    line-height: 12px;
    padding-top: 15px;
    border: 2px solid #c93222;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 100ms linear 0s !important;
    background: #c93222 none repeat scroll 0 0;
    border-color: transparent;
    color: #fff;
}
.bbp-login-form .bbp-submit-wrapper {
    float: left;
    text-align: left;
}
.bbp-login-form label {
    display: inline-block;
    width: 100%;
}
input,
textarea {
    margin: 0 0 25px;
}
.bbp-login-form .bbp-username,
.bbp-login-form .bbp-email,
.bbp-login-form .bbp-password,
.bbp-login-form .bbp-remember-me,
.bbp-login-form .bbp-submit-wrapper {
    margin-top: 0px;
}
input[type="submit"] {
    margin-top: 15px;
}

table {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    width: 100%;
}

table td, table th {
    border-right: 1px solid #e9e9e9;
    min-height: 41px;
    padding: 10px 14px 8px;
}

table tr {
    border-top: 1px solid #e9e9e9;
}

#ms-view-frontend-profile-form legend {

    box-sizing: border-box;
}

.ms-form-element .wpmui-field-input {
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
}

#wpwrap .wpmui-field-input.button, #wpwrap .wpmui-field-input.button-primary, #wpwrap .wpmui-field-button, body .wpmui-field-input.button, body .wpmui-field-input.button-primary, body .wpmui-field-button {
    margin-right: 6px;
    width: auto;
}

.map { width: 930px; height: 630px; border: solid 0px red; margin: auto; }

#slideit *,
body:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}
#slideit a,
a {
    text-decoration: none
}
#slideit * {
    font-family: inherit, vertical-align: baseline;
    line-height: normal;
    box-sizing: border-box
}
#slideit input[type=radio] {
    display: none
}
#slideit input.accept,
#slideit label {
    cursor: pointer
}
#slideit {
    z-index: 9999;
    position: fixed;
    width: auto;
    height: 100%;
    top: 0;
    right: 0
}
#slideit section {
    margin: 0;
    overflow: hidden;
    width: 420px;
    height: auto;
    right: 0;
    top: 40%;
    position: absolute;
    z-index: 10;
    background: #fff;
    border-bottom: 6px solid #c93222;
    -webkit-backface-visibility: hidden
}
#slideit input#close-item:checked~section,
#slideit section {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}
#slideit input#open-item:checked~section {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}
#slideit section .wrap {
    padding: 30px;
    position: relative;
    float: left
}
#slideit .field {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}
#slideit input#open-options:checked~.more-options {
    max-height: 230px;
    visibility: visible
}
#slideit .title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #222;
    padding-bottom: 6px;
    margin-bottom: 6px
}
#slideit p.info {
    color: #999;
    display: block;
    font-size: 13px;
    line-height: 20px
}
#slideit p.info a {
    color: #222
}
#slideit p.info a:hover {
    text-decoration: underline
}
#slideit label.close,
#slideit label.open {
    text-align: center;
    position: absolute
}
#content,
.wrapper,
body {
    position: relative
}
#slideit label.open {
    font-size: 13px;
    color: #fff;
    background: #c93222;
    width: 190px;
    top: 45%;
    right: -191px;
    left: auto;
    bottom: auto;
    margin: 0 auto;
    padding: 15px 0;
    font-weight: 700;
    z-index: 1
}
#slideit input#close-item:checked~label.open {
    right: 0
}
#slideit label.open:focus,
#slideit label.open:hover {
    background: #222;
    color: #fff
}
#slideit label.close {
    right: 30px;
    left: auto;
    top: 0;
    bottom: auto;
    font-size: 20px;
    background: #c93222;
    color: #fff;
    width: 22px;
    z-index: 999
}
#slideit label.close:focus,
#slideit label.close:hover {
    background: #333
}
#slideit input.accept {
    background: #c93222;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 600;
    padding: 15px 20px;
    text-align: center;
    border: none;
    outline: 0;
    width: auto;
    margin-top: 16px;
    text-transform: none;
    height: auto!important
}
#main-search #submit_s:focus,
a:focus {
    outline: 0!important
}
.wide-light,
body,
html {
    width: 100%
}
#slideit input.accept:focus,
#slideit input.accept:hover {
    background: #333
}
#slideit a,
#slideit input.accept,
#slideit label {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}
#slideit section {
    -webkit-transition: all .4s cubic-bezier(.2, .6, .3, 1);
    -moz-transition: all .4s cubic-bezier(.2, .6, .3, 1);
    -ms-transition: all .4s cubic-bezier(.2, .6, .3, 1);
    -o-transition: all .4s cubic-bezier(.2, .6, .3, 1);
    transition: all .4s cubic-bezier(.2, .6, .3, 1)
}
#slideit input#close-item:checked~label.open {
    -webkit-transition: right .3s ease .4s, background .1s ease, color .1s ease;
    -moz-transition: right .3s ease .4s, background .1s ease, color .1s ease;
    -ms-transition: right .3s ease .4s, background .1s ease, color .1s ease;
    -o-transition: right .3s ease .4s, background .1s ease, color .1s ease;
    transition: right .3s ease .4s, background .1s ease, color .1s ease
}

@media only screen and (max-width: 767px) {

.map { width: 100%; height: 200px; border: solid 0px red; margin: 0 10px; }

.header-right {
    float: none;
    text-align: center;
    background: #f9f9f9;
    padding: 10px;
}
.header-left {
    float: none;
    text-align: center;
    padding: 10px 0;
}

#custom-tabs {
	display: none;
}

#slideit {
	display: none;
}

.header-login {
	padding: 0px;
}

.header-wrapper {
	padding: 0px;
}

.header-login .container{
	width: 100%;
}


}

