/*------------------------------------------------------------------
[Master Stylesheet]
[Table of contents]
1. Body
    1.1. General styling
2. Elements
    2.1. Buttons
    2.2. Subscribe form
    2.3. Blockquote
    2.4. Search input + button
    2.5. Contact us
    2.6. Back to top button
2. Header
    2.1. Header styling
    2.2. Navbar styling
    2.3. Hero section
3. Portfolio
4. Blocks
5. Testimonial
6. Members
7. Statistics
8. Footer
9. Custom images
10. Sections
    10.1. Subscribe
    10.2. Contact
    10.3. Contact Form
    10.4. Portfolio
    10.5. Pricing tables
11. Page: Blog
    11.1. Sidebar/Widgets
13. 404 Not found page
14. Clients slider
17. Carousel Post
18. Event
19. Banner
21. Members
22. Our Services
24. Sidebar menu
25. OWL Slider Styling
26. WooCommerce
-------------------------------------------------------------------
/*---------------------------------------------*/
/*--- 1. Body ---*/
/*---------------------------------------------*/
/* General styling */
html,body { 
    height: 100%; 
    width: 100%; 
}
body{
    overflow-x: hidden; 
}
* {
    word-wrap: break-word;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
section {
    position: relative;
}
section.cover{
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
ol, ul {
    padding-left: 30px;
}
figure.gallery-item {
    margin: 30px 0;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-1 .gallery-item { 
  width: 100%; 
}
.gallery-columns-2 .gallery-item { 
  width: 50%; 
}
.gallery-columns-4 .gallery-item { 
  width: 25%; 
}
.gallery-columns-5 .gallery-item { 
  width: 20%; 
}
.gallery-columns-6 .gallery-item { 
  width: 16.6%; 
}
.gallery-columns-7 .gallery-item { 
  width: 14.28%; 
}
.gallery-columns-8 .gallery-item { 
  width: 12.5%; 
}
.gallery-columns-9 .gallery-item { 
  width: 11.1%; 
}
.gallery img {
  box-shadow: 0px 0px 4px #999;
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  font-size: 12px;
  opacity: 1;
  margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
span.edit-link {
    margin: 10px 0;
    display: block;
}
/*GLOBAL: FONT WEIGHT*/
.post-excerpt,
.breadcrumb,
.single-post-social > div,
.tweet-body,
.article-details .post-author,
.tweet-date,
.top-header,
.author-biography{
    font-weight:400;
}
.post-name.post-name-color a{
    font-weight:500;
}
/*GLOBAL: BORDER RADIUS*/
.sticky-posts .post a,
.sticky-posts .post-date,
.modeltheme-content,
.testimonials_slider .testimonial-content,
.tagcloud > a,
.widget_address_social_icons .social-links a,
.single_post_author_details,
.social-sharer > li,
.shortcode_post_content .text_content .post-read-more .post-read-more-button,
footer .contact-details{
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/*GLOBAL: TRANSITION EFFECTS*/
#primary .main-content ul.modeltheme-slider li{
    position: unset;
}
.wpb_column{
    height: auto;
}
p.subtitle {
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
.top-margin {
    padding-top: 60px;
}
.high-margin {
    padding-top: 60px;
    padding-bottom: 80px;
}
.bottom-margin {
    padding-top: 0;
    padding-bottom: 80px;
}
.mediu-margin {
    padding-top: 25px;
    padding-bottom: 25px;
}
.spacer {
    margin-bottom: 50px;
}
.right-border {
    padding: 15px;
    border-right: 5px solid;
    margin-bottom: 10px !important;
}
.left-border {
    padding: 15px;
    border-left: 5px solid;
    margin-bottom: 10px !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.no-margin{
    margin: 0 !important;
}
.top-no-margin {
    padding-bottom: 100px;
    padding-top: 0;
}
.bottom-no-margin {
    padding-bottom: 0;
    padding-top: 60px;
}
.high-padding {
    padding: 90px 0;
}
.medium-padding {
    padding: 50px 0;
}
.padding-left_0{
  padding-left: 0;
}
.padding-right_0{
  padding-right: 0;
}
.form-control {
  border-color: rgb(0, 173, 241);
  border-width: 2px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  height: auto;
  padding: 10px;
}
.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.embed-responsive-item{
    width: 100%;
}
.block-triangle {
    overflow: hidden;
}
/*Flat icons*/
.flat-icon {
  font-family: 'oxp-demo';
  padding:23px 28px;
  font-size: 45px;
  font-weight: 600;
  display: inline-block;
  line-height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  margin-right: 15px;
}
/*---------------------------------------------*/
/*--- 2. Elements ---*/
/*---------------------------------------------*/
body .no-margin{
    margin-bottom: 0;
}
.text-white ul li,
.text-white .section-title {
    color: white;
    opacity: 0.9;
}
.img-center{
    margin: 0 auto;
    display: block;
}
.smartowl_call-to-action h1,
.smartowl_call-to-action h2,
.smartowl_call-to-action h3,
.smartowl_call-to-action h4,
.smartowl_call-to-action h5,
.smartowl_call-to-action h6 {
    color: #fff;
}
/* Float */
[class^="hvr-"] {
    background: #e1e1e1 none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    margin: 0;
    padding: 1em;
    text-decoration: none;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.margin-zero{
    margin: 0;
}
.vc_btn.margin-zero {
    margin: 10px 0;
}
.single article .article-content li {
    color: #686868;
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    opacity: 1;
    visibility: visible;
}
.page .entry-content ol li {
    color: #686868;
    font-size: 15px;
    font-weight: 300;
    line-height: 29px;
    opacity: 1;
    visibility: visible;
}
.missing-modeltheme-framework img.alignleft, 
.missing-modeltheme-framework img.aligncenter, 
.missing-modeltheme-framework img.alignright {
    margin-bottom: 30px !important;
}
textarea, 
input[type="text"], 
input[type="button"], 
input[type="search"], 
input[type="submit"]{
    -webkit-appearance: none; 
}
.newspaper-info-bordered .holder {
    padding: 10px 0 10px 15px;
}
.newspaper-info span:nth-of-type(1) {
    font-weight: 600;
}
.newspaper-info-bordered .col-md-5 {
    text-align: center;
}
.newspaper-info-bordered i {
    font-size: 50px;
    padding: 10px 0;
}
.newspaper-info span {
    font-size: 17px;
    display: block;
}
.complex-layout .col-md-9 {
    padding-left: 0;
}
.newspaper-info span:nth-of-type(2) {
    font-style: italic;
}
.newspaper-info-bordered {
    border: 1px solid;
    margin: 13px 0;
}
/*Elements: blockquote*/
.good_quote h1 {
    font-size: 55px;
}
blockquote {
    background: none repeat scroll 0 0 #f6f6f6;
    border-left: 5px solid;
    color: #9aa7af;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 30px;
    position: relative;
}
.testimonials-container blockquote:before {
    content: "\"";
    font-family: open sans;
    font-size: 200px;
    font-style: italic;
    left: 15%;
    line-height: 200px;
    position: absolute;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background: transparent;    
}
.quotes-container blockquote:before {
    font-family: "Libre Baskerville";
    content: "\"";
    font-size: 200px;
    font-style: italic;
    left: 5%;
    line-height: 0;
    position: absolute;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background: transparent;    
    top: -20px;
}
.testimonials-container blockquote p {
    width: 65%;
    margin: 0 auto;
}
.quotes-container blockquote p {
    color: #ffffff;
    font-size: 26px;
    margin: 0 auto;
    width: 80%;
}
.quotes-content .quote_title {
    color: #ffffff;
    font-size: 24px;
    margin: 0 auto;
    width: 65%;
}
.quotes-container blockquote::after {
    bottom: -20px;
    content: "\"";
    font-family: "Libre Baskerville";
    font-size: 200px;
    font-style: italic;
    line-height: 0;
    position: absolute;
    right: 5%;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.testimonials-container blockquote{
    background: transparent;
}
.quotes-container blockquote{
    background: transparent;
    padding: 0;
}
/* Element: Search input + button */
.no-results.not-found {
    color: rgb(153, 171, 183);
    margin-bottom: 23px;
}
.no-results .search-form {
    margin-top: 20px;
    text-align: center;
}
.no-results button {
    padding: 10px 30px !important;
    outline: none;
    line-height: 28px;
    text-align: center;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #fff;
    background-color: #20bf6b !important;
    border: 1px;
    border-radius: 30px;
}
.no-results button:hover {
    background-color: #26de81 !important;
    color: #ffffff !important;
}
.no-results input {
    border: 1px solid #e6e6e6;
    outline: none;
    color: rgba(37,37,37,0.8);
    padding: 10px 30px;
    line-height: 28px;
    font-weight: 300 !important;
    border-radius: 30px !important;
}
/*Section: Conference form*/
.conference-attendant-form input {
    font-style: normal;
    height: auto;
    margin-bottom: 30px;
    padding: 15px !important;
}
.conference-attendant-form input.wpcf7-submit {
    margin: 0 !important;
    padding: 15px 40px !important;
}
/*Section: Contact us*/
.meraki-contact input, .meraki-contact textarea {
    padding: 19px 20px !important;
    width: 100%;
    border-radius: 30px !important;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(21, 21, 21, .05);
    -moz-box-shadow: 0 0 20px rgba(21, 21, 21, .05);
    -ms-box-shadow: 0 0 20px rgba(21, 21, 21, .05);
    margin-bottom: 30px !important;
    font-size: 16px;
    font-weight: 300;
    box-shadow: none;
    border: 1px solid #e0e0e0!important;
    color: #686868;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}
.meraki-contact input:focus, .meraki-contact textarea:focus {
    outline: 0;
}
.meraki-contact textarea {
    height: 150px;
}
.meraki-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #686868;
}
.meraki-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #686868;
}
.meraki-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #686868;
}
.meraki-contact input:-moz-placeholder { /* Firefox 18- */
  color: #686868;
}
.meraki-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #686868;
}
.meraki-contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #686868;
}
.meraki-contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #686868;
}
.meraki-contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #686868;
}
.meraki-contact button.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px !important;
    color: #fff;
    transition: all 250ms ease;
    background: #ff2122;
    text-transform: uppercase;
    line-height: 28px;
    margin-top: 0;
    border-radius: 30px;
    outline: 0;
}
.merakicontact button.wpcf7-form-control.wpcf7-submit:hover {
    background: #26de81 !important;
}
#contact_form textarea.form-control {
    height: 140px;
    padding: 6px 40px !important;
}
#contact_form2 .alert-success {
    background-color: rgb(223, 240, 216);
    border: 0 none;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}
.success_message {
    color: rgb(0, 173, 241);
    display: none;
    font-weight: 400;
    padding-top: 5px;
    text-align: center;
}
textarea.form-control {
    height: 140px;
    padding: 10px !important;
}
#contact_form2 .form-control {
    background-color: #ecf0f1;
    border: 1px solid rgba(206, 206, 206, 0.3);
    box-shadow: none;
    padding: 0 10px;
}
#contact_form2 .contact_label {
    color: #333333;
}
#contact_form2 .solid-button.button {
    border: medium none;
    margin-top: 5px;
    text-transform: uppercase;
    width: auto;
}
.span-contact i {
    bottom: 1px;
    color: #48a8a7;
    font-size: 25px;
    margin-right: 10px;
    opacity: 0.6;
    position: relative;
    text-align: center;
    width: 35px;
}
/*Element: Back to top button*/
.back-to-top i {
    color: #ffffff;
}
.back-to-top img{
    width: 40px;
}
.back-to-top {
    bottom: 50px;
    display: block;
    height: 40px;
    margin: 5px auto;
    overflow: hidden;
    position: fixed;
    right: 30px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    white-space: nowrap;
    width: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 2;
}
.back-to-top.modeltheme-is-visible, .back-to-top.modeltheme-fade-out, .no-touch .back-to-top:hover {
    -webkit-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    transition: all .3s 0s;
}
.back-to-top.modeltheme-is-visible {
    visibility: visible;
    opacity: 1;
}
.no-touch .back-to-top:hover {
    opacity: 1;
}
.post-password-form input {
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    margin-left: 5px;
}
.post-password-form input[type="submit"] {
    color: #ffffff;
    margin-left: 10px;
    font-weight: 600;
}
.quotes-slider.owl-carousel {
    margin-top: 25px;
}
.st-menu-content {
    height: 100%;
    overflow-y: scroll;
    padding: 30px;
    position: absolute;
}
.portfolio-posts .main-content {
    margin: 0;
}
.post-category-date a[rel="tag"]::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 6px;
    position: absolute;
    top: 11px;
    width: 3px;
}
.post-category-date a[rel="tag"] {
    border: 0 none;
    color: rgb(255, 255, 255);
    display: inline-table;
    font-weight: 300;
    margin-left: 5px;
    position: relative;
    padding: 2px 5px 2px 13px;
}
.single-portfolio-item .item-description {
    height: 100%;
    top: 0;
    width: 100%;
}
.item-description .holder-top {
    height: 50%;
    padding: calc(15% - 15px) 15px 15px;
    text-align: center;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.sidebar-content ul.product-categories {
    list-style: outside none none;
    padding-left: 0;
}
.sidebar-content ul.product-categories li::before{
    content: "\f105";
    font-family: fontawesome;
    margin-right: 8px;
}
.item-description .holder-bottom {
    background: none repeat scroll 0 0 rgb(44, 62, 80);
    color: rgb(255, 255, 255);
    height: 50%;
    padding: calc(15% - 30px) 15px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    top: 100%;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.single-portfolio-item:hover .holder-top {
    opacity: 1;
    top: 0;
}
.single-portfolio-item:hover .holder-bottom {
    opacity: 1;
    top: 50%;
}
.item-description i {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    color: rgb(182, 189, 191);
    font-size: 19px;
    padding: 10px;
    width: 40px;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.item-description i:hover {
    background: none repeat scroll 0 0 rgb(44, 62, 80);
    color: #fff;
}
.holder-top > a:first-child {
    margin-right: 4px;
}
.holder-top > a:nth-child(2) {
    margin-left: 4px;
}
.item-description .holder-bottom::before {
    border-bottom: 15px solid #393939;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: -14px;
    width: 0;
}
.item-description .holder-bottom > h5 {
    font-size: 15px;
    margin: 0;
    opacity: 0.5;
}
.item-description .holder-bottom h3 {
    margin: 10px 0 15px;
}
.main-content article.single-portfolio-item {
    padding: 0;
}
/*---------------------------------------------*/
/*--- 4. Blocks ---*/
/*---------------------------------------------*/
/* Blocks */
.block-icon{
    height: 130px;
    margin-bottom: 25px;
    position: relative;
}
.block-container {
    text-align: center;
}
.block-triangle {
    width: 80px;
    height: 80px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
    top: 25px;
    box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
    -webkit-box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
    color: #151515;
    font-size: 16px;
    font-weight: 500;
}
.block-content p {
    font-size: 15px;
    color: #9aa7af;
    font-weight: 300;
}
.block-icon i {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* Left Block */
.left-block-container {
    margin-bottom: 20px;
}
.left-block-container .block-title p {
    text-transform: uppercase;
}
.left-block-container .block-title {
    padding-top: 20px;
}
.left-block-container {
    border-bottom: 1px solid #dadee1;
}
.left-block-container:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.left-block-container:last-child .block-icon {
    margin-bottom: 0;
}
/* Filters */
.filters {
    list-style: none;
    text-align: center;
    width: 100%;
}
.filters .filter {
    display: inline-block;
}
/*---------------------------------------------*/
/*--- 5. Testimonial ---*/
/*---------------------------------------------*/
.testimonial-img-holder {
    position: relative;
    z-index: 1;
}
.testimonail-content p:last-child{
  margin: 0;
}
.testimonail-content p {
    color: #ffffff;
}
.testimonial-arrow {
    border-left: 20px solid rgb(255, 255, 255);
    border-right: 20px solid rgb(255, 255, 255);
    border-bottom: 20px solid #485052;
    content: "";
    height: 30px;
    left: 44px;
    position: absolute;
    top: 100px;
    width: 30px;
}
.testimonial-img {
    border: 4px solid;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
    transform: none;
    -webkit-transform: none;
    width: 100px;
}
.testimonial-img img {
    display: block;
}
.testimonial-author-job {
    left: 125px;
    position: absolute;
    top: 18px;
}
.testimonail-content {
    border-radius: 5px;
    font-style: italic;
    font-weight: lighter;
    line-height: 170%;
    padding: 15px;
    background: #485052;
}
.testimonials-container ul {
    list-style: none;
    padding: 0;
}
.testimonials-container blockquote {
    border: 0 none;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 26px;
    color: rgba(255,255,255,0.5);
    position: relative;
    margin: 0;
}
.quotes-container blockquote {
    border: 0 none;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 26px;
    color: rgba(255,255,255,0.5);
    position: relative;
    margin: 0;
}
.testimonial-author {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.testimonial-job {
    color: #9aa7af;
    font-size: 13px;
    font-weight: 400;
}
/*---------------------------------------------*/
/*--- 5. Members ---*/
/*---------------------------------------------*/
.member-container {
    position: relative;
}
.member-content {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.7s; /* For Safari 3.1 to 6.0 */
    transition: all 0.7s;
}
.member-container:hover .member-content {
    -ms-transform: translateY( -50% ); /* IE 9 */
    -webkit-transform: translateY( -50% ); /* Chrome, Safari, Opera */
    transform: translateY( -50% );
}
.member-header {
    border-bottom: 1px solid;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.member-header:before,
.member-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 1px;
    height: 10px;
}
.member-header:before {
    left: 0;
}
.member-header:after {
    right: 0;
}
.member-header p,
.member-footer p {
    font-size: 12px;
    text-transform: uppercase;
}
.member-header h4,
.member-footer h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.member-footer .social {
    border-top: 1px solid;
    margin-top: 20px;
    position: relative;
    padding-top: 20px;
}
.member-footer .social:before,
.member-footer .social:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 1px;
    height: 10px;
}
.member-footer .social:before {
    left: 0;
}
.member-footer .social:after {
    right: 0;
}
.member-footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.member-footer .social ul li {
    display: inline-block;
}
.member-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.social ul li i {
    font-size: 20px;
    color: #bdc0c2;
}
.member-content img {
    width: 100%;
}
/*---------------------------------------------*/
/*--- 7. Statistics ---*/
/*---------------------------------------------*/
.aligncenter {
    margin: 0 auto;
    display: block;
}
.timeline .post-cotnent-left {
    padding-right: 60px;
}
.timeline .post-cotnent-right {
    padding-left: 60px;
}
.timeline{
    position: relative;
}
.timeline article {
    padding-bottom: 40px;
    position: relative;
}
.timeline:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 2px;
    background: #00adf1;
}
.timeline article:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 90px;
    background: url("../images/timeline-dot.jpg");
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -45px;
}
/*---------------------------------------------*/
/*--- 10. Sections ---*/
/*---------------------------------------------*/
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
    background-image: url("../images/toggle_close.png");
}
#primary .main-content ul li[role="tab"]:not(.rotate45) {
    margin: 0;
}
/* Section: Subscribe*/
body.single-post {
    border: 0 none;
}
.embed-modal-content.modal-content .btn-file {
  position: relative;
  overflow: hidden;
  background: #20bf6b;
  color: #fff;
}
.embed-modal-content.modal-content .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.embed-modal-content.modal-content .file-input-label {
    padding: 10px 20px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    color: #686868;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.embed-modal-content.modal-content label {
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 30px;
    color: #000 !important;
    font-weight: 600;
    margin-bottom: 0px !important;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
/* Section: Contact */
/*Contact form 7 Compatibility Style*/
.ico-contact .wpcf7-text{
  text-indent: 25px;
}
.ico-contact p{ position: relative; }
.ico-contact p .fa{
  position: absolute;
  color: #151515;
  z-index: 100;
  font-size: 17px;
  top: 28%;
  left: 3.5%;
}
.ico-contact p .fa.fa-phone{
  top: 30%;
}
.wpcf7-form .wpcf7-submit {
    border: 0 none;
    padding: 10px 20px;
    color: #fff;
}
.wpcf7-form .ico-contact input{
    border: 2px solid #151515;
    color: #151515;
    margin-bottom: 15px;
    opacity: 1;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.wpcf7-form .ico-contact textarea {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #151515;
    color: #151515;
    font-weight: 500;
    margin-bottom: 15px;
    opacity: 1;
    padding: 15px 20px;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.wpcf7-form .ico-contact input::-webkit-input-placeholder,
.wpcf7-form .ico-contact textarea::-webkit-input-placeholder {
    color: rgba(37,37,37, .7);
}
.wpcf7-form .ico-contact input::-webkit-input-placeholder,
.wpcf7-form .ico-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(37,37,37, .7);
}
.wpcf7-form .ico-contact input::-moz-placeholder,
.wpcf7-form .ico-contact textarea::-moz-placeholder { /* Firefox 19+ */
    color: rgba(37,37,37, .7);
}
.wpcf7-form .ico-contact input:-ms-input-placeholder,
.wpcf7-form .ico-contact textarea:-ms-input-placeholder { /* IE 10+ */
    color: rgba(37,37,37, .7);
}
.wpcf7-form .ico-contact input:-moz-placeholder,
.wpcf7-form .ico-contact textarea:-moz-placeholder { /* Firefox 18- */
    color: rgba(37,37,37, .7);
}
div.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7-form p {
  margin: 0;
}
.ico-contact .section-top {
    margin-bottom: 20px;
}
.ico-contact input.wpcf7-form-control.wpcf7-submit {
    background: #151515;
    color: #ffffff;
    transition: all 0.3s ease-in-out 0s;
}
.ico-contact input.wpcf7-form-control.wpcf7-submit:hover {
    background: #ff2122;
    color: #ffffff;
    border: 2px solid #ff2122;
    transition: all 0.3s ease-in-out 0s;
}
.wpcf7-form label {
  opacity: 0.6;
}
.wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-weight: 300;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
    border: 0 none;
    color: #ffffff;
    margin: 5px 0;
    padding: 10px;
}
div.wpcf7-validation-errors {
    background: none repeat scroll 0 0 #f1c40f;
}
div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #2ecc71;
}
div.wpcf7-mail-sent-ng {
    background: none repeat scroll 0 0 #e74c3c;
}
#contact-us .form-control:focus {
    box-shadow: none;
    border: 1px solid;
}
#contact-us .form-control {
    border: 1px solid #dadee1;
    height: auto;
    padding: 8px;
}
#contact_form .button[type="submit"] {
    border: 0 none;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    height: auto;
    margin: 0;
    padding: 10px;
}
label.error {
    font-size: 15px;
    font-weight: 300;
    padding-top: 2px;
}
.single-post .post-title {
    margin: 10px 0 20px;
}
.page-links > a, .page-links {
    color: rgba(0, 0, 0, .3);
    font-size: 17px;
    clear: both;
}
.ico-contact-email-phone p {
    margin: 0 20px;
    color: #151515;
}
.ico-contact-email-phone p a{
    font-weight: 500;
}
.ico-contact-email-phone a:hover {
    color: #4f4f4f;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.meraki-contact .section-subtitle {
    color: #483ca8;
    width: 100%;
}
.meraki-contact-title h1{
    color: #483ca8;
    font-weight: 600;
    text-align: center;
}
.meraki-contact-title p{
    color: #483ca8;
    text-align: center;
}
/*Contact form style*/
.contact_service .landing_input {
  background-color: #989aa6;
  border: 0 none !important;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px !important;
  padding: 15px !important;
  width: 100%;
}
.contact_service .landing_submit {
  border-radius: 7px;
  font-size: 18px;
  font-weight: initial;
  margin-bottom: 30px !important;
  padding: 15px !important;
  text-transform: uppercase;
  width: 100%;
}
.wpcf7-response-output {
    clear: both;
    text-align: center;
}
.vcw.vcw-full-card {
    width: 100% !important;
}
/*Section: Portfolio*/
.portfolio-item img {
    max-width: 100%;
}
.single .related_portfolios {
    margin-top: 65px;
    overflow: hidden;
}
.portfolio_thumbnails_slider .owl-controls.clickable .owl-pagination {
    bottom: 20px;
    position: absolute;
    width: 100%;
}
/* Ketchup validator */
.ketchup-error {
    display: none !important;
}
/* Boostrap styling */
.table-striped>tbody>tr:nth-child(odd),
.table-hover>tbody>tr:hover{
    background-color: #ecf0f1;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
    border-color: #ecf0f1;
}
.thumbnail {
    background: transparent;
}
.btn-primary:hover{
    background: rgba(52, 73, 94,1.0);
}
.navbar {
    margin-bottom: 0;
}
/*---------------------------------------------*/
/*--- 11. Page: Blog ---*/
/*---------------------------------------------*/
.article-content h1,
.article-content h2 {
    line-height: normal;
}
.article-content h3,
.article-content h4 {
    margin-top: 30px;
    line-height: normal;
}
.article-content h5,
.article-content h6 {
    margin-top: 20px;
    line-height: normal;
}
.flex {
    display: flex;
}
/*list view blog*/
/*blog post category date comment*/
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    color: rgb(254, 196, 45);
    font-size: 17px !important;
}
.page #respond {
    margin-bottom: 70px;
}
.page #respond #reply-title {
    margin-top: 0;
}
/*PINGBACKS AND TRACEBACKS*/
.post-details .post-sticky-label i {
    font-size: 20px;
    color: #009dde;
}
.comments-pingbacks-tracebacks footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    margin-bottom: 10px;
}
.single article .article-content .comments-pingbacks-tracebacks li p {
    margin: 0;
}
.single article .article-content .comments-pingbacks-tracebacks li {
    list-style: outside none none;
    margin-bottom: 30px;
    padding-bottom: 33px;
    border-bottom: 1px solid #ededed;
}
.single article .article-content .comments-pingbacks-tracebacks li:last-child {
    border: 0;
}
.comments-pingbacks-tracebacks .comment-author.vcard b.fn a, 
.comments-pingbacks-tracebacks .comment-author.vcard .says {
    font-size: 18px;
}
.comments-pingbacks-tracebacks .comment-author.vcard b.fn a {
    font-weight: 600;
}
nav.comment-navigation {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
nav.comment-navigation:last-of-type {
    display: none;
}
.comments-pingbacks-tracebacks time {
    color: #a8a8a8;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 10px;
    margin-right: 15px;
}
.author-bio.no-author-pic .avatar.photo {
    display: none;
}
 .mt_listings_page.mt_listing_map_location .sbvcgmap-map img.listing_post_image {
    display: none!important;
}
.mt_listings_page.mt_listing_map_location {
    margin-top: 0;
}
.mt_cars--main-pic .play_tour_href {
    overflow: initial !important;
}
.post-details .description_container {
    display: flex;
}
.post-details .description_container .mt_cars--features-description {
    align-self: center;
}
.mt_cars--features-description .house_location {
    margin-top: 0px;
    display: inline-block;
}
.mt_cars--features-description .house_address {
    display: inline-block;
    font-size: 16px;
    font-weight: 20px;
    color: #c3c3c3;
    font-style: italic;
    font-weight: 400;
    margin-top: 0px;
}
.mt_cars--main-pic .play_tour {
    position: absolute;
    bottom: 10px;
    z-index: 3;
    left: 10px;
}
/*three column*/
.grid-three-columns .blog_custom {
    display: block !important;
}
/*two column*/
.odd-post .grid-three-columns .post-details .post-date {
    top: -55px !important;
    left: 0px !important;
}
.even-post .grid-three-columns .post-details .post-date {
    right: 0px !important;
}
.grid-two-columns .blog_custom {
    display: block !important;
    overflow: hidden;
}
.blog_heading.heading-bottom {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 0;
}
.ico-whitepapers-posts .blog_custom {
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s; /* For Safari 3.1 to 6.0 */
    border: 2px solid #e5e3eb;
    padding: 30px;
}
.ico-whitepapers-posts .blog_custom:hover {
    background: #e0e0e0;
}
.single-post-row{
      background: #fff;
    box-shadow: 0 0 38px rgba(59,77,133,.09);
}
.no_padding {
  padding: 0px 15px !important;
}
.shortcode_post_content .featured_image_content {
    padding: 0;
}
.shortcode_post_content {
    border-radius: 5px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.shortcode_post_content .text_content .post-read-more .post-read-more-button {
    background-color: rgba(237,237,237,0.4);
    color: #fff;
    font-size: 17px;
    padding: 10px;
    overflow: hidden !important;
}
.shortcode_post_content .text_content .post-read-more {
    padding: 0;
    text-align: center;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content  i{
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}
.shortcode_post_content .text_content .post-download-icons {
    padding: 6px 0;
}
.shortcode_post_content .text_content .post-more-download .post-read-more-button i {
    padding-right: 15px;
}
.shortcode_post_content .text_content .post-download-icons i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: black;
    float: right;
    margin-left: 10px;
    padding: 11px;
    width: 35px;
    height: 35px;
}
.shortcode_post_content .text_content {
    padding-bottom: 20px;
    padding-top: 20px;
}
.shortcode_post_content .text_content .post-more-download {
    margin-top: 22px;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content i {
    background: transparent;
    border-radius: 0;
    color: rgb(255, 255, 255);
    margin: 0;
    text-align: center;
    width: 100%;
}
.commentlist .bypostauthor {
    border-top: 0 none;
}
.wp-caption {
    font-style: italic;
}
.wp-caption.alignnone {
    margin: 15px 0;
    max-width: 100%;
}
.wp-caption.alignleft {
    margin: 10px 0;
}
.alignnone {
    margin: 10px 0;
}
.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}
.alignleft {
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 10px;
}
.wp-caption.alignright {
    float: right;
    margin: 0 0 0 15px;
}
.page .no-padding-top article.type-page{
    padding-top: 0;
}
.page article.type-page{
    padding: 80px 0;
}
.page .high-padding article.type-page,
.page .no-padding article.type-page{
    padding: 0;
}
.page .no-padding-bottom article.type-page{
    padding: 90px 0 0;
}
.single-post {
    padding-bottom: 50px;
}
.blog .blog-posts .single-post,
.single-post.blogloop-v2,
.single-post.blogloop-v3,
.single-post.blogloop-v4 {
    padding-bottom: 50px;
}
.post-type {
    color: rgb(51, 51, 51);
}
.post-type i {
    margin-right: 10px;
}
.main-content .single-post a:hover .thumbnail-overlay {
    opacity: 1;
}
.main-content .single-post .thumbnail-overlay i {
    font-size: 25px;
    left: calc(50% - 9px);
    top: 44%;
}
.simple-posts .post-name:hover a {
    color: #FFD600;
}
.simple-posts .post-name a {
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.single-post-share{
    display: table;
    margin-top: 20px;
}
.single-post-share .share{
    display: table-cell;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 24px;
    font-size: 15px;
    color: rgba(21, 21, 21, .7);
}
/*Blog: Pagination*/
.navigation.pagination {
    background: transparent !important;
}
.modeltheme-pagination.pagination {
    
}
.modeltheme-pagination .screen-reader-text {
    display: none;
}
.modeltheme-pagination.pagination .page-numbers.current {
    color: #fff !important;
}
.container-pagination {
    text-align: center;
}
.modeltheme-pagination{
    background: transparent;
}
.pagination{
    margin: 8px 0 35px 0;
}
.page-template-template-portfolio .pagination {
    padding: 0;
    position: relative;
}
.pagination > li > a {
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    color: rgb(144, 157, 165);
}
.pagination > li > a.current,
.pagination > li > a:hover {
    background-color: #00ADF1;
    color: #fff;
}
.modeltheme-pagination .pagination {
    margin: 0;
}
.account-urls > a{
    color: #fff;
    margin-left: 15px;
    position: relative;
}
.account-urls.first > a:first-child{
    color: #fff;
    margin-left: 0;
}
.account-urls > a::before {
    content: "??";
    font-size: 28px;
    left: -12px;
    position: absolute;
    top: -9px;
}
.account-urls > a:first-child::before {
    content: "";
}
.account-urls > a:hover{
    color: rgb(255, 255, 255);
    opacity: 0.85;
}
.modeltheme-pagination-holder {
    text-align: center;
}
.pagination .page-numbers {
    background-color: #FFF !important;
    border: 1px solid #ddd;
    border-radius: 30px !important;
    color: #808080 !important;
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 2;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    padding: 8px 13px;
    position: relative;
    text-decoration: none;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    font-weight: 500;
}
.pagination .page-numbers:hover {
    color: #fff !important;
}
/*Blog: Breadcrumps*/
.modeltheme-breadcrumbs .page-title {
    color: #485052;
    margin: 8px 0;
    opacity: 0.8;
    line-height: 150%;
}
.breadcrumb .active {
    margin-left: 3px;
    color: #fff;
    font-weight: 300;
}
.breadcrumb a::after{
    color: #fff;
    margin-left: 10px;
}
.breadcrumb a:hover::before {
    opacity: 0.6;
}
.breadcrumb a {
    position: relative;
    color: #fff;
    font-weight: 300;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.breadcrumb a:hover{
    color: #fff;
}
.modeltheme-breadcrumbs {
    background: rgb(239, 244, 247) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(205, 209, 212, 0.7);
    padding: 10px 0;
}
.modeltheme-breadcrumbs h2 {
    font-weight: 400;
    margin: 0;
}
.modeltheme-breadcrumbs .breadcrumb{
    background: transparent;
    margin: 0;
    padding-right: 0; 
}
.breadcrumb > li + li::before{
    content: "";
    padding: 0;
}
#disqus_thread {
    margin-top: 40px;
}
/*Blog: Content*/
.img-responsive.single-post-featured-img {
    min-width: 100%;
}
.sticky-posts.smartowl_shortcode_blog .post {
    padding-bottom: 0 !important;
}
.smartowl_shortcode_blog .post-author {
    border-bottom: 0 none;
    margin: 4px 0 0;
    padding-bottom: 0;
}
.sticky-posts .vc_col-md-4.post {
    padding-bottom: 26px;
}
.sticky-posts .vc_col-md-4.post:nth-child(3n+1) {
    clear: left;
}
.sticky-posts a:hover .thumbnail-overlay{
    opacity: 1;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .thumbnail-overlay i {
    font-size: 27px;
    left: calc(50% - 10px);
    top: 45%;
}
.sticky-posts a:hover .post-date {
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .post-date {
    font-size: 14px;
    font-weight: 300;
    height: 60px;
    left: 15px;
    margin-top: 0;
    opacity: 1;
    padding: 2px;
    position: absolute;
    top: 15px;
    width: 60px;
}
.sticky-posts .post-tags-list {
    color: #686868;
    font-size: 15px;
}
.sticky-posts .post-tags-list a {
    color: #686868;
    text-transform: capitalize;
}
.sticky-posts .rotate45_back {
    display: block;
    padding: 0px;
    width: 56px;
}
.sticky-posts .rotate45_back1 {
    display: block;
    padding: 0px;
    width: 56px;
}
.sticky-posts .post-date .rotate45_back {
    font-size: 22px;
}
.sticky-posts .post-date .rotate45_back1 {
    font-size: 16px;
}
.sticky-posts .sticky_post_text_container .post-name a {
    color: black;
    line-height: 140%;
    margin-bottom: 6px;
}
.sticky-posts .sticky_post_text_container .post-name a:hover ,
.sticky-posts .sticky_post_text_container .post-author {
    color: rgba(0, 0, 0, 1);
}
.sticky_post_blog_details .post-name {
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}
.post-name.post-name-color a {
    color: #fff;
}
.post-name {
    font-weight: 600;
    margin: 0px;
}
.ico-whitepapers-posts .post-name {
    text-align: center;
}
.post-token-name{
    color: rgba(37,37,37,0.7);
    font-weight: 300;
    margin-bottom: 0;
    text-align: center;
}
.post-details-content{
    font-weight: 300;
    margin: 8px 0px 25px;
    color: rgba(37,37,37,0.7);
    text-align: center;
}
.single .post-name {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}
.single-post #comments .comment-list .heading-bottom {
    margin-top: 41px;
}
.single-post #comments .comment-list h3.heading-bottom {
    margin-bottom: 0px;
}
.row.post-tags-n-share {
    margin-top: 48px;
}
.single-post #comments #respond.comment-respond h3#reply-title {
    margin-top: 20px;
    margin-bottom: 10px;
}
.single-post #comments .comment-list h3.heading-bottom.pingbacks-header {
    margin-top: 55px;
}
.single .article-header .single-post-tags {
    margin-top: 10px;
}
.single.single-portfolio .post-name {
    font-size: 30px;
    margin-bottom: 10px;
}
.related-posts .post-name {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 10px;
    margin-top: 0px;
}
.related-posts .post-excerpt {
    color: #9aa7af;
    font-weight: 300;
    margin: 5px 0 0;
}
.post-category-comment-date .post-author {
    border-bottom: 0 none;
}
.article-categories a:hover {
    color: rgb(181, 185, 189);
}
.post-author-thumbnail {
    margin-bottom: 15px;
}
.author-content .post-date {
    color: rgb(181, 185, 189);
}
.post-category-comment-date {
    margin: 0 0 20px;
}
.single-post .post-category-comment-date {
    margin: 0 0 35px;
    opacity: .7;
}
.post-excerpt {
    color: #fff;
    line-height: 150%;
    margin: 0;
    margin-top: 5px;
}
.comments-area .no-comments {
    float: left;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.submit-comment,
.theme_comments {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.comment-form .form-fields {
    padding: 0;
}
.comment-form i {
    font-size: 20px;
    line-height: 50px;
    color: rgba(128, 128, 128, .5);
    right: 25px;
    text-align: center;
    top: 0;
    width: 34px;
}
#form-allowed-tags {
    display: none;
}
.comment_body > p {
    color: rgb(153, 153, 153);
}
.comment_body .reply_button {
    color: #4a4a4a;
    font-style: italic;
    opacity: 0.7;
    line-height: 1;
    padding: 2px 15px;
}
.comment_body .reply_button1 {
    padding-left: 0;
    padding-top: 5px;
}
.comment-edit-link:focus, 
.comment-reply-link:focus,
.comment-edit-link:hover, 
.comment-reply-link:hover{
  background: #26de81;
  color: #fff;
}
.comment-edit-link, 
.comment-reply-link {
    background: #20bf6b;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    margin-right: 8px;
    border-radius: 30px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.comment_body .reply_button1 .comment-reply-link:first-child{
    margin: 0;
}
.comment_body .reply_button a {
    margin: 0 3px;
}
.comment_body .author_name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 1;
}
.comment-list.comments-area.theme_comments.comments {
    margin: 0;
}
.comment-respond {
    float: left;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 100%;
}
.sticky_post_text_container {
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.sticky_post_text_container .post-author,
.sticky_post_text_container .post-name a {
    padding: 0 10px;
}
.sticky-posts .bottom {
    padding: 15px;
}
.sticky_post_blog_details {
    background: white none repeat scroll 0 0;
    padding: 15px 10px;
}
.sticky_post_blog_details .post-author {
    opacity: 0.8;
}
/*Blog specific color*/
.text-white .post-name a {
    color: rgb(255, 255, 255);
}
.text-white .post-name a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-category-comment-date {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-author {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-tags a {
    color: rgba(255, 255, 255, 1);
}
.text-white .post-comments a {
    color: rgba(255, 255, 255, 1);
}
.text-white .post-excerpt p {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .more-link {
    color: rgba(255, 255, 255, 1);
}
.text-white .more-link:hover {
    color: rgba(255, 255, 255, 0.8);
}
/*Blog related posts specific color*/
.related_blog_details {
    padding: 25px 0 0 0;
}
.related_blog_custom.text-white .post-excerpt {
    color: rgba(255, 255, 255, 0.8);
}
.related_blog_custom.text-white .post-author {
    border: medium none;
}
.related_blog_custom.text-white .post-name {
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: normal;
}
.related_blog_custom {
    overflow: hidden;
}
/*Blog: Single blog post page*/
.single.single-post .article-header .article-details .wp-post-image {
    margin-bottom: 30px;
}
.single.single-post .article-header .article-details .single-post-tags {
    margin-top: 0px;
}
.single-post .single-post-article-header {
    position: relative;
}
.single-post-holder {
    background: rgba(36,38,35, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    width: 100%;
}
.inside-holder {
    padding: 15% 0;
}
.single-post-social > div {
    display: inline;
    margin: 0 10px;
}
.single-post-social > div > i {
    margin: 0 5px;
}
.single-post-holder .single_post_title {
    clear: both;
    color: white;
    display: block;
    font-size: 55px;
    margin: 0 auto;
}
.single-post-social .single-post-shares {
    border: 1px solid;
    padding: 10px 15px;
}
.single-post-social {
    color: #ffffff;
    padding: 30px 0;
}
.single_tax::after {
    content: ",";
    color: #000;
    opacity: 0.5;
}   
.single_tax:last-child::after {
    content: "";
}   
.article-content {
    margin-bottom: 20px;
}
.article-footer {
    overflow: hidden;
    padding: 20px 0;
}
.article-tags-comments .article-comments {
    margin: 0;
    padding: 0;
}
.article-tags i {
    margin-right: 8px;
}
.article-tags-comments {
    color: rgb(153, 171, 183);
}
.post-category-comment-date span {
    margin-right: 10px;
    font-weight: 300;
}
.post-category-comment-date span a {
    font-weight: 300;
    opacity: 1;
}
.article-details .post-author {
    border-bottom: 0 none;
    font-size: 14px;
    padding-bottom: 0;
}
.article-tags-comments {
    border-top: 1px solid rgb(229, 236, 239);
    border-bottom: 1px solid rgb(229, 236, 239);
    color: rgb(153, 171, 183);
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}
.article-categories > h3 {
    color: #9aa7af;
    display: inline;
    font-size: 16px;
    margin: 0;
}
.article-categories i {
    margin-right: 3px;
}
.categories {
    color: #6d7a83;
    display: inline;
    font-size: 15px;
    width: auto;
}
.article-categories {
}
.article-categories a {
    color: rgb(0, 0, 0);
}
.social-sharer li:hover a {
    color: #fff;
}
.social-sharer li a {
    color: #fff;
    display: block;
    line-height: normal;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    line-height: 120%;
}
.social-sharer > li.facebook{
  background: #3b5999;
}
.social-sharer > li.twitter{
  background: #34CBFF;
}
.social-sharer > li.google-plus{
  background: #D14836;
}
.social-sharer > li.linkedin{
  background: #01669A;
}
.social-sharer > li.reddit{
  background: #6FC2FD;
}
.social-sharer > li.tumblr{
  background: #2D5770;
}
.social-sharer > li.pinterest{
  background: #B30610;
}
.social-sharer > li {
    background: none repeat scroll 0 0 #d7dbdd;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 8px 12px;
    text-align: center;
    width: 40px;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
}
.right-side-sharer .article-social {
    margin: 0;
}
.right-side-sharer .social-sharer > li {
    background: transparent !important;
    text-align: left;
    width: 100%;
}
.right-side-sharer .social-sharer li a:hover {
    color: rgba(0, 0, 0,.75);
}
.right-side-sharer .social-sharer li a {
    color: rgba(0, 0, 0, 0.75);
    display: inline;
}
.right-side-sharer .social-sharer li a:hover {
    color: rgb(0, 0, 0);
}
.article-social {
    margin-top: 30px;
}
.social-sharer {
    display: inline;
    margin: 0;
    padding: 0;
}
.article-social > h3 {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
}
.author-bio .author-thumbnail {
    margin: 0;
}
.author-thumbnail p {
    margin: 0;
}
.author-bio {
    background: rgb(40, 40, 40) none repeat scroll 0 0;
    border-radius: 10px;
    margin-top: 60px;
    overflow: hidden;
    padding: 30px 30px 30px 15px;
}
.author-name {
    margin-top: 20px;
    padding: 0 15px;
}
.author-name span:first-child {
    color: rgb(181, 185, 189);
}
.author-name span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}
.author-job {
    color: #9aa7af;
}
.author-biography {
    color: rgb(181, 185, 189);
    font-size: 17px;
    font-style: italic;
    line-height: 150%;
}
.author-see-more {
  border: 1px solid rgb(181, 185, 189);
  border-radius: 5px;
  color: rgb(181, 185, 189);
  display: inline-table;
  margin-top: 10px;
  font-weight: 300;
  font-size: 13px;
  padding: 8px 12px;
  transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
}
.author-see-more:hover {
  background: rgb(235, 236, 237) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-weight: 300;
}
.author-links {
    right: 15px;
    top: 15px;
}
.author-links .rotate45 {
    float: left;
    margin: 8px 1px 8px 14px;
    width: 33px;
}
.author-links .rotate45 a {
    color: #ffffff;
    display: block;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.single-mt_house .related-posts {
    margin: 70px 0;
    margin-top: 84px;
}
.related-posts {
    margin: 50px 0 50px;
}
.more-link {
    display: block;
    margin-top: 10px;
}
/*Comments list and form*/
/*List*/
.search h2.page-title {
  font-weight: 600;
}
.search .page-title {
    color: #000000;
    text-align: center;
}
.comment-list .comment {
    padding-bottom: 15px;
    overflow: hidden;
    padding-top: 15px;
    border-bottom: 1px solid #ededed;
}
.comment-list .comment:last-child {
    border: 0 none;
}
.comments_holder {
    background-color: #f7f7f7;
}
#comments .comment_author {
    margin: 0;
    padding: 0;
}
#comments .children {
    overflow: auto;
    margin: 0;
    padding-left: 30px;
}
.logged-in .form-comment {
    padding: 0;
    width: 100%;
}
.comment .comment-respond {
    margin: 10px 0 !important;
}
.author-bio .avatar.photo {
    float: left;
}
.avatar.photo{
    max-width: 60px;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.comments-area .single_comment:first-child {
    border-top: 0 none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.single_comment {
    background: #ffffff none repeat scroll 0 0;
    border-top: 1px solid rgb(235, 235, 235);
    margin-top: 20px;
    overflow: auto;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}
.comment-form textarea {
    height: 137px;
}
.comment-form input,
.comment-form textarea {
    border: 1px solid #e0e0e0!important;
    padding: 12px;
    width: 100%;
    color: #686868;
    outline: 0;
    border-radius: 30px !important;
}
.comment-form-author {
    margin-bottom: 20px;
}
.form-submit {
    float: right;
}
.form-submit input {
    color: rgb(255, 255, 255);
    padding: 8px 15px;
}
#commentform .form-submit button {
    background-color: #20bf6b;
    text-align: center;
    padding: 0px 30px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    display: block;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    text-transform: uppercase;
    font-weight: 600;
    outline: 0;
    border: 0;
}
#commentform .form-submit button:hover {
    background: #26de81;
    color: #fff !important;
}
.logged-in-as a:hover{
    color: #4f4f4f !important;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
/*Next - Previous posts*/
.prev-next-post {
    float: left;
    margin-bottom: 90px;
    margin-top: 30px;
    width: 100%;
}
.prev-next-post .rotate45 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c1c1c1;
    width: 36px;
}
.prev-next-post .prev-post a span {
    margin-left: 5px;
}
.prev-next-post .next-post a span {
    margin-right: 5px;
}
.prev-next-post a span {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -6px;
}
.prev-post, .next-post {
    padding: 0;
}
.next-post a, .prev-post a {
    display: inline-block;
    color: #3e3492;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.next-post a:hover,
.prev-post a:hover {
    color: #ff2122 !important;
}
.next-post a i, .prev-post a i {
    font-size: 30px;
}
/*---------------------------------------------*/
/*--- 11.1. Sidebar/Widgets ---*/
/*---------------------------------------------*/
.single_post_author_details .single_post_social i {
    color: #838d8f;
}
.widgets_v2 .widget_search .search-field {
    width: 100%;
}
.widgets_v2 .sidebar-content .widget {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #ededed;
    padding: 30px;
}
.single_post_author_details {
    border: 1px solid #f3f3f3;
    padding: 30px 15px;
    text-align: center;
}
.single_post_author_details .single_post_author_name {
    margin: 0;
    padding: 20px;
}
.single_post_author_details .single_post_facebook {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f3f3f3 navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    padding: 0;
}
.single_post_author_details .single_post_facebook a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_tweeter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f3f3f3 navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    padding: 0;
}
.single_post_author_details .single_post_tweeter a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_instagram {
    border: 1px solid #f3f3f3;
    padding: 0px;
}
.single_post_author_details .single_post_instagram a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_author_page a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #838d8f;
    display: block;
    padding: 10px;
}
.textwidget a {
  margin-right: 15px;
  font-weight: 600;
}
.widget_address_social_icons .social-links > li {
    display: inline-table;
    height: 30px;
    margin-bottom: 3px;
    width: 30px;
}
.widget_address_social_icons {
    margin-bottom: 30px;
}
.widget_rss li a{
    color: rgba(21, 21, 21, .7);
    font-weight: 400;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.widget_rss li {
    color: rgba(21, 21, 21, .7);
    list-style: outside none none;
    margin-bottom: 15px;
}
.widget_nav_menu ul {
    padding-left: 5px;
}
.widget_rss ul {
    padding: 0;
}
.widget_rss .rss-date{
    line-height: normal;
    border: 1px solid rgba(167,167,167, .5);
    color: rgba(21, 21, 21, .7);
    font-size: 13px;
    font-weight: 300;
    padding: 0 4px;
    display: inline-block;
}
.widget select, 
.widget_archive > select {
    color: #686868;
    width: 100%;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    font-weight: 300;
}
.widget_categories label,
.widget_archive label {
    display: none;
}
.widget_address_social_icons .social-links{
    margin: 0;
    padding: 0;
}
.widget_address_social_icons .social-links a {
    color: rgb(255, 255, 255) !important;
    display: block;
    height: 40px;
    padding: 10px 12px;
    text-align: center !important;
    width: 40px;
}
/*Calendar widget*/
#wp-calendar {
    width: 100%;
}
.search-form input[type="submit"] {
    border: 0 none;
    color: #ffffff;
    padding: 12px 16px;
}
.wp-caption-text {
    font-weight: 300;
    opacity: 0.6;
    padding-top: 4px;
    color: #151515;
}
.sidebar-content .widget {
    float: left;
    padding-bottom: 50px;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
}
.sidebar-content aside.widget:last-child {
    border: 0 !important;
}
.sidebar-content aside.widget:first-child {
    padding-top: 0px !important;
}
.sidebar-content aside.widget {
    border-bottom: 1px dashed #ccc;
    padding-top: 45px;
    padding-bottom: 36px;
}
.sidebar-content .widget-title,
.sidebar-content .widget-title a {
    color: #151515;
    font-weight: 600;
    margin-top: 0;
}
.wpb_widgetised_column .widget-title {
    color: #282828;
}
.sidebar-content .widget:first-child .widget-title {
    margin-top: 0;
}
.no-results.not-found .page-title:last-child {
    margin-top: 10px;
}
.widget_search .search-field {
    border: 1px solid #e0e0e0;
    font-style: normal;
    font-weight: 300;
    padding: 12px;
    height: 45px;
    outline: 0;
}
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_popular_recent_tabs .post-description{
    font-weight: 300;
}
.widget_pages li,
.widget_categories .cat-item li {
    list-style: outside none none !important;
}
#wp-calendar th{
  color: #151515;
}
#wp-calendar td,
#wp-calendar td a,
#wp-calendar caption,
.widget_search .search-field,
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_popular_recent_tabs .post-description,
.textwidget{
    color: #686868;
}
#wp-calendar td a{
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
#wp-calendar td a:hover{
    color: #483ca8;
}
/*Tagcloud widget*/
.tagcloud > a:hover{
  border-color: transparent;
}
.tagcloud > a {
    font-size: 14px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    float: left;
    border: 1px solid;
    font-weight: 300;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 6px 12px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.sidebar-content .tagcloud > a {
    background: rgb(51, 51, 51) none repeat scroll 0 0;
    color: #686868;
    padding: 10px 20px;
    line-height: 20px;
    border: 1px solid #e0e0e0;
}
.sidebar-content .tagcloud > a:hover {
    background: transparent !important;
    color: #20bf6b !important;
    border-color: #20bf6b !important;
}
.tagcloud > a:hover,
.sidebar-content .tagcloud > a:hover {
    color: #fff;
}
/*Widget: accordion*/
.widget_toggles .panel-heading {
    padding: 0;
}
.widget_toggles .panel-heading a {
    display: block;
    padding: 10px 15px;
}
.widget_toggles .panel-heading a.collapsed::after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12%;
}
.widget_toggles .panel-heading a::after {
    content: "\f068";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12%;
}
/*Widget: Testimonials slider*/
.testimonials_slider .testimonial-content {
    color: #9aa7af;
}
.testimonial-client-details {
    margin-top: 15px;
}
.testimonials_slider .testimonial-content:after {
    bottom: 28px;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f1f1f1;
    border-width: 13px;
    margin-left: -30px;
}
.testimonials_slider .testimonial-content span {
    background: none repeat scroll 0 0 #f1f1f1;
    display: block;
    padding: 15px;
    
}
/*Elements: Popular Recent posts - tabs*/
.widget_popular_recent_tabs .nav-tabs > li > a{
    margin: 0;
    text-align: center;
}
.widget_popular_recent_tabs .nav-tabs > li{
    width: 50%;
}
.widget_popular_recent_tabs .nav-tabs > li.active {
    border-top: 5px solid;
}
.widget_popular_recent_tabs .nav-tabs li.active a {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
}
.widget_popular_recent_tabs .nav-tabs li a {
    background: none repeat scroll 0 0 #ecf0f2;
    border-top: 5px solid #ecf0f2;
    color: #9aa7af;
    outline: medium none;
    border-bottom: 0 none;
}
.widget_popular_recent_tabs .widget_body {
    border-left: 1px solid #e1e4e7;
    border-right: 1px solid #e1e4e7;
    border-bottom: 1px solid #e1e4e7;
}
.widget_popular_recent_tabs .tab-content {
    padding: 15px;
}
.widget_popular_recent_tabs .recent-post,
.widget_popular_recent_tabs .popular-post {
    margin-bottom: 20px;
}
.widget_popular_recent_tabs .recent-post:last-child,
.widget_popular_recent_tabs .popular-post:last-child {
    margin-bottom: 0;
}
.widget_popular_recent_tabs .post-title {
    font-size: 16px;
    margin-top: 5px;
}
.widget_popular_recent_tabs .post-date {
  color: #99abb7;
  margin-bottom: 5px;
  margin-left: 0;
}
.search-form .screen-reader-text {
    display: none;
}
.sidebar-content:not(.header7) {
    padding-left: 35px;
}
.sidebar-content .widget_search label {
    width: 68%;
    float: left;
}
.sidebar-content .widget_search label input {
    width: 100%;
    padding: 11px 0px !important;
    text-indent: 15px;
    border-radius: 30px !important;
}
body footer .widget_search .search-submit {
    width: 100%;
    float: left;
    margin: 0;
}
footer .widget_search .search-submit,
.sidebar-content .widget_search .search-submit {
    width: 30%;
    border-radius: 30px !important;
    margin-left: 2%;
    background-color: #20bf6b;
    text-align: center;
    padding: 12px 15px;
    height: 45px;
    line-height: 1;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    outline: 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
footer .widget_search .search-submit:hover,
.sidebar-content .widget_search .search-submit:hover {
    background-color: #26de81;
    color: #ffffff;
}
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li {
    padding-left: 12px;
    position: relative;
}
.sidebar-content .widget_nav_menu li::before,
.widget_recent_entries li::before {
    content: "???";
    font-family: 'fontawesome';
    left: 0;
    margin-right: 8px;
    position: absolute;
}
.sidebar-content .widget_nav_menu .menu{
    padding: 0;
}
.sidebar-content .widget_nav_menu li{
    margin-bottom: 5px;
}
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu a {
    display: block;
    color: #9aa7af;
    width: 100%;
    text-align: left;
}
/*Widget: Social Share Icons*/
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(20px,-10px,0);
  transform: translate3d(20px,-10px,0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip_share {
  display: inline;
  position: relative;
  z-index: 999;
}
/* Trigger text */
.tooltip-item {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}
/*Widget: Recent Listings with thumbnail*/
.widget_meraki_recent_listings_with_thumbnail ul {
    padding-left: 0px !important;
    padding-top: 19px;
}
.widget_meraki_recent_listings_with_thumbnail .widget-title{
    margin-bottom: 18px !important;
}
.widget_meraki_recent_listings_with_thumbnail li.row {
    margin: 0px -5px 8px !important;
    list-style-type: none;
}
.widget_meraki_recent_listings_with_thumbnail .post-thumbnail{
    padding: 0px 7px !important;
    text-align: center;
}
.widget_meraki_recent_listings_with_thumbnail .post-thumbnail:hover img {
    transform: scale(1.05);
}
.widget_meraki_recent_listings_with_thumbnail .post-thumbnail img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    width: 40px;
    border-radius: 30px;
    height: 40px;
}
.widget_meraki_recent_listings_with_thumbnail .post-details{
    padding: 0px 7px !important;
}
.widget_meraki_recent_listings_with_thumbnail .post-thumbnail a{
    border-radius: 30px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.widget_meraki_recent_listings_with_thumbnail .post-thumbnail a i{
    font-size: 3.8rem;
    display: inline-block;
    margin: 0 !important; 
    line-height: 5rem;
    color: #151515;
}
.widget_meraki_recent_listings_with_thumbnail .post-details > a {
    font-size: 15px;
    font-weight: 500;
    color: #e0e0e0 !important;
    opacity: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    letter-spacing: normal;
    line-height: normal;
    display: block;
    margin-bottom: 0px;
    margin-top: 0;
    line-height: 1;
}
.widget_meraki_recent_listings_with_thumbnail .post-details > a:hover {
    color: #fff !important;
}
.widget_meraki_recent_listings_with_thumbnail .post-details .post-date{
    color: rgba(255,255,255,0.7) !important;
    margin-bottom: 0px !important;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
    line-height: normal;
    font-weight: 300;
    margin: 0;
    padding: 0 4px;
    display: table;
}
.widget_meraki_recent_listings_with_thumbnail p.post-listing a {
    font-size: 12px;
    color: #e0e0e0;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.widget_meraki_recent_listings_with_thumbnail p.post-listing a:hover {
    color: rgba(255, 255, 255, 1);
}
/* Gap filler */
.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip_share:hover .tooltip-item::after {
  pointer-events: auto;
}
/* Tooltip */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 120px;
  left: 50%;
  margin: 0;
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
  background: #2a3035;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.tooltip_share:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(20px, 3px, 0px) rotate3d(0,0,0,0);
  transform: translate3d(20px, 3px, 0px) rotate3d(0,0,0,0);
}
/* Arrow */
.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #6CDFEA;
  border-width: 10px;
  margin-left: -10px;
}
/* Tooltip content*/
.tooltip-text {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a {
    float: left;
    border-radius: 0;
    width: 33.3333%;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.twitter {
    background: #6CDFEA;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.twitter:hover {
    background: #50d9e6;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.facebook {
    background: #3B5998;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.facebook:hover {
    background: #344f87;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.google-plus {
    background: #E34429;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.google-plus:hover {
    background: #d3361b;
}
ul.share-social-links {
  list-style-type: none;
  padding: 0;
}
.share-social-links li {
    text-align: center;
    border-radius: 0;
    list-style: none;
    width: 31.6%;
    margin-bottom: 5px;
    float: left;
    margin-right: 2.5px;
    margin-left: 2.5px;
}
.share-social-links li a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 8px;
    font-size: 17px;
    transition: all .2s ease-in-out;
     -webkit-transition: all .2s ease-in-out; 
}
.share-social-links li.facebook a{
    background-color: #3B5998;
}
.share-social-links li.facebook:hover a{ 
    background: #314b80;
}
.share-social-links li.twitter a{
    background-color: #39A9E0;
}
.share-social-links li.twitter:hover a{
    background-color: #1fc1f4;
}
.share-social-links li.linkedin a{
    background-color: #007FB1;
}
.share-social-links li.linkedin:hover a{
    background-color: #1b4769;
}
.share-social-links li.googleplus a{
    background-color: #D14836;
}
.share-social-links li.googleplus:hover a{
    background-color: #be3c2b;
}
.share-social-links li.digg a{
    background-color: #14589E;
}
.share-social-links li.digg:hover a{
    background-color: #104983;
}
.share-social-links li.pinterest a{
    background-color: #CB2027;
}
.share-social-links li.pinterest:hover a{
    background-color: #b01b21;
}
.share-social-links li.reddit a{
    background-color: #FF4500;
}
.share-social-links li.reddit:hover a{
    background-color: #e03c00;
}
.share-social-links li.stumbleupon a{
    background-color: #EB4924;
}
.share-social-links li.stumbleupon:hover a{
    background-color: #db3914;
}
.widget_social_share {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}
/*Widget: Categories*/
.sidebar-content .widget_nav_menu > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul {
    list-style: outside none none;
    padding-left: 0;
}
.recentcomments::before,
.widget_recent_entries li::before{
    content: "\f105";
    font-family: fontawesome;
    margin-right: 8px;
}
.recentcomments {
    list-style: outside none none;
    margin-bottom: 5px;
}
.widget_recent_comments > ul{
    padding: 0;
    margin-bottom: 5px;
}
.widget_recent_comments > ul,
.widget_nav_menu li,
.widget_nav_menu li a,
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu li a,
.widget_recent_entries li,
.widget_recent_entries li a,
.widget_pages li,
.widget_pages li a,
.widget_meta li,
.widget_meta li a,
.widget_archive li,
.widget_archive li a,
.widget_recent_comments li a,
.widget_categories .cat-item,
.widget_categories li a {
    color: #686868;
    font-weight: 300;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.widget_meraki_recent_entries_with_thumbnail li {
    list-style: outside none none;
    margin: 0 0 15px;
}
.widget_meraki_recent_entries_with_thumbnail li a {
    color: #151515;
    font-weight: 600;
    line-height: 1.5;
}
.sidebar-content .widget_nav_menu li{
    position: relative;
}
/*Widget: Tweets*/
.tweet-title .col-md-2 {
  margin: 0;
  padding: 2px 0;
  width: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.tweeter-profile {
    opacity: 0.5;
    padding-left: 10px;
}
.tweet-body {
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.8);
}
.tweet-body a{
    font-style: italic;
}
.tweets .tweet {
    border-bottom: 1px solid rgb(225, 228, 231);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tweets .tweet:last-child {
    border: 0 none;
    margin: 0;
}
.tweets-profile-url {
    border-bottom: 1px solid #e1e4e7;
    border-top: 1px solid #e1e4e7;
    padding: 10px 0;
}
/*Recent posts with thumbnails widget*/
.widget_meraki_recent_entries_with_thumbnail > ul {
    padding: 0;
}
.widget_recent_entries > ul {
    padding: 0;
}
.widget_meraki_recent_entries_with_thumbnail li:hover .thumbnail-overlay{
    opacity: 1
}
.widget_recent_entries li:hover .thumbnail-overlay{
    opacity: 1
}
.thumbnail-overlay {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    border-radius: 5px;
}
.thumbnail-overlay i {
    color: rgb(255, 255, 255);
    font-size: 17px;
    left: 42%;
    top: 42%;
}
.widget_meraki_recent_entries_with_thumbnail a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.widget_recent_entries a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.widget_meraki_recent_entries_with_thumbnail .post-date {
    color: rgba(21, 21, 21, .7);
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0 0;
}
.widget_recent_entries .post-date {
    color: #6d7a83;
    margin: 0;
}
.widget_meraki_recent_entries_with_thumbnail .post-thumbnail {
    padding: 0;
    overflow: hidden;
    height: 70px;
    width: 70px;
}
.widget_recent_entries .post-thumbnail {
    padding: 0;
    overflow: hidden;
}
.related-posts.sticky-posts .rotate45_back {
    padding: 0;
    width: 56px;
}
.related-posts.sticky-posts .rotate45_back1 {
    padding: 0;
    width: 56px;
}
.slider_navigation{
    position: absolute;
    width: 100%;
    bottom: calc(40%);
    z-index: 1;
}
.slider_navigation .btn {
    background: none repeat scroll 0 0 #483ca8;
    border: 0 none;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    color: #ffffff;
}
.slider_navigation .btn:hover{
    opacity: 0.85;
}
.hephaistos .tp-bullet:hover, 
.hephaistos .tp-bullet.selected {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 0 none;
    padding: 3px;
}
.hephaistos .tp-bullet {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid rgb(255, 255, 255);
    padding: 1px;
}
.widget_pages li:hover,
.widget_pages li:hover a{
      color: #483ca8;
}
.widget_pages li.page_item_has_children:hover li,
.widget_pages li.page_item_has_children:hover li > a{
      color: rgba(21, 21, 21, .7);
}
.widget_pages li.page_item_has_children li:hover,
.widget_pages li.page_item_has_children li:hover a{
      color: #483ca8;
}
/*Widgets general rules*/
.left_sidebar h1.widget-title,
.left_sidebar h3.widget-title,
.left_sidebar .widget-title,
.right_sidebar h1.widget-title,
.right_sidebar h3.widget-title,
.right_sidebar .widget-title {
    color: #000000;
    padding-bottom: 5px;
}
h1.widget-title,
h3.widget-title,
.widget-title {
    color: #ffffff;
}
/*Section: Posts*/
.latest-posts h3, .latest-tweets h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 12px;
    text-align: left;
    text-transform: uppercase;
}
.latest-posts h3 .fa, .latest-tweets h3 .fa{
    margin-right: 8px;
}
.latest-posts .post-date {
    text-align: center;
}
.latest-posts .post-date-month {
    color: #ffffff;
    font-weight: 600;
    padding: 5px;
    text-transform: uppercase;
}
.latest-posts .post-date-day {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 5px;
    text-transform: uppercase;
}
.latest-posts .single-post {
    border-bottom: 1px solid #dadee1;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.latest-posts .single-post:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.latest-posts .post-details {
    margin-top: 10px;
    opacity: 0.6;
    font-size: 12px;
}
.latest-posts .post-details,
.latest-posts .post-name {
    padding: 0 15px;
}
.latest-posts .post-name a {
    color: #000;
}
.rotate45 {
    color: rgb(255, 255, 255);
    height: auto;
    margin-top: 15px;
    padding: 7px 5px;
    text-align: center;
    width: auto;
}
.single-tweet {
    border-bottom: 1px solid rgb(218, 222, 225);
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 0;
}
.single-tweet:last-child {
    border-bottom: 0 none;
}
.tweet-content {
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 5px;
}
.tweet-date {
    opacity: 0.3;
}
/*---------------------------------------------*/
/*--- 13. 404 Not found page ---*/
/*---------------------------------------------*/
.error404 header {
    background-color: transparent !important;
}
.error404 header .high-padding {
    padding: 140px 0;
}
.error404 h2 {
    color: #151515;
    font-weight: 600;
}
.error404 .page-title {
    color: #151515;
    font-size: 40px;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 20px;
}
.error404 header p.text-left {
    margin: 10px 0 20px;
}
.error404 a.vc_button_404 {
    background-color: #ff2122;
    color: #ffffff;
    float: left;
    font-style: normal;
    padding: 0px 30px;
    border-radius: 30px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
}
.error-404-img img {
    float: right;
}
.error404 a.vc_button_404:hover {
    background-color: #26de81 !important;
}
.error404 h3.page-title {
    color: #777777;
}
.error404 .page-content > img {
    display: block;
    margin: 0 auto;
}
.error404 .error-404 {
    color: #9aa7af;
}
.error-404.not-found h1.page-404-digits {
    font-size: 150px;
    font-weight: 600;
    line-height: 110px;
}
.error404 .blog-posts {
    overflow: hidden;
}
.error404 .img-404 {
    margin-bottom: 0;
    margin-top: 0;
}
.title-big-top-404 {
    color: #000000;
    font-size: 40px;
}
.error-return-home.text-center > a {
    border: 3px solid;
    display: inline-table;
    font-size: 17px;
    margin-top: 10px;
    padding: 10px 20px;
}
.error404 .modeltheme-breadcrumbs {
    display: none;
}
.error-return-home.text-center > a:hover{
  color: white;
}
/*---------------------------------------------*/
/*--- 14. Clients slider ---*/
/*---------------------------------------------*/
.vc_col-md-9.main-content .clients-container img {
    width: 85%;
}
.clients-container .item > img {
    display: block;
    margin: 0 auto;
    width: 70%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.clients-container .item > img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
}
/*REV SLIDER*/
.wpb_accordion_content .post-comment {
    color: #9aa7af;
}
.navigation.posts-navigation {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
.edit-link .vc_inline-link::before {
    color: #000000;
    content: "/ ";
}
#primary .main-content ul.modeltheme-slider li.single-slide.selected {
    position: relative;
}
#primary .main-content ul.modeltheme-slider li.single-slide:before{
    display: none;
}
#primary .main-content ul.modeltheme-slider li.single-slide {
    position: absolute;
}
.page .modeltheme-slider-wrapper .modeltheme-slider li:before {
    display: none;
}
.page .modeltheme-item-info .desc {
    opacity: 0.6;
}
.modeltheme-slider-wrapper .modeltheme-slider li {
    margin: 0 !important;
}
.masonry_banner.masonry-brick {
    width: 45%;
}
.masonry_banners img {
    height: auto;
    width: 100%;
}
.masonry_banners.banners_column {
    overflow: hidden;
}
.banners_column > .vc_col-md-6 {
    padding: 0;
}
.masonry_banner {
    margin: 2.5px;
    margin-bottom: 5px;
}
.sale_banner .sale_banner_holder::before,
.sale_banner .sale_banner_holder::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.sale_banner .sale_banner_holder::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.sale_banner .sale_banner_holder::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.sale_banner:hover .sale_banner_holder:before,
.sale_banner:hover .sale_banner_holder:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.sale_banner_holder {
    border: 1px solid rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    padding: 20px;
    position: absolute;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: center;
    top: 0;
    width: 100%;
}
.sale_banner_holder{
    border: 0 none;
}
.sale_banner_holder a {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    text-transform: uppercase;
}
.banner_holder {
    position: absolute;
    top: 65%;
    width: 93%;
    z-index: 1;
}
.categories .category {
    display: inline-table;
    margin-right: 30px;
}
.categories .category:last-child {
    margin-right: 0;
}
.categories_shortcode {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.categories_shortcode .owl-controls {
    height: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 30%;
    width: 100%;
}
.categories_shortcode .owl-controls .owl-buttons {
    height: 0;
}
.categories_shortcode h5 {
    font-size: 16px;
    margin: 5px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.categories_shortcode .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
}
.categories_shortcode .owl-controls .owl-buttons i {
    background-color: #94a1a9;
    border-radius: 50%;
    height: 25px;
    padding: 7px;
    width: 25px;
}
.categories_shortcode .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.categories_shortcode a {
    cursor: pointer;
}
.categories_shortcode .category{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    width: 100%;
}
.categories_shortcode .category img {
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 0.5;
}
.categories_shortcode .category.active,
.categories_shortcode .category:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
}
.wpb_button.btn-filled:before,
.wpb_button.btn-filled:after{
    display: none;
}
.wpb_button.btn-filled.btn-filled-gray:hover,
.wpb_button.btn-filled.btn-filled-gray{
    background: #7f8c8d;
    color: #fff !important;
}
.wpb_button.btn-filled {
    padding: 15px 20px !important;
    font-size: 17px !important;
}
.wpb_button.btn-filled:hover,
.wpb_button.btn-filled{
    background: white;
}
.form-control,
.wpb_button,
.owl-theme .owl-controls .owl-buttons div,
#modeltheme-main-head,
#contact_form .button[type="submit"],
#contact-us .form-control,
.search-field,
.btn-lg, 
.btn-group-lg>.btn,
.btn,
pre,
.slider_navigation .btn,
.widget_popular_recent_tabs .nav-tabs li a,
.thumbnail,
.widget_toggles .panel-group .panel,
.panel,
.panel-heading{
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
::i-block-chrome, .widget_search .search-field{
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}
iframe,
embed,
figure {
    max-width: 100%;
}
pre {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
}
.parallax-head h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
}
.parallax-head h3, .parallax-head h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: 600;
}
/* CUSTOM CSS for MEGA MENU PLUGIN */
.mega_dropdown li a::before,
.mega_dropdown li a::after {
    content: "";
    display: none;
}
.mega_dropdown .mega_dropdown{
    padding-bottom: 15px !important;
}
/*IS MOBILE*/
.is-mobile .masonry_banner a::before, 
.is-mobile .masonry_banner a::after,
.is-mobile .sale_banner .sale_banner_holder::before, 
.is-mobile .sale_banner .sale_banner_holder::after{
    display: none;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #cccccc;
    margin-bottom: 6px;
    font-weight: 300;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
}
.header-title-breadcrumb .post-category-date {
    margin-bottom: 15px;
    font-weight: 300;
}
.header-title-breadcrumb-overlay {
    background-color: #f7f7f7;
    border-bottom: 1px solid #f9f9f9;
    box-sizing: border-box;
    padding: 80px 0;
    width: 100%;
    background-image: url(../images/bg_breadcrumbs.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: center;
}
.header-title-breadcrumb-overlay p {
    display: none;
}
.header-title-breadcrumb-overlay h1 span{
    font-size: 48px;
}
.header-title-breadcrumb-overlay h1 {
    align-self: center;
    font-size: 60px;
    font-weight: 600;
    line-height: 100%;
    margin: 0 auto;
    padding: 8px 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.is_header_semitransparent .header-title-breadcrumb-overlay h1 {
    color: #fff;
}
.is_header_semitransparent .breadcrumb a {
    color: #fff;
}
.header-title-breadcrumb .header-group {
    width: 100%;
}
.header-group .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
}
.header-group .breadcrumb li a,
.header-group .breadcrumb li {
    color: #ffffff;
    font-size: 16px;
}
.header-group .breadcrumb li {
    opacity: 0.8;
}
/*---------------------------------------------*/
/*--- CSS FOR SAFARI ---*/
/*---------------------------------------------*/
::i-block-chrome, #contact-us .form-control{
    margin-bottom: 15px;
}
::i-block-chrome, .tp-leftarrow.default,
::i-block-chrome, .tp-rightarrow.default {
    top: 45% !important;
}
/* Add new rules for this interval below */
/*---------------------------------------------*/
/*--- 17. Carousel Post ---*/
/*---------------------------------------------*/
#sync2 .post_slider_author {
    clear: both;
    color: #838d8f;
    display: block;
    font-size: 14px;
}
#sync2 .post_slider_title {
    clear: both;
    color: #3c3d41;
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}
#sync2 .item.single_post_slider {
    border-right: 2px solid #65abd0;
    cursor: pointer;
    padding-left: 30px;
}
#sync2 {
    padding-top: 20px;
}
#sync2 .owl-item:nth-child(4) .item.single_post_slider {
    border-right: medium none;
}
#sync1 .item img {
    min-width: 100%;
    padding-bottom: 0;
}
.post-slider-holder {
    background: rgba(36,38,35, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    width: 100%;
}
.post-slider-holder .post_slider_title {
    clear: both;
    color: white;
    display: block;
    font-size: 55px;
    margin: 0 auto;
    padding: 15px 0;
}
.post-slider-holder .post_slider_excerpt {
    clear: both;
    color: #cddfe0;
    display: block;
    font-size: 30px;
    margin: 0 auto;
}
.post-slider-holder .post_slider_read_article {
    margin: 0 auto;
    padding: 30px 0;
}
.post-slider-holder .post_slider_read_article a {
    background-color: #65abd0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 50px;
}
/* Carousel post navigation */
.full-width-posts-slider .owl-theme .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}
.full-width-posts-slider .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 40px;
    font-size: 30px;
    margin: 5px;
    opacity: 0.5;
    padding: 17px 23px;
}
.full-width-posts-slider .owl-controls.clickable .owl-prev {
    left: 5%;
    position: absolute;
}
.full-width-posts-slider .owl-controls.clickable .owl-next {
    position: absolute;
    right: 5%;
}
/*---------------------------------------------*/
/*--- 19. Banner ---*/
/*---------------------------------------------*/
.image_and_text_holder .text_holder {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 28px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}
.image_and_text_holder {
    background-size: 100% auto;
}
/*---------------------------------------------*/
/*--- 21. Members ---*/
/*---------------------------------------------*/
.member-holder {
    background: rgb(236, 240, 241) none repeat scroll 0 0;
    overflow: hidden;
}
.member-holder .post-name {
    margin: 15px 0;
}
.member-holder .post-details {
    padding: 30px 15px 30px 30px;
}
article.single-post.member {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.single-member-type {
    background: rgb(233, 143, 255) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    padding: 2px 6px;
}
.member-holder .post-name a{
    color: black;
}
.member-contact-urls > p {
    margin: 0;
}
.member-holder .post-thumbnail {
    padding-right: 0;
}
.member-contact-urls a {
    color: rgb(0, 0, 0);
    margin: 0 3px;
}
/*---------------------------------------------*/
/*--- 22. Our Services ---*/
/*---------------------------------------------*/
.single-service-template .services-activities .post-name {
    margin-top: 0;
}
.single-service .single-post-article-header {
    position: relative;
}
.services-home2 img {
    max-width: 45px;
}
.section1-home .btn:after {
    font-family: 'FONTAWESOME';
    content: '\f178';
    color: #009dde;
    opacity: 1;
    position: relative;
}
.single-service .thumbnail-holder {
    position: relative;
}
.hover-service-content a {
    padding: 10px 15px;
}
.single-service .thumbnail-overlay {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.our-services .single-service {
    margin-bottom: 30px;
}
.thumbnail-overlay > span {
    color: rgb(255, 255, 255);
    display: block;
    left: 15px;
    line-height: normal;
    opacity: 1;
    padding: 4px 8px;
    position: absolute;
    top: 15px;
    visibility: visible;
}
.service-content.bottom-container {
    background: rgb(236, 240, 241) none repeat scroll 0 0;
    padding: 10px 25px;
}
.service-content.bottom-container > p {
    margin: 0 0 10px;
}
.single-service .hover-service-content a {
    border-color: rgb(255, 255, 255);
    padding: 12px 30px;
    margin-top: 9px;
}
.single-service .hover-service-content a,
.single-service .hover-service-content a:hover{
    background: transparent;
}
.hover-service-content {
    background: rgba(101, 171, 207,.9) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.hover-service-content *{
    color: white;
    text-align: center;
}
.single-service:hover .hover-service-content{
    opacity: 1;
    visibility: visible;
}
.hover-service-content .post_title {
    font-size: 21px;
    font-weight: 600;
    margin: 15px 0;
}
.hover-service-content .post_content {
    opacity: 0.7;
}
body .minimal-dark .esg-navigationbutton:hover, 
body .minimal-dark .esg-filterbutton:hover, 
body .minimal-dark .esg-sortbutton:hover, 
body .minimal-dark .esg-sortbutton-order:hover, 
body .minimal-dark .esg-filterbutton.selected {
    background: rgba(224, 224, 224, 0.5) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}
body .minimal-dark .esg-filterbutton, 
body .minimal-dark .esg-navigationbutton, 
body .minimal-dark .esg-sortbutton {
    background: rgba(224, 224, 224, 1) none repeat scroll 0 0;
    border: 1px solid rgba(178, 178, 178, 0.1);
    color: rgba(0, 0, 0,.6);
    font-size: 14px;
    font-weight: normal;
}
/*---------------------------------------------*/
/*--- 24. Sidebar menu ---*/
/*---------------------------------------------*/
.st-content,
.st-content-inner {
  position: relative;
}
.st-container {
  position: relative;
  overflow: hidden;
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 200;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.4);
  content: '';
  opacity: 0;
  z-index: 201;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #48a770;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}
.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li a:hover {
  background: rgba(0,0,0,0.2);
  color: #fff;
}
/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
  display: none;
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}
/* Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.st-container .sidebar_menu {
    background-color: #f7f7f7;
    z-index: 2001;
}
.sidebar_menu .logo {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}
.st-menu.sidebar_menu .widget_nav_menu li {
    width: 100%;
}
.st-menu.sidebar_menu li a {
    color: rgb(0, 0, 0);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: left;
}
.st-menu.sidebar_menu .share-social-links li a {
    padding: 5px;
    color: white;
    height: auto;
    font-size: 16px;
    text-align: center;
}
.st-menu.sidebar_menu .share-social-links li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.st-menu.sidebar_menu .widget-title {
    color: black;
}
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 52px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
    background: white;
    display: block;
    height: 3px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 24px;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
    background-color: rgba(0, 0, 0, 0);
    margin: 15px 0;
}
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
      .comment-form textarea {
        height: 134px;
    }
}
/*BLUR*/
/* General styles for the modal */
.modeltheme-modal.modeltheme-show *{
  opacity:1;
  visibility: visible;
}
.modeltheme-modal.modeltheme-show form.register {
    padding: 0;
    border: 0;
    margin: 10px 0px 0px;
}
a#register-modal {
    border-radius: 30px;
    padding: 0px 25px;
}
.modeltheme-modal *{
  opacity: 0;
  visibility: hidden;
}
.modeltheme-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.modeltheme-show {
  visibility: visible;
}
.modeltheme-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modeltheme-show ~ .modeltheme-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.modeltheme-content {
  color: #3F3F3F;
  background: #FFFFFF;
  position: relative;
  margin: 0 auto;
}
.modeltheme-content h3 {
  margin: 0;
  padding: 25px;
  font-size: 24px;
  font-weight: 300;
  background: #48A8A7;
  color: white;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.modeltheme-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.modeltheme-content > div p {
  margin: 0;
  padding: 10px 0;
}
.modeltheme-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
.modeltheme-content .modeltheme-close {
    cursor: pointer;
    padding: 25px;
    right: 0;
    opacity: 0.8;
    top: 0;
}
.modeltheme-content .modeltheme-close:hover {
    opacity: 1;
}
/* Modal: BLUR */
.modeltheme-show.modeltheme-effect-16 ~ .modeltheme-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.modeltheme-show.modeltheme-effect-16 ~ #page {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  filter: blur(4px);
}
.modeltheme-effect-16 .modeltheme-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.modeltheme-show.modeltheme-effect-16 ~ #page,
.modeltheme-effect-16 .modeltheme-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modeltheme-show.modeltheme-effect-16 .modeltheme-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.meraki-login label {
    color: #483ca8;
}
form#login{
    width: 100%;
}
form#login p.status{
    display: none;
}
.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
form#login a.lost {
    font-size: 15px;
    margin-bottom: 7px;
    display: block;
}
form#login label {
    margin-bottom: 0;
    margin-top: 8px;
}
form#login .register_button:hover,
form#login .submit_button:hover{
  background: #feaf23;
}
form#login .register_button,
form#login .submit_button {
    border: 0 none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: white;
    font-weight: 300;
    padding: 8px 15px;
    background: #FFBA41;
}
#login input[type="password"],
#login input[type="text"] {
    border: 1px solid rgb(229, 236, 239);
    padding: 8px;
}
 /*Button default classes*/
.btn.btn-primary {
    background-color: #3498db;
    color: #ffffff;
}
.btn.btn-success {
    background-color: #2ecc71;
    color: #ffffff;
}
.btn.btn-info {
    background-color: #03C2FF; 
    color: #ffffff;
}
.btn.btn-warning {
    background-color: #FFBA41;  
    color: #ffffff;
} 
.btn.btn-danger {
    background-color: #e74c3c;  
    color: #ffffff;
}
/*Hover Effects
/* ------- Blog Posts Efects -------*/
.shortcode_post_content:hover::after {
    left: 0;
}
.shortcode_post_content .text_content .post-more-download .post_link {
    float: right;
}
.shortcode_post_content .text_content .post-more-download .share_link {
    float: right;
}
.smartowl_shortcode_blog .shortcode_post_content a {
    overflow: unset !important;
}
/*Portfolio - title styles*/
/* General link styles */
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 60px;
  color: #fff;
  display: inline-block;
}
/* Kukuri */
.link--kukuri {
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  line-height: 0.75;
  color: #fff;
}
.get-portfolio-details:hover .link--kukuri{
  color: #fff;
}
.link--kukuri::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: #F9F9F9;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.get-portfolio-details:hover .link--kukuri::after{
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.link--kukuri::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
}
.get-portfolio-details:hover .link--kukuri::before{
  width: 100%;
}
.single .ico-info .cc:hover {
    color: #e0e0e0;
}
.single .ico-info .cc {
    color: #fff;
}
.love-it i {
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.loved i {
    color: #009dde;
}
.portfolio-bottom-icons {
    margin-top: 50px;
}
.portfolio-bottom-icons a h4 {
    font-weight: 400;
}
.portfolio-bottom-icons i {
    color: #000000;
    font-size: 40px;
}
.portfolio-bottom-icons a:hover, .portfolio-bottom-icons a:hover i {
    color: #009dde;
}
.portfolio-bottom-icons a i{
    color: #000000;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.portfolio-bottom-icons a {
    display: inline-table;
    line-height: normal;
    color: #000000;
    margin: 0 30px;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.portfolio-bottom-icons {
    float: left;
    width: 100%;
    margin: 50px 0 40px;
}
.portfolio-bottom-description p {
    margin-bottom: 0;
}
.love-it-wrapper {
    display: inline-table;
}
.single-portfolio .love-count {
    display: block;
    font-weight: 400px;
    margin-top: 7px;
}
.portfolio-bottom-description label,
.portfolio-bottom-description i {
    color: #009dde;
    font-weight: 400;
    margin-right: 5px;
}
.portfolio-bottom-description a[rel="tag"] {
    color: #000000;
    font-weight: 300;
}
.portfolio-bottom-icons .loved i{
    color: #009dde;
}
img.portfolio-single-pic {
    margin-bottom: 20px;
}
img.portfolio-single-pic:last-child {
    margin-bottom: 0;
}
.single-portfolio .article-content {
    margin-bottom: 0;
    padding-bottom: 0;
}
.job_expire_in {
    color: #ffffff;
}
/*JOBS*/
button[data-toggle="modal"] {
    padding-right: 25px !important;
    background: #009dde !important;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
button[data-toggle="modal"]:hover {
    background: #00a0db !important;
}
.job_descriptions > span {
    margin-right: 15px;
}
#apply_now input[type="text"], #apply_now input[type="email"], #apply_now input[type="file"], #apply_now textarea {
    border-radius: 5px;
    padding: 12px;
    width: 100%;
}
.modal-header h4 {
    font-size: 30px;
}
.modal-header {
    color: #20bf6b;
    padding: 30px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
#apply_now .modal-header {
    padding: 30px;
}
#apply_now .modal-body {
    padding-bottom: 0px;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}
#apply_now button.close {
    font-size: 30px;
    margin-top: 0;
    opacity: 0.8;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out;
}
#apply_now button.close:hover {
    opacity: 1;
}
#apply_now .modal-content {
    overflow: hidden;
}
#apply_now .wpcf7-submit {
    border-radius: 5px;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
}
#apply_now .close > span {
    color: #ffffff;
}
#navbar > p:nth-child(2) {
    display: none;
}
.job-type a {
    background: #e98b39 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    display: inline-table;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 16px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.job-type a:hover {
    color: #ffffff;
    background: #d35400 none repeat scroll 0 0;
}
/*DESIGN FALLBACK*/
.navbar-default {
    background-color: #1f2533;
}
.header3 .no-menu,
.header2 .no-menu {
    color: #a5a5a5;
}
.no-menu a {
    color: #fff !important;
}
.no-menu {
  float: left;
  color: #fff;
  display: inline-table;
  margin: 20px 0 20px;
}
.tp-static-layers{
  opacity: 0 !important;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 30px;
}
/* 26. WooCommerce */
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
    padding: 20px;
}
#wp-comment-cookies-consent {
    width: auto;
    margin-right: 10px;
}
.single.woocommerce div.product .product_title{
	display: none;
}
.single.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}
.woocommerce-account #primary {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
p.woocommerce-LostPassword.lost_password {
    margin: 3px;
}
.statistics-dashboard .count-statistics-inner {
    background: #20bf6b;
    padding: 50px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    border-radius: 5px;
}
.statistics-dashboard .count-statistics-inner .statistics-count-number {
    margin-top: 0;
    font-size: 48px;
}
.listings-dashboard {
    margin-top: 80px;
}
.listing-submited-reviews {
    margin-top: 0px;
}
.listings-dashboard-template {
    margin-top: 0;
    margin-bottom: 35px;
}
.dashboard-single-listing-job .title-n-categories {
    background: #fff;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-radius: 5px;
}
.dashboard-single-listing,
.dashboard-single-review {
    margin-top: 30px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-radius: 5px;
}
.dashboard-single-listing .thumbnail-name {
    display: flex;
    align-items: center;
}
.dashboard-single-listing .listing-name {
    font-size: 20px;
    font-weight: bold;
}
.dashboard-single-listing h4.listing-name {
    margin: 5px 15px;
}
.dashboard-single-listing .listing-name .listing-date {
    display: block;
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.dashboard-single-listing .listing-name a:hover,
a.review-listing:hover,
.listing-job a:hover{
    color: #20bf6b;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.dashboard-single-listing .listing-name a{
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.listings-dashboard .listing-actions a:hover {
    background: #26de81;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.listings-dashboard .listing-actions a{
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.blogloop-v5 .absolute-date-badge span {
    border-radius: 30px !important;
    background: #26de81 !important;
}
.list-view .post-details .post-excerpt .more-link{
  border-radius: 30px !important;
}
a.button-view-more-listings {
    background: #20bf6b;
    line-height: 28px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 30px auto 0;
    font-size: 14px;
    display: inline-block;
    color: #fff !important;
    border-radius: 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    opacity: 1 !important;
}
a.button-view-more-listings:hover {
    background: #151515;
}
.dashboard-single-listing span.status-title {
    font-size: 16px;
    font-weight: 600;
    margin-right: 7px;
}
.dashboard-single-listing .categories-name {
    color: #808080;
    font-size: 14px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    margin: 0px 10px;
}
.dashboard-single-listing .subtitle-section {
    padding-left: 20px;
}
.dashboard-single-listing .categories-name a {
    color: #808080;
    font-size: 14px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}
.dashboard-single-listing .status-listing.status-publish,
.dashboard-single-listing .status-listing.status-upcoming {
    background: #28c37b;
    text-transform: capitalize;
    padding: 4px 13px;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
}
.dashboard-single-listing .status-listing.status-passed {
    background: #28c37b;
    padding: 5px 13px;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;   
}
.dashboard-single-listing.is_sponsored {
    border: 1px solid rgba(21, 151, 54, 0.5);
}
.dashboard-single-listing .status-listing.status-draft,
.dashboard-single-listing .status-listing.status-pending {
    background: #674fff;
    padding: 4px 13px;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
}
.dashboard-single-listing .listing_sponsored_status {
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
}
.listings-dashboard .title-my-account {
    padding-bottom: 10px;
}
.listings-dashboard .listing-actions a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #20bf6b;
    padding: 10px 25px;
    border-radius: 30px;
    line-height: 28px;
    text-transform: uppercase;
    margin: 0 0px;
}
.listings-dashboard .listing-actions a.btn-delete {
    background: #FF2122;
}
.listings-dashboard .listing-actions a.btn-edit {
    background:#EAEAEA;
    color: #8C8C8C;
}
.listings-dashboard .listing-actions a span {
    font-size: 12px;
}
.dashboard-single-listing .row {
    display: flex;
    align-items: center;
}
.dashboard-single-listing img.listing_post_image {
    max-width: 80px;
    margin-right: 20px;
    border-radius: 5px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.statistics-dashboard .count-statistics-inner .statistics-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 400;
}
.count-listings .count-statistics-inner {
    background: #FF2122;
}
.count-applications .count-statistics-inner {
    background: #674fff;
}
.count-bookmarks .count-statistics-inner {
    background: #1F2533;
}
.woocommerce-account span.edit-link {
    display: none;
}
.woocommerce .col2-set, .woocommerce-page .col2-set#customer_login {
    max-width: 1200px;
    margin: 80px auto 80px;
    overflow: hidden;
}
.woocommerce-page .col2-set#customer_login p.socials-list {
    overflow: hidden;
    margin: 20px 0 30px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard_acc a::before {
    content: "\e800";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--listings a::before {
    content: "\e898";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--reviews a::before {
    content: "\e814";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--events a::before {
    content: "\e834";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--event a::before {
    content: "\e81e";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\e820";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\e82a";
    top:5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\e833";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\e82e";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--link1 a:before {
    content: "\e802";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--link2 a:before {
    content: "\e803";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--applications a::before {
    content:"\e834";
    top: 5px;
}
.woocommerce .woocommerce-MyAccount-navigation li a::before {
    font-family: 'Linearicons-Free';
    font-size: 25px;
    padding-right: 10px;
    line-height: 1;
    position: relative;
    
}
.woocommerce-account footer {
    background: #fff;
}
.woocommerce-account footer .footer-top {
    display: none;
}
.woocommerce-account p.copyright {
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 80%;
    padding: 50px;
    background: #f5f6fa;
    border-left: 1px solid #eaeaea;
}
.woocommerce .woocommerce-MyAccount-navigation {
    background: #fff;   
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: #009dde;
}
.single.single-product .product .thumbnails-summary .woocommerce-product-gallery__wrapper {
    margin: 0px !important;
}
.woocommerce .woocommerce-ordering select {
    height: 50px;
    padding: 0 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  text-align: left;
}
.header_mini_cart .woocommerce.widget_shopping_cart .total {
  text-align: left;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
      padding: 15px 0;
      width: 100%;
}
.header_mini_cart h2.widgettitle {
    text-align: left;
    display: none;
}
.woocommerce .woocommerce-Address-title.title {
    background: transparent;
    color: #151515;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active,
.woocommerce .woocommerce-MyAccount-navigation li:hover{
   background: #20bf6b;
}
.woocommerce .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation li:hover a{
   color: #fff;
}
.woocommerce-cart .header_mini_cart {
    visibility: hidden !important;
}
.woocommerce div.product form.cart .variations label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}
.woocommerce div.product div.images {
    width: 100%;
}
.woocommerce ul.products li.product .price del {
    display: inline;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    clear: none !important;
    margin: 0 0 50px !important;
    padding: 0 15px !important;
    position: relative !important;
    width: 25%;
}
.woocommerce ul.products {
    margin: 0 -15px;
}
.woocommerce nav.woocommerce-pagination {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: auto;
}
.my-account-listings .blog_custom_listings img {
    max-width: 60px;
}
.my-account-listings .meraki-img-left {
    width: initial !important;
    margin-right: 30px;
}
.my-account-listings .meraki-details {
    width: 87%;
}
.my-account-listings .list_title {
    margin: 0;
    line-height: 1;
    font-weight: 600;
}
.my-account-listings .list_title a {
    font-size: 18px;
    margin-right: 25px !important;
}
.my-account-listings .blog_custom_listings .list_title, 
.my-account-listings .blog_custom_listings .review-recent, 
.my-account-listings .blog_custom_listings .end-date {
    display: inline-block;
}
.meraki-single-list-item.my-account-listings{
    padding: 3px 0px 3px;
    position: relative;
}
/*WooCommerce*/
.woocommerce a.remove {
    color: #65bc7b !important;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: #65bc7b;
}
.single.single-product .product .thumbnails-summary .woocommerce-product-gallery__wrapper {
    border: 1px solid rgba(0,0,0,0.05) !important;
    border-radius: 30px;
    overflow: hidden;
}
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  text-align: left;
  width: 100%;
}
.header_mini_cart .woocommerce.widget_shopping_cart .total {
  text-align: left;
   border-top: 1px solid rgba(0, 0, 0, .1) !important;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
      padding: 15px 0;
      width: 100%;
}
.woocommerce .woocommerce-Address-title.title {
    background: transparent;
    color: #151515;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
    display: block !important;
    padding: 10px 20px 15px !important;
    font-size: 15px;
    transition: all 300ms ease;
    border-radius: 30px;
    margin-bottom: 5px;
    font-weight: 500;
}
.woocommerce-MyAccount-navigation-link--link1 a,
.woocommerce-MyAccount-navigation-link--link2 a{
  color: #ff2122;
}
.woocommerce-MyAccount-navigation-link--link1:hover,
.woocommerce-MyAccount-navigation-link--link2:hover{
  background: #ff2122 !important;
}
.woocommerce-cart .header_mini_cart {
    visibility: hidden !important;
}
.woocommerce div.product form.cart .variations label {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
}
.woocommerce div.product div.images {
    width: 100%;
}
.woocommerce ul.products li.product .price del {
    display: inline;
}
.woocommerce nav.woocommerce-pagination {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: both;
    text-align: center;
    padding-top: 30px !important;
}
body.woocommerce ul.products li.product .onsale {
    background: #20bf6b none repeat scroll 0 0;
    border-radius: 0 5px 0 0;
    height: auto;
    left: auto;
    line-height: 0;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 16px;
    right: 15px;
    top: 0;
}
body .woocommerce ul.products li.product .price del {
    opacity: .6 !important;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    background: #fff !important;
    color: #151515 !important;
    padding: 10px 12px !important;
    font-size: 16px;
    font-weight: 600;
}
.single-product.woocommerce  .woocommerce-product-details__short-description {
    font-size: 17px !important;
    color: #828282 !important;
    font-weight: 300 !important;
}
.single-product.woocommerce  .product_meta {
    color: rgba(21, 21, 21, .7);
    font-weight: 300;
}
.single-product.woocommerce .product_meta > span {
    display: block;
    margin-bottom: 15px;
}
.woocommerce ul.products li.product .button::after {
    top: 0;
}
.woocommerce ul.products li.product .price {
    margin: .5em;
  }
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: auto;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
    padding: 16px;
}
.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce #content div.product div.thumbnails a.first, 
.woocommerce #content div.product div.thumbnails::after, 
.woocommerce .cart-collaterals::after, 
.woocommerce .col2-set::after, 
.woocommerce .woocommerce-pagination ul.page-numbers::after, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce div.product div.thumbnails a.first, 
.woocommerce div.product div.thumbnails::after, 
.woocommerce ul.products, 
.woocommerce ul.products li.first, 
.woocommerce ul.products::after, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce-page #content div.product div.thumbnails a.first, 
.woocommerce-page #content div.product div.thumbnails::after, 
.woocommerce-page .cart-collaterals::after, 
.woocommerce-page .col2-set::after, 
.woocommerce-page .woocommerce-pagination ul.page-numbers::after, 
.woocommerce-page div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce-page div.product div.thumbnails a.first, 
.woocommerce-page div.product div.thumbnails::after, 
.woocommerce-page ul.products, 
.woocommerce-page ul.products li.first, 
.woocommerce-page ul.products::after {
    clear: none !important;
}
.woocommerce ul.products.columns-4 {
    clear: both !important;
    overflow: hidden;
}
.woocommerce ul.products.columns-3 {
    clear: both !important;
    overflow: hidden;
}
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
    float: left !important;
    margin-bottom: 0 !important;
    margin-top: 9px;
}
.woocommerce ul.products li.product.col-md-4,
 .woocommerce-page ul.products li.product.col-md-4 {
    width: 33.33333333%;
    float: left;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    border-radius: 30px;
    padding: 11px 20px;
}
.woocommerce ul.products li.product.col-md-3, 
.woocommerce-page ul.products li.product.col-md-3, 
.woocommerce ul.products li.product.col-md-4, 
.woocommerce-page ul.products li.product.col-md-4, 
.woocommerce ul.products li.product.col-md-6, 
.woocommerce-page ul.products li.product.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0 !important;
}
.woocommerce .loader::before {
    display: none !important;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: auto !important;
    border-radius: 30px;
}
.woocommerce .woocommerce-cart-form .button{
  border-radius: 30px;
}
.woocommerce-ResetPassword .woocommerce-Input {
    border: 1px solid #e0e0e0;
    color: #686868;
    margin-bottom: 15px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    border-radius: 30px;
}
.woocommerce-ResetPassword label {
    color: #151515;
    margin-bottom: 10px;
}
.woocommerce-ResetPassword .woocommerce-Button,
.woocommerce-message .woocommerce-Button,
.woocommerce-Message .woocommerce-Button,
.woocommerce-EditAccountForm .woocommerce-Button{
    background-color: #ff2122 !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    transition: all 0.3s ease-in-out 0s;
    height: 55px;
    padding: 0 30px !important;
    text-transform: uppercase;
}
.woocommerce-ResetPassword .woocommerce-Button:hover,
.woocommerce-message .woocommerce-Button:hover,
.woocommerce-Message .woocommerce-Button:hover,
.woocommerce-EditAccountForm .woocommerce-Button:hover{
    background-color: #26de81  !important;
    color: #ffffff !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
    font-size: 15px;
    margin-bottom: 5px;
    color: rgba(21, 21, 21, .7);
    font-weight: 600;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 7px;
}
.woocommerce .woocommerce-form-login input#rememberme {
    margin-right: 2px;
}
.woocommerce-page form legend {
    border: 0;
    padding: 14px 0;
    font-size: 21px;
    margin-bottom: 10px;
    color: rgba(21, 21, 21, .7);
    font-weight: 600;
}
.woocommerce-EditAccountForm .woocommerce-Button {
    margin-top: 40px!Important;
}
.woocommerce-EditAccountForm input{
    padding: 0px 20px !important;
    height: 50px;
    width: 100%;
    border-radius: 30px !important;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(21, 21, 21, .05);
    -moz-box-shadow: 0 0 20px rgba(21, 21, 21, .05);
    -ms-box-shadow: 0 0 20px rgba(21, 21, 21, .05);
    margin-bottom: 15px !important;
    font-size: 15px;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    color: #808080;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    font-style: normal;
    margin-top: 5px;
    font-weight: 300;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px !important;
  box-shadow: 2px 2px 0 transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px !important;
    box-shadow: -2px 2px 0 transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #20bf6b;
    background-color: #20bf6b;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #20bf6b !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
    line-height: 1.5 !important;
    padding: 0px 20px !important;
    min-width: 250px;
}
.woocommerce table.shop_attributes td p {
    text-align: left;
    font-style: normal;
    font-size: 14px;
}
.woocommerce #review_form #respond span#reply-title {
    margin-bottom: 5px;
    display: block;
}
.woocommerce #reviews #comments ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 75px;
    border: 0;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
}
.single-product.woocommerce span.onsale {
    background-color: #151515;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 600;
    left: 30px;
    line-height: normal;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 13px 20px;
    position: absolute;
    text-align: center;
    top: 15px;
    line-height: 1;
}
.woocommerce .product-thumbnails span.onsale {
    right: auto !important;
    background-color: #20bf6b;
}
.woocommerce div.product p.price ins {
    text-decoration: none;
}
.woocommerce div.product p.price del span {
    font-weight: 600;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 80px;
    border: 0;
    padding: 0;
}
p.woocommerce-noreviews {
    background-color: #f7f6f7;
    color: #151515;
    padding: 1em 2em 1em 1.5em;
    border-top: 3px solid #151515;
}
.woocommerce #review_form #respond label {
    font-weight: 600;
    font-size: 15px;
}
.woocommerce-tabs .panel {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.05);
}
.woocommerce-lost-password footer {
    display: none;
}
.woocommerce-lost-password #primary {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.woocommerce-lost-password .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 10px;
}
.single.single-product div.product .woocommerce-tabs .panel {
    padding: 30px !important;
}
form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 1200px;
    margin: 80px auto 80px;
    overflow: hidden;
    width: 100%;
}
/*SUBSCRIBE FORM*/
footer .mc4wp-form-fields button {
    background: rgb(208, 31, 39) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding: 10px;
    font-weight: 600;
    outline: 0;
}
footer .mc4wp-form-fields label {
    color: rgb(255, 255, 255);
    font-weight: lighter;
}
footer .mc4wp-form-fields input[type="email"] {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    color: #151515;
    font-size: 15px;
    padding: 15px 25px;
    width: 100%;
}
/*RATINGS*/
.comment_rating_price_value,
.comment_rating_overall,
.commentrating {
    display: inline-table;
}
#commentform .form-submit button {
    border-radius: 30px !important;
}
/*redesign shop*/
.woocommerce button.button:disabled {
    opacity: .5 !important;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #review_form #respond .form-submit input {
    font-size: 14px !important;
    text-transform: uppercase;
    color: #fff;
    background: #20bf6b !important;
    height: 45px !important;
    padding: 10px 30px !important;
    line-height: 28px;
    transition: all 250ms ease;
    border-radius: 30px;
    font-weight: 600 !important
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #review_form #respond .form-submit input:hover {
    background: #26de81 !important;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs .panel {
    outline: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}
p.woocommerce-mini-cart__buttons a.button {
    width: 48%;
    text-align: center;
    height: 40px !important;
    line-height: 40px;
    font-size: 12px !important;
    background: #20bf6b !important;
    padding: 0 5px !important;
}
p.woocommerce-mini-cart__buttons a.button:hover {
    background: #26de81 !important;
    color: #fff;    
}
.woocommerce div.product form.cart .button {
    border-radius: 30px;}
.woocommerce ul.products li.product .archive-product-title a {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce #review_form #respond p:not(.form-submit) {
    margin: 0 0 20px;
}
.woocommerce .star-rating span {
    color: #f1c40f;
}
.woocommerce .products .star-rating {
    float: none !important;
    margin: 0 auto !important;
}
.woocommerce ul.products li.product .price {
    font-size: 15px;
    text-align: center;
    color: #151515;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none !important;
}
.custom_inner_class {
    padding-bottom: 1.5em;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    border: 2px solid #e5e3eb;
}
.woocommerce ul.products li.product .button,
.woocommerce .woocommerce-orders-table .button.view {
    color: #ffffff;
    font-weight: 400;
    transition: all .3s ease-in-out;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce .woocommerce-orders-table .button.view:hover {
    background: #ff2122;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: -5px !important;
    box-shadow: 2px 2px 0 transparent !important;
    background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px !important;
    box-shadow: -2px 2px 0 transparent !important;
}
.woocommerce .quantity .qty {
    height: 46px;
    border-radius: 30px;
    border: 1px solid #e0e0e0;
    color: #686868;
    outline: 0;
    padding-left: 15px;
}
/*///////////////////*/
.related.products .star-rating span {
    color: #f1c40f;
}
.related.products .products .star-rating {
    float: none !important;
    margin: 0 auto !important;
}
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-cart-form .button,
.woocommerce .woocommerce-form-login .button,
.woocommerce .woocommerce-form-register .button {
    transition: all 250ms ease;
    font-weight: 400;
    color: #ffffff;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-cart-form .button:hover,
.woocommerce .woocommerce-form-login .button:hover,
.woocommerce .woocommerce-form-register .button:hover  {
    background-color: #ff2122;
    color: #ffffff;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled]{
    color: #ffffff;
    opacity: 1;
}
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover {
    color: #ffffff;
    background-color: #ff2122;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    border-radius: 30px;
}
.woocommerce .woocommerce-form-coupon-toggle .showcoupon{
  opacity: 0.8;
}
#order_review_heading{
  display: none;
}
.woocommerce-form-login .wc-social-login{
  padding: 0 3px;
}
.woocommerce .woocommerce-form-login .form-row input.input-text, 
.woocommerce .woocommerce-form-register .form-row input.input-text, 
.woocommerce .woocommerce-checkout .form-row input.input-text, 
.woocommerce .woocommerce-checkout .form-row textarea {
    border: 1px solid #e0e0e0;
    color: #686868;
    margin-bottom: 15px;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    border-radius: 30px;
}
.woocommerce-account p.woocommerce-LostPassword.lost_password a {
    margin-top: 8px;
    color: #686868 !important;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.woocommerce form .form-row {
    user-select: none;
}
.woocommerce-account p.woocommerce-LostPassword.lost_password a:hover {
    color: #20bf6b !important;
}
.woocommerce .woocommerce-checkout .select2-selection{
    border: 1px solid #e0e0e0;
    color: #686868;
    opacity: 1;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    height: 52px;
    padding: 16px 8px;
    border-radius: 30px!important;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}
.woocommerce .woocommerce-checkout .select2-selection .select2-selection__rendered{
    line-height: initial;
        line-height: initial;
    color: #686868;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    border: none;
    padding: 0;
}
.woocommerce .woocommerce-checkout .select2-selection .select2-selection__arrow {
    height: 50px;
}
.woocommerce .woocommerce-checkout .select2-selection .select2-dropdown {
    border: 2px solid #151515;
}
.woocommerce span.select2-selection__arrow:after {
    display: none;
}
.woocommerce-checkout #payment {
    background: #f9f9f9;
}
/*sticky menu*/
.is-sticky .logo img,
.is-sticky .navbar-header .logo img {
    max-width: 120px;
    transition: all 0.3s ease 0s;
}
.logo img,
.navbar-header .logo img {
    transition: all 0.3s ease 0s;
}
/*header mini*/
.first_header .header_mini_cart,
.second_header .header_mini_cart,
.third_header .header_mini_cart,
.fourth_header .header_mini_cart,
.fifth_header .header_mini_cart,
.sixth_header .header_mini_cart,
.seventh_header .header_mini_cart,
.eighth_header .header_mini_cart,
.first_header .header_mini_cart.visible_cart,
.second_header .header_mini_cart.visible_cart,
.third_header .header_mini_cart.visible_cart,
.fourth_header .header_mini_cart.visible_cart,
.fifth_header .header_mini_cart.visible_cart,
.sixth_header .header_mini_cart.visible_cart,
.seventh_header .header_mini_cart.visible_cart,
.eighth_header .header_mini_cart.visible_cart{
    z-index: 10;
}
.header_mini_cart .cart_list.product_list_widget li,
.header_mini_cart .cart_list.product_list_widget a {
    color: #151515;
}
.header_mini_cart .remove:before,
.header_mini_cart .remove:after{
    content: "" !important;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total, 
.header_mini_cart .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid;
    margin: 0;
    padding: 15px 0;
}
.header_mini_cart .buttons {
    margin-bottom: 0;
    text-align: left;
}
.header_mini_cart .button.wc-forward,
.header_mini_cart .button.checkout {
    padding: 10px 18px;
    background-color: #009dde;
    margin-right: 0 !important;
}
.header_mini_cart .button.wc-forward:hover,
.header_mini_cart .button.checkout:hover {
    background-color: #FFDF39;
}
.header_mini_cart .button.checkout {
    float: right;
}
body .shop_cart > a {
    padding: 20px 12px !important;
    padding-right: 0px !important;
}
.header_mini_cart .woocommerce ul.cart_list li a.remove, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::before, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::after{
    transition: all 0ms !important;
    -webkit-transition: all 0ms !important;
}
.header_mini_cart .woocommerce .widget_shopping_cart .cart_list li.empty, 
.header_mini_cart .woocommerce.widget_shopping_cart .cart_list li.empty{
    margin: 0;
    padding: 0;
}
.shop_cart{
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
}
.header_mini_cart.visible_cart {
    background: #FFF;
    opacity: 1;
    padding: 25px 23px 11px;
    position: absolute;
    top: 100%;
    right: 25px;
    width: 250px;
    border-radius: 5px;
    visibility: visible;
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.06);
}
.header_mini_cart {
    background: #FFF;
    position: absolute;
    padding: 25px 23px 11px;
    opacity: 0;
    width: 250px;
    border-radius: 5px;
    top: 150%;
    right: 25px;
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    visibility: hidden;
    z-index: 999;
}
.shop_cart{
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
}
.contact_insert_input {
    padding: 0px 30px;
}
.mt_clients_slider .client_image, .clients-no-slider .client_image {
  width: 85%;
}
/*LISTINGS CSS*/
.mt_cars--main-pic a {
    border-radius: 10px;
    display: block;
    overflow: hidden;
}
.mt_car .post-details {
    padding: 0 15px;
}
.mt_car .blog_custom:hover {
    box-shadow: none;
}
.mt_cars--single-main-pic .post-title {
    margin-right: 20px;
    margin-top: 10px;
}
.mt_cars--single-main-pic img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.mt_car--booking-form div.wpcf7 {
    background-color: #fff !important;
    border-radius: 0 0 10px 10px !important;
    margin: 0 !important;
    padding: 25px 0 0 !important;
}
.mt_house--price-container {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
}
.mt_cars--single-main-pic {
    position: relative;
}
.mt_car--single-gallery.mt_car--featured-single-gallery i {
    margin-right: 5px;
}
.mt_car--single-gallery.mt_car--featured-single-gallery {
    border: 2px solid #fff;
    border-radius: 2px;
    color: #ffffff;
    font-size: 12px;
    line-height: normal;
    padding: 6px 10px;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.mt_car--single-gallery.mt_car--featured-single-gallery:hover{
  color: #000 !important;
  border-color: #000 !important;
}
.contact_insert_input .wpcf7-date {
    padding: 1em 2em !important;
    width: 100% !important;
}
.single .mt_cars--single-main-pic .post-name {
    align-self: end;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: none;
    width: 100%;
}
.mt_car--tax-type {
    display: inline-table !important;
}
.gradient-holder {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
article.mt_car .mt_cars--main-pic a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    overflow: hidden;
}
.gradient-holder-category {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.single-mt_car .related-posts{
  margin: 70px 0;
}
.mt_car--booking-form {
    margin-top: 0px !important;
}
.single-mt_car .related-posts .post-name {
    margin: 0;
}
.mt_cars--main-pic .post-name {
    bottom: 0px;
    z-index: 2;
    width: 100%;
    color: #fff !important;
    padding: 30px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 23px;
    padding-top: 23px;
}
.mt_cars--main-pic .post-name a {
    display: inline-block !important;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 40px !important;
    color: #FFD600 !important;
    overflow: visible !important;
}
.mt_car--single-price-inner {
    background: #009dde;
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.mt_car--single-price-inner-day {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mt_car--single-price .priceval {
    font-size: 32px;
    opacity: 1;
    color: #fff;
}
.mt_cars--features-description .mt_car--price {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 10px 10px 10px 0;
    text-align: left;
    width: 100%;
}
.mt_cars--main-pic:hover .blog_post_image {
    transform: scale(1.03);
}
.mt_car--price-day.mt_car--price .car_price {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #009dde;
}
.mt_car--price-day.mt_car--price .car_currency {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    bottom: 35px;
    color: #009dde;
}
.mt_car--price-day.mt_car--price .car_per {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    position: relative;
    bottom: 13px;
    margin-left: 10px;
    color: #009dde;
}
.mt_cars--features-description .house_title {
    margin-top: 0px;
}
.mt_cars--features-description .house_description {
    margin: 0px;
}
.mt_cars--main-pic {
    margin-top: 12px !important;
}
.mt_cars--main-pic .mt_car--features-group {
    margin: 30px 0;
}
.mt_cars--features-description .single-car-feature {
    margin: 5px 0;
}
.mt_car--important-features .car_number_passengers_value,
.mt_car--important-features .car_luggage_value,
.mt_car--important-features .car_gearbox_value {
    margin-left: 10px;
    position: relative;
    bottom: -2px;
}
.mt_car--important-features .car_number_passengers,
.mt_car--important-features .car_luggage,
.mt_car--important-features .car_gearbox {
    margin-top: 15px;
    margin-bottom: 15px;
    border-right: 1px solid #dadada !important;
}
.mt_car--important-features span:last-child {
    border: none !important;
}
.mt_car--features-group .features_items p {
    margin: 0px !important;
}
.mt_car--features-group .features_items a {
    font-size: 18px !important;
    margin: 0;
    line-height: 29px;
    font-weight: 200;
    color: rgba(69,70,70,0.8);
    margin-left: 5px;
}
.mt_cars--features-description .mt_car--important-features {
    border: 1px solid #dadada;
    border-radius: 10px;
    margin-top: 12px !important;
    padding: 0;
}
.mt_car .car_separator {
    height: 1px;
    background-color: #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt_cars--extra-pics .mt_cars--extra-pics-holder img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 0px !important;
}
.mt_cars--extra-pics .mt_cars--extra-pics-holder {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.list-view.mt_car .blog_custom {
    background: transparent none repeat scroll 0 0 !important;
}
/*
=================================================================================================
BEGIN: WIDGET MONSTER FIX
=================================================================================================
*/
/*FOOTER*/
footer .widget_recent_comments li,
footer .widget_pages li,
footer .widget_meta li,
footer .widget_categories li,
footer .widget_archive li,
footer .widget_nav_menu li,
footer .widget_recent_entries li {
    margin-bottom: 5px;
    position: relative;
}
footer .widget_nav_menu .menu{
    padding: 0;
}
.footer-top .widget_nav_menu li {
    margin: 0;
    text-align: left;
    width: 100%;
}
footer .widget_recent_comments li,
footer .widget_pages li,
footer .widget_meta li,
footer .widget_categories li,
footer .widget_archive li,
footer .widget_nav_menu li,
footer .widget_nav_menu a {
    display: block;
    color: #9aa7af;
    width: 100%;
    text-align: left;
}
footer .widget:last-child {
  margin-bottom: 0; 
}
footer .widget {
    clear: both;
}
footer #wp-calendar th, 
footer #wp-calendar td {
    color: #ffffff;
}
/*OTHER SIDEBARS*/
.sidebar-content .widget_recent_comments li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_meta li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li {
    padding-left: 16px;
    position: relative;
}
.sidebar-content .widget_recent_comments li::before,
.sidebar-content .widget_pages li::before,
.sidebar-content .widget_meta li::before,
.sidebar-content .widget_categories li::before,
.sidebar-content .widget_archive li::before,
.sidebar-content .widget_nav_menu li::before,
.widget_recent_entries li::before {
    content: "\f105";
    font-family: 'fontawesome';
    left: 0;
    margin-right: 8px;
    position: absolute;
    background: transparent !important;
    opacity: .7;
}
.sidebar-content .widget_nav_menu .menu{
    padding: 0;
}
.sidebar-content .widget_recent_comments li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_meta li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_nav_menu li{
    margin-bottom: 5px;
}
.sidebar-content .widget_recent_comments li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_meta li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu a {
    display: block;
    color: #686868;
    width: 100%;
    text-align: left;
}
.widget_recent_comments .children,
.widget_categories .children,
.widget_pages .children {
    padding: 0;
}
body .widget_nav_menu ul {
    padding-left: 0;
}
/*
=================================================================================================
END: WIDGET MONSTER FIX
=================================================================================================
*/
/*
*   25. OWL Slider Styling
*   v1.3.3
*/
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}
/*visual composer*/
.buy-coin button {
    padding: 15px 35px !important;
    font-weight: 600;
    font-size: 13px !important;
    line-height: 13px !important;
}
.exchange_calculator #btc_calc input.currency1value {
    border: 1px solid #ffd600 !important;
    padding: 10px 15px;
    background: #151515;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    outline: 0;
    font-family: 'Poppins';
    text-transform: uppercase;
    width: 100px;
    text-align: center;
    margin-right: 15px;
    font-weight: 600;
}
.exchange_calculator #btc_calc {
    font-weight: 600;
    text-transform: uppercase;
    color: #151515;
}
.exchange_calculator #btc_calc input.currency2value {
    border: 1px solid #ffd600 !important;
    padding: 10px 15px;
    background: #151515;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    outline: 0;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-align: center;
    width: 150px;
    margin-left: 15px;
    font-weight: 600;
}
.exchange_calculator #btc_calc select.currency_switcher {
    border: 1px solid #ffd600 !important;
    padding: 10px 15px;
    background: #151515;
    color: #fff;
    height: 50px;
    border-radius: 5px;
    outline: 0;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-left: 15px;
    width: 100px;
    text-align-last: center;
    font-weight: 600;
}
.exchange_calculator a ,
.exchange_calculator h2{
    display: none;
}
/*page exchange*/
.exchange-calculator-top #btc_calc input.currency1value {
    border: 1px solid #ffd600 !important;
    padding: 10px 15px;
    background: #fff;
    color: #151515;
    height:60px;
    border-radius: 5px;
    outline: 0;
    font-family: 'Poppins';
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    margin-right: 15px;
    font-weight: 600;
}
.exchange-calculator-top #btc_calc {
    font-weight: 600;
    text-transform: uppercase;
    color: #151515;
    text-align: center;
    font-size: 18px;
    background: rgba(0,0,0,.1);
    padding: 20px;
    width: fit-content;
    width: -moz-fit-content;
    width: -ms-fit-content;
    margin: 0 auto;
}
.exchange-calculator-top #btc_calc input.currency2value {
    border: 1px solid #ffd600 !important;
    padding: 10px 15px;
    background: #fff;
    color: #151515;
    height: 60px;
    border-radius: 5px;
    outline: 0;
    font-family: 'Poppins';
    text-transform: uppercase;
    text-align: center;
    width: 250px;
    margin-left: 15px;
    font-weight: 600;
}
.exchange-calculator-top #btc_calc select.currency_switcher {
    border: 1px solid #ffd600 !important;
    padding: 10px 15px;
    background: #fff;
    color: #151515;
    height: 60px;
    border-radius: 5px;
    outline: 0;
    font-family: 'Poppins';
    text-transform: uppercase;
    margin-left: 15px;
    width: 150px;
    text-align-last: center;
    font-weight: 600;
}
.exchange-calculator-top a ,
.exchange-calculator-top h2{
    display: none;
}
.exchange-calculator-top .cp-table.cp-prices-table {
    display: none;
}
.exchange-calculator-top .select2-container {
    height: 60px;
    vertical-align: top;
}
.exchange-calculator-top .select2-selection.select2-selection--single {
    height: 60px !important;
    border: 1px solid #ffd600 !important;
    outline: 0;
    background: #fff;
}
.exchange-calculator-top .select2.select2-container .select2-selection .select2-selection__arrow:before {
    line-height: 60px !important;
}
.exchange-calculator-top .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #151515;
    line-height: 60px;
}
.exchange-calculator-top .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}
.select2-dropdown{
  border-radius: 0px !important;
}
/* stepper */
/*form styles*/
.um.um-register {
    margin-bottom: 25px !important;
}
.um-register .um-row{
    margin-bottom: 0 !important;
}
.um-register form {
    text-align: center;
    position: relative;
    margin-top: 0px;
}
.um-register .um-field {
    padding: 0;
    margin-bottom: 15px;
}
.um-register .um-field .um-field-label{
    margin-bottom: 0;
}
.um-register .um-field .um-field-label label{
    margin-bottom: 0;
    line-height: 25px !important;
}
div#signup-modal-content .modal-content.row {
    padding-bottom: 50px;
    padding-top: 15px;
}
/*Hide all except first fieldset*/
.um-register form ._um_row_3,
.um-register form ._um_row_4  {
    display: none;
}
.um-register form ._um_row_1 input#um-submit-btn,
.um-register form ._um_row_2 input#um-submit-btn,
.um-register form ._um_row_3 input#um-submit-btn {
    display: none !important;
}
.um-register form ._um_row_2,
.um-register form ._um_row_3,
.um-register form ._um_row_4  {
    border: 0 none;
    border-radius: 0px;
    padding: 0px !important;
    box-sizing: border-box;
    position: relative;
    text-align: left;
}
.um-register form .um-field-label label{
    font-weight: normal !important;
}
/*inputs*/
#msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: Poppins;
    color: #2C3E50;
    font-size: 13px;
}
.um-register form input:focus, 
.um-register form textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #ffd600;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
/*buttons*/
header.header1 #nav-menu-list a,
.header_mini_cart .button.wc-forward,
.mtsearchform-style-v2.mt-car-search .slider-state-submit button,
.button-winona.btn.btn-sm,
.pricing--tenzin .pricing__action,
footer .mc4wp-form-fields button,
#commentform .form-submit button,
.mt-listing-search-taxonomy button.form-control.btn,
.meraki-contact button.wpcf7-form-control.wpcf7-submit,
.sidebar-content .widget_search .search-submit,
.list-view .post-details .post-excerpt .more-link,
.woocommerce-page #payment #place_order,
.woocommerce a.button,
.woocommerce button.button,
button#frontend-button,
form#add-new-listing button.button-listing,
.error404 a.vc_button_404,
.pagination a.page-numbers,
a.wp-block-button__link,
.iconfilter-shortcode .listing-grid-1item .row .listing-actions a.btn-view{
    -webkit-transform: translateZ(0);
    overflow: hidden;
    position: relative;
}
.back-to-top {
   -webkit-transform: translateZ(0);
    overflow: hidden;
}
header.header1 #nav-menu-list a:before,
.header_mini_cart .button.wc-forward:before,
.mtsearchform-style-v2.mt-car-search .slider-state-submit button:before,
.pricing--tenzin .pricing__action:before,
.button-winona.btn.btn-sm:before,
footer .mc4wp-form-fields button:before,
#commentform .form-submit button:before,
.mt-listing-search-taxonomy button.form-control.btn:before,
.meraki-contact button.wpcf7-form-control.wpcf7-submit:before,
.back-to-top:before,
.sidebar-content .widget_search .search-submit:before,
.list-view .post-details .post-excerpt .more-link:before,
.woocommerce-page #payment #place_order:before,
.woocommerce a.button:before,
.woocommerce button.button:before,
button#frontend-button:before,
form#add-new-listing button.button-listing:before,
.error404 a.vc_button_404:before,
.pagination a.page-numbers:before,
a.wp-block-button__link:before,
.listing-taxonomy-shortcode .title-n-categories a.btn-view:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #26de81;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.pagination a.page-numbers:before {
    background: #20bf6b;
}
header.header1 #nav-menu-list a:hover:before,
.header_mini_cart .button.wc-forward:hover:before,
.button-winona.btn.btn-sm:hover:before,
.mtsearchform-style-v2.mt-car-search .slider-state-submit button:hover:before,
.pricing--tenzin .pricing__action:hover:before,
footer .mc4wp-form-fields button:hover:before,
#commentform .form-submit button:hover:before,
.mt-listing-search-taxonomy button.form-control.btn:hover:before,
.meraki-contact button.wpcf7-form-control.wpcf7-submit:hover:before,
.back-to-top:hover:before,
.sidebar-content .widget_search .search-submit:hover:before,
.list-view .post-details .post-excerpt .more-link:hover:before,
.woocommerce-page #payment #place_order:hover:before,
.woocommerce a.button:hover:before,
.woocommerce button.button:hover:before,
button#frontend-button:hover:before,
form#add-new-listing button.button-listing:hover:before,
.error404 a.vc_button_404:hover:before,
.pagination a.page-numbers:hover:before,
a.wp-block-button__link:hover:before,
.listing-taxonomy-shortcode .title-n-categories a.btn-view:hover:before,
.iconfilter-shortcode .listing-grid-1item .row .listing-actions a.btn-view:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.iconfilter-shortcode .listing-grid-1item .row .listing-actions a.btn-view:hover {
    background: #26de81;
}
.iconfilter-shortcode .listing-grid-1item .row .listing-actions a.btn-view:before{
    background: #26de81 !important;
}
.ico-register .um-register .um-field .um-field-label label {
    color: #483ca8 !important;
    margin-bottom: 5px;
    font-weight: 600 !important;
}
.ico-register .um-register .um-col-alt {
    margin-top: 30px;
}
.ico-register .um-register input[type=submit].um-button {
    background: #483ca8 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.ico-register .um-register input[type=submit].um-button:hover {
    background: #3e3492 !important;
}
.ico-register .um-register .um-button.um-alt {
    background: #ff2122 !important;
    border-color: #ff2122 !important; 
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.ico-register .um-register .um-button.um-alt:hover {
    background: #3e3492 !important;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
.um-register #progressbar li.active:before, 
.um-register #progressbar li.active:after {
    background: #fff !important;
    color: #151515;
}
.round-chart-info {
    color: rgba(255,255,255,.7);
    width: 120px;
    text-align: left;
}
.round-chart-info strong {
    display: block;
    color: #fff;
    font-size: 20px;
}
.round-chart-info .border {
    height: 3px;
    width: 120px;
    margin-top: 10px;
}
.round-chart-info p {
    line-height: 1.5;
    margin-bottom: 0px;
}
.cmb_element .ui-datepicker {
  width: 20em !important;
}
.cmb_element .ui-datepicker td {
    padding: 0 !important;
}
.page-template-landing-page-template .title-subtile-holder.animateIn.animated {
    opacity: 1 !important;
}
/* shortocdes */
/*---------------------------------------------*/
/*--- Teamplate Whitepaper ---*/
/*---------------------------------------------*/
.ico-whitepapers-posts .post-button a{
    background-color: #151515;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.ico-whitepapers-posts .post-button a:hover{
    background-color: #20bf6b;
}
.single.single-mt_listing .high-padding.single-icondrops-tabs {
    padding: 100px 15px 90px;
}
.ico-whitepapers-posts .ico-icon .featured-icon i.cc {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 10px;
}
.pagination .page-numbers.current{
    background: #20bf6b !important;
    border-radius: 30px;
}
nav.navigation.pagination {
    margin-bottom: 50px;
}
.ico-category img.attachment-thumbnail{
    width: 15px;
    vertical-align: text-top;
    margin-top: 2px;
    margin-right: 3px;
    border-radius: 0px;
}
#DataTable-icondrops-active .is-sticky .end-date,
#DataTable-icondrops-active .sponsored_ico .end-date {
    position: relative;
}
#DataTable-icondrops-active .is-sticky,
#DataTable-icondrops-active .sponsored_ico {
    background: #E2F6E7;
}
#DataTable-icondrops-active .is-sticky .end-date::before,
#DataTable-icondrops-active .is-sticky .end-date::after,
#DataTable-icondrops-active .sponsored_ico .end-date::before,
#DataTable-icondrops-active .sponsored_ico .end-date::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}
#DataTable-icondrops-active .is-sticky .end-date::after,
#DataTable-icondrops-active .sponsored_ico .end-date::after {
    border-width: 2.5em;
    border-right-color: #ff2122;
    border-top-color: #ff2122;
}
#DataTable-icondrops-active .is-sticky .end-date::before,
#DataTable-icondrops-active .sponsored_ico .end-date::before {
    content: "\f005";
    position: absolute;
    color: white;
    font-weight: 600;
    font-size: 15px;
    width: 30px;
    right: 0px;
    top: 5px;
    z-index: 3;
    font-family: fontawesome;
}
.single-mt_event .mt_listing--single-gallery .ico-screenshot{
  height: auto;
  display: block;
}
.single-event-gallery-block {
    margin-top: 70px;
}
.single-mt_event .single-event-gallery-block .single-icondrops-content {
    background: #fff;
}
body.single-mt_event #page{
  background: #F7F7F7;
}
.single-mt_event .panel-single-icondrops{
  margin-bottom: 0 !important;
}
.single-mt_event .event-article-comments {
    margin-top: 30px;
}
.single-mt_event .mt_listing_countdown .hours-name,
.single-mt_event .mt_listing_countdown .days-name,
.single-mt_event .mt_listing_countdown .minutes-name,
.single-mt_event .mt_listing_countdown .seconds-name {
    color: rgba(21, 21, 21, .7);
}
.single-mt_event .mt_listing_countdown {
    margin-left: -20px;
}
.mt_event_countdown_title {
    margin-bottom: 0;
    margin-top: 10px !important;
}
.search-results .col-md-8 .blog_custom_listings .meraki-img-left .ico-icon i {
    font-size: 50px !important;
}
.ico-whitepapers-posts .single-post img {
    max-width: 150px;
    border-radius: 50%;
}
.header-green-link:hover {
    text-decoration: underline;
}
/*FALLBACK CSS*/
.is_header_semitransparent .navbar-default {
    background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, rgba(0,0,0,.3) 50%, rgba(0,0,0,0) 100%, rgba(0,0,0,0) 100%) !important;
}
 .is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(35, 35, 49, 0.9) none repeat scroll 0 0;
}
.back-to-top {
     background: #ff2122;
     color: #ffffff;
     border-radius: 30px !important;
}
 .back-to-top:hover {
     background: #26de81 !important;
     color: #ffffff;
}
 .back-to-top:before {
     background: #26de81 !important;
}
.prev.page-numbers, .next.page-numbers {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.single article .article-content p, p, .post-excerpt{
     font-size: 15px;
     line-height: 25px;
     font-family: Poppins;
     color: #686868;
}
 body{
     font-family: Poppins;
}
 h1, h1 span {
     font-family: "Poppins";
     font-size: 36px;
}
 h2 {
     font-family: "Poppins";
     font-size: 30px;
}
 h3 {
     font-family: "Poppins";
     font-size: 24px;
}
 h4 {
     font-family: "Poppins";
     font-size: 18px;
}
 h5 {
     font-family: "Poppins";
     font-size: 14px;
}
 h6 {
     font-family: "Poppins";
     font-size: 12px;
}
 input, textarea {
     font-family: Poppins;
}
 input[type="submit"] {
     font-family: Poppins;
}
 @media only screen and (max-width: 767px) {
     body h1, body h1 span{
         font-size: 26px !important;
         line-height: 29px !important;
    }
     body h2{
         font-size: 24px !important;
         line-height: 27px !important;
    }
     body h3{
         font-size: 22px !important;
         line-height: 25px !important;
    }
     body h4{
         font-size: 19px !important;
         line-height: 22px !important;
    }
     body h5{
         font-size: 16px !important;
         line-height: 19px !important;
    }
     body h6{
         font-size: 14px !important;
         line-height: 17px !important;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 1024px) {
     body h1, body h1 span{
         font-size: 36px !important;
         line-height: 39px !important;
    }
     body h2{
         font-size: 32px !important;
         line-height: 36px !important;
    }
     body h3{
         font-size: 28px !important;
         line-height: 32px !important;
    }
     body h4{
         font-size: 24px !important;
         line-height: 27px !important;
    }
     body h5{
         font-size: 20px !important;
         line-height: 23px !important;
    }
     body h6{
         font-size: 18px !important;
         line-height: 21px !important;
    }
}
.breadcrumb a::after {
     content: "/";
}
 body{
     background: #ffffff;
}
 .logo img, .navbar-header .logo img {
     max-width: 220px;
}
 ::selection{
     color: #ffffff;
     background: #151515;
}
 ::-moz-selection {
    /* Code for Firefox */
     color: #ffffff;
     background: #151515;
}
 a{
     color: #151515;
}
 a:focus, a:hover{
     color: #4f4f4f;
}
/*------------------------------------------------------------------ COLOR ------------------------------------------------------------------*/
 a, a:hover, a:focus, .mt_car--tax-type, span.amount, .widget_popular_recent_tabs .nav-tabs li.active a, .widget_product_categories .cat-item:hover, .widget_product_categories .cat-item a:hover, .widget_archive li:hover, .widget_archive li:hover a, .widget_archive li a:hover, .widget_categories .cat-item:hover, .widget_categories .cat-item:hover a, .widget_categories li a:hover, .pricing-table.recomended .button.solid-button, .pricing-table .table-content:hover .button.solid-button, .pricing-table.Recommended .button.solid-button, .pricing-table.recommended .button.solid-button, #sync2 .owl-item.synced .post_slider_title, #sync2 .owl-item:hover .post_slider_title, #sync2 .owl-item:active .post_slider_title, .pricing-table.recomended .button.solid-button, .pricing-table .table-content:hover .button.solid-button, .testimonial-author, .testimonials-container blockquote::before, .testimonials-container blockquote::after, .post-author > a, h2 span, label.error, .author-name, .prev-next-post a:hover, .prev-text, .wpb_button.btn-filled:hover, .next-text, .social ul li a:hover i, .wpcf7-form span.wpcf7-not-valid-tip, .text-dark .statistics .stats-head *, .wpb_button.btn-filled, footer ul.menu li.menu-item a:hover, .widget_meta li:hover, .widget_meta li:hover a, .widget_meta a:hover, .widget_pages li:hover, .widget_pages li:hover a, .widget_pages li.page_item_has_children li:hover, .widget_pages li.page_item_has_children li:hover a .blogloop-v1 .post-name a:hover, .blogloop-v2 .post-name a:hover, .blogloop-v3 .post-name a:hover, .blogloop-v4 .post-name a:hover, .blogloop-v5 .post-name a:hover, .simple_sermon_content_top h4, .page_404_v1 h1, .mt_cars--single-main-pic .post-name > a, .widget_recent_comments li:hover a, .sidebar-content .widget-title a:hover, .widget_rss li a:hover, .list-view .post-details .post-name a:hover, .blogloop-v5 .post-details .post-sticky-label i, header.header2 .header-info-group .header_text_title strong, .widget_recent_entries_with_thumbnail li:hover a, .widget_recent_entries li:hover, .widget_recent_entries li:hover a, .widget_recent_entries li a:hover, .blogloop-v1 .post-details .post-sticky-label i, .blogloop-v2 .post-details .post-sticky-label i, .blogloop-v3 .post-details .post-sticky-label i, .blogloop-v4 .post-details .post-sticky-label i, .blogloop-v5 .post-details .post-sticky-label i, .mt_listing--price-day.mt_listing--price .mt_listing_price, .mt_listing--price-day.mt_listing--price .mt_listing_currency, .mt_listing--price-day.mt_listing--price .mt_listing_per, .error-404.not-found h1, .header-info-group i, .woocommerce form .form-row .required, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .error-404.not-found h1, .header-info-group i, body .lms-course-infos i, .action-expand::after, .single-icondrops-content .skill, .meraki-single-list-item i.cc, .single .single-icondrops-related-listings i.cc, .list-view .post-details .post-excerpt .more-link:hover, .header4 header .right-side-social-actions .social-links a:hover i, #navbar .menu-item.selected > a, .sidebar-content .widget_nav_menu li a:hover, .sidebar-content .widget_nav_menu li:hover, .single-icondrops-content h5 strong, .modeltheme-countdown .days-digit, .modeltheme-countdown .hours-digit, .modeltheme-countdown .minutes-digit, .modeltheme-countdown .seconds-digit, .widget_meraki_recent_entries_with_thumbnail li:hover a, .sidebar-content .widget_nav_menu li:hover a, .blog-posts-shortcode-v2 .post-details .post-category, .mtlistings-ico-style-v2.iconfilter-shortcode .blog_custom_listings .post-name-listings a:hover, .mtlistings-events-style-v2 .events-title-subtitle h4 a:hover, .mtlistings-events-style-v2 .mt-single-event .mt-event-cat a:hover {
     color: #151515;
}
 .um-login .um-button.um-alt, .woocommerce a.remove {
     color: #151515!important;
}
/* NAVIGATION */
 .navstyle-v8.header3 #navbar .menu > .menu-item.current-menu-item > a, .navstyle-v8.header3 #navbar .menu > .menu-item:hover > a, .navstyle-v1.header3 #navbar .menu > .menu-item:hover > a, #navbar ul.sub-menu li a:hover, .navstyle-v4 #navbar .menu > .menu-item.current-menu-item > a, .navstyle-v4 #navbar .menu > .menu-item:hover > a, .navstyle-v3 #navbar .menu > .menu-item.current-menu-item > a, .navstyle-v3 #navbar .menu > .menu-item:hover > a, .navstyle-v3 #navbar .menu > .menu-item > a::before, .navstyle-v3 #navbar .menu > .menu-item > a::after, .navstyle-v2 #navbar .menu > .menu-item.current-menu-item > a, .navstyle-v2 #navbar .menu > .menu-item:hover > a, #navbar .menu-item.selected > a{
     color: #151515;
}
 .navstyle-v2.header3 #navbar .menu > .menu-item > a::before, .navstyle-v2.header3 #navbar .menu > .menu-item > a::after, .navstyle-v8 #navbar .menu > .menu-item > a::before, .navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item > a:hover, .navstyle-v7 #navbar .menu > .menu-item.current_page_item > a, .navstyle-v7 #navbar .menu > .menu-item.current-menu-item > a, .navstyle-v7 #navbar .menu > .menu-item:hover > a, .navstyle-v6 #navbar .menu > .menu-item.current_page_item > a, .navstyle-v6 #navbar .menu > .menu-item.current-menu-item > a, .navstyle-v6 #navbar .menu > .menu-item:hover > a, .navstyle-v5 #navbar .menu > .menu-item.current_page_item > a, .navstyle-v5 #navbar .menu > .menu-item.current-menu-item > a, .navstyle-v5 #navbar .menu > .menu-item:hover > a, .navstyle-v2 #navbar .menu > .menu-item > a::before, .navstyle-v2 #navbar .menu > .menu-item > a::after{
     background: #151515;
}
/* Color Dark / Hovers */
 .meraki-single-list-item i.cc:hover, .single .single-icondrops-related-listings i.cc:hover, .related-posts .post-name:hover a{
     color: #4f4f4f !important;
}
/*------------------------------------------------------------------ BACKGROUND + BACKGROUND-COLOR ------------------------------------------------------------------*/
 .tagcloud > a:hover, .modeltheme-icon-search, .wpb_button::after, .rotate45, .latest-posts .post-date-day, .latest-posts h3, .latest-tweets h3, .latest-videos h3, .button.solid-button, button.vc_btn, .pricing-table.recomended .table-content, .pricing-table .table-content:hover, .pricing-table.Recommended .table-content, .pricing-table.recommended .table-content, .pricing-table.recomended .table-content, .pricing-table .table-content:hover, .block-triangle, .owl-theme .owl-controls .owl-page span, body .vc_btn.vc_btn-blue, body a.vc_btn.vc_btn-blue, body button.vc_btn.vc_btn-blue, .pagination .page-numbers.current, .pagination .page-numbers:hover, #subscribe > button[type='submit'], .social-sharer > li:hover, .prev-next-post a:hover .rotate45, .masonry_banner.default-skin, .form-submit input, .member-header::after, .member-footer .social::before, .member-footer .social::after, .subscribe > button[type='submit'], .no-results input[type='submit'], h3#reply-title::after, .newspaper-info, header.header1 .header-nav-actions .shop_cart, .categories_shortcode .owl-controls .owl-buttons i:hover, .widget-title:after, h2.heading-bottom:after, .single .content-car-heading:after, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active, #primary .main-content ul li:not(.rotate45)::before, .wpcf7-form .wpcf7-submit, ul.ecs-event-list li span, #contact_form2 .solid-button.button, .navbar-default .navbar-toggle .icon-bar, .modeltheme-search .search-submit, .pricing-table.recommended .table-content .title-pricing, .pricing-table .table-content:hover .title-pricing, .pricing-table.recommended .button.solid-button, .blogloop-v5 .absolute-date-badge span, .post-category-date a[rel="tag"], .meraki_preloader_holder, .mt_car--single-gallery.mt_car--featured-single-gallery:hover, footer .mc4wp-form-fields input[type="submit"], .modeltheme-pagination.pagination .page-numbers.current, .pricing-table .table-content:hover .button.solid-button, footer .footer-top .menu .menu-item a::before, .mt-car-search .submit .form-control, .blogloop-v4.list-view .post-date, header .top-header, .navbar-toggle .icon-bar, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce .woocommerce-cart-form .button, .woocommerce input.button, table.compare-list .add-to-cart td a, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce .woocommerce-form button, .woocommerce input.button.alt, .woocommerce a.remove:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce.single-product .wishlist-container .yith-wcwl-wishlistaddedbrowse, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover, .hover-components .component a:hover, table.compare-list .add-to-cart td a, .panel-single-icondrops, .single-mt_listing .single-icondrops, #listings_metaboxs input[type="submit"], .mt_listing--single-price-inner, input.wpcf7-form-control.wpcf7-submit, .mt-single-event-head, .mt_listing .single-icondrops-content .progress, .post-password-form input[type="submit"], .widget.widget_product_search button, .search-form input[type="submit"], .slider_navigation .btn, .pagination .page-numbers, .single-mt_listing .mt_listing_website_button:hover, .single-mt_listing .mt_listing_website_button:hover, .single-mt_listing .mt_listing_whitepaper_button:hover, .single-mt_listing .mt_listing_purchase_button:hover, .single-mt_listing .mt_listing_video_button:hover, #listings_metaboxs .cmb-type-title, body .btn-sticky-left, .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a, .post-password-form input[type='submit'] {
     background: #151515;
}
 .um-login input[type=submit].um-button, body .courses-list .featured_image_courses .course_badge i, body .courses-list .shortcode_course_content, body .woocommerce ul.products li.product .onsale {
     background-color: #151515 !important;
}
 .modeltheme-search.modeltheme-search-open .modeltheme-icon-search, .no-js .modeltheme-search .modeltheme-icon-search, .modeltheme-icon-search:hover, .latest-posts .post-date-month, .button.solid-button:hover, body .vc_btn.vc_btn-blue:hover, body a.vc_btn.vc_btn-blue:hover, .post-category-date a[rel="tag"]:hover, .single-post-tags > a:hover, body button.vc_btn.vc_btn-blue:hover, .blogloop-v5 .absolute-date-badge span:hover, .mt-car-search .submit .form-control:hover, #contact_form2 .solid-button.button:hover, .subscribe > button[type='submit']:hover, footer .mc4wp-form-fields input[type="submit"]:hover, .no-results.not-found .search-submit:hover, .no-results input[type='submit']:hover, ul.ecs-event-list li span:hover, .pricing-table.recommended .table-content .price_circle, .pricing-table .table-content:hover .price_circle, #modal-search-form .modal-content input.search-input, .wpcf7-form .wpcf7-submit:hover, .form-submit input:hover, .mt_listing_end_date_pick, .mt_listing_start_date_pick, .blogloop-v4.list-view .post-date a:hover, .pricing-table.recommended .button.solid-button:hover, .search-form input[type="submit"]:hover, .modeltheme-pagination.pagination .page-numbers.current:hover, .error-return-home.text-center > a:hover, .pricing-table .table-content:hover .button.solid-button:hover, .post-password-form input[type="submit"]:hover, .navbar-toggle .navbar-toggle:hover .icon-bar, .woocommerce #respond input#submit:hover, .widget.widget_product_search button:hover, .slider_navigation .btn:hover, .woocommerce input.button:hover, table.compare-list .add-to-cart td a:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce input.button.alt:hover, .post-password-form input[type='submit']:hover{
     background: #4f4f4f;
}
 .um-login input[type=submit].um-button:hover, .tagcloud > a:hover{
     background: #4f4f4f !important;
}
 .hover-components .component a, .woocommerce ul.cart_list li a::before, .woocommerce ul.product_list_widget li a::before, .flickr_badge_image a::after, .thumbnail-overlay, .portfolio-hover, .mt_listing--single-gallery .ico-screenshot:hover .flex-zone, .pastor-image-content .details-holder, .item-description .holder-top, blockquote::before {
     background: rgba(37,37,37, .7);
}
/*------------------------------------------------------------------ BORDER-COLOR ------------------------------------------------------------------*/
 .comment-form input, .comment-form textarea, .author-bio, blockquote, .widget_popular_recent_tabs .nav-tabs > li.active, body .left-border, body .right-border, body .member-header, body .member-footer .social, body .button[type='submit'], .navbar ul li ul.sub-menu, .wpb_content_element .wpb_tabs_nav li.ui-tabs-active, #contact-us .form-control:focus, .sale_banner_holder:hover, .testimonial-img, .wpcf7-form input:focus, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .header_mini_cart .woocommerce .widget_shopping_cart .total, .header_mini_cart .woocommerce.widget_shopping_cart .total, .header_mini_cart, .header_mini_cart.visible_cart, .wpcf7-form textarea:focus, .navbar-default .navbar-toggle:hover, .header_search_form, body .course-review-head, body .course-content > h3:first-child, body .course-curriculum-title, .list-view .post-details .post-excerpt .more-link:hover{
     border-color: #151515;
}
 header .navbar-toggle, .navbar-default .navbar-toggle{
     border: 3px solid #151515;
}
body #navbar ul.sub-menu li a:hover, #dropdown-user-profile ul li a:hover {
     color: #20bf6b!important;
}
 li.shop_cart_li.menu-item span.cart-contents-count {
     background: #20bf6b!important;
}
 li.shop_cart_li.menu-item a.shop_cart:hover span.cart-contents-count {
     background: #26de81!important;
}
 #dropdown-user-profile.open a.profile i {
     color: #20bf6b!important;
}
 .listings_category_image_shortcode_holder .category_icon_holder {
     background: #20bf6b!important;
}
 .listings_category_image_shortcode_holder .listings_category_footer .category_icon_holder:hover {
     background: #26de81!important;
}
.listing-actions a.button-winona.btn.btn-sm {
    float: right;
}
 .blog-posts-shortcode .time-n-date, .blog-posts-shortcode .text-element.content-element p a::before {
     background: #20bf6b!important;
}
 .blog-posts-shortcode .text-element.content-element p a:hover, .blog-posts-shortcode.blog-posts .list-view .post-details .post-name a:hover {
     color: #20bf6b!important;
}
 body .newsletter button {
     background: #20bf6b!important;
}
 body .newsletter button:hover:before {
     background: #26de81!important;
}
 button#frontend-button {
     background: #20bf6b!important;
}
 button#frontend-button:hover:before {
     background: #26de81!important;
}
 form#add-new-listing button.button-listing {
     background: #20bf6b!important;
}
 form#add-new-listing button.button-listing:hover:before {
     background: #26de81 !important;
}
 .single-mt_listing .mt_listing_header_section .category_icon_holder {
     background: #20bf6b!important;
     border-radius: 30px;
}
 .mt_listing_content_parent .amenities-section span.amenities-item i, .mt_listing_content_parent .amenities-section a:hover span.amenities-item, .listing_tags_section a:hover, .mt_listing_content_sidebar_part_contact_info_details_info p i, .sidebar-content .tagcloud > a:hover {
     color: #20bf6b!important;
}
 .listing_tags_section a:hover, .sidebar-content .tagcloud > a:hover {
     border-color: #20bf6b!important;
}
 #commentform .form-submit button {
     background: #20bf6b!important;
}
 #commentform .form-submit button:hover:before {
     background: #26de81!important;
}
.mt-listing-search-taxonomy button.form-control.btn {
     background: #20bf6b!important;
}
.mt-listing-search-taxonomy button.form-control.btn:hover:before {
     background: #26de81!important;
}
.meraki-contact button.wpcf7-form-control.wpcf7-submit {
     background: #20bf6b!important;
}
.meraki-contact button.wpcf7-form-control.wpcf7-submit:hover:before {
     background: #26de81 !important;
}
body.error404 a.vc_button_404 {
     background: #20bf6b!important;
}
body.error404 a.vc_button_404:hover:before {
     background: #26de81!important;
}
footer .widget_search .search-submit,
.sidebar-content .widget_search .search-submit, .list-view .post-details .post-excerpt .more-link {
     background: #20bf6b!important;
}
footer .widget_search .search-submit:hover:before,
 .sidebar-content .widget_search .search-submit:hover:before, .list-view .post-details .post-excerpt .more-link:hover:before {
     background: #26de81!important;
}
.listings_category_icon_shortcode:hover .heading a {
     color: #808080!important;
}
 .mtsearchform-style-v2.mt-car-search .submit .form-control {
     background: #20bf6b!important;
}
.mtsearchform-style-v2.mt-car-search .submit .form-control:hover:before {
     background: #26de81!important;
}
.single.single-post .article-header .article-details .wp-post-image, .share-social-links li a, .post_thumbnails_slider img, .post-thumbnail a, .ico-whitepapers-posts .post-button a, .pagination .page-numbers, .testimonial02_text, .list-view .post-details .post-excerpt .more-link, #commentform .form-submit button, .wpcf7-form .ico-contact input, .newsletter input[type="email"], .newsletter input[type="submit"], .mt_listing--single-gallery .flex-zone-inside, .mt_listing--youtube_video img, .mt_listing--single-gallery .ico-screenshot, #navbar .sub-menu, .navbar ul li ul.sub-menu, .mtlistings-ico-style-v2 .blog_custom_listings img, .single-icondrops-content .social-links li a, .thumbs-rating-container .thumbs-rating-down i, .thumbs-rating-container .thumbs-rating-up i, .mt_listing_end_date_pick, .mt_listing_start_date_pick, .single-mt_listing .mt_listing_website_button, .single-mt_listing .mt_listing_whitepaper_button, .single-mt_listing .mt_listing_purchase_button, .single-mt_listing .mt_listing_video_button, .modeltheme-countdown .days-digit, .modeltheme-countdown .hours-digit, .modeltheme-countdown .minutes-digit, .modeltheme-countdown .seconds-digit, .widget_meraki_recent_listings_with_thumbnail a, footer .social-links a, header.header1 .nav-menu-account a, .widget_meraki_recent_entries_with_thumbnail .post-date, .widget_meraki_recent_listings_with_thumbnail .post-details .post-date, .sidebar-content .widget_search label input, .sidebar-content .widget_search .search-submit, .back-to-top.modeltheme-is-visible, .mtsearchform-style-v2 .mt-listings-popular-searches li, .mt_ico_video_resources .ico-icon .blog_post_image, .ico-whitepapers-posts .single-post img, #listings_metaboxs select, #listings_metaboxs input[type="text"], #listings_metaboxs input[type="submit"], .mtlistings-ico-style-v2 .meraki-metas > div, .progress.skill-bar, .mt-events-style-v2 .article-details img, .mt_ico_video_resources .mt_ico_video_resources_category, .mtlistings-events-style-v2 .mt-single-event .timeline_image_holder a img, .um input[type="submit"].um-button, .um.um-login .um-button.um-alt, .no-results input, .comment-form input, .comment-form textarea, .modeltheme-modal #login-modal-content, .modeltheme-modal #loginform input[type="text"], .modeltheme-modal #loginform input[type="password"], .modeltheme-modal .um .um-form input[type="text"], .modeltheme-modal .um .um-form input[type="tel"], .modeltheme-modal .um .um-form input[type="password"], .modeltheme-modal .um .um-form textarea, .modeltheme-modal #loginform input[type="submit"], form#login .register_button, form#login .submit_button, .btn-register, .mt_ico_video_resources .list-view .blog_custom, .blogloop-v4.list-view .post-date {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
}
.adplace-category {
    display: none;
}