/*
Theme Name: Mothersbaugh Art
Theme URI: http://www.mutato.com/
Description: A theme for WordPress.
Author: Dave Funkhouser, Drew Baker, John Robson, Funkhaus
Author URI: http://www.funkhaus.us
Version: 1.0


Colors:

    Color 1 Red: #ce4139;
    Color 2 Light Blue: #dbe7eb;
    Color 3: #;

/*-------------------------------------------------------------- */

	@import url("fonts/stylesheet.css");

/*
 * Globals
 */
 	html, body {
	 	height: 100%;
 	}
 	body {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #000;
		margin: 0;
		font-family: 'Varela Round', sans-serif;
	}
 	#container {
 		position: relative;
	 	min-height: 100%;
	 	min-width: 1200px;
 	}
    h1,h2,h3,h4,h5,h6 {
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: normal;
    }
    h2 {
	 	font-family: 'OstrichBlack', Helvetica, Arial, sans-serif;
    }
    ::selection {
        color: #222;
        background: #dbe7eb;
    }
    ::-moz-selection {
        color: #ebebe3;
        background: #222;
    }

    #content {
	    width: 1200px;
	    margin: auto;
	    padding-bottom: 60px;
    }

/*
 * Links
 */
	a {
	    color: #000;
	    text-decoration: none;
	    outline: none;
	}
	a:hover {
	    color: #ce4139;
	    text-decoration: none;
	}
	a img {
	   border: none;
	}

	#logo {
		display: inline-block;
		line-height: 105px;
		padding: 0 25px;
	}
	#logo .svg {
		width: 299px;
		height: 45px;
		vertical-align: middle;
		margin-top: -16px;
	}
	#logo:hover path {
		fill: #ce4139;
	}

/*
 * Header
 */
 	#header {
	 	height: 105px;
	 	text-align: center;
	 	max-width: 1100px;
	 	margin: 0 auto;
	 	position: relative;
 	}
 	.main-menu {
		display: inline-block;
		padding: 0;
		list-style-type: none;
		margin: 0;
 	}
 	.main-menu > li {
	 	display: inline-block;
	 	position: relative;
	 	line-height: 105px;
 	}
 	.main-menu li a {
	 	font-family: 'OstrichBlack', Helvetica, Arial, sans-serif;
	 	position: relative;
	 	font-size: 20px;
	 	padding: 0 25px;
	 	vertical-align: middle;
 	}
 	.main-menu li a::after {
 		content: '';
	 	position: absolute;
	 	top: -50px;
	 	height: 105px;
	 	width: 100%;
	 	left: 0;
 	}
 	.main-menu li .svg {
	 	width: 33px;
	 	height: 62px;
	 	position: absolute;
	 	left: -8px;
	 	top: 5px;
	 	display: none;
 	}
 	.main-menu li:hover {
	 	cursor: pointer;
 	}
 	.main-menu li:hover a,
 	.main-menu li.current-menu-parent a,
 	.main-menu li.current-menu-item a,
 	.main-menu li.current-page-ancestor a {
	 	text-decoration: none;
	 	color: #ce4139;
 	}
 	.main-menu li.current-menu-item .svg,
 	.main-menu li.current-page-ancestor .svg {
	 	display: block;
 	}
    #header .share {
        background: url(images/gifs-static/graphic-share-this-off.gif);
        height: 41px;
        width: 103px;
        position: absolute;
        top: 30px;
        right: 0;
        cursor: pointer;
    }
    #header .share:hover {
        background: url(images/gifs-animated/graphic-share-this.gif);
    }
    #header .share span {
        display: none;
    }
    #header .back-to-index {
        position: absolute;
        top: 27px;
        left: 0;
        height: 44px;
        width: 118px;
        background: url(images/gifs-static/graphic-back-to-index-off.gif);
    }
    #header .back-to-index span {
        display: none;
    }
    #header .back-to-index:hover {
        background: url(images/gifs-animated/graphic-back-to-index.gif);
    }


/*
 * Home
 */
 	#content.home {
	 	padding: 0 100px;
	 	width: auto;
 	}
 	.slide {
	 	background-size: contain;
	 	background-repeat: no-repeat;
	 	background-position: center center;
	 	min-height: 300px;
	 	float: left;
 	}
 	.slick-prev {
	 	left: -78px;
 	}
 	.slick-next {
	 	right: -65px;
 	}
 	#slideshow button {
	 	padding: 40px;
	 	margin-top: -45px;
 	}
 	.browse {
	 	height: 10px;
	 	width: 15px;
 	}
 	#slideshow button:hover .svg path {
	 	fill: #ce4139;
 	}

 	.home .titles .line-1 {
	 	color: #ce4139;
 	}
 	.slide .meta {
	 	display: none;
 	}
 	#caption {
	 	text-align: center;
 	}
 	.home #caption .line-1 {
	 	display: block;
	 	color: #ce4139;
	 	margin-bottom: 5px;
	 	text-transform: uppercase;
	 	font-family: 'Walter Turncoat', cursive;
 	}

/*
 * Art Grid
 */
 	.art-grid {
	 	text-align: center;
 	}
 	.grid-block {
	 	display: inline-block;
	 	padding-bottom: 30px;
 	}
 	.grid-block .image-wrap {
	 	height: 342px;
		width: 558px;
		position: relative;
 	}
 	.grid-block .thumbnail {
	 	margin: auto;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
 	}
 	.grid-block .border {
		width: 558px;
		height: 342px;
		position: absolute;
		opacity: 0;
		top: 0;
		left: 0;
 	}
 	.grid-block:hover .border {
	 	opacity: 1;
 	}
 	a.grid-block:hover h2 {
	 	color: #222;
 	}
 	.grid-block h2 {
	 	text-align: center;
	 	padding: 10px 0;
	 	font-size: 42px;
 	}

/*
 * Art Detail
 */
 	#content.art-detail {
 		width: auto;
	 	padding: 0 100px;
	 	padding-bottom: 60px;
 	}
 	.hidden {
	 	display: none;
 	}
 	h3.page-title {
	 	text-align: center;
	 	font-size: 12px;
	 	margin-bottom: 40px;
	 	color: #ce4139;
 	}
 	.screen-open h3.page-title {
	 	margin-bottom: 10px;
 	}
 	.art-detail #caption {
	 	padding: 0px 300px;
 	}

 	#screen {
	 	position: absolute;
	 	z-index: 10;
	 	bottom: 0;
	 	left: 0;
	 	right: 0;
	 	height: 0;
	 	font-size: 0;
	 	overflow: hidden;
	 	min-width: 1200px;
 	}
 	#screen .close {
	 	width: 5%;
	 	height: 50px;
	 	position: absolute;
	 	left: 50%;
	 	margin-left: -2.5%;
	 	cursor: pointer;
	 	top: 0;
 	}
 	#screen .slide-tab {
	 	height: auto;
	 	width: 100%;
 	}
 	#screen .wrap {
	 	background-color: #fff;
	 	min-height: 88%;
	 	font-size: 12px;
	 	padding-bottom: 60px;
 	}

 	#screen .entry {
 		padding-top: 70px;
	 	width: 590px;
	 	margin: auto;
	 	line-height: 1.6em;
 	}
 	#screen .entry h2 {
	 	font-size: 42px;
	 	text-align: center;
	 	margin-bottom: 10px;
 	}

 	#screen .thumb-tray {
	 	padding: 60px 150px 0;
	 	text-align: center;
 	}
 	#screen .thumb-tray .thumbnail {
 		position: relative;
	 	display: inline-block;
	 	margin: 5px;
 	}
 	.thumb-tray .border {
	 	position: absolute;
	 	top: -7px;
	 	left: -7px;
	 	height: 190px;
	 	width: 276px;
	 	display: none;
 	}
 	.thumb-tray .thumbnail:hover .border {
	 	display: block;
 	}

/*
 * Info
 */
 	#portrait {
	 	position: relative;
	 	text-align: center;
	 	margin-bottom: 70px;
 	}
 	#portrait .border-oval {
	 	height: 705px;
	 	width: 471px;
	 	position: relative;
	 	z-index: 2;
 	}
 	#portrait .image {
	 	background-position: center center;
	 	background-size: contain;
	 	background-repeat: no-repeat;
	 	position: absolute;
	 	top: 10px;
	 	right: 10px;
	 	bottom: 10px;
	 	left: 10px;
 	}
 	.info .entry {
		width: 590px;
		margin: auto;
		text-align: justify;
		line-height: 1.6em;
 	}
 	.info h2 {
	 	font-weight: normal;
		font-size: 28px;
		line-height: 1.2em;
 	}
 	.info .entry .contact {
	 	text-align: center;
 	}
 	.info .entry h3,
 	.info .entry a {
	 	font-family: 'OstrichBlack', Helvetica, Arial, sans-serif;
 	}
 	.info .entry h3 {
	 	font-size: 20px;
	 	text-transform: uppercase;
	 	text-align: center;
	 	font-weight: normal;
 	}
 	.info .entry h3.small {
	 	font-size: 13px;
 	}
 	.info .entry a.email {
	 	display: inline-block;
	 	background-color: #dbe7eb;
	 	padding: 4px 3px 0 6px;
	 	letter-spacing: 4px;
 	}
 	.info .entry a.email:hover {
	 	color: #fff;
	 	background-color: #ce4139;
 	}

/*
 * Press
 */
    #content.category {
        overflow: hidden;
        margin: 0 auto;
        padding: 40px 0;
    }
    .category img {
        width: 100%;
        height: auto;
    }
    .category h2 {
        font-size: 22px;
        margin: 10px 0;
    }
    .category .post {
        width: 300px;
        padding: 10px;
        text-align: center;
        opacity: 0;

        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .images-loaded .category .post {
        opacity: 1;
    }
    .category .post:hover {
        color: black;
        background: #DBE7EB;
    }
    .category .post p {
        text-align: left;
    }

/*
 * Single post
 */
    .single .title {
        font-size: 42px;
        margin: 15px 0;
        text-align: center;
    }

    .single .post {
        width: 960px;
        margin: 0 auto;
    }


/*
 * Exhibitions
 */
 	#content.exhibitions {
	 	width: 870px;
 	}
 	.exhibitions .divider {
	 	background-image: url('images/sketch-divider.png');
	 	background-repeat: no-repeat;
	 	background-size: contain;
	 	height: 13px;
	 	margin: 30px 0;
 	}
  	.exhibitions .entry {
	  	line-height: 1.6em;
  	}
 	.exhibitions .entry h2 {
	 	margin-top: 40px;
	 	font-size: 42px;
	 	text-transform: uppercase;
	 	text-align: center;
 	}
 	.exhibitions .entry h3 {
	 	font-family: 'OstrichBlack', Helvetica, Arial, sans-serif;
	 	font-size: 20px;
 	}
 	.exhibitions .entry p {
	 	margin: 0;
 	}

/*
 * Footer
 */
 	#footer {
 		position: relative;
		height: 60px;
		margin-top: -60px;
		text-align: center;
		z-index: 11;
 	}
 	#tabs {
	 	position: absolute;
	 	left: 0;
	 	bottom: 0;
	 	right: 0;
	 	font-size: 0;
 	}
 	#tabs .tab {
 		position: relative;
	 	display: inline-block;
	 	height: 28px;
	 	font-size: 12px;
	 	overflow: hidden;
	 	margin: 0 5px;
	 	width: auto;
 	}
 	#tabs .tab .svg {
	 	height: 28px;
 	}
 	#tabs .tab:hover .svg path {
	 	color: #ce4139;
 	}
 	#tabs .tab span {
	 	position: absolute;
		top: 11px;
		left: 27px;
 	}

/*
 * Tools
 */
    #tagline {
        display: none;
    }



/*
 * Animations
 */
    /* Color */
    a {
    	transition: color 0.2s;
    }

    .page-title {
	    transition: margin-bottom 0.4s;
    }

    /* Opacity */
    .browse,
    .post {
		transition: opacity 0.2s;
    }

    /* Everything */
    .main-menu svg,
    svg path {
		transition: 0.2s;
    }



/*
 * 404 Error
 */
    .error-404 {
        text-align: center;
        font-size: 32px;
    }


/*
 * Wordpress Required
 */
	.alignleft {
	    display: inline;
	    float: left;
	}
	.aligncenter {
	    clear: both;
	    display: block;
	    margin: 0 auto 10px auto;
	}
	.alignright {
	    display: inline;
	    float: right;
	}
	img.alignleft {
	    margin: 0 10px 10px 0;
	}
	img.alignright {
	    margin: 0 0 10px 10px;
	}
	img.aligncenter {
	    margin: 0 auto 10px auto;
	}

	.wp-caption {
	    background: #f1f1f1;
	    color: #888;
	    text-align: center;
	    margin-bottom: 15px;
	    width: auto !important;
	    -moz-border-radius: 0 0 4px 4px;
	    border-radius: 0 0 4px 4px;
	}
	.wp-caption img {
	    margin: 0px;
	}
	.wp-caption p.wp-caption-text {
	    margin: 0 0 5px;
	    padding: 4px;
	    font-style: italic;
	}