/*
Theme Name: Art Gallery
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: Jordan Quattlebaum
Author URI: https://wordpress.org/
Description: Custom Theme for aliciaquattlebaum.com
Version: 1.0


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - General
 * 3.0 - Navigation
 * 5.0 - Footer
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #f1f1f1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

fieldset {
	min-width: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 1.0 - General
 *
 * Site-wide styles
 */


html {
    font-size: calc(10px + 1vw);
}

body {
	font:400 17px "Prata", serif;
}
.screen-reader-text {
	display: none;
}

div#content {
	background-color: #fff;
}



/**
 * 3.0 - Navigation
 *
 * Header and menu styles
 */


.site-header {
    position: relative;
    background: url("./images/koi-header.jpg") no-repeat scroll center center transparent;
    background-size: cover;

}

.site-branding {
    background: -moz-linear-gradient(top, rgba(32,51,148,0) 0%, rgba(32,51,148,0) 22%, rgba(32,51,148,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(32,51,148,0) 0%,rgba(32,51,148,0) 22%,rgba(32,51,148,0.5) 100%);
    background: linear-gradient(to bottom, rgba(32,51,148,0) 0%,rgba(32,51,148,0) 22%,rgba(32,51,148,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00203394', endColorstr='#80203394',GradientType=0 );
}

.site-branding .max-width {
    padding: 0 30px;
    max-width: 1280px;
    margin: 0 auto;
}

.site-branding > * {

}

.header-image {
	text-align: center;
}

.header-image img {
    max-width: 100%;
    height: auto;
}

.site-title {
 font:400 45px "Prata", serif;
    text-align: right;
}

.site-title a {
	color: #fff;
	text-decoration: none;
}


.menu-social-container {
	text-align: right;
}

.menu-social-container .menu{
	padding: 20px 18px 0 0;
}

.menu-social-container .menu li {
	display: inline-block;
	margin: 0 12px;
}

.menu-social-container .menu a {
	color: #233e98;
	text-decoration: none;
}

.menu-social-container .menu li a{
	display: inline-block;
    text-align: left;
	text-indent: -9999px;
}

.menu-social-container .menu li.facebook a{
	background: url("./images/facebookround.png") no-repeat scroll 0 0 transparent;
	height: 37px;
	width: 37px;
}

.menu-social-container .menu li.instagram a{
	background: url("./images/instagram.png") no-repeat scroll 0 0 transparent;
	width: 40px;
	height: 40px;
}

.menu-social-container .menu li.pinterest a{
	background: url("./images/pinterest.png") no-repeat scroll 0 0 transparent;
	width: 39px;
	height: 39px;
}

.menu-social-container .menu li.cart a{
	background: url("./images/cart.png") no-repeat scroll 0 0 transparent;
	width: 50px;
	height: 44px;
	margin-left: 60px;
}

.menu-main-menu-container {
	background: #203394;
	background: -moz-linear-gradient(top, #203394 0%, #388eb6 100%);
	background: -webkit-linear-gradient(top, #203394 0%,#388eb6 100%);
	background: linear-gradient(to bottom, #203394 0%,#388eb6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#203394', endColorstr='#388eb6',GradientType=0 );
	text-align: right;
}

.menu-main-menu-container .nav-menu {
    max-width: 1280px;
    margin: 0 auto;
}

.menu-main-menu-container li {
	display: inline-block;
	padding: 30px 50px;
}

.menu-main-menu-container li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: lowercase;
}

.secondary-toggle {
    display: none;
    width: 36px;
    height: 26px;
}

.action-icon {
    width: 100%;
    height: 100%;
    display:block;
    position:relative;
    overflow: hidden;
}

.action-icon span {
    width: 100%;
    position: absolute;
    height: 4px;
    background-color: #ffffff;
    display: inline-block;
    transition: all 0.2s ease;
    border-radius: 2px;
}

.action-icon.bars .bar {
    left:0;
    right: 0;

}

.action-icon.bars .bar:nth-child(2){
    top: 50%;
    transform: translateY(-50%);
}
.action-icon.bars .bar:first-child {
    top: 0;
}
.action-icon.bars .bar:last-child {
    bottom: 0;
}

.secondary-toggle.toggled-on .action-icon.bars .bar:first-child {
    transform-origin: center center;
    transform: rotate(45deg) translateY(-25%);
    top: 50%;
}
.secondary-toggle.toggled-on .action-icon.bars .bar:last-child {
    transform-origin: center center;
    transform: rotate(-45deg) translateY(-25%);
    top: 50%;
}

.secondary-toggle.toggled-on .action-icon.bars .bar:nth-child(2) {
    transform: translateX(-100%);
}




@media all and (max-width: 860px){
    .site-header {
        padding: 30px 0 0;
    }
    .site-branding {
        padding: 0 10% 10px 10%;
    }
    .menu-social-container .menu li{
        display: none;
    }

    .menu-social-container .menu li.cart{
        display: inline-block;
    }

    .site-title {
        font-size: 25px;
    }

    .menu-main-menu-container {
        display: none;
        text-align: center;
    }

    .menu-main-menu-container.toggled-on {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .menu-main-menu-container.toggled-on li {
        display: block;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .menu-main-menu-container.toggled-on li:first-child {
        border-top:none;
    }

    .main-menu-container {
        position: absolute;
        z-index: 20;
        width: 100%;

    }

    .secondary-toggle {
        display: block;
        font-size: 45px;
        background-color: transparent;
        border: none;
        outline: none;
        color: #ffffff;
        position: absolute;
        top: 50%;
        margin: -10px 0 0 15px;
    }

    .menu-social-container {
        position: absolute;
        top: 50%;
        right: 0;
        margin: -22px 5px 0 0;
    }

    .menu-social-container .menu {
        padding: 0;
    }


}

@media all and (max-width: 580px){
    .site-title {
        display: none;
    }

    .menu-social-container .menu li.cart a {
        width: 41px;
        height: 36px;
        margin-left: 0px;
        background-size: 100% auto;
    }

    .menu-social-container {
        margin: -12px 5px 0 0;
    }
}

/**
 * 4.0 - Footer
 *
 * footer styles
 */

/**
 * 5.0 - Welcome
 *
 * Welcome page styles
 */
.site-main .page-title h2 {
    font: 400 1.37rem "Prata", serif;
    padding: 3.1rem .34rem 2.75rem;
    display: inline-block;
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
}

.site-main .page-title {
    position: relative;
    text-align: center;
    margin: 0 20px;
}

.site-main .page-title:before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    display: inline-block;
    vertical-align: middle;
    content: "";
    top: 50%;
    left: 0;
}



.widget.widget_category_widget .widget-heading {
    overflow: hidden;
    position: relative;
}

.widget.widget_category_widget .widgettitle {
    flex: 1 1 auto;
    color: #fff;
    position: relative;
    z-index:2;
    font-size: 2.75rem;
    width: 12rem;
    text-transform: lowercase;
    line-height: 2.9rem;
    padding: 2.75rem 0  2.75rem 1.38rem;

}

.widget.widget_category_widget .widgettitle:after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    width: 120%;
    background: url(./images/widget-circle.png) no-repeat scroll right bottom transparent;
    background-size: cover;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
}

.large-slider-view {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.large-slider-view .slides {
    position: absolute;
    left: 0;
    top: 0;
}

.large-slider-view .slides, .large-slider-view .slide{
    height: 100%;
}

.large-slider-view .slide {
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    display: inline-block;
    position: absolute;
    transition: all 1.5s ease;
    background-position: center center;

}

.large-slider-view .slide.active {
    opacity: 0.5;
}

.widget-slider-view {
    width: 59.79rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    box-sizing: content-box;
    height: 20.01rem;
}

@media all and (max-width: 1815px){
    .widget-slider-view {
        width: 40.5rem;
    }
}

@media all and (max-width: 960px){
    .widget-slider-view {
        width: 20.5rem;

    }
}

.widget-slider-viewport {
    overflow: hidden;
    width: 100%;
}

.widget-slider {
    white-space: nowrap;
    position: relative;
    font-size: 0;
    left: 0;
    transition: all 0.5s ease;
}

.widget-slider .slide {
    width: 18rem;
    height: 17.25rem;
    display: inline-block;
    max-width: 520px;
    margin: 1.4rem 1rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    font-size: 17px;
}

.widget-slider .slide .slide-content {
    width: 100%;
    height: 100%;
    background: rgb(193,219,231);
    background: -moz-linear-gradient(top, rgba(193,219,231,1) 1%, rgba(239,244,247,1) 100%);
    background: -webkit-linear-gradient(top, rgba(193,219,231,1) 1%,rgba(239,244,247,1) 100%);
    background: linear-gradient(to bottom, rgba(193,219,231,1) 1%,rgba(239,244,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1dbe7', endColorstr='#eff4f7',GradientType=0 );
    padding: 20px 25px;
    box-sizing: border-box;
}

.widget-slider .slide .slide-img {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center ;
}

.widget-slider-view .next, .widget-slider-view .prev {
    width: 2.0rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.widget-slider-view .prev {
    left: 0;
}

.widget-slider-view .next {
    right: 0;
}

.widget-slider-view .next svg, .widget-slider-view .prev svg {
    width: 100%;
    height: auto;
}

@media all and (max-width: 860px){
    /*.widget.widget_category_widget .widgettitle {*/
        /*flex: 1 1 auto;*/
        /*color: #fff;*/
        /*position: relative;*/
        /*z-index: 2;*/
        /*font-size: 50px;*/
        /*width: 250px;*/
        /*text-transform: lowercase;*/
        /*line-height: 55px;*/
        /*padding: 60px 0 60px 40px;*/
    /*}*/
}