.custom-container {
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.post-page-rentals #inner-page-wrapper .container {
    width: 100%;
    padding: 0;
}

.post-page-rentals #inner-page-wrapper {
    margin-bottom: 0;
}

body.ihf-results-template p#breadcrumbs {
    padding: 0 15px;
}

.ip-rt-head {
    text-align: center;
    position: relative;
    margin: 125px 0 0;
}

.ip-rt-head::before {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    content: 'Rentals';
    font-family: var(--ff-barlow);
    font-size: var(--fs-st);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px var(--fc-gray-light);
    z-index: -1;
}

.ip-rt-head .site-title h2 {
    font-size: 73px !important;
}

.rt-s1-text p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    letter-spacing: .4px;
    line-height: 1.9;
    display: block;
    margin: 0 0 55px;
}

.rt-btn {
    text-align: center;
}

.rt-section1 {
    position: relative;
    padding: 104px 0 0;
}

.rt-section2 {
    position: relative;
    padding: 70px 0 0;
    margin-top: 96px;
}

.table-wrapper-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 15px;
}

.rt-s2-table-entries label,
#rt-s2-table-search label {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.rt-s2-table-entries select,
#rt-s2-table-search label input {
    width: 75px;
    height: 38px;
    background: #fff;
    border: 1px solid #b8b8b8;
    font-size: 14px;
    font-weight: 300;
    color: #424242;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
    padding: 0 10px;
    margin: 0 15px;
    background: #fff url(../../images/rentals/qs-arrow.png) no-repeat scroll right 10px center;
}

#rt-s2-table-search label input {
    background: #fff;
    width: 228px;
    height: 38px;
    margin-right: 0;
}

.table-wrapper tr.rt-s2-table-head {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 23px;
    display: block;
}

.table-wrapper table {
    width: 100%;
}

.table-wrapper thead {
    padding: 22px 0;
    display: block;
    background: #394562;
}

.table-wrapper tbody.rt-s2-table-body {
    padding: 0 23px;
    display: block;
    background: #fff;
}

.table-wrapper tr.rt-s2-table-head > th {
    /*padding: 0 2px;*/
    /*display: inline-block;*/
    border: none !important;
}

tbody.rt-s2-table-body td {
    /*display: inline-block;*/
    vertical-align: top;
}

.rt-s2-column-1 {
    width: 6.033%;
}

.rt-s2-column-2 {
    width: 15.54%;
}

.rt-s2-column-3 {
    width: 8.958%;
}

.rt-s2-column-4 {
    width: 5.027%;
}

.rt-s2-column-5 {
    width: 15.174%;
}

.rt-s2-column-6 {
    width: 10.420%;
}

.rt-s2-column-7 {
    width: 17.459%;
}

.rt-s2-column-8 {
    width: 12.249%;
}

.rt-s2-column-9 {
    width: 9.14%;
}

.table-wrapper tbody.rt-s2-table-body .rt-s2-column-9 {
    text-align: right;
    padding-right: 17px;
}

tbody.rt-s2-table-body td {
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    line-height: 1.8;
}

tbody.rt-s2-table-body tr {
    padding: 21px 0 0;
    display: block;
}

.rt-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/rentals/rt-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.rt-bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
    pointer-events: none;
}

.rt-section2 .custom-container {
    position: relative;
    z-index: 5;
}

.rt-s2-entries {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.rt-s2-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 54px 0 20px;
    background: #fff;
}

.rt-s2-arrow a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #394562;
    display: inline-block;
    letter-spacing: .7px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.rt-s2-arrow a:hover {
	opacity: .7;
}

.rt-s2-arrow em.ai-font-arrow-g-p {
    margin-right: 15px;
}

.rt-s2-arrow em.ai-font-arrow-g-n {
    margin-left: 15px;
}

.rt-s2-arrow span {
    padding: 0 23px;
    position: relative;
}

.rt-s2-arrow span::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 32px;
    background: #f4824f;
}

.rt-s2-arrow span:last-child::after {
	display: none;
}

.table-wrapper > p {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    line-height: 1.8;
    letter-spacing: 0.25px;
    display: block;
    padding: 50px 0;
    background: #fff;
}


div#rent-tbl_info {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 54px 0 20px;
}
div#rent-tbl_paginate{
    padding: 44px 0 20px;
}

div#rent-tbl_paginate a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #394562;
    display: inline-block;
    letter-spacing: .7px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


div#rent-tbl_length label{
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    text-transform: uppercase;
    letter-spacing: .2px;
}


div#rent-tbl_length select,
div#rent-tbl_filter input{
    width: 75px;
    height: 38px;
    background: #fff;
    border: 1px solid #b8b8b8;
    font-size: 14px;
    font-weight: 300;
    color: #424242;
    -webkit-appearance: none;
    -moz-appearance: none;
    resize: none;
    padding: 0 10px;
    margin: 0 15px;
}

div#rent-tbl_length{
    margin: 0 0 15px;
}

div#rent-tbl_filter input{
    background: #fff;
    width: 228px;
    height: 38px;
    margin-right: 0;
}

div#rent-tbl_filter label{
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    text-transform: uppercase;
    letter-spacing: .2px;
}

.rt-s1-text img {
	margin: 0 auto;
	display: block;
}

.rt-links {
	text-align: center;
	margin: 40px 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.rt-links .site-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}

.rt-links a {
	margin: 0 5%;
	height: 70px;
	max-width: 300px;	
	width: 100%;
}
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/
@media only screen and (max-width: 1366px) {
} 
 
/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */ 
@media only screen and (max-width: 1199px) {

} 

/* iPad(portrait) | Galaxy Tab 4(portrait)  */ 
@media only screen and (max-width: 991px) {
	.rt-s1-holder img {
		width: 100%;
	}
	
	.rt-links {
		display: block;	
	}
	
	.rt-links a {
		margin: 0 auto 10px;		
	}
	
	.table-wrapper tr.rt-s2-table-head,
	tbody.rt-s2-table-body td {
	    font-size: 11px;
	}

	.rt-s2-entries,
	.rt-s2-arrow a {
	    font-size: 12px;
	}

	.ip-rt-head {
	    margin: 0 0 0;
	}

	.ip-rt-head::before {
	    top: 20px;
	}

	.rt-section1 {
	    padding: 50px 0 0;
	}

	.rt-section2 {
	    padding: 50px 0 0;
	    margin-top: 50px;
	}

	.ip-rt-head::before {
	    top: 35px;
	    font-size: 110px;
	}

	.table-wrapper-action {
	    display: block;
	    text-align: center;
	}

	.rt-s2-col {
	    margin: 0 0 20px;
	}
} 

/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */ 
@media only screen and (max-width: 767px) {
    .table-wrapper tr.rt-s2-table-head {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
	.table-wrapper tr.rt-s2-table-head > th {
	    padding: 5px 0;
	    display: block;
	}

	tr.rt-s2-table-head > th {
	    width: 30% !important;
	}

	tbody.rt-s2-table-body tr > td {
	    display: block !important;
	    width: 100%;
	}

	.table-wrapper tbody.rt-s2-table-body .rt-s2-column-9 {
	    text-align: left;
	    padding-right: 0;
	}

	.rt-s2-action {
	    display: block;
	    text-align: center;
	}

	.rt-s2-entries {
	    margin: 0 0 20px;
	}

	tbody.rt-s2-table-body tr {
	    padding: 15px 0;
	    border-bottom: 1px solid rgb(0 0 0 / 50%);
	}
}

/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */ 
@media only screen and (max-width: 480px) {
	.ip-rt-head .site-title h2 {
	    font-size: 53px !important;
	}

	.ip-rt-head::before {
	    top: 23px;
	    font-size: 75px;
	}

	.rt-section1 {
	    padding: 0;
	}
    tr.rt-s2-table-head > th {
        width: 49% !important;
    }
}
 


