/*
Theme Name: Phoenix Yard
Author: Kubiak Creative
Author URI: https://kubiakcreative.com
Description: Custom Theme for Phoenix Yard - Requires The7 theme to be installed for base structure.
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

@import url("https://use.typekit.net/jjx6lpv.css"); /* TRUMP PRO AND VIDEO FONT */


:root {
    --plum:  #2D003C;
    --pink:  #FF91BE;
    --red:   #FF5E59;
    --gold:  #BC9D6E;
    --mint:  #91EBAA;
    --pale:  #f2ede3;
}

.plum  {  color: var(--plum) }
.pink  {  color: var(--pink) }
.red   {  color: var(--red) }
.gold  {  color: var(--gold) }
.mint  {  color: var(--mint) }
.pale  {  color: var(--pale) }

.bg-plum  { background-color: var(--plum) }
.bg-pink  { background-color: var(--pink) }
.bg-red   { background-color: var(--red) }
.bg-gold  { background-color: var(--gold) }
.bg-mint  { background-color: var(--mint) }
.bg-pale  { background-color: var(--pale) }

::selection {
    color: var(--plum);
    background: var(--red);
}

.hide { display: none !important }

body {
    font-family: Arial, Helvetica, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: auto;

}

.min-height-800 { min-height: 800px;}
.min-height-600 { min-height: 600px;}
.min-height-500 { min-height: 500px;}
.min-height-400 { min-height: 400px;}

.max-width-300 { max-width: 300px;}
.max-width-250 { max-width: 250px;}

.row-padding { padding-top: 100px; padding-bottom: 100px;}

@media (min-width: 992px) {
    .hor-reverse-col {
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        flex-direction: row-reverse;
    }
}

/* ----------------------------------- TYPOGRAPHY ----------------------------------- */


h1, h2, h3, h4 { font-family: "trumpgothicpro", sans-serif !important; text-transform: uppercase; }
h2 { margin-bottom: 30px; }
.white p, .white a, .white, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6 { color: white;}
h2, h3, h4, h5 { color: var(--plum);}
a { color: var(--plum);font-weight: 500;}
a:hover { color: var(--red);}

h5 { font-family: "video", sans-serif !important; text-transform: uppercase; color: var(--pink); }

.preheader-rule {
    position: relative;
}
.preheader-rule::before {
    position: absolute;
    content:'';
    left: -1020px;
    top:50%;
    width: 1000px;
    height: 1px;
    background: var(--pink);
}

/* Paragraph Styles */
p { margin-bottom: 20px;}
p.large-x1 { font-size: 1.2rem; line-height: 1.6rem; margin-bottom: 20px; font-weight: 500;}
p.large-x2 { font-size: 1.9rem; line-height: 2.2rem; margin-bottom: 30px; font-weight: 500;}
p.preheader { font-weight: 500; }
p.preheader + h4, p.preheader + h3, p.preheader + h2, p.preheader + h1 { margin-top: 0; }
.p-no-margin { margin-bottom: 0; padding-bottom: 0; }

/* Link styles */


.link-underline a {
    position: relative;
    display: block;
    text-decoration: 0;
}

.link-underline a::before {
    position: absolute;
    content:'';
    left: 0;
    bottom: -10px;
    height: 1px;
    width: 100%;
    background: #999999;
}

.link-underline a::after {
    position: absolute;
    content:'';
    left: 0;
    bottom: -12px;
    height: 5px;
    width: 10%;
    background: var(--red);
    transition: all 1s ease;
}

.link-underline a:hover::after {
    width: 100%;
}



/* ----------------------------------- MENU ----------------------------------- */

.microwidget-btn.mini-button span {
    font-family: "trumpgothicpro", sans-serif !important;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
}

.next-level-button svg{
    fill: var(--pink) !important;
}

ul.main-nav > li > a .menu-text,
.mobile-main-nav li > a .menu-text {
    font-family: "trumpgothicpro", sans-serif !important;
    font-weight: 400;
    letter-spacing: 1px;
}

ul.main-nav > li > a .menu-text {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.menu-item .depth-1 .menu-item-text .menu-text {
    font-family: "trumpgothicpro", sans-serif !important; 
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sub-nav .change-order a{
    order: 2 !important
}
.sub-nav img {
    transition: all 0.2s ease;
}
.sub-nav img:hover {
    opacity: 0.7;
}


/* ----------------------------------- FOOTER ELEMENTS ----------------------------------- */


footer .footer-logo img {
    max-width: 260px;
    margin-bottom:40px;
}


footer form input {
    max-width: 300px;
}

.dt-btn.dt-btn-m.button-footer {
    background-color: var(--plum) !important;
    border: solid 1px var(--pink) !important;
    color: var(--pale) !important;
}

.dt-btn.dt-btn-m.button-footer:hover {
    background-color: var(--pink) !important;
    color: var(--plum) !important;
}

footer .wp-block-social-links {
    margin-top: 40px;
    margin-bottom: 20px;
}

footer .wp-block-social-link svg {
    fill: var(--pale);
    width: 32px;
    height: 32px;
    transition: all 0.2s ease;
}

footer .wp-block-social-link svg:hover {
    fill: var(--pink);
}

footer .agent-logo {
    margin-bottom: 20px;
}

footer .agent-logo img {
    height: 80px;
    width: auto;
}

footer h5 {
    font-weight: 500;
    margin-bottom: 5px;
}

.footnote-logo { 
    vertical-align: middle; 
    margin-right: 5px; 
    margin-top: -11px;
}


.agent-logo img {
	height: 120px;
	width: auto;
}


/* ----------------------------------- OTHER ELEMENTS ----------------------------------- */

.dt-btn {
	min-width: 250px !important;
}

.feeback-text {
    position: relative;
    padding-left: inherit;
    text-align: center;
}

.feeback-text::before {
    content: url('/wp-content/themes/dt-the7-child/assets/feedback-graphic.svg');
    position: absolute;
    left: 0;
    width: 100px;
    height: auto;
    display: none;
}

@media (min-width: 576px) { 
    .feeback-text::before { width: 100px; display: block; top: 0px; }
    .feeback-text { padding-left: 130px; text-align: left; }
}

@media (min-width: 992px) { 
    .feeback-text::before { width: 150px; }
    .feeback-text { padding-left: 200px; }
}

@media (min-width: 1400px) { 
    .feeback-text::before { top: -20px }
}


.promise-bullets ul {
    list-style-type: none;
    margin-left: 0;
}

.promise-bullets ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom:20px;
}

.promise-bullets ul li::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\e4b1';
    position: absolute;
    left: 0px;
    top: 0;
    color: var(--pink);
}


/* ----------------------------------- FORMS ----------------------------------- */

.forminator-row {
    margin-bottom: 0 !important;
}

.forminator-row input {
    margin-bottom: 0 !important;
}

.forminator-label {
    margin-bottom: 3px !important;
    margin-top: 15px;
    padding-left: 10px
}

.forminator-radio {
    float: left;
    margin-left: 20px !important
}

.forminator-consent p small {
    font-size: 0.8rem;
    line-height: 0.8rem;
}

.forminator-button.forminator-button-submit {
    padding: 13px 30px;
    border-radius: 5px;
    background-color: var(--plum);
    color: var(--pale);
    border: none;
    margin-top: 30px;
}

.form-border {
    border: solid 1px var(--pink);
}


/* ----------------------------------- TIMELINE ----------------------------------- */


.row-cols-6 .vc_column-inner>.wpb_wrapper {
    display: grid;
    grid-template-columns: repeat(1fr);
}
@media (min-width: 768px) { .row-cols-6 .vc_column-inner>.wpb_wrapper { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 992px) { .row-cols-6 .vc_column-inner>.wpb_wrapper { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1200px) { .row-cols-6 .vc_column-inner>.wpb_wrapper { grid-template-columns: repeat(6, 1fr); } }

.row-cols-6 .vc_column-inner .wpb_wrapper .wpb_text_column, .timeline .dt-owl-item {
    padding: 15px;
    border-left: solid 1px var(--pink)
}

.row-cols-6 .vc_column-inner .wpb_wrapper .wpb_text_column h5 {
    font-size: 1.3rem;
}


/* ----------------------------------- GRID ICONS ----------------------------------- */

.aio-icon-title { font-size: 1.2rem; font-weight:500; margin-top: 10px}

.icon-grid-2 .wpb_wrapper,
.icon-grid-3 .wpb_wrapper,
.icon-grid-4 .wpb_wrapper,
.icon-grid-5 .wpb_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 0px;
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .icon-grid-3 .wpb_wrapper,
    .icon-grid-4 .wpb_wrapper,
    .icon-grid-5 .wpb_wrapper {
        column-gap: 20px;
    }
	
    .icon-grid-3 .wpb_wrapper { grid-template-columns: 1fr 1fr 1fr; }
    .icon-grid-4 .wpb_wrapper { grid-template-columns: 1fr 1fr 1fr 1fr; }
    .icon-grid-5 .wpb_wrapper { grid-template-columns: 1fr 1fr 1fr 1fr; }
}


@media (min-width: 992px) {
	.icon-grid-2 .wpb_wrapper { grid-template-columns: 1fr 1fr; column-gap: 40px;}
    .icon-grid-3 .wpb_wrapper { grid-template-columns: 1fr 1fr 1fr; }
    .icon-grid-4 .wpb_wrapper { grid-template-columns: 1fr 1fr 1fr 1fr; }
    .icon-grid-5 .wpb_wrapper { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
}
