/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 28 2024 | 08:06:57 */
.detour-product-template, .archive {
    background: #f67d0d;
}
.main-container {
    background: #222222;
    display: flex;
	flex-wrap:wrap;
    max-width: 1000px;
    justify-content: center;
    margin: auto;
}
.container {
    display: flex;
    width: 100%;
	padding: 20px;
}
.sidebar {
    width: 35%;
    /*background: #111111;*/
    margin: 10px 23px 10px 10px;;
	border-radius: 5px;
}
.content {
    width: 65%;
    background: #111111;
    margin: 10px 8px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
	row-gap:30px;
	align-self:flex-start;
	border-bottom: 2px solid #333;
}
.content-header {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
	padding: 10px 10px 10px 0px;
	
}
.content-header h1 {
	font-family: "Helvetica", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #ddd;
	margin: 0;
	width: 79%;
}
.book_now_code a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
    color: #ff6900 !important;
    background: #ffffff;
    padding: 10px;
    text-transform: uppercase;
}
.content-images {
    padding: 10px 10px 10px 0px;
    display: grid;
    column-gap: 10px;
    grid-auto-flow: column;
	grid-template-columns: repeat(3, 1fr);
}
.content-images img {
    width: 170px;
    height: 115px;
    object-fit: cover;
	object-position:top;
}
.content-terms h3, .content-price h3, .content-note h3{
    color: #ff6900;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight:700;
    margin: 0;
}
.content-terms ul {
    padding-left: 20px;
}
.content-details {
    color: #BBBBBB;
    font-family: "Helvetica", Sans-serif;
    font-size: 14px;
	padding-top:15px;
}
.content-details h2 {
    color: #F67D0D;
    font-family: "Helvetica", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0px;
}

/* Category page template */

.content-category {
    display: grid;
/*     border: 2px solid #1c1c1c87;
    border-radius: 5px;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.8) inset;
    padding: 20px; 
	row-gap:30px; */
}
hr{
	background:#fff;
}
hr:last-of-type{
	background:transparent;
}
.cat_heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
	
}
.cat_heading h1{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #ddd;
    font-size: 26px;
    line-height: 1.5em;
	margin: 0;
	width:75%;
}
.cat-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #bbb;
    font-size: 14px;
    line-height: 1.62em;
    margin-bottom: 30px;
}
.cat-images {
    display: grid;
    column-gap: 10px;
    grid-auto-flow: column;
}
.cat-images img {
    width: 170px;
    height: 115px;
    object-fit: cover;
	object-position: top;
}
 .image_1, .image_2,  .image_3 {
    border: 1px solid #2C2C2C;
    padding: 6px;
}
 .image_1:hover,  .image_2:hover,  .image_3:hover {
    background: #2C2C2C;
}
.cat-note p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ff6900;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.book-content a{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
    color: #ff6900 !important;
    background: #ffffff;
    padding: 10px;
    text-transform: uppercase;
}
.cat-header {
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    align-items: baseline;
    padding: 10px;
}
.cat-header h2{
	font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight:700;
    line-height: 26px;
    color: #ff6900;
    margin: 0;
	width:75%;
}
.none{
	display:none !important;
}
figure.gallery-item {
    width: 33%;
    display: inline-block;
    padding: 0 5px;
}
.main-header, .main-footer, .main-container {
    padding: 0 !important;
}



@media only screen and (max-width: 1024px) {
	.main-container{
		max-width: 960px !important;	
		margin:auto ;
	}
	.main-header, .main-footer{
		max-width: 960px !important;
    	margin: auto;
	}
	.container{
		padding:25px 25px 0;
	}
	.cat-header h2, .content-header h1{
		width:70%;
	}
}


@media only screen and (max-width: 990px) {
	.main-container{
		max-width: 910px !important;	
	}
	.main-header, .main-footer{
		max-width: 910px !important;
    	margin: auto;
	}
}

@media only screen and (max-width: 960px) {
	.main-container{
		max-width: 720px !important;	
	}
	.main-header, .main-footer{
		max-width: 720px !important;
    	margin: auto;
	}
	.cat_heading h1{
	width:70%;
	}
	.content, .sidebar {
    	width: auto;
		margin:10px;
	}
	.main-container .container{
		flex-direction:column-reverse;
        padding: 20px 20px 0;
	}
	.e-content, .e-sidebar{
    	width: auto;
	}
}





@media only screen and (max-width: 767px) {

/* 	.cat_heading h1, .content-header h1{
	width:70%;
	} */
	.cat_heading h1, .content-header h1, .cat-header h2{
		width:100%;
		margin-bottom:20px;
	}
	.main-header {
    margin-top: 20px !important;
	}
	.main-footer {
    margin-bottom: 20px !important;
	}
	.main-container .container{
	padding: 15px;
	}
	.tax-detour-product-category .main-container .container, .single-detour-product .main-container .container{
		margin-top:10px;
	padding: 15px;
	}
	.main-container{
		max-width: 600px !important;	
	}
	.main-header, .main-footer{
		max-width: 600px !important;
    	margin: auto;
	}
		.e-content, .e-sidebar{
    	width:100%;
	}
	.menuside{
	margin-bottom:0 !important;
	}
	.content, .sidebar {
		margin: 0px ;
	}
	.content{
		padding:15px;
	}
	.concside, .teside{
		margin-bottom:10px !important;
	}
	.cat_heading h1, .content-header h1{
		font-size:22px;
		letter-spacing:0px;
	}
	.content-category {
    padding: 10px;
	}
	.wpr-mobile-nav-menu li {
    border-bottom: 1px dotted #ccc;
	}
	.wpr-mobile-nav-menu{
		margin-top:180px !important;
	}

}


@media only screen and (max-width: 479px) {
	.cat_heading h1, .content-header h1, .cat-header h2{
		width:100%;
		margin-bottom:20px;
	}
	.main-header {
    margin-top: 0px !important;
	}
	.main-footer {
    margin-bottom: 0px !important;
	}
	.content-images{display:block;}
	.content-images div{width:50%;display:inline-block;}
	.cat-images{display:block;}
	.cat-images div{width:50%;display:inline-block;}
	.wpr-mobile-nav-menu-container{
		width:fit-content;
		margin-left:auto;
		margin-right:auto;
	}
	
}