/*!
Theme Name: Foto Photo Art
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foto-photo-art
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Foto Photo Art is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.downloadlink {
	margin: 0px auto;
}

.downloadlink {
	display: none
}


img.custom-logo {
	width: 120px;
	height: auto;
}

li.nav-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-25 a {
	background-color: #FF4E00;
	color: #fff !important;
	padding: 20px 40px 20px 40px !important;
	border-radius: 10px !important;
	display: none;
}

div#navbarSupportedContent {
	flex-grow: inherit;
}

a.uploadDesign {
	background-color: #FF4E00;
	color: #fff !important;
	padding: 20px 40px 20px 40px !important;
	border-radius: 10px !important;
	display: inline-block;
}

td.pmpro_account-membership-expiration {
	display: none;
}

#pmpro_account-membership table.pmpro_table tr th:nth-child(3) {
	display: none;
}



a.download_btn {
	height: 54px;
	width: 100%;
	background-color: #FF4E00;
	color: #fff;
	display: block;
	margin-top: 20px;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
}

.loader {
	position: absolute !important;
	z-index: 99999 !important;
	width: 100% !important;
	background: #0000007a !important;
	height: 100vh !important;
}

.lds-roller {
	position: absolute !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto !important;
}


.lds-roller {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-roller div {
	animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 40px 40px;
}
.lds-roller div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
	margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
	animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
	top: 63px;
	left: 63px;
}
.lds-roller div:nth-child(2) {
	animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
	top: 68px;
	left: 56px;
}
.lds-roller div:nth-child(3) {
	animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
	top: 71px;
	left: 48px;
}
.lds-roller div:nth-child(4) {
	animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
	top: 72px;
	left: 40px;
}
.lds-roller div:nth-child(5) {
	animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
	top: 71px;
	left: 32px;
}
.lds-roller div:nth-child(6) {
	animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
	top: 68px;
	left: 24px;
}
.lds-roller div:nth-child(7) {
	animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
	top: 63px;
	left: 17px;
}
.lds-roller div:nth-child(8) {
	animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
	top: 56px;
	left: 12px;
}
@keyframes lds-roller {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}




.topbar {
	background: black;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

.topbar a,
.topbar a:visited,
.topbar a:active,
.topbar a:hover{
	color: #fff !important;
	padding-left: 10px !important;
}