/*
Theme Name: MC Studios
Theme URI: - http://mcstudiosmx.com/
Description: MC Studios Premium Wordpress Theme
Version: 1.0
Author: MC Studios
Author URI: http://mcstudiosmx.com
Tags: two-columns, fixed-layout, responsive-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, editor-style
Text Domain: mctheme
*/


/* @import 'reset.css'; */

html {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  line-height: 2em;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mccontainer {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  clear: both;
}

.mccontainer:after {
  content: '';
  display: none;
}


#contacto .row-bgimage:not(.lazyload) {
    background-image: url(/images/contactoBG.jpg);
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 1.5em;
  padding: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}

h1 em,
    h1 strong,
    h2 em,
    h2 strong,
    h3 em,
    h3 strong,
    h4 em,
    h4 strong,
    h5 em,
    h5 strong,
    h6 em,
    h6 strong {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

h1 {
  font-size: 2.4em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 1em;
}

p {
  padding: 0;
  margin-bottom: 2em;
  margin-top: 0;
}


/* li {
    margin-bottom: 1em;
} */


/*-----------------------------------------------------------------
 *  Header
 *-----------------------------------------------------------------*/

header {
  width: 100%;
  position: relative;
  z-index: 9999;
  transition: all .2s linear;
  background: #fff;
}

header.isfixed {
  position: fixed !important;
  top: 0;
}

.header-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-transparent {
  position: absolute;
  background-color: transparent;
  border-color: transparent;
  transition: background .2s linear;
}

.header-top-fixed {
  position: fixed;
  top: 0;
}

.header-left {
  position: fixed;
  left: 0;
  top: 0;
}

.site-logo img {
  display: block;
  max-width: 100%;
}


/*-----------------------------------------------------------------
 *  Desktop Menu
 *-----------------------------------------------------------------*/

.top-menu {
  display: none;
  margin-top: 6px;
  background: none;
  margin-left: auto;
}

.top-menu ul {
  padding: 0;
  margin: 0;
}

.top-menu li {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  color: #000;
  line-height: 17px;
}

.top-menu li.simple-menu-item {
  position: relative;
}

.top-menu li.menu-item-has-children .drop-icon-down.level-0 {
  display: inline-block;
  margin-right: 2px;
  margin-left: -9px;
  position: relative;
  top: 2px;
  font-size: 13px;
}

.top-menu a {
  padding: 25px 11px 25px 11px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  transition: all .3s;
  font-family: inherit;
  color: inherit;
}

.top-menu a .default-drop-icon,
        .top-menu a .drop-icon-right {
  display: none;
}

.top-menu a span {
  color: inherit;
}

.top-menu a .custom-menu-icon {
  margin-right: 8px;
  margin-left: -10px;
}

.top-menu a .custom-menu-icon.level-0,
            .top-menu a .custom-menu-icon.level-1 {
  position: relative;
  top: 3px;
}

.top-menu a .custom-menu-icon.level-2 {
  position: relative;
  top: 2px;
}

.top-menu a:focus {
  background: none;
}


/* Submenu implementation */

.top-menu .submenu-container {
  background: #fff;
  border: 1px solid #eee;
  position: absolute;
  padding: 0;
  min-width: 230px;
  overflow: visible;
  z-index: 999;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.top-menu .submenu-container.visible {
  display: block;
}

.top-menu .submenu-container ul {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0px);
}

.top-menu .submenu-container li {
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
  text-align: left;
}

.top-menu .submenu-container a {
  color: inherit;
  padding: 16px 10px 16px 20px;
}

.top-menu .sub-menu > li {
  border-bottom: 1px solid #eee;
}

.top-menu .sub-menu > li:last-child {
  border-bottom: none;
}


/* Megamenu implementation */

.top-menu .megamenu-item > .submenu-container .menu-item-image {
  padding-left: 0;
  padding-right: 0;
}

.top-menu .megamenu-item > .submenu-container h6 {
  font-size: 17px;
  text-align: left;
  font-weight: 500;
  margin-bottom: 18px;
  margin-top: 27px;
}

.top-menu .megamenu-item > .submenu-container h6 .default-drop-icon {
  display: none;
}

.top-menu .megamenu-item > .submenu-container .no-title h6 {
  display: none;
}

.top-menu .megamenu-item > .submenu-container .transparent-title h6 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.top-menu .megamenu-item > .submenu-container .mcmenu-textbox {
  text-align: left;
}

.top-menu .megamenu-item > .submenu-container .submenu-container {
  display: block !important;
  position: relative;
  width: auto;
  margin: 0 !important;
  left: 0;
  border: none;
  background: none !important;
}

.top-menu .megamenu-item > .submenu-container .submenu-container li a {
  padding-left: 18px;
  padding-right: 0;
}

.top-menu .megamenu-item > .submenu-container .submenu-container li a .drop-icon-right {
  float: left;
  display: inline-block;
  margin-left: -13px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: .7;
}


/* Menu Cart Item */

.shop-menu-icon {
  padding-left: 0;
  top: 2px;
  position: relative;
}

.shop-menu-icon i {
  font-size: 20px;
}

.shop-menu-icon span.mcwoocart-label {
  display: none;
}

.shop-menu-icon .woobag-container {
  display: inline-block;
  position: relative;
}

.shop-menu-icon span.mcwoocart_total_items {
  background: #000;
  border-radius: 300px;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 15px;
  top: -9px;
  right: -11px;
  font-size: 13px;
}

.shop-menu-icon .mccart-submenu {
  min-width: 250px;
  left: -216px;
}

.shop-menu-icon .cart-menu-count {
  background: #d9b99c;
  border-radius: 300px;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  position: relative;
  margin-left: 5px;
  text-align: center;
  top: -8px;
}


/*-----------------------------------------------------------------
*  Mobile Menu
*-----------------------------------------------------------------*/

.mobile-menu {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #fff;
  top: 0;
  left: 0;
  padding-bottom: 50px;
  overflow-y: auto;
  display: none;
}

.mobile-menu .out-menu {
  position: absolute;
  width: 100%;
  z-index: 0;
}

.mobile-menu .drop-icon-down,
    .mobile-menu .submenu-container {
  display: none;
}

.mobile-menu .drop-icon-right {
  float: right;
  display: none;
}

.mobile-menu ul {
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.mobile-menu li.menu-item-has-children .drop-icon-right {
  display: block;
}

.mobile-menu a {
  width: 100%;
  display: block;
  padding: 6px 10px;
}

.mobile-menu-icon {
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.mobile-menu-icon .menu-icon span {
  position: relative;
  display: block;
  width: 21px;
  height: 2px;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94), top .2s cubic-bezier(.3, 1.4, .7, 1) .2s, bottom .2s cubic-bezier(.3, 1.4, .7, 1) .2s;
}

.mobile-menu-icon .menu-icon span:first-of-type {
  top: -4px;
}

.mobile-menu-icon .menu-icon span:last-of-type {
  bottom: -4px;
}

.mobile-menu-icon .menu-icon.active span {
  transition: transform .2s cubic-bezier(.25, .46, .45, .94) .2s, top .2s cubic-bezier(.3, 1.4, .7, 1), bottom .2s cubic-bezier(.3, 1.4, .7, 1);
}

.mobile-menu-icon .menu-icon.active span.line1 {
  transform: rotate(45deg);
  top: 2px;
}

.mobile-menu-icon .menu-icon.active span.line2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.mobile-menu-icon .menu-icon.active span.line3 {
  transform: rotate(-45deg);
  bottom: 2px;
}

.mobile-menu-icon .drop-title {
  margin-left: 4px;
}

.mobile-menu-actions {
  margin-left: auto;
  padding: 16px 0;
}

.mobile-menu-actions .block,
    .mobile-menu-actions .menu-icon,
    .mobile-menu-actions .drop-title {
  display: inline-block;
}


/*-----------------------------------------------------------------
*  Page Intro
*-----------------------------------------------------------------*/

.page-intro {
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  max-height: 100px;
  min-height: 200px;
}

.page-intro .top-intro {
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 99;
  height: 100%;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.page-intro.head-noimage .top-intro {
  padding: 5em 0 0 0;
  position: relative;
  overflow: visible;
}

.page-intro .intro-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.page-intro img {
  display: block;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  max-width: 2000px;
  min-height: 100%;
}

.page-intro .breadcrumbs {
  text-align: center;
}

.page-intro .breadcrumbs a,
        .page-intro .breadcrumbs span {
  font-size: .9em;
}

.page-intro .main-page-title {
  font-size: 3.5em;
}

.js_active .resizer {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}


/*-----------------------------------------------------------------
*  Main
*-----------------------------------------------------------------*/

#main-content {
  padding-top: 4.5em;
}

#page-content {
  padding-left: 0;
  padding-right: 0;
}

.sidebar-left #page-content .mcrow,
        .sidebar-left #page-content .mccol-md-12,
        .sidebar-right #page-content .mcrow,
        .sidebar-right #page-content .mccol-md-12 {
  padding-left: 0;
  padding-right: 0;
}


/*-----------------------------------------------------------------
*  Portfolio
*-----------------------------------------------------------------*/

.portfolio {
  position: relative;
}

.portfolio ul {
  float: none;
  position: relative;
  margin: 0;
  padding: 0;
}

.portfolio li {
  list-style: none;
  margin: 0;
  display: inline-block;
}

.portfolio .post-thumbnail {
  width: 100%;
  text-align: center;
}

.portfolio-filter-bar {
  position: relative;
  width: 100%;
  margin-bottom: 65px;
  text-align: center;
}

.portfolio-filter-bar .projects-filter-desktop {
  display: none;
}

.portfolio-filter-bar .projects-filter-mobile {
  width: auto;
  border: 2px solid #dfdfdf;
  padding: 5px 28px;
  border-radius: 500px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  float: none;
}

.portfolio-filter-bar .projects-filter-mobile .lines-icon {
  margin-right: 12px;
}

.portfolio-filter-bar .projects-filter-mobile .select {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.portfolio-filter-bar .projects-filter-mobile .mobile-cat-select {
  width: 100%;
  display: inline-block;
  margin-top: 14px;
}

.portfolio-filter-bar ul {
  margin: 0 auto;
  display: table;
}

.portfolio-filter-bar.filter-center ul {
  margin: 0 auto;
  display: table;
}

.portfolio-filter-bar.filter-left {
  text-align: left;
}

.portfolio-filter-bar.filter-left ul {
  display: block;
}

.portfolio-filter-bar.filter-right {
  text-align: right;
}

.portfolio-filter-bar.filter-right ul {
  display: block;
}

.portfolio-filter-bar li {
  margin: 0 8px 0 0;
  font-size: 1.1em;
}

.portfolio-filter-bar .filter-label {
  margin-right: 35px;
}

.portfolio-filter-bar .filter-label .lines-icon {
  margin-right: 10px;
}

.portfolio-filter-bar .filter-label .lines-icon span {
  width: 18px;
}

.portfolio-filter-bar a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  padding: 3px 26px;
  margin-bottom: 9px;
  border-radius: 500px;
  display: block;
}

.portfolio-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.portfolio-list li.project-item {
  width: 100%;
  list-style: none;
}

.project-item {
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.project-item .post-thumbnail {
  display: block;
  clear: both;
  transform: none;
  overflow: hidden;
  transition: none;
  position: relative;
}

.project-item img {
  width: 100%;
  height: auto;
  display: block;
}

.project-item .project-desc {
  padding: 10px 20px;
}

.project-item .project-title {
  margin-top: 16px;
  margin-bottom: 0;
}

.project-item .project-title a {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  text-transform: inherit;
}

.project-item .project-categories {
  font-style: italic;
}

.portfolio-loader {
  position: fixed;
  z-index: 999;
  bottom: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.nav-portfolio {
  margin-top: 50px;
}

.portfolio-loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  transition: opacity .4s linear;
}

.project-hover {
  display: -ms-flexbox !important;
  display: flex !important;
}


/*-----------------------------------------------------------------
*  Blog
*-----------------------------------------------------------------*/

.post-content .container {
  width: 100%;
  padding: 0;
}

.blog-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog-wrapper.grid {
  width: 100%;
}

.blog-wrapper.grid.masonry-init .blog-post {
  margin: 0;
}

.blog-post {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.blog-post .post-inner {
  border: 1px solid transparent;
}

.blog-post .post-thumbnail {
  position: relative;
  width: 100%;
  float: none;
  overflow: hidden;
}

.blog-post .post-thumbnail img {
  width: 100%;
  display: block;
}

.blog-post .post-content {
  float: none;
  width: 100%;
  padding: 30px 30px 50px 30px;
}

.blog-post .post-meta {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.blog-post .post-meta ul {
  padding: 0;
  margin: 0;
}

.blog-post .post-meta li {
  display: inline-block;
  list-style: none;
  margin-right: 7px;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 0;
}

.blog-post .post-title {
  margin-bottom: 20px;
  font-size: 23px;
}

.blog-post .post-title a {
  font-size: inherit;
  color: inherit;
}

.blog-post .post-tags {
  font-size: 1.1em;
  margin-top: -10px;
  border-bottom: 1px solid transparent;
  margin-bottom: 27px;
  padding-bottom: 14px;
}

.blog-post .post-tags a {
  font-size: inherit;
  color: inherit;
}

.blog-post a.read-more {
  border-width: 1px;
  border-style: solid;
  float: none;
  padding: 0 27px;
  font-weight: 400;
  font-size: 1.1em;
  height: 51px;
}

.blog-post.post-video .videogb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
}

.blog-post.post-video .videogb iframe {
  width: 115%;
  height: 151%;
  top: -26%;
  left: -6%;
}

.blog-post.post-video .videogb iframe.playing {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}

.blog-post.post-video .video-play-overlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.blog-post.post-video .video-play-icon {
  font-size: 2.8em;
}

.blog-post.no-thumbnail .post-thumbnail .mc-hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  opacity: 1 !important;
}

.blog-post.no-thumbnail .post-thumbnail .mc-hover .mc-hover-info {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  opacity: 1 !important;
}

.blog-post.no-thumbnail .post-thumbnail img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.blog-post .post-audio-thumbnail .mejs-container,
        
        .blog-post .post-audio-thumbnail .mejs-embed,
        
        .blog-post .post-audio-thumbnail .mejs-embed body {
  height: 67px !important;
}

.blog-post .post-audio-thumbnail .mejs-controls {
  top: 50%;
  transform: perspective(1px) translateY(-50%);
  background: transparent !important;
  padding: 0 25px;
}

.blog-post .post-audio-thumbnail .mejs-controls .mejs-time-rail {
  height: 3px;
  position: relative;
  width: 47% !important;
  margin-right: 15px;
}

.blog-post .post-audio-thumbnail .mejs-controls .mejs-time-rail .mejs-time-slider {
  height: 3px;
  width: 100% !important;
}

.blog-post .post-audio-thumbnail .mejs-controls .mejs-horizontal-volume-slider,
            .blog-post .post-audio-thumbnail .mejs-controls .mejs-horizontal-volume-total,
            .blog-post .post-audio-thumbnail .mejs-controls .mejs-horizontal-volume-current {
  height: 3px !important;
}

.blog-wrapper.mccarousel-container {
  margin-top: 0 !important;
}

.blog-wrapper.mccarousel-container .blog-post {
  width: 100%;
}


/*-----------------------------------------------------------------
*  Single Blog Post
*-----------------------------------------------------------------*/

.blog-post-single .post-inner {
  border: none;
}

.blog-post-single .post-content {
  padding: 0;
}


/*-----------------------------------------------------------------
*  Sidebar
*-----------------------------------------------------------------*/

.sidebar,
.mc_wpsidebar {
  position: relative;
  overflow: hidden;
  display: none;
  width: 100%;
}

.sidebar .widget,
.mc_wpsidebar .widget {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.sidebar .widget-title,
.mc_wpsidebar .widget-title {
  margin: 0;
}

.sidebar .widget-icon,
.mc_wpsidebar .widget-icon {
  margin-right: 7px;
}

.sidebar ul,
.mc_wpsidebar ul {
  padding: 0;
  margin: 0;
}

.sidebar li,
.mc_wpsidebar li {
  list-style: none;
  margin: 0;
  padding-left: 3px;
  position: relative;
}

.sidebar li ul,
.mc_wpsidebar li ul {
  margin-bottom: -7px;
  padding-top: 9px;
  padding-left: 6px;
}

.sidebar li:last-child,
.mc_wpsidebar li:last-child {
  border-bottom: none !important;
}

.sidebar input,
    .sidebar textarea,
    .mc_wpsidebar input,
    .mc_wpsidebar textarea {
  width: 100%;
}

.sidebar input[type='submit'],
.mc_wpsidebar input[type='submit'] {
  width: auto;
}

.sidebar-right .sidebar,
    .sidebar-right .mc_wpsidebar {
  padding-right: 0;
  margin-right: 0;
  display: block;
}

.sidebar-left .sidebar,
    .sidebar-left .mc_wpsidebar {
  padding-left: 0;
  margin-left: 0;
  display: block;
}

.sidebar-none .sidebar {
  display: none;
}

.widget_search button {
  display: none;
}

.widget-title {
  margin-bottom: 0;
}

.widget-notitle .widget-head {
  display: none;
}


/*-----------------------------------------------------------------
*  Footer
*-----------------------------------------------------------------*/

footer {
  margin-top: 4em;
}

footer img {
  width: auto;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer li {
  list-style: none;
  padding: 8px 0;
  margin-bottom: 0;
}

footer li:last-child {
  border-bottom: none;
}

footer .quote-section {
  padding: 55px 30px 55px 30px;
  text-align: center;
  z-index: 50;
  position: relative;
}

footer .quote-section .quote-text {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-right: 30px;
  position: relative;
  top: 8px;
  margin-bottom: 20px;
  display: inline-block;
}

footer .quote-section .mcbutton {
  padding: 0;
  float: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  width: auto;
  padding: 0 34px;
  font-size: 1.2em;
}

footer .quote-section .mcbutton .btn-text {
  width: 100%;
  display: block;
}

footer .quote-section:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
  top: -1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

footer .widget-head {
  margin-bottom: 20px;
}

footer .widget-title {
  font-size: 1.3em;
}

footer .widget-title .mcicon {
  margin-right: 7px;
}

.footer-widgets-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-widgets-container .footer-widget-col {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 2em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-widgets-container .widget-dragme {
  position: absolute;
  width: 5px;
  height: 100%;
  left: auto !important;
  right: 0 !important;
  top: 0;
  cursor: ew-resize;
}

.sub-footer {
  z-index: 3;
  position: relative;
}

.copyright {
  z-index: 3;
  position: relative;
  padding-top: 28px;
}

.copyright p,
    .copyright a,
    .copyright li,
    .copyright li a {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 0;
}

.copyright ul {
  list-style: none;
  float: none;
  margin: none;
  display: inline-block;
}

.copyright-text {
  overflow: hidden;
  width: 100%;
  margin-top: 6px;
}

.footer-social {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.footer-social .mcsocial {
  margin: 0 15px;
  background: none !important;
  width: 22px;
  height: 22px;
  overflow: hidden;
  display: inline-block;
  transition: all .2s linear;
  position: relative;
}

.footer-social .mcsocial:hover {
  width: 75px;
  transition: all .3s linear;
}

.footer-social .mcsocial i {
  float: left;
  display: inline-block;
  font-size: 17px;
}

.footer-social .mcsocial span {
  position: absolute;
  display: inline-block;
  font-family: arial !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  left: 22px;
  top: 0;
}

.footer-social .mcsocial.gplus {
  width: 22px;
}

.footer-social .mcsocial.gplus i {
  width: 23px;
}

.footer-social .mcsocial.gplus span {
  left: 30px;
}

.footer-social .mcsocial.gplus:hover {
  width: 85px;
}

.footer-social .mcsocial.facebook:hover {
  width: 82px;
}

.footer-social .mcsocial.twitter:hover {
  width: 65px;
}

.footer-social .mcsocial.flickr:hover {
  width: 60px;
}

.footer-social .mcsocial.dribble:hover {
  width: 72px;
}

.footer-social .mcsocial.linkedin:hover {
  width: 76px;
}

.footer-social .mcsocial.skype:hover {
  width: 63px;
}

.footer-social .mcsocial.pinterest:hover {
  width: 81px;
}

.footer-social .mcsocial.instagram:hover {
  width: 87px;
}

.footer-social .mcsocial.rss:hover {
  width: 50px;
}

.tabbed-widget-head {
  background: #fafafa;
  overflow: hidden;
  margin-bottom: 27px;
  width: 124%;
  position: relative;
  left: -30px;
  padding-left: 20px;
}

.tabbed-widget-head a {
  padding: 14px;
  display: block;
  float: left;
  color: #545454;
  border-bottom: 2px solid transparent;
}

.tabbed-widget-head a.selected {
  border-bottom: 2px solid #000;
}

.tabbed-widget-section {
  display: none;
}

.tabbed-post .post-thumbnail {
  position: relative;
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 10px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabbed-post .post-thumbnail i.icon-post-th {
  display: block;
  text-align: center;
  font-size: 15px;
  left: 0;
  right: 0;
  color: #eee;
}

.tabbed-post .post-thumbnail img {
  display: block;
}

.tabbed-post .post-thumbnail .mc-hover .mc-hover-info {
  top: 16%;
}

.tabbed-post .post-thumbnail .mc-hover .mc-hover-info i {
  font-size: 29px;
}

.tabbed-post .date {
  font-size: 15px;
}

.tabbed-post h6 {
  font-size: 17px;
  font-weight: 400;
}

.tabbed-post .post-content {
  overflow: hidden;
}

.tabbed-post .recentcomments h6 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.widget_search,
.widget_product_search {
  background: #eee;
}

.widget_search .search-field,
    .widget_search .widget_product_search,
    .widget_product_search .search-field,
    .widget_product_search .widget_product_search {
  position: relative;
}

.widget_search .search-field button,
.widget_search .widget_product_search button,
.widget_product_search .search-field button,
.widget_product_search .widget_product_search button {
  background: none !important;
  padding: 0px;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.widget_search .search-field input[type="text"],
.widget_search .widget_product_search input[type="text"],
.widget_product_search .search-field input[type="text"],
.widget_product_search .widget_product_search input[type="text"] {
  padding: 6px 0 5px 16px !important;
  width: 100%;
  height: 39px;
  outline: none;
}

.widget_search .search-field i,
.widget_search .widget_product_search i,
.widget_product_search .search-field i,
.widget_product_search .widget_product_search i {
  display: none;
}

.mcsocial {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 39px;
  width: 39px;
  margin: 0 7px 7px 0;
  color: #fff;
}

.mcsocial.rounded {
  border-radius: 500px;
}

.mcsocial i {
  color: inherit;
}

.mcsocial.facebook,
    .mcsocial.facebook:hover {
  background: #3c5a96;
}

.mcsocial.twitter,
    .mcsocial.twitter:hover {
  background: #5ea9dd;
}

.mcsocial.gplus,
    .mcsocial.gplus:hover {
  background: #df4b38;
}

.mcsocial.linkedin,
    .mcsocial.linkedin:hover {
  background: #1078b3;
}

.mcsocial.dribble,
    .mcsocial.dribble:hover {
  background: #e95088;
}

.mcsocial.flickr,
    .mcsocial.flickr:hover {
  background: #0063db;
}

.mcsocial.skype,
    .mcsocial.skype:hover {
  background: #00aff0;
}

.mcsocial.instagram,
    .mcsocial.instagram:hover {
  background: #005888;
}

.mcsocial.pinterest,
    .mcsocial.pinterest:hover {
  background: #be2126;
}

.mcsocial.vimeo,
    .mcsocial.vimeo:hover {
  background: #314150;
}

.mcsocial.youtube,
    .mcsocial.youtube:hover {
  background: #e32525;
}

.mcsocial.rss,
    .mcsocial.rss:hover {
  background: #5e5e5e;
}


/*-----------------------------------------------------------------
*  Pagination
*-----------------------------------------------------------------*/

.woocommerce-pagination,
.posts-navigation {
  width: auto;
  float: right;
  overflow: hidden;
}

.woocommerce-pagination span,
    .woocommerce-pagination a,
    .posts-navigation span,
    .posts-navigation a {
  display: block !important;
  float: left !important;
  margin-right: 2px;
  text-align: center !important;
  padding: 11px 15px !important;
  border: 1px solid transparent;
}


/*-----------------------------------------------------------------
*  Comments
*-----------------------------------------------------------------*/

#respond-wrapper {
  border-top: 1px solid #eee;
  margin-top: 25px;
  padding-top: 20px;
}

#respond-wrapper h2 {
  font-size: 1.3em;
}

#comments {
  overflow: hiddens;
  position: relative;
  margin-top: 43px;
  padding-top: 21px;
  margin-top: 39px;
  padding-top: 33px;
}

#comments ol {
  margin: 0 !important;
  padding: 0;
}

#comments li {
  list-style: none;
}

#comments .add {
  float: right;
  position: relative;
  top: -34px;
}

#comments .comments-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 17px;
}

#comments .commentlist {
  padding: 0;
  margin: 42px 0 0;
}

#comments .commentlist li {
  list-style: none;
  margin-bottom: 0;
}

#comments .commentlist li > ul {
  margin-top: -31px;
}

#comments .commentlist li ul {
  padding-top: 40px;
  padding-left: 10px;
}

#comments .comment-entry {
  border-bottom: 1px solid #eee;
  padding: 20px 5px 18px 0;
  margin-top: 0;
  overflow: hidden;
  width: 100%;
}

#comments .comment-entry .avatar {
  padding: 0;
}

#comments .comment-entry .avatar img {
  border-radius: 2px;
}

#comments .comment-entry h4,
        #comments .comment-entry h4 a {
  float: left;
  margin-top: 3px;
  margin-right: 3px;
  margin-bottom: -2px;
}

#comments .comment-entry h4 a {
  margin-top: 0;
}

#comments .comment-body {
  padding-left: 30px;
}

#comments .comment-meta {
  margin-bottom: 7px;
}

#comments .comment-meta .comment-reply-link {
  text-transform: lowercase;
  font-style: italic;
}

#comments .pp_inline .comment-form-comment {
  margin-top: -48px !important;
  height: 130px;
}

#comments .pp_inline .comment-form-comment textarea {
  height: 107px !important;
  color: #636262;
  line-height: 18px;
}

.logged-in #respond .comment-form-comment {
  position: relative;
  width: 100% !important;
  top: 0;
  margin-bottom: 0;
}

.logged-in .pp_inline #respond .comment-form-comment {
  position: relative;
  width: auto !important;
  top: 0;
  margin-bottom: 0;
}

#list_pings {
  margin-left: 108px;
}

#list_pings h2 {
  font-weight: bold;
  font-size: 15px;
}

#list_pings li a {
  font-weight: bold;
  text-decoration: underline;
  margin-right: 26px;
}

#list_pings li p.date {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
}


/*-----------------------------------------------------------------
*  Comments Form
*-----------------------------------------------------------------*/


/*-----------------------------------------------------------------
*  Widgets
*-----------------------------------------------------------------*/

.widget_search.search-field,
    .widget_search.widget_product_search,
    .widget_product_search.search-field,
    .widget_product_search.widget_product_search {
  position: relative;
}

.widget_search.search-field button,
.widget_search.widget_product_search button,
.widget_product_search.search-field button,
.widget_product_search.widget_product_search button {
  background: none !important;
  padding: 0;
  display: block;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.widget_search.search-field input[type='text'],
.widget_search.widget_product_search input[type='text'],
.widget_product_search.search-field input[type='text'],
.widget_product_search.widget_product_search input[type='text'] {
  padding: 6px 0 5px 16px !important;
  width: 100%;
  height: 39px;
  outline: none;
}

.widget_search i,
.widget_product_search i {
  display: none;
}

.widget_calendar thead th {
  text-align: center;
  padding-top: 10px;
}

.widget_calendar tbody td {
  background: none !important;
}

.widget_calendar tbody td:hover {
  cursor: pointer;
  background: none;
}

.widget_mcstudios-flickr-widget .quick-flickr-item {
  width: 78px;
  height: 65px;
  overflow: hidden;
  float: left;
  margin: 0 7px 7px 0;
}

.widget_mcstudios-flickr-widget .quick-flickr-item:nth-child(3n) {
  margin-right: 0;
}

.widget_mcstudios-flickr-widget img {
  width: 100%;
}

.widget_mcstudios_socialwidget a {
  width: 43px;
  height: 43px;
  position: relative;
  text-align: center;
  margin-left: 0 !important;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 0 !important;
}

.widget_mcstudios_socialwidget i {
  position: absolute;
  left: 0;
  right: 0;
  top: 11px;
  font-size: 19px;
}

.twitter-widget ul {
  padding: 0;
  margin: 0;
}

.twitter-widget li {
  list-style: none;
  padding-left: 0 !important;
}

.twitter-widget p {
  margin-bottom: 9px;
}

.twitter-widget abbr {
  font-size: 15px;
  font-style: italic;
}

.twitter-widget i {
  float: right;
}

.widget_tag_cloud a {
  padding: 3px 5px;
  display: inline-block;
  margin-bottom: 5px;
}

.widget_mcstudios-contact-widget ul {
  padding: 0;
  margin: 0;
}

.widget_mcstudios-contact-widget li {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
  font-size: 1em;
}

.widget_mcstudios-contact-widget li:last-child {
  padding-bottom: 0;
}

.widget_mcstudios-contact-widget .widget-contact-icon {
  margin-right: 10px;
  margin-top: 5px;
  float: left;
  overflow: hidden;
  display: block;
}

.widget_mcstudios-contact-widget .contact-text {
  overflow: hidden;
  width: auto;
  display: block;
}

.mc_wpsidebar {
  width: 100%;
  overflow: visible;
}


/*-----------------------------------------------------------------
*  Tooltip
*-----------------------------------------------------------------*/

#mctooltip {
  position: absolute;
  display: none;
  background: #000;
  color: #fff;
  padding: 4px 12px;
  border-radius: 2px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  max-width: 300px;
}

#mctooltip:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 8.5px 0 8.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
}


/*-----------------------------------------------------------------
*  Audio Player
*-----------------------------------------------------------------*/

.mejs-container .mejs-duration,
    .mejs-container .mejs-currenttime {
  font-size: 12px;
}

.mejs-container .mejs-controls {
  background: rgba(0, 0, 0, .87) !important;
}

.mejs-container .mejs-controls .mejs-time-total.mejs-time-slider {
  height: 5px;
  top: 7px;
}

.mejs-container .mejs-controls .mejs-time-current,
        .mejs-container .mejs-controls .mejs-time-loaded,
        .mejs-container .mejs-controls .mejs-time-loaded {
  height: 5px;
}

.mejs-container .mejs-controls .mejs-time-float span {
  font-size: 10px;
}

.mejs-container .mejs-poster {
  background-size: cover;
}


/*-----------------------------------------------------------------
*  Hover Effect
*-----------------------------------------------------------------*/

.mc-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: 99;
}

.mc-hover .mc-hover-info {
  position: absolute;
  text-align: center;
  z-index: 9999;
  width: 100%;
  top: 40%;
}

.mc-hover .action-links {
  text-align: center;
}

.mc-hover .icon-post-format {
  color: #fff;
  font-size: 41px;
}


/*-----------------------------------------------------------------
*  WooCommerce General
*-----------------------------------------------------------------*/

.woocommerce del {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  margin-right: 7px;
}

.woocommerce del span {
  font-size: 23px;
}

.woocommerce ins {
  text-decoration: none;
}

.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: 'star';
}

.woocommerce .star-rating:before {
  content: '\73\73\73\73\73';
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #c5c5c5;
}

.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
  content: '\53\53\53\53\53';
  top: 0;
  position: absolute;
  color: #f0be65;
  left: 0;
}

.woocommerce .onsale-bubble {
  width: 62px;
  height: 62px;
  background: #000;
  border-radius: 500px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table;
  position: absolute;
  top: -15px;
  right: -10px;
}

.woocommerce .onsale-bubble span {
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}

.woocommerce p.stars a:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: 'WooCommerce';
  content: '\e021';
  text-indent: 0;
}

.woocommerce p.stars a:hover ~ a:before {
  content: '\e021';
}

.woocommerce p.stars:hover a:before {
  content: '\e020';
}

.woocommerce p.stars.selected a.active:before {
  content: '\e020';
}

.woocommerce p.stars.selected a.active ~ a:before {
  content: '\e021';
}

.woocommerce p.stars.selected a:not(.active):before {
  content: '\e020';
}


/*-----------------------------------------------------------------
*  WooCommerce Products Page
*-----------------------------------------------------------------*/

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-store-archive h1.page-title {
  display: none;
}

.woocommerce li.product {
  text-align: center;
  position: relative;
  list-style: none;
}

.woocommerce li.product h3 {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.woocommerce li.product .price {
  text-align: center;
}

.woocommerce li.product del span {
  font-size: 17px;
}

.woocommerce li.product .add_to_cart_buttonssss {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border: none;
  background: none;
}

.woocommerce li.product .star-rating {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 10px;
}

.woocommerce li.product .onsale-bubble {
  left: 0;
}

.woocommerce li.product .price {
  font-size: 1em;
  position: absolute;
  width: 100%;
  font-style: italic;
  left: 0;
}

.woocommerce li.product .button {
  margin: 0 auto;
  float: none;
  width: auto;
  background: none;
  border: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  padding: 0;
  margin: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 2px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 10px;
  width: 100%;
}


/*-----------------------------------------------------------------
*  WooCommerce Single Product
*-----------------------------------------------------------------*/

.woocommerce-single-product .images {
  position: relative;
}

.woocommerce-single-product .woocommerce-main-image {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  text-align: center;
}

.woocommerce-single-product .thumbnails {
  width: 100%;
}

.woocommerce-single-product .thumbnails .item {
  width: 90px;
  float: left;
}

.woocommerce-single-product .thumbnails a {
  display: block;
}

.woocommerce-single-product .product_title {
  margin-bottom: 0;
}

.woocommerce-single-product .woocommerce-product-rating {
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  margin-right: 17px;
}

.woocommerce-single-product .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-bottom: 20px;
}

.woocommerce-single-product .price {
  font-size: 2.5em;
  margin-bottom: 30px;
  float: left;
}

.woocommerce-single-product .price del {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  opacity: .3;
  margin-right: 7px;
}

.woocommerce-single-product .price del span {
  font-size: 23px;
}

.woocommerce-single-product .price ins {
  text-decoration: none;
}

.woocommerce-single-product p.stock {
  float: right;
}

.woocommerce-single-product p.stock:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #eee;
  margin-right: 5px;
  border-radius: 500px;
}

.woocommerce-single-product p.stock.in-stock:before {
  background: #1fd500;
}

.woocommerce-single-product .star-rating {
  float: none;
  display: inline-block;
  margin-right: 6px;
  font-size: .8em;
}

.woocommerce-single-product .product_meta span {
  display: block;
  width: 100%;
}

.woocommerce-single-product .product_meta .sku {
  display: inline-block;
  width: auto;
}

.woocommerce-single-product .tagged_as {
  font-style: italic;
  text-decoration: underline;
}

.woocommerce-single-product .tagged_as a {
  color: inherit;
}

.woocommerce-single-product .product-shbottom {
  margin-top: 25px;
}

.woocommerce-single-product h4 {
  font-size: 1.20em;
  margin-bottom: 8px;
}

.woocommerce-single-product .related {
  width: 100%;
  clear: both;
  margin-top: 33px;
  display: block;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 60px;
}

.woocommerce-single-product .comment-form-comment,
    .woocommerce-single-product .comment-form-rating {
  margin-bottom: 0;
}

form.cart {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  width: 100%;
  clear: both;
}

form.cart.variations_form {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  clear: both;
}

.woocommerce table.variations {
  margin-top: 14px;
  margin-bottom: 10px;
}

.woocommerce table.variations tbody tr {
  background-color: transparent;
}

.woocommerce table.variations tbody td {
  border: none;
  padding: 0;
  padding-bottom: 10px;
}

.woocommerce table.variations tbody .label label {
  padding-left: 10px;
}

.woocommerce table.variations tbody .reset_variations {
  margin-left: 16px;
  font-weight: bold;
}

.mccustom_variation_custom_data {
  display: inline-block;
}

.custom-variation-select-preview {
  display: inline-block;
  margin: 0 5px 0 0;
  border-radius: 500px;
  border: 1px solid #eee;
  position: relative;
  cursor: pointer;
}

.custom-variation-select-preview .preview-color {
  background-color: transparent;
  border: 1px solid #eee;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 500px;
}

.custom-variation-select-preview.selected {
  border-color: #000;
}

.select-field-hidden {
  display: none;
}

.woocommerce-variation-add-to-cart {
  display: -ms-flexbox;
  display: flex;
}

.single_variation_wrap p.stock {
  margin-bottom: 0;
}

.quantity {
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 40%;
}

.quantity .qty {
  text-align: center;
  border: 1px solid #eee;
  border-top: none;
  border-bottom: none;
  background: none;
  border-radius: 0;
  height: 45px;
  width: 100%;
}

.qty-label {
  padding: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70%;
  display: none;
}

.qty-changer {
  display: none;
}

.qty-changer input {
  display: block;
  width: 55px;
  height: 24px;
  border: none;
  background: none;
  margin: 0;
}

.single_add_to_cart_button {
  width: 60%;
  padding: 0;
  margin: 0;
}

.woocommerce-tabs {
  padding-top: 75px;
  overflow: hidden;
}

.woocommerce-tabs ul.tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  margin-right: 40px;
}

.woocommerce-tabs ul.tabs li {
  width: 100%;
  text-align: center;
  border: 1px solid #e0e0e0;
  padding: 8px 10px;
  margin-bottom: 10px;
  position: relative;
}

.woocommerce-tabs ul.tabs li:before {
  display: block;
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #eee;
  transition: all .1s linear;
}

.woocommerce-tabs ul.tabs li.active:before,
.woocommerce-tabs ul.tabs li:hover:before {
  width: 3px;
}

.woocommerce-tabs ul.tabs li a {
  display: block;
  color: inherit;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  display: block;
  width: 100%;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 1.3em;
}

.woocommerce-tabs #comments {
  padding: 0;
  margin: 0;
}

.woocommerce-tabs .comment_container {
  position: relative;
}

.woocommerce-tabs .comment_container .comment-text {
  border: 1px solid #eee;
  padding: 15px 20px;
  margin-bottom: 20px;
  float: left;
  margin-left: 20px;
  width: 92%;
}

.woocommerce-tabs .comment_container .star-rating {
  float: none;
  font-size: .7em;
  margin-bottom: 5px;
}

.woocommerce-tabs .comment_container .meta {
  font-size: 1em;
}

.woocommerce-tabs .comment_container .avatar {
  width: 40px !important;
  float: left !important;
}

.woocommerce-tabs #respond {
  position: static;
  margin: 0;
  width: auto;
  padding: 0 0 0;
  background: transparent none;
  border: 0;
  margin-top: 26px;
}

.woocommerce-tabs #respond .form-submit input {
  left: auto;
}

.woocommerce-tabs #respond textarea {
  box-sizing: border-box;
  width: 100%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 100%;
}


/*-----------------------------------------------------------------
*  CF7
*-----------------------------------------------------------------*/

.wpcf7-form .wpcf7-form-control {
  width: 100%;
}

.wpcf7-form .mccol-md-6 {
  padding-left: 0;
}

.wpcf7-form .last {
  padding-right: 0;
}


/*-----------------------------------------------------------------
*  Inputs
*-----------------------------------------------------------------*/

input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
input[type='search'],
input[type='tel'],
input[type='url'],
select,
textarea,
.select-holder {
  border: 1px solid #d5d5d5;
  border-radius: 2px;
  padding: 3px 10px;
  height: 39px;
  box-shadow: none;
  font-weight: inherit;
  color: inherit;
  outline: none;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='text'].full-input,
input[type='number'].full-input,
input[type='email'].full-input,
input[type='password'].full-input,
input[type='date'].full-input,
input[type='month'].full-input,
input[type='week'].full-input,
input[type='time'].full-input,
input[type='datetime'].full-input,
input[type='datetime-local'].full-input,
input[type='color'].full-input,
input[type='search'].full-input,
input[type='tel'].full-input,
input[type='url'].full-input,
select.full-input,
textarea.full-input,
.select-holder.full-input {
  width: 100%;
}

textarea {
  min-height: 130px;
  height: auto;
  width: 100%;
  padding: 12px 15px;
}

.select-holder {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.select-holder select {
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.select-holder .select-inner {
  display: table;
  height: 100%;
  width: 100%;
}

.select-holder .select-header {
  cursor: pointer;
  z-index: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.select-holder .select-dropdown {
  right: 0;
  top: 0;
  width: 35px;
  height: 100%;
  text-align: center;
  font-size: 17px;
  text-align: center;
  position: absolute;
  transform-style: preserve-3d;
}

.select-holder .select-dropdown i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.select-holder:hover .select-dropdown i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.select-holder select {
  width: 100% !important;
  cursor: pointer !important;
  display: block;
}

.select-base {
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  z-index: -1;
}

select {
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button;
}

button,
input[type='submit'] {
  outline: none !important;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0 20px;
  height: 49px;
  text-transform: uppercase;
  font-family: inherit;
  border-radius: 3px;
  border: none;
}

input[type='submit']:active,
input[type='submit']:focus {
  outline: none !important;
  text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}


/*-----------------------------------------------------------------
*  Extra Classes
*-----------------------------------------------------------------*/

pre {
  border-radius: 2px;
  padding-left: 20px;
}

table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-bottom: 25px;
  padding: 0;
}

table thead th {
  padding: 10px;
  border: 1px solid #eee;
  border-width: 0 1px 0 0;
}

table tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

table tbody td {
  vertical-align: middle;
  border: 1px solid #eee;
  border-width: 0 1px 0 0;
  text-align: left;
  padding: 10px;
  font-weight: normal;
}

a:focus,
img:focus {
  border: none;
  outline: none;
  box-shadow: none !important;
}

.post-thumbnail {
  overflow: hidden;
  transform: translateZ(0);
  position: relative;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption .alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption .alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption .alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-caption {
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  padding: 12px 4px 5px;
}

.bypostauthor {
  color: #454545;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.sticky {
  background: #fafafa;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
  text-align: center;
}

.align-left {
  float: left;
  margin: 10px 10px 10px 1px;
}

.align-right {
  float: right;
  margin: 10px 0 10px 10px;
}

.no-margin {
  margin: 0 !important;
}

.margin-bottom0 {
  margin-bottom: 0 !important;
}

.margin-bottom {
  margin-bottom: 22px;
}

.margin-top {
  margin-top: 22px;
}

.padding-bottom0 {
  padding-bottom: 6px !important;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.prevent-scroll {
  overflow: hidden;
}

.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.noscroll {
  overflow: hidden !important;
}

.mclinkto {
  cursor: pointer !important;
}

.no-space [class*='span'] {
  margin-left: 0;
}

.mcsbtn {
  border: 1px solid #d7d7d7;
  border-radius: 500px;
  padding: 7px 25px;
  margin: 0 10px 10px 0;
  transition: all .2s linear;
}

.mcsbtn.btn-facebook i {
  color: #3c5a96;
}

.mcsbtn.btn-twitter i {
  color: #5ea9dd;
}

.mcsbtn.btn-gplus i {
  color: #df4b38;
}

.mcsbtn.btn-linkedin i {
  color: #1078b3;
}

.mcsbtn.btn-pinterest i {
  color: #be2126;
}

.mcsbtn.btn-whatsapp i {
  color: #00e676;
}

.mcsbtn .stext {
  margin-left: 10px;
}

.mcsbtn:hover {
  transition: all .2s linear;
}

.mcsbtn:hover.btn-facebook {
  background-color: #3c5a96;
  border-color: #3c5a96;
}

.mcsbtn:hover.btn-twitter {
  background-color: #5ea9dd;
  border-color: #5ea9dd;
}

.mcsbtn:hover.btn-gplus {
  background-color: #df4b38;
  border-color: #df4b38;
}

.mcsbtn:hover.btn-linkedin {
  background-color: #1078b3;
  border-color: #1078b3;
}

.mcsbtn:hover.btn-pinterest {
  background-color: #be2126;
  border-color: #be2126;
}

.mcsbtn:hover.btn-whatsapp {
  background-color: #00e676;
  border-color: #00e676;
}

.mcsbtn:hover .stext,
        .mcsbtn:hover i {
  color: #fff;
}

#wp-calendar caption {
  font-size: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.zoomExit {
  animation: zoomExit .5s;
}

@keyframes zoomExit {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    transform: scale(1);
  }
  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    transform: scale(0);
  }
}

.loadersvg path {
  fill: none;
  stroke-width: 6;
}

.loadersvg path.loader-circlebg {
  stroke: #ddd;
}

.loadersvg path.loader-circle {
  transition: stroke-dashoffset .2s;
  stroke: #000;
}

.mcloader {
  animation: loaderEnter .3s;
}

.gslide-image {
  background: #fff;
}

.lines-icon {
  position: relative;
  display: inline-block;
}

.lines-icon span {
  position: relative;
  display: block;
  width: 21px;
  height: 2px;
  background: #000;
  transition: transform .2s cubic-bezier(.25, .46, .45, .94), top .2s cubic-bezier(.3, 1.4, .7, 1) .2s, bottom .2s cubic-bezier(.3, 1.4, .7, 1) .2s;
}

.lines-icon span:first-of-type {
  top: -3px;
}

.lines-icon span:last-of-type {
  bottom: -3px;
}

.doing-move .main-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: transparent;
}

.doing-move header {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 481px) {
  .portfolio-list li.project-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: calc(49.95% - 7.5px);
  }
  .portfolio-list li.project-item:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none;
  }
  .portfolio-list li.project-item:last-child {
    margin-right: 0;
  }
  .portfolio-list li.project-item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .portfolio-list li.project-item:nth-child(2n + 1) {
    clear: both;
  }
  .portfolio-cols3 li.project-item {
    width: calc(49.95% - 7.5px);
  }
  .portfolio-cols3 li.project-item:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none;
  }
  .portfolio-cols3 li.project-item:last-child {
    margin-right: 0;
  }
  .portfolio-cols3 li.project-item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .portfolio-cols3 li.project-item:nth-child(2n + 1) {
    clear: both;
  }
  .portfolio-cols4 .portfolio-list li.project-item {
    width: calc(49.95% - 7.5px);
  }
  .portfolio-cols4 .portfolio-list li.project-item:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none;
  }
  .portfolio-cols4 .portfolio-list li.project-item:last-child {
    margin-right: 0;
  }
  .portfolio-cols4 .portfolio-list li.project-item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .portfolio-cols4 .portfolio-list li.project-item:nth-child(2n + 1) {
    clear: both;
  }
  .footer-widgets-container {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (min-width: 769px) {
  .top-menu {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .mobile-menu-actions {
    display: none;
  }
  .page-intro {
    max-height: 450px;
  }
  .sidebar-left #page-content,
.sidebar-right #page-content {
    width: 73%;
    float: left;
  }
  .sidebar-left #page-content {
    width: 73%;
    float: right;
  }
  .portfolio-filter-bar .projects-filter-desktop {
    display: table;
  }
  .portfolio-filter-bar .projects-filter-mobile {
    display: none;
  }
  .portfolio-cols3 li.project-item {
    width: 99.9%;
  }
  .portfolio-cols3 li.project-item:nth-child(1n) {
    float: left;
    margin-right: 3;
    clear: none;
  }
  .portfolio-cols3 li.project-item:last-child {
    margin-right: 0;
  }
  .portfolio-cols3 li.project-item:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  .portfolio-cols3 li.project-item:nth-child(3n + 1) {
    clear: both;
  }
  .portfolio-cols4 .portfolio-list li.project-item {
    width: 99.9%;
  }
  .portfolio-cols4 .portfolio-list li.project-item:nth-child(1n) {
    float: left;
    margin-right: 4;
    clear: none;
  }
  .portfolio-cols4 .portfolio-list li.project-item:last-child {
    margin-right: 0;
  }
  .portfolio-cols4 .portfolio-list li.project-item:nth-child(4n) {
    margin-right: 0;
    float: right;
  }
  .portfolio-cols4 .portfolio-list li.project-item:nth-child(4n + 1) {
    clear: both;
  }
  .blog-grid-2 .blog-post {
    width: calc(49.95% - 7.5px);
  }
  .blog-grid-2 .blog-post:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none;
  }
  .blog-grid-2 .blog-post:last-child {
    margin-right: 0;
  }
  .blog-grid-2 .blog-post:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  .blog-grid-2 .blog-post:nth-child(2n + 1) {
    clear: both;
  }
  .blog-grid-3 .blog-post {
    width: calc(33.3% - 10px);
  }
  .blog-grid-3 .blog-post:nth-child(1n) {
    float: left;
    margin-right: 15px;
    clear: none;
  }
  .blog-grid-3 .blog-post:last-child {
    margin-right: 0;
  }
  .blog-grid-3 .blog-post:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  .blog-grid-3 .blog-post:nth-child(3n + 1) {
    clear: both;
  }
  .sidebar,
.mc_wpsidebar {
    width: 26%;
  }
  .sidebar-right .sidebar,
    .sidebar-right .mc_wpsidebar {
    padding-left: 40px;
    float: right;
  }
  .sidebar-left .sidebar,
    .sidebar-left .mc_wpsidebar {
    padding-right: 40px;
    float: left;
  }
  .footer-widgets-container .footer-widget-col {
    margin-bottom: 0;
  }
  .woocommerce-single-product .woocommerce-main-image {
    width: 86%;
    float: right;
  }
  .woocommerce-single-product .thumbnails .item {
    width: 100%;
    float: none;
  }
  .woocommerce-single-product .thumbnails {
    width: 12%;
    float: left;
  }
  .quantity {
    width: 100%;
  }
  .qty-changer {
    display: inline-block;
  }
  .single_add_to_cart_button {
    width: 100%;
  }
  .woocommerce-tabs ul.tabs {
    width: 20%;
    float: left;
  }
  .woocommerce-tabs .woocommerce-Tabs-panel {
    width: 75%;
    float: right;
  }
  .woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 56%;
  }
  .woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 40%;
  }
}

@media (min-width: 993px) {
  .quantity .qty {
    height: auto;
    max-width: 69px;
  }
  .qty-label {
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
input[type='search'],
input[type='tel'],
input[type='url'],
select,
textarea,
.select-holder {
    font-size: 14px;
  }
}
/*This file was exported by "Export WP Page to Static HTML" plugin which created by ReCorp (https://myrecorp.com) */