﻿/*
footer css
*/

.wp_footer-guide ul li a {
    color: white;
}

.mailmagazinebutton{
  margin:0px  12px;
}

.mailmagazinebutton img{
  width:140px;
}

.wp_fotter-col ul li ul li:last-child {
    border: none;
}

.wp_fotter-col ul li ul li:before {
    margin-right: 0.5em;
    border-bottom: 1px solid white;
    float: left;
    width: 1em;
    height: 0.75em;
    overflow: hidden;
    content: "";
}

.wp_fotter-col ul li ul li:last-child:before {
    border-left: 1px solid white;
}


@media screen and (min-width:481px) {

#footer{
margin-top: 80px;
background-color: #191e66;
}

.wp_fotter-col ul li.wp_fottersubtitle{
    border-bottom: 2px solid white;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.wp_fottermailmagazinebox {
    float: left;
    width: 75%;
}

.wp_footerlogobox {
    float: left;
    width: 25%;
    padding-left: 10px;
    box-sizing: border-box; 
}

.wp_fotter-col ul li.fottersubtitle {
    border-bottom: 2px solid white;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.wp_fotter-col ul li {
    margin: 6px 0px;
    font-size: 14px;
}

.wp_fotter-col>ul>li>ul{
  margin:6px 0px 0px 0px;
}

.wp_copyright {
    padding: 10px;
    background-color: #191e66;
    width: 1060px;
    margin: 0 auto;
}

 .wp_footer-guide {
    border-top: 1px solid #ccc;
    color: white;
    background: #191e66;
    width: 1060px;
    margin: 0 auto;
    padding:40px 0px 0px 0px;
 }
 
 .wp_fotter-col {
    float: left;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}

.wp_fotter-col ul li ul li {
    margin: 0 0 0 0.5em;
    padding: 0;
    border-left: 1px solid white;
    zoom: 1;
    line-height: 24px;
}

}

@media screen and (max-width:480px) {

#footer{
margin-top: 20px;
background-color: #191e66;
}


.wp_footer-guide ul li a {
    display: block;
}

.wp_fotter-col ul li ul li {
      margin: 0 0 0 0.5em;
    padding: 0;
    border-left: 1px solid white;
    zoom: 1;
    line-height: 40px;
}

.wp_fotter-col ul li.wp_fottersubtitle{
    border-bottom: 2px solid white;
    padding-bottom:10px;
    margin:30px 10px 10px 10px;
}

 .wp_fotter-col ul li{
    margin: 16px 20px 0px 20px;
    font-size: 24px;
    color: white;
 }
 .wp_footerlogobox {
     text-align: center;
        padding: 26px 0px 14px;
 }

 .wp_copyright {
     padding: 30px 0px;
 }
 
 .wp_copyright address{
  text-align:center;
 }

.wp_fotter-col>ul>li>ul{
  margin:6px 0px 0px 0px;
}

}