/*-- for oswald font --*/
@import url('//fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');
@font-face {
    font-family: 'PT Sans';
    src: url('https://www.bestrealestateblog.com/wp-content/themes/breb/assets/fonts/ptsans/pt-regular-webfont.eot'); /* IE9 Compat Modes */
    src: url('https://www.bestrealestateblog.com/wp-content/themes/breb/assets/fonts/ptsans/pt-regular-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../../../../../wp-content/themes/breb/assets/fonts/ptsans/pt-regular-webfont.woff') format('woff2'), /* Super Modern Browsers */
         url('../../../../../../wp-content/themes/breb/assets/fonts/ptsans/pt-regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('https://www.bestrealestateblog.com/wp-content/themes/breb/assets/fonts/ptsans/pt-regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('https://www.bestrealestateblog.com/wp-content/themes/breb/assets/fonts/ptsans/pt-regular-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    font: normal 16px / 24px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #2c404e;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
h2, h3 {
    font-size: 26px;
    line-height: 32px;
}
h5 {
    font-size: 18px;
    line-height: 24px;
}
h6,
h6 a {
    color: #b5b5b5;
    font: normal 300 12px / 9px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
    margin: 0 0 25px;
}
.single.single-post h6 a {
    color: #bcbcbc;
}
a {
    color: #43a1f9;
}
a:hover, a:focus {
    color: #3182d0;
    text-decoration: underline;
}
.margin_bottom_5 {
    margin-bottom: 5px;
}
p {
    font: normal 16px / 24px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
    word-spacing: normal;
    color: #2c404e;
    margin-top: 0px;
    margin-bottom: 20px;
}
ul, ol {
    margin: 0 0 22px 20px;
    list-style: disc;
}
li {
    margin-bottom: 22px;
}
blockquote {
    padding: 25px 30px 10px;
    margin: 25px 0 20px 0;
	font: normal 300 16px / 24px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
	border-radius:10px;
}
blockquote:not(.wp-block-quote) {
    color: #2c404e;
    font: normal bold 18px / 24px "PT Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    margin: 25px 0 20px 0;
    padding: 25px 30px 10px;
    background-color: rgba(242,243,243,0.9);
    border-radius: 10px;
}
blockquote:not(.shortcode-blockquote),
blockquote.shortcode-blockquote.block-style-widget,
.block-style-widget {
    font-family: "PT Sans", Helvetica, Arial, Verdana, sans-serif !important;
}
img {
    height: auto;
    max-width: 100%;
}
video {
    width: auto;
    max-width: 100%;
}
center {
    font-size: 0;
    line-height: normal;
    height: fit-content;
}
center > span {
    display: table !important;
}
center em {
    font-size: 16px;
    line-height: 25px;
}
.post-pins {
    display: table;
    height: fit-content;
    margin-bottom: 26px;
    /*--new code added for embed--*/
    margin-left: auto;
    margin-right: auto;
}
.post-pins > span {
    display: table !important;
}
/*-- OOPs page styles --*/
.wrong_url_heading_container {
    padding: 147px 0px 155px;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.wrong_url_heading_container h1 {
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 42px;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.embed_copy_iframe {
    height: 100vh;
}
#primary {
    padding-left: 10px;
    padding-right: 10px;
}
.takeaway h4 {
    margin: 4px 0px 14px 0px;
    font-weight: 600;
}
.takeaway p {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
    margin-bottom: 20px;
}
/*-- johnson box styles start --*/
.johnson_box_mail_lay {
    background-color: #f4f4f4;
    padding: 35px;
    border-radius: 10px;
    margin: 40px 0 0; /*-- iframe spacing match with breb articles --*/
}
.johnson_box_mail_lay::after {
    display: table;
    content: "";
    clear: both;
}
.cover_side {
    display: block;
    width: 220px;
    position: relative;
    box-sizing: content-box;
    margin-right: 15px;
    float: left;
}
.cover_side img {
    max-width: 100%;
    display: block;
    position: relative;
}
.pdf_cover_view {
    border: 3px solid #FFF;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.38);
    font-size: 0;
    display: block;
    position: relative;
    background-color: #f7f7f7;
    user-select: none;
}
.cover_heading_view {
    position: relative;
    max-width: 90%;
    padding: 8px 15px;
    display: block;
    top: -35px;
    box-sizing: border-box;
}
.pdf_cover_view h5 {
    font-size: 10px;
    line-height: 12px;
    margin: 0;
    position: relative;
    max-width: 90%;
    padding: 8px 15px;
    display: block;
    top: -35px;
    box-sizing: border-box;
}
.pdf_cover_view h5 b {
    font-size: 6px;
    margin-top: 5px;
    display: block;
    line-height: 10px;
}
.cover_heading_view h4 {
    font-size: 10px;
    line-height: 12px;
    margin: 0;
}
.cover_heading_view h4 b {
    font-size: 6px;
    margin-top: 5px;
    display: block;
    line-height: 10px;
}
.cover_content {
    display: inline-block;
    width: calc(100% - 250px);
    position: relative;
    vertical-align: top;
    box-sizing: content-box;
    margin-left: 15px;
}
.cover_content h1 {
    font-family: 'PT Sans';
    font-size: 32px;
    margin-bottom: 12px;
	margin-top: -6px;
    line-height: 36px;
	font-weight: 600;
}
.cover_content p {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    position: relative;
}
.cover_content p a {
    text-decoration: none;
    color: #fceb74;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.cover_content p span {
    text-decoration: none;
    color: #fceb74;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.pdf_send_name {
    margin-bottom: 0px;
}
.johnsonbox_int_field {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 8px 13px;
    border-radius: 3px;
    margin-top: 0;
    font-size: 16px;
    text-align: left;
    line-height: normal;
    height: 44px;
    border: 1px solid rgba(173,176,182,0.3);
    box-shadow: none;
}
.pdf_send_id {
    margin-bottom: 20px;
}
.pdf_send_number {
    margin-bottom: 0px;
}
.pdf_send_number[type="number"] {
    -moz-appearance: textfield;
}
.pdf_send_number[type="number"]::-webkit-outer-spin-button,
.pdf_send_number[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.email_fileds_container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.email_fileds_container {
    margin-bottom: 10px;
}
.pdf_email_field {
    padding-right: 5px;
    width: 50%;
}
.pdf_number_field {
    padding-left: 5px;
    width: 50%;
}
.pdf_send_btn {
    color: #fff;
    background-color: #f0412f;
    padding: 35px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    outline: 0;
    width: 100%;
    border: 0px;
    line-height: 44px;
    height: auto;
    text-align: center;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.11);
    display:none;
}
.pdf_send_btn2 {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    display: block;
    margin: 0px auto 0 auto !important;
    outline: 0;
    cursor: pointer;
    width: 100%;
    border: 0px;
    line-height: 50px !important;
    text-align: center;
    height: auto;
}
.moile_view_booklet {
    display: none;
}
.moile_view_booklet img {
    max-width: 100%;
}
.email_load {
    display: none;
    margin: 0 auto;
    width: 44px;
}
.email_load svg {
    width: 44px;
    height: 50px;
}
input[type="text"],
input[type="email"],
input[type="number"] {
    font-family: 'PT Sans';
    color: #787d85;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    outline: none;
}
.iframe_form_success_msg {
    display: none;
    font-size: 16px;
    padding: 15px 10px 0px;
}
embed,
iframe,
object,
video {
    max-width: 100%;
}
#main > h6 {
    color: #2c404e;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
#main > h6 a {
    color: #bcbcbc;
    text-decoration: none;
}
#main > h6 a:hover {
    text-decoration: underline;
}
.validation_error_wrapper {
    display: none;
    font-size: 16px;
    padding: 15px 10px 0px;
}
.validation_error {
    font-size: 16px;
    color: red;
}
@media screen and (max-width:650px) {
    .johnson_box_mail_lay {
        padding: 15px 15px 30px;
    }
    .cover_side {
        display: none;
    }
    .cover_content {
        width: 100%;
        margin: 0;
    }
    .mobile_view_wrapper::after {
        content: "";
        display: table;
        clear: both;
    }
    .moile_view_booklet {
        display: block;
        max-width: 140px;
        float: left;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .cover_content h1 {
        font-size: 26px;
        margin-bottom: 26px;
        margin-top: 8px;
        line-height: 30px;
        display: block;
        width: 100%;
        text-align: center;
    }
    .cover_content form {
        margin-top: 15px;
        display: block;
        position: relative;
        width: 100%;
    }
    .cover_content p {
        font-size: 14px;
        margin-bottom: 10px;
        margin-top: 0px;
        line-height: normal;
    }
    .cover_heading_view {
        padding: 5px 5px;
        top: -17px;
    }
    .cover_heading_view h4 {
        font-size: 7px;
        line-height: 8px;
        margin: 0;
    }
    .cover_heading_view h4 b {
        font-size: 5px;
        margin-top: 3px;
        display: block;
        line-height: 6px;
    }
    .pdf_cover_view h5 {
        font-size: 7px;
        line-height: 8px;
        padding: 5px 5px;
        top: -17px;
    }
    .pdf_cover_view h5 b {
        font-size: 5px;
        margin-top: 3px;
        line-height: 6px;
    }
    .pdf_cover_view {
            line-height: normal;
    }
    .email_fileds_container {
        flex-direction: column;
        margin-top: 15px;
    }
    .pdf_email_field {
        padding-right: 0px;
        padding-bottom: 10px;
        width: 100%;
    }
    .pdf_number_field {
        padding-left: 0px;
        width: 100%;
    }
    .email_fileds_container input {
        width: 100%;
        margin: 0px;
    }
}
/*-- johnson box styles end --*/
/*---------CRAZY STORIES PROFILE---------*/
.stories-profile {
    width: 100%;
    margin-bottom: 26px;
    background-color: #f8f8f8;
}
.stories-profile img {
    float: left;
}
.stories-profile h3 {
    margin: 0px 0px 14px 0px !important;
    font-weight: normal !important;
    font-family: 'PT Sans' !important;
    line-height: 30px !important;
}
.stories-profile p {
    margin: 0px 0px 9px 0px;
}
.stories-profile a {
    color: #3d9fa8;
}
.stories-profile-text {
    padding: 28px 0 22px 28px;
    display: inline-block;
}

.form_parent_section{
    position:relative;
}
.recaptcha_modal{
    display: none;
    position: fixed;
    z-index: 99999999;
    left: 0%;
    top: 0%;
    width: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
}
.recaptcha_modal .g-recaptcha_content{
    background-color: #ffffff;
    margin: auto;
    padding: 20px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(600px) rotateX(20deg);
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
    transition-duration: .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.recaptcha_close{
    color: #2c404e;
    float: right;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0px;right: 5px;
    cursor: pointer;
}
.recaptcha_opened {
    transition-duration:.3s;
    transition-property: background;
}