/*
Theme Name: Flatsome Child Theme
Template: flatsome
Author: Ronan Healy
Description: A child theme of the Flatsome default WordPress theme
Version: 1.0.0.1487259056
Updated: 2017-02-16 15:30:56

*/

/* Reformat nav text on main-nav

ul#site-navigation.header-nav a.nav-top-link {
    text-transform: none;
    font-size: 100%;
    font-weight: normal;
    color: black;
    opacity: .70;
} */


/* Change colour of button which brings you to top of page */

#top-link {
    background: #fd4b10;
    color: white;
    border: none;
	box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.35);
}

/* Round corners of search bar */

.dgwt-wcas-sf-wrapp {
    background: rgb(255, 255, 255);
}
	
.dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	width: 95%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	
}

/* Menu navigation items size for 9 items (with clearance) */

.nav>li>a {
    font-size: 0.7em;
}
