/*
Theme Name: Waldorf Dazzling
Author: Jason Grishkoff
Description: This theme is an adaptation of WordPress' Dazzling theme
Version: 100
*/


/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Colour template
----------------------------------------------- */

/* LIGHT RED BACKGROUND */
{ background: rgb(255,93,81) !important }

/* DARK RED COLOR */
a,
.entry-meta a,
#infinite-handle span,
.tab-content #messages li:before
{ color: rgb(138,24,41); }

/* DARK RED BACKGROUND */
.btn-default, .label-default,
#infinite-handle span:hover,
.site-main [class*="navigation"] a:hover,
.more-link:hover,
.navbar-default .navbar-nav > .current-page-ancestor > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-nav>li
{ background-color: rgb(188,21,39) !important; }

/* DARK RED BORDER */
.page-links a:hover span,
.btn-default, .label-default
{ border-color: rgb(188,21,39) !important; }

@media (min-width: 768px) {
  .navbar-nav>li {
	border-color: rgb(188,21,39) !important;
  }
}

/* LIGHT YELLOW BACKGROUND ffb198 */
body
  {
     background: -webkit-linear-gradient(rgb(253,182,3),white);
     background: -o-linear-gradient(rgb(253,182,3), white);
     background: -moz-linear-gradient(rgb(253,182,3), white);
     background: linear-gradient(rgb(253,182,3), white);
     background-attachment: fixed;
  }

/* =Global
----------------------------------------------- */
body {
  color: #444;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 14px;
}

@media (max-width: 767px) {
  body {
    background: #f0f0f0;
    font-size: 16px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #444;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #444;
}

h1,
.h1 {
  font-size: 32px;
  margin-top: 0;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin: 25px 0;
}

h4,
.h4 {
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
#lang_choice {
    width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border-radius: 0;
  border: 1px solid #eee;
  box-shadow: none;
  padding-left: 10px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}

blockquote {
  font-size: 14px;
  margin: 20px 0;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

@media (min-width: 768px) {
  #page {
    /*background: -webkit-linear-gradient(rgb(255,93,81),white,white);*/
    background: white;
    margin: 30px auto 0;
    /*padding: 15px;*/
    width: 1010px;
    -webkit-box-shadow: 0 0 6px 1px #444;
    -moz-box-shadow: 0 0 6px 1px #444;
    box-shadow: 0 0 6px 1px #444;
  }
}

/* =Content
----------------------------------------------- */
.feature-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  margin-bottom: 30px;
}
.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  padding-top: 40px;
  margin-bottom: 40px;
  background: white;
  padding: 30px 0 0 0;
}
.thumbnail {
  width: 100%;
  padding: 0;
  border-radius: 0px;
  border: none;
}

@media (min-width: 768px) {
  #content {
    width: 980px;
    padding-bottom: 30px;
  }
  .container {
    width: 980px;
  }
}

@media (max-width: 767px) {
  .entry-content img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}
.page-header {
	padding-bottom: 0;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #ccc;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 26px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #ccc;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #ccc;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 0px;
  margin-bottom: 25px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #ccc;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #ccc;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #ccc;
  border: 1px solid;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%;
}

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 10px;
}

/* Make sure select elements fit in widgets */
.widget select {
  max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
.categories {
  margin-left: 5px;
  border-bottom: 1px solid #eee;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  font-size: 0;
}
.categories ul {
  font-size: 14px;
}
@media (max-width: 767px) {
  .categories {
    padding: 10px;
    text-transform: uppercase;
  }
  .categories ul {
    padding-left: 20px;
  }
  .categories ul li {
    padding: 5px;
  }
}
#secondary ul.child-pages { padding-left: 20px; }
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
}
.profile_pic {
  line-height: 25px;
}
.profile_pic img {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px)  {
  #secondary {
    padding: 0;
  }
}

/* =Buttons
----------------------------------------------- */
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #1b926c;
  border-color: #1b926c;
}
.btn.btn-default {
    color: #FFF;
}
/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  color: #777;
  font-weight: 200;
  font-size: 16px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

/* =Navigation
----------------------------------------------- */
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    margin: 0;
    padding: 0;
  }
  .nav.navbar-nav {
    width: 100%;
    display: table;
  }
  .navbar-nav>li {
    display: table-cell;
    float: none;
    text-align: center;
    border-bottom: 1px solid;
  }
  #logo {
    width: 500px;
    margin: 25px 0 15px;
  }
}
.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
  background-color: #fff;
  font-weight: 200;
  width: 980px;
  margin: 0 auto;
}
.navbar .container {
}
.navbar-default .navbar-nav > li > a {
  color: white;
  line-height: 30px;
}
.navbar > .container .navbar-brand {
  color: #ccc;
  font-size: 24px;
  margin: 8px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .current-page-ancestor > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #999;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu {
  margin-top: 1px !important;
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #999;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
    margin: 0;
  }
  #logo {
    width: 350px;
    margin: 10px 0 0 5px;
  }
  .navbar.navbar-default {
    width: auto;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
  }
}
#secondary .current_page_item a {
  font-style: italic;
  background: #eee;
}
/* =Comments
----------------------------------------------- */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
}
#respond {
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0px !important;
}
#respond > p, #respond p.comment-notes, p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
.comment-list {
  margin-bottom: 40px !important;
  margin-left: 0px !important;
  padding-left: 0;
}
.comment .comment-body {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  padding-left: 116px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
  border-color: #E8E8E8;
  border-radius: 4px;
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #E8E8E8;
  background-repeat: no-repeat;
  background-position: left 20px;
}
.comment-list li.comment > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
#comment-form-title {
  font-size: 24px;
  padding-bottom: 10px;
}
.vcard .avatar {
  position: absolute;
  left: 29px;
  top: 29px;
}
.comment-metadata {
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 10px;
}
.comment-reply-link {
  float: right;
}
.form-allowed-tags code {
  word-wrap: break-word;
  white-space: inherit;
}
.comment-respond label {
  display: block;
  font-weight: normal;
}
.comment-respond .required {
  color: #C7254E;
}


/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #CCC;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

#footer-area {
  display: none;
  background: white;
  padding: 15px;
}
@media (max-width: 767px) {
  #footer-area { display: block; }
}
#footer-area a {
  color: #ccc;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 18px;
  color: inherit;
  margin-top: 0px;
}
#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
  padding: 10px 0;
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-block;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #1F1F1F;
  padding: 10px 0;
  border-top: 1px solid #3A3A3A;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #CCC;
  opacity: .8;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 767px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
.social-icon {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
.fa-googleplus:before {
  content: "\f0d5";
}
@media (max-width: 767px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
}

/* =Call For Action
----------------------------------------------- */

.cfa{
  padding: 30px 0px;
  background: #CCC;
  text-align: center;
}
.cfa-text{
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #ccc;
}
.cfa-button:hover a {
    color: #ccc;
}
/* =Sidebar
----------------------------------------------- */
.categories .children {
  display: none;
}
.categories .current-cat-parent .children, .categories .current-cat .children {
  display: block;
}
.current-cat>a {
  background: #eee;
  font-style: italic;
}
.widget_search input {
  padding-left: 8px;
}
.widget_search ::-webkit-input-placeholder { /* WebKit browsers */
  color:    #999;
}
.widget_search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #999;
  opacity:  1;
}
.widget_search ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #999;
  opacity:  1;
}
.widget_search :-ms-input-placeholder { /* Internet Explorer 10+ */
  color:    #999;
}
/* =Slider
----------------------------------------------- */
.huge_it_slideshow_image_wrap_1 {
  width: 948px !important;
  height: 250px !important;
  margin: 0 0 30px 0 !important;
  overflow: hidden;
}
.huge_it_slideshow_image_container_1 {
  width: 100% !important;
  overflow: hidden;
}
.huge_it_slideshow_image_wrap_1 img {
  width: 100% !important;
  height: auto !important;
}
#huge_it_slideshow_right_1 {
  right: 10px !important;
}
#huge_it_slideshow_left_1 {
  left: 10px !important;
}

.huge_it_slideshow_dots_thumbnails_1 {
  bottom: 0px !important;
  top: auto !important;
}

@media (max-width: 769px) {
  .huge_it_slideshow_image_wrap_1 {
    display: none !important;
  }
}

.child-pages {
  border-bottom: 1px solid #eee;
  padding: 5px 0 10px 0;
}

[id*=menu-sidebar-] li {
  display: list-item !important;
  list-style-type: disc;
  margin-left: 20px;
}

[id*=menu-sidebar-] li a {
  padding: 5px 0;
}

.featured-header-image {
  height: 200px;
  width: 100%;
  background-size: cover !important;
  width: 947px;
  margin: 130px 0 0 1px;
}

.participants-database {
  margin-top: 0px;
  font-size: 12px;
}

.participants-database, .pdb-single {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pdb-single h2 { display: none; }

.participants-database table {
  display: inline-block;
  width: 31.3333%;
  float: left;
  margin-top: 30px;
  position: relative;
  margin-right: 2%;
  min-height: 300px;
}

@media (max-width: 768px) {
  .participants-database table {
    width: 100%;
  }
}

.pdb-list .pagination, .pdb-pagination { width: 100%; }

.participants-database tr:first-of-type {
  font-weight: bold;
  color: #222;
}

.participants-database tr:first-of-type td {
  font-size: 16px;
  padding-right: 75px;
}

.pdb-list .pdb-searchform fieldset:first-of-type {
  margin: 20px 0;
}

.pdb-list .pdb-searchform fieldset:nth-of-type(2) {
  display: none;
}

.pdb-searchform input[type=text], .pdb-searchform select {
  width: 125px;
}

.pdb-searchform input[type=submit] {
  width: 75px;
  background: #eee !important;
  border-color: #ccc !important;
  padding: 5px;
  color: #222;
}

.pdb-searchform input[type=radio] {
  margin: 5px 10px;
  float: left;
}

.participants-database legend {
  font-size: 14px;
  font-weight: bold;
  border: none;
  margin-bottom: 10px;
}

.entry-content ul { margin-top: -15px; }

.pdb-searchform input[type=submit].country-button {
  width: 180px;
}

@media (max-width: 768px) {
  .pdb-searchform input[type=submit].country-button {
    width: 90%;
    min-width: 180px;
  }
}

.pdb-list .pdb-searchform fieldset.country-fieldset {
  display: inline-block;
  float: left;
  margin: 5px 2px;
}

@media (max-width: 768px) {
  .pdb-list .pdb-searchform fieldset.country-fieldset {
    margin: 5px 0;
    width: 50%;
  }
}

.list-container {
  clear: both;
}

#reset-countries {
  margin: 5px 10px 0 0;
  float: left;
  width: auto;
  padding-right: 10px;
}

.type-kindergarten,
.type-association,
.type-school,
.type-training {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 3px;
  font-size: 12px;
  background: rgb(253,182,3);
  border-radius: 3px; 
}

.type-association {
  background: rgb(202,187,23);
}

.type-kindergarten,
.type-school {
  background: rgb(151,144,62);
  color: white;
}

#countries {
  margin-top: 40px;
}

#countries:before {
  content: '* Association country';
  display: block;
  margin-top: -30px;
  float: right;
  margin-right: 15px;
}

.navbar-default .navbar-nav > li > a {
    font-weight:normal;
    padding:5px 10px;
    letter-spacing: .25px;
}