/*--------------------------------------------------------------
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.

You're the boss, so have fun editing!

--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Global Styles
2.0 - Responsive media queries (mobile styles)
	2.1 - MAXIMUM width of 720 pixels (phones landscape)
	2.2 - MAXIMUM width of 350 pixels (phones portrait)
	2.3 - MINIMUM width of 721 pixels (tablets+)
	2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 - Global Styles
--------------------------------------------------------------*/



/*
.just_an_example {
	color: black;
}
*/
/*---MAIN HEADER BEFORE LOGIN---*/
.page-template-page-no-buddypanel .site-header .left-col{
	background-color:#000;
}
.page-template-page-no-buddypanel .site-header a.header-button{
	background-color:#000 !important;
}
.page-template-page-no-buddypanel .site-header #mastlogo{
	background-color:#fff !important;
}
/*---MEMBERS PAGE TABLE---*/
.entry-buddypress-content .dir-form .item-list-tabs{
	border-top:none;
	border-bottom:solid 1px #e3e3e3;
}
ul#members-list li{
	border-bottom:solid 1px #ceb68c !important;
}
/*---MY COURSES TABLE---(https://www.solutions2grow.gr/academy/%ce%bc%ce%ad%ce%bb%ce%b7/solutions2growgracademywpress/courses/)*/
.learndash_profile_quizzes .quiz_title span {
    position: relative;
	display:inline;
}
#learndash_profile .learndash_profile_heading.course_overview_heading{
	color:#fff;
}
/*---HEADER ACCOUNT DROPDOWN MENU---*/
.header-account-login .pop .logout{
	border-top: none;
}
/*---LEARNDASH QUIZ---*/
.entry-content li.wpProQuiz_listItem{
	background-color: #fff;
}
.ld-quiz-actions a:hover, .ld-quiz-actions input:hover, .wpProQuiz_content input:hover{
	background-color:#000 !important;
}
.sfwd-quiz .entry-header span{
	display:none !important;
}

/*--------------------------------------------------------------
2.0 - Responsive media queries (mobile styles)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - MAXIMUM width of 720 pixels (phones landscape)
--------------------------------------------------------------*/
@media screen and (max-width: 720px) {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.2 - MAXIMUM width of 350 pixels (phones portrait)
--------------------------------------------------------------*/
@media screen and (max-width: 350px) {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.3 - MINIMUM width of 721 pixels (tablets+)
--------------------------------------------------------------*/
@media screen and (min-width: 721px)  {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */





/*--------------------------------------------------------------
2.4 - MINIMUM width of 1040 pixels (desktops and laptops)
--------------------------------------------------------------*/
@media screen and (min-width: 1040px)  {


	/*
	.just_an_example {
		color: black;
	}
	*/


}/* don't delete this closing bracket */
