/* ============================== */
/* = HOW TO CUSTOMIZE PAGELINES = */
/* ============================== */

/*

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the 
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme. 

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}
		
To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS. 
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp
*/
/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */


.navbar .navline {
   font-size: 1em;  
}

h1, .fpost .entry-title {
    font-size: 25px;
}

.fbox {
padding:10px;
background:rgba(211, 211, 211, 0.3);
        
}

.fm-form fieldset {
    border: none;
    padding: 20px 20px 20px 20px;

}

.widget ul li {
    display: list-item;
    font-size: 0.95em;
    list-style: disc;
    padding: 0 2px;
}

#feature_slider .fcontent .plmore {
    background: transparent;
    display: inline-block;
    margin: 0 5px;
    padding: 3px 8px;
    
    .page-canvas {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);}
}

}

.widget-pad {
    padding: 10px 0px 10px 0px;
}

/*--CHANGE COLOR NavBar FIXED--*/

.navbar.pl-color-black-trans {

background-color: rgba(140, 199, 63, .9);

background-image: none;

background-repeat: repeat-x;

border-top: none;}


/*--CHANGE COLOR NavBar SEARCH--*/

.navbar .searchform .searchfield {

background-color: rgba(255, 255, 255);
  
border: none;

box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1) inset, 0px 1px 0px rgba(140, 199, 63, 0.15);}


/*--CHANGE COLOR NavBar HOVER--*/

.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu li.current-menu-item > a {

background-color: rgb(140, 199, 63);

background-image: none;

background-repeat: repeat-x;}

.navbar.navbar-content-width {
    border-radius: 0px 0px 0px 0px;
}

.widget .widget-pad {
    padding: 10px 0px 10px 0px;
}

.collapseomatic {
    background-image: url(http://treespan.com.au/wp-content/uploads/2016/08/dropdown-service-plus.png)
!important;
padding: 20px 0px 20px 40px;
background-position:0% 50%;
}

.colomat-close {
    background-image: url(http://treespan.com.au/wp-content/uploads/2016/08/dropdown-service-minus.png) !important;
}