body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  color: #5d5c5c;
  font: normal 13px/20px "Open Sans", sans-serif;
  position: relative;
}
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}


a, .blog_lists h2 a:hover,
#sidebar ul li a:hover,
.recent-post h6:hover,				
.copyright-txt span,					
a.more-button span,
.cols-4 span,					
.listpages:hover h4,
.header .header-inner .nav ul li a:hover, 
.header .header-inner .nav ul li.current_page_item a,
.morelink,
.header span.tagline,
.MoreLink
{ color:#55deef;}

.social-icons a:hover, 
.pagination ul li .current, 
.pagination ul li a:hover, 
#commentform input#submit:hover,								
h3.widget-title,				
.wpcf7 input[type="submit"],
.listpages:hover .morelink,
.MoreLink:hover,
.headerfull,
.slide_info h2,
.nivo-controlNav a.active
{ background-color:#55deef !important;}

.header .header-inner .nav,				
.listpages:hover .morelink,
.MoreLink,
.section_title,
.listpages,
.listpages h2,
.morelink,
#wrapfirst h1,
.cols-3 h5 span
{ border-color:#55deef;}
  /* Forzar visibilidad del menú principal en todas las resoluciones */
  .menu-bij-container, .nav, #menu-bij.menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    position: static !important;
  }
  .menu-bij-container ul.menu {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menu-bij-container ul.menu li {
    display: block;
    position: relative;
  }
  .menu-bij-container ul.menu li ul.sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #eee;
    min-width: 180px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  }
  .menu-bij-container ul.menu li:hover > ul.sub-menu {
    display: block;
  }
  .menu-bij-container ul.menu li a {
    text-decoration: none;
    color: #222;
    padding: 8px 16px;
    display: block;
    border-radius: 4px;
    transition: background 0.2s, color 0.2s;
    background: none;
  }
  .menu-bij-container ul.menu li.current_page_item > a,
  .menu-bij-container ul.menu li a:hover {
    background: #55deef;
    color: #fff !important;
  }
  @media (max-width: 700px) {
    .menu-bij-container ul.menu {
      flex-direction: column;
      gap: 0;
    }
    .menu-bij-container ul.menu li a {
      padding: 12px 10px;
    }
  }
* {
  margin: 0;
  padding: 0;
  outline: none;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  height: auto;
}
.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.aligncenter {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #55deef;
}
a:hover {
  color: #bff4fa;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ul li ul,
ul li ul li ul,
ol li ol,
ol li ol li ol {
  margin-left: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #484f5e;
  font-family: "Open Sans", sans-serif;
  margin-left: 40px;
  padding: 0;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
.entry-content-videos{
	margin-left: 66%;
}

.menu-bij-container, .nav, #menu-bij.menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  position: static !important;
}
.menu-bij-container ul.menu {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-bij-container ul.menu li {
  display: block;
  position: relative;
}
.menu-bij-container ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #eee;
  min-width: 180px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.menu-bij-container ul.menu li:hover > ul.sub-menu {
  display: block;
}
.menu-bij-container ul.menu li a {
  text-decoration: none;
  color: #222;
  padding: 8px 16px;
  display: block;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
  background: none;
}
.menu-bij-container ul.menu li.current_page_item > a,
.menu-bij-container ul.menu li a:hover {
  background: #55deef;
  color: #fff !important;
}
@media (max-width: 700px) {
  .menu-bij-container ul.menu {
    flex-direction: column;
    gap: 0;
  }
  .menu-bij-container ul.menu li a {
    padding: 12px 10px;
  }
}
.clear {
  clear: both;
}
.alignnone {
  width: 100% !important;
}
img.alignleft,
.alignleft {
  float: left;
  margin: 0 15px 0 0;
  padding: 5px;
  border: 1px solid #cccccc;
}
img.alignright,
.alignright {
  float: right;
  margin: 0 0 0 15px;
  padding: 5px;
  border: 1px solid #cccccc;
}
.left {
  float: left;
}
.right {
  float: right;
}
.space30 {
  clear: both;
  height: 30px;
}
.space50 {
  clear: both;
  height: 50px;
}
/* Forzar visibilidad del menú principal en todas las resoluciones */
.menu-bij-container, .nav, #menu-bij.menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  position: static !important;
}
.menu-bij-container ul.menu {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-bij-container ul.menu li {
  display: block;
  position: relative;
}
.menu-bij-container ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #eee;
  min-width: 180px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
a, .blog_lists h2 a:hover,
#sidebar ul li a:hover,
.recent-post h6:hover,				
.copyright-txt span,					
a.more-button span,
.cols-4 span,					
.listpages:hover h4,
.header .header-inner .nav ul li a:hover, 
.header .header-inner .nav ul li.current_page_item a,
.morelink,
.header span.tagline,
.MoreLink
{ color:#55deef;}

.social-icons a:hover, 
.pagination ul li .current, 
.pagination ul li a:hover, 
#commentform input#submit:hover,								
h3.widget-title,				
.wpcf7 input[type="submit"],
.listpages:hover .morelink,
.MoreLink:hover,
.headerfull,
.slide_info h2,
.nivo-controlNav a.active
{ background-color:#55deef !important;}

.header .header-inner .nav,				
.listpages:hover .morelink,
.MoreLink,
.section_title,
.listpages,
.listpages h2,
.morelink,
#wrapfirst h1,
.cols-3 h5 span
{ border-color:#55deef;}

.menu-bij-container ul.menu li:hover > ul.sub-menu {
  display: block;
}
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}

.menu-bij-container ul.menu li a {
  text-decoration: none;
  color: #222;
  padding: 8px 16px;
  display: block;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
  background: none;
}
.menu-bij-container ul.menu li.current_page_item > a,
.menu-bij-container ul.menu li a:hover {
  background: #55deef;
  color: #fff !important;
}
@media (max-width: 700px) {
  .menu-bij-container ul.menu {
    flex-direction: column;
    gap: 0;
  }
  .menu-bij-container ul.menu li a {
    padding: 12px 10px;
  }
  .listas {
    margin-top: 216px;
    max-width: 100%;
}
}
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

.descripcion {
  max-width: 800px;
  margin: -380px auto 24px auto;
  padding: 24px 32px 18px 32px;
  background: #f7fcfd;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(85, 222, 239, 0.08);
  border-left: 6px solid #55deef;
  color: #222;
  font-size: 1.13em;
  line-height: 1.7;
  text-align: center;
}
.descripcion h2 {
  color: #1a9db6;
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.descripcion p {
  margin: 0;
  color: #333;
}
@media (max-width: 700px) {
  .descripcion {
    padding: 12px 8px 10px 8px;
    font-size: 1em;
    border-radius: 0;
    margin: 18px 0 12px 0;
  }
  .descripcion h2 {
    font-size: 1.3em;
  }
}
 a .blog_lists h2 a:hover,
#sidebar ul li a:hover,
.recent-post h6:hover,
.copyright-txt span,
a.more-button span,
.cols-4 span,
.listpages:hover h4,
.header .header-inner .nav ul li a:hover,
.header .header-inner .nav ul li.current_page_item a,
.morelink,
.header span.tagline,
.MoreLink {
  color: #55deef;
}

.social-icons a:hover,
.pagination ul li .current,
.pagination ul li a:hover,
#commentform input#submit:hover,
h3.widget-title,
.wpcf7 input[type="submit"],
.listpages:hover .morelink,
.MoreLink:hover,
.headerfull,
.slide_info h2,
.nivo-controlNav a.active {
  background-color: #55deef !important;
}

.header .header-inner .nav,
.listpages:hover .morelink,
.MoreLink,
.section_title,
.listpages,
.listpages h2,
.morelink,
#wrapfirst h1,
.cols-3 h5 span {
  border-color: #55deef;
}
.listas {
  margin-top: 216px;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  display: block;
  background: #f5fafd;
}
#wrapfirst,
.container,
.listas,
#footer-wrapper,
.header,
.headerfull,
.header-inner {
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}
.container,
#footer-wrapper {
  width: 100% !important;
  max-width: 100vw !important;
  box-sizing: border-box;
}
.listas {
  width: 100vw;
  max-width: 100vw;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  box-sizing: border-box;
}
.listpages {
  flex: 1 1 0;
  min-width: 220px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 900px) {
  .listas {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .listpages {
    max-width: 98vw;
  }
}
.section_title {
  font: 700 25px/26px "Open Sans", cursive;
  border-bottom: 2px solid #f1177e;
  padding-bottom: 15px;
  display: table;
  margin-bottom: 40px;
}
.pagination {
  display: table;
  clear: both;
}
.pagination ul {
  list-style: none;
  margin: 20px 0;
}
.pagination ul li {
  display: inline;
  float: left;
  margin-right: 5px;
}
.pagination ul li span,
.pagination ul li a {
  background: #646262;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}
.pagination ul li .current,
.pagination ul li a:hover {
  background: #34c6f6;
}

#comment-nav-above .nav-previous,
#comment-nav-below .nav-previous {
  float: none !important;
  margin: 10px 0;
}
ol.comment-list li {
  list-style: none;
  margin-bottom: 5px;
}
.header .header-inner .logo {
  z-index: 999;
  float: left;
  text-align: right;
}
.header .header-inner {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1160px;
  display: table;
}
.header .header-inner .logo h1 {
  font-family: "Playball", cursive;
  font-size: 32px;
  font-weight: 400;
  margin: 0px;
  line-height: 36px;
  color: #333;
  text-transform: none;
}
.header span.tagline {
  color: #55deef;
}
.container {
  width: 1160px;
  margin: 0 auto;
  position: relative;
}

.headerright {
  float: right;
}
.headerright span {
  font: 600 16px/22px "Open Sans", sans-serif;
}
.headerfull {
  background-color: #55deef;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}
.headerfull .phoneno,
.headerfull .emailicon {
  margin-bottom: 0;
  display: inline;
}
.headerfull .emailicon {
  margin-left: 20px;
  color: #fff;
}

/* = innerbanner css
-------------------------------------------------------------- */
.innerbanner {
  text-align: center;
}
.innerbanner img {
  position: relative;
  background-size: cover;
  width: 100%;
  display: block;
}

/*header menu css*/
.toggle {
  display: block;
}
.toggle a {
  width: 100%;
  color: #ffffff;
  background: url(images/mobile_nav_right.png) no-repeat right center #3e3e3e;
  padding: 10px 10px;
  margin-top: 5px;
  font-size: 16px;
}
.toggle a:hover {
  color: #ffffff !important;
}
.nav {
  display: none;
}

.header {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: auto;
  padding: 0;
  z-index: 999;
  box-shadow: 0px -1px 3px #ccc;
}
.header .header-inner .nav {
  font: 600 13px/22px "Open Sans", sans-serif;
  position: relative;
  z-index: 999;
  text-transform: uppercase;
}
.header .header-inner .nav ul {
  margin: 0;
  padding: 0;
}
.header .header-inner .nav ul li {
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: center;
}
.header .header-inner .nav ul li a {
  padding: 22px 15px;
  display: block;
  color: #5f5f5f;
}
.header .header-inner .nav ul li:last-child a {
  border-right: transparent;
}

.header .header-inner .nav ul li ul li {
  display: block;
  position: relative;
  float: none;
  top: -1px;
}
.header .header-inner .nav ul li ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: 1px;
  text-align: left;
  border-top: 1px solid #e7e6e6;
  border-right: none;
}
.header .header-inner .nav ul li a:hover,
.header .header-inner .nav ul li.current_page_item a {
  color: #55deef;
}

.header .header-inner .nav ul li ul {
  display: none;
  z-index: 9999999;
  position: relative;
  padding: 0;
}
.header .header-inner .nav ul li:hover > ul {
  display: block;
  width: 200px;
  position: absolute;
  left: 0;
  text-align: left;
  background-color: #fff;
}
.header .header-inner .nav ul li:hover ul li ul {
  display: none;
  position: relative;
}
.header .header-inner .nav ul li:hover ul li:hover > ul {
  display: block;
  position: absolute;
  left: 200px;
  top: 1px;
}
.toggle a {
  display: none;
}

/* = header top sign in  css
-------------------------------------------------------------- */
section#home_slider {
  padding: 0;
  z-index: 0;
  position: relative;
}
h2.section-title {
  color: #454545;
  font: 300 36px/40px "Open Sans", san-serif;
  text-align: center;
}
/* = Wrap first css
-------------------------------------------------------------- */
.pagewrap1,
.pagewrap2,
.postwrap3 {
  visibility: hidden;
  padding: 70px 0;
}
#wrapfirst h1 {
  font-size: 25px;
  border-bottom: 1px solid #55deef;
  padding-bottom: 10px;
  display: table;
  color: #5c5b5b;
  font-weight: 700;
  line-height: 30px;
}
#wrapfirst img {
  float: right;
  margin: 0 0 0 35px;
}
#wrapfirst p {
  margin: 0 0 20px 0;
}
.social-links a:hover {
  background-color: #dd5145;
  color: #ffffff;
  border: 1px solid #dd5145;
}
.social-links br {
  display: none;
}
#wrapsecond {
  margin-top: -50px;
}

/* = Services section css
-------------------------------------------------------------- */
.pagewrap2 {
  padding: 0;
}
.listpages {
  width: 29.8%;
  float: left;
  position: relative;
  padding: 25px 20px;
  min-height: 265px;
  text-align: center;
  color: #fff;
}
.listpages h3 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 10px 0 15px;
}
.listpages img {
  border: 5px solid #78e5f2;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.listpages p {
  margin-bottom: 20px;
}
.Box1 {
  background-color: #55deef;
}
.Box2 {
  background-color: #29d6eb;
}
.Box3 {
  background-color: #0ccbe2;
}

.last_column {
  clear: right;
  margin-right: 0 !important;
}
.Morebutton {
  background-color: transparent;
  font: 400 13px/20px "Open Sans", sans-serif;
  padding: 7px 20px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
}
.Morebutton:hover {
  background-color: #fff;
  border-color: #fff;
  color: #55deef;
}

a.more-button {
  font: 400 22px/24px "Open Sans", san-serif;
  background-color: #efefef;
  color: #3b3b3b;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  margin-top: 25px;
}
a.more-button span {
  color: #55deef;
  font-weight: 600;
}
a.more-button:hover {
  background-color: #d5d5d5;
}
/* Forzar visibilidad del menú principal en todas las resoluciones */
.menu-bij-container, .nav, #menu-bij.menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  position: static !important;
}
.menu-bij-container ul.menu {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-bij-container ul.menu li {
  display: block;
  position: relative;
}
.menu-bij-container ul.menu li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #eee;
  min-width: 180px;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.menu-bij-container ul.menu li:hover > ul.sub-menu {
  display: block;
}
.menu-bij-container ul.menu li a {
  text-decoration: none;
  color: #222;
  padding: 8px 16px;
  display: block;
  border-radius: 4px;
  transition: background 0.2s, color 0.2s;
  background: none;
}
.menu-bij-container ul.menu li.current_page_item > a,
.menu-bij-container ul.menu li a:hover {
  background: #55deef;
  color: #fff !important;
}
@media (max-width: 700px) {
  .menu-bij-container ul.menu {
    flex-direction: column;
    gap: 0;
  }
  .menu-bij-container ul.menu li a {
    padding: 12px 10px;
  }
}
.contact-info-box {
  max-width: 480px;
  margin: 36px auto 32px auto;
  padding: 28px 28px 18px 28px;
  background: #f7fcfd;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(85,222,239,0.10);
  border-left: 6px solid #55deef;
  color: #222;
  font-size: 1.13em;
  line-height: 1.7;
  text-align: left;
}
.contact-info-box h2 {
  color: #1a9db6;
  font-size: 1.5em;
  margin-bottom: 18px;
  font-weight: 700;
  text-align: center;
}
.contact-info-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 8px;
}
.contact-icon {
  font-size: 1.3em;
  margin-right: 8px;
}
.contact-label {
  font-weight: 600;
  color: #1a9db6;
  min-width: 80px;
}
.contact-value {
  color: #222;
  font-weight: 400;
  word-break: break-all;
}
.contact-info-box a.contact-value {
  color: #1a9db6;
  text-decoration: underline;
}
@media (max-width: 700px) {
  .contact-info-box {
    padding: 14px 6px 10px 6px;
    font-size: 1em;
    border-radius: 0;
    margin: 18px 0 12px 0;
  }
  .contact-info-box h2 {
    font-size: 1.1em;
  }
  .contact-label {
    min-width: 60px;
  }
}
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}

.video-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 167px;
  margin-bottom: 24px;
}
.video-row iframe {
  width: 50%;
  min-width: 500px;
  height: 315px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(85,222,239,0.08);
}
@media (max-width: 900px) {
  .video-row {
    flex-direction: column;
    gap: 18px;
  }
  .video-row iframe {
    width: 98vw;
    min-width: unset;
    height: 220px;
  }
}


a, .blog_lists h2 a:hover,
#sidebar ul li a:hover,
.recent-post h6:hover,				
.copyright-txt span,					
a.more-button span,
.cols-4 span,					
.listpages:hover h4,
.header .header-inner .nav ul li a:hover, 
.header .header-inner .nav ul li.current_page_item a,
.morelink,
.header span.tagline,
.MoreLink
{ color:#55deef;}

.social-icons a:hover, 
.pagination ul li .current, 
.pagination ul li a:hover, 
#commentform input#submit:hover,								
h3.widget-title,				
.wpcf7 input[type="submit"],
.listpages:hover .morelink,
.MoreLink:hover,
.headerfull,
.slide_info h2,
.nivo-controlNav a.active
{ background-color:#55deef !important;}

.header .header-inner .nav,				
.listpages:hover .morelink,
.MoreLink,
.section_title,
.listpages,
.listpages h2,
.morelink,
#wrapfirst h1,
.cols-3 h5 span
{ border-color:#55deef;}
/* = social icons css
-------------------------------------------------------------- */
.social-icons {
  margin-top: 20px;
}
.social-icons a {
  background-color: #454545 !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  margin: 0 3px;
  padding: 0;
  text-align: center;
}
.social-icons br {
  display: none;
}
.social-icons a:hover {
  background-color: #55deef;
}
.social-icons .fb {
  background: url(images/icon-fb.png) no-repeat center center;
}
.social-icons .tw {
  background: url(images/icon-tw.png) no-repeat center center;
}
.social-icons .gp {
  background: url(images/icon-gp.png) no-repeat center center;
}
.social-icons .in {
  background: url(images/icon-in.png) no-repeat center center;
}


/* = Page lay out css
-------------------------------------------------------------- */
.site-main {
  width: 740px;
  margin: 0;
  padding: 0;
  float: left;
}
#sitefull {
  width: 100%;
  float: none;
}
#sitefull p {
  margin-bottom: 15px;
}
.page_content {
  padding: 25px 0;
}
.page_content p {
  margin-bottom: 55px;
  line-height: 20px;
  margin-top: 17px;
}

.blog_lists {
  margin-bottom: 30px;
}
.blog_lists h2 {
  margin-bottom: 10px;
}
.blog_lists h2 a {
  color: #484f5e;
}
.blog_lists h2 a:hover {
  color: #34c6f6;
}
.blog_lists p {
  margin-bottom: 10px;
}
.blog-meta {
  font-style: italic;
  margin-bottom: 8px;
}
.post-date,
.post-comment,
.post-categories {
  display: inline;
  color: #000000;
}
.single_title {
  margin-bottom: 5px;
}
.BlogPosts {
  width: 31.2%;
  float: left;
  margin: 0 3% 3% 0;
}
.BlogPosts img {
  width: 100%;
}
.BlogPosts h2 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
}
.MoreLink {
  background-color: transparent;
  color: #55deef;
  display: inline-block;
  border: 1px solid #55deef;
  padding: 8px 20px;
}
.MoreLink:hover {
  background-color: #55deef;
  color: #fff;
}
#FrontBlogPost {
  background-color: #f8f9f9;
}

/* = sidebar
-------------------------------------------------------------- */
#sidebar {
  width: 330px;
  float: right;
}
aside.widget {
  margin-bottom: 30px;
  background-color: #f6f4f4;
  padding: 20px;
  border: 1px solid #edecec;
}
aside.widget ul {
  list-style: disc;
}
h3.widget-title {
  background-color: #55deef;
  padding: 12px 15px;
  margin-bottom: 1px;
  color: #fff;
}
#sidebar ul li {
  list-style: none;
  word-wrap: break-word;
  background: url(images/sidebar-arrow.png) no-repeat 0 14px;
  color: #3b3b3b;
  border-bottom: 1px dashed #d0cfcf;
  display: block;
  padding: 10px 0 10px 10px;
}
#sidebar ul li a {
  font: 300 14px/18px "Open Sans", sans-serif;
  color: #3b3b3b;
}
#sidebar ul li a:hover {
  color: #34c6f6;
}
#sidebar ul li:last-child a {
  border: none;
}

/* = Footer css
-------------------------------------------------------------- */

#footer-wrapper {
  background-color: #323232;
  color: #f1eee9;
  clear: both;
}
#footer-wrapper .container {
  padding-top: 50px;
  padding-bottom: 30px;
}

.cols-3 {
  width: 30%;
  float: left;
  margin: 0 5% 0 0;
}
.widget-column-3 {
  margin-right: 0px !important;
  padding-right: 0 !important;
  border: none;
}
.cols-3 h5 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}
.cols-3 h5 span {
  border-bottom: 1px solid #55deef;
  padding-bottom: 5px;
}
.cols-3 ul {
  margin: 0;
  padding: 0;
  list-style: inside disc;
}
.cols-3 ul li {
  display: block;
  padding: 0;
}
.cols-3 ul li a {
  color: #fff;
  font: normal 12px/24px Arial, Helvetica, sans-serif;
  background: url(images/list-arrow.png) no-repeat 0 2px;
  padding: 0 0 0 20px;
}
.cols-3 ul li a:hover,
.cols-3 ul li.current_page_item a {
  color: #dd5145;
}

.cols-4 span {
  color: #55deef;
}
.cols-4 p {
  margin-bottom: 15px;
}
.cols-4 h1,
.cols-4 h2,
.cols-4 h3,
.cols-4 h4,
.cols-4 h5,
.cols-4 h6 {
  color: #fff;
}

.copyright-wrapper {
  background-color: #292929;
  position: relative;
}
.copyright-wrapper .container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: center;
}
.copyright-txt span {
  color: #55deef;
}
.recent-post {
  min-height: 70px;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
  border-bottom: 1px dotted #5e6162;
}
.recent-post img {
  float: left;
  width: 60px;
  margin: 0 10px 5px 0;
  border: 3px solid #232323;
}
.recent-post h6 {
  font-size: 12px;
  color: #fff;
  margin: 0 0 5px;
  font-weight: 600;
}
.recent-post h6:hover {
  color: #34c6f6;
}
.recent-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.phoneno,
.emailicon,
.mapicon {
  margin-bottom: 10px;
  display: block;
}
.mapicon {
  background: url(images/icon-map.png) no-repeat left 3px;
  padding: 0 0 0 25px;
}
.phoneno {
  background: url(images/icon-phone.png) no-repeat left center;
  padding: 0 0 0 20px;
}
.emailicon {
  background: url(images/icon-email.png) no-repeat left center;
  padding: 0 0 0 22px;
}

/* Buttons */
.button {
  background-color: #ff6565;
  border-bottom: 4px solid #e44545;
  color: #fff;
  padding: 8px 20px;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
}
.button:hover {
  background-color: #34c6f6;
  border-color: #1898c2;
  color: #fff;
}

/* woocommerce CSS
================================================*/
a.added_to_cart {
  background: #e1472f;
  padding: 5px;
  display: inline-block;
  color: #fff;
  line-height: 1;
}
a.added_to_cart:hover {
  background: #000000;
}
a.button.added:before {
  content: "" !important;
}
#bbpress-forums ul li {
  padding: 0;
}
#subscription-toggle a.subscription-toggle {
  padding: 5px 10px;
  display: inline-block;
  color: #e1472f;
  margin-top: 4px;
}
textarea.wp-editor-area {
  border: 1px #ccc solid;
}
.woocommerce input[type="text"],
.woocommerce textarea {
  border: 1px #ccc solid;
  padding: 4px;
}
form.woocommerce-ordering select {
  padding: 5px;
  color: #777777;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-family: "Open Sans", san-serif;
  color: #ff8a00;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: inherit !important;
}
h1.product_title,
p.price {
  margin-bottom: 10px;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
  font-family: "Open Sans", san-serif;
  color: #ff6d84;
}
.woocommerce ul.products li,
#payment ul.payment_methods li {
  list-style: none !important;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  color: inherit !important;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  border-bottom: 0px !important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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-size: 0.875rem;
  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. */
}
/* ============= Contact Page =========== */
.wpcf7 {
  margin: 30px 0 0;
  padding: 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
  width: 40%;
  border: 1px solid #cccccc;
  box-shadow: inset 1px 1px 2px #ccc;
  height: 35px;
  padding: 0 15px;
  color: #797979;
  margin-bottom: 0;
}
.wpcf7 textarea {
  width: 60%;
  border: 1px solid #cccccc;
  box-shadow: inset 1px 1px 2px #ccc;
  height: 150px;
  color: #797979;
  margin-bottom: 25px;
  font: 12px arial;
  padding: 10px;
  padding-right: 0;
}
.wpcf7 input[type="submit"] {
  background-color: #55deef;
  width: auto;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font: 18px "Open Sans", san-serif;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 3px;
}

/* ============= Comment Form ============ */
h1.screen-reader-text {
  font: 22px "Open Sans", san-serif;
}
.site-nav-previous,
.nav-previous {
  float: left;
}
.site-nav-next,
.nav-next {
  float: right;
}
h3#reply-title {
  font: 300 18px "Open Sans", san-serif;
}
#comments {
  margin: 30px 0 0;
  padding: 0;
}
nav#nav-below {
  margin-top: 15px;
}

#home_slider {
  min-height: 500px;
  background: url(images/loading.gif) no-repeat center center #ffffff;
}

/* Widget Sidebar */
#sidebar table {
  width: 100%;
  text-align: center;
}
#calendar_wrap caption {
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#prev {
  text-align: left;
}
#next {
  text-align: right;
}
#sidebar select {
  width: 100%;
  height: 25px;
}
#sidebar select option {
  width: 240px;
}
.comment-author-link,
.comment-author-link a {
  font-weight: 700 !important;
  color: #000;
}
#sidebar .widget-title a {
  color: #fff;
}
#sidebar input[type="text"],
#sidebar input[type="search"] {
  width: 78%;
  height: 25px;
  margin-bottom: 10px;
  padding-left: 6px;
}
.infomessage {
  display: block;
}
body.wp-custom-logo .logo h1 {
  display: none;
}
.tagline {
  clear: both;
  display: block;
}
#sidebar h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px;
}
#recentcomments li {
  background-image: none !important;
  padding-left: 0px !important;
}
#recentcomments li a {
  padding-left: 0px !important;
}
.header_right table {
  width: 100%;
  text-align: center;
}
.container ol,
.container ul,
.entry-content ul li,
.entry-content ol li,
.contentCAT li {
  margin-left: 15px;
}
body.wp-custom-logo .logo h1 {
  display: none;
}
.logo img {
  margin-top: 5px;
}
/* CSS Document */

/* ----------------------------- CUSTOM BUTTON STYLES ----------------------------- */
img {
  max-width: 100%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}

.grad-btn-small,
.grad-btn-medium,
.grad-btn-large,
.grad-btn-x-large,
.simple-btn-small,
.simple-btn-medium,
.simple-btn-large,
.simple-btn-x-large {
  text-decoration: none;
  margin: 10px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  display: inline-block;
}

.grad-btn-small,
.simple-btn-small {
  padding: 0 10px;
  line-height: 25px;
  height: 25px;
  font-size: 12px;
}
.grad-btn-medium,
.simple-btn-medium {
  padding: 0 15px;
  line-height: 35px;
  height: 35px;
  font-size: 15px;
}
.grad-btn-large,
.simple-btn-large {
  padding: 0 20px;
  line-height: 45px;
  height: 45px;
  font-size: 18px;
}
.grad-btn-x-large,
.simple-btn-x-large {
  padding: 0 25px;
  line-height: 55px;
  height: 55px;
  font-size: 20px;
}

.grad-btn-small {
  background: url(../images/base/button-gradient.png) repeat-x 0 0;
}
.grad-btn-medium {
  background: url(../images/base/button-gradient.png) repeat-x 0 -25px;
}
.grad-btn-large {
  background: url(../images/base/button-gradient.png) repeat-x 0 -60px;
}
.grad-btn-x-large {
  background: url(../images/base/button-gradient.png) repeat-x 0 -105px;
}

.grad-btn-small:hover,
.grad-btn-medium:hover,
.grad-btn-large:hover,
.grad-btn-x-large:hover {
  background-image: none;
}

.simple-btn-small:hover,
.simple-btn-medium:hover,
.simple-btn-large:hover,
.simple-btn-x-large:hover {
  opacity: 0.85;
}

.btn-align-right {
  float: right;
}
.btn-align-left {
  float: left;
}
.btn-align-center {
  float: none;
  margin: 0 auto;
}

.round-btn-dark {
  background-image: url(../images/base/button-dark-round-left.png);
  color: #fff;
}
.round-btn-dark span {
  background-image: url(../images/base/button-dark-round-right.png);
}

.round-btn-light {
  background-image: url(../images/base/button-light-round-left.png);
  color: #555;
  text-shadow: 0 1px #fff;
}
.round-btn-light span {
  background-image: url(../images/base/button-light-round-right.png);
}

.round-btn {
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 0 0 26px;
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  margin: 10px 0;
}
.round-btn span {
  background-repeat: no-repeat;
  background-position: right top;
  padding: 0 36px 0 10px;
  display: inline-block;
}

.round-btn-light:hover {
  background-position: left bottom;
  color: #000;
}
.round-btn-dark:hover {
  background-position: left bottom;
  color: #ddd;
}
.round-btn:hover span {
  background-position: right bottom;
}

/* ----------------------------- CUSTOM BOXES STYLES ----------------------------- */
.msg-box-icon {
  display: block;
  padding: 18px 10px 18px 50px;
  margin-left: 15px;
  background-color: transparent;
}

.msg-info,
.msg-success,
.msg-warning,
.msg-error,
.msg-about,
.msg-simple,
.msg-custom,
pre {
  margin: 15px 0 !important;
}

.msg-info {
  background-color: #bde5f8;
  background: -moz-linear-gradient(center top, #ffffff, #bde5f8);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffffff),
    to(#bde5f8)
  );
  background: -webkit-linear-gradient(top, #ffffff, #bde5f8);
  background: -ms-linear-gradient(top, #ffffff, #bde5f8);
  background: -o-linear-gradient(top, #ffffff, #bde5f8);
  border: 1px #38aee5 solid;
  color: #00529b;
}
.msg-info .msg-box-icon {
  background: url(../images/base/icon_info.png) no-repeat 4px 50% transparent;
}

.msg-success {
  background-color: #dff2bf;
  background: -moz-linear-gradient(center top, #ffffff, #dff2bf);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffffff),
    to(#dff2bf)
  );
  background: -webkit-linear-gradient(top, #ffffff, #dff2bf);
  background: -ms-linear-gradient(top, #ffffff, #dff2bf);
  background: -o-linear-gradient(top, #ffffff, #dff2bf);
  border: 1px #a0cf4c solid;
  color: #4f8a10;
}
.msg-success .msg-box-icon {
  background: url(../images/base/icon_success.png) no-repeat 4px 50% transparent;
}

.msg-warning {
  background-color: #feefb3;
  background: -moz-linear-gradient(center top, #ffffff, #feefb3);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffffff),
    to(#feefb3)
  );
  background: -webkit-linear-gradient(top, #ffffff, #feefb3);
  background: -ms-linear-gradient(top, #ffffff, #feefb3);
  background: -o-linear-gradient(top, #ffffff, #feefb3);
  border: 1px #e5bc3b solid;
  color: #9f6000;
}
.msg-warning .msg-box-icon {
  background: url(../images/base/icon_warning.png) no-repeat 4px 50% transparent;
}

.msg-error {
  background-color: #ffbaba;
  background: -moz-linear-gradient(center top, #ffffff, #ffbaba);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffffff),
    to(#ffbaba)
  );
  background: -webkit-linear-gradient(top, #ffffff, #ffbaba);
  background: -ms-linear-gradient(top, #ffffff, #ffbaba);
  background: -o-linear-gradient(top, #ffffff, #ffbaba);
  border: 1px #ff7878 solid;
  color: #c00;
}
.msg-error .msg-box-icon {
  background: url(../images/base/icon_error.png) no-repeat 4px 50% transparent;
}

.msg-about {
  background-color: #ecf1ff;
  background: -moz-linear-gradient(center top, #ffffff, #ecf1ff);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffffff),
    to(#ecf1ff)
  );
  background: -webkit-linear-gradient(top, #ffffff, #ecf1ff);
  background: -ms-linear-gradient(top, #ffffff, #ecf1ff);
  background: -o-linear-gradient(top, #ffffff, #ecf1ff);
  border: 1px #c9d7ff solid;
  color: #4e6bbe;
}
.msg-about .msg-box-icon {
  background: url(../images/base/icon_about.png) no-repeat 4px 50% transparent;
}

.msg-simple,
.msg-custom {
  display: block;
  padding: 10px 15px;
}

pre {
  color: #333;
  padding: 10px 15px !important;
  background-color: #efefef;
  background: -moz-linear-gradient(center top, #ffffff, #efefef);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffffff),
    to(#efefef)
  );
  background: -webkit-linear-gradient(top, #ffffff, #efefef);
  background: -ms-linear-gradient(top, #ffffff, #efefef);
  background: -o-linear-gradient(top, #ffffff, #efefef);
  border: 1px #999 solid !important;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.msg-align-center {
  margin: 0 auto;
}
.msg-align-left {
  float: left;
}
.msg-align-right {
  float: right;
}
.fvch-codeblock,
.syntaxhighlighter {
  clear: both;
}
.syntaxhighlighter .toolbar {
  display: none;
}

.fvch-codeblock {
  clear: both;
}

/* ----------------------------- TOGGLE STYLES ----------------------------- */
.toggle_holder {
  padding-bottom: 15px;
}
.topmargin15 {
  margin-top: 15px;
}
.slide_toggle {
  color: #333;
  margin: 0 !important;
  padding: 5px 10px !important;
  background-color: #efefef;
  background: -moz-linear-gradient(center top, #ffffff, #efefef);
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#ffffff),
    to(#efefef)
  );
  background: -webkit-linear-gradient(top, #ffffff, #efefef);
  background: -ms-linear-gradient(top, #ffffff, #efefef);
  background: -o-linear-gradient(top, #ffffff, #efefef);
  border: 1px #ccc solid !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
.slide_toggle a {
  text-decoration: none !important;
  display: block;
  color: #7bb303;
}
h3.slide_toggle a:before {
  background-color: #353535;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  color: #cccccc;
  content: "+";
  display: inline-block;
  font-size: 11px;
  height: 15px;
  line-height: 13px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: -2px;
  width: 15px;
}
h3.clicked {
  border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  -webkit-border-radius: 10px 10px 0 0 !important;
  -khtml-border-radius: 10px 10px 0 0 !important;
  margin-bottom: 0 !important;
}
h3.clicked a:before {
  content: "-";
}
.slide_toggle_content {
  padding: 10px;
  background: #f6f6f6;
  border: 1px #ccc solid;
  border-top-width: 0 !important;
  border-radius: 0 0 10px 10px !important;
  -moz-border-radius: 0 0 10px 10px !important;
  -webkit-border-radius: 0 0 10px 10px !important;
  -khtml-border-radius: 0 0 10px 10px !important;
}

/* ----------------------------- TABS STYLES ----------------------------- */
.tabs-wrapper ul.tabs {
  width: 100%;
  margin: 3px 0 -1px;
  padding: 0;
  float: left;
  list-style: none;
}
.tabs-wrapper ul.tabs li {
  display: block;
  float: left;
  margin: 0 2px 0 0;
  padding: 0;
  background-color: #efefef;
  background-image: none;
  border: 1px #ccc solid;
  border-bottom-width: 0;
}
.tabs-wrapper ul.tabs li a {
  color: #000;
  display: block;
  float: left;
  text-decoration: none;
  padding: 5px 20px;
  border-bottom: 1px #ccc solid;
  cursor: pointer;
  overflow: hidden;
  outline: none;
}
.tabs-wrapper ul.tabs li a.selected {
  color: #7ab040;
  background-color: #fff;
  border-bottom-color: #fff;
}
.tabs-wrapper .tab-content {
  clear: both;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
}
.tabs-wrapper .tab-content img {
  float: left;
  margin-right: 15px;
}
.js_on .tabs-wrapper .tab-content {
  display: none;
  margin-bottom: 15px;
}
.tabs-wrapper .tab-content .tabs-inner-padding {
  padding: 10px;
}

/* ----------------------------- ACCORDION STYLES ----------------------------- */
.accordion-wrapper {
  padding-bottom: 15px;
}
h3.accordion-toggle {
  padding: 0;
  margin: 0 0 1px 0;
  background: url(../images/base/accordian-title.png) no-repeat scroll 0 0
    transparent !important;
  height: 46px;
  line-height: 46px;
  width: 100%;
  font-weight: normal;
  float: left;
  cursor: pointer;
  border-top: 1px #eee solid;
}
h3.accordion-toggle a {
  text-decoration: none;
  display: block;
  padding: 12px 0 12px 50px;
  outline: medium none;
  border: 0 none;
  line-height: 1.3;
  font-size: 18px !important;
}
h3.accordion-toggle.active {
  background-position: left bottom;
}
.accordion-container {
  margin: 0 0 1px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  clear: both;
  background: url(../images/base/accordian-content-bg.png) repeat scroll 0 0
    transparent;
}
.accordion-container .content-block {
  padding: 20px;
}

/* ----------------------------- DROPCAP & LIST STYLES ----------------------------- */
ul.list-1,
ul.list-2,
ul.list-3,
ul.list-4,
ul.list-5,
ul.list-6,
ul.list-7,
ul.list-8,
ul.list-9,
ul.list-10 {
  margin: 5px 0 5px -5px;
  position: relative;
  overflow: hidden;
}
ul.list-1 ul,
ul.list-2 ul,
ul.list-3 ul,
ul.list-4 ul,
ul.list-5 ul,
ul.list-6 ul,
ul.list-7 ul,
ul.list-8 ul,
ul.list-9 ul,
ul.list-10 ul {
  margin-left: 0;
}
ul.list-1 li,
ul.list-2 li,
ul.list-3 li,
ul.list-4 li,
ul.list-5 li,
ul.list-6 li,
ul.list-7 li,
ul.list-8 li,
ul.list-9 li,
ul.list-10 li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-bottom: 2px !important;
  padding-bottom: 2px !important;
  padding-left: 30px !important;
  margin-left: 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
ul.list-1 li {
  background-image: url(../images/base/bullet-1.png);
  background-position: 4px 11px;
}
ul.list-2 li {
  background-image: url(../images/base/bullet-2.png);
  background-position: 3px 10px;
}
ul.list-3 li {
  background-image: url(../images/base/bullet-3.png);
  background-position: 4px 12px;
}
ul.list-4 li {
  background-image: url(../images/base/bullet-4.png);
  background-position: 3px 7px;
}
ul.list-5 li {
  background-image: url(../images/base/bullet-5.png);
  background-position: 3px 7px;
}
ul.list-6 li {
  background-image: url(../images/base/bullet-6.png);
  background-position: 4px 6px;
}
ul.list-7 li {
  background-image: url(../images/base/bullet-7.png);
  background-position: 3px 5px;
}
ul.list-8 li {
  background-image: url(../images/base/bullet-8.png);
  background-position: 4px 6px;
}
ul.list-9 li {
  background-image: url(../images/base/bullet-9.png);
  background-position: 3px 6px;
}
ul.list-10 li {
  background-image: url(../images/base/bullet-10.png);
  background-position: 4px 7px;
}
.dropcap {
  display: block;
  float: left;
  font-size: 42px;
  line-height: 36px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 8px;
  margin-top: 5px;
}

/* ----------------------------- HORIZONTAL RULE STYLES ----------------------------- */
.linktotop {
  color: #666;
  font-size: 11px;
  text-align: right;
  margin-bottom: 5px;
}
.linktotop a {
  text-decoration: none;
}

/* ------------------ default styles ------------------ */
.postmeta {
  padding: 5px 0;
  color: #999;
}
.postmeta a {
  color: #999;
}
.postmeta a:hover {
  color: #e74c3c;
}
.breadcrumbs {
  padding: 10px 0;
  margin-bottom: 0;
}
ol.commentlist {
  list-style: none;
}
#commentform p {
  margin: 5px 0;
}
#commentform label {
  display: block;
}
#commentform input#email,
#commentform input#url,
#commentform input#author,
#commentform textarea,
#commentform input#eazycfc_captcha {
  max-width: 96%;
  border: 1px #ccc solid;
  padding: 5px 2%;
}

#commentform input#submit {
  background-color: #32373a;
  border: none;
  padding: 8px 15px;
  color: #fff;
  display: inline-block;
  cursor: pointer;
}
#commentform input#submit:hover {
  background: #34c6f6;
  border-bottom-color: #ccc;
  color: #fff;
}
.form-allowed-tags {
  display: none;
}
ul.errormsg {
  background: #ffe4e4;
}
ul.errormsg li {
  padding: 5px;
}
.entry-content table,
.comment-body table {
  border-collapse: collapse;
  margin: 10px 0;
}
.entry-content table td,
.entry-content table th,
.comment-body table td,
.comment-body table th {
  padding: 10px 5px;
  text-align: left;
}
.entry-content table th,
.comment-body table th {
  color: #676767;
  font: normal 18px Oswald;
  border-bottom: 1px #888 solid;
}
.entry-content table td,
.comment-body table td {
  border-bottom: 1px #ccc solid;
}
.fvch-codeblock:hover .comment-form-url {
  display: block !important;
}

/*------------------------------------------- COMMENT STYLES -------------------------------------------*/
.commentlist,
ol.commentlist {
  list-style: none;
  box-shadow: 0 0 5px #666;
  -moz-box-shadow: 0 0 5px #666;
  -webkit-box-shadow: 0 0 5px #666;
  -khtml-box-shadow: 0 0 5px #666;
  margin: 10px 0;
  background-color: #fff;
  padding: 10px 0;
}
.commentlist li,
ol.commentlist li {
  list-style: none;
  background-image: none !important;
  padding: 0px 15px;
}
.commentlist li ol li.depth-2,
.commentlist li ol li.depth-3,
.commentlist li ol li.depth-4,
ol.commentlist li ol li.depth-2,
ol.commentlist li ol li.depth-3,
ol.commentlist li ol li.depth-4 {
  border-bottom: none;
}
.commentlist li.bypostauthor article,
ol.commentlist li.bypostauthor article {
  background: #f9ffe1;
}
.commentlist article,
.commentlist li.bypostauthor li article,
ol.commentlist li.bypostauthor li article {
  border: none !important;
  padding: 10px;
  position: relative;
  background-color: #fff;
}
.commentlist li .fn {
  font-weight: normal;
  font-size: 15px;
  font-style: normal;
}
.commentlist li.bypostauthor .fn,
ol.commentlist li.bypostauthor .fn {
  color: #000;
}
img.avatar {
  vertical-align: middle;
  position: static;
  display: inline-block;
}
.commentlist article a time {
  display: block;
  clear: both;
  padding: 5px 0 10px;
  font-size: 11px;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.commentlist,
ol.commentlist p {
  font-size: 14px;
}
.commentlist .reply span,
ol.commentlist .reply span {
  display: none;
}
.commentlist .reply a,
ol.commentlist .reply a {
  display: block;
  padding: 10px;
  text-align: center;
  background: #f6f6f6;
  margin: 5px 0;
  border: 1px #ddd solid;
}
.comment-author.vcard {
  display: inline-block;
  margin-right: 15px;
}
.comment-list ul.children li.comment {
  background-image: none;
  padding-left: 5px;
}
