/* 
Theme Name: Amerey
Version: 1.0.2
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.0
Description: vrakoviste template
Author: Amerey.eu
Author URI: https://www.amerey.eu
License: GNU General Public License v2 or later
*/

html,
body {
  scroll-behavior: smooth;
}

/* ---------------------------------------------------------------------------------------
	01. RESET
--------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
/* html, */
/* body, */
/* div, */
/* span, */
applet,
object,
/* iframe, */
/* h1, */
/* h2, */
/* h3, */
/* h4, */
/* h5, */
/* h6, */
/* p, */
blockquote,
pre,
/* a, */
cite,
del,
dfn,
em,
font,
q,
s,
samp,
strike,
strong,
ol,
ul,
li,
fieldset,
form,
label,
legend,
tbody,
tfoot,
thead,
tr {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  /* font-size: 62.5%; */
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  position: absolute;
  font-family: "", Arial, Helvetica;
  font-weight: bold;
  font-size: 70px;
  line-height: 0px;
}
blockquote:before,
q:before {
  content: "\201D";
  left: 18px;
  top: 55px;
}
blockquote:after,
q:after {
  content: "";
}
blockquote,
q {
  position: relative;
  display: block;
  color: #fff;
  background: #e0484c;
  padding: 25px 25px 25px 70px;
  /* margin-bottom: 20px; */
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote cite a,
q cite a {
  color: #fff;
}
blockquote cite:before,
q cite:before {
  content: "- ";
}
dt {
  font-weight: bold;
}
a:focus {
  outline: 1px dotted #e0484c;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
a:hover,
a:active {
  outline: 0;
}
a img {
  border: 0;
}
.clearboth {
  width: 100%;
  clear: both;
  display: block;
}

/* Accessibility - Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  word-wrap: normal !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.screen-reader-text:focus {
  z-index: 100000;
  display: block;
  outline: none;
  color: #21759b;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  top: 5px;
  right: 5px;
  width: auto;
  height: auto;
  padding: 12px 20px;
  background-color: #f1f1f1;
  border: 2px solid #aaa;
  border-radius: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  clip: auto !important;
  clip-path: none;
}

/*	GLOBAL --------------------------- */

body {
  background: #fff;
}
#body-core {
  background: #fff;
  max-width: 1600px;
  margin: 0 auto;
}

/* Text elements */
p {
  margin-bottom: 20px;
}
ul,
ol {
  margin: 0 0 20px 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: inherit;
  *overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 10px 24px;
}
input.searchsubmit {
  padding: 10px 25px;
}
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;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
  background: white;
  border: 1px solid #ddd;
  padding: 10px 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
  background: #fff;
}
textarea {
  overflow: auto;
  vertical-align: top;
  width: 100%;
}

/* Tables */
table {
  text-align: center;
  margin: 0 0 25px;
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-collapse: collapse;
}
caption {
  font-size: 0.875rem;
  font-style: italic;
  color: #888;
}
th,
td {
  font-size: 0.9em;
  padding: 4px 2%;
  border: 1px solid #ddd;
  border-left: none;
}
th {
  font-weight: bold;
}
td {
  border-top: none;
}
#footer table,
#footer th,
#footer td {
  border-color: #353433;
}

/* Links */
a {
  cursor: pointer;
  text-decoration: none;
  outline: 0 none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}

/*  STRUCTURE --------------------------------------- */
#pre-header-core,
#header-core,
#header-sticky-core,
#intro,
#content-core,
#footer-core,
#sub-footer-core,
#sub-footer-widgets,
#sub-footer-close,
#notification-core,
#intro-core,
#introaction-core,
#outroaction-core {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
#content,
.main-navigation,
.site-title,
.site-description {
  margin: 0 auto;
}
#content {
  clear: both;
  margin: 0;
  padding: 2rem 1rem;
}

/* Boxed layout */
body.layout-boxed #body-core,
body.custom-background #body-core {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
}
body.layout-boxed #pre-header,
body.layout-boxed #header,
body.layout-boxed #header-sticky,
body.custom-background #pre-header,
body.custom-background #header,
body.custom-background #header-sticky {
  max-width: 1170px;
}

/*  MEDIA ---------------------------------------------- */
.entry-content img,
.entry-content iframe {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
embed,
iframe,
object,
.wp-caption {
  max-width: 100%;
}
iframe.twitter-tweet {
  margin: 0 !important;
  width: 100%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 12px;
  font-style: italic;
}
#content .gallery a img {
  border: none;
}

/* . NAVIGATION ---------------------------------------- */
#nav-above,
#nav-below {
  padding: 20px 0 50px 0;
}
.nav-previous,
.nav-next {
  width: 45%;
  max-width: 300px;
}
.nav-previous {
  float: left;
}
.nav-next {
  float: right;
}
.nav-previous a,
.nav-next a {
  display: block;
  color: inherit;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
}
.nav-previous a:hover,
.nav-next a:hover {
  color: #fff;
  background: #232323;
  border-color: #232323;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav {
  padding: 0 5px;
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
  top: -1px;
  position: relative;
}
.nav-previous a:hover .meta-icon,
.nav-next a:hover .meta-icon {
}
.nav-previous i,
.nav-next i {
}

/* =Pagination ---------------------------------------- */
.pag {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 30px;
  list-style: none;
}
.pag li {
  font-size: 90%;
  text-align: center;
  display: inline-block;
  margin-right: 1px;
}
.pag li a,
.pag li span {
  color: inherit;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  margin-right: 5px;
  border: 1px solid #232323;
}
.pag li a:hover,
.pag li.current span {
  color: #fff;
  background: #232323;
}
li.pag-first,
li.pag-last {
  /*	display: none;
*/
}
li.pag-previous {
}
li.pag-next {
}

/* Centralize pagination for all except first and last page */
.pag.pag-start {
  text-align: left;
}
.pag.pag-inner {
  text-align: center;
}
.pag.pag-end {
  text-align: right;
}
.pag.pag-inner span.pag-before {
  float: left;
}
.pag.pag-inner span.pag-current {
}
.pag.pag-inner span.pag-after {
  float: right;
}

/* Pagination - Native WordPress pagination */
.navigation.pagination {
  margin: 10px 0 30px;
  list-style: none;
}
.navigation.pagination .screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: inherit;
  background: none;
  border: 1px solid #232323;
  margin-right: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
  color: #fff;
  background: #232323;
}
.navigation.pagination .nav-links a.prev,
.navigation.pagination .nav-links a.next {
  font-size: 0;
  top: 1px;
  position: relative;
}
.navigation.pagination .nav-links a.prev:after,
.navigation.pagination .nav-links a.next:after {
  font-size: 15px;
  font-family: fontawesome;
}
.navigation.pagination .nav-links a.prev:after {
  content: "\f104";
}
.navigation.pagination .nav-links a.next:after {
  content: "\f105";
}
.navigation.pagination .nav-links .dots:hover {
  color: inherit;
  background: none;
  border-color: #232323;
}

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

/* Custom Header */
.custom-header img {
  display: block;
  margin: 0 auto;
}

/* =Main --------------------------- */
.site-description {
  color: #e0e0e0;
  font-size: 13px;
  line-height: 13px;
}
#logo,
#logo-sticky {
  float: left;
  display: table;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#logo a,
#logo-sticky a {
  display: table-cell;
  vertical-align: middle;
}
#logo img,
#logo-sticky img {
  width: auto;
  max-height: 60px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#logo h1,
#logo-sticky h1 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 10px;
}

/* =Menu ----------------------------------------- */

/* Header Image*/
#header-image img {
  display: block;
  width: 100%;
}
#header-image.header-image-boxed {
  display: block;
  margin: 0 auto;
  max-width: 1170px;
}

/* Site-header */
#site-header {
  position: relative;
  z-index: 9999;
}

/* Pre-header */
#pre-header {
  position: relative;
  background: #e7e7e7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#pre-header:hover,
#pre-header:focus-within {
  z-index: 99991;
}
#pre-header li {
  float: left;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
  color: #e0484c;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
  color: #667;
  font-size: 12px;
}
#pre-header .header-links li a {
  padding: 9px 10px;
  display: block;
}
#pre-header .header-links > ul > li > a {
  display: inline-block;
}
#pre-header .header-links > ul > li:before {
  content: "/";
}
#pre-header .header-links > ul > li.alignright:before,
#pre-header .header-links > ul > li:first-child:before {
  content: "";
  padding: 0;
}
#pre-header .header-links > ul > li.menu-parent > a:after {
  position: relative;
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 6px;
}

#pre-header-social li.message {
  border: none;
  padding-right: 10px;
}
#pre-header-social li,
#pre-header-social li a {
  border: 0px;
}
#pre-header .header-links .sub-menu {
  position: absolute;
  display: none;
  background: #e7e7e7;
  z-index: 9999;
  border-top: 2px solid #e0484c;
}
#pre-header .header-links .sub-menu li {
}
#pre-header .header-links .sub-menu a {
  min-width: 100px;
  padding: 5px 25px 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#pre-header .header-links .sub-menu a:hover {
  color: #e0484c;
}
#pre-header-core {
  display: table;
  width: 100%;
}
#pre-header-links-inner,
#pre-header-social {
  display: table-cell;
  vertical-align: middle;
}

/* Header - Style 1 (Below slider) */
.header-style1.header-below #header {
  border-top: 1px solid #e1e1e1;
}
.header-style1.header-below #header .header-links > ul > li > a {
  padding: 25px 15px;
}
.header-style1.header-below #header .sub-menu {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.header-style1.header-below1 #header #header-links-inner > ul > li > .sub-menu {
  bottom: 100%;
}
.header-style1.header-below1
  #header
  .header-links
  > ul
  > li.menu-parent
  > a:after {
  content: "\f106";
}
.header-style1.header-below1 #header .main-navigation .sub-menu .sub-menu {
  top: -1px;
}
.header-style1.header-below2 #header .sub-menu {
  bottom: auto;
  border-top: 2px solid #e0484c;
  border-bottom: 1px solid #e1e1e1;
}

/* Header - Style 2 (Including pre-header and social icons styling) */
.header-style2 #header {
  background: #fff;
}
.header-style2 #header-core,
.header-style2.slider-full #header-core {
  max-width: 100%;
}
.header-style2 #header-links {
  float: none;
  border-top: 1px solid #e1e1e1;
}
.header-style2 #header-links-inner {
  float: none;
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}
.header-style2 #header .header-links > ul > li > a {
  padding: 12px 20px;
  border-top: 2px solid #fff;
  min-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.header-style2 #header .header-links .sub-menu {
  border-top: 1px solid #e3e3e3;
}
.header-style2 #header .header-links .sub-menu a {
  padding: 2px 0px;
}
.header-style2 #header .main-navigation .sub-menu .sub-menu {
  top: -1px;
}
.header-style2 #header .menu > li.menu-hover > a,
.header-style2 #header .menu > li.current_page_item > a,
.header-style2 #header .menu > li.current-menu-ancestor > a,
.header-style2 #header .menu > li > a:hover {
  border-top: 2px solid #e0484c;
}

/* Header - Search */
#header-search .search {
  position: absolute;
  width: 0;
  top: -32px;
  right: 0;
  height: 32px;
  /* background: #fff; */
  border: 1px solid #667;
  /* border-right: none; */
  padding: 12px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#header-search.active .search {
  width: 250px;
  padding: 12px 10px;
  font-size: 1.1rem;
}
#header-search .searchform {
  visibility: hidden;
  position: relative;
}
#header-search.active .searchform {
  visibility: visible;
}
#header-search .searchsubmit {
  display: none;
}
#header-search a {
  display: block;
  /* color: #a0a0a0; */
  font-size: 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  /* height: 50px; */
  /* width: 50px; */
  /* background: #fff; */
  /* margin-right: 15px; */
}
#header-search a:hover,
#header-search.active a {
  /* color: #667; */
  /* background: #e7e7e7; */
}

.header-style2 #header-search a {
  background: #222;
  background: rgba(0, 0, 0, 0.2);
}
.header-style2 #header-search a:hover,
.header-style2 #header-search.active a {
  color: #fff;
  background: #e0484c;
}
.header-style2 #header-search .search {
  border-top: none;
  border-bottom: none;
}

/* Search placeholder text color */
#header-search ::-webkit-input-placeholder {
  color: #bababa;
}
#header-search :-moz-placeholder {
  color: #bababa;
}
#header-search ::-moz-placeholder {
  color: #bababa;
}
#header-search :-ms-input-placeholder {
  color: #bababa;
}

/* Arrows of menu parents (uses FontAwesome css) */
#pre-header .sub-menu .menu-parent > a:before {
  font-family: FontAwesome;
  font-size: 1.2em;
  text-align: right;
  content: "\f105";
  position: relative;
  left: 10px;
  top: -2px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pre-header .sub-menu .menu-parent > a:hover:before {
  left: 15px;
}
#header .sub-menu .menu-parent > a:before,
#header-sticky .sub-menu .menu-parent > a:before {
  font-family: FontAwesome;
  font-size: 1.2em;
  text-align: right;
  content: "\f105";
  position: relative;
  left: 10px;
  display: inline-block;
  float: right;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header .sub-menu .menu-parent > a:hover:before,
#header-sticky .sub-menu .menu-parent > a:hover:before {
  left: 15px;
}

/* =Bootstrap Menu
----------------------------------------------------------------------------- */
#header-responsive {
  display: none;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* =Slider
----------------------------------------------------------------------------- */
#slider {
  position: relative;
}
#slider-core {
  position: relative;
  text-align: center;
}

/* SlideDeck 2 Slider */
#slider .slidedeck-frame {
  margin: 0 auto;
}

/* Responsive ThinkUpSlider */
#slider .slides {
  height: 0;
  margin: 0;
}
#slider .rslides {
  margin: 0;
  overflow: hidden;
}
.rslides li {
  width: 100%;
}
.rslides img {
  width: 100%;
}
#slider .rslides-inner {
  position: relative;
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
  overflow: hidden;
}
#slider .rslides-inner li {
  height: auto;
  list-style: none;
}
#slider .rslides-container {
  padding: 20px 10px;
}
#slider a.rslides_nav {
  text-align: center;
  line-height: 1;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  position: absolute;
  overflow: hidden;
  top: 50%;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider a.rslides_nav.prev {
  left: -60px;
}
#slider a.rslides_nav.next {
  right: -60px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 60px;
  display: block;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#slider a.rslides_nav.prev:hover:before,
#slider a.rslides_nav.next:hover:before {
  color: #333;
  background: #fff;
}
#slider a.rslides_nav.prev:before {
  content: "\f104";
}
#slider a.rslides_nav.next:before {
  content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
  opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
  left: 0px;
}
#slider .rslides-inner:hover a.rslides_nav.next {
  right: 0px;
}
#slider .rslides_tabs {
  position: absolute;
  z-index: 99;
  text-align: center;
  width: 100%;
  bottom: 10px;
  margin: 0;
}
#slider .rslides_tabs li {
  list-style: none;
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
#slider .rslides_tabs li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

/* Vary style for full-width and boxed slider */
.layout-boxed #slider .rslides-content,
.custom-background #slider .rslides-content,
.slider-boxed #slider .rslides-content {
  padding: 0 80px;
}
.slider-boxed #slider .rslides-inner {
  width: 1130px;
}
.slider-boxed #slider .rslides-inner {
  -webkit-box-shadow: 0 0 0 5px #fff, 0 0 0 6px #ddd;
  -moz-box-shadow: 0 0 0 5px #fff, 0 0 0 6px #ddd;
  -o-box-shadow: 0 0 0 5px #fff, 0 0 0 6px #ddd;
  box-shadow: 0 0 0 5px #fff, 0 0 0 6px #ddd;
}
.slider-full #header-core {
  max-width: 100%;
}
.slider-full #header-links {
  border-bottom: none;
}
.slider-full #slider .rslides-inner {
  width: 100%;
  position: relative;
}
.slider-full #slider .rslides-container {
  padding: 0;
}

/* Responsive ThinkUpSlider - Content */
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#slider .featured,
.thinkupslider-sc .featured {
  display: table-cell;
  vertical-align: middle;
}
#slider .featured-title,
.thinkupslider-sc .featured-title {
  margin-bottom: 20px;
}
/* #slider .featured-title span,
.thinkupslider-sc .featured-title span {
  display: inline-block;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
} */
#slider .featured-excerpt p,
.thinkupslider-sc .featured-excerpt p {
  margin-bottom: 25px;
}
/* #slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: 300;
} */
#slider .featured-link a,
.thinkupslider-sc .featured-link a {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 5px 20px;
  border: 1px solid #fff;
}
#slider .featured-link a:hover,
.thinkupslider-sc .featured-link a:hover {
  background: #e0484c;
  border-color: #e0484c;
}

/* Slider - Style 2 & 3 */
#slider.style2 .featured.one_half,
.thinkupslider-sc.style2 .featured.one_half {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider.style3 .featured.one_half,
.thinkupslider-sc.style3 .featured.one_half {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider.style2 .wrap-safari,
#slider.style3 .wrap-safari,
.thinkupslider-sc.style2 .wrap-safari,
.thinkupslider-sc.style3 .wrap-safari {
  display: table;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
#slider.style2 .rslides-content-inner,
#slider.style3 .rslides-content-inner,
.thinkupslider-sc.style2 .rslides-content-inner,
.thinkupslider-sc.style3 .rslides-content-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  margin: 0 auto;
}
#slider.style2 .featured-video,
#slider.style3 .featured-video,
.thinkupslider-sc.style2 .featured-video,
.thinkupslider-sc.style3 .featured-video {
  margin-bottom: 0;
}

/* Slider - Video code */
#slider .featured-video iframe,
.thinkupslider-sc .featured-video iframe {
  padding-bottom: 20px;
}
#slider .featured-video .wp-video,
#slider .wp-video-shortcode,
.thinkupslider-sc .featured-video .wp-video,
.thinkupslider-sc .wp-video-shortcode {
  max-width: 100%;
}
#slider .videoBG video,
.thinkupslider-sc .videoBG video {
  top: -30% !important;
  width: 100%;
}
#slider .mejs-layers,
.thinkupslider-sc .mejs-layers {
  max-width: 100%;
}
#slider .videoBG,
#slider .videoBG_wrapper,
#slider .videoBG_wrapper li,
.thinkupslider-sc .videoBG,
.thinkupslider-sc .videoBG_wrapper,
.thinkupslider-sc .videoBG_wrapper li {
  width: 100% !important;
  height: 100% !important;
}

/* Animate slide content */
#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link,
.thinkupslider-sc .featured-title,
.thinkupslider-sc .featured-excerpt,
.thinkupslider-sc .featured-link {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#slider .rslides > [class*="_on"] .featured-title,
#slider .rslides > [class*="_on"] .featured-excerpt,
#slider .rslides > [class*="_on"] .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
#slider .rslides > [class*="_on"] .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title {
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#slider .rslides > [class*="_on"] .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt {
  -webkit-transition-delay: 1.2s;
  -moz-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#slider .rslides > [class*="_on"] .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
  -webkit-transition-delay: 1.4s;
  -moz-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

/* Slider - Alignment */
#slider .rslides-content.slider-left .featured-title,
#slider .rslides-content.slider-left .featured-excerpt,
#slider .rslides-content.slider-left .featured-link,
.thinkupslider-sc .rslides-content.slider-left .featured-title,
.thinkupslider-sc .rslides-content.slider-left .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-left .featured-link {
  text-align: left;
}
#slider .rslides-content.slider-right .featured-title,
#slider .rslides-content.slider-right .featured-excerpt,
#slider .rslides-content.slider-right .featured-link,
.thinkupslider-sc .rslides-content.slider-right .featured-title,
.thinkupslider-sc .rslides-content.slider-right .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-right .featured-link {
  text-align: right;
}
#slider .rslides-content.slider-center .featured-title,
#slider .rslides-content.slider-center .featured-excerpt,
#slider .rslides-content.slider-center .featured-link,
.thinkupslider-sc .rslides-content.slider-center .featured-title,
.thinkupslider-sc .rslides-content.slider-center .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-center .featured-link {
  text-align: center;
}
#slider .rslides-content.slider-half .featured-title,
#slider .rslides-content.slider-half .featured-excerpt,
#slider .rslides-content.slider-half .featured-link,
.thinkupslider-sc .rslides-content.slider-half .featured-title,
.thinkupslider-sc .rslides-content.slider-half .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-half .featured-link {
  width: 50%;
}
#slider .rslides-content.slider-middle .featured-title,
#slider .rslides-content.slider-middle .featured-excerpt,
#slider .rslides-content.slider-middle .featured-link,
.thinkupslider-sc .rslides-content.slider-middle .featured-title,
.thinkupslider-sc .rslides-content.slider-middle .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-middle .featured-link {
  width: 50%;
  margin-left: auto;
  margin-right: 0;
}

/* Slider - Style 2 (Title - Theme, Excerpt - Black ) */
#slider .rslides-content.style2 .featured-title,
.thinkupslider-sc .rslides-content.style2 .featured-title {
  margin: 0;
}
#slider .rslides-content.style2 .featured-title span,
.thinkupslider-sc .rslides-content.style2 .featured-title span {
  padding: 0 15px 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #fff;
  background: none;
  font-size: 20px;
  font-weight: 400;
}
#slider .rslides-content.style2 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt span {
  padding: 0px 15px;
  background: none;
  font-size: 18px;
  line-height: 28px;
}
#slider .rslides-content.style2 .featured-link a,
.thinkupslider-sc .rslides-content.style2 .featured-link a {
  color: #232323;
  font-size: 13px;
  background: #fff;
  padding: 10px 25px;
  border: none;
}
#slider .rslides-content.style2 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style2 .featured-link a:hover {
  color: #fff;
  background: #232323;
}

/* Slider - Style 3 (Title & Excerpt - Transparent Black ) */
#slider .rslides-content.style3 .featured-title span,
#slider .rslides-content.style3 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style3 .featured-title span,
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span {
  font-size: 36px;
  background: #101010;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 30px;
}
#slider .rslides-content.style3 .featured-title,
#slider .rslides-content.style3 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style3 .featured-title,
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span {
  margin-bottom: 2px;
}
#slider .rslides-content.style3 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style3 .featured-excerpt p {
  margin-bottom: 0;
}
#slider .rslides-content.style3 .featured-link a,
.thinkupslider-sc .rslides-content.style3 .featured-link a {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 40px;
  background: #e0484c;
  border: none;
}
#slider .rslides-content.style3 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style3 .featured-link a:hover {
  background: #101010;
  background: rgba(0, 0, 0, 0.4);
}

/* Slider - Style 4 (Title & Excerpt - Dark Colors ) */
#slider .rslides-content.style4 .featured-title,
.thinkupslider-sc .rslides-content.style4 .featured-title {
  margin-bottom: 5px;
}
#slider .rslides-content.style4 .featured-title span,
.thinkupslider-sc .rslides-content.style4 .featured-title span {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 20px;
  background: #d9d7d7;
}
#slider .rslides-content.style4 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 12px 20px;
  background: #101010;
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 2px;
}
#slider .rslides-content.style4 .featured-link a,
.thinkupslider-sc .rslides-content.style4 .featured-link a {
  font-size: 15px;
  color: #fff;
  border: 1px solid #d9d7d7;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #101010;
  background: rgba(0, 0, 0, 0.2);
}
#slider .rslides-content.style4 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style4 .featured-link a:hover {
  background: #101010;
  border-color: #101010;
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}

/* Slider - Style 5 (Title & Excerpt - Transparent White Background - Dark Font ) */
#slider .rslides-content.style5 .featured-title span,
#slider .rslides-content.style5 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style5 .featured-title span,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
  font-weight: 600;
}
#slider .rslides-content.style5 .featured-title,
.thinkupslider-sc .rslides-content.style5 .featured-title {
  margin-bottom: 0;
}
#slider .rslides-content.style5 .featured-title span,
.thinkupslider-sc .rslides-content.style5 .featured-title span {
  padding: 0 15px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  background: none;
  font-size: 36px;
}
#slider .rslides-content.style5 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
  padding: 0px 15px;
  background: none;
  font-size: 18px;
  line-height: 28px;
}
#slider .rslides-content.style5 .featured-excerpt span i,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span i {
  font-size: 80%;
  margin-right: 7px;
  top: -1px;
  position: relative;
}
#slider .rslides-content.style5 .featured-link a,
.thinkupslider-sc .rslides-content.style5 .featured-link a {
  font-size: 15px;
  font-weight: 600;
  background: #e0484c;
  border: none;
  padding: 7px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#slider .rslides-content.style5 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style5 .featured-link a:hover {
  background: #232323;
  background: rgba(0, 0, 0, 0.6);
}

/* Slider - Style 6 (Title - Black Background - White Font, Excerpt - Dark Color ) */
#slider .rslides-content.style6 .featured-title span,
#slider .rslides-content.style6 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style6 .featured-title span,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span {
  font-weight: 600;
}
#slider .rslides-content.style6 .featured-title,
.thinkupslider-sc .rslides-content.style6 .featured-title {
  margin-bottom: 30px;
}
#slider .rslides-content.style6 .featured-title span,
.thinkupslider-sc .rslides-content.style6 .featured-title span {
  font-size: 36px;
}
#slider .rslides-content.style6 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span {
  font-size: 18px;
  line-height: 30px;
}
#slider .rslides-content.style6 .featured-excerpt span i,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span i {
  position: relative;
  top: 5px;
  font-size: 25px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  background: none;
  margin: 0 15px 20px 0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#slider .rslides-content.style6 .featured-link a,
.thinkupslider-sc .rslides-content.style6 .featured-link a {
  font-size: 15px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  padding: 6px 30px;
  border-radius: 3px;
}
#slider .rslides-content.style6 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style6 .featured-link a:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* Slider - Style 7 (Title - Dark Background - Light Color, Excerpt - Light Background - Dark Color ) */
#slider .rslides-content.style7 .featured-title span,
#slider .rslides-content.style7 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style7 .featured-title span,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
  font-weight: 400;
}
#slider .rslides-content.style7 .featured-title span,
.thinkupslider-sc .rslides-content.style7 .featured-title span {
  font-size: 36px;
}
#slider .rslides-content.style7 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
  font-size: 14px;
  line-height: 30px;
}
#slider .rslides-content.style7 .featured-excerpt span i,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span i {
  font-size: 80%;
  margin-right: 7px;
  top: -1px;
  position: relative;
}
#slider .rslides-content.style7 .featured-link a,
.thinkupslider-sc .rslides-content.style7 .featured-link a {
  font-size: 15px;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  padding: 6px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#slider .rslides-content.style7 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style7 .featured-link a:hover {
  background: rgba(0, 0, 0, 0.2);
}

/* =Intro Options
----------------------------------------------------------------------------- */

/* Page Title */
/* #intro {
  padding: 45px 10px;
  background: #f5f5f5;
  border-bottom: 1px solid #e3e3e3;
} */
/* #intro #intro-core {
  width: 100%;
  display: table;
  word-wrap: break-word;
} */
/* #intro .page-title {
  font-size: 20px;
  color: #232323;
  text-transform: uppercase;
  margin: 0px;
  display: table-cell;
} */

/* Breadcrumbs */
#intro #breadcrumbs {
  color: #232323;
  font-size: 12px;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
#intro #breadcrumbs .delimiter {
  padding: 0px 5px;
}
/* #intro #breadcrumbs a {
  color: #e0484c;
} */
#intro #breadcrumbs a:hover {
  color: inherit;
}
#intro #breadcrumbs-home {
  padding-left: 12px;
}
#intro #breadcrumbs-home:after {
  position: relative;
  top: 1px;
  font-family: fontAwesome;
  font-size: large;
  content: "\f015";
  padding-left: 12px;
}

/* Align title and breadcumb table cells */
#intro.option1 .page-title {
  width: 100%;
}
#intro.option2 .page-title,
#intro.option2 #breadcrumbs {
  width: 50%;
}

/* =Notification Bar ----------------------------- */
#notification {
  position: relative;
  z-index: 999999;
  width: 100%;
  background: #364be6;
  border-bottom: 2px solid white;
  -webkit-box-shadow: 0 0 6px 0 #999;
  -moz-box-shadow: 0 0 6px 0 #999;
  -ms-box-shadow: 0 0 6px 0 #999;
  -o-box-shadow: 0 0 6px 0 #999;
  box-shadow: 0 0 6px 0 #999;
}
#notification-core {
  text-align: center;
  color: white;
  padding: 5px 0px;
}
#notification-core .notification-button {
  color: white;
  background: black;
  padding: 3px 10px;
  margin: 0px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/*  MAIN CONTENT --------------------------------- */

/* =Buttons --------------- */

/* Theme button - Style 1 */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  color: #fff;
  text-align: center;
  background: #e0484c;
  border: none;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
a.more-link,
a.themebutton {
  color: #fff;
  text-decoration: none !important;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #232323;
}
.themebutton:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
}

/* Theme button - Style 1 */
.themebutton2 {
  color: #232323;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #232323;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.themebutton2 {
  color: #232323;
  text-decoration: none !important;
}
.themebutton2:hover {
  color: #fff;
  background: #232323;
}
.themebutton2:focus {
}

/* Theme button - Style 3 */
.themebutton3 {
  color: #fff;
  text-align: center;
  background: #2d2d2d;
  border: none;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
a.themebutton3 {
  color: #fff;
  text-decoration: none !important;
}
.themebutton3:hover {
  background: #e0484c;
}

/* Theme button - Style 4 */
.themebutton4 {
  color: #e0484c;
  text-align: center;
  text-decoration: none !important;
  background: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #e0484c;
  -webkit-box-shadow: 0 0 0 4px #fff;
  -moz-box-shadow: 0 0 0 4px #fff;
  -ms-box-shadow: 0 0 0 4px #fff;
  -o-box-shadow: 0 0 0 4px #fff;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.themebutton4 {
  color: #fff;
  text-decoration: none !important;
}
.themebutton4:hover {
  color: #e0484c;
  background: #fff;
}

/* =Accessibility - Underline links within content areas
----------------------------------------------------------------------------- */
#section-home a,
#main a {
  /* text-decoration: underline; */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.themebutton,
a.themebutton,
.themebutton2,
a.themebutton2,
.entry-meta a,
.blog-title a,
.featured-link a,
.widget_tag_cloud a,
.nav-links a {
  text-decoration: none !important;
}

/* =Pre-Designed Homepage (code also in style-responsive.css)
----------------------------------------------------------------------------- */
#section-home {
  text-align: center;
  padding: 0 10px;
}
#section-home-inner {
  max-width: 1140px;
  margin: 30px auto 0;
}
#section-home .section {
  display: block;
  border: 3px solid #e7e7e7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section-home .entry-header {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#section-home .entry-header span {
  background: #333;
  display: block;
  position: relative;
  border-radius: 500px;
  width: 90px;
  height: 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
#section-home .entry-header i {
  font-size: 50px;
  color: white;
  position: relative;
  top: 20px;
}

#section-home img {
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#section-home a:hover img {
  opacity: 0.85;
}
#section-home .entry-content {
  color: #888;
  padding: 20px 15px 0px;
}
#section-home h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#section-home .more-link {
  padding: 5px 10px;
}
#section-home .more-link:after {
  font-family: FontAwesome;
  content: "\F101";
  padding-left: 5px;
}

/*  WIDGETS & SIDEBAR ------------------------------------ */

/* =Sidebar -------------------------------------------- */
#sidebar .widget {
  margin-bottom: 45px;
}
#sidebar h3.widget-title {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#sidebar .rev_slider_wrapper {
  padding: 3px;
  border: 1px solid #ddd;
}

/* Left Sidebar Layout */
.layout-sidebar-left #main {
  float: right;
  width: 73%;
  display: block;
}
.layout-sidebar-left #main-core {
  margin-left: 30px;
}
.layout-sidebar-left #sidebar {
  display: block;
  float: right;
  width: 27%;
}
.layout-sidebar-left #sidebar-core {
  margin-right: 20px;
}

/* Right Sidebar Layout */
.layout-sidebar-right #main {
  float: left;
  width: 73%;
  display: block;
}
.layout-sidebar-right #main-core {
  margin-right: 30px;
}
.layout-sidebar-right #sidebar {
  display: block;
  float: left;
  width: 27%;
}
.layout-sidebar-right #sidebar-core {
  margin-left: 20px;
}

/* =Widgets ------------------------------------------ */
.widget {
  line-height: 1.8;
}
.widget select {
  max-width: 100%;
}
.widget a {
  color: inherit;
}
#footer .widget {
  margin-bottom: 35px;
}
#footer .widget-area .widget:last-child {
  margin-bottom: 0px;
}

/* Link color  - Various widgets */
#footer .thinkup_widget_categories a,
#footer .popular-posts a,
#footer .recent-comments a,
#footer .recent-posts a,
#footer .thinkup_widget_tagscloud a {
  font-weight: normal;
}
#footer .popular-posts a.comment,
#footer .recent-comments a.date,
#footer .recent-posts a.date {
  color: #787878;
}
#footer .thinkup_widget_categories a:hover,
#footer .popular-posts a:hover,
#footer .recent-comments a:hover,
#footer .recent-posts a:hover {
  color: #888;
}

/* Default Widgets */
.widget ul {
  margin: 0;
}
.widget li {
  list-style: none;
}

.widget ul.children,
.widget ul.sub-menu {
  border-left: none;
  border-right: none;
  border-bottom: none !important;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child {
  border-bottom: none;
}
.widget ul.children li a,
.widget ul.sub-menu li a {
  padding-left: 20px;
}
.widget ul.children ul.children li a,
.widget ul.sub-menu ul.sub-menu li a {
  padding-left: 40px;
}
.widget select {
  width: 100%;
  margin-top: 10px;
}

/* Widget Specific - Archives */
.widget.widget_recent_comments li > a:before {
  content: "";
  margin-right: 0;
}

/* Widget Specific - Calendar */
.widget_calendar #calendar_wrap {
  border: 1px solid #ddd;
  padding: 10px;
}
.widget_calendar #wp-calendar {
  margin: 0;
}
#footer .widget_calendar #calendar_wrap {
  border-color: #353433;
  overflow: hidden;
}

/* Default Widget - Rss */
#sidebar .widget_rss li {
  padding: 10px 0;
}
.widget_rss li a {
  display: inline-block;
  color: #e0484c;
}
.widget_rss li a:hover {
  color: inherit;
}
.widget li a.rsswidget {
  padding: 0;
}
.widget li .rsswidget,
.widget li .rss-date,
.widget li .rssSummary {
  padding: 5px 0;
}

/* Default Widget - Tag Cloud */
.widget_tag_cloud a {
  font-size: 13px !important;
  color: #777;
  background: #eee;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.widget_tag_cloud a:hover {
  color: #fff;
  background: #232323;
}
#sidebar .widget_tag_cloud a {
  padding: 3px 10px;
  margin: 0 5px 6px 0;
}

#footer .widget_tag_cloud a:nth-child(3n) {
  margin-right: 0;
}
#footer .widget_tag_cloud a {
  color: #fff;
  background: #e0484c;
  font-size: 12px !important;
  text-align: center;
  padding: 4px 10px;
  margin: 0 3px 6px 0;
}
#footer .widget_tag_cloud a:hover {
  color: #888;
  background: #353433;
}

/* Default Widget - Search */
.widget_search .searchsubmit {
  display: none;
}
.widget_search form {
}
.widget_search .search {
  float: left;
  font-size: 11px;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#footer .widget_search form {
  border: none;
  padding: 0;
}
#footer .widget_search .search {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* Default Widget - Remove Borders */
#sidebar .widget_tag_cloud,
#sidebar .widget_archive,
#sidebar .widget_categories,
#sidebar .widget_search {
  border-bottom: none;
}

/* Custom Widget - Categories */
.thinkup_widget_categories {
  list-style: none;
}
.thinkup_widget_categories ul {
  list-style: none;
  margin: 0;
}
.thinkup_widget_categories li i {
  width: 10%;
}
.thinkup_widget_categories li a {
  display: block !important;
  padding: 0 !important;
}
.thinkup_widget_categories li a:hover {
  color: #e0484c;
}
.thinkup_widget_categories li span {
  float: left;
  display: inline-block;
}
.thinkup_widget_categories select {
  width: 95%;
  margin-top: 10px;
}

#sidebar .thinkup_widget_categories select {
  width: 100%;
}
#sidebar .thinkup_widget_categories .widget-main {
  padding-top: 5px;
}
#sidebar .thinkup_widget_categories li {
  padding: 10px 0;
}

/* Custom Widget - Child Menu */
.thinkup_widget_childmenu ul {
  overflow: hidden;
  border-width: 1px 1px 0;
  -webkit-border-radius: 10px 0px 10px 0px;
  -moz-border-radius: 10px 0px 10px 0px;
  -ms-border-radius: 10px 0px 10px 0px;
  -o-border-radius: 10px 0px 10px 0px;
  border-radius: 10px 0px 10px 0px;
}
.thinkup_widget_childmenu ul {
  border: 1px solid #ddd;
}
.thinkup_widget_childmenu li {
  border-bottom: 1px solid #ddd;
}
.thinkup_widget_childmenu li:last-child {
  border-bottom: none;
}
.thinkup_widget_childmenu li a {
  display: block;
  padding: 10px 20px;
}
.thinkup_widget_childmenu li > a:before {
  content: "\f105";
  float: right;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.thinkup_widget_childmenu li a.active,
.thinkup_widget_childmenu li a:hover,
.thinkup_widget_childmenu li > a.active:before,
.thinkup_widget_childmenu li > a:hover:before {
  color: #e0484c;
}

/* Custom Widget - Contact Form */
.wpcf7-form p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.wpcf7-form input {
  width: 100%;
  padding: 15px 20px;
}
.wpcf7-form input[type="submit"] {
  width: inherit;
  padding: 8px 30px;
}
.wpcf7-form textarea {
  height: 130px;
  min-height: 68px;
}
.wpcf7-form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  width: 100%;
  left: 0;
  top: -6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
  color: #969696;
  border: 1px solid #444;
  background: #2d2d2d;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#footer .wpcf7-form input[type="submit"] {
  text-transform: capitalize;
  border: 1px solid #111;
  background: #1a1a1a;
}

/* Custom Widget - Contact Form 7 placeholder text color */
.wpcf7-form ::-webkit-input-placeholder {
  font-size: 12px;
  color: #7a7a7a;
  opacity: 0.6;
}
.wpcf7-form :-moz-placeholder {
  font-size: 12px;
  color: #7a7a7a;
  opacity: 0.6;
}
.wpcf7-form ::-moz-placeholder {
  font-size: 12px;
  color: #7a7a7a;
  opacity: 0.6;
}
.wpcf7-form :-ms-input-placeholder {
  font-size: 12px;
  color: #7a7a7a;
  opacity: 0.6;
}

/* Custom Widget - Flickr */
.thinkup_widget_flickr a,
.thinkup_widget_flickr img {
  display: block;
}
.thinkup_widget_flickr img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.thinkup_widget_flickr .flickr {
  float: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.thinkup_widget_flickr .flickr-photo {
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 9px;
  margin-bottom: 9px;
}

#sidebar .thinkup_widget_flickr .flickr-photo {
  border: 2px solid #f5f5f5;
  box-shadow: 0 0 0 1px #ddd;
}
#sidebar .thinkup_widget_flickr a .image-overlay {
  background-color: #e0484c;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 75px;
  max-height: 75px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar .thinkup_widget_flickr a .image-overlay:before {
  display: block;
  position: relative;
  top: 3px;
  font-family: FontAwesome;
  content: "\f0c1";
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
}
#sidebar .thinkup_widget_flickr a:hover .image-overlay {
  opacity: 1;
}
#footer .thinkup_widget_flickr img {
  padding: 2px;
  border: 1px solid #515459;
}
#footer .thinkup_widget_flickr img:hover {
  border-color: #e0484c;
}

/* Custom Widget - Logo + Text */
#footer-core .thinkup_widget_logotext h3 span {
  padding: 0;
  border: none;
}

/* Custom Widget - Popular Posts / Recent Comments / Recent Posts */
.popular-posts .image,
.recent-comments .image,
.recent-posts .image {
  margin-bottom: 0px;
  position: relative;
  float: left;
}
.popular-posts .main,
.recent-comments .main,
.recent-posts .main {
  position: relative;
  margin-left: 95px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.popular-posts,
.recent-comments,
.recent-posts {
  clear: both;
}
.popular-posts a,
.recent-comments a,
.recent-posts a,
.popular-posts img,
.recent-comments img,
.recent-posts img {
  display: block;
}
.popular-posts a.title,
.recent-comments a.title,
.recent-posts a.title {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 7px;
}
.popular-posts img,
.recent-comments img,
.recent-posts img {
  max-width: 75px;
}
.popular-posts .comment,
.recent-comments .date,
.recent-posts .date {
  font-size: smaller;
  opacity: 0.8;
}
.popular-posts,
.recent-comments,
.recent-posts {
  padding-bottom: 20px;
}

#sidebar .popular-posts a .image-overlay,
#sidebar .recent-comments a .image-overlay,
#sidebar .recent-posts a .image-overlay {
  background-color: #e0484c;
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 75px;
  max-height: 75px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sidebar .popular-posts a .image-overlay:before,
#sidebar .recent-comments a .image-overlay:before,
#sidebar .recent-posts a .image-overlay:before {
  display: block;
  position: relative;
  top: 3px;
  font-family: FontAwesome;
  content: "\f0c1";
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 75px;
  height: 75px;
  line-height: 75px;
}
#sidebar .popular-posts:hover .image-overlay,
#sidebar .recent-comments:hover .image-overlay,
#sidebar .recent-posts:hover .image-overlay {
  opacity: 1;
}

#footer .popular-posts,
#footer .recent-comments,
#footer .recent-posts {
  border: none;
  padding: 0 0 15px;
}
#footer .popular-posts:last-child,
#footer .recent-comments:last-child,
#footer .recent-posts:last-child {
  border-bottom: none;
}
#footer .popular-posts img,
#footer .recent-comments img,
#footer .recent-posts img {
  max-width: 70px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .popular-posts:hover img,
#footer .recent-comments:hover img,
#footer .recent-posts:hover img {
  border-color: #e0484c;
}

/* Custom Widget - Recent Comments Quotes */
.thinkup_widget_recentcomments .quote {
  padding-left: 15px;
}
.thinkup_widget_recentcomments .quote:before {
  font-family: "Times New Roman", Georgia, Times, serif;
  content: "\201C";
  margin: -8px -15px;
  position: absolute;
}
.thinkup_widget_recentcomments .quote:before {
  color: #e0484c;
  font-size: 150%;
  font-weight: bold;
  display: inline;
}

/* Custom Widget - Search Form */
.thinkup_widget_search .searchsubmit {
  display: none;
}
.thinkup_widget_search .search {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

#footer .thinkup_widget_search .search {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

/* Custom Widget - Search input placeholder text color */
#sidebar .thinkup_widget_search ::-webkit-input-placeholder {
  color: #ccc;
}
#sidebar .thinkup_widget_search :-moz-placeholder {
  color: #ccc;
}
#sidebar .thinkup_widget_search ::-moz-placeholder {
  color: #ccc;
}
#sidebar .thinkup_widget_search :-ms-input-placeholder {
  color: #ccc;
}

#footer .thinkup_widget_search ::-webkit-input-placeholder {
  color: #555;
}
#footer .thinkup_widget_search :-moz-placeholder {
  color: #555;
}
#footer .thinkup_widget_search ::-moz-placeholder {
  color: #555;
}
#footer .thinkup_widget_search :-ms-input-placeholder {
  color: #555;
}

/* Custom Widget - Tabs Specific */
.thinkup_widget_tabs .nav-tabs {
  margin: 0 0 20px;
  border: none;
  overflow: hidden;
}
.thinkup_widget_tabs .nav-tabs > li {
  margin-bottom: 0;
  border-bottom: 0;
}
.thinkup_widget_tabs li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.thinkup_widget_tabs li a:before {
  content: "";
  margin: 0;
}
.thinkup_widget_tabs li a,
.thinkup_widget_tabs li a:hover,
.thinkup_widget_tabs li.active a,
.thinkup_widget_tabs li.active:hover a {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
.thinkup_widget_tabs h3.widget-title {
  line-height: 40px;
  text-align: center;
}
.thinkup_widget_tabs li.active > a,
.thinkup_widget_tabs h3.widget-title {
  height: 40px;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.thinkup_widget_tabs .popular-posts:last-child,
.thinkup_widget_tabs .recent-comments:last-child,
.thinkup_widget_tabs .recent-posts:last-child {
  border-bottom: none;
}

#sidebar .thinkup_widget_tabs li.active > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

#sidebar .thinkup_widget_tabs h3.widget-title {
  display: block;
  color: #777;
  background: #eee;
  margin: 0;
}
#sidebar .thinkup_widget_tabs li.active h3.widget-title {
  color: #fff;
  background: #e0484c;
}

/*  PAGE FORMATS ---------------------------------------------- */

/* =Meta Content --------------------------------------- */
.entry-meta {
  font-size: 11px;
}
.entry-meta > span {
  display: inline-block;
  margin: 0 5px 5px 0;
}

/* =Blog - Style 1 ----------------------------------- */
.blog-thumb {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.blog-thumb > a,
.blog-thumb iframe,
.blog-thumb img {
  display: block;
}
.blog-thumb img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-thumb img:hover {
  opacity: 0.8;
}
.blog-icon i {
  color: white;
  line-height: 48px;
  width: 48px;
  height: 48px;
  float: left;
  display: inline-block;
  background: #b7c6c9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.blog-icon i:hover {
  background: #e0484c;
}
.blog-article .more-link {
  text-transform: uppercase;
  padding-top: 10px;
}
.blog-article .more-link a {
  padding: 10px 15px;
}

/* =Blog - Featured Image Overlay ------------------------------ */
.blog-thumb .image-overlay {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-thumb:hover .image-overlay {
  opacity: 0.9;
}
.blog-thumb .image-overlay-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.blog-thumb .image-overlay .prettyphoto-wrap {
  display: table-cell;
  vertical-align: middle;
}
.blog-thumb .image-overlay-inner a {
  display: inline-block;
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 5px;
  border: 1px solid #fff;
}
.blog-thumb .image-overlay-inner a.hover-zoom {
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  -o-transform: translateX(-35px);
  transform: translateX(-35px);
}
.blog-thumb .image-overlay-inner a.hover-link {
  -webkit-transform: translateX(35px);
  -moz-transform: translateX(35px);
  -ms-transform: translateX(35px);
  -o-transform: translateX(35px);
  transform: translateX(35px);
}
.blog-thumb .image-overlay-inner a:hover {
  background: #e0484c;
}
.blog-thumb:hover .image-overlay-inner a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.blog-thumb .image-overlay-inner i {
  line-height: 45px;
  font-style: normal;
}

/* Icon animation when single link is showing */
.blog-thumb .image-overlay.style2 a.hover-zoom,
.blog-thumb .image-overlay.style2 a.hover-link {
  -webkit-transform: translateY(35px);
  -moz-transform: translateY(35px);
  -ms-transform: translateY(35px);
  -o-transform: translateY(35px);
  transform: translateY(35px);
}
.blog-thumb:hover .image-overlay.style2 a {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* =Blog - Style 1 & Style 2 -------------------------- */
.blog-article {
  background: #fff;
  background: #fff;
  margin-bottom: 70px;
  padding-bottom: 50px;
  border-bottom: 3px solid #e7e7e7;
}
.blog-article.sticky {
  background: #f8f8f8;
  padding: 20px 20px 30px;
}

.blog-grid.column-1 {
  width: 100%;
  padding: 0%;
}
.blog-article .entry-meta {
  margin-bottom: 10px;
}
.blog-article .entry-meta a {
  text-decoration: none !important;
}
.blog-article.sticky .entry-content {
  padding: 15px 15px 0;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-article .entry-header {
  position: relative;
}
.blog-article .blog-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.blog-article .blog-thumb {
  max-width: 100%;
  display: inline-block;
}
.blog-article .blog-thumb.gallery {
  display: block;
}
.blog-article .blog-thumb.gallery .rslides-container {
  padding: 0;
}
.blog-article .blog-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.blog-article .blog-title a {
  color: inherit;
  text-decoration: none !important;
}
.blog-article .blog-title a:hover {
  color: #e0484c;
}
.blog-article .entry-content {
  margin-top: 25px;
}
.blog-article .entry-footer {
  padding: 20px 20px 15px;
}
.blog-article .entry-meta > span {
  text-transform: uppercase;
  margin-right: 10px;
}
.blog-article .entry-meta > span:before {
  color: #999;
  content: "/";
  margin-right: 10px;
}
.blog-article .entry-meta > span:first-child:before {
  content: "";
  margin: 0;
}
.blog-article .entry-meta a,
.blog-article .entry-meta i {
  color: inherit;
}
.blog-article .entry-meta a {
}
.blog-article .entry-meta a:hover {
  color: #e0484c;
}
.blog-article .entry-meta i {
  font-size: 110%;
  padding-right: 10px;
}

/* =Blog - Style 1 --------------------------------------- */
.blog-style1 .entry-content.comment-icon {
  position: relative;
}
.blog-style1 .entry-content.comment-icon .comment .comment-text {
  display: none;
}
.blog-style1 .entry-content.comment-icon .comment:before {
  content: "";
  margin: 0;
}
.blog-style1 .entry-content.comment-icon .comment {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  text-align: center;
}
.blog-style1 .entry-content.comment-icon .fa-comments {
  display: block;
  color: #ddd;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ddd;
  padding: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-style1 .entry-content.comment-icon .fa-comments:hover {
  color: #e0484c;
  border: 1px solid #e0484c;
}
.blog-style1 .entry-content.comment-icon .comment a {
  color: #232323;
}
.blog-style1 .entry-content.comment-icon .comment a:hover {
  color: #e0484c;
}

/* Blog Style 1 - Layout 1 */
.blog-style1.blog-style1-layout1 .blog-article .entry-content {
  margin-top: 0px;
}
.blog-style1.blog-style1-layout1
  .entry-content.comment-icon
  .comment
  .comment-count {
  display: none;
}

/* Blog Style 1 - Layout 2 */
.blog-style1.blog-style1-layout2 .entry-content.comment-icon {
  margin-left: 90px;
}
.blog-style1.blog-style1-layout2 .entry-content.comment-icon .comment {
  left: -90px;
  right: auto;
}
.blog-style1.blog-style1-layout2 .entry-content.comment-icon .fa-comments {
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}

/* =Blog - Style 2 --------------------------------------- */
.blog-style2 .blog-grid.column-2 {
  width: 50%;
  padding: 0 10px;
}
.blog-style2 .blog-grid.column-3 {
  width: 33%;
  padding: 0 10px;
}
.blog-style2 .blog-grid.column-4 {
  width: 25%;
  padding: 0 10px;
}

.blog-style2 #content {
  background: #fafafa;
}
.blog-style2 .blog-article {
  margin-bottom: 20px;
  padding: 0px;
  border: 1px solid #e7e7e7;
}
.blog-style2 .blog-article .entry-content {
  margin: 0;
  padding: 10px 20px 20px;
}

/* =Single Post ------------------- */

/* Post Format */
.post-thumb {
  margin-bottom: 25px;
}
.single .entry-header {
  margin-bottom: 20px;
  border-bottom: 3px solid #e7e7e7;
}
.single .post-title {
  font-size: 30px;
  text-transform: uppercase;
  margin: 0;
}

/* Meta content */
.single .entry-meta {
  margin-bottom: 20px;
}
.single .entry-meta,
.single .entry-meta a {
  color: inherit;
}
.single .entry-meta a:hover {
  color: #e0484c;
}
.single .entry-meta > span {
  margin-right: 10px;
  text-transform: uppercase;
}
.single .entry-meta > span:before {
  color: #999;
  content: "/";
  margin-right: 10px;
}
.single .entry-meta > span:first-child:before {
  content: "";
  margin: 0;
}
.single .entry-meta i {
  opacity: 0.8;
  padding-right: 10px;
}

/* Comment meta */
.single .entry-header.comment-icon {
  position: relative;
  padding-left: 90px;
  min-height: 115px;
}
.single .entry-header.comment-icon .comment .comment-text {
  display: none;
}
.single .entry-header.comment-icon .comment:before {
  content: "";
  margin: 0;
}
.single .entry-header.comment-icon .comment {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.single .entry-header.comment-icon .fa-comments {
  display: block;
  color: #ddd;
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #ddd;
  padding: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single .entry-header.comment-icon .fa-comments:hover {
  color: #e0484c;
  border: 1px solid #e0484c;
}
.single .entry-header.comment-icon .comment a {
  color: #232323;
}
.single .entry-header.comment-icon .comment a:hover {
  color: #e0484c;
}

/* Post - Content Area */
.single .entry-content {
  margin-bottom: 30px;
}

/* Post - Page Link */
.page-links {
  margin-bottom: 25px;
}

/* Featured Image Specific */
.single .format-image .post-thumb img {
  display: block;
}

/* Post - Share */
#sharepost {
  display: table;
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#sharemessage,
#shareicons {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
#sharemessage {
}
#sharemessage p {
  text-transform: uppercase;
  margin: 0;
}
#shareicons {
  text-align: right;
}
#shareicons a {
  color: #888;
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  width: 20px;
  height: 20px;
}
#shareicons a:hover {
  color: #232323;
}
#shareicons i {
  font-size: 15px;
}

#shareicons .tooltip-inner {
  text-shadow: none;
  padding: 4px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* =Contact Us ------------------------------- */
.page-template-template-contact iframe {
  width: 100% !important;
  max-height: 350px !important;
}
.page-template-template-contact-php #main .google-map-placeholder {
  width: 100% !important;
  height: 400px !important;
}
.page-template-template-contact-php #main h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.page-template-template-contact-php #main h5 {
  font-weight: 600;
}
.page-template-template-contact-php #main .contact-details h5 {
  width: 80px;
}

.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-template-contact-php #main .contact-details i,
.page-template-template-contact-php #main .contact-details h4,
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
  display: inline-block;
}
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
  vertical-align: top;
  margin-bottom: 5px;
}
.page-template-template-contact-php #main .contact-details i {
  color: #b2b2b2;
  font-size: 16px;
  text-align: center;
  width: 20px;
  margin: 0 12px 5px 0;
}

.page-template-template-contact-php #content {
  padding: 0;
}
.page-template-template-contact-php #content-core {
  margin: 0;
  max-width: 100%;
}
.page-template-template-contact-php .panel-grid {
  padding: 30px 10px 0;
}
.page-template-template-contact-php .panel-grid-core {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}

/* =Archive --------------------------- */
.page-template-template-archive-php h3.page-title {
  margin-top: 0;
}
.page-template-template-archive-php #main-core a {
  color: inherit;
}
.page-template-template-archive-php #main-core a:hover {
  color: #e0484c;
}
.page-template-template-archive-php ul.archive-pages,
.page-template-template-archive-php ul.archive-categories,
.page-template-template-archive-php ul.archive-authors,
.page-template-template-archive-php ul.archive-monthly,
.page-template-template-archive-php ul.archive-recent {
  margin-left: 2px;
  list-style: none;
}
.page-template-template-archive-php ul.archive-pages li,
.page-template-template-archive-php ul.archive-categories li,
.page-template-template-archive-php ul.archive-authors li,
.page-template-template-archive-php ul.archive-monthly li,
.page-template-template-archive-php ul.archive-recent li {
  padding-bottom: 4px;
}
.page-template-template-archive-php ul.archive-pages .children li,
.page-template-template-archive-php ul.archive-categories .children li,
.page-template-template-archive-php ul.archive-authors .children li,
.page-template-template-archive-php ul.archive-monthly .children li,
.page-template-template-archive-php ul.archive-recent .children li {
  padding-left: 25px;
}
.page-template-template-archive-php ul.archive-pages li:before,
.page-template-template-archive-php ul.archive-categories li:before,
.page-template-template-archive-php ul.archive-authors li:before,
.page-template-template-archive-php ul.archive-monthly li:before,
.page-template-template-archive-php ul.archive-recent li:before {
  color: #aaa;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.3333333333333333em;
  padding-right: 10px;
}
.page-template-template-archive-php ul.archive-pages ul.children,
.page-template-template-archive-php ul.archive-categories ul.children,
.page-template-template-archive-php ul.archive-authors ul.children,
.page-template-template-archive-php ul.archive-monthly ul.children,
.page-template-template-archive-php ul.archive-recent ul.children {
  margin: 10px 0px 10px -2px;
  list-style: none;
}

/* =Sitemap --------------------------------------- */
.page-template-template-sitemap-php h3.page-title {
  margin-top: 0;
}
.page-template-template-sitemap-php #main-core a {
  color: inherit;
}
.page-template-template-sitemap-php #main-core a:hover {
  color: #e0484c;
}
.page-template-template-sitemap-php ul.sitemap-pages,
.page-template-template-sitemap-php ul.sitemap-authors,
.page-template-template-sitemap-php ul.sitemap-archives,
.page-template-template-sitemap-php ul.sitemap-posts,
.page-template-template-sitemap-php ul.sitemap-posts ul {
  margin-left: 2px;
  list-style: none;
}
.page-template-template-sitemap-php ul.sitemap-pages li,
.page-template-template-sitemap-php ul.sitemap-authors li,
.page-template-template-sitemap-php ul.sitemap-archives li,
.page-template-template-sitemap-php ul.sitemap-posts li,
.page-template-template-sitemap-php ul.sitemap-posts ul li {
  padding-bottom: 4px;
}
.page-template-template-sitemap-php ul.sitemap-pages .children li,
.page-template-template-sitemap-php ul.sitemap-authors .children li,
.page-template-template-sitemap-php ul.sitemap-archives .children li,
.page-template-template-sitemap-php ul.sitemap-posts .children li,
.page-template-template-sitemap-php ul.sitemap-posts ul .children li {
  padding-left: 25px;
}
.page-template-template-sitemap-php ul.sitemap-pages li:before,
.page-template-template-sitemap-php ul.sitemap-authors li:before,
.page-template-template-sitemap-php ul.sitemap-archives li:before,
.page-template-template-sitemap-php ul.sitemap-posts li:before,
.page-template-template-sitemap-php ul.sitemap-posts ul li:before {
  color: #aaa;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f105";
  font-size: 1.3333333333333333em;
  padding-right: 10px;
}
.page-template-template-sitemap-php ul.sitemap-pages ul.children,
.page-template-template-sitemap-php ul.sitemap-authors ul.children,
.page-template-template-sitemap-php ul.sitemap-archives ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul ul.children {
  margin: 10px 0px 10px -2px;
  list-style: none;
}

/* =Parallax --------------------------- */
.page-template-template-parallax-php #content {
  padding: 0;
}
.page-template-template-parallax-php #content-core {
  margin: 0;
  max-width: 100%;
}
.page-template-template-parallax-php .panel-grid {
  padding: 30px 10px 0;
}
.page-template-template-parallax-php.layout-boxed .panel-grid {
  padding: 30px 20px 0;
}
.page-template-template-parallax-php .panel-grid-core,
.page-template-template-parallax-php #content #nav-above,
.page-template-template-parallax-php #content #nav-below,
.page-template-template-parallax-php #content #comments {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
}
.page-template-template-parallax-php #content #comments {
  padding-bottom: 30px;
}

/* =Testimonial ----------------------- */

/* Testimonial Style 2 */
.post-type-archive-testimonial.testimonial-style2 #content,
.page-template-template-testimonial-php.testimonial-style2 #content {
  background: #fafafa;
}
.post-type-archive-testimonial.testimonial-style2
  .testimonial-grid.style2
  .entry-header,
.page-template-template-testimonial-php.testimonial-style2
  .testimonial-grid.style2
  .entry-header {
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.post-type-archive-testimonial.testimonial-style2
  .testimonial-grid.style2
  .entry-content,
.page-template-template-testimonial-php.testimonial-style2
  .testimonial-grid.style2
  .entry-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-top: none;
}

/* Testimonial Style 3 */
.post-type-archive-testimonial.testimonial-style3 #content,
.page-template-template-testimonial-php.testimonial-style3 #content {
  background: #fafafa;
}

/* =Search Results ------------------------------------- */
.search-results .blog-article .entry-meta {
  margin: 0;
}

/* =404 Error ------------------------------------------- */
.title-404 {
  text-align: center;
  margin: 30px 0;
}
.title-404 h2 {
  line-height: 1;
  font-size: 80px;
  margin: 0 0 20px 0;
}
.title-404 h2 i {
  padding-right: 15px;
}
.title-404 p {
  font-size: 15px;
}
.title-404 .search {
  margin-bottom: 20px;
  width: 200px;
  max-width: 200px;
}

/* =Portfolio (styling code in style-portfolio.css) -------- */
.column-1 {
  width: 100%;
  padding: 10px;
}
.column-2 {
  width: 50%;
  padding: 10px;
}
.column-3 {
  width: 33.333%;
  padding: 10px;
}
.column-4 {
  width: 25%;
  padding: 10px;
}
.column-5 {
  width: 20%;
  padding: 10px;
}
.column-6 {
  width: 16.65%;
  padding: 10px;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* =Project -------------------------------- */

/* =Clients --------------------------------------- */
.client-thumb {
  text-align: center;
  margin: 0;
  list-style: none;
}
.column-4.client_grid {
  padding: 30px 10px;
}

/* =Team ---------------------------- */
.team_grid {
  margin-bottom: 20px;
}
.team_grid .team-thumb {
  display: block;
  margin: 0;
  padding: 0;
}
.team_grid .entry-header {
  display: block;
}
.team_grid .entry-content {
  background: #fafafa;
  border: none;
  margin: 0;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.team_grid .entry-content h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
.team_grid .entry-content h4 a {
  color: inherit;
}
.team_grid .entry-content h4 a:hover {
  color: #e0484c;
}
.team_grid .entry-content h5 {
  color: #8b8b8b;
  margin-bottom: 20px;
}
.team-thumb .wrap-team {
  display: table-cell;
  vertical-align: middle;
}

/* Team page members media */
.team-social {
  display: block;
  position: relative;
}
.team-social ul {
  display: table;
  margin: 0;
}
.team-social li {
  display: table-cell;
  vertical-align: top;
  float: none;
  padding: 0 !important;
}
.team-social li a {
  display: table;
  font-size: 14px;
  text-align: center;
  color: #232323;
  width: 34px;
  height: 34px;
  background: #eaeaea;
  margin-right: 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.team-social li a:hover {
  color: #fff;
  background: #e0484c;
}
.team-social li i {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.team-social .tooltip-inner {
  padding: 5px 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* Align team details in table (name, social, message) */
.team-content .entry-header {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.team-content .team-title,
.team-content .team-links,
.team-content .team-email {
  display: table-cell;
  vertical-align: middle;
}
.team-content .team-links,
.team-content .team-email {
  text-align: right;
}
.team-content .team-links ul {
  margin: 0 0 0 auto;
}
.team-content .team-email {
  width: 150px;
}
.team-content .team-email a {
  padding: 6px 20px;
  display: inline-block;
}

/* Team Layout - Style 2 */
.team_grid.style2 {
  margin-bottom: 55px;
}
.team_grid.style2 .entry-content {
  background: none;
  padding-top: 0;
}

/* =Testimonials ------------------------------------ */
.testimonial-grid {
  text-align: center;
}
.testimonial-grid .entry-content {
  padding: 20px 25px 25px;
  margin-bottom: 20px;
}
.testimonial-thumb img {
  display: block;
  margin: 0 auto;
}
.testimonial-excerpt {
  display: inline-block;
  text-align: center;
}
.testimonial-excerpt p:last-child {
  margin-bottom: 10px;
}
.testimonial-name h3 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}
.testimonial-name h3 a {
  color: inherit;
}
.testimonial-name h3 a:hover {
  color: #e0484c;
}
.testimonial-position {
  opacity: 0.8;
  font-size: 90%;
}
.testimonial-quote {
  height: 45px;
  margin-bottom: 5px;
}
.testimonial-quote:before {
  color: #e0484c;
  font-family: "Times New Roman", Arial, Helvetica;
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
}
.testimonial-quote:before {
  content: "\201D";
}

/* Testimonial - Style 1 */
.testimonial-grid.style1 .testimonial-thumb a {
  display: inline-block;
}
.testimonial-grid.style1 .testimonial-thumb img {
  padding: 2px;
  border: 1px solid #eaeaea;
}
.testimonial-grid.style1 .testimonial-excerpt {
  position: relative;
  font-size: 15px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-bottom: 10px;
}
.testimonial-grid.style1 .testimonial-excerpt:before,
.testimonial-grid.style1 .testimonial-excerpt:after {
  left: 45%;
  right: 100%;
  border: solid rgba(0, 0, 0, 0);
  border-width: 20px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.testimonial-grid.style1 .testimonial-excerpt:before {
  bottom: -40px;
  border-top-color: #fafafa;
  z-index: 2;
}
.testimonial-grid.style1 .testimonial-excerpt:after {
  bottom: -41px;
  border-top-color: #e0e0e0;
}

/* Testimonial - Style 2 */
.testimonial-grid.style2 .entry-header {
  border: 1px solid #fafafa;
  border-bottom: none;
}
.testimonial-grid.style2 .entry-content {
  background: #fafafa;
}

/* Testimonial - Style 3 */
.testimonial-grid.style3 {
  margin-top: 75px;
  overflow: visible;
}
.testimonial-grid.style3 .entry-header,
.testimonial-grid.style3 .entry-content {
  background: #fff;
  border: 1px solid #e0e0e0;
}
.testimonial-grid.style3 .entry-header {
  border-bottom: none;
}
.testimonial-grid.style3 .entry-content {
  border-top: none;
}

.testimonial-grid.style3 .testimonial-thumb {
  margin-top: -75px;
}
.testimonial-grid.style3 .testimonial-thumb a {
  display: inline-block;
}
.testimonial-grid.style3 .testimonial-thumb img {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

/*  SHORTCODES - THEME SPECIFIC STYLE ------------------ */

/* BLOCKQUOTES ------------------------------ */
blockquote.style2:before,
q.style2:before,
blockquote.style2:after,
q.style2:after {
  content: "";
}
blockquote.style2,
q.style2 {
  color: inherit;
  background: none;
  padding: 0 20px;
  margin-bottom: 20px;
  border-left: 10px solid #e0484c;
}
blockquote.style2 p:last-child,
q.style2 p:last-child {
  margin-bottom: 0;
}

/* CAROUSEL (NAVIGATION) --------------------------------- */
.sc-carousel {
}
.sc-carousel li {
  margin: 0;
  border: none;
}
.sc-carousel a.prev,
.sc-carousel a.next {
  color: #232323;
  background: #eee;
}
.sc-carousel a.prev:hover,
.sc-carousel a.next:hover {
  color: #fff;
  background: #232323;
  background: #e0484c;
}

.sc-carousel a.prev i,
.sc-carousel a.next i {
  color: inherit;
  top: 0;
  line-height: 30px;
}
.sc-carousel a.prev:hover i,
.sc-carousel a.next:hover i {
  color: #fff;
}

.sc-carousel .entry-header {
  margin: 0;
}
.sc-carousel .entry-content {
  margin: 23px 0 0 0;
}
.sc-carousel .entry-content h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sc-carousel .entry-content .date a,
.sc-carousel .entry-content .date a {
  color: #3d3d3d;
}
.sc-carousel .entry-content .comment {
  float: none;
  line-height: 1;
}
.sc-carousel-title {
  float: left;
  position: absolute;
  top: -70px;
}

/* Blog specific */
.sc-carousel .entry-meta {
  line-height: 1;
  margin-bottom: 15px;
}

/* Portfolio specific */
.sc-carousel .port-thumb {
  display: block;
}

/* Corrects text color when cutom styling heading option is selected */
.sc-carousel .entry-content h4 a:hover {
  color: #e0484c !important;
}

/* Image overlay effect (includes post item and grid shortcodes) */
.sc-carousel .image-overlay .prettyphoto-wrap {
  display: table-cell;
  vertical-align: middle;
}
.sc-carousel .entry-header .image-overlay-inner,
.sc-postitem .entry-header .image-overlay-inner,
.sc-grid .entry-header .image-overlay-inner {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.sc-carousel .entry-header .hover-link,
.sc-carousel .entry-header .hover-zoom,
.sc-postitem .entry-header .hover-link,
.sc-postitem .entry-header .hover-zoom,
.sc-grid .entry-header .hover-link,
.sc-grid .entry-header .hover-zoom {
  line-height: 45px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  background: none;
  margin: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sc-carousel .entry-header:hover .hover-zoom,
.sc-carousel .entry-header:hover .hover-link,
.sc-postitem .entry-header:hover .hover-zoom,
.sc-postitem .entry-header:hover .hover-link,
.sc-grid .entry-header:hover .hover-zoom,
.sc-grid .entry-header:hover .hover-link {
  background: none;
}
.sc-carousel .entry-header .hover-link:hover,
.sc-carousel .entry-header .hover-zoom:hover,
.sc-postitem .entry-header .hover-link:hover,
.sc-postitem .entry-header .hover-zoom:hover,
.sc-grid .entry-header .hover-link:hover,
.sc-grid .entry-header .hover-zoom:hover {
  background: #e0484c;
}
.sc-carousel .entry-header .hover-zoom:before,
.sc-carousel .entry-header .hover-link:before,
.sc-postitem .entry-header .hover-zoom:before,
.sc-postitem .entry-header .hover-link:before,
.sc-grid .entry-header .hover-zoom:before,
.sc-grid .entry-header .hover-link:before {
  right: auto;
  top: auto;
  line-height: 45px;
  width: 45px;
}
.sc-carousel .entry-header .hover-zoom:before,
.sc-postitem .entry-header .hover-zoom:before,
.sc-grid .entry-header .hover-zoom:before {
  font-size: 22px;
  font-family: dashicons;
  content: "\f211";
}
.sc-carousel .entry-header .hover-link:before,
.sc-postitem .entry-header .hover-link:before,
.sc-grid .entry-header .hover-link:before {
  font-size: 22px;
  font-family: dashicons;
  content: "\f345";
  right: auto;
  top: auto;
}

/* FEATURED / IMAGE ----------------------------- */
.sc-featured,
.sc-image {
  margin-top: 0;
}
.sc-featured {
  padding: 0;
}
.sc-image {
  padding-bottom: 10px;
}
.sc-featured .entry-header {
  margin-bottom: 15px;
}
.sc-featured h3 {
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
}
.sc-featured .image-overlay i,
.sc-image .image-overlay i {
  color: #fff;
  font-size: 55px;
}
.sc-featured .image-overlay i.fa-hover-plus,
.sc-image .image-overlay i.fa-hover-plus {
  display: block;
  font-size: 19px;
  line-height: 1;
  font-style: normal;
  width: 19px;
  height: 19px;
  margin: 0 auto;
  padding: 11px;
  border: 7px solid #fff;
  webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.sc-featured .image-overlay i.fa.fa-hover-plus:after,
.sc-image .image-overlay i.fa.fa-hover-plus:after {
  content: "+";
}

/* LIST - FONT AWESOME -------------------------------- */
ul.iconfont i {
  color: #e0484c;
  font-size: 90%;
  margin: 0 15px 0 -22px;
}

/* LIGHTBOX --------------------------- */
.sc-lightbox .image-overlay {
}
.sc-lightbox:hover .image-overlay {
  opacity: 0.8;
}
.sc-lightbox .image-overlay-inner {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
.sc-lightbox .hover-zoom {
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 1px;
  border: 1px solid #fff;
  background: none;
  webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sc-lightbox .hover-zoom:hover {
  background: #e0484c;
}
.sc-lightbox .hover-zoom:before {
  content: "\f211";
  font-family: dashicons;
  font-size: 22px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sc-lightbox a:hover:before {
}

/* NOTIFICATION BOXES ---------------------------------- */
.notification {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.notification p:last-child {
  margin: 0;
}

.notification,
.notification.normal {
  background: #f9f9f9;
}
.notification.download,
.notification.success {
  background: #e2f1dc;
  color: #71a772;
}
.notification.error,
.notification.stop {
  background: #f0dddd;
  color: #d37473;
}
.notification.info,
.notification.question {
  background: #daeef8;
  color: #3e8bb1;
}
.notification.warning,
.notification.message {
  background: #fdf9e5;
}

.notification .icon {
  padding: 15px 20px;
}
.notification.error .icon {
  background: none;
}
.notification.stop .icon {
  background: none;
}
.notification.download .icon {
  background: none;
}
.notification.success .icon {
  background: none;
}
.notification.info .icon {
  background: none;
}
.notification.question .icon {
  background: none;
}
.notification.warning .icon {
  background: none;
}
.notification.message .icon {
  background: none;
}

/* PRICING TABLE -------------------------- */

.pricing-table {
  text-align: center;
  background: #f6f6f6;
}
.pricing-table .entry-header {
  padding: 55px 20px 25px;
}
.pricing-table .entry-content {
  padding: 25px 20px 45px;
}
text-shadow: none;
text-indent: 1000%;
white-space: nowrap;
overflow: hidden;

.pricing-table li {
  line-height: 1;
  position: relative;
  border-bottom: none;
}
.pricing-table i {
  color: #e0484c;
  position: absolute;
  left: -15px;
}
.pricing-features {
  text-align: left;
  display: inline-block;
}

.pricing-table .pricing-title,
.pricing-table .pricing-price {
  line-height: 1;
  color: #e0484c;
}
.pricing-table .pricing-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pricing-table .pricing-price {
  font-size: 40px;
}

.pricing-table .pricing-link a {
  min-width: 115px;
  font-weight: 600;
  display: inline-block;
  margin: 4px;
  padding: 5px 40px;
}

/* Style 1 */
.pricing-table.style1 .pricing-link a {
  border: 2px solid #fff;
}

/* Style 2 */
.pricing-table.style2 i {
  color: #fff;
}
.pricing-table.style2 {
  background: #e0484c;
}
.pricing-table.style2 .entry-header {
  padding: 55px 20px;
}
.pricing-table.style2 .pricing-title,
.pricing-table.style2 .pricing-price,
.pricing-table.style2 .pricing-features {
  color: #fff;
}
.pricing-table.style2 .pricing-link a {
  border: 2px solid #e0484c;
}

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

.rslides-sc .rslides-inner li {
}
.rslides-sc a.rslides_nav {
  opacity: 1;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 9999;
  width: 60px;
  height: 60px;
  line-height: 1;
  margin: -25px 0px 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.rslides-sc a.rslides_nav.prev {
  left: -60px;
}
.rslides-sc a.rslides_nav.next {
  right: -60px;
}
.rslides-sc a.rslides_nav.prev:before,
.rslides-sc a.rslides_nav.next:before {
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 60px;
  display: block;
  position: relative;
  z-index: 9999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before {
  color: #333;
  background: #fff;
}
.rslides-sc .rslides-inner:hover a.rslides_nav {
  opacity: 1;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev {
  left: 0px;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next {
  right: 0px;
}

/* TABS --------------------------------- */

/* Style 2 */
.tabs.style2 .nav-tabs a {
  font-weight: 600;
  color: #bebebe;
  background: none;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tabs.style2 .tab-content,
.tabs.style2 .nav-tabs {
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.tabs.style2 .nav-tabs .active a,
.tabs.style2 .nav-tabs a:hover {
  color: #e0484c;
}

/* Style 3 */
.tabs.style3 .nav-tabs {
  display: inline-block;
  border: 4px solid #e0484c;
  padding: 2px 0 3px 2px;
}
.tabs.style3 .nav-tabs a {
  font-weight: 400;
  color: #e0484c;
  border: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.tabs.style3 .tab-content {
  border: none;
}
.tabs.style3 .nav-tabs .active a,
.tabs.style3 .nav-tabs a:hover {
  color: #fff;
  background: #e0484c;
}

/* Position specific code */
.tabs.style3 .tab-buttons-full .nav-tabs {
  display: block;
}

/* PORTFOLIO POST CAROUSEL -------------------------- */
.sc-carousel.carousel-portfolio .entry-header {
  display: block;
}
.sc-carousel.carousel-portfolio .entry-content h4 {
  font-size: 14px;
  line-height: inherit;
  margin: 0;
}
.sc-carousel.carousel-portfolio .entry-content h4 a:hover {
  color: #e0484c;
}
.sc-carousel.carousel-portfolio .entry-footer {
  font-size: 100%;
  border: 0;
  margin: 0;
  padding: 0;
}
.sc-carousel.carousel-portfolio .entry-footer p {
  margin: 0;
}
.sc-carousel.carousel-portfolio .comment {
  display: none;
}

/* Slight changes to style for 3 and 4 column carousels */
.sc-carousel.carousel-portfolio.items-3 .port-details.style2 .port-title {
  font-size: 20px;
}
.sc-carousel.carousel-portfolio.items-4 .port-details.style2 .port-title,
.sc-carousel.carousel-portfolio.items-5 .port-details.style2 .port-title,
.sc-carousel.carousel-portfolio.items-6 .port-details.style2 .port-title {
  font-size: 16px;
}

/* TEAM POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-team .entry-header {
  display: block;
}
.sc-carousel.carousel-team .entry-content {
}
.sc-carousel.carousel-team .entry-content h4 {
  font-size: 15px;
}
.sc-carousel.carousel-team .entry-content h5 {
  font-size: 13px;
  color: #8b8b8b;
  margin: -10px 0 15px;
}

/* Team Carousel Overlay */
.sc-carousel.carousel-team .entry-header .hover-link {
  font-weight: 400;
  width: auto;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.sc-carousel.carousel-team .entry-header .hover-link:hover {
  color: #fff;
}
.sc-carousel.carousel-team .entry-header .hover-link:before,
.sc-carousel.carousel-team .entry-header .hover-link:before {
  content: "";
}

/* Team Carousel Overlay - Style 2 */
.sc-carousel.carousel-team .entry-header .overlay2 .hover-link:hover {
  color: #e0484c;
  background: #fff;
}

/* TEAMPOST ITEM -------------------------------------- */

/* TESTIMONIAL POST CAROUSEL ---------------------------- */

.sc-carousel.carousel-testimonial .entry-content {
  border: none;
}

/* Carousel Testimonial - Style 1 */
.sc-carousel.carousel-testimonial.style1 .entry-header {
  font-size: 15px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.sc-carousel.carousel-testimonial.style1 .sc-carousel-thumbs img {
  border: 1px solid #e0e0e0;
}

/* Carousel Testimonial - Style 2 & style 3 */
.sc-carousel.carousel-testimonial.style2,
.sc-carousel.carousel-testimonial.style3 {
  padding: 0 35px;
}
.sc-carousel.carousel-testimonial.style2 .entry-header,
.sc-carousel.carousel-testimonial.style2 .entry-content,
.sc-carousel.carousel-testimonial.style3 .entry-header,
.sc-carousel.carousel-testimonial.style3 .entry-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* Carousel Testimonial - Style 2 */
.sc-carousel.carousel-testimonial.style2 .entry-header {
  margin: 0;
  padding: 0;
  border: 1px solid #fafafa;
  border-bottom: none;
}
.sc-carousel.carousel-testimonial.style2 .entry-header img {
  display: inline-block;
}
.sc-carousel.carousel-testimonial.style2 .entry-content {
  background: #fafafa;
  padding: 20px;
  margin: 0;
}

/* Testimonial - Style 3 */
.sc-carousel.carousel-testimonial.style3 .entry-header,
.sc-carousel.carousel-testimonial.style3 .entry-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  display: block;
  margin: 0;
}
.sc-carousel.carousel-testimonial.style3 .entry-header {
  display: block;
  overflow: visible;
  border-bottom: none;
  padding: 0;
  margin-top: 75px;
}
.sc-carousel.carousel-testimonial.style3 .entry-content {
  border-top: none;
  padding: 20px 25px 25px;
  margin-bottom: 20px;
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb {
  margin-top: -75px;
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb a {
  display: inline-block;
}
.sc-carousel.carousel-testimonial.style3 .testimonial-thumb img {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}

/* TESTIMONIAL ITEM -------------------------------------- */

.sc-carousel.carousel-testimonial.sc-postitem {
  display: block;
}

/* Testimonial Item - Style 1 */
.sc-carousel.carousel-testimonial.sc-postitem.style1 .entry-header {
  margin-bottom: 5px;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .testimonial-thumb img {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .testimonial-thumb:before {
  border: solid rgba(0, 0, 0, 0);
  border-top-color: #fafafa;
  border-width: 20px;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
}

/* Testimonial Item - Style 2 (add max width to avoid broken design ) */
.sc-carousel.carousel-testimonial.sc-postitem.style2 {
  max-width: 382px;
  margin: 0 auto 20px;
}

/* ICONS (FONT AWESOME) ------------------------------------- */

/* Font Icon - Style 1 & Style 2 */
.iconfull.style1 .iconimage,
.iconfull.style2 .iconimage {
  overflow: visible;
}
.iconfull.style1.iconbackground,
.iconfull.style2.iconbackground {
  background: none;
  margin-bottom: 20px;
  padding: 30px 20px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/* Font Icon - Style 1 */
.iconfull.style1 .iconimage {
  float: none;
  margin-bottom: 15px;
}
.iconfull.style1 i {
  color: #232323;
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconfull.style1 a:hover i {
  color: #e0484c;
}

.iconfull.style1 i.fa-inverse {
  color: #e0484c;
}
.iconfull.style1 a:hover i.fa-inverse {
  color: #232323;
}

.iconfull.style1 i:before {
  line-height: 1;
}
.iconfull.style1 .iconmain,
.iconfull.style1 .iconmain h3 {
  text-align: center;
  padding: 0;
}
.iconfull.style1 .iconmain h3 {
  margin-bottom: 20px;
}

.iconfull.style1 .iconurl {
  margin-top: -10px;
}

/* Font Icon - Style 2 */
.iconfull.style2 br {
  display: none;
}
.iconfull.style2 .iconimage {
  float: left;
  width: auto;
}
.iconfull.style2 .iconimage i {
  font-size: 20px;
  color: #232323;
  border: 1px solid #232323;
  height: 58px;
  width: 58px;
  line-height: 58px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.iconfull.style2 .iconimage a:hover i {
  color: #fff;
  background: #232323;
}
.iconfull.style2 .iconimage i.fa-inverse {
  color: #e0484c;
  border: 1px solid #e0484c;
}
.iconfull.style2 .iconimage a:hover i.fa-inverse {
  color: #fff;
  background: #e0484c;
}
.iconfull.style2 .iconmain {
  margin: 0 0 0 85px;
}
.iconfull.style2 .iconmain h3 {
  margin-bottom: 15px;
}

.iconfull.style2 .iconurl > a {
  color: inherit;
}
.iconfull.style2 .iconurl > a:hover {
  color: #e0484c;
}

/* Font Icon - Style 1 and Style 2 */
.iconmain .iconurl a:after {
  content: "";
}

/* PROGRESS BARS ---------------------------- */

span.bar-title,
span.bar-per {
  font-size: 14px;
  font-weight: normal;
  text-shadow: 0 0 0;
}
.progress {
  height: 35px;
  background: #e9e9e9;
  margin-bottom: 15px;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.progress .bar {
  padding: 5px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.progress .bar {
  background-color: #9dcee3;
}
.progress.progress-basic .bar {
  background: #9dcee3;
}
.progress .bar-info {
  background-color: #449edd;
}
.progress.progress-basic .bar-info {
  background: #449edd;
}
.progress .bar-success {
  background-color: #97d04d;
}
.progress.progress-basic .bar-success {
  background: #97d04d;
}
.progress .bar-warning {
  background-color: #ea984f;
}
.progress.progress-basic .bar-warning {
  background: #ea984f;
}
.progress .bar-danger {
  background-color: #e0484c;
}
.progress.progress-basic .bar-danger {
  background: #e0484c;
}

/* PROGRESS BARS - ROUND -------------------------- */
.sc-knob-dial {
  color: #202020 !important;
}
.sc-knob-title {
  font-weight: 600;
}

/* SLIDESHOW
------------------------------------------------------------------ */
/* .rslides-sc a.rslides_nav,
.thinkupslider-sc a.rslides_nav {
}
.rslides-sc a.rslides_nav.prev:before,
.rslides-sc a.rslides_nav.next:before,
.thinkupslider-sc a.rslides_nav.prev:before,
.thinkupslider-sc a.rslides_nav.next:before {
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before,
.thinkupslider-sc a.rslides_nav.prev:hover:before,
.thinkupslider-sc a.rslides_nav.next:hover:before {
}
.rslides-sc a.rslides_nav.prev,
.thinkupslider-sc a.rslides_nav.prev {
}
.rslides-sc a.rslides_nav.next,
.thinkupslider-sc a.rslides_nav.next {
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.prev {
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.next {
} */

/* TITLES ---------------------------------------------- */
.customtitle.style5 span {
  border-bottom: 2px solid #202224;
}

/*  PAGE BUILDER - THEME SPECIFIC STYLE ---------------- */

/* Call To Action */
.panel-grid-cell #introaction {
  padding: 0;
}
.panel-grid-cell #introaction h3 {
  font-size: 30px;
  font-weight: normal;
}
.panel-grid-cell #introaction .style1,
.panel-grid-cell #introaction .style2 {
  color: #fff;
  background: #e0484c;
}
.panel-grid-cell #introaction .style3,
.panel-grid-cell #introaction .style4 {
  color: #fff;
  background: #2d2d2d;
}
.panel-grid-cell #introaction .style5,
.panel-grid-cell #introaction .style6 {
  color: #202224;
  background: #fff;
}

.panel-grid-cell #introaction .style1:hover,
.panel-grid-cell #introaction .style5:hover {
  color: #fff;
  background: #2d2d2d;
}
.panel-grid-cell #introaction .style2:hover,
.panel-grid-cell #introaction .style3:hover {
  color: #202224;
  background: #fff;
}
.panel-grid-cell #introaction .style4:hover,
.panel-grid-cell #introaction .style6:hover {
  color: #fff;
  background: #e0484c;
}

/* Carousel - Portfolio  - Style when no link is set for portfolio button */
.carousel-portfolio-builder.style2 {
  position: relative;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio {
  padding-bottom: 0;
  margin-bottom: 20px;
  margin-top: 90px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev,
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
  top: 0;
  margin-top: 0;
  height: 100%;
  background: #fff;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev:hover,
.carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  a.next:hover {
  background: #e0484c;
  border-color: #e0484c;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
  left: -35px;
  right: auto;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
  right: -35px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev i,
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next i {
  top: 45%;
}
.carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  .entry-content {
  margin: 0;
}
.carousel-portfolio-builder.style2 .sc-carousel-button {
  position: absolute;
  right: 0;
  color: inherit;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 21px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.carousel-portfolio-builder.style2 .sc-carousel-button:hover {
  color: #fff;
  background: #e0484c;
  border-color: #e0484c;
}
.carousel-portfolio-builder.style2 .sc-carousel-title,
.carousel-portfolio-builder.style2 .sc-carousel-button {
  top: -90px;
}

.layout-boxed
  .carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  a.prev,
.custom-background
  .carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  a.prev {
  left: -20px;
}
.layout-boxed
  .carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  a.next,
.custom-background
  .carousel-portfolio-builder.style2
  .sc-carousel.carousel-portfolio
  a.next {
  right: -20px;
}

/* Services - Style 1 / Style 2 / Style 3 */
.services-builder {
  background: #fff;
}
.services-builder {
  margin-bottom: 30px;
}
.services-builder i {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-builder .iconimage {
  overflow: visible;
}

/* Services - Style 1 */
.services-builder.style1 {
  text-align: center;
  border: 3px solid #e7e7e7;
}
.services-builder.style1 .iconimage img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-builder.style1 .iconimage a:hover img {
  opacity: 0.85;
}
.services-builder.style1 .iconmain {
  color: #888;
  padding: 15px 10px 0px;
}
.services-builder.style1 h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.services-builder.style1 .iconurl a {
  color: #e0484c;
}
.services-builder.style1 .iconurl a:hover {
  color: inherit;
}

/* Services - Style 2 */
.services-builder.style2 {
  text-align: center;
  border: 1px solid #e9e9e9;
  padding: 35px 20px 10px;
}
.services-builder.style2 .iconimage {
  position: relative;
  background: #e0484c;
  text-align: left;
  margin: 0 auto 35px;
  width: 48px;
  height: 80px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.services-builder.style2 .iconimage:before,
.services-builder.style2 .iconimage:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
}
.services-builder.style2 .iconimage:before {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.services-builder.style2 .iconimage:after {
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.services-builder.style2 .iconimage i {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 80px;
  margin: 16px 0 0 -16px;
  line-height: 48px;
  z-index: 9;
  font-size: 21px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.services-builder.style2 .iconimage a:hover i {
  color: #fff;
}
.services-builder.style2 i {
}
.services-builder.style2 a:hover i {
  color: #e0484c;
  border-color: #e0484c;
}
.services-builder.style2 i:before {
  line-height: 1;
}
.services-builder.style2 .iconmain {
  padding: 0;
}
.services-builder.style2 h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}
.services-builder.style2 .iconurl a {
  color: #979797;
}
.services-builder.style2 .iconurl a:hover {
  color: #e0484c;
}

/*  IE STYLES ------------------------------------ */
#ie8 .entry-content img,
#ie8 .widget img,
#ie8 .wp-caption img {
  width: auto;
}
#ie8 .content-core {
  zoom: 1;
}

/*  SAFARI STYLES -------------------------------------- */

/* Fix 100% table width issue on Safari */
.wrap-safari {
  display: block;
  height: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

/*  MISC ---------------------------------------- */

.hidden {
  display: none;
}

/* Correct line height of Font Awesome size */
body .fa-lg {
  line-height: 1;
  vertical-align: -10%;
}

@font-face {
  font-family: "Saira";
  src: local("Saira Regular"), local("Saira-Regular"),
    url("./fonts/Saira-Regular.woff2") format("woff2"),
    url("./fonts/Saira-Regular.woff") format("woff"),
    url("./fonts/Saira-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Saira";
  src: url("Saira-Black.eot");
  src: local("Saira Black"), local("Saira-Black"),
    url("./fonts/Saira-Black.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Saira-Black.woff2") format("woff2"),
    url("./fonts/Saira-Black.woff") format("woff"),
    url("./fonts/Saira-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Saira";
  src: url("Saira-SemiBold.eot");
  src: local("Saira SemiBold"), local("Saira-SemiBold"),
    url("./fonts/Saira-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Saira-SemiBold.woff2") format("woff2"),
    url("./fonts/Saira-SemiBold.woff") format("woff"),
    url("./fonts/Saira-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat-Regular.eot");
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url("./fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Montserrat-Regular.woff2") format("woff2"),
    url("./fonts/Montserrat-Regular.woff") format("woff"),
    url("./fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("Lato-Regular.eot");
  src: local("Lato Regular"), local("Lato-Regular"),
    url("./fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/Lato-Regular.woff2") format("woff2"),
    url("./fonts/Lato-Regular.woff") format("woff"),
    url("./fonts/Lato-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

body {
  font-family: "Lato", sans-serif;
  color: #000;
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.woocommerce-products-header__title.page-title {
  display: none;
}

/*********************************************
 * header
 *********************************************/

#header-core {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  border-bottom: 16px solid #f9bf15;
  padding: 1rem;
}

.header-core__left a:link,
.header-core__left a:hover,
.header-core__left a:visited,
.header-core__left a:active {
  text-shadow: none;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;

  background-image: url(/wp-content/themes/amerey/images/logo.png);
  height: clamp(4rem, 2.9412rem + 5.2941vw, 6.25rem);
  display: block;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  max-width: 120px;
}

.header-core__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
}

.header-core__right__search {
  background: url(/wp-content/themes/amerey/images/search.svg) no-repeat center
    center;
  height: 2rem;
  width: 2rem;
}

.header-core__right__cart {
  background: url(/wp-content/themes/amerey/images/cart.svg) no-repeat center
    center;
  height: 2rem;
  width: 2rem;
  display: block;
  margin-left: 1rem;
}

/* slideshow on homepage */
#slider .rslides,
#slider .rslides li {
  max-height: 350px;
  height: 45vh !important;
}

#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 0;
  max-height: 700px;
  max-width: 600px;
}

#slider .featured,
.thinkupslider-sc .featured {
  width: 100%;
  padding: 2rem 1rem;
  margin-right: auto;
  margin-left: auto;
  background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 576px) and (may-width: 767px) {
  #slider .featured,
  .thinkupslider-sc .featured {
    max-width: 540px;
    padding: 1.5rem;
  }
}

#slider .featured-title span {
  font-size: clamp(2rem, 1.6471rem + 1.7647vw, 2.75rem);
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-family: "Saira", sans-serif;
}

#slider .featured-excerpt p span {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  font-family: "Saira", sans-serif;
  color: #f9bf15;
}

#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
  background: #f9bf15;
}

/*********************************************
 * footer
 *********************************************/

.footer-wrap {
  background: #000;
  max-width: 1600px;
  margin: 0 auto;
}
.footer-wrap iframe {
  width: 100%;
  margin-bottom: -2rem;
  border: 0;
}
.footer-wrap .footer {
  color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 1rem;
  background: #000;
  z-index: 1;
  position: relative;
  padding-top: 2rem;
  line-height: 1.1;
  font-family: "Saira", sans-serif;
}
@media (min-width: 490px) {
  .footer-wrap .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "info hours"
      "contact invoice";
  }
}

@media (min-width: 992px) {
  .footer-wrap .footer {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "info contact invoice hours";
  }
}

.footer-wrap .footer h3 {
  font-family: "Saira", sans-serif;
  text-transform: uppercase;
  color: #f9bf15;
  font-size: 1.2rem;
  margin: 0;
}
.footer-wrap .footer p {
  margin: 0;
}
.footer-wrap .footer h3 + p {
  padding: 0;
}
.footer-wrap .footer p + h3 {
  padding-top: 1rem;
}
.footer-wrap .footer a:link,
.footer-wrap .footer a:visited {
  text-decoration: none;
  color: #fff;
  transition: all 0.6s ease-in;
}
.footer-wrap .footer a:hover,
.footer-wrap .footer a:active {
  color: #f9bf15;
}
.footer-wrap .footer__info,
.footer-wrap .footer__contact,
.footer-wrap .footer__invoice,
.footer-wrap .footer__hours {
  padding: 1rem;
}
.footer-wrap .footer__info {
  grid-area: info;
  display: flex;
  flex-direction: column;
}
.footer-wrap .footer__info img {
  height: auto;
  padding: 0 1rem 1rem;
  width: 88px;
  margin: 0 auto;
}

.footer-wrap .footer__info ul {
  list-style: none;
  margin: 0;
}

.footer-wrap .footer__info li {
  margin-bottom: 0.5rem;
}

.footer-wrap .footer__contact {
  grid-area: contact;
}

.footer-wrap .footer__invoice {
  grid-area: invoice;
}

.footer-wrap .footer__hours {
  grid-area: hours;
}
.footer-wrap .footer__hours__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}
.footer-wrap .footer__hours__list__item {
  display: flex;
  flex-wrap: wrap;
}
.footer-wrap .footer__hours__list__item b {
  font-weight: 900;
  width: 100%;
}
.footer-wrap .footer__hours__list__item em {
  font-style: normal;
  margin-left: 1rem;
  font-size: 1rem;
}
.footer-wrap .copyright {
  padding: 0 1rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  font-family: "Saira", sans-serif;
}

.home #content {
  position: relative;
  margin: 2rem auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .home #content {
    margin: 5rem auto 10rem;
  }
}

/*********************************************
 * homepage
 *********************************************/

/* hide side menu on main page */
.home #sidebar {
  display: none;
}

/* yellow info box on main page */
.info-box,
.info-box2 {
  display: none;
}

.home .info-box {
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 2rem auto;
  background: #f9bf15;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.home .info-box img {
  display: none;
}

.home .info-box p {
  font-family: "Saira", sans-serif;
  line-height: 1;
  font-size: 1.1rem;
  font-style: italic;
  font-weight: 600;
}

@media (min-width: 992px) {
  .home .products {
    margin: 4rem auto;
  }

  .home .info-box img {
    width: 64px;
    height: 64px;
    display: block;
  }
}

.home .info-box2 {
  display: block;
  border-radius: 0.25rem;
  padding: 1rem;
  margin: 2rem auto;
  background: #000;
  max-width: 1200px;
  color: #fff;
}

.home .info-box2 p {
  font-family: "Saira", sans-serif;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 600;
}

/* list of categories */
.home .products {
  list-style: none;
  display: grid;
  grid-gap: 1rem;
  margin: 0;
}
@media (min-width: 480px) {
  .home .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .home .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .home .products {
    grid-template-columns: repeat(4, 1fr);
  }
}

.home .products li {
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  transition: all 0.3s ease-in;
}

.home .products li a {
  text-decoration: none;
  height: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-family: "Saira", sans-serif;
}

@media (min-width: 768px) {
  .home .products li a {
    height: 160px;
  }
}

.home .products li a img {
  position: absolute;
  object-fit: contain;
  height: 60px !important;
  width: 60px !important;
  left: 0;
}

@media (min-width: 768px) {
  .home .products li a img {
    inset: 0;
    height: 130px !important;
    margin: 0 auto;
    width: 100% !important;
  }
}

.home .products li a h2 {
  padding: 1.2rem 0 1.3rem 4rem !important;
  font-size: 20px !important;
  color: #000;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .home .products li a h2 {
    text-align: center;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: all 0.3s ease-in;
    padding: 1.3rem 0 !important;
    width: 100%;
  }
}

.home .products li:hover {
  border: 1px solid #000;
}

@media (min-width: 768px) {
  .home .products li:hover a h2 {
    bottom: 20px;
    transition: all 0.3s ease-in;
    background: #000;
  }
}

mark.count {
  display: none;
}

/*********************************************
 * subcategory page, archive page - tags
 *********************************************/

#intro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  position: relative;
  font-family: "Saira", sans-serif;
}

#intro::after {
  content: "";
  background: url(/wp-content/themes/amerey/images/bg.jpg) no-repeat center
    center;
  background-size: cover;
  inset: 0;
  position: absolute;
  z-index: -1;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* #intro .title {
  margin: 0 0 0.25rem;
  padding: 0 1rem;
  text-align: center;
  text-transform: uppercase;
} */

#intro .front {
  font-size: 0;
}

#intro .front span {
  font-size: clamp(1.5rem, 1.0294rem + 2.3529vw, 2.5rem);
  text-transform: uppercase;
  padding: 1rem 2rem;
  color: #000;
  background: #f9bf15;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 1rem;
}
.wp-singular #intro {
  display: none;
}

.tax-product_tag #main-core,
.tax-product_cat #main-core {
  position: relative;
  margin: 2rem auto;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .tax-product_tag #main-core,
  .tax-product_cat #main-core {
    margin: 5rem auto 10rem;
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .tax-product_tag #main-core,
  .tax-product_cat #main-core {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 2rem;
  }
}

.tax-product_tag #main-core #primary,
.tax-product_cat #main-core #primary {
  order: 2;
}

.tax-product_tag #main-core #sidebar,
.tax-product_cat #main-core #sidebar {
  order: 1;
}

/* category names - model 147, řada 5 etc */
.tax-product_cat .products {
  list-style: none;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  margin: 0 0 2rem 0;
}

.tax-product_cat .products .product-category {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.tax-product_cat .products .product-category a {
  color: #fff;
  font-family: "Saira", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  padding: 1.5rem;
  width: 100%;
  text-decoration: none !important;
}

.tax-product_cat .products .product-category a img {
  display: none !important;
}

.tax-product_cat .products .product-category a h2 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(1rem, 0.8824rem + 0.5882vw, 1.25rem) !important;
}

/*********************************************
 * sidemenu on subcategory
 *********************************************/

.sidebar-mobile {
  display: block;
}

.sidebar-mobile ul {
  list-style: none;
  display: grid;
  grid-gap: 0.1rem;
  margin: 0;
}

@media (min-width: 480px) {
  .sidebar-mobile ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 600px) {
  .sidebar-mobile ul {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) {
  .sidebar-mobile {
    display: none;
  }
}

.sidebar-desktop {
  display: none;
}

@media (min-width: 768px) {
  .sidebar-desktop {
    display: block;
  }
}

input[type="checkbox"] {
  display: none;
}

.menu__wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f9bf15;
}

.menu__wrapper label {
  float: left;
  position: relative;
  width: 100%;
  height: 66px;
  color: #000;
  font-family: "Saira", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.8824rem + 0.5882vw, 1.25rem);
  transition: height 0.6s ease-in-out;
}

.menu__wrapper label .name {
  position: relative;
  padding: 1.5rem;
  display: block;
}

.plus_icon {
  position: absolute;
  top: 28px;
  right: 24px;
}

.plus_icon:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  margin-top: 4px;
  margin-left: -4px;
  background: #000;
  display: inline-block;
}

.plus_icon:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 12px;
  background: #000;
  display: inline-block;
}

.plus_icon:before,
.plus_icon:after {
  transition: all 0.3s ease;
}

.menu__wrapper__content {
  /* position: absolute; */
  /* display: none; */
  overflow: hidden;
  left: 0;
  width: 100%;
  transition: height 0.6s ease-in-out;
  background: #fff;
  padding-top: 2px;
}

.menu__wrapper__content .widget li a:link,
.menu__wrapper__content .widget li a:visited {
  font-size: 1rem;
  text-align: center;
}

input[type="checkbox"]:checked + label {
  height: 1925px;
  transition: height 0.6s ease-in-out;
}

@media (min-width: 480px) {
  input[type="checkbox"]:checked + label {
    height: 1057px;
  }
}

@media (min-width: 600px) {
  input[type="checkbox"]:checked + label {
    height: 710px;
  }
}

input[type="checkbox"]:checked + label .plus_icon::after {
  width: 4px;
  height: 0;
}

/* sidebar desktop */
.widget li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #000;
  border-radius: 0.25rem;
  transition: all 0.3s ease-in;
  cursor: pointer;
  margin-bottom: 1px;
}

.widget li:hover {
  background-color: #f9bf15;
  transition: all 0.3s ease-in;
}

/* .widget li:nth-child(1) {
  display: none;
} */

.widget li a:link,
.widget li a:visited {
  color: #fff;
  font-family: "Saira", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  width: 100%;
  padding: 0.5rem 1.5rem;
  font-size: clamp(1rem, 1.4706rem, 1.25rem);
  text-decoration: none !important;
}

.widget li a span {
  display: block;
}

.widget li a:hover {
  color: #000;
  transition: all 0.3s ease-in;
}

.widget li span {
  display: none;
}

.widget ul li ul {
  display: none;
}

/*********************************************
 * subcategory breadcrumb
 *********************************************/

.woocommerce .woocommerce-breadcrumb {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  font-size: 0.9rem;
  color: #000;
}

.woocommerce .woocommerce-breadcrumb a {
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-right: 1rem;
  font-weight: 600;
  position: relative;
  margin-right: 20px;
  color: #000;
  text-decoration: none !important;
  font-family: "Saira", sans-serif;
}

.woocommerce .woocommerce-breadcrumb a:after {
  content: "\25b6";
  position: absolute;
  right: -12px;
  top: 3px;
  font-size: 0.5rem;
}

/*********************************************
 * filters section  
 *********************************************/
.wpfMainWrapper {
  margin-bottom: 3rem;
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 610px) {
  .wpfMainWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .wpfMainWrapper {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 992px) {
  .wpfMainWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wpfFilterWrapper {
  margin: 0 !important;
}

.wpfFilterWrapper[data-filter-type] {
  padding: 2px !important;
}

.wpfFilterTitle {
  padding: 0.5rem !important;
  background: #000 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  font-family: "Saira", sans-serif;
}

.wpfFilterWrapper .wfpTitle {
  height: auto !important;
}

.wpfFilterWrapper i,
.wpfFilterWrapper svg {
  top: 8px;
}

select {
  font-family: "Saira", sans-serif;
  border-radius: 0;
  border: 1px solid #000;
  font-size: 15px;
  padding: 10px 15px 10px 4px;
}

/*********************************************
 * subcategory items
 *********************************************/

.tax-product_tag .woocommerce-ordering + .products,
.tax-product_cat .woocommerce-ordering + .products {
  list-style: none;
  display: grid;
  grid-gap: 0.5rem;
  grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  margin: 0 0 2rem 0;
}

.tax-product_tag .woocommerce-ordering + .products .product,
.tax-product_cat .woocommerce-ordering + .products .product {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09),
    0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09),
    0 32px 16px rgba(0, 0, 0, 0.09);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}

.tax-product_tag .woocommerce-ordering + .products .product img,
.tax-product_cat .woocommerce-ordering + .products .product img {
  border: 0;
  border-bottom: 1px solid #bfc2c7 !important;
  object-fit: contain;
  width: 220px;
  height: 220px;
  margin: 0 auto 1rem;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 0;
}

.tax-product_tag .woocommerce-ordering + .products .product h2,
.tax-product_cat .woocommerce-ordering + .products .product h2 {
  font-size: 1.125rem !important;
  text-transform: uppercase;
  height: 38px;
  overflow: hidden;
  text-align: center;
  padding: 0 !important;
  margin: 0 0 3rem !important;
  color: #000;
}

.tax-product_tag .woocommerce-ordering + .products .product .search-car-tag,
.tax-product_cat .woocommerce-ordering + .products .product .search-car-tag,
.tax-product_tag .woocommerce-ordering + .products .product .search-car-brand,
.tax-product_cat .woocommerce-ordering + .products .product .search-car-brand {
  display: none;
}

.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  margin-bottom: 1rem;
}

.woocommerce ul.products li.product .button {
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  color: #000;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  background-color: #f9bf15;
  border: 1px solid #f9bf15;
  text-decoration: none;
  cursor: pointer;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #fff;
  color: #f9bf15;
}

.stock_amount {
  position: absolute;
  bottom: 82px;
  right: 1rem;
  font-weight: 600;
}

/*********************************************
 * subcategory info after   
 *********************************************/

.info-after {
  display: none;
}

.tax-product_cat .products + .info-after {
  /* border: 1px solid #000; */
  border-radius: 0.25rem;
  padding: 1rem;
  font-size: 1.1rem;
  margin: 0 0 2rem 0;
  text-align: center;
  display: block;
  background: #f9bf15;
  font-style: italic;
  font-weight: 600;
  display: none;
}

.site-main:has(.woocommerce-ordering) {
  .info-after {
    display: none;
  }
}

/*********************************************
 * pagination
 *********************************************/

.woocommerce nav.woocommerce-pagination {
  margin: 2rem;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  border: 0;
  clear: both;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: initial;

  padding: 0.5rem 1rem;
  border: 1px solid #000;
  cursor: pointer;
  margin: 2px 3px;
  color: #000;
  background: #fff;
  transition: all 0.6s;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #000;
  color: #fff;
}

/*********************************************
 * detail page
 *********************************************/

.single-product #main-core {
  position: relative;
  margin: 2rem auto;
  padding: 1rem;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .single-product #main-core {
    margin: 5rem auto 10rem;
  }
}
@media (min-width: 768px) {
  .single-product #main-core {
    display: grid;
    grid-template-columns: 25% 1fr;
    gap: 2rem;
  }
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
  }
}

@media (min-width: 768px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
  }
}

.wp-singular #main-core #primary {
  order: 2;
}

.wp-singular #main-core #sidebar {
  order: 1;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

section.related.products {
  display: none;
}

.pswp {
  z-index: 9999;
}

/* detail information */
.summary.entry-summary {
  display: grid;
}

/* image on left */
.woocommerce-product-gallery__image--placeholder {
  border: 1px solid #fff !important;
}

/* title */
.woocommerce div.product .product_title {
  order: 1 !important;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

/* first part - id, stock, part */
.entry-summary .parts-info {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.info__id,
.info__amount,
.info__type {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.info__id span,
.info__amount span,
.info__type span {
  font-weight: 600;
}

.woocommerce div.product div.summary p {
  padding-bottom: 0 !important;
  font-size: 1rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
  color: #000;
}

/* image and tooltip */
.info__image .tooltip-toggle {
  cursor: pointer;
  position: relative;
}

.info__image .tooltip-toggle img {
  height: 6rem;
  width: 6rem;
  border-radius: 20%;
}

.info__image .tooltip-toggle::before {
  position: absolute;
  top: -56px;
  right: 2px;
  background-color: #2b222a;
  border-radius: 0.25rem;
  color: #fff;
  content: attr(aria-label);

  padding: 1rem;
  text-transform: none;
  transition: all 0.6s ease-in;
  width: 260px;
}

@media (min-width: 420px) {
  .info__image .tooltip-toggle::before {
    right: 100px;
  }
}

.info__image .tooltip-toggle::after {
  position: absolute;
  top: -26px;
  left: -4px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #2b222a;
  transform: rotate(0deg);
}

.info__image .tooltip-toggle::before,
.info__image .tooltip-toggle::after {
  color: #efefef;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.info__image .tooltip-toggle:focus::before,
.info__image .tooltip-toggle:focus::after,
.info__image .tooltip-toggle:hover::before,
.info__image .tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.6s ease-in;
}

/* short description */
.woocommerce-product-details__short-description {
  order: 3;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.woocommerce div.product div.summary p {
  margin: 0;
  padding-bottom: 1rem;
}

.tab-content {
  overflow: initial;
}

/* price */
.entry-summary .price {
  order: 4;
  padding-top: 2rem;
}

.entry-summary .price span.woocommerce-Price-amount.amount {
  font-size: clamp(1.4rem, 1.1176rem + 1.4118vw, 2rem);
  color: #000;
  font-weight: 900;
  text-align: center;
  padding: 0 1rem 0.5rem;
  display: block;
}

/* cart */
.woocommerce div.product form.cart {
  order: 5;
  text-align: center;
  padding: 0 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce div.product form.cart .button {
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  color: #000;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #f9bf15;
  border: 1px solid #f9bf15;
  text-decoration: none;
  cursor: pointer;
  height: 48px;
  width: max-content;
}

.woocommerce div.product form.cart .button:hover {
  background-color: #fff;
  color: #f9bf15;
}

.wc-block-components-product-metadata__description {
  display: none;
}

.wc-block-components-product-details.wc-block-components-product-details:last-of-type {
  text-align: left;
  display: none;
}

.wp-block-woocommerce-checkout .wc-block-checkout__guest-checkout-notice {
  display: none;
}

/* second part - categories */
.entry-summary .parts-info2 {
  order: 6;
}

.parts-info2 .car-brand,
.parts-info2 .car-part {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.parts-info2 .car-brand a:link,
.parts-info2 .car-brand a:hover,
.parts-info2 .car-brand a:active,
.parts-info2 .car-brand a:visited,
.parts-info2 .car-part a:link,
.parts-info2 .car-part a:hover,
.parts-info2 .car-part a:active,
.parts-info2 .car-part a:visited {
  font-weight: 600;
  color: #000;
}

.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
  display: none !important;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  display: none;
}

/*********************************************
 * search page
 *********************************************/

.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  color: #000;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #f9bf15;
  border: 1px solid #f9bf15;
  text-decoration: none;
  cursor: pointer;
  height: 48px;
  width: 180px;
}

.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #fff;
  color: #f9bf15;
}

.search .wpfMainWrapper {
  display: none;
}

.search ul.products {
  list-style: none;
  margin: 2rem 0;
}

.search li.product {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09),
    0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09),
    0 32px 16px rgba(0, 0, 0, 0.09);
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin-bottom: 1rem;
  align-items: flex-start;
  color: #000;
}

@media (min-width: 600px) {
  .search li.product {
    padding: 0 1rem 1rem;
    margin-bottom: 1.5rem;
  }
}

.search li.product img {
  display: none !important;
}

@media (min-width: 600px) {
  .search li.product img {
    display: block !important;
    object-fit: contain;
    width: 100px !important;
    height: 100px !important;
    margin: 0 !important;
    min-width: 100px;
  }
}

.search li.product .woocommerce-placeholder {
  border: 0;
  width: 100px !important;
  height: 100px !important;
  margin: 0 !important;
  min-width: 100px;
}

.search li.product h2 {
  text-transform: uppercase;
  padding: 0 !important;
  margin: 0 !important;
  color: #000;
  font-size: clamp(1.2rem, 1.0588rem + 0.7059vw, 1.5rem) !important;
}

.search li.product .search-car-brand,
.search li.product .search-car-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.search li.product .search-car-brand {
  margin-bottom: 0.5rem;
}

.search li.product .search-car-brand a:first-of-type {
  margin-left: 0 !important;
}

.search li.product .search-car-tag a:first-of-type {
  margin-left: 0.5rem;
}

.search li.product .search-car-brand a:link,
.search li.product .search-car-brand a:visited,
.search li.product .search-car-brand a:hover,
.search li.product .search-car-brand a:active,
.search li.product .search-car-tag a:link,
.search li.product .search-car-tag a:visited,
.search li.product .search-car-tag a:hover,
.search li.product .search-car-tag a:active {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0.5rem;
}

.search .product .price {
  display: none !important;
}

.search .product .button {
  display: none !important;
}

.search .product .stock_amount {
  display: none;
}

.search li.product a.woocommerce-loop-product__link {
  display: flex !important;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}

.search #sidebar {
  display: none;
}

.search .no-results {
  margin: 2rem auto;
}

@media (min-width: 768px) {
  .search .no-results {
    margin: 5rem auto;
  }
}

.aws-container {
  width: 150px;
}

@media (min-width: 500px) {
  .aws-container {
    width: 250px;
  }
}

@media (min-width: 768px) {
  .aws-container {
    width: 350px;
  }
}

.aws-container .aws-search-field {
  color: #000000;
  font-size: 16px;
}

.header-core__right__search {
  display: none;
}

/*********************************************
 * cart   
 *********************************************/

.wc-block-components-button:not(.is-link) {
  align-items: center;
  display: inline-flex;
  height: auto;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: box-shadow 0.1s linear;
  width: max-content;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  color: #000;
  font-weight: 600;
  padding: 1rem;
  border-radius: 0.25rem;
  background-color: #f9bf15;
  border: 1px solid #f9bf15;
  text-decoration: none;
  cursor: pointer;
  height: 48px;
}

.wc-block-components-button:not(.is-link):hover {
  background-color: #fff;
  color: #f9bf15;
}

a.button.wc-forward {
  background-color: #f9bf15;
  border: 1px solid #f9bf15;
  color: #000;
}

a.button.wc-forward:hover {
  background-color: #fff;
  color: #f9bf15;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 4px;
  border: 1px solid #000 !important;
}

.editor-styles-wrapper
  table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name,
table.wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  display: block;
  line-height: 1.4;
  margin-bottom: 5px;
  max-width: max-content;
  font-weight: 600;
  color: #000;
}

.woocommerce table.shop_table td a {
  color: #000;
}

.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--email:before,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone:before {
  display: none;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone {
  padding-left: 0;
}

.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.wp-block-woocommerce-empty-cart-block {
  height: 20vh;
}

h2.wp-block-heading.has-text-align-center,
.wc-block-grid.wp-block-product-new.wp-block-woocommerce-product-new.wc-block-product-new,
hr.wp-block-separator.has-alpha-channel-opacity.is-style-dots {
  display: none;
}

/*********************************************
 * 404 page
 *********************************************/

.title-404 h2 {
  color: #f9bf15;
}

/*********************************************
 * misc
 *********************************************/

#error-page p,
#error-page .wp-die-message {
  font-size: 14px;
  line-height: 1.5;
  margin: 25px 0 20px;
  color: red;
}

#error-page .wp-die-message p:nth-of-type(2) {
  display: none;
}

/*********************************************
 * back to top button
 *********************************************/

.top-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 1600px;
  z-index: 79;
  height: 0;
  margin: 0 auto;
}

.back-to-top {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: none;
  color: #000;
  border-radius: 20%;
  width: 3rem;
  height: 3rem;
  background-color: #f9bf15;
  z-index: 99999;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  border: 1px solid #bebebe;
}

.back-to-top svg {
  width: 2rem;
  height: 2rem;
}

.back-to-top.active {
  display: flex;
}

/*********************************************
 * cart - order summary 
 *********************************************/

.wp-block-woocommerce-cart-order-summary-block {
  display: none;
}

h2.wc-bacs-bank-details-heading {
  margin-bottom: 1rem;
}

h3.wc-bacs-bank-details-account-name {
  margin-bottom: 1rem;
  display: none;
}

span.wc-block-components-checkbox__label a:link,
span.wc-block-components-checkbox__label a:visited {
  color: #000;
}

span.wc-block-components-checkbox__label a:hover {
  text-decoration: underline;
}

/*********************************************
 * documents - gdpr, etc
 *********************************************/

/* gdpr */
article#post-12016 {
  max-width: 800px;
  margin: 0 auto;
}

/* odstoupení */
article#post-12018 {
  max-width: 800px;
  margin: 0 auto;
}

/* práva */
article#post-12020 {
  max-width: 800px;
  margin: 0 auto;
}

/* obchodní podmínky */
article#post-12022 {
  max-width: 800px;
  margin: 0 auto;
}

/*********************************************
 * return product page
 *********************************************/

.woocommerce-form-withdrawal {
  font-family: "Saira", sans-serif;
}

small#wcr-email-hint-withdrawal {
  display: none;
}

.form-row label {
  width: 260px;
  display: inline-block;
}

.wpify-woo-scope input[type="radio"] {
  padding: 0;
  margin: 8px 4px;
}

.form-row input[type="text"],
.form-row input[type="email"] {
  width: 280px;
}

.wpify-woo-scope label {
  width: initial !important;
}

.wpify-woo-scope legend,
.wpify-woo-reason label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.wpify-woo-reason small {
  font-size: 12px;
}

.form-row .button-primary {
  display: block;
  margin: 0 auto;
  font-size: 1rem;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
  color: #000;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0.25rem;
  background-color: #f9bf15;
  border: 1px solid #f9bf15;
  width: initial;
  cursor: pointer;
  line-height: 1;
  font-family: "Saira", sans-serif;
}

.form-row .button-primary:hover {
  background-color: #fff;
  color: #f9bf15;
}

.wpify-woo-helper-text {
  padding-top: 2rem;
}
