/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

@import url(fontawesome-pro-5.13.1-web/css/all.css);

/* sticky-footer */

.outside-more-articles {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  transition: all 500ms cubic-bezier(.265,.365,.26,.865);
  -webkit-transition-timing-function: cubic-bezier(.265,.365,.26,.865);
  -moz-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  -o-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
 
}


.outside-more-articles--bottom {
	bottom: -65px;
}


.outside-more-articles--show {
	visibility: visible;
}

.outside-more-articles--bottom.outside-more-articles--show {
	bottom: 0;
}

.more-articles-holder {
  margin: 0 0 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight:700;
  font-size: 14px;
  color: #ffffff;
  background: #555555;
  letter-spacing:1px;
}

.more-articles-holder a {
  margin: 0 0 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight:700;
  font-size: 14px;
  color: #ffffff;
  letter-spacing:1px;
  text-decoration:none;
}

.more-articles-holder {
  width: 620px;
  padding: 12px 20px;
  display: block;
  margin: 0 auto;
  height: 44px;
  text-align: center;
  border-top-right-radius: 160px;
  border-top-left-radius: 160px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}


.ma-tel {
  display: inline-block;
  margin-right: 20px;
}

.ma-tel .link-sf-mv {
  display: none;
}

.ma-divider {
  display: inline-block;
  background: #ffffff;
  width: 2px;
  height: 15px;
  margin-bottom: -2px;
  opacity: 0.5;
}

.ma-em {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}

.ma-em .link-sf-mv {
  display: none;
}

.ma-lc {
  display: inline-block;
  margin-left: 20px;
}

.ma-lc .link-sf-mv {
  display: none;
}

.link-sf-mv {
  font-size: 26px;
  vertical-align: middle;
}

@media only screen and (max-width: 640px) {
  .more-articles-holder {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 550px) {
  .more-articles-holder {
    height: 50px;
    padding: 0 20px;
  }

  .more-articles-holder a {
    text-decoration: none;
  }
  .ma-tel,
  .ma-em,
  .ma-lc {
    margin-right: 0;
    margin-left: 0;
  }

  .ma-tel .link-sf-dt {
    display: none;
  }

  .ma-tel .link-sf-mv {
    display: block;
    padding: 12px 20px;
  }

  .ma-divider {
    display: none;
  }

  .ma-em .link-sf-dt {
    display: none;
  }

  .ma-em .link-sf-mv {
    display: block;
    padding: 12px 20px;
    border-left: solid 1px #ffffff;
  }

  .ma-lc .link-sf-dt {
    display: none;
  }
  .ma-lc .link-sf-mv {
    display: block;
    padding: 12px 20px;
    border-left: solid 1px #ffffff;
  }
}