/*
Theme Name: Art Alliance Divi Child
Theme URI: https://artalliancegso.org
Description: Custom child theme for the Art Alliance of Greensboro.
Author: Leslie Rice
Version: 1.0.0
Template: Divi
Text Domain: aa-divi-child
*/

/*==============================================================
ART ALLIANCE DIVI CHILD THEME
Author: Leslie Rice
Version: 1.0.0
==============================================================*/


/*==============================================================
01. Global Variables
==============================================================*/



/*==============================================================
02. Global Typography
==============================================================*/



/*==============================================================
03. Links
==============================================================*/



/*==============================================================
04. Buttons
==============================================================*/



/*==============================================================
05. Header
==============================================================*/



/*==============================================================
06. Navigation
==============================================================*/



/*==============================================================
07. Footer
==============================================================*/



/*==============================================================
08. General Page Layout
==============================================================*/



/*==============================================================
09. Cards
==============================================================*/



/*==============================================================
10. Instructor Cards
==============================================================*/

/* Instructor Title */
.aa-instructor-title {
    margin: 0 0 16px;
    color: #3E5F87;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .7px;
    text-transform: uppercase;
}

/* Instructor Button */
.aa-instructor-button {

    display:inline-block;

    padding:10px 20px;

    background:#2C7A7B;

    color:#fff !important;

    font-family:Lato,sans-serif;

    font-size:14px;

    font-weight:700;

    text-decoration:none;

    border-radius:5px;

    transition:.25s ease;

}

.aa-instructor-button:hover{

    background:#1F5C5E;

    color:#fff !important;

    transform:translateY(-2px);

}

/* Instructor Card */

.aa-instructor-card{

    overflow:hidden;

    transition:.25s ease;

}

.aa-instructor-card:hover{

    transform:translateY(-5px);

    box-shadow:0 10px 28px rgba(0,0,0,.14);

}
.aa-instructor-card {
	overflow: hidden;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.aa-instructor-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}



/*==============================================================
11. Class Pages
==============================================================*/



/*==============================================================
12. Events
==============================================================*/



/*==============================================================
13. Shop / WooCommerce
==============================================================*/



/*==============================================================
14. Forms
==============================================================*/



/*==============================================================
15. Utility Classes
==============================================================*/



/*==============================================================
16. Responsive
==============================================================*/


/*==============================================================
17. Person Profile
==============================================================*/

/*--------------------------------------------------------------
Professional Title
--------------------------------------------------------------*/

.aa-profile-title {
    margin: 8px 0 24px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3E5F87;
}


/*--------------------------------------------------------------
Profile Photo
--------------------------------------------------------------*/

.aa-profile-photo img {
    border-radius: 8px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}


/*--------------------------------------------------------------
Biography
--------------------------------------------------------------*/

.aa-profile-bio {
    font-size: 17px;
    line-height: 1.8;
    color: #444444;
}


/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

@media (max-width: 980px) {

    .aa-profile-title {
        font-size: 15px;
    }

    .aa-profile-bio {
        font-size: 16px;
    }

}

@media (max-width: 767px) {

    .aa-profile-title {
        font-size: 14px;
        text-align: center;
    }

    .aa-profile-bio {
        font-size: 16px;
    }

}