/*
Theme Name: Tatiana Saboya 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  ***************/

@media (min-width: 576px) {
    .col-half-section { padding-left: 15px !important; padding-right: 15px !important; }
}

.home-intro p span:last-child {
  position: relative;
}

.home-intro p span:last-child:before {
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  right: -40px;
  width: 30px;
  border-bottom: 1px solid #FFF;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-intro p span:last-child:after {
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  right: -44px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-btn-style-1 > a {
  padding: 14px 25px !important;
  font-size: 12px !important;
  border-radius: 2px !important;
}

.custom-btn-style-2 > a {
  padding: 14px 30px !important;
  font-size: 12px !important;
  border-width: 2px;
  color: inherit !important;
}

a.custom-btn-style-2 {
  padding: 14px 30px !important;
  font-size: 12px !important;
  border-width: 2px;
}

.custom-parallax-height {
  min-height: 315px;
}

.stats-block .stats-text, .stats-block .stats-number, div.stats-desc > div.counter_prefix, div.stats-desc > div.counter_suffix {
  font-weight: inherit;
}

.custom-sm-margin-bottom-1 > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.porto-sicon-top {
  line-height: 0;
}

.wpb_wrapper .top-icon .porto-sicon-header h3.porto-sicon-title {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.owl-carousel.custom-nav .owl-nav {
  position: relative;
  top: initial;
  bottom: 122px;
  left: 50%;
  width: 230px;
  transform: translateX(-50%);
}

.owl-carousel.custom-nav .owl-nav .owl-next, .owl-carousel.custom-nav .owl-nav .owl-prev {
  background: transparent !important;
}

.owl-carousel.custom-nav .owl-nav .owl-next:before, .owl-carousel.custom-nav .owl-nav .owl-prev:before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #2e353e;
  border-left: 1px solid #2e353e;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.owl-carousel.custom-nav .owl-nav .owl-next:before {
  right: 0;
  left: auto;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.custom-background-image-1:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(//sw-themes.com/porto_dummy/wp-content/uploads/2017/03/lets-talk-bg.png);
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.custom-feature-box {
  display: block;
}

.custom-opacity-effect-1 {
  -webkit-transition: ease opacity 300ms;
  -moz-transition: ease opacity 300ms;
  transition: ease opacity 300ms;
}

.custom-opacity-effect-1:hover {
  opacity: .5;
}

.custom-feature-box .feature-box-info {
  padding: 0;
}

.custom-feature-box .feature-box-info label {
  display: block;
  margin: 0;
  line-height: 1;
  font-size: .8em;
}

.custom-feature-box .feature-box-info strong {
  font-size: 1.5em;
  line-height: 1.3;
}

.porto-sicon-header + .porto-sicon-description {
  margin-top: 5px;
}

.porto-sicon-box {
  margin-bottom: 20px;
}

.porto-sicon-box-link:hover, .porto-sicon-box-link:visited, .porto-sicon-box-link:focus {
  text-decoration: none;
}

.thumb-info {
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
}

.thumb-info.thumb-info-hide-wrapper-bg:hover {
  box-shadow: 0 0 70px 0 rgba(139, 139, 139, 0.3) !important;
}

.member-item.member-item-3 .thumb-info:hover .thumb-info-caption {
  background: #fff !important;
  color: inherit !important;
}

.member-item.member-item-3 .thumb-info:hover .thumb-info-caption * {
  color: inherit !important;
}

.member-item.member-item-3 .thumb-info:hover .thumb-info-caption a h4:hover {
  color: #2e353e !important;
}

.member-item.member-item-3 .thumb-info:hover a.member-info-container h4 {
  color: #2e353e !important;
}

.member-item.member-item-3 .thumb-info:hover a.member-info-container h4:hover {
  color: #2e353e !important;
}

.member-item.member-item-3 .thumb-info:hover .thumb-info-caption p {
  color: #777 !important;
}

.thumb-info-caption-title h4 {
  font-size: 0.9em !important;
  color: #2e353e !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  font-family: "Poppins",sans-serif;
}

.thumb-member-container a.member-image {
  margin-bottom: 0 !important;
}

.member-item.member-item-3 .view-more {
  color: #fff;
  background-color: #eb5e28 !important;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}

.member-item.member-item-3 .view-more:before {
  content: '+';
}

.member-item.member-item-3 .thumb-info:hover .view-more {
  color: #fff !important;
}

.mfp-content .ajax-container {
  max-width: 990px !important;
}

.member-ajax-modal .member-image .img-thumbnail {
  border: none !important;
  padding: 0 !important;
  background: none !important;
}
.member-ajax-modal .member-image .img-thumbnail img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.member-ajax-modal h2.shorter {
  color: #2e353e !important;
  font-weight: 600;
  font-size: 1.8em;
}

.member-ajax-modal h4 {
  color: #777;
}

.member-ajax-modal .member-share-links {
  position: absolute;
  left: -38%;
  top: 60%;
  border-top: none;
}

.member-ajax-modal .member-share-links a {
  border-radius: 0;
  background: #fff !important;
  color: #93949a !important;
  border: 1px solid #c9c9cc;
}

.member-ajax-modal .member-share-links a.share-facebook:hover {
  background: #3b5a9a !important;
  color: #fff !important;
}

.member-ajax-modal .member-share-links a.share-twitter:hover {
  background: #1aa9e1 !important;
  color: #fff !important;
}

.member-ajax-modal .member-share-links a.share-linkedin:hover {
  background: #0073b2 !important;
  color: #fff !important;
}

.member-ajax-modal .member-share-links a.share-googleplus:hover {
  background: #171717 !important;
  color: #fff !important;
}

.share-links-block h5 {
    display: none;
}

.grecaptcha-badge {
	visibility: collapse !important;  
}
