/*!
Theme Name: arenapictures
Theme URI: http://underscores.me/
Author: Michele Fortunato
Author URI: http://michelefortunato.it
Description: Parent theme for Arena Pictures Network
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arenapictures
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

html {
	scroll-behavior: smooth;
}

a{
	color: #F4AA00 !important;
}

.navbar-nav a{
	color: #FFF !important;
}

.main-menu {
	text-transform: uppercase;
	font-weight: bold;
}

/* Bootstrap customization */
.dropdown-menu {
	min-width: 8rem !important;
}

.dropdown-menu a{
	color: #212529 !important;
}


.outer-header {
  	padding-top: 100px;
	padding-bottom: 100px;
	background-size: cover !important;
	position: relative;
	color: #FFF;
}

.outer-header i{
	font-size: 40px;
	padding: 10px;
}

.inner-header {
	background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#content {
	margin-top: 42px;
}

.album {
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 250px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
	position: relative;
}

.album-caption {
	position: absolute;
	bottom: 0;
	left: 0;
    color: #fff;
	padding: 5px;
	padding-top: 80px;
	width: 100%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
}

.album-date {
	position: absolute;
	top: 0;
	right: 0;
    color: #fff;
    font-size: 12px;
    margin: 5px;
	padding: 5px;
    background-color: #F4AA00;
}

.col-sm {
	padding-left: 5px;
	padding-right: 5px;
}

.services {
	padding: 10px;
}

.services a{
	color: #ffffff !important;
}

a:hover{
	color: #f4aa00 !important;
}


/**
 * Flip tile code
 **/
.flip-container {
	perspective: 1000px;
}


/* Flip only on desktop */
@media (min-width: 768px) {

	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

}

.flip-container, .front, .back {
	width: 100%;
	height: 100%;
}

/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
	transform: rotateY(180deg);
	background-color: #F4AA00;
	color: #FFF;
	font-size: 22px;
	text-align: center;
	position: absolute;
	padding-top: 93px;
}

.back a:hover{
	color: #FFF !important;
}

/**
 * End flip tile code
 **/


.show-more {
	background-color: #F4AA00;
	color: #FFF;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold
}


.competition-cover {
	background-size: cover;
	background-position: center;
	height: 300px;
	position:relative;
}

.event-icon {
	background-color: #F4AA00;
	margin: 10px;
}

.event-icon img{
	height: 50px;
	margin: 10px;
}

.event-icon a{
	width: 100%;
	color: #FFF !important;
}

.event-icon a:hover {
	color: #FFF !important;
	text-decoration: underline;
}

.album-date-competition {
	position: absolute;
	top: 3px;
	right: 0;
    color: #fff;
    font-size: 14px;
    margin: 5px;
	padding: 5px;
    background-color: #F4AA00;
}

.sidebar-album-thumb {
	background-size: cover;
	background-position: center;
	height: 80px;
}

.preview {
	height: 250px !important;
	background-position: center;
	margin-top: 7px;
	margin-bottom: 7px;
	background-size: cover;
}

.header-gallery a {
	color: #FFF !important;
}

#pic-container {
	max-width: 512px;
	max-height: 512px;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	text-align: center;
}

.pic {
	max-width: 512px;
	max-height: 512px;
	width: 100%;
}

.alignright {
	float: right;
}


#arrows {
	margin-top: -60px;
	background: rgba(0,0,0,.4);
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 60px;
	width: 100%;
}

#arrows .prev {
	float: left;
	margin-left: 10px;
}

#arrows .next {
	float: right;
	margin-right: 10px;
}

.price {
	font-size: 35px;
	vertical-align: middle;
	font-weight: bold;
	padding: 10px;
}

.caption {
	font-size: 18px;
	vertical-align: middle;
	text-transform: uppercase;
}

#premium {
	background-color: #E04216;
	font-size: 18px;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;

}

#premium a {
	color: #FFF !important;
	text-decoration: none;
}

#premium img {
	vertical-align: middle;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 7px;
}

.site-footer {
	background-color: #212529;
	color: #fff;
}

.site-footer a {
	color: #FFF !important;
}

.type-post {
	padding: 10px;
}

.type-page {
	padding: 10px;
}

.comments-area {
	padding: 10px;
}

.btn-primary {
	background-color: #F4AA00 !important;
	border-color: #F4AA00 !important;
}

.form-control:focus {
	border-color: #F4AA00 !important;
	box-shadow: 0 0 0 0.2rem rgba(244,170,0,.25) !important;
}

#comment,#url,#author,#email {
    width: 100%;
}

.link-white:hover {
	color: #FFFFFF !important;
}

@media(max-width:370px){
	.navbar-brand img {
		width: 100%; !important
	}

	.navbar-brand {
		width: 75%; !important
	}
}

@media (min-width: 336px) {
	#content {
		margin-top: 36px !important;
	}
}

@media (min-width: 768px) {
	#content {
		margin-top: 48px !important;
	}
}

@media (min-width: 990px) {
	#content {
		margin-top: 42px !important;
	}
}






/* Unlimited */

#unlimited-cover {
  position: fixed;
  top: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 1000px;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}

@media (pointer: coarse) and (hover: none) {
  body {
    background: url("../img/bg-mobile-fallback.jpg") #002E66 no-repeat center center scroll;
    background-position: cover;
  }
  body video {
    display: none;
  }
}

.masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}

.masthead .masthead-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 35rem;
  height: 100%;
  background-color: #F4AA00;
  -webkit-transform: skewY(4deg);
  transform: skewY(4deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.masthead .masthead-content h1 {
  font-size: 2.5rem;
}

.masthead .masthead-content p {
  font-size: 1.2rem;
}

.masthead .masthead-content p strong {
  font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    -webkit-transform: skewX(-8deg);
    transform: skewX(-8deg);
    -webkit-transform-origin: top right;
    transform-origin: top right;
  }
  .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
    min-height: 560px
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }

  	#pricing-table {
  		margin-top: 0 !important;
  		padding-top: 100px !important;
  		padding-bottom: 100px !important;
 	}

 	#description-cards {
  		margin-top: 100px !important;
  		margin-bottom: 100px !important;
 	}

  	#unlimited-cover {
  		left: 50%;
  	}

  	#pricing-table .table td, #pricing-table .table th {
		padding: 0.75rem !important;
	}
}


.btn-danger {
  background-color: #E04216 !important;
  border-color: #E04216 !important;
}

.input {
  font-weight: 300 !important;
}

#description-cards {
	margin-top: 200px;
}

#pricing-table {
	margin-top: 200px;
}

#pricing-table .table td, #pricing-table .table th {
	border: 0px;
	border-bottom: 0px;
	border-top: 0px;
	padding: 0.3rem;
	vertical-align: middle;
}

#pricing-table .table thead th {
	border-bottom: 2px solid #e9ecef;
}

.border-3 {
    border-width:3px !important;
}


/**
* Profile page
*/

.avatar {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.avatar img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    object-fit:cover;
}