/*
Theme Name:     Flexible Pro
Theme URI:      https://mysterythemes.com/wp-themes/flexible-pro/
Author:         Mystery Themes
Author URI:     https://mysterythemes.com
Description:    Flexible Pro is a Elegant & Creative One Page parallax WordPress premium theme which have many powerful features to allow you build websites very easy and unlimited your creative to make impressed websites. Flexible Pro is also WooCommerce compatible and derive some useful widget about WooCommerce product which helps to create some awesome stores. Demo url: http://demo.mysterythemes.com/flexible-pro-landing/
Version:        1.0.5
License:        GNU General Public License v3 or later
License URI:    http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:    flexible-pro
Tags:           grid-layout, one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, threaded-comments, translation-ready, portfolio, e-commerce, entertainment

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

flexible-pro is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, 
ins, kbd, q, s, samp, small, strike, strong, sub, sup, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  -webkit-box-sizing: border-box;
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  -moz-box-sizing: border-box;
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

a img {
  border: 0;
}


/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
  color: #3d3d3d;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #3d3d3d;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 15px;
  font-size: 20px;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

address {
  margin: 0 0 15px;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}


/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0 0 15px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 15px 15px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 15px;
  width: 100%;
  border-collapse: collapse;
}

th {
  font-weight: bold;
  border: 1px solid #CCC;
  padding: 5px 10px;
}

td {
  border: 1px solid #CCC;
  padding: 5px 10px;
}


/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: middle;
}

.navigation .nav-links a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: none;
  color: #3d3d3d;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  font-size: 14px;
  line-height: 13px;
  height: 33px;
  border: none;
  padding: 10px 15px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  text-shadow: none;
  border: 1px solid #90C948;
}

.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #90C948;
  color: #ffffff !important;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  color: #666;
  border: 1px solid #ccc;
  height: 36px;
  width: 100%;
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  border: 1px solid #AAA;
}

.searchform input[type="text"]:focus {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px 6px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  color: #666;
  border: 1px solid #ccc;
  height: 160px;
  max-width: 100%;
  width: 100%;
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
  color: #90C948;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

a:visited {}

a:hover,
a:focus,
a:active {
  color: #90C948;
}


/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.mt-container:after,
.mt-container:before {
  content: '';
  display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.mt-container:after {
  clear: both;
}

.clear {
  clear: both;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 25px;
  padding-bottom: 10px;
}


/* Make sure select elements fit in widgets */

.widget select {
  max-width: 100%;
}


/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

h1.entry-title {
  color: #353535;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: capitalize;
}

h1.entry-title a {
  color: #3d3d3d;
}

.hentry {
  margin: 0 0 15px;
}

.single .byline,
.group-blog .byline,
.posted-on,
.blog-author,
.blog-cat {
  display: inline;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
}

.cat-links {
  margin-right: 10px;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 15px 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 15px;
}

.edit-link .post-edit-link {
  background: #90C948;
  padding: 4px 10px;
  color: #FFF !important;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px;
}

.edit-link .post-edit-link:before {
  content: "\f044";
  font-family: FontAwesome;
  margin-right: 5px;
}

#blog-post article.hentry,
.search article.hentry,
.archive article.hentry,
.tag article.hentry,
.category article.hentry,
.blog article.hentry {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #DDD;
}

.blog article.hentry:first-child {
  margin-top: 30px;
}

article.hentry .edit-link {
  display: block;
  margin-top: 20px;
}

article.hentry h1.entry-title {
  margin-bottom: 5px;
  line-height: 1.2;
}

article.hentry .entry-footer > span {
  margin-right: 15px;
  font-size: 13px;
}

.page-header .page-title {
  color: #333333;
  padding-bottom: 15px;
}

.posted-on:before {
  content: "\f073";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.cat-links:before {
  content: "\f07c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.comments-link:before {
  content: "\f075";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.byline:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.tags-links:before {
  content: "\f02c";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 3px;
}

.updated {
  display: none;
}

.published.updated {
  display: inline-block;
}

.entry-footer a {
  color: #999;
}

.entry-footer a:hover {
  color: #90C948
}

.nav-links .meta-nav {
  display: none;
}

.nav-links .nav-previous,
.nav-links .nav-next {
  width: 50%;
  float: left;
}

.nav-links .nav-next {
  text-align: right;
  float: right;
}

.nav-links .nav-previous a:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-style: normal;
  margin-right: 5px;
}

.nav-links .nav-next a:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 5px;
}

.entry-thumbnail {
  width: 38%;
  float: left;
}

.entry-exrecpt {
  width: 60%;
  float: right;
}

.short-content {
  margin-bottom: 10px;
}

.short-content + .bttn {
  float: right;
}

.entry-footer {
  margin-top: 10px;
}

.full-width {
  float: none;
  width: 100%;
}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments h2.comments-title {
  color: #333;
  display: inline-block;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  padding: 8px 15px;
}

#comments h3 {
  margin: 0 0 10px;
  color: #141414;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  font-size: 18px;
}

#commentform label {
  width: 120px;
  display: block;
}

textarea#comment {
  width: 100%;
  height: 150px;
}


/*Comment Lists*/

.comments-area ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area ol.children {
  margin: 0 0 0 15px;
}

.comment-list .comment-body {
  padding: 15px;
  margin-bottom: 20px;
  background: #F2F2F2;
  border-top: 2px solid #90C948;
}

.comment-author img {
  vertical-align: text-top;
  margin-right: 15px;
}

.comment-author {
  float: left;
}

.comment-author .fn {
  font-style: normal;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-author .fn .url {
  color: #333;
  padding: 0 5px;
}

.comment-author .fn .url:hover {
  color: #90C948;
}

.comment-author .says {
  display: none;
}

.commentmetadata {
  float: right;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.commentmetadata a {
  color: #666;
}

.commentmetadata .comment-edit-link {
  color: #01AEFD;
}

.commentmetadata + .clear {
  margin-bottom: 20px;
}

.reply .comment-reply-link {
  background: none repeat scroll 0 0 #90C948;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 1;
  padding: 2px 10px;
}

#respond {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #141414;
  margin-top: 90px;
  padding: 20px;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#cancel-comment-reply-link {
  font-style: italic;
  color: #90C948;
}

#cancel-comment-reply-link:before {
  font-family: FontAwesome;
  content: "\f057";
  margin: 0 5px 0 20px;
  font-style: normal;
  color: #90C948;
}

.logged-in-as a {
  color: #90C948;
}


/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .paging-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

.infinity-end.neverending .site-footer {
  display: block;
}

#infinite-footer {
  display: none;
}


/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 10px 0;
}

.site-main .gallery {
  margin-bottom: 1.5em;
}

.gallery-caption {}

.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}

.site-main .gallery dd,
.site-main .gallery figcaption {
  margin: 0;
}

.site-main .gallery-columns-4 .gallery-item {}

.site-main .gallery-columns-4 .gallery-item img {}


/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
  max-width: 100%;
}


/*--------------------------------------------------------------
Grid CSS
--------------------------------------------------------------*/

.mt-column-wrapper {
  margin-left: -3%;
}

.mt-column-1 {
  float: left;
  width: 97%;
  margin-left: 3%;
}

.mt-column-2 {
  float: left;
  width: 47%;
  margin-left: 3%;
}

.mt-column-3 {
  float: left;
  width: 30%;
  margin-left: 3%;
}

.mt-column-4 {
  float: left;
  width: 22%;
  margin-left: 3%;
}


/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/

body {
  font-weight: 400;
  overflow: hidden;
  position: relative;
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
}

body.boxed_layout #page {
  width: 1240px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 10px #c7c7c7;
  -moz-box-shadow: 0 0 10px #c7c7c7;
  box-shadow: 0 0 10px #c7c7c7;
  background-color: #ffffff;
}

body.wide_layout #page {
  background: #fff none repeat scroll 0 0;
}

.mt-container {
  width: 1200px;
  margin: 0 auto;
}

.hide {
  display: none;
}


/*--------------------------------------------------------------
Header CSS
--------------------------------------------------------------*/

.home #masthead-sticky-wrapper {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-default.top-header-enable #masthead-sticky-wrapper {
  top: 35px;
}

.home.page-template-default #masthead-sticky-wrapper,
.home.blog #masthead-sticky-wrapper {
  position: static;
}

#masthead,
.home.disable-main-slider #masthead {
  padding: 20px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.home #masthead {
  box-shadow: none;
}

#masthead-sticky-wrapper.is-sticky #masthead {
  background: none;
}

#masthead-sticky-wrapper.is-sticky #masthead {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  z-index: 9999;
}

.home.disable-main-slider #content {
  margin-top: 90px;
}

.site-branding a {
  display: block;
  font-size: 26px;
  font-weight: 900;
  line-height: 24px;
  text-transform: uppercase;
}

.site-branding {
  float: left;
}

.site-branding .site-title {
  margin: 0;
}

.site-description {
  color: #5c5e5f;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}

.site-logo {
  float: left;
  margin: 8px 10px 8px 0;
}

.site-title-wrapper {
  float: left;
}

.header-nav-wrapper,
.header-search-wrapper {
  float: right;
}

.header-search-wrapper {
  float: left;
}

.site-title-wrapper.no-desc {
  margin: 10px 0;
}


/*--------------------------------------------------------------
Top Header css
--------------------------------------------------------------*/

.top-header-wrapper {
  background: #90c948 none repeat scroll 0 0;
  padding: 6px 0;
  font-size: 13px;
}

.top-header-left-wrapper {
  float: left;
}

.top-header-right-wrapper {
  float: right;
}

.date-section {
  color: #fff;
  margin-right: 15px;
}

.date-section::before {
  color: #ffffff;
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5px;
}

.quick-info-wrapper {
  color: #fff;
}

.top-header-left-content,
.date-section,
.top-header-right-content {
  display: inline-block;
}

.top-header-wrapper .top-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.top-header-wrapper .top-navigation ul li {
  float: left;
  padding: 0 8px;
  line-height: 11px;
}

.top-header-wrapper .top-navigation ul li a {
  color: #ffffff;
}

.top-header-right-wrapper .social-link a {
  color: #fff;
  display: inline-block;
  padding: 0 6px;
}


/*--------------------------------------------------------------
Header Layout 2 css
--------------------------------------------------------------*/

.home.header-layout2 #masthead-sticky-wrapper {
  position: static;
}

.header-layout2 #masthead,
.home.header-layout2.disable-main-slider #masthead {
  padding: 10px 0 5px;
}

.header-layout2 #site-navigation ul li a {
  font-weight: 400;
}


/*--------------------------------------------------------------
Heaeder Cart css
--------------------------------------------------------------*/

.header-nav-wrapper .mt-cart-wrapper {
  float: right;
  padding: 0 18px 0 20px;
  position: relative;
}

.header-nav-wrapper .mt-cart-wrapper .widget_shopping_cart {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
}

.header-nav-wrapper .mt-cart-wrapper a {
  color: #333;
  display: block;
  font-size: 18px;
  margin: 6px 0;
  position: relative;
}

.header-nav-wrapper .mt-cart-wrapper a .cart-value {
  background: #90C948;
  border-radius: 100%;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -3px;
  width: 20px;
}

.header-nav-wrapper .mt-cart-wrapper .widget_shopping_cart {
  opacity: 1;
  position: absolute;
  right: 0;
  top: 155%;
  visibility: hidden;
  width: 260px;
  z-index: 99;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-nav-wrapper .mt-cart-wrapper:hover .widget_shopping_cart {
  top: 125%;
  opacity: 1;
  visibility: visible;
}

.header-nav-wrapper .mt-cart-wrapper .widget_shopping_cart::before {
  border-bottom: 10px solid #90c948;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  right: 15px;
  top: -10px;
}

.header-nav-wrapper .mt-cart-wrapper .widget_shopping_cart .widget_shopping_cart_content {
  background: #fff none repeat scroll 0 0;
  border-top: 5px solid #90C948;
  padding: 10px 20px;
}

.header-nav-wrapper .mt-cart-wrapper .widget_shopping_cart .widget_shopping_cart_content .total {
  margin: 0 0 10px;
  padding-top: 10px;
  text-align: center;
}

.header-nav-wrapper .mt-cart-wrapper .widget_shopping_cart .widget_shopping_cart_content a.button {
  background: #90C948;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.header-nav-wrapper .mt-cart-wrapper .widget_shopping_cart .widget_shopping_cart_content .buttons {
  margin: -10px 0 0;
  text-align: center;
}


/*--------------------------------------------------------------
Menu css
--------------------------------------------------------------*/

#site-navigation {
  float: left;
}

#site-navigation ul {
  list-style: none;
  margin: 0;
}

#site-navigation ul li {
  display: block;
  float: left;
  line-height: 49px;
  position: relative;
}

#site-navigation ul li a {
  color: #333;
  display: block;
  font-weight: 600;
  padding: 0 20px;
  text-transform: capitalize;
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-one-page-item > a,
#site-navigation ul.sub-menu li:hover > a,
#site-navigation ul.children li:hover > a {
  color: #90C948;
}

#site-navigation ul.sub-menu,
#site-navigation .children {
  background: #ffffff none repeat scroll 0 0;
  left: 0;
  min-width: 200px;
  opacity: 0;
  position: absolute;
  top: 120%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

#site-navigation ul li:hover > ul.sub-menu,
#site-navigation ul li:hover > ul.children {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

#site-navigation ul.sub-menu li,
#site-navigation ul.children li {
  border-bottom: 1px solid #e1e1e1;
  display: block;
  float: none;
  line-height: 42px;
}

#site-navigation ul.sub-menu li a,
#site-navigation ul.children li a {
  color: #333;
}

#site-navigation ul.sub-menu li:last-child,
#site-navigation ul.children li:last-child {
  border: none;
}

#site-navigation ul.sub-menu ul,
#site-navigation ul.children ul {
  right: -100%;
  left: auto;
  top: -20%;
}

#site-navigation ul.sub-menu li:hover > ul,
#site-navigation ul.children li:hover > ul {
  top: 0;
}

#site-navigation li.menu-item-has-children > a:after,
#site-navigation li.page_item_has_children > a:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  top: 2px;
}

#site-navigation li.menu-item-has-children > a:after {
  right: 15px;
}

#site-navigation ul.sub-menu li.menu-item-has-children > a:after,
#site-navigation ul.children li.page_item_has_children > a:after {
  content: "\f105";
}

#site-navigation ul li.menu-item-has-children > a {
  margin-right: 15px;
}

.sub-toggle {
  display: none;
}


/*--------------------------------------------------------------
Header search css
--------------------------------------------------------------*/

.header-search-wrapper .search-main {
  line-height: 47px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.header-search-wrapper .search-main:hover {
  color: #90C948;
}

.header-search-wrapper .search-form-main {
  background: #fff none repeat scroll 0 0;
  bottom: -100%;
  display: block;
  left: 0;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  opacity: 0;
  z-index: 999;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.header-search-wrapper .search-form-main.search-activate {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.header-search-wrapper .search-form-main .search-field {
  border: none;
  border-bottom: 1px solid #e1e1e1;
  width: 80%;
  font-size: 20px;
  font-weight: 300;
}

.header-search-wrapper .search-submit {
  background: #90C948 none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  float: right;
  font-size: 16px;
  height: 38px;
  padding: 0 40px;
}


/*--------------------------------------------------------------
Slider css
--------------------------------------------------------------*/

.slider-caption-wrapper {
  left: 50%;
  margin-left: -555px;
  position: absolute;
  text-align: center;
  top: 50%;
    -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  table-layout: transform: translateY(-50%);
  width: 1110px;
}

.slide-caption {
  color: #272727;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}

.slide-content {
  background: rgba(144, 201, 72, 0.8) none repeat scroll 0 0;
  color: #f9f9f9;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding: 10px 30px;
  position: relative;
}

.slide-content p {
  margin-bottom: 0;
}

.slider-btn {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 20px;
  bottom: -70px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  left: 50%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 30px;
  padding: 6px 40px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.slider-btn:hover {
  background: #90C948;
  color: #ffffff;
}

.flexible-pro-home-slider {
  text-align: center;
  position: relative;
}

.flexible-pro-home-slider .bx-next,
.flexible-pro-home-slider .bx-prev {
  background: #fff none repeat scroll 0 0;
  color: #333;
  font-size: 20px;
  left: 40px;
  padding: 6px 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
}

.flexible-pro-home-slider .bx-next {
  right: 40px;
  left: auto;
}

.flexible-pro-home-slider .bx-next:hover,
.flexible-pro-home-slider .bx-prev:hover {
  background: #90C948;
  color: #ffffff;
}

.advance-slider .slider-btn {
  display: inline-block;
  margin: 30px 8px;
  position: static;
  transform: translate(0px);
}

.advance-slider .slider-btn a {
  color: #ffffff;
}

.layout2 .home-slide {
  position: relative;
}

.layout2 .home-slide::before {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.layout2 .slide-caption {
  color: #fff;
  display: block;
  font-size: 56px;
  line-height: 64px;
  padding: 0 30px;
}

.layout2 .slide-caption span {
  color: #90C948;
}

.layout2 .slide-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  font-size: 20px;
}

.layout2 .slider-btn {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 225, 0.6);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 6px 40px;
  border-radius: 0;
}

.layout2 .slider-btn {
  background: none;
}

.layout3 .slide-caption {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  padding: 10px 40px;
}

.layout3 .slide-content {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  width: 550px;
  display: block;
}

.layout3.center_align .slide-content {
  margin: 0 auto;
}

.layout3 .slider-btn {
  background: #90c948 none repeat scroll 0 0;
  border-radius: 3px;
  margin: 15px 5px;
}

.layout3.right_align .slide-content {
  right: -54.2%;
}

.left_align .slider-btn {
  margin-left: 0;
  margin-right: 10px;
}

.right_align .slider-btn {
  margin-left: 10px;
  margin-right: 0;
}

.left_align .slider-caption-wrapper,
.right_align .slider-caption-wrapper {
  margin-left: -600px;
  text-align: left;
  width: 1200px;
}

.layout2.left_align .slide-caption,
.layout2.left_align .slide-content,
.layout2.right_align .slide-caption,
.layout2.right_align .slide-content {
  padding: 0;
}

.right_align .slider-caption-wrapper {
  left: 50%;
  margin-left: -600px;
  text-align: right;
}

.default-slider.left_align .slider-btn {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.default-slider.right_align .slider-btn {
  left: auto;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.flexible-pro-home-slider .bx-pager {
  bottom: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 99;
}

.flexible-pro-home-slider .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 6px;
}

.flexible-pro-home-slider .bx-pager .bx-pager-item a {
  background: #ffffff none repeat scroll 0 0;
  display: inline-block;
  font: 0px/0 a;
  height: 6px;
  width: 30px;
  display: block;
}

.flexible-pro-home-slider .bx-pager .bx-pager-item a:hover,
.flexible-pro-home-slider .bx-pager .bx-pager-item a.active {
  background: #90c948;
}

.flexible-pro-home-slider.zoom-slide .home-slide {
  overflow: hidden;
}

.flexible-pro-home-slider.zoom-slide img {
  animation: scale 40s linear infinite;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}


/*--------------------------------------------------------------
About section css
--------------------------------------------------------------*/

#content {
  padding: 80px 0 40px;
}

.home #content {
  padding: 0;
}

.section-wrapper {
  padding: 90px 0;
  position: relative;
}

.home #main .widget {
  margin: 0;
  padding: 0;
}

.section-wrapper.about-section-wrapper {
  background: #f9f9f9 none repeat scroll 0 0;
}

.about-section-wrapper .section-content-wrapper {
  float: left;
  width: 53%;
}

.widget .about-section-wrapper .widget-title {
  font-size: 24px;
  margin: 0;
  position: relative;
}

.widget .about-section-wrapper .widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  background: #90C948;
  content: "";
  height: 3px;
  margin: 0;
}

.widget .about-section-wrapper .widget-title:before {
  display: none;
}

.about-section-wrapper .page-thumb-wrapper {
  float: right;
  width: 44%;
}

.about-section-wrapper ul {
  -moz-columns: 2 auto;
  -webkit-columns: 2 auto;
  -ms-columns: 2 auto;
  columns: 2 auto;
  line-height: 42px;
  list-style: outside none none;
  margin: 0;
}

.about-section-wrapper ul li {
  position: relative;
}

.about-section-wrapper ul li::before {
  color: #90C948;
  content: "\f046";
  font-family: FontAwesome;
  margin-right: 10px;
}

.about-section-wrapper .center-align .section-content-wrapper {
  float: none;
  text-align: center;
  width: 100%;
}

.about-section-wrapper .center-align .page-thumb-wrapper {
  float: none;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

.about-section-wrapper .right-align .section-content-wrapper {
  float: right;
  width: 50%;
}

.about-section-wrapper .right-align .page-thumb-wrapper {
  float: left;
}

.widget .about-section-wrapper .center-align .widget-title::after {
  left: 50%;
  margin-left: -15px;
}


/*--------------------------------------------------------------
Service section css
--------------------------------------------------------------*/

.flexible-pro-widget-wrapper .section-title-wrapper {
  margin-bottom: 60px;
  text-align: center;
}

.flexible-pro-widget-wrapper .widget-title {
  font-size: 24px;
  margin: 0 0 15px;
  padding-bottom: 15px;
  position: relative;
  border: none;
  padding-left: 0;
}

.flexible_pro_services_section .flexible-pro-widget-wrapper .widget-title {
  color: #ffffff;
}

.flexible-pro-widget-wrapper .widget-title::after {
  background: #90C948 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 30px;
}

.flexible-pro-widget-wrapper .widget-title::before {
  border-bottom: 8px solid #90C948;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.service-pages-wrapper {
  margin-top: -40px;
}

.single-service-wrapper {
  margin-top: 40px;
}

.service_icon_class {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  float: left;
  font-size: 22px;
  line-height: 70px;
  text-align: center;
  width: 20%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service_icon_class:after {
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service_icon_class:hover {
  background: #90C948;
}

.service_icon_class:hover:after {
  border-left-color: #90C948;
}

.single-service-content-wrapper {
  float: left;
  margin-left: 8%;
  width: 72%;
}

.service-title {
  clear: none;
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 16px;
  margin: 0;
  vertical-align: middle;
  text-transform: uppercase;
}

.service-title a {
  color: #ffffff;
}

.flexible_pro_services_section {
  color: #ffffff;
}

.flexible_pro_services_section .mt-container {
  position: relative;
  z-index: 999;
}

.service-overlay {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.single-service-wrapper .page-content {
  font-size: 13px;
}

.flexible_pro_services_section .layout_one .service_icon_class {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.flexible_pro_services_section .layout_one .single-service-content-wrapper {
  display: inline;
  float: none;
  margin-left: 4%;
}

.flexible_pro_services_section .layout_one .service_icon_class::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(255, 255, 255, 0.3);
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -10px;
  position: absolute;
  right: auto;
  top: auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.flexible_pro_services_section .layout_one .service_icon_class:hover:after {
  border-top-color: #90C948;
}

.flexible_pro_services_section .layout_two .service_icon_class::after {
  display: none;
}

.flexible_pro_services_section .layout_two .service_icon_class {
  border-radius: 100%;
  display: inline-block;
  float: none;
  height: 80px;
  line-height: 80px;
  margin-bottom: 20px;
  width: 80px;
}

.flexible_pro_services_section .layout_two .single-service-content-wrapper {
  float: none;
  margin-left: 0;
  width: 100%;
}

.flexible_pro_services_section .layout_two .single-service-wrapper {
  text-align: center;
}


/*--------------------------------------------------------------
Portfolio section css
--------------------------------------------------------------*/

.flexible_pro_portfolio_section .section-wrapper {
  padding: 80px 0 0;
}

.single-portfolio-wrapper {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
}

.portfolio-thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-portfolio-wrapper:hover .portfolio-thumb img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-content-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 169, 224, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.single-portfolio-wrapper:hover .portfolio-content-wrapper {
  opacity: 1;
  visibility: visible;
}

.portfolio-content-wrapper .portfolio-title {
  border: 2px solid #fff;
  color: #ffffff;
  display: inline-block;
  left: 50%;
  padding: 10px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.portfolio-content-wrapper .portfolio-title a,
.portfolio-content-wrapper .portfolio-title a:hover {
  color: #ffffff;
}

.single-portfolio-wrapper:hover .portfolio-content-wrapper .portfolio-title {
  top: 50%;
}

.plus-link {
  background: #333 none repeat scroll 0 0;
  bottom: -40px;
  color: #fff;
  font-size: 22px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  right: -40px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 80px;
}

.flexible_pro_portfolio_section .plus-link:hover {
  background: #90C948;
  color: #ffffff;
}

.plus-link i {
  font-size: 18px;
  left: 8px;
  position: absolute;
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flexible_pro_portfolio_section .layout_2 {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 1200px;
}

.flexible_pro_portfolio_section .layout_2 .single-portfolio-wrapper {
  margin-left: 3%;
  width: 22%;
  margin-bottom: 3%;
}

.flexible_pro_portfolio_section .layout_2 .portfolio-pages-wrapper {
  margin-left: -3%;
}

.flexible_pro_portfolio_section .layout_2 .portfolio-content-wrapper {
  height: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.4);
  -ms-transform: translate(-50%, -50%) scale(0.4);
  -o-transform: translate(-50%, -50%) scale(0.4);
  transform: translate(-50%, -50%) scale(0.4);
  width: 90%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.flexible_pro_portfolio_section .layout_2 .single-portfolio-wrapper:hover .portfolio-content-wrapper {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.flexible_pro_portfolio_section .layout_2 .portfolio-content-wrapper .portfolio-title {
  border: medium none;
  font-size: 16px;
  padding: 0;
  text-align: center;
  top: 38%;
  width: 100%;
}
.flexible_pro_portfolio_section .layout_2 .plus-link {
  border-radius: 100%;
  height: 40px;
  left: 50%;
  line-height: 40px;
  text-align: center;
  top: 63%;
  -webkit-transform: rotate(0deg) translate(-50%, -50%);
  -ms-transform: rotate(0deg) translate(-50%, -50%);
  -o-transform: rotate(0deg) translate(-50%, -50%);
  transform: rotate(0deg) translate(-50%, -50%);
  width: 40px;
  background: #333;
}

.flexible_pro_portfolio_section .layout_2 .plus-link i {
  display: block;
  line-height: 40px;
  position: static;
  transform: rotate(0deg);
}

.flexible_pro_portfolio_section .layout_2 .single-portfolio-wrapper:hover .portfolio-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.flexible_pro_portfolio_section .portfolio-filter-wrapper ul {
  list-style: outside none none;
  margin: 0 0 40px;
  text-align: center;
}

.flexible_pro_portfolio_section .portfolio-filter-wrapper li {
  display: inline-block;
  margin: 0 10px;
}

.flexible_pro_portfolio_section .portfolio-filter-wrapper li a {
  border: 1px solid #90C948;
  display: inline-block;
  font-size: 13px;
  padding: 1px 12px;
  text-transform: capitalize;
}

.flexible_pro_portfolio_section .portfolio-filter-wrapper li.active a,
.flexible_pro_portfolio_section .portfolio-filter-wrapper li:hover a {
  background: #90C948;
  border-color: #90C948;
  color: #fff;
}

.flexible_pro_portfolio_section .layout_2 .portfolio-filter-wrapper li a {
  border: medium none;
  color: #666;
  font-weight: 600;
  padding: 0 10px;
  position: relative;
}

.flexible_pro_portfolio_section .layout_2 .portfolio-filter-wrapper li a:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  width: 0;
  height: 2px;
  background: #90C948;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.flexible_pro_portfolio_section .layout_2 .portfolio-filter-wrapper li:hover a:after,
.flexible_pro_portfolio_section .layout_2 .portfolio-filter-wrapper li.active a:after {
  width: 40%;
}

.flexible_pro_portfolio_section .layout_2 .portfolio-filter-wrapper li.active a,
.flexible_pro_portfolio_section .layout_2 .portfolio-filter-wrapper li:hover a {
  background: none;
  border-color: none;
  color: #90C948;
}

.flexible_pro_portfolio_section .layout_3 .portfolio-content-wrapper {
  bottom: 0;
  height: auto;
  top: auto;
}

.flexible_pro_portfolio_section .layout_3 .portfolio-content-wrapper {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  bottom: 0;
  height: auto;
  padding: 10px 0 0;
  text-align: center;
  top: auto;
}

.flexible_pro_portfolio_section .layout_3 .portfolio-content-wrapper .portfolio-title {
  border: medium none;
  display: inline-block;
  padding: 20px 0 10px;
  position: static;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
  width: 100%;
}

.flexible_pro_portfolio_section .layout_3 .plus-link {
  background: #90C948;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  top: -20px;
  transform: rotate(0deg);
  width: 40px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.flexible_pro_portfolio_section .layout_3 .plus-link:hover {
  border-radius: 100%;
}

.flexible_pro_portfolio_section .layout_3 .plus-link i {
  display: block;
  line-height: 45px;
  position: static;
  text-align: center;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*--------------------------------------------------------------
Testimonial css
--------------------------------------------------------------*/

.flexible_pro_testimonials_section .mt-container {
  position: relative;
}

.flexible_pro_testimonials_section .section-wrapper::before {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flexible_pro_testimonials_section .testimonial-slider {
  margin: 0;
}

.testimonial-content {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #6c6c6c;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 50px;
  padding: 20px 40px 20px 50px;
  position: relative;
}

.testimonial-content::before {
  content: "\f10d";
  font-family: FontAwesome;
  left: 20px;
  position: absolute;
  top: 10px;
  color: #90C948;
}

.testimonial-content::after {
  border-bottom: 25px solid transparent;
  border-right: 25px solid #ccc;
  bottom: -25px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

.testi-img {
  border-radius: 100%;
  float: left;
  overflow: hidden;
  width: 80px;
}

.author-info {
  float: left;
  margin: 15px 0 0 20px;
  text-transform: uppercase;
}

.testi-author-name {
  color: #90C948;
  font-size: 14px;
  margin-bottom: 6px;
}

.testi-author-position {
  color: #6f6f6f;
  font-size: 12px;
}

.flexible_pro_testimonials_section .bx-controls .bx-controls-direction a {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 100%;
  color: #ccc;
  display: block;
  height: 50px;
  left: -80px;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.flexible_pro_testimonials_section .bx-controls a.bx-next {
  left: auto;
  right: -100px;
}

.flexible_pro_testimonials_section:hover .bx-controls a {
  left: -60px;
  opacity: 1;
  visibility: visible;
}

.flexible_pro_testimonials_section:hover .bx-controls a.bx-next {
  left: auto;
  right: -80px;
}

.flexible_pro_testimonials_section .default .bx-pager.bx-default-pager {
  margin-top: 30px;
  text-align: center;
}

.flexible_pro_testimonials_section .layout_one .testimonial-content::after {
  display: none;
}

.flexible_pro_testimonials_section .layout_one .testimonial-content {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: 0;
}

.flexible_pro_testimonials_section .layout_one .section-content-wrapper {
  margin: 0 auto;
  text-align: center;
  width: 80%;
  position: relative;
}

.flexible_pro_testimonials_section .layout_one .testi-img {
  display: block;
  float: none;
  margin: 0 auto;
}

.flexible_pro_testimonials_section .layout_one .author-info {
  float: none;
  margin: 15px 0;
  text-align: center;
}

.flexible_pro_testimonials_section .bx-pager-item {
  display: inline-block;
  margin: 0 6px;
  vertical-align: top;
}

.flexible_pro_testimonials_section .bx-pager-item a {
  background: #90c948 none repeat scroll 0 0;
  border: 2px solid #f6f6f6;
  display: block;
  font: 0px/0 a;
  height: 14px;
  width: 14px;
}

.flexible_pro_testimonials_section .bx-controls .bx-controls-direction a:hover{
  background: #90C948;
  color: #ffffff;
}

/*--------------------------------------------------------------
Product list css
--------------------------------------------------------------*/

.flexible_pro_product_list .section-wrapper {
  padding-bottom: 60px;
}

.flexible_pro_product_list .mt-product-listing-wrapper li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 -4px 30px 3%;
  vertical-align: top;
  width: 22%;
  text-align: center;
}

.woocommerce .products li.product {
  text-align: center;
}

.flexible_pro_product_list .mt-product-listing-wrapper {
  margin-left: -3%;
}

.flexible_pro_product_list .mt-product-listing-wrapper li a,
.flexible_pro_product_list .mt-product-listing-wrapper li .mt-product-wrap,
.woocommerce .products .mt-product-wrap a,
.woocommerce .products .mt-product-wrap {
  display: block;
  position: relative;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .mt-product-wrap > a:before,
.woocommerce .products .mt-product-wrap > a:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  top: 0;
  left: 0;
  content: "";
  opacity: 0;
  visibility: hidden;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .mt-product-wrap:hover > a:before,
.woocommerce .products .mt-product-wrap:hover > a:before {
  opacity: 1;
  visibility: visible;
}

.flexible_pro_product_list .mt-product-listing-wrapper li a .onsale,
.woocommerce .products li.product .mt-product-wrap a .onsale {
  background: #90c948 none repeat scroll 0 0;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  left: 0;
  line-height: 24px;
  margin: 0;
  min-height: auto;
  min-width: auto;
  padding: 2px 20px;
  position: absolute;
  right: auto;
  text-transform: uppercase;
  top: 20px;
  width: auto;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .mt-product-wrap .buttons,
.woocommerce .products .mt-product-wrap .buttons {
  left: 0;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .mt-product-wrap:hover .buttons,
.woocommerce .products .mt-product-wrap:hover .buttons {
  top: 50%;
  opacity: 1;
  visibility: visible;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .mt-product-wrap .buttons a,
.woocommerce .products .mt-product-wrap .buttons a {
  font: 0px/0 a;
  background: none;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .mt-product-wrap .buttons a::before,
.woocommerce .products .mt-product-wrap .buttons a:before {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  content: "\f217";
  display: inline-block;
  font: 16px/40px FontAwesome;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .mt-product-wrap .buttons a:hover:before,
.woocommerce .products .mt-product-wrap .buttons a:hover:before {
  background: #90C948;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0 5px;
  text-align: center;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .star-rating,
.woocommerce .products li.product .star-rating {
  color: #90c948;
  display: inline-block;
  float: none;
  font-size: 13px;
  margin: 0 auto;
}

.flexible_pro_product_list .mt-product-listing-wrapper li .price,
.woocommerce ul.products li.product .price {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #333;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
}

.activate-woo {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
/*--------------------------------------------------------------
Pricing Table css 
--------------------------------------------------------------*/

.flexible_pro_pricing_table .layout_1 .single-table-wrapper,
.flexible_pro_pricing_table .layout_2 .single-table-wrapper,
.flexible_pro_pricing_table .layout_3 .single-table-wrapper {
  background: #f6f6f6 none repeat scroll 0 0;
  float: left;
  padding: 30px;
  width: 33.33%;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  backface-visibility: hidden;
  position: relative;
  z-index: 9;
}

.flexible_pro_pricing_table .layout_1.columns-4 .single-table-wrapper {
  width: 25%;
}

.flexible_pro_pricing_table .layout_1.columns-2 .single-table-wrapper {
  width: 50%;
}

.flexible_pro_pricing_table .layout_1.columns-1 .single-table-wrapper {
  width: 100%;
}

.flexible_pro_pricing_table .table-title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.flexible_pro_pricing_table .table-info {
  font-style: italic;
}

.flexible_pro_pricing_table .table-cur-price-wrap {
  display: inline-block;
  line-height: 48px;
  position: relative;
}

.flexible_pro_pricing_table .table-price-wrapper span {
  color: #90C948;
  display: block;
}

.flexible_pro_pricing_table .table-price-wrapper span.table-price {
  font-size: 48px;
  font-weight: 900;
}

.flexible_pro_pricing_table .table-price-wrapper span.table-currency {
  font-size: 18px;
  font-weight: 700;
  left: -10px;
  position: absolute;
  top: -8px;
}

.flexible_pro_pricing_table .table-price-wrapper span.table-duration {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.flexible_pro_pricing_table .table-feature-wrap {
  margin: 20px 0;
}

.flexible_pro_pricing_table .table-feature-wrap .table-feature {
  display: block;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
  color: #333;
}

.flexible_pro_pricing_table .table-btn {
  background: #90C948 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 40px;
  text-transform: uppercase;
}

.flexible_pro_pricing_table .table-btn:hover {
  color: #ffffff;
  border-radius: 3px;
}

.flexible_pro_pricing_table .layout_1 .single-table-wrapper:hover,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper.featured-table {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
  background: #90C948;
  z-index: 99;
}

.flexible_pro_pricing_table .layout_1 .featured-table .table-feature-txt {
  display: none;
}

.flexible_pro_pricing_table .layout_1 .single-table-wrapper:hover .table-title,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper:hover .table-info,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper:hover .table-feature-wrap .table-feature,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper:hover .table-price-wrapper span,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper.featured-table .table-title,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper.featured-table .table-info,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper.featured-table .table-feature-wrap .table-feature,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper.featured-table .table-price-wrapper span {
  color: #ffffff;
}

.flexible_pro_pricing_table .layout_1 .single-table-wrapper:hover .table-btn,
.flexible_pro_pricing_table .layout_1 .single-table-wrapper.featured-table .table-btn{
  background: #7cb235;
}

.flexible_pro_pricing_table .layout_2 .single-table-wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-left: 3%;
  padding: 30px 0;
  width: 30.33%;
}

.flexible_pro_pricing_table .layout_2 .price-tables-wrapper {
  margin-left: -3%;
}

.flexible_pro_pricing_table .layout_2 .table-price-wrapper {
  background: #90C948 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 0;
}

.flexible_pro_pricing_table .layout_2 .table-price-wrapper span {
  color: #fff;
}

.flexible_pro_pricing_table .layout_2 .single-table-wrapper .table-title,
.flexible_pro_pricing_table .layout_2 .single-table-wrapper .table-info {
  padding: 0 30px;
}

.flexible_pro_pricing_table .layout_2 .single-table-wrapper .table-feature-wrap .table-feature {
  padding: 8px 30px;
}

.flexible_pro_pricing_table .layout_2 .single-table-wrapper .table-feature-wrap .table-feature:nth-child(2n) {
  background: #f6f6f6;
}

.flexible_pro_pricing_table .layout_2 .table-title {
  color: #90C948;
}

.flexible_pro_pricing_table .layout_2 .table-btn,
.flexible_pro_pricing_table .layout_2 .table-btn:hover {
  border-radius: 25px;
} 

.flexible_pro_pricing_table .layout_2 .single-table-wrapper.featured-table .table-feature-txt,
.flexible_pro_pricing_table .layout_3 .single-table-wrapper.featured-table .table-feature-txt {
  background: #90C948 none repeat scroll 0 0;
  color: #fff;
  left: 50%;
  padding: 6px 30px;
  position: absolute;
  text-transform: capitalize;
  top: -16px;
    -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flexible_pro_pricing_table .layout_3 .single-table-wrapper.featured-table .table-feature-txt{
    background: #333;
}

.flexible_pro_pricing_table .layout_2 .single-table-wrapper.featured-table .table-feature-txt::before,
.flexible_pro_pricing_table .layout_2 .single-table-wrapper.featured-table .table-feature-txt::after {
  border-bottom: 20px solid transparent;
  border-right: 12px solid #fff;
  border-top: 20px solid transparent;
  content: "";
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
}

.flexible_pro_pricing_table .layout_2 .single-table-wrapper.featured-table .table-feature-txt::after {
  border-left: 12px solid #fff;
  border-right: medium none;
  left: 0;
  right: auto;
}

.flexible_pro_pricing_table .layout_3 .table-feature-wrap .table-feature {
  border: none;
}

.flexible_pro_pricing_table .layout_3 .single-table-wrapper {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  margin-left: 3%;
  padding: 0px 0 30px;
  width: 30.33%;
}

.flexible_pro_pricing_table .layout_3 .price-tables-wrapper {
  margin-left: -3%;
}

.flexible_pro_pricing_table .layout_3 .table-price-wrapper {
  background: #90c948 none repeat scroll 0 0;
  color: #fff;
  padding: 10px 0 30px;
  position: relative;
}

.flexible_pro_pricing_table .layout_3 .table-price-wrapper::before {
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -7px;
  position: absolute;
}

.flexible_pro_pricing_table .layout_3 .table-price-wrapper span {
  color: #fff;
}

.flexible_pro_pricing_table .layout_3 .single-table-wrapper .table-info {
  padding: 0 30px;
}

.flexible_pro_pricing_table .layout_3 .single-table-wrapper .table-feature-wrap .table-feature {
  padding: 8px 30px;
}

.flexible_pro_pricing_table .layout_3 .table-title {
  background: #90c948 none repeat scroll 0 0;
  color: #fff;
  display: block;
  margin: 0;
  padding: 30px 0 0;
}

.flexible_pro_pricing_table .layout_3 .table-btn:hover {
  border-radius: 25px;
}

.flexible_pro_pricing_table .layout_2.columns-4 .single-table-wrapper,
.flexible_pro_pricing_table .layout_3.columns-4 .single-table-wrapper {
  width: 22%;
}

.flexible_pro_pricing_table .layout_2.columns-2 .single-table-wrapper,
.flexible_pro_pricing_table .layout_3.columns-2 .single-table-wrapper {
  width: 47%;
}

.flexible_pro_pricing_table .layout_2.columns-1 .single-table-wrapper,
.flexible_pro_pricing_table .layout_3.columns-1 .single-table-wrapper {
  width: 97%;
}

/*--------------------------------------------------------------
Fun Facts css 
--------------------------------------------------------------*/

.flexible_pro_static_counter .single-counter-wrap .single-counter-icon-wrap {
  font-size: 46px;
  float: left;
}

.flexible_pro_static_counter .single-counter-wrap {
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}

.flexible_pro_static_counter .single-counter-wrap .single-count-title-wrap {
  float: left;
  padding-left: 20px;
}

.flexible_pro_static_counter .single-counter-wrap .single-count-title-wrap .single-count {
  display: block;
  font-size: 52px;
  font-weight: 900;
  line-height: 52px;
}

.flexible_pro_static_counter .single-counter-wrap .single-count-title-wrap .counter-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.flexible_pro_static_counter .flexible-pro-widget-wrapper::before {
  background: rgba(144, 201, 72, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flexible_pro_static_counter .layout_2 .single-counter-wrap {
  text-align: center;
}

.flexible_pro_static_counter .layout_2 .single-counter-wrap .single-count-title-wrap,
.flexible_pro_static_counter .layout_2 .single-counter-icon-wrap {
  float: none;
  text-align: center;
  display: block;
  padding: 0;
}

.flexible_pro_static_counter .layout_2 .single-counter-icon-wrap {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border: 5px solid #fff;
  display: inline-block;
  margin-bottom: 10px;
  width: 100px;
}

.flexible_pro_static_counter .layout_3 .single-counter-wrap {
  text-align: center;
}

.flexible_pro_static_counter .layout_3 .single-counter-wrap .single-count-title-wrap,
.flexible_pro_static_counter .layout_3 .single-counter-icon-wrap {
  float: none;
  text-align: center;
  display: block;
  padding: 0;
}

.flexible_pro_static_counter .layout_3 .single-counter-icon-wrap {
  display: inline-block;
  line-height: 60px;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
}

.flexible_pro_static_counter .layout_3 .single-counter-icon-wrap::after {
  background: #fff none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -12px;
  position: absolute;
  width: 25px;
}


/*--------------------------------------------------------------
CTA css
--------------------------------------------------------------*/

.flexible-pro-cta-wrapper {
  padding: 80px 0;
  position: relative;
  background: #90C948;
}

.cta-overlay {
  background: rgba(0, 169, 224, 0.6) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.cta-content-wrapper {
  position: relative;
  z-index: 99;
}

.cta-title-wrap {
  float: left;
}

.cta-title {
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
}

.cta-details {
  color: #fff;
  font-size: 20px;
  font-style: italic;
}

.cta-button {
  border: 2px solid #fff;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  margin: 23px 0;
  padding: 6px 50px;
  transition: all 0.5s ease 0s;
}

.flexible_pro_cta .cta-button:hover {
  border-color: #90C948;
  background: #90C948;
  color: #ffffff;
}

.flexible_pro_cta #bg_video #videoCta {
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 9;
}

.flexible_pro_cta #bg_video.flexible-pro-cta-wrapper {
  padding: 80px 0;
}

.flexible_pro_cta .bg_video .mt-container {
  position: relative;
  z-index: 999;
}

.flexible_pro_cta #bg_video::before {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  z-index: 99;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flexible_pro_cta .layout_2{
  text-align: center;
}

.flexible_pro_cta .layout_2 .cta-title-wrap,
.flexible_pro_cta .layout_2 .cta-button {
  float: none;
  text-align: center;
}

.flexible_pro_cta .layout_2 .cta-button {
  margin: 20px 0 0;
}
/*--------------------------------------------------------------
Blog css
--------------------------------------------------------------*/

.latest-posts-wrapper .post-thumb img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.latest-posts-wrapper .post-thumb {
  position: relative;
  overflow: hidden;
}

.latest-posts-wrapper .post-thumb:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.flexible_pro_latest_news {
  background: #f9f9f9 none repeat scroll 0 0;
}

.flexible_pro_latest_news .single-post-wrapper {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.flexible_pro_latest_news .post-meta a,
.flexible_pro_latest_news .post-meta > span {
  color: #777;
}

.flexible_pro_latest_news .post-meta > span {
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
}

.flexible_pro_latest_news .post-meta {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto -43px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  top: -18px;
  width: 90%;
  z-index: 99;
}

.flexible_pro_latest_news .default .post-meta {
  top: -36px;
}

.blog-content-wrapper {
  background: #fff none repeat scroll 0 0;
  padding: 40px 20px;
  position: relative;
  text-align: center;
}

.flexible_pro_latest_news .default .blog-content-wrapper {
  padding-top: 10px;
}

.blog-content-wrapper .news-title {
  font-size: 16px;
  margin: 10px 0 15px;
}

.blog-content-wrapper .news-title a {
  color: #333;
}

.blog-content-wrapper .post-excerpt {
  font-size: 13px;
  color: #666;
}

.blog-content-wrapper .news-more {
  background: #90C948 none repeat scroll 0 0;
  bottom: -15px;
  color: #fff;
  display: inline-block;
  left: 50%;
  padding: 5px 20px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-content-wrapper .news-more:hover {
  color: #ffffff;
  border-radius: 20px;
}

.flexible_pro_latest_news .layout_one .blog-content-wrapper,
.flexible_pro_latest_news .layout_two .blog-content-wrapper {
  padding: 20px;
  text-align: left;
  position: relative;
}

.flexible_pro_latest_news .layout_one .blog-content-wrapper:before {
  position: absolute;
  left: 20px;
  top: -15px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  content: "";
}

.flexible_pro_latest_news .layout_one .post-meta,
.flexible_pro_latest_news .layout_two .post-meta {
  margin: 0 0 5px;
  text-align: left;
  top: 0;
  background: none;
}

.flexible_pro_latest_news .layout_one .blog-content-wrapper .news-title,
.flexible_pro_latest_news .layout_two .blog-content-wrapper .news-title {
  margin: 0;
}

.flexible_pro_latest_news .layout_one .blog-content-wrapper .post-excerpt,
.flexible_pro_latest_news .layout_two .blog-content-wrapper .post-excerpt {
  margin: 5px 0 10px;
}

.flexible_pro_latest_news .layout_one .blog-content-wrapper .news-more,
.flexible_pro_latest_news .layout_two .blog-content-wrapper .news-more {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #90C948;
  padding: 0;
  position: static;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  -o-transform: translate(0px);
  transform: translate(0px);
}

.flexible_pro_latest_news .layout_one .post-meta a,
.flexible_pro_latest_news .layout_one .post-meta > span {
  color: #a7a7a7;
}

.flexible_pro_latest_news .layout_two .single-post-wrapper {
  box-shadow: none;
}

.flexible_pro_latest_news .layout_two .blog-content-wrapper {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding: 20px 0;
}

.flexible_pro_contact_us .layout_one .left-section {
  float: left;
  text-align: center;
  width: 100%;
}

.flexible_pro_latest_news .post-meta > span.comments-link {
  margin-right: 0;
}

.view-more {
  border: 1px solid #c6c6c6;
  color: #969696;
  display: inline-block;
  padding: 6px 20px;
  position: relative;
}

.view-more-wrap {
  margin-top: 40px;
  text-align: center;
}

.view-more:hover {
  background: #90C948;
  border-color: #90C948;
  color: #ffffff;
}

/*--------------------------------------------------------------
Team css
--------------------------------------------------------------*/

.flexible_pro_team_member .single-member-wrap {
  float: left;
  margin-left: 3%;
  width: 22%;
}

.flexible_pro_team_member .mt-team-member-wrapper {
  margin-left: -3%;
}

.flexible_pro_team_member .member-thumb{
  overflow: hidden;
  position: relative;
}

.flexible_pro_team_member .single-team-info{
  background: #90C948 none repeat scroll 0 0;
  bottom: -100%;
  color: #fff;
  height: 100%;
  padding: 80px 20px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.flexible_pro_team_member .single-member-wrap:hover .single-team-info{
  bottom: 0;
}

.flexible_pro_team_member .team-desc-wrapper {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto -30px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  top: -30px;
  width: 90%;
}

.flexible_pro_team_member .team-desc-wrapper .member-name {
  font-size: 18px;
  margin: 0;
  padding-top: 10px;
  text-transform: uppercase;
}

.flexible_pro_team_member .team-desc-wrapper .social-wrapper a {
  color: #a6a6a6;
  display: inline-block;
  margin: 0 5px;
}

.flexible_pro_team_member .team-desc-wrapper .social-wrapper a:hover{
  color: #90C948
}

.flexible_pro_team_member .layout_2 .team-desc-wrapper,
.flexible_pro_team_member .layout_3 .team-desc-wrapper {
  margin: 0;
  top: 0;
  width: 100%;
}

.flexible_pro_team_member .layout_2 .member-position {
  color: #90C948
  font-style: italic;
}

.flexible_pro_team_member .layout_2 .team-desc-wrapper .social-wrapper a{
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 5px 3px 0;
  width: 25px;
}

.flexible_pro_team_member .layout_2 .team-desc-wrapper .social-wrapper a:hover{
  background: #90C948;
  color: #ffffff !important;
}

.flexible_pro_team_member .layout_3 .single-member-wrap {
  position: relative;
}

.flexible_pro_team_member .default.layout_3 .team-desc-wrapper {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)) repeat scroll 0 0;
  bottom: 0;
  color: #fff;
  height: auto;
  left: 0;
  padding: 0 0 10px;
  position: absolute;
  top: auto;
  width: 100%;
}

.flexible_pro_team_member .layout_3 .team-desc-wrapper .member-name,
.flexible_pro_team_member .layout_3 .team-desc-wrapper .social-wrapper a{
  color: #fff;
}

.flexible_pro_team_member .layout_3 .single-member-wrap:hover .team-desc-wrapper {
  opacity: 0;
  visibility: hidden;
}

.flexible_pro_team_member .carousel .carouselteam {
  list-style: outside none none;
  margin: 0;
}

.flexible_pro_team_member .carousel .mt-team-member-wrapper {
  margin: 0;
}

.flexible_pro_team_member .carousel .single-member-wrap {
  margin-left: 0;
}

.flexible_pro_team_member .bx-controls {
  margin-top: 30px;
  text-align: center;
}

.flexible_pro_team_member .bx-controls a {
  border: 1px solid #e1e1e1;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 5px;
  padding: 3px 15px;
}

.flexible_pro_team_member .bx-controls a:hover {
  background: #90C948 none repeat scroll 0 0;
  color: #fff;
}
/*--------------------------------------------------------------
Our Client css
--------------------------------------------------------------*/

.sponsorSlider,
.flexible-pro-widget-wrapper .section-title-wrapper.no-title {
  margin: 0;
}

.flexible_pro_sponsors .section-wrapper {
  padding: 50px 0;
}

.flexible_pro_sponsors .grid .single-logo-wrap {
  float: left;
  width: 18%;
  margin-left: 2%;
}

.flexible_pro_sponsors .grid .grid-logos {
  margin-left: -2%;
}

/*--------------------------------------------------------------
Contact css
--------------------------------------------------------------*/

.contact-overlay {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.flexible_pro_contact_us .flexible-pro-widget-wrapper .widget-title {
  color: #fff;
}

.flexible_pro_contact_us {
  background: #333;
  color: #ffffff;
}

.flexible_pro_contact_us .mt-container {
  position: relative;
  z-index: 99;
}

.flexible_pro_contact_us .left-section {
  float: left;
  width: 48%;
}

.flexible_pro_contact_us input,
.flexible_pro_contact_us textarea {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  padding: 0 10px;
  color: #fafafa;
}

.flexible_pro_contact_us input.wpcf7-submit {
  background: #90C948 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  padding: 0 30px;
}

.flexible_pro_contact_us .right-section {
  float: right;
  width: 48%;
}

.contact-icon {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  display: block;
  font-size: 24px;
  height: 100px;
  line-height: 96px;
  margin: 30px auto;
  text-align: center;
  width: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-icon:hover {
  background: #90C948;
  border-color: #90C948;
}

.contact-info {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.flexible-pro-map-section iframe {
  height: 310px !important;
  width: 100%;
}

.flexible-pro-map-section {
  border: 5px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  padding: 8px 8px 1px;
}

.flexible_pro_contact_us .no_right_section .right-section {
  display: none;
}

.flexible_pro_contact_us .no_right_section .left-section {
  float: none;
  text-align: center;
  width: 100%;
}


/*--------------------------------------------------------------
Default widget css
--------------------------------------------------------------*/

.widget_archive ul,
.widget_categories ul,
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  list-style: outside none none;
  margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_recent_entries li:last-child,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border: none;
}

.widget_archive a,
.widget_categories a,
.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments li,
.widget_rss li,
.widget_pages li a,
.widget_nav_menu li a {
  color: #333333;
  font-size: 14px;
  line-height: 32px;
  padding-left: 22px;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}

.widget a:hover,
.widget a:hover::before,
.widget li:hover::before {
  color: #90C948;
}

.widget_archive a::before,
.widget_categories a::before,
.widget_recent_entries a::before,
.widget_meta a::before,
.widget_recent_comments li::before,
.widget_rss li:before,
.widget_pages li a:before,
.widget_nav_menu li a:before {
  color: #afb4bd;
  content: "\f187";
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.widget_categories a::before {
  content: "\f07b";
}

.widget_recent_entries a::before {
  content: "\f101";
}

.widget_meta a::before,
.widget_nav_menu li a:before {
  content: "\f105";
}

.widget_recent_comments li::before {
  content: "\f086";
  top: 0;
}

.widget_rss li::before {
  content: "\f09e";
  top: 0;
}

.widget_pages li a:before {
  content: "\f1ea";
  top: 0;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #90C948;
  border-color: #90C948;
  color: #ffffff;
}

.widget_recent_entries .post-date {
  color: #8f8f8f;
  display: block;
  font-size: 11px;
  margin-top: -5px;
  padding-left: 24px;
}

.widget_nav_menu .sub-menu {
  display: none;
}

.widget_nav_menu li::before {
  top: 0;
}

.widget-title {
  border-left: 3px solid #90C948;
  color: #333333;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  position: relative;
  text-transform: uppercase;
}

.widget_search::after {
  clear: both;
  content: "";
  display: table;
}

.widget_search .search-field {
  width: 75%;
  float: left;
}

.widget_search .search-submit {
  height: 36px;
  width: 25%;
  background: #90C948;
  border-color: #90C948;
  color: #ffffff;
}


/*--------------------------------------------------------------
Sidebar layout css 
--------------------------------------------------------------*/

#primary,
.home.blog #primary {
  float: left;
  width: 70%;
}

#secondary,
.home.blog #secondary {
  float: right;
  width: 27%;
}

.home.page-template-flexible-pro-home #primary,
.home.page-template-flexible-pro-home #secondary {
  float: none;
  width: 100%;
}

.left-sidebar #primary {
  float: right;
}

.left-sidebar #secondary {
  float: left;
}

.no-sidebar-fullwidth #primary {
  float: none;
  width: 100%;
  margin: 0 auto;
}

.no-sidebar-fullwidth #secondary {
  display: none;
}

.no-sidebar-centered #primary {
  float: none;
  margin: 0 auto;
}

.no-sidebar-centered #secondary {
  display: none;
}

.home.blog #content .mt-container {
  margin: 60px auto;
}

.home.blog #content #primary article:first-child {
  margin-top: 0;
}


/*--------------------------------------------------------------
Search page css 
--------------------------------------------------------------*/

.search-results .entry-title,
.archive .entry-title,
.single .entry-title,
.entry-title {
  font-size: 28px;
  margin-bottom: 10px;
}

.entry-title a:hover {
  color: #90C948;
}

.entry-meta span a,
.entry-meta span,
.cat-links {
  color: #9f9f9f;
  font-size: 13px;
}

.entry-meta span {
  margin-right: 5px;
  padding-right: 5px;
}

.entry-meta span a:hover {
  color: #90C948;
}

.archive .post-readmore a {
  position: relative;
}

.archive .post-readmore a::after {
  content: "\f101";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  opacity: 0;
  position: relative;
  right: -10px;
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.post-readmore a:hover:after {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.post-readmore a:hover {
  color: #90C948;
}

.single-post-image {
  margin: 0 0 20px;
}


/*--------------------------------------------------------------
Footer css 
--------------------------------------------------------------*/

#colophon {
  background: #f9f9f9 none repeat scroll 0 0;
}

.footer_one_columns .flexible-pro-footer-widget,
.footer_two_columns .flexible-pro-footer-widget,
.footer_three_columns .flexible-pro-footer-widget,
.footer_four_columns .flexible-pro-footer-widget {
  float: left;
  margin-left: 3%;
  width: 97%;
}

.footer_two_columns .flexible-pro-footer-widget {
  width: 47%;
}

.footer_three_columns .flexible-pro-footer-widget {
  width: 30.33%;
}

.footer_four_columns .flexible-pro-footer-widget {
  width: 22%;
}

#top-footer {
  padding: 70px 0 10px;
}

.site-info {
  float: left;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}

.site-info a {
  color: #707070;
}

.site-info a:hover {
  color: #90C948;
}

.flexible-pro-copyright-wrapper {
  float: left;
}

.flexible-pro-social-media {
  float: right;
}

.flexible-pro-social-media .social-link {
  display: inline-block;
  font-size: 13px;
  margin-left: 12px;
}

.mt-footer-middle {
  padding: 60px 0;
  text-align: center;
}

.mt-footer-middle .mt-social-icons-wrapper {
  margin-top: 10px;
}

.mt-footer-middle .mt-social-icons-wrapper span {
  font-size: 30px;
  margin: 0 15px;
}

.mt-footer-middle .footer-navigation {
  margin-top: 12px;
}

.mt-footer-middle .footer-navigation ul,
.mt-footer-bottom .footer-navigation ul {
  list-style: outside none none;
  margin: 0;
}

.mt-footer-middle .footer-navigation ul li,
.mt-footer-bottom .footer-navigation ul li {
  display: inline-block;
  padding: 0 10px;
}

.mt-footer-middle .footer-navigation ul li a,
.mt-footer-bottom .footer-navigation ul li a {
  color: #868686;
}

.mt-footer-middle .footer-navigation ul li a:hover,
.mt-footer-bottom .footer-navigation ul li a:hover{
    color: #90C948;
}

.mt-footer-middle .mt-payment-partner-wrapper ul {
  list-style: outside none none;
  margin: 10px 0 0;
}

.mt-footer-middle .mt-payment-partner-wrapper ul li {
  display: inline-block;
  margin: 0 5px;
}

.mt-footer-bottom {
  background: #efefef none repeat scroll 0 0;
}

.mt-footer-bottom .mt-payment-partner-wrapper {
  float: right;
  margin: 7px 0;
}

.mt-footer-bottom .mt-payment-partner-wrapper ul {
  list-style: outside none none;
  margin: 0;
}

.mt-footer-bottom .mt-payment-partner-wrapper ul li {
  display: inline-block;
  margin: 0 5px;
}

.mt-footer-bottom .footer-navigation {
  float: right;
  font-size: 12px;
  margin: 11px 0;
}

.mt-footer-bottom .mt-social-icons-wrapper {
  float: right;
  margin: 10px 0;
}

.mt-footer-bottom .mt-social-icons-wrapper span a {
  color: #666;
  margin: 0 6px;
}

.mt-footer-bottom .mt-social-icons-wrapper span a:hover {
  color: #90C948;
}
/*--------------------------------------------------------------
scroll to top css 
--------------------------------------------------------------*/

#mt-scrollup {
  background-color: #90C948;
  bottom: 20px;
  color: #ffffff;
  display: none;
  height: 40px;
  line-height: 35px;
  position: fixed;
  right: 20px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#mt-scrollup {
  display: none;
}

#mt-scrollup:hover,
#mt-scrollup:focus,
#mt-scrollup:active {
  color: #ffffff;
  border-radius: 100%;
}


/*--------------------------------------------------------------
Error 404 css 
--------------------------------------------------------------*/

.error-404.not-found {
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  max-width: 700px;
}

.error404 .page-title {
  background: #90C948 none repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

.eroor-num {
  font-size: 114px;
  font-weight: 700;
  text-align: center;
}

.eroor-num > span {
  font-size: 34px;
  text-transform: uppercase;
}

.error404 .page-content {
  font-size: 14px;
  text-align: center;
}


/*--------------------------------------------------------------
Woocommerce styles
--------------------------------------------------------------*/

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  font-weight: 400;
}

.woocommerce .price-cart {
  background: #666666;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 36px;
  padding: 0 0 0 10px;
  position: absolute;
  width: 100%;
}

.woocommerce .price-cart:after {
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #90C948;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.woocommerce ul.products li.product:hover .price-cart:after {
  height: 100%;
}

.woocommerce ul.products li.product .price-cart .button {
  background: none;
  float: right;
  margin-top: 0;
  position: relative;
  z-index: 9;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding-left: 30px;
}

.woocommerce ul.products li.product .price-cart .button:before {
  content: "\f07a";
  position: absolute;
  left: 10px;
  top: 0;
  font-family: "FontAwesome";
}

.woocommerce ul.products li.product .price-cart .button:hover {
  background: #90C948;
}

.woocommerce ul.products li.product .price del {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce ul.products li.product .price-cart .price {
  color: #ffffff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 36px;
  margin-bottom: 0;
  width: 46%;
  position: relative;
  z-index: 9;
}

.woocommerce .price-cart a.added_to_cart {
  display: none;
}

.woocommerce ul.products li.product .price ins {
  font-weight: 400;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  top: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background: #90C948;
}

.woocommerce .widget_price_filter .price_slider {
  margin: 15px 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: #90C948;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #90C948;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #90C948;
  color: #ffffff;
}

.woocommerce-product-search .search-field {
  border-radius: 0;
  border-right: medium none;
  height: 26px;
  margin-right: -4px;
}

.woocommerce-product-search {
  margin: 15px 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
  background: #90c948 none repeat scroll 0 0;
  border-radius: 0;
  bottom: auto;
  display: inline-block;
  left: 0;
  line-height: 25px;
  margin: 0;
  min-height: auto;
  min-width: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 10%;
}

.woocommerce table.shop_table th,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-color: #90C948;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #90C948;
}

.woocommerce .woocommerce-message:before,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price del,
.woocommerce .woocommerce-info:before {
  color: #90C948;
}

.woocommerce .price_label {
  position: relative;
  top: 5px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  position: relative;
  z-index: 9;
}

.woocommerce .product-categories .children {
  padding-left: 20px;
}

.woocommerce .product-categories li a {
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 15px;
  position: relative;
}

.woocommerce .quantity .qty {
  border: 1px solid #cccccc;
  border-radius: 0;
  padding: 4px 2px;
  width: 60px;
  height: 35px;
}

.woocommerce .product-categories > li > a:before,
.woocommerce .product-categories .children a:before {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
}

.woocommerce .product-categories .children a:before {
  content: "\f105";
}

.woocommerce .star-rating {
  margin: 5px 0;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  border-radius: 0;
}

.woocommerce div.product p.price del {
  float: left;
  margin-right: 15px;
}

.woocommerce div.product .woocommerce-product-rating,
.woocommerce div.product p.price {
  margin-bottom: 10px;
}

.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 {
  background: #90C948;
  color: #ffffff;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border: 1px solid #eee;
  border-top: none;
  border-right: none;
}

.woocommerce .shop_table tbody tr td:first-child,
.woocommerce .shop_table thead tr th.product-remove,
.woocommerce table.shop_table tfoot td:first-child,
.woocommerce table.shop_table tfoot th:first-child {
  border-left: medium none;
}

.order-total > th,
.order-total > td {
  border-bottom: medium none !important;
}

.woocommerce .shop_table tbody tr td.actions {
  border-bottom: none;
}

.woocommerce table.shop_table {
  border-radius: 0;
  border: 1px solid #eee;
}

.woocommerce form .form-row .select2-container {
  line-height: 35px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 16px;
  padding: 10px;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  border-bottom: none;
}

.widget.woocommerce ul {
  list-style: none;
  margin: 0;
}

.mt-breadcrumbs #crumbs {
  background: #f6f6f6 none repeat scroll 0 0;
  border-left: 5px solid #90C948;
  margin-bottom: 30px;
  padding: 10px 20px;
}

.lSAction>a {
  background-image: none;
}