/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
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
*/
#customer_login > div form > .form-row:not(.form-row-wide) {
    display: block;
    width: auto;
}
a.register_popup.pum-trigger {
    text-decoration: none;
}
.sub-nav li{
    display: none;
}
.home-spacer{margin-top:350px;}@media screen and (max-width: 768px){.home-spacer{margin-top:0;}}

.search_button, .vc_custom_1603884581576{display: block !important;}
.parent-pageid-2474 .border_btn{
    border-color: #e74c04;
    color: #e74c04;
}
.border_btn{
	    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
        border-width: 2px;
        display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    box-shadow: none;
    border-color: #02667e; 
    color: #02667e;
     background-color: transparent;
     border-style: solid;
}
.border_btn:hover{
 background-color: #02667e;	
}
.full_btn:hover{
    color:white;
}
.parent-pageid-2474 .full_btn,.parent-pageid-3268  .full_btn{
    background-color: #e74c04;
}
.full_btn{
	    background-color: #006f88;
    color: #ffffff;
    font-size: 14px;
    padding: 14px 20px;
    border-radius: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    box-shadow: none;
}