﻿/*
Theme Name: Ontario-VSTheme
Author: OVS:Jason
Author URI: https://www.ontariovirtualschool.ca/
Description: OVSTheme
Version: 2020
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size: 100%;/* font-weight: 500; */font-family: 'Lato', sans-serif;vertical-align:baseline;}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
/*.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}*/.alignright{text-align:right;}.alignleft{text-align:left;}.aligncenter{text-align:center;}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}h1,h2,h3,h4,h5,h6{display: block;}p{margin-bottom:15px;line-height:1.55;}





.title a.btn,
.title .btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 0.8rem 1em;
    transition: background-color .55s ease-out, color .55s ease-out;
    letter-spacing: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 20px auto;
    width: 100%;
    cursor: pointer;
}

.title a.btn-black,
.title a.btn-black:active,
.title .btn-black,
.title .btn-black:active {
    border: 1px solid #ffffff;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    padding: 0.2rem 1.3rem;
}

.title a.btn-black:hover,
.title a.btn-black:focus,
.title .btn-black:hover,
.title .btn-black:focus {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
}

.title a.btn-red,
.title a.btn-red:active,
.title .btn-red,
.title .btn-red:active {
    border: 1px solid #ffffff;
    background: #aa0304;
    color: #FFFFFF;
    text-decoration: none;
}

.title a.btn-red:hover,
.title a.btn-red:focus,
.title .btn-red:hover,
.title .btn-red:focus {
    background: #FFFFFF;
    color: #aa0304;
    text-decoration: none;
    border: 1px solid #aa0304;
}

.title a.btn-transparent,
.title a.btn-transparent:active,
.title .btn-transparent,
.title .btn-transparent:active {
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    color: #3A3A3A;
    text-decoration: none;
}

.title a.btn-transparent:hover,
.title a.btn-transparent:focus,
.title .btn-transparent:hover,
.title .btn-transparent:focus {
    background: rgba(255, 255, 255, 0);;
    color: #aa0304;
    text-decoration: none;
}
.title a.btn-transparent-red,
.title a.btn-transparent-red:active,
.title .btn-transparent-red,
.title .btn-transparent-red:active {
    border: 1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    color: #aa0304;
    text-decoration: none;
    padding: 0.8rem 0.5em;
}

.title a.btn-transparent-red:hover,
.title a.btn-transparent-red:focus,
.title .btn-transparent-red:hover,
.title .btn-transparent-red:focus {
    background: rgba(255, 255, 255, 0);;
    color: #3A3A3A;
    text-decoration: none;
    /*padding: 0.8rem 0.5em;*/
}

.title a.btn-white,
.title a.btn-white:active,
.title .btn-white,
.title .btn-white:active {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #aa0304;
    text-decoration: none;
    font-weight: 700;
}

.title a.btn-white:hover,
.title a.btn-white:focus,
.title .btn-white:hover,
.title .btn-white:focus {
    background: #aa0304;
    color: #FFFFFF;
    text-decoration: none;
}

.title .btn-border-red{
    border: 1px solid #aa0304;
}

.title a.btn-thin,
.title .btn-thin{
    padding: 0.8rem 1em;
    font-weight: normal;
}

.title a.btn-read-more,
.title .btn-read-more{
    margin-top: 0;
    margin-bottom: 45px;
}

