/*
Theme Name: Tikidocs Child
Theme URI: https://tikidocs.modeltheme.com/
Template: tikidocs
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Knowledgebase & Support Forum WordPress Theme
Version: 1.0
Text Domain: tikidocs
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post

*/

/* =Theme customization starts here
------------------------------------------------------- */
#modeltheme-main-head #navbar .menu-item .sub-menu a {
    text-transform: none;
    font-weight: 500;
}
.mt_collection_item_img_holder {
    padding: 70px 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    position: relative;
}
.mt_collection_item h2 {
    margin-bottom: 15px;
}
.mt_collection_item_price {
    border-radius: 50%;
    display: block;
    background: #61CA7D;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 45px;
    left: 25px;
    color: #fff;
}
.mt_collection_item_img_holder img {
    border-radius: 6px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.alignright {
    float: right;
    width: auto !important;
}
.key_features_list {
    margin-top: 30px;
}
.mt_get_hosting{
  margin-left: 25px;
}
@media only screen and (max-width: 479px) {
	.header-title-breadcrumb.relative {
	    display: none;
	}
}
.alignleft {
    width: auto !important;
}
/*RELATED POSTS -- SINGLE ARTICLE*/
.related_blog_details {
    padding: 25px !important;
}
.mt-related-post{
  margin-bottom: 30px;
}
/*STICKY BADGE*/
.bold-trending-article {
    color: #63CC7F;
    font-size: 30px !important;
    position: absolute;
    bottom: -25px;
    left: 27px;
    background: #fff;
    display: block !important;
    line-height: 43px !important;
    height: 50px !important;
    width: 50px !important;
    text-align: center;
    border: 4px solid #63CC7F;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    border-radius: 50%;
}
.post-thumbnail a {
    overflow: initial !important;
}

/*THEME FILTERS*/
body .cd-tab-filter ul {
    background: #69de88;
    padding-left: 119px;
    transition: 250ms all ease;
}

/*BUTTONS*/
body .button-winona.btn.btn-medium {
    border-radius: 0px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 50px;
    text-transform: uppercase;
}


/*HEADER*/
body.header2 #modeltheme-main-head #navbar .nav-menu .menu-item:hover > a {
    opacity: 1 !important;
}
body .shop_cart > a,
body .header_search > a  {
    width: 50px;
    text-align: center;
    padding: 0 !important;
    height: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    border: 5px solid #69de88;
}
#modeltheme-main-head #navbar .menu-item > a {
	text-transform: uppercase;
	font-weight: bold;
}
body #navbar .sub-menu .menu-item a {
    font-size: 13px;
}
body #navbar .menu-item > a {
    padding: 37px 17px 24px 17px;
    font-size: 13px;
    letter-spacing: 0.5px;
}
body .shop_cart > a {
	background: #69de88;
    line-height: 40px !important;
    margin-top: 27px;
}
body .shop_cart > a > span {
    position: absolute;
    background: #FFD506;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #252525;
    font-weight: bold;
    top: 3px;
    left: 20px;
    line-height: 20px;
}
body .navbar-default .navbar-nav > li.header_search > a {
	background: #ffffff;
	color: #252525;
    line-height: 40px !important;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: 27px;
}
body .navbar-default .navbar-nav > li.header_search > a:hover,
#search .modeltheme-search-trigger:hover {
	background: #69de88;
	color: #ffffff;
}
body .navbar-default .navbar-nav > li.shop_cart > a:hover,
#search .modeltheme-text-replace:hover {
    background-color: #ffffff;
    color: #252525;
}
.header_mini_cart,
.header_mini_cart.visible_cart {
	right: 0px;
	margin-right: 30px;
}
.woocommerce-mini-cart__empty-message {
	margin: 0px;
  text-align: right;
  line-height: 11px;
  color: #252525;
  font-weight: 400;
}
body.is_header_semitransparent .navbar-default .container .navbar-header,
body.is_header_semitransparent .navbar-default .container .row{
	background: transparent !important;
}
.span-reading-time {
    color: #63CC7F !important;
}

/*BACK TO TOP BUTTON*/
.portfolio-slider-shortcode .portfolio-slider01_item,
.changelog-section .changelog-child,
.portfolio-header-shortcode .button-portfolio,
.portfolio-posts-list .flex-zone-inside a.button-support,
.portfolio-posts-list article.single-post,
.changelog-entry ul li span,
body .back-to-top.modeltheme-is-visible, 
body .back-to-top.modeltheme-fade-out, 
body .no-touch .back-to-top:hover{
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
/* FOOTER - BANNER */
.banner {
	background-color: #fafafa;
	color: #252525;
	box-shadow: 0 1px 1px rgba(0,0,0,.2);
	position: fixed;
	bottom: 90px;
	right: 30px;
	width: 180px;
	padding: 15px;
	text-align: center;
	z-index: 10;
	border: 5px solid #69de88;
}
.banner-close {
    position: absolute;
    display: block;
    top: 3px;
    right: 7px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.banner p {
    color: #252525;
	font-weight: bold;
	letter-spacing: .5px;
}
.btn.banner-btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.btn.banner-btn.btn--highlight {
    background-color: #69de88;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.btn.banner-btn.btn--highlight:hover {
    background-color: #65bc7b;
}

/* HOME */
.our-services-content {
	text-align: center;
    transition: 250ms all ease;
}
.our-services-content h3 {
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.our-services-content p {
	text-align: center;
  margin: 0;
}
.our-services-content img {
    width: 70px;
}
.testimonial01_item .name-test{
	color: #fff !important;
}
.testimonial01_item p.position-test {
	color: rgba(255,255,255,0.7) !important;
}
#support-btn-black .mt-icon-listgroup-text,
#support-btn-green .mt-icon-listgroup-text {
	font-weight: bold;
	margin-top: -10px;
}
#support-btn-green .mt-image-list {
    height: 36px;
    width: 60px;
}
.blog-posts-shortcode .single-post {
	background: #ffffff !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details {
    padding: 20px 30px 0;
    margin: 0;
}
.newsletter-content h3 {
    margin: 0px;
    font-weight: bold;
    padding-bottom: 10px;
}
.our-services-content:hover {
    background: #252525;
    color: white;
}
.our-services-content:hover p {
    color: rgba(255,255,255,0.7);
}
.our-service-images .mt-icon,
.mt-icon1-green {
    display: none;
    transition: 250ms all ease;
}
.our-service-images .mt-icon1-green{
    display: block;
    transition: 250ms all ease;
    text-align: center;
    margin: 0 auto;
}
.list-view .portfolio_custom .post-details:hover {
    background: #69de88;
}
.list-view .portfolio_custom .post-details:hover .post-name a {
    color: #ffffff;
}
.newsletter-block{
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.testimonail01-content {
    border-radius: 0px;
}
.list-view .blog_custom .post-details .post-excerpt .more-link {
    border-radius: 0px;
    border: none;
    padding: 20px 50px !important;
    background: #69de88 !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    width: auto;
    font-weight: 700;
}
.home .list-view .blog_custom .post-details .post-excerpt .more-link {
    background: transparent !important;
}
.mt-knowledge-search input#keyword,
.mt-knowledge-search button#searchsubmit,
.pagination .page-numbers,
div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt),
.comment-form input, 
.comment-form textarea,
#commentform .form-submit input[type="submit"],
.contact-tikidocs input, .contact-tikidocs textarea,
.single-post-tags > span,
.single-post-tags > a,
.changelog-portfolio-shortcode#changelog .changelog-article{
    border-radius: 0px !important;
}
.logo-infos .navbar-header h1.logo {
    margin: 20px 0;
}
.portfolio-header-shortcode .button-portfolio {
    text-transform: uppercase;
}
.img-landing.wpb_single_image img {
    max-width: 60%;
}
.header_mini_cart.visible_cart {
  width: 350px;
  background: #ffffff;
  border: 5px solid #69de88;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total, 
.header_mini_cart .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid rgba(0,0,0,0.2);
}
.header_mini_cart .button.wc-forward {
    background: #69de88;
    color: #ffffff;
    border-radius: 0px;
    transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
  text-transform: uppercase;
}
.header_mini_cart {
    width: 350px;
    background: #ffffff;
    border: 5px solid #69de88;
}
.header_mini_cart .button.wc-forward:hover {
	color: rgba(255,255,255,0.99) !important;
	background: #65bc7b !important;
}
.woocommerce a.remove,
footer .widget_nav_menu li.menu-item::before,
footer .footer-top .menu .menu-item-object-custom.menu-item a:hover,
.single-tweet.item a.pull-left,
.tweet-content i,
.sidebar-content .widget_categories li a:hover,
.sidebar-content .widget_categories li:hover::before,
.widget_tikidocs_recent_entries_with_thumbnail li:hover a,
.blog-posts .blogloop-v2 .post-name a:hover,
.blog-posts .list-view .post-details .post-name a:hover,
.blog-posts .post-category-comment-date span a:hover, 
.blog-posts .list-view .post-details .post-category-comment-date a:hover,
.blog-posts-shortcode .flex-zone-inside i,
.banner i.fa.fa-times,
.cart_item .product-name a,
span.amount{
    color: #69de88 !important;
}
.blog-posts-shortcode .flex-zone-inside i:hover,
.banner i.fa.fa-times:hover {
  color: #65bc7b;
}
.portfolio-posts-list .flex-zone-inside a.button-support,
.wpcf7-form .contact-tikidocs input.wpcf7-form-control.wpcf7-submit {
    padding: 20px 50px !important;
    background: #69de88;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.portfolio-posts-list .flex-zone-inside a.button-support:hover,
.mt-knowledge-search button#searchsubmit:hover,
.modeltheme-pagination.pagination .page-numbers.current:hover,
.back-to-top.modeltheme-is-visible:hover {
    background: #65bc7b !important;
}
.back-to-top {
    width: 50px;
    height: 50px;
    line-height: 60px;
    background: #69de88 !important;
}
.back-to-top i {
    color: #ffffff;
    transform: rotate(-45deg);
    font-size: 25px;
}
footer .mc4wp-form-fields input[type="email"] {
    padding: 15px 20px;
    width: 70%;
    text-transform: uppercase;
}
footer .mc4wp-form-fields input[type="submit"] {
    padding: 15px 10px;
    width: 30%;
    background: #69de88 !important;
}
.cd-filter::before,
.mt-knowledge-search button#searchsubmit,
.widget_tikidocs_recent_entries_with_thumbnail .widget-title::after,
.widget_categories .widget-title::after,
.modeltheme-pagination.pagination .nav-links .page-numbers.current,
.woocommerce a.remove:hover {
    background: #69de88;
}
.logo img, .navbar-header .logo img{
    transition: 250ms all ease;
}
.logo img:hover {
    opacity: 0.9;
}
footer .mc4wp-form-fields input[type="submit"]:hover,
.mt-knowledge-search #searchform button#searchsubmi:hover,
.wpcf7-form .contact-tikidocs input.wpcf7-form-control.wpcf7-submit:hover {
    background: #65bc7b;
}
.cd-tab-filter .filter a {
    font-size: 13px;
    color: #fff;
}
.cd-tab-filter .placeholder:hover a {
    color: #fff;
}
.cd-tab-filter a.selected {
    background-color: #65bc7b;
    color: #ffffff;
}
.cd-tab-filter ul {
  box-shadow: inset 0 0px 0 #41307c;
}
.cd-tab-filter.is-open ul {
    box-shadow: inset 0 0px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.category .high-padding,
.archive.author .high-padding {
    background: #fafafa;
    margin-bottom: -260px;
}
.list-view .post-details .post-excerpt a.more-link:hover {
    background: #65bc7b !important;
    color: #ffffff;
}
.flickr_badge_image a::after, .thumbnail-overlay, 
.portfolio-hover, 
.pastor-image-content .details-holder,
.item-description .holder-top,
blockquote::before {
    background: rgba(105, 222, 136, 0.7);
}
.back-to-top.modeltheme-is-visible.modeltheme-fade-out,
.back-to-top.modeltheme-is-visible {
  opacity: 1;
  z-index: 100000;
}
body .tikidocs_preloader_holder{
  z-index: 100001;
  background: #69de88;
}
.newsletter-content p {
    margin: 0;
}
.back-to-top.modeltheme-is-visible, 
.back-to-top.modeltheme-fade-out, 
.no-touch .back-to-top:hover {
  box-shadow: 0 0 5px rgba(0,0,0,.01);
}
.container-fluid.blog-posts {
    background-color: #fafafa;
  padding-top: 80px;
  margin-bottom: -85px;
}
.content-area .site-main .category-wordpress {
    background-color: #fafafa;
}
.single-post #primary {
    background: #fafafa;
    margin-bottom: -165px;
}
.post-excerpt .content-element p {
    margin: 0;
}
.modeltheme-select:focus {
    outline: none;
}
body .filter-is-visible.cd-tab-filter ul {
    padding-left: 0px;
}
.cd-gallery.filter-is-visible {
    padding-top: 80px;
}
.mt_portfolio-template-default.single .title-subtile-holder .section-title {
    margin-top: 60px;
}
.contact-tikidocs select {
    border: 0;
    padding: 15px 20px !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.1);
    margin-bottom: 30px !important;
    color: rgba(0,0,0,0.4);
}
.btn-collection-theme:first-child {
    border: 5px solid #69de88;
    padding: 15px 45px;
    background: #ffffff;
    color: #252525;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 250ms all ease;
    display: inline-table;
    margin-top: 10px;
}
.btn-collection-theme:hover:first-child {
    background: #69de88;
    color: #ffffff;
}
.btn-collection-theme:nth-child(2) {
    border: 5px solid #69de88;
    padding: 15px 45px;
    background: #69de88;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 250ms all ease;
    margin-left: 15px;
    display: inline-table;
    margin-top: 10px;
}
.btn-collection-theme:hover:nth-child(2) {
    background: #ffffff;
    color: #252525;
}
#s.search-field {
    background: transparent;
}
.article-details .lazy-loaded,
.article-content .lazy-loaded {
    width: 100%;
}
.post-template-default.single.single-post {
    padding-top: 0px !important;
}
/*SOCIAL MEDIA FOOTER*/
/*.footer-facebook a{color: #3B5A9A !important; }
.footer-twitter a{color: #2DAAE1 !important; }
.footer-pinterest a{color: #CB2027 !important; }
.footer-instagram a{color: #A37359 !important; }
.footer-dribbble a{color: #F872A3 !important; }
.footer-youtube a{color: #F72D21 !important; }*/




/* SEARCH - HEADER */

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

Patterns - reusable parts of our design

-------------------------------- */
.modeltheme-text-replace {
  /* replace text with image */
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

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

Header

-------------------------------- */
.modeltheme-mt-main-header {
  position: relative;
  z-index: 4;
  height: 50px;
  background-color: #333545;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.modeltheme-mt-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
.modeltheme-mt-main-header::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
@media only screen and (min-width: 1024px) {
  .modeltheme-mt-main-header {
    height: 80px;
  }
  .modeltheme-mt-main-header.nav-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .modeltheme-mt-main-header::before {
    content: 'desktop';
  }
}

.modeltheme-main-nav-wrapper {
  padding: 0 5%;
}
.modeltheme-main-nav-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

.modeltheme-logo {
  display: inline-block;
  height: 100%;
  margin-left: 15px;
  /* remove jump on iOS devices - when we fire the navigation */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modeltheme-logo img {
  display: block;
  margin-top: 14px;
}
@media only screen and (min-width: 1024px) {
  .modeltheme-logo {
    position: absolute;
    z-index: 3;
    margin-left: 5%;
  }
  .modeltheme-logo img {
    margin-top: 29px;
  }
}

.modeltheme-nav-trigger {
  /* nav trigger - visible on small devices only */
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}
.modeltheme-nav-trigger span {
  /* nav icon created in CSS */
  position: absolute;
  height: 2px;
  width: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.modeltheme-nav-trigger span::before, .modeltheme-nav-trigger span::after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.modeltheme-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.modeltheme-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.nav-is-visible .modeltheme-nav-trigger span {
  background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .modeltheme-nav-trigger span::before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.nav-is-visible .modeltheme-nav-trigger span::after {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
@media only screen and (min-width: 1024px) {
  .modeltheme-nav-trigger {
    display: none;
  }
}

.modeltheme-main-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 260px;
  height: 100vh;
  overflow: auto;
  background: #1f2029;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  -moz-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}
.modeltheme-main-nav a, .modeltheme-main-nav input[type="search"] {
  display: block;
  font-size: 1.6rem;
  padding: 0 2em 0 1em;
  line-height: 50px;
  color: #ffffff;
  border-bottom: 1px solid #333545;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.modeltheme-main-nav input[type="search"] {
  background-color: #292a37;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.modeltheme-main-nav input[type="search"]:focus {
  background-color: #333545;
}
.modeltheme-main-nav.nav-is-visible {
  -webkit-transition: visibility 0s;
  -moz-transition: visibility 0s;
  transition: visibility 0s;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1024px) {
  .modeltheme-main-nav {
    /* reset style */
    position: static;
    visibility: visible;
    width: auto;
    height: 80px;
    background: transparent;
    overflow: visible;
    float: right;
  }
  .modeltheme-main-nav li {
    display: inline-block;
    float: left;
    height: 100%;
    padding: 1.375em .4em;
  }
  .modeltheme-main-nav a {
    padding: .625em .8em;
    line-height: 1;
    border-bottom: none;
  }
  .modeltheme-main-nav a:hover {
    opacity: .6;
  }
}

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

Search Form

-------------------------------- */
.modeltheme-main-search .modeltheme-select {
  /* hide select element on small devices */
  display: none;
}
.modeltheme-main-search .close {
  /* 'X' icon to close search form - hidden on small devices */
  display: none;
}
.modeltheme-main-search input[type="search"] {
  width: 70%;
  color: #ffffff;
}
.modeltheme-main-search input[type="search"]:focus {
  outline: none;
}
.modeltheme-main-search input[type="search"]::-webkit-input-placeholder {
  color: #5c5d6a;
}
.modeltheme-main-search input[type="search"]::-moz-placeholder {
  color: #5c5d6a;
}
.modeltheme-main-search input[type="search"]:-moz-placeholder {
  color: #5c5d6a;
}
.modeltheme-main-search input[type="search"]:-ms-input-placeholder {
  color: #5c5d6a;
}
.modeltheme-main-search {
    position: absolute;
    z-index: 2;
    left: 0;
    height: 120px;
    width: 100%;
    background: #14151c;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
/*@media only screen and (min-width: 1024px) {*/

  .modeltheme-main-search form {
    position: relative;
    /*height: 100%;*/
    /* 170px (margin left) is the sum of the logo width (124px) and additional 46px margin (to separate the form form the logo) */
    /* 116px (margin right) takes into account the space occupied by the a.modeltheme-search-trigger and a.close */
   /* margin: 0 calc(5% + 116px) 0 calc(5% + 170px);*/
    margin-top: 30px;
  }
  .modeltheme-main-search input[type="search"] {
    font-size: 20px;
    /*height: 100%;*/
    background-color: transparent;
    /* don't overlap <select> element */
    padding-top: 17px;
    border: none;
  }
  .modeltheme-main-search .modeltheme-select {
    /*display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #5c5d6a;
    font-size: 1.4rem;
    overflow: hidden;*/
    display: inline-block;
    float: right;
    color: #5c5d6a;
    font-size: 1.4rem;
    overflow: hidden;
    width: 30%;
    margin-top: 8px;
    text-align: right;
  }
  .modeltheme-main-search span {
    display: inline-block;
  }
  .modeltheme-main-search option {
    /* style <option> elements on Firefox */
    color: #333545;
    background-color: #ffffff;
  }
  .modeltheme-main-search select {
    /* the <select> element is not visible (if the list of options is not open) -  it is covered by the .selected-value element */
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    color: transparent;
  }
  .modeltheme-main-search select:focus {
    outline: none;
  }
  .modeltheme-main-search select:focus + span.selected-value {
    background-color: #3d3f4e;
  }
  .modeltheme-main-search .selected-value {
    /* this <span> element covers the <select> element - its content is changed (using JavaScript) and set equal to the selected <option> value */
    /* its width automatically changes according to the text of the selected <option> (not possible with a <select> element) */
    color: #ffffff;
    /* clicking on this element will open the <select> drop-down list */
    pointer-events: none;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .modeltheme-main-search select, .modeltheme-main-search .selected-value {
    padding: 10px 13px;
    font-size: 2.0rem;
    border-radius: 3px;
    text-align: right;
    font-size: 19px;
    cursor: pointer;
  }
  .no-pointerevents .modeltheme-main-search .selected-value {
    /* if the browser doesn't support the pointer-events property, hide the .selected-value element */
    display: none;
  }
  .no-pointerevents .modeltheme-main-search select {
    /* if the browser doesn't support the pointer-events property, show the <select> element */
    position: relative;
    color: #ffffff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
    border: none;
      -webkit-appearance: none;
  -moz-appearance: none;
  }
/*  .no-pointerevents .modeltheme-main-search select:focus {
    background-color: #3d3f4e;
  }*/
  .modeltheme-main-search .close {
    /* 'X' icon - used to close the search form */
    display: inline-block;
    height: 50px;
    width: 50px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
/*    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;*/
    background: #69de88;
    line-height: 40px !important;
    margin-top: 37px;
    border: 5px solid #69de88;
    opacity: 1;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
  }
  .modeltheme-main-search .close:hover::before,
  .modeltheme-main-search .close:hover::after {
    background: #252525;
  }
  .modeltheme-main-search .close::before, .modeltheme-main-search .close::after {
    /* used to create the 'X' icon in css */
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: #ffffff;
    left: 50%;
    top: 50%;
  }
  .modeltheme-main-search .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .modeltheme-main-search .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .modeltheme-main-search.is-visible {
    /* search form open */
    opacity: 1;
    visibility: visible;
  }
  .modeltheme-main-search.is-visible .close {
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
  }
  .animate-search .modeltheme-main-search.is-visible {
    /* trigger search form animation if <header> has the .animate-search class */
    -webkit-animation: modeltheme-slide-in 0.3s;
    -moz-animation: modeltheme-slide-in 0.3s;
    animation: modeltheme-slide-in 0.3s;
  }
/*}*/

@-webkit-keyframes modeltheme-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes modeltheme-slide-in {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes modeltheme-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.modeltheme-search-suggestions {
  /* drowpdown with search suggestions - hidden on small devices */
  display: none;
}
/*@media only screen and (min-width: 1024px) {*/
  .modeltheme-search-suggestions {
/*    display: block;
    position: absolute;
    top: 80px;
    left: 0;*/
    /* same width of <form> element */
/*    width: calc( 90% - 286px);
    padding: 2em;*/
    /* same margin of <form> element */
/*    margin: 0 calc(5% + 116px) 0 calc(5% + 170px);
    background-color: #ffffff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39);*/

    display: block;
    left: 0;
    width: 100%;
    padding: 2em;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39);
  }
  .modeltheme-search-suggestions::after {
    clear: both;
    content: "";
    display: table;
  }
  .modeltheme-search-suggestions .quick-links, .modeltheme-search-suggestions .news {
    display: inline-block;
  }
  .modeltheme-search-suggestions .quick-links {
    float: right;
    width: 140px;
    text-align: right;
  }
  .modeltheme-search-suggestions .news {
    float: left;
    width: calc(100% - 140px);
  }
  .modeltheme-search-suggestions h3 {
    margin-bottom: 1.5em;
    text-transform: uppercase;
    color: #7a7c86;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .modeltheme-search-suggestions h4 {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .modeltheme-search-suggestions h4 a {
    /* prevent the text from wrapping */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: .2em 0;
  }
  .modeltheme-search-suggestions a {
    display: inline-block;
    color: #333545;
  }
  .no-touch .modeltheme-search-suggestions a:hover {
    opacity: .8;
  }
  .modeltheme-search-suggestions time {
    font-size: 1.2rem;
    color: #70727d;
  }
  .modeltheme-search-suggestions .news li {
    position: relative;
    padding: 0.625em 0.75em 0.75em 4em;
    margin-bottom: 0.25em;
  }
  .modeltheme-search-suggestions .news li:last-of-type {
    margin-bottom: 0;
  }
  .modeltheme-search-suggestions .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .modeltheme-search-suggestions .image-wrapper img {
    display: block;
  }
  .modeltheme-search-suggestions .quick-links a {
    padding: .5em 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .animate-search .is-visible .modeltheme-search-suggestions {
    /* trigger the dropdown animation if <header> has the .animate-search class */
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: modeltheme-3d-rotation 0.5s 0.3s;
    -moz-animation: modeltheme-3d-rotation 0.5s 0.3s;
    animation: modeltheme-3d-rotation 0.5s 0.3s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
/*}*/
.shop_cart {

    margin-right: 30px;

}
.modeltheme-col-7 {
  width: 61%;
  padding-right: 0;
}
.modeltheme-col-2{
  width: 152px;
  float: right;
}

@-webkit-keyframes modeltheme-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
  }
}
@-moz-keyframes modeltheme-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) translateY(0);
  }
}
@keyframes modeltheme-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}
.modeltheme-search-trigger {
  /* trigger serach form visibility - hidden on small devices */
  display: none;
}
/*@media only screen and (min-width: 1024px) {*/
  .modeltheme-search-trigger {
    display: block;
    position: relative;
    z-index: 3;
    height: 40px;
    width: 40px;
    margin: 1.25em .5em;
    float: right;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .modeltheme-search-trigger::after, .modeltheme-search-trigger:before {
    /* used to create the icon lens and the background circle */
    content: '';
    position: absolute;
  }
  .modeltheme-search-trigger::after {
    /* icon lens */
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 16px;
    width: 16px;
    background: url(../img/modeltheme-icons.svg) no-repeat -16px 0;
  }
/*  .modeltheme-search-trigger::before {

    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    height: 100%;
    width: 100%;
    background-color: #dd85ac;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }*/
  .no-touch .modeltheme-search-trigger:hover::before {
    background-color: #df8bb0;
  }
/*  .modeltheme-search-trigger.search-form-visible {
    -webkit-transform: translateX(-46px);
    -moz-transform: translateX(-46px);
    -ms-transform: translateX(-46px);
    -o-transform: translateX(-46px);
    transform: translateX(-46px);
  }*/
  .modeltheme-search-trigger.search-form-visible::before {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
/*}*/

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

Content cover layer

-------------------------------- */
.modeltheme-cover-layer {
  /* cover main content when search form is open - hidden on smal devices */
  display: none;
}
/*@media only screen and (min-width: 1024px) {*/
  .modeltheme-cover-layer {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modeltheme-cover-layer.search-form-visible {
    opacity: 1;
    visibility: visible;
  }
/*}*/

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

JavaScript Disabled

-------------------------------- */
.no-js .modeltheme-mt-main-header {
  height: auto;
}
.no-js .modeltheme-mt-main-header::after {
  clear: both;
  content: "";
  display: table;
}

.no-js .modeltheme-nav-trigger {
  display: none;
}
.modeltheme-main-search{
    z-index: 222;
}
.no-js .modeltheme-main-nav-wrapper {
  display: inline-block;
  float: right;
}

.no-js .modeltheme-main-nav {
  position: static;
  width: auto;
  height: auto;
  visibility: visible;
  background-color: transparent;
  float: right;
}
.no-js .modeltheme-main-nav::after {
  clear: both;
  content: "";
  display: table;
}
.no-js .modeltheme-main-nav li {
  display: inline-block;
  float: left;
}
.no-js .modeltheme-main-nav a {
  border-bottom: 0;
}

.no-js .modeltheme-search-trigger {
  display: inline-block;
  text-indent: 0;
  color: #ffffff;
  float: right;
  line-height: 50px;
}
/*@media only screen and (min-width: 1024px) {*/
  .no-js .modeltheme-search-trigger {
    text-indent: 100%;
    color: transparent;
    line-height: normal;
  }
/*}*/

.no-js .modeltheme-main-search {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 2em 5%;
  background: #333545;
}
.no-js .modeltheme-main-search form {
  margin: 0;
}
.no-js .modeltheme-main-search input[type="search"] {
  background: #333545;
}
.no-js .modeltheme-main-search select {
  position: relative;
  color: #ffffff;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js .modeltheme-main-search select:focus {
  background-color: #3d3f4e;
}
.no-js .modeltheme-main-search .selected-value {
  display: none;
}

#search .navbar-header h1.logo {
    margin: 30px 0;
}
#search .header_search {
    float: left;
}
#search .modeltheme-search-trigger {
  background: #ffffff;
  color: #252525;
  line-height: 40px !important;
  margin-right: 5px;
  margin-left: 12px;
  margin-top: 37px;
  width: 50px;
  height: 50px;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  border: 5px solid #69de88;
  text-align: center;
  font-size: 14px;
}
#search h1.widget-title, #search h3.widget-title, #search .widget-title {
    color: #252525;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
}
#search .widget_tikidocs_recent_entries_with_thumbnail .post-thumbnail {
  width: 70px;
}
#search .menu .menu-item {
    display: block;
}
#search .widget_nav_menu li a {
  color: #252525;
  line-height: 30px;
}
#search .post-details a, 
#search .post-details .post-date {
    clear: both;
    float: left;
}
#search .widget_nav_menu li::before {
  content: "\f0da";
  font-family: 'fontawesome';
  left: 0;
  margin-right: 8px;
  position: absolute;
  font-size: 16px;
  color: #69de88;
  line-height: 30px;
  margin-left: 15px;
}
#search .menu-footer-2-social-media-container {
    margin-left: 15px;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-radius: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  line-height: 50px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 13px;
}
.modeltheme-main-search span.select2-container {
    width: 170px !important;
    text-align: right;
}
.select2-results__option[aria-selected]{
  font-size: 14px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #69de88;
    font-size: 14px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #65bc7b;
}
.comment-form input#author, 
.comment-form input#email, 
.comment-form input#url {
    border: 1px solid rgb(235, 235, 235) !important;
}

/*responsive */
.navbar-nav.nav-menu > li {
    float: left !important;
}
@media (max-width: 1453px){
  .cd-gallery {
    padding-top: 80px;
  }
}
@media (max-width: 1200px){
  body #navbar .menu-item > a {
    padding: 37px 10px 24px 10px;
  }
  body .navbar-default .navbar-nav > li.header_search > a {
    margin-left: 10px;
  }
  .modeltheme-main-search input[type="search"],
  .modeltheme-main-search .modeltheme-select {
    width: 50%;
  }
  .mt-services-list .woocommerce ul.products li.product.col-md-4 {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .modeltheme-col-7 {
      width: 55%;
      margin-left: 35px;
    }
}
@media (max-width: 1024px){
  .modeltheme-main-search {
    height: 185px;
  }
  .modeltheme-main-search form {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  #search .modeltheme-search-open,
  .modeltheme-main-search .close {
    margin-top: 7px;
  }
/*  #navbar .menu > .menu-item:first-child > a {
      padding: 0px 18px 0 30px !important;
  }*/
  body .navbar-default .navbar-nav > li.header_search > a,
  body .shop_cart > a {
    margin-top: 5px;
  }
  .shop_cart {
    margin-right: 0px;
  }
  body .navbar-header,
  body .navbar-default .navbar-collapse {
    width: 100%;
  }
  #search .modeltheme-search-trigger {
    margin-top: 7px;
  }
}
@media (min-width: 992px){
  .category .footer-row-1 {
    margin-top: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
    header.header2 .menu.nav-effect.nav-menu {
      width: 90% !important;
    }
    .modeltheme-col-7 {
      width: 84%;
    }
}
@media (max-width: 992px) {
  .modeltheme-search-suggestions {
      display: none;
  }  
  .modeltheme-col-7 {
    width: 79%;
  }
  .mt_tweets_slider-group.row {
    position: relative;
  }
  .big-twitter-logo {
    top: -12%;
  }

}
@media (max-width: 767px){
	#filter-nav{
		display: none;
	}
  .mt_get_hosting{
    padding-top: 20px;
  }
  .mt_collection_item_img_holder {
      padding: 30px;
  }
  .btn-sticky-left{
    display: none;
  }
  .navbar-default .container div#navbar {
    background-color: #fafafa;
  }
  #search .modeltheme-search-open,
  .modeltheme-main-search .close {
    float: left;
  }
  .modeltheme-search-trigger {
    float: left !important;
  }
  .header_search,
  .shop_cart {
    width: 95px !important;
  }
  .navbar.navbar-default .navbar-nav.nav-menu > li > a {
      color: #252525 !important;
  }
  #search .header_search {
    width: initial !important;
  }
  .modeltheme-main-search {
      height: 220px;
  }
  .modeltheme-col-7 {
    width: 100%;
  }
  .single-post.list-view {
    margin-bottom: 30px;
  }
  #support-btn-black .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner,
  #support-btn-green .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner {
    width: 20% !important;
    display: inline-block;
    margin-bottom: 0px !important;
  }
  #support-btn-black .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-content-holder-inner ,
  #support-btn-green .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-content-holder-inner{
    width: 80% !important;
    display: inline-table;
  }
  #support-btn-green .vc_custom_1537794723185 {
    margin-left: 0px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .vc_custom_1537794714616 {
    margin-bottom: 30px;
  }
  .banner {
    display: none !important;
  }
  body .navbar-default .navbar-toggle,
  body .navbar-default .navbar-toggle:focus {
    background: #69de88;
    border:3px solid #69de88 !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  body .navbar-default .navbar-toggle:hover {
    background: #ffffff;
    border:3px solid #69de88 !important;
  }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #252525;
  }
  .is_header_semitransparent .navbar-default .container .navbar-header {
    padding-left: 15px !important;
  }
  .mt-services-list .woocommerce ul.products li.product.col-md-4 {
      width: 100%;
  }
}
@media (max-width: 480px) {
  .entry-content .vc_custom_1538137274574,
  .entry-content .vc_custom_1539260247274,
  .entry-content .vc_custom_1539262858794  {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
  .vc-parallax-single-image {
    top: 230px !important;
    left: 50px !important;
    width: 15%;
  }
  .lazy-loaded {
    width: 40px;
    left: 50px !important;
  }
  .widget_media_image .image.size-full.lazy-loaded {
    width: 100%;
  }
  .btn-collection-theme:nth-child(2) {
    margin-left: 0px;
  }
  .btn-collection-theme:first-child,
  .btn-collection-theme:nth-child(2) {
    width: 100%;
  }
  .blog_post_image.lazy-loaded {
      width: 100%;
  }
  .list-view .blog_custom .post-details .post-excerpt .more-link {
    padding-right: 25px !important;
    padding-left: 25px !important;
    width: 100%;
  }
  .cd-tab-filter {
    width: 200px;
  }
}
@media (max-width: 320px){
  .cd-tab-filter {
    width: 100%;
  }
}

/* 404 ERROR PAGE */

body div#primary.modeltheme-404-error {
    background: url(img/404-error.png);
    background-size: cover;
    background-position: unset;

}
.error404 .page-title,
.error404 h3.page-title {
    color: #fff;
}
.mt-error-btn {
    background: #69de88;
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    margin-top: 50px;
}
.mt-error-btn:hover {
  background-color: #65bc7b;
}
.error-404.not-found h1.page-404-digits {
  margin-bottom: 50px;
}

/*KNOLAGEBASE*/
.kb-title {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mt_listing-template-default article {
  background: #fafafa;
  margin-bottom: -80px;
}
.mt_listing-template-default article p,
.mt_listing-template-default article h4 {
  color: #252525;
}

/* SHOP */
.woocommerce ul.products li.product a img {
    margin: 30px auto !important;
    width: auto;
}
.woocommerce ul.products li.product .button {
    background: #69de88;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #65bc7b;
}
.price span.amount {
    color: #69de88;
}
.woocommerce div.product div.images img {
    width: auto;
    height: auto;
}

/* CART */
.woocommerce .return-to-shop a.button.wc-backward {
    background: #69de88;
    border-radius: 0px;
    color: #fff;
    padding: 20px 50px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.return-to-shop .button.wc-backward:hover {
	color: rgba(255,255,255,.99) !important;
	background: #65bc7b !important;
}

.woocommerce-cart #primary.content-area {
    background: #fafafa;
    margin-bottom: -80px;
}
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-demo,
.category-wordpress .article-content a.btn-collection-theme {
	background: #ffffff;
	color: #252525 !important;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	border: 5px solid #69de88;
	text-align: center;
	font-size: 14px;
	padding: 20px 50px;
	font-weight: 700;
	letter-spacing: .5px;
  display: inline-block;
  text-transform: uppercase;
}
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-demo:hover,
.category-wordpress .article-content a.btn-collection-theme:hover {
	background-color: #69de88;
	color: #ffffff !important;
}
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-purchase,
.woocommerce button.button[type="submit"],
.woocommerce a.button.alt {
	background-color: #69de88;
	color: #ffffff;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	border: 5px solid #69de88;
	text-align: center;
	font-size: 14px;
	padding: 20px 50px;
	font-weight: 700;
	letter-spacing: .5px;
  text-transform: uppercase;
}
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-purchase:hover,
.woocommerce a.button.alt:hover{
	background-color: #ffffff;
	color: #252525;
}
.woocommerce button.button[type="submit"]:hover {
  background-color: #ffffff !important;
  color: #252525 !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 19.5px 15px !important;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
    padding: 20px 50px;
}
/* SERVICES PAGE */
.added_to_cart.wc-forward {
    padding-left: 15px;
}
.mt-services-list pre {
    background: transparent;
    border: none;
}
.mt-services-list .woocommerce ul.products li.product a img {
    margin: 25px 0 24px 25px !important;
    float: left;
    width: 10%;
    height: 35px;
}
.mt-services-list .woocommerce ul.products li.product .archive-product-title {
    float: left;
    padding-top: 15px;
    word-wrap: break-word;
    width: 55%;
    padding-right: 0px;
    display: table;
    height: 65px;
    margin-bottom: 20px;
}
.mt-services-list .woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart.added {
    width: 70%;
    float: left;
}
.mt-services-list .product .added_to_cart.wc-forward {
    background: #252525;
    width: 30%;
    padding-bottom: 10px !important;
    padding-top: 9.5px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 15px;
    transition: 250ms all ease;
}
.mt-services-list .woocommerce ul.products li.product .archive-product-title a {
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    font-weight: 800;
    line-height: normal;
}
.mt-services-list .woocommerce ul.products li.product .price {
    font-size: 14px;
    padding-top: 32px;
    padding-right: 25px;
    font-weight: 800;
    text-align: right;
}
.mt-services-list .woocommerce ul.products li.product .button {
    width: 100%;
    margin: 0px;
    background: #252525;
}
.mt-services-list .woocommerce ul.products li.product:hover .button {
    background: #69de88;
}
.mt-services-list.wpb_text_column :last-child {
    padding-bottom: 0px;
}
.mt-services-list .added_to_cart.wc-forward {
    padding-left: 0px;
}
.how-it-works-content .our-services-content {
    background: #252525;
}
.how-it-works-content .our-services-content h3 {
    color: #fff;
}
.how-it-works-content .our-services-content p {
    color: rgba(255,255,255,0.7);
}
.how-it-works-content .our-services-content img {
    width: 70px;
    height: 70px;
}
/* premium theme */
.placeholder a {
    color: #fff;
}
nav#modeltheme-main-head .container {
    padding: 10px 0;
}
.navbar-default .container div#navbar {
    padding: 0;
    margin: 0;
}
.logo-infos .navbar-header.col-md-3 {
    padding-left: 30px;
}
.widget_text .lazy-loaded {
    width: 100%;
}

/* CHECKOUT */
.woocommerce .woocommerce-info {
    border-color: #69de88;
}

.woocommerce-info::before,
a.showcoupon {
  color: #69de88;
}
#primary .main-content ul li.woocommerce-notice.woocommerce-notice--info.woocommerce-info:not(.rotate45)::before {
  background-color: transparent;
}
.woocommerce #payment .place-order button.button.alt#place_order[type="submit"],
.woocommerce .single_add_to_cart_button.button.alt[type="submit"] {
    background-color: #69de88 !important;
    color: #ffffff;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    border: 5px solid #69de88 !important;
    text-align: center;
    font-size: 14px;
    padding: 20px 50px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 100%;
}
.woocommerce #payment .place-order button.button.alt#place_order[type="submit"]:hover,
.woocommerce .single_add_to_cart_button.button.alt[type="submit"]:hover {
  background-color: #fff !important;
  color: #252525;
}
body.woocommerce-checkout div#primary {
    background: #fafafa;
    margin-bottom: -80px;
}
.related.products ul.products li.product .button {
    background-color: #69de88 !important;
}
.related.products ul.products li.product .button:hover {
   background-color: #65bc7b !important;
}
.woocommerce form .form-row.woocommerce-validated .select2.select2-container.select2-container--default{
    background: white;
    border: 1px solid rgba(130, 130, 130, .5);
    height: 40px;
}
/* DOCS PAGES */

.simple-posts.mt-docs-list .post-details {
    width: 100%;
}
.mt-docs-bg {
    padding: 50px 0;
    text-align: center;
}
.simple-posts.mt-docs-list .mt-docs-cont{
    padding: 20px 30px;
    background: #ffffff;
    margin: 0px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.simple-posts.mt-docs-list .mt-docs-cont .post-name {
  width: : 100%;
}
.simple-posts.mt-docs-list .mt-docs-cont .post-name a {
    color: #252525;
}
.simple-posts.mt-docs-list .mt-docs-cont:hover a,
.simple-posts.mt-docs-list .mt-docs-cont a:hover {
    color: #ffffff !important;
}
.simple-posts.mt-docs-list .mt-docs-cont:hover {
    background: #69de88;
}
.simple-posts.mt-docs-list .mt-docs-cont .fa.fa-link {
    float: right;
    padding: 2px 0px;
}
.mt-docs-bg .lazy-loaded {
    width: 128px;
}
.simple-posts.mt-docs-list .single-post {
    padding-bottom: 30px;
}
.simple-posts.mt-docs-list .blog_custom:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
}
#order_comments {
    border: 1px solid;
    height: 40px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
#coupon_code {
    height: 63px;
    padding: 15px;
    border: 1px solid rgba(130,130,130,0.5);
}

.portfolio-slider-shortcode .owl-item .item{
	    padding-top: 25px;
    padding-bottom: 25px;
}
