/*   
Theme Name: Pary Artistry
Theme URI: http://partyartistry.com
Description: WordPress theme custom made for PartyArtistry.com.
Author: 4elbows
Author URI: http://4elbows.com
Version: 1
*/
/*** CSS Reset ***/
*{
    margin: 0;
    padding: 0;
}

*, 
*::before,
*::after{
    box-sizing: inherit;
}

html{
    box-sizing: border-box;
}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,q,dl,dt,dd,ol,ul,li,form,label,table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
body{line-height:1}
strong { font-weight: 400 }
/*ol,ul{list-style:none}*/
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content: none}
table{border-collapse:collapse;border-spacing:0}
/*** =WordPress Core=  ***/
.alignnone,.alignleft,a img.alignnone,a img.alignleft,.wp-caption.alignnone,.wp-caption.alignleft{margin:5px 20px 20px 0;    max-width: 100%;
    height: auto;}
.aligncenter, div.aligncenter,.aligncenter{display:block;margin:5px auto 5px auto}
.alignright,a img.alignright,.wp-caption.alignright{float:right;margin:5px 0 20px 20px}
.alignleft,a img.alignleft{float:left}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}
/** Fonts **/
/*@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/manksans-webfont.eot);
    src: url(fonts/manksans-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/manksans-webfont.woff) format('woff'),
         url(fonts/manksans-webfont.ttf) format('truetype'),
         url(fonts/manksans-webfont.svg#'manksans') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Century Gothic';
    src: url(fonts/manksans-medium-webfont.eot);
    src: url(fonts/manksans-medium-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/manksans-medium-webfont.woff) format('woff'),
         url(fonts/manksans-medium-webfont.ttf) format('truetype'),
         url(fonts/manksans-medium-webfont.svg#'manksans') format('svg');
    font-weight: normal;
    font-style: normal
}*/
/*** Global ***/
body {
	color: #000;
	font: 16px/20px 'Century Gothic',Arial,sans-serif
}
#wrapper {
	margin: 0 auto 50px;
	width: 960px
}
#container {
	-moz-box-shadow:    0 0 10px 0 #777;
	-webkit-box-shadow: 0 0 10px 0 #777;
	box-shadow:        0 0  10px 0 #777;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px
}
p { margin-bottom: 25px }
a {
	color: #5A025C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline
}
/** Header **/
#header {
	height: 155px;
	padding: 10px 0;
	position: relative;
	    max-width: 960px;
   	 margin: 0 auto;
}
/* Logo */
#logo {
	float: left;
	padding: 25px 17px;
	position: absolute;
	bottom: -95px;
	left: -55px;
	z-index: 10
}
#logo a {
	color: #fff;
	font:700 24px/38px Helvetica,Arial,sans-serif;
	text-decoration: none
}
/* Header Widget */
#header .widget  {
	color: #fff;
	font-family: 'Century Gothic',Arial,sans-serif;
	position: absolute;
	top: 15px;
	right: 0
}
#header .widget  #phone-number{
	background: #50183f;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	color: #fff;
	font: 21px/22px 'Century Gothic',Arial,sans-serif;
	margin-bottom: 5px;
	padding: 10px
}
#header .widget form {
	float: right;
	width: 300px
}
#header .widget p,#header .widget label {
	font: 14px/17px 'Century Gothic',Arial,sans-serif;
	margin-bottom: 10px
}
#header .widget .fsSubmitButton {
	background: url(img/button_bg.png) top center repeat-y;
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	color: #5A025C;
	cursor: pointer;
	font: 13px/15px 'Century Gothic',Arial,sans-serif;
	float: right;
	padding: 4px 7px;
	text-transform: uppercase
}
#content form h3 {
	color: #000;
	font:400 15px/20px 'Century Gothic',Arial,sans-serif;
	padding: 10px 0
}
#content .fsSubmitButton{
	border: none !important;
	background: #5A025C !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	color: #fff;
	font: 18px/24px 'Century Gothic',Arial,sans-serif;
	float: left;
	padding: 5px 15px;
	text-transform: uppercase;
}
#header .widget .fsFormatEmail { width: 200px }
/* Navigation */
#nav{ 
	background: #fff url(img/menu_bg.jpg) top right repeat-y;
	-moz-box-shadow:   0 0 15px 0 #000;
	-webkit-box-shadow: 0 0 15px 0 #000;
	box-shadow:         0 0 15px 0 #000;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0; 
	position: absolute;
	bottom: -5px;
	right: 0;
	z-index: 9
}

.outer-nav{

}
}
#nav > li{
	border-right: 1px solid #b8b7b5;
	display: block;
	float: left;
	position: relative
}
#nav > li:first-child { padding-left: 50px }
#nav > li:last-child { border: none }
#nav > li:last-child a:hover,#nav > li:last-child.current-menu-item > a{
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0 
}
#nav > li > a{
	color: #5a025c;
	display: block;
	font:400 16px/20px 'Century Gothic',Arial,sans-serif;
	letter-spacing: 1px;
	padding: 15px 23px;
	text-decoration: none;
	text-transform: uppercase
}
#nav > li > a:hover,#nav > .current-menu-item > a{
	background: #5E1858;
	color: #fff
}
.page-template-template-home-php #nav > .current-menu-item > a {
}
.sub-menu{
	display: none;
	list-style-type: none
}
#nav li:hover .sub-menu{
	background: #DCDDDE;
	border-width: 0 1px 1px;
	display: block;
	position: absolute;
	left: -1px;
	/* width: 100%*/
}
#nav li:hover .sub-menu a{
	color: #401e17;
	display: block;
	font:400 17px/20px 'Century Gothic',Arial,sans-serif;
	letter-spacing: 1px;
	padding: 9px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase
}
#nav li:hover .sub-menu a:hover{
	background: #5A025C;
	color: #fff
}
/** Content **/
#content { padding: 70px 45px 15px }
/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #5a025c;
	font: 21px/25px 'Century Gothic',Arial,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #5a025c;
	text-decoration: none
}
h1 {
	border-bottom: 1px solid #5a025c;
	font: 29px/35px 'Century Gothic',Arial,sans-serif;
	padding-bottom: 10px;
	text-transform: uppercase
}
h2 { margin: 25px 0 15px }
/*** Home Page ***/
.slideshow{overflow: hidden;}
#slider{
	height: 603px;
	position: relative;
	z-index: -1;
}
#output h3{
	background:url(img/slide_txt_bg.png) 0 0;
	color: #fff;
	font:400 16px/25px 'Century Gothic',Arial,sans-serif;
	height: 26px;
	letter-spacing: 1px;
	padding: 18px 0;
	position: absolute;
	bottom: 45px;
	text-align: center;
	width: 960px;
	z-index: 15;
}
#prev,#next{
	background:url(img/arrows.png) 0 0 no-repeat;
	display: block;
	height: 62px;
	position: absolute;
	top: 330px;
	width: 62px;
	z-index: 20
}
#prev{ left: -25px }
#next{
	background-position: -65px 0;
	right: -40px
}
/*** Page ***/
#content .ngg-gallery-thumbnail img { margin: 0 }
#content .ngg-galleryoverview {
	padding: 0 15px 10px;
	position: relative
}
#content .ngg-galleryoverview  .prev,#content .ngg-galleryoverview  .next{
	background:  url(img/arrows-2.png) 0 0 no-repeat;
	border: none;
	display: block;
	height: 60px;
	padding: 0;
	width: 65px
}
#content .ngg-galleryoverview  .prev {
	background-position: 0 -7px;
	position: absolute;
	top: 70px;
	left: 0
}
#content .ngg-galleryoverview  .prev:hover { background-position: 0 -72px }
#content .ngg-galleryoverview  .next {
	background-position: -73px -7px;
	position: absolute;
	top: 70px;
	right: 0
}
#content .ngg-galleryoverview  .next:hover{ background-position: -73px -72px }
#content .ngg-navigation { display: none !important  }
#content .ngg-navigation .page-numbers, #content .ngg-navigation .current { display: none !important }
#content ul { margin-left: 10px }
#content ul li a {
	color: #5a025c;
	text-decoration: none;
}
/*** WP Gallery ***/
.gallery {
	height: 160px;
	overflow: hidden
}
.carousel{
	height: 168px;
overflow: hidden;}
.carousel-container {
	position: relative;
	width: 820px
}
.jCarouselLite1,.jCarouselLite2,.jCarouselLite3 { overflow: hidden }
.prev, .next {
	background:  url(img/arrows-2.png) 0 0 no-repeat;
	border: none;
	display: block;
	height: 60px;
	padding: 0;
	width: 65px;
	z-index: 100
}
.prev {
	background-position: 0 -7px;
	position: absolute;
	top: 70px;
	left: -20px
}
.prev:hover { background-position: 0 -72px }
.next {
	background-position: -73px -7px;
	position: absolute;
	top: 70px;
	right: -35px
}
.next:hover { background-position: -73px -72px }
.carousel li{ list-style-type: none }
.carousel li img { margin: 7px }

/*** ==Festivities == ***/
.galleryview { margin: 0 auto }
hr {
	background: #fff;
	border: 1px solid #BCBEC0;
	border-width: 1px 0 0
}
#more-galleries {
	margin: 35px auto ;
	width: 600px
}
#more-galleries span {
	color: #581D5C;
	display: block;
	font: 16px Helvetica, Arial,sans-serif;
	float: left;
	height: 25px;
	margin-right: 15px;
	padding: 30px 15px 30px 0;
	text-align: center;
	width: 90px;
}
#more-galleries img { margin-right: 15px }

/*** Contact Page ***/
.fsForm { margin: 0 !important } 
/*** Footer ***/
#footer{
	background: #fff url(img/footer_bg.jpg) top center repeat-y; 
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; 
	clear: both;
	text-align: center
}
/* Social Icons*/
#socIcons{
	padding: 30px 0;
	text-align: center
	}
#socIcons li { display: inline-block }
#socIcons li a{
	background: url(img/soc_icons.png) -2px 1px no-repeat;
	display: block;
	height: 35px;
	width: 35px
}
#socIcons li #linkedin{background-position: -38px 0}
#socIcons li #pinterest{background-position: -72px 0}
#socIcons li #facebook:hover{background-position: -2px -34px}
#socIcons li #linkedin:hover{background-position: -38px -34px}
#socIcons li #pinterest:hover{background-position: -72px -34px}
#copyright {
	color: #8c8c8c;
	font: 14px/20px 'Century Gothic',Arial,sans-serif;
	letter-spacing: 1px;
	padding: 30px 0;
	text-align: center
});
    font-weight: normal;
    font-style: normal
}*/
/*** Global ***/
body {
	color: #000;
	font: 16px/20px );
    font-weight: normal;
    font-style: normal
}*/
/*** Global ***/
body {
	color: #000;
	font: 16px/20px 
}

#mobile-nav{
	display: none;
}

#mobile-phone{
	display: none;
}

#nav{
	
}

#nav > li{
	display: block;
	float: left;
	position: relative;
}


@media (max-width: 1060px) {
	#wrapper{
		max-width: 960px;
		padding: 0 30px;
		width: auto;
	}
	.fb_iframe_widget{
		width: 100% !important;
		overflow: hidden;
	}

	.slideshow {
		width: 100% !important;
	}
	
	#logo{
width: 40%;
    float: left;
    /* top: 100%; */
    /* transform: translateY(-64%); */
    bottom: initial !important;
    max-width: 110px;
    position: absolute;
    padding: 10px;
    padding-top: 0;
    left: 0;
}
	

	#logo img{
		width: 100%;
	}

#nav > li:first-child {
   padding-left: 0;
}

.fb_iframe_widget_fluid {
    display: inline-block !important;
}

#wrapper {
    padding: 0;
}

.uiGrid{
	width: 100% !important;
}

#myGallery_1{
	width: 100% !important;
	overflow: hidden;
}

.panel{
	width: 100% !important;
}

.panel img{
	width: 100% !important;
	height: auto !important;
}

.strip_wrapper{
	width: 100% !important;
}

#more-galleries{
	width: 100% !important;
}

#more-galleries span,
#more-galleries a{
	width: 100%;
	margin: 0;
	padding: 10px 0;
}

#more-galleries img {
    margin-right: 0;
    display: block;
    margin: 0 auto;
}
#nav > li:last-child {
   padding-left: 0;

}

	#nav > li{
		background: #8A2981;
		width: 100%;
		text-align: center;
		color: #fff;
		border-top: 2px solid #fff !important;
	}

	#nav > li > a{
		color: #fff !important;
		padding: 20px 23px;
	}

.outer-nav {
	right: 0;
    width: 100%;
    min-height: 75px;
    position: relative;
    display: block;
    bottom: 0;
border-radius: 0 !important;
    box-shadow: initial !important;
    background: #CFB3D1;
}
#nav{
	top: 100%;
	display: none;
    height: 100vh;
    background: transparent;
    box-shadow: none;
    max-height: 700px;
    width: 100%;
    border-radius: 0 !important;
}

#mobile-phone{
	position: absolute;
    right: 80px;
    top: 50%;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    border-left: 2px solid #fff;
    transition: 0.2s all ease;
}

#mobile-phone img{
	max-width: 26px;
}

#mobile-nav{
position: absolute;
    right: 0;
    top: 50%;
    height: 30px;
    transform: translateY(-50%);
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    border-left: 2px solid #fff;
    transition: 0.2s all ease;
}

.open{
	background: #8A2981;
}

.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 40px;
  height: 2px;
  border-radius: 2000px;
  background-color: #fff;
  display: inline-block;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0; }

.navigation__icon::before {
  top: -12px; }

.navigation__icon::after {
  top: 12px; }

.open .navigation__icon {
  background-color: transparent; }

.open .navigation__icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.open .navigation__icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.sub-menu {
    display: block !important;
    list-style-type: none;
    color: #5a025c;
    display: block;
    font: 400 16px/20px 'Century Gothic',Arial,sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
	position: relative !important;
background: #fff !important;
   left: 0 !important;
}

#nav li .sub-menu li{
	border-top: 2px solid #fff;
}

#nav li .sub-menu a{
	color: #fff !important;
	display: block;
	font:400 16px/20px 'Century Gothic',Arial,sans-serif !important;
	letter-spacing: 1px;
	padding: 20px 23px !important;
	text-align: center !important;
	text-decoration: none;
	text-transform: uppercase;
	left: 0 !important;
	background: #5E1858 !important;
	
}

#header .widget {

    display: none;
}

#header{
	height: auto;
	padding: 0;
	max-width: initial !important;
}

.thirds{
	margin-top: 15px;
}

.thirds a{
	width: 100%;
	display: inline-block;
	text-align: center;
}

.thirds a img{
	margin: 5px auto !important;
	float: none;
}

#nav > li > a:hover,#nav > .current-menu-item > a{
	background: #fff;
	color: #8A2981 !important;
}
}


@media (max-width: 570px) {
#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 50% !important;
}

.gallery{
	height: auto;
}

.post img{
	width: 100%;
	height: auto;
	margin: 0 !important;
	padding: 5px;
}

.gallery-item img{
	padding: 0 !important;
	
}


}



