/*
Theme Name: Flatsome Múrbúðin
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*
ul.header-nav > li.menu-item {
	display: inline-block;
	max-width:100px;
	text-align:center;
	vertical-align: middle;
	word-break: break-word;
}

ul.header-nav > li.menu-item > a{
	display: inline-block;
}
*/

/* Add white background and shadow to the related products */
.product-small .box{
	box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    background-color: #fff;
    padding: 20px;
    min-height:100%;
 }

/* Add white background and shadow to the product image*/
.woocommerce-product-gallery{
	box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    background-color: #fff;
    padding: 20px;
}

/* Add white background and shadow to the product page */
div.product-info {
	box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    background-color: #fff;
    padding: 20px;
}


/* Try to prevent main menu from collapsing into two rows*/
.full-width .ubermenu-nav, .container, .row {
    max-width: 1250px;
}

/* Try to prevent main menu from collapsing into two rows*/
.row .row-small{
    max-width: 1250px;
}

.row.row-small{
	    max-width: 1250px;
}
/* Add shadow to the shop sidebar */
div#shop-sidebar {
    box-shadow: 0 1px 3px -2px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
    background-color: #fff;
    padding: 20px;
}

/* Try to make the main mega menu bigger*/
.nav .nav-dropdown{
	/* background-color: lime !important; */
	/*max-width:100%  !important;
	min-width:100%  !important;*/

}

/* Footer Gradient */
.absolute-footer{
	   background-image: linear-gradient(to top,#3175b7 0,#255d92 100%);
}

footer#footer{
	background-color: #255D92;
	color:#fff;
}
div.footer-block-title > h2, div.footer-info > p, div.footer-info > p > a, div.footer-info > a, div.footer-info  {
	color: #fff;
}

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


}