/*
Theme Name: Tramor Residents
Description: Custom Tramor Residents Theme
Version: 1.0
Author: Er Honey Goyal
Author URI: https://www.upwork.com/fl/sunilkumar23
License: GNU General Public License, v2 (or newer)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, orange, light, one-column, two-columns, right-sidebar, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready, flexible-width, full-width-template, buddypress
*/

@import url("./css/bootstrap.min.css");
@import url("./css/font-awesome.min.css");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

ul {
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    line-height: 1.4;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

p {
    color: #666666;
}

h1 {
    font-size: 5.4rem;
}

h2 {
    font-size: 3.4rem;
}

h3 {
    font-size: 2.5rem;
}

.header {
    background: #00568f;
}

.navbar-brand {
    height: auto;
    padding: 5px 15px;
}

.navbar-brand img {
    height: 80px;
}

.navbar-nav li {
    float: left;
    margin-left: 30px;
    position: relative;
}

.navbar-nav li a {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    padding-top: 34px;
    padding-bottom: 34px;
}

.navbar {
    margin-bottom: 0;
    margin-top: 0;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #00568f;
    transition: all 0.3s ease-in-out;
}

.navbar-nav li:hover .sub-menu {
    display: block;
}

/*.sub-menu{
	display: none;
	position: absolute;
    top: 100%;
    left: 0;
	z-index: 999;
	    background: #00568f;
	height: 300px;
    overflow-y: scroll;
}

.sub-menu li {
    float: left;
    width: 100%;
    background: #00568f;
    color: #ffffff;
	 margin: 0;
}

.sub-menu li a{
	font-size: 16px;
    padding: 10px 10px;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1.2;
}*/


.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: #00568f;
    left: -875px;
}

.sub-menu li a {
    font-size: 15px;
    padding: 15px 10px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 1.2;
    margin: -1px;
    text-align: center;
}

.sub-menu li {
    float: left;
    width: 25%;
    background: #00568f;
    color: #ffffff;
    margin: 0;
}

.sub-menu li a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #00568f;
    transition: all 0.3s ease-in-out;
}

.footer {
    background: #384350;
    padding: 20px 0;
    text-align: center;
}

.footer p {
    margin-bottom: 0;
    color: #8092a0;
}

.properties-container {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.properties-container h2 {
    color: #000000;
}

.property-item {
    float: left;
    width: 25%;
    padding: 15px;
}

.property-item a {
    float: left;
    width: 100%;
    padding: 15px;
    background: #f3f3f3;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
}

.property-item img {
    max-width: 100%;
    max-height: 170px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}


.property-item h3 {
    font-size: 1.1em;
    color: #00568f;
    margin: 0 0 15px;
	min-height: 40px;
}

.property-item .property_img {
    float: left;
    width: 100%;
    overflow: hidden;
}

.property-item a:hover {
    background: #00568f;
    text-decoration: none;
}

.property-item a:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.property-item a:hover h3 {
    text-decoration: none;
    color: #ffffff;
}

#map {
    height: 100%;
}

.home-contact input,
.home-contact select,
.home-contact textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.home-contact textarea {
    height: 150px;
    resize: none;
}

.home-contact input[type=submit] {
    display: table;
    margin: auto;
    width: auto;
    height: auto;
    background: #111111;
    text-align: center;
    padding: 5px 40px;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #111111;
    transition: all 0.3s ease-in-out;
}

.home-contact input[type=submit]:hover {
    text-decoration: none;
    background: #ffffff;
    color: #111111;
}

.single-property .prop-detail-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 15px;
}

.single-property .prop-contact-info {
    float: left;
    width: 100%;
    background: #000000;
    padding: 60px 60px 30px;
    position: relative;
    z-index: 1;
    margin-top: -100px;
}

.single-property .prop-contact-info ul {
    float: left;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.single-property .prop-contact-info ul li:first-child {
    width: 40%;
}

.single-property .prop-contact-info ul li {
    float: left;
    list-style: none;
    width: 30%;
    text-align: left;
    padding-right: 30px;
}

.single-property .prop-contact-info ul li h2 {
    font-size: 30px;
    color: #ffffff;
}

.single-property .prop-contact-info ul li p,
.single-property .prop-contact-info ul li a {
    color: #ddd;
    font-size: 18px;
    font-style: italic;
}

.single-property .single-prop-info {
    padding: 40px 0;
}

.single-property .single-prop-info h2 {
    text-align: center;
    font-size: 36px;
    color: #111111;
    margin-bottom: 30px;
}

.single-property .single-prop-info h4 {
    font-size: 24px;
    color: #4b4848;
}

.single-prop-info h5 {
    font-size: 24px;
}

.single-prop-info ul {
    display: block;
    margin: 0 0 30px;
    list-style: disc;
    margin-left: 18px;
    float: left;
    width: 100%;
}

.single-prop-info ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    list-style: disc;
}

.btn_property_info {
    margin-top: 30px;
}

.single-property .btn-blue {
    background: #30638e;
    text-align: center;
    padding: 15px 20px;
    display: block;
    border-radius: 50px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    border: 2px solid #30638e;
    transition: all 0.3s ease-in-out;
}

.single-property .btn-blue:hover {
    text-decoration: none;
    background: #ffffff;
    color: #30638e;
}

.single-property .map-sec {
    position: relative;
}

.single-property .map-sec iframe {
    width: 100%;
    min-height: 540px;
}

.single-property .map-container {
    position: absolute;
    top: 20px;
    left: auto;
    right: auto;
}

.single-property .prop-contact-form {
    display: block;
    background: rgba(255, 255, 255, 0.8);
    padding: 40px 30px;
    border-radius: 20px 0 20px 0;
}

.single-property .prop-contact-form .form-control {
    border-radius: 0 !important;
}

.single-property .prop-contact-form textarea.form-control {
    height: 120px;
}

.single-property .form-btn {
    background: #111111;
    text-align: center;
    padding: 5px 20px;
    display: block;
    border-radius: 50px;
    color: #ffffff;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    border: 2px solid #111111;
    transition: all 0.3s ease-in-out;
}

.single-property .form-btn:hover {
    text-decoration: none;
    background: #ffffff;
    color: #111111;
}

.single-property .form-btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (min-width: 993px) {

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

}

@media screen and (max-width: 1024px) {
    .sub-menu {
        left: -760px
    }

    .navbar-collapse {
        display: none;
    }
	
	.single-property .prop-contact-info ul li p, .single-property .prop-contact-info ul li a{
		    word-break: break-all;
	}
}

@media screen and (max-width: 992px) {
	
	.navbar-collapse{
		box-shadow: none;
		-webkit-box-shadow: none;
		padding-right: 0;
    padding-left: 0;
	}

    .collapse {
        display: block !important;
    }

    .navbar-toggle {
        display: block !important;
        z-index: 999;
    }

    .single-property .prop-contact-info {
        padding: 60px 30px 30px;
    }

    .single-property .prop-contact-info ul li h2 {
        font-size: 28px;
    }

    .property-item {
        float: left;
        width: 100%;
        padding: 15px;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 20px;
        margin-right: 5px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .navbar-toggle .fa {
        color: #fff;
        font-size: 30px;
    }
	
	.sub-menu {
        left: 0;
        display: block;

    }
	
	.sub-menu li{
		width: 100%
	}
	
	.sub-menu li a{
		text-align: center;
	}
	
	.single-property .btn-blue{
		font-size: 16px;
	}
	
}

@media (max-width: 767px) {
    h1 {
        font-size: 4rem;
    }

    .single-property .prop-contact-info ul li:first-child,
    .single-property .prop-contact-info ul li {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .single-property .btn-blue {
        margin-bottom: 15px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav li {
        margin-left: 0;
        width: 100%;
        text-align: right;
    }

    .navbar-nav li a {
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: right;
    }

    .menu-header {
        position: relative;
        margin-top: -53px;
    }

    .navbar-toggle {
        margin-top: -15px;
    }

    .navbar-toggle .fa {
        color: #fff;
        font-size: 30px;
    }
	
    .navbar {
        margin-top: 0;
    }

    .navbar-brand {
        float: left;
        display: table;
        margin: auto;
    }

    .single-property .map-container {
        right: 0;
        width: 350px;
    }

}

@media (max-width: 480px) {
    .single-property .map-sec iframe {
        width: 100%;
        min-height: 300px;
        height: 300px;
    }

    .single-property .map-container {
        position: relative;
        top: 0;
        width: 100%;
    }

}

@media (max-width: 320px) {}