/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Flat Responsive WooCommerce theme
Version: 2.2.1
License:
License URI:

*/

@import url("css/foundation.css?v=2.2.1");
/*************** ADD CUSTOM CSS HERE  ***************/
.dark p
{
color: #fff;
}
.accordion .accordion-title a
{
color: #000e1d;
}

.nav-dropdown, .sub-menu.submenu-languages
{
background: #016bd9;
}

ul.header-nav li .nav-dropdown a
{
color: #fff;
font-weight: bold !important;
}

ul.header-nav li .nav-dropdown a:hover
{
color: #fff;
}


@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
.header-wrapper
{
border-top: 10px solid #016bd9;
}

.wp-caption
{
background: none;
border: none;
margin-bottom: 0;
}

#attachment_29 .wp-caption-text a
{
display: block;
color: #fff;
padding: 12px 0;
text-align: center;
background: #2d636f;
text-transform: uppercase;
font-weight: 700;
}

#attachment_31 .wp-caption-text a
{
display: block;
color: #fff;
padding: 12px 0;
text-align: center;
background: #2b63c2;
text-transform: uppercase;
font-weight: 700;
}

#attachment_32 .wp-caption-text a
{
display: block;
color: #fff;
padding: 12px 0;
text-align: center;
background: #e96622;
text-transform: uppercase;
font-weight: 700;
}

.wp-caption .wp-caption-text
{
padding: 0;
}

.wp-caption img[class*="wp-image-"]
{
max-width: 100%;
}

.ux-header-element a
{
color: #fff;
border-color: #016bd9;
background: #016bd9;
}

body
{
font-family: "Open Sans";
color: #000e1d;
}

h1,h2,h3,h4,h5,h6
{
color: #2e6470;     
}

h1{
font-size: 2.4em;        
}

h2{
font-size: 2.2em;        
}

ul.header-nav a.nav-top-link
{
opacity: 1.0;
color: #2e6470;
}

.ux_banner .inner
{
left: 0;
}

#block-ltd-umbrella h4
{
font-size: 1.4em;
}



@media only screen and (max-width: 48em) {
/*************** ADD CUSTOM MOBILE CSS HERE  ***************/

#block-ltd-umbrella h4
{
text-align: center !important;
font-size: 0.9em;
}

#block-ltd-umbrella .ux-section
{
padding: 10px 0 0 0 !important;
}


}