/*!
Theme Name: GPAC Theme
Author: Seth Daniels
Author URI: http://www.sethdaniels.com.au
Description: Based on the Steve Alt Framework. Developed for GPAC
Version: 1.0.0
Template: stevealt
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: steve-alt-child
*/

html,
body{
font-family: 'Open Sans', sans-serif;
}

h1,
h2{
	font-family: 'Cormorant', serif;
	color:#555555;
}

h3,
h4,
h5{}

h1{
    line-height: 1em;
    font-size: 3em;
    font-weight: 300;
    padding-top: 100px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

h2{
	text-transform: uppercase;
    font-weight: 300;
    font-size: 2.35em;
    letter-spacing: 0.05em;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white a,
.white ul,
.white li{
    color: #ffffff;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 1.2em;
    line-height: 1.35em;
    letter-spacing: 0.025em;
}

.page-header h1{
    color:#aaaaaa;
}

ul{
    margin-bottom:30px;
}

/*----------------------- Navigation ----------------------- */

.gpac-header .navbar{
    padding:0;
    width: 100%;
    color: #ffffff;
}

.gpac-header{
    background-color:#000000;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 0.075em;
}

.navbar-light .navbar-nav .active .nav-link{
    /*border-bottom: 2px solid #ffffff;*/
    background-color:#ffdd00;
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
	color:#ffdd00;
	background-color:#000000;
}

/*----------------------- Extra elements ----------------------- */
.arrow-down{
	position: relative;
}

.arrow-down:after {
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    content: "";
    display: block;
    position: absolute;
    margin-left: 50%;
    bottom: -20px;
}

.teal-arrow:after{
	border-top-color: #2db7bd;
}

/*----------------------- Custom Posts ----------------------- */

.faculty{
    /*padding-bottom: 20px;*/
    /*border-bottom:2px solid #d2d2d2;*/
    /*margin-bottom:40px;*/
}

.faculty-divider{
margin:30px 0 50px 0;
background-color: #d2d2d2;
height:2px;
display:block;
width:100%;
}

.faculty h2.archiver a{
    text-decoration:none;
    color:#ffbe00;
}

.single .faculty .profile-pic{
    padding-top: 100px;
}

.single .faculty-divider{
    display:none;
}

.class-pic{
    height: 400px;
    overflow: hidden;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center top;
    margin-bottom:50px;
    cursor:pointer;
}

.class-pic .entry-header{
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color:#2db7bd;
}

.class-pic a{
    display:block;
    width:100%;
    height:100%;
}

.class-pic .entry-header h2{
    margin-bottom:0;
}

.class-pic .entry-header h2{
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5em;
    line-height:1.5em;
    letter-spacing: 0.05em;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.class-pic:hover .entry-header h2 {
    text-decoration:none;
}

.class-pic:hover .entry-header h2{
    padding-top: 30px;
    padding-bottom: 30px;
}

.class-pic-full img{
    float: right;
    max-height: 500px;
    width: auto;
    max-width: 500px;
    border: 5px solid #aaa;
    margin-left: 50px;
    margin-top: 100px;
}

.classes-gallery{
    margin-top:30px;
}

.gallery-note{
    margin-top:30px;
    font-size:1em;
    font-style:italic;
    text-align:center;
}

.classes-gallery .single{
    width:250px;
    height:250px;
    margin:0 10px;
}

.class-gal-img{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.uagb-post-grid .uagb-post__inner-wrap .uagb-post__text{
    padding:100px 20px !important;
}

/*----------------------- Pages ----------------------- */

.entry-header{
    max-width:1200px;
    margin:0 auto;
}

/*----------------------- Blocks ----------------------- */

.wp-block-file{
    font-size: 1em;
    line-height: 2em;
    padding: 15px 0;
    margin-bottom: 0;
}

.primary-btn{
    
}

.wp-block-file .wp-block-file__button,
.primary-btn{
background: #31C8CF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0;
color: #FFFFFF;
font-family: Open Sans;
font-size: 1.25em;
font-weight: 300;
letter-spacing: 0.1em;
text-transform: uppercase;
padding: 10px 20px;
-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.2);
border: solid #2db7bd 1px;
text-decoration: none;
display: inline-block;
cursor: pointer;
}

.wp-block-file .wp-block-file__button:hover,
.primary-btn:hover {
background: #2db7bd;
text-decoration: none;
}

.wp-block-gallery{
    margin:20px auto;
}

.inner-pad{
	padding-left:20px;
	padding-right:40px;
}

/*----------------------- Footer ----------------------- */

.site-info p{
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 0.75em;
    line-height: 1em;
    letter-spacing: 0.025em;
}

.site-footer h4{
    display:inline-block;
}

.social-icon{
    display:inline-block;
    vertical-align:top;
    margin-left:5px;
}

.social-icon img{
    width:24px;
}

.right-footer{
    text-align:right;
}

/*----------------------- Responsives ----------------------- */

/*----------------------- Small Desktops ----------------------- */

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1140px){	
	.gpac-header .navbar{
		padding:0 15px 0 15px;
		width: 100%;
		color: #ffffff;
	}
	
	.gpac-header .navbar ul#menu-main-menu{
		text-align:center;
	}
	
	.navbar-dark .navbar-brand {
		max-width:250px;
	}

}

/*----------------------- Tablets ----------------------- */


@media (max-width: 768px){
	.timetable{
		padding-left:20px;
		padding-right:20px;
	}
}
/*
@media (max-width: 992px){
    .container {
        max-width: 960px;
    }
}

@media (max-width: 768px){
    .container {
        max-width: 720px;
    }
}

@media (max-width: 576px){
    .container {
        max-width: 540px;
    }
}*/