/*
Theme Name:Anthropology 2018
Theme URI:http://libarts.colostate.edu/
Author:John Russell
Author URI:http://libarts.colostate.edu/
Template: libarts-theme
Description:Theme for the Department of Anthropology based on Fundamentum
Version:1.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Tags:responsive, mobile first, bootstrap
Text Domain:fundamentum
*/



/**
 * Table of Contents:
 *
 * 1.0 - Reset and Normalize
 *   1.1 - Plugins Reset/Override
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Author Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 *   6.15 - Homepage
 *	 6.16 - Events
 * 7.0 - Sidebars
 *   7.1 - Sidebar Blocks
 * 8.0 - Footer
 * 9.0 - Multisite
 * 10.0 - Media Queries
 * 11.0 - Print
 * -----------------------------------------------------------------------------
 */

 .anthropology-header {
    position:relative;
}
.anthropology-header .fl-row-content-wrap::after {
    content:"";
    position:absolute;
    z-index:1;
    top:0;
    right:-5vw;
    bottom:-8vw;
    left:0;
    display:block;
    background-image:url('images/header-background.svg');
    background-position:right bottom;
    background-size:contain;
    background-repeat:no-repeat;
    pointer-events:none;
}
.anthropology-header [class^="fl-builder-layer"] {
    bottom:-1px;
}
.anthropology-header .fl-row-content {
    position:relative;
    z-index:2;
}
.anthropology-header-title {
    position:relative;
}
.anthropology-header-title::before {
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:20rem;
    height:20rem;
    background-image:url('images/header-background-circles.svg');
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    pointer-events:none;
    transform:translateY(-50%);
}
.anthropology-header-title .fl-module-content {
    position:relative;
    z-index:1;
}
.anthropology-header-title h1 {
    margin:0;
    line-height:1;
    color:#fff;
    font-style:italic;
    text-align:right;
    text-transform:uppercase;
}
.anthropology-header-title .breadcrumbs {
    color:#fff;
    text-align:right;
}
.anthropology-header-title .breadcrumbs a {
    color:#fff;
}
 
@media only screen and (min-width:768px) {

}



@media only screen and (min-width:992px) {

}



@media only screen and (min-width:1200px) {

}