/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.single-university section{
    padding: 0 0 35px;
}
.wrapper {
    margin: 0 auto;
    width: calc(100vw - 100px);
    max-width: 1100px;
}
.single-university section .flex{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.single-university .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-university h1{
    margin-bottom: 25px;
    margin-top: 5px;
    color: #79bc43;
    font-size: 80px;
    opacity: 1 !important;
    text-transform: uppercase;
}
.single-university h1 span:nth-child(1n), .single-university h2 span:nth-child(1n) {
    opacity: .6;
}
.single-university h1 span:nth-child(2n), .single-university h2 span:nth-child(2n) {
    opacity: .4;
}

.single-university h2 {
    margin: 0;
    color: #ee7623;
    font-size: 24px;
    line-height: 110%;
    text-transform: uppercase;
}
.single-university h1 span, .single-university h2 span, .single-university label {
    display: block;
}

.single-university main .entry-content {
    padding: 20px;
}
.single-university .entry-content {
    margin-top: 20px;
}

.single main .entry-content .pad {
    margin: 0 auto;
    max-width: 900px;
}
.single main .entry-content .pad .top {
    width: 375px;
    margin: 0 auto;
    display: block;
}
.single-university .entry-content ul {
    margin: 0;
    padding: 0;
}
.single-university .entry-content li {
    list-style: none;
}
.single-university .entry-content .title {
    margin-right: 10px;
    width: 100px;
    font-weight: 600;
}
.single-university .entry-content span {
    display: inline-block;
}
.single-university .entry-content .buttons {
    margin-top: 30px;
}
.single-university .entry-content .buttons .button {
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
}
.single-university .button {
    display: inline-block;
    padding: 5px;
    background: #ee7623;
    border: 1px solid #ee7623;
    color: #fff;
    -moz-user-select: none;
    user-select: none;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
    
}

.single-university .button:hover {
    background: #79bc43;
    border-color: #79bc43;
    border: 1px solid #79bc43;
}

.single-university .return {
    margin-top: 90px;
}
.single-university .return a {
    color: #ee7623;
}

.single-university .disclaimer {
    margin-top: 40px;
    font-size: 13px;
}
.single-university main p {
    margin-bottom: 0;
}
.single-university .presentation{
    font-weight: 500;
}
.single-university .modal {
    -webkit-transition: opacity .25s ease 0s;
    transition: opacity .25s ease 0s;
    -webkit-backface-visibility: ease;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    z-index: 999;
    top: 0;
    margin: 0;
    left: 0;
    height: 100%;
    background: rgba(239,239,239,.8);
}
.single-university .modal {
    width: 100%;
}
.single-university .modal .content {
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.single-university .modal .content {
    padding: 20px;
    width: calc(95% - 20px);
    max-width: calc(610px - 20px);
    max-height: 90vh;
    overflow-y: auto;
    text-align: center;
}

.single-university .modal .close {
    position: fixed;
    z-index: 999;
    margin: 10px;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(./assets/img/common/close.svg) center center no-repeat;
}

.single-university .modal.active {
    opacity: 1!important;
    pointer-events: auto!important;
    cursor: auto;
}

.single-university .modal .wpcf7 h3 {
    margin-bottom: 10px;
    width: 100%;
    color: #79bc43;
    font-size: 20px;
    line-height: 120%;
}

.single-university .modal p {
    margin-bottom: 1em;
}
.single-university .modal .presentation{
    display: block;
    color: #79bc43;
    font-weight: 500;
}
.single-university .modal .form-content {
    margin: 25px 0;
}
.single-university .modal .wpcf7 fieldset {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 1%;
    margin-bottom: 20px;
    width: calc(97% / 4);
    font-size: 16px;
}
.single-university .modal .button.circle, 
.single-university .modal input[type=date].wpcf7-not-valid, 
.single-university .modal input[type=datetime-local].wpcf7-not-valid, 
.single-university .modal input[type=email].wpcf7-not-valid, 
.single-university .modal input[type=number].wpcf7-not-valid, 
.single-university .modal input[type=text].wpcf7-not-valid, 
.single-university .modal input[type=time].wpcf7-not-valid, 
.single-university .modal select.wpcf7-not-valid, 
.single-university .modal textarea.wpcf7-not-valid {
    border-color: #79bc43;
}
.single-university .modal .wpcf7 input[type=date], 
.single-university .modal .wpcf7 input[type=datetime-local], 
.single-university .modal .wpcf7 input[type=email], 
.single-university .modal .wpcf7 input[type=number],
.single-university .modal .wpcf7 input[type=text], 
.single-university .modal .wpcf7 input[type=time], 
.single-university .modal .wpcf7 select, 
.single-university .modal .wpcf7 textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
    font-family: "Proxima Nova W01",sans-serif!important;
    font-size: 13px;
}

.wpcf7 .wpcf7-not-valid-tip {
    position: relative;
    right: 0;
    margin: 10px;
    color: #79bc43;
    font-size: 12px;
    font-weight: 500;
}
.wpcf7-not-valid-tip {
    pointer-events: none !important;
}
.single-university .modal .wpcf7 .wpcf7-submit {
    display: block;
    margin: 30px auto 0;
    width: 200px;
    padding: 8px;
    background: #79bc43;
    border: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}


@media (min-width: 1025px){
    .single-university main .entry-content {
        max-height: calc(100vh - 100px - 125px - 120px);
    }
}
@media (min-width: 640px){
    .single-university .modal .content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }
}

