/*
Theme Name: Jeanette Watercolor
Description: Watercolor Paintings that Tell Stories
Author: Woland Web
Author URI: https://www.wolandweb.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/* ======================================== 
	HEADER & NAVIGATION 
======================================== */
.hmenu .menu-container .navbar-nav a {
	transition: all 0.3s ease;
}
#logo-container-mobile {
	padding-bottom: 18px;
}

/* ======================================== 
	FOOTER
======================================== */
footer p {
	font-size:15px;
}
footer p a {
	transition: all 0.3s ease !important;
	text-decoration:none !important;
}
footer p a:hover,
footer p a:focus {
	opacity:0.5;
}

/* ======================================== 
	OVERALL
======================================== */
/* Typography */
body, p, li, dt, dd, dl, address, label, pre, code {
	line-height: 1.5;
}
b, strong {
  font-weight: 700;
}
h6:not([class*="fontsize-"]), 
.h6:not([class*="fontsize-"]) {
	letter-spacing: 0.1em;
}
.text-small, 
.text-small > * {
	line-height: 1.3;
}
.text-lead, .text-lead:not(ul):not(ol) > * {
    line-height: 1.25;
}

/* Links */
.style-dark p a,
.style-light p a {
	transition: all 0.3s ease;
	text-decoration:underline;
	text-decoration-color:rgb(0,0,0);
}
.style-dark p a:hover,
.style-light p a:hover,
.style-dark p a:focus,
.style-light p a:focus {
	transition: all 0.3s ease;
	text-decoration-color:transparent;
}

/* Buttons */
.btn-container a:hover {
	opacity:0.5 !important;
	transition: all 0.3s ease;
}

/* Text Selection */
::selection {
  color: #ffffff;
  background-color: #666666;
}

/* Mobile Padding Fix */
@media (max-width: 959px) {
	.main-container .row-container.mobile-top-padding .double-top-padding {
		padding-top: 0px;
	}
	.main-container .row-container.mobile-bottom-padding .single-bottom-padding {
		padding-bottom: 0px;
	}
}

/* Gallery Artwork Title and Date */
.t-entry p {
	font-size:22px !important;
}
/* Gallery Lightbox Title */
.lg-sub-html h6:not([class*="fontsize-"]) {
	font-size:20px;
}
/* Gallery Lightbox Description */
.lg-sub-html p {
	font-size:18px;
}
@media(min-width:959px) {
   .lg-sub-html p {
	padding: 0px 200px;
   }
	.lg-sub-html h6:not([class*="fontsize-"]) {
	margin-top:20px;
  }
}

/* ======================================== 
	CONTACT
======================================== */
#gform_submit_button_1 {
	color: #ffffff;
	background-color: #303133;
	border-color: #303133;
	border-width: 1px;
	transition: all 0.3s ease;
	padding: 18px 29px;
	font-size: 18px;
}
#gform_submit_button_1:hover,
#gform_submit_button_1:focus {
	background-color: transparent;
	border-color: #303133;
	color: #303133;
}