/*
Theme Name: Academy-S.ca
Author: Kat
Version: 1.0
*/

a {
    color: #7d6a16;
}

a:hover {
    color: #b79919;
}

.logo h5 {
    margin-bottom: -15px;
    margin-left: 5px;
}

a:hover.logo {
    text-decoration: none;
}

.hero_container h6.whitetext,
.hero_container h6.whitetext a {
    margin-top: 20px;
    color: #fff;
}

footer {
    color: #fff;
    background-color: #222;
}

footer p {
    color: #ccc;
}

footer a {
    color: #ccc;
}

.social-pet li {
    display: inline-block;
    margin-right: 10px;
}

.social-pet li a {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 35px;
    background-color: #3a5a95;
    color: #fff;
}

.social-pet li:nth-child(2) a {
    background-color: #6b27b2;
}

.social-pet li a:hover {
    background-color: #0141a2;
}

.social-pet li a:hover i {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.recent-post li {
    display: block;
    color: #ccc;
    margin-bottom: 25px;
    clear: both;
}

.recent-post li label {
    float: left;
    border: 2px solid #ccc;
    padding: 1px 7px;
    text-align: center;
}

.recent-post li label span {
    color: #fff;
}

footer .input-group-addon {
    background-color: #0141a2;
    padding: 10px;
}

ul.f-address {
    padding: 0;
}

.f-address li {
    list-style-type: none;
}

.f-address li i {
    color: #2995de;
    font-size: 18px;
}

.f-address li a {
    color: #ccc;
}

.all-caps {
    text-transform: uppercase;
}


/*=-Copyright-=*/

.copyright {
    background-color: #111;
    padding: 12px 0;
    font-size: 14px;
}


/*cards*/

.cards {
    text-align: center;
    width: 100%;
    background-color: white;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ececec;
    color: #15140f;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 0 16px 4px rgba(0, 0, 0, .2);
    padding-top: 30px;
    padding-bottom: 30px;
}

#content {
    position: relative;
    display: flex;
    flex-flow: row wrap;
}

#content .post {
    position: relative;
    width: 25vw;
    height: 25vw;
    background: #000;
    display: block;
    overflow: hidden;
}

#content .post .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    transition: all .15s ease-in-out;
}

#content .post ul {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: rgba(157, 109, 85, 0.8);
    display: flex;
    justify-content: space-around;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .15s ease-in-out;
    color: #FFF;
}

#content .post ul li {
    text-align: center;
    line-height: 50px;
    list-style-type: none;
}

#content .post:hover .image {
    opacity: .5;
    -webkit-transform: scale(1.15) translate3d(0, 0, 0);
    transform: scale(1.15) translate3d(0, 0, 0);
}

#content .post:hover ul {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.navbar {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

#carouselExampleIndicators {
    z-index: 1;
    padding-top: 155px;
}


/*Hero template*/

[class^="hero_image"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 600px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 600px;
}

.hero_container {
    position: relative;
    width: 100%;
    padding: 170px 0 0;
    text-align: center;
    z-index: 1;
}

.financing {
    top: 110px;
    background-color: #ddb300;
    padding: 0px;
}

.financingtext {
    color: #000;
    padding: 10px;
    margin: 0px;
    font-weight: 600;
    font-size: 1.15rem;
}

@media screen and (min-width: 767px) {
    .hero_container.right_top,
    .hero_container.right_middle,
    .hero_container.right_bottom {
        text-align: right;
    }
}


/*.hero_container, .hero_container a:link, .hero_container a:visited, .hero_container a:hover, .hero_container a:focus, .hero_container a:active {
    color: #ffffff;
}*/

.hero_container {
    background-color: #fff;
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    .hero_container {
        padding: 400px 0 0;
    }
}

.hero_container,
.hero_container a {
    color: #0f0f0f;
}

@media screen and (max-width: 767px) and (min-width: 481px) {
    [class^="hero_image"] {
        max-height: 950px;
        background-size: auto 900px;
    }
}

@media screen and (min-width: 767px) {
    [class^="hero_image"] {
        height: 252px;
        max-height: 100%;
        background-size: auto 252px;
    }
}

@media screen and (min-width: 768px) {
    .hero_container,
    .hero_container.no_text_overlay,
    [class^="hero_image"] {
        height: 392px;
    }
}

@media screen and (min-width: 767px) {
    .hero_container {
        min-height: 252px;
        padding: 0;
    }
}

@media screen and (max-width: 960px) {
    .logos2 {
        position: absolute;
        bottom: 30%;
        left: 25%;
        width: 150px;
    }
    h6.contactinfo {
        position: absolute;
        bottom: 5%;
        left: 30%;
        z-index: 100;
    }
}

@media screen and (min-width: 960px) {
    .hero_container,
    .hero_container.no_text_overlay,
    [class^="hero_image"] {
        height: 532px;
    }
    .logos2 {
        position: absolute;
        bottom: 25%;
        left: 30%;
        width: 215px;
    }
}

@media screen and (min-width: 1120px) {
    .hero_container,
    .hero_container.no_text_overlay,
    [class^="hero_image"] {
        height: 560px;
        background-size: auto;
    }
}

@media screen and (min-width: 768px) {
    [class^="hero_image"] {
        background-size: auto 100%;
    }
}

.hero_image {
    background-image: url(assets/images/tall.jpg);
}

.hero_image_org {
    background-image: url(assets/images/tall_org.jpg);
}

.hero_image_nov {
    background-image: url(assets/images/26-30_nov_tall.jpg);
}

.hero_image_dec {
    background-image: url(assets/images/12-16_dec_tall.jpg);
}

.hero_image_jan {
    background-image: url(assets/images/15-19_01_2022_tall.jpg);
}

.hero_image_feb {
    background-image: url(assets/images/19-23_02_2022_tall.jpg);
}

.hero_image_mar {
    background-image: url(assets/images/28-29_03_2022_tall.jpg);
}

.hero_image_apr {
    background-image: url(assets/images/11-13_04_2022_tall.jpg);
}

.hero_image_may {
    background-image: url(assets/images/15-19_05_2022_tall.jpg);
}

@media screen and (max-width: 766px) {
    .hero_image_nov {
        background-image: url(assets/images/26-30_nov_tall.jpg);
        max-height: 400px;
        background-size: auto 400px;
    }
    .hero_image_dec {
        background-image: url(assets/images/12-16_dec_tall.jpg);
        max-height: 663px;
        background-color: #000;
        background-size: auto 400px;
    }
    .hero_image_jan {
        background-image: url(assets/images/15-19_01_2022_tall.jpg);
        max-height: 400px;
        background-size: auto 400px;
    }
    .hero_image_feb {
        background-image: url(assets/images/19-23_02_2022_tall.jpg);
        max-height: 663px;
        background-color: #000;
        background-size: auto 400px;
    }
    .hero_image_mar {
        background-image: url(assets/images/28-29_03_2022_tall.jpg);
        max-height: 400px;
        background-size: auto 400px;
    }
    .hero_image_apr {
        background-image: url(assets/images/11-13_04_2022_tall.jpg);
        max-height: 400px;
        background-size: auto 400px;
    }
    .hero_image_may {
        background-image: url(assets/images/15-19_05_2022_tall.jpg);
        max-height: 663px;
        background-color: #000;
        background-size: auto 400px;
    }
}

@media screen and (min-width: 767px) {
    .hero_image {
        background-image: url(assets/images/long.jpg);
    }
    .hero_image_org {
        background-image: url(assets/images/long_org.jpg);
    }
    .hero_image_nov {
        background-image: url(assets/images/26-30_nov_long.jpg);
    }
    .hero_image_dec {
        background-image: url(assets/images/12-16_dec_long.jpg);
    }
    .hero_image_jan {
        background-image: url(assets/images/15-19_01_2022_long.jpg);
    }
    .hero_image_feb {
        background-image: url(assets/images/19-23_02_2022_long.jpg);
    }
    .hero_image_mar {
        background-image: url(assets/images/28-29_03_2022_long.jpg);
    }
    .hero_image_apr {
        background-image: url(assets/images/11-13_04_2022_long.jpg);
    }
    .hero_image_may {
        background-image: url(assets/images/15-19_05_2022_long.jpg);
    }
}

@media screen and (min-width: 768px) {
    .hero_container .container {
        padding-top: 36px;
        padding-bottom: 44px;
    }
}

@media screen and (min-width: 541px) {
    .hero_container .container,
    .hero_container.no_text_overlay .container {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .hero_container .container {
        padding-top: 36px;
        padding-bottom: 44px;
    }
}

@media screen and (min-width: 960px) {
    .hero_container .container {
        padding-top: 52px;
        padding-bottom: 60px;
    }
}

@media screen and (min-width: 1120px) {
    .hero_container .container {
        padding-top: 65px;
        padding-bottom: 75px;
    }
}

[class^="hero_image"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

@media screen and (min-width: 1024px) {
    .hero_container.right_top .hero_overlay,
    .hero_container.right_middle .hero_overlay,
    .hero_container.right_bottom .hero_overlay {
        right: 15px;
    }
}

@media screen and (min-width: 768px) {
    .hero_container.left_middle .hero_overlay,
    .hero_container.right_middle .hero_overlay {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
}

@media screen and (min-width: 768px) {
    .hero_container.right_middle .hero_overlay {
        top: 65%;
        right: 12px;
    }
}

@media screen and (min-width: 541px) {
    .hero_overlay {
        position: relative;
        display: inline-block;
        max-width: 70%;
        padding: 20px;
        z-index: 2;
    }
}

@media screen and (min-width: 768px) {
    .hero_overlay {
        position: absolute;
        padding: 24px;
    }
}

.hero_container .region,
.hero_container .fields {
    width: 100%;
    height: 100%;
}

.hero_container .container {
    position: relative;
}

@media screen and (min-width: 541px) {
    .hero_container .region {
        position: relative;
    }
}

.hero_overlay {
    padding: 0 0 50px;
}

.fields {
    clear: both;
}

@media screen and (max-width: 960px) {
    .financingtext {
        font-size: 1rem;
    }
    .financing {
        padding: 0px;
    }
}

@media screen and (max-width: 810px) {
    .financing {
        background-color: #ddb300;
        padding: 0px;
    }
}

@media screen and (max-width: 768px) {
    .financing {
        top: 107px;
    }
}


/*Header logo css*/

.logo {
    padding: 0px 30px 0 30px;
    right: 0;
    top: 0px;
    width: 300px;
}

@media screen and (max-width: 767px) {
    .logo {
        width: 200px;
    }
    .hero_overlay {
        padding-top: 140px;
    }
    #carouselExampleIndicators {
        padding-top: 148px;
    }
    .navtext h6 {
        font-size: 0.8rem;
    }
    .logo h5 {
        margin-bottom: -10px;
        font-size: 0.8rem;
        margin-left: 0px;
    }
    .logos2mobile {
        padding: 20px;
        margin-left: 160px;
        margin-top: -170px
    }
    .financingtext {
        font-size: 0.9rem;
    }
}


/*@media screen and (max-width: 575px){
.navtext h6{
    font-size: 0.8rem;
}
.navtext{
    margin-top: -30px;
}
.logo{
width: 200px;
}
}*/

@media screen and (max-width: 675px) {
    #carouselExampleIndicators {
        padding-top: 189px;
    }
    .financing {
        top: 127px;
    }
}

@media screen and (max-width: 575px) {
    .logo {
        margin-top: 30px;
        width: 250px;
    }
    #carouselExampleIndicators {
        padding-top: 207px;
    }
    .navtext {
        margin-top: -70px;
    }
    .financing {
        top: 144px;
    }
}

@media screen and (max-width: 480px) {
    .logos2mobile {
        padding: 30px;
        margin-left: 120px;
        margin-top: -40px
    }
}

@media screen and (max-width: 414px) {
    #carouselExampleIndicators {
        padding-top: 210px;
    }
    .financing {
        top: 147px;
    }
}

@media screen and (max-width: 375px) {
    .logo {
        margin-top: 25px;
        padding: 20px;
        width: 175px;
    }
    #carouselExampleIndicators {
        padding-top: 181px;
    }
    .navtext {
        margin-top: -100px;
    }
    .financingtext {
        font-size: 0.6rem;
    }
}


/*Button */

.hero_overlay .button_wrap {
    margin: 2em 0 0;
}

.button {
    margin: 0 10px 0 0;
}

.hero_overlay .button a,
.hero_overlay .button a:visited {
    display: inline-block;
    white-space: nowrap;
}

.button_cta.secondary a,
.button_cta.secondary a:visited,
.button_cta.secondary button {
    background: none;
    border: #000 1px solid;
}

.button.button_cta a,
.button.button_cta a:visited,
.button_cta a,
.button_cta a:visited,
.button_cta button {
    display: inline-block;
    padding: 10px 28px;
    border: none;
    background: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: inherit;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    vertical-align: baseline;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: .1em;
    cursor: pointer;
    border: #000 1px solid;
    -webkit-transition: 125ms ease-in-out;
    transition: 125ms ease-in-out;
}


/*carousel text and lists*/

ul.classes {
    list-style-type: none;
    padding: 0px;
}


/* Events */

.event {
    border-bottom: solid 1px #b79919;
    padding-bottom: 10px;
    padding-top: 10px;
}

.location {
    font-weight: 700;
}


/* Courses */

ul.courseslist {
    list-style-type: none;
    padding: 50px;
    background: rgba(183, 153, 25, 0.2);
}


/* Section */

section {
    background-color: #f5f5f6;
    padding-top: 50px;
    padding-bottom: 40px;
}

section.copyright {
    margin-top: 0;
}


/* cards */

.cards.events {
    padding-left: 70px;
    padding-right: 70px;
}


/*Color of arrows*/

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b79919' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b79919' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}