/*
 Theme Name:     High Point 2020 Child Theme
 Description:    HighPointBuildings.com Child Theme
 Author:         Chaucee Stillman of Westco Digital
 Author URI:     https://www.chaucee.com
 Template:       Divi
 Version:        1.0.0
*/


/* Theme customization starts here
------------------------------------------------------- */
/* Brand Colors
Black - 1E2320
Dark Gray - 424641
Light Gray - D1D5D6
Beige - FDFAF7
White - F9F9F9
Green - 255337
Red - 84473B
Blue - 222D35
*/

.et_pb_row {
    padding-top: 30px!important;
}

/* TYPOGRAPHY */

body,
p,
ul,
li {
    font-family: 'mr-eaves-modern', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18pt;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'mr-eaves-modern', sans-serif;
    font-weight: 700;
    font-style: normal;
}

.accent-text {
    text-transform: uppercase;
    letter-spacing: 5pt;
}

/* Text Highlights */
/* blue highlight */
.highlight {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #cfd5d6 55%);
}

/* dark highlight */
.highlight-dark {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #383838 50%);
    display: inline;
}

/* Links */

p a {
    color: #84473B;
    border-bottom: 3px solid #f8f8f8;
    font-weight: 700 !important;
}

p a:hover {
    color: #84473B;
    border-bottom: 3px solid #84473B;
    font-weight: 700;
}

#logo a:hover {
    border-bottom: none;
}

#et-top-navigation nav>ul>li>a {
    font-size: 16pt;
    font-weight: 600;
}

#et-top-navigation nav>ul>li>a:hover {
    border-bottom: none !important;
    color: #84473B;
    font-weight: 600;
}

#et-top-navigation nav>ul>li>a:visited {
    border-bottom: none !important;
    color: #f9f9f9;
    font-weight: 600;
}

.site-credits .et_pb_text_inner {
    font-size: 10pt!important;
    color:#FDFAF7;
    text-transform: uppercase;
    letter-spacing: 3pt;
    border-bottom: 0!important;
}

.site-credits .et_pb_text_inner a {
    font-size: 10pt!important;
    color:#FDFAF7;
    text-transform: uppercase;
    letter-spacing: 3pt;
    border-bottom: 0!important;
}

/* DESIGN HACKS */
/*  Changes the color of selected text in chrome */
::selection {
    background-color: #88A191;
}

/*  Changes the color of selected text in firefox */
::-moz-selection {
    background-color: #88A191;
}

.two-columns {
    column-count: 2;
}


.fixed-element {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    width: 100% !important;
}

/* makes accordians collapsible */
.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    content: "\e04f";
}


/* /////// CUSTON HR STYLES /////// */
hr.dark {
    border: 2px solid #383838;
    width: 150px;
    margin-bottom: 5%;
}

hr.white {
    border: 2px solid #f9f9f9;
    width: 150px;
    margin-bottom: 5%;
}

/* /////// GLOBAL CHANGES STYLING /////// */

/* changes the color of the short descriptions on the shop page */
.page-id-10922 .custom-shop a {
 color: black!important;
}
.page-id-10922 .custom-shop a:hover {
    color: black!important;

   }

.shop_short_description {
	line-height:.5em!important;
}

/* Makes buttons get larger on hover gloally */
.et_pb_button {
    transition: all .2s ease-in-out;
}

.et_pb_button:hover {
    transform: scale(1.05);
}


/* table styling */

th,
td {
    padding: 15px;
    text-align: left;
}

tr:hover {
    background-color: #f8f8f8;
}

th,
td {
    border-bottom: 1px solid #ddd;
}

tr:nth-child(even) {
    background-color: #f2f2f2;
}

/* equalizes container content */
.et_pb_equal_columns>.et_pb_column {
    margin-top: auto;
    margin-bottom: auto;
}

.flex-row-wrapper {
    display: flex;
}


.flex-row-wrapper .et_pb_column {
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: space-between;
}

/* buttons side by side */
.btn-inline .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 15px;
}

.btn-inline {
    text-align: center !important;
}

.btn-inline-left .et_pb_button_module_wrapper {
    display: inline-block;
    margin: 0 15px;
}



/* Custom Back To Top Btn */
.et_pb_scroll_top.et-visible {
    opacity: 1;
    -webkit-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    -moz-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    -o-animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
    animation: fadeInBottom 1s 1 cubic-bezier(.77, 0, .175, 1);
}

.et_pb_scroll_top.et-pb-icon {
    right: 15px;
    bottom: 15px;
    border-radius: 25px;
    background: transparent;
    padding: 10px;
}

.et_pb_scroll_top.et-pb-icon:hover {
    background: transparent;
}

.et_pb_scroll_top:before {
    content: "6";
    color: black;
}


/* submit button center*/
/* .et_contact_bottom_container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100% !important;
}

.et_pb_contact_submit,
.et_pb_button {
    min-width: 100% !important;
} */



/* takes away text shadow in slides */
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none !important;
    font-weight: 700 !important;
    font-size: 16pt;
}

/* /////// END GLOBAL CHANGES /////// */


/*submit button center*/
.et_contact_bottom_container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

/*submit button center end*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .two-columns {
        column-count: 1;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}

.sub-menu {
    min-width: 300px;
}

