/*

Theme Name: Kids Party Fun Custom
Theme URI: http://www.EricStrate.com/
Description: Custom Theme for Kids Party Fun 
Author: Sean Ansari
Author URI: http://www.EricStrate.com/
Version: 1.0
Tags: white
editor-style, custom-menu
Text Domain: Kids Party Fun
*/



/* -------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans|Oswald|Indie+Flower);
 @import url('http://getbootstrap.com/dist/css/bootstrap-theme.min.css');
body {
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
	font-size:13px;
}
.open-sans {
	font-family: 'Open Sans', arial, sans-serif;
}
.oswald {
	font-family: 'Oswald', arial, sans-serif;
}
.indie-flower {
	font-family: 'Indie Flower', arial, cursive;
}
/****** - NAV - ******/



.navbar-default {
	border:none;
	background:none;
	box-shadow: none;
	border-radius:0px;
	border-top:1px #e5e5e5 solid;
	border-bottom:1px #e5e5e5 solid;
	margin-top:5px;
	font-family: 'Open Sans', arial, sans-serif;
	color:#7c7c7c;
	font-size:15px;
	padding:0px;
}
.navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}
.container-fluid {
	padding-left:0px;
	padding-right:0px;
}
.nav > li {
	padding-left:5px;
	padding-right:5px;
}
.navbar-nav > li > a {
	padding:14px 22px 12px 0px;
}
.navbar-default .navbar-nav > .active > a {
	background-image:none;
	box-shadow:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	/*background-color: #E7E7E7;*/

	background-color:#FFF;
	color: #e03480;
	outline: none;
	outline: 0;
}
/****** - HOME - *****/



.top-banner {
}
.searcher {
	margin-top:25px;
}
.search-box {
	width:80px;
	height:30px;
	float:left
}
.welcome-box h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#999
}
.box-label {
	z-index:100;
	position:absolute;
	color:white;
	left:35px;
	top:45px;
	line-height: 22px;
}
.box-label-head {
	font-family: 'Open Sans', arial, sans-serif;
	font-size:36px;
	color:#FFF;
}
.box-label-sub {
	font-family: 'Open Sans', arial, sans-serif;
	font-size:24px;
	color:#FFF;
}
.bullets ul {
	margin:20px 0px 0px 5px;
	padding:0px;
}
.bullets ul li {
	background:url(images/gray-arrow.gif) center left no-repeat;
	list-style:none;
	list-style-type:none;
	font-size:15px;
	margin-top:7px;
}
.bullets ul li a {
	margin-left:10px;
	font-size:15px;
	margin-top:5px;
}
.bullets ul li a:hover {
}
.green {
	color:#74a82c;
}
a.green {
	color:#74a82c;
	text-decoration:none
}
a.green:hover {
	color:#74a82c;
	text-decoration:underline;
}
.pink {
	color:#e84690
}
a.pink {
	color:#e84690;
	text-decoration:none
}
a.pink:hover {
	color:#e84690;
	text-decoration:underline;
}
.blue {
	color:#339ce4
}
a.blue {
	color:#339ce4;
	text-decoration:none
}
a.blue:hover {
	color:#339ce4;
	text-decoration:underline;
}
.padtop {
	margin-top:15px;
}
.cap {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	width:100%;
}
.party-themes-sidemenu .cap {
	background-color:#84c341;
	padding:7px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.party-items-sidemenu .cap {
	background-color:#ea5898;
	padding:7px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.party-planning-sidemenu .cap {
	background-color:#5aaef2;
	padding:7px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.party-themes-sidemenu ul {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.party-themes-sidemenu ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
	list-style-type:none;
	padding:3px 0px 3px 0px
}
.party-themes-sidemenu ul li a {
	color:#74a82c;
	text-decoration:none
}
.party-themes-sidemenu ul li a:hover {
	color:#74a82c;
	text-decoration:underline;
}
.party-items-sidemenu ul {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.party-items-sidemenu ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
	list-style-type:none;
	padding:3px 0px 3px 0px
}
.party-items-sidemenu ul li a {
	color:#e84690;
	text-decoration:none
}
.party-items-sidemenu ul li a:hover {
	color:#e84690;
	text-decoration:underline;
}
.party-planning-sidemenu ul {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.party-planning-sidemenu ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style:none;
	list-style-type:none;
	padding:3px 0px 3px 0px
}
.party-planning-sidemenu ul li a {
	color:#339ce4;
	text-decoration:none
}
.party-planning-sidemenu ul li a:hover {
	color:#339ce4;
	text-decoration:underline;
}
.theme-page h1 {
	color:#84c341
}
.wrap-it {
	float:left;
	margin-right:20px;
	margin-top:3px;
}
.content-page h1 {
	margin-top:0px; /*color:#6cc8de;*/
	font-size:30px
}
.content-page .label {
	font-size:12px;
}
.content-page .call-out {
	background-color: #FCF8F2;
	border-color: #F0AD4E;
	border-left: 3px solid #EEEEEE;
	margin: 20px 0;
	padding: 20px;
}
.content-page .call-out h4 {
	color: #F0AD4E;
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 18px;
}
.content-page ul {
	margin:0px;
	padding:0px;
}
.content-page ul li {
	list-style:none;
	list-style-type:none;
	margin-left:0px;
}
.content-page ul li a {
}
.content-page ul li a:hover {
}
.label-warning a {
	color:#fff
}
.label-warning a:hover {
	text-decoration:underline;
	color:#fff
}
.content-page .img-circle {
	border:4px solid #b1b1b1;
}
.content-page .green-caption {
	color:#84c341;
	font-size:18px;
	display:block;
	margin-top:4px;
	margin-bottom:20px;
}
.content-page .blue-caption {
	color:#65c6de;
	font-size:18px;
	display:block;
	margin-top:4px;
	margin-bottom:20px;
}
.content-page .blue-caption a {
	text-decoration:none;
	color:#65c6de
}
.content-page .blue-caption a:hover {
	text-decoration:underline;
	color:#65c6de
}
.content-page .green-headline {
	color:#84c341;
	font-size:18px;
}
.content-page .blue-headline {
	color:#6CC8DE;
	font-size:18px;
}
.content-page .pink-headline {
	color:#FF6699;
	font-size:18px;
}
.content-page .orange-headline {
	color:#FF6600;
	font-size:18px;
}
#wpcf7-f458-p459-o1 {
	width:400px;
}
#wpcf7-f458-p459-o1 textarea {
	height:100px;
}
span.wpcf7-list-item {
	display: block;
}
.orangesmallverdana {
	color:#FF6600;
}
.newsletter_box {
	width:270px;
	height:130px;
	background:url(/wp-content/themes/kidspartyfun-custom/images/newsletter.jpg) no-repeat;
}
.newsletter_top {
	font-family: 'Open Sans', arial, sans-serif;
	font-size:36px;
	color:#FFF;
	width:250px;
	height:50px;
	margin:25px 0px 0px 17px;
	float:left
}
.newsletter_bottom {
	width:250px;
	height:50px;
	margin:0px 0px 0px 17px;
	float:left
}
.newsletter_bottom input[type='text'] {
	width:180px;
	height:30px;
	float:left
}
.footer-holder {
	border-top:5px #e6356b solid;
	background-color:#f4f4f4;
	font-size:12px;
	padding:2px 0px 2px 0px;
	margin-top:50px;
}
/*********** BOOTSTRAP OVERRIDES **********/



.glyphicon {
	color:#999
}
.content-page .alert-warning {
	color:#999;
}
.gray-border {
	border:#ccc solid 3px;
}
.pad-image {
	margin:0px 20px 20px 0px;
}
.btn-mygreen {
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #72AD32;
 *background-color: #72AD32;
	background-image: -moz-linear-gradient(top, #84C341, #72AD32);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84C341), to(#72AD32));
	background-image: -webkit-linear-gradient(top, #84C341, #72AD32);
	background-image: -o-linear-gradient(top, #84C341, #72AD32);
	background-image: linear-gradient(to bottom, #84C341, #72AD32);
	background-repeat: repeat-x;
	border-color: #72AD32;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84C341', endColorstr='#72AD32', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-mygreen:hover,  .btn-mygreen:focus,  .btn-mygreen:active,  .btn-mygreen.active,  .btn-mygreen.disabled,  .btn-mygreen[disabled] {
	color: #FFFFFF;
	background-color: #72AD32;
 *background-color: #003bb3;
}
.carousel {
	padding:4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px #e7e7e7 solid;
}
.carousel-caption {
	background: rgba(0, 0, 0, 0.6);
	width:100%;
	left:0;
	right:0;
	bottom:0;
	padding-top:5px;
	font-size:20px;
}
.carousel-indicators {
	bottom:-7px;
}
/*********** WIDGETS **********/



.round-corner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px #e7e7e7 solid;
	padding:5px;
}
.widget {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px #e7e7e7 solid;
	margin-bottom:19px;
	padding:0px 9px 9px 9px
}
.widget h3 {
	color:#ff6699;
	font-size:18px;
	font-family: 'Indie Flower', arial, cursive;
	margin-top:10px;
	padding-bottom:2px;
}
.bottom-follow {
	margin-top:12px;
}
#text-3 {
	border:none;
	border:0;
	padding:0px;
}
#text-5, #text-2 {
	padding:8px;
}
.widget-map {
	margin-left:-8px;
}
#calendar_1 {
	margin-top:10px;
}
/*********** INNER PAGES **********/



.inner-page {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#333;
}
.inner-page h1 {
	font-family: 'Oswald', sans-serif;
	color:#fe3231;
	font-size:36px;
	margin-bottom:0px;
	margin-top:0px;
}
.inner-page h2 {
	font-family: 'Open Sans', sans-serif;
	color:#333;
	font-size:20px;
	margin-top:0px;
	font-weight:bold;
}
#about-us-table h1 {
	font-size:28px;
	margin-top:0px;
}
#about-us-table h2 {
	color: #333333;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 0;
}
.porto {
	-webkit-box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	padding:7px;
	background-color:#FFF;
}
.toppad {
	height:50px;
}
#activity {
	margin-top:40px;
}
#activity .selective {
	font-size:24px;
}
#activity th {
	background-color:#FCF8E3;
	color:#333;
	border:none;
	color: #999999;
	font-size: 18px;
}
#shopping {
	margin-top:40px;
}
#shopping .selective {
	font-size:24px;
}
#shopping th {
	background-color:#FCF8E3;
	color:#333;
	border:none;
	color: #999999;
	font-size: 18px;
}
#shopping ul li {
	list-style:none;
	list-style-type:none;
}
/**** MENU STYLING ****/



:first-of-type#menu-main-menu li a {
	/*    color: #333;

    display: block;

    font-size: 15px;

    height: 12px;

    padding: 15px 10px 16px;

    text-decoration: none;*/

	-webkit-transition: color 0.25s linear;
	-moz-transition: color 0.25s linear;
	-ms-transition: color 0.25s linear;
	transition: color 0.25s linear;
	outline: 0;
}
#menu-main-menu li a:hover {
	/*background: url("images/mnu-roll.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/

    color: #e03480;
	height: 12px;
	outline: none;
	outline: 0;
}
#menu-main-menu ul {
	font-family: Arial, Verdana;
	font-size: 14px;
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
#menu-main-menu ul li {
	background: none repeat scroll 0 0 #075B90;
	display: block;
	float: left;
	position: relative;
}
#menu-main-menu li ul {
	display: none;
	margin-left: -1px;
}
#menu-main-menu ul li a {
	
	border-right: 0 none;
	color: #FFFFFF;
	display: block;
	margin-left: 1px;
	padding: 0.8em;
	text-decoration: none;
	white-space: nowrap;
	width: 150px;
	outline: none;
}
#menu-main-menu ul li a:hover {
	color: #FFFFFF;
}
#menu-main-menu li:hover ul {
	display: block;
	position: absolute;
}
#menu-main-menu li:hover li {
	float: none;
	font-size: 11px;
}
#menu-main-menu li:hover a {
}
#menu-main-menu li:hover li a:hover {
	background: none repeat scroll 0 0 #0099FF;
}
#menu-main-menu li.current_page_item > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a {
/* background: url("images/mnu-roll.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/

}
.wp-polls-ul {
}
.wp-polls-ans li label {
	font-weight:normal;
}
/**** COMMENTS ****/



.comments-area ol {
	list-style-type:none;
	list-style:none;
}
.commentlist > li.comment {
	background: #f4f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist > li.comment {
	background: none repeat scroll 0 0 #F6F6F6;
	border: 1px solid #DDDDDD;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none outside none;
	margin: 0;
}
.commentlist .children li.comment {
	background: none repeat scroll 0 0 #FFFFFF;
	border-left: 1px solid #DDDDDD;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	border-radius: 3px;
	box-shadow: 0 1px 2px #CCCCCC;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url("images/comment-arrow.png");
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: "";
}
.commentlist .children .avatar {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: none repeat scroll 0 0 #EEEEEE;
	border-radius: 3px;
	color: #666666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: none repeat scroll 0 0 #888888;
	color: #FFFFFF;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
.commentlist > li.bypostauthor {
	background: none repeat scroll 0 0 #DDDDDD;
	border-color: #D3D3D3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url("images/comment-arrow-bypostauthor.png");
}
.commentlist .children > li.bypostauthor {
	background: none repeat scroll 0 0 #DDDDDD;
	border-color: #D3D3D3;
}
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
.page-template-sidebar-page-php #respond {
	width: auto;
}
#respond {
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
/*

#respond input[type="text"], #respond textarea {

    background: none repeat scroll 0 0 #FFFFFF;

    border: 4px solid #EEEEEE;

    border-radius: 5px;

    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.95) inset;

    padding: 10px;

    position: relative;

    text-indent: 80px;

}



#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {

    background: none repeat scroll 0 0 #EEEEEE;

    box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);

    color: #555555;

    display: inline-block;

    font-size: 13px;

    left: 4px;

    min-width: 60px;

    padding: 4px 10px;

    position: relative;

    top: 40px;

    z-index: 1;

}

#respond input[type="text"]:focus, #respond textarea:focus {

    text-indent: 0;

    z-index: 1;

}

#respond textarea {

    resize: vertical;

    width: 95%;

}

#respond .comment-form-author .required, #respond .comment-form-email .required {

    color: #BD3500;

    font-size: 22px;

    font-weight: bold;

    left: 75%;

    position: absolute;

    top: 45px;

    z-index: 1;

}

#respond .comment-notes, #respond .logged-in-as {

    font-size: 13px;

}

#respond p {

    margin: 10px 0;

}

#respond .form-submit {

    float: right;

    margin: -20px 0 10px;

}

#respond input#submit {

    background: none repeat scroll 0 0 #222222;

    border: medium none;

    border-radius: 3px;

    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

    color: #EEEEEE;

    cursor: pointer;

    font-size: 15px;

    left: 30px;

    margin: 20px 0;

    padding: 5px 42px 5px 22px;

    position: relative;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);

}

#respond input#submit:active {

    background: none repeat scroll 0 0 #1982D1;

    color: #BFDDF3;

}*/

#respond #cancel-comment-reply-link {
	color: #666666;
	margin-left: 10px;
	text-decoration: none;
	position:relative;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.comment-respond h3 {
	margin-top:5px;
}
#cancel-comment-reply-link {
	color: #888888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.05em;
	line-height: 2.2em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #FF4B33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type="text"] {
	display: block;
	/* height: 24px;*/

    width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
#colophon {
	clear: both;
}
/**** SIDE - MENU STYLING ****/



.leftCol {
	float: left;
	height: auto;
	margin-left: 10px;
	min-height: 290px;
	width: 184px;
}
.leftCol ul li {
	list-style: none outside none;
	margin-left: 0;
}
li {
	line-height: 20px;
}
.topleft {
	border-bottom: 1px solid #CCCCCC;
	color: #7cbe5c;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-size:21px;
	margin: 0px 0 5px;
	width: 200px;
}
ul#menu-side-menu {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	width: 240px;
}
ul#menu-side-menu li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	list-style: none outside none;
}
ul#menu-side-menu li a {
	color: #666;
	display: block;
	font-family: 'Open Sans', sans-serif;
	padding: 0.5em 0.5em 0.4em 0.2em;
	text-decoration: none;
	width: 220px;
}
ul#menu-side-menu li a:hover {
	/*    background-color: #B9AC87;*/

    color: #000;
	display: block;
	font-family: 'Open Sans', sans-serif;
	padding: 0.5em 0.5em 0.4em 0.2em;
	text-decoration: underline;
	width: 220px;
}
.bubble {
	height:120px;
	display:table-cell;
}
.hundred-themes a {
	background:url(images/arrow.png) left center no-repeat;
	padding-left:15px;
	height:10px;
	line-height:30px;
}
.hundred-themes a:hover {
	background:url(images/arrow-over.png) left center no-repeat;
	height:10px;
	line-height:30px;
}
.food-list ul {
	margin-left:15px;
}



/******** END OF MENU STYLING **********/





/* Large desktop lg*/



@media (min-width: 1200px) {
 .action-btn img {
display:inline;
}
}



/* Portrait tablet to landscape and desktop md */

@media (min-width: 768px) and (max-width: 979px) {
}



/* Landscape phone to portrait tablet sm */

@media (max-width: 767px) {
 .jumbo {
visibility:hidden;
}
 .transp {
background-color: rgba(255, 255, 255, 1);
}
}



/* Landscape phones and down  xs */

@media (max-width: 480px) {
 .searcher {
visibility:hidden;
}
 .navbar-collapse {
padding-left:15px;
padding-right:15px;
}
 .container-fluid {
padding-left:15px;
padding-right:15px;
}
 #text-3 {
display:none;
}
}

#text-139 {border: 0px; margin:-19px 0px 10px -9px}