/******************************************************************
Theme Name: Platform Stage School
Theme URI: http://www.platformstageschool.ie
Description: 
Author: GKD - GKDesign
Author URI: http://www.gkdesign.ie
Version: 1.0
******************************************************************/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

hr {
	color: silver;
	opacity: 0.67;
}

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
	font-size: 62.5%;
}

body {
	font: 300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #444;
}

main {
	width: 70%;
	float: left;
	padding-right: 50px;
}

/* clear */

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: purple;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #4C127A;
}

a:focus {
	outline: 0;
}

.footer a {
	color: #444;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: purple;
}

.footer a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

#h-background, #h-background-short {
	width: 100%;
	height: 400px;
	overflow: hidden;
}

#h-background-short {
	max-height: 200px;
}

/*outer*/

#outer-wrap {
	width: 100%;
	height: auto;
	position: relative;
}

#outer {
	width: 100%;
	height: auto;
	position: absolute;
	top: 10px;
	clear: both;
}

/* wrapper */

.wrapper {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	position: relative;
	top: 3rem;
}

/* header */

.header {
	clear: both;
	margin-bottom: 30px;
	height: auto;
	overflow: visible;
}

/* logo */

.logo {
	
}

.logo-img {
	
}

/* nav */

/*
.menu {
        width:100%;
        margin: 1.5rem 0;
		padding:1px;
		position: relative;
		height: auto;
	float: left;
	clear: both;
       
}


.menu ul {
    display:inline-block;
    text-align: center;
    position: relative;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}
 
.menu li {
    margin: 0px 50px 0px -40px;
    float:left;
    list-style:none;
    list-style-position: inside;
    font-size:1.7rem;
    line-height: 1em;

}
 
.menu li:last-child {
    margin-right:0px;
}
 
.menu a {
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#fff;
    transition:background-image linear 0.15s;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #E0168C),
	color-stop(1, #6C1AB5)
);
background-image: -o-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
background-image: -moz-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
background-image: -webkit-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
background-image: -ms-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
background-image: linear-gradient(to bottom, #E0168C 0%, #6C1AB5 100%);;
	 box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    border-radius:3px;
	display: block;
	    padding: 1.7rem;

}
 
.menu a:hover, .menu .current-menu-item a {
    text-decoration:none;
    text-shadow:0px -1px 0px rgba(255,255,255,0.5);
	color: #4C127A;
}*/

/*slider*/

#slider-ph {
	width: 100%;
	min-height: auto;
	background: #121212;
	display: block;
	clear: both;
	margin: 1.7rem 0;
}

/* sidebar */

.sidebar {
	float: right;
	width: 25%;
	margin-bottom: 25px;
}

/* footer */

.footer {
	width: 100%;
	clear: both;
	height: auto;
	position: inherit;
	overflow: visible;
	padding: 10px 10px;
	margin: 10px 0;
	border-top: 1px solid purple;
}

a#scrollUp {
	bottom: 20px;
	right: 20px;
	padding: 25px;
	color: #fff;
	background: purple url('img/top_button.png') no-repeat center center;
	opacity: 0.8;
}

a#scrollUp:hover {
	background-color: #c52155;
}

a#scrollUp img {
	width: 120% !important;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, #venues-table-container h4 {
	color: #4C127A;
}

@font-face {
	font-family: 'Genericons';
	src: url('font/genericons-regular-webfont.eot');
	src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/genericons-regular-webfont.woff') format('woff'),
         url('font/genericons-regular-webfont.ttf') format('truetype'),
         url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

genericon-phone, .genericon-mail, .genericon-summary {
	font-size: 2.2rem;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

main {
	clear: both;
	width: 100%;
	padding-right: 0px;
}

.sidebar {
	float: left;
	width: 100%;
}

}

@media only screen and (min-width:480px) {

main {
	clear: both;
	width: 100%;
}

.sidebar {
	float: left;
	width: 100%;
}

}

@media only screen and (min-width:768px) {

main {
	width: 70%;
	float: left;
}

.sidebar {
	float: right;
	width: 25%;
}

.nav {
	display: block;
}

}

@media only screen and (max-width:995px) {

#topbar_contact {
	margin-top: 10px;
	width: 100%;
	display: none;
}

#topbar_contact ul {
	list-style-type: none;
}

#topbar_container_mobile {
	display: block !important;
}

}

@media only screen and (max-width:400px) {

}

@media only screen and (max-width:540px) {

#ph_mobile, .rwd-break {
	display: block !important;
}

#ph_tablet {
	display: none !important;
}

}

@media only screen and (max-width:1038px) {

#topbar_contact li a, .main-navigation ul li a {
	margin-right: 3px !important;
}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

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.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.sticky {
	
}

.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {

* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

a,
	a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
	content: "";
}

pre,blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

thead {
	display: table-header-group;
}

tr,img {
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}
	@page {
		margin:0.5cm;
	}

p,
	h2,
	h3 {
	orphans: 3;
	widows: 3;
}

h2,
	h3 {
	page-break-after: avoid;
}

}

/* NAVIGATION TEST */

#menu-main-menu {
	padding-left: 0px !important;
}

.main-navigation {
	float: left;
	width: 100%;
	height: auto;
	min-height: 40px;
	clear: both;
	position: relative;
	margin: 15px 0 15px 0px;
}

.main-navigation li > a:after {
	content: '\f431';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Genericons';
	vertical-align: top;
	padding-left: 4px;
	color: #CCC;
}

.main-navigation li > a:only-child:after {
	content: '';
}

.main-navigation.sticky {
	position: fixed;
	width: 1040px;
	height: auto;
	top: 0px;
	z-index: 9999;
}

.main-navigation.sticky-fullwidth {
	width: 100%!important;
}

.main-navigation select {
	display: none
}

.main-navigation select {
	background: #3C4044;
	border: 1px solid #eee;
	cursor: pointer;
	padding: 10px 5px;
	margin: 30px auto;
	color: #676767;
}

.main-navigation ul, #topbar_container ul {
	margin: 0px 0 0 0;
	padding: 0px 0;
	padding-left: 0px;
	list-style-type: none;
	float: left;
}

.main-navigation ul li:hover {
	visibility: inherit
}

.main-navigation ul li {
	position: relative;
	display: inline;
	float: left;
	text-align: center;
}

.main-navigation > li > a, .main-navigation li.current_page_ancestor a {
	background-color: ;
}

.main-navigation ul li a {
	color: #fff;
	line-height: 20px;
	display: block;
	overflow: hidden;
	padding: 12px 6px;
	margin: 0;
	font-size: 1.4rem;
	font-size: 14px;
	text-decoration: none;
	margin-right: 8px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	transition: background-image linear 0.15s;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #E0168C),
			color-stop(1, #6C1AB5)
			);
	background-image: -o-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -moz-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -webkit-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -ms-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: linear-gradient(to bottom, #E0168C 0%, #6C1AB5 100%);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
}

.main-navigation ul.sub-menu li:first-child > a {
	border-top: none!important;
}

.main-navigation ul li a span {
	color: #4C127A;
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	display: block;
}

.main-navigation ul li a i {
	margin-right: 10px;
}

.main-navigation ul ul li a:hover,#main-navigation ul ul li a:hover i, .main-navigation li.current-menu-parent ul.sub-menu li.current_page_item a {
	color: #c52155 !important;
	text-transform: uppercase;
}

.main-navigation li:hover a {
	color: #4C127A;
	background-color: ;
}

.main-navigation li.current_page_item,  #main-navigation li.current-menu-parent {
	background: ;
}

.main-navigation li.current_page_item:hover a,#main-navigation li.current_page_item:hover {
	background: ;
}

.main-navigation li.current-menu-parent:hover > a {
	background: !important;
}

.main-navigation li.current-menu-parent ul.sub-menu li.current_page_item {
	background-color: #3C4044!important;
}

.main-navigation ul ul {
	position: absolute;
	top: -9999em;
	width: 230px;
	z-index: 99999;
	background: #3C4044;
}

.main-navigation ul ul li a {
	text-transform: uppercase;
}

.main-navigation ul ul li {
	width: 100%
}

.main-navigation ul li:hover ul {
	left: 0;
	top: 42px;
}

.main-navigation ul ul li:hover > ul.sub-menu {
	display: block;
}

.main-navigation ul li:hover li ul {
	top: -9999em
}

.main-navigation ul li li:hover ul {
	left: 230px;
	top: 0;
}

.main-navigation ul ul {
	padding: 0;
	margin: 0;
	margin-left: 1px;
}

.main-navigation ul ul li {
	float: left;
	line-height: 20px;
	font-size: 14px;
	border: none!important;
}

.main-navigation ul ul li a {
	font-size: 12px;
	padding: 12px 20px;
	text-transform: uppercase;
	margin: 0;
	line-height: 20px;
	color: #FFF!important;
	border-bottom: 1px solid #555;
	background: #3C4044!important;
	border-left: none;
	border-right: none;
	text-align: left;
	text-shadow: none;
	font-weight: 400;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.main-navigation ul ul li a i {
	color: #9e9e9e!important;
}

.main-navigation ul ul li:last-child a {
	border-bottom: none;
	border-right: none;
}

.main-navigation ul ul li:last-child ul li a {
	border-bottom: 1px solid #e8e8e8!important;
}

.main-navigation ul ul li:last-child ul li:last-child a {
	border-bottom: none!important;
}

.main-navigation li.current_page_item a {
	color: #4C127A;
}

.main-navigation > li > a, .main-navigation li.current_page_ancestor a {
	color: #4C127A;
}

.main-navigation {
	background: ;
	color: black;
}

.main-navigation ul ul {
	margin: 0;
}

/* Small menu */

.menu-toggle {
	background: url('img/menu.png') right no-repeat;
	text-indent: -9999px;
	padding: 6px;
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.4rem;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	background-color: #c52155;
	margin: 0 0 0 0;
	margin-top: 12px;
	border-radius: 3px;
}

.main-small-navigation .menu {
	display: none;
	background-color: #E0168C;
	transition: background-image linear 0.15s;
	border-radius: 3px;
}

.main-small-navigation ul {
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.main-small-navigation .menu ul {
	list-style-type: none;
	text-align: center;
	margin: 0;
}

.main-small-navigation .menu li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem;
	padding: 4px 0;
	text-align: center;
	display: block;
	border-bottom: 1px solid #333;
	border-top: 1px solid #444;
	text-transform: uppercase;
}

.main-small-navigation .children {
	background-color: #3C4044;
}

.main-small-navigation li:hover > a,
.main-small-navigation li.current_page_item a,
.main-small-navigation li.current-menu-item a,
.main-small-navigation ul ul a:hover {
	background-color: #c52155;
}

.main-small-navigation .menu ul ul li a {
	text-transform: none;
}

.main-small-navigation ul.sub-menu a {
	text-transform: none;
}

.main-small-navigation .menu ul ul ul li a {
	text-transform: none;
}

.assistive-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/*header CTA*/

#topbar_contact {
	float: left;
	height: auto;
	min-height: 40px;
	clear: none;
}

#topbar_container ul {
	margin: 0px 0 0 0;
	padding: 0px 0;
	padding-left: 20px;
	list-style-type: none !important;
	float: left;
}

.topbar {
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#topbar_contact li a, #ph {
	color: #fff;
	line-height: 20px;
	display: block;
	overflow: hidden;
	margin: 0;
	font-size: 1.4rem;
	text-decoration: none;
	margin-right: 8px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	transition: background-image linear 0.15s;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #E0168C),
			color-stop(1, #6C1AB5)
			);
	background-image: -o-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -moz-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -webkit-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -ms-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: linear-gradient(to bottom, #E0168C 0%, #6C1AB5 100%);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	clear: none;
	padding: 6px 3px;
}

#topbar_contact a:hover, #topbar_contact_mobile a:hover {
	color: #4C127A;
}

#ph {
	padding-right: 12px !important;
}

#ph:before, #em:before, #enr:before, #ph_mobile a:before, #ph_tablet:before {
	content: '\f437';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 30px/1 'Genericons';
	vertical-align: middle;
	padding-bottom: 3px;
	color: #fff;
	padding-left: 0;
}

#enr {
	margin-right: 0;
}

#em:before {
	content: '\f410';
}

#enr:before {
	content: '\f425';
}

#topbar_container_mobile {
	width: 100%;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding: 0 !important;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

#topbar_container_mobile ul {
	padding: 0px 0 0px 3%;
	list-style-type: none !important;
	width: 100%;
	margin: 0px 0 0;
}

.topbar {
	margin: 0;
	padding: 0px 3%;
}

#topbar_contact_mobile li a, #ph_mobile a, #ph_tablet {
	color: #fff;
	width: 31%;
	line-height: 20px;
	display: block;
	overflow: hidden;
	margin: 0;
	font-size: 1.4rem;
	text-decoration: none;
	margin-right: 6px;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
	transition: background-image linear 0.15s;
	background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #E0168C),
			color-stop(1, #6C1AB5)
			);
	background-image: -o-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -moz-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -webkit-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: -ms-linear-gradient(bottom, #E0168C 0%, #6C1AB5 100%);
	background-image: linear-gradient(to bottom, #E0168C 0%, #6C1AB5 100%);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	clear: none;
	padding: 3px;
	text-align: center;
}

#ph_tablet {
	display: block;
	padding-left: 0px;
	padding-right: 4px;
}

#ph_mobile {
	display: none;
}

.rwd-break {
	display: inline;
}

#sidebar-list {
	list-style: none;
	list-style-position: inside;
	display: block;
	margin-left: -40px;
}

#sidebar-list li {
	list-style-position: inside;
}

#sidebar-list li a:hover {
	
}

#sidebar-list li img {
	width: 100%;
}

#manual-widget-area {
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
}

#this-year-show {
	background: #003300;
}

#this-year-show:hover {
	background: #1B676B;
}

#agency {
	background: #861f26;
}

#agency:hover {
	background: #861f7e;
}

#platform-academy {
	background: #861f7e;
}

#platform-academy:hover {
	background: #861f26;
}

#id-2015 {
	background: #E0168C;
	display: block;
	padding: 0;
}

#id-2015:hover {
	background: purple;
}

#poetry-book img:hover {
	opacity: 0.9;
}

#social-icons {
	background: #3c5183;
	opacity: 1.0;
}

#social-icons:hover {
	background: teal;
}

#social-icons li a:hover {
	opacity: 1.0 !important;
}

.manual-widget {
	margin-bottom: 10px;
	height: auto;
	border-radius: 3px;
	padding: 3px;
	clear: both;
}

#venues-table-container {
	margin: 10px 0 0;
}

#venues-table-container h4 {
	font-size: 1.8rem;
	margin: 0;
}

.tablepress td {
	padding: 10px 5px !important;
}

.tablepress td h4 {
	padding: 10px 5px !important;
	color: #4C127A !important;
}

.tablepress caption {
	display: none !important;
}

.excerpt-container {
	margin: 20px 0;
}

/*.wpcf7 textarea, .wpcf7 input {
	height: 3em !important;
}

.wpcf7 textarea {
	height: 9em !important;
}*/

input.input-100, textarea.input-100{
    width:100% !important;
    height: 3em !important;
}

textarea.input-100{
    height: 9em !important;
}

input.input-fl, input.input-fl2{
    float:left !important;
    width:48% !important;
        height: 3em !important;
    margin-right: 2% !important;
}

input.input-fl2{
    clear: right !impotant!
}

input.input-0em{
    	height: auto !important;
    margin-right: 4em !important;
}

input[type="checkbox"], input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
}







button {
	width: 10% !important;
	min-height: 40px !important;
}

input[type="submit"] {
	
}



.post-edit-link {
	display: none !important;
}

#screen-meta-links {
	margin: 0px 20px 0px 0px;
	display: none !important;
}

#tablepress-nav .nav {
	display: none !important;
}

.add-new-h2, #metaslider_usage {
	display: none !important;
}

#newsflash {
	width: 100%;
	background: #861f7e;
	padding: 5px 15px;
	border-radius: 10px;
display:none;
}

#message {
	color: #ffffff;
}

H1.congrats {
	color: yellow;
	font-size: 1.8em;
	margin-bottom: 0px;
}

p.cong-2 {
	color: #ffffff;
	font-size: 2em;
}

p.signoff {
	color: #ffffff;
	font-size: 1.5em;
	text-align: right;
	margin-top: 0px;
}


/*CONTACTFORM 7 OVERRIDES*/

input.input-50{
    width:50% !important;
    float:left !important;
    background-color: aqua !importan;
}