/*/*
Theme Name:         Edukasyon Blog Theme
Theme URI:          https://github.com/EdukasyonPH/edukasyon-p6-blog-wordpress
Version:            1.4.5
Description:        Child theme of Everal.
Author:             Cohhe // Edukasyon.ph
Author URI:         http://edukasyon.ph
GitHub Theme URI:   https://github.com/EdukasyonPH/edukasyon-p6-blog-wordpress
GitHub Branch:      master
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain:        everal 

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.

* ----------------------------------------------------------------------------
* TABLE OF CONTENTS
* ----------------------------------------------------------------------------
1.0 - Reset
  Resetting and rebuilding styles have been helped along thanks to the fine
  work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
  along with Nicolas Gallagher and Jonathan Neal
  http://necolas.github.com/normalize.css/ and Blueprint
  http://www.blueprintcss.org/

2.0 - Wordpress Core
  2.1 - Error 404
3.0 Gallery
4.0 Header
5.0 Content
6.0 Widgets
  6.1 Widget - Search
  6.2 Widget - Calendar
7.0 Comments
8.0 Contact Form
9.0 Page Navigation
10.0 Tables
11.0 Footer
12.0 Slider
13.0 Basic Swiiper Sliders
14.0 Tabs and Accordions
15.0 Responsiveness

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

/* --------------------------------------------------------------------------
  1.0 RESET
----------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: 300;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
  color: #2b2b2b;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

body {
  background-color: #f4f4f4;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #444444;
}

a {
    color: #fd8204;
    cursor: pointer;
    -webkit-transition: all 0.15s !important;
    -moz-transition: all 0.15s !important;
    -ms-transition: all 0.15s !important;
    -o-transition: all 0.15s !important;
    transition: all 0.15s !important;
}

a:focus {
  outline: none;
}

a:active,
a:hover {
  color: #ffa549;
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 36px 0 12px;
  font-family: "Rubik", sans-serif; 
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.0909090909;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 700;
}

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

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

p {
  margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

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

blockquote {
  border-left: 2px solid #ffa549;
  padding-left: 20px;
  margin-left: 20px;
  color: #767676;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2631578947;
  margin-bottom: 30px;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
  margin-top: 15px;
  display: block;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: "Rubik";
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  font-size: 15px;
  font-weight: 300;
  border-color: #f0f0f0;
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 2px;
  color: #2b2b2b;
  padding: 8px 10px 7px;
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #fd8204;
  border: 0;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  padding: 2px 24px 2px;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: center;
  transition: all 0.2s linear 0s;

  -webkit-appearance: button;
  cursor: pointer;
}

button:hover,
button:focus,
.btn-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  opacity: 0.8;
}

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

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

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

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

textarea {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  overflow: auto;
  vertical-align: top;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 0;
  margin: 15px 0;
  border-top: 1px solid #eeeeee;
}

.site-main {
  margin-top: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}


div.content-sidebar {
  margin-top: 0px;
}

@media (max-width: 999px) {
  div.content-sidebar {
    margin-top: 16px;
  }
}

#main .main-content {
  padding-right: 0;
}

#main-content.page-content-common {
  margin-top: 65px;
}

.single #main .main-content {
  margin-top: 30px;
}

html body.custom-background {
  background-position: 0 120px;
}

/*@-webkit-keyframes sleek-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes sleek-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes sleek-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sleek-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes sleek-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes sleek-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes sleek-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sleek-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.ajax-content-wrapper-loading-start .site-main {
  opacity: 0;
  -webkit-animation: sleek-fade-out 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: sleek-fade-out 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
  -o-animation: sleek-fade-out 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
  animation: sleek-fade-out 1s 1 cubic-bezier(0.7, 0, 0.3, 1);
}

.ajax-content-wrapper-loading-end .site-main {
  opacity: 1;
  -webkit-animation: sleek-fade-in 1.5s 1 cubic-bezier(0.7, 0, 0.3, 1);
  -moz-animation: sleek-fade-in 1.5s 1 cubic-bezier(0.7, 0, 0.3, 1);
  -o-animation: sleek-fade-in 1.5s 1 cubic-bezier(0.7, 0, 0.3, 1);
  animation: sleek-fade-in 1.5s 1 cubic-bezier(0.7, 0, 0.3, 1);
}*/

/* --------------------------------------------------------------------------
  2.0 WORDPRESS CORE
----------------------------------------------------------------------------- */

.sticky {
  background: #FDFDFD !important;
  border-top: 3px solid #ffa549;
}

.bypostauthor {
  text-decoration: none;
}

.sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt10 {
  margin-top: 10px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px; 
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.txt-white {
  color: #fff;
}

.clear {
  clear: both;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.widget .search-form label {
  width: 100%;
  display: inline-block;
}

.post-password-form label {
  float: left;
}

.error404 .content-area .search-form .search-submit,
.post-password-form input[type=submit] {
  margin-left: 10px;
}

.error404 .content-area .search-form .search-field {
  height: 40px;
  line-height: 39px;
  border-color: #dfdfdf;
  display: inline-block;
  position: relative;
  top: 3px;
}

.comments-container li.pingback {
  margin-left: 40px;
  margin-bottom: 5px;
  width: 90%;
}

/* --------------------------------------------------------------------------
  2.1 ERROR 404
----------------------------------------------------------------------------- */

.error404 .content-area .page-content {
  margin-top: 50px;
}

.error404 .content-area .screen-reader-text {
  display: none;
}

.error404 .content-area .search-form {
  text-align: center;
}

.error404 .content-area .page-content p {
  font-size: 25px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.error404 .content-area header.page-header h1 {
  font-size: 250px;
  line-height: 250px;
  font-weight: 100;
}

/* --------------------------------------------------------------------------
  3.0 GALLERY
----------------------------------------------------------------------------- */

.entry-content .tiled-gallery {
  margin-bottom: 30px;
}

.tiled-gallery .gallery-row {
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
}

.entry-content .tiled-gallery-caption {
  background: #ffa549;
  color: #fff;
}

.entry-content .tiled-gallery .tiled-gallery-caption {
  margin-left: 2px;
  width: 98.5%;
}

.entry-content .tiled-gallery .tiled-gallery-item-large .tiled-gallery-caption {
  margin-left: 2px;
  width: 99.2%;
}

.gallery {
  margin-bottom: 20px;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

.wp-audio-shortcode {
  margin-bottom: 30px;
}

/* --------------------------------------------------------------------------
  4.0 HEADER
----------------------------------------------------------------------------- */

.navbar {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  border: 0px solid transparent;
  border-color: rgba(34,34,34,0.05);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
  min-height: 50px;
  height: auto;
}

@media (min-width: 768px) {
  .navbar-right {
    margin-right: -15px;
  }
  .navbar>.container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
}
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-default .navbar-nav > li > a {
    font-size: 1em;
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding: 15px 20px;
  }
  .collapse.in {
    display: block !important;
  }
  .navbar-toggle {
    display: block;
    background-color: transparent !important;
    border: 0 !important;
    cursor: pointer;
    height: 23px;
    width: 30px;
    margin-right: 20px !important;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    border-width: 0 0 1px;
  }
  .navbar-toggle {
    display: block;
  }
}

.navbar-brand {
    height: 65px;
    padding: 7px 2px;
}

.navbar-brand > img {
  width: 150px;
}

.navbar-nav > li > .dropdown-menu {
  border: none;
  padding: 0;
}

@media (max-width: 767px) {
  .navbar-brand > img {
    width: 125px;
  }

  .navbar-brand {
    height: 60px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #dddddd;
  }

  .navbar-nav .open .dropdown-menu {
      background-color: #f4f4f4;
  }
}

@media (min-width: 767px) {
  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 23px;
  }
}

.navbar-default .navbar-nav > li > a {
  color: #888;
  /*border-right: 1px solid #eee;*/
  border-bottom: none;
  background-color: #fff;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: all 0.15s !important;
  -moz-transition: all 0.15s !important;
  -ms-transition: all 0.15s !important;
  -o-transition: all 0.15s !important;
  transition: all 0.15s !important;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #fd8204;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #fd8204;
  color: #ffffff !important;
  border-color: transparent;
}

.navbar-default .navbar-item.active > a,
.navbar-default .navbar-item.active > a:hover {
  background-color: #fd8204 !important;
  color: #fff !important;
  border: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ffffff;
  margin-top: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fd8204;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #ffc75a;
  color: #fff;
}

.nav-item-btn {
  display: inline-block;
  float: none !important;
}

.nav-item-btn #messageBtn, 
.nav-item-btn #notifBtn {
  border: 0;
}

.navbar-item > a > span.caret {
  display: none;
  font-size: 10px;
}

.navbar-item ul {
  margin: 0;
}

.navbar-menu {
    display: inline;
}

.site-header.shrink .navbar-toggle {
  margin-top: 10px;
}

#signin {
  color: #ffffff !important;
  background-color: #ffb930;
  border-color: #ffb930;
}

#register {
  color: #ffffff !important;
  background-color: #fd8204;
}

#signin:hover, #signin:focus {
  color: #fff !important;
  background-color: #ffc75a !important;
}

/*#register:hover, #register:focus {
  color: #fff !important;
  background-color: #fa9227 !important;
} */

#signin.nav-item-btn-signin-collapse {
  display: none !important;
}

#signin.nav-item-btn-signin {
  display: inline-block !important;
}


@media (max-width: 1200px) {
  #signin.nav-item-btn-signin-collapse {
    display: block !important;
  }

  #signin.nav-item-btn-signin {
    display: none !important;
  }

  #signin:hover,
  #signin {
    background-color: transparent !important;
  }

  .navbar-item > #account.collapse {
    border-bottom: none !important;
    margin-bottom: 52px !important;
  }

  #main-nav .navbar-nav {
    margin-top: 52px !important;
  }

  #main-nav .navbar-nav.no-margin-top {
  margin-top: 0 !important;
}

  #main-nav .navbar-nav > li > a#userBtn,
  #main-nav .navbar-nav > li > a#signin {
    background-color: #ffb930 !important;
    display: block !important;
  }

  #main-nav .navbar-nav > li > a#register {
    background-color: #fa9227 !important;
    display: block !important;
  }

  #main-nav .navbar-nav > li > a {
    padding: 20px !important;
    border-bottom: 0;
    background-color: transparent !important;
    text-align: center;
    font-size: 20px;
    color: #fff !important;
    display: table;
    margin: 0 auto;
    border-right: 0;
  }

  #main-nav .navbar-nav > li > a:hover, 
  #main-nav .navbar-nav > li > a:focus {
    border: 0;
    color: #fd8204;
  }

  .border-bottom > .navbar-nav,
  .border-bottom .navbar-nav {
    margin: 0 !important;
  }

  .border-bottom > .navbar-nav.navbar-items,
  .border-bottom .navbar-nav.navbar-items {
     margin-top: 52px !important;
  }

  .navbar-default .navbar-toggle {
    display: block;
    background-color: transparent !important;
  }

  .navbar-nav > li {
    float: none;
  }

  .nav-item-btn {
    margin: 0 !important;
    position: absolute;
    top: 0px;
    right: 60px;
    background-color: rgb(255, 255, 255);
  }

  .nav-item-btn > li {
    display: inline-block;
  }

  .nav-item-btn > li > a {
    border: 0;
  }

  /*.nav-item-btn #messageBtn, 
  .nav-item-btn #notifBtn {
    padding: 17px 15px !important;
  }*/
  
  .navbar-menu {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;    
  }

  .navbar-menu .collapse {
    border-bottom: 1px solid #777;
  }

  .navbar-menu .dropdown-item {
      color: #fff;
      font-size: 16px;
      text-align: center; 
      display: table;
      width: auto;
      margin: 0 auto;
      border: 0;
  }

  .navbar-menu .dropdown-item:hover,
  .navbar-menu .dropdown-item:focus {
      background-color: transparent;
      color: #fd8204;
  }

  .navbar-menu-box {
    display: table-cell;
    vertical-align: middle;
  }
  .navbar-items {
    float: none;
  }

  .navbar-default.navbar--open .navbar-menu {
    display: block;
    overflow-y: auto;    
    overflow-x: hidden;
  }

  #masthead .navbar-nav {
      margin: 0;
      float: none !important;
  }

  #masthead .navbar-hamburger__line,
  #masthead .navbar-hamburger__line:before,
  #masthead .navbar-hamburger__line:after {
    color: #fd8204;
  }

  .navbar-hamburger__line,
  .navbar-hamburger__line:before,
  .navbar-hamburger__line:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    cursor: pointer;
    width: 22px;
    color: #fff;
    border-bottom: 2px solid;
    top: 16px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  .navbar-hamburger__line:before {
    top: -6px;
  }
  .navbar-hamburger__line:after {
    top: 6px;
  }

  .navbar-toggle-open {
    right: 7px;  
    z-index: 10000;
  }
  .navbar-toggle-open .navbar-hamburger__line {
    border-color: transparent;
  }
  .navbar-toggle-open .navbar-hamburger__line:before,
  .navbar-toggle-open .navbar-hamburger__line:after {
    top: 0;
    border-color: #fff;
  }
  .navbar-toggle-open .navbar-hamburger__line:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggle-open .navbar-hamburger__line:after {
    top: 10px;
    -ms-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
  }
}

.bg-fixed {
    position: fixed;
    right: 0;
    left: 0;
}

.title-effect {
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  line-height: 0.75;
  color: #c5c2b8;
}

.title-effect:hover {
  color: #ffa549;
}

.title-effect::after {
  content: '';
  position: absolute;
  height: 5px;
  width: 100%;
  top: 50%;
  margin-top: -4px;
  right: 0;
  background: #fff;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.title-effect:hover::after {
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.title-effect::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #2B2B2C;
  text-shadow: 0 0 1px #2b2b2c;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
}

.title-effect:hover::before {
  width: 100%;
}

.title-effect {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 8em;
  line-height: 1;
  color: #9e9ba4;
  display: inline-block;
}

a.site-title {
  color: #ffa549;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  line-height: 0.96em;
  margin-top: 16px;
  display: block;
  float: left;
}

p.site-description {
  margin-bottom: 10px;
  line-height: 15px;
  font-size: 12px;
}

.fixed.shrink p.site-description {
  display: none;
}

.fixed.shrink a.site-title {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 0;

  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

div.site-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.site-header {
  margin-bottom: 30px;
}

.site-header.fixed {
  width: 100%;
  -webkit-transition: top 0.7s ease-in-out 0s;
  -moz-transition: top 0.7s ease-in-out 0s;
  -o-transition: top 0.7s ease-in-out 0s;
  -ms-transition: top 0.7s ease-in-out 0s;
  transition: top 0.7s ease-in-out 0s;
  position: fixed;
  top: -100%;
}

.site-header.shrink {
  top: 0;
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

.admin-bar .site-header.shrink {
  top: 32px;
}

.site-header.shrink .header-content {
  height: 61px;
  line-height: 61px;
}

.site-header.shrink .site-navigation {
  margin-top: 7px;
}

.site-header {
  position: relative;
  z-index: 100;
  box-shadow: 0 1px 0px rgba(0,0,0,0.05);
  background-color: #ffffff;
}

.site-header .header-content {
  height: 65px;
  line-height: 20px;
  position: relative;
}

.search-toggle {
  height: 50px;
  background-color: #333333;
  border-bottom: 2px solid #ffa549;
  color: #FFFFFF;
  position: relative;
  top: 0px;
  width: 100%;
}

.site-header.fixed .search-toggle {
  display: none;
}

.search-toggle input {
  width: 100%;
  background-color: transparent;
  min-height: 40px;
  margin-top: 1px;
  font-size: 20px;
  font-weight: 100;
  border: none!important;
  color: #FFF;
  outline: none!important;
}

.content-area #content {
  margin-top: 0px;
}

@media (max-width: 767px) {
  .content-area #content {
    margin-top: 20px;
  }
}

.dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
  text-decoration: none;
  background-color: #fd8204;
  color: #ffffff;
}

/* CATEGORY HEADER */
.category-page-header {
  position: relative;
  top: 61px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.category-page-header h1 {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 43%;
  color: #fff;
  font-size: 50px;
  margin: 0;
  z-index: 10;
}

.category-page-header h1.no-cat-img {
  position: relative;
  color: #252525;
  margin-top: 55px;
}

.category-page-header img {
  width: 100%;
}

@media (max-width: 768px) {
  .category-page-header h1 {
    font-size: 40px;
  }
}

@media(max-width: 570px) {
  .category-page-header h1 {
    font-size: 30px;
  }
}

@media(max-width: 480px) {
  .category-page-header h1 {
    font-size: 20px;
  }
}


/* --------------------------------------------------------------------------
  5.0 CONTENT
----------------------------------------------------------------------------- */

header.archive-header,
header.page-header {
  padding-bottom: 9px;
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
}

header.archive-header h1,
header.page-header h1 {
  margin-top: 0px;
  font-size: 50px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.site-content article.type-post,
.site-content article.type-page {
  width: 100%;
  float: left;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 22px 0px;
  padding: 0px;
  background-color: #FFF;

  -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 0.15s !important;
    -moz-transition: all 0.15s !important;
    -ms-transition: all 0.15s !important;
    -o-transition: all 0.15s !important;
    transition: all 0.15s !important;
}

.site-content article {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #FFF;
  box-shadow: 0 4px 11px rgba(0,0,0,0.09);
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 3px;
  background-color: #FFF;
  box-shadow: 0 4px 11px rgba(0,0,0,0.09);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/*@media (min-width: 1200px) {
  .site-content .index article {
    height: 506px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-content .index article {
    height: 525px;
  }
}*/

/*@media (max-width: 991px) {*/
  .site-content .index article {
    height: auto;
  }
/*}*/

@media (max-width: 480px) {
  .site-header a.site-title {
    height: 500px;
  }
}

/*@media (max-width: 991px) {
  .site-content .index article {
    height: 367px;
  }
}*/

.site-content article .post-thumbnail img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.site-content article.type-page .post-thumbnail img {
  border-radius: 4px 4px 0 0;
}

.site-content article .entry-summary,
.site-content article .entry-content {
  font-size: 14px;
  margin: 0;
  padding: 0 35px 30px;
}

.site-content article .entry-summary > p {
  margin-bottom: 50px;
}

@media(min-width: 991px) {
  .site-content article .entry-summary > p {
    margin-bottom: 20px;
  }
}

.site-content .index article .entry-summary,
.site-content .index article .entry-content {
  font-size: 14px;
  margin: 0;
  padding: 5px 0 0;
}

.site-content .index article .post-featured-image,
.site-content .index article .no-thumbnail {
  height: 100%;
  position: absolute;
  padding: 0;
  background: #eee;
}

@media (max-width: 768px) {
  .site-content .index article .post-featured-image,
  .site-content .index article .no-thumbnail {
    position: relative;
    height: 200px;
    float: none;
  }
  .site-content .index article .no-thumbnail {
    height: 150px;
  }
}

.site-content .index article .post-featured-image img {
  height: 100%;
  width: 100%;
}

.site-content .index article .no-thumbnail img {
  margin: 0 auto;
  display: block;
  height: 100%;
}

.site-content article .entry-content h1,
.site-content article .entry-content h2,
.site-content article .entry-content h3,
.site-content article .entry-content h4,
.site-content article .entry-content h5,
.site-content article .entry-content h6 {
  margin-top: 0px;
}

.site-content article .entry-content p {
  font-size: 16px;
}

.site-content article .entry-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
  background: #080808;
    -webkit-box-shadow: 5px 5px 60px -15px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 60px -15px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 60px -15px rgba(0,0,0,0.4);
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.site-content article .entry-content .wp-caption img {
  margin-bottom: 15px;
}

.site-content article .entry-content .wp-caption {
  margin-bottom: 30px;
}

.site-content article .entry-content div {
  max-width: 100%;
}

.site-content article .entry-header .entry-title {
  margin: 0 0 15px 0;
  padding: 0 0 0 0;
  font-size: 35px;
  line-height: 1.1;
  text-align: left;
  font-weight: 300;
}

.single-post .site-content > article .entry-header {
  text-align: center;
}

.single-post .site-content > article .entry-header .entry-title {
  margin: 25px 0 10px 0;
  font-size: 40px;
  line-height: 1.1;
  text-align: center;
}

@media (max-width: 670px) and (min-width: 200px) {
  .single-post .site-content > article .entry-header .entry-title {
    font-size: 33px;
  }
}

.single-post .site-content > article .entry-header .entry-meta {
  text-align: center;
}

.site-content .suggestion-container article {
  height: 137px;
  margin-bottom: 0px;
  margin-bottom: 16px;
}

.site-content .suggestion-container article .entry-title {
  font-size: 18px;
  clear: none;
  padding-right: 6px;
  margin-top: 5px;
}

.site-content .suggestion-container article .post-featured-image,
.site-content .suggestion-container article .no-thumbnail {
  height: 100%;
  width: 150px;
  float: left;
  margin-right: 10px;
}

@media(min-width: 200px) and (max-width: 340px) {
  .site-content .suggestion-container article .post-featured-image,
  .site-content .suggestion-container article .no-thumbnail {
    width: 100px;
  }
}

.site-content .suggestion-container article .post-featured-image img {
  height: 100%;
  width: 100%;
}

.site-content .suggestion-container article .no-thumbnail img {
  margin: 0 auto;
  display: block;
  height: 100%;
  width: auto;
}

@media(min-width: 200px) and (max-width: 340px) {
  .site-content .suggestion-container article .no-thumbnail img {
    width: 100%;
    height: 100%;
  }
}

.site-content .suggestion-container article .entry-header {
  padding: 10px 0;
  height: 100%;
}

.site-content .index article .entry-header .entry-title {
  font-size: 24px;
  margin-bottom: 10px;
  clear: none;
  margin-top: 10px;
}

.site-content .index article.format-video .entry-header .entry-title {
  font-size: 32px;
}

.site-content .index article.format-video .entry-summary, 
.site-content .index article.format-video .entry-content {
  padding: 14px 25px 8px;
}

.site-content article .entry-header {
  padding: 35px 30px 25px;
  text-align: left;
}

.site-content article .entry-featured-image {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.site-content article .entry-featured-image > img {
  width: 100%;
  height: auto;
 } 
.site-content .index article .entry-header {
  padding: 14px 25px 8px;
  text-align: left;
  height: 100%;
}

.site-content .index article .entry-header.default {
  padding-top: 10px;
}

.site-content article .entry-header .entry-title > a {  
  color: #333;
}

.site-content article .entry-header .entry-title > a:hover {  
  color: #fd8204;
}

.site-content article.type-page.has-post-thumbnail .entry-header {
  padding-top: 0;
}

.page .site-content article .entry-header {
  padding-bottom: 15px;
}

.site-content article .entry-header div.entry-meta span {
  padding: 0 12px 0 0;
  display: inline-block;
  border-radius: 2px;
  margin: 1px;
  font-weight: 300;
}

.site-content article .entry-header div.entry-meta span.author {
  padding-right: 0;
  display: inline;
}

.site-content article .entry-header div.entry-meta span .glyphicon {
  padding-right: 5px;
}

.site-content article .entry-header div.entry-meta {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #b5b5b5;
  font-size: 12px;
  text-align: left;
}

.site-content article .entry-header div.entry-meta a {
  color: #b5b5b5;
}

.site-content article .entry-header div.entry-meta .tag-links a {
  padding-right: 10px;
}

.site-content article .entry-header div.entry-meta a:hover {
  color: #000000;
}

.single-post .site-content > article .entry-content {
  padding: 0px 40px 40px;
}

@media(max-width: 570px) {
  .single-post .site-content > article .entry-content {
    padding: 0 26px 40px;
  }
}

.site-content article .entry-summary,
.site-content article div.entry-content {
  font-size: 17px;
  line-height: 1.5;
}

.site-content .index article .entry-summary,
.site-content .index article div.entry-content {
  font-size: 14px;
  line-height: 1.5;
}

.site-content article .entry-author {
  width: 100%;
  padding: 20px 50px 30px;
  border-top: 1px solid #ddd;
}

.site-content article .entry-author .author-img {
  float: left;
  display: table-cell;
  margin-right: 20px;
  margin-bottom: 20px;
}  

.site-content article .entry-author .author-img img {
  border-radius: 50%;
  width: 112px;
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
  /*border: 5px solid #FFF;*/
  height: auto; 
}

.site-content article .entry-author .author-content {
  margin-left: 10px;
  /*float: right;*/
  padding: 10px 0;
  display: table-cell;
}

.site-content article .entry-author .author-content h3 {
  margin: 0 0 10px 0;
}

@media (max-width: 670px) and (min-width: 200px) {
  .site-content article .entry-author {
    padding: 20px 50px;
    float: left;
    text-align: center;
  }

  .site-content article .entry-author .author-img {
    margin-right: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    width: 100%;
  }  

  .site-content article .entry-author .author-content {
    float: left;
    width: 100%;
    margin-left: 0px;
    display: block;
  }
}

.site-content .tag-links {
  font-size: 14px;
}

.site-content .tag-links a {
  background-color: #ddd;
  padding: 4px 8px;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  color: #555;
}

.site-content .tag-links a:hover {
  color: #dfdfdf;
  background-color: #252525;
}

.site-content .entry-format {
  display: block;
  float: none;
  margin: 0 auto 20px;
  clear: both;
  color: #FFF;
  width: 60px;
  height: 60px;
  line-height: 62px;
  text-align: center;
  padding: 0;
  margin: 0 auto 22px;
  text-align: center;
  z-index: 80;
  border-radius: 100%;
  background-color: #9FCE26;
  font-size: 30px;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.site-content .entry-format:hover {
  opacity: 0.8;
  -webkit-transform: translateY(3px);
     -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
        transform: translateY(3px);
}

.site-content .post-format.post-format-audio .entry-format {
  line-height: 64px;
}


.site-content .post-format.post-format-link .entry-format,
.site-content .post-format.post-format-quote .entry-format {
  line-height: 66px;
}

article .entry-content pre,
article .entry-content dl,
article .entry-content dd {
  margin-bottom: 30px;
}

.post-navigation {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 22px 0px;
  padding: 0px;
  background-color: #FFF;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  -webkit-transition: all 0.15s !important;
  -moz-transition: all 0.15s !important;
  -ms-transition: all 0.15s !important;
  -o-transition: all 0.15s !important;
  transition: all 0.15s !important;
}

.post-navigation .nav-links a {
  display: inline-block;

}

.post-navigation .nav-links a:last-child {
  float: right;
}

.post-navigation .nav-links span:after {
  content: "";
  clear: both;
}

.post-navigation .post-left .meta-nav,
.post-navigation .post-right .meta-nav {
  clear: both;
  display: block;
  font-size: 14px;
  overflow: hidden;
  color: #777;
  color: rgba(0,0,0,0.5);
  margin-bottom: 5px;
}

.post-navigation .post-left {
  float: left;
  text-align: left;
  font-weight: 900;
}

.post-navigation .post-right {
  float: right;
  font-weight: 900;
  text-align: right;
}

/* CATEGORIES */

.category-link,
.widget_categories .cat-item > a {
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 2px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-right: 8px;
  background-color: #252525;  
}

@media(max-width: 480px) {
  .single .category-link {
    font-size: 12px; 
    display: inline-block;
    margin-top: 2px;
    padding: 6px 12px;
  }
}

.widget_categories .dropdown-menu {
  position: relative;
  float: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  margin-left: 12px;
  border-left: 2px solid #252525;
  border-radius: 0px;
  padding-left: 8px;
  margin-top: 4px;
}

.widget_categories .dropdown-menu > a {
  margin-top: 6px;
  display: inline-block;
}

.category-link:hover, 
.category-link:focus {
  transition: all 0.15s !important;
  color: #dfdfdf;
  background-color: #252525;
}

.category-single {
  font-size: 12px !important;
  padding: 6px 12px;
}

.category-feature {
  background-color: #ffcb00 !important;  
  color: #252525 !important;
}

.category-seniorHigh {
  background-color: #c1272d !important;
}

.category-collegeLife {
  background-color: #009245 !important;
}

.category-studyAbroad {
  background-color: #2b476b !important;  
}

.category-news-cont {
  background-color: #252525 !important;
}

.category-careerConvo {
  background-color: #0071bc !important; 
  font-size: 13px !important; 
}

.category-studentOrg {
  background-color: #8cc63f !important;  
  font-size: 13px !important;
}

.category-scholarshipAbroad {
  background-color: #0095dd !important;  
}

.site-content .index article .category-link {
  /*position: absolute;
  left: 0;
  top: 0;
  border-radius: 0px;
  border-top-left-radius: 4px;*/
  font-size: 12px;
  line-height: 1;
  margin-right: 8px;
  display: inline-block;
  margin-top: 6px;
  padding: 6px 12px;
  margin-top: 6px;
  margin-bottom: 2px;
}

.site-content .index article .categories-index {
  margin-bottom: 10px;
}

.category-link {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-right: 8px;
}

.site-content .suggestion-container article .category-link {
  border: 0;
  background-color: #252525;
  color: #ff7900;
  padding: 0;
  font-size: 12px;
  display: inline-block; 
  padding: 2px 4px;
  color: #fff;
  margin-bottom: 1px;
  margin-right: 4px;
}

/* CATEGORY PAGE */

.site-content .category-page article {
  width: 100%;
  /*margin-bottom: 40px;
  max-width: 1020px;*/
}

.site-content .category-page article .overlay,
.category-page-header > .overlay {
  position: relative;
  text-align: center;
  background-color: rgba(0,0,0,.05);
}

.site-content .category-page article .post-featured-image img {
  width: 100%;
}

@media (min-width: 481px) {
  .site-content .category-page article .post-featured-image img {
    height: auto;
  }
}

@media(max-width: 480px) {
  .site-content .category-page article .post-featured-image {
    max-height: 300px;
  }
}

.site-content .category-page article .post-featured-image > a:before,
.site-content .category-page article .no-thumbnail > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.5;
  width: 100%;
  background: #000;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.site-content .category-page article .entry-header {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  margin: 0;
  width: 100%;
  left: 50%;
  z-index: 1000;
}

.site-content .category-page article .entry-header .entry-title {
  text-align: center;
  margin: 16px 0 15px;
}

.site-content .category-page article .entry-header .entry-title > a {
  color: #fff;
}

.site-content .category-page article .entry-header .entry-title > a:hover {
  color: #ffa549;
}

.site-content .category-page article .entry-header div.entry-meta,
.site-content .category-page article .entry-header div.entry-meta a {
  color: #fdfdfd;
  text-align: center;
}

.category #main-content {
  margin-top: 26px !important;
}

@media (max-width: 768px) {
  .category-page .category-link {
    font-size: 12px;
    padding: 6px 12px;
  }
  .site-content .category-page article .entry-header .entry-title {
    font-size: 1.9rem;
  }
/*  .site-content .category-page article .entry-header div.entry-meta {
    font-size: 10px;
  }*/
}

@media (max-width: 480px) {
  .site-content .category-page article .entry-header .entry-title {
    font-size: 1.5rem;
  }
  .site-content .suggestion-container article .entry-title {
    font-size: 14px;
    line-height: 1;
  }
}



/* --------------------------------------------------------------------------
  6.0 WIDGETS
----------------------------------------------------------------------------- */

.widget table,
.widget p {
  margin: 0;
  padding: 0;
}

.widget img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.widget img:hover {
  opacity: 0.7;
  transition: all 0.20s;
}

.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul {
  margin: 0;
  list-style: none;
}

.widget_categories .cat-item > a {
  padding: 8px 14px !important;
  margin-right: 0;
}

.widget_categories .cat-item > p {
  font-size: 12px;
  margin-top: 10px; 
}

.widget_nav_menu ul ul.children,
.widget_recent_comments ul ul.children,
.widget_rss ul ul.children,
.widget_pages ul ul.children,
.widget_archive ul ul.children,
.widget_categories ul ul.children,
.widget_meta ul ul.children,
.widget_recent_entries ul ul.children,
.widget_nav_menu ul ul.sub-menu {
  margin-left: 15px;
}

.widget_nav_menu ul li,
.widget_recent_comments ul li,
.widget_rss ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_entries ul li {
  font-size: 15px;
  margin: 0;
  padding: 8px 0!important;
  width: 100%;
}

.widget_nav_menu ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}

.tagcloud:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.tagcloud a {
  background-color: #bbb;
  border-radius: 2px;
  color: #fff !important;
  display: block;
  float: left;
  margin: 0 1px 1px 0;
  padding: 4px 7px;

  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.tagcloud a:hover {
  opacity: 0.8;
  color: #fff !important;
}

.widget_rss img {
  display: none;
}

/* --------------------------------------------------------------------------
  6.1 WIDGET - SEARCH
----------------------------------------------------------------------------- */

.widget.widget_search form .search-field {
  padding: 10px 10px 11px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
}

.widget.widget_search form input[type=submit] {
  line-height: 34px;
  float: right;
  background-color: #fd8204;
}

@media (max-width: 1199px) {
  .widget.widget_search form input[type=submit] {
    line-height: 28px;
    font-size: 12px;
    min-height: 28px;
  }  
}

.widget.widget_search form .screen-reader-text {
  margin-bottom: 10px;
  display: inline-block;
}

.widget.widget_search form:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* --------------------------------------------------------------------------
  6.2 WIDGET - CALENDAR
----------------------------------------------------------------------------- */

#calendar_wrap {
  padding: 0;
}

#wp-calendar {
  border: 0;
  border-spacing: 1px;
  table-layout: fixed;
  width: 82%;
  margin: 0 auto;
  padding-bottom: 30px;
}

#wp-calendar thead tr th {
  border-width: 0;
  text-align: center;
  background: #f1f1f1;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
}

#wp-calendar caption {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
  margin: 20px 0 10px 0;
}

#wp-calendar td#prev a,
#wp-calendar td#next a {
  width: 45px;
  height: 40px;
  border: 0;
  display: inline-block;
  color: #A7A7A7;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: 300;
}

#wp-calendar td#prev a:hover,
#wp-calendar td#next a:hover {
  background: #fff;
  color: #ffa549;
}

#wp-calendar thead th i:before {
  margin: 0;
  width: auto;
}

#wp-calendar td#prev {
  text-align: left;
  border: 0;
}

#wp-calendar td#next {
  text-align: right;
  border: 0;
}

#wp-calendar tbody td {
  border: 1px solid #f1f1f1;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #A7A7A7;
  font-size: 14px;
  background: #fff;
  position: relative;
  text-align: center;
  font-weight: 300;
}

#wp-calendar td.pad {
  background: none;
  border: none;
}

#wp-calendar tbody td a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 40px;
}

#wp-calendar tbody td.dayWithPost a:hover {
  color: #ffa549;
}

#wp-calendar tbody td.today {
  color: #6e7a89;
  background: #f1f1f1;
}

.suggestion h3.widget-title,
.widget h3.widget-title {
  position: relative;
  z-index: 1;
  padding-bottom: 1px;
  float: left;
}

.index h3.widget-title > a {
  color: #252525;
}

.index h3.widget-title > a:hover {
  transition: all 0.15s !important;
  color: #fd8204;
}

.index .divider,
.suggestion .divider,
.widget .divider {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  margin-bottom: 0;
}

.index .divider:after,
.suggestion .divider:after,
.widget .divider:after {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  z-index: 0;
}

.divider {
  clear: both;
  display: block;
  padding-top: 0px !important;
  width: 100%;
  margin-bottom: 10px;
  text-align: left !important;
  padding-bottom: 5px;
  border-bottom: 5px solid #EEE;
}

.content-sidebar .widget > div:not(.divider),
.content-sidebar .widget > ul,
.content-sidebar .widget > select,
.content-sidebar .widget > form {
  position: relative;
  margin-bottom: 30px;
  background-color: #FFF;
  padding: 25px;
  box-shadow: 0 4px 11px rgba(0,0,0,0.09);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.index h3.widget-title,
.suggestion h3.widget-title,
.site-footer .widget h3.widget-title,
.content-sidebar .widget h3.widget-title {
  margin: 0 0 10px 0;
  padding: 8px 20px 5px 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 25px;
  text-align: left;
  display: inline-block;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  /*background-color: #ffb930;*/
  color: #252525;
}

/* --------------------------------------------------------------------------
  7.0 COMMENTS
----------------------------------------------------------------------------- */

#respond,
.comments-container {
  margin-top: 44px;
}

.comments-container ul,
.comments-container li,
.comments-container ol {
  margin: 0;
  padding: 0;
}

.comments-container ol.children {
  margin-top: 25px;
  margin-left: 30px;
}

.comments-container .comment-author b,
.comments-container p {
  margin: 0;
  padding: 0;
}

.comments-container p.no-comments {
  margin-top: 50px;
  text-align: center;
}

.comments-container .comments-title {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 29px;
  line-height: 35px;
  text-align: center;
  padding-top: 40px;
}

.comments-container .comment-author b {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  margin-top: 15px;
  display: inline-block;
  font-weight: 700;
}

.comments-container .comment-author b > a {
  color: #000;
}

.comments-container .comment-author b > a:hover {
  color: #ccc;
}

.comments-container .comment-meta {
  font-size: 12px;
}

.comments-container .comment-meta a:hover {
  color: #000;
}

.comments-container .says {
  display: none;
}

.comments-container img.avatar {
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.comments-container .comment {
  margin-top: 25px;
}

.comments-container .comment:first-child {
  margin-top: 0;
}

.comment-content {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 84px;
  padding-right: 35px;
  padding-bottom: 10px;
}

.comment-content p {
  font-size: 16px;
  line-height: 24px;
}

.comments-container h3#reply-title {
  font-weight: 300;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 5px;
  font-size: 29px;
}

.comments-container div.reply {
  display: block;
  clear: both;
  float: right;
  overflow: hidden;
  margin-bottom: 30px;
  margin-right: 35px;
}

article.hentry .edit-link {
  display: block;
  clear: both;
  text-align: right;
  overflow: hidden;
}

article.hentry .more-link,
article.hentry .post-edit-link,
.comments-container .comment-reply-link {
  color: #777;
  font-size: 13px;
  border-radius: 2px;
  display: inline-block;
  padding: 9px 19px;
  border: 1px #f0f0f0 solid;
  line-height: 19px;
}

article.hentry .more-link:hover,
article.hentry .post-edit-link:hover,
.comment-reply-link:hover {
  border: 1px solid #ffa549;
  background-color: #ffa549;
  color: #fff;
}

article.hentry .more-link {
  color: #2B2B2C;
  font-size: 17px;
  clear: both;
  text-align: center;
  overflow: hidden;
  font-style: italic;
  float: right;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 30px;
}

article.hentry .more-link:hover {
  -webkit-transform: translateY(3px);
     -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
        transform: translateY(3px);
}

article.hentry .more-link .meta-nav {
  display: none;
}

@media(max-width: 768px) {
  article .entry-summary .moretag {
    display: block;
    margin: 20px 0;
    position: absolute;
    bottom: 0;
    font-weight: 700;
  }
}

@media(min-width: 769px) {
  article .entry-summary .moretag {
    display: none;
  }
}

article .entry-summary .moretag:after {
  content: "\2192";
  margin-left: 5px;
}

.comments-container .comment-form p {
  margin-bottom: 5px;
  position: relative;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.comments-container .comment-form .comment-form-comment {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.comment-edit-link {
  padding: 2px 5px;
  border: 1px solid #eee;
}

.comment-edit-link:hover {
  background-color: #eee;
}

.form-allowed-tags {
  clear: both;
}

.comments-container .comment-form p.logged-in-as,
.comments-container .comment-form p.comment-notes {
  margin-bottom: 0px;
  text-align: center;
}

.comments-container .comment-form p.form-submit {
  margin-top: 10px;
  float: right;
}

.comments-container .comment-form:after {
  content: "";
  clear: both;
  display: block;
}

.comments-container .comment-form p label,
.wpcf7-form p label {
  font-size: 16px;
  position: absolute;
  top: 4px;
  left: 15px;
  color: #ccc;
}

.comments-container .comment-form p.input-focused label,
.wpcf7-form p.input-focused label {
  -webkit-animation: everal_form_animation 0.4s forwards ease-in;
  animation: everal_form_animation 0.4s forwards ease-in;
}

.comments-container .comment-form p.input-unfocused label,
.wpcf7-form p.input-unfocused label {
  -webkit-animation: everal_form_animation_reverse 0.4s forwards ease-in;
  animation: everal_form_animation_reverse 0.4s forwards ease-in;
}

/* Forwards */

@-webkit-keyframes everal_form_animation {
    0% { top: 4px; opacity: 1; left: 15px; color: #ccc }
    33% { top: 20px; opacity: 0; left: 15px; color: #ccc }
    66% { top: -37px; opacity: 0; left: 0; color: #333 }
    100% { top: -27px; opacity: 1; left: 0; color: #333 }
}

@-moz-keyframes everal_form_animation {
    0% { top: 4px; opacity: 1; left: 15px; color: #ccc }
    33% { top: 20px; opacity: 0; left: 15px; color: #ccc }
    66% { top: -37px; opacity: 0; left: 0; color: #333 }
    100% { top: -27px; opacity: 1; left: 0; color: #333 }
}

@keyframes everal_form_animation {
    0% { top: 4px; opacity: 1; left: 15px; color: #ccc }
    33% { top: 20px; opacity: 0; left: 15px; color: #ccc }
    66% { top: -37px; opacity: 0; left: 0; color: #333 }
    100% { top: -27px; opacity: 1; left: 0; color: #333 }
}

/* Reverse */

@-webkit-keyframes everal_form_animation_reverse {
    0% { top: -27px; opacity: 1; left: 0; color: #333 }
    33% { top: -37px; opacity: 0; left: 0; color: #333 }
    66% { top: 20px; opacity: 0; left: 15px; color: #ccc }
    100% { top: 4px; opacity: 1; left: 15px; color: #ccc }
}

@-moz-keyframes everal_form_animation_reverse {
    0% { top: -27px; opacity: 1; left: 0; color: #333 }
    33% { top: -37px; opacity: 0; left: 0; color: #333 }
    66% { top: 20px; opacity: 0; left: 15px; color: #ccc }
    100% { top: 4px; opacity: 1; left: 15px; color: #ccc }
}

@keyframes everal_form_animation_reverse {
    0% { top: -27px; opacity: 1; left: 0; color: #333 }
    33% { top: -37px; opacity: 0; left: 0; color: #333 }
    66% { top: 20px; opacity: 0; left: 15px; color: #ccc }
    100% { top: 4px; opacity: 1; left: 15px; color: #ccc }
}

.comments-container .comment-form #comment {
  width: 100%;
  margin-bottom: 20px;
}

.comments-container input[type=email],
.comments-container input[type=text],
.comments-container input[type=url],
.comments-container textarea {
  border: 1px solid rgba(0,0,0,0.09);
  outline: none;
}

.comments-container .comment-form-author input,
.comments-container .comment-form-email input,
.comments-container .comment-form-url input {
  width: 100%;
}

.comments-container .comment-form-author.input-focused input,
.comments-container .comment-form-email.input-focused input,
.comments-container .comment-form-url.input-focused input,
.comments-container .comment-form-comment.input-focused textarea {
  border-color: rgba(0,0,0,0.4);
}

/* --------------------------------------------------------------------------
  8.0 CONTACT FORM
----------------------------------------------------------------------------- */

.wpcf7-form p {
  position: relative;
  clear: both;
}

.wpcf7-form p.cf7-first-row {
  width: 33.33%;
  float: left;
  clear: none;
}

.wpcf7-form p.email {
  margin: 0 20px;
  width: calc( 33.33% - 40px );
}

.wpcf7-form p.cf7-message {
  margin-top: 11px;
  float: left;
  width: 100%;
}

.wpcf7-form p input,
.wpcf7-form p textarea {
  background-color: transparent;
  outline: none;
  width: 100%;
}

.wpcf7-form p.input-focused input {
  border-color: rgba(0,0,0,0.4);
}

.wpcf7-form p br {
  display: none;
}

/* --------------------------------------------------------------------------
  9.0 PAGE NAVIGATION
----------------------------------------------------------------------------- */

.entry-content .page-links,
.pagination {
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  margin: 20px auto;
  width: 100%;
}

.entry-content .page-links a,
.entry-content .page-links > span:not(.page-links-title),
.pagination a,
.pagination span.page-numbers.current {
  display: inline-block;
  padding: 9px 19px;
  text-align: center;
  background-color: #fff;
  border: 1px #f0f0f0 solid;
  color: #777;
  border-radius: 2px;
  margin-left: 5px;
}

.entry-content .page-links > span:not(.page-links-title),
.pagination span.page-numbers.current {
  border: 1px solid #ffa549;
  background-color: #ffa549;
  color: #fff;
}

span.page-numbers.dots {
  margin-left: 5px;
}

.entry-content .page-links a:hover,
.pagination a:hover {
  border: 1px solid #ffa549;
  background-color: #ffa549;
  color: #fff;
}

/* --------------------------------------------------------------------------
  10.0 TABLES
----------------------------------------------------------------------------- */

article .entry-content table {
  width: 100%;
  border: 0;
}

article .entry-content table thead {
  background: #f7f7f7;
}

article .entry-content table thead th {
  font-weight: bold;
  text-align: left;
}

article .entry-content table td,
article .entry-content table th {
  padding: 10px;
  border: 0;
}

article .entry-content table th {
  font-weight: 400;
}

article .entry-content table td {
  font-weight: 300;
}

article .entry-content table tr:last-child td {
  border-bottom: none;
}

article .entry-content table tr:nth-child(even) {
  background: #f7f7f7;
}

/* --------------------------------------------------------------------------
  11.0 FOOTER
----------------------------------------------------------------------------- */

/* ad css */
.floating-footer-ad {
  min-width: 728px;
  max-width: 970px;
  margin-top: 75px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.floating-footer-ad iframe {
	display: block !important;
  margin: auto;
}
.floating-footer-ad div {
  display: block !important;
  margin: auto;
}

.header-ad {
  min-width: 728px;
  max-width: 970px;
  margin-top: 75px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header-ad iframe {
  display: block !important;
  margin: auto;
}

.header-ad div {
  display: block !important;
  margin: auto;
}

.site-footer-wrapper {
  margin-top: 100px;
  clear: both;
  color: #ccc;
}

.site-footer-wrapper h5 {
  color: #fff;
  text-transform: uppercase;
}

.error404 .site-footer-wrapper {
  margin-top: 110px;
}

.site-footer-wrapper footer .search-form label {
  width: 100%;
}

.site-footer-wrapper footer .search-form label input[type=search] {
  border-color: #dfdfdf;
}

.site-footer-wrapper footer {
  margin-top: 30px;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 90%;
}

.site-footer-wrapper {
  background: #222;
  padding: 40px 0 10px;
  font-family: "Poppins", sans-serif;

  box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.09);
  -webkit-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.09);
}

.site-footer-wrapper p {
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 21px;
}

.site-info {
  font-family: "Open sans", sans-serif;
  height: 70px;
  line-height: 70px;
  background-color: #333333;
  border-top: 2px solid #ffa549;
  color: #A5A5A5;
  position: relative;
  top: 0px;
  width: 100%;
  font-weight: 300;
}

.site-info a {
  color: #fff;
}

.site-info a:hover {
  color: #ffa549;
}

.footer-menu {
  float: right;
}

.footer-menu ul {
  margin-bottom: 0;
}

.footer-menu ul li {
  display: inline-block;
  margin-left: 15px;
  list-style: none;
}

.site-footer-wrapper .copyright {
  float: left;
}

.site-footer-wrapper .scroll-to-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  color: #fff !important;
  background: #ffa549;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  z-index: 5;

  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}

.site-footer-wrapper .scroll-to-top:hover {
  opacity: 0.8;

  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

footer a {
  color: #ccc;
  text-decoration: none;
  font-size: 11px;
}

footer a:hover {
  color: #fff;
  text-decoration: none;  
}

footer hr {
  border-color: #444;
  margin: 10px 0;
}

footer h5 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 5px 0px;
}

footer .partner-img img {
	max-height: 100px;
}

footer ul li {
  padding: 0;
}

footer ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px 0px 10px 0px;
}

.copyrights {
  border-top: 1px solid #2d2d2d;
  padding: 20px 0 0;
  margin-top: 30px;
}

.copyrights a {
  padding: 0 20px;
}

.copyrights p {
  font-size: 11px;
  margin: 20px 0;
  color: #ccc;
}

@media (max-width: 992px) {
  
  .floating-footer-ad {
    min-width: 300px;
    max-width: 320px;
  }
  
  .header-ad {
  	max-width: 320px;
    min-width: 300px;
  }
  
  .copyrights a {
    padding: 10px 0;
    display: block;
    text-align: left;
  }

  .copyrights p {
    text-align: center;
  }
}

/* --------------------------------------------------------------------------
  12.0 SLIDER
----------------------------------------------------------------------------- */

.slider .featured-slider {
  padding: 0;
  background-color: transparent;
}

.slider .featured-slider {
  position: relative;
  top: 30px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

@media(max-width: 768px) {
  .slider .featured-slider {
    top: 50px;
  }
}

.slider .featured-slider .tabs-container {
  position: relative;
}

.slider .featured-slider .tabs {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.slider .featured-slider .tabs:before {
  content: "";
  height: 100%;
  left: -9999px;
  position: absolute;
  right: -9999px;
}

.slider .featured-slider .tabs a {
  display: table-cell;
  float: none;
  height: 95px;
  color: #fff;
  text-align: left;
  line-height: 1.1;
  font-size: 18px;
  outline: none;
  text-transform: uppercase;
  font-weight: 900;
  position: relative;
  padding: 25px 25px 15px;
  vertical-align: bottom;
  border-bottom: 4px solid transparent;
  
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.slider .featured-slider .tabs a:hover {
  border-bottom: 4px solid #fd8204;
}

.slider .featured-slider .tabs a:before,
.slider .featured-slider .tabs a:after {
  position: absolute;
  right: 50%;
  width: 0;
  content: '';
  border-bottom: 4px solid #fd8204;
  background: #fd8204;
  z-index: -1;
  opacity: 1;
  bottom: -4px;
}

.slider .featured-slider .tabs a.active:before,
.slider .featured-slider .tabs a.active:after {
  border-bottom: 4px solid transparent;
}

.slider .featured-slider .tabs a:before {
  left: 50%;
  right: auto;
}

.slider .featured-slider .tabs a h2 {
  font-family: "Rubik", sans-serif;
  letter-spacing: 1px;
  margin-top: 0;
  font-weight: 900;
  line-height: 1;
  font-size: 16px;
}

.slider .featured-slider .tabs a.active {
  color: #fff;
  padding: 0px 25px 0px;
}

.slider .featured-slider .tabs date {
  font-size: 75%;
  margin-bottom: 10px;
  display: block;
  font-weight: 300;
}

.slider .featured-slider .tabs a.active:before,
.slider .featured-slider .tabs a.active:after {
  width: 50%;
  height: 0;

  -webkit-animation: width-size 0.5s 1;
  -moz-animation:    width-size 0.5s 1;
  -o-animation:      width-size 0.5s 1;
  animation:         width-size 0.5s 1;
  height: 100%;
}

.slider .featured-slider .tabs a:not(.active):hover:before,
.slider .featured-slider .tabs a:not(.active):hover:after {
  width: 50%;
  height: 0;

  -webkit-animation: width-size-width 0.5s 1;
  -moz-animation:    width-size-width 0.5s 1;
  -o-animation:      width-size-width 0.5s 1;
  animation:         width-size-width 0.5s 1;
}

@-webkit-keyframes width-size {
  0%   { width: 50%; height: 0; }
  100% { width: 50%; height: 100%; }
}
@-moz-keyframes width-size {
  0%   { width: 50%; height: 0; }
  100% { width: 50%; height: 100%; }
}
@-o-keyframes width-size {
  0%   { width: 50%; height: 0; }
  100% { width: 50%; height: 100%; }
}
@keyframes width-size {
  0%   { width: 50%; height: 0; }
  100% { width: 50%; height: 100%; }
}

/* ------------ */
@-webkit-keyframes width-size-width {
  0%   { width: 0%; height: 0; }
  100% { width: 50%; }
}
@-moz-keyframes width-size-width {
  0%   { width: 0%; height: 0; }
  100% { width: 50%; }
}
@-o-keyframes width-size-width {
  0%   { width: 0%; height: 0; }
  100% { width: 50%; }
}
@keyframes width-size-width {
  0%   { width: 0%; height: 0; }
  100% { width: 50%; }
}

.slider .featured-slider .swiper-container {
  background: #333;
  width: auto;
  border-top: 0;
  display: block;
  overflow: hidden;
  position: relative;
}

.slider .featured-slider .swiper-container {
  background-attachment: fixed;
  background-color: #222;
  background-position: center center;
  display: block;
  position: relative;
  overflow: hidden;
}

.slider .featured-slider .swiper-container:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -100px;
  height: 100px;
  box-shadow: 0 -70px 70px rgba(0,0,0,0.3);
}

.slider .featured-slider .swiper-container .swiper-slide:before {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.slider .featured-slider .swiper-slide {
  background: none;
  color: #fff;
  background-size: cover;
  background-attachment: fixed;
}

.slider .featured-slider .swiper-slide .slide-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #555;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.slider .featured-slider .swiper-slide .content-slide > *:nth-child(1) {
  opacity: 0;
  display: block;

  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);

  -webkit-transition: -webkit-transform 1.3s ease 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1.3s ease 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1.3s ease 0s, opacity 1s ease 0s;
  -ms-transition: -ms-transform 1.3s ease 0s, opacity 1s ease 0s;
  transition: transform 1.3s ease 0s, opacity 1s ease 0s;
}

.slider .featured-slider .swiper-slide.swiper-slide-visible .content-slide > *:nth-child(1) {
  opacity: 1;

  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .featured-slider .swiper-slide .content-slide > *:nth-child(2) {
  opacity: 0;

  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);

  -webkit-transition: -webkit-transform 1.3s ease 0.2s, opacity 1s ease 0.2s;
  -moz-transition: -moz-transform 1.3s ease 0.2s, opacity 1s ease 0.2s;
  -o-transition: -o-transform 1.3s ease 0.2s, opacity 1s ease 0.2s;
  -ms-transition: -ms-transform 1.3s ease 0.2s, opacity 1s ease 0.2s;
  transition: transform 1.3s ease 0.2s, opacity 1s ease 0.2s;
}

.slider .featured-slider .swiper-slide.swiper-slide-visible {
  z-index: 0;
}

.slider .featured-slider .swiper-slide.swiper-slide-visible .content-slide > *:nth-child(2) {
  opacity: 1;

  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .featured-slider .swiper-slide .content-slide > *:nth-child(3) {
  opacity: 0;
  display: block;
  z-index: 5;
  position: relative;

  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);

  -webkit-transition: -webkit-transform 1.3s ease 0.4s, opacity 1s ease 0.4s;
  -moz-transition: -moz-transform 1.3s ease 0.4s, opacity 1s ease 0.4s;
  -o-transition: -o-transform 1.3s ease 0.4s, opacity 1s ease 0.4s;
  -ms-transition: -ms-transform 1.3s ease 0.4s, opacity 1s ease 0.4s;
  transition: transform 1.3s ease 0.4s, opacity 1s ease 0.4s;
}

.slider .featured-slider .swiper-slide.swiper-slide-visible .content-slide > *:nth-child(3) {
  opacity: 1;

  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .featured-slider .swiper-slide .content-slide > *:nth-child(4) {
  opacity: 0;
  display: block;
  z-index: 5;
  position: relative;

  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);

  -webkit-transition: -webkit-transform 1.3s ease 0.6s, opacity 1s ease 0.6s;
  -moz-transition: -moz-transform 1.3s ease 0.6s, opacity 1s ease 0.6s;
  -o-transition: -o-transform 1.3s ease 0.6s, opacity 1s ease 0.6s;
  -ms-transition: -ms-transform 1.3s ease 0.6s, opacity 1s ease 0.6s;
  transition: transform 1.3s ease 0.6s, opacity 1s ease 0.6s;
}

.slider .featured-slider .swiper-slide.swiper-slide-visible .content-slide > *:nth-child(4) {
  opacity: 1;

  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slider .featured-slider .swiper-slide .slide-image {

  -webkit-transition: -webkit-transform 2s ease 1s;
  -moz-transition: -moz-transform 2s ease 1s;
  -o-transition: -o-transform 2s ease 1s;
  -ms-transition: -ms-transform 2s ease 1s;
  transition: transform 2s ease 1s;
  
  -webkit-transform: translateX(0) translateY(0) scale(1.03);
  -moz-transform: translateX(0) translateY(0) scale(1.03);
  -o-transform: translateX(0) translateY(0) scale(1.03);
  -ms-transform: translateX(0) translateY(0) scale(1.03);
  transform: translateX(0) translateY(0) scale(1.03);
}

.slider .featured-slider .swiper-slide.swiper-slide-visible .slide-image {

  -webkit-transition: -webkit-transform 15s ease 0s;
  -moz-transition: -moz-transform 15s ease 0s;
  -o-transition: -o-transform 15s ease 0s;
  -ms-transition: -ms-transform 15s ease 0s;
  transition: transform 15s ease 0s;

  -webkit-transform: translateX(-15px) translateY(15px) scale(1.1);
  -moz-transform: translateX(-15px) translateY(15px) scale(1.1);
  -o-transform: translateX(-15px) translateY(15px) scale(1.1);
  -ms-transform: translateX(-15px) translateY(15px) scale(1.1);
  transform: translateX(-15px) translateY(15px) scale(1.1);
}

.slider .featured-slider .content-slide {
  padding: 40px;
  z-index: 11;
  position: relative;
}

/* Slider responsive */

@media (min-width: 481px) and (max-width: 991px) {
  .slider .swiper-slide .slide-inner {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .slider .swiper-slide .slide-inner {
    width: 100%;
    padding: 0 16px;
  }

  .swiper-slide .slider-content p {
    display: block !important;
    margin: 0;    
  }
}

@media (max-width:992px) {
  .slider .featured-slider .tabs {
    display: none;
  }
  
  .slider .swiper-slide .entry-header {
    margin-top: 70px;
  }

  .slider .featured-slider .content-slide {
    padding: 20px;
  }

  .slider .swiper-slide .slider-content,
  .slider .swiper-slide .entry-header .entry-title,
  .slider .swiper-slide .entry-header .entry-title a {
    width: 100%;
  }

  /* turn off box shadow */
  .slider .featured-slider .swiper-container:after,
  .slider .featured-slider .swiper-container .swiper-slide:before {
    box-shadow: none;
  }

  /* turn off animation */
  .slider .featured-slider .tabs a.active:before,
  .slider .featured-slider .tabs a.active:after {
    width: 50%;
    height: 0;

    -webkit-animation: none 0s 1;
    -moz-animation:    none 0s 1;
    -o-animation:      none 0s 1;
    animation:         none 0s 1;
    height: 100%;
  }

  .slider .featured-slider .swiper-slide .slide-image {

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .slider .featured-slider .swiper-slide.swiper-slide-visible .slide-image {

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;

    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* --------------------------------------------------------------------------
  13.0 BASIC SWIPER SLIDERS
----------------------------------------------------------------------------- */

.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}

.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;
  
  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;
  
  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);
  
  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;
  
  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*@media (max-width: 991px) {
  .swiper-wrapper {
    top: 30px !important;
  }
}
*/
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container {
  width:200px;
  height: 100px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition-property: -webkit-transform,left,top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px,0,0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform,left,top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px,0,0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform,left,top;
  -o-transition-duration: 0s;
  -o-transition-timing-function: ease;
  -o-transform: translate(0px,0);
  -ms-transition-property: -ms-transform,left,top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px,0,0);
  -ms-transition-timing-function: ease;
  transition-property: transform,left,top;
  transition-duration: 0s;
  transform: translate3d(0px,0,0);
  transition-timing-function: ease;
}

.swiper-slide {
  position: relative;
  float: left;
}

.swiper-container,
.swiper-slide {
  height: 480px;
}

@media (max-width: 768px) {
  .swiper-container,
  .swiper-slide {
    height: 450px;
  }
}

@media (max-width: 480px) {
.swiper-container,
  .swiper-slide {
    height: 400px;
  }
}

.swiper-slide .slide-inner {
  width: 58.33333333%;
  margin: 0 auto;
}

.swiper-slide .slider-content {
  width: 100%;
  text-align: center;
}

.swiper-slide .entry-header {
  margin-top: 90px;
  position: relative;
  z-index: 3;
  text-align: center;
}

.swiper-slide .entry-header .entry-title,
.swiper-slide .entry-header .entry-title a {
  width: 90%;
  color: #fff;
  margin-top: 26px;
  font-size: 70px;
  line-height: 65px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide .entry-header .entry-title a:hover {
  color: #ffa549;
}

.swiper-slide .entry-header .entry-meta .cat-links a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 4px 7px;
}

.swiper-slide .slider-content p {
  position: relative;
  z-index: 3;
  font-family: "Open Sans", sans-serif;
  color: #eee;
  font-size: 105%;
  line-height: 32px;
  font-weight: 100;
  display: inline-block;
}

@media (min-width: 200px) and (max-width: 670px) {
  .swiper-slide .slider-content p {
    font-size: 90%;
    line-height: 23px;
  }
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* Contact form */

div.wpcf7-validation-errors,
.error,
div.wpcf7-mail-sent-ok {
  background: #ffa549;
  color: #FFF;
  border: 0;
  border-radius: 2px;
  padding: 10px 25px;
  margin: 10px 0 30px 0;
}


div.wpcf7-mail-sent-ok {
  background: #50A02D;
}

/* --------------------------------------------------------------------------
  14.0 TABS AND ACCORDIONS
----------------------------------------------------------------------------- */

.nav-tabs {
  margin-left: 0;
}

.tab-pane p {
  margin: 15px 10px 25px 15px;
}

.panel {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.panel-title {
  text-transform: none;
}

.panel-default > .panel-heading {
  background: #f1f1f1;
}

/* --------------------------------------------------------------------------
  15.0 RESPONSIVENESS
----------------------------------------------------------------------------- */

@media (max-width: 480px) {
  .site-header a.site-title {
    font-size: 35% !important;
  }
  body.slider .swiper-slide .entry-header .entry-title,
  body.slider .swiper-slide .entry-header .entry-title a {
    font-size: 44px !important;
    line-height: 39px !important;
  }
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font,
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font a {
    font-size: 38px !important;
    line-height: 33px !important;
  }
  .swiper-slide .category-link {
    font-size: 12px;
    padding: 6px 12px;
  }
}

@media (min-width: 481px) and (max-width: 570px) {
  body #page .site-header a.site-title {
    font-size: 45%;
  }
  body.slider .swiper-slide .entry-header .entry-title,
  body.slider .swiper-slide .entry-header .entry-title a {
    font-size: 57px;
    line-height: 52px;
  }
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font,
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font a {
    font-size: 45px !important;
    line-height: 40px !important;
  }
  /*body .swiper-slide .slider-content p {
    font-size: 100%;
    line-height: 24px;
  }*/
}

@media (min-width: 571px) and (max-width: 768px) {
  #page .site-header a.site-title {
    font-size: 60%;
  }
  .slider .swiper-slide .entry-header .entry-title,
  .slider .swiper-slide .entry-header .entry-title a {
    font-size: 60px;
    line-height: 55px;
  }
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font,
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font a {
    font-size: 50px;
    line-height: 45px;
  }

  body .site-content article.type-post,
  body .site-content article.type-page {
    float: none !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .slider .swiper-slide .entry-header .entry-title,
  .slider .swiper-slide .entry-header .entry-title a {
    font-size: 65px;
    line-height: 60px;
  }
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font,
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font a {
    font-size: 60px;
    line-height: 55px;
  }
}

@media (min-width: 992px) {
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font,
  body.slider .swiper-slide .entry-header .entry-title.swiper-decrease-font a {
    font-size: 60px;
    line-height: 55px;
  }
}

@media (max-width:992px) {
  .site-header a.site-title {
    font-size: 80%;
  }
}

@media (max-width: 1200px) {
  .site-header a.site-title {
    font-size: 80%;
  }
}


/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: October 16, 2016
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-switches {
  bottom: 30px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-switch {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2;
}
button.swiper-pagination-switch {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-switch {
  cursor: pointer;
}
.swiper-active-switch {
  opacity: 1;
  background: #fff;
}
.swiper-container-horizontal > .swiper-pagination-switches .swiper-pagination-switch {
  margin: 0 3px;
}


/* Override Sharing Icon Links */
.apss-theme-4 .apss-single-icon a {
  margin: 4px;
}
.apss-social-share {
  margin-top: -10px;
}



/*** makki css ****/
@media screen and (min-width: 1199px) {
  .login-nav a {
    border: 2px solid #ddd;
    padding: 11px 20px !important;
    border-radius: 4px;
    margin-top: 9px;
    border-bottom: 2px solid #ddd !important;
  }

  .login-nav a:hover, .login-nav a:focus {
    color: #fff !important;
    border-color: #888 !important;
    background-color: #888 !important;
  }

  .register-nav a {
    padding: 13px 30px !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
    background-color: #3580de !important;
  }

  .register-nav a:hover, .register-nav a:focus {
    color: #ffffff !important;
    background-color: #69a6f2 !important;
  }

  #nav-Schools {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    border: 0px;
  } 

  #nav-Courses {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -1px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    border: 0px;
  }

/*  a[title="Schools"]:hover ~ #nav-Schools {
    display: block !important;
  }*/

  #nav-Schools a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #888888;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
  }

  #nav-Schools a:hover {
    text-decoration: none;
    background-color: #fd8204;
    color: #ffffff;
  }

  #nav-Courses a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #888888;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
  }

  #nav-Courses a:hover {
    text-decoration: none;
    background-color: #fd8204;
    color: #ffffff;
  }
  
	.registration-button {
 		background-color: unset !important;
	}

	img.aligncenter.registration-button:hover {
  	
  }
}