/*
Theme Name: Gladystheme
Theme URI: http://gladyspalmera.com/
Author: Flatfull.com
Author URI: http://gladyspalmera.com/
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: Gladystheme
Tags: custom-colors, editor-style, featured-images, translation-ready
*/

/*------------------------------------------------------------------
[Table of contents]
1. Wordpress
2. UI Components
3. Woocommerce
4. Piklist
5. WP Social Login
-------------------------------------------------------------------*/

/*---------------------------
1. Wordpress
---------------------------*/
img, object, embed {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

select {
	max-width: 100%;
}

table {
	width: 100%;
	border: 1px solid rgba(120, 130, 140, 0.1);
	margin-bottom: 20px;
}

table th, table td {
	padding: 12px 16px;
	background-color: transparent;
	border-bottom: 1px solid rgba(120, 130, 140, 0.1);
}

blockquote {
	quotes: "" "";
}

blockquote {
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul, ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul.nav {
	margin-left: 0;
}

.alignnone, .alignleft {
	margin: 0.538em 1.47em 1.47em 0;
}

.aligncenter {
	display: block;
	margin: 0.538em auto 0.538em auto;
}

.alignright {
	float: right;
	margin: 0.538em 0 1.47em 1.47em;
}

.alignleft {
	float: left;
}

@media (max-width: 767px) {
	.alignnone, .alignleft, .alignright, .aligncenter {
		margin-left: 0;
		margin-right: 0;
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

.wp-caption, .gallery-caption {
	max-width: 100%;
	padding: 0.583em 0.333em 1.593em;
	text-align: center;
}

.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
	width: auto;
}

.wp-caption-text {
	font-size: 0.846em;
	color: #808080;
	margin: 1em 0;
}

/* adminbar */
body.admin-bar .app-aside, body.admin-bar .app-header {
	top: 32px;
	height: auto;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.category-sticky, .sticky {
	display: block;
	padding: 1.5rem;
	background-color: rgba(120, 130, 140, 0.1);
}

.hentry {
	margin: 0 0 3rem;
}

.updated:not (.published ) {
	display: none;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
	/* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer
	{ /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
* Dropdown filter
*/
.dropdown-filter ul {
	margin: 0;
	padding: 0;
}

.dropdown-filter li {
	display: block;
}

.dropdown-filter a {
	padding: 3px 20px;
	display: block;
	font-weight: bold;
}

.dropdown-filter ul a {
	font-weight: normal;
	font-size: 0.8rem;
}

/*
* Share button
*/
.btn-facebook {
	background: #3B5998;
}

.btn-twitter {
	background: #55ACEE;
}

.btn-google {
	background: #db4437;
}

.btn-tumblr {
	background: #36465d;
}

.btn-whatsapp {
	background: #01E675;
}

.btn-pinterest {
	background: #bd081c;
}

/*
* Password form
*/
.pmpro_content_message, .post-password-form {
	padding: 1.5rem;
}

.post-password-form label input {
	display: inline-block;
	width: auto;
}

.pmpro_content_message a {
	margin-top: 1rem !important;
}

/*
* Entry
*/
.entry-meta>span {
	margin-right: 1rem;
}

.updated:not (.published ){
	display: none;
}

.widget_calendar table th, .widget_calendar table td {
	padding: 4px 6px;
	font-size: 12px;
}

/*
* Comments
*/
.comment-list {
	position: relative;
}

.comment-list .comment-item, .comment-list .comment {
	margin-top: 0;
	position: relative;
}

.comment-list .comment-item>.thumb-sm {
	width: 36px;
}

.comment-list .comment-item .arrow.left {
	top: 20px;
	left: 39px;
}

.comment-list .comment-meta {
	margin-bottom: 16px;
}

.comment-list .comment-meta img {
	float: left;
	margin-left: -44px;
}

.comment-list .comment-body {
	margin-left: 46px;
	margin-bottom: 40px;
}

.comment-list .depth-2, .comment-list .depth-3, .comment-list .depth-4,
	.comment-list .depth-5 {
	padding-left: 46px;
}

.comment-list .comment-item .panel-body {
	padding: 10px 15px;
}

.comment-list .comment-item .panel-heading, .comment-list .comment-item .panel-footer
	{
	position: relative;
	font-size: 12px;
	background-color: #fff;
}

.comment-list .comment-reply {
	margin-left: 46px;
}

.comment-author {
	font-size: 12px;
	line-height: 1.2;
}

.comment-list time {
	font-size: 11px;
	opacity: 0.7;
}

.comment-reply-title {
	font-size: 30px;
}

.comment-author .says {
	display: none;
}

.input-text, input[type='date'], input[type='password'] {
	display: block;
	width: 100%;
	padding: .35rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: inherit;
	background-color: rgba(120, 130, 140, 0.1);
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(120, 130, 140, 0.3) !important;
	border-radius: .25rem;
}

input.submit, input[type='submit'] {
	font-size: 0.9rem;
	margin: 0;
	line-height: 1.2;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: inherit;
	background-color: rgba(120, 130, 140, 0.1);
	border: 1px solid rgba(120, 130, 140, 0.3);
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}

.form-control, .input-text, input[type="date"], input[type="password"], input.submit, input[type="submit"] {
	border-radius: 25px;
}

input.date-pick {
	font-size: 14px;
	width: 170px;
	display: inline-block;
}
/*
* Media uploader
*/
.media-modal-content {
	color: #666;
	border-radius: 4px;
}

.screen-reader-text, .screen-reader-text span,
	.ui-helper-hidden-accessible {
	position: absolute;
	margin: -1px;
	padding: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	word-wrap: normal !important;
}

.mejs-container {
	box-shadow: none !important;
}

/*---------------------------
2. UI Components
---------------------------*/
.app-aside {
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
}

.app-header .nav-item {
	padding: 0;
	position: relative;
}

.app.hide-player .app-aside {
	bottom: 0 !important;
}

.app-header .nav-sub .nav-item {
	margin: 0 !important;
}

.app-header .nav-sub {
	display: none;
	left: 0;
	top: 100%;
	max-height: auto;
	overflow: visible;
	min-width: 180px;
	list-style: none;
	padding: 0;
	max-height: 1000em;
	margin: 0;
}

.app-header .nav-sub .nav-sub {
	left: 100%;
	top: 0;
}

.app-header li:hover>.nav-sub, .app-header li:focus>.nav-sub,
	.app-header li:active>.nav-sub {
	display: block;
}

@media ( min-width : 768px) {
	.app-header .nav-sub {
		position: absolute;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}
	.app-header .nav-sub li {
		float: none;
		text-align: left;
	}
	.app-header .nav-sub li a {
		padding: 0.5rem 1rem;
	}
}

@media ( max-width : 767px) {
	.app-header .navbar .nav-caret {
		position: absolute;
		right: 0;
	}
	.app-header .nav-sub li a {
		padding: 0;
	}
}

.page-right>div {
	bottom: 60px;
}

.page-right ~ .page-left {
	border-left: 1px solid rgba(120, 130, 140, 0.13);
	border-right-width: 0;
}

.clearfix {
	display: block;
	overflow: hidden;
}

.pull-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
}

.collapsing .navbar-nav, .collapse.in .navbar-nav {
	position: static;
	transform: none;
	-ms-transform: none;
}

.nav-active-none .nav>li.active>a {
	color: inherit;
	background-color: transparent !important;
}

.avatar.avatar-32 {
	width: 32px;
}

.avatar.avatar-180 {
	width: 180px;
}

.widget {
	margin-bottom: 3rem;
}

.widget-title {
	margin-bottom: 1rem;
	font-size: 36px;
	font-family: 'FlamaUltracondMedium',Sans-Serif;
}
@media (max-width: 767px) {
	.widget-title {
		font-size: 31px;
		line-height: 31px;
	}
}

.row.no-gutter .widget {
	margin-bottom: 0;
}

.entry-title {
	margin-bottom: 1rem;
}

.add_to_cart_button {
	padding: 0 5px;
	border-radius: 50px;
	vertical-align: middle;
}

.add_to_cart_button.added {
	display: none;
}

.item-cart-btn a.added_to_cart {
	font-size: 0.8rem;
	line-height: 1.25;
	padding: 0 5px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
}

.add_to_cart_button ins {
	text-decoration: none;
}

.btn-like i, .btn-follow i {
	font-style: normal;
}

.btn-like i.active, .btn-follow i.active {
	display: none;
}

.btn-like.active i, .btn-follow.active i {
	display: none;
}

.btn-like.active i.active, .btn-follow.active i.active {
	display: block;
}

.item-overlay .btn-like {
	padding: 0;
}

.item-overlay .btn-like .btn-icon {
	width: 30px;
	height: 30px;
	line-height: 27px;
	background-color: transparent !important;
	font-size: 20px;
}

.btn-favourite i, .btn-follow i, .btn-more i {
	font-weight: normal;
}
.btn-favourite i.active, .btn-follow i.active, .btn-selected i.active {
	display: none;
}

.btn-favourite.active i, .btn-follow.active i, .btn-selected.active i {
	display: none;
}

.btn-favourite.active i.active, .btn-follow.active i.active, .btn-selected.active i.active {
	display: block;
}


.item-overlay .btn-favourite {
	padding: 0;
}

.item-overlay .btn-favourite .btn-icon {
	width: 30px;
	height: 30px;
	line-height: 27px;
	background-color: transparent !important;
	font-size: 20px;
}

.btn-comment i, .btn-follow i, .btn-playback i {
	font-style: normal;
}

.btn-comment i.active, .btn-follow i.active, .btn-playback i.active {
	display: none;
}

.btn-comment.active i, .btn-follow.active i, .btn-playback.active i {
	display: none;
}

.btn-comment.active i.active, .btn-follow.active i.active, .btn-playback.active i.active
	{
	display: block;
}

.item-overlay .btn-comment, .item-overlay .btn-playback {
	padding: 0;
}

.item-overlay .btn-comment .btn-icon, .item-overlay .btn-playback .btn-icon
	{
	width: 18px;
	height: 18px;
	line-height: 18px;
	background-color: transparent !important;
	font-size: 14px;
}

.btn-playlist {
}

.item-track .btn-playlist {
	display: block;
}

.item-action .dropdown {
	display: inline-block;
}

.item-overlay .btn-more {
	padding: 2px 2px;
}

.item-overlay .item-cart-btn {
	float: left;
	display: inline-block;
	padding: 2px 6px 1px 2px;
}

.item-list-li .item-overlay {
	padding: 0px 8px;
}

.item-action .item-cart-btn a {
	padding: 4px 12px;
	margin: 0 4px;
}

.item-action .btn-playpause:after,
.item-action .btn-playvideo:after,
.item-action .btn-premium:after {
	background-color: transparent !important;
}

#nprogress .spinner-icon {
	display: none;
}

.page-numbers {
	background-color: rgba(120, 130, 140, 0.1);
	border: 1px solid rgba(120, 130, 140, 0.1);
	display: inline-block;
	padding: .25rem .75rem;
	border-radius: 3px;
}

.page-numbers.current {
	opacity: 0.5;
}

/*---------------------------
3. Woocommerce
---------------------------*/
/*.woocommerce-info, .woocommerce-error, .woocommerce-message,
	#add_payment_method #payment, .woocommerce-cart #payment,
	.woocommerce-checkout #payment {
	background-color: rgba(120, 130, 140, 0.1);
	color: inherit;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods,
	.woocommerce-checkout #payment ul.payment_methods, .woocommerce form.checkout_coupon,
	.woocommerce form.login, .woocommerce form.register, .woocommerce table.shop_table,
	.woocommerce table.shop_table td, .woocommerce table.shop_table tbody th,
	.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th,
	#add_payment_method .cart-collaterals .cart_totals tr td,
	#add_payment_method .cart-collaterals .cart_totals tr th,
	.woocommerce-cart .cart-collaterals .cart_totals tr td,
	.woocommerce-cart .cart-collaterals .cart_totals tr th,
	.woocommerce-checkout .cart-collaterals .cart_totals tr td,
	.woocommerce-checkout .cart-collaterals .cart_totals tr th {
	border-color: rgba(120, 130, 140, 0.1);
}

.woocommerce h2 {
	font-size: 1.35rem;
}

.woocommerce h3 {
	font-size: 1.25rem;
}

.woocommerce .mark, .woocommerce mark {
	border-radius: 4px;
	padding: .2em .4em;
}

.woocommerce form .form-row {
	padding: 0;
	margin-bottom: 16px;
}

.woocommerce-MyAccount-navigation ul {
	display: block;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation li {
	display: block;
	opacity: 0.7;
}

.woocommerce-MyAccount-navigation li.is-active {
	font-weight: bold;
	opacity: 1;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
	.woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #ef1960 !important;
}

li.payment_method_paypal label img {
	background-color: #fff;
	border-radius: 4px;
	padding: 2px 5px !important;
	margin-right: 5px !important;
}*/

/*---------------------------
4. Piklist
---------------------------*/
input.piklist-error, .piklist-notice-error {
	background-color: rgba(120, 130, 140, 0.1) !important;
	outline: none !important;
}

input.piklist-error {
	border-color: #c00 !important;
}

.piklist-theme-field {
	display: table;
	width: 100%;
}

.piklist-theme-field .upload-btn {
	display: table-cell;
	width: 1%;
	padding: 9px 16px;
	border-radius: 0;
	border-left-width: 0;
}

.piklist-field-list-item {
	margin-right: 1rem;
}

/*---------------------------
5. WP Social Login
---------------------------*/
.wp-social-login-provider-list {
	padding: 1rem 0;
}

.wp-social-login-provider {
	border-radius: 20px;
	padding: 4px 12px;
	display: inline-block;
	color: #fff !important;
	background-color: rgba(120, 130, 140, 0.3);
}

.wp-social-login-provider:before {
	font-family: "FontAwesome";
	content: '';
	float: left;
	font-size: 14px;
	margin-right: 4px;
}

.wp-social-login-provider-google {
	background-color: #db4437;
}

.wp-social-login-provider-google:before {
	content: "\f0d5";
}

.wp-social-login-provider-twitter {
	background-color: #55acee;
}

.wp-social-login-provider-twitter:before {
	content: "\f099";
}

.wp-social-login-provider-facebook {
	background-color: #3b5998;
}

.wp-social-login-provider-facebook:before {
	content: "\f09a";
}

/*---------------------------
owl carousel en Home page-top
---------------------------*/
.page-top .item-media::after {
	padding-top: 50%;
}
@media (max-width: 767px) {
	  .page-top .item-media::after {
		padding-top: 100%;
	}
}
/*---------------------------
youtube_channel
---------------------------*/
.youtube_channel.responsive {
	width: 100%;
	margin-left: -12px;
	margin-right: -12px;
}
.youtube_channel.responsive .ytc_video_container {
	width: 25% !important;
	position: relative;
	min-height: 1px;
	padding: 0 15px 15px 15px;
}
.youtube_channel.responsive .ytc_video_container.ytc_video_1  {
	width: 100% !important;
}
@media (max-width: 767px) {
	.youtube_channel.responsive .ytc_video_container {
		width: 50% !important;
	}
}
.ytc_title {
	position: relative;
	margin: 0 auto;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
}
.item_video {
	padding-bottom: 20px;
}

.ytc_video_1 {
	width: 100%;
}

.ytc_thumb>span::before {
	background-image: url("images/play2.png") !important;
}

.ytc_link {
	display: none;
}

/*---------------------------
Custom Login/Register/Password
---------------------------*/