/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-wordpress-theme/253220?ref=internq7
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/internq7/portfolio?ref=internq7
Template: u-design
Version: 1.0.0
*/
@import url("../u-design/style.css");

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

.home-category-wrapper { margin:20px 0 -48px; float:left; }
.home-category { 
    margin: 0 20px 3% 0;
    float: left;
}
.home-category.fourth { margin-right: 0; }
/* Mobile Screen ( smaller than 480px )*/
@media screen and ( max-width: 480px ) {
    .u-design-responsive-on .home-category { width: 46.6%; }
    .u-design-responsive-on .home-category.second, 
    .u-design-responsive-on .home-category.fourth { margin-right: 0; }
    .u-design-responsive-on .home-category-wrapper { margin-bottom: -20px;}
    .u-design-responsive-on #logo { padding-left: 20px;}
    .u-design-responsive-on #navigation-menu { left: 20px;}
}
/* Medium Screen ( 480px to 719px ) */
@media screen and ( min-width: 480px ) and ( max-width: 719px ) {
    .u-design-responsive-on .home-category { width: 47.7%; }
    .u-design-responsive-on .home-category.second, 
    .u-design-responsive-on .home-category.fourth { margin-right: 0; }
    .u-design-responsive-on .home-category-wrapper { margin-bottom: -27px;}
    .u-design-responsive-on #logo { padding-left: 20px;}
    .u-design-responsive-on #navigation-menu { left: 20px;}
}
/* 720px to 959px Screen */
@media screen and ( min-width: 720px ) and ( max-width: 959px ) {
    .u-design-responsive-on .home-category { width: 22.7%; }
    .u-design-responsive-on .home-category-wrapper { margin-bottom: -35px;}
    .u-design-responsive-on #top-elements .social-icons li.social_icon { margin-left: 4px; }
    .u-design-responsive-on #navigation-menu { left: 16px;}
}

.u-design-fixed-menu-on.fixed-menu #main-menu {
background-color: #333333;}

body {
font-size: 14px;
background-image: url("../../uploads/2016/05/Glendalough-Wicklow-Ireland-BandB.jpg");
background-repeat: no-repeat;
    background-position: left top;
    background-attachment: fixed;
background-color: #D8E2DC;}

#logo {
margin-top: 10px;
margin-bottom: 10px;}

#wrapper-1 {
    background: url("../../uploads/2016/04/OneContinuousBackgroundImageThatWillSpanAcrossAllSections.png") repeat-y scroll center top rgba(255,255,255,0.25);
}

ul.list-2 li:before {
    background-image: url(../../uploads/2016/05/leaf-bullet-small.png);
     width: 42px;
    height: 20px;
}

ul.list-2 li span{
  padding-left:30px;
    font-size: 16px;
    line-height: 26px;
 }