/*End Generated Styles*//*
 +-----------------------------------------------------------------------+
 | Project Name    : WDX template site creation                            |
 | File Name       : Custom CSS                                                    |
 | Creation Date   : Nov 18, 2020                                                 |
 |                                                                                              |
 | Copyright (C) 2020, Pacific Software Publishing. Inc.                 |
 |                                                                                              |
 | This source code or any portion thereof must not be                  |
 | reproduced or used in any manner whatsoever.                         |
 |                                                                                              |
 +-----------------------------------------------------------------------+
 | Author: Miyuki Hirayama                                                         |
 +-----------------------------------------------------------------------+
 */

#user_content a {
    color: #511786;
    font-weight: normal
}
#user_content a:hover {
    color: #a27bc6;
}
#footer a {
    color: #511786;
}
#footer .nav li.active a span,
#footer a:hover span {
    border-bottom: 1px solid #a27bc6;
}
#footer {
    color: #937aaa;
}

#navigation ul.nav li a {
    color: #511786;
}

#navigation ul.nav li.active > a {
    color: #a27bc6;
}

#navigation ul.nav li.active > a span {
    border-bottom: 1px solid #b89cd3;
}

#navigation ul.nav li:hover {
    background-color: rgba(127,95,157,0.7);
}
#navigation ul.nav li a:focus {
    color: #b89cd3;
}

#content .product-list { margin: 0; }
.product-list li {
float: left;
margin: 0 50px 20px 0;
}

.skins-fluid-width-skin .select select, .skins-fluid-width-skin .email select {
max-width: 99%;
}

.img-left { float:left; margin:0 10px 10px 0; }
.img-right { float:right; margin:0 0 10px 10px; }

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.g-recaptcha {
    margin: 20px 0;
}

#header_video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

#header {
overflow: hidden;
background: none;
min-height: 500px;
padding: 10px;
}

#header .wdx_header_wrap {
margin: 0;
padding: 10px;
max-width: 550px;
background: rgba(255,255,255,0.8);
}

#header h1 {
    margin-bottom: 10px;
}
#header h1 a {
    color: #511786;
}
#header h1 a:hover {
    color: #a27bc6;
}
#header h2 {
font-family: "Montserrat",sans-serif;
color: #511786;
}
#header .webdexpress_header .header_division {
    background: #511786;
}

#header .webdexpress_header {
  padding: 10px;
}

.homeImg {
    display: block;
    margin: auto;
}

#mainbody {
  font-size: 18px;
}

ul.services {
    list-style-type: none !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

ul.services li {
    width: 49%;
    margin: 2em 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 1em;
    box-sizing: border-box;
    font-size: 17px;
}

ul.services li strong {
  font-family: Open Sans, sans-serif;
  display: block;
  margin-bottom: -8px;
}

ul.services li:before {
  content: "";
  width: 100px;
  height: 100px;
  float: left;
  border-radius: 50px;
  transition: all .4s; 
  margin-right: 10px;
}

ul.services li:after {
  content: "";
  display: table;
  clear: both;
}

.button {
  display: flex;
  justify-content: center;
  width: 100%;
}

.button a {
  padding: 6px 28px;
  font-size: 21px;
  font-weight: bold;
  border: 2px solid #094E7C;
  border-radius: 24px;
  text-decoration: none;
  color: #fff;
  background: #094E7C;
  margin: 30px 0;
  transition: all .4s;
  font-family: Open Sans, sans-serif;
}

.button a:hover {
  color: #094E7C;
  background: transparent;
  transition: all .4s;
}

h3 {
  margin-bottom: 1.5em;
  font-size: 1.6em;
  color: #135ea5;
  font-family: Lora,UtsukushiMincho,游明朝,'Yu Mincho',YuMincho,'Hiragino Mincho ProN',HGS明朝E,serif;
}

@media screen and (max-width: 767px) {
  ul.services li {
    width: 100%;
    margin: 1.5em 0;
  }
}

@media only screen and (max-width: 39.99em) {
    #user_content img.img-right {
        float: none;
        margin: 1em auto;
        display: block;
        max-width: 100%;
    }
    #header {
        min-height: 300px;
    }
    #header .wdx_header_wrap {
        max-width: 100% !important;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    #mainbody_container {
        margin-top: 15px;
    }
    .img-right, .img-left {
        float: none;
        display: block;
        margin: 10px auto;
    }
}

@media screen and (max-width: 375px) {
  ul.services li {
    text-align: center;
  }
  ul.services li:before {
    float: none;
    display: block;
    margin: 0 auto 1em auto;
  }
}