/**
Theme Name: Mobo child theme
Author: Awati AS
Author URI: https://awati.no
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mobo-child-theme
Template: astra
*/

/** Menu button*/
.menu-button {
	padding: 0 0 0 23px;
	background: #029BA7;
	border-radius: 50px;
	font-weight: 600;
	background-image: url('https://mobohelgeland.no/wp-content/uploads/2022/03/hamburger-menu.png');
	background-repeat: no-repeat;
	background-position: left;
	background-size: 15px 15px;
	background-position: 20px;
	cursor: pointer;
}

/** Member menu */
.member {
	padding: 0 0 0 0;
	background: #D8036B;
	border-radius: 50px;
	margin: 0 20px 0 10px;
	font-weight: 600;
}

/** Shared menus */
.mysite {
	padding: 0 0 0 0;
}

.mysite a {
	color: black !important;
	font-size: 18px !important;
	font-weight: 600;
}

.category {
	padding: 0 0 0 0;
}

.category a {
	color: #029BA7 !important;
	font-size: 18px !important;
	font-weight: 600;
}

.menu-text {
	margin: -15px 0px -15px 0px;
}

.sub-menu li {
padding: .2em 0 .2em 0;
}

.main-header-menu .sub-menu .menu-link {
    padding: 0 0 0 0;
}

.eiendom_meny {
	margin-top: 12px;
}

/** Hide arrow next to menu item with sub-menu items in Astra theme - BasicWP.com */
.menu-button .ast-arrow-svg {
	display:none;
}

/** Set all toolset grid-system to full height */
.tb-grid .tb-grid-column,
.tb-grid .tb-grid-column .wpv-block-loop-item {
	height: 100%;
}


/** Change text color in blue boxes */
.boxnavblue {
	line-height: 1.1em !important;
}

.boxnavblue a{
	color: white;
}

.boxnavblue a:hover{
	color: #029BA7;
}

/** Change text color in green boxes */
.boxnav {
	line-height: 1.1em !important;
}

.boxnav a{
	color: white;
}
.boxnav a:hover {
    color: #173C69;
	}


/** Set 20px padding to all list elements */
li {
	padding-bottom: 20px;
}

/** Stop iframe from autoloading. See also function in functions.php */
#iframe_wrapper {
	display:none;
}

/** Ninja forms button */
.form-button {
	background-color: #F92E8D !important;
	padding: 0 60px 0 60px !important;
	border-radius: 15px 15px 15px 15px !important;
}

/** Ninja forms contact button */
.contact-button {
	background-color: #029BA7 !important;
	padding: 0 60px 0 60px !important;
	border-radius: 15px 15px 15px 15px !important;
}

.contact-button:hover {
	color: white !important;
    background: #173C69 !important;
}

/** Remove required astrix from Ninja forms */
.ninja-forms-req-symbol {
	display: none;
}

/** Ninja forms medlemsinformasjon */
.nf-field-container {
	margin-left: 0!important;
}

.medlemsbrevknapp {
	background-color: #029BA7 !important;
	padding: 0 30px 0 30px !important;
	margin: 0 0 0 0 !important;
	border-radius: 0 15px 15px 0 !important;
}

.medlemsbrevknapp:hover {
	color: white !important;
    background: #173C69 !important;
}

.medlemsbrev {
	border-radius: 15px 0 0 15px !important;
}

/** Alternative caption text for images */
.wp-caption-text {
	text-align: left;
	font-style: italic;
	font-size: 17px;
}

/** Accordion blocks */
.c-accordion__title {
	background-color: #C6E6EB;
	padding: 10px 20px 10px 20px;
	margin-top: -15px;
}

.c-accordion__content {
	background-color: #DFF0F3;
	padding: 20px 20px 20px 20px;
	margin: -20px 0 20px 0;
}

/** Move icon a litte to the left in accordion */
.c-accordion__title::after {
	margin-right: 15px;
}

/** Distance between li`s */
.fordelli li{
	padding-bottom: 3px !important;		
}

/** Line height sub title */
.page-sub-title {
	line-height: 1.2em;
}

/** ------Responsive------ */

/** Mobil settings */
@media screen and (max-width: 599px) {
	h2 {
		font-size: 26px !important;
	}
	
	h3 {
		font-size: 28px !important
	}
	
	.boxnavblue {
		font-size: 18px !important;
		line-height: 1.3em !important;
	}

	.boxnav {
		font-size: 18px !important;
		line-height: 1.3em !important;
	}
	
	.boxnavp {
		font-size: 18px !important;
		font-weight: medium;
	}
		
	/** Ninja forms informasjon medlemsfordeler */
	.medlemsbrevknapp {
		background-color: #029BA7 !important;
		padding: 0 30px 0 30px !important;
		margin: 0 0 0 0 !important;
		border-radius: 15px 15px 15px 15px !important;
	}
	
	/** Alternative caption text for images */
	.wp-caption-text {
		font-size: 10px;
	}
	
	.omoss {
		font-size: 14px !important;
	}
	
	.stillingstittel {
		font-size: 12px !important;
	}

	
	.medlemsbrev {
		border-radius: 15px 15px 15px 15px !important;
	}
	
	.center {
		text-align: center !important;
	}
}

/** Tablet and large phones settings */
@media screen and (min-width: 600px) and (max-width: 999px) {
	p {
		font-size: 14px !important;
	}
	
	h2 {
		font-size: 24px !important;
	}
	
	h3 {
		font-size: 28px !important
	}
	
	h5 {
		font-size: 14px !important;
	}
	
	.boxnavblue {
		font-size: 12px !important;
		line-height: 1.3em !important;
	}

	.boxnav {
		font-size: 12px !important;
		line-height: 1.3em !important;
	}
	
/** Ninja forms informasjon medlemsfordeler */
	.medlemsbrevknapp {
		background-color: #029BA7 !important;
		padding: 0 30px 0 30px !important;
		margin: 33px 0 0 0 !important;
		border-radius: 15px 15px 15px 15px !important;
	}
	
	.omoss {
		font-size: 14px !important;
	}
	
	.medlemsbrev {
		border-radius: 15px 15px 15px 15px !important;
		margin: 33px 0 0 10% !important;
	}
	
	.wp-caption-text {
		font-size: 12px;
	}
}

/** Tablet and small PC settings */
@media screen and (min-width: 1000px) and (max-width: 1100px) {
	h2 {
		font-size: 30px !important;
	}
	
	h3 {
		font-size: 31px !important
	}
	
	p {
		font-size: 16px important;
	}
	
	h5 {
		font-size: 16px !important;
	}
	
	.mysite a{
		font-size: 16px !important;
	}
	
	.omoss {
		font-size: 18px !important;
	}
	
	.boxnavblue {
		font-size: 15px !important;
		line-height: 1.3em !important;
	}

	.boxnav {
		font-size: 15px !important;		
		line-height: 1.3em !important;
	}
	
	.boxnavp {
		font-size: 18px !important;
	}

/** Shrink text in eiendomsmegling */
	.megling {
		font-size: 20px;
	}
}