/* 
 Theme Name:     RentaLogic
 Author:         RentaLogic
 Author URI:     http://schuyler.media
 Template:       Divi
 Version:        1.0.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.8
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.select2-container .select2-selection--single {
    height: 39px  !important;
    padding: 6px 5px 5px 3px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px !important;
    }
    
    #yardz_form select, #yardz_form input {
    border-radius: 4px;
}

input.select2-search__field {
    border: none;
}

input.select2-search__field {
    border: none !important;
    padding: 8px 6px 3px 6px !important;
}

.et_pb_blurb_0 .et_pb_blurb_content,
.et_pb_blurb_1 .et_pb_blurb_content,
.et_pb_blurb_2 .et_pb_blurb_content {
    max-width: 2500px !important;
}

.et_pb_row_0 .et_pb_blurb_description {
    display: none;
}

li.login_btn a {background: white  !important;
    color: #1f5f9f  !important;
    padding: 9px 12px 6px 12px !important;
    border-radius: 4px;}
    
    li.register_btn a {background: white  !important;
    color: #1f5f9f !important;
    padding: 9px 12px 6px 12px  !important;
    border-radius: 4px;}


@media screen and (max-width: 1800px) and (min-width: 1380px) {
div.et_pb_section.et_pb_section_0 {
    background-image: url(/wp-content/uploads/2018/09/man-2.jpg)!important;
	background-position: 26% 50% !important;
}
}

input[name="special_name"]{
    display: none;
}

.form-group .tooltip {
    position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black;
    color: #000000;
    margin-left: -37px;
    margin-top: 5px;
    font-size: 24px;
}