/**
 * Main theme CSS file
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#common-wordpress-template-files
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 * @link https://developer.wordpress.org/themes/theme-security/
 * @link https://make.wordpress.org/core/handbook/best-practices/coding-standards/
 *
 * @package Base
 * @subpackage Base Child
 * @since 2.0.0
 */

/** 
 * @Contents
 *
 * Global styles
 * Block editor styles
 * Nav styles
 * Footer styles
 * Single styles
 * Home styles
 * Artwork styles
 * Project styles
 * Pinterest styles
 */

/** 
 * Global styles
 */

body {
	font-family: 'Barlow Semi Condensed', sans-serif;
}
#container {
	max-width: 100%;
}
#main {
	margin-top: 35px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 500;
	text-transform: uppercase;
}
h1, .h1 {
	font-size: 1.75rem;
}
h2, .h2 {
	font-size: 1.625rem;
}
h3, .h3 {
	font-size: 1.5rem;
}
h4, .h4 {
	font-size: 1.375rem;
}
h5, .h5 {
	font-size: 1.25rem;
}
h5, .h5 {
	font-size: 1.125rem;
}

.sticky-top {
	top: 36px;
}
@media(max-height:639.98px){
	.sticky-top {
		position: revert;
	}
}

b, strong {
    font-weight: 500;
}
.prev-next a {
    color: #666; 
}
.placeholder {
    width: 100%;
    height: 300px;
    background: #f7f7f7;
}
a, 
a:hover {
    color: #666;
}

/** 
 * Block editor styles
 */

 /* Standard parent blocks & groups */
@media(min-width: 960px){
	.wp-blocks .post-content > *,
	.wp-blocks .wp-block-group {
		max-width: 480px;
		margin-left: inherit;
		margin-right: inherit;
	}
}
@media(min-width: 1080px){
	.wp-blocks .post-content > *,
	.wp-blocks .wp-block-group {
		max-width: 640px;
	}
}
@media(min-width: 1280px){
	.wp-blocks .post-content > *,
	.wp-blocks .wp-block-group {
		max-width: 720px;
	}
}
@media(min-width: 1920px){
	.wp-blocks .post-content > *,
	.wp-blocks .wp-block-group {
		max-width: 960px;
	}
}

/* Columns */
@media(min-width: 960px){
	.wp-blocks .wp-block-columns {
		margin-left: -15px;
		margin-right: -15px;
		max-width: 510px;
	}
}
@media(min-width: 1080px){
	.wp-blocks .wp-block-columns {
		max-width: 670px;
	}
}
@media(min-width: 1080px){
	.wp-blocks .wp-block-columns {
		max-width: 750px;
	}
}
@media(min-width: 1920px){
	.wp-blocks .wp-block-columns {
		max-width: 990px;
	}
}

/* Alignwide standard blocks & groups */
@media(min-width: 1440px){
	.wp-blocks .alignwide {
		max-width: 960px;
	}
}
@media(min-width: 1680px){
	.wp-blocks .alignwide {
		max-width: 1080px;
	}
}
@media(min-width: 1920px){
	.wp-blocks .alignwide {
		max-width: 1440px;
	}
}

/* Alignwide columns */
@media(min-width: 1280px){
	.wp-blocks .wp-block-columns.alignwide {
		max-width: 750px;
	}
}
@media(min-width: 1440px){
	.wp-blocks .wp-block-columns.alignwide {
		max-width: 990px;
	}
}
@media(min-width: 1680px){
	.wp-blocks .wp-block-columns.alignwide {
		max-width: 1110px;
	}
}
@media(min-width: 1920px){
	.wp-blocks .wp-block-columns.alignwide {
		max-width: 1470px;
	}
}

/* Alignfull standard blocks & groups */
.wp-blocks .alignfull {
    max-width: 100%;
    margin: 15px inherit;
}




.wp-blocks #main {
	margin-top: 36px;
}
.wp-blocks .post-content>*:first-child {
	margin-top: 0;
}
.wp-blocks .wp-block-gallery ul {
	padding: 0;
}
.wp-blocks .wp-block-gallery ul li {
	list-style: none;
	margin-bottom: 30px;
}
/** 
 * Nav styles
 */

#sidebar .wrapper {
	top: 15px;
}
#sidebar .navbar {
	background: #000;
	color: #fff;
}
@media( min-width: 960px) {
	#sidebar .navbar {
		position: relative;
		background: transparent;
		color: #212529;
	}
}
#sidebar .navbar .nav-link {
	color: #fff;
	font-weight: 500;
	padding: 0;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.125rem;
}
@media( min-width: 960px) {
	#sidebar .navbar .nav-link {
		color: #212529;
		text-align: left;
	}
}
@media( min-width: 960px) {
	#sidebar .navbar>.container {
		display: block;
	}
}
@media (min-width: 960px) {
	#sidebar .navbar-nav {
		display: block;
	}
}
@media (min-width: 960px) {
	#sidebar .navbar-collapse {
		display: block !important;
	}
}
#sidebar .navbar-nav .dropdown-menu {
	background: transparent;
	padding: 0;
}
@media (min-width: 960px) {
	#sidebar .navbar-nav .dropdown-menu {
		position: relative;
		border: none;
		padding: 0;
	}
}
#sidebar .navbar-nav .dropdown-menu .dropdown-item {
	color: #fff;
	font-weight: normal;
	text-align: center;
}
@media (min-width: 960px) {
	#sidebar .navbar-nav .dropdown-menu .dropdown-item {
		color: #212529;
		text-align: left;
	}
}
#sidebar .dropdown-item:hover, 
#sidebar .dropdown-item:focus {
    background-color: transparent;
}
#sidebar .navbar .dropdown-toggle::after {
	content: none;
}
#sidebar .navbar .navbar-brand {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Averia Sans Libre', cursive;
}
@media (min-width: 960px) {
	#sidebar .navbar .navbar-brand {
		color: #212529;
		margin-bottom: 15px;
	}
}
#sidebar .dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}
@media (min-width: 960px) {
	#sidebar .navbar-nav .icon {
		display: inline;
		float: left;
		margin-right: 10px;
		margin-top: 15px;
	}
}
#sidebar .navbar .social .nav-link,
#sidebar .navbar .copyright .nav-link {
    color: #666;
    font-weight: normal;
    font-size: 0.9375rem;
}

/* Shop Menu */
.navbar-shop {
    padding: 0;
    margin-bottom: 15px;
}
#menu-shop-menu {
    flex-direction: row;
}
#menu-shop-menu > .menu-item {
    margin-right: 10px;;
}

/** 
 * Footer styles
 */

/** 
 * Single styles
 */

/** 
 * Home styles
 */
.page-template-home .wrapper {
    max-width: 960px;
}
@media(min-width:480px){
    .page-template-home .gallery-2 > div {
        width: 50%;
        float: left;
    }
    .page-template-home .gallery-2 > div:first-child {
        padding-right: 15px;
    }
    .page-template-home .gallery-2 > div:last-child {
        padding-left: 15px;
    }
    .page-template-home .gallery-2 > div:last-child .pinterest-wrap {
        left: 25px;
    }
}

/** 
* Artwork styles
*/
@media(max-width:1279.98px){
	.wp-blocks.single-artwork .wp-block-columns {
		flex-direction: column-reverse;
	}
}

.wp-blocks.single-artwork .wp-block-gallery {
	max-width: 929px;
}

.image-overlay {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.image-overlay:hover {
    opacity: 1;
}

/** 
* Project styles
*/

/* Archive */
.tax-project_category .facetwp-facet-project_categories {
    display: flex;
}
.tax-project_category .facetwp-facet-project_categories .facetwp-radio {
    background: none;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-right: 10px;
    border-radius: 3px;
}
.tax-project_category .facetwp-facet-project_categories .facetwp-radio.checked {
    background: #343a40;
    border-color: #343a40;
    color: #fff;
}
.tax-project_category .image-overlay-title span {
    text-transform: none;
    font-size: 1rem;
}
.tax-project_category .facetwp-counter{
    display: none;
}

/* Single */
@media(max-width:1279.98px){
	.wp-blocks.single-project .wp-block-columns {
		flex-direction: column-reverse;
	}
}

.wp-blocks.single-project .wp-block-gallery {
	max-width: 929px;
}

/* Project Lost and Found At Sea */
@media(max-width:1279.98px){
	.wp-blocks.project-template-lost-and-found-at-sea .wp-block-columns {
		display: block;
	}
}
.project-template-lost-and-found-at-sea .post-content .nav a {
    font-weight: 500;
    color: #212529;
}
.project-template-lost-and-found-at-sea .post-content .nav a.active span {
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
#project-custom .translation {
    width: 100%;
    display: block;
}
@media(min-width:480px){
    #project-custom .translation {
        width: auto;
        float: right;
    }
}

/** 
* Pinterest styles
*/
.pinterest-wrap {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
}