/*
    Theme Name: Haburjak
    Theme URI: https://www.hamiltrowebsitedesign.com
    Description: CUSTOM THEME
    Version: 1
    Author: hamiltro
*/


/* TEMP BORDERS & BGs
------------------------------------------------------------------------------------*/
/*.navbar-wrapper {background-color: #ccc;}
.mainContent section	{border-top: 1px dotted grey;}
.mainContent section:nth-child (even) {background: rgba(0,0,0,0.1);}	
section.footer {background-color: #ccc;}
.row.header {background:rgba(0,0,0,0.2);}
.row.content {background:rgba(0,0,0,0.1);}
p {border: 1px dotted grey; color: blue;}*/

/*red: #db6038
blue: #46599b*/

/* FONTS
------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Salt and Spices Pro';
    src: url('/wp-content/themes/haburjak/assets/fonts/Salt_and_Spices_Pro_Bold.woff2') format('woff2'),
        url('/wp-content/themes/haburjak/assets/fonts/Salt_and_Spices_Pro_Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amatic SC';
    src: url('/wp-content/themes/haburjak/assets/fonts/AmaticSC-Regular.woff2') format('woff2'),
        url('/wp-content/themes/haburjak/assets/fonts/AmaticSC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('/wp-content/themes/haburjak/assets/fonts/FuturaPT-Light.woff2') format('woff2'),
        url('/wp-content/themes/haburjak/assets/fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*@font-face {
    font-family: 'Stylist Pro';
    src: url('/wp-content/themes/haburjak/assets/fonts/StylistPro_Regular.woff2') format('woff2'),
        url('/wp-content/themes/haburjak/assets/fonts/StylistPro_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/


/* HEADER
------------------------------------------------------------------------------------*/
.navbar-wrapper {
    min-height: 45vh;
}
nav.flexContainer {flex-wrap: wrap;}
.siteTitle.flexItem { width: 100%; margin: 0 auto;float: none;
	background-image: url('/wp-content/themes/haburjak/assets/images/stars-BG-550.png');
	background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center top;
	}

.siteTitle h2	{
	text-align: center; 
	font-family: 'Salt and Spices Pro', Georgia; 
	padding-top: 12vh; 
	max-width: 450px; 
	font-size: 5rem;
	line-height: 6rem;
	
	   
}

@media only screen and (min-width: 540px)	{
	.siteTitle h2 {font-size: 6.5rem; line-height: 7rem;}
}

.siteTitle h2 a	{ color: #46599b;}
.siteTitle h2 a:hover	{ color: #db6038;}

h1.siteSlogan {
	font-family: 'Amatic SC';
	font-size: 18px;
	text-align: center;
	font-style: normal;
	padding-top: 2vh;
	letter-spacing: 0.05em;	
	color: #999999;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.1);
}

@media only screen and (min-width: 540px)	{
	h1.siteSlogan {font-size: 22px;letter-spacing: 0.1em;}
}

.mainNavigation.flexItem {width: 100%; margin: 0 auto; text-align: center;padding-right: 0;}

ul.navbar-nav.flexContainer {
	justify-content: center;
	font-family: 'Futura PT';
	text-transform: uppercase;
	/*padding-top: 5vh;*/
}
.navbar-nav > li {font-size: 1.1rem; font-weight: bold;padding: 12px 15px 30px 15px;}
ul.navbar-nav.flexContainer li a { color: #db6038;}
ul.navbar-nav.flexContainer li a { color: #57aaa1;}




ul.navbar-nav.flexContainer li a:hover {color: #46599b;}
ul.navbar-nav.flexContainer li a:hover { color: #db6038;}


@media only screen and (min-width: 768px){
	ul.navbar-nav.flexContainer li.current_page_item a {color: #57aaa1; border-bottom: 2px solid #57aaa1; cursor: default;}
	ul.navbar-nav.flexContainer li.current_page_item ul li {background: #fcfcfc;}
	ul.navbar-nav.flexContainer li.current_page_item ul li a {border-bottom: 2px solid transparent;}
	ul.navbar-nav.flexContainer li.current_page_item ul li a:hover {color: #db6038;}
	.single-post ul.navbar-nav.flexContainer li#menu-item-26 a {color: #57aaa1; border-bottom: 2px solid #57aaa1;}
	.single-books ul.navbar-nav.flexContainer li#menu-item-27 a {color: #57aaa1; border-bottom: 2px solid #57aaa1;}
	ul.navbar-nav.flexContainer {
	padding-top: 5vh;
}
}

/*alt colors:
lavender: #5848b7;
turquoise: #34DDDD;
teal: 57aaa1
teal2: 318391
green 6aae71
ul.navbar-nav.flexContainer li a { color: #6aae71;}
ul.navbar-nav.flexContainer li.current_page_item a { 
color: #6aae71;
border-bottom: 2px solid #6aae71;
}*/

div.cat_desc	{
	max-width: 730px;
	margin: 0 auto 20px;
}

/* mobile menu
------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	.navbar-header.navbar-icon {margin-top: -40vh;}
}

/* page titles & mainContent
------------------------------------------------------------------------------------*/

h2.pageTitle/*, h2.sectionHeading, h2.rowHeading*/ {
    padding: 0px 0 40px 0;
    font-size: 2rem;
	font-family: 'Futura PT';
	text-transform: uppercase;
}

h2.pageTitle a {color: #db6038; cursor: default;}


.mainContent {margin-top: 50px; } 

/* FOOTER
------------------------------------------------------------------------------------*/

section.footer {
	background-image: url('/wp-content/themes/haburjak/assets/images/footer-BG2.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center center;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover; 
}

.footer .flexContainer .flexItem {width: 100%; text-align: center;}

.simple-social-icons ul.alignleft {margin-bottom: 10px;}

p.copyright	{
	font-family: 'Amatic SC';
	font-size: 24px !important;
	letter-spacing: 0.05em;	
	color: #FFF;
}

p.credit 	{color: #888;}
p.credit a	{color: #999;}
p.credit a:hover	{color: #aaa;}

/* PORTFOLIOS PAGE
------------------------------------------------------------------------------------*/

.page-portfolio .flexContainer{
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* light gallery
------------------------------------------------------------------------------------*/
.lg-backdrop{
	background-color: #d4d4d4;
}
.lg-backdrop.in{
	opacity: 0.9;
}
body.admin-bar .lg-toolbar{
	top: 30px;
}
.lg-outer .lg-thumb-outer, .lg-outer .lg-toogle-thumb, .lg-toolbar, .lg-actions .lg-next, .lg-actions .lg-prev{
	background-color: #afafafdb;
}
.lg-toolbar{
	background-color: transparent;
}
.lg-toolbar .lg-icon{
	font-size: 28px;
}
.lg-outer .lg-toogle-thumb, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-toolbar .lg-icon{
	color: #525252;
}
#lg-counter, .lg-download, .lg-sub-html{
	display: none;
}

/* CREATIVE CORNER PAGE
------------------------------------------------------------------------------------*/
.creative_list h2.pageTitle,
.single h2.pageTitle {
	display: block;
}
.creative_list h2.pageTitle a, .tag h2.pageTitle a, .single h2.pageTitle a{
	cursor: pointer;
	color: #46599b;
}

 .creative_post	{
	margin-bottom: 80px;
	border: 1px dashed #eee;
	padding: 50px 20px;
} 

 .creative_post:hover	{
	border: 1px dashed #db6038;
	transition: border-color 2s ease;
}

@media only screen and (min-width: 768px)	{
	.archive h2.pageTitle {display: block;}
}
.tagged_in a,
.artwork-categories a	{
	padding: 0 4px 2px;
	border-radius: 3px;
	background-image: url('/wp-content/themes/haburjak/assets/images/tag-link-BG.jpg');
}

p.tagResult {
	margin: 0 0 50px;
	font-size: 1.3rem;
}

p.tagResult span {
	font-weight: bold;
	color: #46599b;
}

.allTags	{
	width: 100%;
	text-align: left;
	margin-top: 50px;
	font-size: .8rem;
}

.allTags span	{color: #db6038; }

.pagination .page-numbers {
	background-position: center center;
	background-repeat: no-repeat;
}

.pagination .page-numbers:hover	{
	background-image: url('/wp-content/themes/haburjak/assets/images/pagination-BG-yellow.jpg');
}

.pagination .prev.page-numbers:hover,
.pagination .next.page-numbers:hover {
	background-image: none;
}
.pagination .page-numbers.current	{
	border: none;
	background-image: url('/wp-content/themes/haburjak/assets/images/pagination-BG-grey.jpg');
}

.creative_post .featuredImageTop img	{
	max-height: 90vh;
	width: auto;
	border: 1px solid #eee;
}

.pageDescription p	{
	margin-bottom: 40px;

}

p.artwork-categories	{
	line-height: 2rem;
}


.artwork-categories a {
	font-style: italic;
	margin-right: 20px;
}

/* CONTACT PAGE
------------------------------------------------------------------------------------*/
.page-contact {
	background-image: url('/wp-content/themes/haburjak/assets/images/birds-BG.jpg');
	background-repeat: no-repeat;
    background-attachment: fixed; 
    background-position: center center;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover; 
}

.page-contact .contact-col p {
	color: #454f6e;
	background-color: rgba(255,255,255,0.1);
	text-shadow: 1px 1px 3px rgba(214,225,231,1);
	margin-bottom: 50px;
	font-size: 1.1rem;
	font-style: italic;
}

@media only screen and (min-width: 768px){
	.page-contact ul.navbar-nav.flexContainer li a {background-color: rgba(255,255,255,0.1);text-shadow: 1px 1px 3px rgba(214,225,231,1);}
}
	
	
form.wpcf7-form input.wpcf7-submit{width: 150px;background-color: #db6038; color: #fff;}
form.wpcf7-form input.wpcf7-submit:hover{background-color:#46599b;}

/* BOOKS PAGE
------------------------------------------------------------------------------------*/

body #nav-single{
	display: none;
}

#amazingslider-30	{
	margin-top: 30px;
}
body .amazingslider-nav-30 .amazingslider-nav-container-30{
	display: none;
}
body .amazingslider-arrow-left-30{
    opacity: 50% !important;
    height: 41px  !important; 
    background: url('/wp-content/themes/haburjak/assets/images/arrows/arrowBlackLeft-onWhite50-41h.png') right bottom no-repeat !important;
}
@media (min-width:1450px)
{
	body .amazingslider-arrow-left-30{
    margin-left: -7.5%;
}
}
@media (max-width:1450px)
{
	body .amazingslider-arrow-left-30{
    margin-left: -12px;
}
}

body .amazingslider-arrow-right-30{
    opacity: 50% !important;
    height: 41px  !important;
    background: url('/wp-content/themes/haburjak/assets/images/arrows/arrowBlackRight-onWhite50-41h.png') right bottom no-repeat !important;
}
@media (min-width:1450px)
{
	body .amazingslider-arrow-right-30{
    margin-left: -7.5%;
	right:-68px!important;
}
}
@media (max-width:1450px)
{
	body .amazingslider-arrow-right-30{
    margin-left: 0%;
    margin-right: -8px;
}
}
body .amazingslider-arrow-right-30:hover{

    padding: 2px;
    opacity: 100% !important;
    height: 41px  !important; 
    background-color: blue;
    background: url('/wp-content/themes/haburjak/assets/images/arrows/arrowBlackRight-onWhite50-41h.png') right bottom no-repeat !important; 
}
body .amazingslider-arrow-left-30:hover{

    padding: 2px;
    height: 41px  !important; 
    opacity: 100% !important;
    background: url('/wp-content/themes/haburjak/assets/images/arrows/arrowBlackLeft-onWhite50-41h.png') right bottom no-repeat !important; 
}
.books_gallery_list a.flex-col-4{
	text-align: center;
	font-size: .8rem;
}
.books_gallery_list a.flex-col-4>span{
	position: relative;
    bottom: 10px;
    display: none; /* remove this if non-illustration categories (eg covers) are added*/
}
.books_gallery_list a.flex-col-4>i.img_span{
	min-height: 403.23px;
	display: block;
}
body .lg-backdrop{
	background-color: #fff;
}
body .lg-toolbar{
	background-color: transparent;
	    padding: 15px 15px 0 0;
}
body .lg-toolbar .lg-icon{
	padding: 0;
	color: rgb(140 140 140);
	font-size: 32px;
	height: 40px;
	width: 40px;
    border-radius: 50%;
    border: 1px solid rgb(140 140 140);
}
body .lg-toolbar .lg-icon:hover {
    color: rgb(140 140 140);
}

#lg-counter {
font-size: 20px !important;
}
body .lg-actions .lg-next, body .lg-actions .lg-prev {}/* what was here?*/

.publisher_details	{
	margin-top: 50px;
}

.purchaseButton	{
	padding: 16px 20px;
	color: #db6038;
	border: 1px solid #db6038;	
}

.purchaseButton:hover	{
	color: #ffffff;
	background-color:#db6038;
}

.textContainer.wide	{
	max-width: 1100px;
}

.flex-col-4 img	{
	width: 100%;
}

p.editLink	{display: block;}