/*
Theme Name: V&L Main v2
Theme URI: https://ds1.ca/
Author: Digital Spectrum Inc. - Toronto Canada
Author URI: https://ds1.ca/
Description: This theme was designed exclusively for V&L Information Resources Corp. Markham Canada, ALL RIGHTS RESERVED
Tags: responsive, corporate website
Version: 1.0
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vlmain
This theme is for the exclusive use of V&L Information Resources Corp.

/* -------------------------------------------------------------------------
	 CSS Reset
-------------------------------------------------------------------------- */
html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}
/* --------------------------------------------------------------------------
Font Settings
-------------------------------------------------------------------------- */
:root {
    --blue: #00539f;
    --yellow: #ffeb96;
    --green: #39bb9d;
    --black_text: #191919;
    --red:tomato;
    --grey:#F1F1EF;
    --new_grey:#A9A9A9;
    box-sizing:border-box;
  }
/*
.d-lg-block {
    border-top: 1px solid var(--blue);
}
*/

 
body, html, p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color:var(--black_text);
    line-height:1.68em;
    padding-top:0.0em;
    padding-bottom:.8em;
    
}
p {
    font-size:1em;
    font-weight:400;
    line-height:1.6em;
    margin-bottom: 0.7em;
  
}
body {
    background: #F1F1EF;
}
h1 {
    font-size: 2.0em;
    padding-bottom:0.0em !important;
    font-weight:600;
    color: var(--green);
    margin-left:.8em;
    margin-bottom:0.4em;
    line-height:1.2em;
    word-wrap: break-word !important;
}
h2 {
    font-size: 1.3em;
    line-height:1.9em;
    padding-top:0.0em !important;
    padding-bottom:1.7em;
    font-weight:400;
    color:var(--black_text);
}
h3 {
    text-transform: uppercase;
    color:var(--new_grey);
    line-height:3em;
    font-weight:700;
}
h4 {
    color:var(--blue);
    font-size: 1.1em;
    font-weight:700;
    padding-top:.2em;
    padding-bottom:0.0em;
    margin-top:1.3em;
    margin-bottom:0.0em;
}
.bg1 {
    background-color: greenyellow;
}
.bg2 {
    background-color:yellow
}

/* --------------------------------------------------------------------------
header
-------------------------------------------------------------------------- */
header {
    width:100%;
    height:144px;
    position:fixed;
    }


.line {
    width:100%;
    height:1px;
    background: #ccc;
    z-index: 1000;
} 

.first nav {
    display:block !important;
    float:right !important;
    margin-right:5px;
    margin-top: 22px;
}
.first nav ul {
    display:block !important;
    float:right !important;
}

.first nav ul li{
    font-size:.8em;     
    display: inline;
    margin-right:2em;
    }
.first nav a {
    font-size:1em;
    color: var(--blue);
    text-decoration: none;
}
.first nav a:hover {
    color: var(--green);
}
.first nav .icon {
    background:var(--yellow);
    border-radius: 50%;
    padding: 2px 6px;
    margin-right:1em;
    font-size:.8em;
    font-weight:700;
}


/* --------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------- */
footer {
    width:100%;
    overflow:hidden;
    background: var(--grey);
}

footer p{
line-height:2em!important;    
padding-top:1.0em;


color:var(--black_text);
font-size:0.75em;
}


/* --------------------------------------------------------------------------
Home Page
-------------------------------------------------------------------------- */
.bottom_nav {
width:100%;
margin-left:auto;
margin-right:auto;

}
.bottom_nav a{
font-size:.75em;
color: var(--blue);
text-decoration:none;
font-weight:700;
line-height:1.1em;
padding-top:.2em;
padding-bottom:2.0em;
}
.bottom_nav a:hover{
color:var(--green);
}
.home_nav_icon {
width:33px;
margin-top:2.6em;
margin-bottom:1em;
}
/* --------------------------------------------------------------------------
Interior Pages
-------------------------------------------------------------------------- */
.container {
    padding-top:38px;

    background: #fff;
    padding-bottom:12px; 
}
.container p a {
color:var(--blue);
text-decoration: none;
}
.container p a:hover {
color:var(--green);
}
.container table {
width:100% !important;


}

.container ul {
    list-style-type: disc;
    margin-left:2em;
    color:var(--blue);
    padding-bottom:1.0em;
}
.container ul li{
font-size:.86em;
}

.responsive {
max-width: 100%;
height: auto;
margin-top:97px;
overflow:hidden;

}
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
.nudge_down{
    margin-top:140px;
}

/* --------------------------------------------------------------------------
Interior Pages
-------------------------------------------------------------------------- */
table {
    width:100%;
    margin-bottom:2.5em;


}    
td { 
    vertical-align:bottom;
    
}
.text_margin {
    padding-right:2em;
    padding-left:0em;
}
.section_icon {
    width:120px;
}
.navbar-toggler-icon {
    font-size: 14px;
    
}
.navbar button {
    margin-left:.8em;
}
.nav_icon {
    width:30px;
    margin-right:1.3em;
}
.left_nav {
    position:fixed;
}
.left_nav li {
    line-height:4.4em;
    list-style-type: none;
    font-size: .75em !important;
}

.left_nav li a {
    text-decoration:none;
    color:var(--blue);
    font-weight:bold;
}
.left_nav li a:hover {
    color:var(--green);
}   
.left_nav .selected {
    color:var(--green);
    font-weight:700;
}
/* --------------------------------------------------------------------------
Media Queries -- DESKTOP SCREEN
-------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

 
    header {
    min-width:900px;
    }
    .container {
        max-width:70%;
        min-width:850px;
    }

    .text_margin {
        padding-right:7em;
    }

    .logo {
        max-width:320px  !important;
        margin-top:0px !important;
        padding-bottom: 29px;
        margin-left: 35px !important;
        display: block;
        border:0px;    
        float:left;
        }

}
/* --------------------------------------------------------------------------
Media Queries -- MOBILE SCREEN
-------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
    
body {
padding-bottom:0.0em;
margin: 0px 0px !important;
}
header {
    width:100%;
    position:fixed;
    margin-top: 0px !important;
    margin-bottom:0px !important;
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    }

.logo {
    
    max-width:270px  !important;
    margin-top:10px !important;
    padding-bottom: 10px !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    }
.container {
    padding-top:10px;
    background: #fff;
    padding-bottom:0px; 
    margin-bottom:0px;
}
.container table {
    border-collapse: collapse;
    table-layout: auto;
    margin-top:0em;
    } 
.container_adjust {
    padding:0px;
    margin:0px;
}

.mobile_image {
    margin-top:128px;
    
}
.text_margin {
    padding-right:1.6em;
    padding-left:2em;
}
.bottom_nav {
    display:none;
}
.blue_blurb {
    color:white;
    background-color: var(--blue);
    font-size:1.7em;
    font-weight:600;
    padding:12% 0% 12% 0%;
    text-align: center;
    font-style: italic;
    line-height:1.5em;
    margin-bottom:0px !important;
}
.first nav {
    float:none;
    font-size:3.4vw; 
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0px !important;
    margin-bottom:0px !important;
    padding-bottom: 0px !important;
    margin-bottom:0px !important; 
}
.first div{
    margin-top: 0px !important;
    margin-bottom:0px !important; 
    padding-top:0px !important; 
    padding-bottom:0px !important; 
}
.first nav ul{
    margin: 0px 1vw !important;
}
.first nav ul li{
    display: inline;
    margin-right:1.25vw;
    margin-top: 0px !important;
    margin-bottom:0px !important;
    padding-bottom: 0px !important;
    }
.first nav a {
    color: var(--blue);
    text-decoration: none;
    margin-top: 0px !important;
    margin-bottom:0px !important;
    padding-bottom: 0px !important;
}
.first nav a:hover {
    color: var(--green);
}
.first nav .icon {
    background:var(--yellow);
    border-radius: 50%;
    padding: 2px 4px;
    margin-right:.6em;
    
    font-weight:700;
}
            
    footer {
        padding-top:.9em !important;
        padding-bottom:.0em !important;
        /*border-top: 1px solid var(--blue);*/
    }
    footer p {
        line-height:1.3em !important;
        font-size:.7em;
        margin: 0px 0px !important;
        padding: 0px 0px !important;
    
    }
    .nudge_down{
        margin-top:200px;
        }

    .navbar {
        margin-top:12px;
        padding-bottom:100px;
    }
    .mobile_nav {
        position:relative;
        top:-60px;
        left:-12px;
       width:110%;
        padding: 0px !important;
        margin:7px 0px !important;
        background:#ffeb96;
        overflow:hidden;
        
    }
    .navbar button {
        z-index: 100 !important;
        background-color: #fff;
        margin-right:12px;
    }
    .mobile_nav ul {
        margin:0px !important;
        padding:10% 0px 190% 0px !important;
        border-bottom: 1px solid var(--blue);
    }
    .mobile_nav li {
        line-height:3.2em;
        list-style-type: none;
        font-size: .8em;
        width:100%;
        padding-left:30%;
    }
    
    .mobile_nav li a {
        text-decoration:none;
        color:var(--blue);
        font-weight:700;
    }
    .mobile_nav li a:hover {
        color:var(--green);
    }   
    .mobile_nav .selected {
        color:var(--green);
        font-weight:700;
    }

    h2 {
        font-size: 1.0em;
    }
    h1 {
        font-size:1.5em;
    }

}

