/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* WP Admin START */
/* Image picker */
.image-details .media-embed h2, .media-sidebar h2 {
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #646970 !important;
}
/* WP Admin END */

/* /konto/skapa-annons/ - Korttidsjakt and Jakträttsupplåtelse START */
.acf-field-wysiwyg .wp-editor-tools {
	padding: 10px;
}

.acf-field-wysiwyg .wp-media-buttons .insert-media {
	background: #dddddd80 !important;
}

.acf-field-wysiwyg .wp-editor-tabs button {
	background: #dddddd80 !important;
	line-height: 0;
	padding: 10px;
	border: none;
	color: var(--e-global-color-b0e2acd);
}

.acf-field-wysiwyg .mce-btn button {
    color: var(--e-global-color-b0e2acd);
    padding: 0;
    background: unset;
}

.acf-field-wysiwyg .quicktags-toolbar input.button.button-small {
    color: var(--e-global-color-b0e2acd);
    padding: 5px;
    background: #dddddd80 !important;
	height: auto;
	min-height: auto !important;
    line-height: 1 !important;
}

.acf-field-wysiwyg .acf-editor-wrap .wp-editor-container, .acf-field-wysiwyg .acf-editor-wrap {
	border-radius: 0 !important;
}

.jakhmard-konto-simple-product .acf-field[data-width]+.acf-field[data-width], .jakhmard-konto-auction-product .acf-field[data-width]+.acf-field[data-width] {
	border-left: none;
}
.jakhmard-konto-simple-product #acf-subt, .jakhmard-konto-auction-product #acf-subt, .jakhmard-konto-simple-product .acf-subt, .jakhmard-konto-auction-product .acf-subt {
	font-size: 24px;
    margin-bottom: -10px;
    margin-top: 10px;
}

@media (max-width: 767px) {
	.jakhmard-konto-simple-product .acf-field, .jakhmard-konto-auction-product .acf-field {
		width: 100% !important;
	}
}
/* /konto/skapa-annons/ - Korttidsjakt and Jakträttsupplåtelse END */

/* /annonser/ - Single START */
.elementor-widget-jh_dokan_quick_order_button input.quick-order-quantity {
	width: 75px;
}

.elementor-widget-jh_dokan_quick_order_button .message-box, .elementor-widget-jh_dokan_quick_order_button .quantity-input {
	padding-top: 15px;
}

.elementor-widget-jh_dokan_quick_order_button .message-box {
    display: grid;
}

.elementor-widget-jh_dokan_quick_order_button .message-box label {
	font-weight: 700;
}

.elementor-widget-jh_dokan_quick_order_button .modal-content h3 {
	margin-top: 0;
}

@media (min-width: 768px) {
	.elementor-widget-jh_dokan_quick_order_button .modal-content {
		width: 500px;
		padding: 40px;
	}
}
/* /annonser/ - Single END */

/* /members/jakradmin/ START */
#buddypress div#item-header img.avatar {
	max-width: 245px;
	border-radius: var(--bb-block-radius) !important;
    overflow: hidden !important;
	var(--bb-content-background-color);
	border: 3px solid #fff;
}

#buddypress .member-title-wrap {
	margin-top: 0;
}

#buddypress div#item-header #item-header-cover-image #item-header-content {
	margin-top: 20px;
}

#buddypress #item-header-cover-image div#item-header-avatar\ gg {
    margin-top: -130px;
	margin-right: 30px;
	margin-bottom: 5px;
	z-index: 2;
}

.my-account.my-profile .content-area {
	padding-top: 6.875rem;
}

@media (max-width: 1024px) {
	#buddypress div#item-header img.avatar {
		max-width: 170px;
	}
	
	#buddypress #item-header-cover-image div#item-header-avatar\ gg {
		margin-top: -100px;
		margin-right: 0;
	}
	
	#buddypress #item-header.users-header #item-header-cover-image #item-header-content>.flex {
		flex-flow: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	
	#buddypress .single-headers .item-meta {
		text-align: left;
	}
	
	.my-account.my-profile .content-area {
		padding-top: 4.875rem;
	}
}

@media (max-width: 767px) {
	#buddypress div#item-header img.avatar {
		max-width: 130px;
	}
	
	#buddypress div#item-header #item-header-cover-image #item-header-content {
		margin-top: 15px;
	}

	#buddypress #item-header-cover-image div#item-header-avatar\ gg {
		margin-top: -40px;
	}
}
/* /members/jakradmin/ END */


