/*
	Theme Name:   Susan Vodonick Art Theme
	Theme URI:    http://stellaractive.com
	Description:  Division Child Theme
	Version:      1.4.1
	Author:       Stellaractive
	Author URI:   http://stellaractive.com
	Template:     division
	Text Domain:  division-child

*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {

}
section {

}
article {

}
main {
    padding-bottom: 30px;
}
body {
    font-family: 'Play', sans-serif;
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

header {
	margin-bottom: 25px;
}
.logo {
	max-width: 100px;
	padding-top: 20px;
}
h1.title {
    text-align: center;
    font-size: 7vw;
    margin: 20px 20px 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
}
/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
@media only screen and (min-width:767px) {
.navbar-nav {

}
ul.nav li.current_page_item a, ul.nav li.current-page-ancestor a {
    font-weight: bold;
    font-size: 1.1em;
}
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
	color: #312c32;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #337ab7;
}
button.navbar-toggle {
	color: #312c32;
	float: none;
}
@media (min-width: 768px) {
.navbar-nav>li {
    float: none;
    display: inline-block;
}
}
.navbar, .navbar-nav {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    text-transform: uppercase;
}
nav.navbar ul li a {
    font-family: 'Source Sans Pro', sans-serif;
}
/*------------------------------------*\
    DROPDOWN MENU
\*------------------------------------*/

.dropdown-menu {
    background-color: #fff;
    border: none;
    border-radius: 0;
	padding-bottom: 5px;
}
.dropdown-menu > li > a {
	text-align: left;
}
.dropdown-menu > li > a, .dropdown-menu > .active > a {
	color: #312c32;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:focus {
    color: #337ab7;
}

/*------------------------------------*\
    HOMEPAGE
\*------------------------------------*/

.home {

}

/*------------------------------------*\
    INTERIOR PAGES
\*------------------------------------*/

div.page {
	
}
body.gallery img {
    max-width: 800px;
    padding: 20px;
}
.gallery-list a {
    display: block;
    position: relative;
}
.gallery-list h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 50px;
    padding: 20px;
    background: rgba(256,256,256,.5);
    text-transform: uppercase;
    font-weight: bold;
    color: #303030;
    transition: opacity .5s;
    opacity: 0;
}
.gallery-list a:hover h3 {
    display: block;
    opacity: 1;
}
body h1 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
/*------------------------------------*\
    SIDEBAR
\*------------------------------------*/

aside {

}

/*------------------------------------*\
    FOOTER
\*------------------------------------*/

footer {
    background: #e6e6e6;
    text-align: center;
    padding: 30px;
}
.creds {
    display: none;
}
footer .copyright {
    float: none;
    padding: 20px;
}
footer .textwidget span {
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
}
footer ul#menu-primary-menu-1 {
    list-style: none;
    text-align: center;
    padding: 0;
}
footer ul#menu-primary-menu-1 li {
    padding: 5px 10px;
    display: inline-block;
}
footer ul#menu-primary-menu-1 li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}
footer div#gform_widget-2 {
    max-width: 515px;
    margin: auto;
    text-align: center;
}
footer div#gform_widget-2 .gform_footer {
    text-align: center;
}
footer div#text-2 {
    padding-top: 10px;
}
footer .gform_wrapper ul li.gfield {
    margin-top: 0px!important; 
}
/*------------------------------------*\
    WOOCOMMERCE
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1140px) {

}

@media only screen and (max-width:1024px) {

}
@media only screen and (max-width:767px) {

}
@media only screen and (max-width:480px) {

}
@media only screen and (max-width:320px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    HEADLINES
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;

}
h1, h2, h3 {

}
h1 {

}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
h6 {

}