/* https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/ */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
img {
  max-width: 100%;
  height: auto;
}
.creativesplanet-hide, .cspt-hide {
  display: none;
}
/* Owl carsoul resize issue solve */
#primary {
  width: 100%;
}
body {
  overflow: visible;
  overflow-x: hidden;
}
a, a:hover, a:active, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
p {
  margin: 0 0 25px;
}
blockquote {
  padding: 50px 60px;
  margin: 60px 0px 60px 0;
  background-color: transparent;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  position: relative;
  border-radius: 2px;
}
blockquote p {
  margin-bottom: 0;
  position: relative;
  z-index: 1
}
blockquote.is-large {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
blockquote cite {
  font-size: 16px;
  margin-top: 15px;
  display: inline-block;
  font-style: normal;
}
.wp-block-preformatted {
  border: none;
  background: none;
  padding: 0px;
}
.wp-block-verse {
  border: none;
  background: none;
  padding: 0px;
  font-family: inherit;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}
.wp-block-separator {
  border: none;
  border-bottom: 2px solid #8f98a1;
  margin: 1.65em auto;
}
.closepanel, .sub-menu-toggle {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
.cspt-comment-content h1, .cspt-comment-content h2, .cspt-comment-content h3, .cspt-comment-content h4, .cspt-comment-content h5, .cspt-comment-content h6, .cspt-blog-classic-inner h1, .cspt-blog-classic-inner h2, .cspt-blog-classic-inner h3, .cspt-blog-classic-inner h4, .cspt-blog-classic-inner h5, .cspt-blog-classic-inner h6 {
  margin-bottom: 10px;
  margin-top: 20px;
}
pre {
  border: 1px solid #d1d1d1;
  line-height: 1.3125;
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px 20px 45px 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.cspt-blog-classic-inner .cspt-entry-content p:last-of-type:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cspt-blog-classic-inner {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.edit-link a {
  padding: 7px 20px;
  background-color: #eee;
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
}
.cspt-slider-area {
  background-color: #e7e7e7
}
.cspt-slider-area > div > div {
  margin: 0 !important;
}
.cspt-slider-area > p.rs-p-wp-fix {
    display: none;
}
/* --------------------------------------
 * WordPress Core
 * ---------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  /*background: #fff;  */
  max-width: 100%; /* Image does not overflow the content area */
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-style: italic;
  color: #b3b3b3;
  font-size: 12px;
  line-height: 1.6153846154;
  padding-top: .5384615385em;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* --------------------------------------
 * Table Section
 * ---------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
  width: 100%;
  margin: 0 0 1.75em;
}
table th {
  border: 0;
  padding: 5px 7px
}
table td {
  padding: 5px 10px
}
table tbody tr, table thead tr {
  border: 1px solid #e6e6e6
}
table tbody th {
  background: #f9f9f9;
}
table tbody th, table tbody td {
  border-right: 1px solid #e6e6e6
}
/* --------------------------------------
 * gallery
 * ---------------------------------------*/
.gallery {
  margin: 0;
}
.gallery-item {
  max-width: 33.33%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;
  padding: 2px;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-icon img {
  margin: 0 auto;
}
.gallery-caption {
  color: #686868;
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  padding-top: 0.5384615385em;
  padding-bottom: 0.5384615385em;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
  display: none;
}
/* --------------------------------------
 * Page links
 * ---------------------------------------*/
.page-links, .cspt-page-links {
  clear: both;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0;
  color: #232323;
  letter-spacing: 0.5px;
}
.page-links a, .cspt-page-links a {
  border: 1px solid #000;
  color: #232323;
}
.page-links a, .page-links > span, .cspt-page-links a, .cspt-page-links > span {
  text-decoration: none;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0px 2px;
}
.page-links a:hover, .cspt-page-links a:hover {
  background-color: #000;
  color: #fff;
}
.page-links > span, .cspt-page-links > span {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.page-links > a:first-child, 
.page-links>span:first-child, 
.cspt-page-links > a:first-child, 
.cspt-page-links>span:first-child {
  margin-left: 15px;
}
/* --------------------------------------
 * Logo Setting
 * ---------------------------------------*/
.headerlogo {
  height: 105px;
  line-height: 105px;
}
.site-title img {
  max-height: 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.site-title {
  margin: 0;
  padding: 0;
  display: table;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 105px;
}
.site-title a {
  display: table-cell;
  vertical-align: middle;
}
.site-title a .site-title-text{
    display: none;
}
/* --------------------------------------
 * Menu Setting
 * ---------------------------------------*/
.cspt-navbar {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
.cspt-navbar ul, .cspt-navbar li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-top .cspt-box-social {
  display: none;
  margin: 30px;
}
/* --------------------------------------
 * Footer Menu Setting
 * ---------------------------------------*/
.cspt-footer-menu-area {
  text-align: right;
}
.cspt-footer-menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.cspt-footer-menu li {
  display: inline-block;
  margin: 0 10px;
}
.cspt-footer-menu li li {
  display: none;
}
/* --------------------------------------
 * Heading Subheading Element
 * ---------------------------------------*/
.cspt-ihbox.cspt-ihbox-style-hsbox {
  margin-bottom: 40px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center {
  margin-bottom: 50px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #000000;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading {
  margin-bottom: 5px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-reverse-heading-yes .cspt-ihbox-subheading {
  margin-bottom: 5px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  text-transform: none;
  color: #333333;
  margin-bottom: 0;
}
.cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #999999;
  margin-top: 30px;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center {
  text-align: center;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-center .cspt-ihbox-content {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.cspt-ihbox.cspt-ihbox-style-hsbox.cspt-align-right {
  text-align: right;
}
/* --------------------------------------
 * Row spacing
 * ---------------------------------------*/
 body.cspt-sidebar-no #content .site-main .entry-content>.wpb_row.vc_row-fluid.cspt-bgimage-yes,
 body.cspt-sidebar-no #content .site-main .entry-content>.wpb_row.vc_row-fluid:not(.cspt-bg-color-transparent),
body.cspt-sidebar-no #content .site-main .entry-content .wpb-content-wrapper >.wpb_row.vc_row-fluid.cspt-bgimage-yes, 
body.cspt-sidebar-no #content .site-main .entry-content .wpb-content-wrapper >.wpb_row.vc_row-fluid:not(.cspt-bg-color-transparent) {
  padding-top: 115px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
body.cspt-sidebar-no #content .site-main .entry-content > .cspt-row:first-child,
body.cspt-sidebar-no #content .site-main .entry-content .wpb-content-wrapper > .cspt-row:first-child {
  margin-top: -100px;
}
body.cspt-sidebar-no #content {
  padding-top: 100px;
}
body.single.cspt-sidebar-no #content, body.archive.cspt-sidebar-no #content, body.cspt-sidebar-no:not(.wpb-js-composer) #content .cspt-page-content-wrapper > article {
  padding-bottom: 100px;
}
.widget-area.col-md-3, .content-area.col-md-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.content-area.col-md-9 .comment-respond {
  margin-bottom: 0;
}
/* For overlap row */
.cspt-row.cspt-zindex-zero, 
.cspt-row.cspt-zindex-1, 
.cspt-row.cspt-zindex-2, 
.cspt-zindex-zero, 
.cspt-zindex-1, .cspt-zindex-2 {
  position: relative;
}
.cspt-row.cspt-zindex-zero {
  z-index: unset;
}
.cspt-row.cspt-zindex-1 {
  z-index: 1;
}
.cspt-row.cspt-zindex-2 {
  z-index: 2;
}
/**** Row Background color ****/
.cspt-bg-color-yes.vc_column_container .wpb_wrapper, 
.vc_column_container.cspt-bg-color-yes .vc_column-inner, .cspt-row-inner, .cspt-row {
  position: relative;
  z-index: 2;
}
.cspt-bg-color-yes.vc_column_container .vc_column-inner:before, .vc_row.cspt-bg-color-yes:not(.vc_column_container):before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
}
/* Grey BG */
.cspt-bg-color-light.vc_column_container.vc_column_container .vc_column-inner:before, 
.cspt-bg-color-light:not(.vc_column_container):before, 
.cspt-extended-bg-col.cspt-bg-color-light:before {
  background-color: #f7f7f7;
}
.cspt-bgimage-yes.cspt-bg-color-light.vc_column_container .vc_column-inner:before, 
.cspt-bgimage-yes.cspt-bg-color-light:not(.vc_column_container):before, 
.cspt-bgimage-yes.cspt-extended-bg-col.cspt-bg-color-light:before {
  background-color: rgba(246, 246, 246, 0.3);
}
/* Dark BG */
.cspt-bg-color-blackish.vc_column_container .vc_column-inner:before, 
.cspt-bg-color-blackish:not(.vc_column_container):before, 
.cspt-extended-bg-col.cspt-bg-color-blackish:before {
  background-color: #232323;
}
.cspt-bgimage-yes.cspt-bg-color-blackish.vc_column_container .vc_column-inner:before, 
.cspt-bgimage-yes.cspt-bg-color-blackish:not(.vc_column_container):before, 
.cspt-bgimage-yes.cspt-extended-bg-col.cspt-bg-color-blackish:before {
  background-color: rgba(35, 35, 35, 0.7);
}
/* White BG */
.cspt-bg-color-white.vc_column_container .vc_column-inner:before, 
.cspt-bg-color-white:before, .cspt-extended-bg-col.cspt-bg-color-white:before {
  background-color: #fff;
}
.cspt-bgimage-yes.cspt-bg-color-white.vc_column_container .vc_column-inner:before, 
.cspt-bgimage-yes.cspt-bg-color-white:not(.vc_column_container):before, 
.cspt-bgimage-yes.cspt-extended-bg-col.cspt-bg-color-white:before {
  background-color: rgba(255, 255, 255, 0.6);
}
/*  Background Image Position  */
body .cspt-bgimage-position-left-top {
  background-position: left top !important;
}
body .cspt-bgimage-position-left-center {
  background-position: left center !important;
}
body .cspt-bgimage-position-left-bottom {
  background-position: left bottom !important;
}
body .cspt-bgimage-position-right-top {
  background-position: right top !important;
}
body .cspt-bgimage-position-right-bottom {
  background-position: right bottom !important;
}
body .cspt-bgimage-position-right-center {
  background-position: right center !important;
}
body .cspt-bgimage-position-center-top {
  background-position: center top !important;
}
body .cspt-bgimage-position-center-center {
  background-position: center center !important;
}
body .cspt-bgimage-position-center-bottom {
  background-position: center bottom !important;
}
/*  Background Image No Repeat  */
.cspt-bgimage-repeat-no {
  background-repeat: no-repeat !important;
}
.cspt-bgimage-repeat-x {
  background-repeat: repeat-x !important;
}
.cspt-bgimage-repeat-y {
  background-repeat: repeat-y !important;
}
.cspt-bgimage-repeat-round {
  background-repeat: round !important;
}
.cspt-bgimage-repeat-space {
  background-repeat: space !important;
}
/*  Background Image Size  */
.cspt-bg-size-cover {
  background-size: cover !important;
}
.cspt-bgimage-repeat-contain {
  background-size: contain !important;
}
.cspt-row {
  position: relative;
}
.cspt-extended-bg-index-1 .cspt-extended-bg {
  z-index: 1 !important
}
.cspt-extended-bg.cspt-extended-bg-first-col, 
.cspt-extended-bg.cspt-extended-bg-last-col {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
.cspt-extended-bg-col {
  height: 100%;
}
.cspt-extended-bg-col:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 0;
}
.vc_element.vc_vc_column.vc_container-block {
    margin: 32px 0;
}
/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
.cspt-color-white, .cspt-text-color-white {
  color: #fff;
}
.cspt-color-dark, .cspt-text-color-dark {
  color: #000;
}
/* --------------------------------------
 * Global Form Input
 * ---------------------------------------*/
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="url"], input[type="search"], select, textarea {
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color: #686868;
  line-height: 60px;
  padding: 0px 30px;
  font-weight: 600;
  background: #f7f7f7;
  border: none;
  border-radius: 3px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
select {
  background: #ececec;
  padding: 0px 15px;
}
input:focus, select:focus, textarea:focus {
  border-color: #ff6600;
  outline: none !important;
}
textarea {
  height: 200px;
  resize: none;
  line-height: 30px;
  padding: 20px 30px;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  position: relative;
  background-color: #eee;
  border: none;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  color: #fff;
  border-radius: 2px;
  padding: 10px 40px;
  font-weight: 600;
  letter-spacing: 1px;
}
/* --------------------------------------
 * Sidebar padding top 
 * ---------------------------------------*/
.widget-area.col-md-3, .content-area.col-md-9 {
  padding-top: 80px;
}
.content-area.col-md-9 .site-main .page {
  padding-bottom: 50px;
}
.creativesplanet-sidebar .widget_search .wp-block-search__label,
.creativesplanet-sidebar .widget_block .wp-block-group h2,
.creativesplanet-sidebar .widget .widget-title {
  margin-bottom: 20px;
  position: relative;
  font-size: 20px;
  line-height: 20px;
}
.creativesplanet-sidebar .widget {
  background-color: #f6f6f6;
  padding: 30px 35px;
  padding-bottom: 5px;
}
.creativesplanet-sidebar .widget:last-child {
  padding-bottom: 30px;
}
.cspt-sidebar-left .site-content-contain > .site-content > .row {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.single-cspt-service .creativesplanet-sidebar .widget ul > li {
  margin: 2px 0;
  padding-bottom: 0;
}
/* --------------------------------------
 * Colum gaping setting
 * ---------------------------------------*/
/*creativesplanet-gap-0px*/
.creativesplanet-gap-0px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.creativesplanet-gap-0px .cspt-element-posts-wrapper.row {
  margin-left: 0;
  margin-right: 0;
}
/*creativesplanet-gap-5px*/
.creativesplanet-gap-5px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-left: 2.5px;
  padding-right: 2.5px;
  margin-bottom: 5px;
}
.creativesplanet-gap-5px .cspt-element-posts-wrapper.row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
/*creativesplanet-gap-10px*/
.creativesplanet-gap-10px .cspt-element-posts-wrapper.row {
  margin-left: -5px;
  margin-right: -5px;
}
.creativesplanet-gap-10px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
/*creativesplanet-gap-15px*/
.creativesplanet-gap-15px .cspt-element-posts-wrapper.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.creativesplanet-gap-15px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-bottom: 15px;
}
/*creativesplanet-gap-20px*/
.creativesplanet-gap-20px .cspt-element-posts-wrapper.row {
  margin-left: -10px;
  margin-right: -10px;
}
.creativesplanet-gap-20px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
}
/*creativesplanet-gap-25px*/
.creativesplanet-gap-25px .cspt-element-posts-wrapper.row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.creativesplanet-gap-25px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-right: 12.5px;
  padding-left: 12.5px;
  margin-bottom: 25px;
}
/*creativesplanet-gap-30px*/
.creativesplanet-gap-30px .cspt-element-posts-wrapper.row {
  margin-left: -15px;
  margin-right: -15px;
}
.creativesplanet-gap-30px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
/*creativesplanet-gap-40px*/
.creativesplanet-gap-40px .cspt-element-posts-wrapper.row {
  margin-left: -20px;
  margin-right: -20px;
}
.creativesplanet-gap-40px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 40px;
}
/*creativesplanet-gap-50px*/
.creativesplanet-gap-50px .cspt-element-posts-wrapper.row {
  margin-left: -25px;
  margin-right: -25px;
}
.creativesplanet-gap-50px .cspt-element-posts-wrapper.row .cspt-ele {
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 50px;
}
/* --------------------------------------
 * Global text color
 * ---------------------------------------*/
/* White Text */
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading, 
.cspt-bg-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading, 
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading, 
.cspt-bg-color-secondarycolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading, 
.cspt-text-color-white h1, 
.cspt-text-color-white h2, 
.cspt-text-color-white h3, 
.cspt-text-color-white h4, 
.cspt-text-color-white h5, 
.cspt-text-color-white h6, 
.cspt-bg-color-secondarycolor h1, 
.cspt-bg-color-secondarycolor h2, 
.cspt-bg-color-secondarycolor h3, 
.cspt-bg-color-secondarycolor h4, 
.cspt-bg-color-secondarycolor h5, 
.cspt-bg-color-secondarycolor h6, 
.cspt-bg-color-globalcolor h1, 
.cspt-bg-color-globalcolor h2, 
.cspt-bg-color-globalcolor h3, 
.cspt-bg-color-globalcolor h4, 
.cspt-bg-color-globalcolor h5, 
.cspt-bg-color-globalcolor h6, 
.cspt-bg-color-blackish h1, 
.cspt-bg-color-blackish h2, 
.cspt-bg-color-blackish h3, 
.cspt-bg-color-blackish h4, 
.cspt-bg-color-blackish h5, 
.cspt-bg-color-blackish h6 {
  color: #fff;
}
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading, 
.cspt-bg-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading, 
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading, 
.cspt-bg-color-secondarycolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading {
  color: rgba(255, 255, 255, 0.90);
}
.cspt-text-color-white .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content, 
.cspt-bg-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content, 
.cspt-bg-color-globalcolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content, 
.cspt-bg-color-secondarycolor .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content, 
.cspt-text-color-white {
  color: rgba(255, 255, 255, 1);
}
/* Dark Text */
.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-heading .vc_custom_heading, 
.cspt-text-color-blackish h1, 
.cspt-text-color-blackish h2, 
.cspt-text-color-blackish h3, 
.cspt-text-color-blackish h4, 
.cspt-text-color-blackish h5, 
.cspt-text-color-blackish h6 {
  color: #000;
}
.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-subheading .vc_custom_heading {
  color: rgba(0, 0, 0, 0.90);
}
.cspt-text-color-blackish .cspt-ihbox.cspt-ihbox-style-hsbox .cspt-ihbox-content {
  color: rgba(0, 0, 0, 0.80);
}
/* --------------------------------------
 * VC extra element
 * ---------------------------------------*/
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0px;
}
/* --------------------------------------
 * Image video icon
 * ---------------------------------------*/
.cspt-single-image-w .cspt-lightbox {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}
.cspt-single-image-w .cspt-lightbox, 
.cspt-single-image-w.cspt-single-hover- .cspt-overlay, 
.cspt-single-image-w.cspt-single-hover-yes .cspt-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.40);
}
.cspt-single-image-w .cspt-lightbox {
  background-color: transparent;
}
.cspt-single-image-w.cspt-single-hover-yes .cspt-overlay {
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.cspt-single-image-w.cspt-single-hover-yes:hover .cspt-overlay {
  opacity: 1;
}
/* --------------------------------------
 * cspt-title-bar-wrapper
 * ---------------------------------------*/
.cspt-title-bar-wrapper {
  position: relative;
  z-index: 0;
}
.cspt-title-bar-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none !important;
}
.cspt-title-bar-content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 30px;
}
.cspt-title-bar-content .cspt-tbar, 
.cspt-title-bar-content .cspt-breadcrumb {
  display: block;
}
.cspt-title-bar-content .cspt-breadcrumb {
  text-align: center;
}
.cspt-title-bar-content .cspt-breadcrumb a {
  color: rgba(255, 253, 253, 0.84);
}
.cspt-title-bar-content .cspt-tbar-inner {
  max-width: none;
  padding: 0;
  text-align: center;
}
.cspt-breadcrumb-inner i {
  font-size: 13px;
  margin: 0 10px;
  display: inline-block;
}
/* Footer Background color set*/
.cspt-bg-color-white.cspt-bg-image-yes:before {
  background-color: rgba(255, 255, 255, 0.9);
}
.cspt-bg-color-light.cspt-bg-image-yes:before {
  background-color: rgba(240, 240, 240, 0.9);
}
.cspt-bg-color-blackish.cspt-bg-image-yes:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.cspt-bg-color-gradientcolor.cspt-bg-image-yes:before {
  opacity: 0.5;
}
/* --------------------------------------
 * single setting
 * ---------------------------------------*/
.cspt-single-image-w .vc_icon_element {
  position: absolute;
  left: 50%;
  top: 50%;
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cspt-single-image-w .vc_icon_element .vc_icon_element-inner {
  color: #fff;
}
/* --------------------------------------
 * Topbar setting
 * ---------------------------------------*/
.cspt-pre-header-wrapper {
  height: 50px;
  line-height: 50px;
  background-color: #000;
}
/* Topbar social icon */
.cspt-pre-header-wrapper .cspt-social-links li {
  margin-right: 8px;
  display: inline-block;
}
.cspt-pre-header-wrapper .cspt-social-links li a {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #e5e5e5;
  font-size: 13px;
}
.cspt-pre-header-wrapper .cspt-social-links li a:hover {
  background: #3ecebe;
  color: #fff;
  transition: all 500ms ease;
}
/* --------------------------------------
 * Header setting
 * ---------------------------------------*/
.cspt-header-wrapper {
  z-index: 999;
}
.cspt-header-inner, 
.cspt-navbar > div > ul > li, 
.cspt-navbar > div > ul > li > a, 
.cspt-navbar div > ul > li > a, 
.site-title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
/**** Logo setting ****/
.cspt-sticky-on.cspt-sticky-logo-yes .cspt-main-logo, 
.cspt-sticky-logo {
  display: none;
}
.cspt-sticky-logo-yes .cspt-main-logo, 
.cspt-sticky-on.cspt-sticky-logo-yes .cspt-sticky-logo {
  display: inline-block;
}
/**** Header bg color setting ****/
.cspt-bg-color-white, .cspt-sticky-on.cspt-sticky-bg-color-white {
  background-color: #fff;
}
.cspt-bg-color-light, .cspt-sticky-on.cspt-sticky-bg-color-light {
  background-color: #f7f7f7;
}
.cspt-bg-color-blackish, .cspt-sticky-on.cspt-sticky-bg-color-blackish {
  background-color: #232323;
}
.cspt-bg-color-transparent, .cspt-sticky-on.cspt-sticky-bg-color-transparent {
  background-color: transparent;
}
/* --------------------------------------
 * Footer section
 * ---------------------------------------*/
.footer-wrap {
  padding-top: 56px;
  padding-bottom: 0px;
}
.cspt-footer-text-area {
  font-weight: 600;
  background-color: #020203;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cspt-footer-text-area, .cspt-footer-widget-area, .site-footer {
  background-color: transparent !important;
  position: relative;
}
.cspt-footer-widget-area {
  z-index: 1
}
.cspt-footer-text-area:before, 
.cspt-footer-widget-area:before, 
.site-footer:before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
  background-image: none !important;
}
.cspt-footer-text-area > .container, 
.footer-wrap.cspt-footer-widget-area > .container {
  position: relative;
  z-index: 2;
}
.cspt-footer-menu-no .cspt-footer-text-area .col-md-6 {
  display: block;
  flex: none;
  max-width: 100%;
  text-align: center;
}
.cspt-footer-menu-no .cspt-footer-text-area .col-md-6 + .col-md-6 {
  display: none;
}
/**** Footer Background color set ****/
.cspt-bg-color-white.cspt-bg-image-yes:before {
  background-color: rgba(255, 255, 255, 0.9);
}
.cspt-bg-color-light.cspt-bg-image-yes:before {
  background-color: rgba(240, 240, 240, 0.9);
}
.cspt-bg-color-blackish.cspt-bg-image-yes:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.cspt-bg-color-gradientcolor.cspt-bg-image-yes:before {
  opacity: 0.5;
}
/* --------------------------------------
 * Widget Sections
 * ---------------------------------------*/
.site-content .widget .wp-block-latest-comments{
  padding: 0;
}
.creativesplanet-sidebar .widget a{
  font-weight: 600;
  color: #232323;
}
.widget-title {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 40px;
}
.reduce-heading-space .widget-title {
  margin-bottom: 15px;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget ul li {
  list-style: none;
}
.widget a {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.widget ul > li ul {
  margin-left: 15px;
  margin-top: 15px;
}
.widget ul > li {
  padding: 0px 0px 15px 0;
}
.widget ul > li ul > li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
/**** Calendar Widget ****/
.widget_calendar table td#today {
  font-weight: bold;
}
.widget_calendar table {
  border-collapse: separate;
  border-color: #dedede;
  border-spacing: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
}
.widget_calendar table th, 
.widget_calendar table td {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  padding: 5px;
}
.widget_calendar caption {
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  caption-side: top;
  color: inherit;
}
.widget_calendar tbody a {
  display: block;
  font-weight: 700;
}
/***** ostion_recent_posts_widget *****/
.ostion_recent_posts_widget .cspt-rpw-list > li {
  display: -ms-flexbox !important;
  display: flex !important;
  align-items: normal;
  width: 100%;
  margin-top: 20px;
  padding-top: 0px;
  padding-bottom: 0;
}
.ostion_recent_posts_widget .cspt-rpw-list > li:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: none;
}
.ostion_recent_posts_widget .cspt-rpw-list > li > a {
  width: 70px;
  flex-shrink: 0;
  margin-right: 20px;
}
.ostion_recent_posts_widget .cspt-rpw-list > li > a img {
  border-radius: 3px;
}
.ostion_recent_posts_widget .cspt-rpw-content .cspt-rpw-date a {
  line-height: 17px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.ostion_recent_posts_widget .cspt-rpw-content  .cspt-rpw-title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 600;
}
.ostion_recent_posts_widget .cspt-rpw-content  .cspt-rpw-title a {
  color: #686868;
  line-height: 24px;
}
.ostion_recent_posts_widget .cspt-rpw-content {
  line-height: 24px;
}
.site-content .widget.widget_recent_comments ul li, 
.site-content .widget.widget_meta ul li > a, 
.site-content .widget.widget_recent_entries ul li > a, 
.site-content .widget.widget_archive ul li > a, 
.site-content .widget.widget_categories ul li > a, 
.site-content .widget.widget_nav_menu ul li > a, 
.site-content .widget.widget_pages ul li > a {
  position: relative;
  padding-left: 20px;
}
.site-content .widget.widget_recent_comments ul li a {
  font-weight: 500;
}
.site-content .widget.widget_recent_comments ul li span a {
  font-weight: normal;
}
/**** post-password-form ****/
.post-password-form  input[type=submit] {
  background-color: #2c2c2c;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
/**** widget_tag_cloud ****/
.widget_tag_cloud a {
  font-weight: 400;
  color: #686868;
  background-color: #1f1f1f;
  padding: 8px 10px 6px;
  line-height: 1;
  display: inline-block;
}
.widget_tag_cloud li {
  list-style: none;
  margin: 0 4px 8px 0;
  display: inline-block;
}
.widget_tag_cloud ul li {
  margin-bottom: 0px;
  padding-bottom: 8px !important;
}
.creativesplanet-sidebar .widget_tag_cloud ul li a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
  background-color: #ececec;
  border-radius: 2px;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.creativesplanet-sidebar .widget_tag_cloud ul li a:hover {
  color: #fff;
  box-shadow: 0 0px 40px rgba(0, 0, 0, .1);
}
/**** Search widget ****/
.search-form {
  position: relative;
}
.search-form input[type="search"] {
  height: 58px;
  line-height: 58px;
  border: none;
  box-shadow: 0 0px 20px rgba(0, 0, 0, .02);
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.search-form .search-submit:after {
  font-family: "creativesplanet-base-icons";
  content: '\e800';
  position: absolute;
  right: 18px;
  top: 0;
  opacity: 1;
  z-index: 1;
  color: #686868;
  font-size: 15px;
  font-weight: normal;
}
.search-form label {
  display: none;
}
.search-form button {
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  top: 50%;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  width: 50px;
}
.search-form button .screen-reader-text {
  display: none;
}
.site-content .widget ul > li, 
.creativesplanet-sidebar .cspt_widget_list_all_posts ul > li, 
.creativesplanet-sidebar .widget_recent_comments ul li, 
.creativesplanet-sidebar .widget_recent_entries ul li, 
.creativesplanet-sidebar .widget_archive ul li, 
.creativesplanet-sidebar .widget_meta ul li, 
.creativesplanet-sidebar .widget_categories ul li {
  line-height: 26px;
  font-size: 16px;
}
.wp-block-search {
  position: relative;
}
.wp-block-search button {
  position: absolute;
  right: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  top: 50%;
  height: 58px;
  line-height: 58px;
  margin-top: -29px;
  color: #ffffff;
  font-size: 16px;
  z-index: 1;
  width: 70px;
}
.wp-block-search input[type="search"] {
  height: 58px;
  line-height: 58px;
  border: 1px solid #ececec;
  background-color: #fff;
  padding-right: 60px;
}
.wp-block-search .wp-block-search__button:after {
  font-family: "creativesplanet-base-icons";
  content: '\e800';
  position: absolute;
  right: 24px;
  top: 0;
  opacity: 1;
  z-index: 1;
  color: #dbdbdb;
  font-size: 18px;
}
.wp-block-search .wp-block-search__button {
  font-size: 0;
  top: auto;
  bottom: 0;
}

/**** Footer widget ****/
.footerlogo {
  margin-bottom: 10px;
}
/**** RSS Widget ****/
.rss-date {
  font-size: 15px;
  display: block;
  color: #666;
}
.widget_rss.widget ul > li {
  padding-bottom: 30px;
}
.widget_rss.widget ul > li .rssSummary {
  font-weight: normal;
}
/**** widget_calendar ****/
.cspt-color-white .widget_calendar table {
  border-color: rgba(255, 255, 255, 0.32);
}
.cspt-color-white .widget_calendar table th, .cspt-color-white .widget_calendar table td {
  border-bottom-color: rgba(255, 255, 255, 0.32);
  border-right-color: rgba(255, 255, 255, 0.32);
}
/**** Footer input bg ****/
.cspt-color-white .footer-wrap input[type="text"], .cspt-color-white .footer-wrap input[type="email"], .cspt-color-white .footer-wrap input[type="password"], .cspt-color-white .footer-wrap input[type="tel"], .cspt-color-white .footer-wrap input[type="url"], .cspt-color-white .footer-wrap select, .cspt-color-white .footer-wrap textarea {
  background-color: rgba(255, 255, 255, 1);
  color: #2c2c2c;
}
/**** Footer contact info ****/
.site-footer.cspt-color-white .footer-wrap, .site-footer.cspt-color-white .footer-wrap a {
  color: rgba(255, 255, 255, 0.60);
}
.cspt-footer-text-area .cspt-footer-copyright-text-area {
  font-size: 15px;
  color: #686868;
}
.site-footer.cspt-color-white .cspt-footer-menu-area a {
  font-size: 15px;
  color: #686868;
}
.cspt-footer-area {
  text-align: right;
}
.cspt-footer-copyright-center .cspt-footer-copyright.col-md-6 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.footer-wrap .contact-info li {
  position: relative;
  padding: 0px 0px 0px 24px;
  margin-bottom: 15px;
  font-size: 13px;
}
.footer-wrap .contact-info i {
  position: absolute;
  left: 0px;
  top: 3px;
}
/**** Footer Tag cloud ****/
.footer-wrap .widget_tag_cloud a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px !important;
  padding: 0 18px;
  height: 42px;
  line-height: 42px;
  background-color: #000;
  border-radius: 3px;
}
.footer-wrap .widget_tag_cloud a:hover {
  color: #fff !important;
}
/**** Footer form ****/
.footer-wrap input[type="text"], 
.footer-wrap input[type="email"], 
.footer-wrap input[type="password"], 
.footer-wrap input[type="tel"], 
.footer-wrap input[type="url"], 
.footer-wrap select, 
.footer-wrap textarea {
  background-color: #212121;
  border: none;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  font-size: 13px;
}
.footer-wrap textarea {
  height: 115px;
  line-height: normal;
  padding-top: 10px;
}
.footer-wrap input[type=submit] {
  width: 75px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  color: #fff;
  text-transform: uppercase;
}
/* --------------------------------------
 * Blog Single
 * ---------------------------------------*/
/* Blog video iframe */
.format-video .cspt-featured-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.format-video .cspt-featured-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
iframe {
  max-width: 100%
}
/**** Blog Gallery ****/
.format-gallery .cspt-featured-wrapper {
  position: relative;
}
.format-gallery .lSPager {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -khtml-transform: translateX(-50%) translateY(0%);
  -moz-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  -o-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li a {
  height: 13px;
  width: 13px;
  border: 2px solid #fff;
  background-color: transparent;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li:hover a {
  background-color: transparent !important;
}
.format-gallery .lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #fff;
}
.format-quote .cspt-block-quote-content {
  position: relative;
  z-index: 2;
}
.format-quote .cspt-blog-meta {
  display: none;
}
.format-quote .cspt-block-quote-content a {
  display: inline-block;
  margin-top: 10px;
  font-style: italic;
}
article.format-quote blockquote {
  margin: 0;
}
article.format-quote .cspt-blog-classic-inner {
  display: none;
}
article.format-quote .cspt-blog-classic {
  border: none;
}
.format-quote .cspt-block-quote-content a {
  color: #fff;
}
/**** format-link ****/
.format-link .cspt-link-wrapper {
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.format-link .cspt-link-wrapper:after {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  display: block;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.65);
}
.format-link .cspt-featured-wrapper .cspt-link-inner {
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding: 50px;
  position: relative;
  z-index: 2;
}
.format-link .cspt-link-wrapper a {
  color: #fff;
}
.format-link .cspt-link-inner {
  position: relative;
}
.format-link .cspt-link-inner:before {
  font-family: "creativesplanet-base-icons";
  content: '\e803';
  position: absolute;
  right: 40px;
  top: -11px;
  font-weight: 700;
  opacity: 0.25;
  z-index: 1;
  color: #fff;
  font-size: 100px;
}
/**** Sticky post ****/
.post.sticky {
  position: relative;
  margin-bottom: 50px;
}
.post.sticky .cspt-blog-classic-inner {
  border: 3px solid #ff7607;
}
.post.sticky .cspt-blog-classic {
  position: relative;
  border-bottom: 0;
}
.post.sticky .cspt-blog-classic:after {
  position: absolute;
  top: 0;
  font-family: "creativesplanet-base-icons";
  content: "\e820";
  position: absolute;
  right: 45px;
  top: 45px;
  background-color: #1762f0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  border-radius: 2px;
}
.post.sticky .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date a {
  color: #2c2c2c;
}
/**** Blog info ****/
.cspt-author-box {
  margin-top: 60px;
  margin-bottom: 50px;
  padding: 60px 60px 45px 60px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-radius: 2px;
}
.cspt-author-image {
  max-width: 170px;
  width: 170px;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 35px;
}
.cspt-author-image img {
  width: 100%;
}
.cspt-author-content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100;
  font-size: 16px;
  line-height: 30px;
}
.cspt-author-content .cspt-author-name {
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}
.cspt-author-content .cspt-author-name a {
  color: #232323;
}
/**** Classic Meta ****/
.cspt-blog-meta, .cspt-blog-meta a {
  color: #616161;
}
.cspt-blog-meta.cspt-blog-meta-top {
  position: relative;
  margin-bottom: 0px;
  margin-top: 15px;
}
/**** .cspt-blog-meta-bottom ****/
.cspt-blog-meta-bottom {
  border-top: 1px solid #e9e9e9;
  padding-top: 35px;
  margin-top: 50px;
}
.cspt-blog-meta-bottom .cspt-meta-tags .cspt-meta-title {
  color: #232323;
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
}
.cspt-blog-meta-bottom .cspt-meta-tags {
  color: #8b90a0;
}
.cspt-blog-meta-bottom .cspt-meta-tags a:first-child {
  display: inline-block;
  margin-left: 10px;
}
.cspt-blog-meta-bottom .cspt-meta-tags a {
  color: #8b90a0;
  font-weight: normal;
}
.cspt-blog-meta-bottom ul {
  margin: 0;
  padding: 0;
}
.cspt-blog-meta-bottom ul li {
  margin-right: 8px;
  display: inline-block;
}
.cspt-blog-meta-bottom ul li:last-child {
  margin-right: 0;
}
.cspt-blog-meta-bottom .cspt-social-share li a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}
/**** Blog Classic default ****/
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top {
  margin-top: 0;
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date, 
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date {
  border-radius: 0;
  padding: 0
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left, 
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left {
  width: auto;
  top: 0;
  left: 0;
  position: static;
}
.cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date {
  font-size: 15px;
  line-height: 25px;
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top {
  text-align: left;
  display: flex;
  align-items: center;
}
.cspt-no-img .cspt-blog-meta .cspt-meta-classic-right, .cspt-default-view .cspt-blog-meta .cspt-meta-classic-right {
  padding-left: 30px;
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date .entry-date {
  font-size: 15px;
  line-height: 35px;
  margin: 0
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date span {
  display: inline-block;
  margin-left: 5px;
}
.cspt-no-img .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date, .cspt-default-view .cspt-blog-meta.cspt-blog-meta-top .cspt-meta-classic-left .cspt-meta-date {
  line-height: normal;
  display: inline-block;
  width: auto;
  padding: 2px 13px;
  line-height: normal;
  font-size: 16px;
  display: inline-block;
  border-radius: 3px;
}
.cspt-no-img .cspt-blog-classic .cspt-post-title, .cspt-default-view .cspt-blog-classic .cspt-post-title {
  margin-top: 0;
}
/**** Classic no img ****/
.cspt-social-share .tspt-social-li-facebook a {
  color: #3B5998;
}
.cspt-social-share .tspt-social-li-twitter a {
  color: #55ACEE;
}
.cspt-social-share .tspt-social-li-google-plus a {
  color: #dd4b39;
}
.cspt-social-share .tspt-social-li-linkedin a {
  color: #007bb5;
}
.cspt-social-share .tspt-social-li-youtube a {
  color: #bb0000;
}
.cspt-social-share .tspt-social-li-instagram a {
  color: #125688;
}
.cspt-social-share .tspt-social-li-pinterest a {
  color: #cb2027;
}
.cspt-social-share .tspt-social-li-snapchat-ghost a {
  color: #fffc00;
}
.cspt-social-share .tspt-social-li-skype a {
  color: #00aff0;
}
.cspt-social-share .tspt-social-li-android a {
  color: #a4c639;
}
.cspt-social-share .tspt-social-li-dribbble a {
  color: #ea4c89;
}
.cspt-social-share .tspt-social-li-vimeo a {
  color: #45bbff;
}
.cspt-social-share .tspt-social-li-tumblr a {
  color: #2c4762;
}
.cspt-social-share .tspt-social-li-vine a {
  color: #00b489;
  color: white;
}
.cspt-social-share .tspt-social-li-foursquare a {
  color: #45bbff;
}
.cspt-social-share .tspt-social-li-stumbleupon a {
  color: #eb4924;
}
.cspt-social-share .tspt-social-li-flickr a {
  color: #f40083;
}
.cspt-social-share .tspt-social-li-yahoo a {
  color: #430297;
}
.cspt-social-share .tspt-social-li-soundcloud a {
  color: #ff5500;
}
.cspt-social-share .tspt-social-li-reddit a {
  color: #ff5700;
}
.cspt-social-share .tspt-social-li-rss a {
  color: #ff6600;
}
/**** Classic date ****/
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-author:before, 
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-date:before, 
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-cat:before, 
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-comments:before, 
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-tags:before {
  font-family: "creativesplanet-base-icons";
  margin-right: 10px;
}
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-author:before {
  content: '\e808';
}
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-date:before {
  content: '\e844';
}
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-cat:before {
  content: '\e80a';
}
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-comments:before {
  content: '\e801';
}
.cspt-blog-meta .cspt-meta-classic-right .cspt-meta-tags:before {
  content: '\e80b';
}
/**** Single post navigation ****/
.post-navigation .nav-links {
  margin-top: -1px;
  padding: 41px 0;
  display: -ms-flexbox;
  display: flex;
  align-items: normal;
  width: 100%;
}
.post-navigation .nav-links .nav-previous {
  margin-right: auto !important;
}
.post-navigation .nav-links .nav-next {
  text-align: right;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
  width: 50%;
}
.post-navigation .nav-links .cspt-prev-title, 
.post-navigation .nav-links .cspt-next-title {
  color: #000;
  font-size: 13px;
  background-color: #f9f9f9;
  padding: 8px 34px;
  border-radius: 30px;
  margin-bottom: 15px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.post-navigation .nav-links .cspt-prev-title:hover, 
.post-navigation .nav-links .cspt-next-title:hover {
  color: #fff;
  border-color: transparent;
}
.post-navigation .nav-links .nav-title, 
.post-navigation .nav-links .nav-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
/**** Single Comment Section ****/
.comment-reply-title,
.comments-area .comments-title, 
.comment-respond .comments-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
.comments-title {
  padding-bottom: 40px;
}
.children, .comment-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cspt-comment-avatar {
  float: left;
  margin-right: 22px
}
.comment-list .children li.comment {
  position: relative;
  padding-top: 0;
  padding-left: 0px;
}
.comment-list .children {
  margin-left: 30px;
}
.comment-list>.comment:last-child {
  border: 0;
  margin-bottom: 0;
}
.cspt-comment-date {
  display: block;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.comment-list .cspt-comment-avatar img {
  border-radius: 2px;
  width: 100px;
  height: 100px;
}
.cspt-comment-content {
  position: relative;
}
.cspt-comment-content .cspt-comment-author {
  display: block;
  margin-top: 4px;
  margin-bottom: 7px;
  color: #232323;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
.cspt-comment-content .cspt-comment-author a {
  color: #232323;
}
.reply {
  position: absolute;
  top: 0;
  right: 0;
}
.reply a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 18px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #232323;
  border-radius: 2px;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.reply a:hover {
  color: #fff;
}
.cspt-comment-content {
  position: relative;
  flex-grow: 1;
  padding: 0;
  margin-left: 140px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.comment-list>li {
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 1px solid #f7f7f7;
}
.comment-list>.comment:last-child {
  border: 0;
  margin-bottom: 0;
}
.comment-respond .comment-reply-title small {
  margin-left: 23px;
  font-size: 16px;
}
.comment-reply-title {
  font-weight: 600;
}
/**** cancel-comment-reply-link ****/
.comment-reply-title #cancel-comment-reply-link {
  position: absolute;
  z-index: 99;
  font-size: 0;
  right: 35px;
}
.comment-reply-title #cancel-comment-reply-link:after {
  font-size: 22px;
  font-family: 'creativesplanet-base-icons';
  content: '\e813';
  position: absolute;
  left: inherit;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #232323;
  color: #fff;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
/**** Comment-Form ****/
.comment-form {
  margin-bottom: 40px;
}
.comment-respond {
  margin: 80px 0;
  margin-top: 0;
}
.comment-list .comment-respond {
  padding-left: 140px;
}
.comment-respond .inline-field {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  width: 33.3333%;
  margin-left: 13px;
  margin-bottom: 25px;
  font-size: 13px;
  color: silver;
  box-sizing: border-box;
}
.cspt-comment-form-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cspt-comment-form-input-wrapper .cspt-comment-form-input {
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  width: 33.3333%;
  margin-left: 13px;
  margin-bottom: 15px;
  font-size: 13px;
  color: silver;
  box-sizing: border-box;
}
.cspt-comment-form-input-wrapper .cspt-comment-form-input:first-child {
  margin-left: 0;
}
.comment-notes, .logged-in-as {
  margin-bottom: 30px;
}
.comment-form input[type=submit]:hover {
  color: #fff;
}
/*** pingback ****/
.pingback .cspt-comment-content {
  margin-left: 0px;
}
.pingback .cspt-comment-content:before, 
.pingback .cspt-comment-content:after {
  display: none;
}
/* --------------------------------------
 * Prtfolio Single
 * ---------------------------------------*/
.cspt-portfolio-single .navigation {
  margin-top: 40px;
}
.cspt-portfolio-single .cspt-portfolio-nav-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.cspt-portfolio-single .post-navigation .nav-links {
  justify-content: space-between;
}
.cspt-portfolio-single .post-navigation .nav-links .nav-previous, 
.cspt-portfolio-single .post-navigation .nav-links .nav-next {
  width: unset;
}
.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon {
  background-color: #000;
  width: 98px;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 30px;
}
.cspt-portfolio-single .nav-links a {
  display: -ms-flexbox !important;
  display: flex !important;
}
.cspt-portfolio-single .cspt-portfolio-nav-head {
  color: #888888;
  font-size: 18px;
}
.cspt-portfolio-single .cspt-portfolio-nav-wrapper {
  background-color: #ececec;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 350px;
  text-align: center;
}
.cspt-portfolio-single .nav-links .cspt-portfolio-nav-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cspt-portfolio-single .post-navigation .nav-links .nav-title, 
.cspt-portfolio-single .post-navigation .nav-links .nav-title {
  font-weight: 400;
  color: #797979;
}
.cspt-portfolio-single .nav-links .nav-previous .cspt-portfolio-nav-wrapper {
  margin-left: 2px;
}
.cspt-portfolio-single .nav-links .nav-next .cspt-portfolio-nav-wrapper {
  margin-right: 2px;
}
.single.single-cspt-portfolio .cspt-portfolio-related .cspt-related-title {
	margin-bottom: 15px;
}
/* --------------------------------------
 * Team Member  Single
 * ---------------------------------------*/
/**** List Style Two ****/
.cspt-team-name-info {
  margin-bottom: 20px;
}
.cspt-team-left-inner {
  margin-right: 20px;
  position: relative;
}
.cspt-team-left-inner .icon {
  display: none;
}
.single-cspt-team-member .cspt-short-description {
  margin-bottom: 45px;
}
.cspt-single-team-info {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  font-size: 17px;
}
.cspt-single-team-info li {
  margin-bottom: 15px;
  color: #2c2c2c;
}
.cspt-single-team-info .icon {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #232323;
  border-radius: 50%;
  font-size: 15px;
}
.cspt-team-single .cspt-team-social-links {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color:#fff;
  background: #fff;
  position: relative;
  top: -30px;
  margin: 0 40px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
  padding: 20px 0;
  -webkit-transition: 0.4s ease-out 0s;
  -o-transition: 0.4s ease-out 0s;
  transition: 0.4s ease-out 0s;
}
.cspt-team-single .cspt-entry-content {
  margin-top: 50px;
}
.cspt-team-single .cspt-team-social-links li {
  display: inline-block;
  margin-right: 15px;
}
.cspt-team-single .cspt-team-title {
  font-weight: bold;
}
.cspt-team-single .cspt-team-designation {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  margin-bottom: 35px;
}
/**** Text color white ****/
.cspt-color-white .widget-title {
  color: #fff;
}
/**** cspt-team-single-style-1 ****/
.cspt-team-single-style-1 .cspt-team-single .cspt-entry-content {
	margin-top: 0px;
}
/**** cspt-team-single-style-2 ****/
.single-cspt-team-member .cspt-team-single-style-2 .cspt-short-description {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0px;
}
.cspt-team-single-style-2 .cspt-single-team-info li {
  margin-bottom: 15px;
  color: #2c2c2c;
  display: inline-block;
  margin-right: 15px;
}
/* --------------------------------------
 * creativesplanet-ul-list
 * ---------------------------------------*/
.creativesplanet-ul-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.creativesplanet-ul-list ul li {
  margin: 5px 0;
}
.creativesplanet-ul-list ul li i {
  margin-right: 10px;
}
.creativesplanet-ul-list.cspt-ul-type-disc ul {
  margin: 0;
  padding: 0;
}
.creativesplanet-ul-list.cspt-ul-type-disc li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.creativesplanet-ul-list.cspt-ul-type-disc li:after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
}
/* --------------------------------------
 * Seach Result page
 * ---------------------------------------*/
.search-results .cspt-top-search-form {
    margin: 0 15px;
    margin-bottom: 60px;
}
.cspt-search-results {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.cspt-search-results-left {
  margin-right: 30px;
}
.cspt-search-results-left {
  width: 175px;
  flex-shrink: 0;
}
.cspt-search-results-right .cspt-post-title a {
  color: #2c2c2c;
}
.search-results .content-area.col-md-9 .site-main .page {
  padding-bottom: 0px;
}
.cspt-search-results .cspt-read-more-btn{
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600; 
    margin-top:  20px;
}
.cspt-search-results  .cspt-search-results-right .cspt-meta{
    margin-right: 15px;
    font-size: 16px;
    position: relative;
}
.cspt-search-results  .cspt-search-results-right .cspt-meta:before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #ddd;
    position: absolute;
    left: -12px;
    top: 9px;
}
.cspt-search-results  .cspt-search-results-right .cspt-meta:first-child:before {
  display: none;
}


.cspt-search-results .cspt-entry-content{
  margin-top: 10px;
}


/* --------------------------------------
 * nav-links 
 * ---------------------------------------*/
.nav-links {
  text-align: center;
  margin-top: 50px;
}
.nav-links .page-numbers {
  padding: 10px 17px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #eee;
  color: #2c2c2c;
}
.nav-links .page-numbers:hover, 
.nav-links .page-numbers.current {
  color: #fff;
}
.cspt-gallery {
  display: table;
}
.cspt-gallery > .cspt-gallery-image {
  display: table-cell;
  width: 100%;
}
body.cspt-sidebar-no #content .cspt-pagination{
  padding-bottom: 100px;
}

/* --------------------------------------
 * Carousel
 * ---------------------------------------*/
.creativesplanet-element-viewtype-carousel .container {
  position: relative;
}
.cspt-carousel-navs {
  position: absolute;
  right: -5px;
  top: 0;
}
.cspt-carousel-navs a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  font-size: 24px;
  margin: 0 5px;
}
.cspt-carousel-navs a:hover {
  color: #fff;
}
.creativesplanet-element-viewtype-carousel .owl-nav {
  position: absolute;
  top: -50px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next, 
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
  text-align: center;
  z-index: 15;
  cursor: pointer;
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 15px;
  outline: none;
  display: inline-block;
  position: absolute;
  box-shadow: inherit;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:before, 
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 50%;
  background-color: #e1e1e1;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after, 
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:after {
  font-family: "creativesplanet-base-icons";
  content: '\e815';
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 15px;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -khtml-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:after {
  content: '\e810';
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next:hover:after, 
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev:hover:after {
  color: #fff;
}
.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
  height: 17px;
  width: 17px;
  border: 6px solid #ececec;
  border-radius: 50%;
  margin: 0 5px;
  outline: none;
}
.cspt-bg-color-light .creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot {
  border: 6px solid #fff;
}
.creativesplanet-element-viewtype-carousel .owl-carousel button.owl-dot.active {
  background: #232323;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 25px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav button {
  cursor: pointer;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-next {
  right: -100px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav .owl-prev {
  left: -100px;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
  width: 100%;
  z-index: 20;
  opacity: 0;
  transition: all .4s ease 0s;
}
.creativesplanet-element-viewtype-carousel .owl-carousel:hover .owl-nav {
  opacity: 1;
}
.creativesplanet-element-viewtype-carousel .cspt-ele {
  display: none;
}
.creativesplanet-element-viewtype-carousel .owl-carousel .cspt-ele {
  display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="1"] .cspt-ele:nth-child(1) {
  display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="2"] .cspt-ele:nth-child(1), 
.creativesplanet-element-viewtype-carousel[data-columns="2"] .cspt-ele:nth-child(2) {
  display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(1), 
.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(2), 
.creativesplanet-element-viewtype-carousel[data-columns="3"] .cspt-ele:nth-child(3) {
  display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(1), 
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(2), 
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(3), 
.creativesplanet-element-viewtype-carousel[data-columns="4"] .cspt-ele:nth-child(4) {
  display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(1), 
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(2), 
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(3), 
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(4), 
.creativesplanet-element-viewtype-carousel[data-columns="5"] .cspt-ele:nth-child(5) {
  display: block;
}
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(1), 
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(2), 
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(3), 
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(4), 
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(5), 
.creativesplanet-element-viewtype-carousel[data-columns="6"] .cspt-ele:nth-child(6) {
  display: block;
}
/**** Multi Columns ROW correction ****/
.multi-columns-row .first-in-row {
  clear: left;
}
.multi-columns-row .col-xs-6:nth-child(2n + 3) {
  clear: left;
}
.multi-columns-row .col-xs-4:nth-child(3n + 4) {
  clear: left;
}
.multi-columns-row .col-xs-3:nth-child(4n + 5) {
  clear: left;
}
.multi-columns-row .col-xs-2:nth-child(6n + 7) {
  clear: left;
}
.multi-columns-row .col-xs-1:nth-child(12n + 13) {
  clear: left;
}
.multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
  clear: left;
}
.multi-columns-row .col-sm-6:nth-child(2n + 3) {
  clear: left;
}
.multi-columns-row .col-sm-4:nth-child(3n + 4) {
  clear: left;
}
.multi-columns-row .col-sm-3:nth-child(4n + 5) {
  clear: left;
}
.multi-columns-row .col-sm-2:nth-child(6n + 7) {
  clear: left;
}
.multi-columns-row .col-sm-1:nth-child(12n + 13) {
  clear: left;
}
.multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
  clear: left;
}
@media (min-width:768px) {
  .multi-columns-row .col-xs-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-xs-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-xs-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-xs-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-xs-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-xs-20percent:nth-child(5n + 6) {
    clear: none;
  }
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: left;
  }
  .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
    clear: left;
  }
}
@media (min-width:992px) {
  .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-sm-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-sm-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-sm-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-sm-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-sm-20percent:nth-child(5n + 6) {
    clear: left;
  }
  .search-results .site-main .multi-columns-row .col-sm-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: left;
  }
  .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
    clear: left;
  }
}
@media (min-width:1200px) {
  .multi-columns-row .col-md-6:nth-child(2n + 3) {
    clear: none;
  }
  .multi-columns-row .col-md-4:nth-child(3n + 4) {
    clear: none;
  }
  .multi-columns-row .col-md-3:nth-child(4n + 5) {
    clear: none;
  }
  .multi-columns-row .col-md-2:nth-child(6n + 7) {
    clear: none;
  }
  .multi-columns-row .col-md-1:nth-child(12n + 13) {
    clear: none;
  }
  .multi-columns-row .col-md-20percent:nth-child(5n + 6) {
    clear: none;
  }
  .multi-columns-row .col-lg-6:nth-child(2n + 3) {
    clear: left;
  }
  .multi-columns-row .col-lg-4:nth-child(3n + 4) {
    clear: left;
  }
  .multi-columns-row .col-lg-3:nth-child(4n + 5) {
    clear: left;
  }
  .multi-columns-row .col-lg-2:nth-child(6n + 7) {
    clear: left;
  }
  .multi-columns-row .col-lg-1:nth-child(12n + 13) {
    clear: left;
  }
  .multi-columns-row .col-lg-20percent:nth-child(5n + 6) {
    clear: left;
  }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* --------------------------------------
 * Comment formm error input
 * ---------------------------------------*/
 span.cspt-form-error {
  color: red;
  font-size: 12px;
  display: none;
}