/*
Theme Name: First Women
Author: Szentgyörgyi Csabi
Description: Custom built theme
Version: 0.5
*/
body {
	font-size: 15px !important;
	line-height: 1.35;
	font-family:'Avenir W01';
	font-weight:400;
	font-style:normal;
	color: #616161;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #676767;
	line-height: normal;
}
h1 {
	font-size: 3.333em;
	text-transform: uppercase;
	color: white;
}
h2 {
	margin: 0px 0px 20px 0px;
	font-size: 1.666em;
	font-weight: bold;
	color: #541a5d;
}
h3 {
	font-size: 1.333em;
	color: #803d8a;
}
h4 {
	font-size: 1.2em;
}
p {
	font-size: 1em;
}
h1, h3, h4, h5, h6, p {
	margin: 0 0 15px 0;
}
a {
	color: #541a5d;
}
a:hover {
	color: #803d8a;
	text-decoration: none;
}
a:focus {
	outline: none;
}
::selection {
  background: #541a5d;
  color: white;
}
::-moz-selection {
  background: #541a5d;
  color: white;
}
input {
	border-radius: 0;
	border: 0;
}
.fw-button {
	display: inline-block;
	padding: 10px 20px;
	border: 0;
	border-radius: 20px;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #541a5d;
	color: white;
	text-decoration:none;
}
.fw-button:after {
	content: ' >';
}
.fw-button:hover {
        background-color: #803d8a;
        color: #fff;
        text-decoration:none;
}

.fw-button:visited {
        color: #fff;
        text-decoration:none;
}

.fw-button:visited {
        text-decoration:none;
        }

/*for consistency*/
.fw-top-banner,
.fw-gallery-img,
.fwe-about,
.fw-sponsors,
.fw-schedule,
#fw-events-overview,
.fw-article-overview,
#fw-boxed-slider,
.fw-article-brief,
.fw-front-page-articles,
.fw-tweeter-feed,
.fw-awards,
.fw-schedule-awards,
.fw-judges,
.fw-prev-winners {
	margin-bottom: 20px;
padding-top:20px;
padding-bottom:20px;
}

#fw-full-width-slider {	margin-bottom: 20px;}

.fw-sponsors,
.fw-prev-winners {
	border-bottom: solid 1px #e5e5e5;
	border-top: solid 1px #e5e5e5;
}

/*.fwe-about,
.fw-sponsors,
.fw-prev-winners {
	border-bottom: solid 1px #e5e5e5;
}*/


.fw-sponsors {padding-top:30px!important;}

/*no gutter hack*/
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
	padding-right: 0;
	padding-left: 0;
}

/*common*/
.fw-img-container {
	position: relative;
}
.fw-img-container img {
	max-width: 100%;
	height: auto !important;
}

/*header*/
header {
	background-color: #541a5d;
	-webkit-box-shadow: 0px 2px 2px -2px #230b26;
	-moz-box-shadow: 0px 2px 2px -2px #230b26;
	box-shadow: 0px 2px 2px -2px #230b26;
	color: white;
}
header a {
	color: white;
}
/*nav*/
.navbar-brand:focus,
.navbar-brand:hover {
	color: #f4cafb;
}
#fw-main-nav li a:focus,
#fw-main-nav li a:hover,
#fw-main-nav .current-menu-item {
	background-color: #803d8a;
	color: white;
}
.navbar-brand {
	padding-right: 0;
}
#fw-navmenu {
	max-height: none;
}
#fw-navmenu.navbar-collapse {
	padding: 0;
	text-align: center;
}
#fw-main-nav {
	margin: 0;
}
.navbar-nav > li > a {
	padding: 15px 12px;
}

/*main*/
main {
	margin-top: 50px;
}

/*top banner-thingie*/
.fw-top-banner {
	position: relative;
	padding: 40px 0;
	background: #aaa no-repeat center center;
	background-size: cover;
	color: white;
}
.fw-tint {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	/*background-color: rgba(85, 26, 94, 0.3);
	background-color: rgba(115, 25, 100, 0.4);*/
        background-color: rgba(0, 0, 0, 0.4);
}
.fw-event-time-space {
	text-align: right;
}
.fw-event-time-space span {
	display: inline-block;
	padding: 10px 22px;
	text-align: center;
	font-weight: bold;
}
.fw-event-time-space span:first-child {
	background-color: #803d8a;
	text-transform: uppercase;
}
.fw-event-time-space span:last-child {
	background-color: #541a5d;
}
.fw-event-time-space span a {
	color: white;
}
.fw-event-time-space span a:hover{
	color: #f4cafb;
}

/*search form*/
#fw-search-form {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	box-shadow: none;
}
#fw-search-form .form-group {
	display: inline-block;
	margin: 0;
	float: left;
}
#fw-search-form .fw-search-text {
	display: inline-block;
	border: 0;
	padding-left: 26px;
	border-radius: 17px 0 0 17px;
}
#fw-search-form .fw-search-text:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(115, 25, 100, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(115, 25, 100, .6);
}
#fw-search-form .fw-search-submit {
	float: left;
	border: 0;
	padding-right: 26px;
	border-radius: 0 17px 17px 0;
}
#fw-search-form .fw-search-submit:hover {
	background-color: #541a5d;
	color: white;
}
#fw-search-form .fw-search-submit .fa {
	font-size: 19px;
	color: #541a5d;
}
#fw-search-form .fw-search-submit:hover .fa {
	color: white;
}

/*home*/
#fw-thing {
	padding: 20px 0;
	text-align: center;
}
#fw-events-overview {
	padding: 35px 0;
	background-color: #77b8b8;
	color: white;
	text-align: center;
}
#fw-events-overview h2 {
	color: white;
	margin-bottom: 15px;
}
#fw-events-overview .container .row > div {
	margin: 0 0 35px 0;
}
.fw-front-page-articles {
	text-align: center;
	border-bottom: solid 1px #e5e5e5;
}
.fw-article-overview a img {
	width: 100%;
	height: auto;
	padding-bottom: 15px;
}

/*schedule*/
.fw-schedule {
	border-bottom: solid 1px #e5e5e5;
}
.fw-programme {
	position: relative;
	margin-bottom: 15px;
	border-bottom: solid 1px #e5e5e5;
}
.fw-schedule .col-sm-8 div:last-child {
	border: 0;
}
.fwp-time {
	display: inline-block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #541a5d;
}
.fw-programme > div {
	margin-left: 65px;
}
.fwp-pres {
	position: relative;
	float: left;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 20px;
	text-align: center;
}
.fwp-pres > div {
	/*height: 125px;*/
}
.fwp-pres img {
	width: 100%;
	height: auto;
}
.fwp-pres a {
	margin-bottom: 10px;
}
.fwp-pres p {
	margin-bottom: 10px;
}
.fwp-name {
	font-size: 1.1em;
	font-weight: bold;
	color: #541a5d;
}

/*attened*/
.fwe-attended {
	
	text-align: center;
}
.fwe-attended ul {
	padding: 30px;
	background-color: #efeaf0;
	list-style-type: none;
	text-align: left;
}

/*gallery*/
.fw-gallery-img img {
	max-width: 100%;
	height: auto;
        padding-top:0px;
}
.fw-gallery-img p {
	margin: 0;
	text-align: center;
}
.fw-gallery-img iframe {
	max-width: 100%;
}

/*sponsors section*/
.fw-sponsors {
	padding: 15px 0px 40px 0px;
	text-align: center;
}
.fw-sponsor {
	position: relative;
	float: none;
	display: inline-block;
	margin-bottom: 15px;
}
.fw-sponsor img {
	width: 100% !important;
	height: auto !important;
}

/*first women slider*/
#fw-full-width-slider,
#fw-boxed-slider {
	max-width: 100%;
}
.fw-slide-wrap {
	background: #aaa no-repeat center center;
	background-size: cover;
}
.fw-slide-wrap:before {
	content: "";
	display: block;
	padding-top: 125%;
}
.fw-slide {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;	
}
.fw-slide.slide-tinted {
	background-color: rgba(115, 25, 100, 0.4);
	-webkit-transform-style: preserve-3d;
  	-moz-transform-style: preserve-3d;
  	transform-style: preserve-3d;
}
.fw-slide-inner {
	position: relative;
	width: 100%;
	height: 100%;
}
.fw-slide .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.fw-slide-categ-date,
.fw-slide-categ-date a {
	margin-bottom: 20px;
	color: white;
	text-transform: uppercase;
}
.fw-slide-categ-date a:hover {
	color: #803d8a;
	text-decoration: none;
}
#fw-carousel .carousel-control {
	width: 50px;
	height: 80px;
	top: 40%;
	background: #541a5d;
	display: none;
}
#fw-carousel .fw-button {
	display: none;
}
.fw-slide h1 {
	font-size: 3vmax;
}

/*articles page*/
.fw-artic-image {
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.fw-categ-date {
	text-transform: uppercase;
}
.fw-pager {
	box-sizing: border-box;
	padding: 12px 14px;
	background-color: #efefef;
	text-align: center;
	text-transform: uppercase;
}
.fw-pager a {
	font-weight: bold;
}
.fw-pager .link-disabled a {
	color: #ababab;
	font-weight: normal;
}
.fw-pager .link-disabled a:hover {
	cursor: not-allowed;
}
.fw-pager .prev {
	float: left;
}
.fw-pager .next {
	float: right;
}
.fw-pager .pages a {
	display: inline-block;
	padding: 0 5px;
	margin-right: 5px;
	background-color: #541a5d;
	color: white;
}
.fw-pager .pages a:hover,
.fw-pager .pages a.page-current {
	background-color: #77b8b8;
}
.fw-pager .pages a.page-current:hover {
	cursor: not-allowed;
}
.fw-artic-full h2 {
	margin-bottom: 6px;
}

.fw-artic-full figure {
	width: 100% !important;
}

.fw-artic-full figure img {
	width:100%;
	height: auto;
}

/*awards section*/
.fw-awards > h2 {
	text-align: center;
}
.fw-awards .panel-body ul h2 {
	margin-bottom: 10px;
}
.fw-awards .panel-group {
	margin-bottom: 0;
}
.fw-awards .panel {
	margin: 0 0 20px 0;
	box-shadow: none;
}
.fw-awards .panel .panel-heading {
	border: solid 1px #d8c8db;
	background-color: #efeaf0;
}
.fw-awards .panel-heading {
	position: relative;
	border-radius: 0;
	padding-right: 55px;
}
.fw-awards .panel-heading a {
	font-size: 1.1em;
}
.fw-awards .panel-heading a:hover,
.fw-awards .panel-heading a:focus,
.fw-awards .panel-heading a:visited,
.fw-awards .panel-heading a:active {
	text-decoration: none;
	color: #541a5d;
}
.fw-awards .panel-heading span {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	box-sizing: border-box;
	height: 100%;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	background-color: #e7dfe9;
	border-left: solid 1px #d8c8db;

}
.fw-awards .panel-heading span .fa {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	color: #a297a5;
}
.fw-awards .panel-heading a .fa-angle-right,
.fw-awards .panel-heading a.collapsed .fa-angle-down {
	display: none;
}
.fw-awards .panel-heading a.collapsed .fa-angle-right,
.fw-awards .panel-heading a .fa-angle-down {
	display: inline-block;
}
.fw-awards .panel-collapse {
	border: solid 1px #d8c8db;
	border-top: none;
}
.fw-awards .panel-collapse .panel-body {
	border: none !important;
}
.fw-awards .panel-body {
	position: relative;
	padding: 20px;
}
.fw-awards .panel-body ul {
	list-style-type: none;
	padding: 0;
}
.fw-award-sponsor {
	width: 150px;
	margin: 15px 0;
}
.fw-award-sponsor img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}
.fw-schedule-awards {
	padding: 40px 0;
	background-color: #77b8b8;
	color: white;
}
.fw-schedule-awards > h2 {
	text-align: center;
}
.fw-schedule-awards h2,
.fw-schedule-awards h3,
.fw-schedule-awards .fwp-time,
.fw-schedule-awards .fwp-name {
	color: white;
}
.fw-schedule-awards .fw-programme {
	border: 0;
}

/*previous winners*/
.fw-prev-winners h2 {
	text-align: center;
}
.fw-prev-winners .container {
	margin-bottom: 45px;
}
.fw-prev-winners-inner {
	padding: 25px;
	border-left: solid 5px #77b8b8;
	background-color: #efeaf0;
}

.fw-prev-winners span.year {
	float: left;
	font-size: 1.666em;
	font-weight: bold;
	color: #541a5d;
}
.fw-prev-winners-inner > div {
	margin-left: 90px;
}
.fw-prev-winners ul {
	margin-left: 0;
	padding: 0;
	list-style-type: none;
}
.fw-prev-winners ul li {
	margin-bottom: 8px;
}

/*judges*/
.fw-judges {
	text-align: center;
}
.fw-judge {
	position: relative;
	margin-bottom: 20px;
}
.fw-judge a,
.fwp-pres a {
	display: block;
	position: relative;
}
a .link-tint {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(84, 26, 93, 0.4);
}
.link-tint span {
	position: relative;
	top: 40%;
	-webkit-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	transform: translateY(-40%);
	font-size: 1.2em;
	color: white;
        line-height: 2em;
}
.fw-judge a:hover,
.fwp-pres a:hover {
	cursor: pointer;
}
.fw-judge a:hover .link-tint,
.fwp-pres a:hover .link-tint {
	display: block;
}
.fw-judge a img {
	max-width: 100%;
	height: auto;
}
.fw-judge-brief {
	height: 140px;
	padding: 15px;
	background-color: #efeaf0;
}
.fw-judge-brief p {
	margin-bottom: 5px;
}
.fw-judge-brief p:first-of-type {
	font-size: 1.1em;
	font-weight: bold;
	color: #541a5d;
}
.fw-lightbox-base {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: -20px;
	background-color: rgba(0, 0, 0, 0.1);
	padding: 4%;
	overflow-y: scroll;
}
.fw-judge-details {
	position: relative;
	box-sizing: border-box;
	width: 580px;
	max-width: 90%;
	margin: 80px auto;
	padding: 40px;
	background-color: white;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.4);
	text-align: center;
	z-index: 800;
}
.fw-judge-details button {
	height: 36px;
	width: 36px;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: -16px;
	right: -16px;
	background-color: #541a5d;
	font-size: 22px;
	color: white;
}
.fw-judge-details img {
	width: 100px;
	height: auto;
	margin-bottom: 15px;
	padding: 4px;
	border: solid 1px #e5e5e5;
}
.fw-judge-details h2 {
	margin-bottom: 5px;
}
.fw-judge-details h3 {
	margin-bottom: 15px;
	color: #7c7c7c;
}
.fw-judge-desc {
	display: inline-block;
}

/*sidebar*/
.fw-sidebar ul {
	list-style-type: none;
	padding: 0;
}
.fw-sidebar ul li {
	padding: 10px 0;
	border-bottom: solid 1px #e5e5e5;
}
.fw-sidebar ul li a {
	font-size: 1.1em;
	color: #7c7c7c;
}
.fw-sidebar ul li a:hover {
	color: #541a5d;
}
/*misc*/
.fw-tweeter-feed {
	text-align: center;
}

.tweet {
    float: left;
    width: 33.33%;
}


/*footer*/
footer > div {
	padding: 30px 0;
}
#fw-newsletter {
	background-color: #541a5d;
}
#fw-newsletter .row > div:first-child {
	font-size: 1.333em;
	font-weight: bold;
	color: white;
}
#fw-newsletter form {
	position: relative;
}
#fw-newsletter form input {
	width: 60%;
	padding: 8px;
}
#fw-newsletter form .fw-button {
	background-color: #50aeb0;
	/*position: absolute;
	right: 0;*/
}
#fw-newsletter form .fw-button:hover {
	background-color: #4fd2d5;
        color: #fff;
}
#fw-newsletter .row > div:first-child {
	margin-bottom: 15px;
}
#fw-footer-bottom {
	background-color: #292929;
	color: #7d7d7d;
}
#fw-footer-bottom .container p {
	position: relative;
	font-size: 0.867em;
}
#fw-footer-bottom img {
	width: 60px;
	float: right;
}

blockquote {
	border-left:0!important;
	padding:0!important;
}

.wp-caption-text {
	padding-top:10px;
	font-style: italic;
}

/*responsive, mobile-first, breakpoints: xx small < 500 < extra small < 768px < small < 992px < medium < 1200px < large*/
@media (min-width: 500px) {
	.fwp-pres {
		width: 50%;
	}
  
	.fw-slide-wrap:before {
		padding-top: 60%;
	}
	#fw-carousel .fw-button {
		display: inline-block;
	}
	.fw-judge-details img {
		float: left;
	}
	.fw-judge-details h2,
	.fw-judge-details h3 {
		margin: 0 0 5px 120px;
	}
	.fw-judge-details {
		text-align: left;
	}
}
@media (max-width: 500px) {
	.fw-judge {
		width: 100%;
	}
  
  .fwp-pres > div {
      height: auto;
  }
  
  .fwp-pres img {
    width: 50%;
  }

}
@media (min-width: 768px) {
	/*.fwp-pres {
		width: 33.332%;
	}*/
	#fw-carousel .carousel-control {
		display: block;
	}
	.fw-slide .container {
		width: 60%;
		margin-left: 10%;
	}
	.container.no-gutters {
		padding: 0;
	}

	.fw-prev-winners ul {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
	}
	.fw-prev-winners ul li {
		padding-right: 50px;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	header .container {
		width: 100%;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.fwp-pres {
		width: 25%;
	}
	.navbar-brand {
		padding-left: 0;
	}
	#fw-newsletter .row > div:first-child {
		margin-bottom: 0;
	}
	.fw-slide-wrap:before {
		padding-top: 45%;
	}
	.fw-award-sponsor {
		float: right;
	}
}
@media (min-width: 1200px) {
	#fw-events-overview .container .row > div {
		margin: 0;
	}
	.fw-slide-wrap:before {
		padding-top: 33.33%;
	}
	#fw-boxed-slider .fw-slide-wrap:before {
		padding-top: 40%;
	}
	.fw-gallery-img.col-lg-6 iframe {
		height: auto;
	}
}


.fw-gallery-img {padding-bottom:0px!important;margin-bottom:0px!important;}

.fwe-event-times {background: #77b8b8; color: #fff; padding: 40px 0px; /*margin-bottom:30px;*/}

.fwe-event-times h2 {
    margin: 0px 0px 15px 0px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
}

.fwe-event-times p {line-height:22px!important; font-size:16px!important; margin-bottom:10px;}

.fwe-event-partners {text-align:center; padding-top: 40px; padding-bottom:30px;}

@media (max-width: 800px) {  .dates {margin-bottom: 25px;} .dates2 {margin-bottom: 25px;}
}

@media (max-width: 500px) {
.awards-pic {width:100%!important; height: auto!important;}
}