@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,800,300");
@import url("lib/bootstrap/css/bootstrap.css");
@import url("http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

/*
Theme Name: Quest Nutrition v2
Author: Martino
Description: QN v2 theme to match www.questnutrition.com based on BlankSlate.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
a {
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
p:not(.gig-share-button) {
  line-height: 30px;
}

body {
  font-family: "Open Sans";
  font-size: 13px;
  color: #999;
}
input[type=text],
input[type=search],
input[type=number] {
  outline: 0;
  border-radius: 0;
}
#wrapper {
  position: relative;
}
#container {
  min-height: 250px;
}

@media (min-width: 481px) {
  .visible-xxs {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .hidden-xxs {
    display: none !important;
  }
}

#nav-below {
  display: none;
}
#infscr-loading {
  text-align: center;
}

/* header */
#header {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  background: white;
  border-bottom: 2px solid #ccc;
}
.admin-bar #header.stuck {
  top: 28px;
}
#header .container {
  position: relative;
}
#shopQuestButton {
  margin-left: 10px;
  width: 132px;
}
#rightHeader, #headerSearchForm {
  padding-top: 2px;
  padding-bottom: 2px;
}
#brandingLogo {
  height: 34px;
}
#headerSidebarToggle {
  font-size: 31px;
  cursor: pointer;
  margin-left: 10px;
}

#headerSearchForm {
  background: white;
}

#headerSearchForm input {
  width: 312px;
}
#headerSearchForm .btn[type=submit] {
  width: 58px;
  font-size: 17px;
  padding: 2px 10px;
}
#headerSearchForm .btn:not([type=submit]) {
  width: 31px;
  font-size: 17px;
  padding: 2px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  #rightHeader {
    padding-top: 1.5px;
    padding-bottom: 1.5px;
  }
  #headerSearchForm {
    position: absolute;
    opacity: 0;
    left: -9999px;
    top: -9999px
  }
  #headerSearchForm.expanded  {
    opacity: 1;
    left: 15px;
    right: 232px;
    top: 0;
  }
  #headerSearchForm input {
    max-width: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: max-width .3s ease, opacity .5s ease;
    transition: max-width .3s ease, opacity .5s ease;
    -webkit-transition-delay: .15s, 0;
    transition-delay: .15s, 0;
  }
  #headerSearchForm.expanded input {
    width: 100%;
    max-width: 767px;
  }
}
@media (max-width: 480px) {
  #rightHeader {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #headerSearchForm.expanded {
    left: 15px;
    right: 90px;
  }
  #headerSearchForm.expanded input {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    max-width: 480px;
  }
}

#searchToggle, #sidebarToggle {
  line-height: 31px;
  font-size: 18px;
  padding: 0 10px;
  cursor: pointer;
}
/* breadcrumb */
.breadcrumb {
  font-size: 0;
}
.breadcrumbs {
  margin-top: 0;
  margin-bottom: 5px;
}
.breadcrumbs .breadcrumb {
  display: inline-block;
  font-size: 16px;
  line-height: 31px;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumb:not(:last-child):after {
  content: "/";
  padding: 0 5px;
  color: #ccc;
}

/* entry */
body:not(.single-post) .post:not(:first-child) {
  padding-top: 10px;
}
body:not(.single-post) .post:not(:last-of-type) {
  border-bottom: 1px solid #dcdcdc;
}
.post .attachment-post-thumbnail {
  width: 100%;
  height: auto;
}
.post iframe {
  max-width: 100%;
}
body.single-post .post > p:not(.gig-share-button) {
  padding: 10px 0;
}
body:not(.single-post) .post > p {
  display:inline;
}
body:not(.single-post) .post > p br {
  display:none;
}
.gig-comments-container {
  width: 100% !important;
}
.entry-header {
  line-height: 30px;
}
body:not(.single-post) .entry-header {
  margin-bottom: 10px;
}
.entry-thumbnail-container {
  position: relative;
  font-size: 0;
}
.entry-thumbnail-overlay {
  opacity:0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body:not(.single-post) .entry-thumbnail-overlay {
  background-color: rgba(0,0,0,.2);
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  cursor: pointer;
}
.entry-thumbnail-overlay:hover {
  opacity: 1;
}
.entry-thumbnail-read-more {
  top: 50%;
  left: 50%;
  margin-top: -36px;
  margin-left: -100px;
  color: white;
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  padding: 60px 30px 30px 30px;
  -webkit-transition: padding-top .25s ease;
  transition: padding-top .25s ease;
}
.entry-thumbnail-read-more:hover {
  color: white;
}
.entry-thumbnail-overlay:hover .entry-thumbnail-read-more {
  padding-top: 30px;
}
.entry-pinterest-link {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: rgba(250, 250, 250, 0.75);
  border-radius: 25px;
  font-size: 20px;
  color: #9d9d9e;
}
.entry-pinterest-link:hover {
  color: #c21f25;
}
.entry-header .share-panel {
  font-size: 0;
  line-height: 0;
}
.entry-header .entry-header-top {
  line-height: 23px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.entry-header .share-panel span {
  font-size: 23px;
  margin-left: 5px;
}
.entry-footer .tag-links a {
  color: #e17558;
}
.entry-footer .tag-links {
  color: #666;
}
.entry-title {
  font-weight: bold;
  font-size: 20px;
}
.entry-footer .tag-links {
  display: block;
  font-style: italic;
  line-height: 30px;
  border-top: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  padding: 10px 0;
}
.entry-footer .tag-links a {
  font-style: normal;
}
.entry-footer .meta-sep {
  display: none;
}
.entry-footer {
  margin-bottom: 10px;
}
body:not(.single-post) .entry-footer {
  margin-top: 15px;
  margin-bottom: 25px;
}
/* util */
.text-detail {
  color: #ccc;
}

.text-detail[class^="icon-"]:hover,
.text-detail[class^="icon-"]:active,
.text-detail[class*=" icon-"]:hover,
.text-detail[class*=" icon-"]:active,
a.text-detail:hover,
a.text-detail:active {
  color: #e17558;
}

.text-highlight a,
.text-highlight {
  color: #e17558;
}
.text-highlight a:hover,
.text-highlight a:active,
a.text-highlight:hover,
a.text-highlight:active {
  color: #a64f33;
}
.text-emphasize,
.text-emphasize a {
  color: #999;
}

.text-emphasize[class^="icon-"]:hover,
.text-emphasize[class^="icon-"]:active,
.text-emphasize[class*=" icon-"]:hover,
.text-emphasize[class*=" icon-"]:active,
.text-emphasize a:hover,
.text-emphasize a:active,
a.text-emphasize:hover,
a.text-emphasize:active {
  color: #666;
}
.text-dark {
  color: #666;
}
.text-dark:hover,
.text-dark:active {
  color: #666;
}

/* sidebar */
#sidebar {
  background: white;
  padding-left: 45px;
  padding-bottom: 40px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}
#sidebar .widget-container + .widget-container, #onAQuestSidebar {
  margin-top: 35px;
}
#joinTheQuestButton {
  margin-bottom: 15px;
}
#sidebar .xoxo {
  margin-bottom: 10px;
}
#instagramList li {
  position: relative;
  margin-bottom: 15px;
}
#instagramList .caption:hover {
  opacity: 1;
}
#instagramList .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity .25s ease;
  background-color: rgba(0, 0, 0, .5);
  margin: -5px;
}
#instagramList p {
  color: white;
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#instagramList img {
  width: 100%;
  height: auto;
}
@media (min-width: 481px) and (max-width: 991px)  {
  .admin-bar #sidebar {
    top: 84px;
  }
  #sidebar {
    position: fixed;
    top: 56px;
    bottom: 0;
    right: -340px;
    width: 0;
    -webkit-transition: right .25s ease;
    transition: right .25s ease;
    overflow-y: auto;
    width: 340px;
    z-index: 16;
    border-top: 1px solid #ccc;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .sidebar-active #sidebar {
    right: 0;
    border-left: 1px solid #ccc;
  }
  .stuck-header.sidbar-active #sidebar {
    border-top: 1px solid #ccc;
  }
}
@media (max-width: 480px) {
  .admin-bar #sidebar {
    top: 28px;
  }
  #sidebar {
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: fixed;
    border: none !important;
    top: 0;
    bottom: 0;
    background: #124250;
    padding: 0;
    z-index: 17;
    width: 300px;
    right: -300px;
    overflow-y: auto;
  }
  .sidebar-active #sidebar {
    right: 0;
  }
  #sidebar header img {
    vertical-align: middle;
    padding: 0 10px;
  }
  #sidebarCloseButton {
    font-size: 18px;
    color: white;
    padding: 18px;
    cursor: pointer;
  }
  #sidebarCloseButton:hover,
  #sidebarCloseButton:active {
    color: #3bbbde;
  }
  #sidebar .widget-container + .widget-container {
    margin: 0;
  }
}

#sidebar .widget-title {
  color: #666;
  font-weight: bold;
  font-size: 20px;
  line-height: 50px;
}
/* categories */
#sidebar .widget_categories > ul {
  list-style: none;
  padding: 0;
}

#qnSidebarLinks .qn-link,
#sidebar .widget_categories > ul > .cat-item {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#qnSidebarLinks .qn-link + .qn-link,
#sidebar .widget_categories > ul > .cat-item + .cat-item{
  border-top: none;
}
#qnSidebarLinks .qn-link > a,
#sidebar .widget_categories .cat-item > a {
  line-height: 50px;
  color: #999999;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

#sidebar .widget_categories .current-cat > a {
  color: #e17558;
}

#qnSidebarLinks .qn-link > a:hover,
#sidebar .widget_categories .cat-item > a:hover,
#sidebar .widget_categories .current-cat > a:hover,
#qnSidebarLinks .qn-link > a:active,
#sidebar .widget_categories .cat-item > a:active,
#sidebar .widget_categories .current-cat > a:active {
  color: #666;
}
#sidebar .widget_categories .parent-cat-item > .children {
  list-style: none;
  padding: 0;
  display: none;
}

#qnSidebarLinks .qn-link > a,
#sidebar .widget_tag_cloud .tagcloud a,
#sidebar .widget_categories .cat-item:not(.parent-cat-item) > a,
#sidebar .widget_tag_cloud .toggler {
  position: relative;
}
#sidebar .widget_tag_cloud:not(.expanded) .tagcloud .extra,
#sidebar .widget_tag_cloud .toggler:not(.expanded) .less,
#sidebar .widget_tag_cloud .toggler.expanded .more {
  display: none;
}

#qnSidebarLinks .qn-link > a:after,
#sidebar .widget_categories .cat-item > a:after,
#sidebar .widget_tag_cloud .tagcloud a:after,
#sidebar .widget_tag_cloud .toggler:after {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  line-height: 50px;
  padding: 0 15px;
}

#qnSidebarLinks .qn-link > a:after,
#sidebar .widget_categories .cat-item:not(.parent-cat-item) > a:after {
  content: "\f105";
}
#sidebar .widget_categories .parent-cat-item > a:after {
  content: "\f107";
}
#sidebar .widget_categories .parent-cat-item.expanded > a:after {
  content: "\f106";
}
#sidebar .widget_categories .parent-cat-item {
  cursor: pointer;
  position: relative;
}
#sidebar .widget_categories .cat-item > .children {
  cursor: auto;
}
#qnSidebarLinks .qn-link > a,
#sidebar .widget_categories .cat-item:not(.parent-cat-item) > a {
  display: block;
}

/* tag cloud */
body.single-post .widget_tag_cloud:not(.single-post) {
  display: none;
}
#sidebar .widget_tag_cloud .tagcloud {
  font-size: 0;
}
#sidebar .widget_tag_cloud .tagcloud a {
  display: inline-block;
  border-radius: 3px;
  background-color: #e17558;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 10px !important;
  line-height: 30px;
  padding: 0 10px;
  font-weight: bold;
  color: white;
}
#sidebar .widget_tag_cloud .tagcloud a:hover {
  background-color: #51bdda;
}

@media (max-width: 480px) {
  #sidebar .widget-title {
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 17px;
  }
  #sidebar .widget_categories > ul > .cat-item {
    border: 0;
  }

  #sidebar header, #sidebar .widget-title, #sidebar .widget_categories .parent-cat-item > a, #sidebar .widget_categories .cat-item:not(.parent-cat-item) > a, #sidebar .widget_tag_cloud .tagcloud a, #qnSidebarLinks .qn-link, #sidebar .widget_tag_cloud .toggler {
    display: block;
    border-top: 1px solid #375760;
    background: #0b3641;
    border-bottom: 1px solid #232323;
    padding: 0 10px;
    line-height: 50px;
  }
  #sidebar header {
    padding: 0;
  }

  #qnSidebarLinks .qn-link a,
  #sidebar .widget_categories .cat-item a {
    color: white;
    font-weight: bold;
  }
  #sidebar .widget_categories .parent-cat-item > a {
    background: #0e4250;
  }
  #sidebar header,
  #sidebar .widget_tag_cloud .tagcloud a,
  #sidebar .widget_tag_cloud .tagcloud a:hover,
  #sidebar .widget_tag_cloud .tagcloud a:active,
  #sidebar .widget_categories .cat-item:not(.parent-cat-item) > a,
  #qnSidebarLinks .qn-link,
  #sidebar .widget_tag_cloud .toggler {
    background: #234e5b;
  }

  #sidebar .widget_categories .current-cat > a,
  #sidebar .widget_categories .current-cat > a:hover,
  #sidebar .widget_categories .cat-item a:hover,
  #sidebar .widget_categories .cat-item a:active,
  #sidebar .widget_tag_cloud .tagcloud a:hover,
  #sidebar .widget_tag_cloud .tagcloud a:active,
  #qnSidebarLinks .qn-link a:hover,
  #qnSidebarLinks .qn-link a:active {
    color: #3bbbde;
  }

  #sidebar .widget_tag_cloud .tagcloud a,
  #sidebar .widget_tag_cloud .toggler {
    font-size: 13px !important;
    border-radius: 0;
    margin: 0;
    color: white;
    font-weight: bold;
  }
  #sidebar .widget_tag_cloud .tagcloud a:after {
    content: "\e6ff";
  }
  #sidebar .widget_tag_cloud .toggler:after  {
    content: "\e6fd";
  }
  #sidebar .widget_tag_cloud .toggler.expanded:after {
    content: "\e6fe";
  }
  #qnSidebarLinksContainer {
    margin-top: 0;
  }
  #sidebar .xoxo {
    margin-bottom: 0;
  }
}

/* comments */
#reply-title {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#commentform button,
#commentform input,
#commentform textarea {
  width: 100%;
}
#commentform [class^=col-],
#commentform [class*=col-] {
  margin-top: 5px;
  margin-bottom: 5px;
}
#commentform [class^=col-]:last-child,
#commentform [class*=col-]:last-child {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  #commentform [class^=col-],
  #commentform [class*=col-] {
    width: 100%;
  }
}

/* footer links */
#qnFooterCategoryLinks {
  background: #4abce1;
  border-top: 7px solid #fea922;
  list-style: none;
  text-align: right;
  margin-top: 15px;
}
#qnFooterCategoryLinks .qn-link:active,
#qnFooterCategoryLinks .qn-link:hover {
  color: #ccc;
}
#qnFooterCategoryLinks .qn-link-container {
  display: inline-block;
}
#qnFooterCategoryLinks .qn-link {
  padding-right: 2.27em;
}
#qnFooterCategoryLinks .qn-link-container:last-child .qn-link:last-child {
  padding-right: 0;
}
#qnFooterCategoryLinks {
  text-align: center;
}
#qnFooterCategoryLinks .qn-link {
  line-height: 41px;
  text-align: center;
  padding: 0 10px;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 14px;
}
@media (min-width: 768px) {
  #qnFooterCategoryLinks {
    text-align: right;
  }
  #qnFooterCategoryLinks .qn-link {
    display: inline-block;
    line-height: 92px;
  }
}

#secondaryFooter {
  background: rgba(250, 250, 250, 0.28);
  border-bottom: 1px solid #dcdcdc;
}
#secondaryFooter .container  {
  background: url(images/q.png) no-repeat no-repeat left top;
  padding-top: 45px;
  padding-bottom: 45px;
  line-height: 30px;
  min-height: 253px;
  text-align: center;
}
#qnFooterLinks .footer-sitemap-block-list li {
  margin-top: 15px;
}
#secondaryFooter h3 {
  font-size: 14px;
  font-weight: bolder;
}
#newsletterFormContainer {
  margin-top: 2.15em;
}
#secondaryFooter button {
  width: 30%;
}
#secondaryFooter input {
  width: 70%;
}
@media (min-width: 768px) {
  #newsletterFormContainer {
    margin-top: 0;
  }
  #secondaryFooter .container  {
    padding-top: 65px;
    padding-bottom: 65px;
    text-align: left;
  }
  #secondaryFooter h3 {
    margin-top: 0;
    margin-bottom: 2.15em;
  }
}

/* copyright footer */
#footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer #copyright {
  line-height: 23px;
}
#footer .social-icons {
  text-align: right;
  font-size: 23px;
}
#footer .social-icon {
  color: #2ba0c6;
}
#footer .social-icon:active,
#footer .social-icon:hover {
  color: #48b8dc;
}
@media (max-width: 767px) {
  #footer #copyright {
    text-align: center;
  }
  #footer .social-icons {
    text-align: center;
    margin-top: 10px;
  }
}

/* buttons */
.btn {
  color: white;
  border-radius: 0;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 10px;
}
.btn-sm {
  font-size: 12px;
  padding: 6px 10px;
  height: 32px;
}
.btn-lrg {
  font-size: 16px;
  padding: 14px 10px;
}

input[type=text],
input[type=search],
input[type=number] {
  border: 1px solid #e9e9e9;
  font-size: 12px;
  height: 36px;
  line-height: 1.5;
  padding: 9px 10px;
}
input.input-sm {
  height: 32px;
  padding: 6px 10px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
  color: white;
  background: #e17558;
}
.btn-primary:hover{
  color: white;
  background: #51bdda;
}
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active {
  color: white;
  background: #39bae4;
}
.btn-secondary:hover {
  color: white;
  background: #e17558;
}

/* carousel */
#featuredSlider {
  margin-bottom: 15px;
}
#featuredSlider  .carousel-control {
  background: none;
  bottom: inherit;
  top: 5%;
  width: 60px;
  height: 60px;
  border: 2px solid white;
  border-radius: 65px;
  line-height: 60px;
  text-align: center;
  font-size: 0;
}
#featuredSlider  .carousel-control.right {
  right: 15px;
  left: inherit;
}
#featuredSlider  .carousel-control.left {
  left: 15px;
  right: inherit;
}
#featuredSlider  .carousel-control {
  opacity: .75;
}
#featuredSlider  .carousel-control:hover {
  opacity: 1;
}
#featuredSlider  .carousel-control span {
  font-size: 50px;
  font-weight: lighter;
  line-height: 50px;
}
#featuredSlider  .carousel-control.left span {
  margin-left: -5px;
}
#featuredSlider  .carousel-control.right span {
  margin-right: -5px;
}
#featuredSlider .category-link {
  font-size: 18px;
  position: relative;
  padding: 0 0 5px;
  color: white;
}
#featuredSlider .category-link:after {
  background: #e17558;
}
#featuredSlider .category-link:hover::after,
#featuredSlider .category-link:focus::after {
  height: 3px;
}

#featuredSlider .carousel-bottom-bar h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
#featuredSlider .carousel-bottom-bar .category-link {
  font-size: 13px;
}

#featuredSlider .item {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
  height: 250px;
  cursor: pointer;
}
#featuredSlider .carousel-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0, .17);
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 481px) {
  #featuredSlider  .carousel-control {
    bottom: 16px;
    top: inherit;
  }
  #featuredSlider .item {
    background-size: auto auto;
    background-position: top left;
  }
}
@media (min-width: 768px) {
  #featuredSlider  .carousel-control {
    bottom: inherit;
    top: 95px;
  }
  #featuredSlider .carousel-bottom-bar {
    text-align: left;
  }
}
@media (min-width: 992px) {
  #featuredSlider  .carousel-control {
    bottom: inherit;
    top: 145px;
  }
  #featuredSlider .item {
    height: 350px;
  }
  #featuredSlider .carousel-bottom-bar .category-link {
    font-size: 16px;
  }
  #featuredSlider .carousel-bottom-bar h2 {
    font-size: 28px;
    font-weight: bold
  }
}
@media (min-width: 1200px) {
  #featuredSlider  .carousel-control {
    bottom: inherit;
    top: 220px;
  }
  #featuredSlider .item {
    height: 500px;
    background-size: 100% auto;
    background-position: top center;
  }
  #featuredSlider .carousel-bottom-bar h2 {
    font-size: 36px;
    font-weight: bold
  }
  #featuredSlider .carousel-bottom-bar {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
  padding: 0 0 10px;
}

.cl-effect-4 a::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
  transition: height 0.3s, opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
  height: 5px;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.gig-bar-container > table {
  display: block;
}
.gig-bar-container > table > tbody > tr > td {
  display: inline-block;
}
.gig-composebox-post {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  background: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  font-family: 'Open Sans';
  line-height: 1.42857143 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: white !important;
  border-radius: 0 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  padding: 6px 10px !important;
  height: 32px !important;
  box-shadow: none !important;
  text-transform: uppercase !important;
  line-height: 1.5 !important;
}
.gig-composebox-post:hover {
  color: white !important;
  background: #51bdda !important;
}
.gig-composebox-post,
.gig-composebox-post:focus,
.gig-composebox-post:active {
  color: white !important;
  background: #e17558 !important;
}
.gig-composebox-footer-right * {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.gig-composebox-footer-right *:before,
.gig-composebox-footer-right *:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}