/*
 Theme Name:   Flat Responsive Child
 Theme URI:    n/a
 Description:  AJP Flat Responsive Child Theme
 Author:       Adrian Patrick
 Author URI:   http://webtoil.com
 Template:     flat-responsive
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         ajp
 Text Domain:  flat-responsive-child
*/

.fr-content {
	background:#fff;	/* AJP Changed from fff to ababab*/
}

.flat_responsive_logo {
	width: 100%;	/* AJP changed from 35% to 100% */
}

.fr-contents{
	background-color: #ababab;	/* AP changed - changes content area background colour*/
}

#fr-banner {
	min-height: 350px;
	background-color:#000;
}

.flat_responsive_menu {
	font-family:lato, 'sans-serif';
	font-weight:600;
	font-size: 5em;			/* AJP Seems to change nothing */
}


.flat_responsive_header {
    background-color:#ababab;
}

ul.navmenu > li >  a {
	display:block;
	padding:0rem 0.7rem;
	list-style:none;
	font-size: 1.85rem !important;		/* AJP seems to change nothing, changed from 0.85 */
	color: #565656;			/* AJP Menu text colour, orange is  #f96d17 */
	font-weight:normal;
	line-height:80px;
}

ul.navmenu ul.sub-menu > li > a {
	padding: 0.6rem 1rem;
	display:block;
	color:#EAEAEA;	
	list-style:none;
	font-size: 1.75rem;		/* AJP changed from 0.75 , no effect */
	width:100%;
}

.navmenu .current_page_item > a,
.navmenu .current_page_ancestor > a,
.navmenu .current-menu-item > a,
.navmenu .current-menu-ancestor > a {	
	outline:none;
	background-color:none;
	color:#f61f6d;			/* Menu current page colour */
	font-style:italic;
	
}

.fr-divider-dotline,
.fr-divider-top {	
	position: relative;
	border-bottom: 0px solid #e2e5e7;	/* AJP set from 1px to 0px to remove line under page heading*/
}
.col-md-8-ajp{width:95%; padding-left:15px;}			/* AJP set width of content text */

li, span  {
	font-size:1.45rem !important;		/* AJP menu font size */
}

/* AJP  Liz seconday pages layout CSS below */

.lizaboutcontent	{
	width: 65%;
	float: left;
}

.lizaboutsidebar	{
	width: 25%;
	float: right;
	padding: 10px;
}

p	{
	line-height: 1.8rem;
}



@media screen and (max-width:1000px) {		/*AJP was 380px */
	.flat_responsive_logo {
		padding:1px;
		float:left;
		width: 65%;
	}
	.toggle_button_flat_responsive_menu {
		display:block !important;	/* AJP the important modifier ensures block menu shows on iPhone */
		position:relative;
	}

	.flat_responsive_menu {
		display:none;
	}
	.col-md-4 left_sidebar {
		display:none;
	}
	.lizaboutcontent	{
		width: 95%;
	}

	.lizaboutsidebar	{
		display:none;
		}
}

/* AJP Some 1024 screen size CSS copied here */

@media screen and (max-width:1024px) {
	ul.navmenu {
		display:block;			/* AJP original = none . Changing to block will show fullsize menu bar   AJPAJP  */
	}
	a.toggle_button_flat_responsive_menu {
		color: #2BAFBB;
		z-index:9999;
		position: relative;
		float: right;
		margin-top: 30px;
		margin-right: 10px;
	}

	a:link, a:visited a:hover a:active {
    		font-size: 1.3rem;
    		color: #F61F6D;
    		text-decoration: none;
    		display: inline-block;
	}
}
