/**
Theme Name: Philippine Art Awards
Author: Siamese Design Studio
Author URI: siamesedesignstudio.com
Version: 2.1
Description: Philippine Art Awards Website
*/
@font-face {
	font-family: 'Proxima Nova Alt Rg';
	src: url('fonts/Mark Simonson - Proxima Nova Alt Regular.otf');
	font-weight: normal;
}

@font-face {
	font-family: 'Proxima Nova Alt Rg';
	src: url('fonts/Mark Simonson - Proxima Nova Alt Bold.otf');
	font-weight: bold;
}

@font-face {
	font-family: 'Futura Condensed Medium';
	src: url('fonts/Futura Condensed Medium.otf');
}

@font-face {
	font-family: 'HelveticaNeueLT Std Med';
	src: url('fonts/HelveticaNeueLTStd-HvIt.otf');
}

/*DASHBOARD CUSTOM LOGO*/
.login h1 a {
 	display: none;
}

html,body {	
	margin:0 auto;
	overflow: auto;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.slider-menu {
	background-image:url('https://paatest.philippineartawards.org/wp-content/uploads/2019/08/header-banner-paa-2019-call-for-entries-3.jpg');
	height:700px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative; 
	top:-20px;
	width:100%;
}

#headprev,#headnext {
	padding:0px 25px;
	position: absolute;
	top:45%;
	font-size:90px;
	color:#5c4c8a;
	text-decoration: none;
}
#headprev {
	float:left;
	left:0;
}
#headnext {
	float:right;
	right:0;
}

.header-menu {
	/*padding:0px 120px;*/
	position: fixed;
	z-index: 1;
	width:100%;
	height:0;
	transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	z-index:100;
}


#logo {
    width: 140px;
    position: fixed;
    padding-left: 80px;
    left:0;
    transition: height 0.5s, width 0.5s;
    -webkit-transition: height 0.5s, width 0.5s;
    -ms-transition: height 0.5s, width 0.5s;
    -moz-transition: height 0.5s, width 0.5s;
}
/*=================================
		header page for home menu
====================================*/
/*============================
	BURGER
==============================*/

.burger img {
	height:35px;
	width:35px;
}

.burger {
	display: none;
}

.change {
	width: 100%;
	height:65px;
	background-color:#f4f3ee;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 80px 0 rgba(0, 0, 0, 0.1);
}

.header-menu #menus {
	position: relative;
    transition: all 300ms ease;
   	-webkit-transition: all 300ms ease;
   	-moz-transition: all 300ms ease;
   	-ms-transition: all 300ms ease;
}

#nav-home {
	display: none;
}

.nav_menu {
	padding-top:0;
	position: fixed;
   	right:0; 	
    padding-right: 80px;
}

.nav_menu ul{
	list-style: none;
}
.nav_menu ul li {
	display: inline-block;
	height:5em;
}
.nav_menu ul li a{
	text-decoration:none;
	display: block;
	padding-top:30px;
	padding-left: 60px;
	text-transform: uppercase;
	color:#f4f3ee;
	font-family:'Proxima Nova Alt Rg','sans-serif';
	font-weight: normal;
	font-size:auto;
	letter-spacing: 1px;
	transition: padding .3s ease-in-out;
}

.nav_menu #menus li a:hover {
	color:#5c4c8a;
}
.change .nav_menu #menus li a:hover {
	color:#5c4c8a;
}

/*=================================
		header page for other menu
====================================*/
.header-menu2 {
	padding:0px 120px;
	z-index: 100;
	width: 100%;
	height:110px;
	background-color:#f4f3ee;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 80px 0 rgba(0, 0, 0, 0.1);
	position: fixed;
	transition: height 0.5s;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	-ms-transition: height 0.5s;
	top:0;
}

.header-menu2 #menus {
	position: relative;
    transition: all 300ms ease;
   	-webkit-transition: all 300ms ease;
   	-moz-transition: all 300ms ease;
   	-ms-transition: all 300ms ease;
}

.header-menu2 ul li a {
	color:black;
}

.nav_menu ul li .active {
	color:#5c4c8a;
}
/*end ===========================================*/
/*===========================================================
			DROPDOWN MENU FOR COMPETITION
===========================================================*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left:25%;
    top:5em;
}

/* Links inside the dropdown */
.dropdown-content a {
	font-family: 'Proxima Nova Alt Rg';
    color: black;
    font-size:auto;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/*EO OF DROPDOWN*/

.arrows img {
	width:60px;
	height:60px;
}
/*floating-box*/
.floating-box {
	height:190px;
	width:500px;
	background-color:white;
	position:relative;
	top:600px;
	margin:0 auto;
	border-bottom:7px solid #5c4c8a;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 80px 0 rgba(0, 0, 0, 0.19);
}

.fb-content i {
	border-radius: 50%;
}
.fb-content {
	padding-top: 25px;
}

.floating-box p,i {
	position: relative;
}

.floating-box p{
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	font-size:26px;
	color: #1d1d1d;
}	

.floating-box a{
	text-decoration: none;
	color:#1d1d1d;
	font-family:'Proxima Nova Alt Rg','sans-serif';
	padding-top: 0px;
	font-size:14px;
	margin-bottom: 80px;
}

.floating-box i {
	font-size:8px;
	padding-right:2px;
}

.artnews-section {
	padding-top: 80px;
}

.artnews-content {
	/*padding: 0px 50px;*/
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
p.hometitle{
	color:black;
	font-family:'Proxima Nova Alt Rg';
	font-size:30px;
	font-weight: bold;
	letter-spacing: 2px;
	flex:1 0 100%;
}

/* news image */
.artnews-inner {
	width:30%;
/*	padding-right:100px;
	float:left;*/
	padding-bottom: 130px;
}
.artnews-inner p {
	font-family: 'Proxima Nova Alt Rg';
	font-weight: normal;
	width:25%;
	font-size: 16px;
	position: absolute;
	color:#000000;
}

.artnews-inner img {
	width:340px;
	height: 220px;
}

/* news image */
.join-section {
	text-align:center;
	clear:both;
	height:465px;
	background-color: #1d1d1d;
	position: relative;
}
.join-inner {
	padding:40px 0px;
}

.join-section p {
	font-family:'Proxima Nova Alt Rg';
	font-size:30px;
	font-weight: bold;
	color:white;
	letter-spacing:1px;
}

.icon-section {
	width:100%;
	margin:0 auto;
	padding:30px 50px;
}

.inner-icon {
	width:30%;
	float:left;
}

.inner-icon img {
	height:100px;
}

.inner-icon p {
	padding-top:15px;
	font-weight: normal;
	font-size: 16px;
	line-height: 1px;
}
.guide-section {
	clear: both;
	height:56px;
	position: absolute;
	bottom: 0;
	text-align:center;
	width:100%;
	background-color:#5c4c8a;
}
.guide-section a {
	text-decoration:none;
	font-family:'Proxima Nova Alt Rg';
	letter-spacing: 1px;
	font-size:14px;
	font-weight:normal;
	color:white;
	width:auto;
	margin: 0 auto;
	position: relative;
	top:30%;
}

.winner-section {
	text-align:center;
}

.winner-section .title {
	padding-top: 70px; 
	margin-bottom: 50px;
}

.winner-section p:nth-child(1){
	font-family:'Proxima Nova Alt Rg'; 
	font-size: 30px;
}

.winner-section p:nth-child(2),p:nth-child(3) {
	font-family:'Proxima Nova Alt Rg'; 
	font-size: 16px;
}

.winners #all {
	text-decoration: none;
	font-family:'Proxima Nova Alt Rg'; 
	font-size:16px;
	letter-spacing: 1px;
	border:1px solid none;
	background-color:#5A5A5A;
	padding:2px 5px;
	border-radius: 5px;
	color:white;
}
/*****************overlay***********************************/
.overlay {
	position: absolute;
	padding:25px 25px;
	height:calc(100% - 100px);
	width:calc(100% - 100px);
	opacity:0;
	transition: .5s ease;
	background-color: #e0e1e5;
	top:20px;
	left:20px;
}
.overlay-content {
	padding-top:30px;
}

.overlay-content p {
	padding-top:0px;
	font-family: 'Proxima Nova Alt Rg';
	font-size: 18px;
	z-index: 99;
	color:black;
}
.mg {
	color:black;
	font-size:30px;
	font-weight: normal;
}
.mgyears {
	color:black;
	font-size:30px;
	font-weight: normal;
}
/*.images img{
	position: relative;
	width:337px;
}*/
.images img {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 450px;
}
.images {
	position: relative;
}

.images:hover .overlay {
	opacity: 0.8;
	display:inline-block;
}

.image-container {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	/*height: 530px;*/
	overflow: hidden;
}


.image-container:after {
	content: "";
	display: table;
	clear: both;
}

/**********************END OF overlay*************************************/

/*through the years */
.tty {
	height: 600px;
	background: url('images/year.jpg') no-repeat center;
	background-size: cover;
	position: relative;
	top:0px;
	text-align: center;
}

.tty-content {
	padding-top:220px;
}
.tty p {
	color:white;
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	letter-spacing: 10px;
	font-size: 40px;
}

.tty span a {
	text-decoration: none;
	color:#a9a9a9;
	border-bottom: 1px solid #737373;
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	font-size: 20px;
}

input[type="submit"], input[type="email"] {
	-webkit-appearance: none;
	border-radius: 0;
	padding-top:0;
	padding-bottom: 0;
}

.newsletter {
	position: relative;
	clear: both;
	top:0px;
	height:280px;
	background-color: #c8cac2;
	text-align: center;
	padding-top: 75px;
}
.newsletter-content {
    font-family: 'Proxima Nova Alt Rg','sans-serif';
    font-size: 20px;
}
.newsletter-content p:nth-child(2) {
    margin: 0 auto;
    width: 26%;
    font-size: 15px;
    letter-spacing: 1px;
}
.mc4wp-response p {
	font-size: 10pt;
    position: relative;
    top: -50px;
}

.mc4wp-form-fields {
	height: 43px;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

.subscription {
	position: relative;
	padding-top:52px;
}
.email, .emailbtn{
	margin:0;
}
.email {
	width:40%;
	height:40px;
	border:none;
	text-indent: 10px;
	font-size:16px;
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	letter-spacing: 1px;
}
.emailbtn {
    height: 100%;
    width: 10%;
    background-color: black;
    color: white;
    border: none;
    font-family: 'Futura Condensed Medium';
    font-size: 16px;
    position: relative;
    left: -8px;
    top: 0;
}
/*partners and presenters section*/
.partners {
	height:100%;
	text-align: center;
}

.img {
	position: relative;
	padding-left:180px;
}
.img img{
	padding-right: 174px;
	width:18%;
}
.partners-content {
	padding-top:50px;
}
.partners-content p {
	font-size: 30px;
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	font-weight: bold;
	margin-bottom: 80px;
}
.centers{
	padding:50px 120px 0px 90px;
}

.centers p {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	font-family: 'Proxima Nova Alt Rg';
	color: #62615f;
	word-spacing: 3px;
    line-height: 1.8;
}
.centers span {
	color:#60578f;
}
footer {
	background-image: url(images/new-footer.JPG);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100%;
    height:36em;
    overflow: hidden;
}

.footer-line {
	height: 1px; 
	border-top: 1px solid #848484; 
	margin: 13px 0 10px;
}

/*FOOTER CONTENT*/
.footer-content {
	width:70%;
	margin:0 auto;
	padding-bottom: 10%;
}
footer .logo-container {
	text-align: center;
	position: relative;
	width: auto;
	margin: 0 auto;
	padding-top: 50px;
}
footer .logo-container img {
	width: 88px;
	height: 88px;
}

#footer-competition ,#footer-follow, #footer-contact, #footer-oursite {
	font-family: 'Proxima Nova Alt Rg';
	font-size:22px;
	color:#848484;
	text-decoration: none;
}
.footer-text {
	/*padding:80px 100px 0px 200px;*/
	padding:50px 200px;	
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
}

.inner-text {
	z-index: 1;
	flex:1 0 auto;
}

.inner-text a {
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	font-size: 16px;
	color:#848484;
	text-decoration: none;
}

.inner-text a:nth-child(2) {
	font-weight: bold;
	position: relative;
	top:-10px;
	text-decoration: none;
}
.inner-text img {
	height:20px;
	margin-right: 5px;
}
.inner-text p {
	color:#848484; /*vertical line*/
}
.links a {
	line-height: 30px;
}
.copyright-section {
	padding:0px 200px;
}

.copyright-section hr {
	border: none;
	height: 1px;
	background-color:#848484;
}

.copyright-section p {
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	font-size:14px;
	letter-spacing: 1px;
	color:#848484;
	display: inline-block;
}
.copyright-section a{
	text-decoration: none;
	color:#848484
}
.copyright-section p:nth-child(even) {
	float:left;
}
.copyright-section p:nth-child(odd) {
	float:right;
}
/*back to top button*/
.top {
	position: fixed;
	top:90%;
	right:0;
	padding-right: 30px;
	z-index: 1;
}
#btop {
	font-size:40px;
	color:#5B5B5B;
}

/*continuation of home page/ news part*/
.art-news-page {
	position: relative;
	padding-top: 180px;
	padding-left:120px;
}

.art-news-page p {
	font-family:'Proxima Nova Alt Rg','sans-serif';
	font-size:30px;
	font-weight:bold;
}

.newsletter2 {
	position: relative;
	clear: both;
	top:0px;
	height:280px;
	background-color: #c8cac2;
	text-align: center;
	padding-top: 75px;
}
.newsletter2-content {
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	font-size: 20px;
}
.newsletter2-content p:nth-child(2) {
	margin:0 auto;
	width:26%;
	font-size:15px;
	letter-spacing: 1px;
}

/**==============================================================
	ART NEWS PAGE 
================================================================= **/
.art-news-page2 {
	padding-top:150px;
}
.page-title {
	font-family: 'Proxima Nova Alt Rg';
	font-weight: bold;
	font-size: 30px;
	padding-left:80px;
}
.page-artnews-content {
	width: 55%;
    margin: 0 auto;
    padding: 50px;
}
.inner-news {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-webkit-align-items: flex-start;
	padding-bottom: 150px;
}

.inner-news:nth-of-type(4) {
	padding-bottom: 45px;
}

.inner-news div {

}
.even_thumbnail {
	position: relative;
	left:15%;
}
.news-thumbnail {
	flex:1 0 10%;
	-webkit-flex:1 0 10%;
	-ms-flex:1 0 10%;
	-moz-flex:1 0 10%;
}
.news-content {
	flex:1 0;
	-moz-flex:1 0;
	-ms-flex:1 0;
	-webkit-flex:1 0;
}
.the_date {
	text-align: center;
	font-family: 'Proxima Nova Alt Rg';
	font-size:16px;
	color: #b5b8b0;
}
.the_title {
	font-family: 'Futura Condensed Medium';
	font-weight: bold;
	font-size:25px;
	color: black;
	text-decoration: none;
}
.the_desc {
	text-align: center;
	font-family: 'Proxima Nova Alt Rg';
	font-size:16px;
	line-height: 20px;
}
.the_link {
	font-family: 'Proxima Nova Alt Rg';
	font-size:16px;
	color: #b5b8b0;
	text-decoration: none;
}

#pagination-container {
	text-align: center;
	padding: 30px;
}

.page-numbers {
	text-decoration: none;
	padding: 10px 18px;
	color:#b5b8b0;
	font-family: 'Proxima Nova Alt Rg';
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	cursor: pointer;
}

.page-numbers:hover {
	color: white;
	background-color: #c8cac2;
}

span.current {
	color:white;
	background-color: #c8cac2;
}
.art-news-page2 .next {
	display: none;
}
a[rel="prev"],
a[rel="next"] {
	font-family: 'Proxima Nova Alt Rg';
	color:#b5b8b0;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
}
a[rel="prev"]{
}
a[rel="next"]{
	margin-left:auto;
}
.single-page {
	display: flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	justify-content: flex-end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	width:100%;
}
.single-page a {
	text-transform: uppercase;
	font-family: 'Proxima Nova Alt Rg';
	text-decoration: none;
	color:#b5b8b0;
	font-size:20px;
}
.single-page > div {
	flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
}
.cols2 > a {
	display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.cols3 > a {
	float:right;
}
#singlepage .image-container {
/*	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
  	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
    justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;*/
}
/* ================================================
	THROUGH THE YEARS
====================================================================*/
.featured-image {
	height:496px;
	background-image:url('images/through.JPG');
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	padding-top: 1px;
}
.fi-content {
    width: 50%;
    margin: auto;
    padding-top: 245px;
}
.featured-image p {
	text-align: center;
	font-size: 30px;
	color: white;
	font-family: 'Proxima Nova Alt Rg';
	letter-spacing: 5px;
}

#caption {
	text-align: center;
	font-size:12px;
	font-family: 'Proxima Nova Alt Rg';
	color:#777974;
	position: relative;
	top:-20px;
}

.tty-page-content {
	height: auto;
	position: relative;
	top:100%;
	padding:0px 80px;
}

#tty-history {
	padding: 100px 250px;
}

#fcol {
	position: relative;
	width:45%;
	float:left;
}

#scol {
	position: relative;
	width:45%;
	float:right;
}

.tty-page-content p {
	font-family: 'Proxima Nova Alt Rg';
	font-weight: normal;
	font-size:16px;
	text-align: justify;
	line-height: 1.8;
}
#tty-gallery {
	text-align: center;
	clear: both;
	position:relative;
	line-height: 0px;
	height:100%;
	width:100%;
	/*font-size:0;*/
	display: flex;
	flex-wrap: wrap;
}

#gallery-caption {
	clear:both;
	width:50%;
	position: relative;
	margin: 0 auto;
	padding-top:50px;
}

#gallery-caption p{
	font-family: 'Proxima Nova Alt Rg';
	font-size:16px;
	line-height: 1.8;
}

/*COMPETITION PAGE ====================================================
=======================================================================*/
#competitionpage * {
	font-family: 'Proxima Nova Alt Rg';
	line-height: 1.8;
}
#competitionpage {
	padding-top:150px;
	padding-left:80px;
	margin-top:4%;
}
.competition-col1 {
	width:30%;
	display: inline-block;
	vertical-align: top;
}
.competition-col2 {
	width:50%;
	display: inline-block;
	padding-top:90px;
	padding-left:100px;
}
#competitionpage ul {
	padding:0px;
}

#heightGetter {
	position: absolute;
	visibility: hidden;
	left: -999999px;
	max-height: 100%;
}

.arrow-d-icon {
	display: none;
}

#competitionpage li {
	list-style: none;
	padding-bottom: 20px;
}

#competitionpage a {
	text-decoration: none;
	color:black;
	white-space: nowrap;
}
.competition-col1 > p:first-child {
	font-size:30px;
	font-weight: bold;
}

#about {
	padding-bottom: 50px;
}
#about p {
	font-family:'Proxima Nova Alt Rg','sans-serif';
	font-size:20px;
	font-weight: normal;
}

#about-caption {
	display: inline-block;
	padding-top: 10px;
}

#about-caption p{
	font-size:15px;
	letter-spacing: 1.5px;
	line-height: 30px;
}

#cra {
	width:100%;
	line-height: 1.8;
}
#cra p {
	font-family:'Proxima Nova Alt Rg','sans-serif';
	font-size:20px;
	font-weight: normal;
	letter-spacing: 1px;
}
#cra span {
	font-family:'Proxima Nova Alt Rg','sans-serif';
	font-size:14px;
	font-weight: normal;
	letter-spacing: 1px;
}

#cra table {
	font-family:'Proxima Nova Alt Rg','sans-serif';
	font-size:14px;
	font-weight: normal;
	letter-spacing: 1px;
	border-collapse: collapse;
}
#cra table td {
	padding:25px 25px;
}
#cra table tr:nth-child(odd){
	background-color: #d2d6cb;
}

#cra table td.area{
	width:40%;
}

#cra table td.coverage {
	width:50%;
}


#obj p:nth-child(1) {
	font-family:'Proxima Nova Alt Rg','sans-serif';
	text-align: center;
	font-size:20px;
	font-weight: normal;
}

#obj p {
	font-size:14px;
	line-height: 20px;
}

#rules p:nth-child(1) {
	font-family:'Proxima Nova Alt Rg','sans-serif';
	text-align: center;
	font-size:20px;
	font-weight: normal;
}
#rules p {
	font-size:14px;
}
#format ul li {
	font-family:'Proxima Nova Alt Rg','sans-serif';
	font-size:14px;
	font-weight: normal;
	line-height: 25px;
}

#schedule p:nth-child(1){
	font-family:'Proxima Nova Alt Rg','sans-serif';
	text-align: center;
	font-size:20px;
	font-weight: normal;
}

/*contact page ===============================================
==============================================================*/
#contactpage {
	position: relative; 
	padding:100px 150px;
}
#contactpage p{
	font-family: 'Proxima Nova Alt Rg','sans-serif';
	font-size: 18px;
}
.main-container {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}
#contact-desc {
	flex:1 0 30%;
}
#contact-desc p {
	font-size:14px;
}


.textwidget {
/*	padding-top:115px;
	width:65%;
	float:right;*/
}

.textwidget input[type="text"],
	input[type="tel"], 
	input[type="email"] {
	height: 43px;
    padding-top: 0;
    position: relative;
    padding-bottom: 0;
    top: 0;
}

#contact-container input[type="text"],
	#contact-container input[type="tel"], 
	#contact-container input[type="email"] {
	border: 1px solid #a9a9a9;
}

.textwidget label {
	font-size:18px;
	letter-spacing: 1px;
	font-family: 'Proxima Nova Alt Rg';
}


input:focus {
	border-color:red;
	border-width: 0.5px;
}

input {
	padding-left:10px;
}

/*#name {
	float:left;
}
#email {
	float:right;
}*/
#frow{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 15px;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#srow {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 15px;
}
#srow,#trow{
	clear:both;
}
#phone {
	float:left;
}
#subject {
	float:right;
}

.wpcf7-submit {
    width: 120px;
    background-color: black;
    color: white;
    border: none;
    font-family: 'Futura Condensed Medium';
    font-size: 16px;
    height: 43px;
    position: relative;
    top: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
div.wpcf7-validation-errors {
    border: none;
}
div.wpcf7-response-output {
    text-align: center;
    font-family: 'Proxima Nova Alt Rg';
    font-size:10pt;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    margin-top: 5px;
    font-size: 10pt;
    font-weight: normal;
    display: block;
}
textarea {
	width:100%;
	padding:5px 10px;
}

textarea:focus {
	border-color:red;
	border-width: 0.5px;
}

/*=================================================================
						ART NEWS SINGLE POST
===================================================================*/
#singlepage {
	position: relative;
	padding-top: 140px;
	line-height: 1.8;
}

#singlepage .singlepage-title {
	margin-bottom: 0;
}

#singlepage .art_title {
	margin-top: 0;
}

.singlepage-title{
	font-family:'Proxima Nova Alt Rg','sans-serif';
	font-size:30px;
	font-weight: bold;
	padding-left:80px;
}
.art_title {
	font-size:30px;
	font-family: 'Futura Condensed Medium';
}
	
#singlepost {
	/*padding-top:50px;*/
	max-width: 1080px;
	margin:0 auto;
	text-align: center;
}

.toggle-arrows img {
	width:100%;
	height:auto;
}

.previous,
.next {
    top: 38%;
	position: absolute;
}

.slick-prev {
    left: 0 !important;
    top: 10px !important;
    width: 100% !important;
    background: rgba(255,255,255,0.6) !important;
    z-index: 1;
}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:after {
	content: "";
}

button.slick-prev.slick-arrow:after {
	content: "";
    background-image: url(https://philippineartawards.org/wp-content/themes/philippineartawards/images/up-black.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10%;
}

button.slick-next.slick-arrow {
    bottom: -10px;
    left: 0;
    width: 100%;
    top: initial;
    background: rgba(255,255,255,0.6);
    z-index: 1;
}

button.slick-next.slick-arrow:after {
	content: "";
    background-image: url(https://philippineartawards.org/wp-content/themes/philippineartawards/images/down-black.png);
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.75);
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10%;
}



.previous {
    border: none;
    padding: 5px 20px;
    float: left;
    left: -5px;
}
.next {
    border: none;
    padding: 5px 20px;
    float: right;
    right: -5px;
}
.frontImg {
	width: calc(100% - 15px);
	height:auto;
}

#singleimage {
	position: relative;
	display: inline-block;
	float: left;
	width: 80%;
}
#singleimage a:nth-child(1) {
	display:block;
}

#singledesc {
	padding-bottom: 50px;
	text-align: justify;
	font-family: 'Proxima Nova Alt Rg';
	font-size: 16px;
	font-weight: normal;
}

span#credits {
	display: block;
    margin-top: 30px;
    font-style: initial;
}

.thumbnails {
	position: relative;
	bottom: 78px;
}
.thumbnails img { 
    padding: 0px 2px;
}
#otherpost2 {
	display: flex;
	flex-wrap: row wrap;
	align-items: baseline;
	margin:0;
	width: 100%;
}
.column2 {
	max-width: 33.33%;
	padding:0px;
	flex:1 1;
}
.column2 img {
	margin:0;
}
#otherpost2 img {
	height: 200px;
    width: 85%;
    object-fit: cover;
}
#otherpost2 > .column2:nth-child(2) img {
	display: block;
    margin: 0 auto;
}
#otherpost2 > .column2:nth-child(3) img {
	float:right;
}
#home {
	padding-bottom: 100px;
	display: block;
    margin: 0 auto;
}
#other-stories {
	position: relative;
	left:0;
	font-family: 'Proxima Nova Alt Rg';
	font-size: 18px;
	padding: 0px;
}
.lower {
	margin: 0px 80px;
}

section.regular {
	float: right;
	width: 20%;
}

.slider {
    width: 100%;
    margin: 0px auto;
    /*padding: 2px 40px;*/
}
.slick-slide {
	/*width: 100% !important;*/
 	/*margin: 8px;*/
}

.slick-slide img {
  width: 100%;
}

.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

/*=========================================================
		guidelines page
===============================================*/
#guidelines-page {
	position: relative; padding:180px 80px 150px 80px;
}
#guidelines-content p {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Proxima Nova Alt Rg';
	line-height: 30px;
}

#guidelines-content li {
	line-height: 25px;
	font-size:16px;
	font-family: 'Proxima Nova Alt Rg';
}


/*gallery page =======================================================*/
#gallerypage p {
	font-family: 'Proxima Nova Alt Rg';
	font-size:30px;
	font-weight: bold;
}

/*=================================================
					directory page 
=====================================================*/
h3 {
	font-family:Proxima Nova Alt Rg;
	margin-right:-4em;
	padding-bottom: 30%;
}
#directorypage {
	width:100%;
	position: relative; 
	padding-top: 180px; 
	background-color: #f4f3ee;
}
/*p.pageTitle {
	padding-left:7%;
}*/
p.dtitle {
	font-family: 'Proxima Nova Alt Rg';
	font-size:30px;
	font-weight: bold;
}
#search {
	background-color: black;
	color:white;
	padding:10px 17px;
	font-family: 'Futura Condensed Medium';
	border:none;
}
#display {
	text-decoration: none;
	color: black;
	margin-left:5%;
	font-family: 'Futura Condensed Medium';
}
.search-area {
    width: 50%;
    padding-bottom: 30px;
    /* margin: 0 auto; */
    /* padding-left: 15%; */
}
.search-area * {
	/*margin: 0px 100px;*/
	font-family: 'Proxima Nova Alt Rg';
	font-weight: normal;
	font-size:16px;
}
.search-area input[type="text"] {
	border:1px solid black;
	padding:8px 15px;
	letter-spacing: 1px;
	width:70%;
}
.select-area {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	padding-bottom: 30px;
}
.view {
	text-decoration: none; color:black; font-family: 'Futura Condensed Medium'; font-weight: normal;
}
.col1 {
	flex:1 0 1%;
}
.col2 {
	flex:1 0 1%;
	margin-right:60%;
}

.winners-area {
	width:100%;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	padding-top: 50px;
	padding-right: 60px;
	padding-left: 60px;
}
.single-winner {
	padding-bottom: 10%;
	-webkit-flex:0 0 25%;
	flex:0 0 25%;
}
.single-winner > * {
	font-family: 'Proxima Nova Alt Rg';
}
.fname {
	font-weight: bold;
	text-decoration: none;
	color:black;
}
/*===============================================================
				LIGHTBOX FOR DIRECTORY
================================================================*/
.lightbox-directory {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.80);
	top:0;
	left:0;
	z-index: 1000;
	display: none;
}
.lightbox-content {
    position: relative;
    text-align: center;
    height: auto;
    width: 900px;
    margin: 5% auto;
    background-color: white;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-shadow: -2px 0px 32px 3px rgba(143,142,139,1);
	-moz-box-shadow: -2px 0px 32px 3px rgba(143,142,139,1);
	box-shadow: -2px 0px 32px 3px rgba(143,142,139,1);
}
.lb-col1 {
	height:100%;
	flex:1 0 12%;
}
.lb-col1 img {
	max-width: 100%;
	height:auto;
	padding:20px 0px;
}
.lb-col2 {
	flex:1 0 30%;
	background-image:url('images/lightbox.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	/*padding:100px;*/
}
.lb-col2 > * {
	color:white;
	text-align: left;
	padding:70px;
}
.art_desc {
	display: none;
}

/*PRIVACY POLICY */
#privacypolicy * {
	font-family: 'Proxima Nova Alt Rg';
	line-height: 1.8;
}

#privacypolicy {
	padding-top:150px;
	padding-left:100px;
	padding-bottom:100px;
	margin-top:4%;
}
#privacypolicy ul {
	padding:0px;
}
#privacypolicy li {
	list-style: none;
	padding-bottom: 20px;
}

#privacypolicy a {
	text-decoration: none;
	color:black;
	white-space: nowrap;
}
.privacy-col1 > p:first-child {
	font-size:30px;
	font-weight: bold;
}
.privacy-col1 {
	width:30%;
	display: inline-block;
	vertical-align: top;
}
.privacy-col2 {
	width:50%;
	display: inline-block;
	padding-top:100px;
	padding-left:80px;
}

/*EO PRIVACY POLICY */


#no-gallery img {
	width: 100%;
	height: auto;
}


#catalog-btn {
    background-color: black;
    color: white;
    border: none;
    font-family: 'Futura Condensed Medium';
    font-size: 16px;
    position: relative;
    left: -8px;
    display: block;
    text-decoration: none;
    top: 0;
    width: 340px;
    text-align: center;
    padding: 8px 0;
    margin-left: 8px;
}