/*
Theme Name: UWRF
Theme URI: http://ubudwritersfestival.com/
Author: Sikusaka
Author URI: http://sikusaka.com/
Description: Wordpress template for UWRF 2015
Version: 2.0
*/

@import url("css/style.css");

/*===================================================
       .__ __                         __
  _____|__|  | ____ __  ___________  |  | _______
 /  ___/  |  |/ /  |  \/  ___/\__  \ |  |/ /\__  \
 \___ \|  |    <|  |  /\___ \  / __ \|    <  / __ \_
/____  >__|__|_ \____//____  >(____  /__|_ \(____  /
     \/        \/          \/      \/     \/     \/

===================================================*/

#rotator {
	height: 100%;
	width: 100%;
	display: table;
	position: relative;
	top: -100%;
}

#rotator .caption { display: none; }

#rotator .cycle-slide,
#rotator img {
	width: 100%;
	height: auto;
}

#slideshow {
	z-index: 0;
	position: relative;
}

.container {
    max-width: inherit;
}

#top-wrap {
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9;
	border-bottom: 1px solid #D6D6D6;
}

.home #top-wrap {
    position: absolute;
    background-image: none;
	border-bottom: none;
}

.home #top-wrap {
    background-color: rgba(255,255,255,.8);
}

.logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav {
    position: relative;
    z-index: 1;
    padding-top: 80px;
		background-color: inherit;
		font-size: 13px;
}

.toggleMenu {
	display: none;
}

#top-wrap:after {
	content: "";
    background-image: url(images/header-int.png);
    background-size: cover;
    opacity: .3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.writer-front .writer-front-item {
    margin-bottom: 25px;
}
#rotator .caption {
    display: block;
}

.cycle-slide .caption {
    position: absolute;
    padding: 10px 20px;
    bottom: 60px;
    right: 30px;
    background-color: rgba(255,255,255,.7);
    max-width: 40%;
    border-top-left-radius: 3px;
    color: #444;
    line-height: 1.5;
    text-align: right;
	border-radius: 5px;
}

h2.partner-category {
    clear: both;
    font-size: 12px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    color: #F29419;
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 3px;
}

.partner-item {
	max-height: 70px;
	float: none;
	display: inline-block;
}

.partner-footer {
	padding: 40px;
    background: #FFF;
    border-radius: 5px;
	margin-bottom: 20px;
}

.partner-footer h2.partner-category {
    clear: both;
    font-size: 12px;
    border: 1px solid #DFDFDF;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    background: #f1f1f1;
    border-radius: 3px;
    color: #444;
}
.partner-footer .slideshow .cycle-slide {
	width: 80px;
}

.partner-item-footer {
	display: inline-block;
    width: 80px;
    margin: 0 15px 15px 15px;
    text-align: center;
    font-size: 12px;
    color: #3F3F3F;
    line-height: 16px;
    word-break: break-word;
}

.mc4wp-form {
	margin: 0;
	padding: 15px;
}
.mc4wp-form p {
	display: inline;
}
.mc4wp-form .btn-primary {
	text-indent: -99999999px;
}

.topbar-widget {
		margin-top: 27px;
}

.topbar-widget .socmed,
.topbar-widget .enews,
.topbar-widget button {
  margin-right: 20px;
  vertical-align: bottom;
  display: inline-block;
}

.topbar-widget .mc4wp-form {
  background-color: transparent;
  color: #EA8E3B;
  padding: 0;
  text-align: left;
}

.topbar-widget .mc4wp-form label {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: inherit;
  margin: 0;
}

.topbar-widget .mc4wp-form input.form-control {
  width: 250px;
  display: inline-block;
}

.topbar-widget button.btn-primary,
.topbar-widget button.btn,
.topbar-widget button {
	border-color:#000;
	background-color:#000;
}

.socmed img {
	width: 35px;
	height: 35px;
	display: inline-block;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

 .partner-footer-item {
	 height: 135px;
 }

.cycle-slide,
.cycle-slide img {
	 width: 100%;
	 height: auto;
 }

 .tab-scehdule .nav {
	 padding-top: 0;
 }


/*============
RESPONSIVE
==============*/

@media only screen and (max-width:576px) {

		.content {
			padding-left: 15px;
		}

		.home #top-wrap {
			position: relative;
		}
		.logo {
			padding-top: 0;
			padding-bottom: 0;
			text-align: center;
		}
		.logo img {
			width: auto;
			height: 100px;
			display: inline-block;
			margin: auto;
		}
		.nav {
			padding-top: 0;
		}
		.cycle-slide .caption {
			bottom: 0;
			max-width: 100%;
			right: auto;
			border-radius: 0;
		}
		.footer-menu ul li {
			width: 30%;
		}
		.partner-footer {
			padding: 15px 0;
			margin: 0;
		}
		/*--------
		menu
		---------- */
		.toggleMenu {
			display: block;
			padding: 10px 45px;
			background-color: #444;
			color: #FFF;
			cursor: pointer;
			font-size: 18px;
			text-transform: uppercase;
			position: relative;
		}
		.toggleMenu:hover,
		.toggleMenu:focus {
			color: #FFF;
		}
		.toggleMenu:before {
			content: "";
			position: absolute;
			display: block;
			width: 20px;
			height: 0;
			top: 8px;
			left: 15px;
			-webkit-box-shadow: 0 10px 0 2px white, 0 18px 0 2px white, 0 26px 0 2px white;
			box-shadow: 0 10px 0 2px white, 0 18px 0 2px white, 0 26px 0 2px white;
		}
		ul.sf-menu { display: none; }
		.sf-menu {
			float: none;
			width: 100%;
			position: relative;
			background-color: #EEE;
		}
		.sf-menu li {
			border-right: 0px;
			border-top: 1px solid #FFF;
			border-bottom: none;
			margin-left: 0;
		}
		.sf-menu a { padding-left: 15px; }
		.sf-menu li:last-child a { border-right: none; }
		.sf-menu > li { float: none; }
		.sf-menu ul { position: relative; }
		.sf-menu ul li a { padding-left: 25px; }
		.sf-menu ul { box-shadow: inherit; }
		.sf-menu ul ul { left: 0px; }
		.sf-arrows .sf-with-ul:after {
			right: 10px;
		}
		.partner-item {
			width: 90px;
	    height: 70px;
	    margin: 0 5px 20px 5px;
		}

}
