/*
Theme Name: Gracie Barra Location
Template: graciebarra
Author: CyberMark
Author URI: http://www.cybermark.com
*/

@import url("../graciebarra-child/style.css");

body {
    font-family: "Titillium Web";
    font-size: 18px;
    line-height: 30px;
    overflow-x: hidden;
}

.blockquote-position blockquote {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 48%;
}
.blockquote-position-small blockquote {
    width: 38%;
}

.content-wrapper {
    padding: 75px 0;
    width: 100%;
    float: left;
}

h1 {
    font-size: 48px;
    margin: 0 0 15px;
    font-weight: 600;
}

h2 {
    font-size: 48px;
    padding: 0;
}

li {
    /* list-style-position: inside;
    list-style-type: square; */
}

.top-bar {
    background-color: #317dc3;
    padding: 7px 1% 7px 6.5%;
}

.top-bar_menu p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
}

.top-bar_menu p strong {
    margin: 0 0 0 10px;
    padding-left: 10px;
    position: relative;
    color: #ffffff !important;
}

.top-bar_menu p a {
    color: #ffffff !important;
    /*display: none;*/
}

.top-logo img {
    margin: 0 auto;
    max-width: 140px;
}

.top-logo img.premium-school {
    position: absolute;
    right: -150px;
    top: 25px;
    width: 200px;
    z-index: 10;
}

.right-loc {
    height: 80px;
    position: relative;
}

.right-loc::before {
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    width: auto;
    height: auto;
    background: #cc0000;
    background: -moz-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
    background: -webkit-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
    background: linear-gradient(to bottom, #cc0000 5%, #be0101 25%, #9a0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#9a0000', GradientType=0);
    bottom: -1px;
    left: 0;
}

.right-loc::after {
    position: absolute;
    top: 0;
    content: "";
    width: 100px;
    height: auto;
    background: #cc0000;
    background: -moz-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
    background: -webkit-linear-gradient(top, #cc0000 5%, #be0101 25%, #9a0000 100%);
    background: linear-gradient(to bottom, #cc0000 5%, #be0101 25%, #9a0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000', endColorstr='#9a0000', GradientType=0);
    bottom: -1px;
    left: -31px;
    transform: skewX(30deg);
}

.right-loc a {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    font-style: italic;
    display: block;
    top: 30%;
    z-index: 20;
}

.right-loc:hover,
.right-loc:hover::after,
.right-loc:hover::before {
    background: #cc0000;
    background: -moz-linear-gradient(top, #9a0000 5%, #be0101 25%, #cc0000 100%);
    background: -webkit-linear-gradient(top, #9a0000 5%, #be0101 25%, #cc0000 100%);
    background: linear-gradient(to bottom, #9a0000 5%, #be0101 25%, #cc0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a0000', endColorstr='#cc0000', GradientType=0);
}

.right-loc a span {
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    display: inline;
    text-transform: uppercase;
}

.banner-section {
    margin-top: 0;
}

.site-content {
    padding: 5em 0 0;
}

.side-form {
    max-width: 400px;
    margin: 0 auto;
    background-color: #cd0303;
    padding: 25px;
}

.side-form h3 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
}

.side-form h3 span {
    font-weight: 700;
    font-size: 3vw;
    display: block;
    margin-top: 10px;
}

.side-form h3 em {
    text-align: right;
    display: block;
    text-transform: capitalize;
    font-size: 40px;
}

.side-form input,
.side-form select,
.side-form textarea {
    border-radius: 0;
    margin: 0 0 10px;
    font-size: 14px;
    color: #999999;
    font-style: italic;
    padding: 10px;
    width: 100%;
    max-height: 100px;
    height: auto;
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
}

.side-form input[type="submit"] {
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    font-family: "Titillium Web";
    font-weight: 400;
    font-size: 16px;
    padding: 20px 10px;
    background: transparent;
    display: inline-block;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
}

.submit-button::before,
.submit-button {
    background-color: #000000;
}

.program-section::before {
    left: 60%;
}

.home-programs {
    margin: 75px auto;
    max-width: 1600px;
    position: relative;
}

.program-column {
    float: left;
}

.program-content {
    background-color: #cd0303;
    padding: 50px;
    width: 50%;
    margin-bottom: 50px;
}

.program-content h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 700;
}

.program-content h2 span {
    display: block;
    font-size: 36px;
    font-weight: 300;
    font-style: italic;
}

.program-content p {
    color: #ffffff;
    font-weight: 300;
    font-style: italic;
}

.program-box a {
    display: block;
}

.program-box {
    float: left;
    position: relative;
    z-index: 10;
    width: 500px;
    margin-right: 50px;
    margin-bottom: 50px;
}

.program-box img {
    width: 100%;
}

.program-column.program-column-image {
    height: 1040px;
    background-image: url(../../../images/programs-feature.jpg);
    width: 50%;
    background-size: cover;
    background-position: center 0;
    position: absolute;
    top: 0;
    right: 0;
}

.program-feature-container {
    margin: 75px 0;
}

.program-features ul {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
}

.program-features3 ul {
    columns: 3;
}

.program-features ul li {
    list-style: none;
    padding: 50px 7px;
    text-align: center;
    background-color: #084d8a;
    margin: 0 0 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 2px;
    display: block;
    width: 100%;
}


.program-features.adult ul li strong {
    display: block;
    font-size: 48px;
    margin: 0 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 20px;
}

#footer-menu li {
    float: left;
    width: 33.3333%;
    line-height: 36px;
    list-style: none;
}

.recent-posts h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #317dc3;
}

.posts-container h3 {
    font-size: 18px;
    font-weight: 600;
}

.posts-container p {
    font-size: 15px;
}

.post-content {
    margin-bottom: 20px;
}

.testimonial {
    padding-left: 60px;
    position: relative;
    z-index: 0;
    font-size: 16px;
}

aside.testimonial {
}

.testimonial .quote {
    position: absolute;
    left: 0;
    top: -25px;
    font-size: 300px;
    font-family: Georgia, serif;
    color: #f2f2f2;
    z-index: -1;
    line-height: 1;
    overflow: hidden;
}

.testimonial-text {
}

.testimonial-client-name {
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.testimonial-client-name cite {
    font-style: normal;
}

/* ==============================================
   Team profiles
   ============================================== */
.single-profile {
    width: 100%;
    float: left;
}

.profiles {
    margin-bottom: -20px;
}

.profile {
    position: relative;
    margin: 0 0 20px;
    min-height: 250px;
}

.profile:nth-child(even) {
    clear: left;
}

.profile-header {
    position: absolute;
    top: 0;
}

.profile-header img {
    float: left;
    max-width: 200px;
    max-height: 200px;
}

.profile-content {
    padding: 27px 20px 0 0;
    margin: 0 0 0 225px;
}

.profile-content h3 {
    margin: 0;
}

.profile-content .lead {
    font-size: 1.3em;
    line-height: 100%;
    font-style: italic;
    margin: 3px 0 20px;
}

.profile-content p {
    margin: 0 0 10px;
}

.profile-footer {
    position: absolute;
    top: 225px;
    width: 100px;
    text-align: center;
}

.profile-footer a,
.single-profile a {
    line-height: 22px;
    margin: 0 10px;
    display: inline-block;
}

.profile-footer a:hover i {
    color: #595959;
}

.profile-footer a:active i {
    color: #000;
}

.profile-footer i,
.single-profile i {
    font-size: 22px;
    position: relative;
}

.profile-footer i.icon-envelope {
    font-size: 16px;
    top: -1px;
}

.profile-footer i.icon-linkedin {
    font-size: 16px;
    top: -1px;
}

#instructors {
    padding: 100px 0;
    background: #f1f1f1;
    margin: 50px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

#schedule {
    padding: 100px 0;
}

#facility {
    padding: 100px 0 0;
}

.facility .map-container {
    margin: 0;
}

.map-container {
    margin-top: -75px;
}

.facility-images ul li {
    list-style: none;
    margin: 0 0 30px;
}

.facility-images {
    clear: both;
}

.business-hours p {
    margin: 0;
}

.widget ul li,
.widget ol li {
    list-style: none;
}

.widget ul li a:hover,
.widget ol li a:hover {
    box-shadow: none;
}

@media only screen and (max-width: 1501px) {
    .head-container {
        padding: 0 1% 0 2.5%;
    }

    .right-loc span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1281px) {
    .top-nav ul li a {
        padding: 15px 10px !important;
    }

    .top-logo img.premium-school {
        position: absolute;
        right: -90px;
        top: 12px;
        width: 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .program-box {
        width: 400px;
    }

    .program-content h2 {
        font-size: 52px;
    }

    .right-loc a,
    .right-loc a span {
        font-size: 14px;
    }

    .top-nav {
        padding: 0 3em 0 0;
    }

    .top-nav ul li a {
        padding: 15px 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    .top-bar_menu strong {
        display: block;
    }

    .top-bar_menu a {
        color: #ffffff !important;
        display: block !important;
    }

    .right-loc {
        height: 60px;
        position: relative;
        max-width: 240px;
        bottom: 0;
        padding: 0;
    }

    .right-loc a {
        font-size: 18px;
    }

    .program-box {
        width: 300px;
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .program-column.program-column-image {
        height: 760px;
    }

    .side-form h3 {
        font-size: 30px;
        line-height: 34px;
    }

    .side-form h3 span {
        font-size: 46px;
    }

    .ubermenu-responsive-toggle {
        display: block;
        text-align: center !important;
    }

    .ubermenu.ubermenu-main {
        border: none;
        box-shadow: none;
        position: absolute;
        background-color: #fff !important;
        width: 100%;
        left: 0;
        top: 60px;
        z-index: -1;
    }
}

@media only screen and (max-width: 767px) {
    #secondary,
    #primary {
        padding-left: 15px;
        padding-right: 15px;
    }

    .post-image {
        display: none;
    }

    .side-form {
        max-width: 100%;
    }

    .shopping-section .col-sm-6 {
        display: none;
    }

    .shopping-section .col-sm-6.feature-shop {
        display: block;
    }

    .right-mast .right-loc {
        position: absolute;
        width: 100%;
        max-width: 100%;
        bottom: -60px;
    }

    .right-loc a,
    .right-loc a span {
        font-size: 15px;
    }

    .program-column {
        float: left;
        padding: 0 15px;
        text-align: center;
    }

    .profile-header {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .profile-header img {
        float: none;
    }

    .profile-footer {
        position: absolute;
        top: 210px;
        width: 100px;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .profile-content {
        margin: 0 auto;
    }

    .program-column.program-column-image {
        display: none;
    }

    .program-content {
        width: 100%;
    }

    .program-box {
        display: inline-block;
        float: none;
        width: 49%;
        margin: 0 0 25px;
    }

    .program-features ul {
        columns: 1;
    }

    .ubermenu.ubermenu-main {
        top: 115px;
    }

    .banner-section {
        margin-top: 222px;
    }
}

@media only screen and (max-width: 480px) {
    .top-nav {
        padding: 0;
    }

    .top-logo a {
        width: 80px;
    }

    .ubermenu .ubermenu-colgroup .ubermenu-column,
    .ubermenu .ubermenu-custom-content-padded,
    .ubermenu .ubermenu-nonlink,
    .ubermenu .ubermenu-retractor,
    .ubermenu .ubermenu-submenu-padded,
    .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target,
    .ubermenu .ubermenu-target,
    .ubermenu .ubermenu-widget,
    .ubermenu-responsive-toggle {
        padding: 10px 0 !important;
    }

    .right-mast .right-loc {
        height: 40px;
        bottom: -40px;
    }

    .right-loc a,
    .right-loc a span {
        font-size: 12px;
        line-height: 14px;
    }

    .right-loc::before {
        left: 0px;
    }

    .right-loc::after {
        left: -20px;
    }

    .program-box {
        width: 100%;
    }

    #footer-menu li {
        width: 100%;
        line-height: 24px;
    }

    .top-logo img.premium-school {
        position: absolute;
        right: -85px;
        top: 15px;
        width: 75px;
        z-index: 10;
    }

    .ubermenu-responsive-toggle {
        display: block;
        text-align: right !important;
    }

    #ubermenu-main-2-main-menu-2 {
        top: 85px;
        padding: 0 15px;
    }
}
