/*
Theme Name: Education Hub
Theme URI:
Author: WEN Themes
Author URI: http://wenthemes.com/
Description: This is simple and clean theme for your awesome WordPress site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: education-hub
Tags: translation-ready, custom-background, theme-options, custom-menu, post-formats, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Education Hub is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Asides
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Custom by WEN Themes

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #ea5b23 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.5;
    padding: 5px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #15305b;

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
}

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 {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover,
a:focus,
a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#main-nav {
    background-color: #15305b;
    clear: both;
    display: block;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
}
.main-navigation ul ul {
    background-color: #666;
    display: none;
    left: 0;
    margin: 0;
    min-width: 200px;
    position: absolute;
    top: 43px;
    z-index: 9999;
}
.main-navigation ul ul ul {
    left:100%;
    top: 0
}
.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
}
.main-navigation li li {
    float: none;
    display: block;
}

.main-navigation li:hover > ul{
    display: block;
}
.main-navigation ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
    z-index: 99;
}
.main-navigation ul ul a {
    height: auto;
    text-align: left;
    color: #fff;
    width: 100%;
}


.main-navigation li a:hover,
.main-navigation li.current-menu-item a,
.main-navigation li.current_page_item a ,
.main-navigation li:hover > a{
    background:#ea5b23;
    color: #fff;
}


/* Small menu. */

@media screen and (min-width:768px) {
  .menu-toggle,.dropdown-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* 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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.alignnone{
  clear: both;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 15px;

}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.site-main .post {
    margin-bottom: 25px;
}
.home .site-main{
  margin: 0 -15px;
}
.home .site-main .post {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.nav-links,
.wp-pagenavi {
    background: #eeeeee none repeat scroll 0 0;
    border-top: medium none;
    box-shadow: 0 0 3px #999999;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}
#commentform label {
    display: inline-block;
    width: 100px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/*--------------------------------------------------------------
# Custom By WEN Themes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Custom Basic Reset By WEN Themes
--------------------------------------------------------------*/
a {
  color: #15305b;
  text-decoration: inherit;
}

a:visited {
  color: #15305b;
}

a:hover,
a:focus,
a:active {
  color: #15305b;

}

a:focus {
  outline:inherit;
}

a:hover,
a:active {
  outline: 0;
}
p {
  color:#000;
  font-size: 14px;
  margin: 0 0 15px 0;
}
h1,h2,h3,h4,h5,h6{
margin: 0 0 15px 0;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3{
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}
td, th {
    border: 1px solid #ffffff;
    padding: 5px;
}

/*Clearings*/

.clear-fix:before,
.clear-fix: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-fix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


/*--------------------------------------------------------------
## Custom Basic Style By WEN Themes
--------------------------------------------------------------*/

  #page {
      position: relative;
      margin: 0 auto;
      box-shadow: 0 0 6px #999;
      background: #e9e9e9;
      overflow: hidden;
      margin-top: 30px;
  }
  .container{
    width: 1170px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .inner-wrapper{
    margin-left: -25px;
    margin-right: -25px;
  }

/*--------------------------------------------------------------
## Custom Basic Header Style By WEN Themes
--------------------------------------------------------------*/
  .site-info a{
    color: #fff;
  }
  .site-header {
      padding: 30px 0 10px;
  }
 .site-title {
    font-family: Georgia;
    font-size: 2.7em;
    font-weight: bold;
    margin-bottom: 0;
  }
  .site-description {
      color: #666666;
      font-size: 14px;
      font-style: inherit;
      font-weight: 400;
      letter-spacing: 2.2px;
  }

  .site-content {
      padding-top:25px;
  }
.site-title > a {
    color: #ea5b23;
    font-family: "Verdana", Arial;
    font-weight: normal;
}
/*--------------------------------------------------------------
## Custom Basic Slider Style By WEN Themes
--------------------------------------------------------------*/
#main-slider {
    text-align: center;
}
#main-slider img{
    width:100%;
}
  #main-slider {
      box-shadow: 0 0 3px #999999;
      position: relative;
  }
  #main-slider img{
    width: 100%;
    vertical-align: middle;
  }
  #main-slider .pager-box {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 100%;
    color: #ff0000;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 18px;
    margin: 3px;
    width: 18px;
    z-index: 99;
 }
  #main-slider .pager-box.cycle-pager-active{
    background:#2C2C2C;
  }
  #main-slider .cycle-pager {
    bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
  }
  #main-slider .cycle-caption {
      background-color: rgba(234, 91, 35, 0.92);
      left: 8.5%;
      max-width: 37.1%;
      padding: 18px 25px;
      position: absolute;
      text-align: left;
      top: 37%;
      width: auto;
      z-index: 999;
  }
  #main-slider .cycle-caption h3 a,
  #main-slider .cycle-caption h3,
  #main-slider .cycle-caption p{
      color:#fff;
  }
  #main-slider .cycle-caption h3 a, #main-slider .cycle-caption h3 {
    color: #15305b;
}
 #main-slider .cycle-caption p {
    font-size: 17px;
}
  #main-slider .cycle-caption h3 {
      color: #15305b;
      font-size: 33px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 10px;
      text-shadow: -1px 1px 1px #ffffff;
  }
  #main-slider  .cycle-prev:after,
  #main-slider .cycle-next:after{
    display: block;
    font-size: 40px;
  }
  #main-slider .cycle-slideshow {
      margin-bottom: 0;
      padding: 0;
  }
  #main-slider .cycle-prev:after{
    content: "<";
  }

  #main-slider .cycle-next:after {
    content: ">";
    height: auto;
  }

  #main-slider .cycle-prev,
  #main-slider .cycle-next {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 31px;
    bottom: 50%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 50px;
    line-height: 0.9;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 50px;
    z-index: 999;
  }
  #main-slider .cycle-prev:hover,
  #main-slider .cycle-next:hover{
    background-color:#2C2C2C;
  }
   #main-slider .cycle-prev{
    left:30px;
  }
  #main-slider  .cycle-next {
    right:30px;

  }

  #main-slider .cycle-slide{
    width: 100%;
  }

/*--------------------------------------------------------------
## Custom Basic Content Style By WEN Themes
--------------------------------------------------------------*/
#primary{
    width: 75%;
    padding-left:25px;
    padding-right: 25px;
    float: left;
}
.widget-title {
    border-bottom: 1px solid #ea5b23;
    border-left: 4px solid #ea5b23;
    color: #15305b;
    font-size: 20px;
    font-weight: normal;
    padding: 0 15px 3px;
}
/*--------------------------------------------------------------
## Custom Basic Sidebar Style By WEN Themes
--------------------------------------------------------------*/
#sidebar-primary {
    width:25%;
    padding-left:25px;
    padding-right: 25px;
    float: right;
}
#sidebar-secondary {
    width:25%;
    padding-left:25px;
    padding-right: 25px;
    float: right;
}
.widget-area ul {
    list-style: outside none none;
    margin-left: 0;
    padding-left: 0;
}
.widget-area ul li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

/*--------------------------------------------------------------
## Custom Basic Footer Style By WEN Themes
--------------------------------------------------------------*/
#footer-widgets {
    background: none repeat scroll 0 0 #dddddd;
    margin: 25px -25px 0;
    overflow: hidden;
    padding: 25px;
}
.footer-widget-area{
    float: left;
    padding: 0 25px;
    width: 25%;
}
.footer-active-1{
    width: 100%;
}
.footer-active-2{
    width: 50%;
}
.footer-active-3{
    width: 33.33%;
}
.footer-active-4{
    width: 25%;
}
.site-footer {
    background-color: #15305b;
    clear: both;
    color: #ffffff;
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px 0;
    text-align: center;
}
.copyright {
    margin-bottom: 5px;
}
#footer-navigation li a,
#quick-links-404 ul li a {
    color: #ffffff;
    display: block;
    padding: 5px 10px;
}
#footer-navigation ul{
  margin: 0;
}
#footer-navigation li,
#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}
section.error-404 {
    text-align: center;
}
#quick-links-404 ul li a{
  color: #404040;
}
.error404 #primary {
    width: 100%;
}
/*--------------------------------------------------------------
## Custom Basic Layout Style By WEN Themes
--------------------------------------------------------------*/

.site-layout-fluid #page {
    background: inherit;
    box-shadow: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
}
.site-layout-boxed #page .container {
    padding: 0;
    width: 100%;
}
.global-layout-left-sidebar #primary {
    float: right;
}

.global-layout-three-columns #primary {
    display: inline-block;
    float: none;
    width: 50%;
}
.global-layout-three-columns #sidebar-primary {
    float: left;
    width: 25%;
}
.global-layout-no-sidebar #primary{
  width: 100%;
}
.site-layout-fluid #featured-slider .container {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.site-layout-fluid #main-slider {
    margin: 0;
}
/*--------------------------------------------------------------
## Custom Basic Scrollup Style By WEN Themes
--------------------------------------------------------------*/

.scrollup {
    background: none repeat scroll 0 0 #000000;
    bottom: 50px;
    color: #ffffff;
    display: block;
    float: right;
    line-height: 1.2;
    padding: 12px 10px 6px;
    position: fixed;
    right: 32px;
    text-align: center;
}
.scrollup:before {
    border-bottom: 9px solid #000000;
    border-left: 14px solid rgba(0, 0, 0, 0);
    border-right: 14px solid rgba(0, 0, 0, 0);
    content: "";
    display: block;
    margin-top: -19px;
}
/*--------------------------------------------------------------
## Custom Basic Inner Pages Style By WEN Themes
--------------------------------------------------------------*/

.entry-footer > span,
.entry-meta > span{
  margin-right: 15px;
}
.entry-meta a {
    color: #ea5b23;
    font-style: italic;
}
/*--------------------------------------------------------------
### Custom Basic Breadcrumb  Style By WEN Themes
--------------------------------------------------------------*/
#breadcrumb {
    padding-top: 25px;
}


/*--------------------------------------------------------------
## Custom Basic Responsive Style By WEN Themes
--------------------------------------------------------------*/

/*  Media Queries
--------------------------- */
/* Smaller than standard 1139 (devices and browsers) */
@media only screen and (max-width:1169px){
  #page,
  .container  {
      width: 97%;
  }

}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px){
  .inner-wrapper,
  .site-footer {
    margin-left: -15px;
    margin-right: -15px;
  }
  #page {
    padding: 0 15px;
    width: 97%;
  }
  #primary,
  #sidebar-primary,
  #sidebar-secondary,
  .site-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main-slider .cycle-caption{
    padding:15px;
  }
  #main-slider .cycle-prev,
  #main-slider .cycle-next{
    bottom: 40%;
  }
  #main-slider .cycle-prev {
      left: 15px;
  }
  #main-slider .cycle-next {
      right: 15px;
  }
  #main-slider .cycle-slide {
      width: 100%;
  }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px){
  h1 {
    font-size:22px;
  }
  h2 {
    font-size: 20px;
  }
  h3{
    font-size: 18px;
  }
  h4 {
    font-size:16px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
  }
    #page,
  .container  {
      width:100%;
      padding: 0 15px;
  }
  .site-content {
      padding-top: 15px;
  }
  .site-main .post {
    margin-bottom: 15px;
  }
  #primary,
  #sidebar-primary,
  #sidebar-secondary{
    width: 100%;
    clear: both;
  }
  .site-branding {
      text-align: center;
  }
  .site-layout-boxed  #page {
      box-shadow: inherit;
      margin-bottom: 15px;
      margin-top: 15px;
      width: 93%;
  }
  .global-layout-three-columns #primary,
  .global-layout-three-columns #sidebar-primary,
  .global-layout-three-columns #sidebar-secondary {
    display: inline-block;
    float: none;
    width: 100%;
  }

  /*featured slider style*/

  #main-slider .cycle-prev:after, #main-slider .cycle-next:after {
      display: block;
      font-size: 32px;
  }
  #main-slider .cycle-prev {
      left: 5px;
  }
  #main-slider .cycle-next {
      right: 5px;
  }
  #main-slider .cycle-prev,
  #main-slider .cycle-next {
      bottom: 35%;
      height: 40px;
      line-height: 1.3;
      padding-top: 0;
      width: 40px;
  }
  #main-slider .cycle-caption p {
      font-size: 13px;
      height: 19px;
      overflow: hidden;
  }
  #main-slider .cycle-caption h3 {
      font-size: 19px;
      font-weight: bold;
      line-height: 1.4;
      margin-bottom: 6px;
  }

 /* Responsive Menu styling*/

  #main-nav {
    margin-bottom: 15px;
  }
  .main-navigation li {
    display: block;
    margin-bottom: 0;
    position: relative;
  }
  .main-navigation li a{
    padding:10px 15px;
    clear: both;
    border-bottom: 1px solid;
  }
  .main-navigation li li a {
    padding-left: 30px;
  }
  .main-navigation li li li a {
      padding-left: 40px;
  }
  .main-navigation li li li li a {
      padding-left: 60px;
  }

  .main-navigation li:hover > a {
    background:inherit;
    color: #ffffff;
  }
  .main-navigation ul ul,
  .main-navigation ul ul ul {
    clear: both;
    display: none;
    float: left;
    left: 0;
    position: inherit;
    top: inherit;
    width: 100%;
  }
  .main-navigation li:hover > ul {
      display: none;
  }
  #main-nav{
    background: inherit;
  }
  .main-navigation ul.sub-menu.toggled-on {
      display: block;
  }
  .wrap-menu-content {
      background-color: #666666;
      display: none;
      left: 3.5%;
      position: absolute;
      width: 93%;
      z-index: 9999;
  }
  .main-navigation.toggled .wrap-menu-content {
    display: block;
  }
  .menu-toggle {
      background-color: #999999;
      border-radius: 3px;
      display: block;
      font-size: 20px;
      margin: 0 auto;
      padding: 5px 20px;
  }
 .dropdown-toggle {
    background: none repeat scroll 0 0 #999999;
    border: 0 none;
    box-sizing: content-box;
    content: "";
    height: 44px;
    padding: 0;
    position: absolute;
    right: 0;
    text-transform: lowercase;
    top: 0;
    width: 43px;
    z-index: 9999;
  }
  .dropdown-toggle.toggle-on:after {
      content: "-";
      font-size: 45px;
      font-weight: normal;
      line-height: 0.5;
  }
  .dropdown-toggle:after {
      color: #ffffff;
      content: "+";
      font-size: 30px;
      font-weight: bold;
      left: 1px;
      line-height: 42px;
      position: relative;
      top: 0;
      width: 42px;
    }
 /* Responsive Menu styling*/
.footer-widget-area {
    float: left;
    padding: 0 15px;
    width: 50%;
}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px){
  #main-slider .cycle-caption {
      left: 19%;
      padding: 5px;
      top: 16px;
      width: 62%;
  }
   #main-slider .cycle-caption p {
    display: none;
   }
   #main-slider .cycle-caption h3 {
      font-size: 17px;
      height: 25px;
      margin-bottom: 0;
      overflow: hidden;
  }
  #main-slider .cycle-prev, #main-slider .cycle-next{
    bottom: 27%;
  }
  .footer-widget-area {
    width: 100%;
}
  #main-slider .cycle-pager {
    bottom: -3px;
    }
}
