/*
Theme Name: Pathfinders
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  ***************/
#footer .logo img {
    max-width: 130px;
}
.footer-copyright {
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.contact-submit{
    background: #4d207a !important;
    border-color: #4d207a !important;
    color: white !important;
    font-weight: 300;
}
.contact-submit {
    background: #4d207a !important;
    border-color: #4d207a !important;
    color: white !important;
    font-weight: 300;
    padding: 15px 15px !important;
    width: 100% !important;
}
.home-intro{
    padding: 15px 0 !important;
}
.home-intro .get-started {
    margin-top: 0px !important;
}
.porto-map-section .map-content {
    background-color: transparent;
}
.porto-concept strong{
    font-weight: 300;
    font-family: inherit;
    font-size: 20px;
}
.markets-row{
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.markets-col{
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.markets-col.w7{
    width: 14.2%;
}
.markets-col.w6{
    width: 16.66%;
}
.markets-col.w5{
    width: 20%;
}
.markets-col h2{
    font-size: 15px;
    font-weight: 500;
}
@media screen and (max-width: 900px){
    .markets-col{
        width: 50% !important;
    }
}
.market-icon{
    position: relative;
    display: block;
    width: 60px;
    margin: auto;
    margin-bottom: 10px;
}

.partner {
    position: relative;
    display: block;
    text-align: center;
}
.partner-image {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 70%;
}
.partner-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}
.partner-info {
    position: relative;
    display: none;
    padding: 15px;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    background: #fafafa;
}
.partner-info.opened{
    display: block;
}
