HEX
Server: Apache
System: Linux linplesk41.pumo.com.tw 3.10.0-962.3.2.lve1.5.27.el7.x86_64 #1 SMP Sat Nov 30 02:18:52 EST 2019 x86_64
User: rajlaw (10192)
PHP: 7.4.24
Disabled: phpinfo,passthru,exec,shell_exec,system,popen,proc_open,proc_close,show_source,pcntl_exec,escapeshellcmd,proc_get_status,proc_nice,proc_terminate,escapeshellarg
Upload Files
File: /home/httpd/vhosts/rajlaw.com.tw/httpdocs/wp-content/themes/advokat/assets/css/contact.css
/*contact layout*/
#map .wpb_gmaps_widget {
  margin: 0 !important;
}
#map2 .wpb_wrapper {
  padding: 0 !important;
}
#map {
  padding-bottom: 290px !important;
  background: #333;
}
#map .vc_column-inner {
  padding: 0 !important;
}
#map .wpb_wrapper {
  padding: 0 !important;
}
#map iframe {
  filter: grayscale(100%);
}
#map iframe:hover {
  filter: grayscale(0);
}
#contact-address {
  max-width: 970px;
  margin: 0 auto;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -290px;
  box-shadow: 0 0 15px #333;
  border-radius: 4px;
}
#contact-address .address {
  overflow: hidden;
  padding-bottom: 75px;
  background: #2c4cf8;
}
#contact-address .address .vc_icon_element {
  margin: 0;
  float: left;
}
#contact-address .address .vc_icon_element .vc_icon_element-inner {
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  margin: 5px !important;
}
#contact-address .address .vc_icon_element .vc_icon_element-inner:hover {
  background: #fff;
}
#contact-address .address .vc_icon_element .vc_icon_element-inner:hover span {
  color: #fc416d !important;
}
#contact-address .address .vc_icon_element .vc_icon_element-icon {
  font-size: 17px !important;
}
#contact-address .wpb_content_element {
  margin: 0;
}
#contact-address #contact-form-title h3 {
  color: #fff;
  margin: 0;
  font-size: 36px;
  padding: 70px 0 29px 68px;
  font-weight: normal;
  color: #2c4cf8;
}
#contact-address .address .wpb_text_column ul li:first-child:before {
  font-family: FontAwesome;
  content: "\f095";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#contact-address .address .wpb_text_column ul li:nth-child(2):before {
  font-family: FontAwesome;
  content: "\f2b6";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#contact-address .address .wpb_text_column ul li:last-child {
  margin-bottom: 0;
}
#contact-address .address .wpb_text_column ul li:last-child:before {
  font-family: FontAwesome;
  content: "\f041";
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.contact-form {
  padding: 12px 55px 0 55px;
  overflow: hidden;
}
.contact-form .col-md-6 {
  margin-bottom: 20px;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="submit"] {
  border: none;
  border-radius: 35px;
  padding: 10px 18px;
}
.contact-form textarea {
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  height: 45px;
  font-size: 12px;
}
.contact-form .wpcf7-textarea {
  height: 120px;
  font-size: 12px;
}
.contact-form .form-button {
  text-align: center;
  padding-bottom: 13px;
}
.contact-form .form-button .wpcf7-submit {
  max-width: 100%;
}
.contact-form input[type="submit"] {
  width: 100%;
  max-width: 100%;
}
.contact-form input[type="submit"]:hover {
  background: #fc416d !important;
}
.contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
  opacity: 1;
}
.contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
.contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
  opacity: 1;
}
.contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #666;
  opacity: 1;
}
/* -----------------------
    15. Contact Us
--------------------------*/
.rs-contact .contact-address {
  margin-bottom: 45px;
}
.rs-contact .contact-address .address-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.rs-contact .contact-address .address-item .address-item {
  margin-top: 25px;
}
.rs-contact .contact-address .address-item .address-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid;
  text-align: center;
  font-size: 24px;
  margin-right: 20px;
  transition: all 0.3s ease 0s;
}
.rs-contact .contact-address .address-item:hover .address-icon {
  background-color: #2c4cf8;
  color: #fff;
}
.rs-contact .g-map {
  width: 100%;
  min-height: 360px;
}
.rs-contact #form-messages {
  padding: 15px;
  background: #fff;
  margin-bottom: 30px;
  border-left: 3px solid;
  box-shadow: 0 2px 2px rgba(6, 6, 6, 0.04);
  transition: all 0.3s ease 0s;
}
.rs-contact #form-messages.success {
  border-color: #4caf50;
  color: #4caf50;
}
.rs-contact #form-messages.error {
  border-color: #ff3c3c;
  color: #ff3c3c;
}
.rs-contact #form-messages:empty {
  display: none;
}
#contact2 .rs-map {
  margin: 0 !important;
}
.wpcf7-form .form-field {
  margin-bottom: 20px;
  position: relative;
}
.wpcf7-form i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 100;
}
.wpcf7-form input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px #ccc;
}
.wpcf7-form input:focus {
  outline: none;
}
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 150px;
  box-shadow: 0 0 15px #ccc;
}
.wpcf7-form textarea:focus {
  outline: none;
}
.wpcf7-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #666;
}
.wpcf7-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #666;
}
.wpcf7-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #666;
}
.wpcf7-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #666;
}
.wpcf7-form input[type="submit"] {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  line-height: normal;
  max-width: 150px;
  text-transform: uppercase;
  border: none;
  color: #fff;
  transition: all 0.8s ease;
  background: #2c4cf8;
  background: -moz-linear-gradient(-60deg, #2c4cf8, #fc416d);
  background: -webkit-linear-gradient(-60deg, #2c4cf8, #fc416d);
  background: -ms-linear-gradient(-60deg, #2c4cf8, #fc416d);
  background: linear-gradient(-60deg, #2c4cf8, #fc416d);
}
.wpcf7-form input[type="submit"]:hover {
  background: #fc416d !important;
  background: -moz-linear-gradient(-60deg, #fc416d, #2c4cf8) !important;
  background: -webkit-linear-gradient(-60deg, #fc416d, #2c4cf8) !important;
  background: -ms-linear-gradient(-60deg, #fc416d, #2c4cf8) !important;
  background: linear-gradient(-60deg, #fc416d, #2c4cf8) !important;
}
#map {
  overflow: visible;
  margin-top: -160px;
}
#rs-newsletter {
  padding-bottom: 135px !important;
}
#address-top {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: transparent !important;
  max-width: 1050px;
}
#address-top a {
  color: #fff;
}
#address-top .vc_column-inner {
  background: #2c4cf8;
  background: -moz-linear-gradient(-60deg, #2c4cf8, #fc416d);
  background: -webkit-linear-gradient(-60deg, #2c4cf8, #fc416d);
  background: -ms-linear-gradient(-60deg, #2c4cf8, #fc416d);
  background: linear-gradient(-60deg, #2c4cf8, #fc416d);
  margin: 0 10px;
  padding: 20px 0 0 !important;
  border-radius: 4px;
  box-shadow: 0 0 15px #999;
}
#address-top .vc_column-inner p {
  margin: 0;
}
#address-top .vc_column-inner h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600 !important;
  text-transform: unset;
  padding: 0 0 5px;
}
#address-top .vc_icon_element {
  margin: 0;
}
#rs-subscribe {
  max-width: 1120px;
  margin: -100px auto 0;
  padding: 100px 0 14px;
  box-shadow: 0 0 15px #ccc;
}
#rs-subscribe input {
  box-shadow: 0 0 15px #ccc;
  border-radius: 35px;
}
#toper-contact #box-address {
  position: relative;
  z-index: 999;
}
.wpcf7-validation-errors {
  border-color: #2c4cf8 !important;
}