/*
Theme Name: Oshin Child
Theme URI: http://thisiscrowd.com
Author: Ralph (Crowd)
Author URI: http://thisiscrowd.com
Template: oshin
Description:  Extend Oshin
Version: 1.0.0
License: Unlicensed
License URI: N/A
Tags:
Text Domain: oshin-child
*/

/*******************************************************************************
 * Map/Info Windows
 ******************************************************************************/
.google-map-container {
    height: 600px;
    width: 100%;
}

.gm-style-iw > div {
    width: auto !important;
    max-width: inherit !important;
}

.pof-infowindow {
    padding: 1rem 4px;
}

.pof-infowindow h2 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.pof-infowindow p {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.pof-infowindow p:last-of-type {
    margin-bottom: 0;
}

.gm-style .pof-infowindow img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.pof-infowindow .cta {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: #1d4288;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    text-transform: uppercase;
}

/*******************************************************************************
 * Filters List
 ******************************************************************************/
.google-map-ui-wrapper {
    position: relative;
    overflow: hidden;
}

.gm-filters-list {
    width: 100%;
    padding: 2rem;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    background: #203D7B;
}

.gm-filters-list li:first-child {
    display: block;
}
.gm-filters-list li {
    margin-bottom: 0.25rem;
    position: relative;
    display: inline-block;
    margin-right: 1rem;
}

.gm-filters-list h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #fff;
}

.gm-filters-list input[type="checkbox"] {
    visibility: hidden;
    width: 1rem;
    height: 1rem;
    padding:0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
}

.gm-filters-list input[type="checkbox"]:hover {
    cursor: pointer;
}

.gm-filters-list label {
    padding-left: 1.5rem;
    color: #fff;
}

.gm-filters-list label:hover {
    cursor: pointer;
}

.gm-filters-list label:before {
    content: '';
    position: absolute;
    left:0;
    top:50%;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
}

.gm-filters-list label:after {
    opacity: 0;
    content: '';
    position: absolute;
    left:0;
    top:50%;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
}

.gm-filters-list input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

@media screen and (max-width: 770px) {
    .gm-filters-list {
        padding: 1rem;
        overflow: hidden;
    }

    .gm-filters-list li {
        display: block;
        float: left;
        width: 50%;
        margin-right: 0;
    }
    .gm-filters-list li:first-child {
        width: 100%;
    }
}

#header{
	z-index:99999;
}

@media all and (max-width:768px){
	.page-id-10681 .portfolio.style1-gutter{
		margin-right:0 !important;
	}
	.page-id-10681 .portfolio.style1-gutter article .element-inner{
		margin-left:0 !important;
	}
}