/******* Do not edit this file *******/
/*
My Custom CSS - by Salvatore Noschese
aka L'AltroWeb - https://laltroweb.it/
/*
Saved: Jun 17 2019 | 05:08:13 (pm)
/*
/******* Do not edit this file *******/

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks
-1.3 @font-face

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / Woo Pagination
-3.4 Single Post Author
-3.5 Tumblog Styling

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets
-4.3 WooTabs

5. COMMENTS
-5.1 Comments
-5.2 Pingbacks / Trackbacks
-5.3 Comments Form

6. MISC
-6.1 Buttons
-6.2 Info Boxes
-6.3 Contact Form
-6.4 Gravity forms
-6.5 Tumblog
-6.6 Subscribe & Connect
-6.7 Featured Posts Shortcode

7. LAYOUTS
-7.1 Site Width
-7.2 two-col-left
-7.3 two-col-right
-7.4 three-col-left
-7.5 three-col-middle
-7.6 three-col-right

8. TEMPLATES / SLIDER
-8.1 Slider
-8.2 Magazine template
-8.3 Business template
-8.4 Footer Widgets 1-4 Columns
-8.5 Portfolio
-8.5.1 Single Portfolio Item
-8.5.2 Portfolio Items In Archive Screens
-8.6 Contact Page Template
-8.7 Timeline Page Template

9. WOODOJO
10. BROWSER SPECIFIC

-------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
/* 1.2 Hyperlinks */
/* 1.3 @font-face */
/* Setup Web Symbols Font */
/* Nav Toggle */
/* Menu Subscribe Icons */
/* Post Tags */
/* Pagination */
/* Sliders */
/* Tumblog */
/* Timeline template comments */


/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/*--------------  2.1 Containers & Columns  --------------*/
#inner-wrapper {
    background-color: #FFFFFF;
    border-radius: 1px 1px 1px 1px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
}

#wrapper #sidebar {
    margin-top: 20px;
}

.boxed-layout #header, .boxed-layout #content, .boxed-layout #footer-widgets, .boxed-layout #footer {
  padding-left: 0;
  padding-right: 0;
}

#main-sidebar-container #main {
    padding: 15px;
    position: relative;
}

/*--------------  2.2 Navigation  --------------*/
#navigation {
  background: -moz-linear-gradient(center top , #FFFFFF 0%, #F5F5F5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block !important;
  left: auto;
  margin-bottom: 0;
  padding-top: 0;
  position: relative;
  width: 100%;
}

ul.nav li.current_page_item a, ul.nav li.current_page_parent a, ul.nav li.current-menu-ancestor a, ul.nav li.current-cat a, ul.nav li.current-menu-item a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #D93D1A;
}

#navigation ul.nav > li a:hover {
  background: none repeat scroll 0 0 #FFFFFF;
}

/*--------------  2.3 Header  --------------*/
#logo a img {
    max-width: 80%;
    vertical-align: bottom;
}

#logo {
    float: left;
    max-width: 100%;
    padding-bottom: 15px;
}

/*--------------  2.4 Content  --------------*/
/*--------------  2.5 Sidebar  --------------*/
/*--------------  2.6 Footer  --------------*/

#footer-widgets {
    border-top: 1px solid #E6E6E6;
    clear: both;
    padding: 10px 15px;
}

#footer-widgets .block {
  float: left;
  margin: 5px 5px 5px 20px;
}

#footer-widgets.col-4 .block {
  width: 21.5%;
}

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

.post {
  margin: 0 0 18px;
}

/*--------------  3.1 Typographic Elements  --------------*/

/*--------------  3.2 Images  --------------*/
.entry img, img.thumbnail, #portfolio .group.portfolio-img img {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 1px solid #E6E6E6;
    height: auto;
    padding: 1px;
}

/*--------------  3.3 Pagination  --------------*/
/*--------------  Border Radius  --------------*/
/*--------------  3.4 Single Post Author  --------------*/
/*--------------  3.5 Tumblog Styling  --------------*/



/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/
.widget {
  padding: 0 15px;
}

.widget ul {
  clear: both;
  list-style-position: outside;
  list-style-type: disc;
}

.widget ul li a {
  line-height: 20px;
  padding: 0;
  text-decoration: none;
}

.widget h3 {
  margin: 0 0 0.8em;
  padding: 0 0 0.2em;
}

/*--------------  4.1 Generic Widgets  --------------*/
/*--------------  4.2 Generic Widgets  --------------*/
/*--------------  4.2 Specific Widgets  --------------*/
  /*--------------  SEARCH FORM   --------------*/
  /*--------------  FLICKR  --------------*/
  /*--------------  LIFESTREAM  --------------*/
  /*--------------  CALENDAR  --------------*/
  /*--------------  Blog Author Widget  --------------*/
  /*--------------  TWITTER  --------------*/
  /*--------------  Feedback  --------------*/
/*--------------  4.3 WooTabs   --------------*/




/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/*--------------  5.1 Comments   --------------*/
/*--------------  5.2 Comments Form   --------------*/
/*--------------  5.3 Pingbacks / Trackbacks   --------------*/


/*-------------------------------------------------------------------------------------------*/
/* 6. MISC */
/*-------------------------------------------------------------------------------------------*/

/*--------------  6.1 Buttons   --------------*/
/*--------------  6.2 Info Boxes  --------------*/
/*--------------  6.3 Contact Form   --------------*/
/*--------------  6.4 Gravity forms   --------------*/
/*--------------  6.5 Tumblog  --------------*/
/*--------------  6.6 Subscribe & Connect   --------------*/
/*--------------  6.7 Featured Posts Shortcode   --------------*/


/*-------------------------------------------------------------------------------------------*/
/* 7.1 LAYOUTS */
/*-------------------------------------------------------------------------------------------*/

.two-col-left #main-sidebar-container #main, .two-col-right #main-sidebar-container #sidebar, .three-col-left #main-sidebar-container, .three-col-left #main-sidebar-container #main, .three-col-middle #main-sidebar-container #main, .three-col-middle #sidebar-alt, .three-col-right #main-sidebar-container #sidebar, .three-col-right #sidebar-alt {
    float: left;
    padding: 20px 0 0 15px;
}
/*--------------  7.1 Site width  --------------*/
/*--------------  7.2 two-col-left  --------------*/
/*--------------  7.3 two-col-right  --------------*/
/*--------------  7.4 three-col-left   --------------*/
/*--------------  7.5 three-col-middle  --------------*/
/*--------------  7.6 three-col-right   --------------*/


/*-------------------------------------------------------------------------------------------*/
/* 8. TEMPLATES / SLIDER */
/*-------------------------------------------------------------------------------------------*/

/*--------------  8.1 WooSlider  --------------*/
#loopedSlider {
    margin-bottom: 0;
}

#loopedSlider.business-slider .content {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  bottom: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: inherit;
  width: 100%;
}

#loopedSlider .content p {
  padding: 3px 20px;
}

#loopedSlider .content p, #loopedSlider .content h2 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  max-width: 600px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.99);
}

/*--------------  8.1.1 Pagination  --------------*/
/*--------------  8.2 Magazine template   --------------*/
/*--------------  8.2 Business template   --------------*/
/*--------------  8.3 Footer Widgets 1-4 Columns   --------------*/
/*--------------  8.4 Footer Widgets 1-4 Columns   --------------*/
/*--------------  8.5 Portfolio  --------------*/
/*--------------  8.5.1 Single Portfolio Item  --------------*/
/*--------------  8.5.2 Portfolio Items In Archive Screens  --------------*/


/*-------------------------------------------------------------------------------------------*/
/* 9. WOODOJO */
/*-------------------------------------------------------------------------------------------*/

/* WooDojo Tabs */
/* WooDojo Instagram Stream */
/* WooDojo Twitter Stream */
/* Misc */

/*-------------------------------------------------------------------------------------------*/
/* 10. BROWSER SPECIFIC */
/*-------------------------------------------------------------------------------------------*/

/*--------------  IE6  --------------*/
/*--------------  IE7  --------------*/
/*--------------  IE8  --------------*/

/*-------------------------------------------------------------------------------------------*/
/* 11. PLUGINS */
/*-------------------------------------------------------------------------------------------*/

/* My Calendar Plugin */
#mc_1735-06-calendar-title img {
    border: 0px solid #E6E6E6;
}




.page-title, .post .title, .page .title {
    margin: 0 0 0.3em;
}
.post-meta {
    display: none;
}
.post-more {
    text-align: right;
}
.entry p  {
    margin-bottom: 0.5em;
}