@charset "UTF-8";

/* Global, Master */

.hide {
	display: none;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #000000;
	font-size: 16px;
	color: #ffffff;
	margin: 0;
	font-family: "Open Sans", sans-serif;
}
#sitelogo {
	margin-left: 83px;
	margin-right: -50px;
}
.clear {
	clear: both !important;
}
.collectionsView .footer {
	padding-top: 60px;
}
.footer {
	background: url(/images/backgrounds/footer01.jpg) bottom center repeat-x;
	margin: 40px auto 0;
	width: 100%;
}

div {
	box-sizing: border-box;
}
img {
	border: 0;
}
hr {
	border: #222222 1px solid !important;
	background: #222222 !important;
	height: 1px;
	width: 75%;
	margin: 40px auto;
}

/* Assets */
a.imglink {
	text-indent: -999999px;
}
.btn-center-block {
	display: table;
	margin: 15px auto;
}
.backtotop {
	margin-top: 40px;
}
a#becomepatron {
	display: block;
	color: #fff;
	font-family: "Pathway Gothic One", sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	margin: 40px auto 20px;
}

.breadcrumb {
	background-color: #222;
	padding: 10px 0px 10px 40px;
}
.breadcrumb-item.active {
	color: #fff;
	font-weight: bold;
}

.container {
	display: flex;
	align-content: flex-start;
	width: 100%;
	justify-content: space-around;
}

#socialBtnsHeader {
	margin-top: 30px;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
	}

	70% {
		transform: scale(1.25);
	}

	100% {
		transform: scale(0.95);
	}
}

@keyframes grow {
	0% {
		transform: scale(0);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes magnify {
	100% {
		transform: scale(1);
	}

	125% {
		transform: scale(1.25);
	}
}

/* Typography */
h1 {
	font-size: 26px;
	color: #ffffff;
	text-align: center;
}
h2,
.CollectionHeading {
	font-size: 22px;
	color: #ff0004;
}
h3 {
	color: #d968ff /*#A553FF*/;
	font-size: 20px;
	line-height: 20px;
}
h4 {
	color: #9c9c9c;
	text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
.CollectionHeading,
.pathwayGothicOne {
	font-family: "Pathway Gothic One", sans-serif;
	font-weight: normal;
	letter-spacing: 2px;
}

a {
	color: #00cdcd;
	text-decoration: none;
	font-weight: 600;
}
a.CollectionHeading {
	color: #00cdcd;
}
h2 a,
a h2,
h1 a,
a h1,
h3 a,
a h3 {
	font-weight: normal;
}
.white {
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #00cdcd;
}
a:hover {
	text-decoration: none;
	color: #008080;
	cursor: pointer !important;
}
a:active {
	text-decoration: underline;
}

.masthead a {
	font-weight: normal;
}
a.go_back_link {
	color: #fff;
}
.breadcrumb a {
	text-decoration: underline;
	font-weight: normal;
}
.required {
	color: red;
}

.strong {
	font-weight: bold;
}
.center,
.centertext,
.centerText {
	text-align: center;
}
.rightalign {
	text-align: right;
}
.style6 {
	font-size: 18px;
	font-weight: normal;
}
.footnote {
	font-size: 11px;
}
.sectionsubheader {
	color: #777777;
	letter-spacing: 2px; /* font-family: 'Alef', sans-serif; */
	text-align: center;
	font-size: 1.3em;
}
.quote,
.propertitle {
	font-style: italic;
}

a.btnDark {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
.btnDark {
	font-family: "Pathway Gothic One", sans-serif;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 15px;
	text-transform: uppercase;
	background: #353535;
	border: #06086d 1px solid;
	text-align: center;
	letter-spacing: 2px;
	transition: all 400ms;
}
.btnDark:hover {
	background: #555;
	color: #dbdbdb;
	transform: scale(1.25);
}

a.reviewsource {
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Bootstrap Global */

.pagination.justify-content-center {
	margin: 40px auto;
}

.jumbotron {
	background: rgba(240, 240, 240, 0.2);
	padding: 20px 40px;
}

.modal-content {
	background: #222222;
	margin-top: 50px;
}
.modal-title {
	font-size: 35px;
}
.close {
	color: #ffffff;
	font-size: 40px;
	opacity: 0.5;
}

.adult {
	color: #ff0000;
}

.smaller {
	font-size: 12px;
	color: #ff0000;
}
#Deal {
	color: #bf0000;
}
#Offer {
	font-size: 14px;
}
#author {
	font-size: 12px;
}

.fancybox {
	background: #111;
	border: #06086d 1px solid;
	padding: 15px;
	margin-bottom: 20px;
}
.fancybox h2 {
	padding-top: 0;
}
.fancybox h3 {
	text-align: center;
	margin-top: 0;
}
ul li {
	margin-bottom: 10px;
}

/*Fade In*/
.fade-in {
	animation: fadeIn ease 7s;
	-webkit-animation: fadeIn ease 7s;
	-moz-animation: fadeIn ease 7s;
	-o-animation: fadeIn ease 7s;
	-ms-animation: fadeIn ease 7s;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*Navigation*/

.masthead {
	height: 200px;
	font-size: 14px;
	width: 100%;
	font-family: "Pathway Gothic One", sans-serif;
	letter-spacing: 1px;
	line-height: 1.4;
	margin: 0 auto !important;
} /* Overwriting bootstrap margins */

#home .masthead {
	max-height: 63px;
	display: block;
	width: 100%; /*background: url(/images/navbg.jpg) bottom repeat-x;height: auto;*/
}
#home ul.navigation a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	padding: 10px 0 20px;
}

.navheader {
	font-size: 18px;
	margin-top: 15px;
}

nav.group {
	display: block;
	background: url(/images/navbg.jpg) #000 bottom repeat-x;
	height: 63px;
}
#navtop {
	/*vertical-align: top;*/
	background: url(/images/navborder.jpg) top center repeat-x;
	width: 100%;
	height: 3px;
	display: block;
	margin: 0 auto;
}
#navbottom {
	background: url(/images/navborder.jpg) top center repeat-x;
	width: 100%;
	height: 11px;
	display: block;
	margin: 0 auto;
}

#MenuBar1 {
	width: 1024px;
	margin: 0 auto;
	display: block;
	font-family: "Pathway Gothic One", sans-serif;
	letter-spacing: 1px;
	padding: 10px 0;
	height: 60px;
}
.slide-trigger {
	display: none; /* NEED this on desktop */
	cursor: pointer;
	margin-left: 15px;
	margin-right: 15px;
}
.slide-trigger span {
	background-image: url(/images/dropdown-arrows.png);
	background-position: 0 -14px;
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 30px;
	height: 14px;
	width: 32px;
}

@media only screen and (max-width: 480px) {
	.masthead {
		height: auto;
		margin: 0 auto 15px;
		line-height: 0;
		width: 100%;
		background: #000;
	}
	#home .masthead {
		height: 50px;
		padding-top: 0px;
	}
	nav.group {
		height: 50px;
	}
	.slide-trigger {
		display: block;
		width: 100%;
		padding-top: 5px;
	}
	#home .slide-trigger {
		padding-bottom: 10px;
	}
	.no-js .slide-trigger {
		display: none;
	}
	#MenuBar1 {
		display: none /*IMPORTANT*/;
		width: 100%;
		position: relative;
		z-index: 9999999999;
		max-width: 480px;
		padding: 3px 0;
	}
	ul.navigation {
		margin: 0;
		display: none;
	}
	.no-js ul.navigation {
		display: block;
	}
	ul.navigation {
		margin: 0;
	}
	#home ul.navigation a {
		padding: 20px 0px;
	}
	#home ul.navigation li {
		padding: 0px;
	}
	ul.navigation li {
		padding-top: 15px;
		float: none;
		width: 100%;
		background: #700;
		height: auto;
		padding: 15px 0px 0px;
	}
	ul.navigation li a {
		background: #700;
		color: #fff;
		border-bottom: #fff 1px solid;
	}
	ul.navigation li a:hover {
		background: initial;
		border-bottom: #fff 1px solid;
	}
	ul.navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 100%;
		z-index: 1020;
		cursor: pointer;
		width: 100%;
		left: 0;
		position: static;
		line-height: 1em !important;
	}
	ul.navigation ul li {
		padding-top: 0;
		width: 100% !important;
		background: #222;
		font-size: 20px;
	}
	ul.navigation ul li a {
		background: #222;
	}
	ul.navigation ul li a:hover {
		background: initial;
	}
	ul.navigation a:hover,
	ul.navigation a:focus {
		display: block;
		background-image: none;
		color: #fff;
		background-color: #000;
	}
	ul.navigation a.MenuBarItemHover,
	ul.navigation a.MenuBarItemSubmenuHover,
	ul.navigation a.MenuBarSubmenuVisible {
		background-image: none;
		color: #fff;
	}
	.subbutton a:link {
		padding: 20px 0;
	}
	#navbottom {
		background: url(/images/navborder.jpg) top center repeat-x;
		width: 100%;
		height: 3px;
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
	.masthead {
		height: auto;
	}
	#home .masthead {
		height: 50px;
		padding-top: 0px;
	}
	#MenuBar1 {
		display: none /*IMPORTANT*/;
		width: 100%;
		position: relative;
		z-index: 9999999999;
		max-width: 768px;
		padding: 7px 0;
		font-size: 20px;
	}
	nav.group {
		height: 50px;
	}
	.slide-trigger {
		display: block;
		width: 100%;
		max-width: 768px;
		padding-top: 5px;
	}
	.no-js .slide-trigger {
		display: none;
	}
	ul.navigation {
		display: none;
	}
	.no-js ul.navigation {
		display: block;
	}
	.navHome,
	ul.navigation a,
	ul.navigation li,
	ul.navigation ul,
	ul.navigation ul li,
	#navtop,
	#navbottom {
		width: 100%;
	}
	ul.navigation {
		margin: 0 15px;
	}
	ul.navigation li {
		padding: 15px 0 0;
		float: none;
		width: 100%;
		background: #700;
		height: auto;
	}
	#home ul.navigation a {
		padding: 20px 0px;
	}
	#home ul.navigation li {
		padding: 0px;
	}
	ul.navigation li a {
		background: #700;
		color: #fff;
		border-bottom: #fff 1px solid;
	}
	ul.navigation li a:hover {
		background: initial;
		border-bottom: #fff 1px solid;
	}
	ul.navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 100%;
		z-index: 1020;
		cursor: pointer;
		width: 100%;
		left: 0;
		position: static;
	}
	ul.navigation ul li {
		padding-top: 0;
		width: 100%;
		background: #222;
		font-size: 12px;
	}
	ul.navigation ul li a {
		background: #222;
	}
	ul.navigation ul li a:hover {
		background: #222;
	}
	ul.navigation a:hover,
	ul.navigation a:focus {
		display: block;
		background-image: none;
		color: #fff;
		background-color: #000;
	}
	ul.navigation a.MenuBarItemHover,
	ul.navigation a.MenuBarItemSubmenuHover,
	ul.navigation a.MenuBarSubmenuVisible {
		background-image: none;
		color: #fff;
	}
	ul.navigation ul li {
		font-size: 20px;
	}
	.subbutton a:link {
		padding: 20px 0;
	}
}

@media screen and (min-width: 481px) and (max-width: 920px) {
	.callnow {
		width: 280px;
		margin: 0 20px 0 0;
	}
	.callnow h2 {
		margin-top: 5px;
	}
	#socialBtnsHeader {
		margin-top: 25px;
	}
}
@media screen and (min-width: 481px) and (max-width: 550px) {
	#socialBtnsHeader {
		display: none;
	}
	.callnow {
		width: auto;
		margin-top: 0;
	}
}
@media screen and (min-width: 921px) {
	.callnow {
		margin: 20px 40px 0 0;
	}
}

/*Home*/

#home {
	background: url(/images/backgrounds/index2020v2.jpg) center 60px repeat-x #000;
}
#homesiteLogo {
	margin-top: 40px;
}
#home .titles {
	color: #9a9a9a;
}
#home #subtitle {
	text-transform: uppercase;
}
#home #servicesbox {
	color: #fff;
}
#servicesbox a,
#home h1 a {
	text-decoration: none;
}
#home #serving,
#home #launched {
	text-align: center;
	margin-top: 10px; /* text-transform: uppercase; */
}

#home #nominated {
	background-color: #111;
	padding: 20px;
	border-radius: 20px;
	margin-top: 40px;
}

#home #theLatest {
	margin: 0px;
}

#home #indepdendentPub {
	margin: 20px auto;
	display: block;
	font-weight: bold;
}

#home #BIContainer {
   	position: relative;
	background: rgba(0, 0, 0, 0.7);
	padding: 20px;
	margin-top: 10px;
	font-family: "Alef", sans-serif; 
    border-radius: 20px;
    box-sizing: border-box;
}

#home #BIContainer h2,
#home #BIContainer a {
	text-align: center;
	text-decoration: none;
}

#home .feature {
	margin: 20px auto 40px;
}

/*Our Story*/

#ourStory .pagination-sm {
	margin: 70px auto 0;
}

/* Photo Gallery - Photo Collections Top-Level Page */

#photoCollections .item {
	text-align: center;
	padding: 10px;
}
#photoCollections .selectCollection img {
	margin: auto;
}

/*Actual Collections */

a.shotByKat {
	font-weight: normal;
	color: lightgray;
}

/* Katherine's Profile */

#ownerProfile #KAVowner {
	margin: 20px auto 40px;
	display: block;
}
#ownerProfile #profilereview,
#ownerProfile #contact {
	margin: 60px auto;
}

/* Band Identity */

#bandidentity #custom_container li {
	font-weight: bold;
}

/* Video Services */

#videoGallery #swapvideo .fancybox {
	font-size: 18px;
}
#videoGallery #expandCommentary02 {
	font-size: 14px;
}

#videoGallery #othervids {
	margin-left: 60px;
}

/* Production Credits */

#credits .content {
	padding: 20px;
	margin: 20px auto;
	background: #1e1e1e;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	text-align: center;
}

#credits hr {
	border: #555 1px solid !important;
	background: #555 !important;
	width: 90%;
}

#credits #links {
	margin: 20px auto 40px;
}

#credits .content ul {
	margin: 20px auto 40px;
}

#credits .content ul li {
	list-style-type: none;
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #222;
	border-radius: 5px;
	color: #f0f0f0;
}

#credits .content ul li .icon {
	color: #9c9c9c;
	margin-right: 10px;
	font-size: 1.2em;
	vertical-align: middle;
}

#credits .backtotop {
	margin: 40px auto 0;
}

/* Website Services */

#websiteServices #payment {
	margin-top: 60px;
}

/* Reviews, reviews.html */

#reviews #katherinequote {
	margin: 0 auto 20px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 100%;
    max-width:1000px;
}

#reviews #submitReview {
    margin: 0 auto;
}

/* Contact */

#contact #katacontact h1 {
	margin-bottom: 40px;
}
#contact #katacontact {
	letter-spacing: 1px;
}
#contact label {
	font-family: "Pathway Gothic One", sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
}
#contact #katacontact .form-row-full-width,
#contact #katacontact .form-row {
	padding: 10px;
}
#contact #katacontact textarea {
	height: 200px;
}
#contact #katacontact button {
	background: #820305;
	color: #e3e3e3;
	border-radius: 5px;
	padding: 5px 10px;
	display: block;
	margin: 20px auto 40px;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 1px;
	font-family: "Pathway Gothic One", sans-serif;
}
#contact #katacontact input,
#contact #katacontact select,
#contact #katacontact textarea {
	background: #222;
	color: #fff;
	border: #444 1px solid;
	border-radius: 5px;
	padding: 10px 15px;
}
#contact .g-recaptcha div {
	margin: 0 auto;
}
