/*PEG FELTNER REALTOR - CSS*/

/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
    font-family: lato, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 38px;
    line-height: 1.26;
    letter-spacing: 1px;
    color: #012169;
    text-transform: uppercase;
}

H2  {
    font-family: lato, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 38px;
    line-height: 1.26;
    letter-spacing: 1px;
    color: #000000;
    text-transform: capitalize;
}

H3  {
        font-family: lato, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 28px;
 line-height: 1.25;
 letter-spacing: 1px;
 text-transform: uppercase;
     color: #3b53f2;
}

H4  {
}

H5, DT  {
font-family: lato, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 14px;
 line-height: 1.0;
 letter-spacing: 1px;
 text-transform: uppercase;
 color: #3b53f2;
}

H6  {
}

p {
    font-family: lato, sans-serif;
font-weight: 400;
font-style: normal;
        font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1px;
    color: #000000;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/*HEADER*/

/*#dnn_wrapper > div.visible-xs.visible-sm.mobile_header.roll-xs.roll-sm.roll-md.roll-lg {
display: none!important;
}*/

.nav_ico {
display: none!important;
}



#dnngo_megamenu > div > ul > li > a > span {
            font-family: lato, sans-serif;
        font-style: normal;
        font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.mm-title {
    font-family: lato, sans-serif;
font-weight: 900;
font-style: normal;
font-size: 24px;
    line-height: 1.26;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: capitalize;
}

#mm-0 > ul > li > a > span {
            font-family: lato, sans-serif;
        font-style: normal;
        font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

/*MOBILE VIEW*/

.grecaptcha-badge {
    display: none!important;
}

/*CONTENT WIDTH*/

.container {
    padding-right: 5vw;
    padding-left: 5vw;
    width: 100%;
}
 
 #dnn_ctr842_ModuleContent, #dnn_ctr844_ModuleContent, #dnn_ctr841_HtmlModule_lblContent {
         padding-right: 5vw;
    padding-left: 5vw;
 }

/*BUTTONS*/

.dg-btn-1.btn-accent, .dg-btn-4.btn-accent, .dg-btn-3.btn-accent {
    color: #FFF;
        font-family: lato, sans-serif;
        font-style: normal;
        font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #3b53f2;
    border: 3px solid #3b53f2;
}

.dg-btn-1.btn-accent:hover, .dg-btn-4.btn-accent:hover, .dg-btn-3.btn-accent:hover, div.Theme_01_Default .form_submit .submit_but:hover, .dnngo-main [class*="dg-btn-"]:hover {
    background-color: #2f46df;
    border: 3px solid #2f46df;
    color: #ffffff;
}

.pfr_cta {
    padding-top: 2em;
}

#dnn_ctr934_HtmlModule_lblContent > div {
    text-align: center;
    padding-bottom: 5vw;
}

.fa-stack-2x {
    color: #ffffff;
}

.fa-inverse {
    color: #3b53f2;
}

/*HOME / COMING SOON - HERO SECTION - MOBILE*/
.pfr_hero_parent {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.pfr_hero_img { 
    grid-area: 1 / 1 / 2 / 2; 
     background-image: url("/Portals/7/Images/PFR_Hero_Banner_Img.jpg");
     background-size: cover;
    height: 40vh;
    background-position: left;
    }

.pfr_hero_logo, .pfr_dbc_logo { 
grid-area: 1 / 1 / 2 / 2;
    text-align: right;
    padding-right: 5vw;
    display: none;
    }

.pfr_hero_logo > a > img, .pfr_dbc_logo > a > img {
    height: 10vh;
}

.pfr_hero_text { 
    grid-area: 2 / 1 / 3 / 2; 
    padding: 2vh 5vw;
    }

.pfr_hero_bkgd { 
    grid-area: 3 / 1 / 7 / 2; 
    background-color: #3b53f2;
    border-bottom: solid 3px #ffffff;
    border-top: solid 3px #ffffff;
    }

  .pfr_hero_phone_border  { 
grid-area: 3 / 1 / 4 / 2;
    border-bottom: solid 3px #ffffff; 
    }
.pfr_hero_email_border { 
    grid-area: 4 / 1 / 5 / 2;
    border-bottom: solid 3px #ffffff;
    }
.pfr_hero_address_border { 
grid-area: 5 / 1 / 6 / 2;
    border-bottom: solid 3px #ffffff;
    }
.pfr_hero_social_border { 
grid-area: 6 / 1 / 7 / 2;
    border-bottom: solid 3px #ffffff;
    }
    
.pfr_hero_phone { 
    grid-area: 3 / 1 / 4 / 2; 
place-self: center start;
    /* border-bottom: solid 3px #ffffff; */
    padding: 10px 5vw 10px;
    }

.pfr_hero_email { 
    grid-area: 4 / 1 / 5 / 2; 
place-self: center start;
    /* border-bottom: solid 3px #ffffff; */
    padding: 10px 5vw 10px;
    }

.pfr_hero_address { 
    grid-area: 5 / 1 / 6 / 2; 
place-self: center start;
    /* border-bottom: solid 3px #ffffff; */
    padding: 20px 5vw 10px;
    }

.pfr_hero_social { 
    grid-area: 6 / 1 / 7 / 2;
place-self: center start;
    /* border-bottom: solid 3px #ffffff; */
    padding: 10px 5vw 10px;
     }

div.pfr_contactinfo_text > p {
    color: #ffffff;
}

.pfr_contactinfo_parent {
display: grid;
grid-template-rows: 1fr;
grid-column-gap: 1em;
}

.pfr_contactinfo_icon { grid-area: 1 / 1 / 2 / 2; }
.pfr_contactinfo_text { 
    grid-area: 1 / 2 / 2 / 3; 
place-self: center start;
}

div.pfr_contactinfo_text > p > a {
    color: #ffffff;
}

div.pfr_contactinfo_text > p > a:hover {
text-decoration: underline;
}

/*CONTENT AREA - MOBILE*/

.pfr_bkgd_parent {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.pfr_bkgd_img {
grid-area: 1 / 1 / 2 / 2;
background-image: url("/Portals/7/Images/Peg_Feltner_Blk_White_Spirit_of_Detroit.jpg");
background-size: cover;     
    background-position-x: right;
    background-position-y: bottom;
}

#dnn_ctr835_HtmlModule_lblContent > div > div.pfr_bkgd_img {
    background-image: url("/Portals/7/Images/Peg_Feltner_Skyscrpers.jpg");
background-position-x: center;
    background-position-y: center;
}

.pfr_bkgd_blue {
grid-area: 1 / 1 / 2 / 2;
 background: linear-gradient(0deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,1) 75%);
}

.pfr_bkgd_content {
grid-area: 1 / 1 / 2 / 2;
}

.pfr_img_right_parent {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
padding: 10vh 5vw 0vw;
}

#dnn_ctr835_HtmlModule_lblContent > div > div.pfr_bkgd_content > div {
    padding: 20vh 5vw 0vw;
}

.pfr_img_right_text { 
    grid-area: 1 / 1 / 2 / 2; 
    }

.pfr_img_right_img { 
    grid-area: 2 / 1 / 3 / 2; 
            margin-top: 10vh;
    margin-bottom: -10vh;
    position: relative;
}

.pfr_img_right_img > img, .pfr_img_left_img > img {
    width: 100%;
    border: solid 10px #ffffff;
}

div.pfr_img_right_text > h5, .pfr_img_left_text > h5, #dnn_ctr836_HtmlModule_lblContent > div > h5 {
    color: #3b53f2;
}

div.pfr_img_right_text > h2, div.pfr_img_right_text > p {
    color: #ffffff;
}


.pfr_bkgd_white {
    grid-area: 1 / 1 / 3 / 2;
    background-color: #ffffff;
}

.pfr_img_left_parent {
    display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
padding: 20vh 5vw 0vw;
}

.pfr_img_left_text {
    grid-area: 1 / 1 / 2 / 2; 
    place-self: center center;
}

.pfr_img_left_img {
grid-area: 2 / 1 / 3 / 2; 
margin-top: 10vh;
margin-bottom: -10vh;
    position: relative;
}



/*CONTACT FORM*/

#dnn_Full_Screen_PaneB {
        padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 20vh;
    padding-bottom: 10vh;
}

.dg-form-content.form-line.dark .form-control-wrap input[type=text], .dg-form-content.form-line.dark .form-control-wrap input[type=email], .dg-form-content.form-line.dark .form-control-wrap input[type=url], .dg-form-content.form-line.dark .form-control-wrap input[type=tel], .dg-form-content.form-line.dark .form-control-wrap input[type=number], .dg-form-content.form-line.dark .form-control-wrap input[type=date], .dg-form-content.form-line.dark .form-control-wrap select, .dg-form-content.form-line.dark .form-control-wrap textarea, .dg-form-content.form-line.dark .fixline:before  {
    border-bottom-color: #ffffff!important;
    background-color: #ebebeb;
}

label.fixlabel  {
padding-left: 10px;
}

.dg-form-content.form-line.dark .form-control-wrap input[type=text], .dg-form-content.form-line.dark .form-control-wrap input[type=email], .dg-form-content.form-line.dark .form-control-wrap input[type=url], .dg-form-content.form-line.dark .form-control-wrap input[type=tel], .dg-form-content.form-line.dark .form-control-wrap input[type=number], .dg-form-content.form-line.dark .form-control-wrap input[type=date], .dg-form-content.form-line.dark .form-control-wrap select, .dg-form-content.form-line.dark .form-control-wrap textarea, .dg-form-content.form-line.dark .fixline:before {
    padding-top: 10px;
    padding-left: 10px;
}

.dg-form-content.form-line.dark, .dg-form-content.form-line.dark span, .dg-form-content.form-line.dark label, .dg-form-content.form-line.dark label.valid, .dg-form-content.form-line.dark li:not(.from-footer) input, .dg-form-content.form-line.dark select, .dg-form-content.form-line.dark textarea {
    color: #2D2926!important;
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1px;
}

div.Theme_01_Default .form_submit .submit_but {
        display: inline-block;
   padding: 11px 20px 10px;
    line-height: 1.42857143;
    margin: 3px;
      color: #FFF;
    font-family: lato, sans-serif;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: #3b53f2;
    border: 3px solid #3b53f29;
        background-size: 105%!important;
    background-position: center!important;
    text-align: center;
    text-shadow: 0 1px 1px rgb(255 255 255 / 0%);
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
   background-repeat: no-repeat;
    border-radius: 0px;
    box-shadow: none;
   border-color: #3b53f2;
}



/*FOOTER - MOBILE*/

.pfr_footer_social {
    text-align: center;
}

div.pfr_bkgd_content > div > h5 {
    color: #ffffff;
            padding: 10px 5vw 10px; 
}

#eapps-instagram-feed-1 {
    width: 100%;
    background-color: #ffffff;
    border-top: solid 3px #ffffff;
    border-bottom: solid 3px #ffffff;
}

#dnn_ctr838_HtmlModule_lblContent > div > div.pfr_bkgd_img {
background-image: url("/Portals/7/Images/Peg_Feltner_Blk_White_Commerical_Office_Building.jpg");
}

#dnn_ctr838_HtmlModule_lblContent > div > div.pfr_bkgd_blue {
    background: linear-gradient(
0deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.60) 75%);
}

.pfr_footer_contactinfo_parent {
display: grid;
grid-template-columns: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.pfr_footer_contactinfo_logo { 
    grid-area: 1 / 1 / 2 / 2; 
    /*border-bottom: solid 3px #ffffff; */
    padding: 10px 5vw 15px;
    }

.pfr_footer_contactinfo_phone { 
    grid-area: 2 / 1 / 3 / 2;
place-self: center start;
    /*border-bottom: solid 3px #ffffff; */
    padding: 10px 5vw 10px;
    }

.pfr_footer_contactinfo_email { 
    grid-area: 3 / 1 / 4 / 2;
place-self: center start;
    /*border-bottom: solid 3px #ffffff; */
    padding: 10px 5vw 10px; 
    }

.pfr_footer_contactinfo_address { 
    grid-area: 4 / 1 / 5 / 2; 
place-self: center start;
   /* border-bottom: solid 3px #ffffff;*/
     padding: 20px 5vw 10px;
     }

.pfr_footer_contactinfo_logo_border { 
    grid-area: 1 / 1 / 2 / 2; 
    border-bottom: solid 3px #ffffff; 
    }
.pfr_footer_contactinfo_phone_border { 
    grid-area: 2 / 1 / 3 / 2;
    border-bottom: solid 3px #ffffff;
    }
.pfr_footer_contactinfo_email_border { 
    grid-area: 3 / 1 / 4 / 2;
    border-bottom: solid 3px #ffffff;
    }
.pfr_footer_contactinfo_address_border { 
    grid-area: 4 / 1 / 5 / 2; 
    border-bottom: solid 3px #ffffff;
    }

.footer-10 .footer-bottom, .website_credits > p {
    color: #ffffff;
    background-color: #000000;
    font-size: 12px;
   font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1px;
    padding: 30px 0;
}


/*BREADCRUMB*/

div.pagetitle-left > h1 {
        font-family: lato, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 38px;
    line-height: 1.26;
    letter-spacing: 1px;
    color: #000000;
    text-transform: capitalize;
}

.pagetitleBox .pagetitletoken, .pagetitleBox .pagetitletoken a, .pagetitleBox .pagetitletoken aLlink, .pagetitleBox .pagetitletoken a:active, .pagetitleBox .pagetitletoken a:visited {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: 1px;
    color: #000000;
}

div.pagetitle_bg, div.pagetitleBox {
background-color: rgba(235, 235, 235, 0.5);
}


/*THANK YOU PAGE - MOBILE*/

#dnn_ctr840_HtmlModule_lblContent > div > div.pfr_hero_img {
         background-image: url("/Portals/7/Images/PFR_PegFeltnerRealtor_OpeningDoor_ThankYou_Hero.jpg");
         background-position: center;
}

/*INSTALINK PAGE - MOBILE*/

.instagram_profile_pic {
    margin: auto;
    padding: 2vw 5vw;
    text-align: center;
}

.instagram_profile_pic > img {
        width: 150px;
}

.instagram_title > h2, .instagram_text > p, #dnn_ctr844_HtmlModule_lblContent > h2 {
    text-align: center;
}

.instagram_text > p, .instagram_title > h2 > a, #dnn_ctr844_HtmlModule_lblContent > h2  {
color: #ffffff;
}

.instagram_title > h2 > a {
    text-transform: lowercase;
}

/*DIGITAL BUSINESS CARD - MOBILE*/

.pfr_dbc_parent {
display: grid;
/*grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(8, 1fr);
grid-column-gap: 0px;*/
grid-row-gap: 0px;
}

.pfr_dbc_img { 
    grid-area: 1 / 1 / 2 / 3;
 background-image: url("/Portals/7/Images/PFR_DigitalBusinessCard_Headshot_PegFeltnerRealtor.jpg");
background-position: center top;
    background-size: cover;
    height: 60vh;
    border: solid 10px #ffffff;
 }

.pfr_dbc_logo { grid-area: 1 / 1 / 2 / 3; }

.pfr_dbc_bkgd { 
grid-area: 2 / 1 / 9 / 3;
    background: linear-gradient(
0deg, rgba(1,33,105,0.75) 0%, rgba(1,33,105,.95) 100%);
     }

.pfr_dbc_nametitle{ 
    grid-area: 2 / 1 / 3 / 3; 
        padding: 0px 5vw;
    }

.pfr_dbc_phone { 
    grid-area: 3 / 1 / 4 / 3;
        place-self: center start;
    padding: 10px 5vw 10px;
     }
.pfr_dbc_email { 
    grid-area: 4 / 1 / 5 / 3; 
            place-self: center start;
    padding: 10px 5vw 10px;
    }
.pfr_dbc_website { 
    grid-area: 5 / 1 / 6 / 3;
            place-self: center start;
    padding: 10px 5vw 10px;
     }

.pfr_dbc_address { 
    grid-area: 6 / 1 / 7 / 3; 
    place-self: center start;
    padding: 20px 5vw 10px;
    }

.pfr_dbc_social { 
    grid-area: 7 / 1 / 8 / 3;
            place-self: center start;
    padding: 10px 5vw 10px;
     }

.pfr_dbc_save { 
    grid-area: 8 / 1 / 9 / 2;
    margin-left: 1vw;
    padding: 20px 5vw 10px;
     }
.pfr_dbc_share { 
    grid-area: 8 / 2 / 9 / 3;
    place-self: center end;
    color: #ffffff;
    padding: 20px 5vw 10px;
    }

div.pfr_dbc_share > button {
    color: #ffffff;
    background-color: #3b53f2;
    border: 3px solid #3b53f2;
        margin-left: 1vw;
}

div.pfr_dbc_share > button:hover {
    color: #ffffff;
    background-color: #58595b;
    border: 3px solid #58595b;
}

div.pfr_dbc_nametitle > h2, #bs-example-modal-xl > div > div > div.modal-footer > p {
    color: #ffffff;
}

div.pfr_dbc_nametitle > h5 {
    color: #58595b;
}

.dg-modal .modal-content {
    height: 95vh;
        background-color: #3b53f2;
}

.dg-modal .modal-body {
    padding: 20px;
    text-align: center;
}

#bs-example-modal-xl > div > div > div.modal-body > div > img {
    height: 80vw;
}

.dg-modal .modal-header {
    padding: 15px 20px 0px;
    border-bottom: none;
    position: relative;
    text-align: right;
}

.dg-modal .modal-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    right: 20px;
    border-bottom: 0px solid #dcdcdc;
    display: block;
}

#bs-example-modal-xl > div > div > div.modal-footer > div > a {
    border: 3px solid #ffffff;
}

 #bs-example-modal-xl > div > div > div.modal-header > button {
background-color: #3b53f2;
border: solid 3px #3b53f2;
}

#bs-example-modal-xl > div > div > div.modal-header > h2 {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    padding: 20px 0px 0px 0px;
}

.dg-modal .modal-footer {
    border: none;
    padding: 10px 20px 20px;
    text-align: center;
}

#bs-example-modal-xl > div > div > div.modal-footer > div {
    padding-top: 20px;
}

/*404 ERROR PAGE - MOBILE*/

#dnn_ctr846_HtmlModule_lblContent > div > div.pfr_hero_img {
         background-image: url("/Portals/7/Images/PFR_LostOnMoon.jpg");
         background-position: left;
}

/*PROPERTIES IDX*/


#dnn_ctr931_HtmlModule_lblContent > div {
    border: 1px solid #C3C3C3;
    padding: 1em;
}

#dnn_ctr933_HtmlModule_lblContent {
    padding: 2.5vw 0em 2em;
}

#dnn_ctr861_ModuleContent, #dnn_ctr931_HtmlModule_lblContent {
    padding-bottom: 5vw;
}



.idx-card > .idx-imgcontainer > .idx-ico > i {
    background-color:  #58595b;  
}

.dg-line24 {
    clear: both;
    margin-bottom: 2em;
    border-bottom: 1px dashed #c3c3c3;
}

.idx-imgcontainer {
    max-height: 20em;
}

.idx-card > .idx-imgcontainer, .idx-card > .idx-imgcontainer > img, .idx-shade {
    border-radius: 0px;
}

.idx-card {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 1;
    background-color: #fff;
    border: 0px solid #c3c3c3;
    border-radius: 0px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

div.row.mb-half.idx-features > div {
    font-family: lato, sans-serif;
    color: #c3c3c3;
    font-style: italic;
    padding-bottom: 0.5rem;
}
.mb-half {
    margin-bottom: 0rem;
}

.idx-captionAddress > h2, .idx-captionPrice > h2 {
    font-family: lato, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 28px;
    line-height: 1.26;
    letter-spacing: 1px;
    color: #000000;
    text-transform: capitalize;
}

.idx-list li {
    font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #000000;
}

.idx-listing-provider {
font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 1px;
    color: #63666A;
}
.badge {
    background-color: #63666A;
font-family: lato, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 1px;
    margin: 0.5em;
    display: none;
}


/*END MOBILE VIEW*/

/*MEDIA QUERIES*/

/*DESKTOP*/

@media screen and (min-width: 1025px) {

.mobile {
    display: none;
}

/*HOME / COMING SOON - HERO SECTION - DESKTOP*/
.pfr_hero_parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 8fr 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
height: 100vh;
}

.pfr_hero_img { 
grid-area: 1 / 1 / 3 / 5; 
height: 100vh;
    }

.pfr_hero_logo { 
grid-area: 1 / 1 / 2 / 5; 
    }

    .pfr_hero_logo > a > img, .pfr_dbc_logo > a > img  {
    height: 20vh;
}

.pfr_hero_text {  
    grid-area: 1 / 3 / 2 / 5;
    place-self: center start;
    padding: 2vh 5vw 2vh 0vw;
    }

 div.pfr_hero_text > h5, div.pfr_hero_text > h1, div.pfr_hero_text > p {
     color: #ffffff;
 }

 div.pfr_hero_text > h1 {
font-size: 64px;
 }

  div.pfr_hero_text > h5 {
font-size: 24px;
  }

.pfr_hero_bkgd { 
   grid-area: 2 / 1 / 3 / 5; 
background-color: transparent;
 }

   .pfr_hero_phone_border  { 
  grid-area: 2 / 1 / 3 / 2; 
      border-right: solid 3px #ffffff;
        border-bottom: 0px;
    }

.pfr_hero_email_border { 
   grid-area: 2 / 2 / 3 / 3;
       border-right: solid 3px #ffffff;
        border-bottom: 0px;
    }

.pfr_hero_address_border { 
    grid-area: 2 / 3 / 3 / 4; 
        border-right: solid 3px #ffffff;
        border-bottom: 0px;
    }

.pfr_hero_social_border { 
    grid-area: 2 / 4 / 3 / 5;
        border-bottom: 0px;
    }

.pfr_hero_phone { 
    grid-area: 2 / 1 / 3 / 2; 
padding: 10px 2vw 10px 5vw;
    place-self: center center;
    }

.pfr_hero_email { 
    grid-area: 2 / 2 / 3 / 3;
padding: 10px 2vw 10px 2vw;
    place-self: center center;
     }

.pfr_hero_address { 
    grid-area: 2 / 3 / 3 / 4; 
padding: 10px 2vw 10px 2vw;
    place-self: center center;
    }

.pfr_hero_social { 
    grid-area: 2 / 4 / 3 / 5;
padding: 10px 5vw 10px 2vw;
    place-self: center center;
     }

/*CONTENT AREA - DESKTOP*/

.pfr_bkgd_parent {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.pfr_bkgd_img {
grid-area: 1 / 1 / 2 / 2; 
background-image: url("/Portals/7/Images/Peg_Feltner_Blk_White_Spirit_of_Detroit_Edited_Desk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


.pfr_bkgd_blue {
grid-area: 1 / 1 / 2 / 2; 
 background: linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,1) 90%);
}

.pfr_bkgd_content {
grid-area: 1 / 1 / 2 / 2; 
}


.pfr_img_right_parent {
display: grid;
grid-template-columns: 1.5fr 1fr;
grid-template-rows: 1fr;
grid-column-gap: 2vw;
grid-row-gap: 0px;
padding: 10vh 5vw 0vw;
}

.pfr_img_right_text { 
    grid-area: 1 / 1 / 2 / 2; 
margin-top: 5vh;
    }

.pfr_img_right_img { 
grid-area: 1 / 2 / 2 / 3;
margin-top: 0vh;
}

.pfr_bkgd_white {
grid-area: 1 / 1 / 2 / 3;
}

.pfr_img_left_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2vw;
grid-row-gap: 0px;
}

.pfr_img_left_text { 
    grid-area: 1 / 2 / 2 / 3; 
        padding-top: 5vh;
    }
.pfr_img_left_img { 
       grid-area: 1 / 1 / 2 / 2; 
    margin-top: 0vh;
}

#dnn_ctr835_HtmlModule_lblContent > div > div.pfr_bkgd_content > div {
    grid-template-columns: 1fr 1fr;
}

#dnn_ctr835_HtmlModule_lblContent > div > div.pfr_bkgd_content > div > div.pfr_img_right_text {
    margin-top: 0vh;
    place-self: end;
    margin-bottom: 10vh;
}

/*FOOTER - DESKTOP */

.pfr_footer_contactinfo_parent {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.pfr_footer_contactinfo_logo { 
    grid-area: 1 / 1 / 2 / 2;
    padding: 10px 2vw 10px 5vw;
     }

.pfr_footer_contactinfo_phone { 
    grid-area: 1 / 2 / 2 / 3;
    padding: 10px 2vw 10px 2vw;
    place-self: center center;
     }
.pfr_footer_contactinfo_email { 
    grid-area: 1 / 3 / 2 / 4; 
    padding: 10px 2vw 10px 2vw;
    place-self: center center;
    }
.pfr_footer_contactinfo_address { 
    grid-area: 1 / 4 / 2 / 5; 
        padding: 10px 5vw 10px 2vw;
    place-self: center center;
    }

.pfr_footer_contactinfo_logo_border { 
    grid-area: 1 / 1 / 2 / 2;
    border-right: solid 3px #ffffff;
     }
.pfr_footer_contactinfo_phone_border { 
    grid-area: 1 / 2 / 2 / 3;
    border-right: solid 3px #ffffff;
     }
.pfr_footer_contactinfo_email_border { 
    grid-area: 1 / 3 / 2 / 4; 
    border-right: solid 3px #ffffff;
}
.pfr_footer_contactinfo_address_border { 
    grid-area: 1 / 4 / 2 / 5;
     }

.website_credits > p {
    padding: 0px 0;
}

/*THANK YOU PAGE - DESKTOP*/

#dnn_ctr840_HtmlModule_lblContent > div > div.pfr_hero_text {
    place-self: end center;
    padding-bottom: 5vw;
}

/*DIGITAL BUSINESS CARD - DESKTOP*/
.pfr_dbc_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
/*grid-template-rows: repeat(7, 1fr);*/
grid-column-gap: 0px;
grid-row-gap: 0px;
height: 100vh;
}

.pfr_dbc_img { 
    grid-area: 1 / 1 / 8 / 2;
    height: 90vh;
    margin: 2.5vw 5vw;
 }
.pfr_dbc_logo{ grid-area: 1 / 1 / 8 / 3; }
.pfr_dbc_bkgd { grid-area: 1 / 1 / 8 / 3; }
.pfr_dbc_nametitle { 
    grid-area: 1 / 2 / 2 / 3;
    padding: 9vw 5vw 0vw 0vw;
     }
.pfr_dbc_phone { 
    grid-area: 2 / 2 / 3 / 3; 
        padding: 0vw 5vw 0vw 0vw;
    }
.pfr_dbc_email { 
    grid-area: 3 / 2 / 4 / 3;
            padding: 0vw 5vw 0vw 0vw;
     }
.pfr_dbc_website { 
    grid-area: 4 / 2 / 5 / 3;
            padding: 0vw 5vw 0vw 0vw;
     }
.pfr_dbc_address { 
    grid-area: 5 / 2 / 6 / 3;
            padding: 0vw 5vw 0vw 0vw;
     }
.pfr_dbc_social { 
    grid-area: 6 / 2 / 7 / 3; 
            padding: 0vw 5vw 0vw 0vw;
    }
.pfr_dbc_save { 
    grid-area: 7 / 2 / 8 / 3; 
    place-self: center start;
    padding: 0vw 5vw 9vw 0vw;
    }

.pfr_dbc_share { 
    grid-area: 7 / 2 / 8 / 3; 
        place-self: center end;
padding: 0vw 5vw 0vw 0vw;
}

#bs-example-modal-xl > div > div > div.modal-body > div > img {
    height: 30vw;
}


/*404 ERROR PAGE - DESKTOP*/

#dnn_ctr846_HtmlModule_lblContent > div > div.pfr_hero_img {
         background-position: center;
}

/*END DESKTOP*/
}



/*TABLET*/

@media all and (min-width:768px) and (max-width:1024px) {

    .mobile {
    display: none;
}

/*HOME / COMING SOON - HERO SECTION - TABLET*/
.pfr_hero_parent {
display: grid;
grid-template-columns: repeat(8, 1fr);
grid-template-rows: 4fr .5fr .5fr;
grid-column-gap: 0px;
grid-row-gap: 0px;

}

.pfr_hero_img { 
grid-area: 1 / 1 / 4 / 9;
      height: 50vh;
    background-position: right;
    background-position-y: top;
    }
    
.pfr_hero_logo { 
grid-area: 1 / 1 / 2 / 9; 
    }

.pfr_hero_text {  
    grid-area: 1 / 4 / 2 / 9;
    place-self: center start;
    }

div.pfr_hero_text > h5, div.pfr_hero_text > h1, div.pfr_hero_text > p {
     color: #ffffff;
 }

div.pfr_hero_text > h1 {
    font-size: 36px;
}

.pfr_hero_bkgd { 
grid-area: 2 / 1 / 4 / 9;
 }

    .pfr_hero_phone_border  { 
    grid-area: 2 / 1 / 3 / 5;
      border-right: solid 3px #ffffff;

    }

.pfr_hero_email_border { 
    grid-area: 2 / 5 / 3 / 9;

    }

.pfr_hero_address_border { 
    grid-area: 3 / 1 / 4 / 5;
        border-right: solid 3px #ffffff;
    }

.pfr_hero_social_border { 
    grid-area: 3 / 5 / 4 / 9;
    }

.pfr_hero_phone { 
    grid-area: 2 / 1 / 3 / 5;
place-self: center start;
     }

.pfr_hero_email { 
    grid-area: 2 / 5 / 3 / 9;
place-self: center start;
    }

.pfr_hero_address { 
    grid-area: 3 / 1 / 4 / 5; 
place-self: center start;
}
.pfr_hero_social { 
    grid-area: 3 / 5 / 4 / 9;
place-self: center start;
     }


/*CONTENT AREA - TABLET*/

.pfr_bkgd_parent {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.pfr_bkgd_img {
grid-area: 1 / 1 / 2 / 2; 
background-image: url("/Portals/7/Images/Peg_Feltner_Blk_White_Spirit_of_Detroit_Edited.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}


.pfr_bkgd_blue {
grid-area: 1 / 1 / 2 / 2; 
 background: linear-gradient(0deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,1) 90%);
}

.pfr_bkgd_content {
grid-area: 1 / 1 / 2 / 2; 
}


.pfr_img_right_parent {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr;
grid-column-gap: 2vw;
grid-row-gap: 0px;
padding: 10vh 5vw 0vh;
}

.pfr_img_right_text { 
    grid-area: 1 / 1 / 2 / 2; 
    padding-top: 5vh;
    }

.pfr_img_right_img { 
grid-area: 1 / 2 / 2 / 3;
margin-top: 0vh;
}


.pfr_img_left_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 2vw;
grid-row-gap: 0px;
}

.pfr_img_left_text { 
    grid-area: 1 / 2 / 2 / 3; 
        padding-top: 5vh;
    }

.pfr_img_left_img { 
       grid-area: 1 / 1 / 2 / 2; 
    margin-top: 0vh;
}

#dnn_ctr835_HtmlModule_lblContent > div > div.pfr_bkgd_content > div > div.pfr_img_right_text {
    padding-top: 0vh;
    margin-top: 0vh;
    place-self: end;
    margin-bottom: 5vh;
}

/*FOOTER - TABLET*/

.pfr_footer_contactinfo_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

.pfr_footer_contactinfo_logo_border  { 
    grid-area: 1 / 1 / 2 / 2; 
    border-right: solid 3px #ffffff;
    }
.pfr_footer_contactinfo_phone_border { grid-area: 1 / 2 / 2 / 3; }
.pfr_footer_contactinfo_email_border { 
    grid-area: 2 / 1 / 3 / 2;
    border-right: solid 3px #ffffff;
     }
.pfr_footer_contactinfo_address_border { grid-area: 2 / 2 / 3 / 3; }

.pfr_footer_contactinfo_logo { grid-area: 1 / 1 / 2 / 2; }
.pfr_footer_contactinfo_phone { 
    grid-area: 1 / 2 / 2 / 3;
place-self: center start;
     }
.pfr_footer_contactinfo_email { 
    grid-area: 2 / 1 / 3 / 2; 
place-self: center start;
    }
.pfr_footer_contactinfo_address { 
    grid-area: 2 / 2 / 3 / 3;
place-self: center start;
     }


/*THANK YOU PAGE - TABLET*/

#dnn_ctr840_HtmlModule_lblContent > div > div.pfr_hero_img {
    height: 100vh;
}

#dnn_ctr840_HtmlModule_lblContent > div > div.pfr_hero_text {
    place-self: end center;
    padding-bottom: 5vw;
}

/*404 ERROR PAGE - TABLET*/

#dnn_ctr846_HtmlModule_lblContent > div > div.pfr_hero_img {
         background-position: center;
             height: 100vh;
}

/*DIGITAL BUSINESS CARD - DESKTOP*/
.pfr_dbc_parent {
display: grid;
grid-template-columns: repeat(2, 1fr);
/*grid-template-rows: repeat(7, 1fr);*/
grid-column-gap: 0px;
grid-row-gap: 0px;
height: 100vh;
}

.pfr_dbc_img { 
    grid-area: 1 / 1 / 8 / 2;
    height: 90vh;
    margin: 2.5vw 5vw;
 }
.pfr_dbc_logo{ grid-area: 1 / 1 / 8 / 3; }
.pfr_dbc_bkgd { grid-area: 1 / 1 / 8 / 3; }
.pfr_dbc_nametitle { 
    grid-area: 1 / 2 / 2 / 3;
    padding: 9vw 5vw 0vw 0vw;
     }
.pfr_dbc_phone { 
    grid-area: 2 / 2 / 3 / 3; 
        padding: 0vw 5vw 0vw 0vw;
    }
.pfr_dbc_email { 
    grid-area: 3 / 2 / 4 / 3;
            padding: 0vw 5vw 0vw 0vw;
     }
.pfr_dbc_website { 
    grid-area: 4 / 2 / 5 / 3;
            padding: 0vw 5vw 0vw 0vw;
     }
.pfr_dbc_address { 
    grid-area: 5 / 2 / 6 / 3;
            padding: 0vw 5vw 0vw 0vw;
     }
.pfr_dbc_social { 
    grid-area: 6 / 2 / 7 / 3; 
            padding: 0vw 5vw 0vw 0vw;
    }
.pfr_dbc_save { 
    grid-area: 7 / 2 / 8 / 3; 
    place-self: center start;
    padding: 0vw 5vw 9vw 0vw;
    }
.pfr_dbc_share { 
    grid-area: 7 / 2 / 8 / 3; 
        place-self: center end;
padding: 0vw 5vw 0vw 0vw;
    }

#bs-example-modal-xl > div > div > div.modal-body > div > img {
    height: 30vw;
}

/*END TABLET*/
}































































