/*
Theme Name: Pertria Real Estate
Description: AIOS mobile semi-custom theme.
Author: AgentImage
Author URI: http://www.agentimage.com
Version: 1.5.61
Tags: one-column, two-columns, right-sidebar, custom-menu, full-width-template, sticky-post
License: Proprietary
License URI: http://www.agentimage.com
Template: aios-starter-theme
*/


/*

TABLE OF CONTENTS

1. Custom CSS
2. IP styles
3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css
  
*/

@import url("fonts/fonts.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,300,300i,400,400i,500,500i,600,600i&display=swap');

/*******************************************************
 *
 * 1. Custom CSS
 *
 *******************************************************/


/* Global */

body {
    font-family: 'Gotham', sans-serif;
    font-size: 20px;
    font-weight: 300;
    background: #FFF;
    color: #3c3b3b;
    margin: 0;
    /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
    /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}

p {
    font-size: 20px;
}


/*******************************************************
 *
 * 2. IP Styles
 *
 *******************************************************/

.ip-banner {
    position: relative;
    width: 100%;
}

.ip-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
}

.ip-banner canvas {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 250px;
    background-color: #f9f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ip-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.ip-banner h1 {
    font-weight: 700;
    font-size: 32px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.7;
}

.ip-banner h1 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.01em;
}


/* Adjust minimum height of page area */

#content-sidebar,
#content-full {
    min-height: 500px;
    margin-top: 20px;
}


/** Adjust width of content columns **/

#content-sidebar #content {
    width: 77.08%;
}

#content-full #content {
    width: 100%;
}


/* Adjust width of sidebar */

.sidebar {
    width: 20.83%;
}


/* fullwidth template */

.page-template-template-fullwidth #content {
    padding-left: 15px;
    padding-right: 15px;
}

.page-template-template-fullwidth #content ihf-search[data-eureka-id*=""].ihf-eureka {
    margin-left: -15px;
    margin-right: -15px;
}


/* Adjust line height of page elements */

#content h4,
aside h4,
#content p,
aside p,
#content blockquote,
aside blockquote,
#content ul,
aside ul,
#content fieldset,
aside fieldset,
#content form,
aside form,
#content ol,
aside ol,
#content dl,
aside dl,
#content dir,
aside dir,
#content menu,
aside menu {
    line-height: 1.7
}


/* Style .entry-title(post/page) and .archive-title(category/archive/etc) main headings (h1) */

#content .entry-title,
#content .archive-title {
    font-size: 50px;
    font-weight: 700;
    color: #d5a022;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/* Styles for category/archive/search/etc subheadings (h2) */

#content .archive-subtitle {
    font-size: 50px;
    font-weight: 700;
    color: #d5a022;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}


/* 3. MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in style-media-queries.css */

.aiosp-wrap .aiosp-container .aios-popup-body {
    max-width: 600px;
}

#requestDetails {
    font-size: 15px;
}

#requestDetails h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0;
}

#requestDetails h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
}

#requestDetails p {
    text-align: center;
    font-size: 15px;
    margin: 15px 0 30px;
}

#requestDetails input,
#requestDetails select,
#requestDetails textarea {
    width: 100%;
    border: none;
    border-bottom: solid 1px #000;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 5px;
    margin-top: 0;
    font-size: 15px !important;
    text-transform: uppercase;
    height: 27px;
    outline: none !important;
    color: #000 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#requestDetails textarea {
    min-height: 100px;
}

#requestDetails input[type="submit"] {
    width: 100%;
    margin: 11px auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: .02em;
    color: #fff !important;
    background: #1b1b1b;
    padding: 10px !important;
    position: relative;
    z-index: 1;
    height: initial;
}

#requestDetails .modal-listings-form .row > div {
    margin-bottom: 10px;
}

#requestDetails .wpcf7-form-control-wrap {
    display: block;
}

#requestDetails .wpcf7-not-valid-tip {
    font-size: 13px;
    width: auto;
}

#requestDetails div.wpcf7-response-output {
    margin: 0;
}

.grecaptcha-badge {
    z-index: 1000;
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450 !important;
}