/*
Theme Name: Rick Orozco
*/

@font-face {
    font-family: 'Calligraphy';
    src: url('assets/fonts/Calligraphy.eot');
    src: url('Cassets/fonts/alligraphy.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calligraphy.woff2') format('woff2'),
        url('assets/fonts/Calligraphy.woff') format('woff'),
        url('assets/fonts/Calligraphy.ttf') format('truetype'),
        url('assets/fonts/Calligraphy.svg#Calligraphy') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body, input, select, textarea, button {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}
input, select, textarea, button { outline: none; }
ul, ol {
	margin: 0 0 16px 20px;
}
p {
	margin: 0 0 20px 0;
}
ul:last-child, ol:last-child, p:last-child {
	margin-bottom: 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: inherit;
}
:-moz-placeholder {
	color: inherit;
}
::-moz-placeholder {
	color: inherit;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: inherit;
}

a, a:hover { text-decoration: none; color: inherit; }
a, input[type="submit"] {
	transition: all 80ms ease-in;
	cursor: pointer;
}

.clearfix {
    display: block;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}
.clearfix:after {
    clear: both;
}
 
.sitewrap {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.siteHeader ul,
.siteFooter ul  {
	list-style: none;
	margin: 0;
}

.socialLnk ul {
	display: flex;
}
.socialLnk ul li a {
	width: 36px;
	height: 0px;
	padding-top: 36px;
	display: block;
	overflow: hidden;
	background-image: url(images/social-icons.png);
	background-repeat: no-repeat;
}
.socialLnk ul li:nth-child(1) a {
	background-position: 0 0;
}
.socialLnk ul li:nth-child(2) a {
	background-position: 0 -36px;
}

@media screen and (min-width: 768px) {
	.sitewrap { max-width: 760px; }
}
@media screen and (min-width: 992px) {
	.sitewrap { max-width: 970px; }
}
@media screen and (min-width: 1200px) {
	.sitewrap { max-width: 1170px; }
}

.siteOuter {
	position: relative;
}
.siteHeader {
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.siteHeader .headerWrp  {
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}
.siteHeader .sitelogo {
	width: 140px;
    position: relative;
}
.siteHeader .sitelogo a {
	width: 125px;
    height: 0;
    padding-top: 90px;
    overflow: hidden;
	background-image: url(images/site-logo.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 2;
}
.siteHeader .sitelogo:after {
	content: "";
    left: 25px;
    border: 5px solid rgba(255,255,255,0.15);
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    bottom: -16px;
}
.siteHeader .headerRgt {
	width: calc(100% - 140px);
    background: rgba(7,2,50,0.43);
    display: flex;
	align-items: center;
}

.siteHeader .siteNav ul {
	display: flex;
}
.siteHeader .siteNav ul li {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 14px;
}
.siteHeader .siteNav ul li a {
	display: block;
	padding: 30px 0;
	position: relative;
}
.siteHeader .siteNav ul li a:before {
	content: "";
	background-color: #f93f68;
	height: 3px;
	left: 0;
	right: 0;
	position: absolute;
	top: 0;
	display: block;
	opacity: 0;
}
.siteHeader .siteNav ul li:hover a:before,
.siteHeader .siteNav ul li.current_page_item a:before {
	opacity: 1;
}


.siteHeader .socialLnk { margin-left: auto; }
.siteHeader .socialLnk li {
	margin-right: 13px;
}

.bannerSection {
	width: 100%;
    height: 688px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
	display: flex;
	align-items: center;
}
.bannerSection .bnrBx {
	width: 577px;
    height: 390px;
    background-image: url(images/banner-box.png);
    float: right;
    padding-left: 9px;
}
.bannerSection .bnrBx h1 {
	font-family: 'Calligraphy';
    font-weight: normal;
    font-style: normal;
    font-size: 228px;
    color: #fff;
    text-shadow: 0px 10px 0px rgba(0,0,0,0.3);
    line-height: 0.6;
    margin-left: -110px;
    margin-top: 43px;
    transform: rotate(-4deg);
    margin-bottom: 10px;
}
.bannerSection .bnrBx h2 {
	font-size: 54px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
}
.bannerSection .bnrBx p {
	font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-right: 30px;
}

.innerbnrSection {
	width: 100%;
    height: 360px;
	background-image: url(images/banner-img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.innerbnrSection h1 {
	font-family: 'Calligraphy'; 
	font-weight: normal; 
	font-style: normal;
	font-size: 150px;
    color: #fff;
    text-shadow: 0px 10px 0px rgba(0,0,0,0.6);
    text-align: right;
    line-height: 0.5;
    margin-top: 130px;
    max-width: 600px;
    float: right;
}

.homesectionOne {
	padding: 45px 0;
    background-image: url(images/welcome-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.homesectionOne .sectionWrp {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}
.homesectionOne .sectionWrp .rickImgHldr {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 15px;
}
.homesectionOne .sectionWrp .rickImgHldr img {
	max-width: 100%;
    display: block;
}
.homesectionOne .sectionWrp .contentHldr {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 15px;
}
.homesectionOne .sectionWrp .contentHldr h2 {
	font-size: 29px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 9px 7px 4px rgba(0,0,0,0.15);
    margin-left: -96px;
    margin-bottom: 25px;
}
.homesectionOne .sectionWrp .contentHldr h2 strong {
	display: block;
    font-size: 70px;
    font-weight: 800;
}
.homesectionOne .sectionWrp .contentHldr h4 {
	font-size: 23px;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
    margin: 0 0 10px;
}
.homesectionOne .sectionWrp .contentHldr p {
	font-size: 15px;
    color: #fff;
    line-height: 1.5;
}
.homesectionOne .sectionWrp .contentHldr .wp-block-button {
	margin: 0;
}
.homesectionOne .sectionWrp .contentHldr .wp-block-button a {
	margin: 1em 0 0;
    color: #f93c66;
    background: #fff;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 24px;
    padding: 10px 30px;
    border: 2px solid #fff;
}
.homesectionOne .sectionWrp .contentHldr .wp-block-button a:hover {
	background: transparent;
	color: #fff;
}

.eventssection  {
	padding: 45px 0 70px;
}
.eventssection .eventHdng  {
	text-align: center;
    margin: 0 0 35px;
}
.eventssection .eventHdng h3 {
	color: #17112a;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
}
.eventssection .eventHdng h3 strong {
	color: #dc3056;
    font-weight: 900;
}
.eventssection .eventList {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
	margin-bottom: 40px;
}
.eventssection .eventList .eventBx {
    flex: 1 1 33%;
    padding: 15px;
}
.eventssection .eventList .eventBx .eventBxTp {
	border: 4px solid #f2f2f2;
    padding: 20px 25px 0;
    text-align: center;
    margin: 0 0 30px;
}
.eventssection .eventList .eventBx .eventBxTp .eventDate {
	font-size: 29px;
    color: #dc3056;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
}
.eventssection .eventList .eventBx .eventBxTp .eventDate span {
	font-size: 72px;
}
.eventssection .eventList .eventBx .eventBxTp .eventDate b {
	font-weight: 800;
    color: #17112a;
}
.eventssection .eventList .eventBx .eventBxTp h4 {
	font-size: 23px;
    line-height: 30px;
    background: #fff;
    margin-bottom: -15px;
    font-weight: 300;
    text-transform: uppercase;
}
.eventssection .eventList .eventBx .eventInfo {
	padding: 0 25px;
}
.eventssection .eventList .eventBx .eventInfo p {
	font-size: 15px;
	color: #6e6e6e;
}
.eventssection .evntBtnGrp {
	display: flex;
    justify-content: center;
}
.eventssection .evntBtnGrp a {
	font-size: 17px;
    line-height: 24px;
    padding: 10px 35px;
    background: #150c4b;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #150c4b;
}
.eventssection .evntBtnGrp a:hover {
	background: #fff;
	color: #150c4b;
}

.musicsection  {
	position: relative;
    padding: 35px 0 20px;
}
.musicsection .musicBg {
	background-image: url(images/music-bg.jpg);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 120px;
    display: block;
    top: 0;
}
.musicsection .musicsectionWrp {
	position: relative;
    z-index: 2;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}
.musicsection .musicsectionWrp h2 {
	font-family: 'Calligraphy';
    font-weight: normal;
    font-style: normal;
    color: #f93c66;
    font-size: 180px;
    line-height: 0.8;
}
.musicsection .musicsectionWrp h4 {
	color: #fff;
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 4px;
}
.musicsection .musicsectionWrp p {
	font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.musicsection .musicsectionWrp .videoholder {
	width: 100%;
    max-width: 880px;
    height: 0px;
    padding-top: 43.6%;
    overflow: hidden;
    position: relative;
    margin: 35px auto 0;
}
.musicsection .musicsectionWrp .videoholder iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

.homeglrysection {
	background-color: #17112a;
	padding: 65px 0 120px;
	position: relative;
}
.homeglrysection .bgsections {
	position:absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.homeglrysection .bgsections:before,
.homeglrysection .bgsections:after {
	content: "";
    width: 100%;
    display: block;
    position: absolute;
}
.homeglrysection .bgsections:before {
	top: 0;
    background-image: url(images/gallery-bg1.jpg);
    height: 450px;
    background-position: center top;
}
.homeglrysection .bgsections:after {
	bottom: 0;
    background-image: url(images/gallery-bg2.jpg);
    height: 400px;
    background-position: center top;
}

.homeglrysection .homeglryWrp {
	position: relative;
    z-index: 2;
}
.homeglrysection .homeglryHdng {
	padding: 0 15px 50px;
	text-align: center;
}
.homeglrysection .homeglryHdng h2 {
	font-size: 60px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
}
.homeglrysection .homeglryHdng h2 strong {
	color: #dc3056;
	font-weight: 900;
}
.homeglrysection .glryListing {
	display: flex;
	flex-wrap: wrap;
}
.homeglrysection .glryListing > div {
	flex: 0 0 25%;
}
.homeglrysection .glryListing > div .imgHolder {
	width: 100%;
    height: 305px;
    overflow: hidden;
}
.homeglrysection .glryListing > div .imgHolder img {
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
	transition: all 80ms ease-in;
}
.homeglrysection .glryListing > div:hover .imgHolder img {
	transform: scale(1.1);
}

.homeglrysection .whiteboxOuter {
	position: absolute;
    left: 0;
    right: 0;
    top: 260px;
}
.homeglrysection .whiteboxOuter .whiteBx {
	background-color: #fff;
    max-width: 570px;
    padding: 60px 40px;
    position: relative;
}
.homeglrysection .whiteboxOuter .whiteBx:after {
	content: "";
    position: absolute;
    z-index: 1;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border: 1px solid #efefef;
}
.homeglrysection .whiteboxOuter .whiteBx > div {
	position: relative;
	z-index: 2;
}
.homeglrysection .whiteBx h4 {
	font-size: 38px;
    line-height: 1;
    color: #000;
    font-weight: 900;
    margin: 0 0 28px;
}
.homeglrysection .whiteBx h4 strong {
	color: #dc3056;
    font-size: 58px;
    font-weight: 900;
}
.homeglrysection .whiteBx p {
	display: flex;
}
.homeglrysection .whiteBx a.btn {
	background-color: #dc3056;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    padding: 8px 25px;
    margin-right: 10px;
    text-transform: uppercase;
    border: 2px solid #dc3056;
}
.homeglrysection .whiteBx a.btn.blue {
	background-color: #150c4b;
	border-color: #150c4b
}
.homeglrysection .whiteBx a.btn:hover,
.homeglrysection .whiteBx a.btn.blue:hover {
	background-color: #fff;
}
.homeglrysection .whiteBx a.btn:hover {
	color: #dc3056;
}
.homeglrysection .whiteBx a.btn.blue:hover {
	color: #150c4b;
}

/* --------- Footer Section ------------- */

.siteFooter  {
	background-color: #120a27;
}
.siteFooter .footerTp {
	display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
}
.siteFooter .footerTp .contactHdng  {
	text-align: center;
    width: 100%;
    padding: 0 15px 35px;
}
.siteFooter .footerTp .contactHdng h2 {
	font-size: 60px;
	line-height: 1.1;
	font-weight: 800;
	color: #e82d57;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.siteFooter .footerTp .contactHdng h2 strong {
	font-weight: 800;
	color: #fff;
}
.siteFooter .footerTp .contactHdng p {
	font-size: 21px;
	line-height: 1.2;
	color: #fff;
	font-weight: 300;
}
.siteFooter .footerTp .contactInfo {
	width: 50%;
	padding: 15px;
	padding-top: 40px;
}
.siteFooter .footerTp .contactInfo li {
	font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
    padding-left: 66px;
    position: relative;
}
.siteFooter .footerTp .contactInfo li:last-child {
	margin-bottom: 0;
}
.siteFooter .footerTp .contactInfo li strong {
	color: #e82d57;
    font-weight: 800;
    font-size: 38px;
    margin: 0 0 4px;
    line-height: 1.4;
}
.siteFooter .footerTp .contactInfo li i {
	color: #e82d57;
    position: absolute;
    left: 0;
    font-size: 38px;
    width: 50px;
    text-align: center;
    top: 14px;
}

.siteFooter .footerTp .contactForm {
	width: 50%;
	padding: 15px;
}
.siteFooter .footerTp .contactForm .formfield {
	padding: 15px 0;
}
.siteFooter .footerTp .contactForm input {
	background: #0e081f;
    border: 2px solid #4f4861;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    height: 52px;
    width: 100%;
    font-weight: 300;
}
.siteFooter .footerTp .contactForm input.wpcf7-not-valid {
	border-color: #d63c3c;
    box-shadow: 0 0 0px 4px rgba(255,0,0,0.3);
}
.siteFooter .footerTp .contactForm span.wpcf7-not-valid-tip {
	display: none;
}
.siteFooter .footerTp .contactForm div.wpcf7-response-output {
	    margin: 1em 0;
		color: #fff;
    padding: 0.7em;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}
.siteFooter .footerTp .contactForm input[type="submit"] {
	border-color: #d12148;
    background: #e82d57;
    width: auto;
    padding: 0 40px;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}
.siteFooter .footerTp .contactForm input[type="submit"]:hover {
	border-color: #d12148;
    background: #120a27;
}
.siteFooter .footerTp .contactForm textarea {
	background: #0e081f;
    border: 2px solid #4f4861;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    height: 120px;
    width: 100%;
    font-weight: 300;
	resize: none;
}

.siteFooter .socialLnk.notp {
	margin-top: -25px;
}
.siteFooter .socialLnk ul {
	justify-content: center;
	padding: 0 15px;
	position: relative;
}
.siteFooter .socialLnk ul:after {
	content: "";
    background-color: #2c253f;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
}
.siteFooter .socialLnk ul li {
	background-color: #120a27;
    margin: 0 8px;
    border: 1px solid #2c253f;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding: 6px;
    position: relative;
    z-index: 2;
}

.siteFooter .copyright {
	padding: 35px 0;
}
.siteFooter .copyright ul.footermenu {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px;
}
.siteFooter .copyright ul.footermenu li {
	font-size: 14px;
    color: #bfbfbf;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px 0 14px;
    line-height: 20px;
}
.siteFooter .copyright ul.footermenu li:after {
	content: "";
    background-color: #bfbfbf;
    width: 1px;
    height: 12px;
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
}
.siteFooter .copyright ul.footermenu li:last-child:after {
	display: none;
}
.siteFooter .copyright ul.footermenu li a:hover {
	color: #e82d57;
}
.siteFooter .copyright p {
	color: #5d586a;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.siteFooter .copyright p a {
	color: #e82d57;
}
.siteFooter .copyright p a:hover { color: #fff; }


/* 
>> Business Executive
*/
.musicsection.fhght  {
	padding-bottom: 50px;
    background-color: #000;
}
.musicsection.fhght .musicBg {
	bottom: 0;
	opacity: 0.4;
}
.musicsection.fhght .musicsectionWrp h4 {
	margin-bottom: 20px;
}
.musicsection.fhght .musicsectionWrp p {
	font-size: 15px;
	line-height: 1.6;
}

/* 
>> Contact Page
*/

.contactpgWrp  {
		padding: 55px 0 35px;	
}
.contactpgWrp .contactHdng {
	text-align: center;
    margin: 0 0 15px;
}
.contactpgWrp .contactHdng h2 {
	color: #17112a;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
}
.contactpgWrp .contactHdng h2 strong {
	color: #dc3056;
    font-weight: 900;
}
.contactpgWrp .contactHdng p {
	font-size: 24px;
	line-height: 1.4;
    color: #6e6e6e;
    font-weight: 300;
}
.contactpgWrp .contactForm {
	width: 100%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.contactpgWrp .contactForm form.wpcf7-form {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
}
.contactpgWrp .contactForm .formleft,
.contactpgWrp .contactForm .formrgt {
    flex: 0 0 50%;
    padding: 15px;
}
.contactpgWrp .contactForm .formfield {
    padding: 15px 0;
}
.contactpgWrp .contactForm input {
    background: #ffffff;
    border: 2px solid #eaeaea;
    padding: 0 15px;
    font-size: 16px;
    color: #222;
    height: 52px;
    width: 100%;
    font-weight: 300;
}
.contactpgWrp .contactForm textarea {
    background: #ffffff;
    border: 2px solid #eaeaea;
    padding: 10px 15px;
    font-size: 16px;
    color: #222;
    height: 216px;
    width: 100%;
    font-weight: 300;
    resize: none;
}
.contactpgWrp .contactForm input[type="submit"] {
    border-color: #d12148;
    background: #e82d57;
    width: auto;
    padding: 0 40px;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #fff;
}
.contactpgWrp .contactForm input[type="submit"]:hover {
	background: #fff;
	color: #d12148;
}
.contactpgWrp .contactForm input.wpcf7-not-valid {
	border-color: #d63c3c;
    box-shadow: 0 0 0px 4px rgba(255,0,0,0.3);
}
.contactpgWrp .contactForm span.wpcf7-not-valid-tip {
	display: none;
}
.contactpgWrp .contactForm div.wpcf7-response-output {
	margin: 1em 0;
    color: #8a8a8a;
    padding: 0.7em;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    width: 100%;
}
.contactpgWrp .contactForm .formfield.submit {
	flex: 0 0 50%;
    padding: 15px;
	text-align: center;
}



.contactPageOuter .homeglrysection {
	overflow: hidden;
    padding: 60px 0 25px;
}
.contactPageOuter .homeglrysection .bgsections:before {
	display: none;
}
.contactPageOuter .homeglrysection .bgsections:after {
	background-position: center bottom;
}

.contactPageOuter .contactInfo {
	position: relative;
	z-index: 2;
}
.contactPageOuter .contactInfo ul {
	margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.contactPageOuter .contactInfo ul li {
	font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    margin-bottom: 40px;
    padding-left: 66px;
    position: relative;
    min-width: 300px;
}
.contactPageOuter .contactInfo ul li i {
	color: #e82d57;
    position: absolute;
    left: 0;
    font-size: 38px;
    width: 50px;
    text-align: center;
    top: 14px;
}
.contactPageOuter .contactInfo ul li strong {
	    color: #e82d57;
    font-weight: 800;
    font-size: 38px;
    margin: 0 0 4px;
    line-height: 1.4;
}

/* 
>> Film Maker Page
*/

.filmmakerOuter {
	background-color: #17112a;
    padding: 75px 0;
    position: relative;
}
.filmmakerPage .headingSection {
	padding: 40px 15px;
    text-align: center;
}
.filmmakerPage .headingSection h2 {
	font-family: 'Calligraphy';
    font-weight: normal;
    font-style: normal;
    color: #f93c66;
    font-size: 120px;
    line-height: 0.7;
    letter-spacing: 0.065em;
}
.filmmakerPage .headingSection h2 strong {
	font-weight: normal;
    display: block;
    font-size: 85%;
    color: #17112a;
}
.filmmakerOuter .bgwrap {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.filmmakerOuter .bgwrap:before, 
.filmmakerOuter .bgwrap:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
}
.filmmakerOuter .bgwrap:before {
    top: 0;
    background-image: url(images/gallery-bg1.jpg);
    height: 450px;
    background-position: center top;
}
.filmmakerOuter .bgwrap:after {
    bottom: 0;
    background-image: url(images/gallery-bg2.jpg);
    height: 400px;
    background-position: center top;
}
.filmmakerOuter .filmmakerWrp {
    position: relative;
    z-index: 2;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.filmmakerOuter .filmmakerWrp .imgholder {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 15px;
}
.filmmakerOuter .filmmakerWrp .imgholder img {
	max-width: 100%;
    display: block;
    height: auto;
    box-shadow: 0 0 0 10px rgba(0,0,0,0.5);
}
.filmmakerOuter .filmmakerWrp .contentWrp {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding: 15px;
}
.filmmakerOuter .filmmakerWrp .contentWrp p {
	font-size: 16px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
}

/* 
>> Music Page
*/

.musicpgOuter  .musicitunes {
	padding: 45px 0;
    background-image: url(images/welcome-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.musicpgOuter  .musicitunes .ituneslisting {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	justify-content: center;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 360px;
    padding: 15px;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx h3 {
	font-size: 20px;
    color: #fff;
    text-shadow: 9px 7px 4px rgba(0,0,0,0.15);
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 12px;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx h3 strong {
	display: block;
    font-weight: 800;
    font-size: 110%;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx .imgholder {
	box-shadow: 0 0 0 5px rgb(255, 255, 255, 0.2);
    width: 100%;
    height: 330px;
    overflow: hidden;
    background-color: #fff;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx img {
	width: 100%;
    height: 100%;
    transition: all 300ms ease-in;
    object-fit: cover;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx a:hover img {
	transform: scale(1.25);
    opacity: 0.7;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx a {
	display: block;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx a i {
	
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx .btn {
	color: #f93c66;
    background: #fff;
    font-size: 18px;
    font-weight: 800;
    border: 2px solid #fff;
    margin: 25px auto 0;
    display: table;
    padding: 10px 25px;
}
.musicpgOuter  .musicitunes .ituneslisting > .itunesBx a:hover .btn {
	background:transparent;
	color: #fff;
}

.musicpgOuter .videoRows {
	position: relative;
    z-index: 2;
}
.musicpgOuter .videoRows .videoHeadings {
	text-align: center;
    margin: 0 0 15px;
}
.musicpgOuter .videoRows .videoHeadings h3 {
	font-size: 42px;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
}
.musicpgOuter .videoRows .videoHeadings h3 strong {
	color: #dc3056;
    font-weight: 900;
    display: block;
}
.musicpgOuter .videoRows .videolist {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	justify-content: center;
}
.musicpgOuter .videoRows .videolist .videoBx {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
}
.musicpgOuter .videoRows .videolist .videoBx .videoPlaceholder {
	width: 100%;
    max-width: 560px;
    height: 0px;
    padding-top: 56.4%;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.musicpgOuter .videoRows .videolist .videoBx .videoPlaceholder iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
}

/* 
>> Database Management
*/

.databasepgOuter .filmmakerOuter .bgwrap:before { display: none; }
.databasepgOuter .filmmakerOuter .bgwrap:after { opacity: 0.6; }
.databasepgOuter .databasemgmt { 
	position: relative;
    z-index: 2;
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 50px;
}
.databasepgOuter .databasemgmt h2 {
	font-size: 40px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 16px;
}
.databasepgOuter .databasemgmt h2 strong {
	color: #dc3056;
    font-weight: 900;
}
.databasepgOuter .databasemgmt p {
	font-size: 15px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0.025em;
    font-weight: 300;
}
.databasepgOuter .databasemgmt p a {
	color: #dc3056;
    box-shadow: inset 0px -2px 0px 0px;
    padding-bottom: 4px;
}
.databasepgOuter .databasemgmt p a:hover { color: #fff; }


/*
>> Business Executive
*/

.executiveSection3 {
	padding: 45px 0;
}
.executiveSection3 .heading {
	margin-bottom: 25px;
    text-align: center;
    padding: 0 25px;
}
.executiveSection3 .heading h2 {
	color: #17112a;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    margin: 0 0 12px;
}
.executiveSection3 .heading h2 strong {
	color: #dc3056;
    font-weight: 900;
}
.executiveSection3 .heading p {
	font-size: 20px;
    line-height: 1.5;
    color: #6e6e6e;
    font-weight: 300;
}
.executiveSection3 .contentWrp {
	column-count: 2;
    column-gap: 50px;
}
.executiveSection3 .contentWrp p {
	font-size: 15px;
    color: #404040;
    line-height: 1.6;
    break-inside: avoid;
    letter-spacing: 0.025em;
}


.executiveBtm .filmmakerOuter .bgwrap:before { display: none; }
.executiveBtm .filmmakerOuter .bgwrap:after { opacity: 0.6; }
.executiveBtm .databasemgmt { 
	position: relative;
    z-index: 2;
    max-width: 980px;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 50px;
}
.executiveBtm .databasemgmt h2 {
	font-size: 40px;
    line-height: 1.4;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 16px;
}
.executiveBtm .databasemgmt h2 strong {
	color: #dc3056;
    font-weight: 900;
}
.executiveBtm .databasemgmt p {
	font-size: 15px;
    line-height: 1.6;
    color: #fff;
    font-weight: 300;
}
.executiveBtm .databasemgmt p a {
	color: #dc3056;
    box-shadow: inset 0px -2px 0px 0px;
    padding-bottom: 4px;
}
.executiveBtm .databasemgmt p a:hover { color: #fff; }

.siteNav .button { height: 18px; margin: 0; cursor: pointer; display: none;}
.siteNav .button .icon b { width: 100%; height: 2px; background-color: #fff; position: relative;  display: block;
transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;}
.siteNav .button .icon { display: block; background-image: none; margin: 0; width: 24px;}
.siteNav .button .icon b + b { margin-top: 6px;}
.siteNav .button.menu-opened .icon b:nth-child(2) { opacity: 0;}
.siteNav .button.menu-opened .icon b:nth-child(1) {
transform: translateY(8px) translateX(0px) rotate(45deg);
-o-transform: translateY(8px) translateX(0px) rotate(45deg);
-ms-transform: translateY(8px) translateX(0px) rotate(45deg);
-moz-transform: translateY(8px) translateX(0px) rotate(45deg);
-webkit-transform: translateY(8px) translateX(0px) rotate(45deg);} 
.siteNav .button.menu-opened .icon b:nth-child(3) { 
transform: translateY(-8px) translateX(0px) rotate(-45deg);
-o-transform: translateY(-8px) translateX(0px) rotate(-45deg);
-ms-transform: translateY(-8px) translateX(0px) rotate(-45deg);
-moz-transform: translateY(-8px) translateX(0px) rotate(-45deg);
-webkit-transform: translateY(-8px) translateX(0px) rotate(-45deg);}



/*--------------------------------------------------------------
Ipad Landscape
--------------------------------------------------------------*/
@media screen and (max-width: 1199px) {

	
	.siteHeader .socialLnk { display: none; }
	.siteHeader .siteNav ul li { font-size: 13px; padding: 0 10px; }
	
	.homesectionOne .sectionWrp .contentHldr h4 { font-size: 21px; }
	
	.eventssection .eventList .eventBx .eventBxTp .eventDate { font-size: 25px; }
	.eventssection .eventList .eventBx .eventBxTp .eventDate span { font-size: 60px; }
	
	.eventssection .eventList .eventBx .eventBxTp h4 { font-size: 15px; }
	.eventssection .eventList .eventBx .eventInfo { padding: 0; }
	.eventssection .eventList .eventBx .eventInfo p { font-size: 12px; color: #6e6e6e; line-height: 1.5; }
	
	.homeglrysection .glryListing > div .imgHolder { height: 260px; }	
	
	.contactPageOuter .contactInfo ul li { min-width: 240px; }
	
}

/*--------------------------------------------------------------
Ipad Portrait
--------------------------------------------------------------*/
@media screen and (max-width: 991px) {
	.siteHeader .headerWrp { margin-left: 0; margin-right: 0; } 
	.siteNav .button { display: block;}
	.siteHeader .socialLnk { display: block; } 
	.siteHeader .headerWrp { position: relative; }
	.siteHeader .headerRgt .siteNav { margin: 33px 15px; order: 2; position: static; }
	.siteHeader .siteNav ul {
		position: absolute;
		left: 0;
		right: 0;
		top: 84px;
		flex-direction: column;
		background: rgba(7,2,50,1);
		padding: 15px 0;
		z-index:99;
	}
	.siteHeader .siteNav ul li {
		padding: 0;
		font-size: 14px;
	}
	.siteHeader .siteNav ul li a {
		padding: 10px;
	}
	
	.bannerSection { height: 420px; align-items: flex-end; }
	.bannerSection .bnrBx {
		transform: scale(0.7);
		margin-bottom: -50px;
		margin-right: -60px;
	}
	
	.homesectionOne .sectionWrp .rickImgHldr,
	.homesectionOne .sectionWrp .contentHldr{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.homesectionOne .sectionWrp .contentHldr h2 { margin-bottom: 10px; }
	.homesectionOne .sectionWrp .contentHldr h2 strong { font-size: 50px; }
	
	.musicsection .musicsectionWrp .videoholder { padding-top: 56.6%; }
	
	.eventssection .eventList .eventBx { flex: 0 0 50%; }
	.eventssection .eventList .eventBx:last-child { display: none; }
	
	.homeglrysection .glryListing > div .imgHolder { height: 200px; }
	.homeglrysection .whiteboxOuter {
		top: 220px;
	}
	.homeglrysection .whiteboxOuter .whiteBx {
		max-width: 400px;
		padding: 30px 20px;
	}
	.homeglrysection .whiteboxOuter .whiteBx:after { left: 0; right: 0; top: 0; bottom: 0;	}
	.homeglrysection .whiteBx h4 { font-size: 22px; margin-bottom: 16px; }
	.homeglrysection .whiteBx h4 strong { font-size: 36px; }
	.homeglrysection .whiteBx a.btn { font-size: 18px; line-height: 24px; padding: 8px 20px; font-weight: 700; } 
	.siteFooter .footerTp .contactInfo li,
.contactPageOuter .contactInfo ul li	{ font-size: 18px; }
	.siteFooter .footerTp .contactInfo li strong,
.contactPageOuter .contactInfo ul li strong	{font-size: 30px;}
	
	.filmmakerPage .headingSection h2 { font-size: 90px; }
	
	.filmmakerOuter .filmmakerWrp .imgholder,
	.filmmakerOuter .filmmakerWrp .contentWrp {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.filmmakerOuter .filmmakerWrp .imgholder img {
		margin: 0 auto;
	}
	
	
}

	
/*--------------------------------------------------------------
Mobile View
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {

.bannerSection {
	height: 320px;
    background-position: left top;
}
.bannerSection .bnrBx,
.homesectionOne .sectionWrp .rickImgHldr { display: none; }

.homesectionOne .sectionWrp .contentHldr {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.homesectionOne .sectionWrp .contentHldr h2 { margin-left: 0; font-size: 24px; }
.homesectionOne .sectionWrp .contentHldr h2 strong {     font-size: 44px; }
.musicsection .musicsectionWrp h2 { font-size: 110px; }
.eventssection .eventHdng h3,
.homeglrysection .homeglryHdng h2,
.siteFooter .footerTp .contactHdng h2,
.contactpgWrp .contactHdng h2 { font-size: 36px; }
.eventssection .eventList .eventBx {
    flex: 0 0 100%;
}
.siteFooter .footerTp .contactInfo,
.siteFooter .footerTp .contactForm { width: 100%; }
.homeglrysection .glryListing > div {
    flex: 0 0 50%;
}
.homeglrysection .whiteboxOuter {
	position: relative;
    top: auto;
}
.homeglrysection .whiteboxOuter .whiteBx {
	max-width: none;
    margin-left: -15px;
    margin-right: -15px;
}
.homeglrysection .whiteBx p {
	flex-wrap: wrap;
}
.homeglrysection .whiteBx a.btn.blue { margin-top: 15px; }
.siteFooter .footerTp .contactHdng p,
.contactpgWrp .contactHdng p { font-size: 17px; }
.siteFooter .footerTp .contactHdng {padding: 0 15px;}

.homeglrysection { padding: 35px 0 60px; }
.homeglrysection .homeglryHdng { padding-bottom: 35px; }

.musicpgOuter .musicitunes .ituneslisting > .itunesBx {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 320px;
    padding: 15px;
}
.musicpgOuter .videoRows .videolist .videoBx {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 420px;
    padding: 15px;
}
.filmmakerOuter { padding: 35px 0; }
.musicpgOuter .videoRows .videoHeadings h3 { font-size: 20px; }

.innerbnrSection { background-position: left top; }
.innerbnrSection h1 {
	font-size: 90px; margin-top: 180px; float: none; text-align: center;
}

.executiveSection3 .heading { padding: 0; }
.executiveSection3 .heading p { font-size: 18px; }
.executiveSection3 .contentWrp {
	column-count: 1;
    column-gap: 0px;
}
.contactpgWrp .contactForm .formleft, .contactpgWrp .contactForm .formrgt {
    flex: 0 0 100%;
    padding: 0 15px;
    max-width: 320px;
}
.contactPageOuter .contactInfo ul { flex-wrap: wrap; }
	
}





