@charset "UTF-8";
/* =============================================================================================
                              ________  __      __  _________
                              \______ \/  \    /  \/   _____/
                                |    |  \   \/\/   /\_____  \ 
                                |    `   \        / /        \
                               /_______  /\__/\  / /_______  /
                                       \/      \/          \/ 
                          WMS - Website Management Software (c) 2022
                                   by Direct Web Solutions

    The following document, also known as software.css, is developed for the sole 
    use of directwebsolutions.ca by the team at Direct Web Solutions. This design
    was developed by us and is considered the property of our company. Please do 
    not steal the code from this template as we have worked hard on it to make our 
    business successful. If you would like to take parts of the css for use in
    your own project, you may do so, but copying all of it or cloning our website 
    would be grounds to pursue legal action. Thanks for understanding and have a 
    great day!
    
    ~ Darryn Fehr,
    Direct Web Solutions
    
    ----------------------------------------------------------------------------------------
    @category    User Defined
    @package     WMS User Website
    @license     https://www.directwebsolutions.ca/wms/v3/license 3.0+ License
    @version     Release: 3.0.1
============================================================================================= */

main .software{overflow:hidden;}
main .software .left{width:68%;float:left;overflow:hidden;font-size:17px;padding-top:40px;padding-bottom:40px;}
main .software .right{width:28%;float:right;overflow:hidden;}
main .software .right .sitelogo{margin:40px auto;display:block;width:214px;height:58px;background:url("../images/logo.webp") 0 0 no-repeat;}
main .software .software_content{border-top:1px solid #fff;padding:20px 0;position:relative;}
main .software .software_content::before{background:#ccc;height:1px;width:100%;content:" ";position:absolute;top:-2px;left:0;}
main .software .software_content .softwares{margin:20px -15px;padding:0;list-style:none;}
main .software .software_content .softwares li{width:33.33333%;float:left;min-height:250px;}
main .software .software_content .softwares li .icons{padding:0 15px;}
main .software .software_content .softwares li .description{padding:0 15px;text-align:justify;font-size:12px;}
@media screen and (max-width:1068px){
    main .software .left{width:58%;padding-top:30px;}
    main .software .right{width:38%;}
}
@media screen and (max-width:805px){
    main .software .left{width:100%;padding-top:10px;float:none;}
    main .software .right{display:none;}
    main .software .software_content .softwares li{width:50%;}
}
@media screen and (max-width:595px){
    main .software .software_content .softwares li{width:100%;min-height:50px;margin-bottom:25px;}
}